@charset "UTF-8";
/* ==============================================================
*  ベース
* ============================================================ */
* {
  margin: 0;
  padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font-size: 100%;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: Verdana, Roboto, "Droid Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  color: #000000;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

/* HTML5 display-role reset for older browsers */
main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

ol li,
ul li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #0066cc;
}

a:focus,
*:focus {
  outline: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-width: 0;
  line-height: 0;
  vertical-align: bottom;
}

a img {
  outline: none;
  border-width: 0;
  border-style: none;
}

video {
  width: 100%;
  height: auto;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select,
textarea,
input,
form {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: 0;
  color: inherit;
  font-family: inherit;
  background: #FFFFFF;
  vertical-align: middle;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea:focus,
input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=radio],
input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

textarea:-ms-input-placeholder {
  color: #DDDDDD;
}

textarea::-ms-input-placeholder {
  color: #DDDDDD;
}

textarea::-webkit-input-placeholder {
  color: #DDDDDD;
}

textarea::-moz-placeholder {
  color: #DDDDDD;
}

textarea::placeholder {
  color: #DDDDDD;
}

input:-ms-input-placeholder {
  color: #DDDDDD;
}

input::-ms-input-placeholder {
  color: #DDDDDD;
}

input::-webkit-input-placeholder {
  color: #DDDDDD;
}

input::-moz-placeholder {
  color: #DDDDDD;
}

input::placeholder {
  color: #DDDDDD;
}

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

- 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;
}

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

- イージング

================================================ */
/* ==============================================================
*  レイアウト
* ============================================================ */
/* ================================================

- 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;
}

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

- イージング

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

- ヘッダー

================================================ */
#schoolHeader {
  width: 100%;
}

.school-header {
  width: 100%;
  background-color: #0e1b3c;
  position: relative;
  z-index: 10;
}

.school-header__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: 130px;
  padding: 0 40px;
  position: relative;
}

.school-header__logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 100px;
  width: 100%;
}
.school-header__logo a {
  display: block;
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.school-header__logo a:hover {
  opacity: 0.7;
}

.school-header__team {
  margin-left: 22px;
  padding-top: 3px;
}
.school-header__team a {
  display: block;
  font-size: 1.7rem;
  line-height: 1.529;
  letter-spacing: 0.06em;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
  color: #FFFFFF;
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.school-header__team a:hover {
  opacity: 0.7;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .school-header {
    position: fixed;
  }
  .school-header__inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    min-height: 60px;
    padding: 2px 4vw;
  }
  .school-header__logo {
    max-width: 100px;
    width: 21vw;
  }
  .school-header__team {
    margin-left: 4.267vw;
    padding-top: 0.533vw;
  }
  .school-header__team a {
    font-size: 4vw;
  }
}
/* ================================================

- 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;
}

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

- イージング

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

- ナビゲーション

================================================ */
.school-nav {
  margin-left: 28px;
}

ul.school-nav__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
ul.school-nav__list > li:not(:first-child) {
  margin-left: 2em;
}

.school-nav__list__item > a {
  display: block;
  padding: 39px 0 54px;
  text-align: center;
  white-space: nowrap;
  position: relative;
}
.school-nav__list__item > a:hover > span.-jp {
  color: #0e1b3c;
}
.school-nav__list__item > a:hover > span.-jp::after, .school-nav__list__item > a:hover > span.-jp::before {
  width: 50%;
}
.school-nav__list__item > a > span.-jp {
  display: block;
  padding: 3px;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 600;
  position: relative;
}
.school-nav__list__item > a > span.-jp::after, .school-nav__list__item > a > span.-jp::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #FFFFFF;
  -webkit-transition: width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  z-index: -1;
}
.school-nav__list__item > a > span.-jp::before {
  left: 50%;
}
.school-nav__list__item > a > span.-jp::after {
  right: 50%;
}

.school-nav__list__item.js-dropdonw a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 36px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #FFFFFF transparent transparent transparent;
}

