.p-intro {
  padding: 4.3rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-intro {
    padding: 9rem 0 0;
  }
}
.p-intro__wrap {
  position: relative;
  max-width: 86rem;
  margin: 0 auto;
}
.p-intro-head {
  position: absolute;
  top: 0;
  right: 6rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 6rem;
  flex-flow: row-reverse;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-intro-head {
    top: -5rem;
    gap: 0 2.4rem;
  }
}
.p-intro-head__ttl {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  writing-mode: vertical-lr;
  font-size: 1.8rem;
  color: #979797;
  letter-spacing: 0.5em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-intro-head__ttl {
    font-size: 1.3rem;
  }
}
.p-intro-head__column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: row-reverse;
  gap: 0 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-intro-head__column {
    gap: 0 1rem;
    padding: 1rem 0 0;
  }
}
.p-intro-head__txt {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  writing-mode: vertical-lr;
  font-size: 2.6rem;
  color: #979797;
  letter-spacing: 0.5em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-intro-head__txt {
    font-size: 1.8rem;
  }
}
.p-intro-content {
  width: 51rem;
  padding: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-intro-content {
    position: relative;
    width: auto;
    padding: 0 4rem;
    margin-top: -12rem;
  }
}
.p-intro-content__txt {
  font-size: 1.4rem;
  line-height: 2.4;
}
.p-intro-content__txt + .p-intro-content__txt {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-intro-content__txt + .p-intro-content__txt {
    margin-top: 2rem;
  }
}
.p-intro-content__txt .bold {
  font-weight: 700;
}
.p-intro__img01 {
  position: absolute;
  bottom: 0;
  right: -21rem;
  width: 41.1rem;
  height: 30.9rem;
}
@media screen and (max-width: 767px) {
  .p-intro__img01 {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    height: auto;
  }
}
.p-intro__img02 {
  position: absolute;
  top: 9rem;
  left: -22rem;
  width: 19.1rem;
  height: 25.5rem;
}
@media screen and (max-width: 767px) {
  .p-intro__img02 {
    display: none;
  }
}

.p-doctor {
  padding: 10rem 0 13rem;
}
@media screen and (max-width: 767px) {
  .p-doctor {
    padding: 8rem 2.4rem 6rem;
  }
}
.p-doctor__wrap {
  max-width: 93rem;
  margin: 0 auto;
}
.p-doctor__en {
  font-size: 9rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-doctor__en {
    font-size: 6.2rem;
  }
}
.p-doctor__en span {
  display: inline-block;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-doctor__ttl {
  font-size: 2rem;
  line-height: 1;
  color: #B98374;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-doctor__ttl {
    font-size: 1.6rem;
  }
}
.p-doctor-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 93rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-doctor-block {
    position: relative;
    display: block;
    margin: 3.2rem 0 0;
  }
}
.p-doctor-block.is-reverse {
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-doctor-block.is-reverse .p-doctor-block__img {
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-doctor-block__head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-flow: column;
    min-height: 20.5rem;
  }
}
.p-doctor-block__img {
  width: 45.2rem;
  height: 37.7rem;
}
@media screen and (max-width: 767px) {
  .p-doctor-block__img {
    position: absolute;
    width: 23.9rem;
    height: 20.5rem;
    top: 0;
    right: 0;
  }
}
.p-doctor-block__img img {
  width: 100%;
  height: 100%;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  object-fit: cover;
}
.p-doctor-block__content {
  width: 39.5rem;
}
@media screen and (max-width: 767px) {
  .p-doctor-block__content {
    width: 100%;
  }
}
.p-doctor-block__pre {
  font-weight: 700;
  color: #666;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-doctor-block__pre {
    font-size: 1.4rem;
    line-height: 1.7;
    margin: 0 25rem 1rem 0;
  }
}
.p-doctor-block__pre a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-doctor-block__pre a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .p-doctor-block.is-reverse .p-doctor-block__pre {
    margin: 0 0 1rem 25rem;
  }
}
.p-doctor-block__ttl {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-doctor-block__ttl {
    font-size: 2rem;
    margin: 0 25rem 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-doctor-block.is-reverse .p-doctor-block__ttl {
    margin: 0 0 0 25rem;
  }
}
.p-doctor-block__en {
  font-family: sofia-pro, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  color: #D7D7D7;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-doctor-block__en {
    font-size: 1.3rem;
    margin: 0 25rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-doctor-block.is-reverse .p-doctor-block__en {
    margin: 0 0 0 25rem;
  }
}
.p-doctor-block__txt {
  color: #666;
  line-height: 2;
  margin: 3.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-doctor-block__txt {
    font-size: 1.3rem;
    line-height: 1.9;
    margin: 4rem 0 0;
    color: #585858;
  }
}
.p-doctor__btn {
  margin-top: 3.2rem;
}/*# sourceMappingURL=doctor.css.map */