@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.0833333333vw;
  background-color: #e3e6ec;
  color: #0E1C40;
}

@media screen and (min-width: 768px) {
  body {
    font-size: clamp(12px, 1.1111111111vw, 16px);
  }
}
img {
  pointer-events: none;
}

a {
  -webkit-touch-callout: none; /* 長押しでのコールアウトを無効化 */
}

@font-face {
  font-family: "ShipporiMincho";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ShipporiMincho-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "ShipporiMincho";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ShipporiMincho-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "ShipporiMincho";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/ShipporiMincho-ExtraBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Noto_Sans_JP_Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Noto_Sans_JP_Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Noto_Sans_JP_SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Roboto Serif";
  font-style: italic; /* ← ここを italic に */
  font-weight: 500;
  src: url("../fonts/RobotoSerif_MediumItalic.woff2") format("woff2");
  font-display: swap;
}
.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .tab {
    display: none !important;
  }
}

.tab-lg {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .tab-lg {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .mt-8 {
    margin-top: 8px;
  }
  .mt-16 {
    margin-top: 16px;
  }
  .mt-24 {
    margin-top: 24px;
  }
  .mt-32 {
    margin-top: 32px;
  }
  .mt-40 {
    margin-top: 40px;
  }
  .mt-48 {
    margin-top: 48px;
  }
  .mt-56 {
    margin-top: 56px;
  }
  .mt-64 {
    margin-top: 64px;
  }
  .mt-72 {
    margin-top: 72px;
  }
  .mt-80 {
    margin-top: 80px;
  }
  .mt-88 {
    margin-top: 88px;
  }
  .mt-96 {
    margin-top: 96px;
  }
  .mt-100 {
    margin-top: 100px;
  }
  .mt-120 {
    margin-top: 120px;
  }
  .mt-140 {
    margin-top: 140px;
  }
  .mt-160 {
    margin-top: 160px;
  }
}
@media screen and (max-width: 768px) {
  .mt-sp-8 {
    margin-top: 8px;
  }
  .mt-sp-16 {
    margin-top: 16px;
  }
  .mt-sp-24 {
    margin-top: 24px;
  }
  .mt-sp-32 {
    margin-top: 32px;
  }
  .mt-sp-40 {
    margin-top: 40px;
  }
  .mt-sp-48 {
    margin-top: 48px;
  }
  .mt-sp-56 {
    margin-top: 56px;
  }
  .mt-sp-64 {
    margin-top: 64px;
  }
  .mt-sp-72 {
    margin-top: 72px;
  }
  .mt-sp-80 {
    margin-top: 80px;
  }
  .mt-sp-88 {
    margin-top: 88px;
  }
  .mt-sp-96 {
    margin-top: 96px;
  }
  .mt-sp-100 {
    margin-top: 100px;
  }
  .mt-sp-120 {
    margin-top: 120px;
  }
  .mt-sp-140 {
    margin-top: 140px;
  }
  .mt-sp-160 {
    margin-top: 160px;
  }
}
.lp-inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lp-inner {
    padding-right: 3.3333333333vw;
    padding-left: 3.3333333333vw;
  }
}

.lp-inner--sm {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lp-inner--sm {
    padding-right: 3.3333333333vw;
    padding-left: 3.3333333333vw;
  }
}

.lp-inner--wide {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lp-inner--wide {
    max-width: 1206px;
    padding-right: 48px;
    padding-left: 48px;
  }
}

.lp-cta-btn__link {
  display: inline-block;
  font-size: 5.1282051282vw;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03em;
  padding-top: 2.8205128205vw;
  padding-bottom: 3.5897435897vw;
  text-align: center;
  border-radius: 1000px;
  color: #fff;
  border: 2px solid transparent;
  position: relative;
  transition: color 0.3s ease 0s, --bgOpacityRate 0.3s ease 0s, border 0.3s ease 0s;
  width: 78.9743589744vw;
}

@media screen and (min-width: 768px) {
  .lp-cta-btn__link {
    font-size: 1.7361111111vw;
    padding-top: 0.9722222222vw;
    padding-bottom: 1.1805555556vw;
    width: 26.7361111111vw;
  }
}
.lp-cta-btn__link-text {
  position: relative;
  z-index: 2;
}

.bg-gradation {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 1000px;
  --bgOpacityRate: 1;
  background-image: linear-gradient(80deg, rgb(239, 104, 62) 0%, rgb(239, 104, 62) 40%, rgb(244, 179, 65) 90%);
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.lp-cta-btn__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6.4102564103vw;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.4102564103vw;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

@media screen and (min-width: 768px) {
  .lp-cta-btn__link::after {
    right: 2.1527777778vw;
    width: 0.4847222222vw;
  }
}
.lp-cta-btn__link:hover {
  color: #F06D3E;
  --bgOpacityRate: 0;
  border: 2px solid #F06D3E;
  background-color: #fff;
}
.lp-cta-btn__link:hover::after {
  background-color: #F06D3E;
}
.lp-cta-btn__link:hover .bg-gradation {
  opacity: 0;
}

.lp-main {
  margin-top: 16.1538461538vw;
}

@media screen and (min-width: 768px) {
  .lp-main {
    margin-top: 80px;
  }
}
.lp-main__contents-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lp-main__contents {
  width: 100%;
}

.lp-main__side-contents {
  display: none;
}

@media screen and (min-width: 768px) {
  .lp-main__contents {
    width: 100%;
  }
  .lp-main__side-contents {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .lp-main__contents {
    width: calc(100% - 383px);
  }
  .lp-main__side-contents {
    display: block;
    width: 383px;
    overflow-y: scroll;
  }
  .lp-main__form-container {
    padding: 40px 24px 100px;
  }
}
.lp-bg-blue {
  background-image: linear-gradient(85deg, rgb(29, 47, 94) 0%, rgb(60, 98, 196) 80%);
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 97%, 50% 100%, 0 97%);
          clip-path: polygon(0% 0%, 100% 0, 100% 97%, 50% 100%, 0 97%);
  padding-bottom: 21.3333333333vw;
}

@media screen and (min-width: 768px) {
  .lp-bg-blue {
    padding-bottom: 10.4166666667vw;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 92%, 50% 100%, 0 92%);
            clip-path: polygon(0% 0%, 100% 0, 100% 92%, 50% 100%, 0 92%);
  }
}
.lp-header {
  width: 100%;
  height: 16.1538461538vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1000;
}

@media screen and (min-width: 768px) {
  .lp-header {
    height: 80px;
  }
}
.lp-header__inner {
  margin-left: 5.1282051282vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .lp-header__inner {
    margin-left: min(4.375vw, 63px);
  }
}
.lp-header__logo {
  width: 30.7692307692vw;
  height: auto;
}

@media screen and (min-width: 768px) {
  .lp-header__logo {
    width: 194px;
    aspect-ratio: 194/48;
  }
}
@media screen and (min-width: 768px) {
  .lp-header__tel {
    margin-left: auto;
  }
  .lp-header__tel a {
    display: block;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.3;
    padding-left: 16.5px;
    position: relative;
    color: #0E1C40;
    pointer-events: none;
  }
}
.lp-header__tel a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../images/ico_tel.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .lp-header__contact {
    margin-left: 40px;
    width: 196px;
    height: 100%;
  }
  .lp-header__contact a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #00a9a0;
    color: #fff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.3;
  }
}
.lp-main__side-contents {
  position: sticky;
  top: 16.1538461538vw;
  height: 100vh;
  background-color: #EDF5F8;
}

