@charset "UTF-8";
/* -------------------------------------------
* カラー変数
* -------------------------------------------*/
:root {
  --pink: #ec78ab;
  --yellow: #fefb57;
}

/********************************************************/
body.tsushin {
  background: #addef8;
  overflow-x: clip;
}
body.tsushin ::-moz-selection {
  background: var(--yellow);
  color: #002c95;
}
body.tsushin ::selection {
  background: var(--yellow);
  color: #002c95;
}
body.tsushin:has(.top-class__curriculum-modal[open]) {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

html:has(.top-class__curriculum-modal[open]) {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

/* -------------------------------------------
 * 共通スタイル
 * -------------------------------------------*/
a[href^="tel:"] {
  pointer-events: none;
}
@media (max-width: 834px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

/* -------------------------------------------
 * インナー幅、余白
 * -------------------------------------------*/
/* -------------------------------------------
 * 改行
 * -------------------------------------------*/
.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.br-sp {
  display: none;
}
@media (max-width: 834px) {
  .br-sp {
    display: block;
  }
}

.no-br-sp {
  display: block;
}
@media (max-width: 834px) {
  .no-br-sp {
    display: none;
  }
}

/* -------------------------------------------
 * 見出し
 * -------------------------------------------*/
.tsushin .sec-ttl-en {
  font-family: "Quicksand", serif;
}
.tsushin .sec-ttl-wrap {
  gap: 17px;
}
@media (max-width: 834px) {
  .tsushin .sec-ttl-wrap {
    gap: 10px;
  }
}
@media (max-width: 834px) {
  .tsushin .deco {
    text-shadow: 2px 3px 0 #002c95, -1px -1px 0 #002c95, -1px 3px 0 #002c95, 5px 2px 0 #002c95, 4px 3px 0 #002c95, 4px 3px 0 #002c95, -1px 0 0 #002c95, 5px 0 0 #002c95;
  }
}
.tsushin .box {
  border-radius: 30px;
  padding: 60px 5% 70px;
  border: 5px solid #002c95;
}
@media (max-width: 834px) {
  .tsushin .box {
    border-radius: 20px;
    padding: 40px 2.5%;
    border: 3px solid #002c95;
  }
}
.tsushin .box--white {
  background: #fff;
}
@media (max-width: 834px) {
  .tsushin .top-class .sec-ttl-line::after {
    top: 30%;
  }
}

/* -------------------------------------------
 * ボタン
 * -------------------------------------------*/
.tsushin .base-btn--yellow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100vmax;
  background-color: #fefb57;
  border: 2px solid #002c95;
  -webkit-box-shadow: 0 3px 0 #002c95;
          box-shadow: 0 3px 0 #002c95;
  height: 80px;
}
@media (max-width: 834px) {
  .tsushin .base-btn--yellow {
    height: 64px;
    max-width: 340px;
    border-radius: 32px;
    margin: 35px auto 0;
  }
}
.tsushin .base-btn__arrow {
  width: 9px;
}
.tsushin .base-btn__arrow:nth-of-type(1) {
  margin-left: 7px;
}
.tsushin button:hover {
  opacity: 1;
}
@media (any-hover: hover) {
  .tsushin button:hover {
    opacity: 0.7;
  }
}

/* -------------------------------------------
 * 連番数字
 * -------------------------------------------*/
.num-list {
  counter-reset: num;
}
.num-list > li {
  counter-increment: num;
}

.num {
  font-size: 4rem;
  line-height: 1;
}
@media (max-width: 834px) {
  .num {
    font-size: 3rem;
  }
}
.num::before {
  content: counter(num, decimal-leading-zero);
}

/* -------------------------------------------
 * ヘッダー
 * -------------------------------------------*/
.tsushin {
  position: relative;
}
.tsushin .menu {
  height: calc(100svh - 20px);
}
.tsushin .menu-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  inset: 0;
  z-index: 4;
  display: none;
  pointer-events: none;
}
.tsushin:has(.header-btn.active) .menu-overlay {
  display: block;
}
.tsushin .menu__course-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  margin-top: 40px;
  text-align: center;
  width: 100%;
  border-radius: 100vmax;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .tsushin .menu__course-link {
    height: 62px;
  }
}
.tsushin .header-btn-fulltime {
  border-radius: 100vmax;
  background: #fff;
  border: 2px solid #002c95;
  position: fixed;
  z-index: 599;
  top: 25px;
  right: 175px;
  width: 180px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media (max-width: 834px) {
  .tsushin .header-btn-fulltime {
    top: 8px;
    right: 133px;
    width: 150px;
    height: 40px;
  }
}
@media (max-width: 500px) {
  .tsushin .header-btn-fulltime {
    display: none;
  }
}
.tsushin .header-logo__img {
  width: 258px;
}
@media (max-width: 834px) {
  .tsushin .header-logo__img {
    width: 155px;
  }
}
.tsushin .header-logo {
  top: 20px;
  left: 25px;
}
@media (max-width: 834px) {
  .tsushin .header-logo {
    top: 10px;
    left: 15px;
  }
}
@media (max-width: 834px) {
  .tsushin .header-btn {
    top: 8px;
    right: 8px;
    width: 120px;
    height: 40px;
  }
}
.tsushin .menu-bottom__info-link {
  margin-top: 20px;
  text-decoration: underline;
}

body.tsushin:has(.header-btn.active) {
  overflow: hidden;
}

/* -------------------------------------------
 * フッター
 * -------------------------------------------*/
.tsushin .footer {
  padding-bottom: 58px;
  z-index: 10;
  margin-top: 120px;
}
@media (max-width: 834px) {
  .tsushin .footer {
    padding-bottom: 30px;
    margin-top: 40px;
  }
}
.tsushin .footer-top {
  padding-top: 0;
}
.tsushin .footer-top__cont-item:last-of-type {
  border-right: none;
}
.tsushin .footer-bottom {
  padding-block: 30px 0px;
}
.tsushin .footer-top__pamphlet-img {
  left: 12%;
  width: 28%;
}
.tsushin .footer-top__pamphlet-inner {
  margin-top: 50px;
}
@media (max-width: 1470px) {
  .tsushin .footer-top__pamphlet-img {
    width: 34%;
    left: 50%;
  }
  .tsushin .footer-top__pamphlet-inner {
    padding-bottom: 34vw;
  }
}
.tsushin .footer-top__cont-item__link {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.tsushin .footer-bottom__info-link {
  text-decoration: underline;
}
@media (max-width: 1470px) {
  .tsushin .footer-bottom__info-link {
    grid-column: 1/-1;
    text-align: center;
  }
}
.tsushin .footer-bottom__l {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 40px;
}
@media (max-width: 1470px) {
  .tsushin .footer-bottom__l {
    row-gap: 5px;
  }
}
@media (max-width: 600px) {
  .tsushin .footer-bottom__l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tsushin .footer-bottom__inner {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1470px) {
  .tsushin .footer-bottom__inner {
    row-gap: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 600px) {
  .tsushin .footer-bottom__copy {
    text-align: center;
  }
}/*# sourceMappingURL=tsushin-style.css.map */