/*
Theme Name: original Child
Version: 1.0
Template: original
*/
:root {
  --viewport-width: min(100vw, 2000px);
  --b: calc(var(--viewport-width) / 160);
  --ff1: YakuHanJP, "Noto Sans JP", sans-serif;
  --ff2: YakuHanJP, "Jost", sans-serif;
  --Ubold: 900;
  --Ebold: 800;
  --bold: 700;
  --Sbold: 600;
  --medium: 500;
  --Slight: 400;
  --light: 300;
  --Elight: 200;
  --Ulight: 100;
  --ls400: 0.4em;
  --ls350: 0.35em;
  --ls300: 0.3em;
  --ls250: 0.25em;
  --ls200: 0.2em;
  --ls150: 0.15em;
  --ls100: 0.1em;
  --ls50: 0.05em;
  --c1: #0A395B;
  --c2: #E9FFD8;
  --c3: #FFC400;
  --c4: #4AC15C;
  --s1: max(1.6rem, 14px);
  --s2: max(1.8rem, 16px);
  --s3: max(2rem, 18px);
}

/*
Theme Name: original Child
Version: 1.0
Template: original
*/
.column__title {
  text-align: center;
  margin-bottom: max(5rem, 30px);
  font-size: max(3.7rem, 24px);
  font-weight: var(--Ebold);
  line-height: 1;
  letter-spacing: var(--ls50);
  color: var(--c1);
}

.column__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: max(2rem, 15px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1000px) {
  .column__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.column__list__item {
  min-width: 0;
  padding: max(2.5rem, 15px) max(2.5rem, 15px) max(3.5rem, 20px);
  border-radius: max(1rem, 10px);
  background: #fff;
}
.column__list__item__link {
  color: inherit;
}
.column__list__item__image {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 356/237;
  background: #adadad;
  overflow: hidden;
}
.column__list__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.column__list__item__image .column__list__item__tags {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: max(0.5rem, 5px) max(1rem, 10px);
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.column__list__item__image .column__list__item__tags li {
  display: inline-block;
  padding: max(1rem, 10px) max(1rem, 10px);
  background: var(--c4);
  color: #fff;
  font-size: max(1.6rem, 12px);
  font-weight: var(--bold);
  line-height: 1;
  letter-spacing: var(--ls50);
}
.column__list__item__content time {
  display: inline-block;
  margin-top: max(1rem, 10px);
  margin-bottom: max(1rem, 10px);
  font-size: max(1.6rem, 14px);
  font-weight: var(--Sbold);
  line-height: 1;
  letter-spacing: var(--ls50);
  opacity: 0.5;
}
.column__list__item__content h3 {
  font-size: max(1.6rem, 14px);
  font-weight: var(--bold);
  line-height: 1.5;
  letter-spacing: var(--ls50);
}

.column-form__inner {
  background: #fff;
  border-radius: max(2rem, 16px);
  padding: max(4rem, 26px);
  -webkit-box-shadow: 0 max(2rem, 14px) max(4rem, 30px) rgba(10, 57, 91, 0.1);
          box-shadow: 0 max(2rem, 14px) max(4rem, 30px) rgba(10, 57, 91, 0.1);
}
.column-form__lead {
  margin-top: max(1rem, 8px);
  margin-bottom: max(2.5rem, 18px);
  font-size: max(1.4rem, 12px);
  font-weight: var(--Sbold);
  line-height: 1.7;
  color: var(--c1);
  opacity: 0.75;
  text-align: center;
}
.column-form__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: max(2.5rem, 18px);
  padding-top: max(2.5rem, 18px);
  border-top: 1px solid rgba(10, 57, 91, 0.12);
}
.column-form__tel__icon {
  width: max(3.2rem, 26px);
  margin-bottom: max(0.8rem, 6px);
}
.column-form__tel__num {
  font-size: max(2.8rem, 22px);
  font-weight: var(--Ubold);
  color: var(--c1);
  letter-spacing: var(--ls50);
}
.column-form__tel__sub {
  font-size: max(1.3rem, 11px);
  font-weight: var(--Sbold);
  color: var(--c1);
  opacity: 0.6;
}

#front .hero {
  margin-bottom: min(-2rem, -15px);
}
@media screen and (max-width: 550px) {
  #front .hero {
    margin-bottom: 0;
    padding-bottom: 100px;
  }
}
#front .hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 max(12rem, 100px) 5%;
}
@media screen and (max-width: 1000px) {
  #front .hero__wrapper {
    margin-left: 5%;
  }
}
@media screen and (max-width: 768px) {
  #front .hero__wrapper {
    margin-right: 5%;
  }
}
#front .hero__bg {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 187.5%;
  height: auto;
  aspect-ratio: 300/151;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #front .hero__bg {
    aspect-ratio: 1.2/1;
  }
}
@media screen and (max-width: 550px) {
  #front .hero__bg {
    width: 300%;
    aspect-ratio: 1.3/1;
  }
}
#front .hero__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: max(1.6rem, 15px) solid #4ac15c;
  border-radius: 50%;
  z-index: 10;
  mix-blend-mode: multiply;
}
#front .hero__bg img {
  width: 100%;
  height: 100%;
}
#front .hero__title {
  position: relative;
  width: 65%;
  -webkit-transform: translateY(-2%);
          transform: translateY(-2%);
}
@media screen and (max-width: 1000px) {
  #front .hero__title {
    width: 100%;
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  #front .hero__title {
    -webkit-transform: translateY(2.5%);
            transform: translateY(2.5%);
  }
}
#front .hero__title__circle {
  position: relative;
  width: max(70%, 450px);
}
@media screen and (max-width: 768px) {
  #front .hero__title__circle {
    width: max(84%, 450px);
  }
}
@media screen and (max-width: 550px) {
  #front .hero__title__circle {
    width: 100%;
  }
}
#front .hero__title__circle__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--c1);
  border: max(0.6rem, 3px) solid #fff;
  -webkit-box-shadow: max(0.6rem, 3px) max(0.3rem, 2px) 0 var(--c1);
          box-shadow: max(0.6rem, 3px) max(0.3rem, 2px) 0 var(--c1);
  overflow: hidden;
}
#front .hero__title__circle__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid max(1.75rem, 9px) var(--c1);
  z-index: 1;
}
#front .hero__title__circle__header {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 30%;
  padding: max(6.5rem, 30px) 5% max(1.5rem, 5px) 5%;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#4ac15c), to(#6fd44a));
  background: linear-gradient(to bottom, #4ac15c, #6fd44a);
}
#front .hero__title__circle__header h1 {
  color: #fff;
  font-size: max(3.7rem, 19px);
  font-weight: var(--bold);
  line-height: 1.3;
  letter-spacing: var(--ls50);
  z-index: 0;
}
#front .hero__title__circle__header h1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: max(0.8rem, 4px);
  background: -webkit-gradient(linear, left top, right top, from(var(--c4)), to(#c3ff24));
  background: linear-gradient(to right, var(--c4), #c3ff24);
  mix-blend-mode: multiply;
  z-index: 1;
}
#front .hero__title__circle__header h1 .accent > span {
  position: relative;
}
#front .hero__title__circle__header h1 .accent > span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.1em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.22em;
  height: 0.22em;
  border-radius: 50%;
  background: var(--c3);
}
#front .hero__title__circle__header b {
  color: var(--c3);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#front .hero__title__circle__body {
  text-align: center;
  height: 100%;
  padding: max(5rem, 25px) 7.5% max(4rem, 30px);
  background: #fff;
}
#front .hero__title__circle__body__text {
  width: 100%;
  height: auto;
}
#front .hero__title__circle__laurels {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  left: 50%;
  bottom: 10%;
  width: 85%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
