@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;
  transition: all .3s ease;
}

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

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

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

/* 
@media(max-width:900px) {
  html {
    scroll-padding-top: 30px;
  }
} */

body {
  position: relative;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.75;
  color: #000;
  background-color: #fff;
}

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

.top-main h2,
.top-main h3,
.top-main h4,
.top-main h5 {
  font-weight: 300;
}

.txt {
  line-height: 2;
}

.jp {
  font-family: "IBM Plex Sans JP", sans-serif;
}

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

.en {
  font-family: "Instrument Serif", serif;
}

/* p {
  font-size: 1.5rem;
  line-height: 2;
} */

.f120 {
  font-size: 12rem;
}

.f80 {
  font-size: 8rem;
}

.f70 {
  font-size: 7rem;
}

.f62 {
  font-size: 6.2rem;
}

.f54 {
  font-size: 5.4rem;
}

.f50 {
  font-size: 5rem;
}

.f42 {
  font-size: 4.2rem;
}

.f36 {
  font-size: 3.6rem;
}

.f32 {
  font-size: 3.2rem;
}

.f28 {
  font-size: 2.8rem;
}

.f24 {
  font-size: 2.4rem;
}

.f21 {
  font-size: 2.1rem;
}

.f18 {
  font-size: 1.8rem;
}

.f17 {
  font-size: 1.7rem;
}

.f16 {
  font-size: 1.6rem;
}

.f15 {
  font-size: 1.5rem;
}

.f14 {
  font-size: 1.4rem;
}

.f14all {
  font-size: 1.4rem;
}

.f13 {
  font-size: 1.3rem;
}

.f13all {
  font-size: 1.3rem;
}

.f12 {
  font-size: 1.2rem;
}

.f12all {
  font-size: 1.2rem;
}

.f10 {
  font-size: 1rem;
}

.f10all {
  font-size: 1rem;
}

@media(max-width:1334px) {

  .f120 {
    font-size: 8rem;
  }

  .f80 {
    font-size: 5.5rem;
  }

  .f70 {
    font-size: 5rem;
  }

  .f62 {
    font-size: 4.5rem;
  }

  .f54 {
    font-size: 4.2rem;
  }

  .f50 {
    font-size: 4rem;
  }

  .f42 {
    font-size: 3.6rem;
  }

  .f36 {
    font-size: 3rem;
  }

  .f32 {
    font-size: 2.8rem;
  }

  .f28 {
    font-size: 2.4rem;
  }

  .f24 {
    font-size: 2.1rem;
  }

  .f21 {
    font-size: 1.9rem;
  }

  .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) {

  .f120 {
    font-size: 6rem;
  }

  .f80 {
    font-size: 4.2rem;
  }

  .f70 {
    font-size: 3.6rem;
  }

  .f62 {
    font-size: 3rem;
  }

  .f54 {
    font-size: 2.6rem;
  }

  .f50 {
    font-size: 2.4rem;
  }

  .f42 {
    font-size: 2.2rem;
    font-size: 2.4rem;
  }

  .f36 {
    font-size: 2rem;
  }

  .f32 {
    font-size: 1.8rem;
  }

  .f28 {
    font-size: 2rem;
  }

  .f24 {
    font-size: 1.8rem;
  }

  .f21 {
    font-size: 1.7rem;
  }

  .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;
  }

  .f13 {
    font-size: 1.1rem;
  }

  .f12 {
    font-size: 1.05rem;
  }

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


.b {
  font-weight: 900;
}

.sb {
  font-weight: 600;
}

.m {
  font-weight: 500;
}

.r {
  font-weight: 400;
}

.l {
  font-weight: 300;
}

.el {
  font-weight: 200;
}

.fcw {
  color: #fff;
}

.fcb {
  color: #123043;
}

.tac {
  text-align: center;
}

.tas {
  text-align: start;
}

.tae {
  text-align: end;
}

.pad {
  padding: 130px 0;
}

.padtop {
  padding-top: 140px;
}

.padbtm {
  padding-bottom: 140px;
}

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

  .padtop {
    padding-top: 8vw;
  }

  .padbtm {
    padding-bottom: 8vw;
  }
}

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

  .padtop {
    padding-top: 60px;
  }

  .padbtm {
    padding-bottom: 60px;
  }
}

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

  .padtop {
    padding-top: 45px;
  }

  .padbtm {
    padding-bottom: 45px;
  }
}

