@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&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: 500;
  letter-spacing: 0.11em;
  line-height: 2;
  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: #079248;
  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: #079248;
}
.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: #079248;
}
.b-bdr-color--black {
  border-color: #1e1000;
}
.b-bdr-color--white {
  border-color: #fff;
}

.b-bkg-color--main {
  background-color: #079248;
}
.b-bkg-color--main-light {
  background-color: #e6f4ed;
}

.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__row-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2.4rem;
}
.p-form__row-group .p-form__row {
  width: 48%;
  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.5rem 0.6rem 0.6rem;
  margin-right: 1.2rem;
  background-color: #1e1000;
  border-radius: 0.3rem;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1;
}
.p-form__icon--require {
  background-color: #ff4c4e;
}
.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: 0.8rem 1.6rem;
  background-color: #f8f8f8;
  border: 0.1rem solid #ccc;
  border-radius: 0.3rem;
  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: 0.8rem 1.6rem;
  background-color: #f8f8f8;
  border: 0.1rem solid #ccc;
  border-radius: 0.3rem;
  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__radio {
  position: relative !important;
  opacity: 1 !important;
  margin-right: 0.4rem;
}
.p-form__label-wrap {
  display: flex;
}
.p-form__label-wrap label {
  cursor: pointer;
  margin-right: 1.6rem;
  padding: 0.8rem 1.6rem;
  background-color: #f8f8f8;
  border: 0.1rem solid #ccc;
  border-radius: 0.3rem;
  font-size: 1.5rem;
}
.p-form__label {
  margin-right: 1.6rem;
  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: "Noto Serif JP", 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 {
    margin-right: 0.6rem !important;
    padding: 0.6rem 0.6rem !important;
    line-height: 1;
  }
  .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: 0;
    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: 1rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .p-form__icon {
    border-radius: 0.3rem;
    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 {
    font-size: 1.4rem;
    letter-spacing: normal;
  }
  .p-form__input {
    font-size: 1.4rem;
  }
  .p-form__text, .p-form__textarea {
    padding: 0.8rem;
    font-size: 1.4rem;
    line-height: 1.65;
  }
  .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: 0.8rem;
    font-size: 1.4rem;
    line-height: 1.65;
  }
  .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__row-group {
    display: block;
    margin: 0;
    padding: 0;
  }
  .p-form__row-group .p-form__row {
    width: 100%;
  }
  .p-form__row {
    padding: 2.4rem 0;
  }
  .p-form__label-wrap label {
    margin-right: 0.8rem;
    padding: 0.8rem 1.6rem;
    background-color: #f8f8f8;
    border: 0.1rem solid #ccc;
    border-radius: 0.3rem;
    font-size: 1.4rem;
  }
  .p-form__label {
    display: flex;
    align-items: flex-end;
    margin-right: 0.8rem;
    font-size: 1.4rem;
  }
  .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: 4.8rem;
  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: 46.2rem;
  height: 8.2rem;
  background: #eb6608;
  background: linear-gradient(to right, #ff756e 0%, #ff493f 50%, #ff756e 100%);
  background-size: 200% 100%;
  border: 0;
  border-radius: 5em;
  transition: all 0.1s linear;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-form-button__submit:hover {
  opacity: 1;
  background-position: -100% 0;
}

@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%;
    height: 6.4rem;
    color: #fff;
    font-size: 1.6rem;
  }
}
.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: 2.4rem;
  border: 0.1rem solid #ccc;
  border-radius: 0.3rem;
}
.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: 1.6rem;
}
.p-form-note__radio .js-agree label {
  display: inline-block;
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  margin-right: 1rem;
}
.p-form-note__radio .js-agree label::before {
  content: "";
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  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.6rem;
  top: 0.6rem;
  width: 1.65rem;
  height: 1.65rem;
  background-color: #fff;
  border-radius: 100%;
}
.p-form-note__radio .js-agree.is-agree label::before {
  background-color: rgba(7, 146, 72, 0.05);
  border-color: #079248;
}
.p-form-note__radio .js-agree.is-agree label::after {
  background-color: #079248;
}
.p-form-note__label {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
.p-form-note__link {
  color: #079248;
  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%;
  background-color: white;
}
.l-header__block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 10.4rem;
  padding: 0 4%;
  border-bottom: 0.1rem solid #e6e6e6;
}

@media screen and (min-width: 768px) {
  .js-gnav-scroll {
    transition: all 0.3s ease;
  }
}
.c-header-logo__link {
  display: block;
  width: 18.6rem;
}
.c-header-logo img {
  width: 100%;
  height: auto;
}

.c-header-cta {
  margin-top: -0.8rem;
  text-align: center;
}
.c-header-cta__copy {
  margin-bottom: 0.4rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.c-header-cta__link {
  display: inline-block;
  padding: 1.2rem 3.2rem 1.4rem;
  background-color: #079248;
  border-radius: 5em;
  color: #fff;
}
.c-header-cta__text {
  display: flex;
  align-items: center;
}
.c-header-cta__icon {
  width: 1.8rem;
  margin-right: 0.8rem;
}
.c-header-cta__icon img {
  width: 100%;
  height: auto;
}
.c-header-cta__ja {
  padding-bottom: 0.2rem;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  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;
}
.c-header-gnav__item {
  margin-right: 2rem;
  padding-bottom: 1.2rem;
  line-height: 1;
}
.c-header-gnav__item:last-child {
  margin-right: 0;
}
.c-header-gnav__link {
  position: relative;
  padding-left: 1.4rem;
  transition: all 0.3s ease;
  font-size: 1.4rem;
}
.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: #079248;
}
.c-header-gnav__link:hover::before {
  background-color: #079248;
}

@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 #e6f4ed;
  }
  .c-header-gnav__link {
    position: relative;
    display: block;
    width: 100%;
    padding: 3vh 2.4rem 3vh 1.6rem;
    border-bottom: 0.1rem dashed #e6f4ed;
    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: #079248;
    border-radius: 9rem;
    color: #fff;
  }
  .c-header-cta__link.is-active {
    height: 5.6rem;
    border-radius: 5em;
  }
  .c-header-cta__copy {
    margin-bottom: 1.2rem;
  }
  .c-header-cta__ja {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-align: center;
  }
}
.l-top-hero {
  position: relative;
}
.l-top-hero__block {
  position: relative;
  width: 92%;
  margin: auto;
}

.p-top-hero-catch {
  padding: 4.8rem 2.4rem 4rem;
  text-align: center;
}
.p-top-hero-catch__copy {
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.65;
}
.p-top-hero-catch__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-feature-settings: initial;
  letter-spacing: 0.08em;
  line-height: 1.65;
  font-size: 4rem;
}

