@charset "UTF-8";
:root {
  --inner-scale: 1;
  --vw-base: calc(1540 / var(--inner-scale));
  --inner: 980;
  --inner-1920: 1920;
  --inner-1484: 1484;
  --inner-1200: 1200;
  --fz-ratio: 1;
}
@media screen and (max-width: 999px) {
  :root {
    --vw-base: 768;
    --inner-scale: 1;
    --inner: 688;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --vw-base: 390;
    --inner-scale: 1;
    --inner: 350;
  }
}

/* ===============================
  TOP
=============================== */
.fv {
  aspect-ratio: 1920/900;
  position: relative;
  display: flex;
  align-items: center;
}
.fv > .inner {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  .fv {
    aspect-ratio: 768/888;
  }
}
@media (max-width: 767px) {
  .fv {
    aspect-ratio: 390/550;
  }
}

.fv__content {
  position: relative;
  color: #fff;
  transform: translateY(-38%);
}
@media screen and (max-width: 999px) {
  .fv__content {
    transform: translateY(-58%);
  }
}
@media (max-width: 767px) {
  .fv__content {
    transform: translateY(-90%);
    text-align: center;
  }
}

.fv__catch {
  font-size: min( (72 * 100vw / var(--vw-base)) * var(--fz-ratio) , 72/var(--vw-base) * 1540px );
  line-height: 1.6;
  font-weight: 100;
}
@media screen and (max-width: 999px) {
  .fv__catch {
    font-size: min( (88 * 100vw / var(--vw-base)) * var(--fz-ratio) , 88/var(--vw-base) * 1540px );
    letter-spacing: 0.1em;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .fv__catch {
    font-size: min( (50 * 100vw / var(--vw-base)) * var(--fz-ratio) , 50/var(--vw-base) * 1540px );
  }
}

.fv__button {
  position: absolute;
  top: 100%;
  left: 0%;
  transform: translate(0%, 78%) scale(1.08);
  transform-origin: left center;
  color: #fff;
}
.fv__button::before {
  background: #fff;
}
.fv__button span {
  border-color: #fff;
}
.fv__button p {
  transform-origin: left center;
  transform: translateX(-4%) scale(1.2345679012);
}
@media (hover: hover) {
  .fv__button:hover span {
    background: transparent;
    border-color: #fff;
  }
}
@media screen and (max-width: 999px) {
  .fv__button {
    transform: translate(0%, 52%) scale(1.2);
  }
  .fv__button p {
    transform: translateX(-1%) scale(1);
  }
}
@media (max-width: 767px) {
  .fv__button {
    transform: translate(5%, 17%) scale(0.8);
  }
  .fv__button p {
    transform: translateX(5%) scale(1.3);
  }
}

.fv__nav {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min( 1200 * 100vw / var(--vw-base) , 1200/var(--vw-base) * 1540px );
  z-index: 30;
}
@media screen and (max-width: 999px) {
  .fv__nav {
    width: 100%;
  }
  .fv__nav .swiper-button-next, .fv__nav .swiper-button-prev {
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    margin: 0;
    height: auto;
    width: auto;
    background: url(../img/arrow5.svg) no-repeat center center/100%;
    aspect-ratio: 1/1;
    width: 7.3%;
    top: 50%;
  }
  .fv__nav .swiper-button-next::after, .fv__nav .swiper-button-prev::after {
    display: none;
  }
  .fv__nav .swiper-button-next {
    transform: translate(-50%, -50%);
    left: 92%;
  }
  .fv__nav .swiper-button-prev {
    transform: translate(-50%, -50%) scale(-1, 1);
    left: 8%;
  }
}
@media (max-width: 767px) {
  .fv__nav .swiper-button-next, .fv__nav .swiper-button-prev {
    width: 9.3%;
  }
}

.navSwiper {
  overflow: hidden;
  padding: 10px 0;
  width: min( 592 * 100vw / var(--vw-base) , 592/var(--vw-base) * 1540px );
  margin: 0 auto;
}
.navSwiper .swiper-slide {
  width: min( 296 * 100vw / var(--vw-base) , 296/var(--vw-base) * 1540px );
  padding: 0 min( 8 * 100vw / var(--vw-base) , 8/var(--vw-base) * 1540px );
}
@media (max-width: 767px) {
  .navSwiper {
    width: min( 286 * 100vw / var(--vw-base) , 286/var(--vw-base) * 1540px );
  }
  .navSwiper .swiper-slide {
    width: 100%;
    padding: 0 min( 8 * 100vw / var(--vw-base) , 8/var(--vw-base) * 1540px );
  }
}

.fv__menu {
  display: flex;
  gap: 0 calc(24 / var(--inner) * 100%);
}

.fv__menu-item {
  background: #fff;
  width: calc(25% - (24 / var(--inner) * 100%) * 3 / 4);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: min( 40 * 100vw / var(--vw-base) , 40/var(--vw-base) * 1540px );
  padding: min( 15 * 100vw / var(--vw-base) , 15/var(--vw-base) * 1540px ) 0;
}
@media screen and (max-width: 999px) {
  .fv__menu-item {
    width: 100%;
  }
}

.fv__menu-item-ja {
  display: block;
  font-size: min( 20 * 100vw / var(--vw-base) , 20/var(--vw-base) * 1540px );
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .fv__menu-item-ja {
    font-size: min( (18 * 100vw / var(--vw-base)) * var(--fz-ratio) , 18/var(--vw-base) * 1540px );
  }
}

.fv__menu-item-en {
  display: block;
  font-size: min( 14 * 100vw / var(--vw-base) , 14/var(--vw-base) * 1540px );
  font-weight: 400;
  font-family: "Questrial", sans-serif;
  color: #ACA197;
  text-align: center;
  transform: translateY(0.5em);
}
@media (max-width: 767px) {
  .fv__menu-item-en {
    font-size: min( (13 * 100vw / var(--vw-base)) * var(--fz-ratio) , 13/var(--vw-base) * 1540px );
  }
}

#fadeWrap {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#fadeWrap > picture, #fadeWrap > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.15); /* スケール start */
  /* ※1 */
}
#fadeWrap > picture img, #fadeWrap > img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#fadeWrap > picture:not(.act-transition), #fadeWrap > img:not(.act-transition) {
  opacity: 0;
}
#fadeWrap > picture.act-transition, #fadeWrap > img.act-transition {
  transition: transform 7s linear;
  transform: scale(1); /* スケール end */
}

