@charset "UTF-8";
/* Gill Sans Ultra Bold Condensed ｜フリーフォント */
@font-face {
  font-display: swap;
  font-family: "Gill Sans Ultra Bold Condensed";
  src: url("../../assets/fonts/Gill-Sans-Ultra-Bold-Condensed-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
html {
  font-size: 16px;
}
@media (max-width: 420px) {
  html {
    font-size: 3.8095238095vw;
  }
}

/* フォントカラーは、使用頻度が多いものを選択する */
body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 1;
}

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

/* コンテンツ量が少なく短いページでもフッターを最下部に表示する ---- */
.content-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

/* コンテンツ量が少なく短いページでもフッターを最下部に表示する ここまで ---- */
/* YouTubeのframeborder属性の変わり(HTML5の標準仕様で廃止されているため) */
iframe {
  border: none;
}

/* ジャギー対策 */
img {
  image-rendering: auto;
}

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

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  filter: blur(10px);
}

input,
button,
select,
textarea {
  font: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.inner {
  width: 100%;
  max-width: 28rem;
  padding-right: 2.125rem;
  padding-left: 2.125rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1280px) {
  .inner {
    max-width: 25rem;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

.about__content {
  display: flex;
  flex-direction: column;
  gap: 3.5625rem;
  justify-content: center;
  align-items: center;
}

.about__bg {
  width: 100%;
  aspect-ratio: 540/334;
}

.about__main-title-02 {
  max-width: 23.75rem;
  width: 100%;
  margin-inline: auto;
  margin-top: -11.125rem;
}

.about__text {
  display: flex;
  flex-direction: column;
  gap: 2.0625rem;
}

.about__text p {
  font-size: max(1.125rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #ffffff;
  text-align: center;
}

.about__img02 {
  max-width: 23.5rem;
  width: 100%;
  aspect-ratio: 380/419;
}

.about__img02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.message__slide-text.slide-text {
  margin-top: 7.1875rem;
}

/* ---------- 各セクションのマスクアニメーション（X軸方向） -------------------------- */
.js-mask,
.js-mv-mask {
  mask-image: linear-gradient(90deg, #ffffff 0% 50%, transparent 100%);
  mask-size: 200% 100%;
  mask-repeat: no-repeat;
  mask-position: 200% 0%;
}

.js-mask.is-open,
.js-mv-mask.is-open {
  animation: mask 0.5s linear forwards;
}

@keyframes mask {
  0% {
    mask-position: 200% 0%;
  }
  100% {
    mask-position: 0% 0%;
  }
}
/* ---------- 各セクションのマスクアニメーション（X軸方向） ここまで ----------------- */
/* ---------- 各セクションのマスクアニメーション（Y軸方向） -------------------------- */
.js-mask-y {
  mask-image: linear-gradient(180deg, #ffffff 0% 50%, transparent 100%);
  mask-size: 100% 200%; /* 横幅100%、縦方向に2倍のサイズ */
  mask-repeat: no-repeat;
  mask-position: 0% 200%; /* マスクを最初は下の外側に配置 */
}

.js-mask-y.is-open {
  animation: mask-y 1s linear forwards;
  animation-delay: 1s;
}

@keyframes mask-y {
  0% {
    mask-position: 0% 200%; /* 開始位置：下から */
  }
  100% {
    mask-position: 0% 0%; /* 終了位置：上までマスクを引き上げる */
  }
}
/* ---------- 各セクションのマスクアニメーション（Y軸方向） ここまで ----------------- */
/* ---------- 読み込み時のチラつき防止 | ここから ---------- */
.js-fade-op,
.js-pop-up,
.js-mv-fade,
.js-fadeIn-diagonal-single,
.js-fadeIn-rights,
.js-fadeIn-right {
  opacity: 0;
}

/* ---------- 読み込み時のチラつき防止 | ここまで ---------- */
/* -------------------- テキストのマスクエフェクト ------------------------- */
.js-text-mask {
  position: relative;
  transform: translateY(1.25rem);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  --translateX: 0px;
}

.js-text-mask::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(var(--translateX));
}

.js-text-mask.js-text-mask-black::before {
  background-color: #222222;
}

.js-text-mask.js-text-mask-white::before {
  background-color: #ffffff;
}

/* -------------------- テキストのマスクエフェクト ここまで ------------------------- */
.body-content {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 33.75rem 15rem;
  overflow: clip;
}
@media screen and (max-width: 1440px) {
  .body-content {
    grid-template-columns: 1fr 33.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .body-content {
    grid-template-columns: 1fr 29.375rem;
  }
}
@media screen and (max-width: 768px) {
  .body-content {
    grid-template-columns: 1fr;
  }
}

.body-content::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #222222;
  width: 100%;
  height: 100%;
  z-index: -5;
}

/* ---------- メインタイトル | ここから ---------- */
.body-content__img-area {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 100svh;
  order: 1;
  overflow: clip;
}
@media screen and (max-width: 768px) {
  .body-content__img-area {
    display: none;
  }
}

.body-content__img-wrapper {
  position: sticky;
  top: 0;
  padding-top: 7.5rem;
  padding-top: 6.25vw;
  height: 67.5rem;
  height: 56.25vw;
  min-height: 100svh;
}

.body-content__img-wrapper::before {
  content: "";
  position: absolute;
  bottom: -0.9375rem;
  bottom: -0.78125vw;
  right: 0;
  background-image: url(../../assets/images/common/pedestal.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 61.5625rem;
  width: 51.3020833333vw;
  aspect-ratio: 2150/662;
  z-index: -3;
}
@media screen and (max-width: 1024px) {
  .body-content__img-wrapper::before {
    content: none;
  }
}

.body-content__img-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../assets/images/common/body-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: -4;
}

.body-content__logo {
  position: absolute;
  left: 2.5rem;
  top: 2.5rem;
  width: 3.75rem;
}

.body-content__logo-link {
  display: block;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .body-content__logo-link:hover {
    opacity: 0.6;
  }
}
.body-content__title {
  position: absolute;
  bottom: 37.5rem;
  bottom: 31.25vw;
  right: 17.125rem;
  right: 14.2708333333vw;
  max-width: 38.75rem;
  max-width: 32.2916666667vw;
  width: 100%;
}
@media screen and (max-width: 1919px) {
  .body-content__title {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1024px) {
  .body-content__title {
    bottom: auto;
    top: 12.5rem;
    top: 19.53125vw;
  }
}

.body-content__title::before {
  content: "";
  position: absolute;
  top: -6.25vw;
  left: 37.4%;
  transform: translateX(-50%);
  background-image: url(../../assets/images/common/smoke-01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 63.28125vw;
  aspect-ratio: 1175/731.74;
  z-index: -1;
  animation: smokeAnime01 8s ease-in-out infinite;
}

@keyframes smokeAnime01 {
  0% {
    transform: translateX(-50%) scale(1);
    opacity: 0.7;
    filter: blur(0);
  }
  25% {
    transform: translateX(-50%) scale(1.01);
    opacity: 0.85;
    filter: blur(1px);
  }
  50% {
    transform: translateX(-50%) scale(1.03);
    opacity: 0.9;
    filter: blur(2px);
  }
  75% {
    transform: translateX(-50%) scale(1.01);
    opacity: 0.8;
    filter: blur(1px);
  }
  100% {
    transform: translateX(-50%) scale(1);
    opacity: 0.7;
    filter: blur(0);
  }
}
.body-content__employee {
  position: absolute;
  bottom: 0.875rem;
  bottom: 0.7291666667vw;
  right: 20.6875rem;
  right: 17.2395833333vw;
  max-width: 28.6875rem;
  max-width: 23.90625vw;
  width: 100%;
}
@media screen and (max-width: 1919px) {
  .body-content__employee {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1024px) {
  .body-content__employee {
    bottom: auto;
    top: 24.375rem;
    top: 38.0859375vw;
  }
}

.body-content__employee::before,
.body-content__employee::after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.45, 0, 0.25, 1);
  animation-iteration-count: infinite;
}

.body-content__employee::before {
  right: calc(50% - 2.2916666667vw);
  bottom: 4.6875vw;
  background-image: url(../../assets/images/common/smoke-02.png);
  width: 10.4166666667vw;
  aspect-ratio: 200/169.84;
  animation-name: smokeLeft;
}

.body-content__employee::after {
  left: calc(50% + 10.3645833333vw);
  bottom: 4.21875vw;
  background-image: url(../../assets/images/common/smoke-03.png);
  width: 17.96875vw;
  aspect-ratio: 300.32/213.67;
  animation-name: smokeRight;
}

@keyframes smokeLeft {
  0% {
    transform: translateX(-50%) scale(0.9);
    opacity: 0;
    filter: blur(0);
  }
  90% {
    transform: translateX(-72%) scale(1) rotate(10deg);
    opacity: 1;
    filter: blur(4px);
  }
  100% {
    transform: translateX(-72%) scale(1) rotate(13deg);
    opacity: 0;
    filter: blur(10px);
  }
}
@keyframes smokeRight {
  0% {
    transform: translateX(-50%) scale(0.9);
    opacity: 0;
    filter: blur(0);
  }
  90% {
    transform: translateX(-28%) scale(1) rotate(-10deg);
    opacity: 1;
    filter: blur(4px);
  }
  100% {
    transform: translateX(-28%) scale(1) rotate(-13deg);
    opacity: 0;
    filter: blur(10px);
  }
}
/* ---------- メインタイトル | ここまで ---------- */
/* ---------- ヘッダー | ここから ---------- */
.body-content__header {
  position: relative;
  order: 3;
}

/* ---------- ヘッダー | ここまで ---------- */
/* ---------- メインコンテンツ | ここから ---------- */
.body-content__wrapper {
  position: relative;
  order: 2;
  overflow: hidden;
}

.body-content__inner {
  max-width: 31.25rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.body-content__slide-text {
  position: relative;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

/* ---------- メインコンテンツ | ここまで ---------- */
/* ----- ボタンタイプ共通設定 ここから ----- */
.btn {
  display: inline-block;
  transition: all 0.3s;
  cursor: pointer;
}

.btn__text {
  display: inline-block;
  transition: all 0.3s;
}

/* ----- ボタンタイプ共通設定 ここまで ----- */
/* ----- VIEW MORE ここから ----- */
.btn.btn-01 {
  position: relative;
  width: 100%;
  max-width: 23.75rem;
  background-color: #ffffff;
  border: 1px solid #2b4be8;
  border-radius: 0.25rem;
  padding: 1.0625rem 1.25rem;
  transition: all 0.3s;
}

.btn.btn-01::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.875rem;
  transform: translateY(-50%);
  width: 100%;
  mask-image: url(../../assets/images/common/arrow-02.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #2b4be8;
  width: 2.5rem;
  aspect-ratio: 1/1;
  transition: all 0.3s;
  z-index: 1;
}

.btn__text-01 {
  position: relative;
  font-size: 2rem;
  font-family: "Gill Sans Ultra Bold Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #2b4be8;
  text-transform: uppercase;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .btn.btn-01:hover {
    background-color: #2b4be8;
  }
  .btn.btn-01:hover::before {
    background-color: #ffffff;
  }
  .btn.btn-01:hover .btn__text-01 {
    color: #ffffff;
  }
}
/* ----- VIEW MORE ここまで ----- */
/* ----- 透明ボタン ここから ----- */
.btn.btn-02 {
  position: relative;
  padding-right: 2.8125rem;
  transition: all 0.3s;
}

.btn.btn-02::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  mask-image: url(../../assets/images/common/arrow-02.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #ffffff;
  width: 2.5rem;
  aspect-ratio: 1/1;
  transition: all 0.3s;
  z-index: 1;
}

.btn__text-02 {
  position: relative;
  font-size: 1.875rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.2em;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .btn.btn-02:hover::before {
    right: -0.9375rem;
    background-color: #bebebe;
  }
  .btn.btn-02:hover .btn__text-02 {
    color: #bebebe;
  }
}
/* ----- 透明ボタン ここまで ----- */
/* ---------- 『送信する』ボタン | ここから ---------- */
.btn.btn-entry {
  position: relative;
  display: block;
  width: 100%;
  max-width: 23.75rem;
  height: 100%;
  max-height: 4.25rem;
  background-color: #ffffff;
  border: 1px solid #2b4be8;
  border-radius: 0.25rem;
  padding: 1.25rem 0.875rem;
  transition: all 0.3s;
  text-align: center;
  cursor: pointer;
}

.btn.btn-entry::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.875rem;
  transform: translateY(-50%);
  width: 100%;
  mask-image: url(../../assets/images/common/arrow-02.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #2b4be8;
  width: 2.5rem;
  aspect-ratio: 1/1;
  transition: all 0.3s;
  z-index: 1;
}

.btn-entry__submit {
  position: relative;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  color: #2b4be8;
  letter-spacing: 0.2em;
  text-align: center;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .btn.btn-entry:hover {
    background-color: #2b4be8;
  }
  .btn.btn-entry:hover::before {
    background-color: #ffffff;
  }
  .btn.btn-entry:hover .btn-entry__submit {
    color: #ffffff;
  }
}
/* ---------- 『送信する』ボタン | ここまで ---------- */
.business {
  padding-bottom: 7.5rem;
}

.business__list {
  display: flex;
  flex-direction: column;
  gap: 7.25rem;
}

.business__img {
  display: block;
  max-width: 28rem;
  margin-inline: auto;
  width: 100%;
  border-bottom: solid 1px #ffffff;
  border-top: solid 1px #ffffff;
}
@media screen and (max-width: 1024px) {
  .business__img {
    max-width: 26.125rem;
  }
}
@media screen and (max-width: 768px) {
  .business__img {
    border: solid 1px #ffffff;
  }
}

.business__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 448/300;
}

.business__item-title-wrapper {
  margin-top: 3.4375rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.business__item-title-text {
  font-size: max(1.375rem, 12px);
  font-family: "Gill Sans Ultra Bold Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #ffffff;
  text-transform: uppercase;
}

.business__item-title {
  display: flex;
  flex-direction: column;
  gap: 1.6875rem;
}

.business__item-title-main {
  font-size: max(1.875rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #ffffff;
}

.business__item-title-en {
  font-size: max(1.25rem, 12px);
  font-family: "Gill Sans Ultra Bold Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
}

.business__item-text {
  margin-top: 3.75rem;
  padding-top: 3.625rem;
  position: relative;
}

.business__item-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 28rem;
  width: calc(100% + 4.25rem);
  height: 1px;
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .business__item-text::before {
    max-width: 26.125rem;
  }
}

.business__item-text p {
  font-size: max(1rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #ffffff;
}

.business__bottom-img {
  display: block;
  margin-top: 7.1875rem;
  width: 100%;
}

/* ---------- プロフィール | ここから ---------- */
.busters__profile-container {
  position: relative;
  margin-top: 1.25rem;
  padding-top: 3.125rem;
}

.busters__profile-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #ffffff;
  max-width: 28rem;
  width: calc(100% + 4.25rem);
}
@media screen and (max-width: 1024px) {
  .busters__profile-container::before {
    max-width: 26.125rem;
  }
}

.busters__profile-inner {
  max-width: 23.875rem;
  width: 100%;
  margin-inline: auto;
}

.busters__profile-main {
  display: grid;
  grid-template-columns: 1fr 15.625rem;
}

.busters__profile-main-text {
  display: flex;
  flex-direction: column;
  gap: 6.5625rem;
}

.busters__profile-number-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4375rem;
  padding-inline: 0.5rem;
  padding-top: 0.5rem;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  width: max-content;
  height: fit-content;
}

.busters__profile-number-text {
  font-size: 2.625rem;
  font-family: "Gill Sans Ultra Bold Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.9523809524;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.busters__profile-number {
  font-size: 5.75rem;
  font-family: "Gill Sans Ultra Bold Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #ffffff;
  writing-mode: vertical-rl;
}

.busters__profile-img {
  position: relative;
  max-width: 15.625rem;
  width: 100%;
  aspect-ratio: 250/500;
  margin-top: -0.5625rem;
}

.busters__profile-img-circle {
  width: 100%;
  height: 100%;
}

.busters__profile-img-circle img {
  animation: circleAnime 2s infinite linear 0.5s both alternate;
  /*
    2s → 1サイクルの再生時間（6秒）
    infinite → 無限に繰り返す
    linear → 一定の速度で変化
    0.5s → 再生を開始するまでの待機時間
    both → アニメーションの前後の状態も保持
    alternate → アニメーションを往復（正方向→逆方向）で再生
  */
}

@keyframes circleAnime {
  0% {
    filter: brightness(1) blur(0px);
  }
  100% {
    filter: brightness(2.5) blur(1px);
  }
}
.busters__profile-img-employee {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15.375rem;
  aspect-ratio: 240/467;
}

.busters__profile-meta-label {
  display: inline-block;
  font-size: max(0.75rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.2em;
}

.busters__profile-codename {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.375rem;
  margin-top: 0.625rem;
}

.busters__profile-codename-ja {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.2em;
  padding: 0.40625rem 0.625rem;
  background-color: #ffffff;
  text-align: center;
  white-space: nowrap;
}

.busters__profile-codename-en {
  font-size: max(1rem, 12px);
  font-family: "Figtree", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.09375rem 0.625rem;
  background-color: #ffffff;
  text-align: center;
  white-space: nowrap;
}

.busters__profile-info {
  margin-top: 2.5rem;
}

.busters__profile-info-text {
  font-size: max(1rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.8;
  letter-spacing: 0.2em;
}

.busters__profile-bg {
  position: relative;
  width: 100%;
  height: 21.625rem;
  margin-top: 5rem;
  padding-bottom: 3.125rem;
}

.busters__profile-bg-img {
  aspect-ratio: 540/300;
}

/* ---------- プロフィール | ここまで ---------- */
/* ---------- スキルチャート | ここから ---------- */
.busters__chart {
  margin-top: 6.25rem;
}

.busters__chart-inner {
  max-width: 23.875rem;
  width: 100%;
  margin-inline: auto;
}

.busters__chart-container {
  position: relative;
  margin-top: 1.25rem;
  padding-top: 2.5rem;
}

.busters__chart-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #ffffff;
  max-width: 28rem;
  width: calc(100% + 4.25rem);
}
@media screen and (max-width: 1024px) {
  .busters__chart-container::before {
    max-width: 26.125rem;
  }
}

.busters__chart-wrapper {
  position: relative;
  max-width: 21.75rem;
  width: 100%;
  margin-inline: auto;
  aspect-ratio: 348/342;
}

.busters__chart-base {
  width: 100%;
  height: 100%;
}

.busters__chart-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.busters__chart-text-wrapper {
  margin-top: 2.5rem;
}

.busters__chart-text {
  font-size: max(1rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.8;
  letter-spacing: 0.2em;
}

/* ---------- スキルチャート | ここまで ---------- */
/* ---------- メンバー | ここから ---------- */
.busters__member {
  position: relative;
  margin-top: 7.1875rem;
  padding-block: 3.75rem;
}

.busters__member::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #2b4be8;
  width: 100%;
  height: calc(100% + 10rem);
  border-radius: 3.75rem 3.75rem 0 0;
  z-index: -1;
}

.busters__member-swiper {
  margin-top: 2.1875rem;
}

.swiper-slide-member-link {
  display: block;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .swiper-slide-member-link:hover {
    filter: brightness(1.3);
  }
}
/* ---------- メンバー | ここまで ---------- */
.busters__slide-text {
  margin-top: 7.5rem;
}

/* ---------- 魔法陣アニメーション | ここから ---------- */
/* ==========
  魔法陣ベース
========== */
.teleportation-container {
  position: absolute;
  bottom: 2.125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}

/* ==========
  魔法陣エフェクト
========== */
.magic-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.625rem;
  height: 15.625rem;
  transform-style: preserve-3d;
  transform: translate(-50%, -50%) rotateX(75deg) rotateZ(-15deg);
  z-index: 2;
  animation: magic-circle-appear 6s ease-in-out infinite;
}

.magic-circle__outer-ring,
.magic-circle__middle-ring,
.magic-circle__inner-ring {
  position: absolute;
  border-radius: 100vmax;
}

.magic-circle__outer-ring {
  width: 100%;
  height: 100%;
  border: 0.1875rem solid #00ffff;
  box-shadow: 0 0 1.25rem #00ffff;
  animation: ring-rotate 8s linear infinite;
}

.magic-circle__middle-ring {
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  border: 0.125rem solid #0099ff;
  box-shadow: 0 0 0.9375rem #0099ff;
  animation: ring-rotate-reverse 6s linear infinite;
}

.magic-circle__inner-ring {
  top: 30%;
  left: 30%;
  width: 40%;
  height: 40%;
  border: 1px solid #66ccff;
  box-shadow: 0 0 0.625rem #66ccff;
  animation: ring-rotate 4s linear infinite;
}

.magic-circle__core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.25rem;
  height: 1.25rem;
  background-color: #ffffff;
  border-radius: 100vmax;
  box-shadow: 0 0 1.875rem #00ffff;
  animation: core-pulse 2s ease-in-out infinite;
}

/* ルーン（装飾） */
.magic-circle__rune {
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #00ffff;
  border-radius: 0.125rem;
  box-shadow: 0 0 0.5rem #00ffff;
}

.magic-circle__rune--1 {
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}

.magic-circle__rune--2 {
  top: 25%;
  right: 8%;
  transform: rotate(60deg);
}

.magic-circle__rune--3 {
  bottom: 25%;
  right: 8%;
  transform: rotate(120deg);
}

.magic-circle__rune--4 {
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}

.magic-circle__rune--5 {
  bottom: 25%;
  left: 8%;
  transform: rotate(240deg);
}

.magic-circle__rune--6 {
  top: 25%;
  left: 8%;
  transform: rotate(300deg);
}

/* ==========
  エネルギー粒子
========== */
.energy-particles {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateX(75deg) rotateZ(-15deg);
  width: 15.625rem;
  height: 15.625rem;
  z-index: 3;
  animation: particles-appear 6s ease-in-out infinite;
}

.energy-particles__particle {
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #00ffff;
  border-radius: 100vmax;
  box-shadow: 0 0 0.625rem #00ffff;
}

.energy-particles__particle--1 {
  top: 20%;
  left: 30%;
  animation: particle-float-1 3s ease-in-out infinite;
}

.energy-particles__particle--2 {
  top: 15%;
  right: 25%;
  animation: particle-float-2 3.5s ease-in-out infinite;
}

.energy-particles__particle--3 {
  top: 40%;
  left: 10%;
  animation: particle-float-3 2.8s ease-in-out infinite;
}

.energy-particles__particle--4 {
  top: 35%;
  right: 15%;
  animation: particle-float-4 3.2s ease-in-out infinite;
}

.energy-particles__particle--5 {
  bottom: 30%;
  left: 20%;
  animation: particle-float-5 2.5s ease-in-out infinite;
}

.energy-particles__particle--6 {
  bottom: 25%;
  right: 30%;
  animation: particle-float-6 3.7s ease-in-out infinite;
}

.energy-particles__particle--7 {
  bottom: 40%;
  left: 40%;
  animation: particle-float-7 2.9s ease-in-out infinite;
}

.energy-particles__particle--8 {
  top: 60%;
  left: 60%;
  animation: particle-float-8 3.1s ease-in-out infinite;
}

/* ==========
  光の柱
========== */
.light-beam {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotateX(75deg) rotateZ(-15deg);
  width: 11.25rem;
  height: 100%;
  z-index: 3;
  animation: beam-appear 6s ease-in-out infinite;
}

.light-beam__column {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 255, 255, 0.1);
  box-shadow: 0 0 6.25rem rgba(0, 255, 255, 0.3);
  animation: beam-pulse 2s ease-in-out infinite;
}

/* ==========
  エネルギーリング
========== */
.energy-effects {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateX(75deg) rotateZ(-15deg);
  width: 20rem;
  height: 20rem;
  z-index: 3;
  animation: effects-appear 6s ease-in-out infinite;
}

.energy-effects__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.125rem solid rgba(0, 255, 255, 0.6);
  border-radius: 100vmax;
  box-shadow: 0 0 1.25rem rgba(0, 255, 255, 0.4);
}

.energy-effects__ring--1 {
  width: 100%;
  height: 100%;
  animation: ring-expand-1 3s ease-out infinite;
}

.energy-effects__ring--2 {
  width: 80%;
  height: 80%;
  animation: ring-expand-2 3s ease-out infinite 0.5s;
}

.energy-effects__ring--3 {
  width: 60%;
  height: 60%;
  animation: ring-expand-3 3s ease-out infinite 1s;
}

/* ==========
  アニメーション定義（常時表示）
========== */
@keyframes magic-circle-appear {
  0%, 100% {
    opacity: 1;
    transform: translate(-50%, -50%) rotateX(75deg) rotateZ(-15deg) scale(1);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) rotateX(75deg) rotateZ(-15deg) scale(1.05);
  }
}
@keyframes ring-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ring-rotate-reverse {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes core-pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 1.875rem #00ffff;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
    box-shadow: 0 0 3.125rem #00ffff;
  }
}
@keyframes particles-appear {
  0%, 100% {
    opacity: 1;
  }
}
@keyframes particle-float-1 {
  0%, 100% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(-0.625rem, -0.9375rem);
  }
  66% {
    transform: translate(0.5rem, -1.25rem);
  }
}
@keyframes particle-float-2 {
  0%, 100% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(0.75rem, -1.125rem);
  }
  66% {
    transform: translate(-0.375rem, -1.5625rem);
  }
}
@keyframes particle-float-3 {
  0%, 100% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(-0.5rem, -0.75rem);
  }
  66% {
    transform: translate(0.9375rem, -0.5rem);
  }
}
@keyframes particle-float-4 {
  0%, 100% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(0.625rem, -1.375rem);
  }
  66% {
    transform: translate(-0.75rem, -1rem);
  }
}
@keyframes particle-float-5 {
  0%, 100% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(-0.875rem, -0.625rem);
  }
  66% {
    transform: translate(0.4375rem, -1.125rem);
  }
}
@keyframes particle-float-6 {
  0%, 100% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(0.5625rem, -0.875rem);
  }
  66% {
    transform: translate(-0.6875rem, -1.25rem);
  }
}
@keyframes particle-float-7 {
  0%, 100% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(-0.4375rem, -1rem);
  }
  66% {
    transform: translate(0.8125rem, -0.6875rem);
  }
}
@keyframes particle-float-8 {
  0%, 100% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(0.6875rem, -1.1875rem);
  }
  66% {
    transform: translate(-0.5625rem, -0.8125rem);
  }
}
@keyframes beam-appear {
  0%, 100% {
    opacity: 1;
  }
}
@keyframes beam-pulse {
  0%, 100% {
    transform: translateX(-50%) scaleX(1);
  }
  50% {
    transform: translateX(-50%) scaleX(1.1);
  }
}
@keyframes effects-appear {
  0%, 100% {
    opacity: 1;
  }
}
@keyframes ring-expand-1 {
  0% {
    width: 50%;
    height: 50%;
    opacity: 1;
    border-width: 0.1875rem;
  }
  100% {
    width: 120%;
    height: 120%;
    opacity: 1;
    border-width: 1px;
  }
}
@keyframes ring-expand-2 {
  0% {
    width: 40%;
    height: 40%;
    opacity: 1;
    border-width: 0.125rem;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 1;
    border-width: 1px;
  }
}
@keyframes ring-expand-3 {
  0% {
    width: 30%;
    height: 30%;
    opacity: 1;
    border-width: 0.125rem;
  }
  100% {
    width: 80%;
    height: 80%;
    opacity: 1;
    border-width: 1px;
  }
}
/* ---------- 魔法陣アニメーション | ここまで ---------- */
.entry__wrapper {
  padding-bottom: 7.5rem;
}