#front .hero__title__circle__laurels__item {
  position: relative;
  display: grid;
  place-items: center;
  text-align: center;
  padding: max(2.5rem, 15px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: max(0.7rem, 4px) solid #fff;
  background: linear-gradient(225deg, #4ac15c, #4ac15c 35%, #7ddd32 50%, #4ac15c 65%, #baff00);
  overflow: hidden;
  z-index: 0;
}
#front .hero__title__circle__laurels__item::before {
  content: "";
  position: absolute;
  inset: 2.5%;
  border-radius: 50%;
  background: linear-gradient(45deg, #4ac15c, #4ac15c 35%, #7ddd32 50%, #4ac15c 65%, #baff00);
  z-index: -1;
}
#front .hero__title__circle__laurels__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/hero-title-laurel.svg);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.3;
}
#front .hero__title__circle__laurels__item span {
  color: #fff;
  font-size: max(2rem, 13px);
  font-weight: var(--bold);
  line-height: 1.3;
  letter-spacing: var(--ls50);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
}
#front .hero__title__people {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  z-index: 10;
}
@media screen and (max-width: 1300px) {
  #front .hero__title__people {
    right: 3%;
  }
}
@media screen and (max-width: 1000px) {
  #front .hero__title__people {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #front .hero__title__people {
    display: block;
    right: -10%;
    bottom: 10%;
    width: 43%;
  }
}
@media screen and (max-width: 550px) {
  #front .hero__title__people {
    position: relative;
    right: unset;
    bottom: unset;
    width: 68%;
    margin-top: -17%;
    margin-left: auto;
  }
}
#front .hero__title__people__bubble {
  position: absolute;
  text-align: center;
  bottom: 95%;
  right: 10%;
  min-width: 55%;
  padding: max(2.5rem, 20px) max(2.5rem, 10px);
  background: #fff;
  border-radius: max(0.6rem, 6px);
  -webkit-filter: drop-shadow(3px 6px 0px var(--c1));
          filter: drop-shadow(3px 6px 0px var(--c1));
  z-index: -5;
}
#front .hero__title__people__bubble::before {
  position: absolute;
  top: calc(100% - max(1rem, 8px));
  left: 50%;
  content: "";
  width: max(1.6rem, 14px);
  height: max(1.6rem, 14px);
  background: #fff;
  border-radius: 0 0 max(0.3rem, 3px) 0;
  -webkit-transform: scaleY(1.8) rotate(45deg) translate(-50%, 50%);
          transform: scaleY(1.8) rotate(45deg) translate(-50%, 50%);
}
@media screen and (max-width: 550px) {
  #front .hero__title__people__bubble {
    right: auto;
    left: unset;
    right: 87%;
    bottom: auto;
    top: 20%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  #front .hero__title__people__bubble::before {
    top: 50%;
    left: auto;
    right: calc(max(1rem, 8px) * -1);
    border-radius: 0 max(0.3rem, 3px) 0 0;
    -webkit-transform: scaleX(1.8) rotate(45deg) translate(-50%, -50%);
            transform: scaleX(1.8) rotate(45deg) translate(-50%, -50%);
  }
}
#front .hero__title__people__bubble span {
  color: var(--c1);
  font-size: max(1.4375vw, 15px);
  font-weight: var(--Ebold);
  line-height: 1.5;
  letter-spacing: var(--ls50);
}
#front .hero__title__people__bubble span b {
  color: var(--c4);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#front .hero__title__btnBox {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media screen and (max-width: 1000px) {
  #front .hero__title__btnBox {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    width: 95%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #front .hero__title__btnBox {
    position: relative;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    width: 100%;
    margin-right: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  #front .hero__title__btnBox .btn {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 550px) {
  #front .hero__title__btnBox {
    position: absolute;
    -webkit-transform: translateY(70%);
            transform: translateY(70%);
  }
}
#front .hero__contact {
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  width: max(30%, 350px);
  margin-top: max(8rem, 40px);
  border-top-left-radius: max(1rem, 6px);
  border-bottom-left-radius: max(1rem, 6px);
  background: #fff;
  -webkit-box-shadow: 10px 10px 0px var(--c1);
          box-shadow: 10px 10px 0px var(--c1);
  overflow: visible;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  #front .hero__contact {
    display: none;
  }
}
#front .hero__contact__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: max(1.5rem, 15px);
     -moz-column-gap: max(1.5rem, 15px);
          column-gap: max(1.5rem, 15px);
  padding: max(2rem, 20px) 5%;
  background: var(--c1);
  border-top-left-radius: max(1rem, 10px);
}
#front .hero__contact__header__text {
  color: #fff;
  font-size: max(1.75vw, 16px);
  font-weight: var(--bold);
  line-height: 1;
  letter-spacing: var(--ls50);
}
#front .hero__contact__header__text b {
  color: var(--c3);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#front .hero__contact__body {
  padding: max(3.5rem, 20px) 5%;
  background: #fff;
  border-bottom-left-radius: max(1rem, 10px);
}
#front .hero__contact__form__inner {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: max(0.5rem, 5px) max(1rem, 10px);
}
@media screen and (max-width: 1300px) {
  #front .hero__contact__form__inner {
    grid-template-columns: 1fr;
  }
}
#front .hero__contact__form__bubble {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% + max(1.2rem, 10px));
  z-index: 5;
  padding: max(1.3rem, 10px) max(1.8rem, 14px);
  background: var(--c1);
  border-radius: max(0.8rem, 6px);
  -webkit-filter: drop-shadow(2px 4px 0 rgba(0, 0, 0, 0.12));
          filter: drop-shadow(2px 4px 0 rgba(0, 0, 0, 0.12));
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(max(0.6rem, 5px));
          transform: translateY(max(0.6rem, 5px));
  -webkit-transition: opacity 0.25s ease, visibility 0.25s, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s, -webkit-transform 0.25s ease;
}
#front .hero__contact__form__bubble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: max(2.5rem, 22px);
  width: max(1.4rem, 12px);
  height: max(1.4rem, 12px);
  background: inherit;
  border-radius: 0 0 max(0.3rem, 3px) 0;
  -webkit-transform: translateY(-55%) rotate(45deg);
          transform: translateY(-55%) rotate(45deg);
}
#front .hero__contact__form__bubble.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#front .hero__contact__form__bubble.is-error {
  background: #e2452f;
}
#front .hero__contact__form__bubble.is-success {
  background: var(--c4);
}
#front .hero__contact__form__bubble__text {
  color: #fff;
  font-size: max(0.95vw, 12px);
  font-weight: var(--bold);
  line-height: 1.5;
  letter-spacing: var(--ls50);
}
#front .hero__contact__form__honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
#front .hero__contact__form__item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
}
@media screen and (max-width: 1300px) {
  #front .hero__contact__form__item {
    grid-column: span 1;
  }
}
#front .hero__contact__form__item label,
#front .hero__contact__form__item textarea,
#front .hero__contact__form__item input,
#front .hero__contact__form__item select {
  font-size: max(1vw, 12px);
  font-weight: var(--bold);
  line-height: 1.5;
  letter-spacing: var(--ls50);
}
#front .hero__contact__form__item label .require {
  margin-left: 0.15em;
  color: #e2452f;
}
#front .hero__contact__form__item textarea,
#front .hero__contact__form__item input,
#front .hero__contact__form__item select {
  padding: max(1.5rem, 10px);
  background: #f7f7f7;
  -webkit-box-shadow: inset 1px 1px 7px rgba(0, 0, 0, 0.07);
          box-shadow: inset 1px 1px 7px rgba(0, 0, 0, 0.07);
  border: 1px solid transparent;
  border-radius: max(0.6rem, 5px);
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
#front .hero__contact__form__item textarea::-webkit-input-placeholder, #front .hero__contact__form__item input::-webkit-input-placeholder, #front .hero__contact__form__item select::-webkit-input-placeholder {
  color: #9aa3aa;
  font-weight: var(--medium);
}
#front .hero__contact__form__item textarea::-moz-placeholder, #front .hero__contact__form__item input::-moz-placeholder, #front .hero__contact__form__item select::-moz-placeholder {
  color: #9aa3aa;
  font-weight: var(--medium);
}
#front .hero__contact__form__item textarea:-ms-input-placeholder, #front .hero__contact__form__item input:-ms-input-placeholder, #front .hero__contact__form__item select:-ms-input-placeholder {
  color: #9aa3aa;
  font-weight: var(--medium);
}
#front .hero__contact__form__item textarea::-ms-input-placeholder, #front .hero__contact__form__item input::-ms-input-placeholder, #front .hero__contact__form__item select::-ms-input-placeholder {
  color: #9aa3aa;
  font-weight: var(--medium);
}
#front .hero__contact__form__item textarea::placeholder,
#front .hero__contact__form__item input::placeholder,
#front .hero__contact__form__item select::placeholder {
  color: #9aa3aa;
  font-weight: var(--medium);
}
#front .hero__contact__form__item textarea:hover,
#front .hero__contact__form__item input:hover,
#front .hero__contact__form__item select:hover {
  border-color: rgba(74, 193, 92, 0.4);
}
#front .hero__contact__form__item textarea:focus,
#front .hero__contact__form__item input:focus,
#front .hero__contact__form__item select:focus {
  outline: none;
  border-color: #4ac15c;
  background: #fff;
}
#front .hero__contact__form__item.is-error label {
  color: #e2452f;
}
#front .hero__contact__form__item.is-error textarea,
#front .hero__contact__form__item.is-error input,
#front .hero__contact__form__item.is-error select {
  border-color: #e2452f;
  background: #fdf3f1;
}
#front .hero__contact__form__item.is-error textarea:focus,
#front .hero__contact__form__item.is-error input:focus,
#front .hero__contact__form__item.is-error select:focus {
  border-color: #4ac15c;
  background: #fff;
}
#front .hero__contact__form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: max(0.6rem, 5px);
  min-width: 0;
}
#front .hero__contact__form__field textarea,
#front .hero__contact__form__field select {
  width: 100%;
}
#front .hero__contact__form__note {
  margin: 0;
  font-size: max(0.85vw, 10px);
  font-weight: var(--medium);
  line-height: 1.5;
  letter-spacing: var(--ls50);
  color: #7a858d;
}
#front .hero__contact__form__button {
  position: relative;
  grid-column: 1/-1;
  text-align: center;
  width: 100%;
  padding: max(1.5rem, 10px) max(3rem, 25px);
  margin-top: max(3rem, 20px);
  background: #e3eef6;
  border-radius: 9999px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease, background-color 0.2s ease;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}
