@charset "UTF-8";
.mincho-font {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.gothic-font {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Noto Sans JP", serif, sans-serif;
}

@font-face {
  font-family: "GTWalsheimPro";
  src: url("../font/GTWalsheimPro-Regular.ttf") format("truetype");
  font-display: swap;
}
.gt-font {
  font-family: "GTWalsheimPro", sans-serif;
}

.wrap {
  display: grid;
  align-items: center;
  justify-content: space-between;
}

body {
  font-feature-settings: "palt";
}

.contents__ttl {
  position: static;
  transform: none;
}

.contents__ttl__en {
  font-size: 2.8571428571vw;
  line-height: 1;
  color: #323333;
  letter-spacing: 0.18em;
  text-indent: 0.18em;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .contents__ttl__en {
    font-size: 5.3333333333vw;
  }
}

.contents__ttl__ja {
  font-size: 1.2857142857vw;
  line-height: 1;
  font-weight: 400;
  color: #323333;
  letter-spacing: 0.18em;
  text-indent: 0.18em;
  margin-top: 1.0714285714vw;
}
@media screen and (max-width: 767px) {
  .contents__ttl__ja {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
}

html {
  margin-top: 0 !important;
}

.header {
  height: auto;
  background-color: transparent;
}

.header__nav {
  padding: 0;
}

.header__item {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .header__item:first-child {
    border-top: none;
  }
}

@media screen and (max-width: 767px) {
  .base {
    max-width: 100%;
    padding: 0 10.1333333333vw;
  }
}
/* !!------------------------------------ */
/* !! @note FLOOR */
/* !!------------------------------------ */
.header__logo {
  width: 7.2857142857vw;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 15.4666666667vw;
  }
}

.header__item__btn.download, .header__item__btn.contact {
  width: auto;
  height: 2.1428571429vw;
  font-size: 0.8571428571vw;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.7142857143vw 1.7857142857vw;
  background-color: #fff;
  border-radius: 1.0714285714vw;
  filter: drop-shadow(0 3px 3px rgba(97, 97, 97, 0.3));
  position: relative;
}
@media screen and (max-width: 767px) {
  .header__item__btn.download, .header__item__btn.contact {
    width: 100%;
    height: 10.6666666667vw;
    font-size: 4vw;
    font-weight: 400;
    letter-spacing: 0.08em;
    padding: 0;
    border-radius: 0;
    position: relative;
  }
  .header__item__btn.download:before, .header__item__btn.contact:before {
    content: "";
    width: 1.6vw;
    height: 1.6vw;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 6.4vw;
    transform: translate(0, -50%) rotate(45deg);
  }
  .header__item__btn.download:after, .header__item__btn.contact:after {
    transform: none;
  }
  .header__item__btn.download:hover, .header__item__btn.contact:hover {
    color: #000;
  }
  .header__item__btn.download:hover:before, .header__item__btn.contact:hover:before {
    border-color: #000;
  }
  .header__item__btn.download:hover:after, .header__item__btn.contact:hover:after {
    width: 100%;
    height: 100%;
    padding: 0;
    background: #FFCF00;
    background: linear-gradient(-45deg, rgb(255, 207, 0) 0%, rgb(255, 236, 0) 50%, rgb(255, 207, 0) 100%);
    border: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .header__item__btn.download {
    color: #fff;
    background-color: #707070;
  }
}
.header__item__btn.download:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #FFD200;
  background: linear-gradient(45deg, rgb(255, 210, 0) 0%, rgb(255, 238, 0) 50%, rgb(255, 210, 0) 100%);
  border-radius: 1.0714285714vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all ease-out 0.3s;
  opacity: 0;
  inset: 0;
}
@media screen and (max-width: 767px) {
  .header__item__btn.download:after {
    padding: 0;
  }
}
.header__item__btn.download:hover:after {
  opacity: 1;
}
.header__item__btn.contact {
  color: #fff;
  background-color: #000;
  transition: all ease-out 0.3s;
}
.header__item__btn.contact:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #FFD200;
  background: linear-gradient(45deg, rgb(255, 210, 0) 0%, rgb(255, 238, 0) 50%, rgb(255, 210, 0) 100%);
  border-radius: 1.0714285714vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all ease-out 0.3s;
  opacity: 0;
  inset: 0;
}
@media screen and (max-width: 767px) {
  .header__item__btn.contact:after {
    padding: 0;
    border: none;
    border-radius: 0;
  }
}
.header__item__btn.contact:hover {
  background-color: #515151;
}
@media screen and (max-width: 767px) {
  .header__item__btn.contact:hover {
    background-color: transparent;
  }
  .header__item__btn.contact:hover:after {
    background: #FFD200;
    background: linear-gradient(45deg, rgb(255, 210, 0) 0%, rgb(255, 238, 0) 50%, rgb(255, 210, 0) 100%);
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .header__list {
    padding-top: 9.6vw;
  }
}
.header__item__link {
  font-size: 0.7142857143vw;
}
@media screen and (max-width: 767px) {
  .header__item__link {
    font-size: 4.2666666667vw;
    line-height: 1;
    letter-spacing: 0.08em;
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
  .header__item__link:before {
    content: none;
  }
  .header__item__link:after {
    content: "";
    width: 1.6vw;
    height: 1.6vw;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 3.2vw;
    transform: translate(0, -50%) rotate(45deg);
  }
}

.header__item__box {
  padding-left: 0;
  gap: 1.0714285714vw;
}
@media screen and (max-width: 767px) {
  .header__item__box {
    gap: 3.7333333333vw;
  }
}

.header__in {
  height: 7.1428571429vw;
}
@media screen and (max-width: 767px) {
  .header__in {
    width: 100%;
    height: 16vw;
  }
}

.fv__ttl__ja {
  width: 31.8571428571vw;
  margin: 0 auto 3.1428571429vw;
}
@media screen and (max-width: 767px) {
  .fv__ttl__ja {
    width: 59.4666666667vw;
    margin: 0;
    order: 2;
  }
}
.fv__ttl__ja img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .fv__container {
    display: grid;
    top: 57.8666666667vw;
  }
}
.fv__label {
  width: auto;
  height: auto;
  font-size: 2.4285714286vw;
  letter-spacing: 0.54em;
  text-indent: 0.54em;
  border: none;
}
@media screen and (max-width: 767px) {
  .fv__label {
    font-size: 6.9333333333vw;
    font-weight: 500;
    line-height: 1.77;
    display: block;
    margin-bottom: 13.3333333333vw;
    letter-spacing: 0.5em;
    text-indent: 0;
    order: 1;
  }
}

.fv__scroll {
  gap: 0;
  right: auto;
  bottom: 6.6428571429vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .fv__scroll {
    right: 12.2666666667vw;
    bottom: 8vw;
    left: auto;
    transform: none;
  }
}

.cta-wrap {
  text-align: center;
  padding: 3.5714285714vw 0;
  background: #FFD200;
  background: linear-gradient(45deg, rgb(255, 210, 0) 0%, rgb(255, 238, 0) 50%, rgb(255, 210, 0) 100%);
}
@media screen and (max-width: 767px) {
  .cta-wrap {
    padding: 11.2vw 0 9.3333333333vw;
  }
}
.cta-wrap .txt {
  font-size: 1.7142857143vw;
  text-align: center;
  display: inline-block;
  color: #323333;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cta-wrap .txt {
    font-size: 3.7333333333vw;
    letter-spacing: -0.02em;
    text-indent: 0;
  }
}
.cta-wrap .txt:before, .cta-wrap .txt:after {
  content: "";
  width: 2.2857142857vw;
  height: 4.4285714286vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .cta-wrap .txt:before, .cta-wrap .txt:after {
    width: 4.5333333333vw;
    height: 10.4vw;
  }
}
.cta-wrap .txt:before {
  background-image: url(/assets/img/floor/txt-decoration_left.webp);
  left: -3.2857142857vw;
}
@media screen and (max-width: 767px) {
  .cta-wrap .txt:before {
    left: -5.6vw;
  }
}
.cta-wrap .txt:after {
  background-image: url(/assets/img/floor/txt-decoration_right.webp);
  right: -3.2857142857vw;
  left: auto;
}
@media screen and (max-width: 767px) {
  .cta-wrap .txt:after {
    right: -5.6vw;
  }
}
.cta-wrap .txt span {
  font-size: 2.1428571429vw;
  color: #000;
  display: block;
  letter-spacing: 0.12em;
  text-indent: 0.12em;
}
@media screen and (max-width: 767px) {
  .cta-wrap .txt span {
    font-size: 5.8666666667vw;
  }
}
.cta-wrap .cta-list {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 23.2142857143vw 23.2142857143vw;
  gap: 1.4285714286vw;
  margin-top: 1.7857142857vw;
}
@media screen and (max-width: 767px) {
  .cta-wrap .cta-list {
    grid-template-columns: 1fr;
    gap: 3.7333333333vw;
    margin-top: 4.8vw;
    padding: 0 11.2vw;
  }
}
.cta-wrap .cta-list_item a {
  height: 3.7142857143vw;
  font-size: 1.2857142857vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1428571429vw;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.1));
  position: relative;
  transition: all ease-out 0.3s;
}
@media screen and (max-width: 767px) {
  .cta-wrap .cta-list_item a {
    height: 12.5333333333vw;
    font-size: 4.2666666667vw;
    border-radius: 0.5333333333vw;
  }
}
.cta-wrap .cta-list_item a:after {
  content: "";
  width: 0.7857142857vw;
  height: 0.7857142857vw;
  border-top: 1px solid #323333;
  border-right: 1px solid #323333;
  position: absolute;
  top: 50%;
  right: 1.2857142857vw;
  transform: translateY(-50%) rotate(45deg);
  transition: all ease-out 0.3s;
}
@media screen and (max-width: 767px) {
  .cta-wrap .cta-list_item a:after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 3.2vw;
  }
}
.cta-wrap .cta-list_item .btn-download {
  color: #000;
  background-color: #fff;
}
.cta-wrap .cta-list_item .btn-download:hover {
  color: #fff;
  background-color: #323333;
}
.cta-wrap .cta-list_item .btn-download:hover:after {
  border-color: #fff;
}
.cta-wrap .cta-list_item .btn-contact {
  color: #fbe23e;
  background-color: #323333;
}
.cta-wrap .cta-list_item .btn-contact:hover {
  background-color: #515151;
}
.cta-wrap .cta-list_item .btn-contact:after {
  border-color: #fbe23e;
}