.entry__form {
  margin-top: 2.5rem;
}

.entry__btn-wrapper {
  margin-top: 2.1875rem;
}

.footer {
  position: relative;
  padding-bottom: 2.5rem;
  z-index: 1;
}

.footer::before {
  content: "";
  position: absolute;
  top: 10rem;
  left: 0;
  right: 0;
  background-color: #434343;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.footer__logo {
  position: relative;
  width: 100%;
  padding-top: 4.0625rem;
  height: 10rem;
}

.footer__logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../../assets/images/common/footer-arch.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (any-hover: hover) {
  .footer__logo-link:hover {
    opacity: 0.6;
  }
}
.footer__logo-link {
  display: block;
  max-width: 4.25rem;
  width: 100%;
  margin-inline: auto;
  transition: opacity 0.3s;
}

.footer__layout {
  display: flex;
  flex-direction: column;
  gap: 2.125rem;
  justify-content: center;
  align-items: center;
  padding-top: 2.125rem;
}

.footer__company-name {
  font-size: max(1.125rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 2.1111111111;
  color: #ffffff;
}

.footer__content {
  text-align: center;
}

.footer__contact-number {
  display: flex;
  gap: 0.9375rem;
}

.footer__contact-address,
.footer__contact-number-tel a,
.footer__contact-number-fax {
  font-size: max(0.75rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.6;
  color: #ffffff;
}

.footer__contact-number-tel a {
  display: inline-block;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .footer__contact-number-tel a:hover {
    opacity: 0.6;
  }
}
.footer__privacy {
  margin-top: 0.9375rem;
}

.footer__privacy-link {
  display: inline-block;
  font-size: max(0.75rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.6;
  color: #ffffff;
  text-transform: capitalize;
  text-decoration: underline;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .footer__privacy-link:hover {
    opacity: 0.6;
  }
}
.footer__sns {
  display: flex;
  gap: 1.25rem;
  margin-top: 1.25rem;
  justify-content: center;
}

.footer__sns-item {
  width: 2.5rem;
  aspect-ratio: 40/40;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  .footer__sns-item:hover {
    opacity: 0.6;
  }
}
.footer__sns-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 40/40;
}

.footer__site {
  display: flex;
  background-color: #222222;
}

.footer__site-img {
  width: 10rem;
  aspect-ratio: 365/140;
}

.footer__site-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 160/120;
}

.footer__site {
  display: flex;
  gap: 1.875rem;
  width: 100%;
}

.footer__site-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.8125rem;
  justify-content: center;
  align-items: center;
  padding-top: 1.375rem;
  padding-bottom: 1.0625rem;
}

.footer__site-logo {
  width: 8.125rem;
}

.footer__site-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 130/40;
}

