@charset "UTF-8";
/* ========================= /
/  フォント
/* =========================*/
.noto {
  font-family: "Noto Sans JP", sans-serif;
}

/* ========================= /
/  mixin
/* =========================*/
/* ========================= /
/  カラー
/* =========================*/
/* ========================= /
/  初期設定
/* =========================*/
html,
body {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  background: #186FB1;
  color: #131313;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  font-size: 1.8rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: normal;
  text-rendering: optimizeSpeed;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
body.scroll-disabled {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  width: 100%;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.body-inner {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
}

.main {
  display: block;
}

@media screen and (min-width: 1024.02px) {
  .no-pc {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .no-tab {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .no-sp {
    display: none !important;
  }
}

@media screen and (min-width: 1024.02px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.form-reset {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  border: none;
  border-radius: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}

input,
textarea,
select,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}

.flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

.items-center {
  align-items: center;
}

.txt-center {
  text-align: center;
}

.ellipsis {
  white-space: nowrap; /* 改行させない */
  overflow: hidden; /* はみ出しを隠す */
  text-overflow: ellipsis; /* 末尾に「…」を表示 */
}

.header__logo {
  transition: opacity 0.3s ease-out;
}
.header__logo:hover {
  opacity: 0.6;
}

/* ========================= /
/  z-index
/* =========================*/
.header {
  z-index: 9000;
}

.header__logo {
  position: absolute;
  left: 20px;
  z-index: 2000;
}
@media screen and (max-width: 1024px) {
  .header__logo {
    top: 30px;
    left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    left: 25px;
  }
}

.header__main {
  z-index: 7000;
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  top: 82px;
}
@media screen and (max-width: 1024px) {
  .header__main {
    top: 0;
  }
}

.global-nav {
  position: absolute;
  right: 20px;
  z-index: 5000;
}

.burger-btn {
  position: relative;
  z-index: 4000;
}

.burger-nav {
  position: relative;
  z-index: 1000;
}

/* ========================= /
/  ヘッダー
/* =========================*/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.header__logo {
  max-width: 400px;
}
@media screen and (max-width: 1024px) {
  .header__logo {
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 132.5px;
  }
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center left;
     object-position: center left;
}

/* ========================= /
/  グローバルナビ
/* =========================*/
@media screen and (max-width: 1024px) {
  .global-nav {
    display: none;
  }
}
.global-nav__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100vw;
  height: 0;
}
.global-nav__list {
  width: 60vw;
  max-width: 846px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-inline: 20px;
  background: #fff;
  border-radius: 100px;
}
.global-nav__item {
  display: flex;
  align-items: center;
  padding-block: 7px;
  position: relative;
  padding: 0;
  font-size: clamp(13px, 1px + 1.17vw, 16px);
}
.global-nav__item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 16px;
  color: #131313;
  cursor: pointer;
  font-weight: 700;
}
.global-nav__entry {
  position: relative;
  display: block;
  width: 14%;
  max-width: 220px;
  margin-left: clamp(20px, -60px + 7.81vw, 40px);
  line-height: 60px;
  background: #0060A9;
  color: #EBFF00;
  font-family: "Poppins", sans-serif;
  font-size: clamp(20px, 4px + 1.56vw, 24px);
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  overflow: hidden;
  z-index: 1;
}
.global-nav__entry::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 12%;
  translate: -50% -50%;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #EBFF00;
}
.global-nav__entry::before {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.global-nav__entry:hover {
  color: #186FB1;
}
.global-nav__entry:hover::before {
  transform: scale(1, 1);
}
.global-nav__lower {
  width: 100%;
  padding-top: 14px;
  position: absolute;
  transform: translateY(100%);
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
}
.global-nav__item:hover .global-nav__lower {
  opacity: 1;
  pointer-events: visible;
}
.global-nav__lower-list {
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16);
  font-weight: 700;
  border: 1px solid #131313;
}
.global-nav__lower-item {
  position: relative;
  width: 100%;
}
.global-nav__lower-item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background-color: #131313;
}
.global-nav__lower-item:last-child::after {
  display: none;
}
.global-nav__lower-item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* ========================= /
/  バーガーボタン
/* =========================*/
.burger-btn {
  scale: 1.4;
  width: 67px;
  height: 67px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 10px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .burger-btn {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .burger-btn {
    scale: 1;
  }
}
.burger-btn button {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.burger-btn__line {
  width: 27.5px;
  height: 2px;
  background: #fff;
  margin: auto;
  position: absolute;
  right: 30px;
  transition: transform 0.3s cubic-bezier(0.4, 0.4, 0, 1), opacity 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.burger-btn__line:nth-of-type(1) {
  top: 18.5px;
}
.burger-btn.--active .burger-btn__line:nth-of-type(1) {
  top: 27.2px;
  transform: rotate(45deg);
}
.burger-btn__line:nth-of-type(2) {
  top: 27.2px;
}
.burger-btn.--active .burger-btn__line:nth-of-type(2) {
  opacity: 0;
}
.burger-btn__line:nth-of-type(3) {
  top: 34.4px;
}
.burger-btn.--active .burger-btn__line:nth-of-type(3) {
  top: 27.2px;
  transform: rotate(135deg);
}
.burger-btn__ttl {
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
  position: absolute;
  top: 40px;
  left: 24px;
  transform: translateX(-50%);
}

/* ========================= /
/  バーガーメニュー
/* =========================*/
.burger-nav {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: transform 0.3s ease-out;
  height: 100vh; /* Fallback */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
  background-color: #186FB1;
  text-align: center;
}
.burger-nav.--js-show {
  opacity: 1;
  pointer-events: visible;
}
.burger-nav__inner {
  display: flex;
  align-items: center;
  padding-inline: 50px;
  height: 100vh; /* Fallback */
  overflow-y: auto;
}
.burger-nav__list {
  width: 100%;
}
.burger-nav__item-link {
  padding-block: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  position: relative;
  font-size: 1.8rem;
}

/* ========================= /
/  ENTRY
/* =========================*/
.foot-entry {
  background: #2488D3;
}
@media screen and (max-width: 768px) {
  .foot-entry {
    padding-block: 20px !important;
  }
}
.foot-entry__container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 310px;
  background: url("../img/top/mission.webp");
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  transition: 0.3s;
  overflow: hidden;
  z-index: 1;
}
.foot-entry__container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .foot-entry__container {
    justify-content: space-between;
    height: inherit;
    padding: 30px;
  }
}
.foot-entry__container:hover::before {
  opacity: 0.6;
}
.foot-entry__ttl {
  margin-right: 52px;
  font-family: "Poppins", sans-serif;
  font-size: 7.2rem;
  font-weight: bold;
  color: #186FB1;
}
@media screen and (max-width: 768px) {
  .foot-entry__ttl {
    font-size: 3.8rem;
  }
}
.foot-entry__txt {
  margin-right: 70px;
  font-size: 1.6rem;
  color: #000;
}
@media screen and (max-width: 768px) {
  .foot-entry__txt {
    width: 100%;
    order: 2;
    margin-right: 0px;
    margin-top: 15px;
  }
}
.foot-entry .btn.--xl {
  width: 110px;
  height: 110px;
  line-height: 110px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .foot-entry .btn.--xl {
    width: 58px;
    height: 58px;
    line-height: 58px;
    font-size: 2.3rem;
  }
}

/* ========================= /
/  REQUIREMENTS
/* =========================*/
.foot-requirements {
  background: linear-gradient(rgba(5, 42, 110, 0.6), rgba(5, 42, 110, 0.6)), url("../img/top/requirements.webp");
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .foot-requirements {
    padding-block: 100px !important;
  }
}

/* ========================= /
/  フッター
/* =========================*/
.footer {
  position: relative;
  padding-block: 120px;
  color: #fff;
  z-index: 1;
  background: #0060A9;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-block: 52px;
  }
}
.footer__row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__row {
    display: block;
  }
}
.footer__logo {
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .footer__logo img {
    margin: auto;
  }
}
.footer__company {
  display: flex;
  margin-bottom: 18px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .footer__company {
    padding-inline: 10px;
    font-size: 1.2rem;
  }
}
.footer__company-ttl {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .footer__company-ttl {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .footer__right {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav {
    margin-top: 30px;
  }
}
.footer-nav-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer-nav-list {
    gap: 12px;
  }
}
.footer-nav-list__item a {
  font-size: 1.2rem;
  padding-bottom: 3px; /* テキストと下線の間隔 */
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: bottom right; /* 下線の初期位置 */
  background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
  transition: background-size 0.3s;
}
.footer-nav-list__item a:hover {
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 1px; /* 下線の横幅を100%にする */
}
.footer-sns-list {
  margin-top: 30px;
  display: flex;
  gap: 16px;
  align-items: center;
  line-height: 1;
}
.footer-sns-list__item {
  font-size: 2.8rem;
  display: block;
}
.footer-sns-list__item.--tiktok {
  font-size: 2.4rem;
}
.footer__copyright {
  margin-top: 24px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    text-align: center;
    width: 100%;
  }
}

