@charset "UTF-8";
.other .item p::before, .support .steps p::before, .support .inner .item .text p::before, .reason .item .text::before, .reason hgroup .title::before,
.support hgroup .title::before, .modelhouse .item .text p::before, .reservePresent .note::before, .hero .present .catch .line--02::before, .hero .text p::before, .other .item p::after, .support .steps p::after, .support .inner .item .text p::after, .reason .item .text::after, .reason hgroup .title::after,
.support hgroup .title::after, .modelhouse .item .text p::after, .reservePresent .note::after, .hero .present .catch .line--02::after, .hero .text p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.other .item p::before, .support .steps p::before, .support .inner .item .text p::before, .reason .item .text::before, .reason hgroup .title::before,
.support hgroup .title::before, .modelhouse .item .text p::before, .reservePresent .note::before, .hero .present .catch .line--02::before, .hero .text p::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
.other .item p::after, .support .steps p::after, .support .inner .item .text p::after, .reason .item .text::after, .reason hgroup .title::after,
.support hgroup .title::after, .modelhouse .item .text p::after, .reservePresent .note::after, .hero .present .catch .line--02::after, .hero .text p::after {
  margin-top: calc((1em - 1lh) / 2);
}

html {
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
p,
figure {
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}
ol li,
ul li {
  list-style: none;
}

h1 .picture {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

body {
  color: #323232;
  font-feature-settings: "palt";
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 4.2666666667vw;
    line-height: 1.5625;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp {
    display: revert;
  }
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}

.fadeIn {
  opacity: 0;
}
.fadeIn.scrollIn {
  opacity: 1;
  transition: 1.2s;
  transition-property: opacity;
}

.fadeUp {
  opacity: 0;
  translate: 0 50px 0;
}
@media screen and (max-width: 750px) {
  .fadeUp {
    translate: 0 6.6666666667vw;
  }
}
.fadeUp.scrollIn {
  opacity: 1;
  translate: 0 0 0;
  transition: 1.2s;
  transition-property: opacity, translate;
}

.fadeDown {
  opacity: 0;
  translate: 0 -50px 0;
}
@media screen and (max-width: 750px) {
  .fadeDown {
    translate: 0 -6.6666666667vw;
  }
}
.fadeDown.scrollIn {
  opacity: 1;
  translate: 0 0 0;
  transition: 1.2s;
  transition-property: opacity, translate;
}

.slideInFromLeft {
  opacity: 0;
  translate: -100% 0 0;
}
.slideInFromLeft.scrollIn {
  opacity: 1;
  translate: 0 0 0;
  transition: 1.2s;
  transition-property: opacity, translate;
}

.slideInFromRight {
  opacity: 0;
  translate: 100% 0 0;
}
.slideInFromRight.scrollIn {
  opacity: 1;
  translate: 0 0 0;
  transition: 1.2s;
  transition-property: opacity, translate;
}

@keyframes ticker {
  from {
    translate: 0 0 0;
  }
  to {
    translate: -50% 0 0;
  }
}
.btn--reserve,
.btn--sticky {
  display: grid;
  place-items: center;
  background: #d24646;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-decoration: none;
  transition: background-color 0.4s;
}
@media screen and (min-width: 751px) {
  .btn--reserve:hover,
  .btn--sticky:hover {
    background-color: rgba(210, 70, 70, 0.7);
  }
}

.btn--reserve {
  width: 480px;
  height: 80px;
  background-image: url(../img/arw01.svg);
  background-position: calc(100% - 30px) 50%;
  background-size: 10px auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .btn--reserve {
    width: 76.8vw;
    height: 15.4666666667vw;
    background-position: calc(100% - 4.6666666667vw) 50%;
    background-size: 1.7333333333vw auto;
  }
}

.btn--sticky {
  width: 60px;
  height: 280px;
  position: fixed;
  top: calc(50% - 140px);
  right: 0;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 750px) {
  .btn--sticky {
    width: 100%;
    height: 16vw;
    top: auto;
    bottom: 0;
    writing-mode: horizontal-tb;
    font-size: 4.8vw;
    translate: 0 100% 0;
    transition: translate 0.4s;
  }
  .btn--sticky.active {
    translate: 0 0 0;
  }
}

.pageHeader {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.pageHeader .logo {
  width: 104px;
  margin: 23px 0 0 25px;
}
@media screen and (max-width: 750px) {
  .pageHeader .logo {
    width: 23.0666666667vw;
    margin: 2.6666666667vw 0 0 2.6666666667vw;
  }
}

.hero,
.reservePresent {
  background: linear-gradient(90deg, #fcf4eb 50%, #fceee0 50%) 50% 0/14px repeat;
}
@media screen and (max-width: 750px) {
  .hero,
  .reservePresent {
    background-size: 1.8666666667vw;
  }
}

.hero {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 1fr;
}
.hero .image {
  grid-row: 1/2;
  grid-column: 1/2;
}
.hero .image img {
  width: 100%;
}
.hero .text {
  grid-row: 1/2;
  grid-column: 1/2;
  padding: 310px 50px 0;
}
@media screen and (max-width: 750px) {
  .hero .text {
    padding: 57.3333333333vw 0 0;
  }
}
.hero .text .title {
  width: 66.875%;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 1.2s;
}
@media screen and (max-width: 750px) {
  .hero .text .title {
    width: 83.7333333333vw;
  }
}
.hero .text .title.ready {
  opacity: 1;
}
.hero .text p {
  padding: 80px 0;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .hero .text p {
    padding: 21.3333333333vw 0;
    font-size: 5.0666666667vw;
    line-height: 1.6842105263;
  }
}
.hero .present {
  grid-row: 2/3;
  grid-column: 1/2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  height: 140px;
  clip-path: inset(-20px 100% -20px 1px);
}
@media screen and (max-width: 750px) {
  .hero .present {
    gap: 1;
    height: 31.6vw;
  }
}
.hero .present .catch {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #fff;
  font-weight: 600;
  /*white-space: nowrap;*/
}
@media screen and (max-width: 750px) {
  .hero .present .catch {
    gap: 2.1333333333vw;
    text-align: left;
  }
}
.hero .present .catch .line--01 {
  font-size: 26px;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .hero .present .catch .line--01 {
    font-size: 3.0666666667vw;
  }
}
.hero .present .catch .line--02 {
  font-size: 32px;
}
@media screen and (max-width: 750px) {
  .hero .present .catch .line--02 {
    font-size: 6.1333333333vw;
    line-height: 1.1739130435;
  }
}
.hero .present .image {
  width: 160px;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .hero .present .image {
    width: 31.3333333333vw;
    translate: 3% -1.5%;
  }
}
.hero .present.scrollIn {
  background: linear-gradient(90deg, #eb7848, #fcb153);
  clip-path: inset(-30px 0);
  transition: clip-path 1.2s ease-out;
  position: relative;
}
.hero .present.scrollIn .image {
  opacity: 1;
  transition: opacity 1.2s 1.2s;
  position: relative;
  right: 0;
  bottom: -30px;
}
@media screen and (max-width: 750px) {
  .hero .present.scrollIn .image {
    right: inherit;
    bottom: inherit;
    position: inherit;
  }
}

.reservePresent {
  padding: 160px 100px;
}
@media screen and (max-width: 750px) {
  .reservePresent {
    padding: 21.3333333333vw 2.6666666667vw;
  }
}
.reservePresent .panel {
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .reservePresent .panel {
    display: block;
  }
}
.reservePresent .panel .title {
  width: 365px;
  position: absolute;
  top: -14px;
  left: 28px;
}
@media screen and (max-width: 750px) {
  .reservePresent .panel .title {
    width: 75.3333333333vw;
    margin: 0 auto;
    position: relative;
    top: -2.6666666667vw;
    left: 0;
  }
}
.reservePresent .note {
  max-width: 1300px;
  margin: 0 auto;
  padding: 8px 0 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .reservePresent .note {
    padding: 1.3333333333vw 0 0;
    font-size: 2.4vw;
    line-height: 1.2222222222;
    text-align: left;
  }
}
.reservePresent .btn--reserve {
  margin: 50px auto 0;
}
@media screen and (max-width: 750px) {
  .reservePresent .btn--reserve {
    margin: 6.6666666667vw auto 0;
  }
}

.search {
  padding: 160px 0;
  background: linear-gradient(90deg, #eb7848, #fcb153);
}
@media screen and (max-width: 750px) {
  .search {
    padding: 21.3333333333vw 6.6666666667vw;
  }
}
.search hgroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 750px) {
  .search hgroup {
    gap: 2.6666666667vw;
  }
}
.search hgroup .title {
  width: 391px;
}
@media screen and (max-width: 750px) {
  .search hgroup .title {
    width: 76vw;
  }
  .search hgroup .title img {
    width: 100%;
  }
}
.search hgroup p {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .search hgroup p {
    font-size: 8.5333333333vw;
  }
}
.search .list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 44px;
  margin: 80px 0 0;
}
@media screen and (max-width: 750px) {
  .search .list {
    display: block;
    margin: 10.6666666667vw 0 0;
  }
}
.search .list .map {
  width: 391px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .search .list .map {
    display: none;
  }
}
.search .list .map .pins li {
  width: 20px;
  height: 30px;
  position: absolute;
  top: calc(var(--y) * 1%);
  left: calc(var(--x) * 1%);
  background: url(../img/pin.svg) center/contain no-repeat;
  opacity: 0;
  transition: opacity 0.4s;
}
.search .list .data {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 504px;
}
@media screen and (max-width: 750px) {
  .search .list .data {
    gap: 6.6666666667vw 4vw;
    width: auto;
  }
}
.search .list .data li.col1 {
  width: 93px;
}
@media screen and (max-width: 750px) {
  .search .list .data li.col1 {
    width: 28.4vw;
  }
}
.search .list .data li.col2 {
  width: 189px;
}
@media screen and (max-width: 750px) {
  .search .list .data li.col2 {
    width: 57.4666666667vw;
  }
}
.search .list .data li.col3 {
  width: 285px;
}
@media screen and (max-width: 750px) {
  .search .list .data li.col3 {
    width: 86.5333333333vw;
  }
}
.search .list .data li dl {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 750px) {
  .search .list .data li dl {
    gap: 0.6666666667vw;
  }
}
.search .list .data li dl dt {
  color: #fff;
  font-size: 13px;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .search .list .data li dl dt {
    font-size: 3.7333333333vw;
  }
}
.search .list .data li dl div {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
@media screen and (max-width: 750px) {
  .search .list .data li dl div {
    gap: 0.6666666667vw;
  }
}
.search .list .data li dl dd {
  width: 93px;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .search .list .data li dl dd {
    width: 28.4vw;
  }
}
.search .list .data li dl a {
  display: grid;
  height: 37px;
  place-items: center;
  background: #fff;
  color: inherit;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color 0.4s;
}
@media screen and (max-width: 750px) {
  .search .list .data li dl a {
    height: 11.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.search .list .data li dl a:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.search .list:has(.data [data-loc=hokkaido]:hover) .map [data-loc=hokkaido] {
  opacity: 1;
}
.search .list:has(.data [data-loc=miyagi]:hover) .map [data-loc=miyagi] {
  opacity: 1;
}
.search .list:has(.data [data-loc=ibaraki]:hover) .map [data-loc=ibaraki] {
  opacity: 1;
}
.search .list:has(.data [data-loc=tochigi]:hover) .map [data-loc=tochigi] {
  opacity: 1;
}
.search .list:has(.data [data-loc=gunma]:hover) .map [data-loc=gunma] {
  opacity: 1;
}
.search .list:has(.data [data-loc=saitama]:hover) .map [data-loc=saitama] {
  opacity: 1;
}
.search .list:has(.data [data-loc=chiba]:hover) .map [data-loc=chiba] {
  opacity: 1;
}
.search .list:has(.data [data-loc=tokyo]:hover) .map [data-loc=tokyo] {
  opacity: 1;
}
.search .list:has(.data [data-loc=kanagawa]:hover) .map [data-loc=kanagawa] {
  opacity: 1;
}
.search .list:has(.data [data-loc=shizuoka]:hover) .map [data-loc=shizuoka] {
  opacity: 1;
}
.search .list:has(.data [data-loc=aichi]:hover) .map [data-loc=aichi] {
  opacity: 1;
}
.search .list:has(.data [data-loc=niigata]:hover) .map [data-loc=niigata] {
  opacity: 1;
}
.search .list:has(.data [data-loc=toyama]:hover) .map [data-loc=toyama] {
  opacity: 1;
}
.search .list:has(.data [data-loc=ishikawa]:hover) .map [data-loc=ishikawa] {
  opacity: 1;
}
.search .list:has(.data [data-loc=fukui]:hover) .map [data-loc=fukui] {
  opacity: 1;
}
.search .list:has(.data [data-loc=nagano]:hover) .map [data-loc=nagano] {
  opacity: 1;
}
.search .list:has(.data [data-loc=shiga]:hover) .map [data-loc=shiga] {
  opacity: 1;
}
.search .list:has(.data [data-loc=osaka]:hover) .map [data-loc=osaka] {
  opacity: 1;
}
.search .list:has(.data [data-loc=hyogo]:hover) .map [data-loc=hyogo] {
  opacity: 1;
}
.search .list:has(.data [data-loc=hiroshima]:hover) .map [data-loc=hiroshima] {
  opacity: 1;
}
.search .list:has(.data [data-loc=fukuoka]:hover) .map [data-loc=fukuoka] {
  opacity: 1;
}
.search .list:has(.data [data-loc=nagasaki]:hover) .map [data-loc=nagasaki] {
  opacity: 1;
}
.search .list:has(.data [data-loc=oita]:hover) .map [data-loc=oita] {
  opacity: 1;
}

.award {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .award {
    display: block;
  }
}
.award .text {
  width: 45.6875%;
}
@media screen and (max-width: 750px) {
  .award .text {
    width: auto;
  }
}
.award .image {
  width: 54.3125%;
}
@media screen and (max-width: 750px) {
  .award .image {
    width: auto;
  }
}
.award img {
  width: 100%;
}

.modelhouse {
  padding: 160px 100px;
  background: url(../img/modelhouse-bg01.webp) center/cover no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .modelhouse {
    padding: 21.3333333333vw 2.6666666667vw;
    background-image: url(../img/modelhouse-bg01_sp.webp);
  }
}
.modelhouse hgroup {
  display: flex;
  flex-direction: column;
  gap: 160px;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .modelhouse hgroup {
    gap: 21.3333333333vw;
  }
}
.modelhouse hgroup .title {
  width: 712px;
}
@media screen and (max-width: 750px) {
  .modelhouse hgroup .title {
    width: 69.3333333333vw;
  }
}
.modelhouse hgroup p {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .modelhouse hgroup p {
    gap: 2.2666666667vw;
    font-size: 8.5333333333vw;
    line-height: 1.15625;
  }
}
.modelhouse hgroup p span {
  padding: 0 22px;
  background: linear-gradient(90deg, #eb7848, #fcb153);
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
}
@media screen and (max-width: 750px) {
  .modelhouse hgroup p span {
    padding: 0 4vw;
    font-size: 3.7333333333vw;
    line-height: 7.0666666667vw;
  }
}
.modelhouse .item {
  display: grid;
  max-width: 1300px;
  margin: 50px auto 0;
}
@media screen and (max-width: 750px) {
  .modelhouse .item {
    display: block;
    margin: 10.6666666667vw 0 0;
  }
}
.modelhouse .item .image {
  grid-area: 1/1;
  width: 680px;
  width: 52.3076923077%;
}
@media screen and (max-width: 750px) {
  .modelhouse .item .image {
    width: auto;
  }
}
.modelhouse .item .text {
  grid-area: 1/1;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  box-sizing: border-box;
  width: 530px;
  max-width: 65%;
  height: 240px;
  padding: 0 40px;
  position: relative;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 750px) {
  .modelhouse .item .text {
    gap: 3.3333333333vw;
    width: 86.6666666667vw;
    max-width: none;
    height: 50.6666666667vw;
    margin-top: -4vw;
    padding: 0 8vw;
    position: relative;
  }
}
.modelhouse .item .text .sTitle {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .modelhouse .item .text .sTitle {
    font-size: 5.3333333333vw;
  }
}
.modelhouse .item:nth-of-type(odd) .image {
  justify-self: end;
}
.modelhouse .item:nth-of-type(odd) .text {
  justify-self: start;
  margin-inline-start: 148px;
  margin-inline-start: 11.3846153846%;
}
@media screen and (max-width: 750px) {
  .modelhouse .item:nth-of-type(odd) .text {
    margin-left: -2.6666666667vw;
    margin-right: auto;
  }
}
.modelhouse .item:nth-of-type(even) .image {
  justify-self: start;
}
.modelhouse .item:nth-of-type(even) .text {
  justify-self: end;
  margin-inline-end: 148px;
  margin-inline-end: 11.3846153846%;
}
@media screen and (max-width: 750px) {
  .modelhouse .item:nth-of-type(even) .text {
    margin-left: -2.6666666667vw;
    margin-right: auto;
  }
}

.reason,
.support {
  padding: 160px 50px;
  background: center/cover no-repeat;
}
@media screen and (max-width: 750px) {
  .reason,
  .support {
    padding: 21.3333333333vw 2.6666666667vw;
  }
}
.reason hgroup,
.support hgroup {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.reason hgroup p,
.support hgroup p {
  padding: 0 22px;
  background: linear-gradient(90deg, #eb7848, #fcb153);
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
}
@media screen and (max-width: 750px) {
  .reason hgroup p,
  .support hgroup p {
    padding: 0 2.9333333333vw;
    font-size: 3.7333333333vw;
    line-height: 7.0666666667vw;
  }
}
.reason hgroup .title,
.support hgroup .title {
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .reason hgroup .title,
  .support hgroup .title {
    font-size: 8.5333333333vw;
    line-height: 1.15625;
    text-align: center;
  }
}

.reason {
  background-image: url(../img/reason-bg01.webp);
}
@media screen and (max-width: 750px) {
  .reason {
    background-image: url(../img/reason-bg01_sp.webp);
  }
}
.reason hgroup + .item {
  margin-top: 50px;
}
.reason .item {
  box-sizing: border-box;
  max-width: 1000px;
  margin: 80px auto 0;
  padding: 80px 50px;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .reason .item {
    margin: 21.3333333333vw 0 0;
    padding: 21.3333333333vw 8vw;
  }
}
.reason .item .inner {
  display: grid;
  grid-template-rows: repeat(3, auto);
  gap: 30px;
}
@media screen and (max-width: 750px) {
  .reason .item .inner {
    display: flex;
    flex-direction: column;
    gap: 10.6666666667vw;
  }
}
.reason .item .num {
  position: absolute;
  top: -28px;
}
@media screen and (max-width: 750px) {
  .reason .item .num {
    top: -7.4666666667vw;
  }
  .reason .item .num img {
    width: 100%;
  }
}
.reason .item hgroup {
  grid-row: 1/2;
  grid-column: 1/3;
  gap: 10px;
}
@media screen and (max-width: 750px) {
  .reason .item hgroup {
    gap: 2.6666666667vw;
    margin: 0 -8vw;
  }
}
.reason .item hgroup .sTitle {
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .reason .item hgroup .sTitle {
    font-size: 7.2vw;
  }
}
.reason .item hgroup p {
  padding: 0;
  background: transparent;
  color: #984924;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .reason .item hgroup p {
    font-size: 4.5333333333vw;
  }
}
.reason .item .text,
.reason .item .image {
  grid-row: 2/3;
}
@media screen and (max-width: 750px) {
  .reason .item .image {
    width: 61.3333333333vw;
    align-self: center;
  }
}
.reason .item .text p {
  text-indent: 1em;
}
.reason .item .text strong {
  color: #984924;
  font-weight: 600;
}
.reason .item .catch {
  grid-row: 3/4;
  grid-column: 1/3;
  border-top: 1px solid #e2ccc1;
  border-bottom: 1px solid #e2ccc1;
  padding: 10px 0;
  color: #984924;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .reason .item .catch {
    padding: 5.3333333333vw 0;
    font-size: 4.2666666667vw;
    line-height: 1.5625;
  }
}
.reason .item--01, .reason .item--03 {
  grid-template-columns: 250px 1fr;
}
.reason .item--01 .image, .reason .item--03 .image {
  grid-column: 1/2;
}
.reason .item--01 .text, .reason .item--03 .text {
  grid-column: 2/3;
}
.reason .item--01 .num {
  width: 132px;
  right: 47px;
}
@media screen and (max-width: 750px) {
  .reason .item--01 .num {
    width: 25.2vw;
    right: 8.8vw;
  }
}
.reason .item--02 {
  grid-template-columns: 1fr 250px;
}
.reason .item--02 .num {
  width: 142px;
  left: 45px;
}
@media screen and (max-width: 750px) {
  .reason .item--02 .num {
    width: 27.2vw;
    left: 8.1333333333vw;
  }
}
.reason .item--02 .image {
  grid-column: 2/3;
}
.reason .item--02 .text {
  grid-column: 1/2;
}
.reason .item--03 .num {
  width: 132px;
  right: 37px;
}
@media screen and (max-width: 750px) {
  .reason .item--03 .num {
    width: 27.0666666667vw;
    right: 7.0666666667vw;
  }
}

.slider {
  overflow: hidden;
}
.slider .inner {
  display: flex;
  width: 10080px;
  animation: ticker 60s linear infinite;
}
@media screen and (max-width: 750px) {
  .slider .inner {
    width: 1514.6666666667vw;
  }
}
.slider .group {
  display: flex;
  gap: 10px;
  box-sizing: border-box;
  width: 5040px;
  padding-right: 10px;
}
@media screen and (max-width: 750px) {
  .slider .group {
    gap: 1.3333333333vw;
    width: 757.3333333333vw;
    padding-right: 1.3333333333vw;
  }
}
.slider .image {
  display: grid;
  width: 620px;
}
@media screen and (max-width: 750px) {
  .slider .image {
    width: 93.3333333333vw;
  }
}
.slider .image img {
  grid-area: 1/1;
}
.slider .image figcaption {
  align-self: flex-end;
  grid-area: 1/1;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 14px;
  padding: 8px 6px;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .slider .image figcaption {
    font-size: 2.1333333333vw;
    padding: 1.0666666667vw;
  }
}

.support {
  background-image: url(../img/support-bg.webp);
}
@media screen and (max-width: 750px) {
  .support {
    background-image: url(../img/support-bg_sp.webp);
  }
}
.support .inner {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 50px 0 0;
}
@media screen and (max-width: 750px) {
  .support .inner {
    flex-direction: column;
    gap: 10.6666666667vw;
    margin: 10.6666666667vw 0 0;
  }
}
.support .inner .item {
  width: 420px;
}
@media screen and (max-width: 750px) {
  .support .inner .item {
    width: auto;
  }
}
.support .inner .item .text {
  margin: 20px 0 0;
}
@media screen and (max-width: 750px) {
  .support .inner .item .text {
    margin: 4vw 0 0;
  }
}
.support .inner .item .text .sTitle {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .support .inner .item .text .sTitle {
    font-size: 5.3333333333vw;
  }
}
.support .inner .item .text p {
  padding: 12px 0 0;
}
@media screen and (max-width: 750px) {
  .support .inner .item .text p {
    padding: 2.6666666667vw 0 0;
  }
}
.support .inner .item .text .btn--reserve {
  width: auto;
  height: 60px;
  margin: 20px 0 0;
  background-color: #646464;
}
@media screen and (max-width: 750px) {
  .support .inner .item .text .btn--reserve {
    width: 76.8vw;
    height: 15.4666666667vw;
    margin: 6.6666666667vw auto 0;
  }
}
.support .inner .item .text .btn--reserve:hover {
  background-color: rgba(100, 100, 100, 0.7);
}
.support .steps {
  margin: 100px 0 0;
}
@media screen and (max-width: 750px) {
  .support .steps {
    margin: 21.3333333333vw 0 0;
  }
}
.support .steps .sTitle {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .support .steps .sTitle {
    font-size: 6.4vw;
  }
}
.support .steps .sTitle::before, .support .steps .sTitle::after {
  content: "−";
  margin: 0 0.5em;
}
.support .steps ol {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 50px 0 0;
}
@media screen and (max-width: 750px) {
  .support .steps ol {
    flex-direction: column;
    gap: 6.6666666667vw;
    margin: 10.6666666667vw 10.6666666667vw 0;
  }
}
.support .steps ol .item {
  box-sizing: border-box;
  width: 180px;
  min-height: 230px;
  padding: 30px 10px 20px;
  position: relative;
  background: #fff;
  box-shadow: inset 0 0 0 1px currentColor;
}
@media screen and (max-width: 750px) {
  .support .steps ol .item {
    width: auto;
    min-height: unset;
    padding: 6.6666666667vw 0;
  }
}
.support .steps ol .item .num {
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .support .steps ol .item .num {
    font-size: 10.6666666667vw;
  }
}
.support .steps ol .item .legend {
  margin: 20px 0 0;
  padding: 50px 0 0;
  background: 50% 0 no-repeat;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .support .steps ol .item .legend {
    margin: 4vw 0 0;
    padding: 12.6666666667vw 0 0;
    font-size: 5.3333333333vw;
  }
}
.support .steps ol .item p {
  padding: 10px 0 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 13px;
  line-height: 18px;
}
@media screen and (max-width: 750px) {
  .support .steps ol .item p {
    padding: 2.6666666667vw 0 0;
    font-size: 3.7333333333vw;
    line-height: 1;
  }
}
.support .steps ol .item--01 .legend {
  background-image: url(../img/step01.svg);
  background-size: 45px auto;
}
@media screen and (max-width: 750px) {
  .support .steps ol .item--01 .legend {
    background-size: 13.8666666667vw auto;
  }
}
.support .steps ol .item--02 .legend {
  background-image: url(../img/step02.svg);
  background-size: 36px auto;
}
@media screen and (max-width: 750px) {
  .support .steps ol .item--02 .legend {
    background-size: 11.0666666667vw auto;
  }
}
.support .steps ol .item--03 .legend {
  background-image: url(../img/step03.svg);
  background-size: 39px auto;
}
@media screen and (max-width: 750px) {
  .support .steps ol .item--03 .legend {
    background-size: 12vw auto;
  }
}
.support .steps ol .item--04 .legend {
  background-image: url(../img/step04.svg);
  background-size: 37px auto;
}
@media screen and (max-width: 750px) {
  .support .steps ol .item--04 .legend {
    background-size: 11.3333333333vw auto;
  }
}
.support .steps ol .item--05 .legend {
  background-image: url(../img/step05.svg);
  background-size: 33px auto;
}
@media screen and (max-width: 750px) {
  .support .steps ol .item--05 .legend {
    background-size: 10.1333333333vw auto;
  }
}
.support .steps ol .item:nth-last-child(n+2)::after {
  content: "";
  display: block;
  width: 20px;
  height: 16px;
  position: absolute;
  top: 106px;
  right: -20px;
  background: url(../img/arw02.svg) center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .support .steps ol .item:nth-last-child(n+2)::after {
    width: 6.6666666667vw;
    height: 4.8vw;
    top: auto;
    right: auto;
    bottom: -5.8666666667vw;
    left: calc(50% - 2.4vw);
    rotate: 90deg;
  }
}
.support .steps p {
  padding: 50px 0 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .support .steps p {
    padding: 10.6666666667vw 0 0;
  }
}
.support .steps .btn--reserve {
  margin: 50px auto 0;
}
@media screen and (max-width: 750px) {
  .support .steps .btn--reserve {
    margin: 10.6666666667vw auto 0;
  }
}

.other {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 80px 50px 0;
}
@media screen and (max-width: 750px) {
  .other {
    flex-direction: column;
    gap: 2.6666666667vw;
    padding: 10.6666666667vw 2.6666666667vw 0;
  }
}
.other .item {
  width: 480px;
}
@media screen and (max-width: 750px) {
  .other .item {
    width: auto;
  }
}
.other .item a {
  display: grid;
  grid-template-rows: 1fr 68px;
  grid-template-columns: 1fr 164px;
  gap: 20px 30px;
  border: 1px solid currentColor;
  padding: 0 0 0 40px;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .other .item a {
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 30.1333333333vw;
    gap: 2.6666666667vw 4vw;
    padding: 0 0 0 4vw;
  }
}
.other .item a:hover .image {
  opacity: 0.9;
}
.other .item .title {
  grid-row: 1/2;
  grid-column: 1/2;
  align-self: end;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 20px;
  font-weight: inherit;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .other .item .title {
    gap: 1.3333333333vw;
    font-size: 4.5333333333vw;
  }
}
.other .item .title .small {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .other .item .title .small {
    font-size: 3.4666666667vw;
  }
}
.other .item p {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 750px) {
  .other .item p {
    padding: 0 0 4vw;
    font-size: 3.4666666667vw;
    line-height: 1.3846153846;
  }
}
.other .item .image {
  grid-row: 1/3;
  grid-column: 2/3;
  transition: opacity 0.4s;
}
.other .item .copyright {
  padding: 6px 0 0;
  color: #5a5a5a;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 8px;
  font-weight: 400;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .other .item .copyright {
    padding: 1.3333333333vw 0 0;
    font-size: 2.1333333333vw;
  }
}

.btn--pagetop {
  display: block;
  width: 40px;
  aspect-ratio: 1;
  position: fixed;
  right: 30px;
  bottom: 20px;
  background: url(../img/pagetop.svg) center/contain no-repeat;
  transition: opacity 0.4s;
}
@media screen and (max-width: 750px) {
  .btn--pagetop {
    width: 6.6666666667vw;
    right: 4vw;
    bottom: 20.8vw;
  }
}
.btn--pagetop.off {
  opacity: 0;
  pointer-events: none;
}

.PageFooter {
  position: relative;
}

.PageFooter .PageFooter__Inner {
  border-image-source: linear-gradient(#fff, #fff);
  border-image-slice: 0 fill;
  border-image-width: 1;
  border-image-outset: 0 100vw;
  border-image-repeat: stretch;
  background: #fff;
  display: grid;
  grid-template: "logo sns" "logo copyright";
  max-width: 1000px;
  padding: 50px 15px;
  margin: 100px auto 0;
}

@media (max-width: 750px) {
  .PageFooter .PageFooter__Inner {
    display: block;
    margin: 0;
    padding: 21.3333333333vw 0;
  }
}
.PageFooter .PageFooter__Logo {
  grid-area: logo;
}

@media (max-width: 750px) {
  .PageFooter .PageFooter__Logo {
    width: 30vw;
    margin: 6.6666666667vw auto 0;
  }
}
.PageFooter .PageFooter__Logo a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.PageFooter .PageFooter__Logo img {
  display: block;
}

.PageFooter .PageFooter__SNSLinks {
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0 0 0 auto;
  list-style: none;
}

@media (max-width: 750px) {
  .PageFooter .PageFooter__SNSLinks {
    margin: 0;
    gap: 4vw;
    justify-content: center;
  }
}
.PageFooter .PageFooter__SNSLinks img {
  display: block;
}

@media (max-width: 750px) {
  .PageFooter .PageFooter__SNSLinks img {
    width: 8.4vw;
  }
  .PageFooter .PageFooter__SNSLinks img.youtube {
    width: 9.0666666667vw;
  }
}
.PageFooter .PageFooter__Copyright {
  margin: 10px 0 0;
  text-align: right;
  font-weight: 500;
  font-size: 10px;
}

@media (max-width: 750px) {
  .PageFooter .PageFooter__Copyright {
    margin-top: 2.6666666667vw;
    font-size: 2.4vw;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */