@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700;900&family=Noto+Sans+JP:wght@500;600&family=Pacifico&family=Poppins:wght@700&family=Train+One&display=swap");
html {
  font-size: 10px;
  font-feature-settings: "palt" 1;
}
html.is-fixed {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.695vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 10px;
  }
}

body {
  min-width: 114.8rem;
  width: 100%;
  color: #1e1000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 2.4;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
}
body.is-fixed {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 37.5rem;
    font-size: 1.4rem;
  }
}

a {
  color: #1e1000;
  text-decoration: none;
}

img {
  display: block;
}

input,
button,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

@media screen and (max-width: 767px) {
  .main--no-pt {
    padding-top: 0;
  }
}

.b-sp-only {
  display: none !important;
}

.b-pc-only {
  display: block !important;
}

.b-inline-block {
  display: inline-block;
}

.b-ico {
  position: relative;
}
.b-ico--index {
  display: inline-block;
  width: 4.4rem;
  height: 4.4rem;
  margin-right: 1.6rem;
  background-color: #24ad9b;
  border-radius: 2em;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: normal;
  line-height: 4.2rem;
}

.b-fnt-weight--medium {
  font-weight: 500;
}
.b-fnt-weight--bold {
  font-weight: 700;
}

.b-fnt-color--main {
  color: #24ad9b;
}
.b-fnt-color--white {
  color: #fff;
}
.b-fnt-color--black {
  color: #1e1000;
}
.b-fnt-color--red {
  color: #d1261a;
}
.b-fnt-color--green {
  color: #3ab171;
}
.b-fnt-color--orange {
  color: #f08300;
}
.b-fnt-color:hover {
  text-decoration: underline;
}