#front .hero__contact__form__button:hover {
  background: #d5e6f2;
}
#front .hero__contact__form__button:disabled, #front .hero__contact__form__button.is-loading {
  opacity: 0.6;
  cursor: progress;
}
#front .hero__contact__form__button__text {
  font-size: max(1.25vw, 14px);
  font-weight: var(--bold);
  line-height: 1.5;
  letter-spacing: var(--ls50);
}
#front .hero__contact__form__button__icon {
  position: absolute;
  right: max(2rem, 15px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: max(1.5rem, 10px);
  height: auto;
}
#front .purchase {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(186, 255, 0, 0)), to(var(--c4)));
  background: linear-gradient(to bottom, rgba(186, 255, 0, 0), var(--c4));
}
#front .purchase__slider {
  overflow-x: clip;
}
#front .purchase__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: max(9rem, 50px);
  will-change: transform;
  z-index: 0;
}
#front .purchase__list::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: max(9rem, 50px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(186, 255, 0, 0)), to(var(--c4)));
  background: linear-gradient(to bottom, rgba(186, 255, 0, 0), var(--c4));
  z-index: 10;
}
#front .purchase__list.is-looping {
  -webkit-animation: purchaseLoop var(--purchase-loop-duration, 40s) linear infinite;
          animation: purchaseLoop var(--purchase-loop-duration, 40s) linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  #front .purchase__list.is-looping {
    -webkit-animation: none;
            animation: none;
  }
}
#front .purchase__list__item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: max(41rem, 300px);
  margin-right: max(2.2rem, 20px);
}
#front .purchase__list__item__figure {
  padding: max(2.8rem, 20px);
  border-radius: max(1rem, 10px);
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 25px rgba(74, 193, 92, 0.25);
          box-shadow: 3px 3px 25px rgba(74, 193, 92, 0.25);
}
#front .purchase__list__item__figure--mirror {
  position: absolute;
  top: 100%;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  opacity: 0.2;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgba(0, 0, 0, 0)), to(black));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, black 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgba(0, 0, 0, 0)), to(black));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, black 100%);
  pointer-events: none;
}
#front .purchase__list__item__figure__imageBox {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  overflow: hidden;
}
#front .purchase__list__item__figure__imageBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#front .purchase__list__item__figure__caption {
  margin-top: max(1.5rem, 10px);
}
#front .purchase__list__item__figure__caption__address {
  color: rgba(112, 112, 112, 0.5);
  font-size: max(1.6rem, 12px);
  font-weight: var(--Sbold);
  line-height: 1;
  letter-spacing: var(--ls50);
}
#front .purchase__list__item__figure__caption__price {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: max(3.5rem, 30px);
     -moz-column-gap: max(3.5rem, 30px);
          column-gap: max(3.5rem, 30px);
  margin-top: max(1rem, 10px);
}
#front .purchase__list__item__figure__caption__price .price__supplement {
  display: inline-grid;
  place-items: center;
  color: var(--c1);
  font-size: max(1.9rem, 12px);
  font-weight: var(--bold);
  line-height: 1;
  letter-spacing: var(--ls50);
  background: var(--c3);
  padding: max(0.5rem, 5px) max(1rem, 10px);
}
#front .purchase__list__item__figure__caption__price .price__value {
  font-family: var(--ff2);
  font-size: max(3.8rem, 26px);
  font-weight: var(--Sbold);
  line-height: 1;
  letter-spacing: 0;
}
#front .problem {
  overflow: visible;
}
#front .problem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 150%;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--c4)), to(rgba(186, 255, 0, 0)));
  background: linear-gradient(to bottom, var(--c4), rgba(186, 255, 0, 0));
  z-index: -2;
}
#front .problem__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-column-gap: max(2rem, 15px);
     -moz-column-gap: max(2rem, 15px);
          column-gap: max(2rem, 15px);
  padding: max(4.5rem, 30px) 10% max(9.5rem, 60px);
  background: var(--c1);
  margin-bottom: min(-5rem, -30px);
}
@media screen and (max-width: 550px) {
  #front .problem__header {
    padding-left: 5%;
    padding-right: 5%;
  }
}
#front .problem__header__icon {
  width: max(7.5rem, 60px);
  height: auto;
}
#front .problem__header__title {
  color: #fff;
  font-size: max(3.7rem, 24px);
  font-weight: var(--bold);
  line-height: 1.5;
  letter-spacing: var(--ls50);
}
@media screen and (max-width: 550px) {
  #front .problem__header__title {
    text-align: left;
  }
}
#front .problem__header__title b {
  color: var(--c3);
  font-size: 1.57em;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#front .problem__body {
  position: relative;
  background: #fff;
  border-radius: max(1rem, 10px);
  -webkit-box-shadow: max(1rem, 5px) max(1rem, 5px) 0 var(--c1);
          box-shadow: max(1rem, 5px) max(1rem, 5px) 0 var(--c1);
  overflow: hidden;
  z-index: 0;
}
@media screen and (min-width: 550px) {
  #front .problem__body {
    width: min(85%, 1600px);
  }
}
#front .problem__body::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: repeating-linear-gradient(to right, rgba(212, 233, 215, 0.3) 0 1px, transparent 1px max(2rem, 16px)), repeating-linear-gradient(to bottom, rgba(212, 233, 215, 0.3) 0 1px, transparent 1px max(2rem, 16px)), repeating-linear-gradient(to right, rgba(212, 233, 215, 0.3) 0 2px, transparent 2px max(4rem, 32px)), repeating-linear-gradient(to bottom, rgba(212, 233, 215, 0.3) 0 2px, transparent 2px max(4rem, 32px));
}
#front .problem__list {
  display: grid;
  grid-template-columns: max(3.9rem, 22px) 1fr;
  gap: max(3rem, 20px) max(1.8rem, 12px);
  padding: max(7.5rem, 50px) max(36rem, 10%) max(7.5rem, 30px) max(40rem, 10%);
}
@media screen and (max-width: 768px) {
  #front .problem__list {
    padding: max(7.5rem, 50px) 10%;
  }
}
@media screen and (max-width: 550px) {
  #front .problem__list {
    padding: 30px 10%;
  }
}
#front .problem__list__item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
}
#front .problem__list__item__icon {
  width: 100%;
  height: auto;
}
#front .problem__list__item h3 {
  font-size: max(2.4rem, 18px);
  font-weight: var(--bold);
  line-height: 1.5;
  letter-spacing: var(--ls50);
}
#front .problem__list__item h3 b {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#front .problem__list__item h3 b.accent {
  position: relative;
  display: inline-block;
}
#front .problem__list__item h3 b.accent.sp::after {
  display: none;
}
@media screen and (max-width: 768px) {
  #front .problem__list__item h3 b.accent.sp::after {
    display: block;
  }
}
#front .problem__list__item h3 b.accent::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.05em;
  height: 0.35em;
  background-color: #c3ff24;
  mix-blend-mode: multiply;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
