html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New";
  color: #333;
}

@media (min-width: 767px) {
  .btn-push:hover {
    box-shadow: unset;
    transform: translate(4px, 4px);
  }
}

.cta {
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 1101px) {
  .cta--pc {
    display: none;
  }
}
.cta--sp {
  display: none;
}
@media only screen and (max-width: 1101px) {
  .cta--sp {
    display: block;
    width: 100%;
  }
}
.cta__attention {
  width: 82%;
  display: flex;
  margin: 0 auto;
}
.cta__attention strong {
  color: #ff0061;
  font-size: 32px;
  font-weight: 700;
  line-height: 46.34px;
  text-align: left;
}
.cta__desc {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 38.44px;
  text-align: center;
  background-color: #ff0061;
  border: 4px solid #fff;
  border-radius: 10px;
  margin-top: -35px;
  padding-top: 70px;
  padding-bottom: 34px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
}
.cta__desc strong {
  color: #ff0061;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 20px 67px 20px 50px;
  line-height: 40.54px;
  letter-spacing: 0.02em;
  margin-left: 35px;
  vertical-align: 20px;
  margin-bottom: 20px;
  position: relative;
}
.cta__desc strong::after {
  content: url("../img/icon_arrow-right.svg");
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cta__price {
  vertical-align: bottom;
}
@media (min-width: 1101px) {
  .cta .btn-push:hover {
    box-shadow: unset;
    transform: translate(4px, 4px);
  }
}

.card-col4 {
  display: flex;
  gap: 24px;
  margin-bottom: 16px;
}
.card-col4 .card {
  flex: 1;
  width: 25%;
}
.card-col4 .card__minitext {
  font-size: 12px;
  line-height: 17.38px;
  letter-spacing: 0.02em;
}
.card-col4 .card__minitext--red {
  color: #ff0061;
}
.card-col4 .card__title {
  font-size: 20px;
  line-height: 28.96px;
  margin-bottom: 24px;
}
.card-col4 .card__img {
  border: 1px solid #333;
}
@media only screen and (max-width: 767px) {
  .card-col4 .card__img {
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .card-col4 {
    flex-direction: column;
  }
  .card-col4 .card {
    width: 100%;
  }
}

.card-col3 {
  display: flex;
  gap: 32px;
  margin-bottom: 40px;
}
.card-col3 .card {
  flex: 1;
  width: 33%;
}
@media only screen and (max-width: 767px) {
  .card-col3 {
    flex-direction: column;
  }
  .card-col3 .card {
    width: 100%;
  }
}

.card-col2 {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.card-col2 .card {
  flex: 1;
  max-width: 360px;
  width: 50%;
}
.card-col2 .card__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 34.75px;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
.card-col2 .card__title--red {
  display: block;
  color: #ff0061;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .card-col2 .card__title {
    font-size: 18px;
    line-height: 26.06px;
    letter-spacing: 0.02em;
    text-align: center;
  }
}
.card-col2 .card__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 23.17px;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .card-col2 .card__desc {
    font-size: 15px;
    line-height: 21.72px;
  }
}
@media only screen and (max-width: 767px) {
  .card-col2 {
    flex-direction: column;
  }
  .card-col2 .card {
    margin: 0 auto;
    width: 100%;
  }
}

.card {
  display: flex;
  flex-direction: column;
  position: relative;
}
.card__img {
  margin-bottom: 24px;
}
.card__tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: #1fabf0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 26.06px;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .card__tag {
    font-size: 16px;
    font-weight: 500;
    line-height: 23.17px;
  }
}
.card__minitext {
  font-size: 14px;
  font-weight: 500;
  line-height: 20.27px;
  letter-spacing: 0.02em;
}
.card__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 34.75px;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .card__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 26.06px;
    letter-spacing: 0.02em;
  }
}
.card__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 23.17px;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .card__desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 21.72px;
    letter-spacing: 0.02em;
  }
}