@media (max-width: 767px) {
  .fv-logo {
    position: absolute;
    z-index: 20;
    top: 8.8%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10%;
  }
}

/*------------------------------
news
------------------------------*/
.news {
  position: relative;
  margin-top: min( 145 * 100vw / var(--vw-base) , 145/var(--vw-base) * 1540px );
}
.news::before {
  content: "";
  position: absolute;
  background: url(../img/top/haikei_tatucyo_moji.svg) no-repeat center center/100%;
  aspect-ratio: 134/800;
  transform: translate(-30%, 0%);
  width: min( 134 * 100vw / var(--vw-base) , 134/var(--vw-base) * 1540px );
  right: 0;
  top: 8vw;
}
.news > * {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  .news::before {
    left: unset;
    right: -4%;
    top: 0;
    transform: translate(-50%, 0%);
  }
}
@media (max-width: 767px) {
  .news {
    margin-top: min( 120 * 100vw / var(--vw-base) , 120/var(--vw-base) * 1540px );
  }
}

.news__header {
  position: relative;
}

.news__list {
  margin-top: calc(30 / var(--inner) * 100%);
}
@media screen and (max-width: 999px) {
  .news__list {
    margin-top: min( 20 * 100vw / var(--vw-base) , 20/var(--vw-base) * 1540px );
  }
}
.news__category {
  position: absolute;
  bottom: 0.6em;
  right: 0;
  font-size: min( 15 * 100vw / var(--vw-base) , 15/var(--vw-base) * 1540px );
  font-weight: 500;
  color: #ACA197;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: min( 16 * 100vw / var(--vw-base) , 16/var(--vw-base) * 1540px );
  text-align: center;
  width: min( 700 * 100vw / var(--vw-base) , 700/var(--vw-base) * 1540px );
}
.news__category span, .news__category a {
  width: min( 112 * 100vw / var(--vw-base) , 112/var(--vw-base) * 1540px );
  display: inline-block;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ACA197;
}
@media (max-width: 999px) {
  .news__category {
    position: unset;
    margin-top: calc(32 / var(--inner) * 100%);
    width: 100%;
    justify-content: flex-start;
    gap: min( 16 * 100vw / var(--vw-base) , 16/var(--vw-base) * 1540px ) min( 32 * 100vw / var(--vw-base) , 32/var(--vw-base) * 1540px );
  }
  .news__category span, .news__category a {
    width: min( 148 * 100vw / var(--vw-base) , 148/var(--vw-base) * 1540px );
  }
}
@media (max-width: 767px) {
  .news__category {
    flex-wrap: wrap;
    justify-content: center;
    gap: min( 20 * 100vw / var(--vw-base) , 20/var(--vw-base) * 1540px ) min( 16 * 100vw / var(--vw-base) , 16/var(--vw-base) * 1540px );
  }
  .news__category span, .news__category a {
    width: calc(33.3% - min( 16 * 100vw / var(--vw-base) , 16/var(--vw-base) * 1540px ) * 3 / 4);
  }
}

