/* ======================================================================
 p-archive-doctor
====================================================================== */
.l-content {
  padding-top: 105px;
}
@media screen and (max-width: 767px) {
  .l-content {
    padding-top: 80px;
  }
}

.doctor-archive__area-section {
  position: relative;
  z-index: 0;
  width: 100%;
  background: #fff;
}
.doctor-archive__title {
  position: absolute;
  top: -35px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .doctor-archive__title {
    top: -28px;
  }
}
.doctor-section {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin: auto;
  padding: 80px 0;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .doctor-section {
    display: block;
    padding: 40px 0;
  }
}
.doctor-section:before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: calc(100% + 200px);
  border-radius: 0 180px 0 0;
  background: #f3fff0;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .doctor-section:before {
    border-radius: 0 60px 0 0;
  }
}
.doctor-section:first-of-type {
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .doctor-section:first-of-type {
    padding-top: 125px;
  }
}
.doctor-section:last-of-type:before {
  height: 100%;
}
.doctor-section:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.doctor-section:nth-of-type(even):before {
  border-radius: 180px 0 0 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .doctor-section:nth-of-type(even):before {
    border-radius: 60px 0 0 0;
  }
}
.doctor-section:nth-of-type(even) .doctor-section__image {
  border-radius: 9999px;
  background: #f3fff0;
}
.doctor-section:nth-of-type(even) .doctor-section__image img {
  mix-blend-mode: darken;
}
.doctor-section:nth-of-type(even) .doctor-section__image:before {
  top: unset;
  right: 0;
  bottom: 30px;
  left: unset;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .doctor-section:nth-of-type(even) .doctor-section__image:before {
    right: -40px;
  }
}
.doctor-section__image {
  position: relative;
  z-index: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 356px;
  height: 356px;
}
@media screen and (max-width: 767px) {
  .doctor-section__image {
    margin: auto;
    width: 260px;
    height: 260px;
  }
}
.doctor-section__image:before {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 1;
  content: url(../img/p-doctor/thumb-icon.svg);
}
@media screen and (max-width: 767px) {
  .doctor-section__image:before {
    left: -40px;
  }
}
.doctor-section__image img {
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .doctor-section__content {
    margin: 20px auto 0;
  }
}
.doctor-section__name {
  position: relative;
  z-index: 0;
  margin: 5px 0 0;
  padding: 0 0 20px;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.4375;
}
@media screen and (max-width: 767px) {
  .doctor-section__name {
    margin: 10px 0 0;
    padding: 0 0 28px;
    font-size: 26px;
    line-height: 1.3076923077;
  }
}
.doctor-section__name:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: url(../img/p-doctor/dots.svg);
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .doctor-section__name:after {
    content: url(../img/p-doctor/sp/dots.svg);
  }
}
.doctor-section__name small {
  margin: 0 0 0 10px;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .doctor-section__name small {
    font-size: 22px;
  }
}
.doctor-section__clinic {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.4615384615;
}
@media screen and (max-width: 767px) {
  .doctor-section__clinic {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
.doctor-section__lead {
  margin: 30px 0 0;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .doctor-section__lead {
    margin: 20px 0 0;
  }
}
.doctor-section__button {
  margin: 40px 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .doctor-section__button {
    margin: 30px auto 0;
  }
}

.area-fukuoka {
  margin: 150px auto 0;
}
@media screen and (max-width: 767px) {
  .area-fukuoka {
    margin: 110px auto 0;
  }
}
.area-fukuoka .c-title-1__en {
  color: #f5c010;
}
.area-fukuoka .doctor-section:first-of-type {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .area-fukuoka .doctor-section:first-of-type {
    padding-top: 100px;
  }
}
.area-fukuoka .doctor-section:last-of-type {
  padding-bottom: 0;
}
.area-fukuoka .doctor-section:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.area-fukuoka .doctor-section:nth-of-type(even) .doctor-section__image {
  background: #fffcdb;
}
.area-fukuoka .doctor-section:nth-of-type(even) .doctor-section__image:before {
  top: 30px;
  right: unset;
  bottom: unset;
  left: 0;
}
@media screen and (max-width: 767px) {
  .area-fukuoka .doctor-section:nth-of-type(even) .doctor-section__image:before {
    left: -40px;
  }
}
.area-fukuoka .doctor-section:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.area-fukuoka .doctor-section:nth-of-type(odd):before {
  background: #fffcdb;
}
.area-fukuoka .doctor-section:nth-of-type(odd) .doctor-section__image:before {
  top: unset;
  right: 0;
  bottom: 30px;
  left: unset;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .area-fukuoka .doctor-section:nth-of-type(odd) .doctor-section__image:before {
    right: -40px;
  }
}
.area-fukuoka .doctor-section__image:before {
  content: url(../img/p-doctor/thumb-icon-2.svg);
}
.area-fukuoka .doctor-section__name:after {
  content: url(../img/p-doctor/dots-2.svg);
}
@media screen and (max-width: 767px) {
  .area-fukuoka .doctor-section__name:after {
    content: url(../img/p-doctor/sp/dots-2.svg);
  }
}