.b-txt-ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b-txt-ellipsis--2 {
  display: -webkit-box;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.b-txt-decoration--underline {
  text-decoration: underline;
}

.b-txt-indent {
  display: inline-block;
  margin-left: 1em;
  text-indent: -1em;
}

.b-mgn-top--4 {
  margin-top: 0.4rem;
}
.b-mgn-top--8 {
  margin-top: 0.8rem;
}
.b-mgn-top--16 {
  margin-top: 1.6rem;
}
.b-mgn-top--24 {
  margin-top: 2.4rem;
}
.b-mgn-top--32 {
  margin-top: 3.2rem;
}
.b-mgn-top--40 {
  margin-top: 4rem;
}
.b-mgn-top--48 {
  margin-top: 4.8rem;
}
.b-mgn-top--56 {
  margin-top: 5.6rem;
}
.b-mgn-top--64 {
  margin-top: 6.4rem;
}
.b-mgn-top--72 {
  margin-top: 7.2rem;
}
.b-mgn-top--80 {
  margin-top: 8rem;
}
.b-mgn-top--88 {
  margin-top: 8.8rem;
}
.b-mgn-top--96 {
  margin-top: 9.6rem;
}

.b-mgn-left--4 {
  margin-left: 0.4rem;
}
.b-mgn-left--8 {
  margin-left: 0.8rem;
}
.b-mgn-left--16 {
  margin-left: 1.6rem;
}
.b-mgn-left--24 {
  margin-left: 2.4rem;
}
.b-mgn-left--32 {
  margin-left: 3.2rem;
}
.b-mgn-left--40 {
  margin-left: 4rem;
}
.b-mgn-left--48 {
  margin-left: 4.8rem;
}
.b-mgn-left--56 {
  margin-left: 5.6rem;
}
.b-mgn-left--64 {
  margin-left: 6.4rem;
}

.b-mgn-right--4 {
  margin-right: 0.4rem;
}
.b-mgn-right--8 {
  margin-right: 0.8rem;
}
.b-mgn-right--16 {
  margin-right: 1.6rem;
}
.b-mgn-right--24 {
  margin-right: 2.4rem;
}
.b-mgn-right--32 {
  margin-right: 3.2rem;
}
.b-mgn-right--40 {
  margin-right: 4rem;
}
.b-mgn-right--48 {
  margin-right: 4.8rem;
}
.b-mgn-right--56 {
  margin-right: 5.6rem;
}
.b-mgn-right--64 {
  margin-right: 6.4rem;
}

.b-mgn-both--56 {
  margin-left: 5.6rem;
  margin-right: 5.6rem;
}
.b-mgn-both--64 {
  margin-left: 6.4rem;
  margin-right: 6.4rem;
}
@media screen and (max-width: 767px) {
  .b-mgn-both--56 {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
  .b-mgn-both--64 {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
}

.b-bdr-line--all {
  border: 0.1rem solid;
}
.b-bdr-line--top {
  border-top: 0.1rem solid;
}
.b-bdr-line--right {
  border-right: 0.1rem solid;
}
.b-bdr-line--bottom {
  border-bottom: 0.1rem solid;
}
.b-bdr-line--left {
  border-left: 0.1rem solid;
}

.b-bdr-color--main {
  border-color: #24ad9b;
}
.b-bdr-color--black {
  border-color: #1e1000;
}
.b-bdr-color--white {
  border-color: #fff;
}

.b-bkg-color--main {
  background-color: #24ad9b;
}
.b-bkg-color--main-light {
  background-color: #f5f6f3;
}

.b-btn-link {
  transition: all 0.3s ease;
}
.b-btn-link--scale:hover {
  box-shadow: 1.6rem 1.6rem 3.2rem 0 rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
}
.b-btn-link--alpha:hover {
  opacity: 0.7;
}

.b-tel-link {
  text-decoration: underline;
}

.b-txt-link:hover {
  text-decoration: underline;
}
.b-txt-link--white {
  color: #fff;
}

.b-dummy-text {
  color: red;
}

@media screen and (max-width: 767px) {
  .b-sp-only {
    display: block !important;
  }
  .b-pc-only {
    display: none !important;
  }
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  opacity: 0;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input,
textarea {
  width: 100%;
  border: 0.1rem solid #ccc;
}

input[type=radio] {
  width: auto;
}

input[type=text]:focus,
textarea:focus {
  background-color: #fffef5;
}

textarea {
  min-height: 15rem;
}

.error {
  display: block;
  margin-top: 0.8rem;
  padding: 0.4rem 1.6rem;
  color: #d1261a;
  font-weight: 500;
  background-color: #f9edec;
  border-radius: 0.4rem;
}

.mw_wp_form_send_error {
  margin-top: 2.4rem;
  padding: 2.4rem;
  background-color: #d1261a;
  border-radius: 0.3rem;
  color: #fff;
}

.p-form__row {
  margin-top: 2.4rem;
}
.p-form__row:first-child {
  margin-top: 0;
}
.p-form--confirm .p-form__row {
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem dashed #ccc;
}
.p-form__title {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.p-form__icon {
  display: inline-block;
  padding: 0 1rem;
  margin-right: 1.2rem;
  background-color: #ccc;
  border-radius: 0.6rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: normal;
}
.p-form__icon--require {
  background-color: #24ad9b;
}
.p-form__icon-circle {
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.8rem;
  background-color: #ff1e79;
  border-radius: 100%;
}
.p-form__name {
  font-size: 1.5rem;
  font-weight: 700;
}
.p-form__text, .p-form__textarea {
  resize: none;
  width: 100%;
  padding: 1.6rem 3.2rem;
  background-color: #f8f8f8;
  border: 0.1rem solid #ccc;
  border-radius: 0.8rem;
  outline: 0;
  font-size: 1.5rem;
  font-weight: 500;
}
.p-form__text--w40, .p-form__textarea--w40 {
  width: calc(100% - 1.5em - 0.8rem);
  margin-right: 0.8rem;
}
.p-form__text:focus, .p-form__textarea:focus {
  border: 0.1rem solid #ccc;
}
.p-form__text::-moz-placeholder, .p-form__textarea::-moz-placeholder {
  color: #aaa;
  font-size: 1.5rem;
  font-weight: 500;
}
.p-form__text::placeholder, .p-form__textarea::placeholder {
  color: #aaa;
  font-size: 1.5rem;
  font-weight: 500;
}
.p-form__select {
  margin-right: 0.8rem;
  padding: 1.6rem 3.2rem;
  background-color: #f8f8f8;
  border: 0.1rem solid #ccc;
  border-radius: 0.8rem;
  font-weight: 500;
  outline: 0;
}
.p-form__select:focus {
  border: 0.1rem solid #1e1000;
}
.p-form__checkbox {
  display: inline-block;
  width: auto;
  margin-right: 0.8rem;
  background-color: #ccc;
  border-radius: 0.3rem;
  font-weight: 500;
  vertical-align: text-bottom;
}
.p-form__checkbox:focus {
  border: 0.1rem solid #1e1000;
}
.p-form__label-wrap {
  display: flex;
}
.p-form__label-wrap label {
  cursor: pointer;
  padding: 1.6rem;
  background-color: #f9edec;
  border: 0.1rem solid #d02620;
  border-radius: 0.3rem;
}
.p-form__label {
  margin-right: 1.5em;
  font-weight: 500;
  letter-spacing: normal;
}
.p-form__label .horizontal-item {
  display: block;
}
.p-form__label label {
  margin-right: 1.6rem;
}
.p-form__error {
  display: inline-block;
  width: 100%;
  margin-top: 1.6rem;
  padding: 0.8rem 1.6rem;
  background-color: #f9edec;
  border-radius: 0.8rem;
  color: #d1261a;
  font-size: 1.3rem;
}
.p-form__recaptcha {
  margin-top: 7.2rem;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: normal;
}
.p-form__recaptcha img {
  display: inline-block;
  width: 1.8rem;
  vertical-align: sub;
}
.p-form__send {
  padding: 4rem 2.4rem;
  background-color: rgba(58, 177, 113, 0.05);
  border-radius: 2.4rem;
  border: 0.1rem solid #3ab171;
  text-align: center;
}
.p-form__heading {
  display: inline-block;
  position: relative;
  margin-bottom: 1.6rem;
  padding: 0 6.2rem;
  color: #3ab171;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
}
.p-form__heading::before, .p-form__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
}
.p-form__heading::before {
  left: 0;
  background: url(../images/line/line_mail_l.svg) no-repeat center center/contain;
}
.p-form__heading::after {
  right: 0;
  background: url(../images/line/line_mail_r.svg) no-repeat center center/contain;
}
.p-form__message {
  font-size: 1.6rem;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .p-form__overflow {
    height: 46rem;
    padding: 2.4rem;
  }
  .p-form__recaptcha {
    margin-top: 3.2rem;
  }
  .p-form__icon {
    padding-bottom: 0 !important;
    line-height: 2.2;
  }
  .p-form__name {
    font-size: 1.3rem;
  }
  .p-form__label-wrap {
    flex-wrap: wrap;
  }
  .p-form__label--year {
    width: 40%;
  }
  .p-form__label--time {
    width: 50%;
    margin-top: 0.8rem;
  }
  .p-form__label--time select {
    width: 100%;
  }
  .p-form__label label {
    margin-right: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .p-form {
    margin-top: 4rem;
  }
  .p-form__row {
    margin-top: 3.2rem;
    padding-bottom: 3.2rem;
    border-bottom: 0.1rem solid #ccc;
  }
  .p-form__row:first-child {
    margin-top: 0;
  }
  .p-form--confirm .p-form__row {
    padding-bottom: 3.2rem;
  }
  .p-form__title {
    display: flex;
    align-items: center;
    margin-bottom: 1.4rem;
    font-size: 1.4rem;
  }
  .p-form__icon {
    padding-bottom: 0.3rem;
    border-radius: 0.4rem;
    font-size: 1.1rem;
    letter-spacing: normal;
  }
  .p-form__icon-circle {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.8rem;
    background-color: #ff1e79;
    border-radius: 100%;
  }
  .p-form__name {
    letter-spacing: normal;
  }
  .p-form__text, .p-form__textarea {
    padding: 1rem 1.6rem;
    font-size: 1.4rem;
  }
  .p-form__text:focus, .p-form__textarea:focus {
    border: 0.1rem solid #ccc;
  }
  .p-form__text::-moz-placeholder, .p-form__textarea::-moz-placeholder {
    font-size: 1.4rem;
  }
  .p-form__text::placeholder, .p-form__textarea::placeholder {
    font-size: 1.4rem;
  }
  .p-form__select {
    margin-right: 0.6rem;
    padding: 1rem 1.6rem;
    font-size: 1.4rem;
  }
  .p-form__checkbox {
    display: inline-block;
    width: auto;
    margin-right: 0.8rem;
    background-color: #ccc;
    border-radius: 0.3rem;
    font-weight: 500;
    vertical-align: text-bottom;
  }
  .p-form__checkbox:focus {
    border: 0.1rem solid #1e1000;
  }
  .p-form__label-wrap label {
    cursor: pointer;
    padding: 1.6rem;
    background-color: #f9edec;
    border: 0.1rem solid #d02620;
    border-radius: 0.3rem;
  }
  .p-form__label {
    display: flex;
    align-items: flex-end;
    margin-right: 0.8rem;
    font-size: 1.3rem;
  }
  .p-form__label:last-child {
    margin-right: 0;
  }
  .p-form__label .horizontal-item {
    display: block;
  }
  .p-form__label label {
    margin-right: 1.6rem;
  }
  .p-form__recaptcha {
    margin-top: 7.2rem;
    font-size: 1.3rem;
    text-align: center;
    letter-spacing: normal;
  }
  .p-form__recaptcha img {
    display: inline-block;
    width: 1.8rem;
    vertical-align: sub;
  }
  .p-form__heading {
    margin-bottom: 3.2rem;
    padding: 0 4.8rem;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .p-form__message {
    font-size: 1.5rem;
    line-height: 2.25;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-form__overflow {
    height: 46rem;
    padding: 2.4rem;
  }
  .p-form__recaptcha {
    margin-top: 3.2rem;
  }
}
.mwform-checkbox-field {
  display: inline-block;
  margin-left: 0 !important;
}

.p-form-button {
  margin-top: 3.2rem;
  text-align: center;
}
.p-form-button__link {
  transition: all 0.3s ease-out;
  position: relative;
  display: inline-block;
  border-radius: 4.1rem;
}
@media screen and (min-width: 1280px) {
  .p-form-button__link:hover {
    opacity: 0.8;
  }
}
.p-form-button__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.2rem;
  width: 2.3rem;
  height: 2rem;
  background: url(../images/icon_arrow.svg) no-repeat right center/100% auto;
  transform: translateY(-50%);
}
.p-form-button__link::after {
  border-radius: 4.1rem;
}
.p-form-button__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48.2rem;
  height: 8.2rem;
  background: #24ad9b;
  border: 0;
  border-radius: 4.1rem;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-form-button {
    width: 100%;
    max-width: 32.5rem;
    margin: 4.8rem auto 0;
  }
  .p-form-button__link {
    display: inline-block;
    width: 100%;
  }
  .p-form-button__link::before {
    width: 1.6rem;
  }
  .p-form-button__submit {
    width: 100%;
    color: #fff;
    font-size: 1.5rem;
  }
}
.p-thanks {
  padding: 4.8rem 1.6rem;
  background-color: #fff;
  text-align: center;
}

.mw_wp_form .error {
  margin-top: 0.8rem !important;
  font-weight: 500 !important;
  font-size: 1.3rem !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.p-form-note {
  margin-top: 4.8rem;
  padding: 4.8rem 6.4rem;
  border: 0.1rem solid #ccc;
  border-radius: 1.6rem;
}
.p-form-note .mwform-radio-field-text {
  display: none;
}
.p-form-note__radio {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.2rem;
}
.p-form-note__radio .js-agree label {
  display: inline-block;
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 1rem;
}
.p-form-note__radio .js-agree label::before {
  content: "";
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 1rem;
  background: #fff;
  border-radius: 100%;
  border: 0.1rem solid #ccc;
  text-align: center;
  vertical-align: top;
}
.p-form-note__radio .js-agree label::after {
  transition: all 0.3s ease-out;
  content: "";
  position: absolute;
  left: 0.7rem;
  top: 0.7rem;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #fff;
  border-radius: 100%;
}
.p-form-note__radio .js-agree.is-agree label::before {
  background-color: rgba(36, 173, 155, 0.05);
  border-color: #24ad9b;
}
.p-form-note__radio .js-agree.is-agree label::after {
  background-color: #24ad9b;
}
.p-form-note__label {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
.p-form-note__link {
  color: #24ad9b;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: underline;
}
.p-form-note__confirm-response {
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-form-note {
    margin-top: 4.8rem;
    padding: 2.4rem;
  }
  .p-form-note__text {
    font-size: 1.3rem;
  }
  .p-form-note__confirm-response, .p-form-note__link {
    font-size: 1.3rem;
  }
  .p-form-note__radio {
    margin-top: 2.4rem;
  }
}
.l-header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}
.l-header__block {
  position: relative;
}

@media screen and (min-width: 768px) {
  .js-gnav-scroll {
    transition: all 0.3s ease;
  }
}
.c-header-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 25.8rem;
  height: 13.4rem;
  padding-left: 2.8rem;
  background-color: #fff;
  border-radius: 0 0 5.2rem 0;
}
.c-header-logo__link {
  display: block;
  width: 18.6rem;
  height: 4.72rem;
}
.c-header-logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-header-logo.is-active {
  height: 7.2rem;
  border-radius: 0;
}

.c-header-cta {
  position: absolute;
  top: 0;
  right: 0;
}
.c-header-cta__link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 18.2rem;
  height: 10.4rem;
  background-color: #24ad9b;
  border-radius: 0 0 0 4.4rem;
  color: #fff;
}
.c-header-cta__link.is-active {
  height: 7.2rem;
  border-radius: 0;
}
.c-header-cta__en {
  display: block;
  margin-bottom: 0.8rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
}
.c-header-cta__ja {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
}

.l-header-nav {
  position: relative;
}
.l-header-nav__block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 8.2rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-header-nav__block.is-active {
    height: 7.2rem;
  }
}

.c-header-gnav {
  display: flex;
  align-items: center;
  margin-right: 18.2rem;
}
.c-header-gnav__item {
  margin-right: 2rem;
  padding-bottom: 1.2rem;
  line-height: 1;
}
.c-header-gnav__link {
  position: relative;
  padding-left: 1.6rem;
  transition: all 0.3s ease;
  font-size: 1.3rem;
}
.c-header-gnav__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #ccc;
  border-radius: 0.3rem;
  transition: all 0.3s ease;
  transform: translateY(-50%);
}
.c-header-gnav__link:hover {
  color: #24ad9b;
}
.c-header-gnav__link:hover::before {
  background-color: #24ad9b;
}

@media screen and (max-width: 767px) {
  .l-header {
    width: 100%;
  }
  .l-header__block {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 7.2rem;
    padding: 0 2.4rem;
  }
  .c-header-logo {
    position: relative;
    top: auto;
    left: auto;
    width: 13rem;
    height: auto;
    padding-left: 0;
    background-color: transparent;
    border-radius: 0;
  }
  .c-header-logo__link {
    width: 100%;
    height: auto;
  }
  .c-header-logo.is-active {
    height: auto;
  }
  .c-header-logo--nav {
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
  .c-header-logo--nav .c-header-logo__link {
    display: flex;
    width: auto;
    height: auto;
    width: 16rem;
  }
  .c-header-logo--nav .c-header-logo__link img {
    width: 100%;
    height: auto;
  }
  .c-header-logo--nav .c-header-logo__address {
    margin-top: 2.2vh;
    font-size: 1.4vh;
    line-height: 1.8;
  }
  .l-header-nav {
    transition: all 0.3s ease-out;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    opacity: 0;
    padding-top: 5.6vh;
    pointer-events: none;
  }
  .l-header-nav.is-active {
    opacity: 1;
    pointer-events: all;
  }
  .l-header-nav__block {
    display: block;
    overflow-y: auto;
    height: 100vh;
    margin-top: 0;
    padding: 0 4rem;
  }
  .l-header-nav__block:first-child {
    margin-bottom: 0;
  }
  .c-header-gnav {
    display: block;
    margin-top: 4vh;
    margin-right: 0;
  }
  .c-header-gnav__item {
    margin-right: 0;
    padding-bottom: 0;
  }
  .c-header-gnav__item:first-child {
    border-top: 0.1rem dashed #f5f6f3;
  }
  .c-header-gnav__link {
    position: relative;
    display: block;
    width: 100%;
    padding: 3vh 2.4rem 3vh 1.6rem;
    border-bottom: 0.1rem dashed #f5f6f3;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 1.5rem;
    font-size: 3.5vw;
  }
  .c-header-gnav__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.6rem;
    width: 1.2rem;
    height: 1.2rem;
    background: url(../images/icon_nav_arrow.svg) no-repeat center center/100% auto;
    transform: translateY(-50%);
  }
  .c-header-cta {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 4.8vh;
    width: 100%;
  }
  .c-header-cta__link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% - 8rem);
    height: 9.6vh;
    margin: 0 auto;
    background-color: #24ad9b;
    border-radius: 9rem;
    color: #fff;
  }
  .c-header-cta__link.is-active {
    height: 7.2rem;
    border-radius: 0;
  }
  .c-header-cta__en {
    display: block;
    margin-bottom: 0.4rem;
    font-family: "Poppins", sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 1.2;
    text-align: center;
  }
  .c-header-cta__ja {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-align: center;
  }
}
.l-top-hero {
  position: relative;
}
.l-top-hero__block {
  position: relative;
  width: calc(100% - 5.6rem);
  margin: auto;
}

