@charset "UTF-8";
.inv-inc .p-home {
  /* Page Contents */
}
.inv-inc .p-home .c-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 66px;
  margin-inline: auto;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  font-size: 27px;
  transition: background-color 0.3s;
}
.inv-inc .p-home .c-button__arrow {
  position: absolute;
  right: 8px;
  top: 5px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
}
.inv-inc .p-home .c-button__arrow img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}
.inv-inc .p-home .c-button:hover .c-button__arrow img {
  transform: translateX(5px);
}
.inv-inc .p-home .c-button.-request {
  background: #1a2fa1;
}
.inv-inc .p-home .c-button.-request:hover {
  background-color: #091768;
}
.inv-inc .p-home .c-button.-reserve {
  background: #e53494;
}
.inv-inc .p-home .c-button.-reserve:hover {
  background-color: #971d60;
}
.inv-inc .p-home-bg {
  background: #05aaec;
}
.inv-inc .p-home-kv {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-kv {
    padding: 15px;
  }
}
.inv-inc .p-home-kv__inner {
  position: relative;
}
.inv-inc .p-home-kv__slider {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-kv__slider {
    border-radius: 10px;
  }
}
.inv-inc .p-home-kv__slider__each {
  position: relative;
  width: 100%;
  aspect-ratio: 1220/680;
  max-height: calc(100vh - 60px);
  max-height: calc(100dvh - 60px);
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-kv__slider__each {
    aspect-ratio: 640/934;
    max-height: calc(100vh - 30px);
    max-height: calc(100dvh - 30px);
  }
}
.inv-inc .p-home-kv__slider__each figcaption {
  position: absolute;
  right: 15px;
  bottom: 10px;
  font-size: 10px;
  color: #fff;
  text-shadow: 0 0 3px #000, 0 0 3px #000;
  letter-spacing: 0.03em;
}
.inv-inc .p-home-kv__slider .splide__slide img {
  transition: transform 5s ease-out;
}
.inv-inc .p-home-kv__slider .splide__slide.is-active img {
  transform: scale(1.1);
}
.inv-inc .p-home-kv__mask01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 60px;
  border-bottom-right-radius: 20px;
  background: #05aaec;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-kv__mask01 {
    width: 170px;
    height: 55px;
  }
}
.inv-inc .p-home-kv__mask02 {
  position: absolute;
  top: 0;
  right: 0;
  width: 310px;
  height: 50px;
  border-bottom-left-radius: 20px;
  background: #05aaec;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-kv__mask02 {
    width: 50px;
    height: 55px;
  }
}
.inv-inc .p-home-kv__mask03 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 515px;
  height: 60px;
  border-top-right-radius: 20px;
  background: #05aaec;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-kv__mask03 {
    width: 60%;
    height: 17.3333333333vw;
  }
}
.inv-inc .p-home-kv__lead {
  position: absolute;
  left: 0;
  bottom: 5px;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-kv__lead {
    line-height: 1.4;
    font-size: min(33px, 4.7142857143vw);
    padding-left: 0.5em;
  }
}
.inv-inc .p-home-marquee {
  position: relative;
  padding: 20px;
  overflow: hidden;
}
.inv-inc .p-home-marquee__inner {
  position: relative;
  display: flex;
  width: 6390px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-marquee__inner {
    width: 990vw;
  }
}
.inv-inc .p-home-marquee__each {
  width: 33.333%;
  padding-right: min(20px, 2.6075619296vw);
  animation: marquee 15s linear infinite;
}
.inv-inc .p-home-marquee__each img {
  max-width: initial;
}
.inv-inc .p-home-rainbow {
  position: relative;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, #0099ff 0%, #0099ff 16.667%, #e53494 16.667%, #e53494 33.333%, #3b56aa 33.333%, #3b56aa 50%, #7bc231 50%, #7bc231 66.667%, #f7b402 66.667%, #f7b402 83.333%, #9c68ae 83.333%, #9c68ae 100%);
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-rainbow {
    height: 40px;
  }
}
.inv-inc .p-home-blockPrice {
  padding: 30px 20px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-blockPrice {
    padding: 20px 5.3333333333vw;
  }
}
.inv-inc .p-home-blockPrice__inner {
  max-width: 986px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 0;
}
.inv-inc .p-home-blockPrice__each {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 47.9716024341%;
}
.inv-inc .p-home-blockPrice__each:nth-of-type(2) {
  padding-left: 2.0283975659%;
  margin-left: 2.0283975659%;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-blockPrice__each:nth-of-type(2) {
    padding-left: 0;
    margin-left: 0;
  }
}
.inv-inc .p-home-blockPrice__each:nth-of-type(2):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #111;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-blockPrice__each:nth-of-type(2):before {
    width: 100%;
    height: 1px;
    top: -10px;
  }
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-blockPrice__each {
    width: 100%;
  }
}
.inv-inc .p-home-blockPrice__madori {
  font-size: min(38px, 3.8vw);
  font-weight: 700;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-blockPrice__madori {
    font-size: 6.9333333333vw;
  }
}
.inv-inc .p-home-blockPrice__price {
  color: #C80505;
  font-weight: 700;
  font-size: min(72px, 7.2vw);
  font-feature-settings: "palt";
  line-height: 1.1;
  padding-left: min(10px, 1vw);
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-blockPrice__price {
    font-size: 12.8vw;
    padding-left: 2.6666666667vw;
  }
}
.inv-inc .p-home-blockPrice__sub {
  padding-left: min(5px, 0.5vw);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-blockPrice__sub {
    padding-left: 1.3333333333vw;
  }
}
.inv-inc .p-home-blockPrice__note {
  display: block;
  font-weight: 700;
  font-size: min(11px, 1.1vw);
  font-feature-settings: "palt";
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-blockPrice__note {
    font-size: 2.6666666667vw;
    letter-spacing: 0.02em;
  }
}
.inv-inc .p-home-blockPrice__digit {
  display: block;
  font-weight: 700;
  font-size: min(30px, 3vw);
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-blockPrice__digit {
    font-size: 5.8666666667vw;
  }
}
.inv-inc .p-home-blockPrice__caution {
  width: 100%;
  margin-top: 5px;
  text-align: right;
  font-weight: 600;
  font-size: min(10px, 1vw);
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-blockPrice__caution {
    margin-top: 2px;
    font-size: 2.1333333333vw;
  }
}
.inv-inc .p-home-blockAction {
  position: relative;
  width: calc(100% - 60px);
  margin-inline: auto;
  border-radius: 20px;
  background: #fff;
  padding: 55px 20px 30px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-blockAction {
    width: calc(100% - 30px);
    padding: 25px 15px;
  }
}
.inv-inc .p-home-blockAction__inner {
  max-width: 1000px;
  margin-inline: auto;
}
.inv-inc .p-home-features {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 25px;
}
.inv-inc .p-home-features__each {
  position: relative;
  width: 25%;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-features__each {
    width: 100%;
    padding: 15px 0;
  }
}
.inv-inc .p-home-features__each__en {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.inv-inc .p-home-features__each__en.-green {
  color: #7bc231;
}
.inv-inc .p-home-features__each__en.-yellow {
  color: #f7b402;
}
.inv-inc .p-home-features__each__en.-red {
  color: #e53494;
}
.inv-inc .p-home-features__each__en.-blue {
  color: #05aaec;
}
.inv-inc .p-home-features__each__ja {
  margin-top: 10px;
  text-align: center;
  line-height: 1.6;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-features__each__ja {
    margin-top: 5px;
  }
}
.inv-inc .p-home-features__each:nth-child(n+2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #251714;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-features__each:nth-child(n+2)::before {
    width: 100%;
    height: 1px;
  }
}
.inv-inc .p-home-project {
  padding: 25px 0;
}
.inv-inc .p-home-project__copy {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-project__copy {
    line-height: 1.4;
    font-size: 18px;
  }
}
.inv-inc .p-home-project__main {
  margin-top: 10px;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: #1a2fa1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-project__main {
    line-height: 1.4;
    font-size: 27px;
  }
}
.inv-inc .p-home-cta {
  padding: 25px 0 0;
  border-top: 1px solid #251714;
}
.inv-inc .p-home-cta__copy {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-cta__copy {
    font-size: 24px;
  }
}
.inv-inc .p-home-cta__btns {
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-cta__btns {
    display: block;
  }
}
.inv-inc .p-home-cta__btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-cta__btn {
    margin-top: 10px;
  }
}
.inv-inc .p-home-campaign {
  padding: 25px 0 0;
}
.inv-inc .p-home-campaign__bnr {
  max-width: 900px;
  margin-inline: auto;
}
.inv-inc .p-home-blockContent {
  position: relative;
  width: calc(100% - 60px);
  margin-inline: auto;
  border-radius: 20px;
  background: #fff;
  padding: 55px 0 120px;
  margin-top: 40px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-blockContent {
    width: calc(100% - 30px);
    padding: 40px 0 75px;
  }
}
.inv-inc .p-home-blockContent:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, #0099ff 0%, #0099ff 16.667%, #e53494 16.667%, #e53494 33.333%, #3b56aa 33.333%, #3b56aa 50%, #7bc231 50%, #7bc231 66.667%, #f7b402 66.667%, #f7b402 83.333%, #9c68ae 83.333%, #9c68ae 100%);
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-blockContent:after {
    height: 48px;
  }
}
.inv-inc .p-home-imageScroll {
  overflow: hidden;
}
.inv-inc .p-home-imageScroll__images {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
.inv-inc .p-home-imageScroll__images__each {
  animation: marquee 35s linear infinite;
}
.inv-inc .p-home-imageScroll__images__each img {
  width: 243.75vw;
  max-width: initial;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-imageScroll__images__each img {
    width: 579.4285714286vw;
  }
}
.inv-inc .p-home-imageScroll__caption {
  text-align: right;
  width: 100%;
  padding: 5px 10px;
  font-size: 10px;
}
.inv-inc .p-home-detail {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-detail {
    margin-top: 50px;
  }
}
.inv-inc .p-home-detail__heading {
  width: calc(100% - 30px);
  max-width: 900px;
  margin-inline: auto;
}
.inv-inc .p-home-detail__heading__project {
  position: relative;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-detail__heading__project {
    padding-inline: 5vw;
  }
}
.inv-inc .p-home-detail__heading__copy {
  margin-top: 20px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-detail__heading__copy {
    line-height: 1.4;
    font-size: 20px;
  }
}
.inv-inc .p-home-detail__body {
  width: calc(100% - 30px);
  max-width: 723px;
  margin-inline: auto;
  margin-top: 55px;
  text-align: center;
  font-size: 14px;
  line-height: 1.67;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-detail__body {
    margin-top: 30px;
    font-size: 13px;
    letter-spacing: 0.05em;
  }
}
.inv-inc .p-home-detail__map {
  width: calc(100% - 30px);
  max-width: 723px;
  margin-inline: auto;
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-detail__map {
    margin-top: 30px;
  }
}
.inv-inc .p-home-detail__note {
  width: calc(100% - 30px);
  max-width: 723px;
  margin-inline: auto;
  margin-top: 20px;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-home-detail__note {
    margin-top: 15px;
  }
}
.inv-inc .p-home-detail__note li {
  position: relative;
  padding-left: 1em;
  font-size: 10px;
}
.inv-inc .p-home-detail__note li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.inv-inc .aside-fixed-bnr {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 400px;
  height: auto;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .inv-inc .aside-fixed-bnr {
    width: 60%;
    bottom: 0;
    right: 0;
  }
}
.inv-inc .aside-fixed-bnr .aside-fixed-close {
  position: absolute;
  right: -10px;
  top: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .inv-inc .aside-fixed-bnr .aside-fixed-close {
    right: 2px;
    top: 2px;
    width: 24px;
    font-size: 20px;
  }
}
.inv-inc .aside-fixed-bnr a {
  position: relative;
  display: block;
  z-index: 1;
}
.inv-inc .aside-fixed-bnr .mov {
  position: relative;
  width: 100%;
  aspect-ratio: 400/225;
}
.inv-inc .aside-fixed-bnr .mov video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.inv-inc .aside-fixed-bnr .mov .caption {
  position: absolute;
  left: 4px;
  bottom: 4px;
  font-size: 10px;
  color: #fff;
  transform-origin: left bottom;
  transform: scale(0.8);
}
.inv-inc .aside-fixed-bnr .text {
  width: 100%;
}
.inv-inc .temporary-info {
  padding: 16px;
  background-color: #C80505;
  color: #936666;
  text-align: center;
  margin-bottom: 30px;
}
.inv-inc .temporary-info p {
  font-size: 16px;
}
.inv-inc {
  /* animation */
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}/*# sourceMappingURL=home.css.map */