#front .problem__list__item h3 b.accent.active::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#front .problem__people {
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #front .problem__people {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: max(5rem, 5px);
       -moz-column-gap: max(5rem, 5px);
            column-gap: max(5rem, 5px);
    width: 80%;
    max-width: 350px;
    margin: 0 auto;
  }
}
#front .problem__people__woman, #front .problem__people__man {
  position: absolute;
  bottom: 0;
  width: max(19.6rem, 120px);
  height: auto;
}
@media screen and (max-width: 768px) {
  #front .problem__people__woman, #front .problem__people__man {
    position: relative;
    width: 100%;
  }
}
#front .problem__people__woman svg, #front .problem__people__man svg {
  position: absolute;
  top: 0;
  height: auto;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
#front .problem__people__woman svg.stay, #front .problem__people__man svg.stay {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
#front .problem__people__woman {
  left: 10%;
}
@media screen and (max-width: 1000px) {
  #front .problem__people__woman {
    left: 5%;
  }
}
#front .problem__people__woman svg {
  right: 0;
  width: 25%;
}
@media screen and (max-width: 768px) {
  #front .problem__people__woman svg {
    display: none;
  }
}
#front .problem__people__woman svg.stay.active {
  -webkit-animation: questionPop 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards, questionWobble 2.8s ease-in-out 0.7s infinite;
          animation: questionPop 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards, questionWobble 2.8s ease-in-out 0.7s infinite;
}
#front .problem__people__man {
  right: 10%;
}
@media screen and (max-width: 1000px) {
  #front .problem__people__man {
    right: 5%;
  }
}
#front .problem__people__man svg {
  left: 0;
  width: 30%;
}
#front .problem__people__man svg.stay.active {
  -webkit-animation: swirlPop 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards, swirlWobble 3.4s ease-in-out 0.7s infinite;
          animation: swirlPop 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards, swirlWobble 3.4s ease-in-out 0.7s infinite;
}
#front .solution {
  position: relative;
  overflow: visible;
  z-index: 1;
}
#front .solution__arrow {
  position: relative;
  width: max(20%, 200px);
  margin: min(-3rem, -15px) auto max(2rem, 15px);
  -webkit-animation: bounce 2.5s ease-in-out infinite;
          animation: bounce 2.5s ease-in-out infinite;
}
#front .solution__arrow img {
  width: 100%;
  height: auto;
  aspect-ratio: 315/202;
}
#front .solution__wrapper {
  position: relative;
  padding-bottom: max(1rem, 10px);
}
#front .solution__wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #fff;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  -webkit-transform: translateZ(0) scaleY(1.3);
          transform: translateZ(0) scaleY(1.3);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #front .solution__wrapper::after {
    -webkit-transform: translateY(-10%) translateZ(0) scaleY(0.7);
            transform: translateY(-10%) translateZ(0) scaleY(0.7);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
#front .solution__bg {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -2;
}
#front .solution__bg__image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  mix-blend-mode: multiply;
  opacity: 0.7;
  overflow: hidden;
  z-index: -2;
}
#front .solution__bg__image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(101%);
          transform: translateY(101%);
  -webkit-transition: -webkit-transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
#front .solution__bg__image.active img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#front .solution__bg__image--circle {
  z-index: 1;
}
#front .solution__bg__image--back img {
  -webkit-transition-duration: 1.6s;
          transition-duration: 1.6s;
}
#front .solution__bg__image--front img {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}
#front .solution__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: max(2rem, 15px) max(2rem, 15px);
  margin-bottom: max(5rem, 30px);
}
#front .solution__title__icon {
  width: max(51rem, 300px);
  height: auto;
  aspect-ratio: 32/7;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  #front .solution__title__icon {
    width: 100%;
    max-width: 450px;
  }
}
#front .solution__title__text {
  font-size: max(4.8rem, 32px);
  font-weight: var(--Ubold);
  line-height: 1.5;
  letter-spacing: var(--ls50);
}
#front .solution__content {
  text-align: center;
  margin-bottom: max(7rem, 50px);
}
#front .solution__content p {
  font-size: max(1.8rem, 16px);
  font-weight: var(--bold);
  line-height: 2;
  letter-spacing: var(--ls50);
  margin-bottom: max(2rem, 15px);
}
#front .solution__content p b {
  color: var(--c4);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