.p-top-hero-image {
  width: 100%;
}
.p-top-hero-image__item {
  overflow: hidden;
  width: 100%;
}
.p-top-hero-image__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@keyframes slideAnimation {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.p-top-hero-image .is-add-animation img {
  animation: slideAnimation 10s linear 0s normal both;
}

.p-top-hero-catch {
  position: absolute;
  top: 4rem;
  right: 2.8rem;
  z-index: 1;
}
.p-top-hero-catch__text {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  letter-spacing: normal;
  line-height: normal;
}
.p-top-hero-catch__text span {
  display: flex;
  align-items: center;
  margin-left: 0.8rem;
  padding: 1rem 0.4rem 1.2rem;
  background-color: #fff;
  color: #24ad9b;
  font-size: 3rem;
  font-weight: 900;
  text-orientation: upright;
  letter-spacing: 0.05em;
  line-height: normal;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

.p-top-hero-catch02 {
  position: absolute;
  bottom: -0.8rem;
  z-index: 999;
  width: 100%;
  text-align: center;
}
.p-top-hero-catch02__text {
  color: #24ad9b;
  font-family: "Pacifico", cursive;
  font-size: 9.8rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
}

.p-top-hero-video {
  position: relative;
  overflow: hidden;
}
.p-top-hero-video video {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .l-top-hero {
    position: relative;
  }
  .l-top-hero::before {
    content: "";
    position: absolute;
    top: 6.4rem;
    left: 0;
    width: 100%;
    padding-top: 27.03125%;
    background: url(../images/bg_blue_top.svg) no-repeat left top/cover;
  }
  .l-top-hero::after {
    content: "";
    position: absolute;
    top: 13.4rem;
    left: 0;
    z-index: -1;
    width: 100%;
    height: calc(100% - 13.4rem);
    background-color: #f5f6f3;
  }
  .l-top-hero__block {
    display: flex;
    width: 100%;
  }
  .p-top-hero-image {
    order: 2;
    width: 100%;
  }
  .p-top-hero-image__item img {
    width: 100%;
    height: 60vh;
    min-height: 40.7rem;
  }
  .p-top-hero-catch {
    top: auto;
    right: auto;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
  }
  .p-top-hero-catch__text {
    display: block;
    position: relative;
    margin-top: 2rem;
    padding-top: 0;
    padding-right: 0;
    transform: rotate(8deg) translateX(66%);
    text-align: center;
  }
  .p-top-hero-catch__text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 14rem;
    height: 2.1rem;
    background: url(../images/line_hero.svg) no-repeat center top/cover;
    transform: translate(-50%, 105%);
  }
  .p-top-hero-catch__text::after img {
    width: 100%;
    height: auto;
  }
  .p-top-hero-catch__text span {
    display: block;
    padding: 0;
    background-color: transparent;
    margin-left: 0;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    writing-mode: horizontal-tb;
  }
  .p-top-hero-catch__text span:first-child {
    padding-left: 0;
  }
  .p-top-hero-catch__text--white::after {
    background: url(../images/line_hero_w.svg) no-repeat center top/cover;
  }
  .p-top-hero-catch__text--white span {
    color: white;
  }
  .p-top-hero-catch02 {
    left: 0;
    bottom: -0.2em;
    width: 100%;
  }
  .p-top-hero-catch02__text {
    color: #24ad9b;
    font-size: 3.2rem;
    text-align: center;
    white-space: nowrap;
  }
  .p-top-hero-video {
    width: 100%;
  }
}
.l-footer {
  padding-bottom: 6.4rem;
  background-color: #fff;
}
.l-footer__block {
  width: 110rem;
  margin: auto;
}
.l-footer__line {
  display: flex;
  justify-content: space-between;
}

.c-footer-image {
  position: relative;
}
.c-footer-image img {
  width: 100%;
  height: auto;
}
.c-footer-image__top {
  position: absolute;
  top: -0.1rem;
  left: 0;
  width: 100%;
}
.c-footer-image__bottom {
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 100%;
}

.c-footer-meta {
  text-align: center;
}
.c-footer-meta__logo {
  width: 21rem;
  margin: auto;
}
.c-footer-meta__logo a,
.c-footer-meta__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.c-footer-meta__address {
  margin-top: 3.2rem;
  font-size: 1.4rem;
  line-height: 2;
}

.c-footer-copy-right {
  padding: 7.2rem 0 0;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 0 0 4rem;
  }
  .l-footer__block {
    width: calc(100% - 4.8rem);
    min-width: 0;
  }
  .c-footer-meta__logo {
    width: 18rem;
  }
  .c-footer-meta__address {
    margin-top: 2.4rem;
    font-size: 1.2rem;
  }
  .c-footer-copy-right {
    padding: 3.2rem 0 0;
    text-align: center;
  }
}
.c-nav-toggle {
  cursor: pointer;
  position: fixed;
  top: 3rem;
  right: 2.4rem;
  z-index: 99;
  width: 1.8rem;
  height: 0.9rem;
}
.c-nav-toggle__button {
  transition: all 0.3s ease-out;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.9rem;
  height: 1rem;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.c-nav-toggle__line {
  transition: all 0.3s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #1e1000;
}
.c-nav-toggle__line:first-child {
  transform-origin: top left;
}
.c-nav-toggle__line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.c-nav-toggle__line:last-child {
  top: auto;
  bottom: 0;
  transform-origin: bottom left;
}
.c-nav-toggle.is-menu-close .c-nav-toggle__button {
  transform: translate(-50%, -50%) rotate(360deg);
}
.c-nav-toggle.is-menu-close .c-nav-toggle__line:first-child {
  width: 2rem;
  transform: rotate(30deg);
}
.c-nav-toggle.is-menu-close .c-nav-toggle__line:last-child {
  width: 2rem;
  background-color: #1e1000;
  transform: rotate(-30deg);
}
.c-nav-toggle.is-menu-close .c-nav-toggle__line:nth-child(2) {
  transform: translateX(100%);
  opacity: 0;
}

.l-main {
  margin-top: 8.2rem;
}

.p-top-title {
  position: relative;
  z-index: 3;
  margin-bottom: -7.2rem;
  padding: 6.4rem 0 0;
  text-align: center;
}
.p-top-title__label {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.25em;
  line-height: 1.5;
}
.p-top-title__text {
  margin-top: 1.6rem;
  color: #24ad9b;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.5;
}

.p-top-concept__deco-top {
  background-color: transparent !important;
}

.p-top-concept {
  position: relative;
}
.p-top-concept__block {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 108rem;
  margin: auto;
  padding: 23.6rem 0 13.6rem;
}
.p-top-concept__heading {
  margin-bottom: 6.4rem;
}
.p-top-concept__ja {
  display: block;
  margin-bottom: 2.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.5rem;
  letter-spacing: normal;
  line-height: 1.9;
}
.p-top-concept__en {
  display: block;
  color: #24ad9b;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: normal;
}
.p-top-concept__imagearea {
  position: relative;
  margin-left: 2.4rem;
}
.p-top-concept__image {
  width: 36.4rem;
}
.p-top-concept__image img {
  width: 100%;
  height: auto;
}
.p-top-concept__textarea {
  width: 51.5rem;
  margin-top: 7rem;
}
.p-top-concept__text {
  letter-spacing: 0.125em;
  line-height: 2.5;
}
.p-top-concept__illust-tree {
  position: absolute;
  bottom: -4.5rem;
  left: -1.4rem;
}
.p-top-concept__illust-tree img {
  width: 11.5rem;
  height: auto;
}
.p-top-concept__decoration {
  position: absolute;
  width: 100%;
  height: 100%;
}
.p-top-concept__deco-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 2.4rem;
  background-color: #f5f6f3;
}
.p-top-concept__deco-top .p-top-concept__illust-ski {
  top: 10.5rem;
  right: 12.5rem;
  width: 16.4rem;
}
.p-top-concept__deco-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f5f6f3;
}
.p-top-concept__deco-bottom .p-top-concept__illust-ski {
  right: 24.5rem;
  bottom: 2rem;
  width: 13rem;
}
.p-top-concept__bg {
  width: 100%;
}
.p-top-concept__bg img {
  width: 100%;
  height: auto;
}
.p-top-concept__illust-ski {
  position: absolute;
}
.p-top-concept__illust-ski img {
  width: 100%;
  height: auto;
}

