.doctor-ttl {
  margin-bottom: calc(8px * 3);
  overflow: hidden;
}

@media screen and (max-width: 959px) {
  .doctor-ttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .doctor-ttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.doctor-ttl__main {
  margin-bottom: calc(8px * 2);
  line-height: 1.2;
  font-size: 2.8rem;
}

@media screen and (max-width: 959px) {
  .doctor-ttl__main {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .doctor-ttl__main {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .doctor-ttl__main {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .doctor-ttl__main {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .doctor-ttl__main {
    font-size: 1.6rem;
  }
}

.doctor-ttl__sub {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 12px 0 0;
  line-height: 1.2;
  text-transform: uppercase;
  color: #C5A25F;
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 959px) {
  .doctor-ttl__sub {
    padding: 0 8px 0 0;
    font-size: 1.2rem;
  }
}

.doctor-ttl__sub::before, .doctor-ttl__sub::after {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  content: '';
  display: block;
}

.doctor-ttl__sub::before {
  left: 100%;
  width: 21px;
  aspect-ratio: 7/1;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/doctor/doctor-ttl-deco.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/doctor/doctor-ttl-deco.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #C5A25F;
}

.doctor-ttl__sub::after {
  left: calc( 100% + 38px);
  width: 1000%;
  height: 1px;
  background: #C5A25F;
}

.doctor {
  position: relative;
  padding-bottom: calc(8px * 10);
  margin-bottom: calc(8px * 15);
}

@media screen and (max-width: 959px) {
  .doctor {
    padding-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .doctor {
    padding-bottom: calc((8px * 10) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .doctor {
    margin-bottom: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .doctor {
    margin-bottom: calc((8px * 15) * 0.5);
  }
}

.doctor::before, .doctor::after {
  content: "";
  display: block;
}

.doctor::before {
  position: absolute;
  top: 160px;
  right: 0px;
  z-index: 1;
  width: 50%;
  height: 440px;
  background: url("/wp-content/themes/itreat_base/dist/img/doctor/doctor-deco.svg") top right/104px no-repeat, #b19a8d;
}

@media screen and (max-width: 1279px) {
  .doctor::before {
    height: 400px;
    background: url("/wp-content/themes/itreat_base/dist/img/doctor/doctor-deco.svg") top right/64px no-repeat, #b19a8d;
  }
}

@media screen and (max-width: 959px) {
  .doctor::before {
    height: 300px;
  }
}

@media screen and (max-width: 519px) {
  .doctor::before {
    height: 300px;
  }
}

.doctor::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 0;
  translate: -50% 0;
  width: calc( 100% - 80px);
  height: calc( 100% - 240px);
  background: url("/wp-content/themes/itreat_base/dist/img/doctor/doctor-logo.svg") bottom right 40px/408px 268px no-repeat, #f8f5ed;
}

@media screen and (max-width: 1279px) {
  .doctor::after {
    width: calc( 100% - 64px);
  }
}

@media screen and (max-width: 959px) {
  .doctor::after {
    width: calc( 100% - 32px);
  }
}

@media screen and (max-width: 767px) {
  .doctor::after {
    width: calc( 100% - 24px);
  }
}

.doctor .greeting {
  position: relative;
  z-index: 1;
  padding: 80px 80px 91px;
  margin-bottom: calc(8px * 10);
  margin-inline: auto;
  width: calc( 100% - 80px);
  max-width: 1200px;
  background: #ffffff;
}

@media screen and (max-width: 959px) {
  .doctor .greeting {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .doctor .greeting {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .doctor .greeting {
    width: calc(  100% - 100px);
    padding: 80px 64px 91px;
  }
}

@media screen and (max-width: 1023px) {
  .doctor .greeting {
    padding: 64px 48px;
  }
}

@media screen and (max-width: 959px) {
  .doctor .greeting {
    padding: 56px 40px;
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 767px) {
  .doctor .greeting {
    padding: 24px;
  }
}

@media screen and (max-width: 519px) {
  .doctor .greeting {
    padding: 24px 16px;
    width: calc(100% - 48px);
  }
}

.doctor .greeting .doctor-ttl__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-size: 3.6rem;
}

@media screen and (max-width: 959px) {
  .doctor .greeting .doctor-ttl__main {
    font-size: 2.4rem;
  }
}

.doctor .greeting .doctor-ttl__main span {
  font-size: 2.4rem;
}

@media screen and (max-width: 959px) {
  .doctor .greeting .doctor-ttl__main span {
    font-size: 1.6rem;
  }
}

.doctor .greeting .greeting-unit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 959px) {
  .doctor .greeting .greeting-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 56px;
  }
}

.doctor .greeting .greeting-unit__dtl {
  width: calc(100% - 533px);
}

@media screen and (max-width: 1279px) {
  .doctor .greeting .greeting-unit__dtl {
    width: calc(100% - 380px);
  }
}

@media screen and (max-width: 1023px) {
  .doctor .greeting .greeting-unit__dtl {
    width: calc(100% - 360px);
  }
}

@media screen and (max-width: 959px) {
  .doctor .greeting .greeting-unit__dtl {
    width: 100%;
  }
}

.doctor .greeting .greeting-unit__vsl {
  position: relative;
  width: 533px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 1279px) {
  .doctor .greeting .greeting-unit__vsl {
    width: 380px;
    aspect-ratio: 1;
  }
}

@media screen and (max-width: 1023px) {
  .doctor .greeting .greeting-unit__vsl {
    width: 360px;
  }
}

@media screen and (max-width: 959px) {
  .doctor .greeting .greeting-unit__vsl {
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  .doctor .greeting .greeting-unit__vsl {
    max-width: 340px;
    width: 100%;
  }
}

.doctor .greeting .greeting-unit__vsl::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -160px;
  z-index: -1;
  width: 399px;
  height: 240px;
  background: url("/wp-content/themes/itreat_base/dist/img/doctor/greeting-bg.jpg") center/cover no-repeat;
}

@media screen and (max-width: 959px) {
  .doctor .greeting .greeting-unit__vsl::after {
    bottom: -38px;
    left: 80px;
    width: 450px;
    height: 130px;
  }
}

@media screen and (max-width: 1279px) {
  .doctor .greeting .greeting-unit__vsl img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }
}

.doctor .greeting .greeting-txt {
  padding-right: 63px;
}

@media screen and (max-width: 1279px) {
  .doctor .greeting .greeting-txt {
    padding-right: 56px;
  }
}

@media screen and (max-width: 1023px) {
  .doctor .greeting .greeting-txt {
    padding-right: 40px;
  }
}

@media screen and (max-width: 959px) {
  .doctor .greeting .greeting-txt {
    padding-right: 0px;
  }
}

@media screen and (max-width: 959px) {
  .doctor .greeting .greeting-txt p {
    line-height: 1.7;
  }
}

.doctor .profile {
  position: relative;
  z-index: 1;
}

.doctor .profile .profile-wrap {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 1279px) {
  .doctor .profile .profile-wrap {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 959px) {
  .doctor .profile .profile-wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .doctor .profile .profile-wrap {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 1279px) {
  .doctor .profile .profile-wrap {
    padding: 0 64px;
  }
}

@media screen and (max-width: 767px) {
  .doctor .profile .profile-wrap {
    padding: 0 40px;
  }
}

@media screen and (max-width: 519px) {
  .doctor .profile .profile-wrap {
    padding: 0 32px;
  }
}

.doctor .profile .profile-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 96px;
}

@media screen and (max-width: 1279px) {
  .doctor .profile .profile-unit {
    gap: 48px;
  }
}

@media screen and (max-width: 959px) {
  .doctor .profile .profile-unit {
    gap: 30px;
  }
}

@media screen and (max-width: 519px) {
  .doctor .profile .profile-unit {
    gap: 20px;
  }
}

.doctor .profile .profile-unit__col:first-of-type {
  width: 453px;
}

@media screen and (max-width: 959px) {
  .doctor .profile .profile-unit__col:first-of-type {
    width: auto;
  }
}

.doctor .profile .profile-dtl {
  padding-left: 20px;
  border-left: 1px solid #29241f;
}

@media screen and (max-width: 767px) {
  .doctor .profile .profile-dtl {
    padding-left: 16px;
  }
}

.doctor .profile .profile-dtl .profile-dtl-ttl {
  line-height: 1.2;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .doctor .profile .profile-dtl .profile-dtl-ttl {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .doctor .profile .profile-dtl .profile-dtl-ttl {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .doctor .profile .profile-dtl .profile-dtl-ttl {
    font-size: 1.6rem;
  }
}

.doctor .profile .profile-dtl .profile-dtl-history__item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
}

@media screen and (max-width: 959px) {
  .doctor .profile .profile-dtl .profile-dtl-history__item {
    gap: 8px;
  }
}

@media screen and (max-width: 519px) {
  .doctor .profile .profile-dtl .profile-dtl-history__item {
    gap: 4px;
  }
}

.doctor .profile .profile-dtl .profile-dtl-history__item dt {
  font-family: "Inter", sans-serif;
}

.staff {
  /*
  .staff-vsl {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    @include mb(x6);
  }*/
}

.staff .staff-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1279px) {
  .staff .staff-unit {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media screen and (max-width: 959px) {
  .staff .staff-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.staff .staff-unit:not(:last-of-type) {
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .staff .staff-unit:not(:last-of-type) {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .staff .staff-unit:not(:last-of-type) {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.staff .staff-unit__vsl {
  width: 400px;
}

@media screen and (max-width: 959px) {
  .staff .staff-unit__vsl {
    position: relative;
    z-index: 1;
    width: 50%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .staff .staff-unit__vsl {
    width: 60%;
  }
}

@media screen and (max-width: 519px) {
  .staff .staff-unit__vsl {
    width: 70%;
  }
}

@media screen and (max-width: 1279px) {
  .staff .staff-unit__vsl img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }
}

@media screen and (max-width: 959px) {
  .staff .staff-unit__vsl img {
    -o-object-fit: initial;
    object-fit: initial;
    height: auto;
  }
}

.staff .staff-unit.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 959px) {
  .staff .staff-unit.--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.staff .staff-frame {
  /*width: 100%;
    max-width: 960px;
    margin: 0 auto;*/
  position: relative;
  width: calc(100% - 400px);
  padding: 40px 48px;
  background: #ffffff;
  overflow: hidden;
}

@media screen and (max-width: 1279px) {
  .staff .staff-frame {
    padding: 40px;
  }
}

@media screen and (max-width: 959px) {
  .staff .staff-frame {
    margin-top: -16px;
    width: 100%;
    padding: 32px;
  }
}

@media screen and (max-width: 519px) {
  .staff .staff-frame {
    margin-top: -12px;
    padding: 24px;
  }
}

.staff .staff-frame.--lbrn::before {
  border-color: rgba(177, 154, 141, 0.12);
}

.staff .staff-frame.--lbrn .doctor-ttl__sub {
  color: #b19a8d;
}

.staff .staff-frame.--lbrn .doctor-ttl__sub::before {
  background: #b19a8d;
}

.staff .staff-frame.--lbrn .doctor-ttl__sub::after {
  background: #b19a8d;
}

.staff .staff-frame.--dbrn::before {
  border-color: rgba(148, 114, 64, 0.12);
}

.staff .staff-frame.--dbrn .doctor-ttl__sub {
  color: #947240;
}

.staff .staff-frame.--dbrn .doctor-ttl__sub::before {
  background: #947240;
}

.staff .staff-frame.--dbrn .doctor-ttl__sub::after {
  background: #947240;
}

.staff .staff-frame::before {
  content: '';
  display: block;
  position: absolute;
  top: -92px;
  right: -96px;
  width: 240px;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 24px solid rgba(197, 162, 95, 0.12);
}

@media screen and (max-width: 959px) {
  .staff .staff-frame::before {
    top: -80px;
    right: -80px;
    width: 160px;
  }
}

@media screen and (max-width: 519px) {
  .staff .staff-frame::before {
    top: -70px;
    right: -70px;
    width: 140px;
  }
}

.staff .staff-frame__txt em {
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .staff .staff-frame__txt p {
    line-height: 1.7;
  }
}

/*# sourceMappingURL=../../maps/pages/doctor.css.map */