@media screen and (max-width: 768px) {
  #front .solution__content .attention {
    text-align: left;
  }
}
#front .what {
  overflow: visible;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--c4)), to(#c3ff24));
  background: linear-gradient(to bottom, var(--c4), #c3ff24);
}
#front .what__bg {
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  opacity: 0.9;
  mix-blend-mode: multiply;
  z-index: -1;
}
#front .what__bg img {
  width: 100%;
  height: 100%;
}
#front .what__wrapper {
  padding-top: max(7.5rem, 50px);
  padding-bottom: max(14rem, 80px);
  margin-bottom: min(-5rem, -30px);
}
#front .what__header {
  text-align: center;
  margin-bottom: max(4rem, 30px);
}
#front .what__header h2 {
  color: #fff;
  font-size: max(3.7rem, 24px);
  font-weight: var(--Ebold);
  line-height: 1;
  letter-spacing: var(--ls50);
  margin-bottom: max(1.5rem, 15px);
}
#front .what__header h2 b {
  color: inherit;
  font-size: 1.57em;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#front .what__header p {
  color: #fff;
}
#front .what__list {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  row-gap: max(1rem, 10px);
}
#front .what__list__item {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: max(40rem, 300px) 1fr;
  gap: max(5rem, 15px) max(5rem, 30px);
  padding: max(4rem, 25px);
  background: #fff;
  border-radius: max(1rem, 10px);
  border: max(0.6rem, 5px) solid var(--c4);
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  #front .what__list__item {
    grid-template-columns: 1fr;
    padding: max(10rem, 25px);
  }
}
#front .what__list__item__image {
  width: 100%;
  height: 100%;
  aspect-ratio: 200/133;
}
#front .what__list__item__image img {
  width: 100%;
  height: 100%;
}
#front .what__list__item__content__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(1rem, 10px);
  color: var(--c4);
  font-size: max(2.9rem, 22px);
  font-weight: var(--Ebold);
  line-height: 1.5;
  letter-spacing: var(--ls50);
  margin-bottom: max(2.5rem, 10px);
}
#front .what__list__item__content__header .number {
  color: inherit;
  font-family: var(--ff2);
  font-size: 1.2em;
  font-weight: inherit;
  line-height: 1;
  letter-spacing: inherit;
  -webkit-transform: translateY(7.5%);
          transform: translateY(7.5%);
}
#front .what__list__item__content__header h3 {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#front .what__list__item__content p b {
  color: var(--c4);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#front .comparison__header {
  text-align: center;
  padding: max(3.5rem, 30px) 5%;
  background: var(--c1);
  border-radius: max(3rem, 20px) max(3rem, 20px) 0 0;
}
#front .comparison__header h2 {
  color: #fff;
  font-size: max(3.7rem, 24px);
  font-weight: var(--Ebold);
  line-height: 1;
  letter-spacing: var(--ls50);
}
#front .comparison__header h2 b {
  color: var(--c3);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#front .comparison__table {
  display: grid;
  grid-template-columns: max(35rem, 80px) 1fr 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: max(10rem, 50px) 0;
  overflow: visible;
}
#front .comparison__table__outer {
  background: #fff;
}
#front .comparison__table .table__header,
#front .comparison__table .table__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: max(1.8rem, 14px);
  font-weight: var(--bold);
  line-height: 1.5;
  text-align: center;
  padding: max(2rem, 15px) max(2.5rem, 10px);
}
#front .comparison__table .table__header {
  font-size: max(2.4rem, 20px);
  font-weight: var(--Ebold);
  line-height: 1.5;
  letter-spacing: var(--ls50);
}
#front .comparison__table .table__header--row1,
#front .comparison__table .table__body--row1 {
  border-right: 2px solid #fff;
}
#front .comparison__table .table__body--row1 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  background: #ebebeb;
  border-top: 2px solid #fff;
}
#front .comparison__table .table__header--row2 {
  color: var(--c1);
  background: #e3e5e8;
}
#front .comparison__table .table__body--row2 {
  color: var(--c1);
  background: #f2f3f5;
  border-top: 2px solid #fff;
}
#front .comparison__table .table__header--row3 {
  position: relative;
  color: #fff;
  background: var(--c4);
  border: 3px solid var(--c4);
  border-bottom: none;
}
#front .comparison__table .table__header--row3::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: -2px;
  right: 0;
  width: calc(100% + 4px);
  height: 30%;
  background: var(--c4);
  border-radius: max(1.4rem, 10px) max(1.4rem, 10px) 0 0;
}
#front .comparison__table .table__body--row3 {
  position: relative;
  color: var(--c4);
  font-weight: var(--bold);
  background: var(--c2);
  border-left: 3px solid var(--c4);
  border-right: 3px solid var(--c4);
}
#front .comparison__table .table__body--row3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
}
#front .comparison__table .table__body--row3:last-child {
  border-bottom: 3px solid var(--c4);
}
#front .comparison__table .table__header__icon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -75%);
          transform: translate(-50%, -75%);
  display: block;
  width: max(6.8rem, 45px);
  line-height: 0;
}
#front .comparison__table .table__header__icon img {
  width: 100%;
  height: auto;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  will-change: transform, opacity;
}
#front .comparison__table .table__header__icon.stay img {
  opacity: 0;
  -webkit-transform: translateY(-120%) scale(0.5) rotate(-20deg);
          transform: translateY(-120%) scale(0.5) rotate(-20deg);
}
#front .comparison__table .table__header__icon.stay.active img {
  -webkit-animation: crownDrop 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards, crownFloat 3s ease-in-out 0.8s infinite;
          animation: crownDrop 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards, crownFloat 3s ease-in-out 0.8s infinite;
}
@media screen and (max-width: 550px) {
  #front .comparison__table .table__header,
  #front .comparison__table .table__body {
    font-size: var(--s1);
    padding: max(1.4rem, 12px) max(0.6rem, 6px);
  }
  #front .comparison__table .table__header {
    font-size: var(--s2);
  }
  #front .comparison__table .table__body--row1 {
    padding-left: max(1.2rem, 10px);
  }
}
#front .reason__wrapper {
  padding-top: max(7.5rem, 50px);
  padding-bottom: max(14rem, 80px);
}
#front .reason__bg {
  position: absolute;
  inset: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  background: #e9ffd8;
  z-index: -1;
}
#front .reason__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--c4)), to(#c3ff24));
  background: linear-gradient(to bottom, var(--c4), #c3ff24);
  opacity: 0.3;
  z-index: -1;
}
#front .reason__bg img {
  width: 100%;
  height: 100%;
  mix-blend-mode: soft-light;
}
#front .reason__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: max(2.5rem, 20px);
     -moz-column-gap: max(2.5rem, 20px);
          column-gap: max(2.5rem, 20px);
}
#front .reason__title__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: max(9.2rem, 80px);
  height: auto;
}
#front .reason__title h2 {
  font-size: max(3.7rem, 24px);
  font-weight: var(--Ebold);
  line-height: 1.5;
  letter-spacing: var(--ls50);
}
#front .reason__title h2 b {
  font-family: var(--ff2);
  color: var(--c4);
  font-size: 1.95em;
  font-weight: var(--Sbold);
  line-height: 1.25;
  letter-spacing: 0.025em;
}
#front .reason__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: max(1rem, 10px);
  margin-top: max(4rem, 30px);
}
@media screen and (max-width: 1000px) {
  #front .reason__list {
    grid-template-columns: 1fr;
  }
}
#front .reason__list__item {
  border-radius: max(1rem, 10px);
  border: max(0.6rem, 5px) solid var(--c4);
  padding: max(4rem, 25px);
  background: #fff;
}
#front .reason__list__item__header {
  border-bottom: dotted max(0.3rem, 3px) rgba(74, 193, 92, 0.5);
  padding-bottom: max(2.5rem, 20px);
  margin-bottom: max(2.5rem, 20px);
}
#front .reason__list__item__header .number {
  font-family: var(--ff2);
  color: var(--c4);
  font-size: max(2.5rem, 20px);
  font-weight: var(--Sbold);
  line-height: 1;
  letter-spacing: var(--ls25);
}
#front .reason__list__item__header h3 {
  color: var(--c4);
  font-size: max(2.9rem, 22px);
  font-weight: var(--Ebold);
  line-height: 1.5;
  letter-spacing: var(--ls50);
}
#front .result {
  margin-bottom: min(-3rem, -20px);
}
#front .result__wrapper {
  padding-top: max(7.5rem, 50px);
  padding-bottom: max(16.5rem, 100px);
  z-index: 10;
}
#front .result__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70%;
  z-index: -1;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--c4)), to(rgba(186, 255, 0, 0)));
  background: linear-gradient(to top, var(--c4), rgba(186, 255, 0, 0));
}
#front .result__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left top, left bottom, from(#e9ffd8), to(rgba(233, 255, 216, 0)));
  background: linear-gradient(to bottom, #e9ffd8, rgba(233, 255, 216, 0));
  z-index: 10;
}
#front .result__bg img {
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
#front .result__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: max(2.5rem, 10px);
     -moz-column-gap: max(2.5rem, 10px);
          column-gap: max(2.5rem, 10px);
}
#front .result__title__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: max(9.2rem, 50px);
}
#front .result__title h2 {
  color: var(--c1);
  font-size: max(3.7rem, 22px);
  font-weight: var(--Ebold);
  line-height: 1.5;
  letter-spacing: var(--ls50);
}
#front .result__title h2 b {
  display: inline-block;
  color: var(--c4);
  font-size: 1.95em;
  font-weight: var(--Sbold);
  line-height: 1.25;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 550px) {
  #front .result__title h2 b {
    font-size: 34px;
  }
}
#front .result__slider {
  position: relative;
  width: 100%;
  margin-top: max(4rem, 30px);
  overflow-x: clip;
}
#front .result__slider.is-centered .result__slider__nav {
  display: none;
}
#front .result__slider.is-centered .result__slider__viewport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#front .result__slider.is-centered .result__slider__list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-inline: max(2.5rem, 15px);
}
#front .result__slider__nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: max(5.6rem, 44px);
  height: max(5.6rem, 44px);
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 max(0.4rem, 3px) max(1.4rem, 9px) rgba(10, 57, 91, 0.22);
          box-shadow: 0 max(0.4rem, 3px) max(1.4rem, 9px) rgba(10, 57, 91, 0.22);
  cursor: pointer;
  -webkit-transition: background 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  z-index: 3;
}
#front .result__slider__nav[hidden] {
  display: none;
}
#front .result__slider__nav svg {
  width: max(1.3rem, 11px);
  height: auto;
}
#front .result__slider__nav--prev {
  left: max(2rem, 12px);
}
#front .result__slider__nav--prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#front .result__slider__nav--next {
  right: max(2rem, 12px);
}
#front .result__slider__nav:hover {
  background: var(--c2);
  -webkit-transform: translateY(-50%) scale(1.08);
          transform: translateY(-50%) scale(1.08);
}
@media screen and (max-width: 768px) {
  #front .result__slider__nav {
    width: max(4.4rem, 38px);
    height: max(4.4rem, 38px);
  }
  #front .result__slider__nav--prev {
    left: max(1rem, 8px);
  }
  #front .result__slider__nav--next {
    right: max(1rem, 8px);
  }
}
#front .result__slider__viewport {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  #front .result__slider__viewport {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
  }
}
#front .result__slider__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: max(2rem, 15px);
     -moz-column-gap: max(2rem, 15px);
          column-gap: max(2rem, 15px);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  #front .result__slider__list {
    -webkit-transition: none;
    transition: none;
  }
}
#front .result__slider__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: max(40.5rem, 280px);
  background: #fff;
  border: 3px solid #fff;
  border-radius: max(1rem, 10px);
  overflow: hidden;
  -webkit-box-shadow: max(0.3rem, 3px) max(0.3rem, 3px) max(2.5rem, 18px) rgba(74, 193, 92, 0.22);
          box-shadow: max(0.3rem, 3px) max(0.3rem, 3px) max(2.5rem, 18px) rgba(74, 193, 92, 0.22);
}
#front .result__slider__item__image {
  width: auto;
  height: auto;
  margin: max(2.5rem, 15px) max(2.5rem, 15px) 0;
  aspect-ratio: 356/237;
  background: #adadad;
  overflow: hidden;
}
#front .result__slider__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#front .result__slider__item__content {
  margin: 0 max(2.5rem, 15px) max(2.5rem, 15px);
}
#front .result__slider__item__content__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: max(1rem, 10px);
     -moz-column-gap: max(1rem, 10px);
          column-gap: max(1rem, 10px);
  margin-top: max(1.5rem, 10px);
  margin-bottom: max(2.5rem, 15px);
}
#front .result__slider__item__content__meta__address, #front .result__slider__item__content__meta__age {
  color: var(--c4);
  font-size: max(1.6rem, 12px);
  font-weight: var(--Sbold);
  line-height: 1;
  letter-spacing: var(--ls50);
}
#front .result__slider__item__content__price {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
}
#front .result__slider__item__content__price .price__inner {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#front .result__slider__item__content__price .price__inner .price__supplement {
  text-align: center;
  border: 1px solid var(--c1);
  padding: max(1rem, 10px) max(1rem, 10px);
  font-size: max(1.9rem, 14px);
  font-weight: var(--bold);
  line-height: 1;
  letter-spacing: var(--ls50);
}
#front .result__slider__item__content__price .price__inner .price__value {
  text-align: right;
  font-family: var(--ff2);
  font-size: max(3.8rem, 26px);
  font-weight: var(--Sbold);
  line-height: 1;
  letter-spacing: 0;
}
#front .result__slider__item__content__price .price__inner .price__value .unit {
  font-family: var(--ff1);
  font-size: 0.474em;
  font-weight: var(--bold);
  line-height: 1;
  letter-spacing: var(--ls50);
}
#front .result__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: max(1rem, 10px);
  width: max(41.5rem, 300px);
  padding-bottom: max(2rem, 15px);
  border-bottom: max(0.7rem, 6px) solid #fff;
  margin: max(7.5rem, 50px) auto 0;
}
@media screen and (max-width: 768px) {
  #front .result__btn {
    width: 100%;
  }
}
#front .result__btn__text {
  color: #fff;
  font-size: max(2.2rem, 16px);
  font-weight: var(--Ubold);
  line-height: 1;
  letter-spacing: var(--ls50);
}
#front .result__btn__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: max(1.7rem, 16px);
  height: auto;
}
#front .flow {
  overflow: clip;
}
#front .flow__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: max(1rem, 10px) max(2rem, 15px);
  padding: max(3.5rem, 30px) 5%;
  background: var(--c1);
  border-radius: max(3rem, 20px) max(3rem, 20px) 0 0;
}
@media screen and (max-width: 550px) {
  #front .flow__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#front .flow__header__supplement {
  padding: max(1rem, 10px) max(2.5rem, 15px);
  border: 3px solid var(--c3);
  border-radius: 9999px;
  font-size: max(1.9rem, 14px);
  font-weight: var(--Ebold);
  line-height: 1;
  letter-spacing: var(--ls50);
  color: var(--c3);
}
#front .flow__header h2 {
  color: #fff;
  font-size: max(3.7rem, 24px);
  font-weight: var(--Ebold);
  line-height: 1;
  letter-spacing: var(--ls50);
}
#front .flow__header h2 b {
  color: var(--c3);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#front .flow__content {
  background: #fff;
}
#front .flow__content__inner {
  display: grid;
  grid-template-columns: max(44.5rem, 350px) 1fr;
  gap: max(10rem, 20px) max(6rem, 30px);
  padding: max(10rem, 50px) 0;
}
@media screen and (max-width: 1000px) {
  #front .flow__content__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#front .flow__content__exp {
  position: sticky;
  top: 200px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
@media screen and (max-width: 1000px) {
  #front .flow__content__exp {
    display: contents;
  }
}
#front .flow__content__exp .btnBox {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr);
  margin-top: max(4.5rem, 30px);
}
@media screen and (max-width: 1000px) {
  #front .flow__content__exp .btnBox {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #front .flow__content__exp .btnBox {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
}
#front .flow__content__exp .btnBox .btn {
  width: 100%;
}
#front .flow__content__list {
  width: 100%;
  display: grid;
  grid-auto-rows: 1fr;
  row-gap: max(6rem, 30px);
}
#front .flow__content__list__item {
  --circleSize: max(19rem, 120px);
  position: relative;
}
@media screen and (max-width: 1000px) {
  #front .flow__content__list__item {
    --circleSize: max(23rem, 130px);
  }
}
#front .flow__content__list__item__number {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  left: 0;
  row-gap: max(1rem, 10px);
  width: var(--circleSize);
  height: var(--circleSize);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--c4);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
}
#front .flow__content__list__item__number .number {
  color: #fff;
  font-family: var(--ff2);
  font-size: max(2.5rem, 20px);
  font-weight: var(--Sbold);
  line-height: 1;
  letter-spacing: var(--ls25);
}
#front .flow__content__list__item__number .icon {
  width: 40%;
  height: auto;
}
#front .flow__content__list__item__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  margin-left: calc(var(--circleSize) / 2);
  padding: max(4rem, 15px) 5% max(4rem, 15px) calc(var(--circleSize) / 2 + max(2.5rem, 5px));
  background: rgba(74, 193, 92, 0.08);
  border-radius: max(1rem, 10px);
  border: max(0.2rem, 2px) solid var(--c4);
}
#front .flow__content__list__item__detail h3 {
  color: var(--c4);
  font-size: max(2.9rem, 22px);
  font-weight: var(--Ebold);
  line-height: 1.5;
  letter-spacing: var(--ls50);
}
#front .column {
  position: relative;
  border-top: max(1.5rem, 10px) solid rgba(74, 193, 92, 0.1);
}
#front .column::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: repeating-linear-gradient(to right, rgba(212, 233, 215, 0.3) 0 1px, transparent 1px max(2rem, 16px)), repeating-linear-gradient(to bottom, rgba(212, 233, 215, 0.3) 0 1px, transparent 1px max(2rem, 16px)), repeating-linear-gradient(to right, rgba(212, 233, 215, 0.3) 0 2px, transparent 2px max(4rem, 32px)), repeating-linear-gradient(to bottom, rgba(212, 233, 215, 0.3) 0 2px, transparent 2px max(4rem, 32px));
}
#front .column::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70%;
  background: -webkit-gradient(linear, left bottom, left top, from(#e9ffd8), to(rgba(233, 255, 216, 0)));
  background: linear-gradient(to top, #e9ffd8, rgba(233, 255, 216, 0));
  z-index: -1;
}
#front .column__wrapper {
  padding-top: max(11rem, 60px);
  padding-bottom: max(11rem, 60px);
}
#front .column__more {
  margin-top: max(5rem, 30px);
  text-align: center;
}
#front .column__more__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: max(2rem, 15px);
  border-bottom: max(0.7rem, 5px) solid var(--c1);
  -webkit-column-gap: max(26rem, 100px);
     -moz-column-gap: max(26rem, 100px);
          column-gap: max(26rem, 100px);
  font-size: max(2.2rem, 15px);
  font-weight: var(--Ebold);
  letter-spacing: var(--ls50);
  line-height: 1;
}
#front .column__more__btn__arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: max(1.7rem, 15px);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
#front .column__more__btn:hover .column__more__btn__arrow {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
#front .faq {
  position: relative;
}
#front .faq::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  width: max(25%, 200px);
  height: auto;
  aspect-ratio: 4.5/1;
  background: var(--c2);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
