@charset "utf-8";

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

ul,
ol,
li {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

a:hover {
  opacity: .7;
}

button {
  background-color: transparent;
  border-style: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: ヒラギノ角ゴProN, Hiragino Kaku Gothic ProN, Yu Gothic, YuGothic, ヒラギノ角ゴPro W3, Hiragino Kaku Gothic Pro, Meiryo, メイリオ, MS Pゴシック, Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  color: #282828;
  background-color: #f7faff;
}

@media(max-width:1359px) {
  body {
    font-size: 1.5rem;
  }
}

@media(max-width:834px) {
  body {
    font-size: 1.4rem;
  }
}

body.fixed {
  overflow: hidden;
  height: 100%;
}

main {
  position: relative;
}

.jp {
  font-family: ヒラギノ角ゴProN, Hiragino Kaku Gothic ProN, Yu Gothic, YuGothic, ヒラギノ角ゴPro W3, Hiragino Kaku Gothic Pro, Meiryo, メイリオ, MS Pゴシック, Arial, Helvetica, Verdana, sans-serif;
}

.jp02 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}

.en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}

.f140 {
  font-size: 14rem;
}

.f120 {
  font-size: 12rem;
}

.f80 {
  font-size: 8rem;
}

.f70 {
  font-size: 7rem;
}

.f62 {
  font-size: 6.2rem;
}

.f60 {
  font-size: 6rem;
}

.f54 {
  font-size: 5.4rem;
}

.f52 {
  font-size: 5.2rem;
}

.f50 {
  font-size: 5rem;
}

.f44 {
  font-size: 4.4rem;
}

.f42 {
  font-size: 4.2rem;
}

.f40 {
  font-size: 4rem;
}

.f38 {
  font-size: 3.8rem;
}

.f36 {
  font-size: 3.6rem;
}

.f34 {
  font-size: 3.4rem;
}

.f32 {
  font-size: 3.2rem;
}

.f30 {
  font-size: 3rem;
}

.f28 {
  font-size: 2.8rem;
}

.f26 {
  font-size: 2.6rem;
}

.f24 {
  font-size: 2.4rem;
}

.f21 {
  font-size: 2.1rem;
}

.f21all {
  font-size: 2.1rem;
}

.f20 {
  font-size: 2rem;
}

.f18 {
  font-size: 1.8rem;
}

.f17 {
  font-size: 1.7rem;
}

.f16 {
  font-size: 1.6rem;
}

.f15 {
  font-size: 1.5rem;
}

.f15all {
  font-size: 1.5rem;
}

.f14 {
  font-size: 1.4rem;
}

.txt {
  font-size: 1.4rem;
  line-height: 2;
}

.f13 {
  font-size: 1.3rem;
}

.f13all {
  font-size: 1.3rem;
}

.f12 {
  font-size: 1.2rem;
}

.f10 {
  font-size: 1rem;
}

.f10all {
  font-size: 1rem;
}

@media(max-width:1359px) {
  .f140 {
    font-size: 10rem;
  }

  .f120 {
    font-size: 8rem;
  }

  .f80 {
    font-size: 5.5rem;
  }

  .f70 {
    font-size: 5rem;
  }

  .f62 {
    font-size: 4.5rem;
  }

  .f60 {
    font-size: 4.5rem;
  }

  .f54 {
    font-size: 4.2rem;
  }

  .f52 {
    /* font-size: 4.1rem; */
    font-size: 3.6rem;
  }

  .f50 {
    font-size: 4rem;
  }

  .f44 {
    /* font-size: 3.6rem; */
    font-size: 3.4rem;
  }

  .f42 {
    /* font-size: 3.6rem; */
    font-size: 3.2rem;
  }

  .f40 {
    font-size: 3.1rem;
  }

  .f38 {
    font-size: 3rem;
  }

  .f36 {
    font-size: 3rem;
  }

  .f34 {
    font-size: 2.9rem;
  }

  .f32 {
    font-size: 2.8rem;
  }

  .f30 {
    font-size: 2.6rem;
  }

  .f28 {
    font-size: 2.4rem;
  }

  .f26 {
    font-size: 2.25rem;
  }

  .f24 {
    font-size: 2.1rem;
  }

  .f21 {
    font-size: 1.9rem;
  }

  .f20 {
    font-size: 1.85rem;
  }

  .f18 {
    font-size: 1.7rem;
  }

  .f17 {
    font-size: 1.6rem;
  }

  .f16 {
    font-size: 1.5rem;
  }

  .f15 {
    font-size: 1.4rem;
  }

  .f14 {
    font-size: 1.3rem;
  }

  .f13 {
    font-size: 1.2rem;
  }

  .f12 {
    font-size: 1.1rem;
  }

  .f10 {
    font-size: 1rem;
  }
}

@media(max-width:834px) {
  .f140 {
    font-size: 8rem;
  }

  .f120 {
    font-size: 6rem;
  }

  .f80 {
    font-size: 4.2rem;
  }

  .f70 {
    font-size: 3.6rem;
  }

  .f62 {
    font-size: 3rem;
  }

  .f60 {
    font-size: 3rem;
  }

  .f54 {
    font-size: 2.6rem;
  }

  .f52 {
    font-size: 2.5rem;
  }

  .f50 {
    font-size: 2.4rem;
  }

  .f44 {
    font-size: 2.2rem;
  }

  .f42 {
    font-size: 2.2rem;
  }

  .f40 {
    /* font-size: 2.1rem; */
    font-size: 2.3rem;
  }

  .f38 {
    font-size: 2rem;
  }

  .f36 {
    font-size: 2rem;
  }

  .f34 {
    font-size: 1.9rem;
  }

  .f32 {
    font-size: 1.9rem;
  }

  .f30 {
    font-size: 1.875rem;
  }

  .f28 {
    font-size: 1.85rem;
  }

  .f26 {
    font-size: 1.825rem;
  }

  .f24 {
    font-size: 1.8rem;
  }

  .f21 {
    font-size: 1.7rem;
  }

  .f20 {
    font-size: 1.675rem;
  }

  .f18 {
    font-size: 1.6rem;
  }

  .f17 {
    font-size: 1.5rem;
  }

  .f16 {
    font-size: 1.4rem;
  }

  .f15 {
    font-size: 1.3rem;
  }

  .f14 {
    font-size: 1.2rem;
  }

  .txt {
    font-size: 1.3rem;
  }

  .f13 {
    font-size: 1.1rem;
  }

  .f12 {
    font-size: 1.05rem;
  }

  .f10 {
    font-size: 1rem;
  }
}

.h {
  font-weight: 900;
}

.b8 {
  font-weight: 800;
}

.b {
  font-weight: 700;
}

.sb {
  font-weight: 600;
}

.m {
  font-weight: 500;
}

.r {
  font-weight: 400;
}

.l {
  font-weight: 300;
}

.el {
  font-weight: 200;
}

.fcw {
  color: #fff;
}

.fcr {
  color: #ff304f;
}

.fcpu {
  color: #f7faff;
}

.fcgray {
  color: #a1a1a1;
}

.fcblue {
  color: #0e59ad;
}

