@charset "UTF-8";
* {
  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: #000;
  scroll-behavior: smooth;
  scroll-padding-top: 136px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 56px;
  }
}

main {
  padding-top: 136px;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 56px;
  }
}

.image {
  display: block;
  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;
}

.heading {
  font-size: 5.6rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .heading {
    font-size: 32px;
  }
}
.heading--white {
  color: #fff;
}
.heading--blue {
  color: #002160;
}
.heading--primary {
  position: relative;
  padding-inline: 47px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #1e52b4;
}
@media screen and (max-width: 980px) {
  .heading--primary {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 767px) {
  .heading--primary {
    padding-inline: 16px;
    font-size: 24px;
  }
}
.heading--primary::before, .heading--primary::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  width: 33px;
  height: 68px;
  background: url("../public/img/icons/title-line.svg") no-repeat center/100% 100%;
}
@media screen and (max-width: 767px) {
  .heading--primary::before, .heading--primary::after {
    width: 16px;
    height: 32px;
  }
}
.heading--primary::before {
  left: 0;
}
.heading--primary::after {
  right: 0;
  -webkit-transform: translateY(-40%) scaleX(-1);
          transform: translateY(-40%) scaleX(-1);
}
@media screen and (max-width: 1280px) {
  .heading--sp-small {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .heading--sp-small {
    font-size: 28px;
  }
}
.heading--fit {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .heading--fit {
    font-size: 30px;
  }
}

.header {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
}
.header__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .header__upper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 4.8% 0 3.2%;
    height: 56px;
  }
}
.header__logo {
  display: block;
  aspect-ratio: 300/50;
  max-height: 50px;
  margin: 15px 0 15px 24px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 980px) {
  .header__logo {
    width: 210px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 191px;
    margin: 0;
  }
}
.header__logo:hover {
  opacity: 0.5;
}
.header__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 980px) {
  .header__cta {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header__cta {
    position: fixed;
    z-index: 997;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 52px;
    background-color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
  }
}
.header__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 980px) {
  .header__tel {
    gap: 5px;
  }
}
.header__tel:hover {
  opacity: 0.5;
}
.header__tel-icon {
  display: block;
  width: 56px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url("../public/img/icons/tel.svg") no-repeat center/100% 100%;
}
@media screen and (max-width: 980px) {
  .header__tel-icon {
    width: 39px;
  }
}
@media screen and (max-width: 767px) {
  .header__tel-icon {
    width: 32px;
  }
}
.header__tel-num {
  font: 600 3.2rem "Rubik", sans-serif;
  line-height: 1;
  color: #1e52b4;
}
@media screen and (max-width: 980px) {
  .header__tel-num {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .header__tel-num {
    font-size: 18px;
  }
}
.header__tel-num .txt {
  display: block;
  font: 500 1.2rem "Noto Sans JP", sans-serif;
  color: #002160;
  margin: -2px 0 0 -5px;
}
@media screen and (max-width: 767px) {
  .header__tel-num .txt {
    font-size: 10px;
  }
}
.header__line {
  display: grid;
  grid-template-columns: auto 1fr;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  background-color: #06c755;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .header__line {
    border-radius: 8px;
  }
}
.header__line:hover {
  opacity: 0.5;
}
.header__line-icon {
  display: block;
  width: 80px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .header__line-icon {
    width: 36px;
  }
}
.header__line-txt {
  position: relative;
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0 14px 0 12px;
}
@media screen and (max-width: 767px) {
  .header__line-txt {
    font-size: 15px;
    padding: 0 20px 0 10px;
  }
}
.header__line-txt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 63px;
  background-color: rgba(255, 255, 255, 0.24);
}
@media screen and (max-width: 767px) {
  .header__line-txt::before {
    height: 28px;
    width: 1px;
  }
}
.header__lower {
  width: 100%;
  background-color: #1e52b4;
}
@media screen and (max-width: 767px) {
  .header__lower {
    position: fixed;
    z-index: 998;
    left: 0;
    top: 56px;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .header__lower.is-active {
    max-height: 100%;
    overflow-y: auto;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  }
}
.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 14px;
}
@media screen and (max-width: 767px) {
  .header__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding-block: 0;
  }
}
.header__link {
  font: 700 1.6rem "Inter", sans-serif;
  line-height: 1.75;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .header__link {
    display: block;
    position: relative;
    padding: 16px 4.27%;
  }
  .header__link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.24);
  }
}
.header__link:hover {
  color: #ef8b00;
}
.header__hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__hamburger {
    width: 24px;
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
  }
}
.header__hamburger.is-active .header__hamburger-line:nth-child(1)::before {
  width: 0;
}
.header__hamburger.is-active .header__hamburger-line:nth-child(2) {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.header__hamburger.is-active .header__hamburger-line:nth-child(2)::before {
  width: 100%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.header__hamburger.is-active .header__hamburger-line:nth-child(3)::before {
  width: 0;
}
.header__hamburger-line {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header__hamburger-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1e52b4;
  border-radius: 2px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header__hamburger-line:nth-child(2) {
  background-color: #1e52b4;
}
.header__hamburger-line:nth-child(2)::before {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
}
.header__hamburger-line:nth-child(3)::before {
  left: unset;
  right: 0;
}

.footer {
  background-color: #002160;
  padding: 64px 4% 8px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-block: 96px 58px;
  }
}
.footer__container {
  width: 100%;
  max-width: 1680px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__txt {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer__txt {
    text-align: center;
  }
}
.footer__logo {
  display: block;
  aspect-ratio: 346/59;
  margin-block: 15px 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 980px) {
  .footer__logo {
    width: 210px;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 100%;
    max-width: 320px;
    margin: 20px auto 30px;
  }
}
.footer__logo:hover {
  opacity: 0.5;
}
.footer__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .footer__tel {
    justify-self: center;
  }
}
.footer__tel:hover {
  opacity: 0.5;
}
.footer__tel-icon {
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url("../public/img/icons/tel-white.svg") no-repeat center/100% 100%;
}
@media screen and (max-width: 980px) {
  .footer__tel-icon {
    width: 40px;
  }
}
.footer__tel-num {
  font: 600 2.4rem "Rubik", sans-serif;
  line-height: 1;
  color: #fff;
}
.footer__tel-num .txt {
  display: block;
  font: 500 1.2rem "Noto Sans JP", sans-serif;
  margin: -2px 0 0 -5px;
}
.footer__right {
  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) {
  .footer__right {
    gap: 80px;
  }
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 56px;
}
@media screen and (max-width: 767px) {
  .footer__links {
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 40px;
  }
}
.footer__link {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.footer__link:hover {
  color: #ef8b00;
}
.footer__link--solo {
  font-size: 1.4rem;
  margin: auto 0 0 auto;
}
@media screen and (max-width: 767px) {
  .footer__link--solo {
    margin-inline: auto;
  }
}
.footer__copyright {
  display: block;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #d4d8de;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    margin-top: 40px;
  }
}

.contact {
  width: 100%;
  max-width: calc(800px + 8%);
  padding-inline: 4%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .contact {
    padding-inline: 4.27%;
  }
}
.contact__intro {
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
  text-align: center;
  margin-block: 48px 16px;
}
@media screen and (max-width: 767px) {
  .contact__intro {
    margin-block: 40px 24px;
    text-align: left;
  }
}
.contact__sched {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  border-radius: 8px;
  border: 2px solid #bcc5d7;
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
  padding-inline: 17px;
}
.contact__form-wrap {
  padding: 32px 40px 40px;
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.16);
  margin-block: 30px 48px;
}
@media screen and (max-width: 767px) {
  .contact__form-wrap {
    padding-inline: 24px;
    margin-block: 40px 48px;
  }
}
.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: 16px;
}
.contact__form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.contact__form-item--radio {
  margin-bottom: 16px;
}
.contact__form-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
}
.contact__form-item-label::after {
  content: "任意";
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  width: 56px;
  height: 26px;
  border-radius: 8px;
  background-color: #787a7d;
  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;
}
.contact__form-item-label--required::after {
  content: "必須";
  background-color: #f2ae1c;
}
.contact__form-item-field {
  font-size: 1.6rem;
  line-height: 1.75;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact__form-item-field input[type=text],
.contact__form-item-field input[type=email],
.contact__form-item-field input[type=tel],
.contact__form-item-field textarea {
  width: 100%;
  border: 2px solid #bcc5d7;
  border-radius: 7px;
  background-color: #fff;
  font: inherit;
  padding: 12px 10px;
  resize: none;
}
@media screen and (max-width: 767px) {
  .contact__form-item-field input[type=text],
  .contact__form-item-field input[type=email],
  .contact__form-item-field input[type=tel],
  .contact__form-item-field textarea {
    padding-block: 8px;
  }
}
.contact__form-item-field input[type=text]:focus,
.contact__form-item-field input[type=email]:focus,
.contact__form-item-field input[type=tel]:focus,
.contact__form-item-field textarea:focus {
  outline: none;
}
.contact__form-item-field--textarea {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  height: 136px;
}
.contact__form-item-field--textarea textarea {
  height: 100%;
}
.contact__form-item-field--agree {
  margin-top: 40px;
  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) {
  .contact__form-item-field--agree {
    margin-top: 48px;
  }
}
.contact__form-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .contact__form-radio {
    margin-top: 6px;
  }
}
.contact__form-radio label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__form-radio input[type=radio] {
  cursor: pointer;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #bcc5d7;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.contact__form-radio input[type=radio]::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #bcc5d7;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.contact__form-radio input[type=radio]:checked::after {
  opacity: 1;
}
.contact__form-checkbox label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.contact__form-checkbox a {
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.contact__form-checkbox a:hover {
  opacity: 0.5;
}
.contact__form-checkbox input[type=checkbox] {
  cursor: pointer;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  border: 2px solid #1e52b4;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.contact__form-checkbox input[type=checkbox]::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 18px;
  aspect-ratio: 12/9;
  -webkit-mask: url("../public/img/icons/check.svg") no-repeat center/100% 100%;
          mask: url("../public/img/icons/check.svg") no-repeat center/100% 100%;
  background-color: #1e52b4;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.contact__form-checkbox input[type=checkbox]:checked::after {
  opacity: 1;
}
.contact__form-btn-wrapper {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 48px;
}
.contact__form-btn {
  all: unset;
  cursor: pointer;
  position: relative;
  width: 100%;
  max-width: 320px;
  height: 72px;
  background-color: #ef8b00;
  border-radius: 36px;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  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) {
  .contact__form-btn {
    max-width: 280px;
    height: 63px;
    font-size: 20px;
  }
}
.contact__form-btn:hover {
  background-color: #fff;
  color: #1e52b4;
}

.lp__mv {
  position: relative;
  width: 100%;
  padding: 77px 4% 157px;
  overflow: hidden;
  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__mv {
    padding: 50px 4.27% 190px;
  }
}
.lp__mv-img {
  position: absolute;
  inset: 0;
}
.lp__mv-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(30, 82, 180, 0.16);
  mix-blend-mode: color;
}
.lp__mv-block {
  position: relative;
  width: 640px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .lp__mv-block {
    width: 305px;
  }
}
.lp__mv-block::before, .lp__mv-block::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
}
.lp__mv-block::before {
  background-image: linear-gradient(69.9deg, #0545bf 9.9%, #5ab1f9 91.39%);
  opacity: 0.88;
}
.lp__mv-block::after {
  background-image: linear-gradient(60.47deg, #0545bf 16.03%, #5ab1f9 86.17%);
  opacity: 0.24;
  mix-blend-mode: color-dodge;
}
.lp__mv-content {
  position: relative;
  z-index: 2;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .lp__mv-content {
    padding-top: 32px;
  }
}
.lp__mv-title {
  font-size: 13.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp__mv-title {
    font-size: 64px;
    letter-spacing: 0.08em;
  }
}
.lp__mv-title .medium {
  display: inline-block;
  font-size: 9.2rem;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .lp__mv-title .medium {
    font-size: 44px;
    margin-bottom: 15px;
  }
}
.lp__mv-title .small {
  font-size: 7.2rem;
}
@media screen and (max-width: 767px) {
  .lp__mv-title .small {
    font-size: 36px;
  }
}
.lp__mv-txt {
  font-size: 2.8rem;
  line-height: 1.75;
  color: #fff;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .lp__mv-txt {
    font-size: 16px;
    margin-top: 15px;
  }
}
.lp__mv-seal {
  position: absolute;
  z-index: 2;
  left: -40px;
  top: -32px;
  width: 168px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#ef8b00), to(#ffd033));
  background-image: linear-gradient(to top right, #ef8b00, #ffd033);
  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__mv-seal {
    left: -19px;
    width: 112px;
  }
}
.lp__mv-seal::before, .lp__mv-seal::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lp__mv-seal::before {
  width: 160px;
  border: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .lp__mv-seal::before {
    width: 106px;
    border-width: 1px;
  }
}
.lp__mv-seal::after {
  width: 128px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .lp__mv-seal::after {
    width: 86px;
  }
}
.lp__mv-seal-txt {
  position: relative;
  z-index: 2;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1;
  color: #ef8b00;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .lp__mv-seal-txt {
    font-size: 24px;
    gap: 4px;
  }
}
.lp__mv-seal-txt .small {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .lp__mv-seal-txt .small {
    font-size: 12px;
  }
}
.lp__mv-seal-txt .medium {
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .lp__mv-seal-txt .medium {
    font-size: 14px;
  }
}
.lp__mv-svcs {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: -40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .lp__mv-svcs {
    bottom: -150px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 12px;
  }
}
.lp__mv-svc {
  width: 184px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid #ef8b00;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  padding-top: 30px;
  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;
}
@media screen and (max-width: 767px) {
  .lp__mv-svc {
    width: 104px;
    border-width: 1px;
    padding-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
    grid-column: span 2;
  }
  .lp__mv-svc:first-child {
    grid-column: span 4;
    justify-self: center;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.lp__mv-svc-img {
  display: block;
  width: 45px;
  aspect-ratio: 45/31;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .lp__mv-svc-img {
    width: 32px;
    margin-bottom: 0;
  }
}
.lp__mv-svc-img--2 {
  width: 60px;
  aspect-ratio: 60/29;
  margin-bottom: 9px;
  -webkit-transform: rotate(-5.57deg);
          transform: rotate(-5.57deg);
}
@media screen and (max-width: 767px) {
  .lp__mv-svc-img--2 {
    width: 45px;
    margin-bottom: 0;
  }
}
.lp__mv-svc-img--3 {
  width: 39px;
  aspect-ratio: 39/40;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .lp__mv-svc-img--3 {
    width: 27px;
    margin-bottom: 0;
  }
}
.lp__mv-svc-title {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.3;
  color: #ef8b00;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp__mv-svc-title {
    font-size: 15px;
  }
}
.lp__mv-woman, .lp__mv-man {
  position: absolute;
  z-index: 2;
  bottom: -100px;
}
.lp__mv-woman {
  left: -283px;
  -webkit-transform: rotate(4.79deg);
          transform: rotate(4.79deg);
  width: 392px;
  aspect-ratio: 392/413;
}
@media screen and (max-width: 980px) {
  .lp__mv-woman {
    left: -169px;
    width: 274px;
  }
}
@media screen and (max-width: 767px) {
  .lp__mv-woman {
    left: -46px;
    bottom: -177px;
    width: 170px;
    aspect-ratio: 170/214;
  }
}
.lp__mv-man {
  right: -198px;
  -webkit-transform: rotate(-4.37deg);
          transform: rotate(-4.37deg);
  width: 266px;
  aspect-ratio: 266/419;
}
@media screen and (max-width: 980px) {
  .lp__mv-man {
    right: -118px;
    width: 186px;
  }
}
@media screen and (max-width: 767px) {
  .lp__mv-man {
    right: -31px;
    bottom: -172px;
    width: 116px;
    aspect-ratio: 116/209;
  }
}
.lp__offer {
  position: relative;
  z-index: 3;
  padding: 100px 4% 120px;
  background-image: linear-gradient(81.72deg, #0545bf 0%, #5ab1f9 99.8%);
  border-radius: 80px;
  margin-top: -80px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lp__offer {
    padding: 64px 4.27% 100px;
    border-radius: 24px;
    margin-top: -24px;
  }
}
.lp__offer::before, .lp__offer::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.lp__offer::before {
  background: url("../public/img/icons/star-deco.svg") no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  .lp__offer::before {
    background: url("../public/img/icons/star-deco-sp.svg") no-repeat center top/cover;
  }
}
.lp__offer::after {
  background-image: linear-gradient(81.6deg, rgba(6, 70, 192, 0.9) 0%, rgba(6, 70, 192, 0.87) 38%, rgba(6, 70, 192, 0) 100%);
}
.lp__offer--lower {
  padding-top: 130px;
  margin-top: 0;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .lp__offer--lower {
    padding: 100px 0 96px;
  }
}
.lp__offer-triangle {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: -44px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  aspect-ratio: 200/120;
  background: url("../public/img/icons/triangle.svg") no-repeat center/100% 100%;
}
@media screen and (max-width: 767px) {
  .lp__offer-triangle {
    top: -23px;
    width: 100px;
  }
}
.lp__offer-note {
  content: "";
  position: absolute;
  z-index: -1;
  right: calc(100% - 24px);
  top: -44px;
  width: 104px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #01389e;
}
@media screen and (max-width: 767px) {
  .lp__offer-note {
    right: initial;
    left: 60px;
    top: -33px;
    width: 68px;
  }
}
.lp__offer-note::before {
  content: "";
  position: absolute;
  right: 6px;
  top: -7px;
  width: 26px;
  aspect-ratio: 26/13;
  background: url("../public/img/icons/note-deco.svg") no-repeat center/100% 100%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  .lp__offer-note::before {
    right: 3px;
    top: -3px;
    width: 16px;
  }
}
.lp__offer-note .txt {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-14.61deg);
          transform: translate(-50%, -50%) rotate(-14.61deg);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.28;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp__offer-note .txt {
    font-size: 16px;
    text-wrap: nowrap;
  }
}
.lp__offer-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .lp__offer-container--sp-pad {
    padding-inline: 4.27%;
  }
}
.lp__offer-list {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 48px;
}
@media screen and (max-width: 1305px) {
  .lp__offer-list {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .lp__offer-list {
    gap: 16px 8px;
  }
}
.lp__offer-list-item {
  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;
  background-color: #fff;
  border-radius: 16px;
  padding: 24px 28px 30px;
  min-height: 280px;
}
@media screen and (max-width: 1305px) {
  .lp__offer-list-item {
    grid-column: span 2;
  }
}
@media screen and (max-width: 767px) {
  .lp__offer-list-item {
    border-radius: 8px;
    padding: 14px 3px 12px;
    min-height: 136px;
  }
}
@media screen and (max-width: 1305px) {
  .lp__offer-list-item:nth-child(4) {
    grid-column: 2/span 2;
  }
}
@media screen and (max-width: 1305px) {
  .lp__offer-list-item:nth-child(5) {
    grid-column: 4/span 2;
  }
}
.lp__offer-list-item-title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
  color: #ef8b00;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .lp__offer-list-item-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .lp__offer-list-item-title {
    font-size: 14px;
  }
}
.lp__offer-list-item-icon {
  min-height: 134px;
  margin-top: auto;
  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__offer-list-item-icon {
    min-height: initial;
  }
}
@media screen and (max-width: 767px) {
  .lp__offer-list-item-icon--1 {
    width: 70px;
    height: 64px;
  }
}
@media screen and (max-width: 767px) {
  .lp__offer-list-item-icon--2 {
    width: 69px;
    height: 64px;
  }
}
@media screen and (max-width: 767px) {
  .lp__offer-list-item-icon--3 {
    width: 72px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .lp__offer-list-item-icon--4 {
    width: 68px;
    height: 57px;
  }
}
@media screen and (max-width: 767px) {
  .lp__offer-list-item-icon--5 {
    width: 68px;
    height: 60px;
  }
}
.lp__offer-contact-block {
  width: 100%;
  border-radius: 16px;
  border: 2px solid #fff;
  padding-top: 60px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .lp__offer-contact-block {
    border-width: 1px;
    padding-top: 32px;
    margin-top: 40px;
  }
}
.lp__offer-contact-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 58px;
  margin-bottom: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .lp__offer-contact-upper {
    gap: 20px;
  }
}
@media screen and (max-width: 1150px) {
  .lp__offer-contact-upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 34px;
  }
}
@media screen and (max-width: 767px) {
  .lp__offer-contact-upper {
    gap: 50px;
    padding-inline: 5px;
    margin-bottom: 40px;
  }
}
.lp__offer-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .lp__offer-num {
    gap: 8px;
  }
}
.lp__offer-num:hover {
  opacity: 0.5;
}
.lp__offer-num-icon {
  display: block;
  width: 64px;
  aspect-ratio: 1/1;
  background: url("../public/img/icons/tel-ring.svg") no-repeat center/100% 100%;
}
@media screen and (max-width: 767px) {
  .lp__offer-num-icon {
    width: 36px;
  }
}
.lp__offer-num-txt {
  font: 600 7rem "Rubik", sans-serif;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .lp__offer-num-txt {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .lp__offer-num-txt {
    font-size: 36px;
  }
}
.lp__offer-num-txt .small {
  display: block;
  font: 700 1.6rem "Noto Sans JP", sans-serif;
  margin-left: 3px;
}
@media screen and (max-width: 767px) {
  .lp__offer-num-txt .small {
    font-size: 12px;
  }
}
.lp__offer-line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 26px;
  border-radius: 16px;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.25));
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .lp__offer-line {
    gap: 12px;
    padding: 13px 20px 13px 12px;
    border-radius: 8px;
  }
}
.lp__offer-line:hover {
  opacity: 0.5;
}
.lp__offer-line::before {
  content: "写真で簡単相談！";
  position: absolute;
  left: -12px;
  top: -16px;
  background-color: #ef8b00;
  border-radius: 27px;
  border: 2px solid #fff;
  padding-inline: 14px 8px;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.75;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp__offer-line::before {
    left: -8px;
    top: -18px;
    border-radius: 13px;
    padding-inline: 16px 10px;
    font-size: 12px;
  }
}
.lp__offer-line-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 68px;
  aspect-ratio: 1/1;
  background: url("../public/img/icons/line-app.svg") no-repeat center/100% 100%;
}
@media screen and (max-width: 1300px) {
  .lp__offer-line-icon {
    width: 48px;
  }
}
@media screen and (max-width: 767px) {
  .lp__offer-line-icon {
    width: 34px;
  }
}
.lp__offer-line-txt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 4.8rem;
  font-weight: 900;
  color: #06c755;
}
@media screen and (max-width: 1300px) {
  .lp__offer-line-txt {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .lp__offer-line-txt {
    font-size: 24px;
  }
}
.lp__offer-line-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  aspect-ratio: 1/1;
  background: url("../public/img/icons/btn-chevron-circle.svg") no-repeat center/100% 100%;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .lp__offer-line-arrow {
    width: 20px;
    margin-left: 12px;
  }
}
.lp__offer-contact-lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
  height: 72px;
  background-color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 767px) {
  .lp__offer-contact-lower {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: initial;
    padding: 12px 17px 16px;
  }
}
.lp__offer-contact-txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp__offer-contact-txt {
    font-size: 14px;
    text-align: center;
  }
}
.lp__offer-contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 8px;
  background-color: #1e52b4;
  padding: 4px 20px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.lp__offer-contact-btn::after {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 14/10;
  background: url("../public/img/icons/chevron-down.svg") no-repeat center/100% 100%;
}
.lp__offer-contact-btn:hover {
  opacity: 0.5;
}
.lp__why {
  background: #ebeef4 url("../public/img/icons/bg-line.svg") no-repeat center 80px/1920px 2641px;
  padding-block: 80px 178px;
  margin-top: -80px;
}
@media screen and (max-width: 767px) {
  .lp__why {
    background: #ebeef4 url("../public/img/icons/bg-line-sp.svg") no-repeat center top/cover;
    padding-block: 24px 95px;
    margin-top: -24px;
  }
}
.lp__why-container {
  padding-top: 144px;
}
@media screen and (max-width: 767px) {
  .lp__why-container {
    padding-top: 96px;
  }
}
.lp__why-note {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 2;
  text-align: center;
  margin-block: 56px 112px;
}
@media screen and (max-width: 767px) {
  .lp__why-note {
    font-size: 18px;
    margin-block: 48px 64px;
  }
}
.lp__why-list {
  list-style-type: none;
  counter-reset: why;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 126px;
}
@media screen and (max-width: 767px) {
  .lp__why-list {
    gap: 72px;
  }
}
.lp__why-list-item {
  counter-increment: why;
  width: 100%;
  padding-right: 4%;
}
@media screen and (max-width: 767px) {
  .lp__why-list-item {
    padding-right: 4.27%;
  }
}
.lp__why-list-item--right {
  padding-inline: 4% 0;
}
@media screen and (max-width: 767px) {
  .lp__why-list-item--right {
    padding-left: 4.27%;
  }
}
.lp__why-list-item--right .lp__why-block {
  padding-inline: 120px 4%;
  border-radius: 80px 0 0 80px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .lp__why-list-item--right .lp__why-block {
    padding-inline: 4.27%;
    border-radius: 56px 0 0 56px;
  }
}
.lp__why-list-item--right .lp__why-content {
  margin-inline: 0 auto;
}
.lp__why-block {
  width: 100%;
  max-width: 1680px;
  padding-inline: 4% 120px;
  border-radius: 0 80px 80px 0;
  background-color: rgba(255, 255, 255, 0.72);
}
@media screen and (max-width: 767px) {
  .lp__why-block {
    padding-inline: 4.27%;
    border-radius: 0 56px 56px 0;
  }
}
.lp__why-content {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  padding-bottom: 54px;
  display: grid;
  grid-template-columns: 1fr minmax(0, 544px);
  gap: 54px;
  min-height: 392px;
}
@media screen and (max-width: 1200px) {
  .lp__why-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .lp__why-content {
    padding-bottom: 64px;
    min-height: initial;
  }
}
.lp__why-content--g32 {
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .lp__why-content-upper {
    padding-inline: 12px;
  }
}
.lp__why-content-title {
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.5;
  color: #1e52b4;
  margin-block: -50px 32px;
}
@media screen and (max-width: 767px) {
  .lp__why-content-title {
    font-size: 24px;
    margin-block: -35px 16px;
  }
}
.lp__why-content-title::before {
  content: counter(why, decimal-leading-zero);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font: 500 14.4rem "Rubik", sans-serif;
  line-height: 1;
  background: linear-gradient(81.72deg, #0545bf 0%, #5ab1f9 99.8%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .lp__why-content-title::before {
    font-size: 80px;
    margin: 0 0 30px -12px;
  }
}
.lp__why-content-txt {
  font-size: 1.6rem;
  line-height: 2;
}
.lp__why-content-img-wrap {
  position: relative;
}
.lp__why-content-img {
  position: absolute;
  left: 0;
  bottom: -85px;
  width: 100%;
  display: block;
  aspect-ratio: 544/367;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .lp__why-content-img {
    position: initial;
    left: initial;
    bottom: initial;
  }
}
.lp__svcs {
  padding-block: 80px 56px;
}
@media screen and (max-width: 767px) {
  .lp__svcs {
    padding-block: 96px;
  }
}
.lp__svcs-title::before {
  content: "サービス一覧";
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  color: #1e52b4;
  padding: 7px 32px 20px;
  background: url("../public/img/icons/title-bubble.svg") no-repeat center/100% 100%;
}
@media screen and (max-width: 767px) {
  .lp__svcs-title::before {
    font-size: 16px;
    padding: 7px 24px 17px 25px;
  }
}
.lp__svcs-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  margin-top: 47px;
}
@media screen and (max-width: 980px) {
  .lp__svcs-list {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .lp__svcs-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.lp__svcs-list-item {
  grid-column: span 2;
  background-color: #1e52b4;
  border-radius: 8px;
  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;
  padding: 24px 30px 30px;
  min-height: 360px;
}
@media screen and (max-width: 980px) {
  .lp__svcs-list-item {
    padding: 24px 20px 25px;
  }
}
@media screen and (max-width: 767px) {
  .lp__svcs-list-item {
    grid-column: initial;
    padding: 24px 24px 40px;
    gap: 0;
    min-height: initial;
  }
}
.lp__svcs-list-item--big {
  grid-column: span 3;
}
@media screen and (max-width: 767px) {
  .lp__svcs-list-item--big {
    grid-column: initial;
  }
}
.lp__svcs-icon {
  min-height: 97px;
  margin-left: auto;
  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__svcs-icon--1 {
    width: 96px;
    height: 88px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .lp__svcs-icon--2 {
    width: 96px;
    height: 90px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .lp__svcs-icon--3 {
    width: 96px;
    height: 80px;
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 767px) {
  .lp__svcs-icon--4 {
    width: 96px;
    height: 66px;
    margin-bottom: 37px;
  }
}
@media screen and (max-width: 767px) {
  .lp__svcs-icon--5 {
    width: 96px;
    height: 85px;
    margin-bottom: 17px;
  }
}
.lp__svcs-heading {
  font-size: 3.2rem;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .lp__svcs-heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .lp__svcs-heading {
    margin-bottom: 24px;
  }
}
.lp__svcs-txt {
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
}
.lp__exp {
  position: relative;
  padding-bottom: 135px;
  background: url("../public/img/exp/bg-diamond.svg") no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  .lp__exp {
    background: url("../public/img/exp/bg-diamond-sp.svg") no-repeat center top/cover;
  }
}
.lp__exp::before, .lp__exp::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  pointer-events: none;
}
.lp__exp::before {
  left: 40px;
  width: 450px;
  aspect-ratio: 450/106;
  background: url("../public/img/icons/building-left.svg") no-repeat center/100% 100%;
}
@media screen and (max-width: 1100px) {
  .lp__exp::before {
    width: 270px;
  }
}
@media screen and (max-width: 767px) {
  .lp__exp::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 353px;
  }
}
.lp__exp::after {
  right: 40px;
  width: 472px;
  aspect-ratio: 472/141;
  background: url("../public/img/icons/building-right.svg") no-repeat center/100% 100%;
}
@media screen and (max-width: 1100px) {
  .lp__exp::after {
    width: 283px;
  }
}
@media screen and (max-width: 767px) {
  .lp__exp::after {
    display: none;
  }
}
.lp__exp-wrap {
  width: 100%;
  padding-block: 41px 104px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(25.96%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.8) 25.96%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  .lp__exp-wrap {
    padding-block: 0 56px;
  }
}
.lp__splide {
  position: relative;
  z-index: 5;
  width: 100%;
  margin-top: 80px;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .lp__splide {
    margin-top: 48px;
  }
}
.lp__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lp__slide-img {
  display: block;
  width: 100%;
  aspect-ratio: 360/480;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  border-radius: 8px 40px;
  border: 2px solid #fff;
  margin-bottom: 24px;
  overflow: hidden;
}
.lp__slide-title {
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .lp__slide-title {
    font-size: 18px;
  }
}
.lp__slide-tag {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #1e52b4;
  text-align: center;
}
.lp__exp-notes {
  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: 16px;
}
@media screen and (max-width: 767px) {
  .lp__exp-notes {
    gap: 32px;
  }
}
.lp__exp-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  -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__exp-tags {
    gap: 11px 8px;
  }
}
.lp__exp-tag {
  padding-inline: 16px;
  background-color: #1e52b4;
  border-radius: 8px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp__exp-tag {
    font-size: 18px;
  }
}
.lp__exp-tag--normal {
  padding-inline: 0;
  background-color: unset;
  border-radius: 0;
  color: #1e52b4;
}
.lp__exp-note {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 2;
  color: #1e52b4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp__exp-note {
    font-size: 24px;
  }
}
.lp__exp-note .highlight {
  display: inline-block;
  color: #ef8b00;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 15px;
}
.lp__process {
  padding-block: 80px 241px;
  background: url("../public/img/icons/bg-process.svg") no-repeat center top/1920px auto;
}
@media screen and (max-width: 980px) {
  .lp__process {
    background: url("../public/img/icons/bg-process-sp.svg") no-repeat center top/cover;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .lp__process {
    padding-block: 96px;
  }
}
.lp__process-list {
  list-style-type: none;
  counter-reset: process;
  width: 100%;
  max-width: 1195px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  margin-top: 68px;
}
@media screen and (max-width: 980px) {
  .lp__process-list {
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .lp__process-list {
    padding-inline: 24px 4px;
    margin-top: 40px;
  }
}
.lp__process-list-item-wrap {
  position: relative;
}
.lp__process-list-item-wrap:not(:last-child)::after {
  content: "";
  position: absolute;
  left: calc(100% + 9px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  aspect-ratio: 10/11;
  background: url("../public/img/icons/process-chevron.svg") no-repeat center/100% 100%;
}
@media screen and (max-width: 980px) {
  .lp__process-list-item-wrap:not(:last-child)::after {
    left: 50%;
    top: calc(100% + 13px);
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    width: 8px;
  }
}
.lp__process-list-item-wrap:last-child .lp__process-list-item {
  background-color: #1e52b4;
}
.lp__process-list-item-wrap:last-child .lp__process-list-item .lp__process-heading {
  color: #fff;
}
.lp__process-list-item-wrap:last-child .lp__process-list-item::before {
  background-color: #fff;
  border: 2px solid #1e52b4;
  color: #1e52b4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lp__process-list-item {
  position: relative;
  counter-increment: process;
  border-radius: 24px;
  border: 2px solid #1e52b4;
  background-color: #fff;
  padding: 19px 4px 32px;
  min-height: 267px;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .lp__process-list-item {
    padding: 12px 14px 12px 32px;
    min-height: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 12px;
  }
}
.lp__process-list-item::before {
  content: counter(process, decimal-leading-zero);
  position: absolute;
  left: 50%;
  top: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #1e52b4;
  font: 600 1.8rem "Rubik", sans-serif;
  line-height: 1;
  color: #fff;
  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: 980px) {
  .lp__process-list-item::before {
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.lp__process-heading {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #1e52b4;
  text-align: center;
  margin-block: auto;
}
@media screen and (max-width: 1250px) {
  .lp__process-heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1060px) {
  .lp__process-heading {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .lp__process-heading {
    font-size: 18px;
    text-align: left;
  }
}
@media screen and (max-width: 980px) {
  .lp__process-icon {
    width: 100%;
    max-width: 56px;
    aspect-ratio: 1/1;
    border-radius: 50%;
  }
}
.lp__process-note {
  position: absolute;
  left: 50%;
  top: calc(100% + 29px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 408px;
  padding: 16px 12px;
  background-color: #bcc5d7;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .lp__process-note {
    position: relative;
    left: initial;
    top: initial;
    -webkit-transform: initial;
            transform: initial;
    width: 100%;
    margin-top: 28px;
  }
}
@media screen and (max-width: 767px) {
  .lp__process-note {
    padding: 12px 10px;
    font-size: 14px;
    margin-top: 14px;
  }
}
.lp__process-note::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% - 2px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 23px solid #bcc5d7;
}
@media screen and (max-width: 767px) {
  .lp__process-note::before {
    bottom: calc(100% - 10px);
    border-width: 10px 10px 20px;
  }
}
.lp__process-note--2 {
  width: 280px;
  left: initial;
  -webkit-transform: initial;
          transform: initial;
  right: 0;
}
@media screen and (max-width: 980px) {
  .lp__process-note--2 {
    width: 100%;
    right: initial;
  }
}
.lp__process-note--2::before {
  left: initial;
  -webkit-transform: initial;
          transform: initial;
  right: 96px;
}
@media screen and (max-width: 980px) {
  .lp__process-note--2::before {
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.lp__faq {
  padding-block: 80px 100px;
}
@media screen and (max-width: 767px) {
  .lp__faq {
    padding-block: 96px;
  }
}
.lp__faq-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: 16px;
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .lp__faq-list {
    margin-top: 40px;
  }
}
.lp__faq-list-item {
  position: relative;
  cursor: pointer;
  border-radius: 16px;
  border: 2px solid #a5c0f4;
  background-color: #fff;
  padding: 19px 100px 19px 36px;
  -webkit-box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .lp__faq-list-item {
    padding: 11px 56px 11px 16px;
  }
}
.lp__faq-list-item.active .lp__faq-cross::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.lp__faq-list-item.active .lp__faq-a {
  margin-top: 25px;
  max-height: 9999px;
}
@media screen and (max-width: 767px) {
  .lp__faq-list-item.active .lp__faq-a {
    margin-top: 10px;
  }
}
.lp__faq-q {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .lp__faq-q {
    gap: 16px;
    font-size: 16px;
  }
}
.lp__faq-q::before {
  content: "Q";
  display: block;
  font: 700 4rem "Inter", sans-serif;
  line-height: 1;
  color: #1e52b4;
}
@media screen and (max-width: 767px) {
  .lp__faq-q::before {
    font-size: 32px;
  }
}
.lp__faq-cross {
  position: absolute;
  left: calc(100% + 32px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 43px;
  height: 4px;
  border-radius: 2px;
  background-color: #1e52b4;
}
@media screen and (max-width: 767px) {
  .lp__faq-cross {
    left: calc(100% + 16px);
    width: 24px;
    height: 2px;
  }
}
.lp__faq-cross::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  width: 100%;
  height: 100%;
  background-color: #1e52b4;
  border-radius: 2px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.lp__faq-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  font-size: 1.6rem;
  line-height: 1.75;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 767px) {
  .lp__faq-a {
    gap: 16px;
    font-size: 14px;
  }
}
.lp__faq-a::before {
  content: "A";
  display: inline-block;
  font: 700 4rem "Inter", sans-serif;
  line-height: 1;
  color: #ef8b00;
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .lp__faq-a::before {
    font-size: 32px;
  }
}
.lp__contact {
  padding-block: 80px 100px;
  background-color: #1e52b4;
  border-radius: 80px 80px 0 0;
}
@media screen and (max-width: 767px) {
  .lp__contact {
    padding-block: 96px;
    border-radius: 40px 40px 0 0;
  }
}
.lp__contact--no-border {
  border-radius: 0;
}

.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;
  }
}

.pc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .pc-flex {
    display: none;
  }
}

.sp-flex {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

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

.container {
  padding-inline: 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%;
    padding-inline: 4.27%;
  }
}

.ls0 {
  letter-spacing: 0;
}

.ls-24 {
  letter-spacing: -0.24em;
}

.clr-secondary {
  color: #ef8b00;
}

.bold {
  font-weight: 700;
}

@media screen and (max-width: 980px) {
  .lp__splide .splide__track {
    padding-inline: calc((100vw - 288px) / 2) !important;
  }
}
.lp__splide .splide__slide.is-fade {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  opacity: 0.4;
}
.lp__splide .splide__slide .is-clear {
  opacity: 1;
}
.lp__splide .splide__arrows {
  position: absolute;
  z-index: 6;
  left: 50%;
  top: 216px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: calc(1336px + 8%);
  padding-inline: 4%;
  height: 48px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .lp__splide .splide__arrows {
    top: 176px;
    padding-inline: 1.6%;
    height: 32px;
  }
}
.lp__splide .splide__arrow svg {
  display: none;
}
.lp__splide .splide__arrow {
  pointer-events: auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #1e52b4;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .lp__splide .splide__arrow {
    width: 32px;
    height: 32px;
  }
}
.lp__splide .splide__arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 16px;
  background: url("../public/img/icons/splide-chevron.svg") no-repeat center/100% 100%;
}
@media screen and (max-width: 767px) {
  .lp__splide .splide__arrow::after {
    width: 8px;
    height: 9px;
  }
}
.lp__splide .splide__arrow:focus {
  outline: none !important;
}
.lp__splide .splide__arrow.is-focus {
  outline: none !important;
}
.lp__splide .splide__arrow--prev {
  left: 4%;
}
@media screen and (max-width: 767px) {
  .lp__splide .splide__arrow--prev {
    left: 1.6%;
  }
}
.lp__splide .splide__arrow--next {
  right: 4%;
}
@media screen and (max-width: 767px) {
  .lp__splide .splide__arrow--next {
    right: 1.6%;
  }
}
.lp__splide .splide__arrow--next::after {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}

.wpcf7 .wpcf7-spinner {
  display: none !important;
}

.wpcf7-form .wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7-form .contact__form-btn--back {
  display: none;
}
.wpcf7-form .contact__form-btn--submit {
  display: none;
}

.wpcf7-form-confirm .contact__form-item-label::after {
  display: none;
}
.wpcf7-form-confirm .contact__form-item-field {
  padding-inline: 10px;
}
.wpcf7-form-confirm .contact__form-item-field--textarea {
  height: initial;
}
.wpcf7-form-confirm .contact__form-item-field--agree {
  display: none;
}
.wpcf7-form-confirm .contact__form-btn--back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpcf7-form-confirm .contact__form-btn--confirm {
  display: none;
}
.wpcf7-form-confirm .contact__form-btn--submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