.p-top-hero-image {
  width: 100%;
}
.p-top-hero-image__item picture {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-top-hero-image__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.p-top-hero-image .is-add-animation img {
  animation: slideAnimation 10s linear 0s normal both;
}

@media screen and (max-width: 767px) {
  .l-top-hero {
    position: relative;
  }
  .l-top-hero__block {
    width: 100%;
  }
  .p-top-hero-image {
    order: 2;
    width: 100%;
  }
  .p-top-hero-image picture {
    padding-top: 66.6666666667%;
  }
  .p-top-hero-catch {
    padding: 3.2rem 2.4rem 3.2rem;
    text-align: center;
  }
  .p-top-hero-catch__copy {
    font-size: 1.4rem;
  }
  .p-top-hero-catch__title {
    font-size: 2.2rem;
  }
}
.l-footer {
  background-color: #fff;
}
.l-footer__block {
  width: 110rem;
  margin: auto;
}
.l-footer__line {
  display: flex;
  justify-content: space-between;
}

.c-footer-image {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 37.03125%;
}
.c-footer-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-footer-meta {
  padding: 6.4rem 4%;
  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: 2.4rem;
  font-size: 1.5rem;
  line-height: 1.8;
}

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

@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 6.4rem;
  }
  .l-footer__block {
    width: calc(100% - 4.8rem);
    min-width: 0;
  }
  .c-footer-meta {
    padding: 3.2rem 2.4rem;
  }
  .c-footer-meta__logo {
    width: 16rem;
  }
  .c-footer-meta__address {
    margin-top: 1.6rem;
    font-size: 1.2rem;
  }
  .c-footer-copy-right {
    padding: 2.4rem 0 0;
  }
  .c-footer-copy-right a {
    font-size: 1.2rem;
    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: 10.4rem;
}
.l-main--page {
  padding-bottom: 10.4rem;
}

.p-top-news {
  width: 92%;
  margin: auto;
  padding: 3.2rem 2.4rem;
  border-bottom: 0.1rem solid #e6e6e6;
}
.p-top-news__block {
  display: flex;
  align-items: center;
  width: 80rem;
  margin: auto;
}
.p-top-news__heading {
  flex: none;
  margin-right: 4.8rem;
  font-size: 2.2rem;
  line-height: 1.65;
}
.p-top-news__list {
  flex: auto;
}
.p-top-news__item {
  display: flex;
  flex-wrap: wrap;
  padding: 1.6rem 0;
  border-bottom: 0.1rem dashed #e6e6e6;
}
.p-top-news__item:first-child {
  padding-top: 0;
}
.p-top-news__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.p-top-news__date {
  display: block;
  width: 100%;
  margin-right: 1.6rem;
  margin-bottom: 0.8rem;
  color: #079248;
  font-size: 1.5rem;
  letter-spacing: normal;
  line-height: 1.4;
}
.p-top-news__link {
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: normal;
  line-height: 1.4;
}
.p-top-news__link:hover {
  text-decoration: underline;
}

.p-top-check {
  padding: 6.4rem 2.4rem;
}
.p-top-check__block {
  max-width: 108rem;
  margin: auto;
  text-align: center;
}
.p-top-check__title {
  margin-bottom: 3.2rem;
}
.p-top-check__copy {
  margin-bottom: 0.4rem;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.65;
}
.p-top-check__heading {
  font-size: 3rem;
  letter-spacing: 0.08em;
  line-height: 1.65;
}
.p-top-check__wrapper {
  display: inline-block;
  margin-bottom: 4.8rem;
  padding: 4rem 6.4rem;
  background-color: #f8f5ee;
  border-radius: 2.4rem;
}
.p-top-check__list {
  text-align: left;
}
.p-top-check__item {
  position: relative;
  margin-top: 1.8rem;
  padding-left: 3.8rem;
  font-size: 2rem;
  line-height: 1.65;
}
.p-top-check__item:first-child {
  margin-top: 0;
}
.p-top-check__item::before {
  content: "";
  position: absolute;
  top: 54%;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  border: 0.1rem solid #1e1000;
  border-radius: 0.3rem;
  transform: translateY(-50%);
}
.p-top-check__item::after {
  content: "";
  position: absolute;
  top: 54%;
  left: 0;
  width: 2.6rem;
  height: 1.5rem;
  border-left: 0.5rem solid #3ab171;
  border-bottom: 0.5rem solid #3ab171;
  transform: translate(-10%, -100%) rotate(-45deg);
}
.p-top-check__text {
  margin-bottom: 1rem;
  font-size: 2rem;
}
.p-top-check__text02 {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 1.65;
}

.p-top-concept {
  position: relative;
  background-color: #f8f5ee;
}
.p-top-concept__block {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 108rem;
  margin: auto;
  padding: 6.4rem 0;
}
.p-top-concept__heading {
  margin-bottom: 3.2rem;
}
.p-top-concept__ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-feature-settings: initial;
  letter-spacing: 0.08em;
  line-height: 1.65;
  display: block;
  font-size: 3.2rem;
}
.p-top-concept__imagearea {
  position: relative;
}
.p-top-concept__image {
  position: relative;
  width: 38%;
}
.p-top-concept__image img {
  width: 100%;
  height: auto;
}
.p-top-concept__textarea {
  width: 54%;
}
.p-top-concept__text {
  margin-top: 1em;
  letter-spacing: 0.15em;
  line-height: 1.85;
}
.p-top-concept__text:first-child {
  margin-top: 0;
}

.p-top-feature {
  padding: 6.4rem 2.4rem;
}
.p-top-feature__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4.8rem;
}
.p-top-feature__label {
  margin-right: 0.8rem;
  font-size: 3rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: right;
}
.p-top-feature__label02 {
  margin-top: -0.8rem;
  font-size: 6.4rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
.p-top-feature__label02 b {
  display: inline-block;
  color: #079248;
  font-size: 11.5rem;
  font-weight: 800;
  line-height: 1;
}

.p-top-feature-cards {
  width: 108rem;
  margin: auto;
}
.p-top-feature-cards__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 0;
  border-bottom: 0.1rem dashed #ccc;
}
.p-top-feature-cards__card:first-child {
  padding-top: 0;
}
.p-top-feature-cards__card:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.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 {
  overflow: hidden;
  position: relative;
  width: 31.2rem;
  border-radius: 0.3rem;
}
.p-top-feature-cards__image img {
  width: 100%;
  height: auto;
}
.p-top-feature-cards__textarea {
  width: calc(100% - 5.2rem - 31.2rem);
}
.p-top-feature-cards__text {
  padding-left: 1em;
  font-size: 1.5rem;
}

.p-top-feature-cards-heading {
  display: flex;
  align-items: center;
  margin-bottom: 2.4rem;
}
.p-top-feature-cards-heading__point {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: -1;
  width: 5.6rem;
  height: 5.6rem;
  margin-right: 1.6rem;
  padding-bottom: 0.4rem;
  background-color: #079248;
  border-radius: 5em;
  color: white;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}