.concept {
  padding-top: 10.7142857143vw;
  padding-bottom: 8.2142857143vw;
  background-image: url(/assets/img/floor/bg-concept.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .concept {
    background-image: url(/assets/img/floor/bg-concept_sp.webp);
    padding-top: 26.6666666667vw;
    padding-bottom: 16vw;
  }
}
.concept .concept__ttl {
  font-size: 2.2857142857vw;
  line-height: 1.44;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.18em;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .concept .concept__ttl {
    font-size: 6.9333333333vw;
    line-height: 1.42;
    letter-spacing: 0.18em;
    white-space: normal;
  }
}
.concept .concept__ttl:before, .concept .concept__ttl:after {
  content: none;
}
.concept .wrap {
  grid-template-columns: 1fr 42.3571428571vw;
  justify-content: center;
  gap: 4.6428571429vw;
  padding: 0 4.6428571429vw 0 3.5714285714vw;
}
@media screen and (max-width: 767px) {
  .concept .wrap {
    grid-template-columns: 1fr;
    gap: 10.6666666667vw;
    padding: 0;
  }
}
.concept .wrap .gothic-font {
  font-size: 0.8571428571vw;
  line-height: 2.6;
  text-align: justify;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .concept .wrap .gothic-font {
    font-size: 3.2vw;
    letter-spacing: 0.02em;
  }
}
.concept .slide-list_wrap {
  width: 100vw;
  margin-top: 10.3571428571vw;
  margin-left: calc(-50vw + 50%);
}
@media screen and (max-width: 767px) {
  .concept .slide-list_wrap {
    margin-top: 24vw;
  }
  .concept .slide-list_wrap .slide-list img {
    width: 313.0666666667vw;
  }
}
.concept .ttl-h3 {
  font-size: 2vw;
  line-height: 1.57;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 8.9285714286vw;
}
@media screen and (max-width: 767px) {
  .concept .ttl-h3 {
    font-size: 4.8vw;
    line-height: 1.6;
    letter-spacing: 0.04em;
    margin-top: 16vw;
  }
  .concept .ttl-h3 span {
    font-size: 6.9333333333vw;
  }
}
.concept .ttl-h3 strong {
  font-weight: 400;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .concept .ttl-h3 strong {
    font-size: 6.9333333333vw;
  }
}
.concept .ttl-h3 strong:after {
  content: "";
  width: 100%;
  height: 0.5714285714vw;
  background-color: #f7e44c;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .concept .ttl-h3 strong:after {
    height: 2.4vw;
  }
}
.concept .img-wrap {
  width: 44.2142857143vw;
  margin: 2.8571428571vw auto 0;
}
@media screen and (max-width: 767px) {
  .concept .img-wrap {
    width: 80vw;
    margin-top: 8vw;
  }
}

