:root {
  --lp-color-font: #1a1a1a;
  --lp-color-primary: #1a95d9;
  --lp-color-secondary: #00347f;
  --lp-color-tertiary: #ff3a00;
}

.lp-wrapper {
  all: revert;
  box-sizing: border-box;
  color: var(--lp-color-font);
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", YuGothic, sans-serif;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .lp-wrapper {
    font-size: 3.733vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-wrapper {
    font-size: 1.406vw;
    background-size: 156.25vw auto;
  }
}
@media screen and (min-width: 1280px) {
  .lp-wrapper {
    font-size: 18px;
  }
}
.lp-wrapper img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}
.lp-wrapper a:not([class]) {
  color: var(--color-font);
}
@media (any-hover: hover) {
  .lp-wrapper a:not([class]):hover {
    opacity: 0.8;
  }
}

.lp-inner {
  margin-inline: auto;
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-inner {
    width: 93.75%;
  }
}
@media screen and (min-width: 1280px) {
  .lp-inner {
    width: 1200px;
  }
}

@media screen and (min-width: 751px) {
  .lp-only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .lp-only-pc {
    display: none !important;
  }
}
.lp-fz-80p {
  font-size: 80%;
}

.lp-fz-70p {
  font-size: 80%;
}

.lp-header {
  background: #eaf2f7;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.lp-header__inner {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 750px) {
  .lp-header__inner {
    gap: 2vw 0;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-block: 2.4vw 1.6vw;
    padding-inline: 3.333vw 1.067vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-header__inner {
    align-items: center;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-header__inner {
    padding-block: 0.547vw;
    -webkit-padding-start: 1.094vw;
            padding-inline-start: 1.094vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-header__inner {
    padding-block: 7px;
    -webkit-padding-start: 14px;
            padding-inline-start: 14px;
  }
}

.lp-intro {
  color: #333;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .lp-intro {
    font-size: 2.667vw;
    line-height: 1;
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .lp-intro {
    line-height: 1.5;
    order: 2;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-intro {
    font-size: 1.25vw;
    -webkit-margin-start: 1.563vw;
            margin-inline-start: 1.563vw;
    width: 31.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-intro {
    font-size: 16px;
    -webkit-margin-start: 20px;
            margin-inline-start: 20px;
    width: 400px;
  }
}

@media screen and (max-width: 750px) {
  .lp-logo {
    width: 28vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-logo {
    order: 1;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-logo {
    width: 16.406vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-logo {
    width: 210px;
  }
}

.lp-header__btn-list {
  display: flex;
}
@media screen and (max-width: 750px) {
  .lp-header__btn-list {
    gap: 0.933vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-header__btn-list {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    order: 3;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-header__btn-list {
    gap: 0.391vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-header__btn-list {
    gap: 5px;
  }
}

@media screen and (max-width: 750px) {
  .lp-header__btn {
    width: 31.467vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-header__btn {
    width: 19.531vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-header__btn {
    width: 250px;
  }
}

@media screen and (max-width: 750px) {
  .lp-kv {
    background: url(../images/kv_bg_sp.jpg) 0 0/100% auto no-repeat #e5eff5;
  }
}
@media screen and (min-width: 751px) {
  .lp-kv {
    background: url(../images/kv_bg_pc.jpg) 50% 0/auto 100% no-repeat #e5eff5;
  }
}

.lp-kv__inner {
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp-kv__inner {
    height: 162.667vw;
    -webkit-padding-before: 24.267vw;
            padding-block-start: 24.267vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-kv__inner {
    height: 73.438vw;
    -webkit-padding-before: 8.594vw;
            padding-block-start: 8.594vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-kv__inner {
    height: 940px;
    -webkit-padding-before: 110px;
            padding-block-start: 110px;
  }
}

@media screen and (max-width: 750px) {
  .lp-kv__catch {
    -webkit-margin-start: 5.6vw;
            margin-inline-start: 5.6vw;
    width: 88.933vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-kv__catch {
    -webkit-margin-start: 0.391vw;
            margin-inline-start: 0.391vw;
    width: 57.188vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-kv__catch {
    -webkit-margin-start: 5px;
            margin-inline-start: 5px;
    width: 732px;
  }
}

@media screen and (max-width: 750px) {
  .lp-kv__title {
    -webkit-margin-before: -2.667vw;
            margin-block-start: -2.667vw;
    -webkit-margin-start: 16.8vw;
            margin-inline-start: 16.8vw;
    width: 66.933vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-kv__title {
    -webkit-margin-before: -1.875vw;
            margin-block-start: -1.875vw;
    -webkit-margin-start: 8.047vw;
            margin-inline-start: 8.047vw;
    width: 42.891vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-kv__title {
    -webkit-margin-before: -24px;
            margin-block-start: -24px;
    -webkit-margin-start: 103px;
            margin-inline-start: 103px;
    width: 549px;
  }
}

@media screen and (max-width: 750px) {
  .lp-feature {
    -webkit-margin-before: 3.333vw;
            margin-block-start: 3.333vw;
    -webkit-margin-start: 5.333vw;
            margin-inline-start: 5.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-feature {
    -webkit-margin-before: 1.094vw;
            margin-block-start: 1.094vw;
    -webkit-margin-start: 1.172vw;
            margin-inline-start: 1.172vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-feature {
    -webkit-margin-before: 14px;
            margin-block-start: 14px;
    -webkit-margin-start: 15px;
            margin-inline-start: 15px;
  }
}

.lp-feature__list {
  display: grid;
}
@media screen and (max-width: 750px) {
  .lp-feature__list {
    gap: 1.6vw 1.333vw;
    grid-template-columns: repeat(2, 21.067vw);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-feature__list {
    gap: 0.781vw;
    grid-template-columns: repeat(4, 12.656vw);
  }
}
@media screen and (min-width: 1280px) {
  .lp-feature__list {
    gap: 10px;
    grid-template-columns: repeat(4, 162px);
  }
}

.lp-feature__item {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media screen and (max-width: 750px) {
  .lp-feature__item {
    -webkit-filter: drop-shadow(1.333vw 1.333vw 1.333vw rgba(0, 169, 244, 0.4));
            filter: drop-shadow(1.333vw 1.333vw 1.333vw rgba(0, 169, 244, 0.4));
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-feature__item {
    -webkit-filter: drop-shadow(0.781vw 0.781vw 0.781vw rgba(0, 169, 244, 0.4));
            filter: drop-shadow(0.781vw 0.781vw 0.781vw rgba(0, 169, 244, 0.4));
  }
}
@media screen and (min-width: 1280px) {
  .lp-feature__item {
    -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 169, 244, 0.4));
            filter: drop-shadow(10px 10px 10px rgba(0, 169, 244, 0.4));
  }
}

@media screen and (max-width: 750px) {
  .lp-feature__note {
    font-size: 2.933vw;
    line-height: 1.545;
    -webkit-margin-before: 2.667vw;
            margin-block-start: 2.667vw;
    -webkit-margin-start: 1em;
            margin-inline-start: 1em;
    text-indent: -1em;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-feature__note {
    font-size: 1.094vw;
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
  }
}
@media screen and (min-width: 1280px) {
  .lp-feature__note {
    font-size: 14px;
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
  }
}

.lp-cta {
  background: linear-gradient(0deg, rgb(0, 52, 127) 0%, rgb(2, 58, 133) 17.14%, rgb(6, 75, 149) 40.3%, rgb(14, 104, 175) 66.9%, rgb(24, 143, 211) 95.86%, rgb(26, 149, 217) 100%);
}

.lp-cta__inner {
  background: url(../images/cta_bg@2x.png) 50% 0 no-repeat;
}
@media screen and (max-width: 750px) {
  .lp-cta__inner {
    background-size: 100% auto;
    padding-block: 7.333vw 10.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-cta__inner {
    background-size: 62.5vw auto;
    padding-block: 4.688vw 5.469vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-cta__inner {
    background-size: 800px auto;
    padding-block: 60px 70px;
  }
}

.lp-cta__title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .lp-cta__title {
    width: 92.4vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-cta__title {
    width: 92.891vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-cta__title {
    width: 1189px;
  }
}
.lp-cta__title::before, .lp-cta__title::after {
  background: #fff;
  content: "";
  display: block;
  height: 1px;
}
@media screen and (max-width: 750px) {
  .lp-cta__title::before, .lp-cta__title::after {
    width: 12vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-cta__title::before, .lp-cta__title::after {
    width: 13.281vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-cta__title::before, .lp-cta__title::after {
    width: 170px;
  }
}

.lp-cta__title-label {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp-cta__title-label {
    font-size: 5.333vw;
    line-height: 1.5;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-cta__title-label {
    font-size: 2.656vw;
    line-height: 1;
  }
}
@media screen and (min-width: 1280px) {
  .lp-cta__title-label {
    font-size: 34px;
    line-height: 1;
  }
}

.lp-cta__lead {
  background: #fff;
  border-radius: 100vw;
  color: var(--lp-color-secondary);
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-inline: auto;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp-cta__lead {
    font-size: 3.867vw;
    line-height: 1.862;
    -webkit-margin-before: 2.667vw;
            margin-block-start: 2.667vw;
    width: 64vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-cta__lead {
    line-height: 1.917;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-cta__lead {
    font-size: 1.875vw;
    -webkit-margin-before: 1.563vw;
            margin-block-start: 1.563vw;
    width: 31.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-cta__lead {
    font-size: 24px;
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    width: 400px;
  }
}
.lp-cta__lead::after {
  background: #fff;
  bottom: 1px;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media screen and (max-width: 750px) {
  .lp-cta__lead::after {
    height: calc(2.24vw + 1px);
    width: calc(4.8vw + 2px);
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-cta__lead::after {
    height: calc(1.094vw + 1px);
    width: calc(2.344vw + 2px);
  }
}
@media screen and (min-width: 1280px) {
  .lp-cta__lead::after {
    height: 15px;
    width: 32px;
  }
}

.lp-cta__text {
  color: #fff;
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp-cta__text {
    line-height: 1.714;
    -webkit-margin-before: 4.667vw;
            margin-block-start: 4.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-cta__text {
    font-size: 1.719vw;
    line-height: 1;
    -webkit-margin-before: 2.344vw;
            margin-block-start: 2.344vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-cta__text {
    font-size: 22px;
    line-height: 1;
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}

.lp-cta__btn-list {
  display: flex;
}
@media screen and (max-width: 750px) {
  .lp-cta__btn-list {
    flex-direction: column;
    gap: 4vw;
    -webkit-margin-before: 4vw;
            margin-block-start: 4vw;
    margin-inline: auto;
    width: 81.067vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-cta__btn-list {
    gap: 1.953vw;
    -webkit-margin-before: 1.563vw;
            margin-block-start: 1.563vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-cta__btn-list {
    gap: 25px;
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

.lp-cta__btn {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media screen and (max-width: 750px) {
  .lp-cta__btn {
    -webkit-filter: drop-shadow(1.2vw 1.2vw 1.2vw rgba(0, 140, 255, 0.3));
            filter: drop-shadow(1.2vw 1.2vw 1.2vw rgba(0, 140, 255, 0.3));
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-cta__btn {
    -webkit-filter: drop-shadow(0.703vw 0.703vw 0.703vw rgba(0, 140, 255, 0.3));
            filter: drop-shadow(0.703vw 0.703vw 0.703vw rgba(0, 140, 255, 0.3));
    width: 43.906vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-cta__btn {
    -webkit-filter: drop-shadow(9px 9px 9px rgba(0, 140, 255, 0.3));
            filter: drop-shadow(9px 9px 9px rgba(0, 140, 255, 0.3));
    width: 562px;
  }
}

.lp-cta__link {
  display: block;
  position: relative;
}
@media (any-hover: hover) {
  .lp-cta__link:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}

.lp-cta__btn-deco {
  position: absolute;
}
@media screen and (max-width: 750px) {
  .lp-cta__btn-deco {
    left: 4vw;
    top: -3.333vw;
    width: 21.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-cta__btn-deco {
    left: 1.172vw;
    top: -1.563vw;
    width: 9.375vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-cta__btn-deco {
    left: 15px;
    top: -20px;
    width: 120px;
  }
}

.lp-problem {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 750px) {
  .lp-problem {
    background: url(../images/problem_bg_sp.jpg) 0 0/100% auto no-repeat;
  }
}
@media screen and (min-width: 751px) {
  .lp-problem {
    background: url(../images/problem_bg_pc.jpg) 50% 0 no-repeat;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-problem {
    background-size: 156.25vw auto;
  }
}

@media screen and (max-width: 750px) {
  .lp-problem__inner {
    -webkit-padding-before: 11.333vw;
            padding-block-start: 11.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-problem__inner {
    -webkit-padding-before: 6.641vw;
            padding-block-start: 6.641vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-problem__inner {
    -webkit-padding-before: 85px;
            padding-block-start: 85px;
  }
}

.lp-problem__lead {
  color: var(--lp-color-secondary);
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp-problem__lead {
    font-size: 4.267vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-problem__lead {
    font-size: 2.344vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-problem__lead {
    font-size: 30px;
  }
}

.lp-problem__title {
  color: var(--lp-color-secondary);
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp-problem__title {
    font-size: 7.2vw;
    line-height: 1.389;
    -webkit-margin-before: 1.333vw;
            margin-block-start: 1.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-problem__title {
    font-size: 3.75vw;
    line-height: 1;
    -webkit-margin-before: 1.563vw;
            margin-block-start: 1.563vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-problem__title {
    font-size: 48px;
    line-height: 1;
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

.lp-problem__list {
  display: grid;
}
@media screen and (max-width: 750px) {
  .lp-problem__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw 2.4vw;
    -webkit-margin-before: 7.333vw;
            margin-block-start: 7.333vw;
    margin-inline: auto;
    width: 89.333vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-problem__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-problem__list {
    gap: 1.094vw;
    -webkit-margin-before: 5.469vw;
            margin-block-start: 5.469vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-problem__list {
    gap: 14px;
    -webkit-margin-before: 70px;
            margin-block-start: 70px;
  }
}

.lp-problem__item {
  background: var(--lp-color-secondary);
  place-content: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp-problem__item {
    border-radius: 1.333vw;
    padding-block: 6.4vw 4vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-problem__item {
    line-height: 1;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-problem__item {
    border-radius: 0.781vw;
    padding-block: 3.516vw 1.953vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-problem__item {
    border-radius: 10px;
    padding-block: 45px 25px;
  }
}
.lp-problem__item::before {
  background: url(../images/problem_deco.svg) 0/contain no-repeat;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .lp-problem__item::before {
    height: 5.6vw;
    top: -1.867vw;
    width: 5.6vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-problem__item::before {
    height: 2.813vw;
    top: -0.938vw;
    width: 2.813vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-problem__item::before {
    height: 36px;
    top: -12px;
    width: 36px;
  }
}

.lp-problem__item-text {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp-problem__item-text {
    font-size: 3.467vw;
    line-height: 1.615;
  }
}
@media screen and (min-width: 751px) {
  .lp-problem__item-text {
    line-height: 1.727;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-problem__item-text {
    font-size: 1.719vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-problem__item-text {
    font-size: 22px;
  }
}

@media screen and (min-width: 751px) {
  .lp-problem__message {
    align-items: flex-start;
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-problem__message {
    -webkit-margin-before: 3.594vw;
            margin-block-start: 3.594vw;
    -webkit-margin-end: 5.469vw;
            margin-inline-end: 5.469vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-problem__message {
    -webkit-margin-before: 46px;
            margin-block-start: 46px;
    -webkit-margin-end: 70px;
            margin-inline-end: 70px;
  }
}

@media screen and (max-width: 750px) {
  .lp-problem__message-text {
    -webkit-margin-before: 10.4vw;
            margin-block-start: 10.4vw;
    -webkit-margin-start: 8.667vw;
            margin-inline-start: 8.667vw;
    width: 88.533vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-problem__message-text {
    -webkit-margin-before: 1.172vw;
            margin-block-start: 1.172vw;
    width: 57.5vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-problem__message-text {
    -webkit-margin-before: 15px;
            margin-block-start: 15px;
    width: 736px;
  }
}

@media screen and (max-width: 750px) {
  .lp-problem__message-image {
    -webkit-margin-before: -1.067vw;
            margin-block-start: -1.067vw;
    -webkit-margin-start: 41.067vw;
            margin-inline-start: 41.067vw;
    width: 45.067vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-problem__message-image {
    width: 26.406vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-problem__message-image {
    width: 338px;
  }
}

@media screen and (max-width: 750px) {
  .lp-caution {
    background: url(../images/caution_bg_sp.png) 0 0/cover no-repeat;
    height: 204.533vw;
    -webkit-margin-before: -10.667vw;
            margin-block-start: -10.667vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-caution {
    background: url(../images/caution_bg_pc.png) 50% 0 no-repeat;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-caution {
    background-size: auto 100%;
    height: 61.719vw;
    -webkit-margin-before: 0.781vw;
            margin-block-start: 0.781vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-caution {
    height: 790px;
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
  }
}

.lp-caution__inner {
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp-caution__inner {
    -webkit-padding-before: 15.067vw;
            padding-block-start: 15.067vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-caution__inner {
    -webkit-padding-before: 2.344vw;
            padding-block-start: 2.344vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-caution__inner {
    -webkit-padding-before: 30px;
            padding-block-start: 30px;
  }
}

.lp-caution__lead {
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 750px) {
  .lp-caution__lead {
    height: 26.667vw;
    left: 3.2vw;
    width: 26.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-caution__lead {
    height: 16.406vw;
    left: 0.781vw;
    width: 16.406vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-caution__lead {
    height: 210px;
    left: 10px;
    width: 210px;
  }
}

.lp-caution__lead-text {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp-caution__lead-text {
    line-height: 1.357;
  }
}
@media screen and (min-width: 751px) {
  .lp-caution__lead-text {
    line-height: 1.317;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-caution__lead-text {
    font-size: 2.344vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-caution__lead-text {
    font-size: 30px;
  }
}

.lp-caution__top {
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .lp-caution__top {
    height: 160vw;
    -webkit-padding-before: 7.333vw;
            padding-block-start: 7.333vw;
    width: 81.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-caution__top {
    height: 47.813vw;
    -webkit-padding-before: 5.781vw;
            padding-block-start: 5.781vw;
    width: 85.938vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-caution__top {
    height: 612px;
    -webkit-padding-before: 74px;
            padding-block-start: 74px;
    width: 1100px;
  }
}

.lp-caution__title {
  color: #000;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp-caution__title {
    font-size: 7.2vw;
    line-height: 1.37;
  }
}
@media screen and (min-width: 751px) {
  .lp-caution__title {
    line-height: 1.255;
    padding-inline: 0.2em;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-caution__title {
    font-size: 3.594vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-caution__title {
    font-size: 46px;
  }
}

.lp-caution__list {
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .lp-caution__list {
    -webkit-margin-before: 3.333vw;
            margin-block-start: 3.333vw;
    width: 69.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-caution__list {
    -webkit-margin-before: 1.563vw;
            margin-block-start: 1.563vw;
    width: 62.5vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-caution__list {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    width: 800px;
  }
}

.lp-caution__item {
  background: url(../images/caution_icon.svg) no-repeat;
  color: #000;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .lp-caution__item {
    background-position: 1.333vw 4vw;
    background-size: 4vw auto;
    border-bottom: 2px dotted #333;
    font-size: 4.267vw;
    line-height: 1.406;
    padding-block: 3.067vw;
    -webkit-padding-start: 8vw;
            padding-inline-start: 8vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-caution__item {
    background-size: 1em auto;
    border-bottom: 4px dotted #333;
    line-height: 1.25;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-caution__item {
    background-position: 3.125vw 1.406vw;
    font-size: 1.875vw;
    padding-block: 1.094vw;
    -webkit-padding-start: 6.641vw;
            padding-inline-start: 6.641vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-caution__item {
    background-position: 40px 18px;
    font-size: 24px;
    padding-block: 14px;
    -webkit-padding-start: 85px;
            padding-inline-start: 85px;
  }
}

.lp-caution__item-em {
  color: #f00;
  font-weight: 700;
}

.lp-caution__text01 {
  color: #000;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp-caution__text01 {
    font-size: 4.267vw;
    -webkit-margin-before: 8.667vw;
            margin-block-start: 8.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-caution__text01 {
    font-size: 1.875vw;
    -webkit-margin-before: 2.734vw;
            margin-block-start: 2.734vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-caution__text01 {
    font-size: 24px;
    -webkit-margin-before: 42px;
            margin-block-start: 42px;
  }
}

.lp-caution__bottom {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .lp-caution__bottom {
    flex-direction: column;
    gap: 3.333vw;
    height: 28vw;
    width: 81.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-caution__bottom {
    height: 10.938vw;
    -webkit-padding-end: 1.563vw;
            padding-inline-end: 1.563vw;
    width: 85.938vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-caution__bottom {
    height: 140px;
    -webkit-padding-end: 20px;
            padding-inline-end: 20px;
    width: 1100px;
  }
}

.lp-caution__text02 {
  background: #ffcf19;
  color: #000;
  font-weight: 700;
  display: block;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 750px) {
  .lp-caution__text02 {
    font-size: 6vw;
    line-height: 1.333;
    padding-inline: 2.667vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-caution__text02 {
    line-height: 1.316;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-caution__text02 {
    font-size: 2.969vw;
    padding-inline: 0.781vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-caution__text02 {
    font-size: 38px;
    padding-inline: 10px;
  }
}

.lp-caution__text03 {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .lp-caution__text03 {
    font-size: 5.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-caution__text03 {
    font-size: 2.656vw;
    -webkit-padding-start: 1.406vw;
            padding-inline-start: 1.406vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-caution__text03 {
    font-size: 34px;
    -webkit-padding-start: 18px;
            padding-inline-start: 18px;
  }
}

@media screen and (max-width: 750px) {
  .lp-reason {
    background: url(../images/reason_bg_sp.jpg) no-repeat;
    background-position: 0 88.667vw;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 751px) {
  .lp-reason {
    background: url(../images/reason_bg_pc_01.jpg) 50% 0 no-repeat, url(../images/reason_bg_pc_02.jpg) 50% 100% no-repeat;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-reason {
    background-size: 156.25vw auto;
  }
}

@media screen and (max-width: 750px) {
  .lp-reason__inner {
    -webkit-padding-before: 4vw;
            padding-block-start: 4vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-reason__inner {
    padding-block: 18.75vw 24.609vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-reason__inner {
    padding-block: 240px 315px;
  }
}

.lp-reason__list {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .lp-reason__list {
    gap: 18.667vw;
    -webkit-margin-before: 15.2vw;
            margin-block-start: 15.2vw;
    width: 84vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-reason__list {
    gap: 9.375vw;
    -webkit-margin-before: 6.641vw;
            margin-block-start: 6.641vw;
    width: 85.938vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-reason__list {
    gap: 120px;
    -webkit-margin-before: 85px;
            margin-block-start: 85px;
    width: 1100px;
  }
}

.lp-reason__item {
  background-color: #ddeff9;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp-reason__item {
    background-size: 53.333vw auto;
    border-radius: 2.667vw;
    padding-block: 28.667vw 8vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-reason__item {
    background-size: 31.25vw auto;
    border-radius: 1.563vw;
    min-height: 39.844vw;
    padding-block: 4.297vw 3.906vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-reason__item {
    border-radius: 20px;
    min-height: 510px;
    padding-block: 55px 50px;
  }
}
.lp-reason__item::before {
  background: url(../images/reason_item_deco.png) 0/contain no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (max-width: 750px) {
  .lp-reason__item::before {
    height: 5.333vw;
    width: 35.467vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-reason__item::before {
    height: 3.906vw;
    width: 22.656vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-reason__item::before {
    height: 50px;
    width: 290px;
  }
}

.lp-reason__num {
  position: absolute;
  z-index: 5;
}
@media screen and (max-width: 750px) {
  .lp-reason__num {
    top: -6.667vw;
    width: 27.733vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-reason__num {
    top: -7.031vw;
    width: 16.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-reason__num {
    top: -90px;
    width: 208px;
  }
}

.lp-reason__image {
  overflow: hidden;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .lp-reason__image {
    border-radius: 6.667vw;
    top: -8vw;
    width: 49.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-reason__image {
    border-radius: 4.063vw;
    top: -7.813vw;
    width: 39.063vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-reason__image {
    border-radius: 52px;
    top: -100px;
    width: 500px;
  }
}

.lp-reason__sub-title {
  color: var(--lp-color-primary);
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .lp-reason__sub-title {
    font-size: 7.2vw;
    letter-spacing: 0.1em;
    line-height: 1.333;
    margin-inline: auto;
    width: 73.333vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-reason__sub-title {
    letter-spacing: 0.06em;
    line-height: 1.429;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-reason__sub-title {
    font-size: 3.281vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-reason__sub-title {
    font-size: 42px;
  }
}

.lp-reason__catch {
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .lp-reason__catch {
    font-size: 4.533vw;
    line-height: 1.647;
    -webkit-margin-before: 4.667vw;
            margin-block-start: 4.667vw;
    margin-inline: auto;
    width: 73.333vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-reason__catch {
    line-height: 1.533;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-reason__catch {
    font-size: 2.344vw;
    -webkit-margin-before: 1.953vw;
            margin-block-start: 1.953vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-reason__catch {
    font-size: 30px;
    -webkit-margin-before: 25px;
            margin-block-start: 25px;
  }
}

.lp-reason__text {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .lp-reason__text {
    line-height: 1.786;
    -webkit-margin-before: 4.667vw;
            margin-block-start: 4.667vw;
    margin-inline: auto;
    width: 73.333vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-reason__text {
    line-height: 2.111;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-reason__text {
    -webkit-margin-before: 2.344vw;
            margin-block-start: 2.344vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-reason__text {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}
.lp-reason__text span {
  color: #333;
}
@media screen and (max-width: 750px) {
  .lp-reason__text span {
    font-size: 2.933vw;
    display: block;
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-reason__text span {
    font-size: 1.094vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-reason__text span {
    font-size: 14px;
  }
}

.lp-reason__deco {
  position: absolute;
}
@media screen and (max-width: 750px) {
  .lp-reason__deco {
    width: 25.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-reason__deco {
    width: 20.313vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-reason__deco {
    width: 260px;
  }
}

.lp-compare {
  display: flex;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 750px) {
  .lp-compare {
    flex-direction: column;
    gap: 7.333vw;
    -webkit-margin-before: 8vw;
            margin-block-start: 8vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-compare {
    background: url(../images/compare_bg_pc.png) 0 0 no-repeat;
    align-items: flex-end;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-compare {
    background-size: 100% auto;
    gap: 1.875vw;
    height: 59.219vw;
    -webkit-margin-before: 3.906vw;
            margin-block-start: 3.906vw;
    -webkit-padding-start: 4.531vw;
            padding-inline-start: 4.531vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-compare {
    gap: 24px;
    height: 758px;
    -webkit-margin-before: 50px;
            margin-block-start: 50px;
    -webkit-padding-start: 58px;
            padding-inline-start: 58px;
  }
}

.lp-compare__title {
  display: none;
}

.lp-compare__catch {
  margin-inline: auto;
}

.lp-compare__text {
  letter-spacing: 0.1em;
  text-align: center;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .lp-compare__text {
    line-height: 1.786;
    -webkit-margin-before: 3.333vw;
            margin-block-start: 3.333vw;
    width: 66.667vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-compare__text {
    line-height: 1.778;
  }
}

@media screen and (max-width: 750px) {
  .lp-compare__item--other {
    background: url(../images/compare_bg_sp_01.png) 0/contain no-repeat;
    height: 114.133vw;
    -webkit-padding-before: 15.2vw;
            padding-block-start: 15.2vw;
    position: relative;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-compare__item--other {
    height: 54.688vw;
    padding-block: 7.813vw 4.063vw;
    width: 37.5vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-compare__item--other {
    height: 700px;
    padding-block: 100px 52px;
    width: 480px;
  }
}
@media screen and (max-width: 750px) {
  .lp-compare__item--other .lp-compare__icon {
    left: -5.333vw;
    position: absolute;
    top: 0.667vw;
    width: 21.867vw;
  }
}
@media screen and (max-width: 750px) {
  .lp-compare__item--other .lp-compare__catch {
    width: 61.733vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-compare__item--other .lp-compare__catch {
    width: 30.938vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-compare__item--other .lp-compare__catch {
    width: 396px;
  }
}
.lp-compare__item--other .lp-compare__text {
  color: #333;
}
@media screen and (max-width: 750px) {
  .lp-compare__item--other .lp-compare__text {
    -webkit-margin-before: 4vw;
            margin-block-start: 4vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-compare__item--other .lp-compare__text {
    -webkit-margin-before: 1.563vw;
            margin-block-start: 1.563vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-compare__item--other .lp-compare__text {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

@media screen and (max-width: 750px) {
  .lp-compare__item--our {
    background: url(../images/compare_bg_sp_02.png) 0/contain no-repeat;
    height: 137.333vw;
    -webkit-padding-before: 15.2vw;
            padding-block-start: 15.2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-compare__item--our {
    height: 100%;
    -webkit-padding-before: 7.031vw;
            padding-block-start: 7.031vw;
    width: 39.844vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-compare__item--our {
    height: 100%;
    -webkit-padding-before: 90px;
            padding-block-start: 90px;
    width: 510px;
  }
}
@media screen and (max-width: 750px) {
  .lp-compare__item--our .lp-compare__catch {
    width: 61.733vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-compare__item--our .lp-compare__catch {
    width: 35.938vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-compare__item--our .lp-compare__catch {
    width: 460px;
  }
}
.lp-compare__item--our .lp-compare__text {
  color: #fff;
}
@media screen and (max-width: 750px) {
  .lp-compare__item--our .lp-compare__text {
    -webkit-margin-before: 4vw;
            margin-block-start: 4vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-compare__item--our .lp-compare__text {
    -webkit-margin-before: 2.344vw;
            margin-block-start: 2.344vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-compare__item--our .lp-compare__text {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}
.lp-compare__item--our .lp-compare__text span {
  color: #ffcf19;
}

.lp-reason__item--01 {
  background-image: url(../images/reason_item_bg_01.png);
}
@media screen and (max-width: 750px) {
  .lp-reason__item--01 {
    background-position: 100% -4.667vw;
    -webkit-padding-after: 0;
            padding-block-end: 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-reason__item--01 {
    background-position: 100% 5.156vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-reason__item--01 {
    background-position: 100% 55px;
  }
}
@media screen and (max-width: 750px) {
  .lp-reason__item--01::before {
    right: 1.867vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-reason__item--01::before {
    right: 7.031vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-reason__item--01::before {
    right: 90px;
  }
}
@media screen and (max-width: 750px) {
  .lp-reason__item--01 .lp-reason__num {
    right: -4.8vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-reason__item--01 .lp-reason__num {
    right: -4.844vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-reason__item--01 .lp-reason__num {
    right: -62px;
  }
}
@media screen and (max-width: 750px) {
  .lp-reason__item--01 .lp-reason__image {
    left: -2.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-reason__item--01 .lp-reason__image {
    left: -3.906vw;
    top: -3.906vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-reason__item--01 .lp-reason__image {
    left: -50px;
    top: -50px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-reason__item--01 .lp-reason__content {
    -webkit-margin-start: 39.453vw;
            margin-inline-start: 39.453vw;
    -webkit-padding-before: 4.688vw;
            padding-block-start: 4.688vw;
    width: 43.75vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-reason__item--01 .lp-reason__content {
    -webkit-margin-start: 505px;
            margin-inline-start: 505px;
    -webkit-padding-before: 60px;
            padding-block-start: 60px;
    width: 560px;
  }
}

.lp-reason__item--02 {
  background-image: url(../images/reason_item_bg_02.png);
  background-position: 0 100%;
}
@media screen and (max-width: 750px) {
  .lp-reason__item--02::before {
    left: 1.867vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-reason__item--02::before {
    left: 19.531vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-reason__item--02::before {
    left: 250px;
  }
}
@media screen and (max-width: 750px) {
  .lp-reason__item--02 .lp-reason__num {
    left: 16vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-reason__item--02 .lp-reason__num {
    left: 37.813vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-reason__item--02 .lp-reason__num {
    left: 484px;
  }
}
@media screen and (max-width: 750px) {
  .lp-reason__item--02 .lp-reason__image {
    right: -2.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-reason__item--02 .lp-reason__image {
    right: -3.906vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-reason__item--02 .lp-reason__image {
    right: -50px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-reason__item--02 .lp-reason__content {
    -webkit-margin-start: 4.688vw;
            margin-inline-start: 4.688vw;
    width: 40.625vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-reason__item--02 .lp-reason__content {
    -webkit-margin-start: 60px;
            margin-inline-start: 60px;
    width: 520px;
  }
}
@media screen and (max-width: 750px) {
  .lp-reason__item--02 .lp-reason__deco {
    right: 2.667vw;
    top: 12.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-reason__item--02 .lp-reason__deco {
    bottom: 0;
    right: 22.031vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-reason__item--02 .lp-reason__deco {
    bottom: 0;
    right: 282px;
  }
}

.lp-reason__item--03 {
  background-image: url(../images/reason_item_bg_01.png);
  background-position: 100% 100%;
}
@media screen and (max-width: 750px) {
  .lp-reason__item--03 {
    -webkit-padding-after: 16vw;
            padding-block-end: 16vw;
  }
}
@media screen and (max-width: 750px) {
  .lp-reason__item--03::before {
    right: 1.867vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-reason__item--03::before {
    right: 7.031vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-reason__item--03::before {
    right: 90px;
  }
}
@media screen and (max-width: 750px) {
  .lp-reason__item--03 .lp-reason__num {
    right: -4.8vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-reason__item--03 .lp-reason__num {
    right: -4.844vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-reason__item--03 .lp-reason__num {
    right: -62px;
  }
}
@media screen and (max-width: 750px) {
  .lp-reason__item--03 .lp-reason__image {
    left: -2.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-reason__item--03 .lp-reason__image {
    left: -3.906vw;
    top: -3.906vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-reason__item--03 .lp-reason__image {
    left: -50px;
    top: -50px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-reason__item--03 .lp-reason__content {
    -webkit-margin-start: 39.453vw;
            margin-inline-start: 39.453vw;
    width: 29.688vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-reason__item--03 .lp-reason__content {
    -webkit-margin-start: 505px;
            margin-inline-start: 505px;
    width: 380px;
  }
}
.lp-reason__item--03 .lp-reason__deco {
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .lp-reason__item--03 .lp-reason__deco {
    right: 1.867vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-reason__item--03 .lp-reason__deco {
    right: -0.938vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-reason__item--03 .lp-reason__deco {
    right: -12px;
  }
}

@media screen and (max-width: 750px) {
  .lp-reason__summary {
    -webkit-margin-before: 11.333vw;
            margin-block-start: 11.333vw;
    -webkit-padding-after: 8.667vw;
            padding-block-end: 8.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-reason__summary {
    -webkit-margin-before: 5.859vw;
            margin-block-start: 5.859vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-reason__summary {
    -webkit-margin-before: 75px;
            margin-block-start: 75px;
  }
}

@media screen and (max-width: 750px) {
  .lp-price {
    background: url(../images/price_bg_sp.png) 0 0/100% auto no-repeat #d5e4ed;
  }
}
@media screen and (min-width: 751px) {
  .lp-price {
    background: #d5e4ed;
    position: relative;
  }
}
@media screen and (min-width: 751px) {
  .lp-price::before {
    background: url(../images/price_bg_pc.png) 50% 0 no-repeat;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 1px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    width: 100%;
    z-index: 5;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-price::before {
    height: 23.125vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-price::before {
    height: 296px;
  }
}

@media screen and (max-width: 750px) {
  .lp-price__inner {
    padding-block: 20vw 16.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-price__inner {
    padding-block: 4.531vw 6.641vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-price__inner {
    padding-block: 58px 85px;
  }
}

@media screen and (max-width: 750px) {
  .lp-price__title {
    margin-inline: auto;
    width: 87.2vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-price__title {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-price__title {
    top: -4.531vw;
    width: 56.797vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-price__title {
    top: -58px;
    width: 727px;
  }
}

.lp-price__list {
  display: grid;
}
@media screen and (max-width: 750px) {
  .lp-price__list {
    gap: 2.4vw;
    grid-template-columns: repeat(2, 1fr);
    -webkit-margin-before: -1.067vw;
            margin-block-start: -1.067vw;
    margin-inline: auto;
    width: 89.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-price__list {
    gap: 0.781vw;
    grid-template-columns: repeat(4, 22.813vw);
  }
}
@media screen and (min-width: 1280px) {
  .lp-price__list {
    gap: 10px;
    grid-template-columns: repeat(4, 292px);
  }
}

.lp-price__item {
  background: #e9f1f5;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .lp-price__item {
    border-radius: 1.333vw;
    box-shadow: 1.333vw 1.333vw 1.333vw rgba(70, 145, 183, 0.2);
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-price__item {
    border-radius: 0.781vw;
    box-shadow: 0.781vw 0.781vw 0.781vw rgba(70, 145, 183, 0.2);
  }
}
@media screen and (min-width: 1280px) {
  .lp-price__item {
    border-radius: 10px;
    box-shadow: 10px 10px 10px rgba(70, 145, 183, 0.2);
  }
}

.lp-price__item-body {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp-price__item-body {
    padding-block: 6.667vw 6vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-price__item-body {
    padding-block: 3.906vw 3.125vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-price__item-body {
    padding-block: 50px 40px;
  }
}

.lp-price__item-title {
  background: var(--lp-color-secondary);
  color: #fff;
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.1em;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .lp-price__item-title {
    border-radius: 1.333vw;
    line-height: 1.571;
    width: 36vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-price__item-title {
    line-height: 1.538;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-price__item-title {
    border-radius: 0.781vw;
    font-size: 2.031vw;
    width: 19.531vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-price__item-title {
    border-radius: 10px;
    font-size: 26px;
    width: 250px;
  }
}

.lp-price__item-num {
  color: var(--lp-color-tertiary);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .lp-price__item-num {
    font-size: 5.733vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-price__item-num {
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-price__item-num {
    font-size: 40px;
  }
}

.lp-price__item-tsubo {
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .lp-price__item-tsubo {
    font-size: 3.2vw;
    -webkit-margin-before: 1.333vw;
            margin-block-start: 1.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-price__item-tsubo {
    font-size: 1.719vw;
    -webkit-margin-before: 0.391vw;
            margin-block-start: 0.391vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-price__item-tsubo {
    font-size: 22px;
    -webkit-margin-before: 5px;
            margin-block-start: 5px;
  }
}

.lp-price__text {
  font-weight: 500;
  letter-spacing: 0.14em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp-price__text {
    font-size: 4vw;
    line-height: 1.867;
    -webkit-margin-before: 6.667vw;
            margin-block-start: 6.667vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-price__text {
    line-height: 1.462;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-price__text {
    font-size: 2.031vw;
    -webkit-margin-before: 3.125vw;
            margin-block-start: 3.125vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-price__text {
    font-size: 26px;
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}

.lp-benefit {
  background: #e9f1f5;
  border: solid rgba(255, 255, 255, 0.7);
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp-benefit {
    border-radius: 4vw;
    border-width: 0.933vw;
    box-shadow: 1.333vw 1.333vw 1.333vw rgba(70, 145, 183, 0.2);
    -webkit-margin-before: 13.333vw;
            margin-block-start: 13.333vw;
    padding-block: 18.667vw 9.867vw;
    width: 84vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-benefit {
    border-radius: 2.344vw;
    border-width: 0.547vw;
    box-shadow: 0.781vw 0.781vw 0.781vw rgba(70, 145, 183, 0.2);
    -webkit-margin-before: 6.25vw;
            margin-block-start: 6.25vw;
    padding-block: 7.656vw 2.969vw;
    width: 89.844vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-benefit {
    border-radius: 30px;
    border-width: 7px;
    box-shadow: 10px 10px 10px rgba(70, 145, 183, 0.2);
    -webkit-margin-before: 80px;
            margin-block-start: 80px;
    padding-block: 98px 38px;
    width: 1150px;
  }
}

.lp-benefit__title {
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.1em;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .lp-benefit__title {
    background: url(../images/benefit_title_bg_sp.png) 0/contain no-repeat;
    font-size: 4.4vw;
    height: 17.6vw;
    line-height: 2.121;
    -webkit-padding-before: 1.6vw;
            padding-block-start: 1.6vw;
    -webkit-padding-start: 21.333vw;
            padding-inline-start: 21.333vw;
    top: -6.933vw;
    width: 74.4vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-benefit__title {
    background: url(../images/benefit_title_bg_pc.png) 0/contain no-repeat;
    line-height: 1.824;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-benefit__title {
    font-size: 2.656vw;
    height: 9.375vw;
    -webkit-padding-before: 1.172vw;
            padding-block-start: 1.172vw;
    -webkit-padding-start: 8.984vw;
            padding-inline-start: 8.984vw;
    top: -3.906vw;
    width: 54.844vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-benefit__title {
    font-size: 34px;
    height: 120px;
    -webkit-padding-before: 15px;
            padding-block-start: 15px;
    -webkit-padding-start: 115px;
            padding-inline-start: 115px;
    top: -50px;
    width: 702px;
  }
}

.lp-benefit__title-lead {
  display: block;
  line-height: 1;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .lp-benefit__title-lead {
    left: 3.467vw;
    top: 4vw;
    width: 13.867vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-benefit__title-lead {
    left: 1.719vw;
    top: 1.719vw;
    width: 7.422vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-benefit__title-lead {
    left: 22px;
    top: 22px;
    width: 95px;
  }
}

.lp-benefit__list {
  display: grid;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .lp-benefit__list {
    gap: 13.333vw;
    grid-template-columns: 1fr;
    width: 66.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-benefit__list {
    gap: 1.719vw;
    grid-template-columns: repeat(3, 1fr);
    width: 83.906vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-benefit__list {
    gap: 22px;
    grid-template-columns: repeat(3, 1fr);
    width: 1074px;
  }
}

.lp-benefit__item {
  background: linear-gradient(150deg, rgb(255, 115, 0) 0%, rgb(255, 20, 0) 100%);
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp-benefit__item {
    border-radius: 2.667vw;
    min-height: 56.533vw;
    padding-block: 36.667vw 6.667vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-benefit__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-benefit__item {
    border-radius: 1.563vw;
    gap: 1.563vw;
    padding-block: 6.25vw 2.734vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-benefit__item {
    border-radius: 20px;
    gap: 1.563vw;
    padding-block: 80px 35px;
  }
}

.lp-benefit__icon {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .lp-benefit__icon {
    top: -14.667vw;
    width: 34.267vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-benefit__icon {
    top: -6.016vw;
    width: 14.063vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-benefit__icon {
    top: -77px;
    width: 180px;
  }
}

.lp-benefit__text {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp-benefit__text {
    line-height: 1.643;
  }
}
@media screen and (min-width: 751px) {
  .lp-benefit__text {
    line-height: 1.6;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-benefit__text {
    font-size: 1.563vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-benefit__text {
    font-size: 20px;
  }
}

@media screen and (max-width: 750px) {
  .lp-benefit__remove {
    left: 0;
    position: absolute;
    top: 14.667vw;
    width: 100%;
  }
}

.lp-benefit__remove-lead {
  color: #fcee21;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp-benefit__remove-lead {
    font-size: 4.933vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-benefit__remove-lead {
    font-size: 2.031vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-benefit__remove-lead {
    font-size: 26px;
  }
}

.lp-benefit__remove-price {
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .lp-benefit__remove-price {
    -webkit-margin-before: 0.667vw;
            margin-block-start: 0.667vw;
    width: 58.933vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-benefit__remove-price {
    -webkit-margin-before: 0.391vw;
            margin-block-start: 0.391vw;
    width: 24.453vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-benefit__remove-price {
    -webkit-margin-before: 5px;
            margin-block-start: 5px;
    width: 313px;
  }
}

.lp-benefit__quote {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .lp-benefit__quote {
    gap: 2vw;
    left: 0;
    position: absolute;
    -webkit-padding-start: 3.333vw;
            padding-inline-start: 3.333vw;
    top: 15.333vw;
    width: 100%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-benefit__quote {
    gap: 0.391vw;
    -webkit-padding-before: 0.781vw;
            padding-block-start: 0.781vw;
    -webkit-padding-start: 0.781vw;
            padding-inline-start: 0.781vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-benefit__quote {
    gap: 5px;
    -webkit-padding-before: 10px;
            padding-block-start: 10px;
    -webkit-padding-start: 10px;
            padding-inline-start: 10px;
  }
}

.lp-benefit__quote-lead {
  color: #fcee21;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp-benefit__quote-lead {
    font-size: 4.933vw;
    line-height: 1.378;
  }
}
@media screen and (min-width: 751px) {
  .lp-benefit__quote-lead {
    line-height: 1.385;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-benefit__quote-lead {
    font-size: 2.031vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-benefit__quote-lead {
    font-size: 26px;
  }
}

@media screen and (max-width: 750px) {
  .lp-benefit__quote-price {
    width: 24.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-benefit__quote-price {
    width: 10.547vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-benefit__quote-price {
    width: 135px;
  }
}

@media screen and (max-width: 750px) {
  .lp-benefit__report {
    left: 0;
    position: absolute;
    top: 14.667vw;
    width: 100%;
  }
}

.lp-benefit__report-lead {
  background: #fcee21;
  color: #ff3a00;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp-benefit__report-lead {
    border-radius: 1.333vw;
    font-size: 4.933vw;
    line-height: 1.514;
    width: 39.2vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-benefit__report-lead {
    line-height: 1.538;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-benefit__report-lead {
    border-radius: 0.781vw;
    font-size: 2.031vw;
    width: 16.094vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-benefit__report-lead {
    border-radius: 10px;
    font-size: 26px;
    width: 206px;
  }
}

.lp-benefit__report-text {
  color: #fcee21;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp-benefit__report-text {
    font-size: 6.8vw;
    -webkit-margin-before: 3.333vw;
            margin-block-start: 3.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-benefit__report-text {
    font-size: 2.813vw;
    -webkit-margin-before: 1.172vw;
            margin-block-start: 1.172vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-benefit__report-text {
    font-size: 36px;
    -webkit-margin-before: 15px;
            margin-block-start: 15px;
  }
}

@media screen and (max-width: 750px) {
  .lp-flow__inner {
    padding-block: 14vw 17.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-flow__inner {
    padding-block: 5.859vw 8.203vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-flow__inner {
    padding-block: 75px 105px;
  }
}

.lp-flow__title {
  margin-inline: auto;
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-flow__title {
    width: 78.125vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-flow__title {
    width: 1000px;
  }
}

.lp-step {
  position: relative;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .lp-step {
    -webkit-margin-before: 6vw;
            margin-block-start: 6vw;
    width: 89.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-step {
    -webkit-margin-before: 3.516vw;
            margin-block-start: 3.516vw;
    width: 85.938vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-step {
    -webkit-margin-before: 45px;
            margin-block-start: 45px;
    width: 1100px;
  }
}

.lp-step__list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .lp-step__list {
    gap: 2.933vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-step__list {
    justify-content: space-between;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-step__list {
    gap: 1.406vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-step__list {
    gap: 18px;
  }
}

.lp-step__item {
  align-items: center;
  background: #ddeff9;
  display: flex;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp-step__item {
    border-radius: 1.333vw;
    min-height: 20vw;
    padding-block: 2.933vw;
    -webkit-padding-start: 18.667vw;
            padding-inline-start: 18.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-step__item {
    border-radius: 0.781vw;
    gap: 2.344vw;
    min-height: 6.875vw;
    padding-block: 1.094vw;
    -webkit-padding-start: 7.031vw;
            padding-inline-start: 7.031vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-step__item {
    border-radius: 10px;
    gap: 30px;
    min-height: 88px;
    padding-block: 14px;
    -webkit-padding-start: 90px;
            padding-inline-start: 90px;
  }
}
.lp-step__item--free {
  background: #90d4fc;
}
@media screen and (max-width: 750px) {
  .lp-step__item--free {
    width: 64vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-step__item--free {
    width: 69.531vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-step__item--free {
    width: 890px;
  }
}
.lp-step__item:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
}
@media screen and (max-width: 750px) {
  .lp-step__item:not(:first-child)::before {
    background: url(../images/step_next_sp@2x.png) 50%/contain no-repeat;
    height: 5.333vw;
    left: 8.267vw;
    top: -4vw;
    width: 1.067vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-step__item:not(:first-child)::before {
    background: url(../images/step_next_pc@2x.png) 50%/contain no-repeat;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-step__item:not(:first-child)::before {
    height: 2.5vw;
    left: 9.375vw;
    top: -1.953vw;
    width: 0.469vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-step__item:not(:first-child)::before {
    height: 32px;
    left: 120px;
    top: -25px;
    width: 6px;
  }
}
@media screen and (max-width: 750px) {
  .lp-step__item:last-child::before {
    background: url(../images/step_last_sp@2x.png) 50%/contain no-repeat;
    height: 6.267vw;
    left: 8.267vw;
    top: -4vw;
    width: 1.133vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-step__item:last-child::before {
    background: url(../images/step_last_pc@2x.png) 50%/contain no-repeat;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-step__item:last-child::before {
    height: 3.203vw;
    left: 9.375vw;
    top: -1.953vw;
    width: 0.391vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-step__item:last-child::before {
    height: 41px;
    left: 120px;
    top: -25px;
    width: 5px;
  }
}

@media screen and (max-width: 750px) {
  .lp-step__icon {
    left: 4.533vw;
    position: absolute;
    top: 4.667vw;
    width: 10.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-step__icon {
    width: 4.688vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-step__icon {
    width: 60px;
  }
}

.lp-step__step-num {
  display: block;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .lp-step__step-num {
    width: 11.733vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-step__step-num {
    width: 5.234vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-step__step-num {
    width: 67px;
  }
}

.lp-step__step-title {
  color: #000;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .lp-step__step-title {
    font-size: 4.8vw;
    line-height: 1.278;
    -webkit-margin-before: 1.333vw;
            margin-block-start: 1.333vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-step__step-title {
    line-height: 1.25;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-step__step-title {
    font-size: 1.875vw;
    -webkit-margin-before: 0.781vw;
            margin-block-start: 0.781vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-step__step-title {
    font-size: 24px;
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
  }
}
.lp-step__step-title span {
  display: block;
  font-weight: 400;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
}
@media screen and (max-width: 750px) {
  .lp-step__step-title span {
    font-size: 3.467vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-step__step-title span {
    font-size: 1.406vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-step__step-title span {
    font-size: 18px;
  }
}

.lp-step__balloon {
  background: #fcee21;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .lp-step__balloon {
    border-radius: 2.933vw;
    font-size: 2.933vw;
    line-height: 1.545;
    -webkit-margin-before: 3.333vw;
            margin-block-start: 3.333vw;
    padding-block: 2vw;
    padding-inline: 4.667vw 4vw;
    position: relative;
  }
}
@media screen and (min-width: 751px) {
  .lp-step__balloon {
    line-height: 1.556;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-step__balloon {
    border-radius: 0.547vw;
    left: 37.5vw;
    padding-block: 0.781vw;
    padding-inline: 1.563vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-step__balloon {
    border-radius: 7px;
    left: 480px;
    padding-block: 10px;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 750px) {
  .lp-step__balloon--step02 {
    width: 40.8vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-step__balloon--step02 {
    width: 30.938vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-step__balloon--step02 {
    width: 396px;
  }
}
@media screen and (max-width: 750px) {
  .lp-step__balloon--step05 {
    width: 66.133vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-step__balloon--step05 {
    width: 34.063vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-step__balloon--step05 {
    width: 436px;
  }
}
.lp-step__balloon::before {
  background: #fcee21;
  content: "";
  display: block;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .lp-step__balloon::before {
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    height: 2.267vw;
    left: 4.8vw;
    top: -2vw;
    width: 3.2vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-step__balloon::before {
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    left: 1px;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-step__balloon::before {
    height: calc(1.563vw + 2px);
    width: calc(1.094vw + 1px);
  }
}
@media screen and (min-width: 1280px) {
  .lp-step__balloon::before {
    height: 22px;
    width: 15px;
  }
}

.lp-flow__text {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp-flow__text {
    font-size: 4vw;
    line-height: 2;
    -webkit-margin-before: 8vw;
            margin-block-start: 8vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-flow__text {
    line-height: 2.091;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-flow__text {
    font-size: 1.719vw;
    -webkit-margin-before: 3.516vw;
            margin-block-start: 3.516vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-flow__text {
    font-size: 22px;
    -webkit-margin-before: 45px;
            margin-block-start: 45px;
  }
}

.lp-step__item--final {
  background: linear-gradient(150deg, rgb(255, 115, 0) 0%, rgb(255, 20, 0) 100%);
}
@media screen and (max-width: 750px) {
  .lp-step__item--final {
    padding-block: 8.667vw 7.333vw;
    -webkit-padding-start: 6.667vw;
            padding-inline-start: 6.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-step__item--final {
    gap: 3.906vw;
    padding-block: 2.188vw;
    -webkit-padding-start: 5.938vw;
            padding-inline-start: 5.938vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-step__item--final {
    gap: 50px;
    padding-block: 28px;
    -webkit-padding-start: 76px;
            padding-inline-start: 76px;
  }
}
@media screen and (max-width: 750px) {
  .lp-step__item--final .lp-step__icon {
    left: 6.667vw;
    top: 6vw;
    width: 16vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-step__item--final .lp-step__icon {
    width: 6.875vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-step__item--final .lp-step__icon {
    width: 88px;
  }
}
@media screen and (max-width: 750px) {
  .lp-step__item--final .lp-step__step-num {
    -webkit-margin-start: 18.667vw;
            margin-inline-start: 18.667vw;
    width: 14vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-step__item--final .lp-step__step-num {
    width: 6.172vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-step__item--final .lp-step__step-num {
    width: 79x;
  }
}
.lp-step__item--final .lp-step__step-title {
  color: #fff;
}
@media screen and (max-width: 750px) {
  .lp-step__item--final .lp-step__step-title {
    font-size: 5.333vw;
    -webkit-margin-start: 18.667vw;
            margin-inline-start: 18.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-step__item--final .lp-step__step-title {
    font-size: 2.188vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-step__item--final .lp-step__step-title {
    font-size: 28px;
  }
}

.lp-step__final-text {
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .lp-step__final-text {
    line-height: 1.786;
    -webkit-margin-before: 6vw;
            margin-block-start: 6vw;
    margin-inline: auto;
    width: 76vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-step__final-text {
    line-height: 1.556;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-step__final-text {
    right: 3.125vw;
    width: 43.359vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-step__final-text {
    right: 40px;
    width: 555px;
  }
}

.lp-step__badge {
  align-items: center;
  background: #1a95d9;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 750px) {
  .lp-step__badge {
    border-radius: 2.667vw;
    height: 94.667vw;
    width: 24vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-step__badge {
    border-radius: 1.563vw;
    height: 26.563vw;
    width: 15.625vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-step__badge {
    border-radius: 20px;
    height: 340px;
    width: 200px;
  }
}

.lp-step__badge-text {
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-step__badge-text {
    font-size: 1.875vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-step__badge-text {
    font-size: 24px;
  }
}

.lp-step__badge-em {
  display: block;
}
@media screen and (max-width: 750px) {
  .lp-step__badge-em {
    font-size: 5.6vw;
    line-height: 1.19;
    -webkit-margin-before: 1.333vw;
            margin-block-start: 1.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-step__badge-em {
    font-size: 2.5vw;
    -webkit-margin-before: 0.391vw;
            margin-block-start: 0.391vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-step__badge-em {
    font-size: 32px;
    -webkit-margin-before: 5px;
            margin-block-start: 5px;
  }
}

@media screen and (max-width: 750px) {
  .lp-case {
    background: var(--lp-color-secondary);
  }
}
@media screen and (min-width: 751px) {
  .lp-case {
    background: url(../images/case_bg_pc.png) 50% 0 no-repeat var(--lp-color-secondary);
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-case {
    background-size: 156.25vw auto;
  }
}

.lp-case__inner {
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp-case__inner {
    padding-block: 0 106.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-case__inner {
    margin-inline: auto;
    padding-block: 20.938vw 33.203vw;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .lp-case__inner {
    margin-inline: auto;
    padding-block: 268px 425px;
    width: 1280px;
  }
}

@media screen and (min-width: 751px) {
  .lp-case__title {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-case__title {
    top: -0.391vw;
    width: 47.344vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-case__title {
    top: -5px;
    width: 606px;
  }
}

.lp-case__list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .lp-case__list {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1.6vw;
    -webkit-margin-before: -14.667vw;
            margin-block-start: -14.667vw;
    -webkit-margin-start: 11.333vw;
            margin-inline-start: 11.333vw;
    width: 82.667vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-case__list {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-case__list {
    -webkit-margin-start: 3.125vw;
            margin-inline-start: 3.125vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-case__list {
    -webkit-margin-start: 40px;
            margin-inline-start: 40px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-case__item {
    -webkit-margin-end: -0.781vw;
            margin-inline-end: -0.781vw;
    width: 48.438vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-case__item {
    -webkit-margin-end: -10px;
            margin-inline-end: -10px;
    width: 620px;
  }
}

.lp-voice {
  background: url(../images/voice_bg@2x.png) 50% 0 no-repeat rgba(26, 149, 217, 0.5);
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 750px) {
  .lp-voice {
    background-size: 79.467vw auto;
    -webkit-margin-before: -96.667vw;
            margin-block-start: -96.667vw;
    padding-block: 8.667vw 13.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-voice {
    background-size: 39.063vw auto;
    -webkit-margin-before: -28.125vw;
            margin-block-start: -28.125vw;
    padding-block: 3.906vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-voice {
    background-size: 500px auto;
    -webkit-margin-before: -360px;
            margin-block-start: -360px;
    padding-block: 50px;
  }
}

.lp-voice__title {
  background: #fff;
  border-radius: 100vw;
  color: var(--lp-color-secondary);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-inline: auto;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp-voice__title {
    font-size: 4.533vw;
    line-height: 1.765;
    width: 77.333vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-voice__title {
    line-height: 1.733;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-voice__title {
    font-size: 2.344vw;
    width: 39.844vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-voice__title {
    font-size: 30px;
    width: 510px;
  }
}
.lp-voice__title::after {
  background: #fff;
  bottom: 1px;
  clip-path: polygon(10% 0, 0% 100%, 100% 0);
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media screen and (max-width: 750px) {
  .lp-voice__title::after {
    height: calc(2.88vw + 1px);
    width: calc(5.76vw + 2px);
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-voice__title::after {
    height: calc(1.406vw + 1px);
    width: calc(2.813vw + 2px);
  }
}
@media screen and (min-width: 1280px) {
  .lp-voice__title::after {
    height: 19px;
    width: 38px;
  }
}

.lp-voice__list {
  display: flex;
}
@media screen and (max-width: 750px) {
  .lp-voice__list {
    flex-direction: column;
    gap: 11.333vw;
    -webkit-margin-before: 13.333vw;
            margin-block-start: 13.333vw;
    margin-inline: auto;
    width: 77.333vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-voice__list {
    justify-content: center;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-voice__list {
    gap: 2.5vw;
    -webkit-margin-before: 5.859vw;
            margin-block-start: 5.859vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-voice__list {
    gap: 32px;
    -webkit-margin-before: 75px;
            margin-block-start: 75px;
  }
}

.lp-voice__item {
  background: #fff;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp-voice__item {
    padding-block: 4.667vw 5.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-voice__item {
    padding-block: 1.563vw 2.734vw;
    width: 42.969vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-voice__item {
    padding-block: 20px 35px;
    width: 550px;
  }
}

.lp-voice__num {
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (max-width: 750px) {
  .lp-voice__num {
    width: 20.8vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-voice__num {
    width: 10.156vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-voice__num {
    width: 130px;
  }
}

.lp-voice__avatar {
  position: absolute;
}
@media screen and (max-width: 750px) {
  .lp-voice__avatar {
    left: -1.333vw;
    top: -6vw;
    width: 20.267vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-voice__avatar {
    left: -0.469vw;
    top: -2.734vw;
    width: 10.078vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-voice__avatar {
    left: -6px;
    top: -35px;
    width: 129px;
  }
}

.lp-voice__catch {
  color: #1a95d9;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .lp-voice__catch {
    font-size: 4.267vw;
    line-height: 1.375;
    padding-inline: 23.333vw 6vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-voice__catch {
    line-height: 1.5;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-voice__catch {
    font-size: 1.875vw;
    padding-inline: 11.328vw 2.734vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-voice__catch {
    font-size: 24px;
    padding-inline: 145px 35px;
  }
}

.lp-voice__text {
  letter-spacing: 0.1em;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .lp-voice__text {
    line-height: 1.786;
    -webkit-margin-before: 3.333vw;
            margin-block-start: 3.333vw;
    width: 65.333vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-voice__text {
    line-height: 1.778;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-voice__text {
    -webkit-margin-before: 1.953vw;
            margin-block-start: 1.953vw;
    width: 37.109vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-voice__text {
    -webkit-margin-before: 25px;
            margin-block-start: 25px;
    width: 475px;
  }
}

.lp-voice__message {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp-voice__message {
    -webkit-margin-before: 9.067vw;
            margin-block-start: 9.067vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-voice__message {
    line-height: 1.778;
    margin-inline: auto;
    width: 80%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-voice__message {
    -webkit-margin-before: 2.5vw;
            margin-block-start: 2.5vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-voice__message {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}

.lp-voice__message-mark {
  background: var(--lp-color-tertiary);
  color: #fff;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 0.1em;
  padding-inline: 1em;
}
@media screen and (max-width: 750px) {
  .lp-voice__message-mark {
    border-radius: 1.333vw;
    line-height: 1.786;
  }
  .lp-voice__message-mark:not(:nth-of-type(1)) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media screen and (min-width: 751px) {
  .lp-voice__message-mark {
    line-height: 2.222;
  }
  .lp-voice__message-mark:nth-of-type(1) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-voice__message-mark {
    border-radius: 0.781vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-voice__message-mark {
    border-radius: 10px;
  }
}

@media screen and (max-width: 750px) {
  .lp-faq {
    -webkit-margin-before: -2.133vw;
            margin-block-start: -2.133vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-faq {
    -webkit-margin-before: -0.781vw;
            margin-block-start: -0.781vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-faq {
    -webkit-margin-before: -10px;
            margin-block-start: -10px;
  }
}

@media screen and (max-width: 750px) {
  .lp-faq__inner {
    -webkit-padding-after: 4vw;
            padding-block-end: 4vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-faq__inner {
    -webkit-padding-after: 21.875vw;
            padding-block-end: 21.875vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-faq__inner {
    -webkit-padding-after: 280px;
            padding-block-end: 280px;
  }
}

@media screen and (max-width: 750px) {
  .lp-faq__title {
    -webkit-margin-start: 24vw;
            margin-inline-start: 24vw;
    width: 51.2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-faq__title {
    -webkit-margin-start: 34.766vw;
            margin-inline-start: 34.766vw;
    width: 24.922vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-faq__title {
    -webkit-margin-start: 445px;
            margin-inline-start: 445px;
    width: 319px;
  }
}

.lp-faq__list {
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .lp-faq__list {
    -webkit-margin-before: 6vw;
            margin-block-start: 6vw;
    width: 89.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-faq__list {
    -webkit-margin-before: 3.906vw;
            margin-block-start: 3.906vw;
    width: 85.938vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-faq__list {
    -webkit-margin-before: 50px;
            margin-block-start: 50px;
    width: 1100px;
  }
}

@media screen and (max-width: 750px) {
  .lp-faq__item {
    -webkit-padding-after: 6.667vw;
            padding-block-end: 6.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-faq__item {
    -webkit-padding-after: 3.906vw;
            padding-block-end: 3.906vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-faq__item {
    -webkit-padding-after: 50px;
            padding-block-end: 50px;
  }
}

.lp-faq__question {
  border: solid #1a95d9;
  color: #1a95d9;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp-faq__question {
    border-width: 1px 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    -webkit-font-kerning: normal;
            font-kerning: normal;
    font-size: 4.8vw;
    line-height: 1.588;
    padding-block: 2.133vw;
    padding-inline: 18vw 0;
  }
}
@media screen and (min-width: 751px) {
  .lp-faq__question {
    border-width: 2px 0;
    line-height: 1.462;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-faq__question {
    font-size: 2.031vw;
    padding-block: 1.094vw;
    -webkit-padding-start: 8.984vw;
            padding-inline-start: 8.984vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-faq__question {
    font-size: 26px;
    padding-block: 14px;
    -webkit-padding-start: 115px;
            padding-inline-start: 115px;
  }
}
.lp-faq__question::before {
  background: #1a95d9;
  content: "";
  display: block;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .lp-faq__question::before {
    height: calc(100% - 5.067vw);
    left: 14.667vw;
    top: 2.533vw;
    width: 1px;
  }
}
@media screen and (min-width: 751px) {
  .lp-faq__question::before {
    width: 2px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-faq__question::before {
    height: calc(100% - 1.406vw);
    left: 7.422vw;
    top: 0.703vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-faq__question::before {
    height: calc(100% - 18px);
    left: 95px;
    top: 9px;
  }
}

.lp-faq__num {
  line-height: 1;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .lp-faq__num {
    left: 2.667vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9.467vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-faq__num {
    left: 1.719vw;
    top: 1.563vw;
    width: 3.672vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-faq__num {
    left: 22px;
    top: 20px;
    width: 47px;
  }
}

.lp-faq__answer {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .lp-faq__answer {
    line-height: 1.786;
    -webkit-margin-before: 4vw;
            margin-block-start: 4vw;
    margin-inline: auto;
    width: 82.667vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-faq__answer {
    line-height: 1.667;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-faq__answer {
    -webkit-margin-before: 1.953vw;
            margin-block-start: 1.953vw;
    -webkit-margin-start: 8.984vw;
            margin-inline-start: 8.984vw;
    width: 71.484vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-faq__answer {
    -webkit-margin-before: 25px;
            margin-block-start: 25px;
    -webkit-margin-start: 115px;
            margin-inline-start: 115px;
    width: 915px;
  }
}

@media screen and (max-width: 750px) {
  .lp-bottom {
    background: url(../images/bottom_bg_sp.png) 0 0/100% auto no-repeat #ddeff9;
  }
}
@media screen and (min-width: 751px) {
  .lp-bottom {
    background: #ddeff9;
    position: relative;
  }
}
@media screen and (min-width: 751px) {
  .lp-bottom::before {
    background: url(../images/bottom_bg_pc.png) 50% 0 no-repeat;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 1px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    width: 100%;
    z-index: 5;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-bottom::before {
    background-size: 156.25vw auto;
    height: 23.125vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-bottom::before {
    height: 296px;
  }
}

@media screen and (max-width: 750px) {
  .lp-bottom__inner {
    padding-block: 4.667vw 16.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-bottom__inner {
    padding-block: 2.344vw 5.469vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-bottom__inner {
    padding-block: 30px 70px;
  }
}

.lp-call {
  position: relative;
}
.lp-call::before {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .lp-call::before {
    height: calc(100% - 93.067vw);
    left: 8.267vw;
    width: 2px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-call::before {
    height: calc(100% - 15.625vw);
    left: 4.844vw;
    width: 3px;
  }
}
@media screen and (min-width: 1280px) {
  .lp-call::before {
    height: calc(100% - 200px);
    left: 62px;
    width: 3px;
  }
}
@media screen and (min-width: 751px) {
  .lp-call::after {
    background: url(../images/call_bg_pc.png) 0/contain no-repeat;
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-call::after {
    height: 23.281vw;
    left: 3.281vw;
    top: -8.984vw;
    width: 2.969vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-call::after {
    height: 298px;
    left: 42px;
    top: -115px;
    width: 38px;
  }
}

@media screen and (max-width: 750px) {
  .lp-call__catch {
    margin-inline: auto;
    width: 89.333vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-call__catch {
    position: absolute;
    z-index: 5;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-call__catch {
    left: 13.75vw;
    top: -18.75vw;
    width: 69.531vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-call__catch {
    left: 176px;
    top: -240px;
    width: 890px;
  }
}

.lp-call__title {
  background: #7bccfc;
  border-radius: 100vw;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp-call__title {
    font-size: 4vw;
    line-height: 2;
    -webkit-margin-before: 8vw;
            margin-block-start: 8vw;
    -webkit-margin-start: 15.2vw;
            margin-inline-start: 15.2vw;
    width: 72vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-call__title {
    line-height: 1.7;
    position: relative;
    z-index: 5;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-call__title {
    font-size: 1.563vw;
    -webkit-margin-start: 35.156vw;
            margin-inline-start: 35.156vw;
    width: 28.438vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-call__title {
    font-size: 20px;
    -webkit-margin-start: 450px;
            margin-inline-start: 450px;
    width: 364px;
  }
}

.lp-call__text {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .lp-call__text {
    line-height: 1.786;
    -webkit-margin-before: 4vw;
            margin-block-start: 4vw;
    -webkit-margin-start: 15.2vw;
            margin-inline-start: 15.2vw;
    width: 77.333vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-call__text {
    line-height: 1.889;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-call__text {
    -webkit-margin-before: 1.563vw;
            margin-block-start: 1.563vw;
    -webkit-margin-start: 14.297vw;
            margin-inline-start: 14.297vw;
    width: 71.641vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-call__text {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    -webkit-margin-start: 183px;
            margin-inline-start: 183px;
    width: 917px;
  }
}

.lp-area {
  background: #fff;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp-area {
    border-radius: 4vw;
    -webkit-margin-before: 6.667vw;
            margin-block-start: 6.667vw;
    padding-block: 5.6vw 6vw;
    width: 89.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-area {
    border-radius: 2.344vw;
    -webkit-margin-before: 3.906vw;
            margin-block-start: 3.906vw;
    padding-block: 2.344vw 3.516vw;
    width: 78.125vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-area {
    border-radius: 30px;
    -webkit-margin-before: 50px;
            margin-block-start: 50px;
    padding-block: 30px 45px;
    width: 1000px;
  }
}

.lp-area__title {
  background: #7bccfc;
  border-bottom-right-radius: 100vw;
  border-top-right-radius: 100vw;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .lp-area__title {
    font-size: 4.8vw;
    line-height: 1.667;
    text-align: center;
    width: 58.667vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-area__title {
    line-height: 1.429;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-area__title {
    font-size: 2.188vw;
    -webkit-padding-start: 4.375vw;
            padding-inline-start: 4.375vw;
    width: 28.438vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-area__title {
    font-size: 28px;
    -webkit-padding-start: 56px;
            padding-inline-start: 56px;
    width: 364px;
  }
}

.lp-area__catch {
  color: #3db5f2;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .lp-area__catch {
    font-size: 4.8vw;
    line-height: 1.611;
    -webkit-margin-before: 3.333vw;
            margin-block-start: 3.333vw;
    -webkit-margin-start: 8vw;
            margin-inline-start: 8vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-area__catch {
    line-height: 1.429;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-area__catch {
    font-size: 2.188vw;
    -webkit-margin-before: 1.172vw;
            margin-block-start: 1.172vw;
    -webkit-margin-start: 4.375vw;
            margin-inline-start: 4.375vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-area__catch {
    font-size: 28px;
    -webkit-margin-before: 15px;
            margin-block-start: 15px;
    -webkit-margin-start: 56px;
            margin-inline-start: 56px;
  }
}

.lp-area__text {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .lp-area__text {
    line-height: 1.786;
    -webkit-margin-before: 4vw;
            margin-block-start: 4vw;
    margin-inline: auto;
    width: 73.333vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-area__text {
    line-height: 1.667;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-area__text {
    -webkit-margin-before: 1.563vw;
            margin-block-start: 1.563vw;
    -webkit-margin-start: 3.828vw;
            margin-inline-start: 3.828vw;
    width: 43.75vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-area__text {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    -webkit-margin-start: 49px;
            margin-inline-start: 49px;
    width: 560px;
  }
}

@media screen and (max-width: 750px) {
  .lp-area__image {
    -webkit-margin-before: 3.333vw;
            margin-block-start: 3.333vw;
    margin-inline: auto;
    width: 66.667vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-area__image {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-area__image {
    right: 4.844vw;
    width: 27.344vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-area__image {
    right: 62px;
    width: 350px;
  }
}

.lp-area__more {
  background: url(../images/area_more.png) 50% 50%/contain no-repeat;
  color: #fff;
  position: absolute;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp-area__more {
    height: 42.8vw;
    left: 4.267vw;
    -webkit-padding-before: 10.667vw;
            padding-block-start: 10.667vw;
    top: -9.6vw;
    width: 44.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-area__more {
    bottom: -6.641vw;
    height: 25.078vw;
    left: -27.813vw;
    -webkit-padding-before: 6.094vw;
            padding-block-start: 6.094vw;
    width: 26.172vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-area__more {
    bottom: -85px;
    height: 321px;
    left: -356px;
    -webkit-padding-before: 78px;
            padding-block-start: 78px;
    width: 335px;
  }
}

.lp-area__more-lead {
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .lp-area__more-lead {
    font-size: 4.4vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-area__more-lead {
    font-size: 2.578vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-area__more-lead {
    font-size: 33px;
  }
}
.lp-area__more-lead::before, .lp-area__more-lead::after {
  background: #fff;
  content: "";
  display: inline-block;
  height: 0.93em;
  margin-inline: 0.5em;
  vertical-align: middle;
  width: 2px;
}
.lp-area__more-lead::before {
  -webkit-transform: rotate(-22deg);
          transform: rotate(-22deg);
}
.lp-area__more-lead::after {
  -webkit-transform: rotate(22deg);
          transform: rotate(22deg);
}

.lp-area__more-text {
  line-height: 1.35;
  -webkit-margin-before: 0.3em;
          margin-block-start: 0.3em;
}
@media screen and (max-width: 750px) {
  .lp-area__more-text {
    font-size: 5.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-area__more-text {
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-area__more-text {
    font-size: 40px;
  }
}

@media screen and (max-width: 750px) {
  .lp-area__message {
    font-size: 4vw;
    line-height: 2;
    -webkit-margin-before: 4vw;
            margin-block-start: 4vw;
    margin-inline: auto;
    text-align: center;
    width: 92vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-area__message {
    line-height: 2.273;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-area__message {
    font-size: 1.719vw;
    -webkit-margin-before: 2.344vw;
            margin-block-start: 2.344vw;
    -webkit-margin-start: 30.859vw;
            margin-inline-start: 30.859vw;
    width: 54.688vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-area__message {
    font-size: 22px;
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
    -webkit-margin-start: 395px;
            margin-inline-start: 395px;
    width: 700px;
  }
}

.lp-about {
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .lp-about {
    -webkit-margin-before: 10.667vw;
            margin-block-start: 10.667vw;
    width: 89.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-about {
    -webkit-margin-before: 4.297vw;
            margin-block-start: 4.297vw;
    width: 78.125vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-about {
    -webkit-margin-before: 55px;
            margin-block-start: 55px;
    width: 1000px;
  }
}

@media screen and (max-width: 750px) {
  .lp-about__row {
    display: block;
  }
}
.lp-about__row:last-child .lp-about__th,
.lp-about__row:last-child .lp-about__td {
  border-bottom: 0;
}

.lp-about__th,
.lp-about__td {
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .lp-about__th,
  .lp-about__td {
    display: block;
    line-height: 1.786;
    padding-block: 2.667vw;
    -webkit-padding-start: 4.8vw;
            padding-inline-start: 4.8vw;
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .lp-about__th,
  .lp-about__td {
    line-height: 1.875;
    vertical-align: text-top;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-about__th,
  .lp-about__td {
    font-size: 1.25vw;
    padding-block: 0.781vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-about__th,
  .lp-about__td {
    font-size: 16px;
    padding-block: 10px;
  }
}

.lp-about__th {
  background: #748e9f;
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  .lp-about__th {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-about__th {
    -webkit-padding-start: 3.75vw;
            padding-inline-start: 3.75vw;
    width: 15.625vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-about__th {
    -webkit-padding-start: 48px;
            padding-inline-start: 48px;
    width: 200px;
  }
}

.lp-about__td {
  background: #fff;
}
@media screen and (min-width: 751px) {
  .lp-about__td {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-about__td {
    -webkit-padding-start: 3.281vw;
            padding-inline-start: 3.281vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-about__td {
    -webkit-padding-start: 42px;
            padding-inline-start: 42px;
  }
}

.lp-contact {
  background: #a5dcfd;
}
@media screen and (max-width: 750px) {
  .lp-contact {
    border-radius: 4vw;
    -webkit-margin-before: 16.667vw;
            margin-block-start: 16.667vw;
    margin-inline: auto;
    padding-block: 12.667vw 13.333vw;
    width: 89.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-contact {
    border-radius: 2.344vw;
    -webkit-margin-before: 10.156vw;
            margin-block-start: 10.156vw;
    padding-block: 5.469vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-contact {
    border-radius: 30px;
    -webkit-margin-before: 130px;
            margin-block-start: 130px;
    padding-block: 70px;
  }
}

.lp-contact__title {
  letter-spacing: 0.14em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp-contact__title {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-contact__title {
    font-size: 2.344vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-contact__title {
    font-size: 30px;
  }
}

.lp-form {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .lp-form {
    gap: 6.667vw;
    -webkit-margin-before: 8.667vw;
            margin-block-start: 8.667vw;
    width: 80vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-form {
    gap: 2.344vw;
    -webkit-margin-before: 1.953vw;
            margin-block-start: 1.953vw;
    width: 54.688vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-form {
    gap: 30px;
    -webkit-margin-before: 25px;
            margin-block-start: 25px;
    width: 700px;
  }
}

.lp-form__label {
  letter-spacing: 0.1em;
  line-height: 1;
}

.lp-form__tag--req,
.lp-form__tag--optional {
  color: #fff;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 0.04em;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .lp-form__tag--req,
  .lp-form__tag--optional {
    border-radius: 0.8vw;
    font-size: 3.6vw;
    line-height: 1.407;
    -webkit-margin-start: 1.333vw;
            margin-inline-start: 1.333vw;
    width: 10.133vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-form__tag--req,
  .lp-form__tag--optional {
    line-height: 1.625;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-form__tag--req,
  .lp-form__tag--optional {
    border-radius: 0.469vw;
    font-size: 1.25vw;
    -webkit-margin-start: 0.781vw;
            margin-inline-start: 0.781vw;
    width: 3.906vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-form__tag--req,
  .lp-form__tag--optional {
    border-radius: 6px;
    font-size: 16px;
    -webkit-margin-start: 10px;
            margin-inline-start: 10px;
    width: 50px;
  }
}

.lp-form__tag--req {
  background: var(--lp-color-tertiary);
}

.lp-form__tag--optional {
  background: #808080;
}

img.wpcf7-captchac {
  -webkit-margin-start: 0.5em;
          margin-inline-start: 0.5em;
  vertical-align: middle;
  width: auto;
}

@media screen and (max-width: 750px) {
  .lp-form__field {
    -webkit-margin-before: 2.667vw;
            margin-block-start: 2.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-form__field {
    -webkit-margin-before: 1.406vw;
            margin-block-start: 1.406vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-form__field {
    -webkit-margin-before: 18px;
            margin-block-start: 18px;
  }
}

input.wpcf7-form-control.wpcf7-text.lp-form__input {
  background: #fff;
  border: 0;
  margin-block: 0;
  width: 100%;
}
@media screen and (max-width: 750px) {
  input.wpcf7-form-control.wpcf7-text.lp-form__input {
    border-radius: 0.533vw;
    line-height: 1.786;
    padding-block: 2.667vw;
    padding-inline: 4.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  input.wpcf7-form-control.wpcf7-text.lp-form__input {
    border-radius: 0.313vw;
    font-size: 1.406vw;
    padding-block: 0.938vw;
    padding-inline: 2.344vw;
  }
}
@media screen and (min-width: 1280px) {
  input.wpcf7-form-control.wpcf7-text.lp-form__input {
    border-radius: 4px;
    font-size: 18px;
    padding-block: 12px;
    padding-inline: 25px;
  }
}

.lp-form__captchar {
  background: #fff;
  border: 0;
  margin-block: 0;
}
@media screen and (max-width: 750px) {
  .lp-form__captchar {
    border-radius: 0.533vw;
    line-height: 1.786;
    padding-block: 2.667vw;
    padding-inline: 4.667vw;
    width: 44vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-form__captchar {
    border-radius: 0.313vw;
    font-size: 1.406vw;
    padding-block: 0.938vw;
    padding-inline: 2.344vw;
    width: 15.625vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-form__captchar {
    border-radius: 4px;
    font-size: 18px;
    padding-block: 12px;
    padding-inline: 25px;
    width: 200px;
  }
}

textarea.wpcf7-form-control.wpcf7-textarea.lp-form__textarea {
  background: #fff;
  border: 0;
  margin-block: 0;
  width: 100%;
}
@media screen and (max-width: 750px) {
  textarea.wpcf7-form-control.wpcf7-textarea.lp-form__textarea {
    border-radius: 0.533vw;
    font-size: 3.733vw;
    line-height: 1.786;
    padding-block: 2.667vw;
    padding-inline: 4.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  textarea.wpcf7-form-control.wpcf7-textarea.lp-form__textarea {
    border-radius: 0.313vw;
    font-size: 1.406vw;
    padding-block: 0.938vw;
    padding-inline: 2.344vw;
  }
}
@media screen and (min-width: 1280px) {
  textarea.wpcf7-form-control.wpcf7-textarea.lp-form__textarea {
    border-radius: 4px;
    font-size: 18px;
    padding-block: 12px;
    padding-inline: 25px;
  }
}
@media screen and (max-width: 750px) {
  textarea.wpcf7-form-control.wpcf7-textarea.lp-form__textarea--addr {
    height: 18.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  textarea.wpcf7-form-control.wpcf7-textarea.lp-form__textarea--addr {
    height: 3.906vw;
  }
}
@media screen and (min-width: 1280px) {
  textarea.wpcf7-form-control.wpcf7-textarea.lp-form__textarea--addr {
    height: 50px;
  }
}
@media screen and (max-width: 750px) {
  textarea.wpcf7-form-control.wpcf7-textarea.lp-form__textarea--message {
    height: 40vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  textarea.wpcf7-form-control.wpcf7-textarea.lp-form__textarea--message {
    height: 11.719vw;
  }
}
@media screen and (min-width: 1280px) {
  textarea.wpcf7-form-control.wpcf7-textarea.lp-form__textarea--message {
    height: 150px;
  }
}

.wpcf7-not-valid-tip {
  color: var(--lp-color-tertiary);
  display: block;
  font-size: 0.8em;
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
}

.lp-form__submit-wrap {
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .lp-form__submit-wrap {
    -webkit-margin-before: 8vw;
            margin-block-start: 8vw;
    width: 67.733vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-form__submit-wrap {
    -webkit-margin-before: 3.125vw;
            margin-block-start: 3.125vw;
    width: 39.688vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-form__submit-wrap {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
    width: 508px;
  }
}

input.wpcf7-submit.lp-form__submit {
  background: 0/cover no-repeat;
  border: 0;
  color: #fff;
  display: block;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
}
@media screen and (max-width: 750px) {
  input.wpcf7-submit.lp-form__submit {
    background-image: url(../images/btn_submit_sp.png);
    -webkit-filter: drop-shadow(1.067vw 1.067vw 1.067vw rgba(0, 140, 255, 0.3));
            filter: drop-shadow(1.067vw 1.067vw 1.067vw rgba(0, 140, 255, 0.3));
    font-size: 4.8vw;
    line-height: 3.556;
  }
}
@media screen and (min-width: 751px) {
  input.wpcf7-submit.lp-form__submit {
    background-image: url(../images/btn_submit_pc.png);
    line-height: 3.385;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  input.wpcf7-submit.lp-form__submit {
    -webkit-filter: drop-shadow(0.625vw 0.625vw 0.625vw rgba(0, 140, 255, 0.3));
            filter: drop-shadow(0.625vw 0.625vw 0.625vw rgba(0, 140, 255, 0.3));
    font-size: 2.031vw;
  }
}
@media screen and (min-width: 1280px) {
  input.wpcf7-submit.lp-form__submit {
    -webkit-filter: drop-shadow(8px 8px 8px rgba(0, 140, 255, 0.3));
            filter: drop-shadow(8px 8px 8px rgba(0, 140, 255, 0.3));
    font-size: 26px;
  }
}
@media (any-hover: hover) {
  input.wpcf7-submit.lp-form__submit:hover {
    opacity: 0.8;
  }
}

.lp-footer {
  background: var(--lp-color-secondary);
  color: #fff;
}

@media screen and (max-width: 750px) {
  .lp-footer__inner {
    padding-block: 5.333vw 6vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-footer__inner {
    padding-block: 2.344vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-footer__inner {
    padding-block: 30px;
  }
}

.lp-footer__nav {
  display: flex;
  gap: 0.5em;
  justify-content: center;
}

.lp-footer__nav-item {
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .lp-footer__nav-item {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-footer__nav-item {
    font-size: 1.094vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-footer__nav-item {
    font-size: 14px;
  }
}
.lp-footer__nav-item:not(:last-child) {
  border-right: 1px solid #fff;
  -webkit-padding-end: 0.5em;
          padding-inline-end: 0.5em;
}

.lp-footer__link {
  color: #fff;
}
@media (any-hover: hover) {
  .lp-footer__link:hover {
    text-decoration: underline;
  }
}

.lp-copyright {
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp-copyright {
    font-size: 3.2vw;
    -webkit-margin-before: 3.2vw;
            margin-block-start: 3.2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-copyright {
    font-size: 1.094vw;
    -webkit-margin-before: 1.25vw;
            margin-block-start: 1.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-copyright {
    font-size: 14px;
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}

@media screen and (max-width: 750px) {
  .lp-header + main .lp-thanks {
    -webkit-padding-before: 17.333vw;
            padding-block-start: 17.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-header + main .lp-thanks {
    -webkit-padding-before: 6.25vw;
            padding-block-start: 6.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-header + main .lp-thanks {
    -webkit-padding-before: 80px;
            padding-block-start: 80px;
  }
}

.lp-thanks {
  background: #ddeff9;
}

@media screen and (max-width: 750px) {
  .lp-thanks__inner {
    padding-block: 16.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-thanks__inner {
    padding-block: 7.813vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-thanks__inner {
    padding-block: 100px;
  }
}

.lp-thanks__content {
  background: #a5dcfd;
}
@media screen and (max-width: 750px) {
  .lp-thanks__content {
    border-radius: 4vw;
    margin-inline: auto;
    padding-block: 11.333vw 13.333vw;
    width: 89.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-thanks__content {
    border-radius: 2.344vw;
    padding-block: 7.031vw 8.594vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-thanks__content {
    border-radius: 30px;
    padding-block: 90px 110px;
  }
}

.lp-thanks__title {
  letter-spacing: 0.14em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp-thanks__title {
    font-size: 4.8vw;
    line-height: 1.667;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-thanks__title {
    font-size: 2.344vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-thanks__title {
    font-size: 30px;
  }
}

.lp-thanks__text {
  letter-spacing: 0.1em;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp-thanks__text {
    line-height: 1.786;
    -webkit-margin-before: 6.667vw;
            margin-block-start: 6.667vw;
    width: 70.667vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-thanks__text {
    line-height: 1.889;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-thanks__text {
    -webkit-margin-before: 2.734vw;
            margin-block-start: 2.734vw;
    width: 54.688vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-thanks__text {
    -webkit-margin-before: 35px;
            margin-block-start: 35px;
    width: 700px;
  }
}

.lp-thanks__btn {
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .lp-thanks__btn {
    -webkit-margin-before: 8.667vw;
            margin-block-start: 8.667vw;
    width: 67.733vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-thanks__btn {
    -webkit-margin-before: 2.734vw;
            margin-block-start: 2.734vw;
    width: 39.688vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-thanks__btn {
    -webkit-margin-before: 35px;
            margin-block-start: 35px;
    width: 508px;
  }
}

.lp-thanks__btn-link {
  background: 0/cover no-repeat;
  border: 0;
  color: #fff;
  display: block;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
}
@media screen and (max-width: 750px) {
  .lp-thanks__btn-link {
    background-image: url(../images/btn_thanks_sp.png);
    -webkit-filter: drop-shadow(1.067vw 1.067vw 1.067vw rgba(0, 140, 255, 0.3));
            filter: drop-shadow(1.067vw 1.067vw 1.067vw rgba(0, 140, 255, 0.3));
    font-size: 4.8vw;
    line-height: 3.556;
  }
}
@media screen and (min-width: 751px) {
  .lp-thanks__btn-link {
    background-image: url(../images/btn_thanks_pc.png);
    line-height: 3.385;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .lp-thanks__btn-link {
    -webkit-filter: drop-shadow(0.625vw 0.625vw 0.625vw rgba(0, 140, 255, 0.3));
            filter: drop-shadow(0.625vw 0.625vw 0.625vw rgba(0, 140, 255, 0.3));
    font-size: 2.031vw;
  }
}
@media screen and (min-width: 1280px) {
  .lp-thanks__btn-link {
    -webkit-filter: drop-shadow(8px 8px 8px rgba(0, 140, 255, 0.3));
            filter: drop-shadow(8px 8px 8px rgba(0, 140, 255, 0.3));
    font-size: 26px;
  }
}
@media (any-hover: hover) {
  .lp-thanks__btn-link:hover {
    opacity: 0.8;
  }
}/*# sourceMappingURL=style.css.map */