.header-inner {
  padding-left: 20px;
}
@media only screen and (max-width: 1090px) {
  .header-inner {
    padding: 0 20px;
    height: 54px;
  }
  .header-inner:has(details[open]) {
    padding: 0;
  }
}
.header-pc {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-pc__right {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header-pc__nav-list {
  display: flex;
  gap: 16px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.header-pc__btn {
  width: 180px;
  height: 80px;
  padding-top: 12.5px;
  background-color: #ff0061;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-align: center;
}
.header-pc__btn span {
  font-size: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 1090px) {
  .header-pc {
    display: none;
  }
}
.header-sp {
  display: none;
}
@media only screen and (max-width: 1090px) {
  .header-sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    background-color: #fff;
    height: 54px;
  }
  .header-sp__logo {
    position: absolute;
    top: 0;
    left: 8px;
    z-index: 999999;
  }
  .header-sp__button {
    position: absolute;
    top: 24px;
    right: 8px;
    z-index: 999999;
    cursor: pointer;
    width: 44px;
    height: 30px;
  }
  .header-sp__button-bar {
    position: relative;
  }
  .header-sp__button-bar, .header-sp__button-bar::after, .header-sp__button-bar::before {
    display: block;
    width: 30px;
    height: 2px;
    background: #333;
    transition: transform 0.4s;
  }
  .header-sp__button-bar::after {
    width: 20px;
    margin-left: 11px;
    position: absolute;
    top: -7px;
  }
  .header-sp__button-bar::before {
    width: 19px;
    position: absolute;
    bottom: -8px;
  }
  .header-sp__button-bar::after, .header-sp__button-bar::before {
    content: "";
    grid-area: 1/1;
  }
  .header-sp__button-bar::after {
    transform: translateY(-6px);
  }
  .header-sp__button-bar::before {
    transform: translateY(6px);
  }
  .header-sp__drawer {
    height: 0;
  }
  .header-sp__menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    border-top: 1px solid #333;
  }
  .header-sp__menu-list {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
  }
  .header-sp__menu-item {
    height: 10.3839vh;
    margin: 0 24px;
  }
  .header-sp__menu-item a {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    height: 100%;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border-bottom: 1px solid grey;
  }
  .header-sp__menu-item a:after {
    position: absolute;
    top: 50%;
    right: 8px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid rgb(97, 62, 42);
    border-right: 2px solid rgb(97, 62, 42);
    transform: rotate(45deg);
  }
  .header-sp__menu-btn-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }
  .header-sp__menu-btn-attention {
    text-align: center;
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 400;
    line-height: 17.44px;
  }
  .header-sp__menu-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 55px;
    background-color: #ff0061;
    color: #fff;
    box-shadow: 0px 2px 8px 0px rgba(51, 51, 51, 0.25);
    margin: 0 auto;
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 700;
    line-height: 23.17px;
    text-align: left;
  }
  .header-sp__menu-btn::after {
    position: absolute;
    top: 24px;
    right: 20px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
  .header-sp__hamburger-menu {
    transition: all 0.4s;
    z-index: 2;
  }
  .header-sp__hamburger-menu[open] .header-sp__button span {
    background-color: transparent;
  }
  .header-sp__hamburger-menu[open] .header-sp__button span::after {
    width: 32px;
    margin: 0;
    top: 0;
    transform: rotate(45deg);
  }
  .header-sp__hamburger-menu[open] .header-sp__button span::before {
    width: 32px;
    bottom: 0;
    transform: rotate(-45deg);
  }
  .header-sp__hamburger-menu[open] .header-sp__drawer {
    position: fixed;
    width: 100vw;
    height: 100vh;
    padding-top: 54px;
    background-color: #fff;
    animation: slideDown 0.4s forwards;
  }
  .header-sp__hamburger-menu[open] .header-sp__drawer-bg-container {
    position: absolute;
    bottom: 0;
  }
  .header-sp__hamburger-menu[open] .header-sp__drawer-bg-container img {
    height: 100%;
  }
}