.fcb {
  color: #282828;
}

.tac {
  text-align: center;
}

.tas {
  text-align: start;
}

.tae {
  text-align: end;
}

.pad {
  padding: 130px 0 130px;
}

.pad02 {
  padding: 130px 0 190px;
}

@media(max-width:1359px) {
  .pad {
    padding: 7.5vw 0;
  }

  .pad02 {
    padding: 7.5vw 0 11.5vw;
  }
}

@media(max-width:834px) {
  .pad {
    padding: 60px 0;
  }

  .pad02 {
    padding: 60px 0 80px;
  }
}

@media(max-width:500px) {
  .pad {
    padding: 45px 0;
  }

  .pad02 {
    padding: 45px 0 70px;
  }
}

section {
  position: relative;
}

.sec {
  position: relative;
}

.sec-ttl {
  font-size: 8rem;
  line-height: 1;
}

.sec-ttl01 {
  font-size: 12rem;
  line-height: 1;
}


/* inner 1200 */
@media(max-width:1359px) {

  .sec-ttl {
    font-size: 7rem;
  }

  .sec-ttl01 {
    font-size: 11rem;
  }

}

@media(max-width:834px) {
  .sec-ttl {
    font-size: 4.7rem;
  }

  .sec-ttl01 {
    font-size: 7rem;
  }
}

@media(max-width:500px) {
  .sec-ttl {
    font-size: 4rem;
  }

  .sec-ttl01 {
    font-size: 6rem;
  }
}


.sec-mess {
  line-height: 1.54;
}


/* inner 1200 */
@media(max-width:1359px) {}

@media(max-width:834px) {}


.link {
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all .3s ease-in-out;
}

.link:hover {
  opacity: .7;
}

.link-arrow,
.link-arrow-w,
.link-arrow-b {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #0046eb;
}

.link-arrow-w {
  color: #fff;
  border: 1px solid #fff;
}

.link-arrow-b {
  color: #fff;
  background-color: #0046eb;
}

.link-arrow::after,
.link-arrow-w::after,
.link-arrow-b::after {
  content: '';
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 200;
  font-family: "Material Symbols Outlined";
  content: '\e5cc';
}

.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  width: 300px;
  height: 78px;
  line-height: 78px;
  border-radius: 5px;
  overflow: hidden;
  color: #fff;
  background-color: #0046eb;
  border: 1px solid #0046eb;
  padding: 0 25px;
  transition: all .3s ease-in-out;
}


.btn:hover {
  /* color: #0046eb;
  background-color: #fff;
  border: 1px solid #0046eb; */
  opacity: .7;
}

.btn-txt__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;

  line-height: 1.3;
  height: 19.5px;
  overflow: hidden;
  position: relative;
}

.btn-txt {
  transform: translate(0, 0%);
}

.btn:hover .btn-txt,
.btn-w:hover .btn-txt {
  transform: translate(0, -100%);
  transition: all .3s;
}

@media(max-width:834px) {
  .btn {
    width: 280px;
    height: 70px;
    line-height: 70px;
    border-radius: 5px;
    padding: 0 20px;
  }
}

/* .h-opacity {
  transition: all .3s ease-in-out;
}

.h-opacity:hover {
  opacity: .7;
  transition: all .3s ease-in-out;
} */

.h-txt {
  background-image: linear-gradient(90deg, #2b7868, #2b7868);
  /* 線の色 */
  background-position: left bottom;
  /* 線の起点を左・下に設定 */
  background-repeat: no-repeat;
  background-size: 0 1px;
  /* 線の横幅を0、縦幅を2pxに */
  padding-bottom: 4px;
  /* 下線を下にズラす */
  transition: background-size .6s;
  /* 変形をアニメーション化 */
}

.h-txt:hover {
  background-size: 100% 1px;
  /* 線の横幅を100%にする */
  transition: all .6s ease-in-out;
}

.view__link {
  line-height: 1;
  border-bottom: 1px solid #204d44;
}

.icon-link {
  position: relative;
  padding-right: 20px;
}

.icon-link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 12px;
  height: 12px;
  background: url(/files/user/lp/expo2025/img/common/icon-link.webp) no-repeat center / contain;
}


@media(max-width:1359px) {}

