@charset "UTF-8";
.section-doctor-greetings {
  position: relative;
}
.section-doctor-greetings::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
}
.section-doctor-greetings .greetings-content {
  letter-spacing: 0.03em;
}
.section-doctor-greetings .greetings-image::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.section-doctor-greetings .content-detail p:last-child {
  margin-bottom: 0;
}
.section-doctor-greetings .content-director {
  text-align: right;
}
.section-doctor-greetings .content-director span {
  font-size: 0.2rem;
  font-weight: 700;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-doctor-greetings {
    padding: 0.59rem 0 2.16rem;
  }
  .section-doctor-greetings::before {
    height: 2.36rem;
    background: url("../img/doctor/sp/greetings_bg.png") no-repeat bottom center/100% 100%, -webkit-gradient(linear, left bottom, left top, from(#f4f8fb), to(#f4f8fb)), #f2f6f8;
    background: url("../img/doctor/sp/greetings_bg.png") no-repeat bottom center/100% 100%, linear-gradient(0deg, #f4f8fb, #f4f8fb), #f2f6f8;
  }
  .section-doctor-greetings .greetings-image {
    position: relative;
    height: 3.41rem;
    margin: 0 -0.2rem -0.02rem;
  }
  .section-doctor-greetings .greetings-image::before {
    bottom: 0;
    height: 1rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10.98%, rgba(255, 255, 255, 0)), to(#fff)), -webkit-gradient(linear, left top, left bottom, color-stop(10.98%, rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10.98%, #fff 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 10.98%, #fff 100%);
  }
  .section-doctor-greetings .greetings-image img {
    height: 100%;
  }
  .section-doctor-greetings .title-common-secondary {
    margin-bottom: 0.23rem;
    margin-left: 0.02rem;
    font-size: 0.22rem;
  }
  .section-doctor-greetings .title-common-secondary .title-spacing {
    margin-left: -0.09rem;
  }
  .section-doctor-greetings .title-common-secondary .title-wrapper {
    padding-bottom: 0.03rem;
    padding-left: 0;
  }
  .section-doctor-greetings .title-common-primary {
    margin-bottom: 0.19rem;
  }
  .section-doctor-greetings .greetings-content {
    margin: 0 -1px 0 1px;
  }
  .section-doctor-greetings .content-detail {
    margin-bottom: 0.13rem;
  }
  .section-doctor-greetings .content-detail p {
    margin-bottom: 0.32rem;
  }
  .section-doctor-greetings .content-director {
    margin-right: 0.16rem;
  }
  .section-doctor-greetings .content-director span {
    margin-left: 0.03rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-doctor-greetings {
    padding: 101px 0 122px;
  }
  .section-doctor-greetings::before {
    height: 1260px;
    background: url("../img/doctor/greetings_bg.png") no-repeat bottom center/cover, -webkit-gradient(linear, left bottom, left top, from(#f4f8fb), to(#f4f8fb)), #f2f6f8;
    background: url("../img/doctor/greetings_bg.png") no-repeat bottom center/cover, linear-gradient(0deg, #f4f8fb, #f4f8fb), #f2f6f8;
  }
  .section-doctor-greetings .title-common-primary {
    margin-bottom: 27px;
  }
  .section-doctor-greetings .greetings-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 420px;
    margin-bottom: 54px;
    padding: 0 520px 0 113px;
  }
  .section-doctor-greetings .title-common-secondary {
    position: relative;
    width: 100%;
    margin-bottom: 19px;
    font-size: 0.3024rem;
    letter-spacing: 0.03em;
    line-height: 2.3;
  }
  .section-doctor-greetings .title-common-secondary .title-spacing {
    margin-left: -21px;
  }
  .section-doctor-greetings .greetings-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 1100px;
    overflow: hidden;
    border-radius: 80px;
  }
  .section-doctor-greetings .greetings-image::before {
    top: 0;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, color-stop(29.64%, rgba(255, 255, 255, 0)), color-stop(50%, #fff));
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 29.64%, #fff 50%);
  }
  .section-doctor-greetings .greetings-content {
    position: relative;
    left: 13px;
    width: 900px;
    margin: 0 auto;
    padding: 0 80px 80px;
    background: rgba(255, 255, 255, 0.8);
    line-height: 2.4;
  }
  .section-doctor-greetings .content-detail {
    margin-bottom: 21px;
  }
  .section-doctor-greetings .content-detail p {
    margin-bottom: 36px;
  }
  .section-doctor-greetings .content-director {
    margin-right: 14px;
  }
  .section-doctor-greetings .content-director span {
    margin-left: 4px;
  }
}
@media only screen and (min-width: 2000.98px) {
  .section-doctor-greetings::before {
    height: 1600px;
  }
}
.section-doctor-profile {
  background: -webkit-gradient(linear, left bottom, left top, from(#f4f8fb), to(#f4f8fb)), #f2f6f8;
  background: linear-gradient(0deg, #f4f8fb, #f4f8fb), #f2f6f8;
}
.section-doctor-profile .profile-name {
  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;
  background-color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
.section-doctor-profile .name-label {
  border-radius: 0.1rem;
  background-color: #00b1c4;
  color: #fff;
}
.section-doctor-profile .name-hiragana {
  color: #00b1c4;
}
.section-doctor-profile .profile-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-doctor-profile .profile-event {
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: 0.03em;
}
.section-doctor-profile .event-year {
  font-weight: 700;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-doctor-profile {
    padding: 0.33rem 0 0.25rem;
  }
  .section-doctor-profile .title-common-primary {
    margin-bottom: 0.23rem;
  }
  .section-doctor-profile .title-common-quaternary {
    margin-bottom: 0.14rem;
  }
  .section-doctor-profile .profile-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0.22rem;
    margin-bottom: 0.52rem;
    padding: 0.2rem 0.2rem 0.19rem;
    border-radius: 0.1736rem;
  }
  .section-doctor-profile .name-label {
    display: inline-block;
    margin-bottom: 0.12rem;
    padding: 1px 0.18rem 0.02rem;
    font-size: 0.1796rem;
    line-height: 1.5256124722;
  }
  .section-doctor-profile .name-kanji {
    margin-bottom: 0.03rem;
    font-size: 0.3488rem;
    letter-spacing: 0.21em;
    line-height: 1.2;
  }
  .section-doctor-profile .name-hiragana {
    font-size: 0.1561rem;
    letter-spacing: 0.03em;
  }
  .section-doctor-profile .profile-list {
    margin: 0 -0.08rem 0 -0.02rem;
  }
  .section-doctor-profile .profile-item {
    margin-bottom: 0.45rem;
  }
  .section-doctor-profile .list-common-dot {
    padding-left: 0.02rem;
    line-height: 1.8;
  }
  .section-doctor-profile .list-common-dot .dot-item {
    margin-bottom: 0.06rem;
    padding-left: 0.17rem;
  }
  .section-doctor-profile .list-common-dot .dot-item::before {
    top: 0.09rem;
  }
  .section-doctor-profile .profile-event {
    margin-top: -0.06rem;
    padding-left: 0.02rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-doctor-profile {
    padding: 113px 0 154px;
  }
  .section-doctor-profile .title-common-primary {
    margin-bottom: 43px;
  }
  .section-doctor-profile .title-common-quaternary {
    margin-bottom: 15px;
  }
  .section-doctor-profile .profile-name {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 49px;
    padding: 49px 50px 42px;
  }
  .section-doctor-profile .name-label {
    margin-right: 30px;
    padding: 1px 20px 3px;
    font-size: 0.21rem;
    letter-spacing: 0.03em;
    line-height: 1.5238095238;
  }
  .is-mac .section-doctor-profile .name-label {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .section-doctor-profile .name-kanji {
    position: relative;
    top: -4px;
    margin-right: 18px;
    font-size: 0.38rem;
    letter-spacing: 0.21em;
    line-height: 1.5;
  }
  .section-doctor-profile .name-hiragana {
    font-size: 0.17rem;
    letter-spacing: 0.03em;
    line-height: 1.8823529412;
  }
  .section-doctor-profile .profile-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-doctor-profile .profile-item {
    width: 480.5px;
    margin-right: 50px;
  }
  .section-doctor-profile .profile-item:nth-child(2n) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
    margin-right: 0;
  }
  .section-doctor-profile .profile-event {
    padding-right: 5px;
  }
  .section-doctor-profile .event-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-doctor-profile .event-year {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 82px;
    margin-right: 15px;
  }
  .section-doctor-profile .list-common-dot {
    padding-left: 2px;
  }
  .section-doctor-profile .list-common-dot .dot-item {
    padding-left: 17px;
  }
}
.section-doctor-policy {
  position: relative;
  overflow: hidden;
}
.section-doctor-policy::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.section-doctor-policy .policy-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
}
.section-doctor-policy .policy-list::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff)), #f4f8fb;
  background: linear-gradient(0deg, #fff, #fff), #f4f8fb;
}
.section-doctor-policy .policy-item {
  position: relative;
}
.section-doctor-policy .policy-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  border-bottom: 1px solid #00b1c4;
  background: -webkit-gradient(linear, left top, right top, from(#abcd03), color-stop(70%, #00b1c4));
  background: linear-gradient(90deg, #abcd03 0%, #00b1c4 70%);
}
.section-doctor-policy .policy-text {
  font-size: 0.17rem;
  letter-spacing: 0.03em;
}
.section-doctor-policy .policy-text .text-bold {
  font-weight: 700;
}
.section-doctor-policy .policy-number {
  background: -webkit-gradient(linear, left top, right top, from(#abcd03), color-stop(70%, #00b1c4));
  background: linear-gradient(90deg, #abcd03 0%, #00b1c4 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Zen Maru Gothic", serif;
  font-size: 0.9rem;
  line-height: 1;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-doctor-policy {
    padding: 0.41rem 0 0.81rem;
  }
  .section-doctor-policy::before {
    top: 0;
    bottom: -3.55rem;
    background: url("../img/doctor/sp/policy_bg.png") no-repeat center 100%/cover;
  }
  .section-doctor-policy .title-common-primary {
    margin-bottom: 0.3rem;
  }
  .section-doctor-policy .policy-list {
    margin: 0 -0.2rem;
    padding: 0 0.18rem 0.37rem 0.22rem;
  }
  .section-doctor-policy .policy-list::after {
    top: 0.05rem;
  }
  .section-doctor-policy .policy-item {
    margin-bottom: 0.2rem;
    padding-bottom: 0.17rem;
  }
  .section-doctor-policy .policy-item::after {
    left: 0;
  }
  .section-doctor-policy .policy-text {
    margin-bottom: 0;
  }
  .section-doctor-policy .policy-number {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 0.13rem;
    text-align: center;
  }
  .section-doctor-policy .button-common-primary {
    margin: 0.25rem auto 0.1rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-doctor-policy {
    margin-bottom: 61px;
    padding: 93px 0 166px;
  }
  .section-doctor-policy::before {
    top: -91px;
    height: 998px;
    background: url("../img/doctor/policy_bg.png") no-repeat center center/cover;
  }
  .section-doctor-policy .title-common-primary {
    margin-bottom: 36px;
  }
  .section-doctor-policy .policy-list {
    padding: 38px 97px 38px 90px;
  }
  .section-doctor-policy .policy-text {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 1px;
  }
  .section-doctor-policy .policy-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    padding-right: 160px;
    padding-bottom: 24px;
  }
  .section-doctor-policy .policy-item::after {
    left: 63px;
  }
  .section-doctor-policy .policy-number {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 90px;
    margin-right: 44px;
  }
  .section-doctor-policy .button-common-primary {
    position: absolute;
    right: 0;
    bottom: 35px;
    width: 153px;
  }
}
/*# sourceMappingURL=doctor.css.map */