.p-top-feature-cards-heading__text {
  flex: 1;
  font-size: 2.6rem;
  line-height: 1.5;
}

.c-heading {
  margin-bottom: 4rem;
  text-align: center;
}
.c-heading--left {
  text-align: left;
}
.c-heading__text {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-feature-settings: initial;
  letter-spacing: 0.08em;
  line-height: 1.65;
  font-size: 3.6rem;
  line-height: 1.5;
}
.c-heading__label {
  margin-top: 1rem;
  color: #079248;
  font-size: 2rem;
  line-height: 1.5;
}

.c-heading02 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-feature-settings: initial;
  letter-spacing: 0.08em;
  line-height: 1.65;
  position: relative;
  margin-bottom: 2.4rem;
  padding-left: 2.4rem;
  font-size: 2.6rem;
}
.c-heading02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-52%);
  width: 1.6rem;
  height: 0.2rem;
  background-color: #079248;
}

.c-heading03 {
  margin-bottom: 2.4rem;
  color: #079248;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  line-height: 1.5;
}

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

.p-top-media {
  position: relative;
  z-index: 10;
  padding-top: 8.8rem;
}
.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: #079248;
  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;
}

.c-scroll-slider {
  margin-top: 4rem;
}
.c-scroll-slider__scrollbar {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-scroll-slider__scrollbar::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.8rem;
  background-color: rgba(229, 216, 193, 0.35);
  border-radius: 5em;
  transform: translateY(-50%);
}
.c-scroll-slider__thumb {
  cursor: pointer;
  height: 0.8rem;
  background-color: #e5d8c1;
  border-radius: 5em;
}

.p-top-voice {
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding: 6.4rem 2.4rem;
  background-color: #f8f5ee;
}
.p-top-voice__block {
  position: relative;
  z-index: 1;
  width: calc(100% - 108rem + 108rem);
  margin: auto;
  padding: 0 calc((100% - 108rem) / 2);
}
.p-top-voice__slider {
  overflow: visible !important;
}
.p-top-voice__list {
  display: flex !important;
}
.p-top-voice__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 4rem;
  background-color: white;
  border-radius: 0.3rem;
}
.p-top-voice__image {
  overflow: hidden;
  position: relative;
  width: 36rem;
  padding-top: 24rem;
  border-radius: 0.3rem;
}
.p-top-voice__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-voice__textarea {
  overflow-y: auto;
  width: calc(100% - 36rem - 4rem);
  height: 24rem;
}
.p-top-voice__text {
  padding-right: 0.8rem;
  font-size: 1.5rem;
  line-height: 2.25;
}
.p-top-voice__data {
  margin-top: 1.6rem;
  font-size: 1.4rem;
}

.p-top-gallery {
  position: relative;
  padding: 6.4rem 2.4rem;
  background-color: rgba(248, 245, 238, 0.5);
}
.p-top-gallery__block {
  position: relative;
  z-index: 1;
  width: 108rem;
  margin: auto;
}

.p-top-plan {
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding: 6.4rem 2.4rem;
}
.p-top-plan__block {
  position: relative;
  z-index: 1;
  width: 108rem;
  margin: auto;
}
.p-top-plan__cards {
  margin-top: 6.4rem;
}
.p-top-plan-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top-plan-tabs__button {
  min-width: 24rem;
  margin: 0 0.8rem;
}
.p-top-plan-tabs__link {
  display: flex;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 1.6rem 2.4rem;
  background-color: #f9f9f9;
  border: 0.1rem solid #e6e6e6;
  transition: all 0.1s linear;
  font-size: 1.4rem;
  line-height: 1.5;
}
.p-top-plan-tabs__link.is-active {
  pointer-events: none;
  background-color: rgba(7, 146, 72, 0.05) !important;
  border-color: #079248 !important;
  color: #079248 !important;
}
.p-top-plan-tabs__link:hover {
  background-color: rgba(7, 146, 72, 0.05);
  border-color: #079248;
  color: #079248;
}
.p-top-plan-tabs__text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.9rem;
  font-weight: 700;
}

.p-hero {
  position: relative;
}
.p-hero img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.p-hero .slick-dots {
  bottom: 1.6rem !important;
}
.p-hero .slick-dots li {
  margin: 0;
}
.p-top-plan-card {
  width: 108rem;
  padding-bottom: 0.1rem;
  text-align: center;
}
.p-top-plan-card__detail {
  margin-top: 4rem;
  margin-bottom: 5.6rem;
}
.p-top-plan-card__list {
  position: relative;
  padding-top: 5.6rem;
}
.p-top-plan-card__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  border-top: 0.1rem dashed #e6e6e6;
}
.p-top-plan-card__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-feature-settings: initial;
  letter-spacing: 0.08em;
  line-height: 1.65;
  position: relative;
  margin-bottom: 3.2rem;
  font-size: 2.8rem;
  line-height: 1.3;
}
.p-top-plan-card__title__inner {
  position: relative;
  z-index: 1;
  padding: 0 3.2rem;
  background-color: white;
}
.p-top-plan-card__title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #079248;
}
.p-top-plan-card__date {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.p-top-plan-card__item {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5.6rem;
  padding-bottom: 5.6rem;
}
.p-top-plan-card__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  border-bottom: 0.1rem dashed #e6e6e6;
}
.p-top-plan-card__item:last-child {
  margin-bottom: 0;
}
.p-top-plan-card__images {
  overflow: hidden;
  width: 42rem;
}
.p-top-plan-card__textarea {
  width: calc(100% - 42rem - 5.6rem);
}
.p-top-plan-card__line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.p-top-plan-card__line .p-top-plan-price__value {
  display: flex;
  align-items: center;
}
.p-top-plan-card__line .p-top-plan-price__text {
  margin: auto 0 0 0.4rem;
}
.p-top-plan-card__name {
  position: relative;
  padding-left: 1.6rem;
  border-left: 0.6rem solid #079248;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
}
.p-top-plan-card__block {
  text-align: left;
}
.p-top-plan-card__label {
  position: relative;
  margin-bottom: 1.2rem;
  padding-left: 1.2rem;
  font-size: 1.8rem;
  letter-spacing: normal;
}
.p-top-plan-card__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 5em;
  background-color: #079248;
  transform: translateY(-50%);
}
.p-top-plan-card__main {
  height: auto !important;
}
.p-top-plan-card__image {
  width: 37.2rem;
}
.p-top-plan-card__image-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 66.6666666667%;
}
.p-top-plan-card__image-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.p-top-plan-card__thumbs {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.p-top-plan-card__thumb {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: calc(25% - 0.15rem) !important;
  margin-top: 0.2rem;
  margin-left: 0.2rem;
  padding-top: calc(0.6666666667 * (25% - 0.15rem));
}
.p-top-plan-card__thumb:nth-child(-4n+5) {
  margin-left: 0;
}
.p-top-plan-card__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.p-top-plan-card__price {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.4rem;
}
.p-top-plan-card__text {
  width: 100%;
  margin-bottom: 4.8rem;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: normal;
}
.p-top-plan-card__icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -0.4rem;
  margin-left: -0.4rem;
}
.p-top-plan-card__icon {
  width: calc(12.5% - 0.4rem);
  margin-top: 0.4rem;
  margin-left: 0.4rem;
}
.p-top-plan-card__icon img {
  width: 100%;
  height: auto;
}
.p-top-plan-card__option {
  margin-top: 6.4rem;
  padding: 2.4rem 3.2rem;
  background-color: #f9f9f9;
  border: 0.1rem solid #e6e6e6;
  border-radius: 0.3rem;
  text-align: left;
  background-color: rgba(7, 146, 72, 0.02) !important;
  border-color: #079248 !important;
}
.p-top-plan-card__option h5 {
  position: relative;
  margin-bottom: 1.6rem;
  padding-left: 1.8rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: normal;
}
.p-top-plan-card__option h5::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1rem;
  height: 0.2rem;
  background-color: #079248;
  border-radius: 5em;
  transform: translateY(-50%);
}
.p-top-plan-card__option ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -1.6rem;
}
.p-top-plan-card__option li {
  width: 49%;
}
.p-top-plan-card__option dl {
  display: flex;
  margin-top: 1.6rem;
}
.p-top-plan-card__option dt,
.p-top-plan-card__option dd {
  font-size: 1.5rem;
  line-height: 1.4;
}
.p-top-plan-card__option dt {
  position: relative;
  padding-right: 0.8rem;
  padding-left: 1.2rem;
  font-weight: 500;
}
.p-top-plan-card__option dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #079248;
  border-radius: 0.2rem;
  transform: translateY(-50%);
}
.p-top-plan-card__option dt::after {
  content: "…";
  padding-left: 0.8rem;
}

