
/* ==========================================================================
   4. 院長インタビュー セクション
   ========================================================================== */
   .doctor-interview {

   text-align: center;
}
   .doctor-interview h2 {
   font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.6;
}
.doctor-interview p {
font-size: 16px;
  line-height: 2;
}
   .doctor-interview ul {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 30px;
   margin-top: 40px;
   list-style: none;
}
.doctor-interview ul li a{
text-decoration: none;
}
.doctor-image {
    position: relative;
    width: 100%;
    padding-top: 100%; /* 1:1のアスペクト比 */
    overflow: hidden;
    margin-bottom: 15px;
}

.doctor-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

.specialty-badge {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #45be2e;
    color: #fff;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 0 4px 0 0;
}

.doctor-info {
    text-align: center;
}

.doctor-clinic {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.doctor-name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.for-d-bnr {
background: #faf8f4;
  padding: 50px 0;
  margin-top: 80px;
}
.for-d-bnr .container{
    display: flex;
    justify-content: center;
    margin: 50px auto;
}
.for-d-bnr a{
    color: #fff;
    z-index: 1;
    position: relative;
    text-decoration: none;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 10px;
    flex-wrap: wrap;
    font-size: 20px;
}
.for-d-bnr a span{
display: block;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 13px;
  margin-top: 10px;
}
.for-d-bnr .overlay {
    background: rgba(0, 0, 0, 0.4);
}
.for-d-bnr h2 span{
display: block;
  color: #45be2e;
  font-size: 16px;
  margin-bottom: 8px;
}
.for-d-bnr h2 {
text-align: center;
}
.shokei{
    position: relative;
    background: url(/honbu/wp-content/themes/kohokai/img/keisho/fv.jpg) center center/cover no-repeat;
    border-radius: 20px;
    margin: 0 20px;
    width: 100%;
  max-width: 400px;
}
.shokei p,.kaigyo p{
width: 100%;
  height: 100%;
}
.kaigyo{
    position: relative;
    background: url(/honbu/wp-content/themes/kohokai/img/clinic-open/fv.jpg) center center/cover no-repeat;
    border-radius: 20px;
    margin: 0 20px;
    width: 100%;
  max-width: 400px;
}
@media (max-width: 1024px) {
    .doctor-interview ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .doctor-interview ul {
        gap: 20px;
    }

    .for-d-bnr .container {
        flex-wrap: wrap;
      }
      .shokei {
        margin: 0 auto 30px;
      }
      .kaigyo{
        margin: 0 auto;
      }
      .doctor-interview p {
        text-align: left;
      }
}

@media (max-width: 480px) {
    .doctor-interview ul {
        grid-template-columns: 1fr;
    }
}