.sec-ttl__wrap {
  display: flex;
  flex-direction: column;
  font-weight: 400;
}

.top-system .sec-ttl__wrap {
  gap: 5px;
}

.sec-ttl__en {
  line-height: 1.2;
}

.sec-ttl__jp {
  position: relative;
  padding-left: 50px;
}

.sec-ttl__jp::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  height: 1px;
  width: 40px;
  background-color: #000000aa;
}

.fcw .sec-ttl__jp::before {
  background-color: #ffffffaa;
}

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

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

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

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

/* @media(max-width:500px) {
  .inner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
  }
} */

.max1200 {
  display: none;
}

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

.max834 {
  display: none;
}

.min835 {
  display: block;
}

@media(max-width:834px) {

  .max834 {
    display: block;
  }

  .min835 {
    display: none;
  }
}

.max600 {
  display: none;
}

.min601 {
  display: block;
}

@media(max-width:600px) {
  .max600 {
    display: block;
  }

  .min601 {
    display: none;
  }
}

.max550 {
  display: none;
}

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

.max500 {
  display: none;
}

@media(max-width:500px) {
  .max500 {
    display: block;
  }
}

.max450 {
  display: none;
}

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

.max400 {
  display: none;
}

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

.h-op {
  transition: all .3s ease-in-out;
}

.h-op:hover {
  opacity: .7;
}


.btn {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  width: 200px;
  max-width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  text-align: center;
  border: 1px solid #dddddd;
  overflow: hidden;
}

.btn:hover {
  color: #fff;
  border: 1px solid #424553;
}

.fcw .btn:hover {
  color: #424553;
}

.btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 100%;
  height: 100%;
  background-color: #424553;
  border: 1px solid #424553;
  border-radius: 30px;
  opacity: 0;
  transition: all .3s;
}

.fcw .btn::before {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.btn:hover::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: all .3s;
}

.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 {
  transform: translate(0, -100%);
  transition: all .6s;
}

@media(max-width:834px) {
  .btn {
    width: 180px;
    height: 54px;
    line-height: 54px;
    border-radius: 27px;
  }
}

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

.h-ripple {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #424553;
}

.h-ripple__link:hover .h-ripple {
  transform: scale(1.1);
}

.h-ripple::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #424553bb;
}

.h-ripple__link:hover .h-ripple::before {
  animation: ripple .6s linear;
}

@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  90% {
    transform: translate(-50%, -50%) scale(3);
  }

  100% {
    opacity: 0;
  }
}


.h-line {
  position: relative;
  display: inline-block;
  width: fit-content;
}

.h-line:hover {
  opacity: .7;
  transition: all .4s ease-in-out;
}

.h-line::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000aa;
}

.fcw .h-line::before {
  background: #ffffffaa;
}

.h-line:hover::before {
  width: 100%;
  animation: line-dash .6s ease-in-out;
}

@keyframes line-dash {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.loadin01 {
  opacity: 0;
}

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

.loadin02 {
  opacity: 0;
}

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

.loadin03 {
  opacity: 0;
}

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

.fadein {
  opacity: 0;
  transform: translate(0, 55px);
}

.fadein.show {
  opacity: 1;
  transition: all .6s ease-in-out;
  transform: translate(0, 0);
}

.fadein_sc {
  opacity: 0;
  transform: scale(0.6);
}

.fadein_sc.show {
  opacity: 1;
  transform: scale(1);
  transition: all .6s ease-in-out;
}

.fadein_sc02 {
  opacity: 0;
  transform: scale(0.6);
}

.fadein_sc02.show {
  opacity: 1;
  transform: scale(1);
  transition: all .6s .4s ease-in-out;
}

.fadein_sc03 {
  opacity: 0;
  transform: scale(0.6);
}

.fadein_sc03.show {
  opacity: 1;
  transform: scale(1);
  transition: all .6s .8s ease-in-out;
}

.fadein_sc04 {
  opacity: 0;
  transform: scale(0.6);
}

.fadein_sc04.show {
  opacity: 1;
  transform: scale(1);
  transition: all .6s 1.2s ease-in-out;
}

.fadein_sc05 {
  opacity: 0;
  transform: scale(0.6);
}

.fadein_sc05.show {
  opacity: 1;
  transform: scale(1);
  transition: all .6s 1.6s ease-in-out;
}

.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;
}


