@charset "UTF-8";
.section-doctor-greetings .greetings-image {
  overflow: hidden;
  border-radius: 50%;
}
.section-doctor-greetings .greetings-inner {
  position: relative;
  z-index: 1;
}
.section-doctor-greetings .content-detail {
  font-size: 0.16rem;
  line-height: 2;
}
.section-doctor-greetings .content-title {
  position: relative;
  font-family: "Zen Maru Gothic", serif;
}
.section-doctor-greetings .content-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #f9afbb;
  -webkit-mask-image: url("../img/common/line_common_01.svg");
  -webkit-mask-repeat: repeat-x;
}
.section-doctor-greetings .content-title .title-highlight {
  color: #f091a8;
}
.section-doctor-greetings .greetings-wrapper .wrapper {
  position: relative;
}
.section-doctor-greetings .greetings-wrapper .wrapper::before, .section-doctor-greetings .greetings-wrapper .wrapper::after {
  content: "";
  position: absolute;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-doctor-greetings {
    padding: 0.34rem 0 0.47rem;
  }
  .section-doctor-greetings .content-title {
    margin-bottom: 3.34rem;
    padding-bottom: 0.08rem;
    font-size: 0.24rem;
  }
  .section-doctor-greetings .greetings-image {
    position: absolute;
    top: calc(50% - 4.45rem);
    left: 50%;
    width: 2.75rem;
    height: 2.75rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .section-doctor-greetings .title-common-primary {
    margin-bottom: 0.17rem;
  }
  .section-doctor-greetings .greetings-wrapper .wrapper::before {
    top: 1.13rem;
    left: 0.04rem;
    width: 1.67rem;
    height: 3.48rem;
    background: url("../img/doctor/sp/decoration_img_01.svg") center/100% auto no-repeat;
  }
  .section-doctor-greetings .greetings-wrapper .wrapper::after {
    right: 0.03rem;
    bottom: -1.13rem;
    width: 1.04rem;
    height: 1.87rem;
    background: url("../img/doctor/sp/decoration_img_02.svg") center/100% auto no-repeat;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-doctor-greetings {
    padding: 64px 0 77px;
  }
  .section-doctor-greetings .greetings-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 50px;
  }
  .section-doctor-greetings .content-title {
    margin-bottom: 50px;
    padding-bottom: 0.04rem;
    font-size: 0.32rem;
  }
  .section-doctor-greetings .greetings-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 440px;
    height: 440px;
    margin-top: 102px;
  }
  .section-doctor-greetings .greetings-content {
    max-width: 580px;
  }
  .section-doctor-greetings .greetings-wrapper .wrapper::before {
    top: -24px;
    left: -223px;
    width: 296px;
    height: 617px;
    background: url("../img/doctor/decoration_img_01.svg") center/100% auto no-repeat;
  }
  .section-doctor-greetings .greetings-wrapper .wrapper::after {
    right: -141px;
    bottom: -232px;
    width: 195px;
    height: 360px;
    background: url("../img/doctor/decoration_img_02.svg") center/100% auto no-repeat;
  }
  .section-doctor-greetings .title-common-primary {
    margin-bottom: 23px;
  }
}
.section-doctor-profile {
  background-color: #fef5e6;
}
.section-doctor-profile .profile-block:last-child {
  margin-bottom: 0;
}
.section-doctor-profile .information-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.7;
}
.section-doctor-profile .information-name .name-japanese {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
.section-doctor-profile .information-name .name-english {
  color: #e87c89;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.section-doctor-profile .profile-biography {
  position: relative;
}
.section-doctor-profile .profile-biography::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #d2a36c;
  -webkit-mask-image: url("../img/common/line_common_01.svg");
  -webkit-mask-repeat: repeat-x;
}
.section-doctor-profile .profile-biography .biography-content p:last-child {
  margin-bottom: 0;
}