#front .faq__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: max(75rem, 700px);
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--c4)), to(rgba(186, 255, 0, 0)));
  background: linear-gradient(to bottom, var(--c4), rgba(186, 255, 0, 0));
  pointer-events: none;
}
#front .faq__bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--c2)), to(rgba(233, 255, 216, 0)));
  background: linear-gradient(to top, var(--c2), rgba(233, 255, 216, 0));
  z-index: 10;
}
#front .faq__bg img {
  width: 100%;
  height: 100%;
  opacity: 0.9;
  mix-blend-mode: multiply;
}
#front .faq__wrapper {
  position: relative;
  z-index: 1;
  padding-top: max(18rem, 85px);
  padding-bottom: max(11rem, 60px);
}
#front .faq__title {
  text-align: center;
  margin-bottom: max(5rem, 30px);
  color: #fff;
  font-size: max(3.7rem, 24px);
  font-weight: var(--Ebold);
  line-height: 1;
  letter-spacing: var(--ls50);
}
#front .faq__list {
  margin-inline: auto;
}
#front .faq__list__inner {
  display: grid;
  gap: max(1.5rem, 12px);
}
#front .faq__list__inner__item {
  background: #fff;
  border-radius: max(1rem, 10px);
  overflow: hidden;
}
#front .faq__list__inner__item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: max(2rem, 15px);
  width: 100%;
  padding: max(2.5rem, 20px) 6%;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
}
#front .faq__list__inner__item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(1.5rem, 12px);
  min-width: 0;
}
#front .faq__list__inner__item__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--c4);
  font-family: var(--ff2);
  font-size: max(3.6rem, 28px);
  font-weight: var(--Sbold);
  line-height: 1;
}
#front .faq__list__inner__item__question {
  color: var(--c1);
  font-size: max(1.8rem, 15px);
  font-weight: var(--bold);
  line-height: 1.5;
  letter-spacing: var(--ls50);
}
#front .faq__list__inner__item__toggle {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: max(2rem, 16px);
  height: max(2rem, 16px);
}
#front .faq__list__inner__item__toggle__line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: max(0.2rem, 2px);
  background: var(--c4);
  border-radius: 999px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}