.fadeout {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all .8s ease-in-out;
}

.fadeout.hidden {
  opacity: 0;
  transform: translate(0, -30px);
  transition: all .8s ease-in-out;
}

body {
  position: relative;
}

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

body.fixed main {
  filter: blur(20px);
}

.header-l {
  position: fixed;
  z-index: 100;
  top: 40px;
  left: 40px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.header-l.hidden {
  display: none;
}

.header-logo__wrap {
  line-height: 1;
}

.header-logo {
  width: 190px;
}

.header-logo .cls-1,
.header-logo .cls-2 {
  fill: #000;
}

.fcw .header-logo .cls-1,
.fcw .header-logo .cls-2 {
  fill: #fff;
}

.header-logo .cls-1,
.header-logo .cls-3 {
  opacity: .6;
}

.header-nav__list {
  display: flex;
  align-items: center;
  gap: 30px;
  transition: all .4s ease;
}

.header-r {
  position: fixed;
  z-index: 300;
  top: 40px;
  right: 40px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-contact {
  width: 150px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid #fff;
}

.header-contact__wrap.hidden {
  display: none;
}

.header-btn {
  position: relative;
  width: 80px;
  height: 40px;
  border-radius: 20px;
  background-color: #fff;
  /* background: transparent;
  border: none; */
}

.header-btn:hover {
  cursor: pointer;
}

.header-btn__ham {
  position: relative;
  width: 20px;
  height: 20px;
  margin: auto;
  overflow: hidden;
}

.header-btn__ham span {
  position: absolute;
  top: 30%;
  left: 0%;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: all .4s ease;
}

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

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

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

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

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

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

@media(max-width:1220px) {
  .header-nav__list {
    display: none;
  }

  .header-contact__wrap {
    display: none;
  }
}

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

@media(max-width:500px) {
  .header-l {
    top: 20px;
    left: 20px;
  }

  .header-r {
    top: 15px;
    right: 20px;
  }
}


.menu {
  position: fixed;
  z-index: 200;
  top: 10px;
  right: 10px;
  width: 460px;
  height: calc(100% - 20px);
  color: #fff;
  background: #424553;
  border-radius: 20px;
  padding: 50px 5%;
  display: none;
  overflow: scroll;
}

.menu.active {
  display: flex;
}

.menu-inner {
  display: flex;
  width: 100%;
  height: fit-content;
  padding-top: 50px;
  margin: 0 auto;
}

.menu-nav__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.menu-nav__item-link {
  display: flex;
  flex-direction: column;
}

.menu-nav__item-en {
  font-size: 4rem;
  line-height: 1.2;
}

.menu-nav__item-jp {
  font-size: 1.2rem;
}

.menu-nav__contact-link {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  border: 1px solid #fff;
}

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

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

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

@media(max-width:500px) {
  .menu {
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    align-items: center;
    padding: 50px 8%;
  }

  .menu-inner {
    padding-top: 0px;
  }

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

  .menu-nav__contact-link {
    height: 64px;
    border-radius: 35px;
  }
}

@media(max-width:380px) {
  .menu {
    padding: 40px 8%;
  }

  .menu-nav__list {
    gap: 20px;
  }

  .menu-nav__item-en {
    font-size: 2.8rem;
  }
}

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


.top-mv__top-intro {
  position: relative;
  width: 100%;
  background-color: #424553;
}

.top-mv__bg {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.top-mv__slider-area {
  width: 100%;
  height: 100%;
}

.top-mv__slider {
  width: 100%;
  height: 100%;
}

.top-mv__slider .swiper-slide {
  width: 100%;
  height: 100%;
}

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

.top-mv__slider .swiper-slide-active .top-mv__slide-img {
  transform: scale(1.1);
  transition: all 8s linear;
}

.top-mv__slider .swiper-slide-prev .top-mv__slide-img {
  transform: scale(1.1);
}

.overarea {
  position: relative;
  z-index: 3
}

.top-mv {
  position: relative;
  height: 100dvh;
}

.top-mv__mess-wrap {
  position: absolute;
  top: 45%;
  left: 5%;
  transform: translate(0%, -50%)
}

.top-mv__mess {
  font-weight: 300;
  line-height: 1.11;
}

@keyframes showTxt {
  0% {
    opacity: 0;
    transform: translate(0, 100%);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0px);
  }
}

.top-mv__mess span {
  display: inline-block;
}

.top-mv__mess>span {
  overflow: hidden;
}

.top-mv__mess>span>span {
  animation: showTxt .6s backwards;
}

.top-mv__txt-wrap {
  position: absolute;
  left: 5%;
  bottom: 10vh;
}

.scrolldown_wrap {
  position: absolute;
  bottom: 10vh;
  right: 5%;
}

.scrolldown {
  position: relative;
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scrolldown::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  background: linear-gradient(90deg, #fff, #55555550, #fff) border-box border-box;

  /* FireFox */
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-clip: padding-box, border-box;
  mask-composite: exclude;

  /* それ以外の主要ブラウザ */
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-clip: padding-box, border-box;
  -webkit-mask-composite: destination-out;

  animation: rotate 4s linear infinite;
}

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

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


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

@media(max-width:834px) {
  .scrolldown_wrap {
    position: absolute;
    bottom: 10vh;
    right: 5%;
  }

  .scrolldown {
    width: 100px;
    height: 100px;
  }
}

@media(max-width:600px) {
  .top-mv__mess-wrap {
    top: 30%;
    left: 5%;
    transform: translate(0%, -50%)
  }

  .top-mv__mess {
    line-height: 1.08;
    /* font-size: 4rem; */
  }

  .max600 .top-mv__mess {
    transform: translate(0, -18%);
  }

  .max600 .top-mv__mess:nth-of-type(2) {
    transform: translate(0, -36%);
  }

  .scrolldown_wrap {
    top: 280px;
    bottom: unset;
    right: 5%;
  }

  .top-mv__txt-wrap {
    position: absolute;
    left: 5%;
    bottom: 45px;
  }
}

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

.top-intro {
  position: relative;
  height: 200vh;
  min-height: 2000px;
  display: flex;
  align-items: end;
}

.top-intro__main {
  width: 52%;
  padding-left: 9%;
  margin: 9vw 0 0 auto;
}

.top-intro__mess {
  display: flex;
  flex-direction: column;
  line-height: 1.6;
  margin-top: 140px;
  margin-bottom: 40px;
}

.top-intro__txt {
  line-height: 2.7;
}

.top-intro__link {
  margin-top: 50px;
}

.top-intro__slider-wrap {
  background: #424553;
}

.top-intro__slider {
  overflow-x: hidden;
  overflow: hidden;
}

.top-intro__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-slide {
  width: fit-content;
  height: fit-content;
}

.top-intro__slide-inner {
  width: fit-content;
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.top-intro__slide-txt01 {
  font-size: 14rem;
  line-height: 1.1;
}

.top-intro__slide-txt02 {
  font-size: 6rem;
  line-height: 1;
  padding-bottom: 5px;
}

.top-intro__slide-txt03 {
  display: inline-block;
  font-size: 2.1rem;
  line-height: 1.3;
}

.top-intro__slide-list {
  width: 600px;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 8px;
}

.top-intro__slide-item {
  font-size: 1.6rem;
  line-height: 45px;
  height: 45px;
  background-color: #ffffff30;
  border-radius: 5px;
  padding: 0px 15px;
}

@media(max-width:1334px) {
  .top-intro__mess {
    margin-top: 8vw;
    margin-bottom: 40px;
  }
}

@media(max-width:834px) {
  .top-intro {
    position: relative;
    height: fit-content;
    min-height: unset;
    display: flex;
    align-items: end;
    background-color: #424553;
    padding: 60px 0 0;
  }

  .top-intro__main {
    width: 90%;
    padding-left: 0;
    margin: 0 auto;
  }

  .top-intro__txt {
    line-height: 2;
  }

  .top-intro__link {
    margin: 40px auto 0;
  }

  .top-intro__slide-txt01 {
    font-size: 9.5rem;
  }

  .top-intro__slide-txt02 {
    font-size: 4rem;
    padding-bottom: 5px;
  }

  .top-intro__slide-txt03 {
    font-size: 1.4rem;
  }

  .top-intro__slide-list {
    width: 510px;
    column-gap: 5px;
    row-gap: 5px;
  }

  .top-intro__slide-item {
    font-size: 1.3rem;
    line-height: 34px;
    height: 33px;
    padding: 0px 13px;
  }
}

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

.top-news__inner {
  display: flex;
  justify-content: space-between;
}

.top-news__head {}

.top-news__link {
  margin-top: 90px;
}

.top-news__list {
  width: calc(100% - 420px);
  display: flex;
  flex-direction: column;
}

.top-news__item {
  border-bottom: 1px solid #eeeeee;
}

.top-news__item-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px 50px 25px 0;
}

.top-news__item-head {
  display: flex;
  align-items: center;
  gap: 20px;
}

.top-news__item-cate {
  width: 120px;
  height: 35px;
  line-height: 37px;
  border-radius: 18px;
  text-align: center;
  background-color: #eeeeee;
}

.top-news__item-ripple {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(50%, -50%);
}

@media(max-width:1334px) {
  .top-news__list {
    width: calc(100% - 300px);
  }
}

@media(max-width:1000px) {
  .top-news__list {
    width: calc(100% - 260px);
  }

  .top-news__item-link {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    padding: 25px 50px 25px 0;
  }

  .top-news__item-cate {
    width: 120px;
    height: 30px;
    line-height: 31px;
    border-radius: 15px;
  }
}

@media(max-width:834px) {
  .top-news__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 90px;
  }

  .top-news__link {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .top-news__list {
    width: 100%;
  }


}

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

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

.top-business {
  background: #f8f8f8;
}

.top-business__head {
  display: flex;
  justify-content: space-between;
}

.top-business__head-l {}

.top-business__head-r {
  width: 40%;
  min-width: 450px;
  padding-top: 25px;
}

.top-business__head-txt {
  margin-top: 25px;
}

.top-business__box-area {
  position: relative;
  z-index: 2;
  margin-top: 100px;
}

.top-business__box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #424553;
  border-radius: 30px;
  padding: 120px 0;
}

.top-business__box01 {
  position: sticky;
  z-index: 2;
  top: 100px;
  left: 0;
}

.top-business__box02 {
  position: relative;
  z-index: 3;
  height: 200%;
  /* margin-top: 740px; */
  margin-top: 100vh;
  background-color: #cfd2df;
}

@supports (-webkit-touch-callout: none) {
  .top-business__box02 {
    z-index: 9999;
  }
}

.top-business__box-img__wrap {
  width: 30%;
  border-radius: 30px;
}

.top-business__box-inner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 85%;
  max-width: 1200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 0 100px;
}

.top-business__box-ttl__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}