@keyframes slideDown {
  from {
    height: 0;
  }
  to {
    max-height: 100vh;
  }
}
.fv {
  margin-top: 80px;
}
@media only screen and (max-width: 1090px) {
  .fv {
    margin-top: 0;
  }
}
.fv__img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv__textarea {
  background-color: #ff0061;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0 10px;
}
@media only screen and (max-width: 767px) {
  .fv__textarea {
    padding-bottom: 20px;
  }
}
.fv__desc {
  font-size: 28px;
  font-weight: 700;
  line-height: 40.54px;
  letter-spacing: 0.02em;
}
.fv__desc strong {
  margin-left: 16px;
  background-color: #fff;
  color: #ff0061;
  padding: 2px 18px;
  border-radius: 2px;
}
.fv__attention {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 17.38px;
  text-align: end;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .fv__textarea {
    height: 125px;
    gap: 8px;
    align-items: center;
  }
  .fv__desc {
    font-size: 18px;
    font-weight: 700;
    line-height: 26.06px;
    letter-spacing: 0.02em;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .fv__desc span {
    display: block;
  }
  .fv__desc strong {
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 40.54px;
    letter-spacing: 0.02em;
    margin: 0;
    text-align: center;
  }
  .fv__attention {
    font-size: 10px;
    font-weight: 400;
    line-height: 14.48px;
    text-align: center;
  }
}

.recommend {
  background-image: url("../img/bg_ski.png");
  background-position: center;
  position: relative;
  z-index: 10;
}
.recommend::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/bg_snow.png");
}
@media only screen and (max-width: 767px) {
  .recommend {
    background-position: 885px -155px;
    background-size: cover;
  }
}
.recommend-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 60px 20px;
}
.recommend__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 46.34px;
  letter-spacing: 0.02em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .recommend__title {
    font-size: 18px;
    line-height: 26.06px;
  }
}
.recommend__title--red {
  font-size: 42px;
  line-height: 60.82px;
  color: #ff0061;
}
@media only screen and (max-width: 767px) {
  .recommend__title--red {
    padding-top: 6px;
    font-size: 24px;
    line-height: 40.75px;
  }
  .recommend__title--red .sp-break {
    line-height: 34.75px;
  }
}
.recommend__point-title {
  background-color: #1fabf0;
  color: #fff;
  width: 420px;
  height: 62px;
  border-radius: 100vh;
  margin: 40px auto 0;
  position: relative;
  z-index: 100;
  font-size: 40px;
  font-weight: 700;
  line-height: 57.92px;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .recommend__point-title {
    width: 240px;
    height: 38px;
    font-size: 18px;
    line-height: 26.06px;
    letter-spacing: 0.04em;
  }
}
.recommend__point-wrapper {
  border: 4px solid #1fabf0;
  background-color: #fce564;
  padding: 60px 20px;
  margin-top: -31px;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .recommend__point-wrapper {
    flex-direction: column;
    gap: 24px;
    margin-top: -20px;
  }
}
.recommend__point-wrapper::before, .recommend__point-wrapper::after {
  position: absolute;
  content: "";
}
.recommend__point-wrapper::before {
  top: -17.5px;
  left: -19.5px;
  z-index: 300;
  width: 80px;
  height: 100px;
  background-image: url("../img/icon_recommend-left.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .recommend__point-wrapper::before {
    width: 48.5px;
    height: 66px;
  }
}
.recommend__point-wrapper::after {
  top: -22px;
  right: 20px;
  z-index: 300;
  width: 130px;
  height: 74px;
  background-image: url("../img/icon_recommend-right.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .recommend__point-wrapper::after {
    width: 68px;
    height: 48px;
    top: -16px;
    right: -16px;
  }
}
.recommend__point {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.recommend__point-number {
  display: block;
  height: 28px;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .recommend__point-number {
    padding-top: 22px;
  }
}
.recommend__point-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 340px;
  border: 2px solid rgb(51, 51, 51);
  border-radius: 16px;
  box-shadow: 4px 4px 0px 0px rgb(32, 32, 32);
  background-color: #fff;
  padding: 21.5px 0 63.5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 40.54px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .recommend__point-desc {
    width: 270px;
    padding: 15.5px 20px 41.5px;
  }
}
.recommend__point-desc span {
  display: block;
  color: #ff0061;
  font-size: 28px;
  font-weight: 700;
  line-height: 40.54px;
}
.recommend__point-desc::after {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url("../img/icon_arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .recommend__point-desc::after {
    bottom: 10px;
  }
}
.recommend__cta {
  margin-top: 40px;
}

.bg-snow {
  background: linear-gradient(180deg, #f1f7f5 0%, #fbfaf4 100%);
  position: relative;
}
.bg-snow::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/bg_snow.png");
}

