/* ===============================================================
 doctor
===============================================================*/
.doctor-intro {
  position: relative;
  padding-bottom: 0;
}
.doctor-intro .under-fv__img {
  margin-bottom: 0;
}
.doctor-intro__top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3rem;
  aspect-ratio: 750/980;
  z-index: 1;
}
.doctor-intro__top-catch {
  font-size: 3.4rem;
  line-height: 1.2;
}
.doctor-intro__top-catch small {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.53em;
}
.doctor-intro__top-hg {
  margin-top: 34rem;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 500px) {
  .doctor-intro__top-hg {
    margin-top: 84%;
  }
}
@media screen and (max-width: 500px) {
  .doctor-intro__top-hg {
    margin-top: 75%;
  }
}
@media screen and (max-width: 380px) {
  .doctor-intro__top-hg {
    margin-top: 68%;
  }
}
.doctor-intro__top-hg .c-bg__txt {
  margin-right: 0;
}
.doctor-intro__top-ttl {
  text-align: right;
  font-size: 3.4rem;
  font-weight: 400;
}
.doctor-intro__top-ttl small {
  display: block;
  margin: 1rem 0 0.5rem;
  font-size: 0.53em;
}
.doctor-intro__top.fc-wht {
  color: #f8f8e9;
}
.doctor-intro .bg-db {
  padding: 8rem 0 6rem;
  background-image: url(../img/doctor/intro-bg.webp);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% auto;
}
.doctor-intro .c-catch {
  margin-top: 0;
}
@media screen and (max-width: 380px) {
  .doctor-intro .c-catch {
    font-size: 2.5rem;
  }
}
.doctor-intro__img img {
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
}
.doctor-intro .c-txt {
  margin: 3rem 0;
}

.doctor-prf {
  padding: 7.2rem 0;
  background-color: #eeeee9;
}
.doctor-prf__img {
  max-width: 22.4rem;
  margin: 0 auto;
}
.doctor-prf__img img {
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
}
.doctor-prf__hg {
  margin: 3.3rem 0;
}
.doctor-prf__ttl {
  font-size: 2.7rem;
  text-align: center;
}
.doctor-prf__ttl small {
  display: block;
  margin: 1.7rem 0 1rem;
  font-size: 0.6em;
}
.doctor-prf__dl {
  margin: 4.5rem 0 2.6rem;
}
.doctor-prf__dt {
  margin-bottom: 1.8rem;
  font-size: 2.4rem;
}
.doctor-prf__dd {
  padding: 2rem 0.5rem;
  line-height: 1.5;
  font-size: 1.8rem;
  border-top: 1px solid #c1c4c2;
}
.doctor-prf__dd:last-of-type {
  border-bottom: 1px solid #c1c4c2;
}
.doctor-prf__bnr:last-of-type {
  margin-top: 1.1rem;
}
.doctor-prf__bnr img {
  border-radius: 0.56rem;
  -webkit-border-radius: 0.56rem;
}