.p-top-plan-price {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 2.4rem;
  letter-spacing: normal;
}
.p-top-plan-price:last-child {
  margin-right: 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.2rem;
  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 #079248;
  border-bottom: 0.2rem solid #079248;
  transform: translateY(-50%);
}
.p-top-plan-price__num--red {
  color: #ff4c4e !important;
}
.p-top-plan-price__text {
  font-size: 1.6rem;
}
.p-top-plan-price__text--accent {
  color: #079248;
}
.p-top-plan-price__tax {
  font-size: 1.2rem;
}
.p-top-plan-price--sale .p-top-plan-price__tag {
  position: relative;
  padding: 0.5rem 1.6rem 0.6rem 1.6rem;
  background-color: #079248;
  font-size: 1.4rem;
}
.p-top-plan-price--sale .p-top-plan-price__tag--small {
  text-align: center;
}
.p-top-plan-price--sale .p-top-plan-price__num {
  color: #079248;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: normal;
}
.p-top-plan-price--sale .p-top-plan-price__text {
  font-size: 2rem;
  letter-spacing: normal;
}
.p-top-plan-price--sale .p-top-plan-price__tax {
  font-size: 1.2rem;
  letter-spacing: normal;
}
.p-top-plan-price--end .p-top-plan-price__tag {
  background-color: transparent;
  border: 0.1rem solid #d1261a;
  color: #d1261a;
}
.p-top-plan-price--end .p-top-plan-price__num {
  color: #d1261a;
}
.p-top-plan-price--end .p-top-plan-price__text {
  color: #d1261a;
}
.p-top-plan-price__note {
  margin-top: 0.4em;
  font-size: 1.4rem;
  text-align: center;
}
.p-top-plan-price__note b {
  color: #ff4c4e;
  font-size: 2.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: #079248;
  border-radius: 3.8rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1;
}

.p-top-plan-list__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4.8rem;
}
.p-top-plan-list__item:first-child {
  margin-top: 0;
}
.p-top-plan-list__image {
  width: 30%;
}
.p-top-plan-list__image img {
  width: 100%;
  height: auto;
}
.p-top-plan-list__textarea {
  width: calc(100% - 4.8rem - 30%);
}
.p-top-plan-list__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-top-plan-list__title {
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  letter-spacing: normal;
  line-height: 1.5;
}
.p-top-plan-list__text {
  width: calc(100% - 30.3rem - 4rem);
  color: #333;
  font-size: 1.4rem;
  line-height: 2;
}
.p-top-plan-list__data {
  width: 30.3rem;
}
.p-top-plan-list__price {
  display: flex;
  align-items: center;
}
.p-top-plan-list__label {
  margin-right: 1.2rem;
  padding: 0.6rem 1.6rem 0.5rem;
  border: 0.1rem solid #079248;
  border-radius: 0.3rem;
  color: #079248;
  font-size: 1.3rem;
  line-height: 1;
}
.p-top-plan-list__value {
  font-size: 1.9rem;
  font-weight: 700;
}
.p-top-plan-list__value b {
  color: #ff4c4e;
  font-size: 3.4rem;
  letter-spacing: normal;
  line-height: 1;
}
.p-top-plan-list__value small {
  font-size: 1.2rem;
}
.p-top-plan-list__button {
  width: 100%;
  margin-top: 1.6rem;
}
.p-top-plan-list__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5.6rem;
  background: linear-gradient(135deg, #2ec568, #0aa984);
  border-radius: 0.6rem;
  transition: all 0.15s;
  color: white;
  font-size: 1.6rem;
}
.p-top-plan-list__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 0.6rem;
  height: 0.6rem;
  background-color: white;
  border-radius: 5em;
  transform: translateY(-50%);
}
.p-top-plan-list__link:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.p-plan-others {
  margin-top: 9.6rem;
  padding: 0 4rem 4rem;
  border: 0.4rem solid #eee;
}
.p-plan-others .p-top-plan-card__title {
  margin-top: -0.5em;
  margin-bottom: 4.8rem;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1;
}
.p-plan-others .p-top-plan-card__title::after {
  display: none;
  height: 0.2rem;
  background-color: #eee;
}

.p-plan-button {
  margin-top: 2.4rem;
}
.p-plan-button__link {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.6rem 4rem;
  color: #fff;
  background: linear-gradient(135deg, #2ec568, #0aa984);
  border: 0px solid #fff;
  border-radius: 0.6rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
}
.p-plan-button__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 0.6rem;
  height: 0.6rem;
  background-color: white;
  border-radius: 5em;
  transform: translateY(-50%);
}
.p-plan-button__link:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.p-plan-button span {
  font-weight: 700;
  line-height: 1.4;
}
.p-plan-button__label {
  font-size: 1.3rem;
}
.p-plan-button__text {
  margin-top: 0.4rem;
  font-size: 1.8rem;
}