/*------------------------------
about
------------------------------*/
.about {
  padding: min( 263 * 100vw / var(--vw-base) , 263/var(--vw-base) * 1540px ) 0 min( 105 * 100vw / var(--vw-base) , 105/var(--vw-base) * 1540px );
  position: relative;
  overflow: hidden;
}
.about > .inner {
  position: relative;
  z-index: 10;
}
@media (max-width: 999px) {
  .about {
    padding: min( 116 * 100vw / var(--vw-base) , 116/var(--vw-base) * 1540px ) 0 min( 110 * 100vw / var(--vw-base) , 110/var(--vw-base) * 1540px );
  }
}

.about__content {
  width: calc(480 / var(--inner) * 100%);
  margin-left: auto;
  text-align: right;
}
@media (max-width: 999px) {
  .about__content {
    width: 100%;
    text-align: left;
  }
}

.about__heading {
  font-size: min( (20 * 100vw / var(--vw-base)) * var(--fz-ratio) , 20/var(--vw-base) * 1540px );
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1.5em;
}
@media (max-width: 999px) {
  .about__heading {
    margin-top: calc(310 / var(--inner) * 100%);
  }
}
@media (max-width: 767px) {
  .about__heading {
    margin-top: 130%;
  }
}

.about__message {
  font-size: min( (15 * 100vw / var(--vw-base)) * var(--fz-ratio) , 15/var(--vw-base) * 1540px );
  font-weight: 300;
  line-height: 2;
  margin-top: 1.7em;
  margin-bottom: 1.8em;
}
@media (max-width: 999px) {
  .about__message {
    font-size: min( (16 * 100vw / var(--vw-base)) * var(--fz-ratio) , 16/var(--vw-base) * 1540px );
    margin-top: 1.8em;
    margin-bottom: 2.3em;
    width: 56%;
  }
}
@media (max-width: 767px) {
  .about__message {
    width: 100%;
    margin-top: 1.1em;
    margin-bottom: 1.8em;
  }
}

.about-bg {
  pointer-events: none;
  position: absolute;
  top: 0%;
  left: 0;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../img/top/about_logo.png);
          mask-image: url(../img/top/about_logo.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: min( 806 * 100vw / var(--vw-base) , 806/var(--vw-base) * 1540px ) auto;
          mask-size: min( 806 * 100vw / var(--vw-base) , 806/var(--vw-base) * 1540px ) auto;
  -webkit-mask-position: calc(min( 170 * 100vw / var(--vw-base),170px) + max(0px, (100vw - 1540px) / 2)) 88%;
          mask-position: calc(min( 170 * 100vw / var(--vw-base),170px) + max(0px, (100vw - 1540px) / 2)) 88%;
  -webkit-mask-position: calc(min( 170 * 100vw / 1920,170px) + max(0px, (100vw - 1920px) / 2)) 88%;
          mask-position: calc(min( 170 * 100vw / 1920,170px) + max(0px, (100vw - 1920px) / 2)) 88%;
}
.about-bg::before {
  content: "";
  position: fixed;
  background: url(../img/top/about-bg.webp) no-repeat center center/cover;
  width: 100%;
  height: 100vh;
  height: 100svh;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 999px) {
  .about-bg {
    -webkit-mask-size: 77vw;
            mask-size: 77vw;
    -webkit-mask-position: 18vw 26%;
            mask-position: 18vw 26%;
  }
}
@media (max-width: 767px) {
  .about-bg {
    -webkit-mask-position: 13vw 73vw;
            mask-position: 13vw 73vw;
    -webkit-mask-size: 95vw;
            mask-size: 95vw;
  }
}

