/* ---------------------------------------------------------
    variable
--------------------------------------------------------- */
/* ---------------------------------------------------------
    page_ttl
--------------------------------------------------------- */
.page_ttl {
  margin-top: 100px;
  font-size: 32px;
  color: #f48f9f;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.page_ttl .en {
  font-family: "Belleza", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

@media (max-width: 767px) {
  .page_ttl {
    margin-top: 70px;
    font-size: 28px;
    gap: 10px;
  }
}

/* ---------------------------------------------------------
    doctor
--------------------------------------------------------- */
.sect_doctor {
  margin-top: 100px;
}

.sect_doctor .content {
  display: grid;
  grid-template-columns: 48% 48%;
  justify-content: space-between;
}

.sect_doctor .content .l_content {
  width: 100%;
}

.sect_doctor .content .r_content .headding {
  color: #f48f9f;
}

.sect_doctor .content .r_content .headding .division {
  font-size: 14px;
  font-weight: 500;
}

.sect_doctor .content .r_content .headding .doctor_name {
  font-size: 26px;
  font-weight: 400;
  margin: 15px 0 8px;
}

.sect_doctor .content .r_content .headding .en {
  font-family: "Belleza", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

.sect_doctor .content .r_content .sentence {
  line-height: 2;
  font-size: 15px;
  text-align: justify;
  margin-top: 20px;
}

.sect_doctor .content .r_content .angel_voice {
  margin-top: 15px;
  width: calc(100% - 24px);
  padding: 12px 10px;
  border: 2px solid #f48f9f;
  border-radius: 30px;
  background: #fff;
}

.sect_doctor .content .r_content .angel_voice.open_voice .headding .btn span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.sect_doctor .content .r_content .angel_voice.open_voice .headding .btn span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.sect_doctor .content .r_content .angel_voice .headding {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.sect_doctor .content .r_content .angel_voice .headding .text {
  font-size: 14px;
  font-weight: 600;
  color: #f48f9f;
}

.sect_doctor .content .r_content .angel_voice .headding .btn {
  width: 20px;
  height: 20px;
  position: relative;
}

.sect_doctor .content .r_content .angel_voice .headding .btn span {
  display: inline-block;
  width: 20px;
  height: 1.5px;
  background: #f48f9f;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all .2s;
}

.sect_doctor .content .r_content .angel_voice .headding .btn span:first-child {
  transform: translate(-50%, -50%) rotate(90deg);
}

.sect_doctor .content .r_content .angel_voice .headding .btn span:nth-child(2) {
  transform: translate(-50%, -50%);
}

.sect_doctor .content .r_content .angel_voice .body {
  display: none;
}

.sect_doctor .content .r_content .angel_voice .body .sentence {
  font-size: 13px;
  line-height: 1.75;
  margin: 10px 0 15px;
}

.sect_doctor .content .r_content .angel_voice .body .doctor_2 {
  width: 100%;
}

.sect_doctor .content .r_content .career {
  margin-top: 25px;
}

.sect_doctor .content .r_content .career .label {
  font-size: 14px;
  font-weight: 500;
  color: #f48f9f;
  text-decoration: underline;
  text-underline-offset: 8px;
}

.sect_doctor .content .r_content .career .history {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.8;
}

.sect_doctor .content .r_content .career .history dt {
  width: 90px;
  color: #f48f9f;
}

.sect_doctor .content .r_content .career .history dd {
  width: calc(100% - 90px);
}

@media (max-width: 767px) {
  .sect_doctor {
    padding-bottom: 30px;
    border-bottom: 1px solid #c4c4c4;
    margin-top: 70px;
  }
  .sect_doctor .content {
    display: block;
  }
  .sect_doctor .content .r_content {
    margin-top: 20px;
  }
}

/* ---------------------------------------------------------
    doctors
--------------------------------------------------------- */
.sect_doctors {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.sect_doctors .content {
  display: grid;
  grid-template-columns: 48% 48%;
  justify-content: space-between;
}

.sect_doctors .content .l_content {
  width: 100%;
}

.sect_doctors .content .l_content .image {
  border-radius: 14px;
}

.sect_doctors .content .r_content .headding {
  color: #f48f9f;
}

.sect_doctors .content .r_content .headding .division {
  font-size: 14px;
  font-weight: 500;
}

.sect_doctors .content .r_content .headding .doctor_name {
  font-size: 26px;
  font-weight: 400;
  margin: 15px 0 8px;
}

.sect_doctors .content .r_content .headding .en {
  font-family: "Belleza", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

.sect_doctors .content .r_content .doctors_position {
  margin-top: 25px;
}

.sect_doctors .content .r_content .doctors_position .label {
  font-size: 14px;
  font-weight: 500;
  color: #f48f9f;
  text-decoration: underline;
  text-underline-offset: 8px;
}

.sect_doctors .content .r_content .doctors_position .position_list {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.8;
}

.sect_doctors .content .r_content .doctors_affiliation {
  margin-top: 25px;
}

.sect_doctors .content .r_content .doctors_affiliation .label {
  font-size: 14px;
  font-weight: 500;
  color: #f48f9f;
  text-decoration: underline;
  text-underline-offset: 8px;
}

.sect_doctors .content .r_content .doctors_affiliation .affiliation_list {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.8;
}

.sect_doctors .content .r_content .doctors_career {
  margin-top: 25px;
}

.sect_doctors .content .r_content .doctors_career .label {
  font-size: 14px;
  font-weight: 500;
  color: #f48f9f;
  text-decoration: underline;
  text-underline-offset: 8px;
}

.sect_doctors .content .r_content .doctors_career .history {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.8;
}

.sect_doctors .content .r_content .doctors_career .history dt {
  width: 60px;
  color: #f48f9f;
}

.sect_doctors .content .r_content .doctors_career .history dd {
  width: calc(100% - 60px);
}

@media (max-width: 767px) {
  .sect_doctors {
    padding-bottom: 30px;
    border-bottom: 1px solid #c4c4c4;
    margin-top: 70px;
  }
  .sect_doctors .content {
    display: block;
  }
  .sect_doctors .content .r_content {
    margin-top: 20px;
  }
}

/* ---------------------------------------------------------
    teams
--------------------------------------------------------- */
.sect_teams .headding {
  margin: 100px 0 50px;
  position: relative;
}

.sect_teams .headding::before {
  content: '';
  display: block;
  border-top: 1px solid #f48f9f;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.sect_teams .headding .sect_ttl {
  display: block;
  border-top: 1px solid #f48f9f;
  border-left: 1px solid #f48f9f;
  border-right: 1px solid #f48f9f;
  background-color: #fffaf4;
  border-radius: 1rem 1rem 0 0;
  width: fit-content;
  padding: 24px 40px 0;
  margin: 0 auto;
  z-index: 1;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 500;
  color: #f48f9f;
}

.sect_teams .team_list {
  display: grid;
  grid-template-columns: 46% 46%;
  gap: 60px 8%;
}

.sect_teams .team_list .item {
  width: 100%;
}

.sect_teams .team_list .item .item_image {
  width: 100%;
}

.sect_teams .team_list .item .team_name {
  font-size: 22px;
  font-weight: 400;
  color: #f48f9f;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.sect_teams .team_list .item .team_name .en {
  font-family: "Belleza", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

.sect_teams .col_1 {
  margin-top: 110px;
}

.sect_teams .col_1 .card {
  background: #fff;
  padding: 25px 20px 25px 30px;
  border: 1px solid #f48f9f;
  border-radius: 7px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.sect_teams .col_1 .card .card_ttl {
  width: fit-content;
  white-space: nowrap;
  font-size: 24px;
  color: #f48f9f;
  font-weight: 500;
}

.sect_teams .col_1 .card .sentence {
  width: auto;
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
}

.sect_teams .col_1 .card .primary_btn {
  width: fit-content;
  white-space: nowrap;
  width: fit-content;
  padding: 15px 35px;
  border: 4px solid #F5E9F3;
  border-radius: 100px;
  background: #f48f9f;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all .3s;
}

.sect_teams .col_1 .card .primary_btn:hover {
  background: #fff;
  border: 4px solid #f48f9f;
}

.sect_teams .col_1 .card .primary_btn:hover .text {
  color: #f48f9f;
}

.sect_teams .col_1 .card .primary_btn .link {
  position: absolute;
  inset: 0;
}

.sect_teams .col_1 .card .primary_btn .text {
  font-size: 14px;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

@media (max-width: 767px) {
  .sect_teams .headding .sect_ttl {
    padding: 20px 20px 0;
    font-size: 20px;
  }
  .sect_teams .team_list {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .sect_teams .col_1 {
    margin-top: 100px;
  }
  .sect_teams .col_1 .card {
    padding: 20px 20px 25px 20px;
    flex-direction: column;
    gap: 20px;
  }
}
