@charset "UTF-8";
/* 初期設定
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 768px) {
  html {
    -ms-overflow-style: none; /* IE, Edge スクロールバー消去 */
  }
}

/* Chrome, Safari スクロールバー消去 */
@media screen and (min-width: 768px) {
  html::-webkit-scrollbar {
    display: none;
  }
}

/* モーダル等開いた時に後ろが動いてしまうのを防ぐ設定 */
html.is-hidden {
  overflow: hidden;
}

body {
  color: #fff;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  body {
    font-size: min(1.17131vw, 1.6rem);
  }
}

a {
  color: #fff;
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: bottom;
  width: 100%;
}

:where(table) {
  border-collapse: collapse;
  width: 100%;
}

:where(.wrapper) {
  background-color: #363E4E;
  margin: 0 auto;
}

/* レスポンシブ消去
-------------------------------------------------- */
.pcB {
  display: none;
}
@media screen and (min-width: 768px) {
  .pcB {
    display: block;
  }
}

.spB {
  display: block;
}
@media screen and (min-width: 768px) {
  .spB {
    display: none;
  }
}

.pcI {
  display: none;
}
@media screen and (min-width: 768px) {
  .pcI {
    display: inline;
  }
}

.spI {
  display: inline;
}
@media screen and (min-width: 768px) {
  .spI {
    display: none;
  }
}

/* サイト共通設定
================================================== */
@media screen and (min-width: 768px) {
  .bp {
    display: none;
  }
}
@media screen and (min-width: 1366px) {
  .bp {
    display: none;
  }
}

/* 
-------------------------------------------------- */
@media screen and (min-width: 768px) {
  .main {
    margin: 0 auto;
    max-width: 1366px;
  }
}
.main__inner {
  padding: 0 0 80px;
}

@media screen and (min-width: 768px) {
  .lrWrap {
    position: relative;
  }
}

.wrapLeft {
  display: none;
}
@media screen and (min-width: 768px) {
  .wrapLeft {
    display: block;
    padding-left: min(6.07614vw, 83px);
    padding-right: min(1.0981vw, 15px);
    position: absolute;
    left: 0;
    height: 100%;
    width: min(28.3309vw, 387px);
    z-index: 100;
  }
}
@media screen and (min-width: 768px) {
  .wrapLeft .fixWrap {
    position: sticky;
    top: min(2.1962vw, 30px);
  }
}
@media screen and (min-width: 768px) {
  .wrapLeft .fix__ttl {
    margin-bottom: min(1.17131vw, 16px);
  }
}
@media screen and (min-width: 768px) {
  .wrapLeft .fix__num {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 min(0.65886vw, 9px);
    font-family: "Oswald", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: min(2.1962vw, 3rem);
    font-weight: 300;
    line-height: 1.5;
    margin: 0 auto 0 0;
    padding-left: min(0.43924vw, 6px);
  }
}
@media screen and (min-width: 768px) {
  .wrapLeft .fix__num::after {
    content: "";
    border-top: 1px solid #E0E0E0;
    display: block;
    width: min(1.0981vw, 15px);
  }
}
@media screen and (min-width: 768px) {
  .wrapLeft .fix__ttlTxt {
    color: #DDFF22;
    font-size: min(4.39239vw, 6rem);
    font-weight: 700;
    line-height: 1.45;
  }
}

/* ----- 追尾タイトル用設定 ----- */
.fix__txtWrap {
  display: block;
  overflow: hidden;
}

.fix__ttlTxt {
  display: block;
}

/* タイトル（フェードアップ） */
.fix__ttlTxt.fade-out {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fix__ttlTxt.fade-in {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* その他（ふわっと切り替え） */
.fix__num,
.fix_lead {
  transition: opacity 0.5s ease;
}

.fix__num.fade-out,
.fix_lead.fade-out {
  opacity: 0;
}

.fix__num.fade-in,
.fix_lead.fade-in {
  opacity: 1;
}

/* セクション設定
-------------------------------------------------- */
.sec {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .sec {
    margin-top: min(5.85652vw, 80px);
  }
}
.sec__inner {
  margin: 0 auto;
  width: 89.33334%;
}
@media screen and (min-width: 768px) {
  .sec__inner {
    padding-right: min(6.07614vw, 83px);
    padding-left: min(28.3309vw, 387px);
    width: 100%;
  }
}
.sec .sec__ttl {
  color: #DDFF22;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.44445;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .sec .sec__ttl {
    display: none;
  }
}
.sec .sec__ttl .ttl__num {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 6px;
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 auto 0 0;
  padding-left: 6px;
}
.sec .sec__ttl .ttl__num::after {
  content: "";
  border-top: 1px solid #E0E0E0;
  display: block;
  width: 15px;
}
@media screen and (min-width: 768px) {
  .sec .lead {
    display: none;
  }
}
.sec .lead + .lead {
  margin-top: 24px;
}
.sec .content__ttl {
  color: #DDFF22;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .sec .content__ttl {
    font-size: min(1.75696vw, 2.4rem);
    line-height: 1.45834;
    margin-bottom: min(1.17131vw, 16px);
  }
}

