@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300..700&display=swap");
.inv-inc {
  padding-top: 0;
}
.inv-inc .p-plan {
  padding-bottom: 100px;
}
.inv-inc .p-plan .content {
  position: relative;
  background: #05aaec;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .content {
    padding-top: 48px;
  }
}
.inv-inc .p-plan .content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 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-plan .content:before {
    height: 48px;
  }
}
.inv-inc .p-plan .eyecatch {
  position: relative;
}
.inv-inc .p-plan .eyecatch figcaption {
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-size: 10px;
  color: #000;
  text-shadow: 0 0 3px #fff;
}
.inv-inc .p-plan .lead {
  padding: 60px 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .lead {
    padding: 10vw 20px;
  }
}
.inv-inc .p-plan .lead img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .lead img {
    width: 76.5714285714vw;
  }
}
.inv-inc .p-plan .index-list {
  max-width: 1920px;
  margin-inline: auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .index-list {
    padding-bottom: 50px;
  }
}
.inv-inc .p-plan .index-list li {
  position: relative;
  list-style: none;
  margin-top: 5px;
}
.inv-inc .p-plan .index-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .index-list li a {
    height: 40vw;
  }
}
.inv-inc .p-plan .index-list li .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 690px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .index-list li .inner {
    width: 88.5714285714%;
  }
}
.inv-inc .p-plan .index-list li .type {
  width: 140px;
  font-size: 32px;
  color: #000;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .index-list li .type {
    width: 20vw;
    text-align: center;
    font-size: 5.8571428571vw;
  }
}
.inv-inc .p-plan .index-list li .type strong {
  display: inline-block;
  margin-right: 5px;
  color: #1a2fa1;
  font-size: 65px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .index-list li .type strong {
    font-size: 12.4285714286vw;
  }
}
.inv-inc .p-plan .index-list li .info {
  width: 442px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .index-list li .info {
    width: 38.5714285714vw;
  }
}
.inv-inc .p-plan .index-list li .arrow {
  width: 50px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .index-list li .arrow {
    width: 9.1428571429vw;
  }
}
.inv-inc .p-plan .index-list li.is-soon:before {
  content: "Coming Soon";
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.87);
  color: #fff;
  font-size: 32px;
  font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
.inv-inc .p-plan .index-list li.is-soon a {
  pointer-events: none;
}
.inv-inc .p-plan-detail {
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan-detail {
    margin-top: 71px;
  }
}
.inv-inc .p-plan-detail .content {
  position: relative;
  background: #05aaec;
  padding: 90px 30px 30px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan-detail .content {
    padding: calc(3.5714285714vw + 48px) 3.5714285714vw 3.5714285714vw;
  }
}
.inv-inc .p-plan-detail .content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 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-plan-detail .content:before {
    height: 48px;
  }
}
.inv-inc .p-plan-detail .inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 20px;
  padding: 75px 20px 80px;
  background: #fff;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan-detail .inner {
    display: block;
    border-radius: 10px;
    padding: 40px 20px;
  }
}
.inv-inc .p-plan-detail .info {
  width: 330px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan-detail .info {
    width: 260px;
    margin-top: 0;
    margin-inline: auto;
  }
}
.inv-inc .p-plan-detail .info .type {
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  line-height: 1.01;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan-detail .info .type {
    font-size: 18px;
  }
}
.inv-inc .p-plan-detail .info .type strong {
  font-size: 58px;
  color: #1a2fa1;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan-detail .info .type strong {
    font-size: 38px;
  }
}
.inv-inc .p-plan-detail .info .room {
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #1a2fa1;
  border-bottom: 1px solid #1a2fa1;
  text-align: center;
  line-height: 1.1;
  font-weight: 700;
  font-size: 44px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan-detail .info .room {
    margin-top: 10px;
    padding: 10px 0;
    font-size: 28px;
  }
}
.inv-inc .p-plan-detail .info .area {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan-detail .info .area {
    margin-top: 20px;
  }
}
.inv-inc .p-plan-detail .info .area .main {
  line-height: 1.1;
}
.inv-inc .p-plan-detail .info .area .main dt {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan-detail .info .area .main dt {
    font-size: 12px;
  }
}
.inv-inc .p-plan-detail .info .area .main dd {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan-detail .info .area .main dd {
    font-size: 25px;
  }
}
.inv-inc .p-plan-detail .info .area .main dd strong {
  font-size: 56px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan-detail .info .area .main dd strong {
    font-size: 36px;
  }
}
.inv-inc .p-plan-detail .info .area .main dd small {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan-detail .info .area .main dd small {
    font-size: 12px;
  }
}
.inv-inc .p-plan-detail .info .area .sub {
  display: flex;
  justify-content: space-between;
}
.inv-inc .p-plan-detail .info .area .sub dt {
  font-size: 16px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan-detail .info .area .sub dt {
    font-size: 12px;
  }
}
.inv-inc .p-plan-detail .info .area .sub dd {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan-detail .info .area .sub dd {
    font-size: 12px;
  }
}
.inv-inc .p-plan-detail .info .area .note {
  margin-top: 20px;
  font-size: 11px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan-detail .info .area .note {
    margin-top: 10px;
    font-size: 10px;
  }
}
.inv-inc .p-plan-detail .info .feature {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan-detail .info .feature {
    margin-top: 10px;
  }
}
.inv-inc .p-plan-detail .info .feature li {
  position: relative;
  margin-top: 20px;
  padding-left: 1.5em;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan-detail .info .feature li {
    margin-top: 5px;
    font-size: 14px;
  }
}
.inv-inc .p-plan-detail .info .feature li:before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  color: #1a2fa1;
}
.inv-inc .p-plan-detail .cautions {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan-detail .cautions {
    width: 270px;
    margin-inline: auto;
    margin-top: 20px;
    font-size: 20px;
  }
}
.inv-inc .p-plan-detail .cautions .note {
  margin-top: 10px;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan-detail .cautions .note {
    font-size: 10px;
  }
}
.inv-inc .p-plan-detail .madori {
  width: 430px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan-detail .madori {
    margin-top: 20px;
    width: 100%;
  }
}
.inv-inc .p-plan-detail .btn {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan-detail .btn {
    margin-top: 20px;
  }
}
.inv-inc .p-plan-detail .btn .c-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 255px;
  height: 56px;
  margin-inline: auto;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  transition: background-color 0.3s;
  background: #1a2fa1;
  letter-spacing: 0;
}
.inv-inc .p-plan-detail .btn .c-button:hover {
  background-color: #091768;
}
.inv-inc .p-plan-detail .btn .c-button__arrow {
  position: absolute;
  right: 8px;
  top: 5px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
}
.inv-inc .p-plan-detail .btn .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-plan-detail .btn .c-button:hover .c-button__arrow img {
  transform: translateX(5px);
}/*# sourceMappingURL=plan.css.map */