/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-doctor-profile {
    padding: 54px 0 76px;
  }
  .section-doctor-profile .wrapper {
    max-width: 1145px;
  }
  .section-doctor-profile .profile-block {
    margin-bottom: 72px;
  }
  .section-doctor-profile .title-common-primary {
    margin-bottom: 39px;
  }
  .section-doctor-profile .profile-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 73px;
  }
  .section-doctor-profile .profile-information {
    width: 500px;
    padding: 44px 30px 20px 0;
  }
  .section-doctor-profile .title-common-secondary {
    margin-bottom: 10px;
  }
  .section-doctor-profile .information-name {
    line-height: 1.7;
  }
  .section-doctor-profile .information-name .name-japanese {
    margin-right: 21px;
    font-size: 0.34rem;
  }
  .section-doctor-profile .information-name .name-english {
    position: relative;
    top: 2px;
  }
  .section-doctor-profile .profile-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section-doctor-profile .profile-block.has-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-doctor-profile .profile-block.has-image .profile-information,
  .section-doctor-profile .profile-block.has-image .profile-content {
    width: unset;
  }
  .section-doctor-profile .profile-block.has-image .profile-inner {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: -5px;
    padding-right: 60px;
    padding-left: 32px;
  }
  .section-doctor-profile .profile-block.has-image .profile-information {
    margin-bottom: 15px;
    padding-bottom: 0;
  }
  .section-doctor-profile .profile-image {
    width: 400px;
    height: 400px;
    margin-right: 80px;
  }
  .section-doctor-profile .profile-biography {
    margin-top: 33px;
    padding-top: 20px;
  }
  .section-doctor-profile .profile-biography .biography-content {
    margin-top: 9px;
  }
}
/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-doctor-profile {
    padding: 0.34rem 0 0.5rem;
  }
  .section-doctor-profile .profile-block {
    margin-bottom: 0.51rem;
  }
  .section-doctor-profile .title-common-primary {
    margin-bottom: 0.3rem;
  }
  .section-doctor-profile .profile-information {
    margin-bottom: 0.21rem;
  }
  .section-doctor-profile .title-common-secondary {
    margin-bottom: 0.11rem;
  }
  .section-doctor-profile .information-name {
    margin: 0 0.02rem;
    line-height: 1.7;
  }
  .section-doctor-profile .information-name .name-japanese {
    margin-right: 0.21rem;
    font-size: 0.26rem;
  }
  .section-doctor-profile .information-name .name-english {
    position: relative;
    top: 0.05rem;
  }
  .section-doctor-profile .profile-content {
    margin: 0 -0.07rem 0 0.02rem;
  }
  .section-doctor-profile .profile-image {
    position: relative;
    left: -0.02rem;
    width: 2.75rem;
    height: 2.75rem;
    margin: 0 auto 0.2rem;
  }
  .section-doctor-profile .profile-biography {
    margin-top: 0.21rem;
    padding-top: 0.2rem;
  }
  .section-doctor-profile .profile-biography .biography-content {
    margin-top: 0.09rem;
    padding-right: 0.1rem;
  }
}
.section-doctor-policy {
  background: url("../img/doctor/policy_bg.jpg") no-repeat 0 0/cover;
}
.section-doctor-policy .policy-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-doctor-policy .policy-item {
  position: relative;
  border-radius: 0.2rem;
  background: rgba(255, 255, 255, 0.6);
}
.section-doctor-policy .policy-item:last-child {
  margin-bottom: 0;
}
.section-doctor-policy .policy-number {
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(24.38%, #ffdd6d), color-stop(56.25%, #f9afbb), color-stop(88.12%, #f091a8));
  background: linear-gradient(180deg, #ffdd6d 24.38%, #f9afbb 56.25%, #f091a8 88.12%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
}
.section-doctor-policy .policy-text {
  font-size: 0.18rem;
}
.section-doctor-policy .policy-text:last-child {
  margin-bottom: 0;
}
.section-doctor-policy .policy-text .highlight {
  font-weight: 700;
}
.section-doctor-policy .title-common-secondary {
  color: #8fae79;
  font-size: 0.18rem;
}
.section-doctor-policy .title-common-secondary::before {
  top: 0.04rem;
  bottom: 0.02rem;
}
.section-doctor-policy .title-common-secondary .title-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.section-doctor-policy .policy-anchor {
  position: absolute;
  top: -0.3rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-doctor-policy {
    padding: 0.33rem 0 0.79rem;
  }
  .section-doctor-policy .title-common-primary {
    margin-bottom: 0.5rem;
  }
  .section-doctor-policy .policy-item {
    margin-bottom: 0.4rem;
    padding: 0.46rem 0.21rem 0.41rem;
  }
  .section-doctor-policy .policy-number {
    top: -0.3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0.6rem;
  }
  .section-doctor-policy .policy-text {
    margin-bottom: 0.21rem;
  }
  .section-doctor-policy .title-common-secondary {
    margin-bottom: 0.1rem;
  }
  .section-doctor-policy .title-common-secondary::before {
    top: 0.03rem;
    bottom: 0.03rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-doctor-policy {
    padding: 54px 0 100px;
  }
  .section-doctor-policy .title-common-primary {
    margin-bottom: 39px;
  }
  .section-doctor-policy .policy-list {
    margin-left: 70px;
  }
  .section-doctor-policy .policy-item {
    margin-bottom: 30px;
    padding: 30px 70px;
  }
  .section-doctor-policy .policy-item:nth-child(2) .policy-number {
    top: 3px;
  }
  .section-doctor-policy .policy-number {
    top: 9px;
    left: -68px;
    font-size: 0.8rem;
  }
}
@media print, print and (min-width: 768px) {
  .section-doctor-policy .policy-number {
    font-size: 0.83rem !important;
  }
}
@media print, (min-width: 768px) {
  .section-doctor-policy .policy-text {
    margin-bottom: 21px;
  }
  .section-doctor-policy .title-common-secondary {
    margin-bottom: 9px;
  }
}
/*# sourceMappingURL=doctor.css.map */