@charset "utf-8";

/* =============================================================

dentist__label




















*  ============================================================= */

.dentist__label {
  display: inline-block;
  min-width: 72px;
  margin: 0 0 12px;
  padding: 6px 12px;
  border-radius: 5px;
  background: #5d6960;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.18em;
  text-align: center;
}

/* =============================================================

dentist




















*  ============================================================= */

.dentist__img {
  width: 100%;
  max-width: 400px;
  margin-top: 40px;
}

.dentist__background-title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 44px;
  font-size: 1.5rem;
}

.dentist__background-title::before {
  content: "";
  width: 4px;
  height: 17px;
  border-radius: 4px;
  background: #5d6960;
}

.dentist__background-list {
  margin-top: 40px;
}

.dentist__background-list li {
  margin-top: 16px;
  line-height: 1.4;
}

.dentist__background-list li:first-of-type {
  margin-top: 0;
}

/* =============================================================

dentist__message




















*  ============================================================= */

.dentist__message {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}

.dentist__message-img {
  width: 100%;
}

.dentist__message-textWrap {
  display: flex;
  justify-content: center;
  width: 100%;
  background-image: url("../img/common/fv-bg.png");
  background-position: left -40px bottom -40px;
  background-repeat: no-repeat;
  background-size: 200px;
}

.dentist__message-text {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

@media (min-width: 1024px) {
  .dentist__message {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
  .dentist__message-img {
    width: 44%;
  }
  .dentist__message-textWrap {
    width: 50%;
    background-image: url("../img/common/fv-bg.png");
    background-position: left -40px bottom -40px;
    background-repeat: no-repeat;
    background-size: 200px;
  }
}