.reason {
  position: relative;
  z-index: 10;
}
.reason-inner {
  padding: 24px 20px 0;
  margin: 0 auto;
  position: relative;
  z-index: 30;
}
.reason__subtitle {
  display: block;
  font-size: clamp(14px, 2vw + 1rem, 24px);
  font-weight: 500;
  line-height: 34.75px;
  letter-spacing: 0.04em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .reason__subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 20.27px;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
  }
}
.reason__title {
  background-color: #1fabf0;
  border-radius: 100vh;
  padding-top: 16px;
  width: 69.5%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  color: #fff;
  font-size: clamp(24px, 3vw + 1rem, 46px);
  font-weight: 700;
  line-height: 66.61px;
  letter-spacing: 0.02em;
  text-align: center;
  padding-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .reason__title {
    line-height: 28px;
    width: 300px;
  }
}
.reason__title::after {
  content: "";
  display: block;
  background-image: url("../img/icon_title-decoration.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 57px;
  position: absolute;
  top: -24px;
  left: 0;
}
@media only screen and (max-width: 1140px) {
  .reason__title::after {
    top: -16px;
  }
}
@media only screen and (max-width: 767px) {
  .reason__title::after {
    top: -20px;
    background-image: url("../img/icon_title-decoration-sp.svg");
  }
}
.reason__title--yellow {
  color: #fce564;
}
@media only screen and (max-width: 767px) {
  .reason__title--yellow {
    display: block;
    margin-top: 4px;
    padding-bottom: 12px;
  }
}
.reason__items {
  max-width: 1180px;
  margin: -60px auto 0;
  border: 4px solid #1fabf0;
  border-radius: 20px;
  background-color: #fff;
  padding: 110px 80px 0;
}
@media only screen and (max-width: 767px) {
  .reason__items {
    padding: 68px 17.5px 0;
  }
}
.reason__item {
  position: relative;
  border-bottom: 1px solid #1fabf0;
  padding-bottom: 40px;
}
.reason__item:not(:first-child) {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .reason__item {
    padding-top: 24px;
  }
}
.reason__item-decoration {
  position: absolute;
  top: -20px;
  right: -12px;
  width: 320px;
  height: 220px;
}
@media only screen and (max-width: 767px) {
  .reason__item-decoration {
    width: 145px;
    height: 95px;
  }
}
.reason__item-decoration--plate {
  top: 20px;
  left: 0;
  width: 212px;
  height: 312px;
}
@media only screen and (max-width: 767px) {
  .reason__item-decoration--plate {
    top: 12px;
    left: 0;
    width: 93px;
    height: 130px;
  }
}
.reason__item-decoration--sun {
  top: 0;
  right: -128px;
}
@media only screen and (max-width: 767px) {
  .reason__item-decoration--sun {
    top: 15px;
    right: -10px;
    width: 113px;
    height: 113px;
  }
}
.reason__item-number {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 37.25px;
  letter-spacing: 0.02em;
  text-align: center;
  position: relative;
  z-index: 20;
  width: 88px;
  height: 88px;
  margin-bottom: 35px;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .reason__item-number {
    width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 27.94px;
  }
}
.reason__item-title {
  font-size: 46px;
  font-weight: 700;
  line-height: 66.61px;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 24px;
}
.reason__item-title--red {
  color: #ff0061;
}
@media only screen and (max-width: 767px) {
  .reason__item-title {
    font-family: Zen Kaku Gothic New;
    font-size: 24px;
    font-weight: 700;
    line-height: 34.75px;
    letter-spacing: 0.02em;
    text-align: center;
  }
}
.reason__item-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 26.06px;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .reason__item-desc {
    font-size: 15px;
    line-height: 21.72px;
    margin-bottom: 14px;
  }
}
.reason__item-img-container {
  display: flex;
  gap: 32px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 40px;
}
.reason__item-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.reason__item-img--access {
  aspect-ratio: 757/407;
}
.reason__item-img--map {
  aspect-ratio: 1024/962;
}
@media only screen and (max-width: 767px) {
  .reason__item-img--map {
    aspect-ratio: 300/347;
  }
}
.reason__item-img--graph {
  max-width: 450px;
  aspect-ratio: 450/450;
}
.reason__item-img-info {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 400;
  line-height: 17.38px;
}
@media only screen and (max-width: 767px) {
  .reason__item-img-info {
    font-size: 8px;
    line-height: 11.58px;
  }
}
.reason__cta {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .reason__cta {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .reason .card__img {
    margin-bottom: 8px;
  }
}

.support {
  position: relative;
  z-index: 10;
  margin-top: 50px;
}
.support-inner {
  padding: 24px 20px 0;
  margin: 0 auto;
  position: relative;
  z-index: 30;
}
.support__subtitle {
  display: block;
  font-size: clamp(14px, 2vw + 1rem, 24px);
  font-weight: 500;
  line-height: 34.75px;
  letter-spacing: 0.04em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .support__subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 20.27px;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
  }
}
.support__title {
  background-color: #1fabf0;
  border-radius: 100vh;
  padding-top: 16px;
  width: 69.5%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  color: #fff;
  font-size: clamp(24px, 3vw + 1rem, 46px);
  font-weight: 700;
  line-height: 66.61px;
  letter-spacing: 0.02em;
  text-align: center;
  padding-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .support__title {
    line-height: 28px;
    width: 300px;
  }
}
.support__title::after {
  content: "";
  display: block;
  background-image: url("../img/icon_title-decoration.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 57px;
  position: absolute;
  top: -24px;
  left: 0;
}
@media only screen and (max-width: 1140px) {
  .support__title::after {
    top: -16px;
  }
}
@media only screen and (max-width: 767px) {
  .support__title::after {
    top: -20px;
    background-image: url("../img/icon_title-decoration-sp.svg");
  }
}
.support__title--yellow {
  color: #fce564;
}
@media only screen and (max-width: 767px) {
  .support__title--yellow {
    display: block;
    margin-top: 4px;
    padding-bottom: 12px;
  }
}
.support__items {
  max-width: 1180px;
  margin: -60px auto 0;
  border: 4px solid #1fabf0;
  border-radius: 20px;
  background-color: #fff;
  padding: 110px 80px 0;
}
@media only screen and (max-width: 767px) {
  .support__items {
    padding: 68px 17.5px 0;
  }
}
.support__item {
  position: relative;
  border-bottom: 1px solid #1fabf0;
  padding-bottom: 60px;
}
.support__item:not(:first-child) {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .support__item {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.support__item-decoration {
  position: absolute;
  top: -20px;
  right: -12px;
  width: 165px;
  height: 155px;
}
@media only screen and (max-width: 767px) {
  .support__item-decoration {
    width: 83px;
    height: 78px;
  }
}
.support__item-decoration--circle {
  top: 10px;
  left: 20px;
  width: 186px;
  height: 142px;
}
@media only screen and (max-width: 767px) {
  .support__item-decoration--circle {
    top: 12px;
    left: 0;
    width: 85px;
    height: 65px;
  }
}
.support__item-decoration--mountain {
  top: 0;
  right: -10px;
  width: 312px;
  height: 262px;
}
@media only screen and (max-width: 767px) {
  .support__item-decoration--mountain {
    top: 15px;
    right: -10px;
    width: 127px;
    height: 106px;
  }
}
.support__item-decoration--ski-goods {
  top: -5px;
  left: 20px;
  width: 188px;
  height: 288px;
}
@media only screen and (max-width: 767px) {
  .support__item-decoration--ski-goods {
    top: 10px;
    left: 0;
    width: 83px;
    height: 100px;
  }
}
.support__item-number {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 37.25px;
  letter-spacing: 0.02em;
  text-align: center;
  position: relative;
  z-index: 20;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .support__item-number {
    font-size: 24px;
    line-height: 27.94px;
  }
}
.support__item-number::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  content: "";
  width: 88px;
  height: 88px;
  background-image: url("../img/icon_number-decoration.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .support__item-number::after {
    width: 60px;
    height: 60px;
  }
}
.support__item-title {
  font-size: 46px;
  font-weight: 700;
  line-height: 66.61px;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 24px;
}
.support__item-title--red {
  color: #ff0061;
}
@media only screen and (max-width: 767px) {
  .support__item-title {
    font-family: Zen Kaku Gothic New;
    font-size: 24px;
    font-weight: 700;
    line-height: 34.75px;
    letter-spacing: 0.02em;
    text-align: center;
  }
}
.support__item-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 26.06px;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .support__item-desc {
    font-size: 15px;
    line-height: 21.72px;
    margin-bottom: 14px;
  }
}
.support__item-img-container {
  display: flex;
  gap: 32px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 40px;
}
.support__item-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  aspect-ratio: 800 400;
}
.support__item-img--03, .support__item-img--04 {
  max-width: 800px;
}
.support__item-info {
  margin-top: 16px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 400;
  line-height: 17.38px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .support__item-info {
    font-size: 8px;
    line-height: 11.58px;
  }
}
.support__cta {
  margin-top: 50px;
}