.top-business__box-ttl__num {
  position: absolute;
  top: 0;
  left: -15px;
  transform: translate(-100%, 0);
}

.top-business__box-ttl__en {
  line-height: 1;
}

.top-business__box-ttl__jp {
  margin-top: 5px;
}

.top-business__box02 .top-business__box-ttl__jp {
  margin-top: 10px;
}

.top-business__box-main {
  text-align: end;
  margin-left: auto;
}

.top-business__box-mess {
  line-height: 1.42;
}

.top-business__box-en {
  margin-top: 20px;
}

.top-business__box-link {
  margin-top: 30px;
}

.fcw .top-business__box-link {}

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

@media(max-width:1000px) {
  .top-business__head-r {
    width: 40%;
    min-width: 400px;
    padding-top: 25px;
  }
}

@media(max-width:834px) {
  .top-business__head {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: space-between;
  }

  .top-business__head-r {
    width: 100%;
    min-width: unset;
    padding-top: 25px;
  }

  .top-business__box-area {
    margin-top: 50px;
  }

  .top-business__box {
    padding: 170px 0 190px;
  }

  .top-business__box01 {
    top: 20px;
    left: 0;
  }

  .top-business__box-inner {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 85%;
    height: 100%;
    padding: 40px 0 40px;
  }

  .top-business__box-img__wrap {
    width: 80%;
    max-width: 400px;
    border-radius: 30px;
  }

  .top-business__box-ttl__wrap {
    margin-left: 25px;
  }

  .top-business__box-en {
    margin-top: 15px;
  }

  .top-business__box-link {
    margin-top: 20px;
  }

}

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

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

