.p_ttl2 {
  background: #fbf8e9 url("/img/shidouin_pat.png") repeat center top/4px;
  color: #008e66;
  position: relative;
}
.p_ttl2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 8.5%;
  width: 622px;
  aspect-ratio: 622/400;
  background: url("/img/teacher_mv.png") no-repeat 0 0/contain;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
  .p_ttl2::before {
    background: url("/img/teacher_mv@2x.png") no-repeat 0 0/contain;
  }
}
@media screen and (max-width: 480px) {
  .p_ttl2::before {
    width: 258px;
    aspect-ratio: 516/330;
    background: url("/img/teacher_mv_sp.png") no-repeat 0 0/contain;
    right: auto;
    left: calc(50% - 52px);
  }
}
.p_ttl2 h2::after {
  background: #008e66;
}

.p_intro {
  width: 1010px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 480px) {
  .p_intro {
    width: 88%;
    padding: 30px 0 120px;
  }
}
.p_intro .lead {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .p_intro .lead {
    font-size: 1.6rem;
  }
  .p_intro .lead br {
    display: none;
  }
}
.p_intro .bal {
  position: absolute;
  top: 50px;
  right: 25px;
}
@media screen and (max-width: 480px) {
  .p_intro .bal {
    z-index: 1;
    width: 168px;
    height: auto;
    top: auto;
    right: auto;
    left: 10px;
    bottom: -20px;
  }
}

.teacher {
  margin: 0 auto;
  width: 93.3%;
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5.5%;
  border-radius: 10px;
  background: #fbf8e9 url("/img/shidouin_pat.png") repeat center top/4px;
  padding: 60px 0 55px;
}
.teacher + .teacher {
  margin: 30px auto 0;
}
@media screen and (max-width: 480px) {
  .teacher {
    display: block;
    border-radius: 7px;
    padding: 40px 0 30px;
  }
  .teacher + .teacher {
    margin: 20px auto 0;
  }
}
.teacher .hd {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
}
@media screen and (max-width: 480px) {
  .teacher .hd {
    width: 80vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    margin: 0 auto;
    gap: 0;
  }
  .teacher .hd:not(:has(.copy)) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .teacher .hd:not(:has(.copy)) + .profile {
    margin: 20px auto 0;
  }
  .teacher .hd:not(:has(.copy)) + .profile .name {
    text-align: center;
  }
}
.teacher .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 7px;
}
.teacher .copy span {
  padding: 4px 10px 7px 10px;
  color: #fff;
  background: #008e66;
  font-family: "TsukuAMGothicLStd-B", sans-serif;
  letter-spacing: 0.05em;
  font-size: 3.2rem;
}
.teacher .copy span.small {
  padding: 11px 10px 12px 10px;
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  .teacher .copy {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    margin-right: auto;
  }
  .teacher .copy span {
    padding: 4px 5px 7px 5px;
    font-size: 2.2rem;
  }
  .teacher .copy span.small {
    padding: 10px 5px 11px 5px;
    font-size: 1.2rem;
  }
}
.teacher .img {
  width: 250px;
  margin: 30px auto 0;
  position: relative;
}
.teacher .img img {
  border-radius: 50%;
  border: 2px solid #008e66;
}
@media screen and (max-width: 480px) {
  .teacher .img {
    width: 120px;
    margin: 0;
  }
  .teacher .img img {
    width: 100%;
    height: auto;
  }
}
.teacher .en {
  aspect-ratio: 1;
  position: absolute;
  left: -20px;
  top: -20px;
  width: 290px;
}
.teacher .en svg {
  overflow: visible;
  width: 100%;
}
.teacher .en path {
  fill: none;
  overflow: visible;
}
.teacher .en text {
  fill: #008e66;
  text-anchor: middle;
  font-family: "BioRhyme Expanded", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .teacher .en {
    left: -10px;
    top: -10px;
    width: 140px;
  }
  .teacher .en text {
    font-size: 20px;
  }
}
.teacher .profile {
  width: 645px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .teacher .profile {
    width: 77.4vw;
    margin: 15px auto 0;
  }
}
.teacher .name {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2rem;
}
.teacher .name .yomi {
  font-size: 1.2rem;
}
.teacher .name .notes {
  display: block;
  margin-top: 12px;
  font-family: "Inter", "TazuganeGothicStdN-Light", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.67;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 480px) {
  .teacher .name {
    font-size: 1.8rem;
  }
  .teacher .name .yomi {
    font-size: 1.1rem;
  }
  .teacher .name .notes {
    margin-top: 8px;
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
.teacher .txt {
  border-top: 1px dashed #008e66;
  margin-top: 25px;
  padding-top: 25px;
}
.teacher .txt p {
  font-size: 1.6rem;
  line-height: 1.88;
}
@media screen and (max-width: 480px) {
  .teacher .txt {
    margin-top: 22px;
    padding-top: 20px;
  }
  .teacher .txt p {
    font-size: 1.4rem;
  }
}
.teacher .column {
  border-top: 1px dashed #008e66;
  margin-top: 25px;
  padding-top: 30px;
}
.teacher .column .ttl {
  color: #008e66;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
.teacher .column p {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.86;
}
@media screen and (max-width: 480px) {
  .teacher .column {
    margin-top: 20px;
    padding-top: 25px;
  }
  .teacher .column .ttl {
    font-size: 1.4rem;
  }
  .teacher .column p {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}

footer {
  border-top: 1px solid #e2ebef;
  margin-top: 150px;
}
@media screen and (max-width: 480px) {
  footer {
    margin-top: 60px;
  }
}