@charset "UTF-8";
/**************************************/
/*改行*/
.br-834 {
  display: none;
}
@media (max-width: 834px) {
  .br-834 {
    display: block;
  }
}

.no-br-834 {
  display: block;
}
@media (max-width: 834px) {
  .no-br-834 {
    display: none;
  }
}

.br-450 {
  display: none;
}
@media (max-width: 450px) {
  .br-450 {
    display: block;
  }
}

.no-br-450 {
  display: block;
}
@media (max-width: 450px) {
  .no-br-450 {
    display: none;
  }
}

.f48 {
  font-size: 4.8rem;
}
@media (max-width: 834px) {
  .f48 {
    font-size: 5.76vw;
  }
}
@media (max-width: 450px) {
  .f48 {
    font-size: 7.1vw;
  }
}

/* フォント */
/*共通*/
.page_doctor p {
  line-height: 1.7;
}

.doctor_ttl {
  line-height: 1.4;
  margin-bottom: 8rem;
  font-weight: 500;
}
@media (max-width: 834px) {
  .doctor_ttl {
    margin-bottom: 3rem;
  }
}

/* イントロ */
.doctor-intro {
  padding-bottom: 20rem;
}
@media (max-width: 834px) {
  .doctor-intro {
    padding-bottom: 5rem;
  }
}