.top-img__area {
  position: relative;
  width: 100%;
  aspect-ratio: 1680 / 800;
  overflow: hidden;
}

.top-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  min-width: 100%;
  max-width: unset;
  object-fit: cover;
  will-change: transform;
  /* transition: transform 0.05s linear; */
}

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

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

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

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

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


.top-system {}

.top-system__cont {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.top-system__cont-img {
  width: 40%;
}

.top-system__cont-main {
  width: 40%;
  min-width: 450px;
}

.top-system__cont-txt {
  margin-top: 25px;
}

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

.top-system__cont-img__wrap {
  display: flex;
  justify-content: end;
  align-items: end;
  gap: 7%;
  margin-top: -20px;
}

.top-system__cont-img01 {
  width: 40%;
  margin-bottom: 40px;
}

.top-system__cont-img02 {
  width: 30%;
}

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

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

@media(max-width:834px) {
  .top-system__cont {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    margin-top: 30px;
  }

  .top-system__cont-img {
    width: 100%;
  }

  .top-system__cont-main {
    width: 100%;
    min-width: unset;
  }
}

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

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


.top-green {
  position: relative;
  width: 100%;
  aspect-ratio: 1680 / 800;
  overflow: hidden;
}

.top-green__cont {
  position: relative;
  z-index: 3;
  height: 100%;
  background-color: #00000090;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-green__cont-inner {
  width: 36vw;
  min-width: 610px;
}

.top-green__ttl-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
}