#front .faq__list__inner__item__toggle__line:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
#front .faq__list__inner__item__answer {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
#front .faq__list__inner__item__answer__inner {
  padding: max(2rem, 10px) 6% max(4rem, 30px);
}
#front .faq__list__inner__item__answer__image {
  margin: 0 0 max(2rem, 15px);
}
#front .faq__list__inner__item__answer__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: max(0.8rem, 8px);
}
#front .faq__list__inner__item__answer__body {
  color: var(--c1);
  font-size: max(1.6rem, 14px);
  font-weight: var(--medium);
  line-height: 1.9;
  letter-spacing: var(--ls50);
}
#front .faq__list__inner__item__answer__body > *:first-child {
  margin-top: 0;
}
#front .faq__list__inner__item__answer__body > *:last-child {
  margin-bottom: 0;
}
#front .faq__list__inner__item__answer__body p,
#front .faq__list__inner__item__answer__body ul,
#front .faq__list__inner__item__answer__body ol {
  margin: 0 0 max(1.4rem, 10px);
}
#front .faq__list__inner__item__answer__body ul,
#front .faq__list__inner__item__answer__body ol {
  padding-left: 1.4em;
}
#front .faq__list__inner__item__answer__body a {
  color: var(--c4);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
#front .faq__list__inner__item__answer__body a:hover {
  opacity: 0.8;
}
#front .faq__list__inner__item__answer__body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: max(1.5rem, 12px) 0;
  border-radius: max(0.8rem, 8px);
}
#front .faq__list__inner__item__answer__body strong,
#front .faq__list__inner__item__answer__body b {
  font-weight: var(--bold);
}
#front .faq__list__inner__item__answer__link {
  margin: max(2rem, 15px) 0 0;
}
#front .faq__list__inner__item__answer__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: max(0.8rem, 8px);
  padding: max(1.4rem, 12px) max(3rem, 22px);
  border-radius: 999px;
  background: var(--c3);
  color: var(--c1);
  font-size: max(1.5rem, 13px);
  font-weight: var(--Ebold);
  letter-spacing: var(--ls50);
  line-height: 1;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
#front .faq__list__inner__item__answer__btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 max(0.8rem, 6px) max(1.6rem, 12px) rgba(10, 57, 91, 0.16);
          box-shadow: 0 max(0.8rem, 6px) max(1.6rem, 12px) rgba(10, 57, 91, 0.16);
}
#front .faq__list__inner__item.is-open .faq__list__inner__item__toggle__line:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
          transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
  opacity: 0;
}
#front .contact {
  background: linear-gradient(to bottom, transparent max(3rem, 20px), var(--c1) max(3.1rem, 21px));
}
#front .contact__header {
  position: relative;
  width: 100%;
  padding-top: max(12rem, 60px);
  padding-bottom: max(5rem, 40px);
  z-index: 0;
}
#front .contact__header__content {
  width: 70%;
}
@media screen and (max-width: 1000px) {
  #front .contact__header__content {
    width: 79%;
  }
}
@media screen and (max-width: 550px) {
  #front .contact__header__content {
    width: 100%;
  }
}
#front .contact__header__content h2 {
  color: var(--c3);
  font-size: max(3.7rem, 24px);
  font-weight: var(--Ebold);
  line-height: 1.5;
  letter-spacing: var(--ls50);
  margin-bottom: max(1.5rem, 15px);
}
#front .contact__header__content > p {
  color: #fff;
  font-size: max(1.8rem, 15px);
  font-weight: var(--bold);
  line-height: 2;
  letter-spacing: var(--ls50);
}
#front .contact__header__content__btnBox {
  width: 70%;
  margin-left: unset;
  margin-top: max(3.5rem, 30px);
}
@media screen and (max-width: 1000px) {
  #front .contact__header__content__btnBox {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  #front .contact__header__content__btnBox {
    margin-top: max(24vw, 100px);
  }
}
#front .contact__header__icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  #front .contact__header__icon {
    width: max(33%, 200px);
    height: auto;
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
}
@media screen and (max-width: 550px) {
  #front .contact__header__icon {
    width: clamp(180px, 55%, 250px);
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
}
@media screen and (min-width: 1000px) {
  #front .contact__header__icon img {
    width: auto;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#front .contact__body {
  position: relative;
  z-index: 1;
  padding: 0 0 max(10rem, 60px);
}
#front .contact__body__form {
  position: relative;
  background: #fff;
  border-radius: max(2rem, 10px);
  overflow: visible;
}
#front .contact__body__form__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: max(2rem, 20px) max(14rem, 30px);
  padding: max(7rem, 30px) max(15rem, 10%);
}
@media screen and (max-width: 768px) {
  #front .contact__body__form__inner {
    grid-template-columns: 1fr;
    padding: max(7rem, 30px) 5% max(7rem, 30px) 5%;
  }
}
#front .contact__body__form__bubble {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% + max(1.2rem, 10px));
  z-index: 5;
  padding: max(1.3rem, 10px) max(1.8rem, 14px);
  background: var(--c1);
  border-radius: max(0.8rem, 6px);
  -webkit-filter: drop-shadow(2px 4px 0 rgba(0, 0, 0, 0.12));
          filter: drop-shadow(2px 4px 0 rgba(0, 0, 0, 0.12));
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(max(0.6rem, 5px));
          transform: translateY(max(0.6rem, 5px));
  -webkit-transition: opacity 0.25s ease, visibility 0.25s, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s, -webkit-transform 0.25s ease;
}
#front .contact__body__form__bubble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: max(2.5rem, 22px);
  width: max(1.4rem, 12px);
  height: max(1.4rem, 12px);
  background: inherit;
  border-radius: 0 0 max(0.3rem, 3px) 0;
  -webkit-transform: translateY(-55%) rotate(45deg);
          transform: translateY(-55%) rotate(45deg);
}
#front .contact__body__form__bubble.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#front .contact__body__form__bubble.is-error {
  background: #e2452f;
}
#front .contact__body__form__bubble.is-success {
  background: var(--c4);
}
#front .contact__body__form__bubble__text {
  color: #fff;
  font-size: max(1.4rem, 13px);
  font-weight: var(--bold);
  line-height: 1.5;
  letter-spacing: var(--ls50);
}
#front .contact__body__form__item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
}
@media screen and (max-width: 768px) {
  #front .contact__body__form__item {
    row-gap: max(1rem, 5px);
    grid-column: span 1;
  }
}
#front .contact__body__form__item label,
#front .contact__body__form__item textarea,
#front .contact__body__form__item input,
#front .contact__body__form__item select {
  font-size: max(1.8rem, 16px);
  font-weight: var(--bold);
  line-height: 1.5;
  letter-spacing: var(--ls50);
}
#front .contact__body__form__item label .require {
  margin-left: 0.15em;
  color: #e2452f;
}
#front .contact__body__form__item textarea,
#front .contact__body__form__item input,
#front .contact__body__form__item select {
  padding: max(2.5rem, 15px) 5%;
  background-color: #f7f7f7;
  -webkit-box-shadow: inset 1px 1px 7px rgba(0, 0, 0, 0.07);
          box-shadow: inset 1px 1px 7px rgba(0, 0, 0, 0.07);
  border: 1px solid transparent;
  border-radius: max(0.6rem, 5px);
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
#front .contact__body__form__item textarea::-webkit-input-placeholder, #front .contact__body__form__item input::-webkit-input-placeholder, #front .contact__body__form__item select::-webkit-input-placeholder {
  color: #9aa3aa;
  font-weight: var(--medium);
}
#front .contact__body__form__item textarea::-moz-placeholder, #front .contact__body__form__item input::-moz-placeholder, #front .contact__body__form__item select::-moz-placeholder {
  color: #9aa3aa;
  font-weight: var(--medium);
}
#front .contact__body__form__item textarea:-ms-input-placeholder, #front .contact__body__form__item input:-ms-input-placeholder, #front .contact__body__form__item select:-ms-input-placeholder {
  color: #9aa3aa;
  font-weight: var(--medium);
}
#front .contact__body__form__item textarea::-ms-input-placeholder, #front .contact__body__form__item input::-ms-input-placeholder, #front .contact__body__form__item select::-ms-input-placeholder {
  color: #9aa3aa;
  font-weight: var(--medium);
}
#front .contact__body__form__item textarea::placeholder,
#front .contact__body__form__item input::placeholder,
#front .contact__body__form__item select::placeholder {
  color: #9aa3aa;
  font-weight: var(--medium);
}
#front .contact__body__form__item textarea:hover,
#front .contact__body__form__item input:hover,
#front .contact__body__form__item select:hover {
  border-color: rgba(74, 193, 92, 0.4);
}
#front .contact__body__form__item textarea:focus,
#front .contact__body__form__item input:focus,
#front .contact__body__form__item select:focus {
  outline: none;
  border-color: #4ac15c;
  background-color: #fff;
}
#front .contact__body__form__item select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.858 13.834'%3E%3Cpath d='M6.053,1.481a1,1,0,0,1,1.728,0l5.176,8.873a1,1,0,0,1-.864,1.5H1.741a1,1,0,0,1-.864-1.5Z' transform='translate(11.858) rotate(180)' fill='%230A395B'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right max(1.5rem, 12px) center;
  background-size: max(1rem, 10px) auto;
  padding-right: max(4rem, 32px);
}
#front .contact__body__form__item.is-error label {
  color: #e2452f;
}
#front .contact__body__form__item.is-error textarea,
#front .contact__body__form__item.is-error input,
#front .contact__body__form__item.is-error select {
  border-color: #e2452f;
  background-color: #fdf3f1;
}
#front .contact__body__form__item.is-error textarea:focus,
#front .contact__body__form__item.is-error input:focus,
#front .contact__body__form__item.is-error select:focus {
  border-color: #4ac15c;
  background-color: #fff;
}
#front .contact__body__form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: max(0.8rem, 6px);
  min-width: 0;
}
#front .contact__body__form__field textarea,
#front .contact__body__form__field select {
  width: 100%;
}
#front .contact__body__form__button {
  position: relative;
  grid-column: 1/-1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: max(1rem, 10px);
  width: 100%;
  padding: max(3.5rem, 25px) 5%;
  -webkit-box-shadow: inset 0 -6px 0 #B8CEDE;
          box-shadow: inset 0 -6px 0 #B8CEDE;
  border: 5px solid #fff;
  border-radius: 0 0 max(2rem, 10px) max(2rem, 10px);
  background: -webkit-gradient(linear, left top, left bottom, from(#E3EEF6), to(#C9DDEA));
  background: linear-gradient(to bottom, #E3EEF6, #C9DDEA);
  -webkit-transition: opacity 0.2s ease, background-color 0.2s ease;
  transition: opacity 0.2s ease, background-color 0.2s ease;
  cursor: pointer;
}
#front .contact__body__form__button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#D5E6F2), to(#B8CEDE));
  background: linear-gradient(to bottom, #D5E6F2, #B8CEDE);
}
#front .contact__body__form__button:disabled, #front .contact__body__form__button.is-loading {
  opacity: 0.6;
  cursor: progress;
}
#front .contact__body__form__button__text {
  font-size: max(2.4rem, 20px);
  font-weight: var(--Ebold);
  line-height: 1.5;
  letter-spacing: var(--ls50);
}
#front .contact__body__form__button__icon {
  width: max(1.3rem, 10px);
  height: auto;
}
#front .entry-form__complete {
  text-align: center;
}
#front .entry-form__complete__heading {
  color: var(--c1);
  font-weight: var(--Ebold);
  line-height: 1.6;
  letter-spacing: var(--ls50);
}
#front .entry-form__complete__message {
  color: #4a5560;
  font-weight: var(--bold);
  line-height: 1.8;
  letter-spacing: var(--ls50);
}
#front .hero__contact__form .entry-form__complete {
  display: none;
  padding: max(5rem, 35px) 5% max(4rem, 30px);
}
#front .hero__contact__form .entry-form__complete__heading {
  font-size: max(1.6rem, 16px);
  margin-bottom: max(1.2rem, 10px);
}
#front .hero__contact__form .entry-form__complete__message {
  font-size: max(1.2rem, 12px);
}
#front .hero__contact__form.is-complete [data-entry-fields] {
  display: none !important;
}
#front .hero__contact__form.is-complete .hero__contact__form__bubble {
  display: none;
}
#front .hero__contact__form.is-complete .entry-form__complete {
  display: block;
}
#front .contact__body__form .entry-form__complete {
  display: none;
  padding: max(8rem, 50px) max(15rem, 10%);
}
@media screen and (max-width: 768px) {
  #front .contact__body__form .entry-form__complete {
    padding: max(8rem, 50px) 10%;
  }
}
#front .contact__body__form .entry-form__complete__heading {
  font-size: max(2.8rem, 22px);
  margin-bottom: max(2rem, 16px);
}
#front .contact__body__form .entry-form__complete__message {
  font-size: max(1.8rem, 15px);
}
#front .contact__body__form.is-complete [data-entry-fields] {
  display: none !important;
}
#front .contact__body__form.is-complete .contact__body__form__bubble {
  display: none;
}
#front .contact__body__form.is-complete .entry-form__complete {
  display: block;
}