.dots {
  background-color: #ffffff;
  background-image: radial-gradient(circle, #e5eaf9 2.5px, transparent 2.5px);
  background-position: 0 0;
  background-size: 21px 21px;
}

.dots02 {
  background-color: #6785dd;
  background-image: radial-gradient(circle, #8099e3 2.5px, transparent 2.5px);
  background-position: 0 0;
  background-size: 21px 21px;
}

@media(max-width:834px) {
  .dots {
    background-color: #ffffff;
    background-image: radial-gradient(circle, #e5eaf9 2px, transparent 2px);
    background-position: 0 0;
    background-size: 16px 16px;
  }

  .dots02 {
    background-color: #6785dd;
    background-image: radial-gradient(circle, #8099e3 2px, transparent 2px);
    background-position: 0 0;
    background-size: 16px 16px;
  }
}

.inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.inner-w {
  max-width: 1350px;
  width: 90%;
  margin: 0 auto;
}

@media(max-width:500px) {}

.min1360 {
  display: block;
}

.max1359 {
  display: none;
}

@media(max-width:1359px) {
  .min1360 {
    display: none;
  }

  .max1359 {
    display: block;
  }
}

.max1200 {
  display: none;
}

@media(max-width:1200px) {
  .max1200 {
    display: block;
  }
}

.min1101 {
  display: block;
}

.max1100 {
  display: none;
}

@media(max-width:1100px) {
  .min1101 {
    display: none;
  }

  .max1100 {
    display: block;
  }
}

.max834 {
  display: none;
}

.min835 {
  display: block;
}

@media(max-width:834px) {

  .max834 {
    display: block;
  }

  .min835 {
    display: none;
  }
}

.min701 {
  display: block;
}

.max700 {
  display: none;
}

@media(max-width:700px) {
  .min701 {
    display: none;
  }

  .max700 {
    display: block;
  }
}

.min601 {
  display: block;
}

.max600 {
  display: none;
}

@media(max-width:600px) {
  .min601 {
    display: none;
  }

  .max600 {
    display: block;
  }
}

.max550 {
  display: none;
}

@media(max-width:550px) {
  .max550 {
    display: block;
  }
}

.min501 {
  display: block;
}

.max500 {
  display: none;
}

@media(max-width:500px) {
  .min501 {
    display: none;
  }

  .max500 {
    display: block;
  }
}

.max450 {
  display: none;
}

@media(max-width:450px) {
  .max450 {
    display: block;
  }
}

.max400 {
  display: none;
}

@media(max-width:400px) {
  .max400 {
    display: block;
  }
}

.max380 {
  display: none;
}

@media(max-width:380px) {
  .max380 {
    display: block;
  }
}

.max370 {
  display: none;
}

@media(max-width:370px) {
  .max370 {
    display: block;
  }
}

.max359 {
  display: none;
}

@media(max-width:359px) {
  .max359 {
    display: block;
  }
}

.loadin01 {
  opacity: 0;
  transform: scale(1);
}

.loadin01.show {
  opacity: 1;
  transition: all 1.4s 0s ease-in-out;
}

.loadin02 {
  opacity: 0;
}

.loadin02.show {
  opacity: 1;
  transition: all 1.4s .3s ease-in-out;
}

.loadin03 {
  opacity: 0;
  transition: all .4s 0s ease-in-out;
}

.loadin03.show {
  opacity: 1;
  transition: all 1.4s 2.3s ease-in-out;
}

.fadein {
  opacity: 0;
}

.fadein.show {
  opacity: 1;
  transition: all .9s;
}

.fadein01 {
  opacity: 0;
  transform: translate(0, 150px);
}

.fadein01.show {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all .3s linear .1s;
}

.fadein02 {
  opacity: 0;
  transform: translate(0, 150px);
}

.fadein02.show {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all .3s linear .4s;
}

.fadein03 {
  opacity: 0;
  transform: translate(0, 150px);
}

.fadein03.show {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all .3s linear .7s;
}

.header {
  position: fixed;
  z-index: 300;
  top: 20px;
  left: 0;
  width: 100%;
  display: none;
  /* transform: translate(0, -140%); */
}

.header.show {
  display: block;
  /* transform: translate(0, 0); */
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  height: 60px;
  border-radius: 30px;
  padding: 0 30px;
}

/* logo */
.logo__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 635px;
}

.logo__jmhc-img {
  /* width: 293px; */
  width: 46%;
}

.logo__osaka-img {
  /* width: 264px; */
  width: 41%;
  margin-left: 10px;
}

.logo__cross {
  position: relative;
  width: 4.5%;
  aspect-ratio: 1 / 1;
}

.logo__cross::before,
.logo__cross::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 100%;
  height: 1px;
  background-color: #282828;
}

.logo__cross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* logo */

.header-logo {}

.header-logo__inner {
  width: 480px;
  justify-content: start;
}

.header-list {
  /* position: fixed;
  z-index: 320;
  top: 30px;
  left: 340px; */
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-item-language {
  display: flex;
}

.language__wrap,
.language-b__wrap {
  position: relative;

  color: #ffffff;
  border: 1px solid #ffffff;
  width: 140px;
  height: 40px;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 10px;
  background-color: transparent;
}

.language-b__wrap {
  color: #1b60b2;
  border: 1px solid #1b60b2;
}

.language__wrap::before,
.language-b__wrap::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
  font-size: 1.6rem;
  font-family: "Material Symbols Outlined";
  content: '\e894';
  color: #ffffff;
}

.language-b__wrap::before {
  color: #1b60b2;
}

.language__wrap::after,
.language-b__wrap::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
  font-size: 1.6rem;
  font-family: "Material Symbols Outlined";
  content: '\e313';
  color: #fff;
}

.language-b__wrap::after {
  color: #1b60b2;
}

.language__ttl {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 1.4rem;
}

.language-b__wrap .language__ttl {
  color: #1b60b2;
}

.language__list {
  position: absolute;
  top: 50px;
  right: 50%;
  transform: translate(50%, 0);
  display: none;
  flex-direction: column;
  gap: 20px;
  font-size: 1.6rem;
  color: #fff;
  background: linear-gradient(225deg, #3e5ed6, #3976d9);
  padding: 20px 20px;
  border-radius: 5px;
}

.language__btn.active .language__list {
  display: flex;
}

/* inner 1200 */
@media(max-width:1359px) {
  .header.show {
    display: none;
  }
}

@media(max-width:1100px) {
  .language__list {
    top: 70px;
  }
}

@media(max-width:1000px) {
  .logo__inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media(max-width:834px) {
  .logo__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 293px;
  }


  .logo__jmhc-img {
    /* width: 293px; */
    width: 100%;
  }

  .logo__osaka-img {
    /* width: 264px; */
    width: 90%;
    margin-left: 0;
    margin-top: 5px;
  }

  .logo__cross {
    width: 25px;
  }

  .language__list {
    top: 70px;
    right: 0;
    transform: translate(0, 0);
  }
}

@media(max-width:600px) {}

@media(max-width:500px) {
  .language__list {
    top: 60px;
  }
}

.header-btn {
  display: none;
  position: fixed;
  z-index: 700;
  top: 25px;
  right: 30px;
}

.header-btn__ham {
  position: relative;
  width: 60px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(225deg, #731be0, #1a46c4, #1273eb);
}

.header-btn__ham span {
  position: absolute;
  top: 30%;
  left: 30%;
  width: 40%;
  height: 3px;
  border-radius: 1px;
  background-color: #fff;
  transition: all .4s ease;
}

.header-btn.active .header-btn__ham span {
  background-color: #fff;
}

.header-btn__ham span:nth-of-type(1) {
  top: 37%;
}

.header-btn__ham span:nth-of-type(2) {
  top: 49%;
}

.header-btn__ham span:nth-of-type(3) {
  top: 61%;
}

.header-btn.active .header-btn__ham span:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
}

.header-btn.active .header-btn__ham span:nth-of-type(2) {
  top: 50%;
  transform: rotate(-45deg);
}

.header-btn.active .header-btn__ham span:nth-of-type(3) {
  top: 50%;
  transform: rotate(-45deg);
}


/* inner 1350 */
@media(max-width:1500px) {}

@media(max-width:1359px) {
  .header-btn {
    display: block;
  }
}

@media(max-width:1000px) {}

@media(max-width:834px) {
  .header-btn {
    top: 20px;
    right: 20px;
  }
}

@media(max-width:600px) {}

@media(max-width:500px) {
  .header-btn {
    top: 15px;
    right: 4vw;
  }

  .header-btn__ham {
    width: 50px;
  }
}


/* inner 1350 */
@media(max-width:1500px) {}

@media(max-width:1359px) {}


@media(max-width:1000px) {}

@media(max-width:834px) {}

.menu-back {
  display: none;
  position: fixed;
  z-index: 590;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000000;
  opacity: .4;
}

.menu-back.active {
  display: block;
}

.menu {
  display: none;
  position: fixed;
  z-index: 600;
  top: 0px;
  right: 0px;
  max-width: 710px;
  width: 100%;
  height: 100vh;
  padding: 80px 40px 40px;
  overflow-y: scroll;
  background: linear-gradient(225deg, #797be6, #5e97e9);

}

.menu-inner {
  position: relative;
  width: 100%;
  height: fit-content;
}

.menu.active {
  display: block;
}

.menu-nav {}

.menu-nav__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.menu-nav__item-link {
  font-size: 5rem;
  line-height: 1;
}

.menu-nav__item-link__01 {
  font-size: 8rem;
}

.menu-nav__item-small__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
}

.menu-language {
  display: block;
  width: 200px;
  margin: 90px auto 0;
}

.menu-language__list {
  top: -10px;
  right: 50%;
  transform: translate(50%, -100%);
}

/* .menu-language__select {
  width: 200px;
} */

/* inner 1200 */
@media(max-width:1359px) {}

@media(max-width:1200px) {}

@media(max-width:1000px) {}

@media(max-width:834px) {
  .menu-nav__item-link {
    font-size: 4.7rem;
  }

  .menu-nav__item-link__01 {
    font-size: 7rem;
  }

  .menu-language {
    width: 160px;
    margin: 50px auto 0;
  }
}

@media(max-width:650px) {}

@media(max-width:500px) {
  .menu {
    border-radius: 0 0 20px 20px;
    height: fit-content;
    padding: 60px 5% 40px;
  }

  .menu-nav__item-link {
    font-size: 3rem;
  }

  .menu-nav__item-link__01 {
    font-size: 5rem;
  }
}

@media(max-width:400px) {}

@media(max-width:359px) {}

.top-mv__wrap {
  position: relative;
  /* overflow: hidden; */
  padding-top: 90px;
}

.top-mv__attention {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #1b60b2;
  padding: 20px 0;
}

.en-body .top-mv__attention {
  padding: 10px 0;
}

.top-mv__attention-inner {
  position: relative;
}

.top-mv__attention-dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0;
}

.en-body .top-mv__attention-dl {
  padding-right: 150px;
}

.top-mv__attention-dt {
  text-align: center;
  width: 130px;
  background-color: #fff;
}

.en-body .top-mv__attention-dt {
  width: 200px;
  line-height: 1.2;
}

.top-mv__attention-dd {
  width: calc(100% - 130px);
  line-height: 1.66;
  padding-left: 15px;
}

.en-body .top-mv__attention-dd {
  width: calc(100% - 200px);
  line-height: 1.2;
}

.under-line {
  position: relative;
  display: inline-block;
}

.under-line::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.6;
}