@media screen and (min-width: 768px) {
  .lp-main__side-contents {
    top: 80px;
  }
}
.lp-section__title--en {
  font-family: "ShipporiMincho", serif;
  font-size: 3.5897435897vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #3d62c4;
}

@media screen and (min-width: 768px) {
  .lp-section__title--en {
    font-size: 1.8518518519vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-section__title--en {
    font-size: 1.3888888889vw;
  }
}
.lp-section__title--jp {
  font-family: "ShipporiMincho", serif;
  font-size: 8.2051282051vw;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  margin-top: 4.1025641026vw;
}

@media screen and (min-width: 768px) {
  .lp-section__title--jp {
    font-size: 3.7037037037vw;
    margin-top: 1.4814814815vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-section__title--jp {
    font-size: 2.7777777778vw;
    margin-top: 1.1111111111vw;
  }
}
.lp-mv {
  position: relative;
  padding: 5.1282051282vw;
}

@media screen and (min-width: 768px) {
  .lp-mv {
    padding: min(1.8055555556vw, 26px) min(1.6666666667vw, 24px);
  }
}
.lp-mv::after {
  content: "";
  position: absolute;
  top: calc(100% - 22.0512820513vw);
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 780/532;
  background-image: url(../images/mv__img--sp.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .lp-mv::after {
    width: 70.1851851852vw;
    top: 11.1111111111vw;
    aspect-ratio: 1517/1112;
    left: calc(100% - 70.1851851852vw);
    background-image: url(../images/mv__img.webp);
    -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 69%, 20% 69%);
            clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 69%, 20% 69%);
  }
}
@media screen and (min-width: 1080px) {
  .lp-mv::after {
    width: 44.4444444444vw;
    top: 14.8148148148vw;
    left: calc(100% - 44.4444444444vw);
  }
}
@media screen and (min-width: 1440px) {
  .lp-mv::after {
    width: 52.6388888889vw;
    top: 8.3333333333vw;
    left: calc(100% - 52.6388888889vw);
  }
}
.lp-mv__box {
  background-image: url(../images/bg-img.webp);
  background-repeat: no-repeat;
  background-position: 0% center;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
  padding: 14.358974359vw 4.8717948718vw 25.1282051282vw;
  border-radius: 2.0512820513vw;
}

@media screen and (min-width: 768px) {
  .lp-mv__box {
    width: 69.537037037vw;
    border-radius: 0.7407407407vw;
    padding: 7.962962963vw 3.7037037037vw;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 2%, 85% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0, 100% 2%, 85% 100%, 0% 100%);
  }
}
@media screen and (min-width: 1080px) {
  .lp-mv__box {
    width: 52.1527777778vw;
    border-radius: 0.5555555556vw;
    padding: 5.9722222222vw 2.7777777778vw;
  }
}
.lp-mv__sub-catch {
  font-family: "ShipporiMincho", serif;
  font-size: 4.358974359vw;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .lp-mv__sub-catch {
    font-size: 2.037037037vw;
    padding-left: 7.4074074074vw;
    text-align: left;
  }
}
@media screen and (min-width: 1080px) {
  .lp-mv__sub-catch {
    font-size: 1.5277777778vw;
    padding-left: 5.5555555556vw;
  }
}
@media screen and (min-width: 768px) {
  .lp-mv__sub-catch::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 4.4444444444vw;
    height: 1px;
    background-color: #1d2f5e;
  }
}
.lp-mv__catch {
  font-family: "ShipporiMincho", serif;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  margin-top: 4.1025641026vw;
}
.lp-mv__catch span {
  display: inline-block;
}
.lp-mv__catch .sm {
  font-size: 9.2307692308vw;
}
.lp-mv__catch .lg {
  font-size: 11.2820512821vw;
}