@-webkit-keyframes purchaseLoop {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

@keyframes purchaseLoop {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@-webkit-keyframes questionPop {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(-25deg);
            transform: scale(0) rotate(-25deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.15) rotate(8deg);
            transform: scale(1.15) rotate(8deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
}
@keyframes questionPop {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(-25deg);
            transform: scale(0) rotate(-25deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.15) rotate(8deg);
            transform: scale(1.15) rotate(8deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
}
@-webkit-keyframes questionWobble {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(-7deg);
            transform: translateY(0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translateY(-8%) rotate(7deg);
            transform: translateY(-8%) rotate(7deg);
  }
}
@keyframes questionWobble {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(-7deg);
            transform: translateY(0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translateY(-8%) rotate(7deg);
            transform: translateY(-8%) rotate(7deg);
  }
}
@-webkit-keyframes swirlPop {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(-120deg);
            transform: scale(0) rotate(-120deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.1) rotate(15deg);
            transform: scale(1.1) rotate(15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
}
@keyframes swirlPop {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(-120deg);
            transform: scale(0) rotate(-120deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.1) rotate(15deg);
            transform: scale(1.1) rotate(15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
}
@-webkit-keyframes swirlWobble {
  0%, 100% {
    -webkit-transform: rotate(-6deg) scale(1);
            transform: rotate(-6deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(6deg) scale(1.04);
            transform: rotate(6deg) scale(1.04);
  }
}
@keyframes swirlWobble {
  0%, 100% {
    -webkit-transform: rotate(-6deg) scale(1);
            transform: rotate(-6deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(6deg) scale(1.04);
            transform: rotate(6deg) scale(1.04);
  }
}
@-webkit-keyframes crownDrop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-120%) scale(0.5) rotate(-20deg);
            transform: translateY(-120%) scale(0.5) rotate(-20deg);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateY(10%) scale(1.15) rotate(8deg);
            transform: translateY(10%) scale(1.15) rotate(8deg);
  }
  75% {
    -webkit-transform: translateY(-4%) scale(0.97) rotate(-4deg);
            transform: translateY(-4%) scale(0.97) rotate(-4deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1) rotate(0deg);
            transform: translateY(0) scale(1) rotate(0deg);
  }
}
@keyframes crownDrop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-120%) scale(0.5) rotate(-20deg);
            transform: translateY(-120%) scale(0.5) rotate(-20deg);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateY(10%) scale(1.15) rotate(8deg);
            transform: translateY(10%) scale(1.15) rotate(8deg);
  }
  75% {
    -webkit-transform: translateY(-4%) scale(0.97) rotate(-4deg);
            transform: translateY(-4%) scale(0.97) rotate(-4deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1) rotate(0deg);
            transform: translateY(0) scale(1) rotate(0deg);
  }
}
@-webkit-keyframes crownFloat {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(-3deg);
            transform: translateY(0) rotate(-3deg);
  }
  50% {
    -webkit-transform: translateY(-12%) rotate(3deg);
            transform: translateY(-12%) rotate(3deg);
  }
}
@keyframes crownFloat {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(-3deg);
            transform: translateY(0) rotate(-3deg);
  }
  50% {
    -webkit-transform: translateY(-12%) rotate(3deg);
            transform: translateY(-12%) rotate(3deg);
  }
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}