@charset "UTF-8";
.section-doctor-introduction .introduction-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.section-doctor-introduction .introduction-content::before {
  content: "";
  position: absolute;
  z-index: -1;
}
.section-doctor-introduction .content-text p:last-child {
  margin-bottom: 0;
}
.section-doctor-introduction .text-bold {
  font-weight: 700;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-doctor-introduction {
    padding: 0.59rem 0 0.5rem;
    background: url("../img/doctor/sp/introduction_bg.png") no-repeat top center/auto 6.18rem;
  }
  .section-doctor-introduction .title-common-primary {
    margin-bottom: 0.3rem;
  }
  .section-doctor-introduction .introduction-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section-doctor-introduction .introduction-content::before {
    top: -0.04rem;
    left: -0.25rem;
    width: 2.56rem;
    height: 4.08rem;
    background: url("../img/doctor/sp/introduction_decor.png") no-repeat center 100%/100%;
  }
  .section-doctor-introduction .introduction-image {
    width: 2.4rem;
    height: 1.8rem;
    margin: 0 auto 0.2rem;
  }
  .section-doctor-introduction .content-text p {
    margin-bottom: 0.32rem;
  }
  .section-doctor-introduction .content-text .is-modify {
    margin-right: -0.05rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-doctor-introduction {
    padding: 83px 0 100px;
    background: url("../img/doctor/introduction_bg.png") no-repeat center center/cover;
  }
  .section-doctor-introduction .title-common-primary {
    margin-bottom: 49px;
  }
  .section-doctor-introduction .introduction-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 400px;
    height: 300px;
    margin-left: 20px;
  }
  .section-doctor-introduction .introduction-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-doctor-introduction .introduction-content::before {
    top: -173px;
    left: -130px;
    width: 268px;
    height: 477px;
    background: url("../img/doctor/introduction_decor.png") no-repeat center 100%/100%;
  }
  .section-doctor-introduction .content-text {
    padding-top: 25px;
  }
  .section-doctor-introduction .content-text p {
    margin-bottom: 32px;
  }
}
.section-doctor-profile {
  position: relative;
  z-index: 1;
}
.section-doctor-profile::before {
  content: "";
  position: absolute;
  z-index: -1;
}
.section-doctor-profile .profile-anchor {
  position: absolute;
}
.section-doctor-profile .wrapper {
  position: relative;
}
.section-doctor-profile .profile-decoration {
  position: absolute;
}
.section-doctor-profile .profile-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-doctor-profile .profile-item:last-child {
  margin-bottom: 0;
}
.section-doctor-profile .title-common-secondary {
  color: #003d55;
}
.section-doctor-profile .title-common-secondary::before {
  background: #095888;
}
.section-doctor-profile .profile-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
}
.section-doctor-profile .profile-name .name-japanese {
  font-weight: 600;
}
.section-doctor-profile .profile-name .name-english {
    color: #0d92d2;
    margin-top: 0.15rem;
    font-size: 0.2rem;
}
.section-doctor-profile .profile-image {
  position: relative;
}
.section-doctor-profile .profile-image::before {
  content: "";
  position: absolute;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-doctor-profile {
    padding: 0.5rem 0;
  }
  .section-doctor-profile::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/doctor/sp/profile_bg.jpg") repeat top/auto 17.27rem;
  }
  .section-doctor-profile .profile-anchor {
    top: -0.2rem;
  }
  .section-doctor-profile .title-common-primary {
    margin-bottom: 0.3rem;
  }
  .section-doctor-profile .profile-decoration {
    top: -0.94rem;
    right: 0.14rem;
    width: 0.92rem;
    height: 0.89rem;
  }
  .section-doctor-profile .profile-item {
    margin-bottom: 0.49rem;
  }
  .section-doctor-profile .profile-name {
    margin: 0.09rem 0 0.3rem;
  }
  .section-doctor-profile .profile-name .name-japanese {
    margin-right: 0.15rem;
    font-size: 0.25rem;
  }
  .section-doctor-profile .profile-name .name-english {
    margin-top: 0.08rem;
        font-size: 0.18rem;
  }
  .section-doctor-profile .profile-image {
    width: 1.8rem;
    height: 2.4rem;
    margin: 0 auto 0.16rem;
  }
  .section-doctor-profile .profile-image::before {
    right: -0.45rem;
    bottom: -0.35rem;
    width: 1.13rem;
    height: 1.06rem;
    background: url("../img/doctor/sp/profile_decor_02.png") no-repeat center 100%/100%;
  }
  .section-doctor-profile .profile-experience {
    margin-bottom: 0.2rem;
    padding-bottom: 0.19rem;
    border-bottom: 1px dashed #0d92d2;
  }
  .section-doctor-profile .profile-text {
    margin-bottom: 0;
  }
  .section-doctor-profile .profile-accordion {
    border-top: 1px solid #0d92d2;
    border-bottom: 1px solid #0d92d2;
  }
  .section-doctor-profile .profile-accordion.is-active .accordion-heading::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .section-doctor-profile .accordion-heading {
    position: relative;
    padding: 0.17rem 0.1rem 0.19rem;
    font-size: 0.2rem;
    font-weight: 700;
  }
  .section-doctor-profile .accordion-heading::after {
    content: "";
    position: absolute;
    top: 0.32rem;
    right: 0.09rem;
    width: 0.18rem;
    height: 0.1rem;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background: url("../img/common/icn_arrow_04.svg") no-repeat center 100%/100%;
  }
  .section-doctor-profile .accordion-content {
    display: none;
    padding: 0.2rem 0 0.19rem;
  }
  .section-doctor-profile .list-common-dots {
    padding-left: 0.1rem;
  }
  .section-doctor-profile .list-common-dots .dot-item {
    padding-left: 0.17rem;
  }
  .section-doctor-profile .list-common-dots .dot-item::before {
    top: 0.11rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-doctor-profile {
    /* padding: 42px 0 53px; */
        padding: 82px 0 103px;
  }
  .section-doctor-profile::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/doctor/profile_bg.jpg") repeat center/2000px 1270px;
  }
  .section-doctor-profile .profile-anchor {
    top: -30px;
  }
  .section-doctor-profile .title-common-primary {
    margin-right: 68px;
    margin-bottom: 43px;
  }
  .section-doctor-profile .profile-decoration {
    /* top: -107px; */
            top: -157px;
    right: -132px;
    width: 220px;
    height: 213px;
  }
  .section-doctor-profile .profile-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 310px;
    height: 413px;
    margin-right: 57px;
  }
  .section-doctor-profile .profile-image::before {
    right: -19px;
    bottom: -20px;
    width: 76px;
    height: 101px;
    background: url("../img/doctor/profile_decor_02.png") no-repeat center 100%/100%;
  }
  .section-doctor-profile .profile-wrapper {
    width: 100%;
    padding-top: 3px;
            padding-left: 40px;
  }
  .section-doctor-profile .profile-list {
    margin: 0 20px 0 67px;
  }
  .section-doctor-profile .profile-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 79px;
  }
  .section-doctor-profile .profile-name {
    margin: 15px 0 30px 3px;
  }
  .section-doctor-profile .profile-name .name-japanese {
    margin-right: 25px;
    font-size: 0.36rem;
  }
  .section-doctor-profile .profile-accordion {
    margin-left: 3px;
  }
  .section-doctor-profile .accordion-content {
    display: block !important;
  }
  .section-doctor-profile .profile-experience {
    margin-right: 14px;
    margin-bottom: 20px;
    padding-bottom: 19px;
  }
  .section-doctor-profile .list-common-dots {
    position: relative;
  }
  .section-doctor-profile .list-common-dots::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    border-bottom: 1px dashed #0d92d2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1399.98px) {
  .section-doctor-profile .profile-decoration {
    right: -50px;
  }
}
.section-doctor-treatment {
  border-bottom: 1px solid #0d92d2;
}
.section-doctor-treatment .treatment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-doctor-treatment .treatment-item {
  position: relative;
  z-index: 1;
  border-radius: 0.2rem;
  background-color: #ddf1fb;
}
.section-doctor-treatment .treatment-item::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0.07rem;
  bottom: 0;
  width: 1.5rem;
  height: 1.16rem;
  background: url("../img/doctor/treatment_decor.png") no-repeat center 100%/100%;
}
.section-doctor-treatment .treatment-item-anchor {
  position: absolute;
  top: -1rem;
}
.section-doctor-treatment .text-bold {
  font-weight: 700;
}
.section-doctor-treatment .treatment-number {
  position: absolute;
}
.section-doctor-treatment .treatment-text {
  margin-bottom: 0;
}
.section-doctor-treatment .link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-doctor-treatment .link-list a {
  position: relative;
  padding-right: 0.18rem;
  padding-left: 0.12rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-underline-offset: 0.02rem;
}
.section-doctor-treatment .link-list a:hover {
  color: #468fcc;
  text-decoration: underline;
}
.section-doctor-treatment .link-list a::before {
  content: "";
  position: absolute;
  top: 0.06rem;
  left: 0;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 100%;
  background-color: #0d92d2;
}
.is-android .section-doctor-treatment .link-list a::before {
  top: 0.08rem;
}
.section-doctor-treatment .link-list a::after {
  content: "";
  position: absolute;
  top: 0.03rem;
  right: 0;
  width: 0.14rem;
  height: 0.13rem;
  background: url("../img/common/icn_external.svg") no-repeat center 100%/100%;
}
.is-android .section-doctor-treatment .link-list a::after {
  top: 0.06rem;
}
.section-doctor-treatment .title-common-secondary {
  margin-bottom: 0.09rem;
  font-size: 0.16rem;
}
.section-doctor-treatment .title-common-secondary::before {
  top: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-doctor-treatment {
    position: relative;
    padding: 0.5rem 0 0.4rem;
  }
  .section-doctor-treatment .treatment-anchor {
    position: absolute;
    top: -20px;
  }
  .section-doctor-treatment .title-common-primary {
    margin-bottom: 0.21rem;
  }
  .section-doctor-treatment .treatment-intro {
    margin-bottom: 0.6rem;
  }
  .section-doctor-treatment .treatment-item {
    margin-bottom: 0.58rem;
    padding: 0.31rem 0.3rem 0.2rem;
  }
  .section-doctor-treatment .treatment-item::after {
    right: 0.12rem;
    bottom: 0.43rem;
    opacity: 0;
  }
  .section-doctor-treatment .treatment-item::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1.21rem;
    border-radius: 0 0 0.2rem 0.2rem;
    opacity: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(221, 241, 251, 0)), color-stop(67.79%, rgba(221, 241, 251, 0.9)), to(#ddf1fb));
    background: linear-gradient(180deg, rgba(221, 241, 251, 0) 0%, rgba(221, 241, 251, 0.9) 67.79%, #ddf1fb 100%);
  }
  .section-doctor-treatment .treatment-item.is-active::before {
    opacity: 0;
  }
  .section-doctor-treatment .treatment-item.is-active::after {
    opacity: 1;
  }
  .section-doctor-treatment .treatment-number {
    top: -0.26rem;
    left: 50%;
    width: 0.66rem;
    height: 0.45rem;
    margin-left: -0.34rem;
  }
  .section-doctor-treatment .treatment-link {
    margin-top: 0.19rem;
  }
  .section-doctor-treatment .treatment-content {
    height: 0.9rem;
    min-height: 0.9rem;
    overflow: hidden;
  }
  .section-doctor-treatment .treatment-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0.4rem;
    margin: 0.12rem -0.1rem 0 -0.09rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0.05rem;
    background-color: #b9e3f6;
  }
  .section-doctor-treatment .treatment-more img {
    width: 0.12rem;
    height: 0.07rem;
    margin: 0 auto;
  }
  .section-doctor-treatment .treatment-more.is-active img {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-doctor-treatment {
    position: relative;
    padding: 102px 0 128px;
  }
  .section-doctor-treatment .treatment-anchor {
    position: absolute;
    top: -1px;
  }
  .section-doctor-treatment .title-common-primary {
    margin-bottom: 41px;
  }
  .section-doctor-treatment .treatment-number {
    top: 26px;
    left: -45px;
    width: 88px;
    height: 60px;
  }
  .section-doctor-treatment .treatment-list {
    margin: 0 29px 0 80px;
  }
  .section-doctor-treatment .treatment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 132px;
    margin-bottom: 50px;
    padding: 23px 37px 21px 82px;
  }
  .section-doctor-treatment .treatment-item::after {
    right: 7px;
  }
  .section-doctor-treatment .treatment-intro {
    margin-bottom: 39px;
    text-align: center;
  }
  .section-doctor-treatment .treatment-link {
    margin-top: 20px;
  }
  .section-doctor-treatment .link-list a {
    padding-right: 18px;
    padding-left: 12px;
    text-underline-offset: 2px;
  }
  .section-doctor-treatment .link-list a::before {
    top: 6px;
    width: 8px;
    height: 8px;
  }
  .is-mac .section-doctor-treatment .link-list a::before {
    top: 4px;
  }
  .section-doctor-treatment .link-list a::after {
    top: 3px;
    width: 14px;
    height: 13px;
  }
  .is-mac .section-doctor-treatment .link-list a::after {
    top: 1px;
  }
  .is-tablet .section-doctor-treatment .link-list a::after {
    top: 1px;
  }
  .section-doctor-treatment .link-item {
    display: inline-block;
    margin-right: 24px;
  }
}
/*# sourceMappingURL=doctor.css.map */