/* about PARTNERS　学校名2行表示調整 */
.about__wrapper .partners__content .partner__items .p__item:first-child .content__items .c__item .c__lbl {
    height: 56rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
@media screen and (max-width: 768px) {
    .about__wrapper .partners__content .partner__items .p__item:first-child .content__items .c__item .c__lbl {
        letter-spacing: -0.03em;
      }
}

/* フッターテキスト追加 */
footer .top_text {
    font-weight: normal;
    font-size: 16rem;
    line-height: 32rem;
    margin-bottom: 50rem;
    text-align: center;
}
footer .top_text a {
    color: #333;
}
footer .footer-info {
    font-weight: normal;
    font-size: 14rem;
    line-height: 24.5rem;
    margin-top: 45rem;
    text-align: center;
    color: #333;
}
@media screen and (max-width: 768px) {
    footer .top_text {
        font-size: 26rem;
        line-height: 1.3;
        margin-bottom: 60rem;
    }
    footer .footer-info {
        font-size: 22rem;
        line-height: 36rem;
        margin-top: 75rem;
    } 
}
/* 900px以下でも .hambeg__menu だけ1250px時点(0.8倍)と同じ見た目にする */
@media screen and (max-width: 900px) and (min-width: 769px) {
    .hambeg__menu {
      width: 288px;
      max-height: 100svh;
      padding: 48px 36px 24px 24px;
      border-radius: 0 0 0 32px;
    }
    .hambeg__menu .top__menu .tel__part {
      gap: 4px;
      margin-bottom: 28px;
    }
    .hambeg__menu .top__menu .tel__part .work__time .w__lbl {
      font-size: 11.2px;
      padding: 2.4px 8px;
      border-radius: 8px;
    }
    .hambeg__menu .top__menu .tel__part .work__time .w__txt {
      font-size: 11.2px;
      line-height: 19.6px;
      margin-left: 8px;
    }
    .hambeg__menu .top__menu .tel__part .tel .icon {
      width: 13.6px;
      margin-right: 5.6px;
    }
    .hambeg__menu .top__menu .tel__part .tel .lbl {
      font-size: 22.4px;
    }
    .hambeg__menu .top__menu .contact__btn {
      height: 44.8px;
      border-radius: 6.4px;
    }
    .hambeg__menu .top__menu .contact__btn.c01 {
      margin-top: 28px;
    }
    .hambeg__menu .top__menu .contact__btn.c01 .icon {
      width: 17.6px;
    }
    .hambeg__menu .top__menu .contact__btn .icon {
      width: 25.6px;
      margin-right: 6.4px;
    }
    .hambeg__menu .top__menu .contact__btn .lbl {
      font-size: 12.8px;
    }
    .hambeg__menu .bottom__menu {
      margin-bottom: 22.4px;
    }
    .hambeg__menu .bottom__menu ul li {
      padding: 6.4px 0;
      border-bottom: 1.2px solid #395bb5;
    }
    .hambeg__menu .bottom__menu ul li.parent ul.child li {
      margin: 3.2px 0;
    }
    .hambeg__menu .bottom__menu ul li.parent ul.child li a span {
      margin-right: 12.8px;
    }
    .hambeg__menu .bottom__menu ul li.parent:after {
      width: 7.2px;
      height: 7.2px;
    }
    .hambeg__menu .bottom__menu ul li a,
    .hambeg__menu .bottom__menu ul li span {
      font-size: 12.8px;
    }
  }
.wpcf7-spinner {
    display: none !important;
}
.contact__wrapper .contact__form .cf__agree .cf__privacy.turnstile  {
    margin-top: 10rem;
}
@media screen and (max-width: 768px) {
    .contact__wrapper .contact__form .cf__agree .cf__privacy.turnstile {
        text-align: center;
    }
}