.p-top-plan-option {
  width: 108rem;
  margin: 4.8rem auto 0;
}
.p-top-plan-option__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-top-plan-option__list::after {
  content: "";
  display: block;
  width: calc(33.3333333333% - 1.6rem);
}
.p-top-plan-option__item {
  width: calc(33.3333333333% - 1.6rem);
}
.p-top-plan-option__item:nth-child(n+4) {
  margin-top: 2.4rem;
}
.p-top-plan-option__value {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 1.6rem 2.4rem;
  background-color: #fff;
  border: 0.1rem solid #e6e6e6;
  border-radius: 5em;
  line-height: 1.5;
}
.p-top-plan-option__value dt,
.p-top-plan-option__value dd {
  font-size: 1.5rem;
}
.p-top-plan-option__value dt {
  position: relative;
  padding-left: 1.2rem;
}
.p-top-plan-option__value dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #079248;
  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;
  padding: 6.4rem 2.4rem;
  background-color: #f8f5ee;
}
.p-top-flow__block {
  position: relative;
  z-index: 1;
  width: 108rem;
  margin: auto;
}
.p-top-flow__inner {
  position: relative;
}
.p-top-flow__cards {
  position: relative;
}
.p-top-flow__cards::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 4rem;
  height: 100%;
  background-color: #e5d8c1;
  transform: translateX(-50%);
}

.p-top-flow-card {
  position: relative;
  display: flex;
  align-items: center;
  width: 108rem;
  margin-bottom: 2.4rem;
  padding: 2.4rem 0;
  background-color: #fff;
  border-radius: 0.3rem;
}
.p-top-flow-card:last-child {
  margin-bottom: 0;
}
.p-top-flow-card__step {
  flex: none;
  padding: 0 3.2rem;
}
.p-top-flow-card__label {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  letter-spacing: normal;
  line-height: 1;
}
.p-top-flow-card__num {
  color: #079248;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 4.8rem;
  letter-spacing: normal;
  line-height: 1;
}
.p-top-flow-card__textarea {
  flex: auto;
  padding: 0.8rem 3.2rem;
  border-left: 0.1rem dashed #ccc;
}
.p-top-flow-card__title {
  margin-bottom: 1.2rem;
  font-size: 2.4rem;
  line-height: 1.4;
}
.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.5rem;
}
.p-top-flow-card__text span {
  display: block;
  margin-top: 2.4rem;
  padding: 1.2rem;
  background-color: #f8f5ee;
  border: 0.1rem solid #e5d8c1;
  border-radius: 2em;
  font-size: 1.5rem;
  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 #e5d8c1;
  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: #079248;
  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(7, 146, 72, 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: #f8f5ee;
}
.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;
}
.c-time__value--accent {
  color: #079248;
}

a[href^="tel:"] {
  pointer-events: none !important;
  color: #1e1000 !important;
  text-decoration: none !important;
}

.p-top-faq {
  padding: 5.6rem 2.4rem;
}
.p-top-faq__block {
  width: 108rem;
  margin: auto;
}
.p-top-faq__card {
  cursor: pointer;
  border-top: 0.1rem solid #ccc;
  transition: all 0.3s linear;
}
.p-top-faq__line {
  padding: 1.6rem 0;
}
.p-top-faq__card:last-child {
  border-bottom: 0.1rem solid #ccc;
}
.p-top-faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-top-faq__wrapper {
  display: flex;
  width: calc(100% - 5.6rem);
}
.p-top-faq__trigger {
  overflow: hidden;
  position: relative;
  width: 2.4rem;
}
.p-top-faq__trigger img {
  width: 100%;
  height: auto;
}
.p-top-faq__card--active .p-top-faq__trigger {
  transform: rotate(-180deg);
}
.p-top-faq__overflow {
  overflow: hidden;
  height: 0;
  transition: all 0.2s linear;
}
.p-top-faq__card--active .p-top-faq__overflow {
  height: auto;
}
.p-top-faq__icon {
  display: flex;
  align-items: center;
  flex: none;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 1.6rem;
  padding-bottom: 0.2rem;
  background-color: #079248;
  border: 0.1rem solid #079248;
  border-radius: 5rem;
  color: white;
  font-size: 1.7rem;
  letter-spacing: normal;
  text-align: center;
}
.p-top-faq__icon--a {
  background-color: white;
  color: #079248;
}
.p-top-faq__q-text {
  width: calc(100% - 4.5rem - 1.6rem);
  font-size: 1.7rem;
  line-height: 1.65;
}
.p-top-faq__a-text {
  font-size: 1.5rem;
  line-height: 1.65;
}
.p-top-faq__a {
  margin: 0 0 1.6rem;
  padding: 1.6rem;
  background-color: #f8f8f8;
  border-radius: 0.3rem;
}
.p-top-faq__a .p-top-faq__wrapper {
  width: 100%;
}
.p-top-faq__a--none {
  overflow: hidden;
  height: 0;
}
.p-top-faq__inner {
  width: calc(100% - 6.4rem);
}
.p-top-faq__flow {
  position: relative;
  min-width: 21.3333333333rem;
  padding-bottom: 1.6rem;
}
.p-top-faq__flow::before {
  content: "";
  position: absolute;
  right: -2.4rem;
  bottom: -0.4rem;
  width: 0.8rem;
  border-top: 0.45rem solid transparent;
  border-bottom: 0.45rem solid transparent;
  border-left: 0.8rem solid #079248;
}
.p-top-faq__flow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2.4rem;
  width: calc(100% + 4.7rem);
  height: 0.1rem;
  border-top: 0.1rem solid #079248;
}

.p-top-access {
  position: relative;
  padding: 6.4rem 2.4rem;
  background-color: #f8f5ee;
}
.p-top-access__block {
  position: relative;
  z-index: 1;
  width: 99rem;
  margin: auto;
}
.p-top-access__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-top-access__map {
  width: 53.6rem;
}
.p-top-access__map iframe {
  width: 100%;
  height: 100%;
}
.p-top-access__body {
  width: calc(100% - 53.6rem - 5.6rem);
  padding: 1.6rem 0;
}
.p-top-access__body .c-heading02 {
  margin-bottom: 1.6rem;
}
.p-top-access__line {
  width: 100%;
  margin-top: 3.2rem;
}
.p-top-access__line:first-child {
  margin-top: 0;
}
.p-top-access__heading {
  width: 100%;
}
.p-top-access__name {
  margin-bottom: 0.6rem;
  font-size: 2.4rem;
  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: 100%;
}
.p-top-access address {
  font-size: 1.5rem;
  line-height: 1.65;
}
.p-top-access__detail {
  margin-top: 2.4rem;
}
.p-top-access__detail:first-child {
  margin-top: 0;
}
.p-top-access__detail dt {
  position: relative;
  margin-bottom: 0.3rem;
  padding-left: 1.6rem;
  font-size: 1.7rem;
  font-weight: 700;
}
.p-top-access__detail dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #079248;
  border-radius: 0.3rem;
  transform: translateY(-50%);
}
.p-top-access__detail dd {
  line-height: 1.65;
}
.p-top-access__detail dd li {
  font-size: 1.5rem;
  line-height: 1.65;
}

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