/* ========================= /
/  ボタン
/* =========================*/
.btn {
  max-width: 100%;
  font-size: 2.5rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .btn {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 1.4rem;
  }
}
.btn.--detail {
  position: relative;
  display: block;
  width: 100%;
  max-width: 360px;
  margin-top: 60px;
  padding-block: 26.5px;
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .btn.--detail {
    max-width: 245px;
    margin-top: 40px;
    padding-block: 16px;
    font-size: 1.6rem;
  }
}
.btn.--detail::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  translate: -50% -50%;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #EBFF00;
}
@media screen and (max-width: 768px) {
  .btn.--detail::after {
    right: 36px;
    width: 8px;
    height: 8px;
  }
}
.btn.--detail.--center {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .btn.--detail.--sp-center {
    margin-inline: auto;
  }
}
.btn.--detail::before {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.btn.--detail:hover {
  color: #186FB1;
}
.btn.--detail:hover::before {
  transform: scale(1, 1);
}
.btn.--allow {
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-size: 2rem;
  text-align: center;
  color: #186FB1;
  background: #EBFF00;
  border-radius: 560px;
}
.btn.--allow.--blue {
  color: #EBFF00;
  background: #186FB1;
}
.btn.--allow.--res {
  width: clamp(40px, 0px + 3.91vw, 54px);
  height: clamp(40px, 0px + 3.91vw, 54px);
  line-height: clamp(40px, 0px + 3.91vw, 54px);
}

.pagination__list a {
  transition: opacity 0.3s ease-out;
}
.pagination__list a:hover {
  opacity: 0.6;
}

/* ========================= /
/  ページネーション
/* =========================*/
.pagination {
  margin: 60px 0 0;
  padding-inline: min(10.15625vw, 195px);
}
@media screen and (max-width: 1024px) {
  .pagination {
    padding-inline: 0;
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 32px;
  }
}
.pagination__list {
  display: flex;
  align-items: center;
  gap: 26px;
}
@media screen and (max-width: 768px) {
  .pagination__list {
    gap: 12px;
  }
}
.pagination__list .page-numbers {
  width: 40px;
  aspect-ratio: 40/48;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pagination__list .page-numbers {
    letter-spacing: 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .pagination__list .page-numbers {
    width: 32px;
  }
}
.pagination__list .page-numbers.current {
  color: #fff;
}
.pagination__list .page-numbers.dots {
  background: initial;
}
/* ========================= /
/  下層MV
/* =========================*/
.lower-mv {
  padding: 185px 0 150px;
}
@media screen and (max-width: 1024px) {
  .lower-mv {
    padding: 185px 0 150px;
  }
}
@media screen and (max-width: 768px) {
  .lower-mv {
    padding: 100px 0 50px;
  }
}
.lower-mv__ttl {
  color: #EBFF00;
  text-align: center;
  opacity: 0;
}
.lower-mv__ttl--en {
  display: block;
  font-size: 7.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .lower-mv__ttl--en {
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-mv__ttl--en {
    font-size: 4.2rem;
    line-height: 1.6;
  }
}
.lower-mv__ttl--ja {
  display: block;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  opacity: 0;
  transition: 0.3s;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 1024px) {
  .lower-mv__ttl--ja {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-mv__ttl--ja {
    font-size: 2rem;
  }
}
.lower-mv__ttl .char {
  animation-delay: calc(0.05s * var(--char-index));
  opacity: 0;
  transform: translateY(30px);
  display: inline-block;
}
.lower-mv__ttl.show {
  opacity: 1;
}
.lower-mv__ttl.show .char {
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: calc(0.05s * var(--char-index));
}
.lower-mv__ttl.show .lower-mv__ttl--ja {
  opacity: 1;
}

.breadcrumbs__inner a {
  transition: opacity 0.3s ease-out;
}
.breadcrumbs__inner a:hover {
  opacity: 0.6;
}

/* ========================= /
/  バンくず
/* =========================*/
.breadcrumbs {
  font-size: 1rem;
  background: #F8F8F8;
  padding-block: 15px;
}
@media screen and (max-width: 1024px) {
  .breadcrumbs {
    padding-block: 15px 7px;
  }
}
.breadcrumbs__inner {
  display: flex;
  align-items: baseline;
  gap: 0.3em 1em;
}
@media screen and (max-width: 1024px) {
  .breadcrumbs__inner {
    flex-wrap: wrap;
  }
}
.breadcrumbs__inner span[typeof=ListItem] {
  font-size: 1.3rem;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  padding: 0;
  vertical-align: middle;
  max-width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .breadcrumbs__inner span[typeof=ListItem] {
    font-size: 1.1rem;
  }
}
.breadcrumbs__inner span[typeof=ListItem]:first-of-type a::before {
  content: "";
  display: inline-block;
  margin-right: 3px;
  width: 20px;
  height: 16px;
  background: url(../img/common/icon-home.svg) no-repeat center/contain;
  transform: translateY(2px);
}
@media screen and (max-width: 768px) {
  .breadcrumbs__inner span[typeof=ListItem]:first-of-type a::before {
    width: 18px;
    height: 12px;
    transform: translateY(1px);
  }
}
.breadcrumbs__inner span[typeof=ListItem]:last-of-type {
  font-weight: normal;
  color: rgba(111, 111, 111, 0.53);
}
.breadcrumbs__inner span[typeof=ListItem] span {
  display: inline-block;
}
.form__link {
  transition: opacity 0.3s ease-out;
}
.form__link:hover {
  opacity: 0.6;
}

/* ========================= /
/  フォーム
/* =========================*/
.form {
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .form {
    padding-inline: 0px;
  }
}
.form__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form__row .form__group {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .form__row .form__group {
    width: 100%;
  }
}
.form__group {
  margin-top: 40px;
}
.form__group.--mt-0 {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .form__group.--mt-0 {
    margin-top: 26px;
  }
}
@media screen and (max-width: 768px) {
  .form__group {
    margin-top: 26px;
  }
}
.form__label {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .form__label {
    font-size: 1.6rem;
  }
}
.form .hissu {
  margin-left: 8px;
  font-size: 1.4rem;
  color: #EBFF00;
}
.form__txt {
  margin-top: 30px;
  color: #fff;
}
.form__checkbox-wrap {
  background: #F3F3F3;
  height: 42px;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.form__btn {
  display: block;
  width: 80%;
  max-width: 250px;
  line-height: 80px;
  margin-inline: auto;
  margin-top: 40px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
}
.form__confrirm {
  margin-top: 14px;
  padding-block: 20px;
  padding-left: 20px;
  color: #fff;
  background: #0060A9;
}
.form__confrirm.textarea {
  min-height: 300px;
}
.form input[type=text],
.form input[type=email],
.form select,
.form textarea {
  width: 100%;
  background: #F5F5F5;
  margin-top: 14px;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .form input[type=text],
  .form input[type=email],
  .form select,
  .form textarea {
    padding-inline: 16px;
    font-size: 1.6rem;
  }
}
.form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form select::-moz-placeholder, .form textarea::-moz-placeholder {
  color: #989898;
  letter-spacing: 0.1em;
}
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form select::placeholder,
.form textarea::placeholder {
  color: #989898;
  letter-spacing: 0.1em;
}
.form input[type=text],
.form input[type=email],
.form select {
  min-height: 64px;
}
.form textarea {
  padding-block: 20px;
  height: 300px;
  resize: none;
}
@media screen and (max-width: 768px) {
  .form textarea {
    padding-block: 16px;
  }
}
.form input[type=checkbox] ~ label {
  display: flex;
  align-items: center;
  height: 19px;
  gap: 13px;
  position: relative;
}
.form input[type=checkbox] ~ label::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: #fff;
}
.form input[type=checkbox] ~ label::after {
  content: "";
  width: 15px;
  height: 9px;
  border-left: 2px solid #0060A9;
  border-bottom: 2px solid #0060A9;
  position: absolute;
  top: calc(50% - 2px);
  left: 2px;
  transform: translateY(-50%) rotate(-45deg);
  display: none;
}
.form input[type=checkbox]:checked ~ label::after {
  display: block;
}
.form__para {
  margin-bottom: 26px;
  font-size: 1.5rem;
}
.form__para .red {
  font-weight: bold;
}
.form__submit-wrap {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .form__submit-wrap {
    margin-top: 42px;
    width: 225px;
  }
}
.form input[type=submit] {
  width: 100%;
  height: 100%;
}
.form__prev-btn {
  margin-inline: auto;
  margin-top: 25px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .form__prev-btn {
    font-size: 1.4rem;
  }
}

/* ========================= /
/  カラー
/* =========================*/
.txt-white {
  color: #fff;
}

/* ========================= /
/  メインコンテナ
/* =========================*/
.inner {
  width: 98%;
  max-width: 1240px;
  margin: 0 auto;
  padding-inline: 20px;
}
@media screen and (max-width: 1024px) {
  .inner {
    width: 100%;
    padding-inline: 4.8717948718vw;
  }
}
@media screen and (min-width: 1650px) {
  .inner.--over {
    width: 80vw;
    max-width: inherit;
  }
}
.inner.--w840 {
  max-width: 880px;
}

/* ========================= /
/  セクションタイトル
/* =========================*/
.sec {
  position: relative;
  padding: 150px 0 150px;
}
@media screen and (max-width: 1024px) {
  .sec {
    padding: 80px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .sec {
    padding: 40px 0 50px;
  }
}
.sec.--border {
  border-bottom: 1px solid #131313;
}
.sec.--pt-0 {
  padding-top: 0;
}
.sec__ttl {
  color: #EBFF00;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .sec__ttl {
    flex-direction: row;
    gap: 14px;
    align-items: baseline;
  }
}
.sec__ttl--en {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 7.2rem;
}
@media screen and (max-width: 768px) {
  .sec__ttl--en {
    font-size: 4.2rem;
    line-height: 1.5;
  }
}
.sec__ttl--ja {
  font-size: 2.8rem;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 1s;
}
@media screen and (max-width: 768px) {
  .sec__ttl--ja {
    font-size: 2rem;
  }
}
.sec__ttl--lower {
  margin-bottom: 50px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 106.25%;
}
.sec__ttl--lower.--center {
  text-align: center;
}
.sec__ttl.--center {
  text-align: center;
}
.sec__ttl.--white {
  color: #fff;
}
.sec__ttl .char {
  animation-delay: calc(0.05s * var(--char-index));
  opacity: 0;
  transform: translateY(30px);
  display: inline-block;
}
.sec__ttl.show .sec__ttl--ja {
  opacity: 1;
}
.sec__ttl.show .char {
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: calc(0.05s * var(--char-index));
}
.sec__para {
  margin-top: 79px;
  text-align: center;
  color: #707070;
  font-weight: bold;
  font-size: 1.9rem;
  line-height: 1.6315789474;
}
@media screen and (max-width: 1024px) {
  .sec__para {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .sec__para {
    margin-top: 31px;
    font-size: 1.2rem;
    line-height: 2.6666666667;
    text-align: left;
  }
}
.sec__heading--en {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 2.9rem;
  font-weight: bold;
  color: #454444;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec__heading--en {
    font-size: 2.4rem;
  }
}
.sec__heading--en::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
}
.sec__heading--ja {
  margin-top: 10px;
  display: block;
  font-size: 1.6rem;
  color: #6F6F6F;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sec__heading--ja {
    font-size: 1.4rem;
  }
}

/* ========================= /
/  投稿データなし
/* =========================*/
.nodata {
  margin-top: 3em;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .nodata {
    font-size: 1.6rem;
  }
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=whole.css.map */