@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: #0a142d;
  border: solid 1px #3c4c76;
  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-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
  text-align: left;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .join-showcase {
    margin-top: 8vw;
    padding: 0 5.333vw;
  }
  .join-showcase__inner {
    padding: 4.533vw 5.333vw 5.067vw;
  }
  .join-showcase__attn p {
    font-size: 4.2666666667vw;
  }
}
/* ================================================

- ページ

================================================ */
.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-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}
.join-content__sumamry p strong {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.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-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}

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

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

.join-root__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;
  gap: 120px;
  margin-top: 30px;
}

.join-root__item {
  width: 400px;
  position: relative;
}

.join-root__item:not(:first-of-type)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -100px;
  translate: 0 -50%;
  width: 80px;
  height: 28px;
  background-color: #0b22aa;
  clip-path: polygon(0 29%, 80% 30%, 80% 0, 100% 50%, 80% 100%, 80% 70%, 0 70%);
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .join-sc__inner {
    padding: 0 5.333vw;
  }
  .join-page {
    margin-top: 21.333vw;
  }
  .join-sc:not(:first-of-type) {
    margin-top: 21.333vw;
  }
  .join-content {
    margin-top: 5.333vw;
  }
  .join-content.-root {
    margin-top: 10.667vw;
  }
  .join-content__sumamry p {
    font-size: 3.7333333333vw;
  }
  .join-content__sumamry p:not(:first-of-type) {
    margin-top: 5.333vw;
  }
  .join-content__note {
    margin-top: 7.467vw;
  }
  .join-content__note p {
    font-size: 3.4666666667vw;
  }
  .join-content__btn {
    margin-top: 12.533vw;
  }
  .join-content__block:not(:first-of-type) {
    margin-top: 16vw;
  }
  .join-root__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;
    gap: 21.333vw;
    margin-top: 6.667vw;
  }
  .join-root__item {
    width: 72vw;
  }
  .join-root__item:not(:first-of-type)::after {
    top: -13.867vw;
    left: 50%;
    translate: -50% 0;
    width: 15.467vw;
    height: 7.467vw;
    clip-path: polygon(0 25%, 70% 25%, 70% 0, 100% 50%, 70% 100%, 70% 75%, 0 75%);
    rotate: 90deg;
  }
}
/* ================================================

- ページ

================================================ */
.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 {
    width: 72vw;
    margin-top: 8vw;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ================================================

- スライド

================================================ */
.join-content__slide {
  margin-top: 60px;
}

/* swiper
**********************/
.join-content__slide {
  padding-bottom: 66px;
  position: relative;
}
.join-content__slide .swiper {
  overflow: visible !important;
}
.join-content__slide .swiper-slide {
  width: 540px;
  border: solid 1px #3c4c76;
  cursor: -webkit-grab;
  cursor: grab;
}

.join-content__slide {
  /* アロー */
}
.join-content__slide .swiper-button-next.join-swiper__arrow,
.join-content__slide .swiper-button-prev.join-swiper__arrow {
  position: absolute;
  top: auto !important;
  bottom: -12px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  margin-top: 0;
  cursor: pointer;
  z-index: 11;
}
.join-content__slide .swiper-button-next.join-swiper__arrow::after,
.join-content__slide .swiper-button-prev.join-swiper__arrow::after {
  display: none;
}
.join-content__slide .swiper-button-next.join-swiper__arrow svg,
.join-content__slide .swiper-button-prev.join-swiper__arrow svg {
  display: none;
}
.join-content__slide {
  /* アロー（前へ） */
}
.join-content__slide .swiper-button-prev.join-swiper__arrow {
  left: 206px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260px%22%20height%3D%2260px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(37%2C%2078%2C%20183)%22%20d%3D%22M30.000%2C-0.000%20C46.569%2C-0.000%2059.1000%2C13.432%2059.1000%2C29.1000%20C59.1000%2C46.568%2046.569%2C60.000%2030.000%2C60.000%20C13.431%2C60.000%200.000%2C46.568%200.000%2C29.1000%20C0.000%2C13.432%2013.431%2C-0.000%2030.000%2C-0.000%20Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%20d%3D%22M46.1000%2C30.999%20L19.000%2C31.000%20L19.000%2C34.999%20L13.000%2C30.000%20L19.000%2C25.000%20L19.000%2C28.999%20L46.1000%2C28.998%20L46.1000%2C30.999%20Z%22%2F%3E%3C%2Fsvg%3E");
}
.join-content__slide {
  /* アロー（次へ） */
}
.join-content__slide .swiper-button-next.join-swiper__arrow {
  right: 206px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260px%22%20height%3D%2260px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(37%2C%2078%2C%20183)%22%20d%3D%22M30.000%2C-0.000%20C46.569%2C-0.000%2059.1000%2C13.432%2059.1000%2C29.1000%20C59.1000%2C46.568%2046.569%2C60.000%2030.000%2C60.000%20C13.431%2C60.000%200.000%2C46.568%200.000%2C29.1000%20C0.000%2C13.432%2013.431%2C-0.000%2030.000%2C-0.000%20Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%20d%3D%22M46.1000%2C30.000%20L40.1000%2C34.999%20L40.1000%2C31.000%20L13.000%2C30.999%20L13.000%2C28.998%20L40.1000%2C28.999%20L40.1000%2C25.000%20L46.1000%2C30.000%20Z%22%2F%3E%3C%2Fsvg%3E");
}
.join-content__slide .swiper-pagination.join-swiper__pagination .swiper-pagination-bullet {
  width: 60px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  border-radius: 0;
}
.join-content__slide .swiper-pagination.join-swiper__pagination .swiper-pagination-bullets .swiper-pagination-bullet, .join-content__slide .swiper-pagination.join-swiper__pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.join-content__slide .swiper-pagination.join-swiper__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .join-content__slide {
    margin-top: 10.667vw;
  }
  /* swiper
  **********************/
  .join-swiper__slide {
    padding-bottom: 45px;
  }
  .join-content__slide {
    /* アロー */
  }
  .join-content__slide .swiper-button-next.join-swiper__arrow,
  .join-content__slide .swiper-button-prev.join-swiper__arrow {
    bottom: -7px;
    width: 40px;
    height: 40px;
  }
  .join-content__slide {
    /* アロー（前へ） */
  }
  .join-content__slide .swiper-button-prev.join-swiper__arrow {
    left: -10px;
  }
  .join-content__slide {
    /* アロー（次へ） */
  }
  .join-content__slide .swiper-button-next.join-swiper__arrow {
    right: -10px;
  }
  .join-content__slide .swiper-pagination.join-swiper__pagination .swiper-pagination-bullet {
    width: 28px;
    height: 6px;
  }
  .join-content__slide .swiper-pagination.join-swiper__pagination .swiper-pagination-bullets .swiper-pagination-bullet, .join-content__slide .swiper-pagination.join-swiper__pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }
}