.top-mv__language {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.top-mv__language-select {
  background-color: #1b60b2;
}


.top-mv {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 1800 / 1100;
  background: #ecf2fc url(/files/user/lp/expo2025/img/mv_circle.webp) no-repeat center / 54.8%;
  overflow: hidden;
}

.top-mv__logo-wrap {
  padding-top: 50px;
}

.top-mv__logo-inner {
  justify-content: start;
  /* width: 430px; */
  width: 23.88vw;
  min-width: 400px;
}

.top-mv__cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.top-mv__cont-inner {
  position: relative;
  height: 100%;
  /* width: 75%; */
}

.top-mv__ttl-wrap {
  position: absolute;
  z-index: 10;
  /* top: 23.5%; */
  top: 50%;
  transform: translate(0, -60%);
  left: 43%;
  display: flex;
  flex-direction: column;
}

.top-mv__ttl-lead {
  display: flex;
  align-items: center;
  gap: 10px;
}

.top-mv__ttl-lead__img {
  display: inline-block;
  width: 130px;
}

.top-mv__ttl-mess {
  line-height: 1.5;
  margin: 5px 0 15px;
}

.top-mv__ttl-list {
  display: flex;
  gap: 5px;
}

.top-mv__ttl-item {
  line-height: 1;
  background: linear-gradient(225deg, #1a49c4, #145dc6);
  padding: 9px 35px 11px;
}

.top-mv__mess-wrap {
  /* position: relative; */
  position: absolute;
  top: 50%;
  transform: translate(0, -55%);
  z-index: 9;
  font-size: 18rem;
  line-height: 1.45;
  opacity: .7;
  white-space: nowrap;
  /* margin-top: 70px; */
}

.top-mv__scrolldown {
  position: absolute;
  z-index: 10;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 85px;
  margin: 0 auto 0;
}

.top-mv__scrolldown-circleText {
  /* 円からはみ出した部分を表示 */
  overflow: visible;
  animation: rotate 5s linear infinite;
}

.top-mv__scrolldown-circleText__circle {
  /* 円の塗りを削除 */
  fill: none;
}

.top-mv__scrolldown-circleText__text {
  /* テキストのスタイル */
  fill: #1b60b2;
  font-size: 1.35rem;
  letter-spacing: 0.04em;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.top-mv__scrolldown-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0, -55%);
  width: 10px;
}

.top-mv__img {
  position: absolute;
}

.top-mv__img01 {
  position: absolute;
  top: 13%;
  left: 5%;
  width: 12.77%;
}

.top-mv__img02 {
  position: absolute;
  top: 37%;
  left: 0%;
  width: 21.22%;
}

.top-mv__img03 {
  position: absolute;
  top: 73%;
  left: 10.5%;
  width: 18.33%;
}

.top-mv__img04 {
  position: absolute;
  top: -4.5%;
  left: 70%;
  width: 20%;
}

.top-mv__img05 {
  position: absolute;
  top: 33%;
  left: 81%;
  width: 19.44%;
}

.top-mv__img06 {
  position: absolute;
  top: 69%;
  left: 74%;
  width: 23.33%;
}

@media(max-width:1950px) {
  .top-mv__scrolldown {
    bottom: 12%;
  }
}

/* inner 1350 & 75% */
@media(max-width:1800px) {
  .top-mv__ttl-wrap {
    /* top: 30%; */
    left: 39%;
    /* width: 640px; */
  }

  /* .top-mv__mess-wrap {
    font-size: 10vw;
    line-height: 1.35;
    margin-top: 70px;
  } */

  .top-mv__scrolldown {
    bottom: 10%;
    width: 85px;
  }
}

@media(max-width:1600px) {
  .top-mv__scrolldown {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-56%, 0);
    width: 75px;
    margin: 0 auto 0;
  }
}

/* inner 1350 */
@media(max-width:1500px) {


  .top-mv__mess-wrap {
    font-size: 12vw;
    line-height: 1.35;
    /* margin-top: 70px; */
  }

}

/* inner 1200 */
@media(max-width:1359px) {
  .top-mv__wrap {
    padding-top: 120px;
  }

  .top-mv__ttl-lead__img {
    width: 100px;
  }

  .top-mv__attention {
    height: fit-content;
    height: 132px;
    padding: 20px 50px 20px 0;
  }

  .en-body .top-mv__attention {
    padding: 13px 50px 13px 0;
  }

  .top-mv__language {
    position: fixed;
    top: 55px;
    right: 110px;
    background-color: #1b60b2;
  }

  .top-mv__attention-dl {
    padding-right: 160px;
  }

  .en-body .top-mv__attention-dt {
    width: 200px;
    line-height: 1.2;
    padding: 5px 5px;
  }

  .top-mv__logo-wrap {
    padding-top: 40px;
  }

  .top-mv__ttl-wrap {
    /* top: calc(32% - 35px); */
    left: 39%;
    width: 640px;
  }

  .top-mv__ttl-item {
    padding: 9px 25px 11px;
  }
}


@media(max-width:1200px) {
  .top-mv__ttl-wrap {
    left: 31%;
  }
}

@media(max-width:1100px) {
  .top-mv__attention-dl {
    padding-right: 100px;
  }

  .en-body .top-mv__attention-dl {
    padding-right: 100px;
  }


  .top-mv__language {
    position: fixed;
    z-index: 100;
    top: 25px;
    right: 110px;
    /* width: 60px; */
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transform: translate(0, 0);
  }

  .top-mv__language::before {
    top: 33%;
    left: unset;
    right: 50%;
    /* transform: translate(40%, -50%); */
    transform: translate(50%, -60%);
    width: 100%;
    text-align: center;
    font-size: 2rem;
    line-height: 1;
  }

  .top-mv__language::after {
    display: none;
  }

  .top-mv__language-ttl {
    z-index: 2;
    top: 67%;
    left: 50%;
    /* transform: translate(-45%,-50%); */
    transform: translate(-45%, -50%);
    font-size: 1.25rem;
    font-weight: 400;
  }

}

