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

- Base

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

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

body {
  background-color: var(--cc-blue) !important;
}

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: #0e1b3c;
  --cc-lblue: #1e2570;
  --cc-hblue: #09122a;
  --w1280: 1280px;
  --space: 30px;
  --rem: 1rem /16;
}

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

- 表示アニメーション

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

- フォント

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

- フォントサイズ

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

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

.mTop55 {
  margin-top: 55px;
}

.mTop60 {
  margin-top: 60px;
}

.mTop65 {
  margin-top: 65px;
}

.mTop70 {
  margin-top: 70px;
}

.mTop75 {
  margin-top: 75px;
}

.mTop80 {
  margin-top: 80px;
}

.mTop85 {
  margin-top: 85px;
}

.mTop90 {
  margin-top: 90px;
}

.mTop95 {
  margin-top: 95px;
}

.mTop100 {
  margin-top: 100px;
}

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

.mBtm55 {
  margin-bottom: 55px;
}

.mBtm60 {
  margin-bottom: 60px;
}

.mBtm65 {
  margin-bottom: 65px;
}

.mBtm70 {
  margin-bottom: 70px;
}

.mBtm75 {
  margin-bottom: 75px;
}

.mBtm80 {
  margin-bottom: 80px;
}

.mBtm85 {
  margin-bottom: 85px;
}

.mBtm90 {
  margin-bottom: 90px;
}

.mBtm95 {
  margin-bottom: 95px;
}

.mBtm100 {
  margin-bottom: 100px;
}

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

- z-index

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

-

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

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

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

- イージング

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

-

================================================ */
.join-mv {
  margin-top: 55px;
}

/*--- media screen ---*/
/* ================================================

- showcase

================================================ */
.join-showcase {
  margin-top: 50px;
}

.join-showcase__inner {
  padding: 17px 30px 19px;
  background-color: #152756;
  text-align: center;
}

.join-showcase__attn {
  display: inline-block;
}
.join-showcase__attn p {
  font-size: 1.25rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .join-showcase {
    margin-top: 50px;
    padding: 0 5.333vw;
  }
  .join-showcase__inner {
    padding: 17px 5.333vw 19px;
    text-align: left;
  }
  .join-showcase__attn p {
    font-size: 4.8vw;
  }
}
/* ================================================

- ページ

================================================ */
.join-page {
  margin-top: 135px;
}

.join-sc:not(:first-of-type) {
  margin-top: 135px;
}

.join-content {
  margin-top: 40px;
}

.join-content.-root {
  margin-top: 60px;
}

.join-content__sumamry p {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}
.join-content__sumamry p:not(:first-of-type) {
  margin-top: 20px;
}

.join-content__note {
  margin-top: 28px;
}
.join-content__note p {
  font-size: 0.9375rem;
  line-height: 1.733;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}

.join-content__btn {
  margin-top: 47px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .join-page {
    margin-top: 100px;
  }
  .join-sc .join-sc__inner {
    padding: 0 5.333vw;
  }
  .join-sc:not(:first-of-type) {
    margin-top: 100px;
  }
  .join-content {
    margin-top: 40px;
  }
  .join-content__sumamry p {
    font-size: 4vw;
  }
  .join-content__sumamry p:not(:first-of-type) {
    margin-top: 20px;
  }
  .join-content__note {
    margin-top: 28px;
  }
  .join-content__note p {
    font-size: 3.7333333333vw;
  }
  .join-content__btn {
    margin-top: 47px;
  }
  .join-content__btn .m-bgBtn {
    margin: 0 auto;
  }
  .join-root {
    width: 187.2vw;
  }
}
/* ================================================

- ページ

================================================ */
.join-content__question {
  max-width: 400px;
  width: 100%;
  margin-top: 47px;
  margin-left: 30px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .join-content__question {
    margin: 45px auto 0;
  }
}