.p-top-feature {
  position: relative;
  padding-top: 6.4rem;
  background-color: #f5f6f3;
}
.p-top-feature__heading {
  text-align: center;
}
.p-top-feature__heading span {
  display: block;
  line-height: 1.2;
}
.p-top-feature__ja {
  display: block;
  margin-bottom: 0.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: normal;
}
.p-top-feature__ja b {
  color: #24ad9b;
  font-family: "Poppins", sans-serif;
  font-size: 10rem;
  font-style: italic;
  font-weight: 700;
}
.p-top-feature__en {
  display: block;
  color: #24ad9b;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: normal;
}
.p-top-feature__bg {
  width: 100%;
}
.p-top-feature__bg img {
  width: 100%;
  height: auto;
}

.p-top-feature-cards {
  width: 108rem;
  margin: auto;
}
.p-top-feature-cards__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 9.6rem;
  margin-top: 8.8rem;
}
.p-top-feature-cards__card:first-child {
  margin-top: 6.4rem;
}
.p-top-feature-cards__card--reverse .p-top-feature-cards__image {
  order: 2;
}
.p-top-feature-cards__card--reverse .p-top-feature-cards__textarea {
  order: 1;
}
.p-top-feature-cards__image {
  position: relative;
  width: 46rem;
  width: 43%;
  width: 42%;
}
.p-top-feature-cards__image img {
  width: 100%;
  height: auto;
}
.p-top-feature-cards__decoration {
  position: absolute;
  right: 2.4rem;
  bottom: -1.8rem;
  width: 18.8rem;
}
.p-top-feature-cards__textarea {
  position: relative;
  width: 50.6rem;
  width: 47%;
  width: 52%;
  padding: 3.2rem;
  background-color: white;
  border-radius: 2.4rem;
}
.p-top-feature-cards__text {
  line-height: 2;
  font-size: 1.5rem;
}

.p-top-feature-cards-heading__point {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  line-height: 1;
  transform: translate(-5%, -55%);
}
.p-top-feature-cards-heading__label {
  margin-right: 0.4rem;
  color: #24ad9b;
  font-family: "Poppins", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: normal;
}
.p-top-feature-cards-heading__num {
  color: #24ad9b;
  font-family: "Train One", system-ui;
  font-size: 8rem;
  font-weight: normal;
  line-height: 1;
}
.p-top-feature-cards-heading__text {
  position: relative;
  margin: 2rem 0 4rem;
  margin: 3.2rem 0 2.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.p-top-feature-cards-heading__text::before, .p-top-feature-cards-heading__text::after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.4rem;
  height: 100%;
  background-color: #24ad9b;
  transform: translateY(-50%);
}
.p-top-feature-cards-heading__text::after {
  left: 0.8rem;
}

.p-top-nekoma {
  position: relative;
  padding-top: 12.7rem;
  padding-bottom: 8.8rem;
  background-color: #f5f6f3;
}
.p-top-nekoma__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
.p-top-nekoma__bg img {
  width: 100%;
  height: auto;
}
.p-top-nekoma__block {
  position: relative;
  z-index: 1;
  width: 99rem;
  margin: auto;
}
.p-top-nekoma__hgroup {
  position: relative;
  margin-bottom: 7.2rem;
  text-align: center;
}
.p-top-nekoma__label {
  display: inline-block;
  padding: 0 2.6rem;
  transform: translateX(-80%) rotate(-10deg);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4rem;
  letter-spacing: normal;
  line-height: 1.8;
}
.p-top-nekoma__label::before, .p-top-nekoma__label::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.546rem;
  height: 2.048rem;
  transform: translateY(-50%);
}
.p-top-nekoma__label::before {
  left: 0;
  background: url(../images/bg_heading_left.svg) no-repeat center center/contain;
}
.p-top-nekoma__label::after {
  right: 0;
  background: url(../images/bg_heading_right.svg) no-repeat center center/contain;
}
.p-top-nekoma__headline {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4rem;
  letter-spacing: normal;
}
.p-top-nekoma__headline b {
  display: inline-block;
  padding: 0 0.2em;
  color: #24ad9b;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  -webkit-text-stroke-width: 0.3rem;
  -webkit-text-stroke-color: #1e1000;
  text-stroke-width: 0.3rem;
  text-stroke-color: #1e1000;
}
.p-top-nekoma__attention {
  margin-top: 6.4rem;
  font-size: 1.3rem;
  text-align: right;
}

.p-top-nekoma-card {
  position: relative;
  margin-top: 5.6rem;
}
.p-top-nekoma-card__image {
  position: absolute;
  top: 50%;
  left: 5.6rem;
  z-index: 2;
  width: 28.8rem;
  height: 28.8rem;
  transform: translateY(-50%);
}
.p-top-nekoma-card__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top-nekoma-card__textarea {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 22.8rem;
  padding: 2.2rem 5.6rem 2.2rem 39.2rem;
  background-color: #fff;
  border-right: 1rem solid #c8dade;
  border-bottom: 1rem solid #c8dade;
  border-radius: 1.8rem;
}
.p-top-nekoma-card__heading {
  position: relative;
  padding-left: 3.2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4rem;
  line-height: 1.4;
}
.p-top-nekoma-card__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.6rem;
  height: 0.4rem;
  background-color: #24ad9b;
  transform: translateY(-50%);
}
.p-top-nekoma-card__text {
  margin-top: 1.8rem;
  line-height: 2.2;
}
.p-top-nekoma-card--reverse .p-top-nekoma-card__image {
  left: auto;
  right: 5.6rem;
}
.p-top-nekoma-card--reverse .p-top-nekoma-card__textarea {
  padding: 2.2rem 39.2rem 2.2rem 5.6rem;
}
.p-top-nekoma-card__cat, .p-top-nekoma-card__cat02, .p-top-nekoma-card__serif, .p-top-nekoma-card__tree {
  position: absolute;
}
.p-top-nekoma-card__cat img, .p-top-nekoma-card__cat02 img, .p-top-nekoma-card__serif img, .p-top-nekoma-card__tree img {
  width: 100%;
  height: auto;
}
.p-top-nekoma-card__cat {
  top: -8.8rem;
  right: 1rem;
  z-index: 0;
  width: 14.8rem;
}
.p-top-nekoma-card__cat02 {
  top: -0.7rem;
  right: 4rem;
  z-index: 2;
  width: 13.6rem;
}
.p-top-nekoma-card__serif {
  top: -17.7rem;
  right: 1rem;
  z-index: 2;
  width: 12.7rem;
}
.p-top-nekoma-card__tree {
  top: 14.3rem;
  left: -6rem;
  z-index: 2;
  width: 18rem;
}

