@charset "UTF-8";

.about {
  padding-bottom: clamp(80px, 33.07vw, 254px);
}

.bg_icon.icon_8 {
  width: 23.9vw;
  top: 2%;
  left: 81vw;
  z-index: 1;
  transform: rotate(-15deg);
}
.bg_icon.icon_9 {
  width: 19.5vw;
  top: 41%;
  left: -6vw;
  z-index: 1;
  transform: rotate(15deg);
}
.bg_icon.icon_10 {
  width: 11.7vw;
  top: 69%;
  left: 86vw;
  z-index: 1;
  transform: rotate(-15deg);
}

/* -------------------------------------
doctor
------------------------------------- */
.doctor {
  padding-top: 14.5vw;
  padding-bottom: 0;
}
.index .doctor {
  /*background-color: #fff;*/
}
.doctor .secttl.bg_petal_lf::before {
  background-image: url(../imgs/common/icon_petal_wh.svg);
}
.doctor .inblk.flex {
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px 20px;
  position: relative;
  z-index: 2;
}
.doctor .txtbk {
  color: #d96388;
}
.doctor .doctor_name {
  font-weight: 700;
  margin-bottom: 30px;
}
.doctor .doctor_name dt {
  line-height: 1;
  margin-bottom: 10px;
}
.doctor .doctor_name dd {
  font-size: clamp(22px, 4.08vw, 40px);
  line-height: 1;
  display: flex;
  align-items: center;
}
.doctor .doctor_name dd span.en {
  font-size: clamp(15px, 2.6vw, 20px);
  margin-left: 10px;
}
.doctor .qualification {
  margin-bottom: 30px;
}
.sttl.bg_peta_sml {
  font-weight: 700;
  padding-left: 32px;
  margin-bottom: 10px;
  position: relative;
}
.sttl.bg_peta_sml:before {
  content: "";
  width: 25px;
  height: 31px;
  background: url(../imgs/common/icon_petal_pk4.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.doctor .txtbk table {
  color: #5b576c;
  font-size: clamp(13px, 2.21vw, 17px);
  line-height: 1.17;
  text-align: left;
  width: 100%;
}
.doctor .txtbk table tr:not(:last-child) {
  border-bottom: 1px solid #fdefef;
}
.doctor .txtbk table th {
  font-weight: 500;
  padding: 12px 1em;
  background-color: #ffd9da;
}
.doctor .txtbk table td {
  padding: 12px 1em;
  background-color: #fff;
}
.index .doctor .txtbk table td span {
  display: inline-block;
  margin-right: 1em;
}
.doctor .imgbk {
  width: calc(100% - 590px);
  max-width: 500px;
}
.doctor .imgbk img {
  border-radius: 20px;
}
.doctor .sec1 {
  margin-bottom: clamp(40px, 13.78vw, 135px);
}
.doctor .sec1 .txtbk {
  width: 64%;
  max-width: 570px;
}
.doctor .sec1 .txtbk table th {
  width: 150px;
}

.doctor .sec2 {
}
.doctor .sec2 .txtbk {
  width: 64%;
  max-width: 800px;
}
.doctor .sec2 .txtbk table th {
  width: 28.7%;
  min-width: 8em;
}
.doctor .sec2 .txtbk table th:first-child {
  width: 4em;
  min-width: initial;
}

.doctor .sec2 .txtbk table td span {
  display: inline-block;
}
.doctor .sec2 .txtbk table td span.date {
  margin-right: 1em;
}

.doctor .sec2 .imgbk {
  width: 30%;
  max-width: 370px;
}
.doctor .sec2 .imgbk .cap {
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 26px 0;
}
.doctor .sec2 .imgbk .cap dt {
  color: #fff;
  line-height: 1;
  padding: 5px 10px;
  background-color: #d96388;
  border-radius: 18px;
}
.doctor .sec2 .imgbk .cap dd {
  color: #d96388;
  font-size: clamp(23px, 3.91vw, 30px);
}
.doctor .sec2 .imgbk .cap dd .stx {
  font-size: 76.6%;
}

.profile_btm_imgwrap {
}
.btm_img-item {
  width: 20%;
  aspect-ratio: 384 / 250;
}

/* -------------------------------------
staff
------------------------------------- */
.staff {
  padding-bottom: 0;
}
.staff .sec_mttl {
  color: #d96388;
  font-size: clamp(22px, 4.08vw, 40px);
  margin-bottom: 50px;
}
.staff .sec_mttl .en {
  font-size: clamp(15px, 2.6vw, 20px);
  letter-spacing: 0.2em;
}
.staff .imgbk {
  border-radius: 20px;
  overflow: clip;
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 980px) {
  /* -------------------------------------
	doctor
	------------------------------------- */
  .doctor .inblk.flex {
    flex-direction: column;
    align-items: center;
  }
  .doctor .inblk.flex.sec1 {
    flex-direction: column-reverse;
  }
  .doctor .sec1 .imgbk,
  .doctor .sec2 .imgbk {
    width: 70%;
    max-width: 370px;
  }
  .doctor .txtbk {
    width: 100% !important;
    max-width: initial !important;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 640px) {
}

@media screen and (max-width: 560px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 400px) {
  .doctor .sec2 .txtbk table th:first-child {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
}
