* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: #1c1c1c;
  scroll-behavior: smooth;
}

.image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--100 {
  height: 100%;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.title {
  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-inline: auto;
  text-align: center;
}
.title--left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  text-align: left;
}
.title__en {
  font-size: 4rem;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .title__en {
    font-size: 30px;
  }
}
.title__jp {
  font-size: 2.4rem;
  color: #5e2000;
}
@media screen and (max-width: 767px) {
  .title__jp {
    font-size: 18px;
  }
}

.lp-header {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.lp-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  width: 100%;
  padding-right: 40px;
}
@media screen and (max-width: 1440px) {
  .lp-header__wrap {
    gap: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .lp-header__wrap {
    gap: 10px;
    padding-right: 15px;
  }
}
.lp-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: auto;
  padding: 60px 70px 60px 40px;
  background-color: #fff;
  border-bottom-right-radius: 40px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 1440px) {
  .lp-header__logo {
    padding: 40px 50px 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .lp-header__logo {
    padding: 20px 30px 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .lp-header__logo img {
    width: 150px;
  }
}
.active .lp-header__logo {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  padding: 30px 45px 30px 20px;
}
@media screen and (max-width: 767px) {
  .active .lp-header__logo {
    padding: 20px 30px 20px 10px;
  }
}
.lp-header__nav {
  margin-top: 24px;
}
@media screen and (max-width: 1200px) {
  .lp-header__nav {
    position: absolute;
    top: 95px;
    right: 4%;
    width: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  .lp-header__nav {
    top: 50px;
    right: 0;
    width: 100%;
    padding: 0 4%;
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
}
@media screen and (max-width: 1200px) {
  .lp-header__nav.is-toggled {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.lp-header__nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding: 20px 40px;
  background-color: #fff;
  border-radius: 40px;
}
@media screen and (max-width: 1440px) {
  .lp-header__nav-menu {
    gap: 30px;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 1200px) {
  .lp-header__nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 30px;
    border-radius: 20px;
    -webkit-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  .lp-header__nav-menu {
    height: 100%;
  }
}
.lp-header__nav-link {
  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;
  gap: 5px;
  font-size: 1.6rem;
  text-align: center;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media screen and (max-width: 1440px) {
  .lp-header__nav-link {
    font-size: 1.4rem;
  }
}
.lp-header__nav-link:hover {
  opacity: 0.8;
}
.lp-header__nav-link span.en {
  font-family: "Montserrat", sans-serif;
  color: #5e2000;
  font-weight: 700;
  text-transform: uppercase;
}
.lp-header__nav-link span.jp {
  font-weight: 500;
}
.lp-header__ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  margin-top: 24px;
  padding: 20px 40px 20px 20px;
  background-color: #ff4313;
  border-radius: 40px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media screen and (max-width: 1440px) {
  .lp-header__ct {
    gap: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .lp-header__ct {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 70px;
    height: 70px;
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .lp-header__ct {
    width: 40px;
    height: 40px;
  }
}
.lp-header__ct:hover {
  opacity: 0.8;
}
.lp-header__ct-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp-header__ct-text {
  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;
  gap: 5px;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 1440px) {
  .lp-header__ct-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .lp-header__ct-text {
    display: none;
  }
}
.lp-header__ct-text span.en {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.lp-header__ct-text span.jp {
  font-weight: 500;
}
.lp-header__hamburger {
  display: none;
}
@media screen and (max-width: 1200px) {
  .lp-header__hamburger {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7px;
    width: 70px;
    height: 70px;
    aspect-ratio: 1;
    background-color: #fff;
    border-radius: 50%;
    margin-top: 24px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer;
    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;
  }
}
@media screen and (max-width: 767px) {
  .lp-header__hamburger {
    gap: 5px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .lp-header__hamburger span {
    position: relative;
    display: block;
    width: 35px;
    height: 4px;
    background-color: #5e2000;
    border-radius: 4px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
@media screen and (max-width: 767px) {
  .lp-header__hamburger span {
    width: 20px;
    height: 2px;
    border-radius: 2px;
  }
}
.lp-header__hamburger.is-toggled span {
  position: absolute;
  top: 35px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .lp-header__hamburger.is-toggled span {
    top: 20px;
  }
}
.lp-header__hamburger.is-toggled span:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.lp-header__hamburger.is-toggled span:last-of-type {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.lp-scroll-top {
  position: fixed;
  z-index: 99;
  bottom: 16px;
  right: 40px;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .lp-scroll-top {
    right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .lp-scroll-top {
    right: 15px;
  }
}
.lp-scroll-top.is-scrolled {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.lp-scroll-top__content {
  width: 64px;
  height: 64px;
  background-color: #ff4313;
  border: 2px solid #fff;
  border-radius: 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;
}
.lp-scroll-top__icon {
  width: 21px;
  height: 21px;
}

.footer {
  background-color: #fff;
  padding-block: 60px 40px;
}
.footer__wrap {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.footer__logo {
  width: 234px;
  height: 80px;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.footer__nav-link {
  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;
  gap: 4px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer__nav-link:hover {
  opacity: 0.8;
}
.footer__nav-link-en {
  font: 700 1.6rem "Montserrat", sans-serif;
  color: #5e2000;
}
.footer__nav-link-jp {
  font-weight: 500;
  font-size: 1.6rem;
}
.footer__copyright {
  margin-top: 53px;
  font-weight: 500;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lp-u {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fffff2), to(#fff));
  background: linear-gradient(to bottom, #fffff2 0, #fff 100%);
}
.lp-u__mv {
  overflow: hidden;
}
.lp-u__mv-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 170px 0 110px;
}
@media screen and (max-width: 767px) {
  .lp-u__mv-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 100px 0 60px;
  }
}
.lp-u__mv-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -70px;
  left: 120px;
  width: 100%;
  height: calc(100% + 70px);
  background: url("./public/img/lp-u/mv-bg.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .lp-u__mv-content::before {
    top: -35%;
    left: -40px;
    width: 120%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lp-u__mv-content::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 25%;
    left: 0;
    width: 120%;
    height: 100%;
    background: url("./public/img/lp-u/mv-bg.svg") no-repeat center/contain;
  }
}
.lp-u__mv-heading {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lp-u__mv-heading {
    gap: 10px;
  }
}
.lp-u__mv-heading span {
  margin-left: -88px;
  padding: clamp(2rem, 2.5vw, 4rem) clamp(2rem, 2.5vw, 4rem) clamp(2rem, 2.5vw, 4rem) clamp(12rem, 15vw, 24rem);
  background-color: #fff;
  border-radius: 88px;
  font-size: clamp(3.5rem, 4.5vw, 10rem);
  text-align: left;
  line-height: 1.45em;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .lp-u__mv-heading span {
    margin-left: -20px;
    padding: 12px 20px 12px 50px;
    border-radius: 40px;
    font-size: 2.4rem;
  }
}
.lp-u__mv-person {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
  padding-right: 50px;
}
@media screen and (max-width: 1200px) {
  .lp-u__mv-person {
    padding-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .lp-u__mv-person {
    width: 100%;
    padding: 0 4%;
    margin-bottom: 20px;
  }
}
.lp-u__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .lp-u__block {
    margin-top: 60px;
  }
}
.lp-u__block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding: 0 3%;
  margin: 0 auto;
  max-width: calc(1400px + 6%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .lp-u__block-content {
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .lp-u__block-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 0 4% !important;
  }
}
.lp-u__block-content--wide {
  padding: 0 2%;
  margin: 0 auto;
  max-width: calc(1600px + 4%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .lp-u__block-content--wide {
    max-width: 100%;
  }
}
.lp-u__block-image {
  position: relative;
  z-index: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40%;
}
@media screen and (max-width: 1200px) {
  .lp-u__block-image {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .lp-u__block-image {
    width: 100%;
  }
}
.lp-u__block-text {
  position: relative;
  z-index: 1;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  width: auto;
  padding-top: 80px;
  padding-left: 80px;
}
@media screen and (max-width: 1200px) {
  .lp-u__block-text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lp-u__block-text {
    gap: 15px;
    padding-top: 40px;
    padding-left: 0;
  }
}
.lp-u__block-text::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 715px;
  height: 581px;
  background: url("./public/img/lp-u/block-decor.svg") no-repeat top left/contain;
}
@media screen and (max-width: 1440px) {
  .lp-u__block-text::before {
    width: 618px;
    height: 481px;
  }
}
@media screen and (max-width: 767px) {
  .lp-u__block-text::before {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lp-u__block-heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    text-align: center;
  }
}
.lp-u__block-subheading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 52px;
  color: #5e2000;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .lp-u__block-subheading {
    margin: 0 auto;
    padding-left: 30px;
    font-size: 24px;
    text-align: center;
  }
}
.lp-u__block-subheading::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  width: 10px;
  height: 40px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width: 767px) {
  .lp-u__block-subheading::before {
    width: 5px;
    height: 24px;
  }
}
.lp-u__block-p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2em;
}
.lp-u__about {
  margin-top: 70px;
}
@media screen and (max-width: 1200px) {
  .lp-u__about {
    margin-top: 0;
  }
}
.lp-u__reason {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .lp-u__reason {
    margin-top: 60px;
  }
}
.lp-u__reason-head {
  position: relative;
  z-index: 1;
  padding: 120px 0 40px;
}
@media screen and (max-width: 767px) {
  .lp-u__reason-head {
    padding: 40px 4%;
  }
}
.lp-u__reason-head-decor {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 715px;
  height: 581px;
}
@media screen and (max-width: 1440px) {
  .lp-u__reason-head-decor {
    width: 618px;
    height: 481px;
  }
}
@media screen and (max-width: 767px) {
  .lp-u__reason-head-decor {
    width: 100%;
    height: auto;
    padding: 0 4%;
  }
}
.lp-u__reason-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.lp-u__reason-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 120px;
  left: 20px;
  width: 267px;
  height: 267px;
  background: url("./public/img/lp-u/reason-decor-l.svg") no-repeat center/contain;
}
@media screen and (max-width: 1440px) {
  .lp-u__reason-content::before {
    left: -20px;
    width: 200px;
    height: 200px;
  }
}
.lp-u__reason-content::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 90px;
  right: 0;
  width: 526px;
  height: 526px;
  background: url("./public/img/lp-u/reason-decor-r.svg") no-repeat center/contain;
}
@media screen and (max-width: 1440px) {
  .lp-u__reason-content::after {
    right: -40px;
    width: 500px;
    height: 500px;
  }
}
.lp-u__reason-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  counter-reset: reason;
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1200px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .lp-u__reason-list {
    max-width: 100%;
  }
}
.lp-u__reason-item {
  counter-increment: reason;
  position: relative;
  width: calc(33.33% - 20px);
  padding: 24px;
  background-color: #fff;
  border: 2px solid #fda419;
  border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  .lp-u__reason-item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .lp-u__reason-item {
    width: 100%;
    padding-bottom: 30px;
  }
}
.lp-u__reason-item::before {
  content: "0" counter(reason);
  position: absolute;
  top: 16px;
  left: 16px;
  width: 48px;
  height: 48px;
  background-color: #5e2000;
  border-radius: 50%;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  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;
}
@media screen and (max-width: 767px) {
  .lp-u__reason-item::before {
    font-size: 20px;
  }
}
.lp-u__reason-item.pb60 {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .lp-u__reason-item.pb60 {
    padding-bottom: 30px;
  }
}
.lp-u__reason-icon {
  width: 200px;
  height: 200px;
  aspect-ratio: 1;
  margin: 0 auto 16px;
  background-color: #fffae6;
  border-radius: 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;
}
@media screen and (max-width: 767px) {
  .lp-u__reason-icon {
    width: 160px;
    height: 160px;
  }
}
.lp-u__reason-icon img {
  width: auto;
  height: 122px;
}
@media screen and (max-width: 767px) {
  .lp-u__reason-icon img {
    height: 80px;
  }
}
.lp-u__reason-icon.clock img {
  margin-left: -16px;
}
@media screen and (max-width: 767px) {
  .lp-u__reason-icon.clock img {
    margin-left: -7px;
  }
}
.lp-u__reason-icon.people img {
  height: 92px;
}
@media screen and (max-width: 767px) {
  .lp-u__reason-icon.people img {
    height: 76px;
  }
}
.lp-u__reason-label {
  margin-bottom: 10px;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .lp-u__reason-label {
    font-size: 2rem;
  }
}
.lp-u__reason-p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2em;
}
@media screen and (max-width: 1200px) {
  .lp-u__reason-p {
    font-size: 1.4rem;
  }
}

.lp-l {
  position: relative;
  overflow-x: hidden;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .lp-l {
    margin-top: 50px;
  }
}
.lp-l__voice {
  padding-block: 137px 120px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(75%, #f1cc8b), color-stop(75%, #fff));
  background: linear-gradient(0deg, #f1cc8b 75%, #fff 75%);
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .lp-l__voice {
    padding-block: 70px 60px;
  }
}
.lp-l__voice::before {
  content: "";
  background: url("./public/img/voice/voice-bg.svg") no-repeat;
  position: absolute;
  top: 0;
  left: calc(50% - 60px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2211px;
  height: 1808px;
  z-index: -1;
}
.lp-l__title {
  margin-bottom: 40px;
}
.lp-l__voice-heading {
  font-weight: 700;
  font-size: 3.2rem;
  color: #5e2000;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .lp-l__voice-heading {
    font-size: 2.4rem;
  }
}
.lp-l__voice-heading-small {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .lp-l__voice-heading-small {
    font-size: 14px;
  }
}
.lp-l__voice-wrap {
  margin-left: 120px;
}
@media screen and (max-width: 1300px) {
  .lp-l__voice-wrap {
    margin-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .lp-l__voice-wrap {
    margin-inline: 4%;
  }
}
.lp-l__voice-wrap:not(:last-of-type) {
  margin-bottom: 40px;
}
.lp-l__voice-splide-slide {
  background-color: #fff;
  border-radius: 20px;
  min-height: 475px;
}
@media screen and (max-width: 767px) {
  .lp-l__voice-splide-slide {
    min-height: unset;
    border-radius: 10px;
  }
}
.lp-l__voice-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .lp-l__voice-item {
    padding: 15px;
  }
}
.lp-l__voice-image {
  position: relative;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .lp-l__voice-image {
    margin-bottom: 25px;
  }
}
.lp-l__voice-img {
  aspect-ratio: 330/185;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .lp-l__voice-img {
    border-radius: 10px;
  }
}
.lp-l__voice-category {
  position: absolute;
  bottom: -20px;
  left: 0;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #e87f08;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1em;
  color: #fff;
  padding: 12px 8px;
}
@media screen and (max-width: 767px) {
  .lp-l__voice-category {
    font-size: 14px;
    padding: 8px 6px;
    bottom: -15px;
  }
}
.lp-l__voice-item-title {
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .lp-l__voice-item-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.lp-l__voice-item-details {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .lp-l__voice-item-details {
    font-size: 12px;
  }
}
.lp-l__message {
  background-color: #f1cc8b;
}
.lp-l__message-container {
  background-color: #5e2000;
  padding: 40px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .lp-l__message-container {
    padding: 20px;
  }
}
.lp-l__message-container::after {
  content: "";
  position: absolute;
  top: -19px;
  right: -41px;
  background: url("./public/img/message/decor.svg") center/contain no-repeat;
  width: 247px;
  height: 220px;
}
@media screen and (max-width: 767px) {
  .lp-l__message-container::after {
    display: none;
  }
}
.lp-l__message-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  color: #fff;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.lp-l__message-image-wrap {
  max-width: 412px;
}
.lp-l__message-image {
  position: relative;
}
.lp-l__message-image::after {
  content: "";
  position: absolute;
  bottom: -48px;
  left: -5px;
  width: 139px;
  height: 118px;
  background: url("./public/img/message/image-decor.svg") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .lp-l__message-image::after {
    width: 100px;
  }
}
.lp-l__message-img {
  max-width: 412px;
  aspect-ratio: 412/445;
  border-radius: 20px;
}
.lp-l__message-image-text {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .lp-l__message-image-text {
    gap: 8px;
  }
}
.lp-l__message-position {
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .lp-l__message-position {
    font-size: 14px;
  }
}
.lp-l__message-name {
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .lp-l__message-name {
    font-size: 20px;
  }
}
.lp-l__message-text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .lp-l__message-text {
    font-size: 14px;
  }
}
.lp-l__company {
  background-color: #f1cc8b;
  padding-block: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp-l__company {
    padding-block: 60px;
  }
}
.lp-l__company::before {
  content: "";
  position: absolute;
  right: calc(50% + 776px);
  bottom: 86px;
  width: 250px;
  height: 250px;
  background: url("./public/img/company/decor.svg") center/contain no-repeat;
}
@media screen and (min-width: 1920px) {
  .lp-l__company::before {
    right: unset;
    left: -66px;
  }
}
.lp-l__company::after {
  content: "";
  position: absolute;
  top: 204px;
  left: calc(50% + 737px);
  width: 298px;
  height: 298px;
  background: url("./public/img/company/decor.svg") center/contain no-repeat;
}
@media screen and (min-width: 1920px) {
  .lp-l__company::after {
    left: unset;
    right: -75px;
  }
}
.lp-l__company-dl-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  padding: 24px 80px;
}
@media screen and (max-width: 767px) {
  .lp-l__company-dl-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 15px;
  }
}
.lp-l__company-dl-row:nth-of-type(odd) {
  background-color: #fff;
  border-radius: 8px;
}
.lp-l__company-dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 132px;
  font-weight: 700;
  font-size: 1.6rem;
  color: #5e2000;
}
@media screen and (max-width: 767px) {
  .lp-l__company-dt {
    font-size: 14px;
  }
}
.lp-l__company-dd {
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .lp-l__company-dd {
    font-size: 14px;
    line-height: 2em;
  }
}
.lp-l__contact {
  background: #dca677;
  padding-block: 120px;
}
@media screen and (max-width: 767px) {
  .lp-l__contact {
    padding-block: 60px;
  }
}
.lp-l__contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.lp-l__contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 82px;
}
@media screen and (max-width: 767px) {
  .lp-l__contact-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.lp-l__contact-label {
  padding-left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  font-weight: 700;
  font-size: 1.6rem;
  max-width: 310px;
  width: 100%;
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .lp-l__contact-label {
    padding-left: 0;
    max-width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .lp-l__contact-label {
    margin-top: 0;
    max-width: 100%;
  }
}
.lp-l__contact-label-required {
  padding: 7px 8px;
  font-weight: 700;
  font-size: 1.3rem;
  color: #fff;
  background: #f30000;
  border-radius: 14px;
  line-height: 1em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.lp-l__contact-input-wrap {
  width: 100%;
  font: 500 1.6rem "Noto Sans JP", sans-serif;
}
.lp-l__contact-input {
  padding: 16px 24px;
  border-radius: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}
.lp-l__contact-input::-webkit-input-placeholder {
  color: #cecece;
}
.lp-l__contact-input::-moz-placeholder {
  color: #cecece;
}
.lp-l__contact-input:-ms-input-placeholder {
  color: #cecece;
}
.lp-l__contact-input::-ms-input-placeholder {
  color: #cecece;
}
.lp-l__contact-input::placeholder {
  color: #cecece;
}
.lp-l__contact-input--textarea {
  height: 160px;
  resize: none;
}
.lp-l__contact-notes {
  font-weight: 500;
  font-size: 1.6rem;
  margin-top: 8px;
  display: block;
}
.lp-l__contact-policy-wrap {
  padding: 24px 8px;
  height: 166px;
  border-radius: 8px;
  background-color: #fff;
}
.lp-l__contact-policy-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2em;
  height: 100%;
  padding: 0 16px;
  overflow-y: auto;
}
.lp-l__contact-policy-text::-webkit-scrollbar {
  width: 9px;
}
.lp-l__contact-policy-text::-webkit-scrollbar-thumb {
  background: #cecece;
  border-radius: 5px;
}
.lp-l__contact-input-checkbox {
  font-weight: 700;
  margin: 24px auto 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
}
.lp-l__contact-buttons {
  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: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .lp-l__contact-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
    margin-top: 20px;
  }
}
.lp-l__contact-submit {
  margin-inline: auto;
  width: 200px;
  height: 72px;
  background-color: #ff4313;
  border-radius: 36px;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .lp-l__contact-submit {
    height: 60px;
  }
}
.lp-l__contact-submit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("./public/img/icons/arrow-button.svg") center/contain no-repeat;
}
.lp-l__contact-submit:hover {
  opacity: 0.8;
}
.lp-l__contact-return {
  margin-inline: auto;
  width: 200px;
  height: 72px;
  background-color: #c4b6ad;
  border-radius: 36px;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .lp-l__contact-return {
    height: 60px;
  }
}
.lp-l__contact-return::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  background: url("./public/img/icons/arrow-button.svg") center/contain no-repeat;
}
.lp-l__contact-return:hover {
  opacity: 0.8;
}
.lp-l__contact-submit-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  border-radius: 36px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  cursor: pointer;
  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;
}
.lp-l__contact--confirm .lp-l__contact-label {
  margin-top: 0;
}
.lp-l__contact-complete {
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  line-height: 2em;
}
.lp-l__policy-txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2em;
  overflow-y: auto;
}
.lp-l__policy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.lp-l__policy-sublist {
  list-style-type: none;
  counter-reset: sublist;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  padding-left: 10px;
}
.lp-l__policy-sublist-item {
  counter-increment: sublist;
  padding-left: 1em;
  text-indent: -1em;
}
.lp-l__policy-sublist-item::before {
  content: counter(sublist) ". ";
}

.splide__arrows {
  position: absolute;
  top: -82px;
  left: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .splide__arrows {
    top: -75px;
    left: unset;
    right: 0;
  }
}
.splide__arrow {
  position: relative;
  left: unset;
  right: unset;
  top: unset;
  -webkit-transform: unset;
          transform: unset;
  width: 56px;
  height: 56px;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .splide__arrow {
    width: 48px;
    height: 48px;
  }
}
.splide__arrow:hover {
  opacity: 0.6 !important;
}
.splide__arrow--prev::after, .splide__arrow--next::after {
  content: "";
  width: 21px;
  height: 21px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .splide__arrow--prev::after, .splide__arrow--next::after {
    width: 18px;
    height: 18px;
  }
}
.splide__arrow--prev {
  background-color: #fff;
  border: 2px solid #c4b6ad;
}
.splide__arrow--prev::after {
  background: url("./public/img/icons/arrow-left.svg") center/contain no-repeat;
}
.splide__arrow--next {
  background-color: #5e2000;
}
.splide__arrow--next::after {
  background: url("./public/img/icons/arrow-right.svg") center/contain no-repeat;
}
.splide__arrow svg {
  display: none;
}

.wpcf7-list-item {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin: 0;
  padding-top: 18px;
}
@media screen and (max-width: 767px) {
  .wpcf7-list-item {
    font-size: 16px;
  }
}
.wpcf7-list-item input {
  display: none;
}
.wpcf7-list-item label {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.wpcf7-list-item label::before {
  content: "";
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-right: 16px;
  background-color: #fff;
}
.wpcf7-list-item label input:checked + span::after {
  content: "";
  width: 16px;
  height: 16px;
  min-width: 16px;
  background: url("./public/img/icons/checkbox.svg") center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wpcf7-spinner {
  top: 25px;
  position: absolute !important;
}

.overflow {
  overflow: hidden;
}

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

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

.container {
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1200px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

.white {
  color: #fff;
}

.text {
  color: #1c1c1c;
}

.anchor {
  scroll-margin-top: 120px;
}
@media screen and (max-width: 1200px) {
  .anchor {
    scroll-margin-top: 90px;
  }
}

.bold {
  font-weight: 700;
}
