@charset "UTF-8";
.section-doctor-greeting {
  position: relative;
  background: top left/100% auto repeat-y;
}
.section-doctor-greeting::before, .section-doctor-greeting::after {
  content: "";
  position: absolute;
}
.section-doctor-greeting .greeting-inner {
  border-radius: 0.2rem;
  background-color: rgba(255, 255, 255, 0.7);
}
.section-doctor-greeting .wrapper {
  position: relative;
}
.section-doctor-greeting .greeting-detail:last-child {
  margin-bottom: 0;
}
.section-doctor-greeting .greeting-detail strong {
  font-weight: 600;
}
.is-android .section-doctor-greeting .greeting-detail strong {
  font-weight: 700;
}
.section-doctor-greeting .greeting-image {
  position: relative;
  z-index: 1;
}
.section-doctor-greeting .greeting-image::before {
  content: "";
  position: absolute;
  background: top left/100% auto no-repeat;
}
.section-doctor-greeting .greeting-image img {
  overflow: hidden;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-doctor-greeting {
    padding: 0.8rem 0 1rem;
    overflow: hidden;
    background-image: url("../img/common/sp/background_common_01.jpg");
  }
  .section-doctor-greeting::before {
    top: 2.29rem;
    left: 0;
    width: 100%;
    height: 0.96rem;
    background: url("../img/doctor/sp/decor_img_greeting.svg") center/contain no-repeat;
  }
  .section-doctor-greeting .title-common-primary {
    margin-bottom: 1.9rem;
  }
  .section-doctor-greeting .title-common-primary .title-wrapper {
    width: 100%;
  }
  .section-doctor-greeting .title-common-primary .title-english::before, .section-doctor-greeting .title-common-primary .title-english::after {
    width: 0.9rem;
  }
  .section-doctor-greeting .greeting-image {
    width: 1.93rem;
    height: 1.98rem;
    margin: -1.9rem auto 0.75rem;
  }
  .section-doctor-greeting .greeting-image::before {
    bottom: -0.62rem;
    left: -0.58rem;
    width: 3.1rem;
    height: 1.49rem;
    background-image: url("../img/doctor/sp/decoration_greeting.svg");
  }
  .section-doctor-greeting .greeting-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 30px 0.15rem 0.3rem;
  }
  .section-doctor-greeting .greeting-detail {
    margin-bottom: 0.3rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-doctor-greeting {
    padding: 87px 0 146px;
    background-image: url("../img/common/background_common_01.jpg");
  }
  .section-doctor-greeting::before, .section-doctor-greeting::after {
    top: 241px;
    width: 385px;
    height: 425px;
    background: url("../img/common/decor_img_01.svg") center/contain no-repeat;
  }
  .section-doctor-greeting::before {
    left: 2px;
  }
  .section-doctor-greeting::after {
    right: 3px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  .section-doctor-greeting .wrapper {
    max-width: 1180px;
  }
  .section-doctor-greeting .title-common-primary {
    margin-bottom: 47px;
  }
  .section-doctor-greeting .greeting-image {
    position: absolute;
    top: 167px;
    right: -7px;
    width: 360px;
    height: 370px;
  }
  .section-doctor-greeting .greeting-image::before {
    bottom: -80px;
    left: -58px;
    width: 479px;
    height: 230px;
    background-image: url("../img/doctor/decoration_greeting.svg");
  }
  .section-doctor-greeting .greeting-inner {
    max-width: 934px;
    padding: 40px 50px;
  }
  .section-doctor-greeting .greeting-content {
    max-width: 680px;
  }
  .section-doctor-greeting .greeting-detail {
    margin-bottom: 30px;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) and (max-width: 1365px) {
  .section-doctor-greeting .greeting-image {
    right: 0;
  }
  .section-doctor-greeting .greeting-image::before {
    left: -74px;
  }
}
.section-doctor-policy {
  position: relative;
  background-color: #ffe598;
}
.section-doctor-policy::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-color: #fff5d6;
  pointer-events: none;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top left;
  mask-position: top left;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.is-mac .section-doctor-policy::before {
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.section-doctor-policy .policy-decoration {
  display: block;
}
.section-doctor-policy .decoration-image {
  position: absolute;
}
.section-doctor-policy .policy-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
}
.section-doctor-policy .policy-item:last-child {
  margin-bottom: 0;
}
.section-doctor-policy .policy-wrapper {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.7);
}
.section-doctor-policy .policy-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #afe6b3;
  color: #fff;
  font-family: "Almendra SC", serif;
  line-height: 1;
}
.section-doctor-policy .number-wrapper {
  position: relative;
}
.section-doctor-policy .button-common-primary {
  max-width: 2.04rem;
  min-height: 52px;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-doctor-policy {
    padding: 0.86rem 0 1rem;
    overflow: hidden;
  }
  .section-doctor-policy::before {
    top: -0.02rem;
    height: 0.35rem;
    -webkit-mask-image: url("../img/common/sp/decoration_img_01.svg");
    mask-image: url("../img/common/sp/decoration_img_01.svg");
  }
  .section-doctor-policy .title-common-primary {
    margin-bottom: 0.61rem;
  }
  .section-doctor-policy .title-common-primary .title-wrapper {
    width: 100%;
  }
  .section-doctor-policy .title-common-primary .title-english::before, .section-doctor-policy .title-common-primary .title-english::after {
    width: 1rem;
  }
  .section-doctor-policy .decoration-image {
    width: 2.39rem;
  }
  .section-doctor-policy .decoration-image.is-bottom {
    right: -0.17rem;
    bottom: 0.32rem;
  }
  .section-doctor-policy .policy-wrapper {
    padding: 0.11rem 0.15rem 0.3rem;
  }
  .section-doctor-policy .policy-item {
    margin-bottom: 0.43rem;
  }
  .section-doctor-policy .policy-number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 0.6rem;
    height: 0.6rem;
    margin: -0.38rem auto -0.04rem;
    font-size: 0.5rem;
  }
  .section-doctor-policy .number-wrapper {
    top: -0.02rem;
  }
  .section-doctor-policy .button-common-primary {
    margin: 0.2rem 0 0.1rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-doctor-policy {
    padding: 148px 0 140px;
  }
  .section-doctor-policy::before {
    top: -87px;
    height: 182px;
    -webkit-mask-image: url("../img/common/decoration_img_01_chrome.svg");
    mask-image: url("../img/common/decoration_img_01_chrome.svg");
  }
  .is-mac .section-doctor-policy::before {
    top: -50px;
    -webkit-mask-image: url("../img/common/decoration_img_01.svg");
    mask-image: url("../img/common/decoration_img_01.svg");
  }
  .section-doctor-policy .decoration-image {
    width: 347px;
  }
  .section-doctor-policy .decoration-image.is-top {
    top: 178px;
    left: 59px;
  }
  .section-doctor-policy .decoration-image.is-bottom {
    right: 57px;
    bottom: 76px;
  }
  .section-doctor-policy .policy-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 30px;
  }
  .section-doctor-policy .policy-item {
    margin-bottom: 42px;
  }
  .section-doctor-policy .policy-number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 74px;
    height: 74px;
    margin-right: 30px;
    font-size: 0.7rem;
  }
  .section-doctor-policy .number-wrapper {
    top: -5px;
  }
  .section-doctor-policy .policy-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-line-pack: center;
    align-content: center;
    padding-right: 40px;
  }
  .section-doctor-policy .button-common-primary {
    margin: 20px 0 15px 35px;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 3000px) {
  .is-mac .section-doctor-policy::before {
    top: 0;
  }
}
.section-doctor-profile {
  position: relative;
  background-color: #fff5d6;
}
.section-doctor-profile::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff5d6;
  pointer-events: none;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top left;
  mask-position: top left;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.is-mac .section-doctor-profile::before {
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.section-doctor-profile::after {
  content: "";
  position: absolute;
  left: 0;
}
.section-doctor-profile .profile-wrapper {
  position: relative;
  z-index: 1;
}
.section-doctor-profile .profile-thumbnail {
  overflow: hidden;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.section-doctor-profile .content-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-doctor-profile .content-heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  background: center/100% 100% no-repeat;
}
.section-doctor-profile .heading-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ff8d91;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
.is-android .section-doctor-profile .heading-position {
  font-weight: 700;
}
.section-doctor-profile .heading-name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section-doctor-profile .name-japanese {
  position: relative;
  font-family: "Kaisei Opti", serif;
  font-weight: 700;
  line-height: 1;
}
.section-doctor-profile .name-english {
  position: relative;
  color: #d06e34;
  font-size: 0.16rem;
  font-weight: 600;
  line-height: 1;
}
.is-android .section-doctor-profile .name-english {
  font-weight: 700;
}
.section-doctor-profile .content-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-doctor-profile .content-item:last-child {
  margin-bottom: 0;
}
.section-doctor-profile .label-common {
  border-radius: 0.05rem;
  font-size: 0.16rem;
}
.section-doctor-profile .text-wrapper {
  margin: 0;
}
.section-doctor-profile .text-time {
  color: #ff8d91;
  font-weight: 600;
}
.is-android .section-doctor-profile .text-time {
  font-weight: 700;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-doctor-profile {
    padding: 0.53rem 0 0.62rem;
  }
  .section-doctor-profile::before {
    top: -0.34rem;
    height: 0.35rem;
    -webkit-mask-image: url("../img/common/sp/decoration_img_01.svg");
    mask-image: url("../img/common/sp/decoration_img_01.svg");
  }
  .section-doctor-profile::after {
    top: 3.04rem;
    left: 0;
    width: 100%;
    height: 1.58rem;
    background: url("../img/doctor/sp/decoration_profile.svg") top left/100% 100% no-repeat;
  }
  .section-doctor-profile .title-common-primary {
    margin-bottom: 0.31rem;
  }
  .section-doctor-profile .title-common-primary .title-wrapper {
    width: 100%;
  }
  .section-doctor-profile .title-common-primary .title-english::before, .section-doctor-profile .title-common-primary .title-english::after {
    width: 0.84rem;
  }
  .section-doctor-profile .profile-thumbnail {
    width: 2.36rem;
    height: 2.95rem;
    margin: 0 auto 0.49rem;
  }
  .section-doctor-profile .content-heading {
    margin-bottom: 0.25rem;
    padding-bottom: 0.28rem;
  }
  .section-doctor-profile .content-heading::before {
    left: -0.01rem;
    width: 3.37rem;
    height: 0.09rem;
    background-image: url("../img/doctor/sp/decoration_profile_title.svg");
  }
  .section-doctor-profile .heading-position {
    width: 0.7rem;
    height: 0.7rem;
    margin-right: 0.2rem;
    font-size: 0.16rem;
  }
  .section-doctor-profile .name-japanese {
    margin-bottom: 0.12rem;
    font-size: 0.3rem;
  }
  .section-doctor-profile .content-item {
    margin-bottom: 0.3rem;
  }
  .section-doctor-profile .label-common {
    margin-bottom: 0.1rem;
    padding: 0.06rem 0.15rem;
  }
  .section-doctor-profile .text-time {
    display: block;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-doctor-profile {
    padding: 80px 0 115px;
  }
  .section-doctor-profile::before {
    top: -126px;
    height: 182px;
    -webkit-mask-image: url("../img/common/decoration_img_01_chrome.svg");
    mask-image: url("../img/common/decoration_img_01_chrome.svg");
  }
  .is-mac .section-doctor-profile::before {
    -webkit-mask-image: url("../img/common/decoration_img_01.svg");
    mask-image: url("../img/common/decoration_img_01.svg");
  }
  .section-doctor-profile::after {
    top: 435px;
    left: 0;
    width: 45.9%;
    height: 334px;
    background: url("../img/doctor/decoration_profile.png") top left/100% 100% repeat-x;
  }
  .section-doctor-profile .profile-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-doctor-profile .profile-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 400px;
    height: 500px;
    margin-top: 6px;
  }
  .section-doctor-profile .profile-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 550px;
    margin-top: 91px;
  }
  .section-doctor-profile .content-heading {
    margin-bottom: 28px;
    padding-bottom: 22px;
  }
  .section-doctor-profile .content-heading::before {
    left: -5px;
    width: 100%;
    height: 9px;
    background-image: url("../img/doctor/decoration_profile_title.svg");
  }
  .section-doctor-profile .heading-position {
    width: 90px;
    height: 90px;
    margin-right: 20px;
    font-size: 0.2rem;
  }
  .section-doctor-profile .heading-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-doctor-profile .name-japanese {
    margin-right: 16px;
    font-size: 0.35rem;
  }
  .section-doctor-profile .name-english {
    top: 3px;
  }
  .is-mac .section-doctor-profile .name-english {
    top: 6px;
  }
  .section-doctor-profile .content-item {
    margin-bottom: 41px;
  }
  .section-doctor-profile .label-common {
    margin-bottom: 10px;
    padding: 6px 16px;
  }
  .section-doctor-profile .label-common .label-wrapper {
    top: 0;
  }
  .is-mac .section-doctor-profile .label-common .label-wrapper {
    top: 1.5px;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 3000px) {
  .is-mac .section-doctor-profile::before {
    top: -172px;
  }
}
/*# sourceMappingURL=doctor.css.map */