/* 共通トグルリスト
-------------------------------------------------- */
.list-container .toggleButton {
  background-color: #4A5463;
  border: 1px solid #4A5463;
  display: block;
  padding: 11px 13px 13px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .list-container .toggleButton {
    padding: min(0.80528vw, 11px) min(0.95169vw, 13px) min(0.95169vw, 13px);
  }
}
.list-container .toggleButton span {
  display: inline-flex;
  align-items: center;
  gap: 0 10px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .list-container .toggleButton span {
    gap: 0 min(0.73207vw, 10px);
  }
}
.list-container .toggleButton span::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #FFFFFF transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .list-container .toggleButton span::after {
    border-width: min(0.65886vw, 9px) min(0.36604vw, 5px) 0 min(0.36604vw, 5px);
    margin-top: min(0.14642vw, 2px);
  }
}
.list-container .toggleButton.active span::after {
  transform: scale(1, -1);
}
@media screen and (min-width: 768px) {
  .list-container .toggleButton:hover {
    border: 1px solid #DDFF22;
    color: #DDFF22;
    transition: 0.6s ease;
  }
  .list-container .toggleButton:hover span::after {
    border-color: #DDFF22 transparent transparent transparent;
    transition: 0.6s ease;
  }
}

/* header
-------------------------------------------------- */
/* sp */
@media screen and (max-width: 767px) {
  .header {
    height: 76px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
  }
  .header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 20px;
    position: relative;
  }
  /* ヘッダーロゴ */
  .header__logo {
    position: relative;
    z-index: 200;
  }
  .header__logo a {
    display: flex;
    align-items: center;
    gap: 0 6px;
    justify-content: center;
  }
  .header .logo__img {
    width: 60px;
  }
  .header .logo__txt {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.14286;
  }
  /* ヘッダーナビ */
  .header__nav {
    background-color: #4A5463;
    background-image: url("/assets/img/cmn/bg_headerNav.png");
    background-position: top 240px right -48vw;
    background-size: 152.8vw 155.46667vw;
    background-repeat: no-repeat;
    background-blend-mode: color-dodge;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 150vw;
    transition: 0.6s ease-out;
    z-index: 100;
  }
  .header__nav.active {
    opacity: 1;
    right: 0;
  }
  .header__nav .nav__inner {
    margin: 0 auto;
    padding: 143px 0 30px;
    width: 89.33334%;
    height: 100%;
  }
  .header__nav .anchorNav {
    border-top: 1px solid #363E4E;
    height: 100%;
    overflow-y: auto;
  }
  .header__nav .anchorNav li {
    border-bottom: 1px solid #363E4E;
  }
  .header__nav .anchorNav a {
    display: block;
    font-size: 2rem;
    line-height: 1.45;
    text-align: center;
    padding: 17px 0 19px;
    position: relative;
  }
  .header__nav .anchorNav a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 12px;
    border-color: transparent transparent transparent #E0E0E0;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
  }
  .header__nav .anchorNav .anchorNav__contact {
    border: 1px solid #DDFF22;
    margin-top: 25px;
  }
  .header__nav .anchorNav .anchorNav__contact a {
    color: #DDFF22;
  }
  .header__nav .anchorNav .anchorNav__contact a::after {
    border-color: transparent transparent transparent #DDFF22;
  }
  /* ハンバーガーメニュー */
  .header__hNav {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    height: 76px;
    width: 85px;
    z-index: 200;
  }
  .header__hNav span {
    display: block;
    background-color: #DDFF22;
    border-radius: 1.5px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: 20px;
    transition: 0.6s ease;
  }
  .header__hNav span:nth-child(1) {
    top: calc(50% - 15px);
    width: 45px;
  }
  .header__hNav span:nth-child(2) {
    width: 35px;
  }
  .header__hNav span:nth-child(3) {
    top: calc(50% + 15px);
    width: 25px;
  }
  .header__hNav.active span:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
  .header__hNav.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header__hNav.active span:nth-of-type(3) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 45px;
  }
}
/* pc */
@media screen and (min-width: 768px) {
  .header {
    position: absolute;
    top: min(3.66033vw, 50px);
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .header__inner {
    margin: 0 auto;
    width: min(87.84774vw, 1200px);
  }
  .header__logo a {
    display: inline-flex;
    align-items: center;
    gap: 0 13px;
    justify-content: center;
    gap: 0 min(0.95169vw, 13px);
  }
  .header__logo a:hover {
    opacity: 0.6;
  }
  .header__logo .logo__img {
    width: min(6.00293vw, 82px);
  }
  .header__logo .logo__txt {
    font-size: min(1.46413vw, 2rem);
    font-weight: 700;
    line-height: 1.35;
  }
  .header__nav {
    display: none;
  }
  .header__hNav {
    display: none;
  }
}
/* pcグローバルナビ
-------------------------------------------------- */
.gNav {
  display: none;
}
@media screen and (min-width: 768px) {
  .gNav {
    display: block;
    position: fixed;
    bottom: 28px;
    left: 50%;
    transform: translateX(-43.92386vw);
    z-index: 500;
    transition: bottom 0.3s ease;
  }
}
@media screen and (min-width: 1366px) {
  .gNav {
    transform: translateX(-600px);
  }
}

.gNav__list {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  position: relative;
}
.gNav__list::before {
  content: "";
  display: block;
  border-left: 1px solid #4A5463;
  height: 90%;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.gNav__list li a {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.gNav__list li a::before {
  content: "";
  display: block;
  background-color: #4A5463;
  height: 11px;
  width: 11px;
}
.gNav__list li a:hover {
  color: #DDFF22;
  text-shadow: -6px 0px 15px rgba(221, 255, 34, 0.83), 6px 0px 15px rgba(221, 255, 34, 0.83);
  transition: 0.4s ease-in-out;
}
.gNav__list li a.active::before {
  background-color: #DDFF21;
}

/* footer
-------------------------------------------------- */
.footer {
  background-image: url("/assets/img/cmn/bg_footer_sp.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer {
    background-image: url("/assets/img/cmn/bg_footer_pc.jpg");
  }
}
.footer::before {
  content: "";
  background-color: rgba(43, 48, 56, 0.9);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.footer__inner {
  margin: 0 auto;
  position: relative;
  width: 89.33334%;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 362px;
    width: 87.8477306%;
  }
}

/* フッターナビ */
.footer__nav {
  border-bottom: 1px solid #4A5463;
  padding: 4px 0 12px;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    display: none;
  }
}
.footer__nav a {
  display: block;
  padding: 12px 0;
  text-align: center;
}

/* フッターロゴ */
.footer__logo {
  display: flex;
  align-self: center;
  gap: 0 12px;
  justify-content: center;
  padding: 24px 0;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    gap: 0 17px;
    padding: 0;
  }
}
.footer .logo__img {
  width: 75.74px;
}
@media screen and (min-width: 768px) {
  .footer .logo__img {
    width: 108.57px;
  }
}
.footer .logo__txt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.33334;
}
@media screen and (min-width: 768px) {
  .footer .logo__txt {
    font-size: 2.6rem;
    line-height: 1.34616;
  }
}