.footer__site-link {
  padding-top: 0.4375rem;
  padding-bottom: 0.3125rem;
  padding-inline: 1rem;
  display: inline-block;
  font-size: max(0.75rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.4166666667;
  color: #ffffff;
  border-radius: 0.25rem;
  border: solid 1px #b5b5b5;
  transition: all 0.3s;
  filter: drop-shadow(6px 3px 6px rgba(0, 0, 0, 0.16));
}

@media (any-hover: hover) {
  .footer__site-link:hover {
    background-color: #ffffff;
    color: #222222;
  }
}
.footer__copyright {
  margin-top: 1.25rem;
  font-size: max(0.75rem, 12px);
  font-family: "Figtree", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
  display: block;
}

.form__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.form__item.form__item-01 {
  padding-block: 3.75rem;
}

.form__item.form__item-01::before,
.form__item.form__item-04::before,
.form__note::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #ffffff;
  max-width: 28rem;
  width: calc(100% + 4.25rem);
}
@media screen and (max-width: 1024px) {
  .form__item.form__item-01::before,
  .form__item.form__item-04::before,
  .form__note::before {
    max-width: 26.125rem;
  }
}

.form__item.form__item-02 {
  padding-top: 3.75rem;
}

.form__item.form__item-03 {
  padding-block: 3.75rem;
}

.form__item.form__item-04 {
  padding-top: 6.25rem;
}

/* ラベル */
.form__label-text {
  display: inline-block;
  font-size: max(1.375rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3090909091;
  letter-spacing: 0.2em;
}

/* バッジ */
.form__required {
  display: inline-block;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.2em;
  border-radius: 0.25rem;
  padding: 0.3125rem 0.625rem;
  margin-left: 0.625rem;
  vertical-align: middle;
  background-color: #2b4be8;
  margin-top: -0.25rem;
}

.form__data {
  width: 100%;
}

.form__input,
.form__textarea {
  font-size: max(1rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #222222;
  letter-spacing: 0.02em;
  line-height: 1.6;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #bebebe;
  border-radius: 0.25rem;
  padding: 0.40625rem 0.625rem;
}

.form__input:focus,
.form__textarea:focus {
  border-color: #222222;
}

/* プレースホルダー */
::placeholder {
  font-size: max(1rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #bebebe;
}

.form__textarea {
  min-height: 12.5rem;
}

.form__note {
  position: relative;
  margin-top: 3.75rem;
  padding-top: 3.75rem;
}

.form__note-text {
  font-size: max(1rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.8;
  letter-spacing: 0.2em;
}

/* アップロード */
.form__upload {
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .form__upload:hover {
    opacity: 0.6;
  }
}
.form__upload-drop {
  position: relative;
  display: block;
  width: 100%;
  min-height: 11.25rem;
  border: 2px dashed #acacac;
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 0.02);
  transition: all 0.3s;
  text-align: center;
}

.form__upload-drop::before {
  content: "";
  position: absolute;
  top: 2.125rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../../assets/images/common/icon-upload-file.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.375rem;
  aspect-ratio: 54/60;
}

.form__upload-text {
  display: inline-block;
  font-size: max(1rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
  margin-top: 7.125rem;
}

.form__privacy-text-link {
  color: inherit;
}

.form__privacy-text-link-bold {
  font-weight: 700;
}

/* ---------- チェックボックス（共通） | ここから ---------- */
.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}

.wpcf7-list-item:nth-child(n+2) {
  margin-top: 0.1875rem;
}

.wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  font-size: max(1rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  padding-left: 2.75rem;
}

/* チェックボックス */
.wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border: solid 1px #ffffff;
  border-radius: 0.125rem;
}

/* チェックマーク */
.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 50%;
  transform: translateY(-50%);
  width: 1.375rem;
  height: 1.375rem;
  background-color: #831818;
  border-radius: 0.125rem;
  opacity: 0;
  transition: all 0.3s;
}

input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

.wpcf7-file {
  width: 100%;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-top: 1.3125rem;
}

.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #b5b5b5;
  line-height: 1.75;
  text-align: center;
  border: none;
}

/* ---------- チェックボックス（共通） | ここまで ---------- */
.form__check-label {
  font-size: max(1rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #ffffff;
  padding-left: 2.25rem;
  line-height: 1.6;
  position: relative;
}

.form__check-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #b5b5b5;
  border-radius: 0.25rem;
  background-color: transparent;
}

#privacy:checked + .form__check-label::after {
  content: "";
  position: absolute;
  left: 0.3125rem;
  top: 0.5625rem;
  width: 0.875rem;
  height: 0.375rem;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}

.form__upload-info {
  display: none;
  margin-top: 0.625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: max(1rem, 12px);
  color: #ffffff;
}

@media screen and (max-width: 1440px) {
  .hamburger {
    position: absolute;
    top: 0;
    left: -3.75rem;
    display: inline-block;
    width: 3.75rem;
    height: 3.75rem;
    background-color: #2b4be8;
    border-bottom-left-radius: 0.625rem;
    transition: all 0.3s;
    z-index: 100;
    cursor: pointer;
  }
}

.hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.25rem;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .hamburger:hover span {
    width: 1.875rem;
  }
}
.hamburger span:first-child {
  top: 40%;
}

.hamburger span:nth-child(2) {
  top: 50%;
}

.hamburger span:nth-child(3) {
  top: 60%;
}

.hamburger.is-active span:first-child {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(315deg);
  width: 1.875rem;
  height: 0.1875rem;
}

.hamburger.is-active span:nth-child(2) {
  display: none;
}

.hamburger.is-active span:nth-child(3) {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-315deg);
  width: 1.875rem;
  height: 0.1875rem;
}

.hamburger__open-btn.is-active {
  display: none;
}

.header {
  position: sticky;
  top: 0;
  height: 100svh;
  z-index: 10;
}
@media screen and (max-width: 1440px) {
  .header {
    position: fixed;
    top: 0;
    right: -15rem;
    transition: all 0.3s;
  }
}

.header.is-active {
  right: 0;
}

.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #222222;
  width: 100%;
  height: 100svh;
  z-index: -2;
}

.header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2b4be8;
  width: 100%;
  height: 22.375rem;
  clip-path: polygon(0 0, 100% 0, 100% 86.6%, 0% 100%);
  z-index: -1;
}

.header__drawer {
  display: none;
}
@media screen and (max-width: 1440px) {
  .header__drawer {
    display: block;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9;
}

.overlay.is-active {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 1441px) {
  .overlay {
    display: none;
  }
}
.heading {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.4375rem;
  width: 100%;
}

.heading__en {
  position: relative;
  font-size: max(2.5rem, 12px);
  font-family: "Gill Sans Ultra Bold Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.25;
  color: #ffffff;
  text-transform: uppercase;
}

.heading__en::before {
  content: "[";
  position: absolute;
  top: 0rem;
  left: -1.4375rem;
  font-size: max(2.25rem, 12px);
  font-family: "Gill Sans Ultra Bold Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.25;
  color: #ffffff;
  text-transform: uppercase;
}

.heading__en::after {
  position: absolute;
  content: "]";
  top: 0rem;
  right: -1.4375rem;
  font-size: max(2.25rem, 12px);
  font-family: "Gill Sans Ultra Bold Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.25;
  color: #ffffff;
  text-transform: uppercase;
}

.heading__ja {
  font-size: max(0.875rem, 12px);
  font-family: "Gill Sans Ultra Bold Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 2.1428571429;
  color: #ffffff;
}

.info {
  padding-bottom: 7.5rem;
}

.info__job-title {
  padding-bottom: 2.5rem;
}

.info__content {
  display: flex;
  flex-direction: column;
}

.info__job-list {
  display: flex;
  flex-direction: column;
  position: relative;
}

.info__job-list li:last-child::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 4.25rem);
  height: 1px;
  background-color: #ffffff;
}

.info__job-item {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-block: 1.4375rem;
  position: relative;
}

.info__job-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #ffffff;
  max-width: 28rem;
  width: calc(100% + 4.25rem);
}
@media screen and (max-width: 1024px) {
  .info__job-item::before {
    max-width: 26.125rem;
  }
}

.info__job-item p {
  font-size: max(1.375rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #ffffff;
}

.info__item-text p {
  font-size: max(1rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #ffffff;
}

.info__values {
  margin-top: 6.875rem;
}

.info__values-content {
  padding-bottom: 3.625rem;
  border-bottom: 1px solid #ffffff;
}

.info__values-title {
  font-size: max(1.875rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #ffffff;
  margin-top: 3.125rem;
}

.info__values-text01 {
  margin-top: 1.5625rem;
  padding-block: 3.75rem;
  position: relative;
}

.info__values-text01 p {
  font-size: max(1rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #ffffff;
}

.info__values-text01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #ffffff;
  max-width: 28rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .info__values-text01::before {
    max-width: 26.125rem;
  }
}

.info__values-text02 {
  margin-top: 3.4375rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.info__values-text02 p {
  font-size: max(1rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #ffffff;
}

.info__values-img {
  display: block;
  max-width: 28rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .info__values-img {
    max-width: 26.125rem;
  }
}

.info__values-img img {
  width: 100%;
  aspect-ratio: 448/300;
  object-fit: cover;
}

.info__faq {
  margin-top: 7.25rem;
}

.info__faq-content {
  margin-top: 1.5625rem;
}

.info__faq-list {
  display: flex;
  flex-direction: column;
}

.info__faq-item {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.info__faq-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #ffffff;
  max-width: 28rem;
  width: calc(100% + 4.25rem);
}
@media screen and (max-width: 1024px) {
  .info__faq-item::before {
    max-width: 26.125rem;
  }
}

.info__faq-item::after {
  content: none;
}

.info__faq-item:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #ffffff;
  max-width: 28rem;
  width: calc(100% + 4.25rem);
}
@media screen and (max-width: 1024px) {
  .info__faq-item:last-child::after {
    max-width: 26.125rem;
  }
}

.info__faq-question {
  display: flex;
  gap: 0.875rem;
  max-width: 23.75rem;
  width: 100%;
  padding-top: 1.1875rem;
  padding-bottom: 1rem;
  padding-right: 2.1875rem;
}

.info__faq-question p {
  font-size: max(1.25rem, 12px);
  font-family: "Gill Sans Ultra Bold Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: #ffffff;
  text-transform: uppercase;
}

.info__faq-question-icon {
  position: absolute;
  top: 1.875rem;
  right: 0;
  width: 0.875rem;
  height: 0.875rem;
}

.info__faq-question-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 14px;
  background-color: #ffffff;
  transition: transform 0.3s ease;
}

.info__faq-item.is-open .info__faq-question-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.info__faq-question-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 1px;
  background-color: #ffffff;
}

.info__faq-answer {
  display: flex;
  gap: 0.9375rem;
  max-width: 23.75rem;
  width: 100%;
  padding-block: 1.25rem;
  border-top: solid 1px #ffffff;
}

.info__faq-answer p {
  font-size: max(1.25rem, 12px);
  font-family: "Gill Sans Ultra Bold Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #ffffff;
  text-transform: uppercase;
}

.info__slide-text-wrapper {
  margin-top: 6.5625rem;
}

.infographic__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.infographic__item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-inline: 1.25rem;
  padding-top: 1.4375rem;
  border-radius: 0.25rem;
  aspect-ratio: 380/360;
  overflow: hidden;
}

.infographic__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -2;
}

.infographic__item-title {
  position: relative;
  font-size: max(1.375rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.3090909091;
  color: #2b4be8;
  padding-bottom: 0.75rem;
}

.infographic__item-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: 1px;
  background-color: #2b4be8;
  z-index: 1;
}

.infographic__item-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #acacac;
  z-index: 0;
}

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

.infographic__item-number01 {
  font-size: 7.5rem;
  font-family: "Gill Sans Ultra Bold Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #2b4be8;
  letter-spacing: 0;
}

.infographic__item-number02 {
  font-size: 5rem;
  font-family: "Gill Sans Ultra Bold Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  color: #2b4be8;
}

.infographic__item-text01 {
  font-size: 3.125rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #2b4be8;
}

.infographic__item-text02 {
  font-size: 1.875rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.0416666667;
  color: #2b4be8;
}

.infographic__item-text03 {
  font-size: max(1.125rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.6;
  color: #222222;
}

.infographic__item-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}

.infographic__item-image img {
  width: 100%;
}

.infographic__slide-text.slide-text {
  margin-top: 7.5rem;
}

.interview__list {
  display: flex;
  flex-direction: column;
  gap: 7.5rem;
}

.interview__list-mt120 {
  margin-top: 7.5rem;
}

.interview__item {
  display: flex;
  flex-direction: column;
}

.interview__img-area {
  position: relative;
  max-width: 28rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .interview__img-area {
    max-width: 26.125rem;
  }
}

.interview__img-area p {
  position: absolute;
  bottom: 2.5rem;
  left: 2.125rem;
  font-size: max(1.375rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #ffffff;
  z-index: 2;
  max-width: 22.5rem;
  width: 100%;
}

.interview__img {
  display: block;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
  .interview__img {
    border: 1px solid #ffffff;
  }
}

.interview__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 40%, rgba(43, 75, 232, 0.8) 100%);
  width: 100%;
  height: 79.3%;
}

.interview__img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(43, 75, 232, 0.8);
  width: 100%;
  height: 20.7%;
}

.interview__img img {
  max-width: 28rem;
  width: 100%;
  margin-inline: auto;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 448/580;
}

.interview__title {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  padding-top: 3.75rem;
}