.c-heading {
  margin-bottom: 5.6rem;
  text-align: center;
}
.c-heading--left {
  text-align: left;
}
.c-heading__text {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-heading__label {
  margin-top: 1rem;
  color: #24ad9b;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}

.c-heading02 {
  position: relative;
  margin-bottom: 4rem;
  padding-left: 2.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-heading02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 0.4rem;
  background-color: #24ad9b;
}

.c-heading03 {
  margin-bottom: 2.4rem;
  color: #24ad9b;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4rem;
  line-height: 1.5;
}

.c-heading04 {
  margin: 2.4rem 0 2rem;
  padding: 0.8rem 1.6rem;
  background-color: #f5f6f3;
  font-size: 2rem;
  line-height: 1.5;
}

.p-top-media {
  position: relative;
  z-index: 10;
  padding-top: 0rem;
}
.p-top-media__block {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 104rem;
  margin: auto;
}
.p-top-media__textarea {
  width: 38rem;
}
.p-top-media__text {
  line-height: 2;
}
.p-top-media__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2.2rem;
  margin-left: -2rem;
}
.p-top-media__item {
  position: relative;
  margin-left: 2rem;
  padding-left: 0.8rem;
  font-size: 1.4rem;
}
.p-top-media__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #24ad9b;
  border-radius: 0.2rem;
  transform: translateY(-50%);
}
.p-top-media__media {
  position: relative;
  width: calc(100% - 38rem - 4.1rem);
}
.p-top-media__media-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-top-media__media-inner iframe,
.p-top-media__media-inner img {
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  width: calc(100% - 0.2rem);
  height: calc(100% - 0.2rem);
}
.p-top-media__decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-top-media__decoration img {
  width: calc(100% + 0.2rem);
  height: calc(100% + 0.2rem);
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-voice {
  position: relative;
  z-index: 9;
  margin-top: 8.8rem;
  padding-top: 20.6rem;
  padding-bottom: 9.6rem;
  background-color: #f5f6f3;
}
.p-top-voice--mt-none {
  margin-top: 0;
}
.p-top-voice__deco-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
.p-top-voice__bg {
  width: 100%;
}
.p-top-voice__bg img {
  width: 100%;
  height: auto;
}
.p-top-voice__illust-ski04 {
  position: absolute;
  top: 10rem;
  left: 50%;
  width: 16.8rem;
  transform: translateX(-42.3rem);
}
.p-top-voice__illust-ski04 img {
  width: 100%;
  height: auto;
}
.p-top-voice__illust-tree03 {
  position: absolute;
  top: 13rem;
  left: 50%;
  width: 19.8rem;
  transform: translateX(27.9rem);
}
.p-top-voice__illust-tree03 img {
  width: 100%;
  height: auto;
}
.p-top-voice__block {
  position: relative;
  z-index: 1;
  width: 108rem;
  margin: auto;
}
.p-top-voice__inner {
  position: relative;
}
.p-top-voice__image {
  width: 80.6rem;
}
.p-top-voice__image img {
  width: 100%;
}
.p-top-voice__textarea {
  position: absolute;
  top: 50%;
  right: 0;
  width: 45rem;
  padding: 4.8rem 5.6rem;
  background-color: #fff;
  border-right: 1rem solid #c8dade;
  border-bottom: 1rem solid #c8dade;
  border-radius: 6.4rem;
  transform: translateY(-50%);
}
.p-top-voice__overflow {
  overflow-y: auto;
  max-height: 40rem;
}
.p-top-voice__text {
  font-size: 1.4rem;
}
.p-top-voice__data {
  margin-top: 1.6rem;
  font-size: 1.4rem;
}

.p-top-plan {
  position: relative;
  padding-top: 19rem;
}
.p-top-plan__deco-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
.p-top-plan__deco-top img {
  width: 100%;
  height: auto;
}
.p-top-plan__deco-top .p-top-plan__bg {
  width: 100%;
}
.p-top-plan__deco-top .p-top-plan__illust-ski {
  position: absolute;
  top: 4.2rem;
  left: 50%;
  width: 17.2rem;
  transform: translateX(35.2rem);
}
.p-top-plan__block {
  position: relative;
  z-index: 1;
  width: 108rem;
  margin: auto;
}
.p-top-plan__cards {
  margin-top: 5.6rem;
}

.p-top-plan-card {
  width: 89rem;
  margin-top: 3.2rem;
}
.p-top-plan-card:nth-child(2) {
  margin-left: auto;
  margin-right: auto;
}
.p-top-plan-card:last-child {
  margin-left: auto;
  margin-right: 0;
}
.p-top-plan-card--center-fix {
  margin-left: auto !important;
  margin-right: auto !important;
}
.p-top-plan-card__header {
  padding: 3.2rem 4.8rem;
  background-color: #f5f6f3;
  border: 0.2rem solid #1e1000;
  border-radius: 6.4rem 6.4rem 0 0;
}
.p-top-plan-card__header-column {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-top-plan-card__title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.6rem;
  line-height: 1.4;
}
.p-top-plan-card__title small {
  display: inline-block;
  margin-left: 1.2rem;
  transform: rotate(0.05deg);
  font-size: 1.8rem;
}
.p-top-plan-card__point {
  width: 36.2rem;
  padding: 1.2rem 3.6rem;
  background-color: white;
  border-radius: 2.4rem;
}
.p-top-plan-card__point img {
  width: 100%;
  height: auto;
}
.p-top-plan-card__body {
  padding: 4.8rem;
  border: 0.2rem solid #1e1000;
  border-top: none;
  border-radius: 0 0 6.4rem 6.4rem;
}
.p-top-plan-card__detail {
  display: flex;
  justify-content: space-between;
}
.p-top-plan-card__text {
  width: 30rem;
  font-size: 1.4rem;
}
.p-top-plan-card__text--large {
  width: 36.8rem;
}
.p-top-plan-card__price {
  width: calc(100% - 30rem - 4rem);
}
.p-top-plan-card__price--small {
  width: calc(100% - 36.8rem - 4rem);
}
.p-top-plan-card__icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 3rem;
  margin-left: -1.325rem;
}
.p-top-plan-card__icon {
  width: 7.6rem;
  margin-top: 1rem;
  margin-left: 1.325rem;
}
.p-top-plan-card__icon img {
  width: 100%;
  height: auto;
}

.p-top-plan-price {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.p-top-plan-price:last-child {
  margin-bottom: 0;
}
.p-top-plan-price__tag {
  margin-right: 1.2rem;
  padding: 0.6rem 1.2rem 0.8rem;
  background-color: #1e1000;
  border-radius: 0.3rem;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: normal;
  line-height: 1.4;
}
.p-top-plan-price__value {
  letter-spacing: normal;
  line-height: 1;
}
.p-top-plan-price__num {
  font-size: 2.8rem;
}
.p-top-plan-price__num--line {
  position: relative;
}
.p-top-plan-price__num--line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 0.7rem;
  border-top: 0.2rem solid #24ad9b;
  border-bottom: 0.2rem solid #24ad9b;
  transform: translateY(-50%);
}
.p-top-plan-price__text {
  font-size: 1.6rem;
}
.p-top-plan-price__text--accent {
  color: #24ad9b;
  color: #f33239;
}
.p-top-plan-price__tax {
  font-size: 1.2rem;
}
.p-top-plan-price--sale .p-top-plan-price__tag {
  position: relative;
  padding: 0.4rem 1.8rem 0.6rem 1.2rem;
  background-color: #24ad9b;
  background-color: #f33239;
  font-size: 1.6rem;
}
.p-top-plan-price--sale .p-top-plan-price__tag::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1rem;
  height: 100%;
  border-left: 1rem solid #24ad9b;
  border-left: 1rem solid #f33239;
  border-top: 2.7rem solid #fff;
  border-bottom: 2.7rem solid #fff;
}
.p-top-plan-price--sale .p-top-plan-price__tag--small {
  min-width: 10rem;
  text-align: center;
}
.p-top-plan-price--sale .p-top-plan-price__tag--small::after {
  border-left: 1rem solid #24ad9b;
  border-left: 1rem solid #f33239;
  border-top: 1.6rem solid #fff;
  border-bottom: 1.6rem solid #fff;
}
.p-top-plan-price--sale .p-top-plan-price__num {
  color: #24ad9b;
  color: #f33239;
  font-size: 4.6rem;
}
.p-top-plan-price--sale .p-top-plan-price__text {
  font-size: 2.5rem;
}
.p-top-plan-price--sale .p-top-plan-price__tax {
  font-size: 1.6rem;
}
.p-top-plan-price__note {
  margin-top: 0.5em;
  font-size: 1.4rem;
}
.p-top-plan-price__note b {
  color: #ff4c4e;
  font-size: 2rem;
  font-weight: 700;
}
.p-top-plan-price__icon {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.6rem;
  height: 7.6rem;
  background-color: #24ad9b;
  border-radius: 3.8rem;
  color: #fff;
  font-family: "Train One", system-ui;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1;
}

.p-top-plan-option {
  width: 89rem;
  margin: 5.6rem auto 0;
}
.p-top-plan-option .c-heading02 {
  margin-bottom: 3.2rem;
}
.p-top-plan-option__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-top-plan-option__item {
  width: 43rem;
}
.p-top-plan-option__value {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 2.4rem 2.4rem;
  background-color: #fff;
  border: 0.2rem solid #1e1000;
  border-radius: 5em;
  line-height: 1.5;
}
.p-top-plan-option__value dt,
.p-top-plan-option__value dd {
  font-size: 1.4rem;
}
.p-top-plan-option__value dt {
  position: relative;
  padding-left: 1.6rem;
}
.p-top-plan-option__value dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #24ad9b;
  border-radius: 0.2rem;
  transform: translateY(-50%);
}
.p-top-plan-option__text {
  margin-top: 1.6rem;
  margin-left: calc(2.4rem + 1em);
  font-size: 1.2rem;
  line-height: 1.8;
}

.p-top-flow {
  position: relative;
  margin-top: -10.5rem;
  padding-top: 30rem;
  padding-bottom: 11rem;
  background-color: #f5f6f3;
}
.p-top-flow__deco-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.p-top-flow__deco-top img {
  width: 100%;
  height: auto;
}
.p-top-flow__deco-top .p-top-flow__bg {
  width: 100%;
  background-color: #f5f6f3;
}
.p-top-flow__block {
  position: relative;
  z-index: 1;
  width: 108rem;
  margin: auto;
}
.p-top-flow__inner {
  position: relative;
  margin-top: 7.2rem;
  padding-top: 4.8rem;
}
.p-top-flow__inner--second {
  margin-top: 0;
  padding-top: 13rem;
}
.p-top-flow__deco01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.p-top-flow__deco01 img {
  width: 100%;
}
.p-top-flow__deco01 .p-top-flow__ski {
  position: absolute;
  top: -2.6rem;
  right: 26.1rem;
  width: 10.6rem;
}
.p-top-flow__deco01 .p-top-flow__tree {
  position: absolute;
  top: 19.8rem;
  right: 13.8rem;
  width: 17.8rem;
}
.p-top-flow__deco02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-flow__deco02 img {
  width: 100%;
}
.p-top-flow__deco02 .p-top-flow__tree {
  position: absolute;
  top: -25.3rem;
  left: -2.4rem;
  width: 15.1rem;
}
.p-top-flow__deco02 .p-top-flow__tree02 {
  position: absolute;
  top: 23.8rem;
  left: 16.3rem;
  width: 8rem;
}
.p-top-flow__deco02 .p-top-flow__ski {
  position: absolute;
  top: 46.8rem;
  left: 78.7rem;
  width: 19.2rem;
}
.p-top-flow__deco02 .p-top-flow__tree03 {
  position: absolute;
  top: 76.6rem;
  left: 5.5rem;
  width: 12.6rem;
}
.p-top-flow__deco02 .p-top-flow__ski02 {
  position: absolute;
  bottom: -4rem;
  left: 16rem;
  width: 16rem;
}
.p-top-flow__heading {
  position: absolute;
  top: 0;
  right: 9.4rem;
  padding: 0.4rem 0.6rem;
  border-right: 0.3rem solid #24ad9b;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.8rem;
  line-height: normal;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
.p-top-flow__heading--left {
  left: 10.9rem;
  right: auto;
}

.p-top-flow-card {
  position: relative;
  width: 60.4rem;
  margin-bottom: 8rem;
  padding: 4.8rem 4rem 3.2rem;
  background-color: #fff;
  border-right: 1rem solid #c8dade;
  border-bottom: 1rem solid #c8dade;
  border-radius: 2.4rem;
}
.p-top-flow-card--center {
  margin-left: auto;
  margin-right: auto;
}
.p-top-flow-card--center02 {
  margin-left: auto;
  margin-right: auto;
  transform: translateX(10.9rem);
}
.p-top-flow-card--right {
  margin-left: auto;
  margin-right: 0;
}
.p-top-flow-card:last-child {
  margin-bottom: 0;
}
.p-top-flow-card__step {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-2rem, -64%);
}
.p-top-flow-card__label {
  font-family: "Poppins", sans-serif;
  font-size: 3.8rem;
  letter-spacing: normal;
  line-height: 1;
}
.p-top-flow-card__num {
  color: #24ad9b;
  font-family: "Train One", system-ui;
  font-weight: 500;
  font-size: 7.2rem;
  letter-spacing: normal;
  line-height: 1;
}
.p-top-flow-card__title {
  margin-bottom: 1.6rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.2rem;
  line-height: 1.3;
}
.p-top-flow-card__column {
  overflow: hidden;
}
.p-top-flow-card__image {
  float: left;
  width: 35%;
  margin-top: 0.8rem;
  margin-right: 2.4rem;
}
.p-top-flow-card__image img {
  width: 100%;
  height: auto;
}
.p-top-flow-card__text {
  font-size: 1.4rem;
}
.p-top-flow-card__text span {
  display: block;
  margin-top: 2.4rem;
  padding: 1.2rem;
  background-color: #f5f6f3;
  border: 0.1rem solid #c8dade;
  border-radius: 2em;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.3;
}