@media screen and (min-width: 768px) {
  .lp-mv__catch {
    margin-top: 1.1111111111vw;
    text-align: left;
  }
  .lp-mv__catch .sm {
    font-size: 4.4444444444vw;
  }
  .lp-mv__catch .lg {
    font-size: 6.2037037037vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-mv__catch {
    margin-top: 0.8333333333vw;
  }
  .lp-mv__catch .sm {
    font-size: 3.3333333333vw;
  }
  .lp-mv__catch .lg {
    font-size: 4.6527777778vw;
  }
}
.lp-mv__text {
  font-family: "ShipporiMincho", serif;
  font-size: 5.7435897436vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 6.6666666667vw;
}
.lp-mv__text .bg-white {
  display: inline-block;
  background-color: #fff;
  padding: 0.5128205128vw 2.3076923077vw 1.2820512821vw;
  border-radius: 1.1974358974vw;
}

@media screen and (min-width: 768px) {
  .lp-mv__text {
    font-size: 2.2222222222vw;
    margin-top: 2.962962963vw;
    text-align: left;
  }
  .lp-mv__text .bg-white {
    padding: 0.2777777778vw 0.9259259259vw 0.462962963vw;
    border-radius: 0.462962963vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-mv__text {
    font-size: 1.6666666667vw;
    margin-top: 2.2222222222vw;
  }
  .lp-mv__text .bg-white {
    padding: 0.2083333333vw 0.6944444444vw 0.3472222222vw;
    border-radius: 0.3472222222vw;
  }
}
.lp-mv__explain {
  font-size: 4.1025641026vw;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 2.0512820513vw;
}

@media screen and (min-width: 768px) {
  .lp-mv__explain {
    font-size: max(1.2962962963vw, 14px);
    line-height: 1.9;
    margin-top: 0.7407407407vw;
    text-align: left;
  }
}
@media screen and (min-width: 1080px) {
  .lp-mv__explain {
    font-size: max(0.9722222222vw, 14px);
    margin-top: 0.5555555556vw;
  }
}
.lp-mv__cta-btn {
  margin-top: 8.2051282051vw;
}

@media screen and (min-width: 768px) {
  .lp-mv__cta-btn {
    margin-top: 3.7037037037vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-mv__cta-btn {
    margin-top: 2.7777777778vw;
  }
}
.lp-problem {
  margin-top: 58.9743589744vw;
}

@media screen and (min-width: 768px) {
  .lp-problem {
    margin-top: 7.8703703704vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-problem {
    margin-top: 5.9027777778vw;
  }
}
.lp-problem__title {
  font-family: "ShipporiMincho", serif;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}
.lp-problem__title .lg {
  font-size: 10.2564102564vw;
  line-height: 1.5;
}
.lp-problem__title .sm {
  font-size: 8.2051282051vw;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .lp-problem__title .lg {
    font-size: 3.7037037037vw;
    line-height: 1.2;
  }
  .lp-problem__title .sm {
    font-size: 3.7037037037vw;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1080px) {
  .lp-problem__title .lg {
    font-size: 2.7777777778vw;
    line-height: 1.2;
  }
  .lp-problem__title .sm {
    font-size: 2.7777777778vw;
    line-height: 1.2;
  }
}
.lp-problem__list {
  margin-inline: auto;
  margin-top: 6.6666666667vw;
}

@media screen and (min-width: 768px) {
  .lp-problem__list {
    width: 79.2592592593vw;
    margin-top: 5.0925925926vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4.0740740741vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-problem__list {
    width: 59.4444444444vw;
    margin-top: 3.8194444444vw;
    gap: 3.0555555556vw;
  }
}
.lp-problem__item {
  padding-bottom: 2.8923076923vw;
  position: relative;
}

.lp-problem__item:nth-child(odd) {
  padding-right: 15.7435897436vw;
}

.lp-problem__item:nth-child(even) {
  padding-left: 15.7435897436vw;
}

@media screen and (min-width: 768px) {
  .lp-problem__item:nth-child(odd),
  .lp-problem__item:nth-child(even) {
    width: 37.5925925926vw;
    padding-right: 6.6666666667vw;
    padding-left: 0;
    padding-bottom: 1.1111111111vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-problem__item:nth-child(odd),
  .lp-problem__item:nth-child(even) {
    width: 28.1944444444vw;
    padding-right: 5vw;
    padding-left: 0;
    padding-bottom: 0.8333333333vw;
  }
}
.lp-problem__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 12.3076923077vw;
  height: auto;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.lp-problem__item:nth-child(odd)::after {
  right: 8.7179487179vw;
}

.lp-problem__item:nth-child(even)::after {
  left: 9.0666666667vw;
}

@media screen and (min-width: 768px) {
  .lp-problem__item:nth-child(odd)::after,
  .lp-problem__item:nth-child(even)::after {
    width: 5.1851851852vw;
    right: 0;
    left: initial;
  }
}
@media screen and (min-width: 1080px) {
  .lp-problem__item:nth-child(odd)::after,
  .lp-problem__item:nth-child(even)::after {
    width: 3.8888888889vw;
  }
}
.lp-problem__item:nth-child(1)::after {
  background-image: url(../images/lp-problem__item-img01.webp);
}

.lp-problem__item:nth-child(2)::after {
  background-image: url(../images/lp-problem__item-img02.webp);
}

.lp-problem__item:nth-child(3)::after {
  background-image: url(../images/lp-problem__item-img03.webp);
}

.lp-problem__item:nth-child(4)::after {
  background-image: url(../images/lp-problem__item-img04.webp);
}

.lp-problem__item:nth-child(5)::after {
  background-image: url(../images/lp-problem__item-img05.webp);
}

.lp-problem__item + .lp-problem__item {
  margin-top: 6.1538461538vw;
}

@media screen and (min-width: 768px) {
  .lp-problem__item + .lp-problem__item {
    margin-top: 0;
  }
}
.lp-problem-item__box {
  background-color: #f7f9fa;
  min-height: 19.7435897436vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 2.0512820513vw;
  border-bottom-right-radius: 2.0512820513vw;
}
.lp-problem-item__box.bg-img {
  background-image: url(../images/bg-img.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
}

@media screen and (min-width: 768px) {
  .lp-problem-item__box {
    min-height: 8.5185185185vw;
    text-align: left;
    border-radius: 0.9259259259vw;
    border-bottom-right-radius: 0;
  }
  .lp-problem-item__box.content-sm {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 3.7037037037vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-problem-item__box {
    min-height: 6.3888888889vw;
    border-radius: 0.6944444444vw;
    border-bottom-right-radius: 0;
  }
  .lp-problem-item__box.content-sm {
    padding: 0 2.7777777778vw;
  }
}
.lp-problem__item {
  font-size: 3.5897435897vw;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.lp-problem__item .underbar {
  font-size: 4.358974359vw;
  font-weight: 700;
  color: #00569c;
  border-bottom: 1px solid #00569c;
}

@media screen and (min-width: 768px) {
  .lp-problem__item {
    font-size: 1.4814814815vw;
  }
  .lp-problem__item .underbar {
    font-size: 1.8518518519vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-problem__item {
    font-size: 1.1111111111vw;
  }
  .lp-problem__item .underbar {
    font-size: 1.3888888889vw;
  }
}
.lp-solution {
  padding-top: 10.2564102564vw;
  padding-bottom: 16.6666666667vw;
}

@media screen and (min-width: 768px) {
  .lp-solution {
    padding-top: 7.4074074074vw;
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-solution {
    padding-top: 5.5555555556vw;
    padding-bottom: 10vw;
  }
}
.lp-solution__title {
  text-align: center;
  font-family: "ShipporiMincho", serif;
  font-size: 7.4358974359vw;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}
.lp-solution__title .accent-bg-gradation {
  font-size: 9.7435897436vw;
  color: #fff;
  margin: 2.3076923077vw 0;
  padding-top: 2.5641025641vw;
  padding-bottom: 3.0769230769vw;
  padding-left: 2.5641025641vw;
  padding-right: 2.5641025641vw;
  border-radius: 1.3717948718vw;
  background-image: linear-gradient(80deg, rgb(29, 47, 94) 0%, rgb(60, 98, 196) 90%);
}
.lp-solution__title span {
  display: block;
}

@media screen and (min-width: 768px) {
  .lp-solution__title {
    font-size: 2.2222222222vw;
    margin-left: 6.2962962963vw;
  }
  .lp-solution__title .accent-bg-gradation {
    font-size: 2.5925925926vw;
    border-radius: 0.462962963vw;
    padding: 0.7407407407vw;
    margin: 0 0.7407407407vw;
  }
  .lp-solution__title span {
    display: inline-block;
  }
}
@media screen and (min-width: 1080px) {
  .lp-solution__title {
    font-size: 1.6666666667vw;
    margin-left: 4.7222222222vw;
  }
  .lp-solution__title .accent-bg-gradation {
    font-size: 1.9444444444vw;
    border-radius: 0.3472222222vw;
    padding: 0.5555555556vw;
    margin: 0 0.5555555556vw;
  }
}
.lp-solution__box01 {
  margin-top: 18.9743589744vw;
  position: relative;
}

@media screen and (min-width: 768px) {
  .lp-solution__box01 {
    margin-top: 4.6296296296vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-solution__box01 {
    margin-top: 3.4722222222vw;
  }
}
.lp-solution__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.lp-solution__container {
  background-color: #fff;
  border-radius: 2.5641025641vw;
  padding-top: 41.0256410256vw;
  padding-bottom: 2.3076923077vw;
  padding-right: 3.8461538462vw;
  position: relative;
}

@media screen and (min-width: 768px) {
  .lp-solution__container {
    padding: 4.537037037vw 9.7222222222vw 28.6111111111vw;
    border-radius: 0.9259259259vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-solution__container {
    padding: 3.4027777778vw 7.2916666667vw 21.4583333333vw;
    border-radius: 0.6944444444vw;
  }
}
.lp-solution__container::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 37.6923076923vw;
  height: auto;
  aspect-ratio: 290/281;
  background-image: url(../images/lp-solution__img-peaple--sp.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .lp-solution__container::before {
    width: 28.2407407407vw;
    aspect-ratio: 305/277;
    background-image: url(../images/lp-solution__img-peaple.webp);
  }
}
@media screen and (min-width: 1080px) {
  .lp-solution__container::before {
    width: 21.1805555556vw;
  }
}
.lp-solution__text {
  font-family: "ShipporiMincho", serif;
  font-size: 4.6153846154vw;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.lp-solution__text .underbar {
  font-size: 5.641025641vw;
  color: #00569c;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
}
.lp-solution__text .ruby {
  position: relative;
}
.lp-solution__text .ruby::before {
  content: "・・";
  position: absolute;
  top: -2.8205128205vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 4.1025641026vw;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 768px) {
  .lp-solution__text {
    width: initial;
    margin-left: initial;
    font-size: 2.3148148148vw;
    text-align: left;
  }
  .lp-solution__text .underbar {
    font-size: 2.5925925926vw;
  }
  .lp-solution__text .ruby::before {
    top: -1.0185185185vw;
    font-size: 1.8518518519vw;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1080px) {
  .lp-solution__text {
    font-size: 1.7361111111vw;
  }
  .lp-solution__text .underbar {
    font-size: 1.9444444444vw;
  }
  .lp-solution__text .ruby::before {
    top: -0.7638888889vw;
    font-size: 1.3888888889vw;
    letter-spacing: 0.1em;
  }
}
.lp-solution__img {
  position: absolute;
  bottom: calc(100% - 36.9230769231vw);
  right: 0;
  height: auto;
  aspect-ratio: 738/406;
}

@media screen and (min-width: 768px) {
  .lp-solution__img {
    bottom: -9.2592592593vw;
    width: 68.3333333333vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-solution__img {
    bottom: -4.1666666667vw;
    width: 45.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .lp-solution__img {
    bottom: -6.9444444444vw;
    width: 51.25vw;
    right: initial;
    left: 16.6666666667vw;
  }
}
.lp-solution__box02 {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 8.2051282051vw;
  padding: 33.5897435897vw 5.1282051282vw 6.1538461538vw;
  border-radius: 2.5641025641vw;
}

@media screen and (min-width: 768px) {
  .lp-solution__box02 {
    margin-top: 10.8333333333vw;
    padding-top: 4.0740740741vw;
    padding-left: 8.6111111111vw;
    padding-right: 7.6851851852vw;
    padding-bottom: 0;
    border-radius: 0.9259259259vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-solution__box02 {
    margin-top: 9.75vw;
    padding-top: 3.6666666667vw;
    padding-left: 3.3333333333vw;
    padding-right: 3.3333333333vw;
    border-radius: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .lp-solution__box02 {
    margin-top: 8.125vw;
    padding-top: 3.0555555556vw;
    padding-left: 6.4583333333vw;
    padding-right: 5.7638888889vw;
    border-radius: 0.6944444444vw;
  }
}
.lp-solution-box02__texts {
  width: min(27.7777777778vw, 400px);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .lp-solution-box02__texts {
    padding-bottom: 4.0740740741vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-solution-box02__texts {
    padding-bottom: 3.0555555556vw;
  }
}
.lp-solution-box02-texts__title {
  font-family: "ShipporiMincho", serif;
  font-size: 4.6153846154vw;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}
.lp-solution-box02-texts__title .underbar {
  display: block;
  font-size: 6.1538461538vw;
  color: #00569c;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.lp-solution-box02-texts__title .underbar::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background-color: #00569c;
}

@media screen and (min-width: 768px) {
  .lp-solution-box02-texts__title {
    font-size: 1.8518518519vw;
    text-align: left;
  }
  .lp-solution-box02-texts__title .underbar {
    font-size: 2.962962963vw;
    margin-inline: initial;
    margin-left: -1.6666666667vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-solution-box02-texts__title {
    font-size: 1.3888888889vw;
  }
  .lp-solution-box02-texts__title .underbar {
    font-size: 2.2222222222vw;
    margin-left: -1.25vw;
  }
}
.lp-solution-box02-texts__text {
  font-size: 4.1025641026vw;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.04em;
  margin-top: 4.1025641026vw;
}

@media screen and (min-width: 768px) {
  .lp-solution-box02-texts__text {
    font-size: 1.6666666667vw;
    margin-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-solution-box02-texts__text {
    font-size: 1.25vw;
    margin-top: 1.0416666667vw;
  }
}
.lp-solution__cta-btn {
  margin-top: 4.358974359vw;
}

@media screen and (min-width: 768px) {
  .lp-solution__cta-btn {
    margin-top: 1.8518518519vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-solution__cta-btn {
    margin-top: 1.3888888889vw;
  }
}
.lp-solution-box02__img {
  width: 100vw;
  height: auto;
  position: absolute;
  top: -2.0512820513vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .lp-solution-box02__img {
    width: 33.0555555556vw;
    aspect-ratio: 357/329;
    left: 47.5925925926vw;
    top: initial;
    -webkit-transform: initial;
            transform: initial;
    bottom: 0;
  }
}
@media screen and (min-width: 1080px) {
  .lp-solution-box02__img {
    width: 23.1481481481vw;
    left: 33.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .lp-solution-box02__img {
    width: 24.7916666667vw;
    left: 35.6944444444vw;
  }
}
.lp-solution-box02__img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.lp-reason {
  background-color: #f7fbfd;
  padding-top: 16.4102564103vw;
  padding-bottom: 17.1794871795vw;
  position: relative;
}

@media screen and (min-width: 768px) {
  .lp-reason {
    padding-top: 9.0740740741vw;
    padding-bottom: 14.8148148148vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-reason {
    padding-top: 6.8055555556vw;
    padding-bottom: 11.1111111111vw;
  }
}
.lp-reason::before {
  content: "";
  position: absolute;
  top: 197.6923076923vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 98.7179487179vw;
  height: auto;
  aspect-ratio: 780/520;
  background-image: url(../images/lp-reason-img--sp.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .lp-reason::before {
    width: 72.2222222222vw;
    aspect-ratio: 1560/1136;
    top: 3.7037037037vw;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    background-image: url(../images/lp-reason-img--pc.webp);
  }
}
@media screen and (min-width: 1080px) {
  .lp-reason::before {
    width: 48.3333333333vw;
    top: 6.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .lp-reason::before {
    width: 54.1666666667vw;
    top: 2.7777777778vw;
  }
}
.lp-reason__boxes {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .lp-reason__boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .lp-reason__box01 {
    width: 31.2962962963vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-reason__box01 {
    width: 23.4722222222vw;
  }
}
.lp-reason__list {
  margin-top: 12.3076923077vw;
  counter-reset: lpReasonNum;
}

@media screen and (min-width: 768px) {
  .lp-reason__list {
    margin-top: 4.4444444444vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-reason__list {
    margin-top: 3.3333333333vw;
  }
}
.lp-reason__item {
  background-color: #fff;
  padding: 10.2564102564vw 8.2051282051vw;
  -webkit-box-shadow: 0 0 24px rgba(14, 28, 64, 0.12);
          box-shadow: 0 0 24px rgba(14, 28, 64, 0.12);
  position: relative;
  border-radius: 1.2820512821vw;
}

@media screen and (min-width: 768px) {
  .lp-reason__item {
    padding: 3.7037037037vw 2.962962963vw;
    border-radius: 0.462962963vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-reason__item {
    padding: 2.7777777778vw 2.2222222222vw;
    border-radius: 0.3472222222vw;
  }
}
.lp-reason__item + .lp-reason__item {
  margin-top: 8.2051282051vw;
}

@media screen and (min-width: 768px) {
  .lp-reason__item + .lp-reason__item {
    margin-top: 3.7037037037vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-reason__item + .lp-reason__item {
    margin-top: 2.7777777778vw;
  }
}
.lp-reason__item::before {
  counter-increment: lpReasonNum 1;
  content: "0" counter(lpReasonNum);
  position: absolute;
  top: -9.2307692308vw;
  right: 7.1794871795vw;
  font-family: "ShipporiMincho", serif;
  font-size: 17.9487179487vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  color: #3d62c4;
}

@media screen and (min-width: 768px) {
  .lp-reason__item::before {
    font-size: 6.4814814815vw;
    top: -3.3333333333vw;
    right: 2.2222222222vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-reason__item::before {
    font-size: 4.8611111111vw;
    top: -2.5vw;
    right: 1.6666666667vw;
  }
}
.lp-reason-item__title {
  padding-top: 6.1538461538vw;
  position: relative;
  font-family: "ShipporiMincho", serif;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0;
}
.lp-reason-item__title span {
  display: block;
}
.lp-reason-item__title .lg {
  font-size: 7.1794871795vw;
}
.lp-reason-item__title .sm {
  font-size: 5.1282051282vw;
}

@media screen and (min-width: 768px) {
  .lp-reason-item__title {
    padding-top: 2.2222222222vw;
  }
  .lp-reason-item__title .lg {
    font-size: 2.962962963vw;
  }
  .lp-reason-item__title .sm {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-reason-item__title {
    padding-top: 1.6666666667vw;
  }
  .lp-reason-item__title .lg {
    font-size: 2.2222222222vw;
  }
  .lp-reason-item__title .sm {
    font-size: 1.6666666667vw;
  }
}
.lp-reason-item__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10.2564102564vw;
  height: 1.7948717949vw;
  background-image: linear-gradient(80deg, rgb(29, 47, 94) 0%, rgb(60, 98, 196) 90%);
}

@media screen and (min-width: 768px) {
  .lp-reason-item__title::before {
    width: 3.7037037037vw;
    height: 0.6481481481vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-reason-item__title::before {
    width: 2.7777777778vw;
    height: 0.4861111111vw;
  }
}
.lp-reason-item__text {
  font-size: 4.1025641026vw;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-top: 4.1025641026vw;
}

@media screen and (min-width: 768px) {
  .lp-reason-item__text {
    margin-top: 1.4814814815vw;
    font-size: 1.4814814815vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-reason-item__text {
    margin-top: 1.1111111111vw;
    font-size: 1.1111111111vw;
  }
}
.lp-reason__box02 {
  margin-top: 72.8205128205vw;
}

@media screen and (min-width: 768px) {
  .lp-reason__box02 {
    width: calc(100% - 36.1111111111vw);
    margin-top: 0;
  }
}
@media screen and (min-width: 1080px) {
  .lp-reason__box02 {
    width: calc(100% - 27.0833333333vw);
  }
}
.lp-reason-box02__wrap {
  width: 79.2307692308vw;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .lp-reason-box02__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.2222222222vw;
    width: initial;
    margin-inline: initial;
  }
}
@media screen and (min-width: 1080px) {
  .lp-reason-box02__wrap {
    gap: 1.6666666667vw;
  }
}
.lp-reason-box02__text {
  font-size: 3.8461538462vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  background-color: #fff;
  min-height: 19.2vw;
  -webkit-box-shadow: 0 0 12px rgba(14, 28, 64, 0.12);
          box-shadow: 0 0 12px rgba(14, 28, 64, 0.12);
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 1.2820512821vw;
}

@media screen and (min-width: 768px) {
  .lp-reason-box02__text {
    font-size: 1.3888888889vw;
    border-radius: 0.462962963vw;
    min-height: 10vw;
    width: calc((100% - 2.2222222222vw) / 2);
    border-radius: 0.462962963vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-reason-box02__text {
    font-size: 0.9166666667vw;
    border-radius: 0.3472222222vw;
    min-height: 7.5vw;
    width: calc((100% - 1.6666666667vw) / 2);
    border-radius: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .lp-reason-box02__text {
    font-size: 1.0416666667vw;
  }
}
.lp-reason-box02__text + .lp-reason-box02__text {
  margin-top: 4.1025641026vw;
}

@media screen and (min-width: 768px) {
  .lp-reason-box02__text + .lp-reason-box02__text {
    margin-top: 0;
  }
}
.lp-reason__cta-btn {
  text-align: center;
  margin-top: 6.1538461538vw;
}

@media screen and (min-width: 768px) {
  .lp-reason__cta-btn {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-reason__cta-btn {
    margin-top: 2.5vw;
  }
}
.lp-case-study {
  padding-top: 16.4102564103vw;
  padding-bottom: 16.4102564103vw;
  background-image: url(../images/bg-img.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .lp-case-study {
    padding-top: 9.8148148148vw;
    padding-bottom: 13.4259259259vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-case-study {
    padding-top: 7.3611111111vw;
    padding-bottom: 10.0694444444vw;
  }
}
@media screen and (min-width: 768px) {
  .lp-case-study__head {
    text-align: center;
  }
}
.lp-case-study__title--en {
  text-transform: none;
}

.lp-case-study-head__text {
  font-size: 3.8461538462vw;
  letter-spacing: 1.5;
  letter-spacing: 0;
  margin-top: 6.1538461538vw;
}

@media screen and (min-width: 768px) {
  .lp-case-study-head__text {
    font-size: 1.6666666667vw;
    margin-top: 2.2222222222vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-case-study-head__text {
    font-size: 1.25vw;
    margin-top: 1.6666666667vw;
  }
}
.lp-case-study__list {
  margin-top: 10.2564102564vw;
}

@media screen and (min-width: 768px) {
  .lp-case-study__list {
    margin-top: 4.0740740741vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.7037037037vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-case-study__list {
    margin-top: 3.0555555556vw;
    gap: 2.7777777778vw;
  }
}
.lp-case-study__item {
  background-color: #fff;
  padding: 4.1025641026vw;
  border-radius: 0.9743589744vw;
}

@media screen and (min-width: 768px) {
  .lp-case-study__item {
    padding: 2.962962963vw;
    border-radius: 0.462962963vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-case-study__item {
    padding: 2.2222222222vw;
    border-radius: 0.3472222222vw;
  }
}
.lp-case-study__item + .lp-case-study__item {
  margin-top: 6.1538461538vw;
}

@media screen and (min-width: 768px) {
  .lp-case-study__item + .lp-case-study__item {
    margin-top: 0;
  }
}
.lp-case-study-item__img {
  width: 100%;
  height: auto;
  aspect-ratio: 397/198;
}

.lp-case-study-item__title {
  margin-top: 2.0512820513vw;
  font-size: 3.5897435897vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding-left: 3.3333333333vw;
  position: relative;
}

@media screen and (min-width: 768px) {
  .lp-case-study-item__title {
    margin-top: 2.2222222222vw;
    font-size: 1.4814814815vw;
    padding-left: 1.4814814815vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-case-study-item__title {
    margin-top: 1.6666666667vw;
    font-size: 1.1111111111vw;
    padding-left: 1.1111111111vw;
  }
}
.lp-case-study-item__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.3333333333vw;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #00569c;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .lp-case-study-item__title::before {
    width: 0.7407407407vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-case-study-item__title::before {
    width: 0.5555555556vw;
  }
}
.lp-case-study-item__text {
  font-size: 4.1025641026vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .lp-case-study-item__text {
    font-size: 2.037037037vw;
    line-height: 1.7;
    margin-top: 0.7407407407vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-case-study-item__text {
    font-size: 1.5277777778vw;
    margin-top: 0.5555555556vw;
  }
}
.lp-divider {
  height: 102.5641025641vw;
  background-image: url(../images/lp-divider--sp.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .lp-divider {
    height: 36.5740740741vw;
    background-image: url(../images/lp-divider--pc.webp);
  }
}
@media screen and (min-width: 1080px) {
  .lp-divider {
    height: 27.4305555556vw;
  }
}
.lp-process {
  background-color: #f7fbfd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 16.4102564103vw;
  padding-bottom: 16.4102564103vw;
}

@media screen and (min-width: 768px) {
  .lp-process {
    padding-top: 9.6296296296vw;
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-process {
    padding-top: 7.2222222222vw;
    padding-bottom: 10vw;
  }
}
.lp-process__list {
  margin-top: 10.2564102564vw;
  counter-reset: lpProcessNum;
}

@media screen and (min-width: 768px) {
  .lp-process__list {
    margin-top: 4.4444444444vw;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 2.4074074074vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-process__list {
    margin-top: 3.3333333333vw;
    gap: 1.8055555556vw;
  }
}
.lp-process__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  -webkit-box-shadow: 0 0 75px rgba(33, 78, 197, 0.1);
          box-shadow: 0 0 75px rgba(33, 78, 197, 0.1);
  padding: 3.8461538462vw 11.5384615385vw;
  border-radius: 1.2820512821vw;
}

@media screen and (min-width: 768px) {
  .lp-process__item {
    padding: 2.2222222222vw 1.1111111111vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 0.462962963vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-process__item {
    padding: 1.6666666667vw 0.8333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 0.3472222222vw;
  }
}
.lp-process__item + .lp-process__item {
  margin-top: 4.1025641026vw;
}

@media screen and (min-width: 768px) {
  .lp-process__item + .lp-process__item {
    margin-top: 0;
  }
}
.lp-process__title {
  font-size: 4.1025641026vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  padding-left: 6.6666666667vw;
  position: relative;
}

@media screen and (min-width: 768px) {
  .lp-process__title {
    text-align: center;
    font-size: 1.4814814815vw;
    line-height: 1.5;
    padding-top: 2.4074074074vw;
    padding-left: 0;
  }
}
@media screen and (min-width: 1080px) {
  .lp-process__title {
    font-size: 1vw;
    padding-top: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .lp-process__title {
    font-size: 1.1111111111vw;
    padding-top: 1.8055555556vw;
  }
}
.lp-process__title::before {
  counter-increment: lpProcessNum 1;
  content: "0" counter(lpProcessNum);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #3d62c4;
}

@media screen and (min-width: 768px) {
  .lp-process__title::before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.lp-process__img {
  width: 16.4102564103vw;
  height: auto;
  aspect-ratio: 1/1;
}

@media screen and (min-width: 768px) {
  .lp-process__img {
    margin-inline: auto;
    margin-top: 1.4814814815vw;
    width: 5.9259259259vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-process__img {
    margin-top: 1.1111111111vw;
    width: 4.4444444444vw;
  }
}
.lp-faq {
  padding-top: 16.4102564103vw;
  padding-bottom: 16.4102564103vw;
  background-image: linear-gradient(135deg, rgb(29, 47, 94) 0%, rgb(29, 47, 94) 30%, rgb(60, 98, 196) 90%);
}

@media screen and (min-width: 768px) {
  .lp-faq {
    padding-top: 9.6296296296vw;
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-faq {
    padding-top: 7.2222222222vw;
    padding-bottom: 10vw;
  }
}
@media screen and (min-width: 768px) {
  .faq__head {
    text-align: center;
  }
}
.lp-faq__title--en {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .lp-faq__title--en {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-faq__title--en {
    font-size: 1.6666666667vw;
  }
}
.lp-faq__title--jp {
  color: #fff;
  margin-top: 4.1025641026vw;
}

@media screen and (min-width: 768px) {
  .lp-faq__title--jp {
    font-size: 4.4444444444vw;
    margin-top: 0;
  }
}
@media screen and (min-width: 1080px) {
  .lp-faq__title--jp {
    font-size: 3.3333333333vw;
  }
}
.lp-faq__list {
  margin-top: 10.2564102564vw;
}

@media screen and (min-width: 768px) {
  .lp-faq__list {
    margin-top: 4.4444444444vw;
    max-width: 68.9814814815vw;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1080px) {
  .lp-faq__list {
    margin-top: 3.3333333333vw;
    max-width: 51.7361111111vw;
  }
}
.lp-faq__item {
  background-color: #fff;
  border-radius: 1.2820512821vw;
  padding: 6.1538461538vw 5.1282051282vw;
}

@media screen and (min-width: 768px) {
  .lp-faq__item {
    border-radius: 0.9259259259vw;
    padding-top: 3.1481481481vw;
    padding-bottom: 2.8703703704vw;
    padding-left: 3.3333333333vw;
    padding-right: 3.6111111111vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-faq__item {
    border-radius: 0.6944444444vw;
    padding-top: 2.3611111111vw;
    padding-bottom: 2.1527777778vw;
    padding-left: 2.5vw;
    padding-right: 2.7083333333vw;
  }
}
.lp-faq__item + .lp-faq__item {
  margin-top: 4.1025641026vw;
}

@media screen and (min-width: 768px) {
  .lp-faq__item + .lp-faq__item {
    margin-top: 1.8518518519vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-faq__item + .lp-faq__item {
    margin-top: 1.3888888889vw;
  }
}
.lp-faq-item__q {
  padding-bottom: 4.1025641026vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 4.1025641026vw;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(29, 47, 94, 0.4);
  gap: 3.5897435897vw;
}
.lp-faq-item__q span:nth-child(1) {
  color: #3d62c4;
  font-family: "Roboto Serif", serif;
  font-size: 6.1538461538vw;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-top: 2.0512820513vw;
}

@media screen and (min-width: 768px) {
  .lp-faq-item__q {
    padding-bottom: 1.4814814815vw;
    gap: 1.4814814815vw;
    font-size: 1.6666666667vw;
  }
  .lp-faq-item__q span:nth-child(1) {
    font-size: 2.2222222222vw;
    margin-top: 0.462962963vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-faq-item__q {
    padding-bottom: 1.1111111111vw;
    gap: 1.1111111111vw;
    font-size: 1.25vw;
  }
  .lp-faq-item__q span:nth-child(1) {
    font-size: 1.6666666667vw;
    margin-top: 0.3472222222vw;
  }
}
.lp-faq-item__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4.1025641026vw;
  font-size: 4.1025641026vw;
  line-height: 1.5;
  letter-spacing: 0.04em;
  gap: 4.1025641026vw;
}
.lp-faq-item__a span:nth-child(1) {
  font-family: "Roboto Serif", serif;
  font-size: 6.1538461538vw;
}

@media screen and (min-width: 768px) {
  .lp-faq-item__a {
    padding-top: 1.9444444444vw;
    gap: 1.4814814815vw;
    font-size: 1.6666666667vw;
    line-height: 1.9;
  }
  .lp-faq-item__a span:nth-child(1) {
    font-size: 2.2222222222vw;
    margin-top: 0.3703703704vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-faq-item__a {
    padding-top: 1.4583333333vw;
    gap: 1.1111111111vw;
    font-size: 1.25vw;
    line-height: 1.9;
  }
  .lp-faq-item__a span:nth-child(1) {
    font-size: 1.6666666667vw;
    margin-top: 0.2777777778vw;
  }
}
.lp-price {
  padding-top: 16.4102564103vw;
  padding-bottom: 16.4102564103vw;
  background-image: url(../images/bg-img.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .lp-price {
    padding-top: 9.6296296296vw;
    padding-bottom: 11.4814814815vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-price {
    padding-top: 7.2222222222vw;
    padding-bottom: 8.6111111111vw;
  }
}
@media screen and (min-width: 768px) {
  .lp-price-head__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 68.9814814815vw;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1080px) {
  .lp-price-head__wrap {
    max-width: 51.7361111111vw;
  }
}
.lp-price__title--en {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .lp-price__title--en {
    font-size: 2.2222222222vw;
    text-align: left;
  }
}
@media screen and (min-width: 1080px) {
  .lp-price__title--en {
    font-size: 1.6666666667vw;
  }
}
.lp-price__title--jp {
  margin-top: 4.1025641026vw;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .lp-price__title--jp {
    margin-top: 0;
    font-size: 4.4444444444vw;
    text-align: left;
  }
}
@media screen and (min-width: 1080px) {
  .lp-price__title--jp {
    font-size: 3.3333333333vw;
  }
}
.lp-price-head__text {
  font-size: 4.6153846154vw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 6.1538461538vw;
}
.lp-price-head__text .text-bg-white {
  font-family: "ShipporiMincho", serif;
  font-size: 6.1538461538vw;
  font-weight: 700;
  background-color: #fff;
  border-radius: 1.2820512821vw;
  padding: 0 1.0256410256vw;
}

@media screen and (min-width: 768px) {
  .lp-price-head__text {
    font-size: 1.8518518519vw;
    margin-left: auto;
    text-align: right;
    margin-top: 0;
  }
  .lp-price-head__text .text-bg-white {
    font-size: 2.2222222222vw;
    border-radius: 0.462962963vw;
    padding: 0.3703703704vw 0.7407407407vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-price-head__text {
    font-size: 1.25vw;
  }
  .lp-price-head__text .text-bg-white {
    font-size: 1.6666666667vw;
    border-radius: 0.3472222222vw;
    padding: 0.2777777778vw 0.5555555556vw;
  }
}
.lp-price__list {
  margin-top: 10.2564102564vw;
  width: 79.4871794872vw;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .lp-price__list {
    width: initial;
    max-width: 68.9814814815vw;
    margin-top: 5.9259259259vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.8888888889vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-price__list {
    max-width: 51.7361111111vw;
    margin-top: 4.4444444444vw;
    gap: 2.9166666667vw;
  }
}
.lp-price__item {
  background-color: #fff;
  border-radius: 1.2820512821vw;
  position: relative;
  overflow: hidden;
}
.lp-price__item.shadow {
  -webkit-box-shadow: 0 0 24px rgba(61, 98, 196, 0.3);
          box-shadow: 0 0 24px rgba(61, 98, 196, 0.3);
}

@media screen and (min-width: 768px) {
  .lp-price__item {
    border-radius: 0.462962963vw;
    min-height: 31.4814814815vw;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (min-width: 1080px) {
  .lp-price__item {
    border-radius: 0.3472222222vw;
    min-height: 23.6111111111vw;
  }
}
.lp-price__item + .lp-price__item {
  margin-top: 6.1538461538vw;
}

@media screen and (min-width: 768px) {
  .lp-price__item + .lp-price__item {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .lp-price__item:nth-child(odd) {
    margin-top: 2.3148148148vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-price__item:nth-child(odd) {
    margin-top: 1.7361111111vw;
  }
}
.lp-price__item::after {
  content: attr(data-text);
  position: absolute;
  bottom: -2.0512820513vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "ShipporiMincho", serif;
  font-size: 10.2564102564vw;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  color: #2d4890;
  opacity: 0.2;
}

@media screen and (min-width: 768px) {
  .lp-price__item::after {
    font-size: 3.7037037037vw;
    bottom: -0.7407407407vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-price__item::after {
    font-size: 2.7777777778vw;
    bottom: -0.5555555556vw;
  }
}
.lp-price__item:nth-child(1):after {
  letter-spacing: -0.05em;
}

.lp-price__item:nth-child(2):after {
  letter-spacing: -0.06em;
}

.lp-price__item:nth-child(3):after {
  letter-spacing: -0.05em;
}

.lp-price-item__title {
  text-align: center;
  font-size: 5.1282051282vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  border-top-left-radius: 1.2820512821vw;
  border-top-right-radius: 1.2820512821vw;
  padding: 5.3846153846vw 5.3846153846vw 5.8974358974vw;
}

@media screen and (min-width: 768px) {
  .lp-price-item__title {
    padding: 1.9444444444vw 1.1111111111vw 2.1296296296vw;
    font-size: 1.8518518519vw;
    border-top-left-radius: 0.462962963vw;
    border-top-right-radius: 0.462962963vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-price-item__title {
    padding: 1.4583333333vw 0.8333333333vw 1.5972222222vw;
    font-size: 1.3888888889vw;
    border-top-left-radius: 0.3472222222vw;
    border-top-right-radius: 0.3472222222vw;
  }
}
.lp-price-item__price {
  display: grid;
  place-content: center;
  background-color: rgba(29, 47, 94, 0.05);
  border-radius: 2.5641025641vw;
  font-size: 4.6153846154vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  width: 43.3333333333vw;
  height: 17.1794871795vw;
  margin-inline: auto;
}
.lp-price-item__price .num {
  font-size: 8.2051282051vw;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .lp-price-item__price {
    width: initial;
    margin-inline: initial;
    height: 6.2037037037vw;
    border-radius: 0.9259259259vw;
    font-size: 1.6666666667vw;
  }
  .lp-price-item__price .num {
    font-size: 2.962962963vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-price-item__price {
    height: 4.6527777778vw;
    border-radius: 0.6944444444vw;
    font-size: 1.25vw;
  }
  .lp-price-item__price .num {
    font-size: 2.2222222222vw;
  }
}
.lp-price-item__list {
  margin-inline: auto;
  margin-top: 5.1282051282vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .lp-price-item__list {
    margin-inline: initial;
    margin-top: 1.9444444444vw;
    width: initial;
  }
}
@media screen and (min-width: 1080px) {
  .lp-price-item__list {
    margin-top: 1.4583333333vw;
  }
}
.lp-price-item__item {
  font-size: 3.5897435897vw;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  padding-left: 8.7179487179vw;
  position: relative;
}

@media screen and (min-width: 768px) {
  .lp-price-item__item {
    font-size: 1.2962962963vw;
    padding-left: 3.1481481481vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-price-item__item {
    font-size: 0.9722222222vw;
    padding-left: 2.3611111111vw;
  }
}
.lp-price-item__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6.6666666667vw;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../images/lp-price-item__item-check.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.lp-price-item__item.strong-check::before {
  background-image: url(../images/lp-price-item__item-strong-check.webp);
}

@media screen and (min-width: 768px) {
  .lp-price-item__item::before {
    width: 2.4074074074vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-price-item__item::before {
    width: 1.8055555556vw;
  }
}
.lp-price-item__item + .lp-price-item__item {
  margin-top: 1.0256410256vw;
}

@media screen and (min-width: 768px) {
  .lp-price-item__item + .lp-price-item__item {
    margin-top: 0.3703703704vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-price-item__item + .lp-price-item__item {
    margin-top: 0.2777777778vw;
  }
}
.lp-price__text {
  font-size: 3.8461538462vw;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 8.2051282051vw;
}

@media screen and (min-width: 768px) {
  .lp-price__text {
    font-size: 1.4814814815vw;
    margin-top: 4.4444444444vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-price__text {
    font-size: 1.1111111111vw;
    margin-top: 3.3333333333vw;
  }
}
.lp-price__cta-btn {
  text-align: center;
  margin-top: 6.1538461538vw;
}

@media screen and (min-width: 768px) {
  .lp-price__cta-btn {
    margin-top: 2.2222222222vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-price__cta-btn {
    margin-top: 1.6666666667vw;
  }
}
.lp-price-item__box {
  padding: 6.1538461538vw;
}

.lp-price__item:nth-child(1) {
  --lightBlue: #3d62c4;
}
.lp-price__item:nth-child(1) .lp-price-item__box {
  padding-bottom: 13.5897435897vw;
}
.lp-price__item:nth-child(1) .lp-price-item__title {
  background-color: var(--lightBlue);
}
.lp-price__item:nth-child(1) .lp-price-item__price {
  color: var(--lightBlue);
}

.lp-price__item:nth-child(2) {
  --boldBlue: #2d4890;
}
.lp-price__item:nth-child(2) .lp-price-item__box {
  padding-bottom: 15.641025641vw;
}
.lp-price__item:nth-child(2) .lp-price-item__title {
  background-color: var(--boldBlue);
}
.lp-price__item:nth-child(2) .lp-price-item__price {
  color: var(--boldBlue);
}

.lp-price__item:nth-child(3) {
  --darkBlue: #1e305f;
}
.lp-price__item:nth-child(3) .lp-price-item__box {
  padding-bottom: 16.1538461538vw;
}
.lp-price__item:nth-child(3) .lp-price-item__title {
  background-color: var(--darkBlue);
}
.lp-price__item:nth-child(3) .lp-price-item__price {
  color: var(--darkBlue);
}

@media screen and (min-width: 768px) {
  .lp-price__item:nth-child(1) .lp-price-item__box,
  .lp-price__item:nth-child(2) .lp-price-item__box,
  .lp-price__item:nth-child(3) .lp-price-item__box {
    padding: 2.2222222222vw 2.4074074074vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-price__item:nth-child(1) .lp-price-item__box,
  .lp-price__item:nth-child(2) .lp-price-item__box,
  .lp-price__item:nth-child(3) .lp-price-item__box {
    padding: 1.6666666667vw 1.8055555556vw;
  }
}
.lp-contact {
  background-color: #edf5f8;
}

.lp-contact__wrapper {
  background-color: #fff;
  padding-top: 16.4102564103vw;
  padding-bottom: 16.4102564103vw;
}

@media screen and (min-width: 768px) {
  .lp-contact__wrapper {
    padding-top: 9.7222222222vw;
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-contact__wrapper {
    width: calc(100% - 383px);
    padding-top: 7.2916666667vw;
    padding-bottom: 10vw;
  }
}
@media screen and (min-width: 768px) {
  .lp-contact__container {
    max-width: 68.9814814815vw;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1080px) {
  .lp-contact__container {
    max-width: 51.7361111111vw;
    margin-inline: auto;
  }
}
.lp-contact__title--en {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .lp-contact__title--en {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-contact__title--en {
    font-size: 1.6666666667vw;
  }
}
.lp-contact__title--jp {
  margin-top: 4.1025641026vw;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .lp-contact__title--jp {
    margin-top: 0;
    font-size: 4.4444444444vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-contact__title--jp {
    font-size: 3.3333333333vw;
  }
}
.lp-contact__texts {
  padding-top: 8.2051282051vw;
  padding-bottom: 12.3076923077vw;
  border-top: 1px solid rgba(14, 28, 64, 0.1);
  border-bottom: 1px solid rgba(14, 28, 64, 0.1);
  margin-top: 10.2564102564vw;
}

@media screen and (min-width: 768px) {
  .lp-contact__texts {
    padding-top: 2.962962963vw;
    padding-bottom: 3.2407407407vw;
    margin-top: 4.4444444444vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-contact__texts {
    padding-top: 2.2222222222vw;
    padding-bottom: 2.4305555556vw;
    margin-top: 3.3333333333vw;
  }
}
.lp-contact__text {
  font-size: 5.641025641vw;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .lp-contact__text {
    font-size: 2.037037037vw;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1080px) {
  .lp-contact__text {
    font-size: 1.5277777778vw;
  }
}
.lp-contact__message {
  font-size: 3.8461538462vw;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 2.0512820513vw;
  color: rgba(14, 28, 64, 0.5);
}

@media screen and (min-width: 768px) {
  .lp-contact__message {
    font-size: 1.4814814815vw;
    margin-top: 0.7407407407vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-contact__message {
    font-size: 1.1111111111vw;
    margin-top: 0.5555555556vw;
  }
}
.lp-contact-form__container {
  margin-top: 8.2051282051vw;
}

@media screen and (min-width: 768px) {
  .lp-contact-form__container {
    margin-top: 5.1851851852vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-contact-form__container {
    margin-top: 3.8888888889vw;
  }
}
.lp-contact-form__container-box {
  background-color: #e4f0f8;
  padding: 6.1538461538vw 10.2564102564vw;
}

@media screen and (min-width: 768px) {
  .lp-contact-form__container-box {
    padding: 2.2222222222vw 3.7037037037vw;
  }
}
@media screen and (min-width: 1080px) {
  .lp-contact-form__container-box {
    padding: 1.6666666667vw 2.7777777778vw;
  }
}