@keyframes floating-y {
  0% {
    transform: translate(-0.5%, 3%);
  }
  100% {
    transform: translate(0%, -3%);
  }
}
.home-intro {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: 1s opacity;
  pointer-events: none;
}
.home-intro.is-remove {
  opacity: 0;
}
.home-intro svg {
  visibility: hidden;
  width: 15.625rem;
  height: 15.625rem;
}
@media screen and (max-width: 767px) {
  .home-intro svg {
    width: 46.6666666667vw;
    height: 46.6666666667vw;
  }
}
.home-intro.is-visible svg {
  visibility: visible;
}

.home-mv .splide__slide img {
  transition: 4s ease-out;
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .home-mv .splide__slide img {
    transform: scale(1.08);
  }
}
.home-mv .splide__slide.is-active img {
  transform: scale(1);
  transition-delay: 0s;
}
.home-mv .splide__slide img {
  height: auto;
  width: 100%;
}

.home-business .splide__track {
  overflow: visible;
}

@layer page {
  .home-mv {
    position: relative;
  }
  .home-mv__text {
    position: absolute;
    color: #fff;
  }
  @media screen and (min-width: 768px) {
    .home-mv__text {
      left: 50%;
      top: 50%;
      transform: translate(-41.875rem, -50%);
    }
  }
  @media screen and (max-width: 767px) {
    .home-mv__text {
      top: 17.3333333333vw;
      left: var(--sp-pad);
    }
  }
  .home-mv__ttl {
    width: 40rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.9375rem;
  }
  @media screen and (max-width: 767px) {
    .home-mv__ttl {
      width: 100%;
      gap: 2vw;
    }
  }
  .home-mv__ttl span {
    display: inline-block;
    overflow: hidden;
  }
  .home-mv__ttl span.is-show img {
    transform: translateY(0);
  }
  .home-mv__ttl img {
    transition: 0.4s transform;
    width: calc(var(--my-width) / 16 * 1rem);
    transform: translateY(102%);
  }
  @media screen and (max-width: 767px) {
    .home-mv__ttl img {
      transition-delay: 0.3s;
      transform: translateY(150%);
      width: calc(var(--my-width) / 750 * 90vw);
    }
  }
  .home-mv__en {
    overflow: hidden;
    font-family: var(--en-sans);
    font-size: 1.75rem;
    line-height: 1.1;
    margin-top: 2rem;
    letter-spacing: 0.01em;
  }
  @media screen and (max-width: 767px) {
    .home-mv__en {
      margin-top: 4.2666666667vw;
      font-size: 3.0666666667vw;
    }
  }
  .home-mv__en span {
    transition: 0.2s;
    display: inline-block;
    overflow: hidden;
    opacity: 0;
    transform: translateY(60%);
    min-width: 0.4em;
  }
  .home-mv__en span.is-show {
    opacity: 1;
    transform: translateY(0);
  }
  @media screen and (max-width: 767px) {
    .home-mv__item {
      height: 90vh;
    }
    .home-mv__item img {
      object-fit: cover;
      width: 100% !important;
      height: 100% !important;
    }
  }
  .home-inno {
    overflow: hidden;
    position: relative;
    padding: 9.375rem 0;
  }
  @media screen and (max-width: 767px) {
    .home-inno {
      padding: 24vw 0 18.6666666667vw 0;
    }
  }
  .home-inno__ttl {
    font-size: 1.875rem;
    font-weight: 600;
    letter-spacing: 0.2em;
  }
  @media screen and (max-width: 767px) {
    .home-inno__ttl {
      font-size: 4.5333333333vw;
    }
  }
  .home-inno__body {
    margin-top: 3.125rem;
  }
  @media screen and (min-width: 768px) {
    .home-inno__body {
      padding-right: 35rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-inno__body {
      margin-top: 3.4666666667vw;
    }
  }
  .home-inno__wlink {
    position: relative;
    z-index: 2;
    margin-top: 3.125rem;
  }
  @media screen and (max-width: 767px) {
    .home-inno__wlink {
      text-align: center;
      margin-top: 91.3333333333vw;
    }
  }
  .home-inno__img {
    position: absolute;
    left: 50%;
    top: 0;
    width: 15.625rem;
    height: 15.625rem;
  }
  @media screen and (max-width: 767px) {
    .home-inno__img {
      width: 46.6666666667vw;
      height: 46.6666666667vw;
    }
  }
  .home-inno__img.is-1, .home-inno__img.is-2, .home-inno__img.is-3 {
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  }
  .home-inno__img.is-1 {
    margin: -5.625rem 0 0 3.125rem;
  }
  @media screen and (max-width: 767px) {
    .home-inno__img.is-1 {
      margin: 4vw 0 0 16vw;
    }
  }
  .home-inno__img.is-2 {
    margin: 16.875rem 0 0 32.5rem;
    animation-delay: 0.5s;
  }
  @media screen and (max-width: 767px) {
    .home-inno__img.is-2 {
      left: -12vw;
      margin: 73.3333333333vw 0 0 0;
    }
  }
  .home-inno__img.is-3 {
    margin: 30.625rem 0 0 -6.875rem;
    animation-delay: 0.1s;
  }
  @media screen and (max-width: 767px) {
    .home-inno__img.is-3 {
      margin: 126.6666666667vw 0 0 16vw;
    }
  }
  .home-inno__img.is-4 {
    margin: 3.125rem 0 0 21.875rem;
    animation-delay: 0.8s;
  }
  @media screen and (max-width: 767px) {
    .home-inno__img.is-4 {
      margin: 88vw 0 0 0;
    }
  }
  .home-inno__img.is-4 image {
    mask: url(#svg-mask-1);
    -webkit-mask: url(#svg-mask-1);
  }
  .home-inno__img.is-5 {
    margin: 17.5rem 0 0 10.625rem;
  }
  .home-inno__img.is-5 image {
    mask: url(#svg-mask-2);
    -webkit-mask: url(#svg-mask-2);
  }
  @media screen and (max-width: 767px) {
    .home-inno__img.is-5 {
      left: 2.6666666667vw;
      margin: 113.3333333333vw 0 0 0;
    }
  }
  .home-inno__img svg {
    width: 15.625rem;
    height: 15.625rem;
  }
  @media screen and (max-width: 767px) {
    .home-inno__img svg {
      width: 46.6666666667vw;
      height: 46.6666666667vw;
    }
  }
  .home-inno__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .home-inno__img mask {
    transform-origin: center center;
    -webkit-transform-origin: center center;
  }
  .home-business {
    overflow: hidden;
    background: url("../../../img/page/home/business_bg.jpg") 50% 50%/cover no-repeat;
    padding: 7.5rem 0;
  }
  @media screen and (max-width: 767px) {
    .home-business {
      background: #d2e4e4 url("../../../img/page/home/business_bg_sp.jpg") 50% 0%/100% auto no-repeat;
      padding: 61.3333333333vw 0 10.6666666667vw 0;
    }
  }
  @media screen and (min-width: 768px) {
    .home-business__wtext {
      margin-left: 52.5rem;
    }
  }
  .home-business__lead {
    margin-top: 3.125rem;
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 1.7692307692;
  }
  @media screen and (max-width: 767px) {
    .home-business__lead {
      font-size: 4.5333333333vw;
      margin-top: 4.8vw;
    }
  }
  .home-business__text {
    margin-top: 1.625rem;
    letter-spacing: 0.1em;
  }
  @media screen and (max-width: 767px) {
    .home-business__text {
      margin-top: 4vw;
    }
  }
  .home-business__wlink {
    margin-top: 2.5rem;
  }
  @media screen and (max-width: 767px) {
    .home-business__wlink {
      margin-top: 6.6666666667vw;
      text-align: center;
    }
  }
  .home-business__images {
    margin-top: 3.75rem;
  }
  @media screen and (max-width: 767px) {
    .home-business__images {
      margin-top: 10.6666666667vw;
    }
  }
  .home-business-item {
    position: relative;
    overflow: hidden;
    border-radius: 0.625rem;
  }
  .home-business-item a {
    display: block;
  }
  .home-business-item__name {
    position: absolute;
    padding: 3.125rem 1rem 1rem 1rem;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 1.1;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
    color: #fff;
  }
  @media screen and (max-width: 767px) {
    .home-business-item__name {
      padding: 6.6666666667vw 2.6666666667vw 2.6666666667vw 2.6666666667vw;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    }
  }
  .home-business-item__name span {
    display: block;
    font-size: 0.6875rem;
    margin-bottom: 0.375rem;
  }
  @media screen and (max-width: 767px) {
    .home-business-item__name span {
      font-size: 1.8666666667vw;
    }
  }
  .home-business-item__name b {
    font-weight: 500;
    font-size: 1.25rem;
  }
  @media screen and (max-width: 767px) {
    .home-business-item__name b {
      font-size: 3.2vw;
    }
  }
  .home-sec {
    padding: 4rem 0;
  }
  @media screen and (max-width: 767px) {
    .home-sec {
      padding: 16vw 0 10.6666666667vw 0;
    }
  }
  .home-sec + .home-sec {
    border-top: 1px solid #c9c9c9;
  }
  @media screen and (min-width: 768px) {
    .home-sec__inner {
      display: grid;
      grid-template-columns: 50% 50%;
    }
  }
  .home-sec__lead {
    margin-top: 3.125rem;
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 1.7692307692;
  }
  @media screen and (max-width: 767px) {
    .home-sec__lead {
      margin-top: 6.6666666667vw;
      font-size: 4.5333333333vw;
    }
  }
  .home-sec__text {
    margin-top: 1.625rem;
  }
  @media screen and (max-width: 767px) {
    .home-sec__text {
      margin-top: 3.4666666667vw;
    }
  }
  .home-sec__wlink {
    margin-top: 2.5rem;
  }
  @media screen and (max-width: 767px) {
    .home-sec__wlink {
      margin-top: 8vw;
      text-align: center;
    }
  }
  .home-sec__link {
    min-width: 13.25rem;
    justify-content: space-between;
  }
  @media screen and (max-width: 767px) {
    .home-sec__link {
      min-width: 40vw;
    }
  }
  @media screen and (max-width: 767px) {
    .home-sec__image {
      margin-top: 8vw;
    }
  }
  .home-news {
    padding-top: 6.875rem;
    padding-bottom: 8.125rem;
    border-top: 1px solid #c9c9c9;
  }
  @media screen and (max-width: 767px) {
    .home-news {
      padding-top: 20vw;
      padding-bottom: 17.3333333333vw;
    }
  }
  @media screen and (min-width: 768px) {
    .home-news__inner {
      padding: 0 9.375rem;
      display: grid;
      grid-template-columns: 19.6875rem 1fr;
    }
  }
  @media screen and (min-width: 768px) {
    .home-news__hdr {
      padding-top: 1.25rem;
    }
  }
  @media screen and (min-width: 768px) {
    .home-news__wlink {
      width: 19.6875rem;
      margin-top: 3.125rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-news__wlink {
      margin-top: 9.3333333333vw;
      text-align: center;
    }
  }
}