@charset "UTF-8";
html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  color: #333;
  background-color: #fff;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  background-color: #fff;
}

[data-lp-anim] {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-lp-anim].is-on {
  opacity: 1;
  transform: none !important;
}

[data-lp-anim=fade-up] {
  transform: translateY(36px);
}

[data-lp-anim=fade-left] {
  transform: translateX(-44px);
}

[data-lp-anim=fade-right] {
  transform: translateX(44px);
}

[data-lp-anim=zoom] {
  transform: scale(0.88);
}

main {
  padding-top: 18vw;
}
@media (min-width: 52.1875em) {
  main {
    padding-top: 6.4027777778vw;
  }
}
@media (min-width: 90em) {
  main {
    padding-top: 60px;
  }
}

.lp-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  transition: box-shadow 0.35s;
}
.lp-header.is-scrolled {
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.07);
}
.lp-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4.8vw;
}
@media (min-width: 52.1875em) {
  .lp-header__inner {
    padding: 1.3888888889vw 2.7777777778vw;
  }
}
@media (min-width: 90em) {
  .lp-header__inner {
    padding: 20px 40px;
  }
}
.lp-header__logo a {
  display: block;
}
.lp-header__logo img {
  width: 30vw;
  height: auto;
}
@media (min-width: 52.1875em) {
  .lp-header__logo img {
    width: 10.1388888889vw;
  }
}
@media (min-width: 90em) {
  .lp-header__logo img {
    width: 146px;
  }
}
.lp-header__actions {
  display: flex;
  align-items: center;
  gap: 2.6666666667vw;
}
@media (min-width: 52.1875em) {
  .lp-header__actions {
    gap: 1.3888888889vw;
  }
}
@media (min-width: 90em) {
  .lp-header__actions {
    gap: 20px;
  }
}
.lp-header__tel {
  display: inline-flex;
  align-items: center;
  gap: 1.6vw;
  text-decoration: none;
  color: #e65100;
  transition: opacity 0.2s;
}
.lp-header__tel:hover {
  opacity: 0.8;
}
@media (min-width: 52.1875em) {
  .lp-header__tel {
    gap: 0.5555555556vw;
  }
}
@media (min-width: 90em) {
  .lp-header__tel {
    gap: 8px;
  }
}
.lp-header__tel-icon {
  font-size: 4.8vw;
  line-height: 1;
}
@media (min-width: 52.1875em) {
  .lp-header__tel-icon {
    font-size: 1.5277777778vw;
  }
}
@media (min-width: 90em) {
  .lp-header__tel-icon {
    font-size: 22px;
  }
}
.lp-header__tel-body {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
@media (min-width: 52.1875em) {
  .lp-header__tel-body {
    display: flex;
  }
}
.lp-header__tel-num {
  font-family: "Barlow", sans-serif;
  font-size: 1.5277777778vw;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.02em;
}
@media (min-width: 90em) {
  .lp-header__tel-num {
    font-size: 22px;
  }
}
.lp-header__tel-hours {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.7638888889vw;
  color: #888;
}
@media (min-width: 90em) {
  .lp-header__tel-hours {
    font-size: 11px;
  }
}
.lp-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.6vw;
  padding: 2.1333333333vw 4.8vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  text-decoration: none;
  white-space: nowrap;
  background: linear-gradient(90deg, #24B3DB 0%, #077999 100%);
  border-radius: 120px;
  transition: opacity 0.3s;
}
.lp-header__cta:hover {
  opacity: 0.85;
}
@media (min-width: 52.1875em) {
  .lp-header__cta {
    gap: 0.5555555556vw;
    padding: 0.9722222222vw 1.3888888889vw;
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 90em) {
  .lp-header__cta {
    gap: 8px;
    padding: 14px 20px;
    font-size: 14px;
  }
}
.lp-header__cta img {
  width: 2vw;
  height: auto;
}
@media (min-width: 90em) {
  .lp-header__cta img {
    width: 7.94px;
  }
}

.lp-hero {
  width: 100vw;
}
.lp-hero__inner {
  width: 90.6666666667vw;
  padding: 8vw 0 21.3333333333vw;
  margin: 0 auto;
}
@media (min-width: 52.1875em) {
  .lp-hero__inner {
    display: flex;
    align-items: flex-start;
    gap: 3.4722222222vw;
    width: 85.7638888889vw;
    padding: 2.7777777778vw 0 8.3333333333vw;
  }
}
@media (min-width: 90em) {
  .lp-hero__inner {
    gap: 50px;
    width: 1235px;
    padding: 40px 0 120px;
  }
}
.lp-hero__content {
  width: 100%;
}
@media (min-width: 52.1875em) {
  .lp-hero__content {
    flex: 1;
    min-width: 0;
  }
}
.lp-hero__badges {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.1333333333vw;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 52.1875em) {
  .lp-hero__badges {
    gap: 0.9722222222vw;
    margin-bottom: 2.7777777778vw;
  }
}
@media (min-width: 90em) {
  .lp-hero__badges {
    gap: 14px;
    margin-bottom: 40px;
  }
}
.lp-hero__badge {
  display: inline-block;
  padding: 2.1333333333vw 2.2666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.03em;
  background-color: #077999;
}
@media (min-width: 52.1875em) {
  .lp-hero__badge {
    padding: 0.5555555556vw 1.3888888889vw;
    font-size: 1.9444444444vw;
  }
}
@media (min-width: 90em) {
  .lp-hero__badge {
    padding: 8px 20px;
    font-size: 28px;
  }
}
.lp-hero__badge--campaign {
  background-color: #e65100;
  animation: campaign-pulse 2s ease-in-out infinite;
}
.lp-hero__title {
  margin-bottom: 5.3333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 8.5333333333vw;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-hero__title {
    margin-bottom: 2.7777777778vw;
    font-size: 3.1111111111vw;
  }
}
@media (min-width: 90em) {
  .lp-hero__title {
    margin-bottom: 40px;
    font-size: 40px;
  }
}
.lp-hero__title-accent {
  color: #077999;
}
.lp-hero__desc {
  margin-bottom: 8vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #000;
}
@media (min-width: 52.1875em) {
  .lp-hero__desc {
    margin-bottom: 3.3333333333vw;
    font-size: 1.25vw;
  }
}
@media (min-width: 90em) {
  .lp-hero__desc {
    margin-bottom: 48px;
    font-size: 18px;
  }
}
.lp-hero__features {
  display: flex;
  flex-direction: column;
  gap: 8vw;
  margin-bottom: 4vw;
}
@media (min-width: 52.1875em) {
  .lp-hero__features {
    flex-direction: row;
    gap: 1.3888888889vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media (min-width: 90em) {
  .lp-hero__features {
    gap: 20px;
    margin-bottom: 10px;
  }
}
.lp-hero__feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8vw;
  flex: 1;
  padding: 10.1333333333vw 4.2666666667vw 5.3333333333vw;
  background-color: #fff;
  border-radius: 6.8px;
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
}
@media (min-width: 52.1875em) {
  .lp-hero__feature-card {
    gap: 0.9722222222vw;
    padding: 2.6388888889vw 1.3888888889vw 1.6666666667vw;
  }
}
@media (min-width: 90em) {
  .lp-hero__feature-card {
    gap: 14px;
    padding: 38px 20px 24px;
  }
}
.lp-hero__feature-icon-wrap {
  position: absolute;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  flex-shrink: 0;
  top: 0%;
  transform: translateY(-50%);
}
@media (min-width: 52.1875em) {
  .lp-hero__feature-icon-wrap {
    top: 0%;
    transform: translateY(-50%);
    width: 2.6388888889vw;
    height: 2.6388888889vw;
  }
}
@media (min-width: 90em) {
  .lp-hero__feature-icon-wrap {
    width: 38px;
    height: 38px;
  }
}
.lp-hero__feature-icon-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lp-hero__feature-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5333333333vw;
  text-align: center;
}
@media (min-width: 52.1875em) {
  .lp-hero__feature-text {
    gap: 0.2083333333vw;
  }
}
@media (min-width: 90em) {
  .lp-hero__feature-text {
    gap: 3px;
  }
}
.lp-hero__feature-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-hero__feature-sub {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 90em) {
  .lp-hero__feature-sub {
    font-size: 16px;
  }
}
.lp-hero__feature-main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.4;
  color: #077999;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-hero__feature-main {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 90em) {
  .lp-hero__feature-main {
    font-size: 24px;
  }
}
.lp-hero__visual-note {
  margin-top: 2.6666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6666666667vw;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
  text-align: left;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-hero__visual-note {
    margin-top: 0.6944444444vw;
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 90em) {
  .lp-hero__visual-note {
    margin-top: 10px;
    font-size: 12px;
  }
}
.lp-hero__form-wrap {
  position: relative;
  padding-top: 6.4vw;
  margin-top: 12vw;
  display: none;
}
@media (min-width: 52.1875em) {
  .lp-hero__form-wrap {
    display: block;
    flex-shrink: 0;
    width: 29.1666666667vw;
    padding-top: 2.1527777778vw;
    margin-top: 0;
  }
}
@media (min-width: 90em) {
  .lp-hero__form-wrap {
    width: 420px;
    padding-top: 31px;
  }
}
.lp-hero__form-badge {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  padding: 2.4vw 8.5333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4vw;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.03em;
  white-space: nowrap;
  background-color: #FF7A00;
  border-radius: 120px;
  transform: translateX(-50%);
}
@media (min-width: 52.1875em) {
  .lp-hero__form-badge {
    top: 0.6944444444vw;
    padding: 0.8333333333vw 3.3333333333vw;
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 90em) {
  .lp-hero__form-badge {
    top: 10px;
    padding: 12px 48px;
    font-size: 20px;
  }
}
.lp-hero__form-card {
  position: relative;
  padding: 10.6666666667vw 5.3333333333vw 8vw;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
}
@media (min-width: 52.1875em) {
  .lp-hero__form-card {
    padding: 2.7083333333vw 2.1527777778vw 2.0833333333vw;
  }
}
@media (min-width: 90em) {
  .lp-hero__form-card {
    padding: 39px 31px 30px;
  }
}
.lp-hero__form-deco {
  position: absolute;
  top: -10px;
  right: -20px;
  width: 22vw;
  height: auto;
  pointer-events: none;
}
@media (min-width: 52.1875em) {
  .lp-hero__form-deco {
    width: 7.6388888889vw;
  }
}
@media (min-width: 90em) {
  .lp-hero__form-deco {
    width: 110px;
  }
}
.lp-hero__form-title {
  position: relative;
  z-index: 5;
  margin-bottom: 5.3333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 700;
  color: #333;
  text-align: center;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-hero__form-title {
    margin-bottom: 2.2222222222vw;
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 90em) {
  .lp-hero__form-title {
    margin-bottom: 32px;
    font-size: 24px;
  }
}
.lp-hero__form-body {
  display: flex;
  flex-direction: column;
  gap: 3.2vw;
}
@media (min-width: 52.1875em) {
  .lp-hero__form-body {
    gap: 1.3888888889vw;
  }
}
@media (min-width: 90em) {
  .lp-hero__form-body {
    gap: 20px;
  }
}
.lp-hero__form-privacy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  font-weight: 700;
  color: #969595;
  text-align: center;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-hero__form-privacy {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 90em) {
  .lp-hero__form-privacy {
    font-size: 14px;
  }
}
.lp-hero__form-btn {
  display: flex;
  gap: 2.1333333333vw;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 3.7333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  cursor: pointer;
  background: linear-gradient(90deg, #24B3DB 0%, #077999 100%);
  border: none;
  border-radius: 120px;
  transition: opacity 0.3s, transform 0.2s;
}
.lp-hero__form-btn:hover {
  opacity: 0.85;
}
.lp-hero__form-btn:active {
  transform: scale(0.98);
}
@media (min-width: 52.1875em) {
  .lp-hero__form-btn {
    gap: 0.5555555556vw;
    padding: 0.9722222222vw;
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 90em) {
  .lp-hero__form-btn {
    gap: 8px;
    padding: 14px;
    font-size: 14px;
  }
}
.lp-hero__form-btn-arrow {
  width: 2.6666666667vw;
  height: auto;
}
@media (min-width: 52.1875em) {
  .lp-hero__form-btn-arrow {
    width: 0.75vw;
  }
}
@media (min-width: 90em) {
  .lp-hero__form-btn-arrow {
    width: 10.82px;
  }
}

.lp-hero__form-body .wpcf7,
.lp-form-section__form .wpcf7 {
  width: 100%;
}
.lp-hero__form-body .wpcf7-form,
.lp-form-section__form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 3.2vw;
}
@media (min-width: 52.1875em) {
  .lp-hero__form-body .wpcf7-form,
  .lp-form-section__form .wpcf7-form {
    gap: 1.3888888889vw;
  }
}
@media (min-width: 90em) {
  .lp-hero__form-body .wpcf7-form,
  .lp-form-section__form .wpcf7-form {
    gap: 20px;
  }
}
.lp-hero__form-body .wpcf7-form p,
.lp-form-section__form .wpcf7-form p {
  margin: 0;
  padding: 0;
}
.lp-hero__form-body .wpcf7-form-control-wrap,
.lp-form-section__form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.lp-hero__form-body .wpcf7-not-valid-tip,
.lp-form-section__form .wpcf7-not-valid-tip {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6666666667vw;
  color: #e63c3c;
  letter-spacing: 0.03em;
  margin-top: 1.0666666667vw;
}
@media (min-width: 52.1875em) {
  .lp-hero__form-body .wpcf7-not-valid-tip,
  .lp-form-section__form .wpcf7-not-valid-tip {
    font-size: 0.8333333333vw;
    margin-top: 0.4166666667vw;
  }
}
@media (min-width: 90em) {
  .lp-hero__form-body .wpcf7-not-valid-tip,
  .lp-form-section__form .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 6px;
  }
}
.lp-hero__form-body .wpcf7-response-output,
.lp-form-section__form .wpcf7-response-output {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  padding: 3.2vw;
  border-radius: 6px;
  text-align: center;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-hero__form-body .wpcf7-response-output,
  .lp-form-section__form .wpcf7-response-output {
    font-size: 0.9722222222vw;
    padding: 1.0416666667vw;
  }
}
@media (min-width: 90em) {
  .lp-hero__form-body .wpcf7-response-output,
  .lp-form-section__form .wpcf7-response-output {
    font-size: 14px;
    padding: 15px;
  }
}
.lp-hero__form-body .wpcf7-response-output.wpcf7-mail-sent-ok,
.lp-form-section__form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #e8f5f9;
  color: #077999;
  border: 1px solid #077999;
}
.lp-hero__form-body .wpcf7-response-output.wpcf7-mail-sent-ng, .lp-hero__form-body .wpcf7-response-output.wpcf7-validation-errors, .lp-hero__form-body .wpcf7-response-output.wpcf7-spam-blocked,
.lp-form-section__form .wpcf7-response-output.wpcf7-mail-sent-ng,
.lp-form-section__form .wpcf7-response-output.wpcf7-validation-errors,
.lp-form-section__form .wpcf7-response-output.wpcf7-spam-blocked {
  background: #fff0f0;
  color: #e63c3c;
  border: 1px solid #e63c3c;
}
.lp-hero__form-body .lp-cf7-privacy,
.lp-form-section__form .lp-cf7-privacy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  font-weight: 400;
  color: #969595;
  text-align: center;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-hero__form-body .lp-cf7-privacy,
  .lp-form-section__form .lp-cf7-privacy {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 90em) {
  .lp-hero__form-body .lp-cf7-privacy,
  .lp-form-section__form .lp-cf7-privacy {
    font-size: 14px;
  }
}
.lp-hero__form-body .lp-cf7-btn,
.lp-form-section__form .lp-cf7-btn {
  display: block;
  width: 100%;
  padding: 3.7333333333vw;
  text-align: center;
  -webkit-appearance: none;
          appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  cursor: pointer;
  background: linear-gradient(90deg, #24B3DB 0%, #077999 100%);
  border: none;
  border-radius: 120px;
  transition: opacity 0.3s, transform 0.2s;
}
.lp-hero__form-body .lp-cf7-btn:hover,
.lp-form-section__form .lp-cf7-btn:hover {
  opacity: 0.85;
}
.lp-hero__form-body .lp-cf7-btn:active,
.lp-form-section__form .lp-cf7-btn:active {
  transform: scale(0.98);
}
@media (min-width: 52.1875em) {
  .lp-hero__form-body .lp-cf7-btn,
  .lp-form-section__form .lp-cf7-btn {
    padding: 0.9722222222vw;
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 90em) {
  .lp-hero__form-body .lp-cf7-btn,
  .lp-form-section__form .lp-cf7-btn {
    padding: 14px;
    font-size: 14px;
  }
}

.lp-form-field {
  display: flex;
  flex-direction: column;
  gap: 2.6vw;
}
@media (min-width: 52.1875em) {
  .lp-form-field {
    gap: 0.5555555556vw;
  }
}
@media (min-width: 90em) {
  .lp-form-field {
    gap: 8px;
  }
}

.lp-form-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-form-label {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 90em) {
  .lp-form-label {
    font-size: 14px;
  }
}

.lp-form-input {
  display: block;
  width: 100%;
  padding: 2.6666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  color: #333;
  -webkit-appearance: none;
          appearance: none;
  background-color: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.2s, background-color 0.2s;
}
.lp-form-input::placeholder {
  font-weight: 700;
  color: #DDDDDD;
}
.lp-form-input:focus {
  background-color: #fff;
  border-color: #077999;
}
@media (min-width: 52.1875em) {
  .lp-form-input {
    padding: 0.6944444444vw;
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 90em) {
  .lp-form-input {
    padding: 10px;
    font-size: 14px;
  }
}

.lp-form-select-wrap {
  position: relative;
}
.lp-form-select-wrap::after {
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  pointer-events: none;
  content: "";
  border-right: 2px solid #077999;
  border-bottom: 2px solid #077999;
  transform: translateY(-65%) rotate(45deg);
}
@media (min-width: 52.1875em) {
  .lp-form-select-wrap::after {
    right: 0.6944444444vw;
    width: 0.5555555556vw;
    height: 0.5555555556vw;
  }
}
@media (min-width: 90em) {
  .lp-form-select-wrap::after {
    right: 10px;
    width: 8px;
    height: 8px;
  }
}
.lp-form-select-wrap .lp-form-input {
  cursor: pointer;
}

.lp-problem {
  background-color: #fff;
}
.lp-problem__inner {
  width: 90.6666666667vw;
  padding: 16vw 0;
  margin: 0 auto;
}
@media (min-width: 52.1875em) {
  .lp-problem__inner {
    width: 85.7638888889vw;
    padding: 8.3333333333vw 0;
  }
}
@media (min-width: 90em) {
  .lp-problem__inner {
    width: 1200px;
    padding: 120px 0;
  }
}
.lp-problem__lead {
  margin-bottom: 2.1333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  color: #077999;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-problem__lead {
    margin-bottom: 0.6944444444vw;
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 90em) {
  .lp-problem__lead {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.lp-problem__title {
  margin-bottom: 10.6666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-problem__title {
    margin-bottom: 4.1666666667vw;
    font-size: 2.7777777778vw;
  }
}
@media (min-width: 90em) {
  .lp-problem__title {
    margin-bottom: 60px;
    font-size: 40px;
  }
}
.lp-problem__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.2666666667vw;
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 52.1875em) {
  .lp-problem__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4305555556vw;
    margin-bottom: 4.1666666667vw;
  }
}
@media (min-width: 90em) {
  .lp-problem__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    margin-bottom: 60px;
  }
}
.lp-problem__card {
  position: relative;
  aspect-ratio: 375/240;
  background-color: #f8fafc;
  overflow: hidden;
}
.lp-problem__card-num {
  display: none;
}
.lp-problem__card-title {
  position: absolute;
  top: 11.54%;
  left: 8%;
  right: 8%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.57vw;
  font-weight: 700;
  line-height: 1.5;
  color: #077999;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-problem__card-title {
    font-size: 2.5vw;
  }
}
@media (min-width: 90em) {
  .lp-problem__card-title {
    font-size: 24px;
  }
}
.lp-problem__card-desc {
  position: absolute;
  top: 55.38%;
  left: 8%;
  right: 8%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.35vw;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-problem__card-desc {
    font-size: 2vw;
  }
}
@media (min-width: 90em) {
  .lp-problem__card-desc {
    font-size: 18px;
  }
}
.lp-problem__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.1333333333vw;
}
@media (min-width: 52.1875em) {
  .lp-problem__cta {
    gap: 0.6944444444vw;
  }
}
@media (min-width: 90em) {
  .lp-problem__cta {
    gap: 10px;
  }
}
.lp-problem__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2.1333333333vw;
  padding: 3.2vw 8vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.4286;
  color: #fff;
  letter-spacing: 0.04em;
  text-decoration: none;
  white-space: nowrap;
  background: linear-gradient(90deg, #24B3DB 0%, #077999 100%);
  border: 2px solid #fff;
  border-radius: 120px;
  transition: opacity 0.3s;
}
.lp-problem__btn:hover {
  opacity: 0.85;
}
@media (min-width: 52.1875em) {
  .lp-problem__btn {
    gap: 0.5555555556vw;
    padding: 0.9722222222vw 2.7777777778vw;
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 90em) {
  .lp-problem__btn {
    gap: 8px;
    padding: 14px 40px;
    font-size: 14px;
    line-height: 20px;
  }
}
.lp-problem__btn-arrow {
  width: 2.6666666667vw;
  height: auto;
  flex-shrink: 0;
}
@media (min-width: 52.1875em) {
  .lp-problem__btn-arrow {
    width: 0.75vw;
  }
}
@media (min-width: 90em) {
  .lp-problem__btn-arrow {
    width: 11px;
    height: 9px;
  }
}
.lp-problem__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6666666667vw;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (min-width: 52.1875em) {
  .lp-problem__note {
    font-size: 0.6944444444vw;
  }
}
@media (min-width: 90em) {
  .lp-problem__note {
    font-size: 10px;
  }
}

.lp-scope {
  background-color: #fff;
}
.lp-scope__inner {
  width: 90.6666666667vw;
  padding: 16vw 0;
  margin: 0 auto;
}
@media (min-width: 52.1875em) {
  .lp-scope__inner {
    width: 85.7638888889vw;
    padding: 0 0 8.3333333333vw;
  }
}
@media (min-width: 90em) {
  .lp-scope__inner {
    width: 1200px;
    padding: 0px 0 120px;
  }
}
.lp-scope__headline {
  margin-bottom: 15.6666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (min-width: 52.1875em) {
  .lp-scope__headline {
    margin-bottom: 4.1666666667vw;
    font-size: 3.3333333333vw;
  }
}
@media (min-width: 90em) {
  .lp-scope__headline {
    margin-bottom: 60px;
    font-size: 48px;
  }
}
.lp-scope__headline-accent {
  color: #077999;
  font-size: 5.8666666667vw;
}
@media (min-width: 52.1875em) {
  .lp-scope__headline-accent {
    font-size: 3.6111111111vw;
  }
}
@media (min-width: 90em) {
  .lp-scope__headline-accent {
    font-size: 52px;
  }
}
.lp-scope__head {
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 52.1875em) {
  .lp-scope__head {
    margin-bottom: 4.1666666667vw;
  }
}
@media (min-width: 90em) {
  .lp-scope__head {
    margin-bottom: 60px;
  }
}
.lp-scope__lead {
  margin-bottom: 2.1333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  color: #077999;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-scope__lead {
    margin-bottom: 0.6944444444vw;
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 90em) {
  .lp-scope__lead {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.lp-scope__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-scope__title {
    font-size: 2.7777777778vw;
  }
}
@media (min-width: 90em) {
  .lp-scope__title {
    font-size: 40px;
  }
}
.lp-scope__items {
  display: flex;
  flex-direction: column;
  gap: 16vw;
}
@media (min-width: 52.1875em) {
  .lp-scope__items {
    gap: 6.9444444444vw;
  }
}
@media (min-width: 90em) {
  .lp-scope__items {
    gap: 100px;
  }
}
.lp-scope__item {
  display: flex;
  flex-direction: column;
  gap: 8vw;
}
@media (min-width: 52.1875em) {
  .lp-scope__item {
    flex-direction: row;
    align-items: flex-start;
    gap: 5.4166666667vw;
  }
}
@media (min-width: 90em) {
  .lp-scope__item {
    gap: 78px;
  }
}
@media (min-width: 52.1875em) {
  .lp-scope__item--reverse {
    flex-direction: row-reverse;
  }
}
.lp-scope__item-content {
  flex: 1;
  min-width: 0;
}
.lp-scope__item-img-wrap {
  flex-shrink: 0;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 52.1875em) {
  .lp-scope__item-img-wrap {
    width: 41.8055555556vw;
  }
}
@media (min-width: 90em) {
  .lp-scope__item-img-wrap {
    width: 602px;
  }
}
.lp-scope__item-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 602/442;
  object-fit: cover;
}
.lp-scope__item-title {
  margin-bottom: 4.2666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.333;
  color: #077999;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-scope__item-title {
    margin-bottom: 1.6666666667vw;
    font-size: 2.5vw;
  }
}
@media (min-width: 90em) {
  .lp-scope__item-title {
    margin-bottom: 24px;
    font-size: 36px;
  }
}
.lp-scope__item-desc {
  margin-bottom: 6.4vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-scope__item-desc {
    margin-bottom: 2.7777777778vw;
    font-size: 1.25vw;
  }
}
@media (min-width: 90em) {
  .lp-scope__item-desc {
    margin-bottom: 40px;
    font-size: 18px;
  }
}
.lp-scope__badge {
  display: inline-block;
  padding: 2.1333333333vw 5.3333333333vw;
  margin-bottom: 4.2666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.03em;
  white-space: nowrap;
  background-color: #077999;
  border-radius: 120px;
}
@media (min-width: 52.1875em) {
  .lp-scope__badge {
    padding: 0.7638888889vw 2.4305555556vw;
    margin-bottom: 1.6666666667vw;
    font-size: 1.2888888889vw;
  }
}
@media (min-width: 90em) {
  .lp-scope__badge {
    padding: 11px 35px;
    margin-bottom: 24px;
    font-size: 18px;
  }
}
.lp-scope__badge-option {
  display: inline-block;
  margin-left: 1.6vw;
  padding: 0.5333333333vw 2.1333333333vw;
  font-size: 2.6666666667vw;
  font-weight: 700;
  color: #e65100;
  background-color: #fff3e0;
  border-radius: 120px;
  letter-spacing: 0.05em;
}
@media (min-width: 52.1875em) {
  .lp-scope__badge-option {
    margin-left: 0.5555555556vw;
    padding: 0.2083333333vw 0.8333333333vw;
    font-size: 0.8722222222vw;
  }
}
@media (min-width: 90em) {
  .lp-scope__badge-option {
    margin-left: 8px;
    padding: 3px 12px;
    font-size: 13px;
  }
}
.lp-scope__coverage {
  border: 1px solid #d2d2d2;
  background-color: #f8fafc;
  overflow: hidden;
}
@media (min-width: 52.1875em) {
  .lp-scope__coverage {
    max-width: 31.25vw;
  }
}
@media (min-width: 90em) {
  .lp-scope__coverage {
    max-width: 450px;
  }
}
.lp-scope__coverage-head {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 11.7333333333vw;
  background-color: #077999;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-scope__coverage-head {
    height: 3.0555555556vw;
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 90em) {
  .lp-scope__coverage-head {
    height: 44px;
    font-size: 20px;
  }
}
.lp-scope__coverage-list {
  display: flex;
  flex-direction: column;
  gap: 2.1333333333vw;
  padding: 4.2666666667vw 5.3333333333vw;
  list-style: none;
  margin: 0;
}
@media (min-width: 52.1875em) {
  .lp-scope__coverage-list {
    gap: 0.5555555556vw;
    padding: 1.3888888889vw 1.9444444444vw;
  }
}
@media (min-width: 90em) {
  .lp-scope__coverage-list {
    gap: 8px;
    padding: 20px 28px;
  }
}
.lp-scope__coverage-item {
  display: flex;
  align-items: center;
  gap: 2.1333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  font-weight: 600;
  color: #222;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media (min-width: 52.1875em) {
  .lp-scope__coverage-item {
    gap: 0.6944444444vw;
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 90em) {
  .lp-scope__coverage-item {
    gap: 10px;
    font-size: 16px;
    line-height: 24px;
  }
}
.lp-scope__check {
  flex-shrink: 0;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
}
@media (min-width: 52.1875em) {
  .lp-scope__check {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
}
@media (min-width: 90em) {
  .lp-scope__check {
    width: 24px;
    height: 24px;
  }
}

.lp-reason {
  background-color: #f8fafc;
}
.lp-reason__inner {
  width: 90.6666666667vw;
  padding: 16vw 0;
  margin: 0 auto;
}
@media (min-width: 52.1875em) {
  .lp-reason__inner {
    width: 65.0694444444vw;
    padding: 6.9444444444vw 0;
  }
}
@media (min-width: 90em) {
  .lp-reason__inner {
    width: 960px;
    padding: 100px 0;
  }
}
.lp-reason__head {
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 52.1875em) {
  .lp-reason__head {
    margin-bottom: 4.1666666667vw;
  }
}
@media (min-width: 90em) {
  .lp-reason__head {
    margin-bottom: 60px;
  }
}
.lp-reason__badge {
  margin-bottom: 2.1333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  color: #077999;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (min-width: 52.1875em) {
  .lp-reason__badge {
    margin-bottom: 0.6944444444vw;
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 90em) {
  .lp-reason__badge {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.lp-reason__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.8vw;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (min-width: 52.1875em) {
  .lp-reason__title {
    font-size: 2.7777777778vw;
  }
}
@media (min-width: 90em) {
  .lp-reason__title {
    font-size: 40px;
  }
}
.lp-reason__cards {
  display: flex;
  flex-direction: column;
  gap: 4.2666666667vw;
}
@media (min-width: 52.1875em) {
  .lp-reason__cards {
    gap: 1.6666666667vw;
  }
}
@media (min-width: 90em) {
  .lp-reason__cards {
    gap: 24px;
  }
}
.lp-reason__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.3333333333vw;
  padding: 6.4vw;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
@media (min-width: 52.1875em) {
  .lp-reason__card {
    flex-direction: row;
    gap: 4.1666666667vw;
    padding: 2.2222222222vw 2.7777777778vw;
  }
}
@media (min-width: 90em) {
  .lp-reason__card {
    gap: 60px;
    padding: 32px 40px;
  }
}
.lp-reason__card-body {
  flex: 1;
  min-width: 0;
}
.lp-reason__card-title {
  margin-bottom: 2.1333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.5;
  color: #077999;
  letter-spacing: 0.04em;
}
@media (min-width: 52.1875em) {
  .lp-reason__card-title {
    margin-bottom: 0.6944444444vw;
    font-size: 1.9444444444vw;
  }
}
@media (min-width: 90em) {
  .lp-reason__card-title {
    margin-bottom: 10px;
    font-size: 28px;
  }
}
.lp-reason__card-desc {
  margin-bottom: 1.6vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-reason__card-desc {
    margin-bottom: 0.5555555556vw;
    font-size: 1.25vw;
  }
}
@media (min-width: 90em) {
  .lp-reason__card-desc {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
.lp-reason__card-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.5;
  color: #077999;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-reason__card-note {
    font-size: 1.25vw;
  }
}
@media (min-width: 90em) {
  .lp-reason__card-note {
    font-size: 18px;
  }
}
.lp-reason__icon-wrap {
  flex-shrink: 0;
  width: 18.6666666667vw;
  height: 18.6666666667vw;
}
@media (min-width: 52.1875em) {
  .lp-reason__icon-wrap {
    width: 7.0833333333vw;
    height: 7.0833333333vw;
  }
}
@media (min-width: 90em) {
  .lp-reason__icon-wrap {
    width: 102px;
    height: 102px;
  }
}
.lp-reason__icon {
  display: block;
  width: 100%;
  height: 100%;
}

.lp-plan {
  background-color: #fff;
}
.lp-plan__inner {
  width: 90.6666666667vw;
  padding: 16vw 0;
  margin: 0 auto;
}
@media (min-width: 52.1875em) {
  .lp-plan__inner {
    width: 65.0694444444vw;
    padding: 6.9444444444vw 0;
  }
}
@media (min-width: 90em) {
  .lp-plan__inner {
    width: 960px;
    padding: 100px 0;
  }
}
.lp-plan__lead {
  margin-bottom: 2.1333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  color: #077999;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-plan__lead {
    margin-bottom: 0.6944444444vw;
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 90em) {
  .lp-plan__lead {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.lp-plan__title {
  margin-bottom: 10.6666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-plan__title {
    margin-bottom: 4.1666666667vw;
    font-size: 2.7777777778vw;
  }
}
@media (min-width: 90em) {
  .lp-plan__title {
    margin-bottom: 60px;
    font-size: 40px;
  }
}
.lp-plan__cards {
  display: flex;
  flex-direction: column;
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 52.1875em) {
  .lp-plan__cards {
    flex-direction: row;
    align-items: stretch;
    margin-bottom: 4.1666666667vw;
  }
}
@media (min-width: 90em) {
  .lp-plan__cards {
    margin-bottom: 60px;
  }
}
.lp-plan__card {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 6.4vw;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  box-sizing: border-box;
  margin-top: -1px;
}
@media (min-width: 52.1875em) {
  .lp-plan__card {
    padding: 2.0833333333vw 1.6666666667vw;
    margin-top: 0;
    margin-left: -1px;
  }
  .lp-plan__card:first-child {
    margin-left: 0;
  }
}
@media (min-width: 90em) {
  .lp-plan__card {
    padding: 30px 24px;
  }
}
.lp-plan__card--featured {
  border: 2px solid #077999;
  z-index: 1;
}
.lp-plan__card-head {
  padding-bottom: 4.2666666667vw;
  margin-bottom: 4.2666666667vw;
  border-bottom: 1px solid #e8e8e8;
}
@media (min-width: 52.1875em) {
  .lp-plan__card-head {
    padding-bottom: 1.3888888889vw;
    margin-bottom: 1.3888888889vw;
  }
}
@media (min-width: 90em) {
  .lp-plan__card-head {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.lp-plan__card-footer {
  margin-top: auto;
}
.lp-plan__recommend {
  background-color: #077999;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.03em;
  padding: 2.1333333333vw;
  margin: -6.4vw -6.4vw 4.2666666667vw;
}
@media (min-width: 52.1875em) {
  .lp-plan__recommend {
    font-size: 0.9722222222vw;
    padding: 0.6944444444vw;
    margin: -2.0833333333vw -1.6666666667vw 1.3888888889vw;
  }
}
@media (min-width: 90em) {
  .lp-plan__recommend {
    font-size: 14px;
    padding: 10px;
    margin: -30px -24px 20px;
  }
}
.lp-plan__type {
  display: inline-block;
  background-color: #f8fafc;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 700;
  color: #888;
  letter-spacing: 0.08em;
  padding: 1.0666666667vw 2.1333333333vw;
  margin-bottom: 2.1333333333vw;
}
@media (min-width: 52.1875em) {
  .lp-plan__type {
    font-size: 0.9722222222vw;
    padding: 0.3472222222vw 0.6944444444vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media (min-width: 90em) {
  .lp-plan__type {
    font-size: 14px;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
}
.lp-plan__name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.8vw;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.04em;
  margin-bottom: 2.1333333333vw;
  line-height: 1.4;
}
@media (min-width: 52.1875em) {
  .lp-plan__name {
    font-size: 1.3888888889vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media (min-width: 90em) {
  .lp-plan__name {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.lp-plan__price-row {
  display: flex;
  align-items: baseline;
  gap: 2px;
  margin-bottom: 1.6vw;
}
@media (min-width: 90em) {
  .lp-plan__price-row {
    margin-bottom: 8px;
  }
}
.lp-plan__price {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 8vw;
  font-weight: 700;
  color: #077999;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media (min-width: 52.1875em) {
  .lp-plan__price {
    font-size: 2.2222222222vw;
  }
}
@media (min-width: 90em) {
  .lp-plan__price {
    font-size: 32px;
  }
}
.lp-plan__price-unit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  font-weight: 400;
  color: #077999;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-plan__price-unit {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 90em) {
  .lp-plan__price-unit {
    font-size: 16px;
  }
}
.lp-plan__meta {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 400;
  color: #888;
  letter-spacing: 0.03em;
  margin-bottom: 2.1333333333vw;
}
@media (min-width: 52.1875em) {
  .lp-plan__meta {
    font-size: 0.9722222222vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media (min-width: 90em) {
  .lp-plan__meta {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.lp-plan__target {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  font-weight: 500;
  color: #077999;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media (min-width: 52.1875em) {
  .lp-plan__target {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 90em) {
  .lp-plan__target {
    font-size: 15px;
  }
}
.lp-plan__features {
  list-style: none;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.1333333333vw;
  margin-bottom: 4.2666666667vw;
  padding-bottom: 4.2666666667vw;
  border-bottom: 1px solid #e8e8e8;
}
@media (min-width: 52.1875em) {
  .lp-plan__features {
    gap: 0.6944444444vw;
    margin-bottom: 1.3888888889vw;
    padding-bottom: 1.3888888889vw;
  }
}
@media (min-width: 90em) {
  .lp-plan__features {
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.lp-plan__feature {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media (min-width: 52.1875em) {
  .lp-plan__feature {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 90em) {
  .lp-plan__feature {
    font-size: 14px;
  }
}
.lp-plan__feature--off {
  color: #bbb;
}
.lp-plan__btn {
  display: block;
  width: 100%;
  padding: 3.7333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration: none;
  border: 1px solid #333;
  color: #333;
  background-color: #fff;
  margin-bottom: 2.1333333333vw;
  box-sizing: border-box;
  transition: background-color 0.2s, color 0.2s;
}
.lp-plan__btn:hover {
  background-color: #333;
  color: #fff;
}
@media (min-width: 52.1875em) {
  .lp-plan__btn {
    padding: 1.0416666667vw;
    font-size: 1.0416666667vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media (min-width: 90em) {
  .lp-plan__btn {
    padding: 15px;
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.lp-plan__btn--primary {
  background-color: #077999;
  border-color: #077999;
  color: #fff;
}
.lp-plan__btn--primary:hover {
  background-color: #065f7a;
  border-color: #065f7a;
}
.lp-plan__terms {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6666666667vw;
  font-weight: 400;
  color: #888;
  text-align: center;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-plan__terms {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 90em) {
  .lp-plan__terms {
    font-size: 12px;
  }
}
.lp-plan__subtitle {
  margin-top: -6.4vw;
  margin-bottom: 10.6666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 400;
  color: #666;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-plan__subtitle {
    margin-top: -2.7777777778vw;
    margin-bottom: 4.1666666667vw;
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 90em) {
  .lp-plan__subtitle {
    margin-top: -40px;
    margin-bottom: 60px;
    font-size: 16px;
  }
}
.lp-plan__steps {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 52.1875em) {
  .lp-plan__steps {
    flex-direction: row;
    align-items: stretch;
    margin-bottom: 4.1666666667vw;
  }
}
@media (min-width: 90em) {
  .lp-plan__steps {
    margin-bottom: 60px;
  }
}
.lp-plan__step-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8vw;
  color: #077999;
  padding: 2.1333333333vw 0;
  flex-shrink: 0;
}
@media (min-width: 52.1875em) {
  .lp-plan__step-arrow {
    font-size: 2.7777777778vw;
    padding: 0 2.0833333333vw;
    writing-mode: horizontal-tb;
    transform: rotate(-90deg) translateX(0);
    width: 4.1666666667vw;
    height: auto;
  }
}
@media (min-width: 90em) {
  .lp-plan__step-arrow {
    font-size: 40px;
    padding: 0 30px;
    width: 60px;
  }
}
.lp-plan__step {
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  box-sizing: border-box;
}
.lp-plan__step--featured {
  border: 2px solid #077999;
}
.lp-plan__step-num {
  background-color: #f8fafc;
  padding: 3.2vw 6.4vw;
  font-family: "Barlow", sans-serif;
  font-size: 3.2vw;
  font-weight: 700;
  color: #888;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #e8e8e8;
}
@media (min-width: 52.1875em) {
  .lp-plan__step-num {
    padding: 1.0416666667vw 2.0833333333vw;
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 90em) {
  .lp-plan__step-num {
    padding: 15px 30px;
    font-size: 15px;
  }
}
.lp-plan__step-num--featured {
  background-color: #077999;
  color: #fff;
  border-bottom-color: #077999;
}
.lp-plan__step-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 6.4vw;
}
@media (min-width: 52.1875em) {
  .lp-plan__step-body {
    padding: 2.0833333333vw 1.6666666667vw;
  }
}
@media (min-width: 90em) {
  .lp-plan__step-body {
    padding: 30px 24px;
  }
}
.lp-plan__step-head {
  padding-bottom: 4.2666666667vw;
  margin-bottom: 4.2666666667vw;
  border-bottom: 1px solid #e8e8e8;
}
@media (min-width: 52.1875em) {
  .lp-plan__step-head {
    padding-bottom: 1.3888888889vw;
    margin-bottom: 1.3888888889vw;
  }
}
@media (min-width: 90em) {
  .lp-plan__step-head {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.lp-plan__step-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.8vw;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.04em;
  margin-bottom: 3.2vw;
  line-height: 1.4;
}
@media (min-width: 52.1875em) {
  .lp-plan__step-title {
    font-size: 1.3888888889vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media (min-width: 90em) {
  .lp-plan__step-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.lp-plan__step-badge {
  display: inline-block;
  background-color: #fff3e0;
  color: #e65100;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 1.0666666667vw 2.1333333333vw;
  border-radius: 2px;
}
@media (min-width: 52.1875em) {
  .lp-plan__step-badge {
    font-size: 0.9722222222vw;
    padding: 0.3472222222vw 0.6944444444vw;
  }
}
@media (min-width: 90em) {
  .lp-plan__step-badge {
    font-size: 14px;
    padding: 5px 10px;
  }
}
.lp-plan__step-note {
  margin-top: auto;
  padding-top: 4.2666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 400;
  color: #888;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media (min-width: 52.1875em) {
  .lp-plan__step-note {
    padding-top: 1.3888888889vw;
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 90em) {
  .lp-plan__step-note {
    padding-top: 20px;
    font-size: 12px;
  }
}
.lp-plan__price--free {
  color: #e65100;
}
.lp-plan__feature--plus {
  color: #077999;
  font-weight: 400;
  font-size: 2.9333333333vw;
}
@media (min-width: 52.1875em) {
  .lp-plan__feature--plus {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 90em) {
  .lp-plan__feature--plus {
    font-size: 12px;
  }
}
.lp-plan__table-outer {
  overflow-x: auto;
}
.lp-plan__table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  font-family: "Noto Sans JP", sans-serif;
}
.lp-plan__th {
  padding: 3.2vw 2.6666666667vw;
  background-color: #f8fafc;
  font-size: 3.2vw;
  font-weight: 700;
  color: #333;
  text-align: center;
  border-bottom: 2px solid #d2d2d2;
  border-right: 1px solid #e8e8e8;
  vertical-align: middle;
  line-height: 1.6;
}
.lp-plan__th:last-child {
  border-right: none;
}
@media (min-width: 52.1875em) {
  .lp-plan__th {
    padding: 1.0416666667vw 1.3888888889vw;
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 90em) {
  .lp-plan__th {
    padding: 15px 20px;
    font-size: 15px;
  }
}
.lp-plan__th--label {
  text-align: left;
  width: 35%;
}
.lp-plan__th--featured {
  color: #077999;
}
.lp-plan__td {
  padding: 3.2vw 2.6666666667vw;
  font-size: 3.2vw;
  font-weight: 500;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  vertical-align: middle;
}
.lp-plan__td:last-child {
  border-right: none;
}
@media (min-width: 52.1875em) {
  .lp-plan__td {
    padding: 1.0416666667vw 1.3888888889vw;
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 90em) {
  .lp-plan__td {
    padding: 15px 20px;
    font-size: 15px;
  }
}
.lp-plan__td--label {
  text-align: left;
  font-weight: 500;
  color: #333;
}
.lp-plan__td--accent {
  color: #f5a623;
  font-weight: 700;
}
.lp-plan__td--primary {
  color: #077999;
  font-weight: 700;
}
.lp-plan__td--muted {
  color: #bbb;
}

.lp-option {
  background-color: #fff;
}
.lp-option__inner {
  width: 90.6666666667vw;
  padding: 16vw 0;
  margin: 0 auto;
}
@media (min-width: 52.1875em) {
  .lp-option__inner {
    width: 85.7638888889vw;
    padding: 8.3333333333vw 0;
  }
}
@media (min-width: 90em) {
  .lp-option__inner {
    width: 1235px;
    padding: 120px 0;
  }
}
.lp-option__head {
  margin-bottom: 10.6666666667vw;
  text-align: center;
}
@media (min-width: 52.1875em) {
  .lp-option__head {
    margin-bottom: 4.1666666667vw;
  }
}
@media (min-width: 90em) {
  .lp-option__head {
    margin-bottom: 60px;
  }
}
.lp-option__lead {
  margin-bottom: 2.6666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  font-weight: 400;
  color: #077999;
  letter-spacing: 0.08em;
}
@media (min-width: 52.1875em) {
  .lp-option__lead {
    margin-bottom: 0.6944444444vw;
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 90em) {
  .lp-option__lead {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.lp-option__title {
  margin-bottom: 4vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-option__title {
    margin-bottom: 1.3888888889vw;
    font-size: 2.5vw;
  }
}
@media (min-width: 90em) {
  .lp-option__title {
    margin-bottom: 20px;
    font-size: 36px;
  }
}
.lp-option__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 400;
  line-height: 1.8;
  color: #555;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-option__desc {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 90em) {
  .lp-option__desc {
    font-size: 15px;
  }
}
.lp-option__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4vw;
  margin-bottom: 6.4vw;
}
@media (min-width: 52.1875em) {
  .lp-option__cards {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.3888888889vw;
    margin-bottom: 2.7777777778vw;
  }
}
@media (min-width: 90em) {
  .lp-option__cards {
    gap: 20px;
    margin-bottom: 40px;
  }
}
.lp-option__card {
  padding: 5.3333333333vw 4vw;
  background-color: #f8fafc;
  border-radius: 10px;
  border: 1px solid #e8eef2;
  transition: box-shadow 0.25s, transform 0.25s;
}
@media (min-width: 52.1875em) {
  .lp-option__card {
    padding: 2.0833333333vw 1.6666666667vw;
  }
  .lp-option__card:hover {
    box-shadow: 0 8px 32px rgba(7, 121, 153, 0.1);
    transform: translateY(-3px);
  }
}
@media (min-width: 90em) {
  .lp-option__card {
    padding: 30px 24px;
  }
}
.lp-option__card-tag {
  display: inline-block;
  padding: 1.0666666667vw 2.6666666667vw;
  margin-bottom: 3.2vw;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-size: 2.6666666667vw;
  font-weight: 700;
  color: #077999;
  letter-spacing: 0.1em;
  background-color: #e8f5f9;
  border-radius: 4px;
}
@media (min-width: 52.1875em) {
  .lp-option__card-tag {
    padding: 0.2777777778vw 0.6944444444vw;
    margin-bottom: 0.9722222222vw;
    font-size: 0.7638888889vw;
  }
}
@media (min-width: 90em) {
  .lp-option__card-tag {
    padding: 4px 10px;
    margin-bottom: 14px;
    font-size: 11px;
  }
}
.lp-option__card-title {
  margin-bottom: 2.1333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.4;
  color: #1a1a1a;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-option__card-title {
    margin-bottom: 0.6944444444vw;
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 90em) {
  .lp-option__card-title {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.lp-option__card-desc {
  margin-bottom: 3.2vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 400;
  line-height: 1.7;
  color: #666;
  letter-spacing: 0.02em;
}
@media (min-width: 52.1875em) {
  .lp-option__card-desc {
    margin-bottom: 1.0416666667vw;
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 90em) {
  .lp-option__card-desc {
    margin-bottom: 15px;
    font-size: 12px;
  }
}
.lp-option__card-price {
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 700;
  color: #077999;
  letter-spacing: 0.02em;
}
.lp-option__card-price span {
  font-size: 3.7333333333vw;
  font-weight: 400;
}
@media (min-width: 52.1875em) {
  .lp-option__card-price {
    font-size: 1.5277777778vw;
  }
  .lp-option__card-price span {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 90em) {
  .lp-option__card-price {
    font-size: 22px;
  }
  .lp-option__card-price span {
    font-size: 15px;
  }
}
.lp-option__note {
  margin-bottom: 6.4vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 400;
  color: #999;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (min-width: 52.1875em) {
  .lp-option__note {
    margin-bottom: 2.7777777778vw;
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 90em) {
  .lp-option__note {
    margin-bottom: 40px;
    font-size: 12px;
  }
}
.lp-option__cta {
  display: flex;
  justify-content: center;
}
.lp-option__btn {
  display: inline-flex;
  align-items: center;
  gap: 2.1333333333vw;
  padding: 4vw 8vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  color: #077999;
  letter-spacing: 0.04em;
  background-color: #fff;
  border: 2px solid #077999;
  border-radius: 120px;
  transition: background-color 0.25s, color 0.25s;
}
.lp-option__btn:hover {
  background-color: #077999;
  color: #fff;
}
@media (min-width: 52.1875em) {
  .lp-option__btn {
    gap: 0.5555555556vw;
    padding: 1.0416666667vw 2.7777777778vw;
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 90em) {
  .lp-option__btn {
    gap: 8px;
    padding: 15px 40px;
    font-size: 15px;
  }
}
.lp-option__btn-arrow {
  width: 2.6666666667vw;
  height: auto;
  filter: invert(29%) sepia(98%) saturate(442%) hue-rotate(155deg) brightness(92%) contrast(95%);
  transition: filter 0.25s;
}
.lp-option__btn:hover .lp-option__btn-arrow {
  filter: brightness(0) invert(1);
}
@media (min-width: 52.1875em) {
  .lp-option__btn-arrow {
    width: 0.75vw;
  }
}
@media (min-width: 90em) {
  .lp-option__btn-arrow {
    width: 10.82px;
  }
}

.lp-cta {
  background-color: #077999;
}
.lp-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16vw 4.8vw;
  text-align: center;
}
@media (min-width: 52.1875em) {
  .lp-cta__inner {
    padding: 5.5555555556vw 0;
  }
}
@media (min-width: 90em) {
  .lp-cta__inner {
    padding: 80px 0;
  }
}
.lp-cta__lead {
  margin-bottom: 2.1333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-cta__lead {
    margin-bottom: 0.6944444444vw;
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 90em) {
  .lp-cta__lead {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.lp-cta__title {
  margin-bottom: 5.3333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6.4vw;
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-cta__title {
    margin-bottom: 1.5277777778vw;
    font-size: 2.9166666667vw;
  }
}
@media (min-width: 90em) {
  .lp-cta__title {
    margin-bottom: 22px;
    font-size: 42px;
  }
}
.lp-cta__desc {
  margin-bottom: 6.4vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0;
}
@media (min-width: 52.1875em) {
  .lp-cta__desc {
    margin-bottom: 1.7361111111vw;
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 90em) {
  .lp-cta__desc {
    margin-bottom: 25px;
    font-size: 15px;
  }
}
.lp-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2.1333333333vw;
  margin-bottom: 3.2vw;
  padding: 3.2vw 8vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.4286;
  color: #077999;
  letter-spacing: 0.04em;
  text-decoration: none;
  white-space: nowrap;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 120px;
  transition: opacity 0.3s;
}
.lp-cta__btn:hover {
  opacity: 0.85;
}
@media (min-width: 52.1875em) {
  .lp-cta__btn {
    gap: 0.5555555556vw;
    margin-bottom: 0.9722222222vw;
    padding: 0.9722222222vw 2.7777777778vw;
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 90em) {
  .lp-cta__btn {
    gap: 8px;
    margin-bottom: 14px;
    padding: 14px 40px;
    font-size: 14px;
  }
}
.lp-cta__disclaimer {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0;
}
@media (min-width: 52.1875em) {
  .lp-cta__disclaimer {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 90em) {
  .lp-cta__disclaimer {
    font-size: 12px;
  }
}

.lp-stat {
  background-color: #f8fafc;
}
.lp-stat__inner {
  width: 90.6666666667vw;
  padding: 16vw 0;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 52.1875em) {
  .lp-stat__inner {
    width: 85.7638888889vw;
    padding: 6.9444444444vw 0;
  }
}
@media (min-width: 90em) {
  .lp-stat__inner {
    width: 1200px;
    padding: 100px 0;
  }
}
.lp-stat__lead {
  margin-bottom: 2.1333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  color: #077999;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-stat__lead {
    margin-bottom: 0.6944444444vw;
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 90em) {
  .lp-stat__lead {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.lp-stat__title {
  margin-bottom: 10.6666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.4vw;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-stat__title {
    margin-bottom: 4.1666666667vw;
    font-size: 2.7777777778vw;
  }
}
@media (min-width: 90em) {
  .lp-stat__title {
    margin-bottom: 60px;
    font-size: 40px;
  }
}
.lp-stat__cards {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw;
  text-align: left;
}
@media (min-width: 52.1875em) {
  .lp-stat__cards {
    flex-direction: row;
    gap: 3.125vw;
  }
}
@media (min-width: 90em) {
  .lp-stat__cards {
    gap: 45px;
  }
}
.lp-stat__card {
  position: relative;
  aspect-ratio: 370/155;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.2);
}
@media (min-width: 52.1875em) {
  .lp-stat__card {
    flex: 1;
  }
}
.lp-stat__card-bg {
  position: absolute;
  inset: 0;
}
.lp-stat__card-bg img {
  display: block;
  width: 100%;
  height: 100%;
}
.lp-stat__num {
  position: absolute;
  top: 3.4%;
  left: 8.1%;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #077999;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.lp-stat__num-small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.2666666667vw;
  color: #333;
}
@media (min-width: 52.1875em) {
  .lp-stat__num-small {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 90em) {
  .lp-stat__num-small {
    font-size: 24px;
  }
}
.lp-stat__num-large {
  font-size: 10.6666666667vw;
}
@media (min-width: 52.1875em) {
  .lp-stat__num-large {
    font-size: 4.1666666667vw;
  }
}
@media (min-width: 90em) {
  .lp-stat__num-large {
    font-size: 60px;
  }
}
.lp-stat__desc {
  position: absolute;
  bottom: 9.8%;
  left: 8.1%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.lp-stat__desc-sub {
  font-size: 3.2vw;
  color: #222;
}
@media (min-width: 52.1875em) {
  .lp-stat__desc-sub {
    font-size: 1.25vw;
  }
}
@media (min-width: 90em) {
  .lp-stat__desc-sub {
    font-size: 18px;
  }
}
.lp-stat__desc-main {
  font-size: 4.2666666667vw;
  color: #077999;
}
@media (min-width: 52.1875em) {
  .lp-stat__desc-main {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 90em) {
  .lp-stat__desc-main {
    font-size: 24px;
  }
}

.lp-form-section {
  background-color: #f8fafc;
}
.lp-form-section__inner {
  width: 90.6666666667vw;
  padding: 16vw 0;
  margin: 0 auto;
}
@media (min-width: 52.1875em) {
  .lp-form-section__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 6.9444444444vw;
    width: 85.7638888889vw;
    padding: 8.3333333333vw 0;
  }
}
@media (min-width: 90em) {
  .lp-form-section__inner {
    gap: 100px;
    width: 1200px;
    padding: 120px 0;
  }
}
.lp-form-section__head {
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 52.1875em) {
  .lp-form-section__head {
    margin-bottom: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
  }
}
.lp-form-section__lead {
  margin-bottom: 2.1333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  color: #077999;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-form-section__lead {
    margin-bottom: 0.6944444444vw;
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 90em) {
  .lp-form-section__lead {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.lp-form-section__title {
  margin-bottom: 4.2666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-form-section__title {
    margin-bottom: 1.3888888889vw;
    font-size: 2.2222222222vw;
  }
}
@media (min-width: 90em) {
  .lp-form-section__title {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
.lp-form-section__desc {
  margin-bottom: 6.4vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 400;
  line-height: 1.8;
  color: #555;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-form-section__desc {
    margin-bottom: 2.7777777778vw;
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 90em) {
  .lp-form-section__desc {
    margin-bottom: 40px;
    font-size: 14px;
  }
}
.lp-form-section__badges {
  display: flex;
  flex-direction: column;
  gap: 2.1333333333vw;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 52.1875em) {
  .lp-form-section__badges {
    gap: 0.6944444444vw;
  }
}
@media (min-width: 90em) {
  .lp-form-section__badges {
    gap: 10px;
  }
}
.lp-form-section__badge {
  display: flex;
  align-items: center;
  gap: 2.1333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  font-weight: 500;
  color: #555;
  letter-spacing: 0.03em;
}
.lp-form-section__badge::before {
  content: "";
  flex-shrink: 0;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  background-color: #077999;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media (min-width: 52.1875em) {
  .lp-form-section__badge {
    gap: 0.5555555556vw;
    font-size: 0.9722222222vw;
  }
  .lp-form-section__badge::before {
    width: 1.1111111111vw;
    height: 1.1111111111vw;
  }
}
@media (min-width: 90em) {
  .lp-form-section__badge {
    gap: 8px;
    font-size: 14px;
  }
  .lp-form-section__badge::before {
    width: 16px;
    height: 16px;
  }
}
.lp-form-section__form {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
  padding: 8vw 5.3333333333vw;
}
@media (min-width: 52.1875em) {
  .lp-form-section__form {
    padding: 2.7777777778vw;
  }
}
@media (min-width: 90em) {
  .lp-form-section__form {
    padding: 40px;
  }
}
.lp-form-section__fields {
  display: flex;
  flex-direction: column;
  gap: 6vw;
  margin-bottom: 4.2666666667vw;
}
@media (min-width: 52.1875em) {
  .lp-form-section__fields {
    gap: 1.3888888889vw;
    margin-bottom: 1.3888888889vw;
  }
}
@media (min-width: 90em) {
  .lp-form-section__fields {
    gap: 20px;
    margin-bottom: 20px;
  }
}
.lp-form-section__privacy {
  margin-bottom: 3.2vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 400;
  color: #888;
  text-align: center;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-form-section__privacy {
    margin-bottom: 0.9722222222vw;
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 90em) {
  .lp-form-section__privacy {
    margin-bottom: 14px;
    font-size: 12px;
  }
}
.lp-form-section__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.1333333333vw;
  width: 100%;
  padding: 3.7333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  cursor: pointer;
  background: linear-gradient(90deg, #24B3DB 0%, #077999 100%);
  border: none;
  border-radius: 120px;
  transition: opacity 0.3s, transform 0.2s;
}
.lp-form-section__btn:hover {
  opacity: 0.85;
}
.lp-form-section__btn:active {
  transform: scale(0.98);
}
.lp-form-section__btn img {
  width: 2.6666666667vw;
  height: auto;
}
@media (min-width: 52.1875em) {
  .lp-form-section__btn img {
    width: 0.75vw;
  }
}
@media (min-width: 90em) {
  .lp-form-section__btn img {
    width: 10.82px;
  }
}
@media (min-width: 52.1875em) {
  .lp-form-section__btn {
    gap: 0.5555555556vw;
    padding: 0.9722222222vw;
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 90em) {
  .lp-form-section__btn {
    gap: 8px;
    padding: 14px;
    font-size: 14px;
  }
}
.lp-form-section__disclaimer {
  margin-top: 2.6666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6666666667vw;
  font-weight: 400;
  color: #aaa;
  text-align: center;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-form-section__disclaimer {
    margin-top: 0.6944444444vw;
    font-size: 0.6944444444vw;
  }
}
@media (min-width: 90em) {
  .lp-form-section__disclaimer {
    margin-top: 10px;
    font-size: 10px;
  }
}

.lp-faq {
  background-color: #fff;
}
.lp-faq__inner {
  width: 90.6666666667vw;
  padding: 16vw 0;
  margin: 0 auto;
}
@media (min-width: 52.1875em) {
  .lp-faq__inner {
    width: 65.0694444444vw;
    padding: 6.9444444444vw 0;
  }
}
@media (min-width: 90em) {
  .lp-faq__inner {
    width: 960px;
    padding: 100px 0;
  }
}
.lp-faq__head {
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 52.1875em) {
  .lp-faq__head {
    margin-bottom: 4.1666666667vw;
  }
}
@media (min-width: 90em) {
  .lp-faq__head {
    margin-bottom: 60px;
  }
}
.lp-faq__lead {
  margin-bottom: 2.1333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  color: #077999;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-faq__lead {
    margin-bottom: 0.6944444444vw;
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 90em) {
  .lp-faq__lead {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.lp-faq__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-faq__title {
    font-size: 2.7777777778vw;
  }
}
@media (min-width: 90em) {
  .lp-faq__title {
    font-size: 40px;
  }
}
.lp-faq__items {
  display: flex;
  flex-direction: column;
}
.lp-faq__item {
  border-top: 1px solid #e8e8e8;
}
.lp-faq__item:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.lp-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4.2666666667vw;
  padding: 5.3333333333vw 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.03em;
  line-height: 1.6;
  list-style: none;
  cursor: pointer;
}
.lp-faq__question::after {
  content: "";
  flex-shrink: 0;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-color: #077999;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 11H13V5h-2v6H5v2h6v6h2v-6h6z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 11H13V5h-2v6H5v2h6v6h2v-6h6z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: transform 0.3s;
}
@media (min-width: 52.1875em) {
  .lp-faq__question::after {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
}
.lp-faq__question::-webkit-details-marker {
  display: none;
}
@media (min-width: 52.1875em) {
  .lp-faq__question {
    gap: 1.3888888889vw;
    padding: 1.9444444444vw 0;
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 90em) {
  .lp-faq__question {
    gap: 20px;
    padding: 28px 0;
    font-size: 16px;
  }
  .lp-faq__question::after {
    width: 20px;
    height: 20px;
  }
}
.lp-faq__item[open] .lp-faq__question::after {
  transform: rotate(45deg);
}
.lp-faq__answer {
  padding: 0 0 5.3333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 400;
  line-height: 1.8;
  color: #555;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-faq__answer {
    padding-bottom: 1.9444444444vw;
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 90em) {
  .lp-faq__answer {
    padding-bottom: 28px;
    font-size: 14px;
  }
}

.lp-footer {
  background-color: #f8fafc;
  border-top: 1px solid #e5eaed;
}
.lp-footer__inner {
  width: 90.6666666667vw;
  padding: 10.6666666667vw 0 8vw;
  margin: 0 auto;
}
@media (min-width: 52.1875em) {
  .lp-footer__inner {
    width: 85.7638888889vw;
    padding: 4.1666666667vw 0 2.7777777778vw;
  }
}
@media (min-width: 90em) {
  .lp-footer__inner {
    width: 1235px;
    padding: 60px 0 40px;
  }
}
.lp-footer__top {
  display: flex;
  flex-direction: column;
  gap: 6.4vw;
  margin-bottom: 8vw;
}
@media (min-width: 52.1875em) {
  .lp-footer__top {
    flex-direction: row;
    align-items: flex-start;
    gap: 5.5555555556vw;
    margin-bottom: 2.7777777778vw;
  }
}
@media (min-width: 90em) {
  .lp-footer__top {
    gap: 80px;
    margin-bottom: 40px;
  }
}
.lp-footer__logo {
  flex-shrink: 0;
}
.lp-footer__logo a {
  display: block;
}
.lp-footer__logo img {
  width: 26.6666666667vw;
  height: auto;
}
@media (min-width: 52.1875em) {
  .lp-footer__logo img {
    width: 8.3333333333vw;
  }
}
@media (min-width: 90em) {
  .lp-footer__logo img {
    width: 120px;
  }
}
.lp-footer__info {
  display: flex;
  flex-direction: column;
  gap: 2.6666666667vw;
}
@media (min-width: 52.1875em) {
  .lp-footer__info {
    gap: 0.8333333333vw;
  }
}
@media (min-width: 90em) {
  .lp-footer__info {
    gap: 12px;
  }
}
.lp-footer__info-row {
  display: flex;
  gap: 4.2666666667vw;
}
@media (min-width: 52.1875em) {
  .lp-footer__info-row {
    gap: 2.0833333333vw;
  }
}
@media (min-width: 90em) {
  .lp-footer__info-row {
    gap: 30px;
  }
}
.lp-footer__info-row dt {
  flex-shrink: 0;
  width: 18.6666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  font-weight: 700;
  color: #555;
  letter-spacing: 0.03em;
}
.lp-footer__info-row dt a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
}
.lp-footer__info-row dt a:hover {
  color: #077999;
}
@media (min-width: 52.1875em) {
  .lp-footer__info-row dt {
    width: 6.9444444444vw;
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 90em) {
  .lp-footer__info-row dt {
    width: 100px;
    font-size: 14px;
  }
}
.lp-footer__info-row dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  font-weight: 400;
  color: #555;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-footer__info-row dd {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 90em) {
  .lp-footer__info-row dd {
    font-size: 14px;
  }
}
.lp-footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2vw;
  padding-top: 6.4vw;
  border-top: 1px solid #e5eaed;
}
@media (min-width: 52.1875em) {
  .lp-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    padding-top: 2.0833333333vw;
  }
}
@media (min-width: 90em) {
  .lp-footer__bottom {
    padding-top: 30px;
  }
}
.lp-footer__privacy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  font-weight: 400;
  color: #555;
  letter-spacing: 0.03em;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (min-width: 52.1875em) {
  .lp-footer__privacy {
    font-size: 0.9722222222vw;
  }
  .lp-footer__privacy:hover {
    color: #077999;
  }
}
@media (min-width: 90em) {
  .lp-footer__privacy {
    font-size: 14px;
  }
}
.lp-footer__copy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 400;
  color: #999;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-footer__copy {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 90em) {
  .lp-footer__copy {
    font-size: 12px;
  }
}

@keyframes campaign-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.75;
  }
}
.lp-hero__contact {
  margin: 5.3333333333vw 0;
}
@media (min-width: 52.1875em) {
  .lp-hero__contact {
    margin: 1.6666666667vw 0;
  }
}
@media (min-width: 90em) {
  .lp-hero__contact {
    margin: 24px 0;
  }
}
.lp-hero__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.0666666667vw;
  padding: 4.2666666667vw 5.3333333333vw;
  background-color: #fff;
  border: 2px solid #e65100;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s, transform 0.2s;
}
.lp-hero__tel:hover {
  background-color: #fff8f1;
  transform: translateY(-2px);
}
@media (min-width: 52.1875em) {
  .lp-hero__tel {
    flex-direction: row;
    justify-content: center;
    gap: 1.3888888889vw;
    padding: 1.0416666667vw 1.6666666667vw;
  }
}
@media (min-width: 90em) {
  .lp-hero__tel {
    gap: 20px;
    padding: 15px 24px;
  }
}
.lp-hero__tel-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  font-weight: 700;
  color: #e65100;
}
@media (min-width: 52.1875em) {
  .lp-hero__tel-label {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 90em) {
  .lp-hero__tel-label {
    font-size: 14px;
  }
}
.lp-hero__tel-num {
  font-family: "Barlow", sans-serif;
  font-size: 7.4666666667vw;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media (min-width: 52.1875em) {
  .lp-hero__tel-num {
    font-size: 2.0833333333vw;
  }
}
@media (min-width: 90em) {
  .lp-hero__tel-num {
    font-size: 30px;
  }
}
.lp-hero__tel-hours {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.9333333333vw;
  color: #666;
}
@media (min-width: 52.1875em) {
  .lp-hero__tel-hours {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 90em) {
  .lp-hero__tel-hours {
    font-size: 12px;
  }
}
.lp-hero__form-assurance {
  list-style: none;
  padding: 0;
  margin: 0 0 4.2666666667vw;
  display: flex;
  flex-direction: column;
  gap: 1.6vw;
}
.lp-hero__form-assurance li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  font-weight: 500;
  color: #555;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-hero__form-assurance {
    margin-bottom: 1.3888888889vw;
    gap: 0.5555555556vw;
  }
  .lp-hero__form-assurance li {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 90em) {
  .lp-hero__form-assurance {
    margin-bottom: 20px;
    gap: 8px;
  }
  .lp-hero__form-assurance li {
    font-size: 13px;
  }
}

.lp-guarantee {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}
.lp-guarantee__inner {
  width: 90.6666666667vw;
  padding: 16vw 0;
  margin: 0 auto;
}
@media (min-width: 52.1875em) {
  .lp-guarantee__inner {
    width: 85.7638888889vw;
    padding: 6.9444444444vw 0;
  }
}
@media (min-width: 90em) {
  .lp-guarantee__inner {
    width: 1200px;
    padding: 100px 0;
  }
}
.lp-guarantee__head {
  text-align: center;
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 52.1875em) {
  .lp-guarantee__head {
    margin-bottom: 4.1666666667vw;
  }
}
@media (min-width: 90em) {
  .lp-guarantee__head {
    margin-bottom: 60px;
  }
}
.lp-guarantee__lead {
  margin-bottom: 2.1333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  color: #077999;
  letter-spacing: 0.03em;
}
@media (min-width: 52.1875em) {
  .lp-guarantee__lead {
    margin-bottom: 0.6944444444vw;
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 90em) {
  .lp-guarantee__lead {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.lp-guarantee__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  margin-bottom: 3.2vw;
}
@media (min-width: 52.1875em) {
  .lp-guarantee__title {
    font-size: 2.7777777778vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media (min-width: 90em) {
  .lp-guarantee__title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
.lp-guarantee__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4666666667vw;
  color: #666;
  line-height: 1.8;
}
@media (min-width: 52.1875em) {
  .lp-guarantee__subtitle {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 90em) {
  .lp-guarantee__subtitle {
    font-size: 16px;
  }
}
.lp-guarantee__cards {
  display: flex;
  flex-direction: column;
  gap: 6.4vw;
}
@media (min-width: 52.1875em) {
  .lp-guarantee__cards {
    flex-direction: row;
    gap: 2.0833333333vw;
  }
}
@media (min-width: 90em) {
  .lp-guarantee__cards {
    gap: 30px;
  }
}
.lp-guarantee__card {
  position: relative;
  flex: 1;
  padding: 9.3vw 5.3333333333vw 5.3333333333vw;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
@media (min-width: 52.1875em) {
  .lp-guarantee__card {
    padding: 3.4722222222vw 2.0833333333vw 2.0833333333vw;
  }
}
@media (min-width: 90em) {
  .lp-guarantee__card {
    padding: 50px 30px 30px;
  }
}
.lp-guarantee__num {
  position: absolute;
  top: -2.6666666667vw;
  left: 50%;
  transform: translateX(-50%);
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background: linear-gradient(135deg, #24B3DB 0%, #077999 100%);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 700;
}
@media (min-width: 52.1875em) {
  .lp-guarantee__num {
    top: -1.3888888889vw;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 90em) {
  .lp-guarantee__num {
    top: -20px;
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}
.lp-guarantee__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5333333333vw;
  font-weight: 700;
  color: #333;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 3.2vw;
}
@media (min-width: 52.1875em) {
  .lp-guarantee__card-title {
    font-size: 1.5277777778vw;
    margin-bottom: 1.3888888889vw;
  }
}
@media (min-width: 90em) {
  .lp-guarantee__card-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.lp-guarantee__accent {
  color: #e65100;
  background: linear-gradient(transparent 60%, #fff3e0 60%);
  padding: 0 0.3em;
}
.lp-guarantee__card-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4666666667vw;
  color: #555;
  line-height: 1.8;
  margin-bottom: 3.2vw;
}
@media (min-width: 52.1875em) {
  .lp-guarantee__card-desc {
    font-size: 0.9722222222vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media (min-width: 90em) {
  .lp-guarantee__card-desc {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.lp-guarantee__card-note {
  padding-top: 3.2vw;
  border-top: 1px dashed #e8e8e8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.9333333333vw;
  color: #888;
  line-height: 1.6;
}
@media (min-width: 52.1875em) {
  .lp-guarantee__card-note {
    padding-top: 1.0416666667vw;
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 90em) {
  .lp-guarantee__card-note {
    padding-top: 15px;
    font-size: 12px;
  }
}

.lp-voice {
  background-color: #fff;
}
.lp-voice__inner {
  width: 90.6666666667vw;
  padding: 16vw 0;
  margin: 0 auto;
}
@media (min-width: 52.1875em) {
  .lp-voice__inner {
    width: 85.7638888889vw;
    padding: 6.9444444444vw 0;
  }
}
@media (min-width: 90em) {
  .lp-voice__inner {
    width: 1200px;
    padding: 100px 0;
  }
}
.lp-voice__head {
  text-align: center;
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 52.1875em) {
  .lp-voice__head {
    margin-bottom: 4.1666666667vw;
  }
}
@media (min-width: 90em) {
  .lp-voice__head {
    margin-bottom: 60px;
  }
}
.lp-voice__lead {
  margin-bottom: 2.1333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  color: #077999;
}
@media (min-width: 52.1875em) {
  .lp-voice__lead {
    margin-bottom: 0.6944444444vw;
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 90em) {
  .lp-voice__lead {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.lp-voice__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.4vw;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}
@media (min-width: 52.1875em) {
  .lp-voice__title {
    font-size: 2.7777777778vw;
  }
}
@media (min-width: 90em) {
  .lp-voice__title {
    font-size: 40px;
  }
}
.lp-voice__stats {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3.2vw;
  margin-bottom: 8vw;
  padding: 5.3333333333vw 4vw;
  background: linear-gradient(135deg, #24B3DB 0%, #077999 100%);
  border-radius: 12px;
}
@media (min-width: 52.1875em) {
  .lp-voice__stats {
    flex-wrap: nowrap;
    gap: 2.0833333333vw;
    margin-bottom: 4.1666666667vw;
    padding: 2.7777777778vw 2.0833333333vw;
  }
}
@media (min-width: 90em) {
  .lp-voice__stats {
    gap: 30px;
    margin-bottom: 60px;
    padding: 40px 30px;
  }
}
.lp-voice__stat {
  flex: 1 0 30%;
  text-align: center;
  color: #fff;
}
.lp-voice__stat-num {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.5333333333vw;
  margin-bottom: 1.6vw;
}
@media (min-width: 90em) {
  .lp-voice__stat-num {
    gap: 4px;
    margin-bottom: 8px;
  }
}
.lp-voice__stat-large {
  font-family: "Barlow", sans-serif;
  font-size: 9.6vw;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 52.1875em) {
  .lp-voice__stat-large {
    font-size: 5.5555555556vw;
  }
}
@media (min-width: 90em) {
  .lp-voice__stat-large {
    font-size: 72px;
  }
}
.lp-voice__stat-unit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  font-weight: 700;
}
@media (min-width: 52.1875em) {
  .lp-voice__stat-unit {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 90em) {
  .lp-voice__stat-unit {
    font-size: 22px;
  }
}
.lp-voice__stat-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6666666667vw;
  font-weight: 700;
  line-height: 1.4;
}
.lp-voice__stat-label span {
  font-size: 0.85em;
  font-weight: 400;
  opacity: 0.85;
  display: none;
}
@media (min-width: 52.1875em) {
  .lp-voice__stat-label {
    font-size: 1.1111111111vw;
  }
  .lp-voice__stat-label span {
    display: inline;
  }
}
@media (min-width: 90em) {
  .lp-voice__stat-label {
    font-size: 15px;
  }
}
.lp-voice__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5.3333333333vw;
  margin-bottom: 6.4vw;
}
@media (min-width: 52.1875em) {
  .lp-voice__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.0833333333vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media (min-width: 90em) {
  .lp-voice__cards {
    gap: 30px;
    margin-bottom: 30px;
  }
}
.lp-voice__card {
  padding: 6.4vw 5.3333333333vw;
  background-color: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e8e8e8;
}
@media (min-width: 52.1875em) {
  .lp-voice__card {
    padding: 2.0833333333vw 1.6666666667vw;
  }
}
@media (min-width: 90em) {
  .lp-voice__card {
    padding: 30px 24px;
  }
}
.lp-voice__card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.2vw;
  padding-bottom: 3.2vw;
  border-bottom: 1px solid #e8e8e8;
}
@media (min-width: 52.1875em) {
  .lp-voice__card-head {
    margin-bottom: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 90em) {
  .lp-voice__card-head {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.lp-voice__card-rating {
  font-size: 4.2666666667vw;
  color: #f5a623;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (min-width: 52.1875em) {
  .lp-voice__card-rating {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 90em) {
  .lp-voice__card-rating {
    font-size: 16px;
  }
}
.lp-voice__card-meta {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6666666667vw;
  color: #888;
}
@media (min-width: 52.1875em) {
  .lp-voice__card-meta {
    font-size: 0.7638888889vw;
  }
}
@media (min-width: 90em) {
  .lp-voice__card-meta {
    font-size: 11px;
  }
}
.lp-voice__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 700;
  color: #077999;
  line-height: 1.5;
  margin-bottom: 3.2vw;
}
@media (min-width: 52.1875em) {
  .lp-voice__card-title {
    font-size: 1.1805555556vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media (min-width: 90em) {
  .lp-voice__card-title {
    font-size: 17px;
    margin-bottom: 15px;
  }
}
.lp-voice__card-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  color: #555;
  line-height: 1.8;
}
@media (min-width: 52.1875em) {
  .lp-voice__card-desc {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 90em) {
  .lp-voice__card-desc {
    font-size: 14px;
  }
}
.lp-voice__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.9333333333vw;
  color: #888;
  text-align: center;
  margin-bottom: 6.4vw;
}
@media (min-width: 52.1875em) {
  .lp-voice__note {
    font-size: 0.8333333333vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media (min-width: 90em) {
  .lp-voice__note {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
.lp-voice__cta {
  text-align: center;
}
.lp-voice__btn {
  display: inline-flex;
  align-items: center;
  gap: 3.2vw;
  padding: 4.2666666667vw 8vw;
  background: linear-gradient(90deg, #24B3DB 0%, #077999 100%);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4vw;
  font-weight: 700;
  text-decoration: none;
  border-radius: 120px;
  box-shadow: 0 4px 16px rgba(7, 121, 153, 0.3);
  transition: opacity 0.2s, transform 0.2s;
}
.lp-voice__btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
@media (min-width: 52.1875em) {
  .lp-voice__btn {
    gap: 1.0416666667vw;
    padding: 1.3888888889vw 2.7777777778vw;
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 90em) {
  .lp-voice__btn {
    gap: 15px;
    padding: 20px 40px;
    font-size: 16px;
  }
}
.lp-voice__btn-arrow {
  width: 4.2666666667vw;
}
@media (min-width: 52.1875em) {
  .lp-voice__btn-arrow {
    width: 1.1111111111vw;
  }
}
@media (min-width: 90em) {
  .lp-voice__btn-arrow {
    width: 16px;
  }
}

.lp-flow {
  background-color: #f8fafc;
}
.lp-flow__inner {
  width: 90.6666666667vw;
  padding: 16vw 0;
  margin: 0 auto;
}
@media (min-width: 52.1875em) {
  .lp-flow__inner {
    width: 85.7638888889vw;
    padding: 6.9444444444vw 0;
  }
}
@media (min-width: 90em) {
  .lp-flow__inner {
    width: 1200px;
    padding: 100px 0;
  }
}
.lp-flow__head {
  text-align: center;
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 52.1875em) {
  .lp-flow__head {
    margin-bottom: 4.1666666667vw;
  }
}
@media (min-width: 90em) {
  .lp-flow__head {
    margin-bottom: 60px;
  }
}
.lp-flow__lead {
  margin-bottom: 2.1333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  color: #077999;
}
@media (min-width: 52.1875em) {
  .lp-flow__lead {
    margin-bottom: 0.6944444444vw;
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 90em) {
  .lp-flow__lead {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.lp-flow__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  margin-bottom: 3.2vw;
}
@media (min-width: 52.1875em) {
  .lp-flow__title {
    font-size: 2.7777777778vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media (min-width: 90em) {
  .lp-flow__title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
.lp-flow__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4666666667vw;
  color: #666;
  line-height: 1.8;
}
@media (min-width: 52.1875em) {
  .lp-flow__subtitle {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 90em) {
  .lp-flow__subtitle {
    font-size: 16px;
  }
}
.lp-flow__steps-wrap {
  position: relative;
  margin: 0 calc(50% - 50vw) 8vw;
}
@media (min-width: 52.1875em) {
  .lp-flow__steps-wrap {
    margin: 0 0 3.4722222222vw;
  }
}
@media (min-width: 90em) {
  .lp-flow__steps-wrap {
    margin-bottom: 50px;
  }
}
.lp-flow__steps {
  display: flex;
  flex-direction: row;
  gap: 4.2666666667vw;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4vw 4.6666666667vw 6.4vw;
  border: none;
  border-radius: 0;
  grid-template-columns: none;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #077999 #e8e8e8;
}
.lp-flow__steps::-webkit-scrollbar {
  height: 6px;
}
.lp-flow__steps::-webkit-scrollbar-track {
  background: #e8e8e8;
  border-radius: 3px;
}
.lp-flow__steps::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #24B3DB 0%, #077999 100%);
  border-radius: 3px;
}
@media (min-width: 52.1875em) {
  .lp-flow__steps {
    gap: 1.6666666667vw;
    padding: 1.3888888889vw 0 2.0833333333vw;
  }
}
@media (min-width: 90em) {
  .lp-flow__steps {
    gap: 24px;
    padding: 20px 0 30px;
  }
}
.lp-flow__step {
  position: relative;
  flex: 0 0 72vw;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 6.4vw;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  scroll-snap-align: center;
}
@media (min-width: 52.1875em) {
  .lp-flow__step {
    flex: 1;
    min-width: 0;
    padding: 2.0833333333vw 1.6666666667vw;
    scroll-snap-align: none;
  }
}
@media (min-width: 90em) {
  .lp-flow__step {
    padding: 30px 24px;
  }
}
.lp-flow__step {
  /* 矢印（カード間） */
}
.lp-flow__step:not(:last-child)::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: -4.5333333333vw;
  transform: translateY(-50%);
  font-family: "Barlow", sans-serif;
  font-size: 9.6vw;
  font-weight: 700;
  color: #077999;
  line-height: 1;
  pointer-events: none;
  z-index: 2;
}
@media (min-width: 52.1875em) {
  .lp-flow__step:not(:last-child)::after {
    right: -1.3888888889vw;
    font-size: 3.4722222222vw;
  }
}
@media (min-width: 90em) {
  .lp-flow__step:not(:last-child)::after {
    right: -20px;
    font-size: 50px;
  }
}
.lp-flow__step--featured {
  border: 2px solid #077999;
  background: linear-gradient(135deg, #f0fafd 0%, #fff 100%);
}
.lp-flow__step-num {
  width: 14.6666666667vw;
  height: 14.6666666667vw;
  background-color: #fff;
  border: 2px solid #077999;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow", sans-serif;
  font-size: 2.4vw;
  font-weight: 700;
  color: #077999;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto 4.2666666667vw;
}
@media (min-width: 52.1875em) {
  .lp-flow__step-num {
    width: 4.8611111111vw;
    height: 4.8611111111vw;
    font-size: 0.8333333333vw;
    margin-bottom: 1.3888888889vw;
  }
}
@media (min-width: 90em) {
  .lp-flow__step-num {
    width: 70px;
    height: 70px;
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.lp-flow__step-num--featured {
  background: linear-gradient(135deg, #24B3DB 0%, #077999 100%);
  color: #fff;
  border-color: #077999;
}
.lp-flow__step-body {
  flex: 1;
  text-align: center;
}
.lp-flow__scroll-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.1333333333vw;
  margin-bottom: 4.2666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.9333333333vw;
  color: #888;
  font-weight: 500;
  animation: scroll-hint-pulse 2s ease-in-out infinite;
}
@media (min-width: 52.1875em) {
  .lp-flow__scroll-hint {
    display: none;
  }
}
.lp-flow__step-time {
  display: inline-block;
  background-color: #fff3e0;
  color: #e65100;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 700;
  padding: 1.0666666667vw 2.1333333333vw;
  margin-bottom: 2.1333333333vw;
  border-radius: 2px;
}
@media (min-width: 52.1875em) {
  .lp-flow__step-time {
    font-size: 0.8333333333vw;
    padding: 0.3472222222vw 0.6944444444vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media (min-width: 90em) {
  .lp-flow__step-time {
    font-size: 12px;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
}
.lp-flow__step-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.8vw;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  margin-bottom: 2.1333333333vw;
}
@media (min-width: 52.1875em) {
  .lp-flow__step-title {
    font-size: 1.5277777778vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media (min-width: 90em) {
  .lp-flow__step-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.lp-flow__step-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  color: #555;
  line-height: 1.8;
}
@media (min-width: 52.1875em) {
  .lp-flow__step-desc {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 90em) {
  .lp-flow__step-desc {
    font-size: 14px;
  }
}
.lp-flow__cta {
  text-align: center;
}
.lp-flow__btn {
  display: inline-flex;
  align-items: center;
  gap: 3.2vw;
  padding: 4.2666666667vw 8vw;
  background: linear-gradient(90deg, #24B3DB 0%, #077999 100%);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4vw;
  font-weight: 700;
  text-decoration: none;
  border-radius: 120px;
  box-shadow: 0 4px 16px rgba(7, 121, 153, 0.3);
  margin-bottom: 3.2vw;
  transition: opacity 0.2s, transform 0.2s;
}
.lp-flow__btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
@media (min-width: 52.1875em) {
  .lp-flow__btn {
    gap: 1.0416666667vw;
    padding: 1.3888888889vw 2.7777777778vw;
    font-size: 1.1111111111vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media (min-width: 90em) {
  .lp-flow__btn {
    gap: 15px;
    padding: 20px 40px;
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.lp-flow__btn-arrow {
  width: 4.2666666667vw;
}
@media (min-width: 52.1875em) {
  .lp-flow__btn-arrow {
    width: 1.1111111111vw;
  }
}
@media (min-width: 90em) {
  .lp-flow__btn-arrow {
    width: 16px;
  }
}
.lp-flow__cta-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  color: #666;
}
.lp-flow__cta-note a {
  color: #e65100;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 52.1875em) {
  .lp-flow__cta-note {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 90em) {
  .lp-flow__cta-note {
    font-size: 14px;
  }
}

.lp-form-section__tel {
  margin-top: 6.4vw;
  padding: 5.3333333333vw;
  background-color: #fff;
  border: 2px solid #e65100;
  border-radius: 8px;
  text-align: center;
}
@media (min-width: 52.1875em) {
  .lp-form-section__tel {
    margin-top: 2.0833333333vw;
    padding: 1.6666666667vw;
  }
}
@media (min-width: 90em) {
  .lp-form-section__tel {
    margin-top: 30px;
    padding: 24px;
  }
}
.lp-form-section__tel-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  font-weight: 700;
  color: #e65100;
  margin-bottom: 1.6vw;
}
@media (min-width: 52.1875em) {
  .lp-form-section__tel-label {
    font-size: 0.9722222222vw;
    margin-bottom: 0.5555555556vw;
  }
}
@media (min-width: 90em) {
  .lp-form-section__tel-label {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.lp-form-section__tel-num {
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 8vw;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 1.6vw;
}
@media (min-width: 52.1875em) {
  .lp-form-section__tel-num {
    font-size: 2.2222222222vw;
    margin-bottom: 0.5555555556vw;
  }
}
@media (min-width: 90em) {
  .lp-form-section__tel-num {
    font-size: 32px;
    margin-bottom: 8px;
  }
}
.lp-form-section__tel-hours {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.9333333333vw;
  color: #666;
}
@media (min-width: 52.1875em) {
  .lp-form-section__tel-hours {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 90em) {
  .lp-form-section__tel-hours {
    font-size: 12px;
  }
}
.lp-form-section__assurance {
  list-style: none;
  padding: 0;
  margin: 0 0 5.3333333333vw;
  display: flex;
  flex-direction: column;
  gap: 2.1333333333vw;
}
.lp-form-section__assurance li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  color: #555;
  letter-spacing: 0.03em;
}
.lp-form-section__assurance li strong {
  color: #077999;
}
@media (min-width: 52.1875em) {
  .lp-form-section__assurance {
    margin-bottom: 1.6666666667vw;
    gap: 0.6944444444vw;
  }
  .lp-form-section__assurance li {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 90em) {
  .lp-form-section__assurance {
    margin-bottom: 24px;
    gap: 10px;
  }
  .lp-form-section__assurance li {
    font-size: 13px;
  }
}
.lp-form-section__privacy-note {
  margin-top: 4.2666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.9333333333vw;
  color: #888;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 52.1875em) {
  .lp-form-section__privacy-note {
    margin-top: 1.3888888889vw;
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 90em) {
  .lp-form-section__privacy-note {
    margin-top: 20px;
    font-size: 12px;
  }
}

.lp-fixed-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  background-color: #fff;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #e8e8e8;
}
@media (min-width: 52.1875em) {
  .lp-fixed-cta {
    display: none;
  }
}
.lp-fixed-cta__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5333333333vw;
  width: 30%;
  padding: 1.2vw 0;
  background-color: #fff;
  color: #e65100;
  text-decoration: none;
  border-right: 1px solid #e8e8e8;
}
.lp-fixed-cta__tel-icon {
  font-size: 5.3333333333vw;
  line-height: 1;
}
.lp-fixed-cta__tel-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6666666667vw;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.lp-fixed-cta__form {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5333333333vw;
  padding: 3.2vw;
  background: linear-gradient(90deg, #24B3DB 0%, #077999 100%);
  color: #fff;
  text-decoration: none;
}
.lp-fixed-cta__form-main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.2;
}
.lp-fixed-cta__form-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6666666667vw;
  font-weight: 500;
  opacity: 0.9;
  line-height: 1.2;
}

@media (max-width: 960px) {
  body {
    padding-bottom: 18vw;
  }
}
@keyframes scroll-hint-pulse {
  0%, 100% {
    opacity: 0.5;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    transform: translateX(4px);
  }
}

/*# sourceMappingURL=lp.css.map */