/* プライバシーポリシーとコピーライと */
.footer__bottom {
  background-color: #2B3038;
  position: relative;
  z-index: 100;
}
.footer__bottom .inner {
  padding-bottom: 24px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer__bottom .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 0;
    width: 87.8477306%;
  }
}
@media screen and (min-width: 768px) {
  .footer__privacy {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.footer__privacy a {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.42858;
  text-align: center;
  text-decoration: underline;
  padding: 16px 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__privacy a {
    padding: 0;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .footer__privacy a:hover {
    opacity: 0.6;
  }
}
.footer__copyright {
  font-size: 1.4rem;
  line-height: 1.42858;
  text-align: center;
}

/* トップへ戻るボタン
-------------------------------------------------- */
.goTop {
  display: none;
}
@media screen and (min-width: 768px) {
  .goTop {
    display: block;
    opacity: 0;
    position: fixed;
    bottom: 28px;
    right: 30px;
    z-index: 500;
    transition: 0.3s ease;
  }
}
@media screen and (min-width: 1366px) {
  .goTop {
    right: initial;
    left: calc(50vw + min(44.58273vw, 609px));
  }
}
.goTop a {
  border: 0.5px solid #DDFF22;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  height: 44px;
  width: 44px;
}
.goTop a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 12px 7px;
  border-color: transparent transparent #DDFF22 transparent;
}

/* アニメーション設定
-------------------------------------------------- */
/* 共通フェードイン */
@keyframes cmnFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* kv用フェードアウト */
@keyframes kvFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* kv用スライドライト→ */
@keyframes kvSlideRight {
  0% {
    transform: translateX(-150%);
  }
  100% {
    transform: translateX(0);
  }
}
/* kv用スライドレフト← */
@keyframes kvSlideLeft {
  0% {
    transform: translateX(150%);
  }
  100% {
    transform: translateX(0);
  }
}
/* フェードアップ設定
-------------------------------------------------- */
.js-fade {
  opacity: 0;
  transform: translateY(100px);
  transition: 1s ease-out;
}

.js-fade.fadeActive {
  opacity: 1;
  transform: translateY(0);
}
.js-fade.fadeActive + .fadeActive {
  transition: 1s ease 0.3s;
}/*# sourceMappingURL=cmn.css.map */