<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&amp;display=swap");
* {
  font-feature-settings: "palt";
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 62.5%;
  color: #2D2D2D;
}

body {
  width: 100vw;
  overflow-x: hidden;
}

.u-ff--en, main .hero .visual-box .swiper .swiper-wrapper .swiper-slide .slide-fraction .current {
  font-family: "Jost", sans-serif;
}

.u-fz--16 {
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .u-fz--16 {
    font-size: 1.4rem;
  }
}

.u-fz--20 {
  font-size: 2rem;
  letter-spacing: 1px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .u-fz--20 {
    font-size: 1.6rem;
  }
}

.u-fz--24 {
  font-size: 2.4rem;
  letter-spacing: 2px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .u-fz--24 {
    font-size: 1.8rem;
  }
}

.u-fw--200 {
  font-weight: 200;
}

.u-fw--500 {
  font-weight: 500;
}

.u-fw--bold {
  font-weight: bold;
}

.u-text--white {
  color: #fff;
}

.u-d-none--pc {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-d-none--pc {
    display: inline-block;
  }
}

.u-d-none--sp {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .u-d-none--sp {
    display: none;
  }
}

main {
  width: 100vw;
  overflow: hidden;
}
main .hero {
  width: 100vw;
  height: 100vh;
  min-height: 700px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main .hero {
    min-height: 500px;
  }
}
main .hero::before {
  content: "";
  width: 50px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 999;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
}
@media screen and (max-width: 768px) {
  main .hero::before {
    top: 5%;
    right: 5%;
  }
}
main .hero .visual-box {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  main .hero .visual-box {
    flex-direction: column;
  }
}
main .hero .visual-box .swiper {
  width: 50%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  main .hero .visual-box .swiper {
    width: 100%;
  }
}
main .hero .visual-box .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
main .hero .visual-box .swiper .swiper-wrapper .swiper-slide .img-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
main .hero .visual-box .swiper .swiper-wrapper .swiper-slide .img-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.316);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: 0.3s ease;
}
main .hero .visual-box .swiper .swiper-wrapper .swiper-slide .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.05);
}
main .hero .visual-box .swiper .swiper-wrapper .swiper-slide .slide-fraction {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
}
@media screen and (max-width: 768px) {
  main .hero .visual-box .swiper .swiper-wrapper .swiper-slide .slide-fraction {
    width: 11vw;
    top: 5%;
    left: 5%;
  }
}
main .hero .visual-box .swiper .swiper-wrapper .swiper-slide .slide-fraction .circle {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
}
main .hero .visual-box .swiper .swiper-wrapper .swiper-slide .slide-fraction .circle svg {
  width: 100%;
  height: 100%;
  fill: none;
}
main .hero .visual-box .swiper .swiper-wrapper .swiper-slide .slide-fraction .circle svg .circle-01 {
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 1px;
}
main .hero .visual-box .swiper .swiper-wrapper .swiper-slide .slide-fraction .circle svg .circle-02 {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 200px;
  stroke-dashoffset: 200px;
}
main .hero .visual-box .swiper .swiper-wrapper .swiper-slide .slide-fraction .current {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main .hero .visual-box .swiper .swiper-wrapper .swiper-slide .slide-fraction .current {
    font-size: 3vw;
    top: 51%;
  }
}
main .hero .visual-box .swiper .swiper-wrapper .swiper-slide[class*=-active] .img-wrap img {
  transform: scale(1);
}
main .hero .visual-box .swiper .swiper-wrapper .swiper-slide[class*=-active] .slide-fraction .circle svg .circle-02 {
  animation: g-circle linear both;
}
@keyframes g-circle {
  100% {
    stroke-dashoffset: 0;
  }
}
main .hero .visual-box .swiper .logo {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 999;
  width: 200px;
}
@media screen and (max-width: 768px) {
  main .hero .visual-box .swiper .logo {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 40vw;
  }
}
main .hero .visual-box .swiper .logo img {
  width: 100%;
}
main .hero .visual-box .swiper h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 9999;
}

main .hero .visual-box .swiper h3 .en {
  font-size: clamp(3rem, 4vw, 10rem);
  font-weight: 200;
}

main .hero .visual-box .swiper h3 .ja{
  font-size: clamp(1.6rem, 1vw, 5rem);
  font-weight: 200;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: .3s ease;
}

main .hero .visual-box .swiper .decoration-text {
  position: absolute;
  top: 50%;
  left: 50px;
  z-index: 99;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  main .hero .visual-box .swiper .decoration-text {
    left: 5%;
  }
}
main .hero .visual-box .swiper .decoration-text p {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  position: relative;
  letter-spacing: 1px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  main .hero .visual-box .swiper .decoration-text p {
    font-size: 2vw;
  }
}
main .hero .visual-box .swiper .decoration-text p::before {
  content: "";
  width: 0.5px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  top: -25%;
  left: 40%;
}
@media screen and (max-width: 768px) {
  main .hero .visual-box .swiper .decoration-text p::before {
    top: -25px;
    left: 50%;
    height: 15px;
  }
}
main .hero .visual-box .swiper.duo .swiper-wrapper .swiper-slide .slide-fraction {
  left: auto;
  top: auto;
  bottom: 30px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  main .hero .visual-box .swiper.duo .swiper-wrapper .swiper-slide .slide-fraction {
    bottom: 5%;
    right: 5%;
  }
}
main .hero .visual-box .swiper.duo .decoration-text {
  left: auto;
  right: 50px;
}
@media screen and (max-width: 768px) {
  main .hero .visual-box .swiper.duo .decoration-text {
    top: 55%;
    right: 5%;
  }
}
main .hero .visual-box .swiper.duo .decoration-text p {
  transform: rotate(0);
}
main .hero .visual-box .swiper.duo .decoration-text p::before {
  top: -30%;
}
@media screen and (max-width: 768px) {
  main .hero .visual-box .swiper.duo .decoration-text p::before {
    top: -25px;
  }
}
@media screen and (min-width: 1000px) {
  main .hero .visual-box .swiper:hover .swiper-wrapper .swiper-slide .img-wrap::before {
    background-color: rgba(0, 0, 0, 0.15);
  }

  main .hero .swiper:hover h3 .ja{
    translate: 30px 0;
  }
}
main .hero .text-box {
  position: relative;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main .hero .text-box {
    top: 1.2%;
  }
}
main .hero .text-box h3, main .hero .text-box .outline {
  text-align: center;
  font-size: 7vw;
  letter-spacing: 0px;
  font-weight: 100;
  color: #fff;
  text-shadow: 10px 0px 5px rgba(0, 0, 0, 0.062745098);
}
@media screen and (max-width: 768px) {
  main .hero .text-box h3, main .hero .text-box .outline {
    font-size: 12vw;
  }
}
main .hero .text-box p {
  padding-top: 5%;
  letter-spacing: 3px;
}
main .intro {
  display: flex;
  justify-content: center;
  align-items: center;
}
main .intro .section-inner {
  width: 1300px;
  padding: 100px;
}
@media screen and (max-width: 768px) {
  main .intro .section-inner {
    width: 100%;
    padding: 70px 20px;
  }
}
main .intro .section-inner p {
  padding-top: 50px;
}

footer {
  background-color: #2D2D2D;
  padding: 30px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}/*# sourceMappingURL=style.css.map */</pre></body></html>