@media(max-width:1000px) {
  .top-mv__attention {
    height: 155px;
  }

  .top-mv__ttl-wrap {
    left: 21%;
  }

  .top-mv__ttl-item {
    padding: 7px 15px 9px;
  }
}

@media(max-width:834px) {
  .top-mv__language {
    top: 100px;
    right: 20px;
  }

  .top-mv__wrap {
    position: relative;
    padding-top: 200px;
    border-radius: 0 0 20px 20px;
  }

  .top-mv__attention {
    height: 204px;
  }

  .top-mv__attention-dl {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px 0;
    padding-right: 10px;
  }

  .en-body .top-mv__attention-dl {
    padding-right: 10px;
  }

  .top-mv__attention-dt {
    text-align: center;
    width: 100%;
  }

  .en-body .top-mv__attention-dt {
    width: 100%;
  }

  .top-mv__attention-dt:nth-child(3) {
    margin-top: 10px;
  }

  .top-mv__attention-dd {
    width: 100%;
    font-size: 1.4rem;
    padding-left: 0;
  }

  .en-body .top-mv__attention-dd {
    width: 100%;
  }

  .top-mv {
    aspect-ratio: 834 / 1650;
    background: #ecf2fc url(/files/user/lp/expo2025/img/mv_circle.webp) no-repeat center / 130%;
  }

  .top-mv__cont-inner {
    width: 100%;
  }

  .top-mv__logo-wrap {
    position: absolute;
    top: 24%;
    top: 29%;
    left: 50%;
    transform: translate(-50%, 0);
    padding-top: 0px;
    width: fit-content;
  }

  .top-mv__logo-inner {
    width: 100%;
    max-width: 400px;
    min-width: unset;
  }

  .logo__cross {
    width: 17px;
    margin: -7px 0 -7px;
  }

  .top-mv__ttl-wrap {
    top: 37%;
    top: 45%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 500px;
  }

  .top-mv__mess-wrap {
    text-align: center;
    font-size: 21vw;
    line-height: 1.1;
    margin-top: 5px;
  }

  .top-mv__mess-bottom {
    display: inline-block;
    margin-top: 300px;
    margin-top: 80vw;
  }

  .top-mv__ttl-mess {
    font-size: 3.4rem;
  }

  .top-mv__scrolldown {
    bottom: 3%;
    width: 50px;
  }

  .top-mv__scrolldown-arrow {
    transform: translate(0, -55%);
    width: 7px;
  }

  .top-mv__img01 {
    position: absolute;
    top: 7%;
    left: -6%;
    width: 40%;
  }

  .top-mv__img02 {
    position: absolute;
    top: 65.5%;
    left: -11%;
    width: 32%;
  }

  .top-mv__img03 {
    position: absolute;
    top: 79%;
    left: -6%;
    width: 37%;
  }

  .top-mv__img04 {
    position: absolute;
    top: -3.5%;
    left: 58%;
    width: 43%;
  }

  .top-mv__img05 {
    position: absolute;
    top: 15%;
    left: 70%;
    width: 30%;
  }

  .top-mv__img06 {
    position: absolute;
    top: 68%;
    left: 52%;
    width: 48%;
  }
}

@media(max-width:650px) {
  .top-mv__wrap {
    padding-top: 220px;
  }

  .top-mv__attention {
    height: 224px;
  }
}

@media(max-width:600px) {
  .top-mv__attention-dl {
    padding-right: 20px;
  }

  .top-mv__ttl-wrap {
    /* top: 39%; */
    width: 440px;
  }

  .top-mv__ttl-lead {
    gap: 5px;
  }

  .top-mv__ttl-lead__img {
    width: 85px;
  }

  .top-mv__ttl-mess {
    font-size: 3rem;
  }
}

@media(max-width:500px) {
  .top-mv__language {
    position: fixed;
    z-index: 100;
    top: 80px;
    right: 4vw;
    /* width: 60px; */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transform: translate(0, 0);
  }

  .top-mv__language::before {
    font-size: 2rem;
    line-height: 1;
  }

  .top-mv__language-ttl {
    font-size: 1.25rem;
    font-weight: 400;
  }

  .top-mv__attention {
    height: 212px;
  }

  .top-mv__attention-dl {
    padding-right: 10px;
  }

  .top-mv__attention-dd {
    font-size: 1.2rem;
  }

  .top-mv__wrap {
    /* padding-top: 210px; */
    padding-top: 210px;
  }

  .top-mv__logo-wrap {
    top: 27%;
  }

  .top-mv__logo-inner {
    width: 180px;
    min-width: unset;
  }

  .top-mv__ttl-wrap {
    top: 40%;
    width: 360px;
  }

  .top-mv__ttl-lead {
    font-size: 1.7rem;
  }

  .top-mv__ttl-mess {
    font-size: 2.45rem;
  }

  .top-mv__ttl-item {
    font-size: 1.6rem;
    padding: 7px 15px 9px;
  }
}

@media(max-width:451px) {
  .top-mv__attention {
    height: 232px;
  }

  .top-mv__wrap {
    /* padding-top: 230px; */
    padding-top: 230px;
  }
}

@media(max-width:400px) {
  .top-mv__logo-wrap {
    top: 27.5%;
  }

  .top-mv__logo-inner {
    width: 210px;
  }

  .top-mv__ttl-wrap {
    top: 43%;
    width: 320px;
  }

  .top-mv__ttl-lead {
    font-size: 1.6rem;
  }

  .top-mv__ttl-lead__img {
    width: 75px;
  }

  .top-mv__ttl-mess {
    font-size: 2.2rem;
  }

  .top-mv__ttl-item {
    font-size: 1.4rem;
    padding: 5px 13px 7px;
  }
}

@media(max-width:380px) {
  .top-mv__attention {
    height: 252px;
  }

  .top-mv__wrap {
    /* padding-top: 250px; */
    padding-top: 250px;
  }
}

@media(max-width:359px) {}

.top-about__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}

.top-about__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.top-main {
  position: relative;
  z-index: 2;
}

/* inner 1350 */
@media(max-width:1500px) {}

/* inner 1200 */
@media(max-width:1359px) {}


@media(max-width:1200px) {}

@media(max-width:834px) {}

@media(max-width:600px) {}

@media(max-width:500px) {}

@media(max-width:400px) {}

@media(max-width:359px) {}

.top-about {
  position: relative;
  z-index: 3;
}

.top-about__inner {
  padding-bottom: 44vw;
}

.en-body .top-about__inner {
  padding-bottom: 48vw;
}

.top-about__head-mess {
  margin-top: 60px;
  margin-bottom: 30px;
}

.top-about__img-area {
  position: absolute;
  top: 580px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  overflow: hidden;
}

.en-body .top-about__img-area {
  top: 700px;
}