/*------------------------------
business
------------------------------*/
.business {
  padding-bottom: min( 70 * 100vw / var(--vw-base) , 70/var(--vw-base) * 1540px );
  margin-top: min( 85 * 100vw / var(--vw-base) , 85/var(--vw-base) * 1540px );
  position: relative;
}
.business::before {
  content: "";
  position: absolute;
  background: url(../img/top/Business_map.png) no-repeat center center/100%;
  aspect-ratio: 2482/2100;
  transform: translate(-85%, -50%);
  width: 67%;
  max-width: 1287px;
  left: 50%;
  top: 59.2%;
  pointer-events: none;
}
.business::after {
  content: "";
  position: absolute;
  background: url(../img/top/Business2.png) no-repeat center center/100%;
  aspect-ratio: 2654/2860;
  transform: translate(-30%, -50%);
  width: 70%;
  max-width: 1344px;
  left: 50%;
  top: 91.2%;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.business > * {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  .business {
    margin-top: 0;
  }
  .business::before {
    background: url(../img/top/Business_map_tab.png) no-repeat center center/100%;
    transform: translate(-79%, -50%);
    width: 162%;
    max-width: unset;
    left: 50%;
    top: 40.2%;
  }
  .business::after {
    transform: translate(0%, -50%);
    max-width: unset;
    left: unset;
    right: 0;
    width: 96%;
    top: 151vw;
    aspect-ratio: 650/885;
    background-position: left top;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .business::before {
    background: url(../img/top/Business_map_sp.png) no-repeat center center/100%;
    aspect-ratio: 1516/1284;
    transform: translate(-77.7%, -50%);
    width: 202%;
    max-width: unset;
    left: 50%;
    top: 190.6vw;
    z-index: 5;
  }
  .business::after {
    width: 135%;
    top: 351vw;
    aspect-ratio: 510/885;
    mix-blend-mode: unset;
  }
}

.business__list {
  margin-top: calc(30 / var(--inner) * 100%);
  display: flex;
  flex-wrap: wrap;
  gap: min( 24 * 100vw / var(--vw-base) , 24/var(--vw-base) * 1540px ) calc(24 / var(--inner) * 100%);
}
@media (max-width: 999px) {
  .business__list {
    margin-top: calc(24 / var(--inner) * 100%);
    gap: min( 14 * 100vw / var(--vw-base) , 14/var(--vw-base) * 1540px ) calc(24 / var(--inner) * 100%);
  }
}
@media (max-width: 767px) {
  .business__list {
    gap: min( 16 * 100vw / var(--vw-base) , 16/var(--vw-base) * 1540px ) calc(0 / var(--inner) * 100%);
  }
}

@media screen and (max-width: 999px) {
  .business__list .business__image img {
    aspect-ratio: 336/123;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right top;
       object-position: right top;
  }
}
@media (max-width: 767px) {
  .business__list .business__item {
    width: 100%;
  }
  .business__list .business__image img {
    aspect-ratio: 336/115;
  }
}

.business__item {
  width: calc(50% - (24 / var(--inner) * 100%) / 2);
  position: relative;
}

.business__label {
  position: absolute;
  top: min( 24 * 100vw / var(--vw-base) , 24/var(--vw-base) * 1540px );
  right: min( 24 * 100vw / var(--vw-base) , 24/var(--vw-base) * 1540px );
  text-align: right;
  pointer-events: none;
}
@media screen and (max-width: 999px) {
  .business__label {
    top: 12%;
    right: 4%;
  }
}

.business__label-ja {
  display: block;
  font-size: min( (20 * 100vw / var(--vw-base)) * var(--fz-ratio) , 20/var(--vw-base) * 1540px );
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 767px) {
  .business__label-ja {
    font-size: min( (16 * 100vw / var(--vw-base)) * var(--fz-ratio) , 16/var(--vw-base) * 1540px );
    line-height: 1.1;
  }
}

.business__label-en {
  display: block;
  font-size: min( (14 * 100vw / var(--vw-base)) * var(--fz-ratio) , 14/var(--vw-base) * 1540px );
  font-weight: 400;
  line-height: 1.5;
  font-family: "Questrial", sans-serif;
}
@media (max-width: 767px) {
  .business__label-en {
    font-size: min( (13 * 100vw / var(--vw-base)) * var(--fz-ratio) , 13/var(--vw-base) * 1540px );
  }
}

.business__international {
  margin-top: calc(120 / var(--inner) * 100%);
  width: calc(320 / var(--inner) * 100%);
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 999px) {
  .business__international {
    margin-top: 46%;
  }
  .business__international .business__image {
    width: 80%;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .business__international {
    margin-top: 77%;
    width: 100%;
  }
  .business__international .business__image {
    width: 100%;
  }
}

.business__label--international {
  position: unset;
  margin-top: 5%;
}
@media screen and (max-width: 999px) {
  .business__label--international {
    margin-top: 2%;
  }
}
@media (max-width: 767px) {
  .business__label--international {
    margin-top: 0;
  }
}

.business__description {
  font-size: min( (15 * 100vw / var(--vw-base)) * var(--fz-ratio) , 15/var(--vw-base) * 1540px );
  font-weight: 300;
  line-height: 2;
  margin-top: 0.6em;
  margin-bottom: 2em;
  padding-bottom: 1.2em;
  border-bottom: 1px solid #ACA197;
}
@media (max-width: 999px) {
  .business__description {
    font-size: min( (16 * 100vw / var(--vw-base)) * var(--fz-ratio) , 16/var(--vw-base) * 1540px );
    margin-bottom: 1.5em;
  }
}
@media (max-width: 767px) {
  .business__description {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0.7em;
  }
}

@media screen and (max-width: 999px) {
  .business__button {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .business__button {
    margin-top: 5%;
  }
}

/*------------------------------
float menu
------------------------------*/
.menu__buttons--float {
  position: fixed;
  z-index: 5000;
  right: 0;
  bottom: 100px;
  flex-direction: column;
  width: min( 240 * 100vw / var(--vw-base) , 240/var(--vw-base) * 1540px );
  gap: 15px 0;
  overflow: hidden;
}
.menu__buttons--float .menu__button {
  width: 100%;
  margin-top: 0;
  transform: translateX(79%);
  transition: transform 0.3s;
}
@media (hover: hover) {
  .menu__buttons--float .menu__button:hover {
    transform: translateX(0%);
  }
  .menu__buttons--float .menu__button:hover a {
    opacity: 1;
  }
}
.menu__buttons--float .menu__button a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  justify-content: flex-start;
  padding: 0.7em 0;
  font-size: min( (20 * 100vw / var(--vw-base)) * var(--fz-ratio) , 20/var(--vw-base) * 1540px );
  position: relative;
}
.menu__buttons--float .menu__button a::before {
  position: absolute;
  top: 50%;
  left: 1.4em;
  transform: translate(-50%, -50%);
  margin-right: 0;
  width: 1em;
  margin-right: 0;
}
.menu__buttons--float .menu__button.menu__button----download a {
  padding-left: 3em;
}
.menu__buttons--float .menu__button.menu__button----download a::before {
  margin-right: 1.8em;
}
.menu__buttons--float .menu__button.menu__button--contact a {
  padding-left: 3.8em;
}
.menu__buttons--float .menu__button.menu__button--contact a::before {
  margin-right: 1.8em;
  width: 1.2em;
}
/*# sourceMappingURL=top.css.map */