.p-top-board {
  position: relative;
  padding-top: 11rem;
}
.p-top-board__deco-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.p-top-board__deco-top img {
  width: 100%;
  height: auto;
}
.p-top-board__deco-top .p-top-board__bg {
  width: 100%;
}
.p-top-board__block {
  width: 99rem;
  margin: auto;
}
.p-top-board__block--far {
  margin-top: 6.4rem;
}
.p-top-board__section {
  padding: 4.8rem;
  background-color: white;
  border: 0.2rem dashed #c8dade;
  border-radius: 3.2rem;
}
.p-top-board__inner {
  margin-top: 4rem;
}
.p-top-board__inner:first-child {
  margin-top: 0;
}

.c-root-flow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-root-flow p {
  position: relative;
  margin-right: 0.8rem;
  padding-right: 3.2rem;
  text-align: center;
}
.c-root-flow p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.4rem;
  height: 0.1rem;
  background-color: #24ad9b;
  transform: translateY(-50%);
}
.c-root-flow p:last-child {
  margin-right: 0;
  padding-right: 0;
}
.c-root-flow p:last-child::after {
  display: none;
}
.c-root-flow__name {
  font-size: 1.4rem;
  letter-spacing: normal;
}
.c-root-flow__note {
  color: rgba(36, 173, 155, 0.7);
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: normal;
  line-height: 1.4;
}

.c-time__card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1.6rem;
  padding: 1rem;
  background-color: #f5f6f3;
}
.c-time__time {
  margin-right: 2.8rem;
  padding: 1.2rem;
  background-color: white;
  line-height: 1.5;
}
.c-time__value {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.65;
}
.c-time__value--accent {
  color: #24ad9b;
}
.c-time__text {
  margin-top: 1.6rem;
  font-size: 1.3rem;
}

.c-qa {
  margin-top: 3.2rem;
  padding: 2rem;
  background-color: #f5f6f3;
  border-radius: 1.2rem;
}
.c-qa__title {
  display: flex;
}
.c-qa__title p {
  flex: 1;
  margin-top: 0.35em;
  color: #24ad9b;
  font-size: 1.8rem;
  line-height: 2;
}
.c-qa__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  margin-right: 2.2rem;
  background-color: #24ad9b;
  border-radius: 1.2rem;
  color: #fff;
}
.c-qa__icon--w {
  background-color: white;
  color: #24ad9b;
}
.c-qa__answer {
  display: flex;
  margin-top: 2rem;
  padding: 1.6rem;
  background-color: #e8f4f7;
  border-radius: 1.2rem;
}
.c-qa__answer p {
  flex: 1;
  margin-top: 0.35em;
  font-size: 1.5rem;
  line-height: 2;
}

.p-top-access {
  position: relative;
  padding-top: 15.6rem;
  padding-bottom: 4rem;
  background-color: #f5f6f3;
}
.p-top-access__deco-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.p-top-access__deco-top img {
  width: 100%;
  height: auto;
}
.p-top-access__deco-top .p-top-access__bg {
  width: 100%;
  background-color: #fff;
}
.p-top-access__deco-top .p-top-access__bg--padding-top {
  padding-top: 15rem;
}
.p-top-access__deco-top .p-top-access__bg img:nth-child(2) {
  margin-top: 20rem;
}
.p-top-access__block {
  position: relative;
  z-index: 1;
  width: 99rem;
  margin: auto;
}
.p-top-access__map {
  width: 100%;
}
.p-top-access__map iframe {
  width: 100%;
  height: 42rem;
}
.p-top-access__body {
  margin-top: 3.2rem;
  padding: 4.2rem;
  background-color: #fff;
  border-right: 1rem solid #c8dade;
  border-bottom: 1rem solid #c8dade;
  border-radius: 2.4rem;
}
.p-top-access__line {
  display: flex;
  width: 100%;
  margin-top: 3.2rem;
}
.p-top-access__line:first-child {
  margin-top: 0;
}
.p-top-access__heading {
  width: 31rem;
}
.p-top-access__name {
  margin-bottom: 0.6rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.6rem;
  line-height: 1.4;
}
.p-top-access__name small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
}
.p-top-access__textarea {
  width: calc(100% - 31rem);
}
.p-top-access__detail {
  margin-top: 1.6rem;
}
.p-top-access__detail:first-child {
  margin-top: 0;
}
.p-top-access__detail dt {
  position: relative;
  font-size: 1.8rem;
  padding-left: 1.6rem;
}
.p-top-access__detail dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #24ad9b;
  border-radius: 0.3rem;
  transform: translateY(-50%);
}
.p-top-access__detail dd li {
  margin-top: 0.6rem;
  line-height: 2;
}

.p-top-access-pr {
  margin-top: 3.2rem;
  padding: 4rem;
  background-color: #fff;
  border: 0.2rem dashed #c8dade;
  border-radius: 4rem;
}
.p-top-access-pr .c-heading02 {
  margin-bottom: 1.6rem;
}

.p-top-reservation {
  position: relative;
  padding-top: 11rem;
  padding-bottom: 8rem;
}
.p-top-reservation__deco-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.p-top-reservation__deco-top img {
  width: 100%;
  height: auto;
}
.p-top-reservation__deco-top .p-top-reservation__bg {
  width: 100%;
}
.p-top-reservation__block {
  position: relative;
  z-index: 1;
  width: 89rem;
  margin: auto;
}
.p-top-reservation__text a {
  color: #24ad9b;
  text-decoration: underline;
}
.p-top-reservation__attention {
  margin-top: 2.4rem;
  padding: 2.7rem 4.6rem;
  background-color: #f8f8f8;
  border: 0.1rem solid #d0d0d0;
  border-radius: 0.8rem;
}
.p-top-reservation__attention p {
  font-size: 1.4rem;
}
.p-top-reservation__form {
  margin-top: 5.6rem;
}