.top-about__img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1800 / 760;
}

.top-about__img {
  position: absolute;
  border-radius: 15px;
  /* box-shadow: 0 0 7px 1px #ffffff30; */
}

.top-about__img01 {
  z-index: 4;
  top: 0;
  right: 11.5%;
  width: 35.55%;
}

.top-about__img02 {
  z-index: 3;
  top: 53.47%;
  right: 39%;
  width: 15.55%;
}

.top-about__img03 {
  z-index: 4;
  top: 40.31%;
  right: 53%;
  width: 35.55%;
}


.top-about__img04 {
  z-index: 5;
  top: 46%;
  right: 87%;
  width: 15.55%;
}

.top-about__img05 {
  z-index: 6;
  top: 69%;
  right: 95%;
  width: 35.55%;
}

@media(max-width:1700px) {
  .top-about__inner {
    padding-bottom: 600px;
  }
}

/* inner 1200 */
@media(max-width:1359px) {
  .en-body .top-about__img-area {
    top: 560px;
  }
}

@media(max-width:1200px) {
  .top-about__inner {
    padding-bottom: 500px;
  }

  .top-about__img-area {
    top: 530px;
  }

}

@media(max-width:1000px) {}

@media(max-width:834px) {
  .top-about__inner {
    padding-bottom: 400px;
    padding-bottom: 50vw;
  }

  .top-about__img-area {
    top: 490px;
  }

  .en-body .top-about__img-area {
    top: 520px;
  }
}