.intro {
  padding-top: 10.7142857143vw;
  padding-bottom: 14.6428571429vw;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .intro {
    padding-top: 21.3333333333vw;
    padding-bottom: 32vw;
  }
  .intro .base {
    padding: 0 6.6666666667vw;
  }
}
.intro .wrap {
  grid-template-columns: 1fr 39.0714285714vw;
  align-items: flex-start;
  padding: 0 3.5714285714vw;
}
@media screen and (max-width: 767px) {
  .intro .wrap {
    grid-template-columns: 1fr;
    gap: 21.3333333333vw;
    padding: 0;
  }
}
.intro .intro__ttl {
  font-size: 2vw;
  line-height: 1.86;
  letter-spacing: 0.14em;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .intro .intro__ttl {
    font-size: 5.8666666667vw;
    line-height: 1.9;
    letter-spacing: 0.1em;
  }
}
.intro .intro__ttl:before {
  content: none;
}
.intro .intro__ttl strong {
  font-weight: 400;
  display: inline-block;
  position: relative;
}
.intro .intro__ttl strong:after {
  content: "";
  width: 100%;
  height: 0.5714285714vw;
  background-color: #f7e44c;
  position: absolute;
  bottom: 0.7142857143vw;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .intro .intro__ttl strong:after {
    height: 2.1333333333vw;
    bottom: 1.6vw;
  }
}
.intro .intro-list_item {
  display: grid;
  margin-bottom: 1.7857142857vw;
  padding-bottom: 1.4285714286vw;
  padding-left: 5vw;
  border-bottom: 1px dashed #727272;
  position: relative;
}
@media screen and (max-width: 767px) {
  .intro .intro-list_item {
    margin-bottom: 8vw;
    padding-bottom: 8vw;
    padding-left: 12.5333333333vw;
  }
  .intro .intro-list_item:last-child {
    margin-bottom: 0;
  }
}
.intro .intro-list_item:before {
  content: "";
  width: 1.8571428571vw;
  height: 1.6428571429vw;
  background-image: url(/assets/img/floor/icon-check.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 0.3571428571vw;
  left: 1.0714285714vw;
}
@media screen and (max-width: 767px) {
  .intro .intro-list_item:before {
    width: 6.9333333333vw;
    height: 6.1333333333vw;
    top: 0;
    left: 0;
  }
}
.intro .intro-ttl {
  font-size: 1.4285714286vw;
  letter-spacing: 0.06em;
  color: #323333;
  margin-bottom: 0.7142857143vw;
}
@media screen and (max-width: 767px) {
  .intro .intro-ttl {
    font-size: 4.8vw;
    line-height: 1.33;
    margin-bottom: 4vw;
  }
}
.intro .intro-txt {
  font-size: 0.8571428571vw;
  line-height: 1.33;
  letter-spacing: 0.04em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .intro .intro-txt {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.intro .small-txt {
  font-size: 0.5vw;
  letter-spacing: 0.06em;
  vertical-align: super;
  position: relative;
  top: -0.3571428571vw;
}
@media screen and (max-width: 767px) {
  .intro .small-txt {
    font-size: 1.8666666667vw;
    letter-spacing: 0.06em;
    top: -1.3333333333vw;
  }
}
.intro .note-txt {
  font-size: 0.5vw;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .intro .note-txt {
    font-size: 2.6666666667vw;
    line-height: 1.6;
    text-align: justify;
    margin-top: 4.5333333333vw;
  }
}

.feature {
  background-color: #f4f4f4;
  padding-top: 18.5714285714vw;
  padding-bottom: 13.9285714286vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .feature {
    padding-top: 33.8666666667vw;
    padding-bottom: 17.3333333333vw;
  }
  .feature .base {
    padding: 0;
  }
}
.feature .feature__wrap {
  position: absolute;
  top: -5vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .feature .feature__wrap {
    top: -6.4vw;
  }
}
.feature .feature__ttl__en, .feature .feature__ttl__ja {
  text-align: center;
  position: static;
  top: auto;
  left: auto;
  transform: none;
}
.feature .feature__ttl__en {
  font-size: 9.7857142857vw;
  letter-spacing: 0.18em;
  text-indent: 0.18em;
}
@media screen and (max-width: 767px) {
  .feature .feature__ttl__en {
    font-size: 13.6vw;
  }
}
.feature .feature__ttl__ja {
  font-size: 1.2857142857vw;
  letter-spacing: 0.18em;
  text-indent: 0.18em;
  margin-top: 1.8571428571vw;
}
@media screen and (max-width: 767px) {
  .feature .feature__ttl__ja {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.feature .wrap {
  grid-template-columns: 28.1428571429vw 33.8571428571vw;
  gap: 7.8571428571vw;
  margin-bottom: 7.1428571429vw;
  padding: 0 3.5714285714vw;
}
@media screen and (max-width: 767px) {
  .feature .wrap {
    grid-template-columns: 1fr;
    gap: 16vw;
    padding: 0;
    margin-bottom: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .feature .wrap:first-of-type .txt-wrap {
    order: 2;
  }
  .feature .wrap:first-of-type .img-wrap {
    order: 1;
  }
}
.feature .wrap:nth-of-type(2) {
  grid-template-columns: 33.8571428571vw 28.7142857143vw;
  margin-bottom: 9.2857142857vw;
}
@media screen and (max-width: 767px) {
  .feature .wrap:nth-of-type(2) {
    grid-template-columns: 1fr;
    margin-bottom: 16vw;
  }
}
.feature .wrap:nth-of-type(2) .txt-wrap {
  order: 2;
}
.feature .wrap:nth-of-type(2) .img-wrap {
  order: 1;
}
.feature .wrap:nth-of-type(3) {
  grid-template-columns: 1fr 35.9285714286vw;
  margin-bottom: 11.0714285714vw;
}
@media screen and (max-width: 767px) {
  .feature .wrap:nth-of-type(3) {
    grid-template-columns: 1fr;
    margin-bottom: 21.3333333333vw;
  }
  .feature .wrap:nth-of-type(3) .txt-wrap {
    order: 2;
  }
  .feature .wrap:nth-of-type(3) .img-wrap {
    order: 1;
  }
}
.feature .wrap:nth-of-type(3) img + img {
  width: 19vw;
  margin-top: -4.6428571429vw;
  margin-left: -5.8571428571vw;
}
@media screen and (max-width: 767px) {
  .feature .wrap:nth-of-type(3) img + img {
    width: 43.2vw;
    margin-top: -13.8666666667vw;
    margin-left: 0;
  }
}
.feature .wrap:last-of-type {
  grid-template-columns: 28vw 37.4285714286vw;
  gap: 4.2857142857vw;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .feature .wrap:last-of-type {
    grid-template-columns: 1fr;
    gap: 16vw;
  }
}
.feature .wrap:last-of-type .movie-wrap {
  order: 1;
}
@media screen and (max-width: 767px) {
  .feature .wrap:last-of-type .movie-wrap {
    padding: 0 6.6666666667vw;
  }
}
.feature .wrap:last-of-type .movie-wrap iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.feature .wrap:last-of-type .txt-wrap {
  order: 2;
}
.feature .wrap:last-of-type .txt-wrap .ttl-h3 {
  font-size: 1.4285714286vw;
  margin-bottom: 2.1428571429vw;
}
@media screen and (max-width: 767px) {
  .feature .wrap:last-of-type .txt-wrap .ttl-h3 {
    font-size: 5.3333333333vw;
    white-space: normal;
  }
}
.feature .wrap hgroup {
  margin-bottom: 3.2142857143vw;
}
@media screen and (max-width: 767px) {
  .feature .wrap hgroup {
    margin-bottom: 8vw;
  }
}
.feature .wrap .gt-font {
  font-size: 1.4285714286vw;
  color: #f7e44c;
  letter-spacing: 0.18em;
  margin-bottom: 3.5714285714vw;
}
@media screen and (max-width: 767px) {
  .feature .wrap .gt-font {
    font-size: 4.8vw;
    text-align: center;
    margin-bottom: 8vw;
  }
}
.feature .wrap .ttl-h3 {
  font-size: 1.7142857143vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .feature .wrap .ttl-h3 {
    font-size: 5.3333333333vw;
    letter-spacing: -0.02em;
    text-align: center;
    padding: 0 8vw;
  }
}
.feature .wrap .lead-txt {
  font-size: 0.8571428571vw;
  line-height: 2.25;
  letter-spacing: 0.04em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .feature .wrap .lead-txt {
    font-size: 3.2vw;
    text-align: center;
    padding: 0 9.3333333333vw;
  }
}
.feature .wrap .img-wrap {
  position: relative;
}

.scene {
  padding-top: 9.6428571429vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .scene {
    padding-top: 19.2vw;
  }
}
.scene .contents__ttl {
  margin-bottom: 2.1428571429vw;
}
@media screen and (max-width: 767px) {
  .scene .contents__ttl {
    margin-bottom: 7.4666666667vw;
  }
}
.scene .lead-txt {
  font-size: 1.2857142857vw;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .scene .lead-txt {
    font-size: 3.7333333333vw;
    line-height: 1.93;
  }
}
.scene .scene-slider {
  margin-top: 4.2857142857vw;
  margin-bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .scene .scene-slider {
    margin-top: 9.3333333333vw;
  }
}
.scene .slider-item .txt-wrap {
  width: 47.1428571429vw;
  height: 15.3571428571vw;
  padding: 2.8571428571vw 3.5714285714vw;
  background-color: #fff;
  margin-top: -15.3571428571vw;
  position: relative;
  left: -2.5714285714vw;
}
@media screen and (max-width: 767px) {
  .scene .slider-item .txt-wrap {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 0;
    left: auto;
  }
}
.scene .slider-item .txt-wrap .ttl-h3 {
  font-size: 1.8571428571vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 1.0714285714vw;
}
@media screen and (max-width: 767px) {
  .scene .slider-item .txt-wrap .ttl-h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.scene .slider-item .txt-wrap .lead-txt {
  font-size: 1vw;
  line-height: 1.64;
  text-align: justify;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .scene .slider-item .txt-wrap .lead-txt {
    font-size: 3.2vw;
    line-height: 1.75;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .scene .slider-item .base {
    padding: 10.6666666667vw 9.3333333333vw 0 9.3333333333vw;
  }
}
.scene .scene-arrow_wrap {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 2.8571428571vw;
  left: 44.5714285714vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .scene .scene-arrow_wrap {
    margin-top: 10.6666666667vw;
    justify-content: center;
    position: relative;
    bottom: auto;
    left: auto;
  }
}
.scene .slick-dots {
  width: auto;
  display: flex;
  align-items: center;
  margin: 0;
  z-index: 1;
  position: static;
  order: 2;
}
.scene .slick-dots li {
  width: 100%;
  height: 100%;
  display: flex;
  margin: 0 0.5vw;
}
@media screen and (max-width: 767px) {
  .scene .slick-dots li {
    margin: 0 2.1333333333vw;
  }
}
.scene .slick-dots li button {
  width: 0.4285714286vw;
  height: 0.4285714286vw;
  font-size: 0;
  padding: 0;
  background-color: #323333;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .scene .slick-dots li button {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.scene .slick-dots li button:before {
  content: "";
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 1;
}
.scene .slick-dots .slick-active button {
  background-color: transparent;
  border: 1px solid #323333;
}
.scene .slick-arrow {
  width: 1.0714285714vw;
  height: 1.0714285714vw;
  position: relative;
  transform: rotate(45deg);
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .scene .slick-arrow {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.scene .slick-arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  border-top: 1px solid #323333;
  border-right: 1px solid #323333;
  position: absolute;
  top: 0;
  left: 0;
}
.scene .slick-arrow.next-arrow {
  order: 3;
}
.scene .slick-arrow.prev-arrow {
  order: 1;
  transform: rotate(-135deg);
}

.case {
  padding-top: 9.2857142857vw;
  padding-bottom: 10vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .case {
    padding-top: 29.3333333333vw;
    padding-bottom: 17.0666666667vw;
  }
}
.case .case-slider {
  margin-bottom: 3.5714285714vw;
}
@media screen and (max-width: 767px) {
  .case .case-slider {
    margin-top: 0;
    margin-bottom: 8vw;
  }
}
.case .case-slider + .base {
  position: absolute;
  top: 18.5714285714vw;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .case .case-slider + .base {
    display: none;
  }
}
.case .contents__ttl {
  margin-bottom: 8.2142857143vw;
}
@media screen and (max-width: 767px) {
  .case .contents__ttl {
    margin-bottom: 12vw;
  }
}
.case .slide-item {
  margin: 0 3.5714285714vw;
}
@media screen and (max-width: 767px) {
  .case .slide-item {
    margin: 0 2.6666666667vw;
  }
}
.case .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
}
.case .slick-dots li {
  width: 7.1428571429vw;
  height: 0.2857142857vw;
  display: flex;
  margin: 0 0.2857142857vw;
}
@media screen and (max-width: 767px) {
  .case .slick-dots li {
    width: 15.4666666667vw;
    height: 0.8vw;
    margin: 0 0.5333333333vw;
  }
}
.case .slick-dots li button {
  width: 100%;
  height: 100%;
  font-size: 0;
  background-color: #dbdbdb;
  padding: 0;
}
.case .slick-dots li button:before {
  content: none;
}
.case .slick-dots li.slick-active button {
  background-color: #4d4d4d;
}
.case .case-arrow_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2.8571428571vw;
  padding-right: 3.4285714286vw;
}
.case .slick-arrow {
  width: 1.0714285714vw;
  height: 1.0714285714vw;
  background: none;
  position: relative;
  top: auto;
  left: auto;
  transform: rotate(45deg);
  cursor: pointer;
  z-index: 1;
}
.case .slick-arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  border-top: 1px solid #323333;
  border-right: 1px solid #323333;
  position: absolute;
  top: 0;
  left: 0;
}
.case .slick-arrow.prev-arrow {
  transform: rotate(-135deg);
}
.case .slick-arrow.next-arrow {
  right: auto;
}
.case .case-slider {
  margin-top: 2.5vw;
}
.case .slide-item .img-wrap {
  margin-bottom: 2.8571428571vw;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px) {
  .case .slide-item .img-wrap {
    margin-bottom: 9.3333333333vw;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  }
}
.case .slide-item .case-ttl {
  font-size: 1.2857142857vw;
  line-height: 1.67;
  font-weight: 400;
  letter-spacing: 0.11em;
  padding-bottom: 1.0714285714vw;
  margin-bottom: 1.7142857143vw;
  border-bottom: 1px solid #727272;
}
@media screen and (max-width: 767px) {
  .case .slide-item .case-ttl {
    font-size: 4.5333333333vw;
    line-height: 1.53;
    letter-spacing: 0.09em;
    margin-bottom: 5.3333333333vw;
    padding-bottom: 4.8vw;
  }
}
.case .slide-item .case-ttl .sub-ttl {
  font-size: 0.7857142857vw;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 1.4285714286vw;
}
@media screen and (max-width: 767px) {
  .case .slide-item .case-ttl .sub-ttl {
    font-size: 3.2vw;
    margin-top: 5.3333333333vw;
  }
}
.case .slide-item .case-ttl .category {
  width: 5.3571428571vw;
  font-size: 0.7857142857vw;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 1.0714285714vw;
  margin-left: auto;
  padding: 0.4285714286vw 0;
  background-color: #f9e04b;
}
@media screen and (max-width: 767px) {
  .case .slide-item .case-ttl .category {
    width: 21.3333333333vw;
    font-size: 3.2vw;
    margin-top: 5.3333333333vw;
    padding: 1.6vw 0;
  }
}
.case .slide-item .lead-txt {
  font-size: 0.7857142857vw;
  line-height: 2;
  letter-spacing: 0.01em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .case .slide-item .lead-txt {
    font-size: 3.2vw;
    line-height: 1.75;
  }
}
.case .btn-detail {
  width: 21.8571428571vw;
  height: 3.5714285714vw;
  font-size: 0.9285714286vw;
  color: #fff;
  letter-spacing: 0.18em;
  text-indent: 0.18em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3.4285714286vw auto 0;
  border-radius: 0.2142857143vw;
  background-color: #323333;
  position: relative;
}
@media screen and (max-width: 767px) {
  .case .btn-detail {
    width: 77.3333333333vw;
    height: 12.5333333333vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0.04em;
    text-indent: 0.04em;
    margin-top: 7.4666666667vw;
    border-radius: 0.8vw;
  }
}
.case .btn-detail:after {
  content: "";
  width: 0.7857142857vw;
  height: 0.7857142857vw;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 1.2857142857vw;
  transform: translateY(-50%) rotate(45deg);
  transition: all ease-out 0.3s;
}
@media screen and (max-width: 767px) {
  .case .btn-detail:after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 4.2666666667vw;
  }
}
.case .btn-detail:hover {
  opacity: 0.8;
}

.safety {
  padding-top: 11.7857142857vw;
  padding-bottom: 11.0714285714vw;
  background-image: url(/assets/img/floor/bg-safety.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .safety {
    padding-top: 18.6666666667vw;
    padding-bottom: 25.3333333333vw;
    background-image: url(/assets/img/floor/bg-safety_sp.webp);
  }
}
.safety .contents__ttl__en {
  color: #fff;
}
.safety .contents__ttl__ja {
  color: #fff;
}
.safety .lead-txt {
  font-size: 0.8571428571vw;
  color: #fff;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  margin-top: 2.8571428571vw;
}
@media screen and (max-width: 767px) {
  .safety .lead-txt {
    font-size: 3.2vw;
    margin-top: 13.3333333333vw;
  }
}
.safety .safety__block {
  margin-top: 6.4285714286vw;
}
@media screen and (max-width: 767px) {
  .safety .safety__block {
    margin-top: 16vw;
  }
}
.safety .safety__box__txt {
  color: #fff;
}
.safety .safety__box__txt span {
  font-size: 0.4285714286vw;
  font-weight: normal;
}
.safety .safety__box__strong {
  font-size: 3.8571428571vw;
  color: #fbe23e;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .safety .safety__box__strong {
    font-size: 14.4vw;
    text-align: center;
  }
}
.safety .safety__box__strong .ruby {
  font-size: 0.7857142857vw;
  font-weight: normal;
  color: #fff;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .safety .safety__box__strong .ruby {
    font-size: 2.9333333333vw;
  }
}
.safety .safety__box__strong .small-font {
  font-size: 2.2142857143vw;
  font-weight: 500;
  color: #fbe23e;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .safety .safety__box__strong .small-font {
    font-size: 8.2666666667vw;
  }
}
.safety .safety__box__img {
  width: 25.1428571429vw;
}
.safety .safety__box {
  justify-content: center;
  margin-bottom: 4.6428571429vw;
}
@media screen and (max-width: 767px) {
  .safety .safety__box {
    margin-bottom: 21.3333333333vw;
  }
  .safety .safety__box.box01 .safety__box__img {
    width: 77.8666666667vw;
  }
}
.safety .safety__box.box02 img {
  width: 16.3571428571vw;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .safety .safety__box.box02 img {
    width: 61.3333333333vw;
  }
}
.safety .safety__box.box03 {
  width: 57.3571428571vw;
  margin: 0 auto;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .safety .safety__box.box03 {
    width: 100%;
  }
}
.safety .safety__box.box03 .safety__box__container {
  width: 100%;
  padding: 0 4.4285714286vw 4vw;
}
@media screen and (max-width: 767px) {
  .safety .safety__box.box03 .safety__box__container {
    padding: 0;
    order: 1;
  }
}
.safety .safety__box.box03 .safety__box__container:before {
  content: none;
}
.safety .safety__box.box03 .safety__box__container:after {
  content: "";
  width: 100%;
  height: 18.7857142857vw;
  background-image: url(/assets/img/floor/line-safety.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .safety .safety__box.box03 .safety__box__container:after {
    content: none;
  }
}
.safety .safety__box.box03 .safety-ttl {
  font-size: 2.1428571429vw;
  line-height: 1.43;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-indent: 0.12em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .safety .safety__box.box03 .safety-ttl {
    font-size: 6.4vw;
    line-height: 1.25;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    position: relative;
  }
  .safety .safety__box.box03 .safety-ttl:before, .safety .safety__box.box03 .safety-ttl:after {
    content: "";
    width: 7.4666666667vw;
    height: 40.2666666667vw;
    background-image: url(/assets/img/floor/ico-line.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: -4vw;
    transform: translateY(-50%);
  }
  .safety .safety__box.box03 .safety-ttl:after {
    right: -4vw;
    left: auto;
    transform: translateY(-50%) scale(1, -1);
  }
  .safety .safety__box.box03 .safety-ttl strong {
    font-size: 11.2vw;
  }
}
.safety .safety__box.box03 .img-wrap {
  margin-top: 3.5714285714vw;
}
@media screen and (max-width: 767px) {
  .safety .safety__box.box03 .img-wrap {
    margin-top: 9.3333333333vw;
  }
}
.safety .safety__box.box03 .note-txt {
  font-size: 0.7142857143vw;
  line-height: 1.7;
  color: #fff;
  text-align: justify;
  margin-top: 2.1428571429vw;
}
@media screen and (max-width: 767px) {
  .safety .safety__box.box03 .note-txt {
    font-size: 2.6666666667vw;
    line-height: 1.9;
    margin-top: 6.1333333333vw;
    order: 3;
  }
}
.safety .safety__box.box01 .safety__box__container, .safety .safety__box.box02 .safety__box__container {
  padding-right: 5.7142857143vw;
}
@media screen and (max-width: 767px) {
  .safety .safety__box.box01 .safety__box__container, .safety .safety__box.box02 .safety__box__container {
    padding-top: 0;
    padding-right: 0;
  }
}
.safety .safety__box__container:before {
  width: 2.1428571429vw;
  height: 8.2857142857vw;
  background: url(../../assets/img/floor/ico_arrow.webp) no-repeat center center/cover;
  right: 3.8571428571vw;
}
@media screen and (max-width: 767px) {
  .safety .safety__box__container:before {
    width: 27.7333333333vw;
    height: 6.4vw;
    display: block;
    margin: 8.5333333333vw auto;
    background-image: url(/assets/img/floor/ico_arrow__sp.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    transform: none;
  }
}

.plan {
  padding-top: 11.4285714286vw;
  padding-bottom: 12.1428571429vw;
  background-color: #f4f4f4;
}
@media screen and (max-width: 767px) {
  .plan {
    padding-top: 24vw;
    padding-bottom: 20vw;
  }
  .plan .base {
    padding: 0;
  }
}
.plan .plan-slider_wrap {
  position: relative;
}
.plan .lead-txt {
  font-size: 0.8571428571vw;
  text-align: center;
  color: #494949;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin-top: 2.8571428571vw;
}
@media screen and (max-width: 767px) {
  .plan .lead-txt {
    font-size: 3.2vw;
    line-height: 2;
    margin-top: 16vw;
    padding: 0 9.3333333333vw;
  }
}
.plan .plan-slider {
  margin-top: 5.5714285714vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .plan .plan-slider {
    margin-top: 12vw;
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .plan .slide-item {
    margin: 0 9.3333333333vw;
  }
}
.plan .wrap {
  grid-template-columns: 17.8571428571vw 19.2857142857vw;
  justify-content: center;
  gap: 7.8571428571vw;
}
@media screen and (max-width: 767px) {
  .plan .wrap {
    grid-template-columns: 1fr;
    gap: 13.3333333333vw;
  }
  .plan .wrap .txt-wrap {
    order: 2;
  }
  .plan .wrap .img-wrap {
    width: 58.1333333333vw;
    margin: 0 auto;
    order: 1;
  }
}
.plan .plan-ttl {
  font-size: 1vw;
  font-weight: 400;
  letter-spacing: 0.14em;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 767px) {
  .plan .plan-ttl {
    font-size: 3.7333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.plan .plan-ttl .num-ttl {
  font-size: 1.8571428571vw;
  font-weight: 400;
  letter-spacing: 0.18em;
  display: block;
  margin-bottom: 0.8571428571vw;
  padding-bottom: 0.8571428571vw;
  border-bottom: 1px solid #323333;
}
@media screen and (max-width: 767px) {
  .plan .plan-ttl .num-ttl {
    font-size: 6.9333333333vw;
    margin-bottom: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.plan .txt-wrap .area-wrap .area-ttl {
  font-size: 1.1428571429vw;
  letter-spacing: 0.08em;
  margin-bottom: 0.7142857143vw;
}
@media screen and (max-width: 767px) {
  .plan .txt-wrap .area-wrap .area-ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.plan .txt-wrap .area-wrap .area-txt {
  font-size: 2.1428571429vw;
  font-weight: 400;
  letter-spacing: 0.14em;
  color: #323333;
}
@media screen and (max-width: 767px) {
  .plan .txt-wrap .area-wrap .area-txt {
    font-size: 8vw;
  }
}
.plan .txt-wrap .area-wrap strong {
  font-size: 3.5714285714vw;
  font-weight: 400;
  color: #970000;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .plan .txt-wrap .area-wrap strong {
    font-size: 12.8vw;
  }
}
.plan .txt-wrap .area-wrap .sub-txt {
  font-size: 1.2857142857vw;
  font-weight: 400;
  letter-spacing: 0.06em;
  position: relative;
  left: -0.4285714286vw;
}
@media screen and (max-width: 767px) {
  .plan .txt-wrap .area-wrap .sub-txt {
    font-size: 4.8vw;
  }
}
.plan .txt-wrap .lead-txt {
  font-size: 0.8571428571vw;
  font-weight: 400;
  line-height: 1.67;
  color: #323333;
  text-align: justify;
  margin-top: 1.4285714286vw;
  margin-bottom: 3.5714285714vw;
}
@media screen and (max-width: 767px) {
  .plan .txt-wrap .lead-txt {
    font-size: 3.2vw;
    line-height: 1.83;
    margin-top: 5.3333333333vw;
    margin-bottom: 4vw;
    padding: 0;
  }
}
.plan .txt-wrap .price-txt {
  font-size: 2.4285714286vw;
  font-weight: 500;
  color: #323333;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .plan .txt-wrap .price-txt {
    font-size: 8.5333333333vw;
  }
}
.plan .txt-wrap .yen-mark {
  font-size: 1.8571428571vw;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .plan .txt-wrap .yen-mark {
    font-size: 6.4vw;
  }
}
.plan .txt-wrap .sub-txt {
  font-size: 1.1428571429vw;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .plan .txt-wrap .sub-txt {
    font-size: 4vw;
    line-height: 1;
    display: block;
  }
}
.plan .img-wrap .case-list {
  display: flex;
  gap: 1.4285714286vw;
  margin-top: 1.0714285714vw;
}
@media screen and (max-width: 767px) {
  .plan .img-wrap .case-list {
    flex-direction: column;
    gap: 2.6666666667vw;
    margin-top: 4vw;
  }
}
.plan .img-wrap .case-list_item {
  font-size: 0.7142857143vw;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .plan .img-wrap .case-list_item {
    font-size: 3.2vw;
  }
}
.plan .img-wrap .case-list_item:before {
  content: "";
  width: 0.8571428571vw;
  height: 0.8571428571vw;
  margin-right: 0.2857142857vw;
  border-radius: 1px;
}
@media screen and (max-width: 767px) {
  .plan .img-wrap .case-list_item:before {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    margin-right: 1.0666666667vw;
  }
}
.plan .img-wrap .case-list_item:first-child:before {
  background-color: #fbe23e;
}
.plan .img-wrap .case-list_item:last-child:before {
  background-color: #9f9080;
}
.plan .plan-arrow_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .plan .plan-arrow_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 9.3333333333vw;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}
.plan .slick-arrow {
  width: 3.5714285714vw;
  height: 3.5714285714vw;
  background-color: #7c7c7c;
  border-radius: 50%;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.1));
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .plan .slick-arrow {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    background-color: transparent;
    border-radius: 0;
    filter: none;
    order: 3;
  }
}
.plan .slick-arrow:before {
  content: "";
  width: 1.0714285714vw;
  height: 1.0714285714vw;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: calc(50% - 0.2142857143vw);
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .plan .slick-arrow:before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    border-color: #323333;
    top: 0;
    left: 0;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  .plan .slick-arrow.prev-arrow {
    order: 1;
  }
}
.plan .slick-arrow.prev-arrow:before {
  left: calc(50% + 0.2142857143vw);
  transform: translate(-50%, -50%) rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .plan .slick-arrow.prev-arrow:before {
    left: 0;
    transform: rotate(-135deg);
  }
}
@media screen and (max-width: 767px) {
  .plan .slick-dots {
    width: auto;
    display: flex;
    position: relative;
    bottom: auto;
    order: 2;
  }
  .plan .slick-dots li {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    display: flex;
    margin: 0 2.1333333333vw;
  }
  .plan .slick-dots li button {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    font-size: 0;
  }
  .plan .slick-dots li button:before {
    content: "";
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    display: block;
    border: 1px solid #323333;
    border-radius: 50%;
    opacity: 1;
  }
  .plan .slick-dots li.slick-active button:before {
    background-color: #323333;
  }
}

.flow {
  padding-top: 7.8571428571vw;
  padding-bottom: 9.2857142857vw;
}
@media screen and (max-width: 767px) {
  .flow {
    padding-top: 21.3333333333vw;
    padding-bottom: 15.4666666667vw;
  }
}
.flow .btn-toggle_wrap {
  margin-top: 5.7142857143vw;
}
@media screen and (max-width: 767px) {
  .flow .btn-toggle_wrap {
    margin-top: 20vw;
  }
}
.flow .toggle-ttl {
  font-size: 1.1428571429vw;
  text-align: center;
  letter-spacing: 0.12em;
  text-indent: 0.12em;
}
@media screen and (max-width: 767px) {
  .flow .toggle-ttl {
    font-size: 4.2666666667vw;
  }
}
.flow .flow-list {
  display: flex;
  justify-content: center;
  gap: 1.2857142857vw;
}
@media screen and (max-width: 767px) {
  .flow .flow-list {
    display: none;
  }
}
.flow .flow-list_item {
  width: 4.5714285714vw;
  height: 14.2857142857vw;
  font-size: 1vw;
  font-weight: 400;
  color: #232323;
  text-align: center;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #565656;
  writing-mode: vertical-rl;
  position: relative;
  cursor: default;
  transition: all ease-out 0.1s;
}
.flow .flow-list_item:hover {
  color: #fff;
  background-color: #565656;
}
.flow .flow-list_item:after {
  content: "";
  width: 0.4285714286vw;
  height: 1.8557687224vw;
  background: #7c7c7c;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  right: -0.9285714286vw;
  transform: translate(0, -50%);
}
.flow .flow-list_item span {
  font-size: 0.7142857143vw;
}
.flow .flow-list_item:last-child:after {
  content: none;
}
.flow .flow-ari .flow-list_item:nth-child(3), .flow .flow-ari .flow-list_item:nth-child(5), .flow .flow-ari .flow-list_item:nth-child(6), .flow .flow-ari .flow-list_item:nth-child(7), .flow .flow-ari .flow-list_item:nth-child(8), .flow .flow-ari .flow-list_item:last-child {
  border-color: #fbe23e;
}
.flow .flow-ari .flow-list_item:nth-child(3):hover, .flow .flow-ari .flow-list_item:nth-child(5):hover, .flow .flow-ari .flow-list_item:nth-child(6):hover, .flow .flow-ari .flow-list_item:nth-child(7):hover, .flow .flow-ari .flow-list_item:nth-child(8):hover, .flow .flow-ari .flow-list_item:last-child:hover {
  color: #232323;
  background-color: #fbe23e;
}
.flow .flow-area {
  width: 57.1428571429vw;
  min-height: 16.4285714286vw;
  margin: 3.4285714286vw auto 0;
  padding: 3.5714285714vw 5vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow .flow-area {
    display: none;
  }
}
.flow .flow-area:before, .flow .flow-area:after {
  content: "";
  width: 3.5714285714vw;
  height: 3.5714285714vw;
  position: absolute;
}
.flow .flow-area:before {
  border-top: 1px solid #565656;
  border-left: 1px solid #565656;
  top: 0;
  left: 0;
}
.flow .flow-area:after {
  border-right: 1px solid #565656;
  border-bottom: 1px solid #565656;
  right: 0;
  bottom: 0;
}
.flow .ttl-h3 {
  font-size: 1.4285714286vw;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.18em;
  margin-bottom: 2.1428571429vw;
}
.flow .lead-txt {
  font-size: 0.8571428571vw;
  line-height: 2.25;
  letter-spacing: 0.04em;
}
.flow .btn-insurance {
  width: 21.8571428571vw;
  height: 3.5714285714vw;
  font-size: 1vw;
  color: #fff;
  letter-spacing: 0.04em;
  text-indent: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6.4285714286vw auto 0;
  background-color: #7878c7;
  border-radius: 0.1428571429vw;
  position: relative;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px) {
  .flow .btn-insurance {
    width: 100%;
    height: 12.8vw;
    font-size: 3.7333333333vw;
    border-radius: 0.5333333333vw;
  }
}
.flow .btn-insurance:after {
  content: "";
  width: 1.0714285714vw;
  height: 1.0714285714vw;
  background-image: url(/assets/img/floor/icon-link.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: 1.4285714286vw;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .flow .btn-insurance:after {
    width: 4vw;
    height: 4vw;
    right: 4.8vw;
  }
}
.flow .flow-item_wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .flow .flow-item_wrap {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .flow .flow-item {
    margin-bottom: 4.2666666667vw;
    position: relative;
  }
  .flow .flow-item:after {
    content: "";
    width: 8.5333333333vw;
    height: 2.3094010768vw;
    background: #7c7c7c;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    bottom: -3.4666666667vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .flow .flow-item:last-of-type {
    margin-bottom: 0;
  }
  .flow .flow-item:last-of-type:after {
    content: none;
  }
  .flow .flow-ttl {
    height: 13.3333333333vw;
    font-size: 3.7333333333vw;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #565656;
    position: relative;
    transition: all ease-out 0.3s;
  }
  .flow .flow-ttl:after {
    content: "";
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-right: 1px solid #565656;
    border-bottom: 1px solid #565656;
    position: absolute;
    top: 50%;
    right: 4.5333333333vw;
    transform: translate(0, -50%) rotate(45deg);
    transition: all ease-out 0.3s;
  }
  .flow .flow-ttl span {
    font-size: 3.2vw;
  }
  .flow .flow-ttl._open {
    color: #fff;
    background-color: #565656;
  }
  .flow .flow-ttl._open:after {
    border-color: #fff;
    transform: translate(0, -50%) rotate(-45deg);
  }
  .flow .flow-txt {
    font-size: 3.2vw;
    line-height: 1.9;
    text-align: justify;
    letter-spacing: 0.04em;
    padding: 8vw;
    border: 1px solid #565656;
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .flow .flow-ari .flow-item:nth-of-type(3) .flow-ttl, .flow .flow-ari .flow-item:nth-of-type(5) .flow-ttl, .flow .flow-ari .flow-item:nth-of-type(6) .flow-ttl, .flow .flow-ari .flow-item:nth-of-type(7) .flow-ttl, .flow .flow-ari .flow-item:nth-of-type(9) .flow-ttl, .flow .flow-ari .flow-item:last-of-type .flow-ttl {
    border: 2px solid #ffe000;
  }
  .flow .flow-ari .flow-item:nth-of-type(3) .flow-ttl._open, .flow .flow-ari .flow-item:nth-of-type(5) .flow-ttl._open, .flow .flow-ari .flow-item:nth-of-type(6) .flow-ttl._open, .flow .flow-ari .flow-item:nth-of-type(7) .flow-ttl._open, .flow .flow-ari .flow-item:nth-of-type(9) .flow-ttl._open, .flow .flow-ari .flow-item:last-of-type .flow-ttl._open {
    color: #232323;
    background-color: #ffe000;
  }
  .flow .flow-ari .flow-item:nth-of-type(3) .flow-ttl._open:after, .flow .flow-ari .flow-item:nth-of-type(5) .flow-ttl._open:after, .flow .flow-ari .flow-item:nth-of-type(6) .flow-ttl._open:after, .flow .flow-ari .flow-item:nth-of-type(7) .flow-ttl._open:after, .flow .flow-ari .flow-item:nth-of-type(9) .flow-ttl._open:after, .flow .flow-ari .flow-item:last-of-type .flow-ttl._open:after {
    border-color: #232323;
  }
  .flow .flow-ari .flow-item:nth-of-type(3) .flow-txt, .flow .flow-ari .flow-item:nth-of-type(5) .flow-txt, .flow .flow-ari .flow-item:nth-of-type(6) .flow-txt, .flow .flow-ari .flow-item:nth-of-type(7) .flow-txt, .flow .flow-ari .flow-item:nth-of-type(9) .flow-txt, .flow .flow-ari .flow-item:last-of-type .flow-txt {
    border-color: #ffe000;
  }
}

.btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.7857142857vw auto 2.8571428571vw;
}
@media screen and (max-width: 767px) {
  .btn-wrap {
    margin: 5.3333333333vw auto 10.6666666667vw;
  }
}
.btn-wrap .toggle-btn_txt {
  font-size: 1.2857142857vw;
  color: #3f3f3f;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .btn-wrap .toggle-btn_txt {
    font-size: 3.7333333333vw;
  }
}

.toggle-button-4 {
  width: 7.4285714286vw;
  height: 2.5714285714vw;
  display: flex;
  align-items: center;
  margin: 0 1.2857142857vw;
  border-radius: 1.2857142857vw;
  background: #FFD200;
  background: linear-gradient(45deg, rgb(255, 210, 0) 0%, rgb(255, 238, 0) 50%, rgb(255, 210, 0) 100%);
  position: relative;
  cursor: pointer;
  transition: background-color 0.4s;
}
@media screen and (max-width: 767px) {
  .toggle-button-4 {
    width: 27.7333333333vw;
    height: 9.6vw;
    margin: 0 4.8vw;
    border-radius: 4.8vw;
  }
}

.toggle-button-4::before {
  content: "";
  width: 2.5714285714vw;
  height: 2.5714285714vw;
  background: #C4C4C4;
  background: linear-gradient(-45deg, rgb(196, 196, 196) 0%, rgb(133, 133, 133) 100%);
  border-radius: 50%;
  position: absolute;
  left: 0;
  transition: left 0.4s;
  filter: drop-shadow(6px 6px 4px rgba(139, 139, 139, 0.2));
}
@media screen and (max-width: 767px) {
  .toggle-button-4::before {
    width: 9.6vw;
    height: 9.6vw;
  }
}

.toggle-button-4:has(:checked)::before {
  left: 4.8571428571vw;
}
@media screen and (max-width: 767px) {
  .toggle-button-4:has(:checked)::before {
    left: 18.1333333333vw;
  }
}

.toggle-button-4 input {
  display: none;
}

.flow-wrap {
  display: none;
}

.flow-nashi {
  display: block;
}

.hover-balloon {
  display: none;
}

.faq {
  padding-top: 11.4285714286vw;
  padding-bottom: 20.7142857143vw;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .faq {
    padding-top: 18.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  .faq .base {
    padding: 0 6.6666666667vw;
  }
}
.faq .faq-wrap {
  width: 70vw;
  margin: 5.3571428571vw auto 0;
  padding: 6.4285714286vw 6.4285714286vw 8.5714285714vw;
  background-color: #f9f9f9;
  border-radius: 0.7142857143vw;
}
@media screen and (max-width: 767px) {
  .faq .faq-wrap {
    width: 100%;
    margin: 13.3333333333vw auto 0;
    padding: 9.3333333333vw 5.3333333333vw;
  }
}
.faq .p-faq {
  padding-bottom: 0;
  border-bottom: none;
}
.faq .p-faq-block {
  margin: 0;
  border-bottom: 1px solid #4d4d4d;
}
.faq .p-faq-block:first-of-type {
  border-top: 1px solid #4d4d4d;
}
.faq .faq-list, .faq .p-faq-wrap {
  margin-bottom: 2.5vw;
  padding-bottom: 2.5vw;
  border-bottom: 1px solid #4d4d4d;
}
@media screen and (max-width: 767px) {
  .faq .faq-list, .faq .p-faq-wrap {
    margin-bottom: 8vw;
    padding-bottom: 8vw;
  }
}
.faq .faq-list:last-of-type, .faq .p-faq-wrap:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.faq .faq-list:last-of-type, .faq .p-faq-wrap:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.faq .faq-ttl, .faq .p-faq__question {
  font-size: 1.4285714286vw;
  line-height: 1.8;
  font-weight: normal;
  color: #4d4d4d;
  margin-bottom: 1.4285714286vw;
  padding-top: 0;
  padding-left: 3.0714285714vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq .faq-ttl, .faq .p-faq__question {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
    padding-left: 8vw;
  }
}
.faq .faq-ttl:before, .faq .p-faq__question:before {
  content: "Q";
  font-size: 1.4285714286vw;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Noto Sans JP", serif, sans-serif;
  line-height: 1.8;
  position: absolute;
  top: 0;
  left: 0.3571428571vw;
}
@media screen and (max-width: 767px) {
  .faq .faq-ttl:before, .faq .p-faq__question:before {
    top: -2.1333333333vw;
    font-size: 5.3333333333vw;
  }
}
.faq .faq-txt, .faq .p-faq__answer {
  font-size: 1.2142857143vw;
  line-height: 1.65;
  text-align: justify;
  color: #4d4d4d;
  margin-top: 0;
  padding-left: 3.0714285714vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq .faq-txt, .faq .p-faq__answer {
    font-size: 3.2vw;
    padding-left: 8vw;
  }
}
.faq .faq-txt:before, .faq .p-faq__answer:before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0.3571428571vw;
}
@media screen and (max-width: 767px) {
  .faq .faq-txt:before, .faq .p-faq__answer:before {
    font-size: 5.8666666667vw;
    top: -2.1333333333vw;
    left: 1.3333333333vw;
  }
}
.faq .p-faq__item {
  padding: 0;
}

.footer__info {
  display: block;
}

footer a {
  color: #fff;
}
footer a:visited {
  color: #fff;
}

.btn__top {
  width: 2.5714285714vw;
  height: 2.5714285714vw;
  position: fixed;
  right: 11.4285714286vw;
}
.btn__top:after {
  content: "";
  width: 100%;
  height: 100%;
  border-left: 2px solid #323333;
  border-top: 2px solid #323333;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
}/*# sourceMappingURL=main.css.map */