@charset "UTF-8";
.section-doctor-greetings {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(4.88%, #fff), color-stop(28.55%, #e5f5ef));
  background: linear-gradient(180deg, #fff 4.88%, #e5f5ef 28.55%);
}
.section-doctor-greetings::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.27rem;
}
.section-doctor-greetings .wrapper {
  position: relative;
  z-index: 1;
}
.section-doctor-greetings .wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 4.14rem;
  height: 4.9rem;
  background: url("../img/doctor/greetings_icn_01.svg") center/contain no-repeat;
}
.section-doctor-greetings .greeting-title {
  color: #53b59e;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
}
.section-doctor-greetings .content-description {
  margin-bottom: 0.32rem;
}
.section-doctor-greetings .content-description:last-child {
  margin-bottom: 0;
}
.section-doctor-greetings .greetings-author {
  font-weight: 700;
  text-align: right;
}
.section-doctor-greetings .greetings-author .author-highlight {
  margin-left: 0.03rem;
  font-size: 0.2rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-doctor-greetings {
    padding: 0.4rem 0 0.48rem;
  }
  .section-doctor-greetings::before {
    bottom: 0;
    background: url("../img/doctor/sp/greetings_img_01.png") center/100% 100% no-repeat;
  }
  .section-doctor-greetings .wrapper::before {
    top: 2.15rem;
    left: -0.19rem;
    background: url("../img/doctor/sp/greetings_icn_01.svg") center/contain no-repeat;
  }
  .section-doctor-greetings .title-common-primary {
    margin-bottom: 0.33rem;
  }
  .section-doctor-greetings .greeting-title {
    margin-bottom: 0.26rem;
    font-size: 0.3rem;
    line-height: 1.6;
  }
  .section-doctor-greetings .greetings-content {
    margin-bottom: 0.18rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-doctor-greetings {
    padding: 68px 0 173px;
  }
  .section-doctor-greetings::before {
    background: url("../img/doctor/greetings_img_01.png") center/100% 100% no-repeat;
  }
  .section-doctor-greetings .wrapper::before {
    top: -24px;
    left: -324px;
  }
  .section-doctor-greetings .title-common-primary {
    margin-bottom: 30px;
  }
  .section-doctor-greetings .greeting-title {
    margin-bottom: 23px;
    font-size: 0.32rem;
  }
  .section-doctor-greetings .greetings-content {
    margin-bottom: 28px;
  }
}
@media print, (min-width: 768px) and (max-width: 1699px) {
  .section-doctor-greetings .wrapper::before {
    left: -100px;
  }
}
.section-doctor-profile {
  position: relative;
  z-index: 1;
  background-color: #fff5ec;
}
.section-doctor-profile::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5.54rem;
}
.section-doctor-profile .profile-image {
  position: relative;
  width: 3.2rem;
  height: 4rem;
}
.section-doctor-profile .profile-image img {
  border-radius: 0.2rem;
}
.section-doctor-profile .profile-image::after {
  content: "";
  position: absolute;
  top: 0.16rem;
  width: 0.42rem;
  height: 0.46rem;
  background: url("../img/doctor/profile_icn_01.svg") center/contain no-repeat;
}
.section-doctor-profile .profile-content {
  border-radius: 0.2rem;
  background-color: #fff;
}
.section-doctor-profile .content-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-doctor-profile .heading-title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 0.28rem;
  font-weight: 700;
  line-height: 1.6;
}
.section-doctor-profile .heading-title .title-small {
  font-size: 0.16rem;
}
.section-doctor-profile .description-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-doctor-profile .list-item:last-child {
  margin-bottom: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-doctor-profile {
    padding: 0.4rem 0;
  }
  .section-doctor-profile::after {
    background: url("../img/doctor/sp/profile_img_02.png") center/cover no-repeat;
  }
  .section-doctor-profile .title-common-primary {
    margin-bottom: 0.3rem;
  }
  .section-doctor-profile .profile-image {
    margin: 0 auto 0.17rem;
  }
  .section-doctor-profile .profile-image::after {
    left: -0.25rem;
  }
  .section-doctor-profile .profile-content {
    padding: 0.2rem 0.2rem 0.23rem;
  }
  .section-doctor-profile .content-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.16rem;
  }
  .section-doctor-profile .tag-common-secondary {
    margin-bottom: 0.09rem;
  }
  .section-doctor-profile .heading-title .title-small {
    display: block;
    line-height: 1.1;
  }
  .section-doctor-profile .title-common-quinary {
    margin-bottom: 0.19rem;
  }
  .section-doctor-profile .content-qualification {
    margin-bottom: 0.3rem;
  }
  .section-doctor-profile .content-description .title-common-quinary {
    margin-bottom: 0.19rem;
  }
  .section-doctor-profile .list-item {
    margin-bottom: 0.16rem;
    padding-right: 0.08rem;
    line-height: 1.63;
  }
  .section-doctor-profile .item-number {
    margin-bottom: 0.06rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-doctor-profile {
    padding: 48px 0 60px;
  }
  .section-doctor-profile::after {
    background: url("../img/doctor/profile_img_02.png") no-repeat 0 0/cover;
    mix-blend-mode: multiply;
  }
  .section-doctor-profile .title-common-primary {
    margin-bottom: 36px;
  }
  .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-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .section-doctor-profile .profile-image::after {
    left: -35px;
  }
  .section-doctor-profile .profile-content {
    width: 630px;
    padding: 49px 49px 47px;
  }
  .section-doctor-profile .content-heading {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
  }
  .section-doctor-profile .heading-title {
    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;
    margin-left: 20px;
  }
  .section-doctor-profile .heading-title .title-small {
    position: relative;
    top: 1px;
    padding-left: 3px;
  }
  .section-doctor-profile .title-common-quinary {
    margin-bottom: 19px;
  }
  .section-doctor-profile .content-qualification {
    margin-bottom: 30px;
  }
  .section-doctor-profile .content-description .title-common-quinary {
    margin-bottom: 21px;
  }
  .section-doctor-profile .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    line-height: 1.6;
  }
  .section-doctor-profile .item-number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 98px;
    margin-right: 3px;
  }
}
.section-doctor-policy {
  position: relative;
  z-index: 1;
  background-color: #fcfbf0;
}
.section-doctor-policy::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5.54rem;
}
.section-doctor-policy .policy-wrapper,
.section-doctor-policy .item-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-doctor-policy .policy-item {
  position: relative;
  border-radius: 0.2rem;
  background-color: #fff;
}
.section-doctor-policy .policy-item:last-child {
  margin-bottom: 0;
}
.section-doctor-policy .item-list {
  font-weight: 700;
}
.section-doctor-policy .item-description {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  line-height: 1.6;
}
.section-doctor-policy .description-highlight {
  color: #f58e59;
}
.section-doctor-policy .number-common {
  position: absolute;
}
.section-doctor-policy .tag-common-primary {
  position: absolute;
  z-index: 1;
  top: -0.3rem;
  left: -0.12rem;
}
.section-doctor-policy .tag-common-primary::before {
  background-image: url("../img/common/tag_decor_04.png");
}
.section-doctor-policy .tag-common-primary .tag-wrapper {
  background: #53b59e;
}
.section-doctor-policy .list-item:last-child {
  margin-bottom: 0;
}
.section-doctor-policy .item-link {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.section-doctor-policy .item-link .icon-common-arrow {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.section-doctor-policy .item-link:hover {
  background-color: #fff !important;
  color: #53b59e;
}
.section-doctor-policy .item-link:hover .icon-common-arrow {
  background-color: #53b59e;
}
.section-doctor-policy .item-link:hover .icon-common-arrow::before, .section-doctor-policy .item-link:hover .icon-common-arrow::after {
  background-color: #fff !important;
}
.section-doctor-policy .item-link:hover .icon-common-arrow::before {
  -webkit-transform: translate(300%, -50%);
  -ms-transform: translate(300%, -50%);
  transform: translate(300%, -50%);
  opacity: 0;
}
.section-doctor-policy .item-link:hover .icon-common-arrow::after {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}
.section-doctor-policy .item-link {
  display: inline-block;
  padding-left: 0.34rem;
}
.section-doctor-policy .icon-common-arrow {
  top: 0.04rem;
  left: 0;
  background-color: #ebf8f3;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-doctor-policy {
    padding: 0.4rem 0 0.8rem;
  }
  .section-doctor-policy::after {
    background: url("../img/doctor/sp/policy_img_01.svg") center/cover no-repeat;
  }
  .section-doctor-policy .title-common-primary {
    margin-bottom: 0.52rem;
  }
  .section-doctor-policy .policy-item {
    margin-bottom: 0.3rem;
    padding: 0.28rem 0.2rem 0.18rem;
  }
  .section-doctor-policy .policy-item:last-child {
    margin-top: 0.49rem;
    padding: 0.43rem 0.2rem 0.2rem;
  }
  .section-doctor-policy .number-common {
    top: -0.22rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .section-doctor-policy .item-description {
    font-size: 0.18rem;
  }
  .section-doctor-policy .list-item {
    margin-bottom: 0.1rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-doctor-policy {
    padding: 48px 0 100px;
  }
  .section-doctor-policy::after {
    background: url("../img/doctor/policy_img_01.png") no-repeat 0 0/cover;
    mix-blend-mode: multiply;
  }
  .section-doctor-policy .title-common-primary {
    margin-bottom: 40px;
  }
  .section-doctor-policy .policy-item {
    margin-bottom: 20px;
    padding: 24px 20px 22px 78px;
  }
  .section-doctor-policy .policy-item:last-child {
    margin-top: 50px;
    padding: 43px 20px 35px 50px;
  }
  .section-doctor-policy .number-common {
    top: 33px;
    left: 20px;
  }
  .is-mac.is-chrome .section-doctor-policy .number-common {
    padding-bottom: 6px;
  }
  .section-doctor-policy .item-description {
    font-size: 0.2rem;
  }
  .section-doctor-policy .item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-doctor-policy .list-item {
    margin-right: 40px;
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=doctor.css.map */