.Q\&A {
  background: rgb(251, 250, 244);
}
.Q\&A-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 60px 20px;
}
.Q\&A__title {
  font-size: 46px;
  font-weight: 700;
  line-height: 66.61px;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .Q\&A__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34.75px;
    letter-spacing: 0.04em;
  }
}
.Q\&A__item {
  padding: 16px 0 16px 40px;
  background-color: #fff;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .Q\&A__item {
    padding: 8px;
    margin-bottom: 10px;
  }
}
.Q\&A__question {
  display: flex;
  align-items: flex-start;
  font-size: 24px;
  font-weight: 500;
  line-height: 34.75px;
  letter-spacing: 0.02em;
}
.Q\&A__question-mark {
  color: #1fabf0;
}
@media only screen and (max-width: 767px) {
  .Q\&A__question {
    font-size: 16px;
    line-height: 23.17px;
  }
}
.Q\&A__answer {
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.06px;
  letter-spacing: 0.02em;
  padding-top: 24px;
  padding-left: 6.5px;
}
.Q\&A__answer-mark {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .Q\&A__answer {
    padding-top: 8px;
    padding-left: 4px;
    font-size: 14px;
    line-height: 20.27px;
  }
}
.Q\&A__cta {
  margin-top: 60px;
}

.access-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 60px 20px;
}
@media only screen and (max-width: 767px) {
  .access-inner {
    padding: 40px 27.5px;
  }
}
.access__title {
  font-size: 46px;
  font-weight: 700;
  line-height: 66.61px;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .access__title {
    font-size: 24px;
    line-height: 34.75px;
  }
}
.access__desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 26.06px;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .access__desc {
    font-size: 16px;
    line-height: 23.17px;
  }
}
.access__map {
  display: flex;
  justify-content: center;
  max-width: 100%;
  height: 0;
  padding-top: 56.52%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .access__map {
    aspect-ratio: 320/181;
  }
}
.access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access__cta {
  margin-top: 60px;
}