@media(max-width:600px) {
  .top-about__inner {
    padding-bottom: 400px;
    padding-bottom: 45vw;
  }

  /* .en-body .top-about__inner {
    padding-bottom: 45vw;
  } */

  .top-about__img-area {
    top: 520px;
  }

  .en-body .top-about__img-area {
    top: 580px;
  }

  .top-about__img-wrap {
    width: 120%;
  }

  .top-about__img01 {
    top: 0;
    right: 11.5%;
    width: 35.55%;
  }

  .top-about__img02 {
    top: 50.47%;
    right: 39%;
    width: 22.55%;
  }

  .top-about__img03 {
    top: 22.5%;
    right: 59.5%;
    width: 35.55%;
  }

  .top-about__img04 {
    top: 12%;
    right: 91%;
    width: 22.55%;
  }

  .top-about__img05 {
    top: 42%;
    right: 103.8%;
    width: 35.55%;
  }

  .top-about__head-mess {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media(max-width:400px) {
  .top-about__head-mess {
    font-size: 2.1rem;
  }
}

@media(max-width:359px) {}

.top-plan__inner {
  position: relative;
}

.top-plan__myaku-area {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(12%, -12%);
  display: flex;
  align-items: end;
}

.top-plan__myaku {
  width: 160px;
}

.top-plan__myaku-txt {
  line-height: 1.5;
  padding-bottom: 20px;
}

.top-plan__ttl {
  text-align: end;
  padding-right: 150px;
  margin-bottom: -20px;
}

.top-plan__box {
  border-radius: 40px;
  background-color: #fff;
  padding: 70px 0;
}

.top-plan__head {
  display: flex;
  align-items: end;
  padding-left: 65px;
  padding-right: 65px;
  padding-bottom: 60px;
}

.top-plan__head-mess {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.top-plan__head-mess02 {
  margin-top: 10px;
}

.top-plan__head-txt {
  width: 50%;
  padding-left: 2%;
}

.top-plan__list {
  display: flex;
  width: 100%;
  aspect-ratio: 1350 / 450;
  /* display: grid;
  grid-template-columns: repeat(4, 1fr); */
}

.top-plan__item {
  position: relative;
  /* width: 100%; */
  width: 27.18%;
  aspect-ratio: 367 / 450;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 4%;
}

.top-plan__item:nth-of-type(1) {
  z-index: 5;
  aspect-ratio: 367 / 395;
  background: url(/files/user/lp/expo2025/img/plan01.webp) no-repeat center / contain;
}

.top-plan__item:nth-of-type(2) {
  z-index: 4;
  margin-left: -2.35%;
  background: url(/files/user/lp/expo2025/img/plan02.webp) no-repeat center / contain;
}

.top-plan__item:nth-of-type(3) {
  margin-left: -2.35%;
  z-index: 3;
  background: url(/files/user/lp/expo2025/img/plan03.webp) no-repeat center / contain;
}

.top-plan__item:nth-of-type(4) {
  margin-left: -2.35%;
  z-index: 2;
  width: 25.55%;
  aspect-ratio: 345 / 450;
  background: url(/files/user/lp/expo2025/img/plan04.webp) no-repeat center / contain #00000090;
}

.top-plan__item-ttl__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-plan__item-ttl__num {
  line-height: 1;
}

.en-body .top-plan__item-ttl {
  line-height: 1.3;
  text-align: center;
}

.top-plan__item-txt {
  display: none;
}

.en-body .top-plan__item-txt {
  line-height: 1.3;
}

.top-plan__item:hover .top-plan__item-txt {
  display: block;
}

/* inner 1200 */
@media(max-width:1359px) {
  .en-body .top-plan__item-ttl {
    font-size: 2rem;
  }

  .en-body .top-plan__item-txt {
    font-size: 1.4rem;
  }
}

@media(max-width:1200px) {

  .en-body .top-plan__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
  }

  .en-body .top-plan__item {
    position: relative;
    width: 100%;
    aspect-ratio: 834 / 240;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0 4%;
  }

  .en-body .top-plan__item:nth-of-type(1) {
    aspect-ratio: 834 / 240;
    background: url(/files/user/lp/expo2025/img/plan01_sp.webp) no-repeat center / cover;
  }

  .en-body .top-plan__item:nth-of-type(2) {
    margin-left: 0;
    background: url(/files/user/lp/expo2025/img/plan02_sp.webp) no-repeat center / cover;
  }

  .en-body .top-plan__item:nth-of-type(3) {
    margin-left: 0;
    background: url(/files/user/lp/expo2025/img/plan03_sp.webp) no-repeat center / cover;
  }

  .en-body .top-plan__item:nth-of-type(4) {
    margin-left: 0;
    width: 100%;
    aspect-ratio: 834 / 240;
    background: url(/files/user/lp/expo2025/img/plan04_sp.webp) no-repeat center / cover #00000090;
  }
}

@media(max-width:1000px) {

  .top-plan__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
  }

  .top-plan__item {
    position: relative;
    width: 100%;
    aspect-ratio: 834 / 240;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0 4%;
  }

  .top-plan__item:nth-of-type(1) {
    aspect-ratio: 834 / 240;
    background: url(/files/user/lp/expo2025/img/plan01_sp.webp) no-repeat center / cover;
  }

  .top-plan__item:nth-of-type(2) {
    margin-left: 0;
    background: url(/files/user/lp/expo2025/img/plan02_sp.webp) no-repeat center / cover;
  }

  .top-plan__item:nth-of-type(3) {
    margin-left: 0;
    background: url(/files/user/lp/expo2025/img/plan03_sp.webp) no-repeat center / cover;
  }

  .top-plan__item:nth-of-type(4) {
    margin-left: 0;
    width: 100%;
    aspect-ratio: 834 / 240;
    background: url(/files/user/lp/expo2025/img/plan04_sp.webp) no-repeat center / cover #00000090;
  }
}

@media(max-width:834px) {
  .top-plan__inner {
    width: 100%;
  }
  .top-plan__myaku-area {
    transform: translate(0%, -12%);
  }
  
  .top-plan__myaku {
    width: 90px;
  }
  
  .top-plan__myaku-txt {
    line-height: 1.2;
    padding-bottom: 8px;
  }

  .top-plan__ttl {
    text-align: end;
    margin-bottom: -11px;
    padding-right: 100px;
  }

  .top-plan__box {
    border-radius: 20px;
    padding: 55px 0;
  }

  .top-plan__head {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 30px;
  }

  .top-plan__head-mess {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .top-plan__head-txt {
    width: 100%;
    padding-left: 0%;
    margin-top: 20px;
  }

  .top-plan__item-txt {
    display: block;
  }
}

@media(max-width:600px) {
  .top-plan__item {
    gap: 10px;
  }

  .top-plan__item,
  .top-plan__item:nth-of-type(1),
  .top-plan__item:nth-of-type(4) {
    aspect-ratio: 834 / 340;
  }

  .en-body .top-plan__item,
  .en-body .top-plan__item:nth-of-type(1),
  .en-body .top-plan__item:nth-of-type(4) {
    aspect-ratio: 834 / 400;
  }
}

@media(max-width:500px) {
  .top-plan__myaku-area {
    transform: translate(0%, -20%);
}
  .top-plan__item {
    gap: 5px;
    padding: 0 4%;
  }

  .top-plan__item,
  .top-plan__item:nth-of-type(1),
  .top-plan__item:nth-of-type(4) {
    aspect-ratio: 834 / 500;
  }

  .en-body .top-plan__item,
  .en-body .top-plan__item:nth-of-type(1),
  .en-body .top-plan__item:nth-of-type(4) {
    aspect-ratio: 834 / 600;
  }
}

@media(max-width:450px) {}

@media(max-width:400px) {
  .top-plan__ttl {
    padding-right: 90px;
  }
  .top-plan__myaku-area {
    transform: translate(0%, -11%);
}
  .top-plan__myaku {
    width: 80px;
}

  .top-plan__item,
  .top-plan__item:nth-of-type(1),
  .top-plan__item:nth-of-type(4) {
    aspect-ratio: 834 / 600;
  }
}

@media(max-width:359px) {}

.top-program {
  background: url(/files/user/lp/expo2025/img/bg_program.webp) no-repeat center / cover;
}

.top-program__inner {
  position: relative;
  display: flex;
}

.top-program__myaku {
  position: absolute;
  top: 0px;
  left: 3%;
  transform: translate(0,-100%);
  width: 140px;
}

.top-program__head {
  position: sticky;
  top: 120px;
  left: 0;
  width: 45%;
  height: fit-content;
  padding-right: 5%;
  padding-left: 65px;
}

.top-program__head-mess {
  margin: 60px 0 30px;
}

.top-program__list {
  width: 55%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.top-program__item {
  border-radius: 20px;
  box-shadow: 0 0 7px 1px #0046eb30;
  scroll-margin-top: 100px;
}

.top-program__item-img__wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1420 / 560;
  border-radius: 20px 20px 0 0;
}

.top-program__item:nth-of-type(1) .top-program__item-img__wrap {
  background: url(/files/user/lp/expo2025/img/program01.webp) no-repeat center / cover;
}

.top-program__item:nth-of-type(2) .top-program__item-img__wrap {
  background: url(/files/user/lp/expo2025/img/program02.webp) no-repeat center / cover;
}

.top-program__item:nth-of-type(3) .top-program__item-img__wrap {
  background: url(/files/user/lp/expo2025/img/program03.webp) no-repeat center / cover;
}

/* .top-program__item-img {
  height: 100%;
  object-fit: cover;
} */

.top-program__item-ttl {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1;
  padding: 13px 50px 15px 35px;
}

.top-program__item:nth-of-type(1) .top-program__item-ttl {
  clip-path: polygon(0 0, 94% 0, 100% 100%, 0% 100%);
  background: linear-gradient(225deg, #5d6eda, #4787db);
}

.top-program__item:nth-of-type(2) .top-program__item-ttl {
  clip-path: polygon(0 0, 94% 0, 100% 100%, 0% 100%);
  background: linear-gradient(225deg, #6d5dd2, #5376d3);
}

.top-program__item:nth-of-type(3) .top-program__item-ttl {
  clip-path: polygon(0 0, 94% 0, 100% 100%, 0% 100%);
  background: linear-gradient(225deg, #976ae9, #8083e9);
}

.top-program__item-main {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  padding: 25px 30px;
}

.top-program__item-mess {
  margin-bottom: 10px;
}

.top-program__item-link {
  position: relative;
  width: 170px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  /* background: linear-gradient(225deg, #731be0, #1a46c4, #1273eb); */
  background: linear-gradient(225deg, #3e5ed6, #3976d9);
  padding: 0px 20px 0 50px;
  margin: 25px 0 0 auto;
}

.top-program__item-link::before {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translate(0, -50%);
  font-family: "Material Symbols Outlined";
  content: '\e89e';
  font-weight: 500;
}

/* inner 1200 */
@media(max-width:1359px) {
  .top-program__head {
    top: 120px;
    width: 45%;
    padding-right: 3%;
    padding-left: 0;
  }
}

@media(max-width:1200px) {}

@media(max-width:1000px) {
  .top-program {
    border-radius: 40px;
  }

  .top-program__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .top-program__head {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: fit-content;
    padding-right: 0;
    padding-left: 0px;
  }

  .top-program__head-mess {
    margin: 30px 0 20px;
  }

  .top-program__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
}

@media(max-width:834px) {
  .top-program {
    border-radius: 20px;
  }
  .top-program__myaku {
    position: absolute;
    top: 0px;
    left: 3%;
    transform: translate(0,-100%);
    width: 90px;
  }
}

@media(max-width:500px) {
  .top-program__myaku {
    position: absolute;
    top: 0px;
    left: 3%;
    transform: translate(0,-100%);
    width: 70px;
  }
  .top-program__head-mess {
    margin: 20px 0 20px;
  }

  .top-program__item-ttl {
    padding: 8px 30px 10px 20px;
  }

  .top-program__item-mess {
    font-size: 1.7rem;
  }

  .top-program__item-main {
    padding: 15px 5% 25px;
  }

  .top-program__item-link {
    width: 150px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    padding: 0px 10px 0 30px;
    margin: 25px auto 0;
  }
}

@media(max-width:359px) {}

.top-faq {
  position: relative;
  z-index: 4;
  padding-bottom: 0;
}

.top-faq__box {
  position: relative;
  border-radius: 40px;
  background: url(/files/user/lp/expo2025/img/bg_faq.webp) no-repeat center / cover;
}

.top-faq__myaku {
  position: absolute;
  left: -20px;
  bottom: 25px;
  width: 160px;
}

.top-faq__inner {
  display: flex;
}

.top-faq__ttl {
  width: 25%;
  line-height: 1;
}

.top-faq__cont {
  width: 75%;
}

.top-faq__btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  /* border-radius: 50%;
  background-color: #fff; */
}

.top-faq__btn-cont {
  position: relative;
  width: 100%;
  height: 100%;
}

.top-faq__btn-cont::before,
.top-faq__btn-cont::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 2px;
  background-color: #fff;
}

.top-faq__btn-cont::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all .3s ease-in-out;
}

.top-faq__dl.qa_open .top-faq__btn-cont::after {
  transform: translate(-50%, -50%) rotate(0deg);
}


.top-faq__dl {
  border-bottom: 1px solid #ffffff40;
  padding: 0 0 25px 10px;
}

.top-faq__dl:not(:first-of-type) {
  margin-top: 25px;
}

.top-faq__dt,
.top-faq__dd {
  position: relative;
}

.top-faq__dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px 0px 50px;
}

.top-faq__dd {
  display: none;
  padding: 0 0 0px 50px;
  margin-top: 30px;
}

.top-faq__dl.qa_open .top-faq__dd {
  display: block;
}

.top-faq__dt::before,
.top-faq__dd::before {
  content: 'Q.';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}

.top-faq__dd::before {
  content: 'A.';
}

.top-faq__link {
  width: fit-content;
  margin-top: 40px;
  margin-left: auto;
}

/* inner 1200 */
@media(max-width:1359px) {}

@media(max-width:1200px) {}

@media(max-width:1000px) {}

@media(max-width:834px) {
  .top-faq__myaku {
    position: absolute;
    left: 20px;
    bottom: unset;
    top: -35px;
    width: 90px;
  }
  .top-faq__inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .top-faq__box {
    border-radius: 20px;
  }

  .top-faq__ttl {
    width: 100%;
    text-align: center;
  }

  .top-faq__cont {
    width: 100%;
  }

  .top-faq__dl {
    padding: 0 0 20px 5px;
  }

  .top-faq__dl:not(:first-of-type) {
    margin-top: 20px;
  }

  .top-faq__dt {
    padding: 0 40px 0px 40px;
  }

  .top-faq__dd {
    padding: 0 0 0px 40px;
    margin-top: 20px;
  }

  .top-faq__dt::before,
  .top-faq__dd::before {
    font-size: 2.6rem;
  }
}

@media(max-width:500px) {
  .top-faq__myaku {
    position: absolute;
    left: 10px;
    bottom: unset;
    top: -30px;
    width: 80px;
  }

  .top-faq__box {
    width: 94%;
    border-radius: 15px;
  }

  .top-faq__ttl {
    font-size: 2.2rem;
    line-height: 1.4;
  }

  .top-faq__link {
    margin-top: 30px;
  }
}

@media(max-width:359px) {}

.top-other__link-area {
  display: flex;
  justify-content: space-between;
  gap: 5%;
  margin-top: 40px;
}

.top-other__img {
  border-radius: 20px;
  box-shadow: 0 0 7px 1px #0046eb30;
}

/* inner 1200 */
@media(max-width:1359px) {}

@media(max-width:1200px) {}

@media(max-width:1000px) {}

@media(max-width:834px) {
  .top-other__link-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
  }
}

@media(max-width:500px) {
  .top-other__link-area {
    gap: 15px;
    margin-top: 25px;
  }
}

@media(max-width:359px) {}


.footer {
  position: relative;
  z-index: 100;
  background-color: #fff;
  border-radius: 40px 40px 0 0;
  padding-bottom: 50px;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.footer-logo__inner {
  width: 630px;
}

.footer-expo__area {
  width: 256px;
  margin: 0 auto;
}

.footer-contact__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 470px;
  width: 100%;
  height: 130px;
  border-radius: 65px;
  background: linear-gradient(225deg, #731be0, #1a46c4, #1273eb);
  padding: 0px 30px 5px 5%;
}

.footer-contact__ttl {
  display: flex;
  flex-direction: column;
}

.footer-contact__ttl-en {
  font-size: 3.8rem;
  line-height: 1;
}

.footer-contact__ttl-en01 {
  font-size: 6rem;
  line-height: 1;
}

.footer-contact__ttl-jp {
  font-size: 1.5rem;
  padding-left: 3px;
}

.footer-contact__icon {
  position: relative;
  background-color: #fff;
  width: 80px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
}

.footer-contact__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Material Symbols Outlined";
  content: '\e158';
  font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
  font-size: 3rem;
  background: linear-gradient(225deg, #731be0, #1a46c4, #1273eb);
  -webkit-background-clip: text;
  color: transparent;
}

.footer-copy {}

/* inner 1200 */
@media(max-width:1359px) {
  .footer-contact__link {
    max-width: 400px;
    width: 100%;
    height: 110px;
    border-radius: 55px;
    padding: 0px 15px 5px 4%;
  }

  .footer-contact__ttl-en {
    font-size: 3.2rem;
  }

  .footer-contact__ttl-en01 {
    font-size: 5rem;
  }

  .footer-contact__ttl-jp {
    font-size: 1.4rem;
    padding-left: 3px;
  }

  .footer-contact__icon {
    width: 76px;
  }
}

@media(max-width:1200px) {
  .footer-logo__inner {
    width: 600px;
  }
}

@media(max-width:1050px) {
  .footer-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 60px;
  }
}

@media(max-width:834px) {
  .footer {
    border-radius: 20px 20px 0 0;
  }

  .footer-contact__link {
    max-width: 320px;
    width: 100%;
    height: 90px;
    border-radius: 45px;
    padding: 0px 12px 5px 7%;
  }

  .footer-contact__ttl-en {
    font-size: 3rem;
  }

  .footer-contact__ttl-en01 {
    font-size: 4.5rem;
  }

  .footer-contact__ttl-jp {
    font-size: 1.4rem;
    padding-left: 2px;
  }

  .footer-contact__icon {
    width: 60px;
  }

  .footer-contact__icon::after {
    font-variation-settings:
      'FILL' 1,
      'wght' 400,
      'GRAD' 0,
      'opsz' 24;
    font-size: 2.4rem;
  }
}

@media(max-width:500px) {
  .footer-top {
    gap: 40px;
    margin-bottom: 40px;
  }

  .footer-logo__inner {
    max-width: 270px;
  }

  .footer-expo__area {
    width: 220px;
    margin: 25px auto 0;
  }

  .footer-contact__link {
    max-width: 270px;
    width: 100%;
    height: 80px;
    border-radius: 40px;
    padding: 0px 12px 5px 7%;
    padding: 0px 11px 3px 10%;
  }

  .footer-contact__ttl-en {
    font-size: 2.8rem;
  }

  .footer-contact__ttl-en01 {
    font-size: 4rem;
  }

  .footer-contact__ttl-jp {
    font-size: 1.3rem;
    padding-left: 1px;
  }

  .footer-contact__icon {
    width: 56px;
  }

}

@media(max-width:400px) {
  .top-other__ttl {
    font-size: 1.9rem;
  }
}

@media(max-width:359px) {}