.school-nav__sns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 18px;
  margin-left: auto;
}
.school-nav__sns li a {
  display: block;
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.school-nav__sns li a svg {
  display: block;
  margin: 0 auto;
}
.school-nav__sns li a small {
  display: block;
  font-size: 1rem;
  color: #FFFFFF;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-align: center;
}
.school-nav__sns li a:hover {
  opacity: 0.7;
}
.school-nav__sns li a.-youtube svg,
.school-nav__sns li a.-twitter svg {
  width: 22px;
}
.school-nav__sns li a.-instagram svg {
  width: 23px;
}
.school-nav__sns li a.-facebook svg {
  width: 13px;
}

.privacypolicy .school-nav ul li a[href="/privacypolicy/"]::before,
.contact .school-nav ul li a[href="/contact/"]::before,
.access .school-nav ul li a[href="/access/"]::before,
.partner .school-nav ul li a[href="/partner/"]::before,
.recruit .school-nav ul li a[href="/recruit/"]::before,
.coach .school-nav ul li a[href="/school/coach/"]::before,
.concept .school-nav ul li a[href="/school/concept/"]::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/*--- media screen ---*/
@media screen and (max-width: 1024px) {
  .school-nav {
    display: none;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 100%;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    height: 100svh;
    padding: 50px 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: top, visibility, opacity 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: top, visibility, opacity 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    background-color: #FFFFFF;
  }
  .school-nav::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--cc-blue);
    -webkit-transition: top 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: top 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    z-index: -2;
  }
  .school-nav::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1a2447;
    -webkit-transition: top 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: top 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    z-index: -1;
  }
  .school-nav.-active {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
  .school-nav.-active::after, .school-nav.-active::before {
    top: 0;
  }
  .school-nav__sns {
    display: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  ul.school-nav__list {
    display: block;
    height: 100%;
    padding: 0 10vw;
    position: relative;
    z-index: 12;
  }
  ul.school-nav__list > li:not(:last-child) {
    margin-right: 0;
  }
  ul.school-nav__list > li:not(:first-child) {
    margin-top: 4.5em;
  }
  .school-nav__list__item {
    width: 100%;
  }
  .school-nav__list__item > a {
    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;
    padding: 0 0;
    font-size: 6.6666666667vw;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    text-shadow: 0 50px 0 #1a2447;
  }
  .school-nav__list__item > a > span span {
    display: inline-block;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
            transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .school-nav__list__item > a:hover > span::before {
    background-color: #FFFFFF;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .school-nav__list__item > a:hover > span span {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .school-nav__list__item > a:hover > span span:nth-child(1) {
    -webkit-transition-delay: 30ms;
            transition-delay: 30ms;
  }
  .school-nav__list__item > a:hover > span span:nth-child(2) {
    -webkit-transition-delay: 60ms;
            transition-delay: 60ms;
  }
  .school-nav__list__item > a:hover > span span:nth-child(3) {
    -webkit-transition-delay: 90ms;
            transition-delay: 90ms;
  }
  .school-nav__list__item > a:hover > span span:nth-child(4) {
    -webkit-transition-delay: 120ms;
            transition-delay: 120ms;
  }
  .school-nav__list__item > a:hover > span span:nth-child(5) {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
  }
  .school-nav__list__item > a:hover > span span:nth-child(6) {
    -webkit-transition-delay: 180ms;
            transition-delay: 180ms;
  }
  .school-nav__list__item > a:hover > span span:nth-child(7) {
    -webkit-transition-delay: 210ms;
            transition-delay: 210ms;
  }
  .school-nav__list__item > a::before {
    width: 48%;
    background-color: #FFFFFF;
  }
  .school-nav__list__item.-top {
    display: block;
  }
}
/*--- media screen ---*/
/* ================================================

- ナビゲーション

================================================ */
.school-nav__item__child {
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background-color: #FFFFFF;
  -webkit-filter: drop-shadow(0px 1px 8px rgba(26, 36, 72, 0.2));
          filter: drop-shadow(0px 1px 8px rgba(26, 36, 72, 0.2));
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity, top 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity, top 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.school-nav__item__child.-show {
  top: 130px;
  opacity: 1;
  visibility: visible;
}

ul.school-nav__item__child__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
ul.school-nav__item__child__list > li > a {
  display: block;
  font-size: 1.4rem;
  line-height: 1.625;
  letter-spacing: 0.02em;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 600;
  color: var(--cc-hblue);
  white-space: nowrap;
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
ul.school-nav__item__child__list > li > a:hover {
  opacity: 0.7;
}
ul.school-nav__item__child__list > li:not(:first-child) {
  margin-left: 5em;
}

/*--- media screen ---*/
@media screen and (max-width: 1024px) {
  .school-nav__item__child {
    position: static;
    min-width: 0;
    padding: 0;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    height: 0;
    -webkit-transition: opacity, height 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: opacity, height 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .school-nav__item__child.-show {
    height: 17.867vw;
    margin-top: 10px;
    padding-left: 12vw;
    opacity: 1;
    visibility: visible;
  }
  ul.school-nav__item__child__list {
    border-left: solid 1px #FFFFFF;
  }
  ul.school-nav__item__child__list > li > a {
    padding-left: 4vw;
    font-size: 4.1333333333vw;
    line-height: 1.725;
    color: #FFFFFF;
  }
  ul.school-nav__item__child__list > li > a span {
    font-size: 4.4vw;
  }
  ul.school-nav__item__child__list > li > a small {
    font-size: 3.6vw;
  }
  ul.school-nav__item__child__list > li:not(:first-child) {
    margin-top: 10px;
  }
  .school-nav__list__item.js-dropdonw::before, .school-nav__list__item.js-dropdonw::after {
    content: "";
    position: absolute;
    top: 21px;
    right: 0;
    display: block;
    width: 16px;
    height: 2px;
    background-color: #FFFFFF;
  }
  .school-nav__list__item.js-dropdonw::before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .school-nav__list__item.js-dropdonw::after {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
  .school-nav__list__item.js-dropdonw.-show::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
}
/* ================================================

- 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;
}

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

- イージング

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

- フッター

================================================ */
#schoolFooter {
  width: 100%;
}

.school-footer {
  width: 100%;
  padding: 44px 0 44px;
  background-color: #09122a;
}

.school-footer__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 54px;
  position: relative;
}

.school-footer__logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 86px;
}
.school-footer__logo a {
  display: block;
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.school-footer__logo a:hover {
  opacity: 0.7;
}

.school-footer__nav {
  margin-left: 45px;
}

ul.school-footer__nav__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
ul.school-footer__nav__list li:not(:first-child) {
  margin-left: 4em;
}

.school-footer__nav__item a {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  position: relative;
  -webkit-transition: opacity 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.school-footer__nav__item a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.school-footer__nav__item a:hover {
  opacity: 0.7;
}
.school-footer__nav__item a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.school-footer__nav__item > a[href^="javascript:void(0)"] {
  cursor: default;
  opacity: 0.2;
}
.school-footer__nav__item > a[href^="javascript:void(0)"]:hover {
  opacity: 0.2;
}
.school-footer__nav__item > a[href^="javascript:void(0)"]:hover::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.school-footer__copyright {
  margin-left: auto;
}
.school-footer__copyright small {
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .school-footer {
    padding: 44px 0 64px;
  }
  .school-footer__inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 6.4vw;
  }
  .school-footer__logo {
    width: 86px;
    margin: 0 auto;
  }
  .school-footer__nav {
    margin: 40px auto 0;
  }
  ul.school-footer__nav__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
  ul.school-footer__nav__list li {
    width: calc(50% - 15px);
  }
  ul.school-footer__nav__list li:not(:first-child) {
    margin-left: 0;
  }
  .school-footer__nav__item a {
    display: block;
    font-size: 3.7333333333vw;
    text-align: center;
  }
  .school-footer__nav__item a:hover {
    opacity: 1;
  }
  .school-footer__nav__item a:hover::after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .school-footer__copyright {
    margin: 40px auto 0;
  }
  .school-footer__copyright small {
    font-size: 3.4666666667vw;
    text-align: center;
  }
}
/* ================================================

- 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;
}

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

- イージング

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

-

================================================ */
.l-megamenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  inset: 0;
  z-index: 11;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  height: 100svh;
  -webkit-transition: top, visibility, opacity 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: top, visibility, opacity 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background-color: transparent;
  visibility: hidden;
  opacity: 0;
}
.l-megamenu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: -1;
  -webkit-transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-megamenu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background-color: #0e1b3c;
  z-index: -1;
  -webkit-transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.l-megamenu.-active {
  top: 0;
  visibility: visible;
  opacity: 1;
}
.l-megamenu.-active::after, .l-megamenu.-active::before {
  width: 50%;
}

.l-megamenu__inner {
  height: 100%;
  padding: 100px 8vw;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.l-megamenu__hamburgerBtn {
  position: absolute;
  top: 40px;
  right: 40px;
}

.l-megamenu__sns {
  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;
  gap: 18px;
}
.l-megamenu__sns li a {
  display: block;
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.l-megamenu__sns li a svg {
  display: block;
  margin: 0 auto;
}
.l-megamenu__sns li a small {
  display: block;
  font-size: 1rem;
  color: #FFFFFF;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-align: center;
}
.l-megamenu__sns li a:hover {
  opacity: 0.7;
}
.l-megamenu__sns li a.-youtube svg,
.l-megamenu__sns li a.-twitter svg {
  width: 22px;
}
.l-megamenu__sns li a.-instagram svg {
  width: 23px;
}
.l-megamenu__sns li a.-facebook svg {
  width: 13px;
}

.l-megamenu__nav {
  margin-top: 30px;
}

.l-megamenu__sc {
  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;
  width: 100%;
}

.l-megamenu__sc:not(:first-of-type) {
  margin-top: 100px;
}

.l-megamenu__sc__ttl {
  width: calc(50% - 50px);
}
.l-megamenu__sc__ttl > a {
  display: block;
  text-align: right;
  white-space: nowrap;
}
.l-megamenu__sc__ttl > a > span.-en {
  display: block;
  font-size: 4rem;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.l-megamenu__sc__ttl > a > span.-en::after, .l-megamenu__sc__ttl > a > span.-en::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 0%;
  height: 100%;
  background: #FFFFFF;
  -webkit-transition: width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  z-index: -1;
}
.l-megamenu__sc__ttl > a > span.-jp {
  display: block;
  margin-top: 4px;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.l-megamenu__sc__child {
  width: calc(50% - 50px);
  margin-left: 160px;
  position: relative;
}
.l-megamenu__sc__child::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -110px;
  width: 80px;
  height: 3px;
  background-color: #FFFFFF;
}

.l-megamenu__sc__list > li > a {
  display: block;
  font-size: 2.2rem;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.l-megamenu__sc__list > li:not(:first-child) {
  margin-top: 30px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .l-megamenu::before {
    background-color: #0e1b3c;
  }
  .l-megamenu::after {
    display: none;
  }
  .l-megamenu.-active::after, .l-megamenu.-active::before {
    width: 100%;
  }
  .l-megamenu__inner {
    height: 100%;
    padding: 60px 16vw 100px;
  }
  .l-megamenu__hamburgerBtn.m-hamburgerBtn {
    top: 30px;
    right: 4vw;
  }
  .l-megamenu__sns {
    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;
    margin-top: 60px;
  }
  .l-megamenu__nav {
    margin-top: 0;
  }
  .l-megamenu__sc {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .l-megamenu__sc:not(:first-of-type) {
    margin-top: 20px;
  }
  .l-megamenu__sc__ttl {
    width: 100%;
  }
  .l-megamenu__sc__ttl > a {
    padding: 15px 16vw;
    text-align: left;
  }
  .l-megamenu__sc__ttl > a > span.-en {
    display: block;
    font-size: 9.8666666667vw;
  }
  .l-megamenu__sc__ttl > a > span.-jp {
    margin-top: 4px;
    font-size: 4.5333333333vw;
  }
  .l-megamenu__sc__child {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .l-megamenu__sc__child::before {
    top: 0;
    left: 16vw;
    width: 1px;
    height: 100%;
    background-color: #FFFFFF;
  }
  .l-megamenu__sc__list > li > a {
    font-size: 4.5333333333vw;
    padding-left: 26.667vw;
  }
  .l-megamenu__sc__list > li:not(:first-child) {
    margin-top: 30px;
  }
}
/* ================================================

- 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;
}

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

- イージング

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

- TEAM PROFILE & CONTACT

================================================ */
.l-team {
  padding: 71px 0 65px;
  min-height: 540px;
  background-image: url(/asset/images/top/team_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.l-team__inner {
  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;
}

.l-team__profile {
  width: 50%;
  padding: 38px 0 72px 22px;
  position: relative;
}
.l-team__profile::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  width: 1px;
  height: 100%;
  background-color: #20a1f5;
}

.l-team__ttl {
  font-size: 5rem;
  letter-spacing: 0.02em;
  color: #20a1f5;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}

.l-team__profile__content {
  margin-top: 48px;
}

dl.l-team__profile__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  color: #FFFFFF;
}
dl.l-team__profile__list dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  min-width: 82px;
  font-size: 1.4rem;
  line-height: 1.475;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: right;
  white-space: nowrap;
}
dl.l-team__profile__list dd {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-left: 49px;
  font-size: 1.4rem;
  line-height: 1.475;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

dl.l-team__profile__list:not(:first-of-type) {
  margin-top: 25px;
}

.l-team__contact {
  width: 50%;
  padding: 38px 0 0 106px;
}

.l-team__btn {
  margin-top: 50px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .l-team {
    padding: 71px 0 65px;
    min-height: 540px;
    background-image: url(../images/top/team_bg.jpg);
  }
  .l-team__inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 6.4vw;
  }
  .l-team__profile {
    width: 100%;
    padding: 0 0 60px;
    position: relative;
  }
  .l-team__profile::after {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
  .l-team__ttl {
    font-size: 10.9333333333vw;
  }
  .l-team__profile__content {
    margin-top: 48px;
  }
  dl.l-team__profile__list dt {
    min-width: 21.867vw;
    font-size: 4vw;
  }
  dl.l-team__profile__list dd {
    margin-left: 10.667vw;
    font-size: 4vw;
  }
  dl.l-team__profile__list:not(:first-of-type) {
    margin-top: 25px;
  }
  .l-team__contact {
    width: 100%;
    padding: 40px 0 0 0;
  }
  .l-team__btn {
    margin-top: 50px;
  }
}
/* ==============================================================
*  モジュール
* ============================================================ */
/* ================================================

- 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;
}

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

- イージング

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

- base

================================================ */
.m-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.m-mv {
  width: 100%;
}

.m-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.m-w1280 {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-w1200 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-w1120 {
  max-width: 1120px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-w1100 {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-w1080 {
  max-width: 1080px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-w1040 {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-mv {
    margin-top: 60px;
  }
}
/* ================================================

- タイトル

================================================ */
.m-page__mv {
  min-height: 660px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}

.m-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -61%);
          transform: translate(-50%, -61%);
}

.m-ttl__txt {
  font-size: 7.2rem;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
}
.m-ttl__txt span {
  display: block;
  max-width: 284px;
  width: 100%;
  margin: 0 auto 15px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-page__mv {
    min-height: 88vw;
  }
  .m-ttl {
    -webkit-transform: translate(-50%, -75%);
            transform: translate(-50%, -75%);
  }
  .m-ttl__txt {
    font-size: 10.6666666667vw;
    white-space: nowrap;
  }
  .m-ttl__txt span {
    width: 43.333vw;
    margin: 0 auto 10px;
  }
}
/* ================================================

- ボタン

================================================ */
.m-btn button,
.m-btn a {
  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;
  width: 160px;
  min-height: 60px;
  padding: 0 22px;
  font-size: 1.5rem;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  background-color: #0385d9;
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.m-btn button span,
.m-btn a span {
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: left;
  z-index: 1;
}
.m-btn button:hover,
.m-btn a:hover {
  color: #222a74;
}

.m-btn.-line.-next button,
.m-btn.-line.-next a {
  letter-spacing: 0.06em;
  border: solid 1px #FFFFFF;
  background-color: transparent;
}
.m-btn.-line.-next button::after,
.m-btn.-line.-next a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: rgb(255, 255, 255);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.m-btn.-line.-next button:hover,
.m-btn.-line.-next a:hover {
  color: #222a74;
}
.m-btn.-line.-next button:hover span::before,
.m-btn.-line.-next a:hover span::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230px%22%20height%3D%2210px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(22%2C%2070%2C%20110)%22%20d%3D%22M29.1000%2C4.1000%20L23.1000%2C9.1000%20L23.1000%2C6.000%20L0.000%2C6.000%20L0.000%2C3.999%20L23.1000%2C3.1000%20L23.1000%2C-0.000%20L29.1000%2C4.1000%20Z%22%2F%3E%3C%2Fsvg%3E");
}
.m-btn.-line.-next button:hover::after,
.m-btn.-line.-next a:hover::after {
  background-color: #FFFFFF;
}

.m-btn.-w200 button,
.m-btn.-w200 a {
  width: 200px;
}

.m-btn.-w280 button,
.m-btn.-w280 a {
  width: 280px;
}

.m-btn.-w300 button,
.m-btn.-w300 a {
  width: 300px;
}

.m-btn.-w320 button,
.m-btn.-w320 a {
  max-width: 320px;
  width: 100%;
}

.m-btn.-w540 button,
.m-btn.-w540 a {
  max-width: 540px;
  width: 540px;
  min-height: 80px;
  padding: 0 27px 0 33px;
  font-size: 1.8rem;
}

.m-btn.-w700 button,
.m-btn.-w700 a {
  max-width: 700px;
  width: 700px;
  min-height: 90px;
  padding: 0 40px 0 42px;
  font-size: 2.4rem;
}

.m-btn.-next button,
.m-btn.-next a {
  position: relative;
}
.m-btn.-next button span::before,
.m-btn.-next a span::before {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230px%22%20height%3D%2210px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%20d%3D%22M29.1000%2C4.1000%20L23.1000%2C9.1000%20L23.1000%2C6.000%20L0.000%2C6.000%20L0.000%2C3.999%20L23.1000%2C3.1000%20L23.1000%2C-0.000%20L29.1000%2C4.1000%20Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 10px;
  -webkit-transition: right 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: right 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.m-btn.-next button::after,
.m-btn.-next a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #1a2447;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.m-btn.-next button:hover,
.m-btn.-next a:hover {
  color: #FFFFFF;
}
.m-btn.-next button:hover span::before,
.m-btn.-next a:hover span::before {
  right: -7px;
}
.m-btn.-next button:hover::after,
.m-btn.-next a:hover::after {
  left: 0;
  width: 100%;
}

.m-btn.-hbg-w button::after,
.m-btn.-hbg-w a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.m-btn.-hbg-w button:hover,
.m-btn.-hbg-w a:hover {
  color: #1a2447;
  border: solid 1px var(--cc-hblue);
}
.m-btn.-hbg-w button:hover::after,
.m-btn.-hbg-w a:hover::after {
  left: 0;
  width: 100%;
}

.m-btn.-next.-hbg-w button::after,
.m-btn.-next.-hbg-w a::after {
  background-color: #FFFFFF;
}
.m-btn.-next.-hbg-w button:hover,
.m-btn.-next.-hbg-w a:hover {
  color: #1a2447;
  border: solid 1px var(--cc-hblue);
}
.m-btn.-next.-hbg-w button:hover span::before,
.m-btn.-next.-hbg-w a:hover span::before {
  right: -7px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230px%22%20height%3D%2210px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(26%2C%2036%2C%2071)%22%20d%3D%22M30.000%2C4.1000%20L23.1000%2C9.1000%20L23.1000%2C6.000%20L0.000%2C6.000%20L0.000%2C3.999%20L23.1000%2C3.1000%20L23.1000%2C-0.000%20L30.000%2C4.1000%20Z%22%2F%3E%3C%2Fsvg%3E");
}

.m-btn.-center {
  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;
}

.m-txt--arrow {
  display: block;
  padding-left: 14px;
  position: relative;
}
.m-txt--arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #222a74;
}

.m-bgBtn {
  background-image: url(../images/common/pattern-2.jpg);
  background-size: 600px;
  background-position: top center;
  background-repeat: repeat;
}
.m-bgBtn a {
  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;
  min-height: 46px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.m-bgBtn a:hover {
  opacity: 0.7;
}
.m-bgBtn a span {
  display: inline-block;
  padding-right: 36px;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  position: relative;
}
.m-bgBtn a span::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-btn button,
  .m-btn a {
    padding: 0 4vw;
    font-size: 4vw;
  }
  .m-btn button:hover,
  .m-btn a:hover {
    color: #0385d9;
  }
  .m-btn.-line.-next button:hover,
  .m-btn.-line.-next a:hover {
    color: #0385d9;
  }
  .m-btn.-w540 button,
  .m-btn.-w540 a {
    min-height: 70px;
    padding: 0 4vw;
    font-size: 4.2666666667vw;
  }
  .m-btn.-w700 button,
  .m-btn.-w700 a {
    max-width: 700px;
    width: 100%;
    min-height: 70px;
    padding: 0 4vw;
    font-size: 4.5333333333vw;
  }
  .m-btn.-next button:hover span::before,
  .m-btn.-next a:hover span::before {
    right: 2px;
  }
  .m-btn.-next button:hover::after,
  .m-btn.-next a:hover::after {
    width: 0;
  }
  .m-btn.-next.-hbg-w button::after,
  .m-btn.-next.-hbg-w a::after {
    background-color: #0385d9;
  }
  .m-btn.-next.-hbg-w button:hover,
  .m-btn.-next.-hbg-w a:hover {
    color: #FFFFFF;
  }
  .m-btn.-next.-hbg-w button:hover span::before,
  .m-btn.-next.-hbg-w a:hover span::before {
    right: 2px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230px%22%20height%3D%2210px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%20d%3D%22M29.1000%2C4.1000%20L23.1000%2C9.1000%20L23.1000%2C6.000%20L0.000%2C6.000%20L0.000%2C3.999%20L23.1000%2C3.1000%20L23.1000%2C-0.000%20L29.1000%2C4.1000%20Z%22%2F%3E%3C%2Fsvg%3E");
  }
}
/* ================================================

- ハンバーガーボタン

================================================ */
.m-hamburgerBtn {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4vw;
  cursor: pointer;
  background-color: transparent;
  z-index: 20;
}
.m-hamburgerBtn .m-hamburgerBtn__line {
  position: relative;
  max-width: 48px;
  width: 8.533vw;
  max-height: 48px;
  height: 6.133vw;
}
.m-hamburgerBtn .m-hamburgerBtn__line span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #1a2447;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.m-hamburgerBtn .m-hamburgerBtn__line span::before,
.m-hamburgerBtn .m-hamburgerBtn__line span::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1a2447;
  -webkit-transition: inherit;
  transition: inherit;
}
.m-hamburgerBtn .m-hamburgerBtn__line span::before {
  top: -9px;
}
.m-hamburgerBtn .m-hamburgerBtn__line span::after {
  top: 9px;
}

.m-hamburgerBtn.-active .m-hamburgerBtn__line span {
  background-color: transparent;
}
.m-hamburgerBtn.-active .m-hamburgerBtn__line span::before,
.m-hamburgerBtn.-active .m-hamburgerBtn__line span::after {
  top: 0;
  background-color: #FFFFFF;
}
.m-hamburgerBtn.-active .m-hamburgerBtn__line span::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.m-hamburgerBtn.-active .m-hamburgerBtn__line span::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.m-hamburgerBtn__txt {
  font-size: 1.4rem;
  letter-spacing: 0.18em;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}

.m-hamburgerBtn.-school .m-hamburgerBtn__line span {
  background-color: #FFFFFF;
}
.m-hamburgerBtn.-school .m-hamburgerBtn__line span::before,
.m-hamburgerBtn.-school .m-hamburgerBtn__line span::after {
  background-color: #FFFFFF;
}

.m-hamburgerBtn.-school.-active .m-hamburgerBtn__line span {
  background-color: transparent;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-hamburgerBtn {
    display: block;
  }
}
/* ================================================

- ページ送り

================================================ */
.m-pagination {
  margin-top: 40px;
}

ul.m-pagination__list {
  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;
}
ul.m-pagination__list li {
  width: 44px;
}
ul.m-pagination__list li span,
ul.m-pagination__list li a {
  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;
  width: 100%;
  height: 44px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #222a74;
  text-align: center;
  border-radius: 100px;
  background-color: #FFFFFF;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
ul.m-pagination__list li span svg,
ul.m-pagination__list li a svg {
  -webkit-transform: translateY(1px) translateX(-1px);
          transform: translateY(1px) translateX(-1px);
}
ul.m-pagination__list li span svg path,
ul.m-pagination__list li a svg path {
  fill: #222a74;
}
ul.m-pagination__list li span:hover,
ul.m-pagination__list li a:hover {
  color: #FFFFFF;
  background-color: #222a74;
}
ul.m-pagination__list li span:hover svg path,
ul.m-pagination__list li a:hover svg path {
  fill: #FFFFFF;
}
ul.m-pagination__list li span.-active {
  color: #FFFFFF;
  background-color: #222a74;
}
ul.m-pagination__list li:last-child a svg {
  -webkit-transform: translateY(1px) translateX(1px);
          transform: translateY(1px) translateX(1px);
}
ul.m-pagination__list li:not(:first-child) {
  margin-left: 14px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-pagination {
    margin-top: 40px;
  }
  ul.m-pagination__list li {
    width: 10.133vw;
  }
  ul.m-pagination__list li span,
  ul.m-pagination__list li a {
    width: 100%;
    height: 10.133vw;
    font-size: 4.5333333333vw;
  }
  ul.m-pagination__list li:not(:first-child) {
    margin-left: 2.667vw;
  }
}
/* ================================================

- その他

================================================ */
.m-indent--kome li,
.m-indent--kome p {
  position: relative;
  padding-left: 1em;
}
.m-indent--kome li::before,
.m-indent--kome p::before {
  display: block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.m-indent--dot li,
.m-indent--dot p {
  position: relative;
  padding-left: 1em;
}
.m-indent--dot li::before,
.m-indent--dot p::before {
  display: block;
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.m-indent--square li,
.m-indent--square p {
  position: relative;
  padding-left: 1.25em;
}
.m-indent--square li::before,
.m-indent--square p::before {
  display: block;
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}

a.-tel[href^="tel:"] {
  pointer-events: none;
}

.m-h-opacity a {
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.m-h-opacity a:hover {
  opacity: 0.7;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  a.-tel[href^="tel:"] {
    pointer-events: auto;
  }
}
/* ================================================

- フロートボタン

================================================ */
.r-detail .m-floatBtn,
.recruit .m-floatBtn,
.partner .m-floatBtn {
  display: none;
}

.m-floatBtn {
  position: fixed;
  right: 40px;
  bottom: -60px;
  width: 163px;
  min-height: 163px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity, bottom 0.5s;
  transition: opacity, bottom 0.5s;
}
.m-floatBtn a {
  display: block;
  position: relative;
  -webkit-transition: opacity, -webkit-transform 0.3s;
  transition: opacity, -webkit-transform 0.3s;
  transition: opacity, transform 0.3s;
  transition: opacity, transform 0.3s, -webkit-transform 0.3s;
}
.m-floatBtn a:hover {
  opacity: 0.8;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.m-floatBtn.-active {
  bottom: 40px;
  opacity: 1;
}

.m-floatBtn__circle {
  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;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 120px;
  min-height: 120px;
  background-color: #0385d9;
  border-radius: 100%;
}
.m-floatBtn__circle p {
  font-size: 1.6rem;
  line-height: 1.375;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
}
.m-floatBtn__circle p.-school {
  font-size: 1.9rem;
  line-height: 1.211;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
}

.m-floatBtn__txt {
  -webkit-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
  -webkit-animation: rotate-txt 5.5s linear both infinite;
          animation: rotate-txt 5.5s linear both infinite;
}

@-webkit-keyframes rotate-txt {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  50% {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes rotate-txt {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  50% {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-floatBtn {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    right: auto;
    left: -2.667vw;
  }
  .m-floatBtn a:hover {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .m-floatBtn.-active {
    bottom: 2.667vw;
  }
}
/* ================================================

- SNSボタン

================================================ */
.m-side__sns {
  display: none;
  position: fixed;
  top: 50%;
  right: -60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity, right 0.5s;
  transition: opacity, right 0.5s;
}

.m-side__sns.-active {
  right: 15px;
  opacity: 1;
}

ul.m-side__sns__list {
  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;
}
ul.m-side__sns__list li {
  margin-top: 16px;
}
ul.m-side__sns__list li a {
  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;
  width: 42px;
  height: 42px;
  background-color: #0385d9;
  border-radius: 100%;
  -webkit-transition: opacity, -webkit-transform 0.3s;
  transition: opacity, -webkit-transform 0.3s;
  transition: opacity, transform 0.3s;
  transition: opacity, transform 0.3s, -webkit-transform 0.3s;
}
ul.m-side__sns__list li a svg,
ul.m-side__sns__list li a img {
  width: 100%;
  height: auto;
}
ul.m-side__sns__list li a:hover {
  opacity: 0.8;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
ul.m-side__sns__list li a.-youtube svg,
ul.m-side__sns__list li a.-instagram svg,
ul.m-side__sns__list li a.-twitter svg {
  width: min(50%, 18px);
}
ul.m-side__sns__list li a.-facebook svg {
  width: min(50%, 8px);
}
ul.m-side__sns__list li:first-child {
  margin-top: 0;
}

/*----- media screen -----*/
@media screen and (max-width: 568px) {
  .m-side__sns {
    display: none;
  }
}
/* ================================================

- SNSアイコン

================================================ */
ul.m-sns__list {
  display: none;
}

ul.m-sns__list2 {
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
ul.m-sns__list2 li a {
  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;
  width: 42px;
  height: 42px;
  background-color: #0385d9;
  border-radius: 100%;
  -webkit-transition: opacity, -webkit-transform 0.3s;
  transition: opacity, -webkit-transform 0.3s;
  transition: opacity, transform 0.3s;
  transition: opacity, transform 0.3s, -webkit-transform 0.3s;
}
ul.m-sns__list2 li a svg,
ul.m-sns__list2 li a img {
  width: 100%;
  height: auto;
}
ul.m-sns__list2 li a:hover {
  opacity: 0.8;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
ul.m-sns__list2 li a.-youtube svg,
ul.m-sns__list2 li a.-instagram svg,
ul.m-sns__list2 li a.-twitter svg {
  width: min(50%, 18px);
}
ul.m-sns__list2 li a.-facebook svg {
  width: min(50%, 8px);
}
ul.m-sns__list2 li:not(:first-child) {
  margin-left: 16px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  ul.m-sns__list {
    display: none;
    margin-top: 6.5em;
  }
  ul.m-sns__list li a {
    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;
  }
  ul.m-sns__list li a svg,
  ul.m-sns__list li a img {
    width: 100%;
    height: auto;
  }
  ul.m-sns__list li a.-youtube svg,
  ul.m-sns__list li a.-instagram svg,
  ul.m-sns__list li a.-twitter svg {
    width: min(50%, 18px);
  }
  ul.m-sns__list li a.-facebook svg {
    width: min(50%, 8px);
  }
  ul.m-sns__list li:not(:first-child) {
    margin-left: 8vw;
  }
  ul.m-sns__list2 {
    right: 17.067vw;
  }
  ul.m-sns__list2 li a {
    width: 42px;
    height: 42px;
  }
  ul.m-sns__list2 li a svg,
  ul.m-sns__list2 li a img {
    width: 100%;
    height: auto;
  }
  ul.m-sns__list2 li a:hover {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  ul.m-sns__list2 li a.-youtube svg,
  ul.m-sns__list2 li a.-instagram svg,
  ul.m-sns__list2 li a.-twitter svg {
    width: min(50%, 18px);
  }
  ul.m-sns__list2 li a.-facebook svg {
    width: min(50%, 8px);
  }
  ul.m-sns__list2 li:not(:first-child) {
    margin-left: 2.667vw;
  }
}
/* ================================================

- アコーディオン

================================================ */
.m-accordion__details {
  background-color: #FFFFFF;
}

.m-accordion__details:not(:first-of-type) {
  margin-top: 10px;
}

.m-accordion__summary {
  /* display: list-item; */ /* 外を指定してデフォルトの三角形アイコンを消します */
  display: block;
  padding: 25px 40px 25px 76px;
  font-size: 1.7rem;
  line-height: 1.475;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: var(--cc-hblue);
  position: relative;
  cursor: pointer;
}
.m-accordion__summary::before {
  content: "Q";
  position: absolute;
  top: 10px;
  left: 25px;
  font-size: 3.6rem;
  letter-spacing: 0.02em;
  color: var(--cc-lblue);
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}

/* Safariで表示されるデフォルトの三角形アイコンを消します */
summary.m-accordion__summary::-webkit-details-marker {
  display: none;
}

.m-accordion__icon {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  position: absolute;
  top: 38px;
  right: 45px;
}
.m-accordion__icon::before, .m-accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 2px;
  background-color: var(--cc-lblue);
}
.m-accordion__icon::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-accordion__icon::after {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

/* アコーディオンが開いた時のスタイル */
details.m-accordion__details.-open .m-accordion__icon::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.m-accordion__content__txt {
  padding: 0px 40px 22px 94px;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.m-accordion__content__txt::before {
  content: "A";
  position: absolute;
  top: -5px;
  left: 47px;
  font-size: 3.6rem;
  letter-spacing: 0.02em;
  color: var(--cc-hblue);
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}
.m-accordion__content__txt p {
  font-size: 1.7rem;
  line-height: 1.475;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: var(--cc-hblue);
}

.js-details.-open .m-accordion__content__txt {
  opacity: 1;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-accordion__details:not(:first-of-type) {
    margin-top: 10px;
  }
  .m-accordion__summary {
    padding: 5.333vw 10.667vw 5.333vw 14.667vw;
    font-size: 4vw;
  }
  .m-accordion__summary::before {
    top: 1.333vw;
    left: 3.467vw;
    font-size: 9.0666666667vw;
  }
  .m-accordion__icon {
    top: 8vw;
    right: 8vw;
  }
  .m-accordion__icon::before, .m-accordion__icon::after {
    width: 16px;
  }
  .m-accordion__content__txt {
    padding: 0px 5.333vw 5.333vw 20vw;
  }
  .m-accordion__content__txt::before {
    top: -1.333vw;
    left: 9.333vw;
    font-size: 9.0666666667vw;
  }
  .m-accordion__content__txt p {
    font-size: 4vw;
  }
}
/* ================================================

- トランジション

================================================ */
.v-enter-active,
.v-leave-active {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.v-enter-active {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

.v-enter-to,
.v-leave-active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.v-leave-to {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.v2-enter-active,
.v2-leave-active {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.v2-enter-active {
  opacity: 0;
}

.v2-enter-to,
.v2-leave-active {
  opacity: 1;
}

.v2-leave-to {
  opacity: 0;
}

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

- 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;
}

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

- イージング

================================================ */
.m-colorBg {
  background-color: #eff8fe;
}

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

- スクール タイトル

================================================ */
.mSchool-head__ttl {
  font-size: 6rem;
  letter-spacing: 0.02em;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #209bea;
  text-align: center;
}
.mSchool-head__ttl span {
  display: block;
  margin-top: 9px;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
  color: #09122a;
}

.mSchool-head__ttl.-area {
  font-size: 6.4rem;
}
.mSchool-head__ttl.-area span {
  margin-top: 18px;
  font-size: 3rem;
  letter-spacing: 0.06em;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .mSchool-head__ttl {
    font-size: 13.3333333333vw;
  }
  .mSchool-head__ttl span {
    font-size: 4.8vw;
  }
  .mSchool-head__ttl.-area {
    font-size: 13.8666666667vw;
  }
  .mSchool-head__ttl.-area span {
    margin-top: 13px;
    font-size: 6.9333333333vw;
  }
}
/* ================================================

- スクール MV

================================================ */
.mSchool-mv {
  width: 100%;
  position: relative;
}

.mSchool-mv__photo img {
  height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.mSchool-mv__photo.-area img {
  height: 520px;
}

.mSchool-mv__head {
  position: absolute;
  top: 49%;
  left: 7.031vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mSchool-mv__head.-reverse {
  left: auto;
  right: 7.031vw;
}
.mSchool-mv__head.-reverse .mSchool-mv__ttl {
  text-align: right;
}

.mSchool-mv__ttl {
  font-size: 8.6rem;
  letter-spacing: 0.02em;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  text-align: left;
  text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
}
.mSchool-mv__ttl span {
  display: block;
  margin-top: 13px;
  font-size: 2.8rem;
  letter-spacing: 0.04em;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
}

.mSchool-mv__areaHead {
  padding: 49px 0 50px;
}

.mSchool-mv__areaTtl {
  font-size: 8.6rem;
  letter-spacing: 0.02em;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #209bea;
  text-align: center;
}
.mSchool-mv__areaTtl span {
  display: block;
  margin-top: 19px;
  font-size: 2.8rem;
  letter-spacing: 0.04em;
  color: #09122a;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .mSchool-mv {
    margin-top: 60px;
  }
  .mSchool-mv__photo img {
    height: 74.667vw;
  }
  .mSchool-mv__photo.-area img {
    height: 69.333vw;
  }
  .mSchool-mv__head {
    left: 4vw;
    right: 4vw;
  }
  .mSchool-mv__ttl {
    font-size: 13.7333333333vw;
    text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
  }
  .mSchool-mv__ttl span {
    font-size: 4.5333333333vw;
  }
  .mSchool-mv__areaHead {
    padding: 8vw 0 8vw;
  }
  .mSchool-mv__areaTtl {
    font-size: 12.2666666667vw;
    white-space: nowrap;
  }
  .mSchool-mv__areaTtl span {
    margin-top: 13px;
    font-size: 4.5333333333vw;
  }
}
/* ================================================

- スクール 入会費・月会費テーブル

================================================ */
.mSchool-cost {
  padding: 108px 0 134px;
}

.mSchool-cost__ttl {
  font-size: 2.8rem;
  letter-spacing: 0.02em;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  color: #09122a;
}

.overflow-container {
  overflow: visible;
  margin-top: 29px;
}

.overflow-container.-trial {
  margin-top: 100px;
}

.mSchool-cost__bordered {
  width: 100%;
}
.mSchool-cost__bordered table {
  width: 100%;
  border-top: 1px solid #209bea;
  border-left: 1px solid #209bea;
  border-collapse: collapse;
  border-spacing: 0;
}
.mSchool-cost__bordered table th,
.mSchool-cost__bordered table td {
  line-height: 1.475;
  border-bottom: 1px solid #209bea;
  border-right: 1px solid #209bea;
  text-align: center;
}
.mSchool-cost__bordered table th {
  padding: 12px 15px 11px;
  font-size: 1.6rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  vertical-align: middle;
  color: #FFFFFF;
  background-color: #209bea;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
.mSchool-cost__bordered table td {
  padding: 25px 15px 24px;
  font-size: 2rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  vertical-align: middle;
  background-color: #FFFFFF;
}
.mSchool-cost__bordered table td.-w40,
.mSchool-cost__bordered table th.-w40 {
  width: 40%;
}
.mSchool-cost__bordered table thead th:last-child {
  border-right: 1px solid #209bea;
}
.mSchool-cost__bordered table tbody tr:last-child th {
  border-bottom: 1px solid #209bea;
}

.mSchool-cost__bordered.-fukui table {
  border-top: 1px solid #3fb6bf;
  border-left: 1px solid #3fb6bf;
}
.mSchool-cost__bordered.-fukui table th,
.mSchool-cost__bordered.-fukui table td {
  border-bottom: 1px solid #3fb6bf;
  border-right: 1px solid #3fb6bf;
}
.mSchool-cost__bordered.-fukui table th {
  background-color: #3fb6bf;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
.mSchool-cost__bordered.-fukui table thead th:last-child {
  border-right: 1px solid #3fb6bf;
}
.mSchool-cost__bordered.-fukui table tbody tr:last-child th {
  border-bottom: 1px solid #3fb6bf;
}

.mSchool-cost__bordered.-sakai table {
  border-top: 1px solid #4371b5;
  border-left: 1px solid #4371b5;
}
.mSchool-cost__bordered.-sakai table th,
.mSchool-cost__bordered.-sakai table td {
  border-bottom: 1px solid #4371b5;
  border-right: 1px solid #4371b5;
}
.mSchool-cost__bordered.-sakai table th {
  background-color: #4371b5;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
.mSchool-cost__bordered.-sakai table thead th:last-child {
  border-right: 1px solid #4371b5;
}
.mSchool-cost__bordered.-sakai table tbody tr:last-child th {
  border-bottom: 1px solid #4371b5;
}

.mSchool-cost__bordered.-tannan table {
  border-top: 1px solid #2b3280;
  border-left: 1px solid #2b3280;
}
.mSchool-cost__bordered.-tannan table th,
.mSchool-cost__bordered.-tannan table td {
  border-bottom: 1px solid #2b3280;
  border-right: 1px solid #2b3280;
}
.mSchool-cost__bordered.-tannan table th {
  background-color: #2b3280;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
.mSchool-cost__bordered.-tannan table thead th:last-child {
  border-right: 1px solid #2b3280;
}
.mSchool-cost__bordered.-tannan table tbody tr:last-child th {
  border-bottom: 1px solid #2b3280;
}

.mSchool-cost__bordered.-tsuruga table {
  border-top: 1px solid #2d98cf;
  border-left: 1px solid #2d98cf;
}
.mSchool-cost__bordered.-tsuruga table th,
.mSchool-cost__bordered.-tsuruga table td {
  border-bottom: 1px solid #2d98cf;
  border-right: 1px solid #2d98cf;
}
.mSchool-cost__bordered.-tsuruga table th {
  background-color: #2d98cf;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
.mSchool-cost__bordered.-tsuruga table thead th:last-child {
  border-right: 1px solid #2d98cf;
}
.mSchool-cost__bordered.-tsuruga table tbody tr:last-child th {
  border-bottom: 1px solid #2d98cf;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .mSchool-cost {
    padding: 60px 0 80px;
  }
  .mSchool-cost__inner {
    padding: 0 6.4vw;
  }
  .mSchool-cost__ttl {
    font-size: 5.0666666667vw;
  }
  .overflow-container {
    margin-top: 20px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .overflow-container::before {
    content: "※横にスライドして閲覧出来ます。";
    display: block;
    margin-bottom: 5px;
    font-size: 3.2vw;
  }
  .overflow-container.-trial {
    margin-top: 50px;
  }
  .mSchool-cost__bordered {
    width: 568px;
  }
  .mSchool-cost__bordered table th,
  .mSchool-cost__bordered table td {
    line-height: 1.475;
  }
  .mSchool-cost__bordered table th {
    padding: 6px 5px 6px;
    font-size: 3.7333333333vw;
  }
  .mSchool-cost__bordered table td {
    padding: 12px 5px 12px;
    font-size: 4.2666666667vw;
  }
  .mSchool-cost__bordered table td.-w40,
  .mSchool-cost__bordered table th.-w40 {
    width: 40%;
  }
}
/* ================================================

- スクール 開校日程・場所テーブル

================================================ */
.mSchool-area {
  margin-top: -32px;
  padding-bottom: 100px;
}

.mSchool-area__summary {
  margin-top: 28px;
  padding-top: 2px;
}

.mSchool-area__summary.-fukui {
  border-top: 1px solid #3fb6bf;
}

.mSchool-area__summary.-sakai {
  border-top: 1px solid #4371b5;
}

.mSchool-area__summary.-tannan {
  border-top: 1px solid #2b3280;
}

.mSchool-area__summary.-tsuruga {
  border-top: 1px solid #2d98cf;
}

.mSchool-area__summary__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-top: 30px;
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  line-height: 1.475;
  color: #09122a;
}
.mSchool-area__summary__list dt {
  width: 222px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
}
.mSchool-area__summary__list dd {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
}

.mSchool-area__summary.-tannan .mSchool-area__summary__list dt {
  width: 220px;
}

.mSchool-area__summary.-sakai .mSchool-area__summary__list dt {
  width: 250px;
}

.mSchool-area__summary__list:not(:first-of-type) {
  margin-top: 5px;
}

.mSchool-areabordered {
  margin-top: 33px;
}

.mSchool-areatable table {
  width: 100%;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-collapse: collapse;
  border-spacing: 0;
}
.mSchool-areatable table th,
.mSchool-areatable table td {
  line-height: 1.75;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  text-align: center;
}
.mSchool-areatable table th {
  padding: 7px 0 9px;
  font-size: 1.6rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
.mSchool-areatable table td {
  padding: 19px 0 19px;
  font-size: 1.5rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  color: #09122a;
  text-align: center;
  vertical-align: middle;
}
.mSchool-areatable table td span {
  display: block;
  margin-top: 1px;
  font-size: 1.4rem;
  line-height: 1;
  white-space: nowrap;
}
.mSchool-areatable table td.-w11,
.mSchool-areatable table th.-w11 {
  width: 11.5%;
}
.mSchool-areatable table td.-w17,
.mSchool-areatable table th.-w17 {
  width: 17.5%;
}
.mSchool-areatable table td.-w19,
.mSchool-areatable table th.-w19 {
  width: 19%;
}
.mSchool-areatable table td.-w25,
.mSchool-areatable table th.-w25 {
  width: 25%;
}

.mSchool-areatable.-fukui table {
  border-top: 1px solid #3fb6bf;
  border-left: 1px solid #3fb6bf;
}
.mSchool-areatable.-fukui table td {
  border-bottom: 1px solid #3fb6bf;
  border-right: 1px solid #3fb6bf;
}
.mSchool-areatable.-fukui table th {
  background-color: #3fb6bf;
}
.mSchool-areatable.-fukui table thead th:last-child {
  border-right: 1px solid #3fb6bf;
}
.mSchool-areatable.-fukui table tbody tr:last-child th {
  border-bottom: 1px solid #3fb6bf;
}

.mSchool-areatable.-sakai table {
  border-top: 1px solid #4371b5;
  border-left: 1px solid #4371b5;
}
.mSchool-areatable.-sakai table td {
  border-bottom: 1px solid #4371b5;
  border-right: 1px solid #4371b5;
}
.mSchool-areatable.-sakai table th {
  background-color: #4371b5;
}
.mSchool-areatable.-sakai table thead th:last-child {
  border-right: 1px solid #4371b5;
}
.mSchool-areatable.-sakai table tbody tr:last-child th {
  border-bottom: 1px solid #4371b5;
}

.mSchool-areatable.-tannan table {
  border-top: 1px solid #2b3280;
  border-left: 1px solid #2b3280;
}
.mSchool-areatable.-tannan table td {
  border-bottom: 1px solid #2b3280;
  border-right: 1px solid #2b3280;
}
.mSchool-areatable.-tannan table th {
  background-color: #2b3280;
}
.mSchool-areatable.-tannan table thead th:last-child {
  border-right: 1px solid #2b3280;
}
.mSchool-areatable.-tannan table tbody tr:last-child th {
  border-bottom: 1px solid #2b3280;
}

.mSchool-areatable.-tsuruga table {
  border-top: 1px solid #2d98cf;
  border-left: 1px solid #2d98cf;
}
.mSchool-areatable.-tsuruga table td {
  border-bottom: 1px solid #2d98cf;
  border-right: 1px solid #2d98cf;
}
.mSchool-areatable.-tsuruga table th {
  background-color: #2d98cf;
}
.mSchool-areatable.-tsuruga table thead th:last-child {
  border-right: 1px solid #2d98cf;
}
.mSchool-areatable.-tsuruga table tbody tr:last-child th {
  border-bottom: 1px solid #2d98cf;
}

.mSchool-area__note {
  margin-top: 25px;
}
.mSchool-area__note p {
  font-size: 1.4rem;
  line-height: 1.75;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .mSchool-area {
    margin-top: 0;
    padding-bottom: 80px;
  }
  .mSchool-area__inner {
    padding: 0 6.4vw;
  }
  .mSchool-area__summary {
    margin-top: 20px;
    padding-top: 0;
  }
  .mSchool-area__summary__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    font-size: 4vw;
  }
  .mSchool-area__summary__list dt {
    width: 100%;
  }
  .mSchool-area__summary.-tannan .mSchool-area__summary__list dt {
    width: 100%;
  }
  .mSchool-area__summary.-sakai .mSchool-area__summary__list dt {
    width: 100%;
  }
  .mSchool-area__summary__list:not(:first-of-type) {
    margin-top: 8px;
  }
  .mSchool-areabordered {
    margin-top: 25px;
    overflow-x: scroll;
  }
  .mSchool-areatable {
    position: relative;
  }
  .mSchool-areatable::before {
    content: "※横にスライドして閲覧出来ます。";
    display: block;
    margin-bottom: 5px;
    font-size: 2.9333333333vw;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 400;
  }
  .mSchool-areatable table {
    width: 197.333vw;
  }
  .mSchool-areatable table th,
  .mSchool-areatable table td {
    line-height: 1.75;
  }
  .mSchool-areatable table th {
    padding: 3px 0px 4px;
    font-size: 3.7333333333vw;
  }
  .mSchool-areatable table td {
    padding: 10px 0px 15px;
    font-size: 3.7333333333vw;
  }
  .mSchool-areatable table td span {
    margin-top: 1px;
    font-size: 3.4666666667vw;
    white-space: normal;
  }
  .mSchool-areatable table td.-w11,
  .mSchool-areatable table th.-w11 {
    width: 10%;
  }
  .mSchool-areatable table td.-w17,
  .mSchool-areatable table th.-w17 {
    width: 22%;
  }
  .mSchool-areatable table td.-w19,
  .mSchool-areatable table th.-w19 {
    width: 24%;
  }
  .mSchool-areatable table td.-w25,
  .mSchool-areatable table th.-w25 {
    width: 27%;
  }
  .mSchool-area__note {
    margin-top: 25px;
  }
  .mSchool-area__note p {
    font-size: 3.7333333333vw;
  }
}
/* ================================================

- スクールを探そう

================================================ */
.mSchool-choice {
  padding: 56px 0 72px;
  background-color: #eff8fe;
}

.mSchool-choice__content {
  margin-top: 50px;
}

.mSchool-choice__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 39px 47px;
}
.mSchool-choice__list li {
  width: calc(25% - 35.25px);
}

.mSchool-choice__item a {
  display: block;
}

.choice-member__photo {
  max-width: 246px;
  width: 100%;
  border-radius: 20px;
  background-color: #FFFFFF;
  overflow: hidden;
}
.choice-member__photo figcaption {
  padding: 15px 0 17px;
  font-size: 2rem;
  letter-spacing: 0.02em;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  color: #09122a;
  text-align: center;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .mSchool-choice {
    padding: 60px 0 80px;
  }
  .mSchool-choice__inner {
    padding: 0 6.4vw;
  }
  .mSchool-choice__content {
    margin-top: 40px;
  }
  .mSchool-choice__list {
    gap: 35px 5.333vw;
  }
  .mSchool-choice__list li {
    width: calc(50% - 2.6665vw);
  }
  .choice-member__photo figcaption {
    padding: 15px 0 17px;
    font-size: 4.8vw;
  }
}
/* ================================================

- スクールボタン

================================================ */
.mSchool-buttons {
  padding: 93px 0 104px;
  background-color: #FFFFFF;
}

.mSchool-buttons__row {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  gap: 40px;
}

.mSchool-buttons__btn {
  width: calc(50% - 20px);
}
.mSchool-buttons__btn a {
  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;
  min-height: 80px;
  color: #FFFFFF;
  background-color: #008be4;
  border-radius: 40px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.mSchool-buttons__btn a:hover {
  opacity: 0.7;
}
.mSchool-buttons__btn a span {
  display: inline-block;
  padding-right: 22px;
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
  text-align: center;
  position: relative;
}
.mSchool-buttons__btn a span::before {
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 1.5px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.mSchool-buttons__btn.-min {
  width: 300px;
}
.mSchool-buttons__btn.-min a {
  min-height: 64px;
  border-radius: 32px;
}
.mSchool-buttons__btn.-min a span {
  padding-right: 22px;
  font-size: 1.8rem;
}

.mSchool-buttons__btn.-w500 {
  width: 500px;
}

.mSchool-buttons__btn.-trial {
  display: none;
}

.trial .mSchool-buttons__btn {
  display: none;
}
.trial .mSchool-buttons__btn.-trial {
  display: block;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .mSchool-buttons {
    padding: 50px 0 60px;
  }
  .mSchool-buttons__inner {
    padding: 0 6.4vw;
  }
  .mSchool-buttons__row {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
  }
  .mSchool-buttons__btn {
    width: 100%;
  }
  .mSchool-buttons__btn a {
    max-height: 80px;
    min-height: 16vw;
  }
  .mSchool-buttons__btn a span {
    padding-right: 5.067vw;
    font-size: 4.5333333333vw;
    line-height: 1.375;
    letter-spacing: 0;
  }
  .mSchool-buttons__btn.-min {
    max-width: 300px;
    width: 80vw;
  }
  .mSchool-buttons__btn.-min a {
    min-height: 17.067vw;
    border-radius: 8.533vw;
  }
  .mSchool-buttons__btn.-min a span {
    padding-right: 5.867vw;
    font-size: 4.5333333333vw;
  }
  .mSchool-buttons__btn.-w500 {
    max-width: 500px;
    width: 100%;
  }
}
/* ================================================

- コーチ紹介

================================================ */
.mSchool-coach {
  padding-bottom: 100px;
}

.mSchool-coach__content {
  margin-top: 30px;
}

.mSchool-coach__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 70px 38px;
}
.mSchool-coach__list li {
  width: calc(33.3333333333% - 25.3333333333px);
}

.mSchool-coach__photo {
  max-width: 340px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.mSchool-coach__name {
  margin-top: 17px;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  color: #09122a;
  text-align: center;
}
.mSchool-coach__name span {
  display: block;
  margin-top: 10px;
  font-size: 1.5rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
}

.mSchool-coach__btn {
  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;
  width: 220px;
  min-height: 40px;
  margin: 19px auto 0;
  background-color: #209bea;
  border-radius: 20px;
  text-align: center;
}
.mSchool-coach__btn span {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .mSchool-coach {
    padding-bottom: 80px;
  }
  .mSchool-coach__inner {
    padding: 0 6.4vw;
  }
  .mSchool-coach__content {
    margin-top: 50px;
  }
  .mSchool-coach__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px;
  }
  .mSchool-coach__list li {
    width: 100%;
  }
  .mSchool-coach__photo {
    width: 72vw;
    margin: 0 auto;
  }
  .mSchool-coach__name {
    margin-top: 17px;
    font-size: 5.8666666667vw;
  }
  .mSchool-coach__name span {
    margin-top: 10px;
    font-size: 3.4666666667vw;
  }
  .mSchool-coach__btn {
    width: 220px;
    min-height: 40px;
    margin: 17px auto 0;
  }
  .mSchool-coach__btn span {
    font-size: 4vw;
  }
}
/* ================================================

- コーチ紹介モーダル

================================================ */
.mSchool-modal__wrap {
  padding: 120px 0;
  background-color: #FFFFFF;
}

.mSchool-modal__inner {
  padding: 0 90px;
}

.mSchool-modal__row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.mSchool-modal__member {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 340px;
  width: 100%;
}

.mSchool-modal__photo {
  max-width: 340px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.mSchool-modal__member__summary {
  margin-top: 23px;
  color: #09122a;
  letter-spacing: 0.02em;
  text-align: center;
}

.mSchool-modal__member__position {
  font-size: 1.6rem;
  line-height: 1.475;
  letter-spacing: 0.02em;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
}

.mSchool-modal__member__name {
  margin-top: 7px;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
}
.mSchool-modal__member__name span {
  display: block;
  margin-top: 14px;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
}

.mSchool-modal__data {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-left: 80px;
}

.mSchool-modal__data__list {
  color: #09122a;
}

.mSchool-modal__data__list:not(:first-of-type) {
  margin-top: 45px;
}

.mSchool-modal__data__label {
  padding: 13px 18px 12px;
  font-size: 1.9rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  background-color: #e1f2fd;
  border-radius: 10px;
}

.mSchool-modal__data__summary {
  margin-top: 22px;
}
.mSchool-modal__data__summary > p,
.mSchool-modal__data__summary > dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
}
.mSchool-modal__data__summary > p > dt,
.mSchool-modal__data__summary > dl > dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 128px;
}
.mSchool-modal__data__summary > p > dd,
.mSchool-modal__data__summary > dl > dd {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.vbox-close {
  display: none !important; /* デフォルトのcloseを非表示 */
}

.my-vbox-close {
  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;
  position: absolute;
  top: 34px;
  right: 30px;
  width: 60px;
  min-height: 60px;
  background-color: #008be4;
  border-radius: 100%;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.my-vbox-close:hover {
  opacity: 0.8;
}

.my-vbox-close__line {
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}
.my-vbox-close__line span {
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #FFFFFF;
}
.my-vbox-close__line span:nth-of-type(1) {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.my-vbox-close__line span:nth-of-type(2) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .mSchool-modal__wrap {
    padding: 125px 0;
  }
  .mSchool-modal__inner {
    padding: 0 6.4vw;
  }
  .mSchool-modal__row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mSchool-modal__photo {
    max-width: 340px;
    width: 69.6vw;
    margin: 0 auto;
  }
  .mSchool-modal__member__summary {
    margin-top: 23px;
  }
  .mSchool-modal__member__position {
    font-size: 4vw;
  }
  .mSchool-modal__member__name {
    margin-top: 10px;
    font-size: 7.2vw;
  }
  .mSchool-modal__member__name span {
    margin-top: 14px;
    font-size: 4vw;
  }
  .mSchool-modal__data {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-left: 0;
    margin-top: 40px;
  }
  .mSchool-modal__data__list:not(:first-of-type) {
    margin-top: 40px;
  }
  .mSchool-modal__data__label {
    padding: 13px 4vw 12px;
    font-size: 5.0666666667vw;
  }
  .mSchool-modal__data__summary {
    margin-top: 10px;
  }
  .mSchool-modal__data__summary > p,
  .mSchool-modal__data__summary > dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 4vw;
  }
  .mSchool-modal__data__summary > p > dt,
  .mSchool-modal__data__summary > dl > dt {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
  }
  .mSchool-modal__data__summary > p > dd,
  .mSchool-modal__data__summary > dl > dd {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .my-vbox-close {
    top: 30px;
    right: 4vw;
    width: 14.4vw;
    min-height: 14.4vw;
  }
  .my-vbox-close.-bottom {
    position: static;
    width: 14.4vw;
    min-height: 14.4vw;
    margin: 30px auto 0;
  }
  .my-vbox-close__line {
    -webkit-transform: translateX(-4vw);
            transform: translateX(-4vw);
  }
  .my-vbox-close__line span {
    width: 8vw;
  }
}
/* ================================================

- 今ならもらえる！ 新規入会特典

================================================ */
.mSchool-Privilege {
  margin-top: 80px;
  padding: 45px 0 53px;
}

.mSchool-Privilege__inner {
  padding: 0 56px;
}

.mSchool-Privilege__catch {
  font-size: 2.8rem;
  letter-spacing: 0.02em;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  color: #09122a;
  text-align: center;
}
.mSchool-Privilege__catch span {
  padding-right: 10px;
}

.mSchool-Privilege__items {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-top: 50px;
}

.mSchool-Privilege__item {
  width: 50%;
  padding: 14px 30px 0 18px;
  position: relative;
}
.mSchool-Privilege__item img {
  display: block;
}
.mSchool-Privilege__item figcaption {
  font-size: 2rem;
  letter-spacing: 0.02em;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  color: #09122a;
}

.mSchool-Privilege__item.-item1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  border-right: solid 1px #09122a;
}
.mSchool-Privilege__item.-item1 img {
  display: block;
  width: 200px;
  margin-left: 50px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.mSchool-Privilege__item.-item2 {
  padding-left: 90px;
}
.mSchool-Privilege__item.-item2 img {
  width: 233px;
  margin-top: 50px;
  margin-left: auto;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .mSchool-Privilege {
    margin-top: 70px;
    padding: 45px 0 53px;
  }
  .mSchool-Privilege__inner {
    padding: 0 6.4vw;
  }
  .mSchool-Privilege__catch {
    font-size: 7.2vw;
    text-align: center;
  }
  .mSchool-Privilege__catch span {
    display: block;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .mSchool-Privilege__items {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
  }
  .mSchool-Privilege__item {
    width: 100%;
    padding: 40px 0 40px 0;
  }
  .mSchool-Privilege__item figcaption {
    font-size: 5.0666666667vw;
    text-align: center;
  }
  .mSchool-Privilege__item.-item1 {
    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;
    border-right: none;
    border-bottom: solid 1px #09122a;
  }
  .mSchool-Privilege__item.-item1 img {
    width: 200px;
    margin: 40px auto 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .mSchool-Privilege__item.-item2 {
    padding-left: 0;
  }
  .mSchool-Privilege__item.-item2 img {
    width: 233px;
    margin: 40px auto 0;
  }
}
/* ================================================

- アコーディオン

================================================ */
.mSchool-accordion__details {
  background-color: #FFFFFF;
}

.mSchool-accordion__details:not(:first-of-type) {
  margin-top: 10px;
}

.mSchool-accordion__summary {
  /* display: list-item; */ /* 外を指定してデフォルトの三角形アイコンを消します */
  display: block;
  padding: 25px 40px 25px 76px;
  font-size: 1.6rem;
  line-height: 1.475;
  letter-spacing: 0.06em;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  color: #09122a;
  position: relative;
  cursor: pointer;
}
.mSchool-accordion__summary::before {
  content: "Q";
  position: absolute;
  top: 5px;
  left: 27px;
  font-size: 3.6rem;
  letter-spacing: 0.02em;
  color: #209bea;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}

/* Safariで表示されるデフォルトの三角形アイコンを消します */
summary.mSchool-accordion__summary::-webkit-details-marker {
  display: none;
}

.mSchool-accordion__icon {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  position: absolute;
  top: 34px;
  right: 45px;
}
.mSchool-accordion__icon::before, .mSchool-accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 2px;
  background-color: #09122a;
}
.mSchool-accordion__icon::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mSchool-accordion__icon::after {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

/* アコーディオンが開いた時のスタイル */
details.mSchool-accordion__details.-open .mSchool-accordion__icon::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.mSchool-accordion__content__txt {
  padding: 0px 40px 22px 94px;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.mSchool-accordion__content__txt::before {
  content: "A";
  position: absolute;
  top: -5px;
  left: 47px;
  font-size: 3.4rem;
  letter-spacing: 0.02em;
  color: #09122a;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}
.mSchool-accordion__content__txt p {
  font-size: 1.6rem;
  line-height: 1.475;
  letter-spacing: 0.06em;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  color: #09122a;
}

.js-details.-open .mSchool-accordion__content__txt {
  opacity: 1;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .mSchool-accordion__details:not(:first-of-type) {
    margin-top: 10px;
  }
  .mSchool-accordion__summary {
    padding: 5.333vw 10.667vw 5.333vw 14.667vw;
    font-size: 4vw;
  }
  .mSchool-accordion__summary::before {
    top: 1.333vw;
    left: 3.467vw;
    font-size: 9.0666666667vw;
  }
  .mSchool-accordion__icon {
    top: 8vw;
    right: 8vw;
  }
  .mSchool-accordion__icon::before, .mSchool-accordion__icon::after {
    width: 16px;
  }
  .mSchool-accordion__content__txt {
    padding: 0px 5.333vw 5.333vw 20vw;
  }
  .mSchool-accordion__content__txt::before {
    top: -1.333vw;
    left: 9.333vw;
    font-size: 9.0666666667vw;
  }
  .mSchool-accordion__content__txt p {
    font-size: 4vw;
  }
}