.footer__logo {
  display: flex;
  justify-content: center;
}
.footer__logo img {
  height: auto;
}
@media only screen and (max-width: 767px) {
  .footer__logo img {
    width: 200px;
    height: auto;
  }
}
.footer__title {
  margin-top: 46px;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.17px;
  text-align: center;
}
.footer__links {
  display: flex;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-top: 24px;
  flex-wrap: wrap;
  row-gap: 12px;
}
.footer__link {
  font-size: 16px;
  font-weight: 400;
  line-height: 23.17px;
}
.footer__copyright {
  font-size: 14px;
  font-weight: 400;
  line-height: 20.27px;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 8px;
    line-height: 11.58px;
  }
}

.pc-break {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc-break {
    display: inline;
  }
}

@media only screen and (max-width: 767px) {
  .sp-break {
    display: block;
  }
}

.underline {
  text-decoration: underline;
  text-decoration-color: rgba(51, 51, 51, 0.5);
  text-underline-offset: 2px;
}/*# sourceMappingURL=style.css.map */



/*250210 追加*/

.link__point-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 340px;
  border: 2px solid rgb(51, 51, 51);
  border-radius: 16px;
  box-shadow: 4px 4px 0px 0px rgb(32, 32, 32);
  background-color: #fff;
  padding: 1em 1em 1em;
	margin-top: 1em;
  font-size: 20px;
  font-weight: 500;
  line-height: 40.54px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .link__point-desc {
    width: 270px;
	  margin-inline: auto;
  }
}
.link__point-desc span {
  display: block;
  color: #ff0061;
  font-size: 28px;
  font-weight: 700;
  line-height: 40.54px;
}
.link__point-desc::after {
  content: "";
  width: 28px;
  height: 28px;
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-image: url("../img/icon_arrow-down.svg");
	background: #202020; 
  /*background-image: url("../img/icon_arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;*/
  position: absolute;
	right: 1em;
  bottom: 1.28em;
	 transform:rotate(-90deg);
}
.link__point-desc:hover{
	border-color: #ff0061;
	color: #ff0061;
}
.link__point-desc:hover::after{
	background: #ff0061;
}
/*@media only screen and (max-width: 767px) {
  .link__point-desc::after {
    bottom: 10px;
  }
}*/