/*PC*/
.doctor_area {
  padding-top: 120px;
  max-width: 900px;
  margin: 0 auto;
  width: 90%;
}
.doctor_area h2 {
  text-align: center;
  font-size: 26px;
  font-family: serif;
  font-weight: 400;
  line-height: 0.8;
  margin-bottom: 100px;
  letter-spacing: 0.1em;
}
.doctor_area h2 span {
  font-size: 18px;
  color: #050505;
  font-weight: 500;
  display: inline-block;
  margin-top: 70px;
  position: relative;
}
.doctor_area h2 span::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 1px;
  background-color: #4d4d4d;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.doctor_top {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  margin-bottom: 60px;
    @media screen and (max-width: 768px){
      margin-bottom: 40px;
    }
}
.doctor_top-content {
  flex: 0 0 45%;
}
.doctor_top-img {
  flex: 1;
  position: relative;
}
.doctor_top-img img{
  width: 100%;
  aspect-ratio: 1064/1391;
  height: auto;
}
.doctor_top-img figcaption{
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 50px;
  line-height: 1.5;
  font-family: "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.doctor_top-img figcaption span{
  display: block;
  font-size: 26px;
}
.doctor_top-content p{
  font-size: 30px;
  line-height: 1.5;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-bottom: 1px solid #000;
}
.doctor_top-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin-bottom: 80px;
  transition: all 0.3s ease;
}
.doctor_top-content dl{
display: flex;
gap: 20px;
justify-content: flex-start;
font-size: 16px;
line-height: 1.5;
font-weight: 600;
font-family: "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.doctor_top-content dl:not(:first-child){
  margin-top: 15px;
}
.doctor_top-content dt{
flex:  0 0 80px;
}
.doctor_top-content dd{
  flex: 1;
}
.doctor_link {
  display: block;
  max-width: 300px;
  background-color: #fff;
  border-radius: 50px;
  color: #000;
  padding: 15px 38px;
  position: relative;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-top: 50px;
  transition: all 0.3s ease;
  border: 1px solid #000;
}
.doctor_link::before {
  position: absolute;
  content: "";
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #000000;
}
.doctor_link:hover {
  background-color: #000;
  color: #fff;
}
.doctor_link:hover::before {
  border-color: transparent transparent transparent #fff;
}
.doctor_link.center{
  /* max-width: 260px; */
  margin: 30px auto 1em;
}
.doctor_link.center::before {
  /* right: 11%;
  border-width: 1.5vw 0 1.5vw 2vw; */
}

.doctor_text {
  font-size: 17px;
  line-height: 2.5;
  font-weight: 600;
  text-align: center;
  font-family: "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.doctor_list{
  display: flex;
  margin-top: 140px;
  margin-bottom: 140px;
  gap: 10%;
}
.doctor_clinic {
  font-size: 30px;
  padding-bottom: 14px;
  font-family: "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-bottom: 1px solid #000;
}
.doctor_img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 405/530;
}
.doctor_img img{
width: 100%;
height: 100%;
}
.pc_hidden {
  display: none;
}
@media screen and (max-width: 768px) {
.sp_hidden{
  display: none;
}
.pc_hidden {
  display: block;
}
.doctor_area {
  padding-top: 2em;
  }
.doctor_top-content{
  display: flex;
  flex-direction: column-reverse;
  gap: 60px;
}
.doctor_top-content dl{
 display: none;
  }
  .doctor_top {
    flex-direction: column;
  }
  .doctor_area h2{
    margin-bottom: 10%;
  }
  .doctor_top-img figcaption{
    font-size: 9vw;
  }
  .doctor_top-img figcaption span{
    font-size: 4vw;
  }
  .doctor_link{
    margin: 50px auto 0;
    width: 80%;
    font-size: 3vw;
    max-width: 350px;
  }
  .doctor_link::before{
    right: 10%;
    border-width: 1.8vw 0 1.8vw 2.8vw;
  }
  .doctor_link.center{
    max-width: 240px;
    width: 80%;
    margin: 10% auto 0;
    font-size: 2vw;
    padding: 1em;
  }
  .doctor_link.center::before {
    right: 11%;
    border-width: 1.5vw 0 1.5vw 2vw;
  }
  .doctor_top-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10%;
    margin-bottom: 0;
  }
  .doctor_text {
    max-width: 570px;
    margin: 0 auto;
    font-size: 3.5vw;
  }
  .doctor_list {
    margin-top: 20%;
    margin-bottom: 20%;
  }
  .doctor_clinic {
    font-size: 4vw;
  }
}

.media_bn {
  text-align: center;
  margin: 50px 0 50px;
}