@media screen and (max-width: 767px) {
  .l-main {
    margin-top: 7.2rem;
  }
  .p-top-title {
    margin-bottom: -5.6rem;
    padding: 5.6rem 0 0;
  }
  .p-top-title__label {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .p-top-title__text {
    margin-top: 0.8rem;
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .p-top-concept__block {
    display: block;
    width: 100%;
    padding: 8.8rem 2.4rem 14.2rem;
  }
  .p-top-concept__heading {
    margin-bottom: 4.5rem;
  }
  .p-top-concept__ja {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  .p-top-concept__en {
    margin-top: 0.8rem;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .p-top-concept__imagearea {
    position: relative;
    width: 18.3rem;
    margin: auto;
  }
  .p-top-concept__image {
    width: 100%;
  }
  .p-top-concept__textarea {
    width: 100%;
    margin-top: 8.4rem;
  }
  .p-top-concept__text {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    line-height: 2.5;
  }
  .p-top-concept__illust-tree {
    position: absolute;
    bottom: -4.4rem;
    left: -3.2rem;
  }
  .p-top-concept__illust-tree img {
    width: 7.6rem;
  }
  .p-top-concept__deco-top {
    padding-top: 3.2rem;
  }
  .p-top-concept__deco-top .p-top-concept__illust-ski {
    top: 19.8rem;
    right: auto;
    left: 50%;
    width: 10.8rem;
    transform: translateX(4.8rem);
  }
  .p-top-concept__deco-bottom {
    background-color: #f5f6f3;
  }
  .p-top-concept__deco-bottom .p-top-concept__illust-ski {
    right: auto;
    bottom: 0;
    left: 50%;
    width: 8.2rem;
    transform: translateX(-12.6rem);
    z-index: 999;
  }
  .p-top-feature {
    padding-top: 4rem;
  }
  .p-top-feature__heading {
    text-align: center;
  }
  .p-top-feature__heading span {
    display: block;
    line-height: 1.2;
  }
  .p-top-feature__bg {
    padding-top: 4rem;
  }
  .p-top-feature__ja {
    font-size: 2.5rem;
  }
  .p-top-feature__ja b {
    font-size: 6.4rem;
  }
  .p-top-feature__en {
    font-size: 1.4rem;
  }
  .p-top-feature-cards {
    width: calc(100% - 4.8rem);
  }
  .p-top-feature-cards__card {
    flex-wrap: wrap;
    margin-top: 7.2rem;
  }
  .p-top-feature-cards__card:first-child {
    margin-top: 4rem;
  }
  .p-top-feature-cards__card--reverse .p-top-feature-cards__image {
    order: 2;
  }
  .p-top-feature-cards__card--reverse .p-top-feature-cards__textarea {
    order: 1;
  }
  .p-top-feature-cards__image {
    order: 2;
    width: 24rem;
    margin: auto;
    margin-top: 3.2rem;
  }
  .p-top-feature-cards__decoration {
    right: 0;
    bottom: -1.8rem;
    width: 11.8rem;
  }
  .p-top-feature-cards__textarea {
    order: 1;
    width: 50.6rem;
  }
  .p-top-feature-cards__text {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    line-height: 2.1;
  }
  .p-top-feature-cards-heading__label {
    font-size: 1.8rem;
  }
  .p-top-feature-cards-heading__num {
    font-size: 7.2rem;
  }
  .p-top-feature-cards-heading__text {
    margin: 2.4rem 0 2rem;
    padding-left: 2rem;
    padding-left: 0rem;
    font-size: 2.4rem;
    letter-spacing: normal;
  }
  .p-top-feature-cards-heading__text::before, .p-top-feature-cards-heading__text::after {
    width: 0.2rem;
  }
  .p-top-feature-cards-heading__text::after {
    left: 0.5rem;
  }
  .p-top-nekoma {
    padding-top: 8rem;
    padding-bottom: 14rem;
  }
  .p-top-nekoma__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
  }
  .p-top-nekoma__bg img {
    width: 100%;
    height: auto;
  }
  .p-top-nekoma__block {
    width: calc(100% - 4.8rem);
  }
  .p-top-nekoma__hgroup {
    position: relative;
    margin-bottom: 4rem;
    text-align: center;
  }
  .p-top-nekoma__label {
    font-size: 1.6rem;
  }
  .p-top-nekoma__headline {
    margin-top: -1rem;
    font-size: 2rem;
  }
  .p-top-nekoma__headline b {
    display: block;
    font-size: 3.2rem;
  }
  .p-top-nekoma__attention {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.6rem;
    font-size: 1rem;
    text-align: left;
    text-indent: -1em;
    line-height: 1.5;
  }
  .p-top-nekoma-card {
    position: relative;
    width: 85%;
    margin: auto;
    margin-top: 3.2rem;
    padding: 2.4rem;
    background-color: #fff;
    border-right: 0.8rem solid #c8dade;
    border-bottom: 0.8rem solid #c8dade;
    border-radius: 1.8rem;
  }
  .p-top-nekoma-card:first-child {
    margin-top: 6.4rem;
  }
  .p-top-nekoma-card__image {
    position: relative;
    top: auto;
    left: 0;
    width: 70%;
    height: auto;
    margin: auto;
    transform: translateY(0);
  }
  .p-top-nekoma-card__image img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    transform: translate(0, 0);
  }
  .p-top-nekoma-card__textarea {
    min-height: auto;
    margin-top: 2.4rem;
    padding: 0;
    background-color: transparent;
    border: 0;
  }
  .p-top-nekoma-card__heading {
    padding-left: 2.4rem;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .p-top-nekoma-card__heading::after {
    width: 1.2rem;
  }
  .p-top-nekoma-card__text {
    margin-top: 1.8rem;
    font-size: 1.3rem;
    line-height: 2.2;
  }
  .p-top-nekoma-card--reverse .p-top-nekoma-card__image {
    left: auto;
    right: auto;
  }
  .p-top-nekoma-card--reverse .p-top-nekoma-card__textarea {
    padding: 0;
  }
  .p-top-nekoma-card__cat, .p-top-nekoma-card__cat02, .p-top-nekoma-card__serif, .p-top-nekoma-card__tree {
    position: absolute;
  }
  .p-top-nekoma-card__cat img, .p-top-nekoma-card__cat02 img, .p-top-nekoma-card__serif img, .p-top-nekoma-card__tree img {
    width: 100%;
    height: auto;
  }
  .p-top-nekoma-card__cat {
    top: -5.6rem;
    right: 1rem;
    z-index: -1;
    width: 8.8rem;
  }
  .p-top-nekoma-card__cat02 {
    top: -0.7rem;
    right: 2.4rem;
    z-index: 2;
    width: 8rem;
  }
  .p-top-nekoma-card__serif {
    top: -9.6rem;
    right: -4rem;
    z-index: 2;
    width: 9rem;
    transform: rotate(25deg);
  }
  .p-top-nekoma-card__tree {
    top: auto;
    bottom: -9.2rem;
    left: -4rem;
    width: 13rem;
  }
  .c-heading {
    margin-bottom: 3.2rem;
    letter-spacing: normal;
  }
  .c-heading__text {
    font-size: 2.4rem;
  }
  .c-heading__label {
    margin-top: 0.8rem;
    font-size: 1.6rem;
  }
  .c-heading02 {
    margin-bottom: 2.4rem;
    padding-left: 1.8rem;
    font-size: 2rem;
    line-height: 1.4;
  }
  .c-heading02::before {
    width: 1.2rem;
  }
  .c-heading03 {
    margin-bottom: 2rem;
    font-size: 2.2rem;
    letter-spacing: normal;
  }
  .c-heading04 {
    margin: 2.4rem 0 1.6rem;
    font-size: 1.8rem;
    letter-spacing: normal;
  }
  .p-top-media {
    padding-top: 4.8rem;
  }
  .p-top-media__block {
    width: calc(100% - 4.8rem);
  }
  .p-top-media__textarea {
    width: 100%;
  }
  .p-top-media__text {
    font-size: 1.3rem;
  }
  .p-top-media__list {
    margin-top: 1.6rem;
    margin-left: -2rem;
  }
  .p-top-media__item {
    font-size: 1.3rem;
    line-height: 2;
  }
  .p-top-media__media {
    width: 100%;
    margin-top: 4rem;
  }
  .p-top-voice {
    margin-top: 3.2rem;
    padding-top: 12.4rem;
    padding-bottom: 4.8rem;
  }
  .p-top-voice--mt-none {
    margin-top: 0;
  }
  .p-top-voice__bg {
    width: 100%;
  }
  .p-top-voice__bg img {
    width: 100%;
    height: auto;
  }
  .p-top-voice__illust-ski04 {
    top: 13rem;
    width: 8.6rem;
    transform: translateX(-17.3rem);
  }
  .p-top-voice__illust-tree03 {
    top: 4rem;
    width: 10rem;
    transform: translateX(6rem);
  }
  .p-top-voice__block {
    width: calc(100% - 4.8rem);
  }
  .p-top-voice__image {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .p-top-voice__image img {
    width: 100%;
    height: 100%;
  }
  .p-top-voice__textarea {
    position: relative;
    top: 0;
    right: 0;
    z-index: 0;
    width: 90%;
    margin: -4.8rem auto 0 auto;
    padding: 6.4rem 2.4rem 2.4rem;
    border-right: 0.8rem solid #c8dade;
    border-bottom: 0.8rem solid #c8dade;
    border-radius: 2.4rem;
    transform: translateY(0);
  }
  .p-top-voice__overflow {
    max-height: none;
  }
  .p-top-voice__text {
    font-size: 1.2rem;
    line-height: 2;
  }
  .p-top-voice__data {
    margin-top: 1.6rem;
    font-size: 1.2rem;
  }
  .p-top-plan {
    padding-top: 9.6rem;
  }
  .p-top-plan__deco-top {
    z-index: 9;
  }
  .p-top-plan__deco-top .p-top-plan__illust-ski {
    top: -1.6rem;
    width: 8.6rem;
    transform: translateX(6.4rem);
  }
  .p-top-plan__block {
    width: calc(100% - 4.8rem);
  }
  .p-top-plan__cards {
    margin-top: 4rem;
  }
  .p-top-plan-card {
    width: 100%;
    margin-top: 2.4rem;
  }
  .p-top-plan-card__header {
    padding: 2.4rem;
    border-radius: 2.4rem 2.4rem 0 0;
  }
  .p-top-plan-card__header-column {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-top-plan-card__title {
    font-size: 1.7rem;
    white-space: nowrap;
  }
  .p-top-plan-card__title small {
    transform: rotate(0);
    font-size: 1.4rem;
  }
  .p-top-plan-card__point {
    width: 100%;
    margin-top: 1.6rem;
    padding: 1.2rem 2.4rem;
  }
  .p-top-plan-card__point img {
    width: 100%;
  }
  .p-top-plan-card__body {
    padding: 2.4rem;
    border-radius: 0 0 2.4rem 2.4rem;
  }
  .p-top-plan-card__detail {
    flex-wrap: wrap;
  }
  .p-top-plan-card__text {
    width: 100%;
    font-size: 1.3rem;
    line-height: 2;
  }
  .p-top-plan-card__price {
    width: 100%;
    margin-top: 1.6rem;
  }
  .p-top-plan-card__icons {
    margin-top: 2.4rem;
    margin-left: -2.5%;
  }
  .p-top-plan-card__icon {
    width: 17.5%;
    margin-top: 0.8rem;
    margin-left: 2.5%;
  }
  .p-top-plan-price {
    position: relative;
    display: block;
    margin-bottom: 1rem;
  }
  .p-top-plan-price:last-child {
    margin-bottom: 0;
  }
  .p-top-plan-price__tag {
    display: inline-block;
    margin-right: 0;
    font-size: 1.2rem;
  }
  .p-top-plan-price__value {
    margin-top: 0.4rem;
    letter-spacing: normal;
    line-height: 1;
  }
  .p-top-plan-price__num {
    display: inline-block;
    font-size: 2.6rem;
    line-height: 1;
  }
  .p-top-plan-price__text {
    font-size: 1.2rem;
  }
  .p-top-plan-price__tax {
    font-size: 1.4rem;
  }
  .p-top-plan-price--sale {
    margin-top: 1.6rem;
  }
  .p-top-plan-price--sale .p-top-plan-price__tag {
    padding: 0.4rem 1.2rem 0.6rem 1.2rem;
    font-size: 1.5rem;
  }
  .p-top-plan-price--sale .p-top-plan-price__tag::after {
    display: none;
  }
  .p-top-plan-price--sale .p-top-plan-price__num {
    font-size: 3.8rem;
  }
  .p-top-plan-price--sale .p-top-plan-price__text {
    font-size: 1.8rem;
  }
  .p-top-plan-price--sale .p-top-plan-price__tax {
    font-size: 1.4rem;
  }
  .p-top-plan-price__icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 6.4rem;
    height: 6.4rem;
    background-color: #24ad9b;
    border-radius: 3.8rem;
    font-size: 1.8rem;
  }
  .p-top-plan-option {
    width: 100%;
    margin: 4rem auto 0;
  }
  .p-top-plan-option__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-top-plan-option__item {
    width: 100%;
    margin-top: 2.4rem;
  }
  .p-top-plan-option__item:first-child {
    margin-top: 0;
  }
  .p-top-plan-option__value {
    width: 100%;
    padding: 1.6rem;
  }
  .p-top-plan-option__value dt,
  .p-top-plan-option__value dd {
    font-size: 1.3rem;
  }
  .p-top-plan-option__value dt {
    position: relative;
    padding-left: 1.2rem;
  }
  .p-top-plan-option__text {
    margin-top: 0.8rem;
    margin-left: 1em;
    font-size: 1rem;
    line-height: 1.5;
  }
  .p-top-flow {
    position: relative;
    margin-top: 2.4rem;
    padding-top: 16rem;
    padding-bottom: 18rem;
    background-color: #f5f6f3;
  }
  .p-top-flow__deco-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  .p-top-flow__deco-top img {
    width: 100%;
    height: auto;
  }
  .p-top-flow__deco-top .p-top-flow__bg {
    width: 100%;
    background-color: #f5f6f3;
  }
  .p-top-flow__block {
    width: calc(100% - 4.8rem);
    margin: auto;
  }
  .p-top-flow__inner {
    position: relative;
    margin-top: 6.4rem;
    padding-top: 0;
  }
  .p-top-flow__inner--second {
    margin-top: 0;
    padding-top: 8.8rem;
  }
  .p-top-flow__cards {
    margin-top: 6.4rem;
  }
  .p-top-flow__deco01 .p-top-flow__ski {
    position: absolute;
    top: -25.6rem;
    right: 1.3rem;
    width: 7.2rem;
  }
  .p-top-flow__deco01 .p-top-flow__tree {
    position: absolute;
    top: -4rem;
    right: 23.8rem;
    width: 9rem;
  }
  .p-top-flow__deco02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-top-flow__deco02 img {
    width: 100%;
  }
  .p-top-flow__deco02 .p-top-flow__tree {
    position: absolute;
    top: 1.7rem;
    left: 0.5rem;
    width: 8.2rem;
  }
  .p-top-flow__deco02 .p-top-flow__tree02 {
    top: 8.88rem;
    left: 6rem;
    width: 4rem;
  }
  .p-top-flow__deco02 .p-top-flow__ski {
    top: 15.8rem;
    left: 23rem;
    width: 10.6rem;
  }
  .p-top-flow__deco02 .p-top-flow__snow {
    display: none;
  }
  .p-top-flow__deco02 .p-top-flow__tree03 {
    top: auto;
    left: 6.4rem;
    bottom: -12rem;
    width: 8.8rem;
  }
  .p-top-flow__deco02 .p-top-flow__ski02 {
    bottom: -17.1rem;
    left: 19.6rem;
    width: 11rem;
  }
  .p-top-flow__heading {
    position: relative;
    top: auto;
    right: auto;
    margin: auto;
    padding: 0.4rem 0.6rem;
    font-size: 2.4rem;
  }
  .p-top-flow__heading--left {
    left: auto;
    right: auto;
  }
  .p-top-flow-card {
    width: 100%;
    margin-bottom: 8rem;
    padding: 4rem 2.4rem 2.4rem;
    border-right: 0.8rem solid #c8dade;
    border-bottom: 0.8rem solid #c8dade;
  }
  .p-top-flow-card--center {
    margin-left: auto;
    margin-right: auto;
  }
  .p-top-flow-card--center02 {
    margin-left: auto;
    margin-right: auto;
    transform: translateX(0);
  }
  .p-top-flow-card--right {
    margin-left: auto;
    margin-right: auto;
  }
  .p-top-flow-card:last-child {
    margin-bottom: 0;
  }
  .p-top-flow-card__step {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(2.4rem, -64%);
  }
  .p-top-flow-card__label {
    font-size: 2.8rem;
  }
  .p-top-flow-card__num {
    font-size: 5.6rem;
  }
  .p-top-flow-card__title {
    margin-bottom: 1.6rem;
    font-size: 2.8rem;
    letter-spacing: normal;
  }
  .p-top-flow-card__image {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
  .p-top-flow-card__text {
    font-size: 1.3rem;
    line-height: 2;
  }
  .p-top-flow-card__text span {
    padding: 1.2rem 2.4rem;
    border-radius: 2em;
    font-size: 1.2rem;
  }
  .p-top-board {
    position: relative;
    padding-top: 11rem;
  }
  .p-top-board__deco-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .p-top-board__deco-top img {
    width: 100%;
    height: auto;
  }
  .p-top-board__deco-top .p-top-board__bg {
    width: 100%;
  }
  .p-top-board__block {
    width: calc(100% - 4.8rem);
    margin: auto;
  }
  .p-top-board__block--far {
    margin-top: 4.8rem;
  }
  .p-top-board__section {
    padding: 2.4rem;
    border-radius: 2.4rem;
  }
  .p-top-board__line--far {
    margin-top: 3.2rem;
  }
  .c-root-flow {
    margin-top: -1.2rem;
  }
  .c-root-flow p {
    margin-top: 1.2rem;
  }
  .c-time__time {
    width: 100%;
    margin-right: 0;
    padding: 0.4rem 0.8rem;
    background-color: white;
  }
  .c-time__value {
    margin-top: 0.8rem;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .p-top-access {
    padding-top: 10rem;
    padding-bottom: 5.6rem;
  }
  .p-top-access__block {
    width: calc(100% - 4.8rem);
  }
  .p-top-access__map iframe {
    height: 26rem;
  }
  .p-top-access__body {
    margin-top: 2.4rem;
    padding: 2.4rem;
    border-right: 0.8rem solid #c8dade;
    border-bottom: 0.8rem solid #c8dade;
    border-radius: 1.8rem;
  }
  .p-top-access__line {
    flex-wrap: wrap;
    margin-top: 2.4rem;
  }
  .p-top-access__line:first-child {
    margin-top: 0;
  }
  .p-top-access__heading {
    width: 100%;
    margin-bottom: 1.6rem;
  }
  .p-top-access__heading .c-heading02 {
    margin-bottom: 0;
  }
  .p-top-access__name {
    margin-bottom: 0.6rem;
    font-size: 1.8rem;
  }
  .p-top-access__name small {
    font-size: 1rem;
  }
  .p-top-access__address {
    font-size: 1.3rem;
    line-height: 2;
  }
  .p-top-access__textarea {
    width: 100%;
  }
  .p-top-access__detail {
    margin-top: 1.6rem;
  }
  .p-top-access__detail:first-child {
    margin-top: 0;
  }
  .p-top-access__detail dt {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .p-top-access__detail dd li {
    margin-top: 0.6rem;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .p-top-access-pr {
    padding: 3.2rem;
  }
  .p-top-access-pr .c-heading02 {
    margin-bottom: 1.6rem;
  }
  .p-top-access-pr__text {
    font-size: 1.3rem;
  }
  .p-top-reservation {
    padding-top: 9rem;
    padding-bottom: 6.4rem;
  }
  .p-top-reservation__deco-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  .p-top-reservation__deco-top img {
    width: 100%;
    height: auto;
  }
  .p-top-reservation__deco-top .p-top-reservation__bg {
    width: 100%;
  }
  .p-top-reservation__block {
    width: calc(100% - 4.8rem);
  }
  .p-top-reservation__text {
    font-size: 1.3rem;
  }
  .p-top-reservation__attention {
    padding: 2.4rem;
  }
  .p-top-reservation__attention p {
    font-size: 1.3rem;
  }
  .p-top-reservation__form {
    margin-top: 4.8rem;
  }
  .c-qa {
    padding: 1.8rem;
  }
  .c-qa__title {
    display: flex;
  }
  .c-qa__title p {
    margin-top: 0.15em;
    font-size: 1.6rem;
  }
  .c-qa__icon {
    width: 4rem;
    height: 4rem;
    margin-right: 1.8rem;
  }
  .c-qa__answer {
    display: flex;
    margin-top: 2rem;
    padding: 1.6rem;
    background-color: #e8f4f7;
    border-radius: 1.2rem;
  }
  .c-qa__answer p {
    flex: 1;
    margin-top: 0.35em;
    line-height: 2;
  }
}/*# sourceMappingURL=style.css.map */