.doctor-intro_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
}
@media (max-width: 1024px) {
  .doctor-intro_flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.doctor-intro_img {
  width: 48%;
}
@media (max-width: 1024px) {
  .doctor-intro_img {
    width: 100%;
    margin-bottom: 3rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.doctor-intro_body {
  width: 48%;
  min-width: 54rem;
}
@media (max-width: 1024px) {
  .doctor-intro_body {
    width: 100%;
    min-width: auto;
    display: contents;
  }
}

@media (max-width: 1024px) {
  .doctor-intro_ttl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-inline: 5%;
  }
}

.doctor-intro_detail {
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .doctor-intro_detail {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-inline: 5%;
  }
}
@media (max-width: 834px) {
  .doctor-intro_detail {
    font-size: 1.5rem;
  }
}

.doctor-intro_position {
  margin-block: 3rem 1rem;
}
@media (max-width: 834px) {
  .doctor-intro_position {
    margin-block: 0rem;
  }
}

.doctor-intro_name {
  font-size: 3.2rem;
  margin-bottom: 1.6rem;
  font-weight: 500;
}
@media (max-width: 834px) {
  .doctor-intro_name {
    margin-bottom: 1rem;
    font-size: 2.4rem;
  }
}
.doctor-intro_name .en {
  font-size: 1.2rem;
  margin-left: 2rem;
}

.doctor-intro_credentials li + li {
  margin-top: 1.6rem;
}
@media (max-width: 834px) {
  .doctor-intro_credentials li + li {
    margin-top: 0.8rem;
  }
}

/* プロフィール */
.doctor-info {
  padding-bottom: 15rem;
}
@media (max-width: 834px) {
  .doctor-info {
    padding-bottom: 5rem;
  }
}

.doctor-message {
  background: url(../img/doctor/profile-message.webp) no-repeat center center/cover;
  color: #fff;
  padding-block: 16rem 23rem;
  padding-left: calc((100vw - min(1200px, 90vw)) / 2);
}
@media (max-width: 834px) {
  .doctor-message {
    background: url(../img/doctor/profile-message-sp.webp) no-repeat top right/cover;
    padding-block: 68vw 17rem;
    padding-right: calc((100vw - min(1200px, 90vw)) / 2);
  }
}
@media (max-width: 499px) {
  .doctor-message {
    padding-top: 75vw;
  }
}

.doctor-message_inner {
  max-width: 55rem;
}
@media (max-width: 834px) {
  .doctor-message_inner {
    max-width: none;
  }
}

.chairman-profile {
  margin-top: -12rem;
  padding: 8rem 5%;
  border-radius: 20px;
  background-color: #f5f5f5;
}
@media (max-width: 834px) {
  .chairman-profile {
    padding: 3rem 2rem;
  }
}

.chairman-profile_ttl {
  font-family: Arial;
  margin-bottom: 6rem;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 834px) {
  .chairman-profile_ttl {
    margin-bottom: 2rem;
  }
}

.chairman-profile_top-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5%;
  padding-bottom: 4.8rem;
  margin-bottom: 3.6rem;
  border-bottom: 1px solid rgba(68, 76, 85, 0.2);
}
@media (max-width: 834px) {
  .chairman-profile_top-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.chairman-profile_img {
  width: 48%;
}
@media (max-width: 834px) {
  .chairman-profile_img {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.chairman-profile_body {
  width: 48%;
}
@media (max-width: 834px) {
  .chairman-profile_body {
    width: 100%;
  }
}

.chairman-profile_title {
  font-size: 1.8rem;
}

.chairman-profile_position {
  font-size: 1.6rem;
  margin-block: 0.5rem 0.2rem;
}
@media (max-width: 834px) {
  .chairman-profile_position {
    margin-block: 1rem 0rem;
  }
}

.chairman-profile_name {
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.chairman-profile_name .en {
  font-size: 1.2rem;
  margin-left: 1.6rem;
}

.chairman-profile_txt {
  font-size: 1.5rem;
}

.doctor-profile_item-ttl {
  font-size: 2rem;
  padding-left: 1.2em;
  position: relative;
  margin-bottom: 2rem;
}
@media (max-width: 834px) {
  .doctor-profile_item-ttl {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    padding-left: 1em;
  }
}
.doctor-profile_item-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0em;
  aspect-ratio: 1;
  width: 14px;
  height: auto;
  background-color: #3c9cff;
  border-radius: 50%;
}
@media (max-width: 834px) {
  .doctor-profile_item-ttl::before {
    width: 10px;
  }
}

.doctor-profile-credentials_list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem 2.5%;
}
@media (max-width: 834px) {
  .doctor-profile-credentials_list-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.doctor-profile-credentials_list-flex .doctor-profile-credentials_list {
  width: 48%;
}
@media (max-width: 834px) {
  .doctor-profile-credentials_list-flex .doctor-profile-credentials_list {
    width: 100%;
  }
}

.doctor-profile-credentials_list {
  font-size: 1.5rem;
}
.doctor-profile-credentials_list li + li {
  margin-top: 2rem;
}

.doctor-profile-credentials_list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0rem 2rem;
}
@media (max-width: 834px) {
  .doctor-profile-credentials_list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.doctor-profile-credentials_list-year {
  color: #3c9cff;
  font-weight: 500;
  min-width: 5.8rem;
}

.doctor-profile_chairman-bottom {
  margin-top: 5rem;
  border-top: 1px solid rgba(68, 76, 85, 0.2);
  padding-top: 3.6rem;
}
@media (max-width: 834px) {
  .doctor-profile_chairman-bottom {
    margin-top: 3rem;
  }
}

.doctor-profile_item-list a {
  display: inline-block;
  color: #155ea9;
  text-decoration: underline;
}

/* 医療チーム */
.doctor-team {
  background: url(../img/doctor/team_bg.webp) no-repeat center center/cover;
  padding-block: 15rem;
}
@media (max-width: 834px) {
  .doctor-team {
    padding-block: 5rem;
  }
}
.doctor-team .doctor_ttl {
  text-align: center;
  color: #fff;
}

.doctor-team_list > li + li {
  margin-top: 8rem;
}
@media (max-width: 834px) {
  .doctor-team_list > li + li {
    margin-top: 5rem;
  }
}

.doctor-team_list-item {
  padding: 8rem 5%;
  border-radius: 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6.5%;
}
@media (max-width: 834px) {
  .doctor-team_list-item {
    padding: 3rem 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.doctor-team_img-side {
  width: 48%;
}
@media (max-width: 834px) {
  .doctor-team_img-side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 3rem;
  }
}

.doctor-team_body {
  width: 48%;
}
@media (max-width: 834px) {
  .doctor-team_body {
    width: 100%;
  }
}

.doctor-team_info {
  margin-top: 3rem;
}
@media (max-width: 834px) {
  .doctor-team_info {
    text-align: center;
    margin-block: 0 1rem;
  }
}

.doctor-team_position {
  font-size: 2rem;
  display: inline-block;
}
@media (max-width: 834px) {
  .doctor-team_position {
    font-size: 1.6rem;
  }
}

.doctor-team_name {
  display: inline-block;
  padding-left: 1rem;
  font-weight: 500;
}
.doctor-team_name .en {
  font-weight: normal;
  padding-left: 1rem;
}

.doctor-team_profile-block .doctor-profile_item-ttl {
  margin-bottom: 1rem;
}
.doctor-team_profile-block:not(:last-child) {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #eee;
}
.doctor-team_profile-block .doctor-profile-credentials_list li + li {
  margin-top: 1rem;
}

/* プログラム修了証 */
.doctor-program-certificates {
  padding-top: 14rem;
}
@media (max-width: 834px) {
  .doctor-program-certificates {
    padding-top: 5rem;
  }
}
.doctor-program-certificates .doctor_ttl {
  text-align: center;
  margin-bottom: 8rem;
}
@media (max-width: 834px) {
  .doctor-program-certificates .doctor_ttl {
    margin-bottom: 3rem;
  }
}

.program-certificates_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .program-certificates_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
.program-certificates_list li {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.07);
}

/* スライダー */
.doctor-slider-wrap {
  padding-top: 14rem;
}
@media (max-width: 834px) {
  .doctor-slider-wrap {
    padding-top: 5rem;
  }
}

.doctor-slider {
  overflow: hidden;
}
.doctor-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  height: auto;
}
.doctor-slider img {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  aspect-ratio: 540/320;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=doctor.css.map */