@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-blue: #0385d9;
  --cc-lblue: #20a1f5;
  --cc-dblue: #222a74;
  --cc-hblue: #1a2447;
  --w1280: 1280px;
  --space: 30px;
}

/* ================================================

- 表示アニメーション

================================================ */
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lozad[data-loaded=true] {
  opacity: 1;
}

/* ================================================

- イージング

================================================ */
/* ================================================

- 無料体験スクール　イントロ

================================================ */
.trial-body {
  padding-bottom: 100px;
}

.trial-intro {
  padding: 96px 0 105px;
}

.trial-intro__lead {
  text-align: center;
}
.trial-intro__lead p {
  display: inline;
  padding-bottom: 0;
  font-size: 4.4rem;
  line-height: 1.591;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #09122a;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(99%, transparent), color-stop(0%, #209beb));
  background: linear-gradient(transparent 99%, #209beb 0%);
}

.trial-intro__summary {
  margin-top: 37px;
  text-align: center;
  position: relative;
}
.trial-intro__summary p {
  font-size: 2rem;
  line-height: 1.8;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #09122a;
}
.trial-intro__summary::after {
  content: "";
  position: absolute;
  bottom: -65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 29px 0 29px;
  border-color: #209dea transparent transparent transparent;
}

.trial-intro__message {
  margin-top: 88px;
  text-align: center;
}
.trial-intro__message p {
  font-size: 3.5rem;
  line-height: 1.444;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #09122a;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .trial-body {
    padding-bottom: 100px;
  }
  .trial-intro {
    padding: 60px 0 90px;
  }
  .trial-intro__inner {
    padding: 0 6.4vw;
  }
  .trial-intro__lead {
    text-align: center;
  }
  .trial-intro__lead p {
    display: inline;
    padding-bottom: 0;
    font-size: 7.7333333333vw;
    white-space: nowrap;
  }
  .trial-intro__summary {
    margin-top: 37px;
    text-align: center;
  }
  .trial-intro__summary p {
    font-size: 4.5333333333vw;
  }
  .trial-intro__summary::after {
    bottom: -65px;
    border-width: 32px 29px 0 29px;
  }
  .trial-intro__message {
    margin-top: 88px;
    text-align: center;
  }
  .trial-intro__message p {
    font-size: 6.6666666667vw;
  }
}
/* ================================================

- 無料体験スクール 何をやるの？

================================================ */
.trial-doing {
  padding: 94px 0 113px;
}

.trial-doing__message {
  text-align: center;
}
.trial-doing__message p {
  font-size: 3.6rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #09122a;
}

ol.trial-doing__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  margin-top: 54px;
  counter-reset: item;
  gap: 13px;
}
ol.trial-doing__list li {
  width: calc(25% - 13px);
}
ol.trial-doing__list li::before {
  counter-increment: item;
  content: counter(item);
  font-size: 5rem;
  letter-spacing: 0.18em;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
}

.trial-doing__list__item {
  padding: 26px 28px 50px;
  border-radius: 20px;
  background-color: #2d9ce3;
}
.trial-doing__list__item p {
  margin-top: 23px;
  font-size: 1.9rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
}

.trial-doing__photos {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-top: 100px;
  gap: 40px;
}

.trial-doing__photo {
  width: calc(50% - 20px);
  border-radius: 20px;
  overflow: hidden;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .trial-doing {
    padding: 60px 0 90px;
  }
  .trial-doing__inner {
    padding: 0 6.4vw;
  }
  .trial-doing__message {
    text-align: center;
  }
  .trial-doing__message p {
    font-size: 6.9333333333vw;
    line-height: 1.444;
  }
  ol.trial-doing__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    counter-reset: item;
    gap: 2.6665vw;
  }
  ol.trial-doing__list li {
    width: calc(50% - 2.6665vw);
  }
  ol.trial-doing__list li::before {
    font-size: 10.1333333333vw;
  }
  .trial-doing__list__item {
    padding: 26px 4vw 50px;
    border-radius: 5.333vw;
  }
  .trial-doing__list__item p {
    margin-top: 15px;
    font-size: 4.2666666667vw;
    line-height: 1.7;
    white-space: normal;
  }
  .trial-doing__photos {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
    gap: 30px;
  }
  .trial-doing__photo {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
  }
}