.p-top-reservation {
  position: relative;
  padding: 6.4rem 2.4rem;
}
.p-top-reservation__block {
  position: relative;
  z-index: 1;
  width: 108rem;
  margin: auto;
}
.p-top-reservation__text a {
  color: #079248;
  text-decoration: underline;
}
.p-top-reservation__tel {
  margin-top: 0.8rem;
}
.p-top-reservation__tel p {
  line-height: 1.65;
}
.p-top-reservation__tel a {
  color: #079248 !important;
  font-size: 2.4rem;
  font-weight: 700;
}
.p-top-reservation__attention {
  margin-top: 2.4rem;
  padding: 1.6rem 2.4rem;
  background-color: #f8f8f8;
  border: 0.1rem solid #d0d0d0;
  border-radius: 0.3rem;
}
.p-top-reservation__attention h3 {
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.p-top-reservation__attention p {
  font-size: 1.3rem;
}
.p-top-reservation__form {
  margin-top: 5.6rem;
}

.p-fixed-cta {
  position: fixed;
  top: 50%;
  right: 1.6rem;
  z-index: 999;
  height: 30rem;
}
.p-fixed-cta__link {
  display: block;
  padding: 2.4rem 1rem;
  background-color: #079248;
  border-radius: 5em;
}
.p-fixed-cta img {
  width: 2.4rem;
  height: auto;
  margin: 0 auto 0.8rem;
}
.p-fixed-cta__textarea {
  display: flex;
}
.p-fixed-cta__mini, .p-fixed-cta__text {
  order: 2;
  display: block;
  color: #fff !important;
  font-style: normal;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  text-decoration: none !important;
  writing-mode: vertical-rl;
}
.p-fixed-cta__mini {
  margin-left: 0.6rem;
}
.p-fixed-cta__text {
  order: 1;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .l-main {
    margin-top: 7.2rem;
  }
  .l-main--page {
    padding-bottom: 7.2rem;
  }
  .p-top-news {
    width: 100%;
    padding: 1.6rem 2.4rem;
  }
  .p-top-news__block {
    width: 100%;
  }
  .p-top-news__heading {
    margin-right: 2.4rem;
    font-size: 1.4rem;
    letter-spacing: normal;
  }
  .p-top-news__item {
    padding: 0.8rem 0;
  }
  .p-top-news__item:first-child {
    padding-top: 0;
  }
  .p-top-news__date {
    margin-bottom: 0.4rem;
    font-size: 1.2rem;
  }
  .p-top-news__link {
    font-size: 1.2rem;
  }
  .p-top-check {
    padding: 4rem 2.4rem;
  }
  .p-top-check__title {
    margin-bottom: 2.4rem;
  }
  .p-top-check__copy {
    font-size: 1.4rem;
  }
  .p-top-check__heading {
    font-size: 2rem;
    line-height: 1.5;
  }
  .p-top-check__wrapper {
    margin-bottom: 2.4rem;
    padding: 2.4rem;
    border-radius: 0.3rem;
  }
  .p-top-check__list {
    text-align: left;
  }
  .p-top-check__item {
    margin-top: 1.4rem;
    padding-left: 2.8rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .p-top-check__item:first-child {
    margin-top: 0;
  }
  .p-top-check__item::before {
    top: 50%;
    width: 1.6rem;
    height: 1.6rem;
  }
  .p-top-check__item::after {
    width: 2rem;
    height: 1.2rem;
    border-left: 0.4rem solid #079248;
    border-bottom: 0.4rem solid #079248;
  }
  .p-top-check__text {
    font-size: 1.4rem;
  }
  .p-top-check__text02 {
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .p-top-concept__block {
    display: block;
    width: 100%;
    padding: 5.6rem 2.4rem;
  }
  .p-top-concept__image {
    width: 100%;
  }
  .p-top-concept__textarea {
    width: 100%;
    margin-top: 3.2rem;
  }
  .p-top-concept__heading {
    margin-bottom: 2.4rem;
    text-align: center;
  }
  .p-top-concept__ja {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  .p-top-concept__text {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .p-top-feature {
    padding: 5.4rem 2.4rem;
  }
  .p-top-feature__heading {
    margin-bottom: 3.2rem;
  }
  .p-top-feature__label {
    margin-right: 0.4rem;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  .p-top-feature__label02 {
    font-size: 3.6rem;
    letter-spacing: 0.05em;
  }
  .p-top-feature__label02 b {
    font-size: 8rem;
  }
  .p-top-feature-cards {
    width: 100%;
  }
  .p-top-feature-cards__card {
    flex-wrap: wrap;
    margin-top: 0rem;
    padding: 3.2rem 0;
  }
  .p-top-feature-cards__card:first-child {
    margin-top: 0;
  }
  .p-top-feature-cards__image {
    width: 100%;
    margin: auto;
    margin-bottom: 1.6rem;
  }
  .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 {
    padding-left: 0;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    line-height: 2.1;
  }
  .p-top-feature-cards-heading {
    margin-bottom: 2.4rem;
  }
  .p-top-feature-cards-heading__point {
    width: 4.8rem;
    height: 4.8rem;
    margin-right: 1.2rem;
    padding-bottom: 0;
    font-size: 2.4rem;
  }
  .p-top-feature-cards-heading__num {
    font-size: 5.6rem;
  }
  .p-top-feature-cards-heading__text {
    margin: 0;
    font-size: 2rem;
    letter-spacing: normal;
    line-height: 1.4;
  }
  .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: 2.4rem;
    letter-spacing: 0.08em;
  }
  .c-heading__text {
    font-size: 2.6rem;
  }
  .c-heading02 {
    margin-bottom: 2.4rem;
    padding-left: 1.8rem;
    font-size: 1.9rem;
    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 {
    padding: 5.6rem 2.4rem;
  }
  .p-top-voice__block {
    position: relative;
    z-index: 1;
    width: calc(100% - 108rem + 108rem);
    margin: auto;
    padding: 0 calc((100% - 108rem) / 2);
  }
  .p-top-voice__slider {
    overflow: visible !important;
  }
  .p-top-voice__list {
    display: flex !important;
  }
  .p-top-voice__inner {
    flex-wrap: wrap;
    padding: 1.6rem;
  }
  .p-top-voice__image {
    width: 100%;
    margin-bottom: 1.6rem;
    padding-top: 66.6666666667%;
  }
  .p-top-voice__textarea {
    overflow-y: auto;
    width: 100%;
    height: 16rem;
  }
  .p-top-voice__text {
    padding-right: 0;
    font-size: 1.3rem;
    line-height: 2;
  }
  .p-top-voice__data {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
  .p-top-gallery {
    padding: 5.6rem 2.4rem;
  }
  .p-top-gallery__block {
    width: 100%;
  }
  .p-top-plan {
    padding: 5.6rem 2.4rem;
  }
  .p-top-plan__block {
    width: 100%;
  }
  .p-top-plan__cards {
    margin-top: 0;
  }
  .p-top-plan-tabs {
    flex-wrap: wrap;
    align-items: normal;
    border: 0.1rem solid #e6e6e6;
  }
  .p-top-plan-tabs__button {
    width: 50%;
    width: 100%;
    min-width: 0;
    margin: 0;
  }
  .p-top-plan-tabs__link {
    height: 100%;
    padding: 0.8rem;
    font-size: 1.2rem;
  }
  .p-top-plan-tabs__link:hover {
    color: #1e1000;
    background-color: #f9f9f9;
    border: 0.1rem solid #e6e6e6;
  }
  .p-top-plan-tabs__text {
    font-size: 1.4rem;
  }
  .p-top-plan-card {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0;
    padding: 3.2rem 0 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }
  .p-top-plan-card:first-child {
    margin-top: 0;
    border-bottom: 0;
  }
  .p-top-plan-card__list {
    margin: 0 2.4rem;
  }
  .p-top-plan-card__item {
    padding: 3.2rem 0;
    margin-bottom: 0;
  }
  .p-top-plan-card__item:first-child {
    padding-top: 0;
  }
  .p-top-plan-card__title {
    margin-right: auto;
    margin-bottom: 2.4rem;
    margin-left: auto;
  }
  .p-top-plan-card__title__inner {
    display: inline-block;
    padding: 0 2.4rem;
  }
  .p-top-plan-card__detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3.2rem;
    padding: 0 2.4rem;
  }
  .p-top-plan-card__detail .p-top-plan-price {
    margin-bottom: 0;
  }
  .p-top-plan-card__text {
    width: 100%;
    text-align: left;
  }
  .p-top-plan-card__date {
    justify-content: space-between;
    width: 100%;
  }
  .p-top-plan-card .p-top-plan-price {
    margin-bottom: 0;
  }
  .p-top-plan-card__list {
    padding-top: 3.2rem;
  }
  .p-top-plan-card__images {
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .p-top-plan-card__main {
    height: auto !important;
  }
  .p-top-plan-card__image {
    width: 100%;
  }
  .p-top-plan-card__name {
    padding-left: 1.2rem;
    border-left-width: 0.4rem;
    font-size: 2rem;
  }
  .p-top-plan-card__line {
    margin-bottom: 2.4rem;
  }
  .p-top-plan-card__line .p-top-plan-price {
    margin-top: 1.6rem;
    width: 100%;
    text-align: left;
  }
  .p-top-plan-card__line .p-top-plan-price__value {
    display: flex;
    align-items: center;
  }
  .p-top-plan-card__line .p-top-plan-price__num {
    font-size: 3rem !important;
    font-weight: 700;
    letter-spacing: normal !important;
  }
  .p-top-plan-card__line .p-top-plan-price__text {
    margin: auto 0 0 0.4rem;
    font-size: 1.6rem !important;
    font-weight: 700;
  }
  .p-top-plan-card__line .p-top-plan-price__text small {
    font-size: 1.1rem !important;
  }
  .p-top-plan-card__label {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .p-top-plan-card__textarea {
    width: 100%;
  }
  .p-top-plan-card__title {
    margin-bottom: 1.6rem;
    font-size: 2rem;
    text-align: center;
  }
  .p-top-plan-card__price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
  }
  .p-top-plan-card__text {
    width: 100%;
    margin-bottom: 1.6rem;
    font-size: 1.3rem;
    letter-spacing: normal;
  }
  .p-top-plan-card__text:last-child {
    margin-bottom: 0;
  }
  .p-top-plan-card__icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: -0.4rem;
    margin-left: -0.4rem;
  }
  .p-top-plan-card__icon {
    width: calc(20% - 0.4rem);
    margin-top: 0.4rem;
    margin-left: 0.4rem;
  }
  .p-top-plan-card__icon img {
    width: 100%;
    height: auto;
  }
  .p-top-plan-card__option {
    margin: 4rem 2.4rem 0;
    padding: 1.6rem;
  }
  .p-top-plan-card__option h5 {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .p-top-plan-card__option li {
    width: 100%;
    margin-top: 1.2rem;
    padding-bottom: 1.2rem;
    border-bottom: 0.1rem dashed #e9e9e9;
  }
  .p-top-plan-card__option li:first-child {
    margin-top: 2.4rem;
  }
  .p-top-plan-card__option dl {
    display: block;
    margin-top: 0;
  }
  .p-top-plan-card__option dt,
  .p-top-plan-card__option dd {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .p-top-plan-card__option dt::after,
  .p-top-plan-card__option dd::after {
    display: none;
  }
  .p-top-plan-card__option dd {
    margin-top: 0.8rem;
    padding-left: 1.2rem;
  }
  .p-top-plan-price {
    position: relative;
    display: block;
    width: 48%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 2.4rem;
    text-align: center;
  }
  .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;
    letter-spacing: normal;
    line-height: 1;
  }
  .p-top-plan-price__num {
    display: inline-block;
    font-size: 2.4rem;
    line-height: 1;
  }
  .p-top-plan-price__text {
    font-size: 1.2rem;
  }
  .p-top-plan-price__tax {
    font-size: 1.2rem;
  }
  .p-top-plan-price--sale {
    margin-top: 0;
  }
  .p-top-plan-price--sale .p-top-plan-price__tag {
    width: 100%;
    margin-bottom: 0.4rem;
    padding: 0.4rem 1.2rem 0.5rem 1.2rem;
    font-size: 1.3rem;
  }
  .p-top-plan-price--sale .p-top-plan-price__num {
    font-size: 2.6rem;
  }
  .p-top-plan-price--sale .p-top-plan-price__text {
    font-size: 1.3rem;
    letter-spacing: normal;
  }
  .p-top-plan-price--sale .p-top-plan-price__tax {
    font-size: 0.9rem;
  }
  .p-top-plan-price__icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 6.4rem;
    height: 6.4rem;
    background-color: #079248;
    border-radius: 3.8rem;
    font-size: 1.8rem;
  }
  .p-top-plan-price__note {
    font-size: 1rem;
  }
  .p-top-plan-price__note b {
    font-size: 1.6rem;
  }
  .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: 0.8rem;
  }
  .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;
    padding: 5.6rem 2.4rem;
  }
  .p-top-flow__block {
    width: 100%;
    margin: auto;
  }
  .p-top-flow__inner {
    position: relative;
    margin-top: 0;
    padding-top: 0;
  }
  .p-top-flow__cards {
    margin-top: 0;
  }
  .p-top-flow__heading {
    position: relative;
    top: auto;
    right: auto;
    margin: auto;
    padding: 0.4rem 0.6rem;
    font-size: 2.4rem;
  }
  .p-top-flow-card {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 2.4rem;
    padding: 2.4rem;
  }
  .p-top-flow-card:last-child {
    margin-bottom: 0;
  }
  .p-top-flow-card__step {
    width: 100%;
    margin-bottom: 0.4rem;
    padding: 0;
  }
  .p-top-flow-card__textarea {
    padding: 0;
    border-left: 0;
  }
  .p-top-flow-card__label {
    font-size: 1.6rem;
  }
  .p-top-flow-card__num {
    font-size: 3.2rem;
  }
  .p-top-flow-card__title {
    margin-bottom: 1.6rem;
    font-size: 2rem;
  }
  .p-top-flow-card__text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .p-top-board {
    position: relative;
    padding: 5.6rem 2.4rem;
  }
  .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-faq {
    padding: 5.6rem 2.4rem;
  }
  .p-top-faq__block {
    width: 100%;
  }
  .p-top-faq__line {
    padding: 0.8rem 0;
  }
  .p-top-faq__wrapper {
    width: calc(100% - 2.4rem);
  }
  .p-top-faq__trigger {
    width: 1.8rem;
  }
  .p-top-faq__icon {
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 1.2rem;
    padding-bottom: 0.2rem;
    font-size: 1.6rem;
  }
  .p-top-faq__q-text {
    width: calc(100% - 1.6rem);
    font-size: 1.4rem;
  }
  .p-top-faq__a-text {
    font-size: 1.3rem;
  }
  .p-top-faq__a {
    margin: 0 0 0.8rem;
    padding: 0.8rem;
  }
  .p-top-faq__inner {
    width: 100%;
  }
  .p-top-faq__flow {
    position: relative;
    min-width: 21.3333333333rem;
    padding-bottom: 1.6rem;
  }
  .p-top-faq__flow::before {
    content: "";
    position: absolute;
    right: -2.4rem;
    bottom: -0.4rem;
    width: 0.8rem;
    border-top: 0.45rem solid transparent;
    border-bottom: 0.45rem solid transparent;
    border-left: 0.8rem solid #079248;
  }
  .p-top-faq__flow::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -2.4rem;
    width: calc(100% + 4.7rem);
    height: 0.1rem;
    border-top: 0.1rem solid #079248;
  }
  .p-top-access {
    padding: 5.6rem 2.4rem;
  }
  .p-top-access__block {
    width: 100%;
  }
  .p-top-access__map {
    margin-bottom: 2.4rem;
  }
  .p-top-access__map iframe {
    height: 26rem;
  }
  .p-top-access__body {
    width: 100%;
    padding: 0;
  }
  .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: 1rem;
  }
  .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 !important;
  }
  .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.5rem;
    line-height: 1.65;
  }
  .p-top-access__detail dd li {
    margin-top: 0.2rem;
    margin-left: 0.5em !important;
    font-size: 1.3rem;
    text-indent: -0.5em !important;
    line-height: 1.65;
  }
  .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: 5.6rem 2.4rem;
  }
  .p-top-reservation__block {
    width: 100%;
  }
  .p-top-reservation__text {
    font-size: 1.3rem;
  }
  .p-top-reservation__attention {
    padding: 1.6rem;
  }
  .p-top-reservation__attention h3 {
    font-size: 1.4rem;
  }
  .p-top-reservation__attention p {
    font-size: 1.2rem;
  }
  .p-top-reservation__form {
    margin-top: 4rem;
  }
  a[href^="tel:"] {
    pointer-events: all !important;
    color: #079248 !important;
    text-decoration: underline !important;
  }
  a[href^="tel:"]:hover {
    color: rgba(7, 146, 72, 0.5);
  }
  .p-fixed-cta {
    position: fixed;
    top: auto;
    right: auto;
    bottom: 0.8rem;
    left: 50%;
    z-index: 999;
    width: 80%;
    height: auto;
    transform: translateX(-50%);
  }
  .p-fixed-cta__link {
    display: flex;
    justify-content: center;
    padding: 1.2rem 1.6rem;
    border-radius: 5em;
    border: 0.2rem solid #03803d;
  }
  .p-fixed-cta img {
    width: 2.4rem;
    margin: 0 1.4rem 0 0;
  }
  .p-fixed-cta__textarea {
    display: block;
    text-align: center;
  }
  .p-fixed-cta__mini, .p-fixed-cta__text {
    order: 2;
    display: block;
    line-height: 1;
    text-decoration: none !important;
    writing-mode: horizontal-tb;
  }
  .p-fixed-cta__mini {
    margin-left: 0;
    margin-bottom: 0.8rem;
    font-size: 1.1rem;
  }
  .p-fixed-cta__text {
    order: 1;
    font-size: 1.3rem;
  }
  .p-top-plan-list__item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5.6rem;
  }
  .p-top-plan-list__item:first-child {
    margin-top: 0;
  }
  .p-top-plan-list__image {
    width: 100%;
    margin-bottom: 1.6rem;
  }
  .p-top-plan-list__textarea {
    width: 100%;
  }
  .p-top-plan-list__title {
    font-size: 2rem;
    text-align: center;
  }
  .p-top-plan-list__text {
    width: 100%;
    font-size: 1.3rem;
    margin-bottom: 1.6rem;
  }
  .p-top-plan-list__data {
    width: 100%;
  }
  .p-top-plan-list__price {
    justify-content: center;
  }
  .p-top-plan-list__label {
    margin-right: 1.2rem;
    padding: 0.6rem 1.2rem;
    font-size: 1.2rem;
    letter-spacing: normal;
  }
  .p-top-plan-list__value {
    font-size: 1.6rem;
  }
  .p-top-plan-list__value b {
    font-size: 3.2rem;
  }
  .p-top-plan-list__value small {
    font-size: 1.1rem;
  }
  .p-top-plan-list__button {
    width: 100%;
    margin-top: 2.4rem;
  }
  .p-top-plan-list__link {
    height: 4.8rem;
    font-size: 1.4rem;
  }
  .p-plan-others {
    margin: 7.2rem 2.4rem 0;
    padding: 0 1.6rem 1.6rem;
    border: 0.2rem solid #eee;
  }
  .p-plan-others .p-top-plan-card__title {
    margin-top: -0.5em;
    margin-bottom: 2.4rem;
    font-size: 2.2rem;
    text-align: center;
    line-height: 1;
  }
  .p-plan-others .p-top-plan-card__title::after {
    display: none;
    height: 0.2rem;
    background-color: #eee;
  }
  .p-plan-button__label {
    font-size: 1.1rem;
  }
  .p-plan-button__text {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=style.css.map */