.interview__title-sub01 {
  font-size: max(0.75rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.4;
  color: #ffffff;
}

.interview__title-sub02 {
  margin-top: 2.625rem;
  font-size: max(0.75rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.4;
  color: #ffffff;
}

.interview__title-main {
  font-size: max(1.875rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #ffffff;
}

.interview__title-en {
  margin-top: 1.25rem;
  font-size: max(1.25rem, 12px);
  font-family: "Gill Sans Ultra Bold Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
}

.interview__text {
  position: relative;
  margin-top: 3.8125rem;
  padding-top: 3.75rem;
}

.interview__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 30rem;
  width: 100%;
  margin-inline: auto;
  height: 1px;
  background-color: #ffffff;
}

.interview__text-content {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  margin-top: 3.75rem;
  padding-top: 3.75rem;
  border-top: solid 1px #ffffff;
}

.interview__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.interview__text-title {
  font-size: max(1.375rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.3090909091;
  color: #ffffff;
}

.interview__text-sub {
  font-size: max(1rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #ffffff;
}

.interview__routine {
  margin-top: 3.4375rem;
}

.interview__routine-content {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}

.interview__routine-img {
  max-width: 28rem;
  width: 100%;
  margin-inline: auto;
  border-bottom: solid 1px #ffffff;
  border-top: solid 1px #ffffff;
}
@media screen and (max-width: 1024px) {
  .interview__routine-img {
    max-width: 26.125rem;
  }
}
@media screen and (max-width: 768px) {
  .interview__routine-img {
    border: solid 1px #ffffff;
  }
}

.interview__routine-img img {
  max-width: 30rem;
  width: 100%;
  margin-inline: auto;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 448/300;
}

.interview__routine-title {
  font-size: max(1.375rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.3090909091;
  color: #ffffff;
}

.interview__routine-list {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.interview__routine-item {
  position: relative;
  display: flex;
  gap: 1.0625rem;
  align-items: center;
  border: solid 1px #ffffff;
  padding: 0.875rem 0.75rem;
  background-color: #2b4be8;
  border-radius: 0.25rem;
}

.interview__routine-item::before {
  content: "";
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6.25rem;
  height: 0.75rem;
  background-color: #ffffff;
  z-index: -1;
}

.interview__routine-item:last-child::before {
  display: none;
}

.interview__routine-item-time {
  font-size: max(1.5rem, 12px);
  font-family: "Gill Sans Ultra Bold Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.25;
  color: #ffffff;
  width: 4.375rem;
  text-align: center;
}

.interview__routine-item-text {
  font-size: max(1rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.0416666667;
  color: #ffffff;
}

.interview__btn-wrapper {
  margin-top: 3.75rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  border-top: solid 1px #ffffff;
  position: relative;
}

.interview__btn-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 28rem;
  width: calc(100% + 4.25rem);
  height: 1px;
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .interview__btn-wrapper::before {
    max-width: 26.125rem;
  }
}

.interview__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: max(1.5rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.4583333333;
  max-width: 30rem;
  width: 100%;
  padding: 1rem;
  border-radius: 0.25rem;
  background-color: #ffffff;
  color: #2b4be8;
  transition: all 0.3s ease;
  overflow: hidden;
  cursor: pointer;
}

@media (any-hover: hover) {
  .interview__btn:hover {
    background-color: #2b4be8;
    color: #ffffff;
  }
  .interview__btn:hover .interview__btn-arrow {
    border-color: #ffffff;
  }
  .interview__btn:hover .interview__btn-arrow::before {
    background-color: #ffffff;
  }
}
.interview__btn-arrow {
  display: inline-block;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  background-color: transparent;
  border-radius: 0.25rem;
  border: solid 1px #2b4be8;
  width: 2.5rem;
  aspect-ratio: 40/40;
}

.interview__btn-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 1.6875rem;
  aspect-ratio: 27/18;
  mask-image: url("../../assets/images/common/arrow.svg");
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #2b4be8;
  transition: all 0.3s ease;
}

.interview__btn-open,
.interview__btn-close {
  display: inline-block;
}

.interview__btn-close {
  display: none;
}

.interview__routine-content-wrapper {
  display: none;
}

.interview__btn.is-open .interview__btn-open {
  display: none;
}
.interview__btn.is-open .interview__btn-close {
  display: inline-block;
}

.interview__btn.is-open .interview__btn-arrow::before {
  transform: translate(-50%, -50%) rotate(270deg);
}

.interview__slide-text {
  margin-top: 7.1875rem;
}

.job {
  padding-bottom: 7.5rem;
}

.job__list {
  display: flex;
  flex-direction: column;
  gap: 7.1875rem;
}

.job__img {
  display: block;
  max-width: 28rem;
  width: 100%;
  margin-inline: auto;
  border-bottom: solid 1px #ffffff;
  border-top: solid 1px #ffffff;
}
@media screen and (max-width: 1024px) {
  .job__img {
    max-width: 26.125rem;
  }
}
@media screen and (max-width: 768px) {
  .job__img {
    border: solid 1px #ffffff;
  }
}

.job__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 448/300;
}

.job__item-title-wrapper {
  margin-top: 3.4375rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.job__item-title-text {
  font-size: max(1.375rem, 12px);
  font-family: "Gill Sans Ultra Bold Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #ffffff;
  text-transform: uppercase;
}

.job__item-title {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}

.job__item-title-main {
  font-size: max(1.875rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #ffffff;
}

.job__item-title-en {
  font-size: max(1.25rem, 12px);
  font-family: "Gill Sans Ultra Bold Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
}

.job__item-text {
  margin-top: 3.8125rem;
  padding-top: 3.75rem;
  position: relative;
}

.job__item-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 28rem;
  width: calc(100% + 4.25rem);
  height: 1px;
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .job__item-text::before {
    max-width: 26.125rem;
  }
}

.job__item-text p {
  font-size: max(1rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #ffffff;
}

.job__bottom-img {
  display: block;
  margin-top: 7.5rem;
  width: 100%;
  position: relative;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.menu-card {
  position: relative;
  margin-top: 7.5rem;
  padding-top: 3.75rem;
  padding-bottom: 3.5rem;
}

.menu-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #2b4be8;
  width: 100%;
  height: calc(100% + 10rem);
  border-radius: 3.75rem 3.75rem 0 0;
  z-index: -1;
}

.menu-card__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.menu-card__item {
  position: relative;
}

.menu-card__link {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
  padding-top: 0.625rem;
  padding-bottom: 1.25rem;
  padding-inline: 0.625rem;
  border-radius: 0.625rem;
}

.menu-card__link:hover .menu-card__img img {
  transform: scale(1.1);
}

.menu-card__img {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 0.25rem;
}

.menu-card__img img {
  width: 100%;
  aspect-ratio: 360/200;
  object-fit: cover;
  border-radius: 0.25rem;
  transition: all 0.3s;
}

.menu-card__text-wrapper {
  margin-top: 1.0625rem;
  margin-left: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}

.menu-card__text-jp {
  font-size: max(1.5rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.25;
  color: #222222;
}

.menu-card__text-en {
  font-size: max(0.875rem, 12px);
  font-family: "Gill Sans Ultra Bold Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.2857142857;
  color: #2b4be8;
  text-transform: uppercase;
}

.menu-card__arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #2b4be8;
  width: 5rem;
  aspect-ratio: 1/1;
  border-radius: 0.25rem 0 0 0;
}

.menu-card__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  width: 3.375rem;
  aspect-ratio: 54/36;
  background: #ffffff;
  mask-image: url("../../assets/images/common/arrow.svg");
  mask-size: cover;
  mask-position: center;
  mask-repeat: no-repeat;
}

.message__list {
  display: flex;
  flex-direction: column;
  gap: 7.5rem;
}

.message__item {
  display: flex;
  flex-direction: column;
}

.message__img-area {
  position: relative;
  max-width: 28rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .message__img-area {
    max-width: 26.125rem;
  }
}

.message__img-area p {
  position: absolute;
  bottom: 2.5rem;
  left: 2.125rem;
  font-size: max(1.375rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #ffffff;
  z-index: 2;
}

.message__img {
  display: block;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
  .message__img {
    border: 1px solid #ffffff;
  }
}

.message__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 40%, rgba(43, 75, 232, 0.8) 100%);
  width: 100%;
  height: 79.3%;
}

.message__img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(43, 75, 232, 0.8);
  width: 100%;
  height: 20.7%;
}

.message__img img {
  max-width: 28rem;
  width: 100%;
  margin-inline: auto;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 448/580;
}

.message__title {
  display: flex;
  flex-direction: column;
  gap: 1.6875rem;
  padding-block: 3.75rem;
}

.message__title-sub {
  font-size: max(0.75rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.4;
  color: #ffffff;
}

.message__title-main {
  font-size: max(1.875rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #ffffff;
}

.message__title-en {
  margin-top: 1.25rem;
  font-size: max(1.25rem, 12px);
  font-family: "Gill Sans Ultra Bold Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
}

.message__text {
  position: relative;
  padding-top: 3.75rem;
}

.message__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 28rem;
  width: calc(100% + 4.25rem);
  height: 1px;
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .message__text::before {
    max-width: 26.125rem;
  }
}

.message__text p {
  font-size: max(1rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #ffffff;
  text-indent: 1.0625rem;
}

.mv {
  position: relative;
  height: 83.75rem; /* 1400 - 60 */
  overflow: clip;
}
@media screen and (max-width: 768px) {
  .mv {
    height: 259.2857142857vw;
  }
}

.mv__img-wrapper {
  position: relative;
  height: 100%;
}

.mv__img-wrapper::before {
  content: "";
  position: absolute;
  top: -3.75rem;
  left: 0;
  right: 0;
  background-image: url(../../assets/images/top/mv-bg-01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  aspect-ratio: 540/1400;
  z-index: -5;
}
@media screen and (max-width: 768px) {
  .mv__img-wrapper::before {
    top: -14.2857142857vw;
  }
}

.mv__img-wrapper::after {
  content: "";
  position: absolute;
  top: 55rem;
  left: 0;
  right: 0;
  background-image: url(../../assets/images/top/mv-bg-02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  aspect-ratio: 540/380;
  z-index: -4;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1024px) {
  .mv__img-wrapper::after {
    top: 47.1875rem;
  }
}
@media screen and (max-width: 768px) {
  .mv__img-wrapper::after {
    top: 42.5rem;
    top: 161.9047619048vw;
  }
}

.mv__title-main {
  position: absolute;
  top: 7.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 17.5rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv__title-main {
    top: 19.0476190476vw;
    width: 66.6666666667vw;
  }
}

.mv__chara {
  position: absolute;
  top: -3.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 540/1400;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .mv__chara {
    top: -14.2857142857vw;
  }
}

.mv__chara::before {
  content: "";
  position: absolute;
  top: 42.4%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../../assets/images/top/mv-smoke.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 540/350;
  z-index: -1;
}

.mv__chara-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

.mv__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
}

.mv__title-sub {
  position: absolute;
  top: 50.625rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 23.75rem;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .mv__title-sub {
    top: 43.125rem;
    max-width: 21.875rem;
  }
}
@media screen and (max-width: 768px) {
  .mv__title-sub {
    top: 147.619047619vw;
    max-width: 83.3333333333vw;
  }
}

.nav {
  display: block;
  width: 100%;
  height: 100dvh;
  overflow: scroll;
  padding-top: 3.125rem;
  transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
  .nav {
    width: 15rem;
  }
}

/* スクロールバー非表示 | ここから -------------- */
.nav {
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}

.nav::-webkit-scrollbar {
  display: none; /* Chrome, Safari 対応 */
  /* スクロールバー非表示 | ここまで -------------- */
}

.nav__logo {
  max-width: 12.5rem;
  width: 100%;
  margin: auto;
  transition: all 0.3s;
}

.nav__logo-link {
  display: block;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .nav__logo-link:hover {
    opacity: 0.6;
  }
}
.nav__logo-main {
  max-width: 7.5rem;
  width: 100%;
  margin-inline: auto;
}

.nav__logo-link {
  display: block;
  transition: all 0.3s;
}

.nav__logo-sub {
  max-width: 9.625rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 2.375rem;
}

.nav__btn {
  margin-top: 2.5rem;
}

.nav__btn-link {
  display: block;
  max-width: 11.25rem;
  width: 100%;
  margin-inline: auto;
  transition: all 0.3s;
}

.nav__btn-link img {
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .nav__btn-link:hover img {
    filter: brightness(1.3);
  }
}
.nav__items {
  margin-top: 4.875rem;
}

.nav__item {
  border-top: 1px solid #ffffff;
}

.nav__item:nth-child(n+2) {
  border-bottom: 1px solid #ffffff;
}

.nav__item-link {
  display: block;
  font-size: max(1rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.875;
  color: #ffffff;
  letter-spacing: 0.2em;
  padding: 0.8125rem 1.25rem;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .nav__item-link:hover {
    opacity: 0.6;
  }
}
.nav__accordion-btn {
  position: relative;
  padding: 0.75rem 2.5rem 0.75rem 1.25rem;
  width: 100%;
  transition: all 0.3s;
  cursor: pointer;
}

@media (any-hover: hover) {
  .nav__accordion-btn:hover {
    opacity: 0.6;
  }
}
.nav__item-text {
  display: block;
  font-size: max(1rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.875;
  letter-spacing: 0.2em;
  text-align: left;
}

.nav__item-icon {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.875rem;
  height: 0.875rem;
}

.nav__item-icon::after,
.nav__item-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0.125rem;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

.nav__item-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.nav__item-accordion.is-open .nav__item-icon::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.nav__accordion-menu {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}

.nav__accordion-link {
  display: block;
  font-size: max(0.875rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  letter-spacing: 0.2em;
  padding: 0.625rem 1.25rem;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .nav__accordion-link:hover {
    opacity: 0.6;
  }
}
.nav__accordion-item:first-child .nav__accordion-link {
  padding: 0.1875rem 1.25rem 0.625rem 2.125rem;
}

.nav__accordion-item:nth-child(n+2) .nav__accordion-link {
  padding: 0.5rem 1.25rem 0.5rem 2.125rem;
}

.nav__accordion-item:last-child .nav__accordion-link {
  padding: 0.5rem 1.25rem 1.125rem 2.125rem;
}

.top-page-title,
.sub-page-title {
  position: relative;
  text-align: center;
}

.top-page-title.top-info__top-page-title {
  text-align: left;
}

.top-page-title.top-entry__top-page-title {
  text-align: right;
}

.sub-page-title {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.sub-page-title.sub-page-title-about {
  padding-bottom: 2.8125rem;
}

.sub-page-title.sub-page-title-systembenefit {
  padding-bottom: 5.3125rem;
}

.sub-page-title::before {
  content: "";
  position: absolute;
  top: 0.8125rem;
  right: calc(50% - 22.1875rem);
  background-image: url(../../assets/images/common/smoke-page-title.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40.0625rem;
  aspect-ratio: 641/314;
  z-index: -1;
  animation: smokeAnime02 4s ease-in-out infinite;
}

@keyframes smokeAnime02 {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.05, 1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
}
.page-title__en {
  font-size: 4.375rem;
  font-family: "Gill Sans Ultra Bold Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #ffffff;
  filter: drop-shadow(0px 0px 0.625rem #0059ff);
  text-transform: uppercase;
  line-height: 1.2571428571;
}

.page-title__en.top-page-page-title__en {
  font-size: 5rem;
  line-height: 1.25;
}

.page-title__ja {
  font-size: max(0.875rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.2em;
  margin-top: 0.1875rem;
  filter: drop-shadow(0px 0px 0.625rem #0059ff);
}

.philosophy__mission {
  position: relative;
  padding-bottom: 3.5rem;
}

.philosophy__mission::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 28rem;
  width: calc(100% + 4.25rem);
  height: 1px;
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .philosophy__mission::before {
    max-width: 26.125rem;
  }
}

.philosophy__mission-text {
  margin-top: 2.125rem;
}

.philosophy__mission-text p {
  font-size: max(1.375rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #ffffff;
  text-align: center;
}

.philosophy__vision {
  padding-block: 3.4375rem;
  position: relative;
}

.philosophy__vision::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 28rem;
  width: calc(100% + 4.25rem);
  height: 1px;
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .philosophy__vision::before {
    max-width: 26.125rem;
  }
}

.philosophy__vision-img {
  width: 100%;
  margin-top: 2.5rem;
  display: block;
}

.philosophy__values {
  padding-block: 3.75rem;
}

.philosophy__values-wrapper {
  margin-top: 2.0625rem;
}

.philosophy__values-list {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  gap: 0.625rem;
}

.philosophy__values-item {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  background-color: #ffffff;
  border-radius: 0.25rem;
  padding-block: 1rem;
  padding-inline: 1.4375rem;
}

.philosophy__values-item-number {
  font-size: max(0.75rem, 12px);
  font-family: "Figtree", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
  color: #2b4be8;
}

.philosophy__values-item-text {
  font-size: max(1.5rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.4;
  color: #222222;
}

.philosophy__hush-slide-text {
  margin-top: 2.5rem;
}

.philosophy__slide-text {
  margin-top: 7.5rem;
}

.slide-text {
  position: absolute;
  top: 0;
  overflow: hidden;
}

@media screen and (max-width: 552px) {
  .slide-text.body-content__slide-text {
    display: none;
  }
}

.slide-text.slide-text-02 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-top: 0.9375rem;
  padding-bottom: 1.5625rem;
  z-index: -1;
  z-index: 1;
}

.slide-text.slide-text-02.top-busters__slide-text {
  padding-top: 1.5625rem;
}

.slide-text.slide-text-03 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  z-index: -1;
}

.slide-text.slide-text-04 {
  position: relative;
  z-index: -1;
}

.slide-text.slide-text-07 {
  position: relative;
  z-index: -1;
}

.slide-text.slide-text-05 {
  position: absolute;
  top: 7.625rem;
  left: 50%;
  transform: translateX(-50%) rotate(-10.3deg);
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding-block: 0.3125rem;
  filter: drop-shadow(0.625rem 0.625rem 0.625rem rgba(0, 0, 0, 0.2));
  z-index: -2;
  width: 120%;
}

.slide-text.slide-text-05::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.slide-text.slide-text-06.busters__profile-bg-slide-text {
  position: absolute;
  top: auto;
  bottom: 0.375rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 4.8125rem;
  z-index: 0;
}

.slide-text.body-content__slide-text-01,
.slide-text.body-content__slide-text-02 {
  width: 2.25rem;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .slide-text.body-content__slide-text-01,
  .slide-text.body-content__slide-text-02 {
    width: 1.625rem;
  }
}
@media screen and (max-width: 768px) {
  .slide-text.body-content__slide-text-01,
  .slide-text.body-content__slide-text-02 {
    width: 2.25rem;
  }
}

.slide-text.slide-text-down {
  left: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .slide-text.slide-text-down {
    left: 0;
  }
}

.slide-text.slide-text-up {
  right: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .slide-text.slide-text-up {
    right: 0;
  }
}

.slide-text__wrapper {
  display: flex;
  overflow: hidden;
  align-items: center;
}

.slide-text__wrapper.slide-text__wrapper-body-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  flex-direction: column;
  height: 100%;
}

.slide-text__wrapper.slide-text__wrapper-02 {
  position: relative;
  width: 100%;
  height: 7.5rem;
  overflow: visible;
}

.slide-text__wrapper.slide-text__wrapper-06 {
  position: relative;
  width: 100%;
  height: 4.8125rem;
  overflow: visible;
}

.slide-text__wrapper.slide-text__wrapper-07 {
  position: relative;
  width: 100%;
  height: 18.75rem;
  overflow: visible;
}

.slide-text__wrapper.slide-text__wrapper-02.slide-text__wrapper-02-top {
  z-index: -3;
}

.slide-text__wrapper.slide-text__wrapper-02.slide-text__wrapper-02-bottom {
  z-index: -1;
}

.slide-text__wrapper.slide-text__wrapper-03 {
  position: relative;
  width: 100%;
  height: 2.4375rem;
  overflow: visible;
}

.slide-text__wrapper.slide-text__wrapper-04 {
  position: relative;
  width: 100%;
  height: 18.75rem;
}

.slide-text__wrapper.slide-text__wrapper-02.slide-text__wrapper-02-a,
.slide-text__wrapper.slide-text__wrapper-02.slide-text__wrapper-02-c {
  z-index: -4;
}

.slide-text__wrapper.slide-text__wrapper-02.slide-text__wrapper-02-b,
.slide-text__wrapper.slide-text__wrapper-02.slide-text__wrapper-02-d {
  z-index: 1;
}

.slide-text__wrapper.slide-text__wrapper-02.slide-text__wrapper-02-b::before,
.slide-text__wrapper.slide-text__wrapper-02.slide-text__wrapper-02-b::after,
.slide-text__wrapper.slide-text__wrapper-02.slide-text__wrapper-02-d::before,
.slide-text__wrapper.slide-text__wrapper-02.slide-text__wrapper-02-d::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-text__wrapper.slide-text__wrapper-02.slide-text__wrapper-02-b::before {
  bottom: 0.1875rem;
  right: calc(50% - 3.375rem);
  background-image: url(../../assets/images/common/slider-text-chara-03.png);
  width: 12.96875rem;
  aspect-ratio: 207.5/250;
  z-index: -1;
}

.slide-text__wrapper.slide-text__wrapper-02.slide-text__wrapper-02-b::after {
  left: calc(50% + 2.3125rem);
  bottom: -1.625rem;
  background-image: url(../../assets/images/common/slider-text-chara-04.png);
  width: 7.44375rem;
  aspect-ratio: 119.1/300;
  z-index: 1;
}

.slide-text__wrapper.slide-text__wrapper-02.slide-text__wrapper-02-d::before {
  bottom: -0.625rem;
  right: calc(50% + 3.0625rem);
  background-image: url(../../assets/images/common/slider-text-chara-01.png);
  width: 5rem;
  aspect-ratio: 80/240;
  z-index: 1;
}

.slide-text__wrapper.slide-text__wrapper-02.slide-text__wrapper-02-d::after {
  left: calc(50% + 1.6875rem);
  bottom: -1.3125rem;
  background-image: url(../../assets/images/common/slider-text-chara-02.png);
  width: 7.2rem;
  aspect-ratio: 115.2/300;
  z-index: -1;
}

.slide-text__items {
  display: flex;
  align-items: center;
}

.slide-text__items.slide-text__items-02 {
  height: 7.5rem;
}

.slide-text__items.slide-text__items-03 {
  height: 2.4375rem;
  gap: 0.25rem;
}

.slide-text__items.slide-text__items-04 {
  height: 100%;
  gap: 0.625rem;
}

.slide-text__items.slide-text__items-05 {
  height: 1.625rem;
}

.slide-text__items.slide-text__items-06 {
  height: 4.8125rem;
  gap: 1.875rem;
}

.slide-text__items.slide-text__items-07 {
  height: 100%;
  gap: 0.625rem;
}

.slide-text__items--left {
  animation: infinity-scroll-left 100s infinite linear 0.5s both;
}

/* 右から左へ */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.slide-text__items--right {
  animation: infinity-scroll-right 100s infinite linear 0.5s both;
}

/* 右から左へ */
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.slide-text__items.slide-text__items--up {
  flex-direction: column;
  animation: infinity-scroll-up 400s infinite linear 0.5s both;
  width: 100%;
}

/* 下から上へ */
@keyframes infinity-scroll-up {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
.slide-text__items.slide-text__items--down {
  flex-direction: column;
  animation: infinity-scroll-down 400s infinite linear 0.5s both;
  width: 100%;
}

/* 上から下へ */
@keyframes infinity-scroll-down {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.slide-text__item {
  position: relative;
  width: 100%;
}
.slide-text__item.slide-text__item-02 {
  width: 60rem;
  height: 7.5rem;
}

.slide-text__item.slide-text__item-04 {
  width: 15rem;
}

.slide-text__item.slide-text__item-04 img {
  aspect-ratio: 240/300;
  object-fit: cover;
  border-radius: 0.25rem;
}

.slide-text__item.slide-text__item-05 {
  width: 38.625rem;
}

.slide-text__item.slide-text__item-06 {
  width: 52.25rem;
  height: 4.8125rem;
}

.slide-text__item.slide-text__item-07 {
  width: 46.25rem;
  height: 100%;
}

.slide-text__item.slide-text__item-07 img {
  height: 100%;
}

.slide-text__item-text {
  font-size: 1.25rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.2em;
  padding: 0.59375rem 1.875rem;
  border-radius: 100vmax;
  background-color: #2b4be8;
  white-space: nowrap;
}

.slide-text__item.slide-text__item-body-content {
  max-width: 1.625rem;
  width: 100%;
  aspect-ratio: 26/1020;
}

.slide-text__item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.systembenefit__content {
  display: flex;
  flex-direction: column;
  gap: 7.3125rem;
}

.systembenefit__list {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}

.systembenefit__img {
  position: relative;
  display: block;
  max-width: 28rem;
  width: 100%;
  margin-inline: auto;
  border-bottom: solid 1px #ffffff;
  border-top: solid 1px #ffffff;
}
@media screen and (max-width: 1024px) {
  .systembenefit__img {
    max-width: 26.125rem;
  }
}
@media screen and (max-width: 768px) {
  .systembenefit__img {
    border: solid 1px #ffffff;
  }
}

.systembenefit__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 448/300;
}

.systembenefit__item {
  position: relative;
}

.systembenefit__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 28rem;
  width: calc(100% + 4.25rem);
  height: 1px;
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .systembenefit__item::before {
    max-width: 26.125rem;
  }
}

.systembenefit__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 28rem;
  width: calc(100% + 4.25rem);
  height: 1px;
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .systembenefit__item::after {
    max-width: 26.125rem;
  }
}

.systembenefit__item.systembenefit__item:last-child:after {
  content: none;
}

.systembenefit__item-content {
  display: flex;
  flex-direction: column;
  gap: 4.0625rem;
  padding-block: 3.625rem;
}

.systembenefit__item-title {
  display: flex;
  gap: 1.25rem;
}

.systembenefit__item-title span {
  display: inline-block;
  font-size: max(1.25rem, 12px);
  font-family: "Gill Sans Ultra Bold Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.2;
  color: #ffffff;
  padding-top: 0.4em;
}

.systembenefit__item-title p {
  font-size: max(1.875rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.3;
  color: #ffffff;
}

.systembenefit__item-title-hgroup {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}

.systembenefit__item-title-hgroup h3 {
  font-size: max(1.875rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #ffffff;
}

.systembenefit__item-title-hgroup p {
  font-size: max(1.25rem, 12px);
  font-family: "Gill Sans Ultra Bold Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
}

.systembenefit__item-text p {
  font-size: max(1rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #ffffff;
}

.systembenefit__bottom-slide {
  margin-top: 7.5rem;
}

.systembenefit__slide-text {
  margin-top: 7.1875rem;
}

.top-about {
  position: relative;
  margin-top: -11.875rem;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .top-about {
    margin-top: -21.875rem;
  }
}
@media screen and (max-width: 768px) {
  .top-about {
    margin-top: -46.4285714286vw;
  }
}

.top-about::before {
  content: "";
  position: absolute;
  top: 1.875rem;
  left: 0;
  right: 0;
  background-image: url(../../assets/images/common/arch-black.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 10rem;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .top-about::before {
    height: 8.75rem;
  }
}
@media screen and (max-width: 768px) {
  .top-about::before {
    height: 28.5714285714vw;
  }
}

.top-about__inner {
  max-width: 23.75rem;
  width: 100%;
  margin-inline: auto;
}

.top-about__container {
  margin-top: 1.25rem;
}

.top-about__main-title-01 {
  max-width: 23.75rem;
  width: 100%;
  margin-inline: auto;
}

.top-about__bg {
  width: 100%;
  aspect-ratio: 540/334;
  margin-top: -1.875rem;
}

.top-about__text-wrapper {
  margin-top: -5.1875rem;
}

.top-about__text {
  font-size: max(1.125rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: right;
}

.top-about__text:nth-child(n+2) {
  margin-top: 2.0625rem;
}

.top-about__main-title-02 {
  position: relative;
  max-width: 23.75rem;
  width: 100%;
  margin-inline: auto;
}

.top-about__main-title-02-chara {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 12.25rem;
  width: 100%;
  z-index: -1;
}

.top-about__main-title-02-img {
  padding-top: 3.75rem;
  width: 100%;
}

.top-about__btn {
  margin-top: 2.8125rem;
}

.top-bg-grid {
  position: relative;
}

.top-bg-grid::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../../assets/images/common/bg-grid.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: calc(100% + 13.125rem);
  z-index: -5;
}

.top-busters {
  position: relative;
  margin-top: 7.5rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .top-busters {
    padding-bottom: 4.875rem;
  }
}

.top-busters::before,
.top-busters::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-image: url(../../assets/images/common/arch-blue.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 10rem;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .top-busters::before,
  .top-busters::after {
    height: 8.75rem;
  }
}
@media screen and (max-width: 768px) {
  .top-busters::before,
  .top-busters::after {
    height: 7.5rem;
  }
}

.top-busters::before {
  top: 1.25rem;
}

.top-busters::after {
  bottom: 0;
  transform: rotate(180deg);
}

.top-busters__container {
  position: relative;
}

.top-busters__container::before {
  content: "";
  position: absolute;
  top: 10rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: calc(100% - 10rem);
  background-color: #2b4be8;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .top-busters__container::before {
    top: 8.75rem;
  }
}
@media screen and (max-width: 768px) {
  .top-busters__container::before {
    top: 7.5rem;
  }
}

.top-busters-swiper {
  margin-top: 1.5625rem;
}

.top-busters__slide-text {
  margin-top: -2.3125rem;
}

.top-entry {
  margin-top: 5rem;
  padding-bottom: 7.5rem;
}

.top-entry__top-page-title {
  max-width: 23.75rem;
  width: 100%;
  margin-inline: auto;
}

.top-entry__bg-wrapper {
  position: relative;
  margin-top: -4.5625rem;
}
@media screen and (max-width: 1024px) {
  .top-entry__bg-wrapper {
    margin-top: -1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .top-entry__bg-wrapper {
    margin-top: -2.5rem;
  }
}

.top-entry__bg {
  position: relative;
  width: 100%;
}

.top-entry__bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #2b4be8;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 30rem;
  aspect-ratio: 480/350;
  z-index: -5;
}
@media screen and (max-width: 768px) {
  .top-entry__bg::before {
    left: auto;
    right: calc(50% - 12.5rem);
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
}

.top-entry__bg-img {
  position: relative;
  right: calc(50% - 17.5rem);
  bottom: -0.125rem;
  width: 18.75rem;
}
@media screen and (max-width: 1024px) {
  .top-entry__bg-img {
    bottom: 0.9375rem;
    width: 16.875rem;
  }
}
@media screen and (max-width: 768px) {
  .top-entry__bg-img {
    bottom: -1.875rem;
    right: auto;
    left: 30%;
    transform: translateX(-50%);
    width: 12.5rem;
  }
}

.top-entry__slide-text-01.slide-text-05,
.top-entry__slide-text-02.slide-text-05 {
  position: absolute;
  left: 50%;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding-block: 0.3125rem;
  filter: drop-shadow(0.625rem 0.625rem 0.625rem rgba(0, 0, 0, 0.2));
  z-index: -2;
  width: 120%;
}

.top-entry__slide-text-01.slide-text-05 {
  top: 4.9375rem;
  transform: translateX(-50%) rotate(20.2deg);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .top-entry__slide-text-01.slide-text-05 {
    top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .top-entry__slide-text-01.slide-text-05 {
    top: 2.5rem;
  }
}

.top-entry__slide-text-02.slide-text-05 {
  top: 14.375rem;
  transform: translateX(-50%) rotate(-20.2deg);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .top-entry__slide-text-02.slide-text-05 {
    top: 11.875rem;
  }
}
@media screen and (max-width: 768px) {
  .top-entry__slide-text-02.slide-text-05 {
    top: 9.6875rem;
  }
}

.top-entry__btn {
  position: relative;
  max-width: 23.75rem;
  width: 100%;
  margin-inline: auto;
  margin-top: -2.8125rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-entry__btn {
    margin-top: 0;
  }
}

.top-culture {
  margin-top: 5rem;
}

.top-culture__slide-text {
  margin-top: 1.5625rem;
}

.top-culture__btn-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
  max-width: 23.75rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 5rem;
}

.top-culture__btn-item {
  width: 100%;
}

.top-culture__btn-item-link {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 386.78/150;
  filter: drop-shadow(0 0 1.25rem #2b4be8);
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .top-culture__btn-item-link:hover {
    filter: drop-shadow(0 0 1.25rem #ffffff);
  }
}
.top-culture__btn-item-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../assets/images/common/btn-frame.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 386.78/150;
  z-index: -1;
}

.top-culture__btn-item-link-text {
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: max(1.875rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.2em;
  transition: all 0.3s;
  max-width: 18.75rem;
  width: 100%;
}

.top-culture__btn-item-link-text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  mask-image: url(../../assets/images/common/arrow-02.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #ffffff;
  width: 2.5rem;
  aspect-ratio: 1/1;
  transition: all 0.3s;
  z-index: 1;
}

.top-info {
  margin-top: 7.1875rem;
  padding-bottom: 2.5rem;
}

.top-info__btn {
  max-width: 23.75rem;
  width: 100%;
  margin-inline: auto;
}

.top-info__btn-link {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 380/450;
  filter: drop-shadow(0 0 1.25rem #2b4be8);
  padding-top: 3.875rem;
  padding-left: 1.875rem;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .top-info__btn-link:hover {
    filter: drop-shadow(0 0 1.25rem #ffffff);
  }
}
.top-info__btn-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../../assets/images/top/info-card.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.top-info__btn-text-01 {
  font-size: max(1rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.2em;
  line-height: 1.8;
  margin-top: 1.25rem;
}

.top-info__btn-text-02 {
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: max(1.875rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.2em;
  padding-right: 2.8125rem;
  margin-top: 7.8125rem;
  white-space: nowrap;
}

.top-info__btn-text-02::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  mask-image: url(../../assets/images/common/arrow-02.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #ffffff;
  width: 2.5rem;
  aspect-ratio: 1/1;
  transition: all 0.3s;
  z-index: 1;
}

.top-works {
  margin-top: 7.8125rem;
}

.top-works__container {
  position: relative;
  margin-top: 1.5625rem;
  padding-top: 3.125rem;
  padding-bottom: 10.9375rem;
}

.top-works__container::before,
.top-works__container::after {
  content: "";
  position: absolute;
  left: 50%;
  background-color: #2b4be8;
  width: 200%;
  height: 21.4375rem;
  z-index: -2;
}

.top-works__container::before {
  top: 3.125rem;
  transform: translateX(-50%) rotate(-10.3deg);
}

.top-works__container::after {
  top: 29.875rem;
  transform: translateX(-50%) rotate(10.3deg);
}

.top-works__wrapper {
  position: relative;
  max-width: 23.75rem;
  width: 100%;
  margin-inline: auto;
}

.top-works__wrapper-01::before {
  content: "";
  position: absolute;
  top: 12rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../../assets/images/top/works-deco-01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 23.75rem;
  aspect-ratio: 380/194;
  filter: drop-shadow(0.625rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.2));
  z-index: -1;
}

.top-works__wrapper-02::before {
  content: "";
  position: absolute;
  top: 1.75rem;
  right: -5rem;
  background-image: url(../../assets/images/top/works-deco-02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18.0625rem;
  aspect-ratio: 289/323;
  filter: drop-shadow(0.625rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.2));
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-works__wrapper-02::before {
    top: 1.5625rem;
  }
}

.top-works__wrapper:nth-child(n+2) {
  margin-top: 18.75rem;
}

.top-works__text-wrapper {
  margin-top: 1.875rem;
}

.top-works__text {
  font-size: max(1rem, 12px);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.8;
  letter-spacing: 0.2em;
}

/* ------------------------ */
/* 固有のフォント設定 */
/* 共通パーツで設定すると不便な場合、こちらに設定する */
/* ------------------------ */
/* ---------- フォントカラーの設定 ここから ---------- */
/* 16進数カラーコードも命名する。text-light-blue、text-dark-blueで管理すると、色の判別がしにくいため。 */
/* ---------- フォントカラーの設定 ここまで ---------- */
/* ---------- フォントの大文字・小文字の設定 ここから ---------- */
/* capitalize はspanタグで囲って使用する。「:first-letter」は使用しない。 */
/* 各単語の最初のテキストを大文字に変換 */
.text-capitalize {
  text-transform: capitalize;
}

/* 全てのテキストを大文字に変換 */
.text-uppercase {
  text-transform: uppercase;
}

/* ---------- フォントの大文字・小文字の設定 ここまで ---------- */
/* ---------- フォントウェイトの設定 ここから ---------- */
/* ---------- フォントウェイトの設定 ここまで ---------- */
/* ---------- 2行目から先頭1文字開けて表示される（※、・が先頭に記載されているときに使用） ここから ---------- */
.text-wrap {
  padding-left: 1em;
  text-indent: -1em;
}

/* ---------- 2行目から先頭1文字開けて表示される（※、・が先頭に記載されているときに使用） ここまで ---------- */
/* ------------ */
/* テキストの下線 */
/* ------------ */
.underline-red {
  padding-bottom: 0.125rem;
}

/* ------------------------ */
/* 改行用、SP・PC非表示用の設定 */
/* ------------------------ */
/* ---------- 改行 〜 more：以上、less：以下 | ここから ---------- */
/* 768px以下で改行 */
.br-768-less {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-768-less {
    display: block;
  }
}

/* 768px以上で改行 */
@media screen and (max-width: 768px) {
  .br-768-more {
    display: none;
  }
}

/* ---------- 改行 | ここまで ---------- */
/* ---------- 表示・非表示 〜 more：以上、less：以下 | ここから ---------- */
/* PCのとき非表示 */
.pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-none {
    display: block;
  }
}

/* SPのとき非表示 */
@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

/* ---------- 表示・非表示 〜 more：以上、less：以下 | ここまで ---------- */
/* ---------- margin-topの設定 | ここから ---------- */
.mt-pc-1 {
  margin-top: 0.0625rem;
}

.mt-pc-2 {
  margin-top: 0.125rem;
}

.mt-pc-3 {
  margin-top: 0.1875rem;
}

.mt-pc-4 {
  margin-top: 0.25rem;
}

.mt-pc-5 {
  margin-top: 0.3125rem;
}

.mt-pc-6 {
  margin-top: 0.375rem;
}

.mt-pc-7 {
  margin-top: 0.4375rem;
}

.mt-pc-8 {
  margin-top: 0.5rem;
}

.mt-pc-9 {
  margin-top: 0.5625rem;
}

.mt-pc-10 {
  margin-top: 0.625rem;
}

.mt-pc-11 {
  margin-top: 0.6875rem;
}

.mt-pc-12 {
  margin-top: 0.75rem;
}

.mt-pc-13 {
  margin-top: 0.8125rem;
}

.mt-pc-14 {
  margin-top: 0.875rem;
}

.mt-pc-15 {
  margin-top: 0.9375rem;
}

.mt-pc-16 {
  margin-top: 1rem;
}

.mt-pc-17 {
  margin-top: 1.0625rem;
}

.mt-pc-18 {
  margin-top: 1.125rem;
}

.mt-pc-19 {
  margin-top: 1.1875rem;
}

.mt-pc-20 {
  margin-top: 1.25rem;
}

.mt-pc-21 {
  margin-top: 1.3125rem;
}

.mt-pc-22 {
  margin-top: 1.375rem;
}

.mt-pc-23 {
  margin-top: 1.4375rem;
}

.mt-pc-24 {
  margin-top: 1.5rem;
}

.mt-pc-25 {
  margin-top: 1.5625rem;
}

.mt-pc-26 {
  margin-top: 1.625rem;
}

.mt-pc-27 {
  margin-top: 1.6875rem;
}

.mt-pc-28 {
  margin-top: 1.75rem;
}

.mt-pc-29 {
  margin-top: 1.8125rem;
}

.mt-pc-30 {
  margin-top: 1.875rem;
}

.mt-pc-31 {
  margin-top: 1.9375rem;
}

.mt-pc-32 {
  margin-top: 2rem;
}

.mt-pc-33 {
  margin-top: 2.0625rem;
}

.mt-pc-34 {
  margin-top: 2.125rem;
}

.mt-pc-35 {
  margin-top: 2.1875rem;
}

.mt-pc-36 {
  margin-top: 2.25rem;
}

.mt-pc-37 {
  margin-top: 2.3125rem;
}

.mt-pc-38 {
  margin-top: 2.375rem;
}

.mt-pc-39 {
  margin-top: 2.4375rem;
}

.mt-pc-40 {
  margin-top: 2.5rem;
}

.mt-pc-41 {
  margin-top: 2.5625rem;
}

.mt-pc-42 {
  margin-top: 2.625rem;
}

.mt-pc-43 {
  margin-top: 2.6875rem;
}

.mt-pc-44 {
  margin-top: 2.75rem;
}

.mt-pc-45 {
  margin-top: 2.8125rem;
}

.mt-pc-46 {
  margin-top: 2.875rem;
}

.mt-pc-47 {
  margin-top: 2.9375rem;
}

.mt-pc-48 {
  margin-top: 3rem;
}

.mt-pc-49 {
  margin-top: 3.0625rem;
}

.mt-pc-50 {
  margin-top: 3.125rem;
}

.mt-pc-51 {
  margin-top: 3.1875rem;
}

.mt-pc-52 {
  margin-top: 3.25rem;
}

.mt-pc-53 {
  margin-top: 3.3125rem;
}

.mt-pc-54 {
  margin-top: 3.375rem;
}

.mt-pc-55 {
  margin-top: 3.4375rem;
}

.mt-pc-56 {
  margin-top: 3.5rem;
}

.mt-pc-57 {
  margin-top: 3.5625rem;
}

.mt-pc-58 {
  margin-top: 3.625rem;
}

.mt-pc-59 {
  margin-top: 3.6875rem;
}

.mt-pc-60 {
  margin-top: 3.75rem;
}

.mt-pc-61 {
  margin-top: 3.8125rem;
}

.mt-pc-62 {
  margin-top: 3.875rem;
}

.mt-pc-63 {
  margin-top: 3.9375rem;
}

.mt-pc-64 {
  margin-top: 4rem;
}

.mt-pc-65 {
  margin-top: 4.0625rem;
}

.mt-pc-66 {
  margin-top: 4.125rem;
}

.mt-pc-67 {
  margin-top: 4.1875rem;
}

.mt-pc-68 {
  margin-top: 4.25rem;
}

.mt-pc-69 {
  margin-top: 4.3125rem;
}

.mt-pc-70 {
  margin-top: 4.375rem;
}

.mt-pc-71 {
  margin-top: 4.4375rem;
}

.mt-pc-72 {
  margin-top: 4.5rem;
}

.mt-pc-73 {
  margin-top: 4.5625rem;
}

.mt-pc-74 {
  margin-top: 4.625rem;
}

.mt-pc-75 {
  margin-top: 4.6875rem;
}

.mt-pc-76 {
  margin-top: 4.75rem;
}

.mt-pc-77 {
  margin-top: 4.8125rem;
}

.mt-pc-78 {
  margin-top: 4.875rem;
}

.mt-pc-79 {
  margin-top: 4.9375rem;
}

.mt-pc-80 {
  margin-top: 5rem;
}

.mt-pc-81 {
  margin-top: 5.0625rem;
}

.mt-pc-82 {
  margin-top: 5.125rem;
}

.mt-pc-83 {
  margin-top: 5.1875rem;
}

.mt-pc-84 {
  margin-top: 5.25rem;
}

.mt-pc-85 {
  margin-top: 5.3125rem;
}

.mt-pc-86 {
  margin-top: 5.375rem;
}

.mt-pc-87 {
  margin-top: 5.4375rem;
}

.mt-pc-88 {
  margin-top: 5.5rem;
}

.mt-pc-89 {
  margin-top: 5.5625rem;
}

.mt-pc-90 {
  margin-top: 5.625rem;
}

.mt-pc-91 {
  margin-top: 5.6875rem;
}

.mt-pc-92 {
  margin-top: 5.75rem;
}

.mt-pc-93 {
  margin-top: 5.8125rem;
}

.mt-pc-94 {
  margin-top: 5.875rem;
}

.mt-pc-95 {
  margin-top: 5.9375rem;
}

.mt-pc-96 {
  margin-top: 6rem;
}

.mt-pc-97 {
  margin-top: 6.0625rem;
}

.mt-pc-98 {
  margin-top: 6.125rem;
}

.mt-pc-99 {
  margin-top: 6.1875rem;
}

.mt-pc-100 {
  margin-top: 6.25rem;
}

.mt-pc-101 {
  margin-top: 6.3125rem;
}

.mt-pc-102 {
  margin-top: 6.375rem;
}

.mt-pc-103 {
  margin-top: 6.4375rem;
}

.mt-pc-104 {
  margin-top: 6.5rem;
}

.mt-pc-105 {
  margin-top: 6.5625rem;
}

.mt-pc-106 {
  margin-top: 6.625rem;
}

.mt-pc-107 {
  margin-top: 6.6875rem;
}

.mt-pc-108 {
  margin-top: 6.75rem;
}

.mt-pc-109 {
  margin-top: 6.8125rem;
}

.mt-pc-110 {
  margin-top: 6.875rem;
}

.mt-pc-111 {
  margin-top: 6.9375rem;
}

.mt-pc-112 {
  margin-top: 7rem;
}

.mt-pc-113 {
  margin-top: 7.0625rem;
}

.mt-pc-114 {
  margin-top: 7.125rem;
}

.mt-pc-115 {
  margin-top: 7.1875rem;
}

.mt-pc-116 {
  margin-top: 7.25rem;
}

.mt-pc-117 {
  margin-top: 7.3125rem;
}

.mt-pc-118 {
  margin-top: 7.375rem;
}

.mt-pc-119 {
  margin-top: 7.4375rem;
}

.mt-pc-120 {
  margin-top: 7.5rem;
}

.mt-pc-121 {
  margin-top: 7.5625rem;
}

.mt-pc-122 {
  margin-top: 7.625rem;
}

.mt-pc-123 {
  margin-top: 7.6875rem;
}

.mt-pc-124 {
  margin-top: 7.75rem;
}

.mt-pc-125 {
  margin-top: 7.8125rem;
}

.mt-pc-126 {
  margin-top: 7.875rem;
}

.mt-pc-127 {
  margin-top: 7.9375rem;
}

.mt-pc-128 {
  margin-top: 8rem;
}

.mt-pc-129 {
  margin-top: 8.0625rem;
}

.mt-pc-130 {
  margin-top: 8.125rem;
}

.mt-pc-131 {
  margin-top: 8.1875rem;
}

.mt-pc-132 {
  margin-top: 8.25rem;
}

.mt-pc-133 {
  margin-top: 8.3125rem;
}

.mt-pc-134 {
  margin-top: 8.375rem;
}

.mt-pc-135 {
  margin-top: 8.4375rem;
}

.mt-pc-136 {
  margin-top: 8.5rem;
}

.mt-pc-137 {
  margin-top: 8.5625rem;
}

.mt-pc-138 {
  margin-top: 8.625rem;
}

.mt-pc-139 {
  margin-top: 8.6875rem;
}

.mt-pc-140 {
  margin-top: 8.75rem;
}

.mt-pc-141 {
  margin-top: 8.8125rem;
}

.mt-pc-142 {
  margin-top: 8.875rem;
}

.mt-pc-143 {
  margin-top: 8.9375rem;
}

.mt-pc-144 {
  margin-top: 9rem;
}

.mt-pc-145 {
  margin-top: 9.0625rem;
}

.mt-pc-146 {
  margin-top: 9.125rem;
}

.mt-pc-147 {
  margin-top: 9.1875rem;
}

.mt-pc-148 {
  margin-top: 9.25rem;
}

.mt-pc-149 {
  margin-top: 9.3125rem;
}

.mt-pc-150 {
  margin-top: 9.375rem;
}

.mt-pc-151 {
  margin-top: 9.4375rem;
}

.mt-pc-152 {
  margin-top: 9.5rem;
}

.mt-pc-153 {
  margin-top: 9.5625rem;
}

.mt-pc-154 {
  margin-top: 9.625rem;
}

.mt-pc-155 {
  margin-top: 9.6875rem;
}

.mt-pc-156 {
  margin-top: 9.75rem;
}

.mt-pc-157 {
  margin-top: 9.8125rem;
}

.mt-pc-158 {
  margin-top: 9.875rem;
}

.mt-pc-159 {
  margin-top: 9.9375rem;
}

.mt-pc-160 {
  margin-top: 10rem;
}

.mt-pc-161 {
  margin-top: 10.0625rem;
}

.mt-pc-162 {
  margin-top: 10.125rem;
}

.mt-pc-163 {
  margin-top: 10.1875rem;
}

.mt-pc-164 {
  margin-top: 10.25rem;
}

.mt-pc-165 {
  margin-top: 10.3125rem;
}

.mt-pc-166 {
  margin-top: 10.375rem;
}

.mt-pc-167 {
  margin-top: 10.4375rem;
}

.mt-pc-168 {
  margin-top: 10.5rem;
}

.mt-pc-169 {
  margin-top: 10.5625rem;
}

.mt-pc-170 {
  margin-top: 10.625rem;
}

.mt-pc-171 {
  margin-top: 10.6875rem;
}

.mt-pc-172 {
  margin-top: 10.75rem;
}

.mt-pc-173 {
  margin-top: 10.8125rem;
}

.mt-pc-174 {
  margin-top: 10.875rem;
}

.mt-pc-175 {
  margin-top: 10.9375rem;
}

.mt-pc-176 {
  margin-top: 11rem;
}

.mt-pc-177 {
  margin-top: 11.0625rem;
}

.mt-pc-178 {
  margin-top: 11.125rem;
}

.mt-pc-179 {
  margin-top: 11.1875rem;
}

.mt-pc-180 {
  margin-top: 11.25rem;
}

.mt-pc-181 {
  margin-top: 11.3125rem;
}

.mt-pc-182 {
  margin-top: 11.375rem;
}

.mt-pc-183 {
  margin-top: 11.4375rem;
}

.mt-pc-184 {
  margin-top: 11.5rem;
}

.mt-pc-185 {
  margin-top: 11.5625rem;
}

.mt-pc-186 {
  margin-top: 11.625rem;
}

.mt-pc-187 {
  margin-top: 11.6875rem;
}

.mt-pc-188 {
  margin-top: 11.75rem;
}

.mt-pc-189 {
  margin-top: 11.8125rem;
}

.mt-pc-190 {
  margin-top: 11.875rem;
}

.mt-pc-191 {
  margin-top: 11.9375rem;
}

.mt-pc-192 {
  margin-top: 12rem;
}

.mt-pc-193 {
  margin-top: 12.0625rem;
}

.mt-pc-194 {
  margin-top: 12.125rem;
}

.mt-pc-195 {
  margin-top: 12.1875rem;
}

.mt-pc-196 {
  margin-top: 12.25rem;
}

.mt-pc-197 {
  margin-top: 12.3125rem;
}

.mt-pc-198 {
  margin-top: 12.375rem;
}

.mt-pc-199 {
  margin-top: 12.4375rem;
}

.mt-pc-200 {
  margin-top: 12.5rem;
}

@media screen and (max-width: 768px) {
  .mt-sp-1 {
    margin-top: 0.0625rem;
  }
  .mt-sp-2 {
    margin-top: 0.125rem;
  }
  .mt-sp-3 {
    margin-top: 0.1875rem;
  }
  .mt-sp-4 {
    margin-top: 0.25rem;
  }
  .mt-sp-5 {
    margin-top: 0.3125rem;
  }
  .mt-sp-6 {
    margin-top: 0.375rem;
  }
  .mt-sp-7 {
    margin-top: 0.4375rem;
  }
  .mt-sp-8 {
    margin-top: 0.5rem;
  }
  .mt-sp-9 {
    margin-top: 0.5625rem;
  }
  .mt-sp-10 {
    margin-top: 0.625rem;
  }
  .mt-sp-11 {
    margin-top: 0.6875rem;
  }
  .mt-sp-12 {
    margin-top: 0.75rem;
  }
  .mt-sp-13 {
    margin-top: 0.8125rem;
  }
  .mt-sp-14 {
    margin-top: 0.875rem;
  }
  .mt-sp-15 {
    margin-top: 0.9375rem;
  }
  .mt-sp-16 {
    margin-top: 1rem;
  }
  .mt-sp-17 {
    margin-top: 1.0625rem;
  }
  .mt-sp-18 {
    margin-top: 1.125rem;
  }
  .mt-sp-19 {
    margin-top: 1.1875rem;
  }
  .mt-sp-20 {
    margin-top: 1.25rem;
  }
  .mt-sp-21 {
    margin-top: 1.3125rem;
  }
  .mt-sp-22 {
    margin-top: 1.375rem;
  }
  .mt-sp-23 {
    margin-top: 1.4375rem;
  }
  .mt-sp-24 {
    margin-top: 1.5rem;
  }
  .mt-sp-25 {
    margin-top: 1.5625rem;
  }
  .mt-sp-26 {
    margin-top: 1.625rem;
  }
  .mt-sp-27 {
    margin-top: 1.6875rem;
  }
  .mt-sp-28 {
    margin-top: 1.75rem;
  }
  .mt-sp-29 {
    margin-top: 1.8125rem;
  }
  .mt-sp-30 {
    margin-top: 1.875rem;
  }
  .mt-sp-31 {
    margin-top: 1.9375rem;
  }
  .mt-sp-32 {
    margin-top: 2rem;
  }
  .mt-sp-33 {
    margin-top: 2.0625rem;
  }
  .mt-sp-34 {
    margin-top: 2.125rem;
  }
  .mt-sp-35 {
    margin-top: 2.1875rem;
  }
  .mt-sp-36 {
    margin-top: 2.25rem;
  }
  .mt-sp-37 {
    margin-top: 2.3125rem;
  }
  .mt-sp-38 {
    margin-top: 2.375rem;
  }
  .mt-sp-39 {
    margin-top: 2.4375rem;
  }
  .mt-sp-40 {
    margin-top: 2.5rem;
  }
  .mt-sp-41 {
    margin-top: 2.5625rem;
  }
  .mt-sp-42 {
    margin-top: 2.625rem;
  }
  .mt-sp-43 {
    margin-top: 2.6875rem;
  }
  .mt-sp-44 {
    margin-top: 2.75rem;
  }
  .mt-sp-45 {
    margin-top: 2.8125rem;
  }
  .mt-sp-46 {
    margin-top: 2.875rem;
  }
  .mt-sp-47 {
    margin-top: 2.9375rem;
  }
  .mt-sp-48 {
    margin-top: 3rem;
  }
  .mt-sp-49 {
    margin-top: 3.0625rem;
  }
  .mt-sp-50 {
    margin-top: 3.125rem;
  }
  .mt-sp-51 {
    margin-top: 3.1875rem;
  }
  .mt-sp-52 {
    margin-top: 3.25rem;
  }
  .mt-sp-53 {
    margin-top: 3.3125rem;
  }
  .mt-sp-54 {
    margin-top: 3.375rem;
  }
  .mt-sp-55 {
    margin-top: 3.4375rem;
  }
  .mt-sp-56 {
    margin-top: 3.5rem;
  }
  .mt-sp-57 {
    margin-top: 3.5625rem;
  }
  .mt-sp-58 {
    margin-top: 3.625rem;
  }
  .mt-sp-59 {
    margin-top: 3.6875rem;
  }
  .mt-sp-60 {
    margin-top: 3.75rem;
  }
  .mt-sp-61 {
    margin-top: 3.8125rem;
  }
  .mt-sp-62 {
    margin-top: 3.875rem;
  }
  .mt-sp-63 {
    margin-top: 3.9375rem;
  }
  .mt-sp-64 {
    margin-top: 4rem;
  }
  .mt-sp-65 {
    margin-top: 4.0625rem;
  }
  .mt-sp-66 {
    margin-top: 4.125rem;
  }
  .mt-sp-67 {
    margin-top: 4.1875rem;
  }
  .mt-sp-68 {
    margin-top: 4.25rem;
  }
  .mt-sp-69 {
    margin-top: 4.3125rem;
  }
  .mt-sp-70 {
    margin-top: 4.375rem;
  }
  .mt-sp-71 {
    margin-top: 4.4375rem;
  }
  .mt-sp-72 {
    margin-top: 4.5rem;
  }
  .mt-sp-73 {
    margin-top: 4.5625rem;
  }
  .mt-sp-74 {
    margin-top: 4.625rem;
  }
  .mt-sp-75 {
    margin-top: 4.6875rem;
  }
  .mt-sp-76 {
    margin-top: 4.75rem;
  }
  .mt-sp-77 {
    margin-top: 4.8125rem;
  }
  .mt-sp-78 {
    margin-top: 4.875rem;
  }
  .mt-sp-79 {
    margin-top: 4.9375rem;
  }
  .mt-sp-80 {
    margin-top: 5rem;
  }
  .mt-sp-81 {
    margin-top: 5.0625rem;
  }
  .mt-sp-82 {
    margin-top: 5.125rem;
  }
  .mt-sp-83 {
    margin-top: 5.1875rem;
  }
  .mt-sp-84 {
    margin-top: 5.25rem;
  }
  .mt-sp-85 {
    margin-top: 5.3125rem;
  }
  .mt-sp-86 {
    margin-top: 5.375rem;
  }
  .mt-sp-87 {
    margin-top: 5.4375rem;
  }
  .mt-sp-88 {
    margin-top: 5.5rem;
  }
  .mt-sp-89 {
    margin-top: 5.5625rem;
  }
  .mt-sp-90 {
    margin-top: 5.625rem;
  }
  .mt-sp-91 {
    margin-top: 5.6875rem;
  }
  .mt-sp-92 {
    margin-top: 5.75rem;
  }
  .mt-sp-93 {
    margin-top: 5.8125rem;
  }
  .mt-sp-94 {
    margin-top: 5.875rem;
  }
  .mt-sp-95 {
    margin-top: 5.9375rem;
  }
  .mt-sp-96 {
    margin-top: 6rem;
  }
  .mt-sp-97 {
    margin-top: 6.0625rem;
  }
  .mt-sp-98 {
    margin-top: 6.125rem;
  }
  .mt-sp-99 {
    margin-top: 6.1875rem;
  }
  .mt-sp-100 {
    margin-top: 6.25rem;
  }
  .mt-sp-101 {
    margin-top: 6.3125rem;
  }
  .mt-sp-102 {
    margin-top: 6.375rem;
  }
  .mt-sp-103 {
    margin-top: 6.4375rem;
  }
  .mt-sp-104 {
    margin-top: 6.5rem;
  }
  .mt-sp-105 {
    margin-top: 6.5625rem;
  }
  .mt-sp-106 {
    margin-top: 6.625rem;
  }
  .mt-sp-107 {
    margin-top: 6.6875rem;
  }
  .mt-sp-108 {
    margin-top: 6.75rem;
  }
  .mt-sp-109 {
    margin-top: 6.8125rem;
  }
  .mt-sp-110 {
    margin-top: 6.875rem;
  }
  .mt-sp-111 {
    margin-top: 6.9375rem;
  }
  .mt-sp-112 {
    margin-top: 7rem;
  }
  .mt-sp-113 {
    margin-top: 7.0625rem;
  }
  .mt-sp-114 {
    margin-top: 7.125rem;
  }
  .mt-sp-115 {
    margin-top: 7.1875rem;
  }
  .mt-sp-116 {
    margin-top: 7.25rem;
  }
  .mt-sp-117 {
    margin-top: 7.3125rem;
  }
  .mt-sp-118 {
    margin-top: 7.375rem;
  }
  .mt-sp-119 {
    margin-top: 7.4375rem;
  }
  .mt-sp-120 {
    margin-top: 7.5rem;
  }
  .mt-sp-121 {
    margin-top: 7.5625rem;
  }
  .mt-sp-122 {
    margin-top: 7.625rem;
  }
  .mt-sp-123 {
    margin-top: 7.6875rem;
  }
  .mt-sp-124 {
    margin-top: 7.75rem;
  }
  .mt-sp-125 {
    margin-top: 7.8125rem;
  }
  .mt-sp-126 {
    margin-top: 7.875rem;
  }
  .mt-sp-127 {
    margin-top: 7.9375rem;
  }
  .mt-sp-128 {
    margin-top: 8rem;
  }
  .mt-sp-129 {
    margin-top: 8.0625rem;
  }
  .mt-sp-130 {
    margin-top: 8.125rem;
  }
  .mt-sp-131 {
    margin-top: 8.1875rem;
  }
  .mt-sp-132 {
    margin-top: 8.25rem;
  }
  .mt-sp-133 {
    margin-top: 8.3125rem;
  }
  .mt-sp-134 {
    margin-top: 8.375rem;
  }
  .mt-sp-135 {
    margin-top: 8.4375rem;
  }
  .mt-sp-136 {
    margin-top: 8.5rem;
  }
  .mt-sp-137 {
    margin-top: 8.5625rem;
  }
  .mt-sp-138 {
    margin-top: 8.625rem;
  }
  .mt-sp-139 {
    margin-top: 8.6875rem;
  }
  .mt-sp-140 {
    margin-top: 8.75rem;
  }
  .mt-sp-141 {
    margin-top: 8.8125rem;
  }
  .mt-sp-142 {
    margin-top: 8.875rem;
  }
  .mt-sp-143 {
    margin-top: 8.9375rem;
  }
  .mt-sp-144 {
    margin-top: 9rem;
  }
  .mt-sp-145 {
    margin-top: 9.0625rem;
  }
  .mt-sp-146 {
    margin-top: 9.125rem;
  }
  .mt-sp-147 {
    margin-top: 9.1875rem;
  }
  .mt-sp-148 {
    margin-top: 9.25rem;
  }
  .mt-sp-149 {
    margin-top: 9.3125rem;
  }
  .mt-sp-150 {
    margin-top: 9.375rem;
  }
  .mt-sp-151 {
    margin-top: 9.4375rem;
  }
  .mt-sp-152 {
    margin-top: 9.5rem;
  }
  .mt-sp-153 {
    margin-top: 9.5625rem;
  }
  .mt-sp-154 {
    margin-top: 9.625rem;
  }
  .mt-sp-155 {
    margin-top: 9.6875rem;
  }
  .mt-sp-156 {
    margin-top: 9.75rem;
  }
  .mt-sp-157 {
    margin-top: 9.8125rem;
  }
  .mt-sp-158 {
    margin-top: 9.875rem;
  }
  .mt-sp-159 {
    margin-top: 9.9375rem;
  }
  .mt-sp-160 {
    margin-top: 10rem;
  }
  .mt-sp-161 {
    margin-top: 10.0625rem;
  }
  .mt-sp-162 {
    margin-top: 10.125rem;
  }
  .mt-sp-163 {
    margin-top: 10.1875rem;
  }
  .mt-sp-164 {
    margin-top: 10.25rem;
  }
  .mt-sp-165 {
    margin-top: 10.3125rem;
  }
  .mt-sp-166 {
    margin-top: 10.375rem;
  }
  .mt-sp-167 {
    margin-top: 10.4375rem;
  }
  .mt-sp-168 {
    margin-top: 10.5rem;
  }
  .mt-sp-169 {
    margin-top: 10.5625rem;
  }
  .mt-sp-170 {
    margin-top: 10.625rem;
  }
  .mt-sp-171 {
    margin-top: 10.6875rem;
  }
  .mt-sp-172 {
    margin-top: 10.75rem;
  }
  .mt-sp-173 {
    margin-top: 10.8125rem;
  }
  .mt-sp-174 {
    margin-top: 10.875rem;
  }
  .mt-sp-175 {
    margin-top: 10.9375rem;
  }
  .mt-sp-176 {
    margin-top: 11rem;
  }
  .mt-sp-177 {
    margin-top: 11.0625rem;
  }
  .mt-sp-178 {
    margin-top: 11.125rem;
  }
  .mt-sp-179 {
    margin-top: 11.1875rem;
  }
  .mt-sp-180 {
    margin-top: 11.25rem;
  }
  .mt-sp-181 {
    margin-top: 11.3125rem;
  }
  .mt-sp-182 {
    margin-top: 11.375rem;
  }
  .mt-sp-183 {
    margin-top: 11.4375rem;
  }
  .mt-sp-184 {
    margin-top: 11.5rem;
  }
  .mt-sp-185 {
    margin-top: 11.5625rem;
  }
  .mt-sp-186 {
    margin-top: 11.625rem;
  }
  .mt-sp-187 {
    margin-top: 11.6875rem;
  }
  .mt-sp-188 {
    margin-top: 11.75rem;
  }
  .mt-sp-189 {
    margin-top: 11.8125rem;
  }
  .mt-sp-190 {
    margin-top: 11.875rem;
  }
  .mt-sp-191 {
    margin-top: 11.9375rem;
  }
  .mt-sp-192 {
    margin-top: 12rem;
  }
  .mt-sp-193 {
    margin-top: 12.0625rem;
  }
  .mt-sp-194 {
    margin-top: 12.125rem;
  }
  .mt-sp-195 {
    margin-top: 12.1875rem;
  }
  .mt-sp-196 {
    margin-top: 12.25rem;
  }
  .mt-sp-197 {
    margin-top: 12.3125rem;
  }
  .mt-sp-198 {
    margin-top: 12.375rem;
  }
  .mt-sp-199 {
    margin-top: 12.4375rem;
  }
  .mt-sp-200 {
    margin-top: 12.5rem;
  }
}
.mt-1 {
  margin-top: 0.0625rem;
}

.mt-2 {
  margin-top: 0.125rem;
}

.mt-3 {
  margin-top: 0.1875rem;
}

.mt-4 {
  margin-top: 0.25rem;
}

.mt-5 {
  margin-top: 0.3125rem;
}

.mt-6 {
  margin-top: 0.375rem;
}

.mt-7 {
  margin-top: 0.4375rem;
}

.mt-8 {
  margin-top: 0.5rem;
}

.mt-9 {
  margin-top: 0.5625rem;
}

.mt-10 {
  margin-top: 0.625rem;
}

.mt-11 {
  margin-top: 0.6875rem;
}

.mt-12 {
  margin-top: 0.75rem;
}

.mt-13 {
  margin-top: 0.8125rem;
}

.mt-14 {
  margin-top: 0.875rem;
}

.mt-15 {
  margin-top: 0.9375rem;
}

.mt-16 {
  margin-top: 1rem;
}

.mt-17 {
  margin-top: 1.0625rem;
}

.mt-18 {
  margin-top: 1.125rem;
}

.mt-19 {
  margin-top: 1.1875rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.mt-21 {
  margin-top: 1.3125rem;
}

.mt-22 {
  margin-top: 1.375rem;
}

.mt-23 {
  margin-top: 1.4375rem;
}

.mt-24 {
  margin-top: 1.5rem;
}

.mt-25 {
  margin-top: 1.5625rem;
}

.mt-26 {
  margin-top: 1.625rem;
}

.mt-27 {
  margin-top: 1.6875rem;
}

.mt-28 {
  margin-top: 1.75rem;
}

.mt-29 {
  margin-top: 1.8125rem;
}

.mt-30 {
  margin-top: 1.875rem;
}

.mt-31 {
  margin-top: 1.9375rem;
}

.mt-32 {
  margin-top: 2rem;
}

.mt-33 {
  margin-top: 2.0625rem;
}

.mt-34 {
  margin-top: 2.125rem;
}

.mt-35 {
  margin-top: 2.1875rem;
}

.mt-36 {
  margin-top: 2.25rem;
}

.mt-37 {
  margin-top: 2.3125rem;
}

.mt-38 {
  margin-top: 2.375rem;
}

.mt-39 {
  margin-top: 2.4375rem;
}

.mt-40 {
  margin-top: 2.5rem;
}

.mt-41 {
  margin-top: 2.5625rem;
}

.mt-42 {
  margin-top: 2.625rem;
}

.mt-43 {
  margin-top: 2.6875rem;
}

.mt-44 {
  margin-top: 2.75rem;
}

.mt-45 {
  margin-top: 2.8125rem;
}

.mt-46 {
  margin-top: 2.875rem;
}

.mt-47 {
  margin-top: 2.9375rem;
}

.mt-48 {
  margin-top: 3rem;
}

.mt-49 {
  margin-top: 3.0625rem;
}

.mt-50 {
  margin-top: 3.125rem;
}

.mt-51 {
  margin-top: 3.1875rem;
}

.mt-52 {
  margin-top: 3.25rem;
}

.mt-53 {
  margin-top: 3.3125rem;
}

.mt-54 {
  margin-top: 3.375rem;
}

.mt-55 {
  margin-top: 3.4375rem;
}

.mt-56 {
  margin-top: 3.5rem;
}

.mt-57 {
  margin-top: 3.5625rem;
}

.mt-58 {
  margin-top: 3.625rem;
}

.mt-59 {
  margin-top: 3.6875rem;
}

.mt-60 {
  margin-top: 3.75rem;
}

.mt-61 {
  margin-top: 3.8125rem;
}

.mt-62 {
  margin-top: 3.875rem;
}

.mt-63 {
  margin-top: 3.9375rem;
}

.mt-64 {
  margin-top: 4rem;
}

.mt-65 {
  margin-top: 4.0625rem;
}

.mt-66 {
  margin-top: 4.125rem;
}

.mt-67 {
  margin-top: 4.1875rem;
}

.mt-68 {
  margin-top: 4.25rem;
}

.mt-69 {
  margin-top: 4.3125rem;
}

.mt-70 {
  margin-top: 4.375rem;
}

.mt-71 {
  margin-top: 4.4375rem;
}

.mt-72 {
  margin-top: 4.5rem;
}

.mt-73 {
  margin-top: 4.5625rem;
}

.mt-74 {
  margin-top: 4.625rem;
}

.mt-75 {
  margin-top: 4.6875rem;
}

.mt-76 {
  margin-top: 4.75rem;
}

.mt-77 {
  margin-top: 4.8125rem;
}

.mt-78 {
  margin-top: 4.875rem;
}

.mt-79 {
  margin-top: 4.9375rem;
}

.mt-80 {
  margin-top: 5rem;
}

.mt-81 {
  margin-top: 5.0625rem;
}

.mt-82 {
  margin-top: 5.125rem;
}

.mt-83 {
  margin-top: 5.1875rem;
}

.mt-84 {
  margin-top: 5.25rem;
}

.mt-85 {
  margin-top: 5.3125rem;
}

.mt-86 {
  margin-top: 5.375rem;
}

.mt-87 {
  margin-top: 5.4375rem;
}

.mt-88 {
  margin-top: 5.5rem;
}

.mt-89 {
  margin-top: 5.5625rem;
}

.mt-90 {
  margin-top: 5.625rem;
}

.mt-91 {
  margin-top: 5.6875rem;
}

.mt-92 {
  margin-top: 5.75rem;
}

.mt-93 {
  margin-top: 5.8125rem;
}

.mt-94 {
  margin-top: 5.875rem;
}

.mt-95 {
  margin-top: 5.9375rem;
}

.mt-96 {
  margin-top: 6rem;
}

.mt-97 {
  margin-top: 6.0625rem;
}

.mt-98 {
  margin-top: 6.125rem;
}

.mt-99 {
  margin-top: 6.1875rem;
}

.mt-100 {
  margin-top: 6.25rem;
}

.mt-101 {
  margin-top: 6.3125rem;
}

.mt-102 {
  margin-top: 6.375rem;
}

.mt-103 {
  margin-top: 6.4375rem;
}

.mt-104 {
  margin-top: 6.5rem;
}

.mt-105 {
  margin-top: 6.5625rem;
}

.mt-106 {
  margin-top: 6.625rem;
}

.mt-107 {
  margin-top: 6.6875rem;
}

.mt-108 {
  margin-top: 6.75rem;
}

.mt-109 {
  margin-top: 6.8125rem;
}

.mt-110 {
  margin-top: 6.875rem;
}

.mt-111 {
  margin-top: 6.9375rem;
}

.mt-112 {
  margin-top: 7rem;
}

.mt-113 {
  margin-top: 7.0625rem;
}

.mt-114 {
  margin-top: 7.125rem;
}

.mt-115 {
  margin-top: 7.1875rem;
}

.mt-116 {
  margin-top: 7.25rem;
}

.mt-117 {
  margin-top: 7.3125rem;
}

.mt-118 {
  margin-top: 7.375rem;
}

.mt-119 {
  margin-top: 7.4375rem;
}

.mt-120 {
  margin-top: 7.5rem;
}

.mt-121 {
  margin-top: 7.5625rem;
}

.mt-122 {
  margin-top: 7.625rem;
}

.mt-123 {
  margin-top: 7.6875rem;
}

.mt-124 {
  margin-top: 7.75rem;
}

.mt-125 {
  margin-top: 7.8125rem;
}

.mt-126 {
  margin-top: 7.875rem;
}

.mt-127 {
  margin-top: 7.9375rem;
}

.mt-128 {
  margin-top: 8rem;
}

.mt-129 {
  margin-top: 8.0625rem;
}

.mt-130 {
  margin-top: 8.125rem;
}

.mt-131 {
  margin-top: 8.1875rem;
}

.mt-132 {
  margin-top: 8.25rem;
}

.mt-133 {
  margin-top: 8.3125rem;
}

.mt-134 {
  margin-top: 8.375rem;
}

.mt-135 {
  margin-top: 8.4375rem;
}

.mt-136 {
  margin-top: 8.5rem;
}

.mt-137 {
  margin-top: 8.5625rem;
}

.mt-138 {
  margin-top: 8.625rem;
}

.mt-139 {
  margin-top: 8.6875rem;
}

.mt-140 {
  margin-top: 8.75rem;
}

.mt-141 {
  margin-top: 8.8125rem;
}

.mt-142 {
  margin-top: 8.875rem;
}

.mt-143 {
  margin-top: 8.9375rem;
}

.mt-144 {
  margin-top: 9rem;
}

.mt-145 {
  margin-top: 9.0625rem;
}

.mt-146 {
  margin-top: 9.125rem;
}

.mt-147 {
  margin-top: 9.1875rem;
}

.mt-148 {
  margin-top: 9.25rem;
}

.mt-149 {
  margin-top: 9.3125rem;
}

.mt-150 {
  margin-top: 9.375rem;
}

.mt-151 {
  margin-top: 9.4375rem;
}

.mt-152 {
  margin-top: 9.5rem;
}

.mt-153 {
  margin-top: 9.5625rem;
}

.mt-154 {
  margin-top: 9.625rem;
}

.mt-155 {
  margin-top: 9.6875rem;
}

.mt-156 {
  margin-top: 9.75rem;
}

.mt-157 {
  margin-top: 9.8125rem;
}

.mt-158 {
  margin-top: 9.875rem;
}

.mt-159 {
  margin-top: 9.9375rem;
}

.mt-160 {
  margin-top: 10rem;
}

.mt-161 {
  margin-top: 10.0625rem;
}

.mt-162 {
  margin-top: 10.125rem;
}

.mt-163 {
  margin-top: 10.1875rem;
}

.mt-164 {
  margin-top: 10.25rem;
}

.mt-165 {
  margin-top: 10.3125rem;
}

.mt-166 {
  margin-top: 10.375rem;
}

.mt-167 {
  margin-top: 10.4375rem;
}

.mt-168 {
  margin-top: 10.5rem;
}

.mt-169 {
  margin-top: 10.5625rem;
}

.mt-170 {
  margin-top: 10.625rem;
}

.mt-171 {
  margin-top: 10.6875rem;
}

.mt-172 {
  margin-top: 10.75rem;
}

.mt-173 {
  margin-top: 10.8125rem;
}

.mt-174 {
  margin-top: 10.875rem;
}

.mt-175 {
  margin-top: 10.9375rem;
}

.mt-176 {
  margin-top: 11rem;
}

.mt-177 {
  margin-top: 11.0625rem;
}

.mt-178 {
  margin-top: 11.125rem;
}

.mt-179 {
  margin-top: 11.1875rem;
}

.mt-180 {
  margin-top: 11.25rem;
}

.mt-181 {
  margin-top: 11.3125rem;
}

.mt-182 {
  margin-top: 11.375rem;
}

.mt-183 {
  margin-top: 11.4375rem;
}

.mt-184 {
  margin-top: 11.5rem;
}

.mt-185 {
  margin-top: 11.5625rem;
}

.mt-186 {
  margin-top: 11.625rem;
}

.mt-187 {
  margin-top: 11.6875rem;
}

.mt-188 {
  margin-top: 11.75rem;
}

.mt-189 {
  margin-top: 11.8125rem;
}

.mt-190 {
  margin-top: 11.875rem;
}

.mt-191 {
  margin-top: 11.9375rem;
}

.mt-192 {
  margin-top: 12rem;
}

.mt-193 {
  margin-top: 12.0625rem;
}

.mt-194 {
  margin-top: 12.125rem;
}

.mt-195 {
  margin-top: 12.1875rem;
}

.mt-196 {
  margin-top: 12.25rem;
}

.mt-197 {
  margin-top: 12.3125rem;
}

.mt-198 {
  margin-top: 12.375rem;
}

.mt-199 {
  margin-top: 12.4375rem;
}

.mt-200 {
  margin-top: 12.5rem;
}

/* ---------- margin-topの設定 | ここまで ---------- *//*# sourceMappingURL=style.css.map */