/* -----------------------
  doctor
----------------------- */
.doctor {
  background: url(../img/doctor_bg.png) no-repeat center top / 100% auto;
}

.doctor .ttl-box {
  grid-template-columns: 1fr min(34.58vw, 332px);
}
.doctor .ttl-box img {
  grid-area: 1 / 1 / 2 / 3;
}
.doctor .ttl-box .txt {
  grid-area: 1 / 2 / 2 / 3;
  z-index: 2;
}

.doctor .ttl-box .txt-01 {
  transition-delay: 0s;
}
.doctor .ttl-box .txt-03 {
  transition-delay: 0.5s;
}

.doctor .end-txt .grid-01,
.doctor .end-txt .grid-02 {
  grid-area: 1 / 1;
}