.top-green__txt {
  margin-top: 50px;
}

.top-green__link {
  margin: 50px auto 0;
}

.top-green__loop-area {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.top-green__loop-wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
  transform: translate(0%, -15%) rotate(-10deg);
}

.top-green__loop-list {
  display: flex;
  gap: 10px;
  width: 500%;
}


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

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

@media(max-width:834px) {

  .top-green {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
  }

  .top-green__cont-inner {
    width: 90%;
    min-width: unset;
  }

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

  .top-green__link {
    margin: 30px auto 0;
  }

  .top-green__loop-list {
    display: flex;
    gap: 10px;
    width: 700%;
  }
}

@media(max-width:500px) {
  .top-green {
    aspect-ratio: 4 / 5;
  }

  .top-green__loop-list {
    display: flex;
    gap: 10px;
    width: 1200%;
  }
}

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

.top-company {
  background: #020204;
}

.top-company__box {
  background-color: #fff;
  border-radius: 30px;
}

.top-company__box-inner {
  width: 90%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.top-company__list {
  width: calc(100% - 420px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.top-company__item {
  border-bottom: 1px solid #eeeeee;
}

.top-company__item-link {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 30px 10px 5px;
}

.top-company__item-ttl {
  display: flex;
  flex-direction: column;
}

.top-company__item-ripple {
  position: absolute;
  right: 10px;
  bottom: 25px;
}


@media(max-width:1334px) {
  .top-company__list {
    width: calc(100% - 300px);
  }
}

@media(max-width:1000px) {
  .top-company__list {
    width: calc(100% - 260px);
  }
}

@media(max-width:834px) {
  .top-company__box-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 30px;
    margin: 0 auto;
  }

  .top-company__list {
    width: 100%;
    gap: 20px;
  }
}

@media(max-width:500px) {
  .top-company__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

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


.footer {
  width: 100%;
  aspect-ratio: 1680 / 720;
  background: url(../img/top/information_bg.webp) center bottom / cover;
  padding-bottom: 100px;
}

.footer-inner {
  width: 90%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.footer-cont {
  padding-bottom: 85px;
}

.footer-cont__mess-wrap {
  display: flex;
  flex-direction: column;
  line-height: 1;
  font-weight: 400;
}

.footer-cont__txt01 {
  margin: 25px 0 10px;
}

.footer-nav__list-wrap {
  display: flex;
  gap: 5px 30px;
}

.footer-nav__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(5, 1fr);
  gap: 5px 30px;
}

.footer-copy {
  color: #838383;
  margin-top: 25px;
}

@media(max-width:1334px) {
  .footer {
    padding-bottom: 6vw;
  }
}

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

@media(max-width:834px) {
  .footer {
    width: 100%;
    /* aspect-ratio: 1680 / 820; */
    height: 700px;
    background: url(../img/top/information_bg.webp) center bottom / cover #020204;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .footer-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 20px;
    align-items: start;
  }

  .footer-cont {
    padding-bottom: 35px;
  }

  .footer-cont__txt02 {
    font-size: 1.3rem;
  }

  .footer-r {
    margin-right: auto;
    margin-left: auto;
  }

  .footer-copy {
    margin-top: 170px;
  }
}

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

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

