@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200..900&display=swap);
@charset "UTF-8";
html, body {
  color: #212833;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.5555555556;
  font-style: normal;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}

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

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

html, body {
  max-width: 100vw;
  margin: 0 auto;
  padding: 0;
  color: #000;
  font-size: clamp(9.8742857143px, 1.2857142857vw, 18px);
  background: #fff;
}
html *, body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

div, span {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: 400;
}

div, span, p, pre, code, blockquote, q {
  margin: 0;
  padding: 0;
}

span {
  font-size: inherit;
  font-weight: inherit;
}

article, aside, figure, main, figcaption, footer, header, nav, section {
  display: block;
}

code {
  font-style: normal;
  font-weight: normal;
}

cite, dfn, em, strong, var {
  font-style: normal;
  font-weight: normal;
}

ins, del {
  text-decoration: none;
}

abbr, acronym {
  border: 0;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: baseline;
}

img {
  width: 100%;
  border: 0;
  vertical-align: bottom;
}

.bold {
  font-weight: bold;
}

a, a:link, a:visited, a:hover, a:active {
  outline: 0;
  text-decoration: none;
  color: inherit;
}

a.over:hover img,
a.over:hover p {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  zoom: 1;
}

/* List--------------------------------------------- */
ul, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Table
--------------------------------------------- */
table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

tr,
td,
thead,
tfoot,
tbody {
  margin: 0;
  padding: 0;
}

th {
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-align: left;
}

caption {
  font-weight: normal;
  text-align: left;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  html, body {
    font-size: 3.2vw;
    line-height: 1.75;
  }
}
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 1000;
}
.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  gap: clamp(19.2px, 2.5vw, 35px);
  padding: clamp(3.84px, 0.5vw, 7px) clamp(10.9714285714px, 1.4285714286vw, 20px) clamp(3.84px, 0.5vw, 7px) clamp(10.9714285714px, 1.4285714286vw, 20px);
}
.header_logo {
  display: block;
  width: clamp(152.5028571429px, 19.8571428571vw, 278px);
}
.header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(9.3257142857px, 1.2142857143vw, 17px);
}
.header_nav li {
  position: relative;
}
.header_nav li + li:before {
  position: absolute;
  top: 50%;
  left: calc(clamp(4.3885714286px, 0.5714285714vw, 8px) * -1);
  content: "";
  display: block;
  width: 1px;
  height: clamp(15.9085714286px, 2.0714285714vw, 29px);
  background: #C7D0E8;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header_nav li:not(:last-of-type) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_nav li:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(5.4857142857px, 0.7142857143vw, 10px);
  padding-left: clamp(3.84px, 0.5vw, 7px);
}
.header_nav li:last-of-type:before {
  display: none;
}
.header_nav li a {
  color: #0B3290;
  font-size: clamp(8.7771428571px, 1.1428571429vw, 16px);
  font-weight: 700;
  letter-spacing: 0;
}
.header_nav li a:not(.btn01, .btn02) {
  line-height: clamp(15.9085714286px, 2.0714285714vw, 29px);
}
.header .nav_trigger {
  display: none;
}

.sp_nav {
  display: none;
}

@media screen and (max-width: 767px) {
  .header .inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    padding: 3.4666666667vw 4vw 3.4666666667vw 1.8666666667vw;
  }
  .header_logo {
    width: 59.4666666667vw;
  }
  .header_nav {
    display: none;
  }
  .header .nav_trigger {
    position: relative;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: block;
    width: 13.8666666667vw;
    height: 13.8666666667vw;
    border: none;
    border-radius: 1.0666666667vw;
    background-color: #0F3BA8;
    outline: none;
  }
  .header .nav_trigger span {
    position: absolute;
    left: 50%;
    display: block;
    width: 7.4666666667vw;
    height: 0.5333333333vw;
    background-color: #fff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .header .nav_trigger span:first-of-type {
    top: 3.7333333333vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header .nav_trigger span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header .nav_trigger span:last-of-type {
    top: 9.6vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header .nav_trigger u {
    width: 0;
    height: 0;
    visibility: hidden;
  }
  .header .nav_trigger.is-current span:first-of-type {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
            transform: translate(-50%, -50%) rotate(-135deg);
  }
  .header .nav_trigger.is-current span:nth-of-type(2) {
    top: 30%;
    opacity: 0;
  }
  .header .nav_trigger.is-current span:last-of-type {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .sp_nav {
    position: fixed;
    top: 22.1333333333vw;
    bottom: 0;
    right: 100vw;
    display: block;
    width: 100%;
    padding: 22.9333333333vw 9.4666666667vw 0;
    background: #0F3BA8;
    background: linear-gradient(230deg, rgb(15, 59, 168) 0%, rgb(0, 0, 81) 100%);
    z-index: 1010;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    opacity: 0;
    will-change: left, opacity;
  }
  .sp_nav ul {
    margin-bottom: 22.4vw;
  }
  .sp_nav li + li {
    margin-top: 6.48vw;
    padding-top: 6.96vw;
    border-top: 2px solid rgba(255, 255, 255, 0.3);
  }
  .sp_nav li a {
    color: #fff;
    font-size: 4.8vw;
    font-weight: 600;
  }
  .sp_nav .btn01 {
    margin-top: 5.3333333333vw;
  }
  .sp_nav.is-open {
    right: 0;
    opacity: 1;
  }
}
.footer {
  padding: clamp(16.4571428571px, 2.1428571429vw, 30px) 0;
  background-color: #0B3290;
}
.footer .footer_logo {
  width: clamp(156.8914285714px, 20.4285714286vw, 286px);
  margin: 0 auto clamp(10.1485714286px, 1.3214285714vw, 18.5px);
}
.footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  margin-bottom: clamp(10.9714285714px, 1.4285714286vw, 20px);
}
.footer .flex a {
  color: #fff;
  font-size: clamp(7.68px, 1vw, 14px);
  line-height: 1;
}
.footer .flex a + a {
  padding-left: 1em;
  border-left: 1px solid #fff;
}
.footer small {
  display: block;
  width: 100%;
  color: #fff;
  line-height: 1;
  font-size: inherit;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 4.8vw 0 6.4vw;
  }
  .footer .footer_logo {
    width: 64vw;
    margin: 0 auto 5.44vw;
  }
  .footer .flex {
    margin-bottom: 5.3333333333vw;
  }
  .footer .flex a {
    font-size: 2.6666666667vw;
  }
  .footer small {
    font-size: 2.6666666667vw;
  }
}
@-webkit-keyframes sec03PaginationProgress {
  from {
    stroke-dashoffset: 138.23;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes sec03PaginationProgress {
  from {
    stroke-dashoffset: 138.23;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.lp {
  padding-top: clamp(49.3714285714px, 6.4285714286vw, 90px);
}
.lp .is-pc {
  display: block;
}
.lp .is-sp {
  display: none;
}
.lp .c-blue {
  color: #0F3BA8 !important;
}
.lp .c-yellow {
  color: #FDF100 !important;
}
.lp a.btn01 {
  position: relative;
  display: block;
  width: clamp(93.2571428571px, 12.1428571429vw, 170px);
  padding: clamp(7.9542857143px, 1.0357142857vw, 14.5px) 0 clamp(7.9542857143px, 1.0357142857vw, 14.5px) clamp(32.9142857143px, 4.2857142857vw, 60px);
  color: #0B3290;
  font-size: clamp(8.7771428571px, 1.1428571429vw, 16px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4375;
  text-align: left;
  border: 1px solid #0B3290;
  border-radius: clamp(16.4571428571px, 2.1428571429vw, 30px);
  background-color: transparent;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.lp a.btn01:before {
  position: absolute;
  top: 50%;
  left: clamp(15.9085714286px, 2.0714285714vw, 29px);
  content: "";
  display: block;
  width: clamp(12.3428571429px, 1.6071428571vw, 22.5px);
  height: clamp(15.6342857143px, 2.0357142857vw, 28.5px);
  background: center no-repeat url("../img/icon_btn01.png");
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lp a.btn01:hover {
  background-color: #CDD6E9;
}
.lp a.btn02 {
  position: relative;
  z-index: 0;
  display: block;
  width: clamp(160.7314285714px, 20.9285714286vw, 293px);
  padding: clamp(7.9542857143px, 1.0357142857vw, 14.5px) 0 clamp(7.9542857143px, 1.0357142857vw, 14.5px) clamp(38.9485714286px, 5.0714285714vw, 71px);
  color: #fff;
  font-size: clamp(8.7771428571px, 1.1428571429vw, 16px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4375;
  text-align: left;
  border-radius: clamp(16.4571428571px, 2.1428571429vw, 30px);
  -webkit-box-shadow: 0 clamp(5.4857142857px, 0.7142857143vw, 10px) clamp(8.7771428571px, 1.1428571429vw, 16px) rgba(255, 162, 69, 0.8) inset;
          box-shadow: 0 clamp(5.4857142857px, 0.7142857143vw, 10px) clamp(8.7771428571px, 1.1428571429vw, 16px) rgba(255, 162, 69, 0.8) inset;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(232, 54, 0)), to(rgb(240, 102, 0)));
  background: linear-gradient(0deg, rgb(232, 54, 0) 0%, rgb(240, 102, 0) 100%);
  overflow: hidden;
}
.lp a.btn02::before {
  position: absolute;
  top: 50%;
  left: clamp(15.9085714286px, 2.0714285714vw, 29px);
  content: "";
  display: block;
  width: clamp(17.2251428571px, 2.2428571429vw, 31.4px);
  height: clamp(12.0685714286px, 1.5714285714vw, 22px);
  background: center no-repeat url("../img/icon_btn02.png");
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.lp a.btn02::after {
  position: absolute;
  inset: 0;
  content: "";
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(241, 138, 104)), to(rgb(241, 187, 130)));
  background: linear-gradient(0deg, rgb(241, 138, 104) 0%, rgb(241, 187, 130) 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: -1;
}
.lp a.btn02:hover::after {
  opacity: 1;
}
.lp .ly_col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: clamp(658.2857142857px, 85.7142857143vw, 1200px);
  margin: 0 auto;
}
.lp .ly_col3 div {
  width: 32.1666666667%;
}
.lp .ly_col3 div picture {
  display: block;
}
.lp .ly_col2 {
  position: relative;
  display: grid;
  grid-template-columns: clamp(384px, 50vw, 700px) clamp(384px, 50vw, 700px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(768px, 100vw, 1400px);
  margin: 0 auto;
  padding-bottom: clamp(21.9428571429px, 2.8571428571vw, 40px);
}
.lp .ly_col2:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: clamp(652.8px, 85vw, 1190px);
  height: clamp(241.3714285714px, 31.4285714286vw, 440px);
  background: #0F3BA8;
  background: linear-gradient(300deg, rgb(0, 0, 81) 0%, rgb(15, 59, 168) 50%);
  z-index: 0;
}
.lp .ly_col2 .img {
  position: relative;
  z-index: 1;
  display: block;
  width: clamp(384px, 50vw, 700px);
  height: clamp(241.3714285714px, 31.4285714286vw, 440px);
}
.lp .ly_col2 .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp .ly_col2 .detail {
  position: relative;
  z-index: 1;
  padding-left: clamp(27.4285714286px, 3.5714285714vw, 50px);
  padding-right: clamp(87.7714285714px, 11.4285714286vw, 160px);
  color: #fff;
}
.lp .ly_col2 .num {
  margin: 0 0 clamp(10.4228571429px, 1.3571428571vw, 19px);
  color: #fff;
  font-size: clamp(19.7485714286px, 2.5714285714vw, 36px);
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 600;
}
.lp .ly_col2 .num span {
  display: inline-block;
  padding-left: clamp(5.4857142857px, 0.7142857143vw, 10px);
  font-size: clamp(27.4285714286px, 3.5714285714vw, 50px);
  letter-spacing: 0.01em;
}
.lp .ly_col2 h3 {
  margin: 0 0 clamp(14.2628571429px, 1.8571428571vw, 26px);
  font-size: clamp(17.5542857143px, 2.2857142857vw, 32px);
  line-height: 1.6875;
  letter-spacing: 0.06em;
  font-weight: 600;
}
.lp .ly_col2 .text {
  font-size: clamp(9.8742857143px, 1.2857142857vw, 18px);
  line-height: 2;
  letter-spacing: 0.26em;
  font-weight: 600;
}
.lp .ly_col2.rev:before {
  right: unset;
  left: 0;
  background: #0F3BA8;
  background: linear-gradient(70deg, rgb(0, 0, 81) 0%, rgb(15, 59, 168) 50%);
  z-index: 0;
}
.lp .ly_col2.rev .detail {
  padding-left: clamp(82.2857142857px, 10.7142857143vw, 150px);
  padding-right: clamp(32.9142857143px, 4.2857142857vw, 60px);
}
.lp .kv {
  background: center no-repeat url("../img/kv_bg.jpg");
  background-size: cover;
  overflow: hidden;
}
.lp .kv .copy_content {
  position: relative;
  max-width: 742px;
  width: clamp(407.04px, 53vw, 742px);
  margin: 0 auto;
  padding: clamp(47.7257142857px, 6.2142857143vw, 87px) 0 clamp(27.4285714286px, 3.5714285714vw, 50px);
  text-align: center;
  z-index: 1;
}
.lp .kv .copy_content:before {
  position: absolute;
  top: 60%;
  left: 50%;
  content: "";
  display: block;
  width: clamp(427.8857142857px, 55.7142857143vw, 780px);
  height: clamp(427.8857142857px, 55.7142857143vw, 780px);
  border-radius: 50%;
  background: rgba(11, 50, 144, 0.71);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.lp .kv .copy_content .copy {
  color: #fff;
  font-weight: 800;
  line-height: 2.3846153846;
}
.lp .kv .copy_content .copy .f-l {
  font-size: clamp(17.5542857143px, 2.2857142857vw, 32px);
}
.lp .kv .copy_content .copy .f-l.c-yellow {
  font-size: clamp(24.1371428571px, 3.1428571429vw, 44px);
}
.lp .kv .copy_content .copy .f-s {
  font-size: clamp(14.2628571429px, 1.8571428571vw, 26px);
}
.lp .kv .copy_content .kv_logo {
  display: block;
  margin: clamp(1.6457142857px, 0.2142857143vw, 3px) auto 0;
  width: clamp(313.5085714286px, 40.8214285714vw, 571.5px);
}
.lp .kv .copy_content .f-m {
  margin-top: clamp(12.6171428571px, 1.6428571429vw, 23px);
  color: #fff;
  font-size: clamp(16.4571428571px, 2.1428571429vw, 30px);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
.lp .kv .copy_content .f-m + .f-m {
  margin-top: clamp(4.9371428571px, 0.6428571429vw, 9px);
}
.lp .kv .copy_content .f-m + .f-m .is-pc {
  display: inline;
}
.lp .kv .copy_content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(9.8742857143px, 1.2857142857vw, 18px);
  margin-top: clamp(28.3611428571px, 3.6928571429vw, 51.7px);
}
.lp .kv .copy_content .flex a.btn01 {
  position: relative;
  width: clamp(119.5885714286px, 15.5714285714vw, 218px);
  padding: clamp(13.44px, 1.75vw, 24.5px) 0 clamp(13.44px, 1.75vw, 24.5px) clamp(42.7885714286px, 5.5714285714vw, 78px);
  color: #0B3290;
  font-size: clamp(10.9714285714px, 1.4285714286vw, 20px);
  font-weight: 800;
  border: none;
  border-radius: clamp(21.12px, 2.75vw, 38.5px);
  background: #fff;
}
.lp .kv .copy_content .flex a.btn01:before {
  left: clamp(22.2171428571px, 2.8928571429vw, 40.5px);
  width: clamp(13.7554285714px, 1.7910714286vw, 25.075px);
  height: clamp(17.4237257143px, 2.2687142857vw, 31.762px);
}
.lp .kv .copy_content .flex a.btn01:hover {
  background-color: #CDD6E9;
}
.lp .kv .copy_content .flex a.btn02 {
  width: clamp(199.68px, 26vw, 364px);
  padding: clamp(13.44px, 1.75vw, 24.5px) 0 clamp(13.44px, 1.75vw, 24.5px) clamp(46.08px, 6vw, 84px);
  font-size: clamp(10.9714285714px, 1.4285714286vw, 20px);
  font-weight: 800;
  border-radius: clamp(21.12px, 2.75vw, 38.5px);
}
.lp .kv .copy_content .flex a.btn02:before {
  left: clamp(22.2171428571px, 2.8928571429vw, 40.5px);
  width: clamp(17.8082742857px, 2.3187857143vw, 32.463px);
  height: clamp(12.0608914286px, 1.5704285714vw, 21.986px);
}
.lp .kv .text_img {
  position: relative;
  width: 100%;
  z-index: 2;
}
.lp .kv .text_img img {
  position: relative;
  width: 100%;
  z-index: 2;
}
.lp .sec01 {
  padding: clamp(21.9428571429px, 2.8571428571vw, 40px) 0 clamp(76.8px, 10vw, 140px);
  background-color: #C7D0E8;
}
.lp .sec01 h2 {
  color: #000051;
  font-size: clamp(19.7485714286px, 2.5714285714vw, 36px);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 2.0277777778;
  text-align: center;
}
.lp .sec01 h2 .f-l {
  font-size: clamp(21.9428571429px, 2.8571428571vw, 40px);
  letter-spacing: 0.06em;
}
.lp .sec01 .ly_col3 {
  margin-top: clamp(21.9428571429px, 2.8571428571vw, 40px);
}
.lp .sec01 .ly_col3 div {
  position: relative;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 31.8333333333%;
  border-radius: 50%;
  background-color: #fff;
}
.lp .sec01 .ly_col3 div:before {
  position: absolute;
  top: clamp(21.3942857143px, 2.7857142857vw, 39px);
  right: clamp(12.5622857143px, 1.6357142857vw, 22.9px);
  content: "";
  display: block;
  width: clamp(21.6685714286px, 2.8214285714vw, 39.5px);
  height: clamp(35.1085714286px, 4.5714285714vw, 64px);
  background: center no-repeat url("../img/sec01_icon.png");
  background-size: cover;
}
.lp .sec01 .ly_col3 div * {
  text-align: center;
}
.lp .sec01 .ly_col3 div h3 {
  color: #0F3BA8;
  font-size: clamp(18.1028571429px, 2.3571428571vw, 33px);
  font-weight: 600;
  line-height: 1.8181818182;
}
.lp .sec01 .ly_col3 div ul {
  margin-top: clamp(14.2628571429px, 1.8571428571vw, 26px);
}
.lp .sec01 .ly_col3 div li {
  color: #000051;
}
.lp .sec02 {
  position: relative;
  padding: clamp(155.2457142857px, 20.2142857143vw, 283px) 0 clamp(109.7142857143px, 14.2857142857vw, 200px);
}
.lp .sec02:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 93.022%, 0% 100%);
  background-color: #D5E7F4;
  z-index: -1;
}
.lp .sec02 .sec02_ttl {
  position: absolute;
  top: clamp(-43.2274285714px, -5.6285714286vw, -78.8px);
  left: 50%;
  width: clamp(658.2857142857px, 85.7142857143vw, 1200px);
  padding: clamp(18.6514285714px, 2.4285714286vw, 34px) clamp(159.6342857143px, 20.7857142857vw, 291px) clamp(32.9142857143px, 4.2857142857vw, 60px) clamp(90.5142857143px, 11.7857142857vw, 165px);
  background: #0F3BA8;
  background: linear-gradient(230deg, rgb(15, 59, 168) 0%, rgb(0, 0, 81) 100%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lp .sec02 .sec02_ttl:before {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  display: block;
  width: clamp(59.7942857143px, 7.7857142857vw, 109px);
  height: clamp(32.9142857143px, 4.2857142857vw, 60px);
  background: center no-repeat url("../img/sec02_balloon.png");
  background-size: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lp .sec02 .sec02_ttl:after {
  position: absolute;
  right: clamp(25.2342857143px, 3.2857142857vw, 46px);
  bottom: 0;
  content: "";
  display: block;
  width: clamp(129.4628571429px, 16.8571428571vw, 236px);
  height: clamp(121.2342857143px, 15.7857142857vw, 221px);
  background: center no-repeat url("../img/sec02_ttl_img.png");
  background-size: cover;
}
.lp .sec02 .sec02_ttl h2 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: clamp(21.9428571429px, 2.8571428571vw, 40px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3461538462;
  text-align: center;
}
.lp .sec02 .sec02_ttl h2 .dots {
  position: relative;
  font-size: clamp(25.2342857143px, 3.2857142857vw, 46px);
  font-weight: 900;
}
.lp .sec02 .sec02_ttl h2 .dots:before {
  position: absolute;
  top: clamp(-2.7428571429px, -0.3571428571vw, -5px);
  left: 50%;
  content: "";
  display: block;
  width: clamp(4.3885714286px, 0.5714285714vw, 8px);
  height: clamp(4.3885714286px, 0.5714285714vw, 8px);
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lp .sec02 .sec02_ttl h2 .underline {
  position: relative;
  font-size: clamp(28.5257142857px, 3.7142857143vw, 52px);
  font-weight: 900;
}
.lp .sec02 .sec02_ttl h2 .underline:before {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: clamp(2.1942857143px, 0.2857142857vw, 4px);
  background: #FDF100;
}
.lp .sec02 .f-l, .lp .sec02 .f-m {
  color: #000051;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
}
.lp .sec02 .f-l {
  font-size: clamp(21.9428571429px, 2.8571428571vw, 40px);
}
.lp .sec02 .f-l span {
  font-size: clamp(19.7485714286px, 2.5714285714vw, 36px);
}
.lp .sec02 .f-m {
  margin-top: clamp(19.7485714286px, 2.5714285714vw, 36px);
  font-size: clamp(13.1657142857px, 1.7142857143vw, 24px);
}
.lp .sec02 .text_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: clamp(658.2857142857px, 85.7142857143vw, 1200px);
  margin: clamp(21.9428571429px, 2.8571428571vw, 40px) auto;
  padding: clamp(23.04px, 3vw, 42px) clamp(10.9714285714px, 1.4285714286vw, 20px);
  background: #fff;
}
.lp .sec02 .text_wrapper p {
  display: block;
  max-width: clamp(416.9142857143px, 54.2857142857vw, 760px);
  width: 100%;
  margin: 0 auto;
  color: #000051;
  font-weight: 600;
  line-height: 1.7777777778;
}
.lp .sec02 .text_wrapper p + p {
  margin-top: clamp(15.36px, 2vw, 28px);
}
.lp .sec02 .ly_col3 {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.lp .sec02 .ly_col3 div {
  padding: clamp(8.2285714286px, 1.0714285714vw, 15px) clamp(8.2285714286px, 1.0714285714vw, 15px) clamp(25.2342857143px, 3.2857142857vw, 46px);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(15, 59, 168)), color-stop(50%, rgb(15, 59, 168)), to(rgb(0, 0, 81)));
  background: linear-gradient(0deg, rgb(15, 59, 168) 0%, rgb(15, 59, 168) 50%, rgb(0, 0, 81) 100%);
}
.lp .sec02 .ly_col3 div h3, .lp .sec02 .ly_col3 div p {
  color: #fff;
}
.lp .sec02 .ly_col3 div h3 {
  margin-top: clamp(15.9085714286px, 2.0714285714vw, 29px);
  font-size: clamp(15.36px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.3571428571;
  text-align: center;
}
.lp .sec02 .ly_col3 div p {
  margin-top: clamp(8.7771428571px, 1.1428571429vw, 16px);
}
.lp .sec03 {
  position: relative;
  padding: clamp(42.7885714286px, 5.5714285714vw, 78px) 0 clamp(57.6px, 7.5vw, 105px);
  z-index: 1;
}
.lp .sec03 .sec03_ttl {
  position: absolute;
  top: clamp(-98.7428571429px, -12.8571428571vw, -180px);
  left: 50%;
  width: clamp(323.1085714286px, 42.0714285714vw, 589px);
  padding: clamp(18.1028571429px, 2.3571428571vw, 33px) clamp(32.9142857143px, 4.2857142857vw, 60px) clamp(15.36px, 2vw, 28px);
  border-radius: clamp(32.3657142857px, 4.2142857143vw, 59px);
  background: #0F3BA8;
  background: linear-gradient(230deg, rgb(15, 59, 168) 0%, rgb(0, 0, 81) 100%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lp .sec03 .sec03_ttl:before {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  display: block;
  width: clamp(14.8114285714px, 1.9285714286vw, 27px);
  height: clamp(12.6171428571px, 1.6428571429vw, 23px);
  background: center no-repeat url("../img/sec03_balloon.png");
  background-size: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lp .sec03 .sec03_ttl h2 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: clamp(19.7485714286px, 2.5714285714vw, 36px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.lp .sec03 .sec03_ttl h2 img {
  display: inline-block;
  width: clamp(178.176px, 23.2vw, 324.8px);
}
.lp .sec03 .sec03_ttl h2 span {
  display: inline-block;
  -webkit-transform: translateY(clamp(-8.2285714286px, -1.0714285714vw, -15px));
          transform: translateY(clamp(-8.2285714286px, -1.0714285714vw, -15px));
}
.lp .sec03 > .text {
  color: #000051;
  font-size: clamp(13.1657142857px, 1.7142857143vw, 24px);
  font-weight: 700;
  line-height: 46/24;
  text-align: center;
}
.lp .sec03 > .text span {
  font-size: clamp(15.36px, 2vw, 28px);
}
.lp .sec03 .sec03_img {
  display: block;
  width: clamp(427.8857142857px, 55.7142857143vw, 780px);
  margin: clamp(25.2342857143px, 3.2857142857vw, 46px) auto clamp(49.3714285714px, 6.4285714286vw, 90px);
}
.lp .sec03 .ly_col2 {
  margin-top: clamp(32.9142857143px, 4.2857142857vw, 60px);
}
.lp .sec03 .ly_col2.rev::before {
  height: clamp(246.8571428571px, 32.1428571429vw, 450px);
}
.lp .sec03 .ly_wrapped {
  position: relative;
  width: clamp(658.2857142857px, 85.7142857143vw, 1200px);
  margin: clamp(81.7371428571px, 10.6428571429vw, 149px) auto 0;
  padding: clamp(32.9142857143px, 4.2857142857vw, 60px) clamp(27.4285714286px, 3.5714285714vw, 50px) clamp(27.4285714286px, 3.5714285714vw, 50px);
  -webkit-box-shadow: 0 clamp(3.2914285714px, 0.4285714286vw, 6px) clamp(5.4857142857px, 0.7142857143vw, 10px) rgba(11, 50, 144, 0.06);
          box-shadow: 0 clamp(3.2914285714px, 0.4285714286vw, 6px) clamp(5.4857142857px, 0.7142857143vw, 10px) rgba(11, 50, 144, 0.06);
  background: #F6F7FF;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(246, 247, 255)), to(rgb(206, 229, 255)));
  background: linear-gradient(180deg, rgb(246, 247, 255) 0%, rgb(206, 229, 255) 100%);
}
.lp .sec03 .ly_wrapped + .ly_wrapped {
  margin-top: clamp(62.5371428571px, 8.1428571429vw, 114px);
  padding-top: clamp(21.9428571429px, 2.8571428571vw, 40px);
}
.lp .sec03 .ly_wrapped h3 {
  position: absolute;
  top: clamp(-52.6628571429px, -6.8571428571vw, -96px);
  left: 50%;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: clamp(7.1314285714px, 0.9285714286vw, 13px) clamp(24.1371428571px, 3.1428571429vw, 44px);
  color: #fff;
  font-size: clamp(15.36px, 2vw, 28px);
  font-weight: 600;
  line-height: 1.6428571429;
  text-align: center;
  border-radius: clamp(19.7485714286px, 2.5714285714vw, 36px);
  background: #000051;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lp .sec03 .ly_wrapped h3:before {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  display: block;
  width: clamp(15.36px, 2vw, 28px);
  height: clamp(10.9714285714px, 1.4285714286vw, 20px);
  background: center no-repeat url("../img/sec03_balloon02.png");
  background-size: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lp .sec03 .ly_wrapped .f-l {
  margin-top: clamp(10.9714285714px, 1.4285714286vw, 20px);
  color: #000051;
  font-size: clamp(17.5542857143px, 2.2857142857vw, 32px);
  font-weight: 600;
  line-height: 54/32;
}
.lp .sec03 .ly_wrapped .f-m {
  margin-top: clamp(8.7771428571px, 1.1428571429vw, 16px);
  color: #000051;
  line-height: 28/18;
}
.lp .sec03 .ly_wrapped .f-s {
  margin-top: clamp(7.68px, 1vw, 14px);
  color: #000051;
  font-size: clamp(7.68px, 1vw, 14px);
  line-height: 1.4285714286;
}
.lp .sec03 .swiper {
  position: relative;
  overflow: hidden;
}
.lp .sec03 .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.lp .sec03 .swiper-slide {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(21.9428571429px, 2.8571428571vw, 40px);
  width: 100%;
  height: 100%;
}
.lp .sec03 .swiper-slide .img {
  display: block;
  width: clamp(356.5714285714px, 46.4285714286vw, 650px);
}
.lp .sec03 .swiper-slide .detail {
  width: clamp(219.4285714286px, 28.5714285714vw, 400px);
}
.lp .sec03 .swiper-slide .detail h4 {
  font-size: clamp(17.5542857143px, 2.2857142857vw, 32px);
  font-weight: 600;
  line-height: 1.375;
}
.lp .sec03 .swiper-slide .detail p {
  margin-top: clamp(15.36px, 2vw, 28px);
  letter-spacing: 0.06em;
  line-height: 1.7222222222;
}
.lp .sec03 .swiper-pagination {
  position: absolute;
  left: auto;
  right: clamp(174.9942857143px, 22.7857142857vw, 319px);
  bottom: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(8.7771428571px, 1.1428571429vw, 16px);
  width: auto;
}
.lp .sec03 .swiper-pagination-bullet {
  position: relative;
  display: block;
  width: clamp(5.4857142857px, 0.7142857143vw, 10px);
  height: clamp(5.4857142857px, 0.7142857143vw, 10px);
  margin: 0 !important;
  padding: 0;
  background: #BEBEBE;
  border: 0;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.lp .sec03 .swiper-pagination-bullet .pagination_circle,
.lp .sec03 .swiper-pagination-bullet .pagination_num {
  display: none;
}
.lp .sec03 .swiper-pagination-bullet-active {
  width: clamp(19.7485714286px, 2.5714285714vw, 36px);
  height: clamp(19.7485714286px, 2.5714285714vw, 36px);
  background: transparent;
}
.lp .sec03 .swiper-pagination-bullet-active .pagination_circle {
  display: block;
  width: clamp(19.7485714286px, 2.5714285714vw, 36px);
  height: clamp(19.7485714286px, 2.5714285714vw, 36px);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.lp .sec03 .swiper-pagination-bullet-active .pagination_circle_bg, .lp .sec03 .swiper-pagination-bullet-active .pagination_circle_progress {
  fill: none;
  stroke-width: 4;
}
.lp .sec03 .swiper-pagination-bullet-active .pagination_circle_bg {
  stroke: #b1c7e9;
}
.lp .sec03 .swiper-pagination-bullet-active .pagination_circle_progress {
  stroke: #0f3ba8;
  stroke-linecap: round;
  stroke-dasharray: 138.23;
  stroke-dashoffset: 138.23;
  -webkit-animation: sec03PaginationProgress 1.5s linear forwards;
          animation: sec03PaginationProgress 1.5s linear forwards;
}
.lp .sec03 .swiper-pagination-bullet-active .pagination_num {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  color: #0F3BA8;
  font-size: clamp(7.68px, 1vw, 14px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.lp .cta {
  padding: clamp(32.9142857143px, 4.2857142857vw, 60px) 0;
  background: center no-repeat url("../img/cta_bg.jpg");
  background-size: cover;
}
.lp .cta .f-l, .lp .cta .f-m {
  color: #fff;
  text-align: center;
}
.lp .cta .f-l {
  font-size: clamp(19.7485714286px, 2.5714285714vw, 36px);
  font-weight: 800;
  letter-spacing: 0.28em;
  line-height: 56/36;
}
.lp .cta .f-m {
  margin-top: clamp(19.7485714286px, 2.5714285714vw, 36px);
  font-weight: 600;
}
.lp .cta a.btn02 {
  position: relative;
  z-index: 0;
  display: block;
  width: clamp(323.6571428571px, 42.1428571429vw, 590px);
  margin: clamp(30.72px, 4vw, 56px) auto 0;
  padding: clamp(10.4228571429px, 1.3571428571vw, 19px) 0 clamp(13.1657142857px, 1.7142857143vw, 24px) clamp(85.0285714286px, 11.0714285714vw, 155px);
  color: #fff;
  font-size: clamp(15.36px, 2vw, 28px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4375;
  text-align: left;
  border-radius: clamp(27.4285714286px, 3.5714285714vw, 50px);
  -webkit-box-shadow: 0 clamp(5.4857142857px, 0.7142857143vw, 10px) clamp(8.7771428571px, 1.1428571429vw, 16px) rgba(255, 162, 69, 0.8) inset;
          box-shadow: 0 clamp(5.4857142857px, 0.7142857143vw, 10px) clamp(8.7771428571px, 1.1428571429vw, 16px) rgba(255, 162, 69, 0.8) inset;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(232, 54, 0)), to(rgb(240, 102, 0)));
  background: linear-gradient(0deg, rgb(232, 54, 0) 0%, rgb(240, 102, 0) 100%);
  overflow: hidden;
}
.lp .cta a.btn02::before {
  position: absolute;
  top: calc(50% - clamp(0.5485714286px, 0.0714285714vw, 1px));
  left: clamp(55.9542857143px, 7.2857142857vw, 102px);
  content: "";
  display: block;
  width: clamp(21.0432px, 2.74vw, 38.36px);
  height: clamp(14.2518857143px, 1.8557142857vw, 25.98px);
  background: center no-repeat url("../img/icon_btn02.png");
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.lp .cta a.btn02::after {
  position: absolute;
  inset: 0;
  content: "";
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(241, 138, 104)), to(rgb(241, 187, 130)));
  background: linear-gradient(0deg, rgb(241, 138, 104) 0%, rgb(241, 187, 130) 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: -1;
}
.lp .cta a.btn02:hover::after {
  opacity: 1;
}
.lp .sec04 h2, .lp .sec05 h2, .lp .sec06 h2, .lp .sec08 h2, .lp .sec09 h2 {
  font-size: clamp(21.9428571429px, 2.8571428571vw, 40px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 73/40;
  text-align: center;
}
.lp .sec04 {
  position: relative;
  padding: clamp(54.8571428571px, 7.1428571429vw, 100px) 0 clamp(93.2571428571px, 12.1428571429vw, 170px);
  z-index: 1;
}
.lp .sec04:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 91.2%, 0% 100%);
  background-color: #D5E7F4;
  z-index: -1;
}
.lp .sec04 h2 {
  margin-bottom: clamp(19.2px, 2.5vw, 35px);
  color: #000051;
}
.lp .sec04 .f-m {
  margin-bottom: clamp(31.2685714286px, 4.0714285714vw, 57px);
  color: #000051;
  font-size: clamp(13.1657142857px, 1.7142857143vw, 24px);
  font-weight: 700;
  line-height: 1.9166666667;
  text-align: center;
}
.lp .sec04 .voice {
  position: relative;
  width: clamp(537.6px, 70vw, 980px);
  margin: 0 auto;
  padding: clamp(24.6857142857px, 3.2142857143vw, 45px) clamp(10.4228571429px, 1.3571428571vw, 19px) clamp(24.6857142857px, 3.2142857143vw, 45px) clamp(117.3942857143px, 15.2857142857vw, 214px);
  border-radius: clamp(5.4857142857px, 0.7142857143vw, 10px);
  -webkit-box-shadow: 0 0 clamp(3.2914285714px, 0.4285714286vw, 6px) rgba(11, 50, 144, 0.1);
          box-shadow: 0 0 clamp(3.2914285714px, 0.4285714286vw, 6px) rgba(11, 50, 144, 0.1);
  background: #fff;
}
.lp .sec04 .voice + .voice {
  margin-top: clamp(10.9714285714px, 1.4285714286vw, 20px);
}
.lp .sec04 .voice + .voice:before {
  background: center no-repeat url("../img/sec04_img02.jpg");
  background-size: cover;
}
.lp .sec04 .voice:before {
  position: absolute;
  top: 50%;
  left: clamp(21.9428571429px, 2.8571428571vw, 40px);
  content: "";
  display: block;
  width: clamp(76.8px, 10vw, 140px);
  height: clamp(76.8px, 10vw, 140px);
  border-radius: 50%;
  background: center no-repeat url("../img/sec04_img01.jpg");
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lp .sec04 .voice p:not(.name) {
  margin-bottom: clamp(9.8742857143px, 1.2857142857vw, 18px);
  font-size: clamp(9.8742857143px, 1.2857142857vw, 18px);
  font-weight: 700;
  line-height: 2.2222222222;
}
.lp .sec04 .voice p:not(.name) .f-l {
  font-size: clamp(13.1657142857px, 1.7142857143vw, 24px);
  font-weight: 600;
  line-height: 1.75;
}
.lp .sec04 .voice p.name {
  font-size: clamp(7.68px, 1vw, 14px);
  font-weight: 400;
  line-height: 1.2857142857;
}
.lp .sec05 {
  padding: clamp(41.1428571429px, 5.3571428571vw, 75px) 0 clamp(54.8571428571px, 7.1428571429vw, 100px);
}
.lp .sec05 h2 {
  margin-bottom: clamp(30.72px, 4vw, 56px);
  color: #000051;
}
.lp .sec05 .ly_col3 div .detail {
  width: 100%;
  padding: clamp(18.6514285714px, 2.4285714286vw, 34px) clamp(12.6171428571px, 1.6428571429vw, 23px) clamp(25.2342857143px, 3.2857142857vw, 46px);
  color: #fff;
  background: #0F3BA8;
  background: linear-gradient(230deg, rgb(15, 59, 168) 0%, rgb(0, 0, 81) 100%);
}
.lp .sec05 .ly_col3 div .detail h3 {
  margin-bottom: clamp(8.7771428571px, 1.1428571429vw, 16px);
  font-size: clamp(15.36px, 2vw, 28px);
  font-weight: 600;
  text-align: center;
}
.lp .sec05 .hitocom_logo {
  width: clamp(216.1371428571px, 28.1428571429vw, 394px);
  margin: clamp(34.0114285714px, 4.4285714286vw, 62px) auto 0;
}
.lp .sec05 .hitocom_logo + p {
  margin-top: clamp(14.2628571429px, 1.8571428571vw, 26px);
  line-height: 38/18;
  text-align: center;
}
.lp .sec06 {
  padding: clamp(52.1142857143px, 6.7857142857vw, 95px) 0 clamp(98.7428571429px, 12.8571428571vw, 180px);
  background: #E2EEFB;
}
.lp .sec06 h2 {
  margin-bottom: clamp(32.9142857143px, 4.2857142857vw, 60px);
  color: #000051;
}
.lp .sec06 .ly_col2 {
  grid-template-columns: clamp(384px, 50vw, 700px) clamp(384px, 50vw, 700px);
  padding-bottom: clamp(27.4285714286px, 3.5714285714vw, 50px);
}
.lp .sec06 .ly_col2 + .ly_col2 {
  margin-top: clamp(32.9142857143px, 4.2857142857vw, 60px);
}
.lp .sec06 .ly_col2:first-of-type:before {
  height: clamp(246.8571428571px, 32.1428571429vw, 450px);
}
.lp .sec06 .ly_col2:first-of-type .img {
  height: clamp(241.3714285714px, 31.4285714286vw, 440px);
}
.lp .sec06 .ly_col2:nth-of-type(2) {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.lp .sec06 .ly_col2:nth-of-type(2):before {
  height: clamp(296.7771428571px, 38.6428571429vw, 541px);
}
.lp .sec06 .ly_col2:nth-of-type(2) dl dt {
  padding: clamp(12.6171428571px, 1.6428571429vw, 23px) clamp(26.1942857143px, 3.4107142857vw, 47.75px);
  font-size: clamp(14.2628571429px, 1.8571428571vw, 26px);
}
.lp .sec06 .ly_col2:nth-of-type(2) dl dd {
  padding: clamp(6.5828571429px, 0.8571428571vw, 12px) clamp(25.2342857143px, 3.2857142857vw, 46px) clamp(3.2914285714px, 0.4285714286vw, 6px);
  color: #0F3BA8;
  font-size: clamp(15.36px, 2vw, 28px);
  font-weight: 600;
  background-color: #fff;
}
.lp .sec06 .ly_col2:nth-of-type(2) dl dd span {
  font-size: clamp(18.6514285714px, 2.4285714286vw, 34px);
}
.lp .sec06 .ly_col2:nth-of-type(2) .img {
  height: clamp(290.7428571429px, 37.8571428571vw, 530px);
}
.lp .sec06 .ly_col2:last-of-type {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.lp .sec06 .ly_col2:last-of-type:before {
  height: clamp(274.2857142857px, 35.7142857143vw, 500px);
}
.lp .sec06 .ly_col2:last-of-type dl dt {
  padding: clamp(15.9085714286px, 2.0714285714vw, 29px) clamp(29.6228571429px, 3.8571428571vw, 54px);
  font-size: clamp(9.8742857143px, 1.2857142857vw, 18px);
  line-height: 1.6666666667;
}
.lp .sec06 .ly_col2:last-of-type dl dd {
  padding: clamp(5.4857142857px, 0.7142857143vw, 10px) clamp(34.56px, 4.5vw, 63px);
  background-color: #fff;
}
.lp .sec06 .ly_col2:last-of-type dl dd .f-s {
  color: #000;
  font-size: clamp(9.8742857143px, 1.2857142857vw, 18px);
  font-weight: 400;
  line-height: 24/18;
  text-align: center;
}
.lp .sec06 .ly_col2:last-of-type dl dd .f-m {
  color: #0F3BA8;
  font-size: clamp(13.1657142857px, 1.7142857143vw, 24px);
  font-weight: 600;
  line-height: 28/24;
  text-align: center;
}
.lp .sec06 .ly_col2:last-of-type dl dd .f-m .f-l {
  font-size: clamp(36.2057142857px, 4.7142857143vw, 66px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}
.lp .sec06 .ly_col2:last-of-type dl dd .f-m .f-l span {
  letter-spacing: -0.06em;
}
.lp .sec06 .ly_col2:last-of-type .img {
  height: clamp(268.8px, 35vw, 490px);
}
.lp .sec06 .ly_col2:before {
  background: linear-gradient(300deg, rgb(206, 229, 255) 0%, rgb(255, 255, 255) 50%);
  z-index: 0;
}
.lp .sec06 .ly_col2 .detail {
  position: relative;
  z-index: 1;
  padding-left: clamp(43.8857142857px, 5.7142857143vw, 80px);
  padding-right: clamp(54.8571428571px, 7.1428571429vw, 100px);
}
.lp .sec06 .ly_col2 .num {
  margin: 0 0 clamp(9.8742857143px, 1.2857142857vw, 18px);
  color: #0F3BA8;
  line-height: 1;
  font-weight: 900;
}
.lp .sec06 .ly_col2 .num span {
  display: inline-block;
  padding-left: clamp(5.4857142857px, 0.7142857143vw, 10px);
  font-size: clamp(30.72px, 4vw, 56px);
  letter-spacing: 0.01em;
}
.lp .sec06 .ly_col2 h3 {
  margin: 0 0 clamp(10.9714285714px, 1.4285714286vw, 20px);
  color: #0F3BA8;
  font-size: clamp(17.5542857143px, 2.2857142857vw, 32px);
  line-height: 1.5;
}
.lp .sec06 .ly_col2 h3 span {
  font-size: clamp(19.7485714286px, 2.5714285714vw, 36px);
}
.lp .sec06 .ly_col2 .text {
  color: #000;
  font-size: clamp(9.8742857143px, 1.2857142857vw, 18px);
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 600;
}
.lp .sec06 .ly_col2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: clamp(10.9714285714px, 1.4285714286vw, 20px);
  border: 1px solid #000051;
}
.lp .sec06 .ly_col2 dl dt {
  font-weight: 600;
  white-space: nowrap;
  background-color: #000051;
}
.lp .sec06 .ly_col2 dl dd {
  white-space: nowrap;
  background-color: #fff;
}
.lp .sec06 .ly_col2.rev:before {
  background: #fff;
  background: linear-gradient(70deg, rgb(206, 229, 255) 0%, rgb(255, 255, 255) 50%);
  z-index: 0;
}
.lp .sec06 .ly_col2.rev .detail {
  padding-left: clamp(54.8571428571px, 7.1428571429vw, 100px);
  padding-right: clamp(43.8857142857px, 5.7142857143vw, 80px);
}
.lp .sec07 {
  position: relative;
  padding: 0 0 clamp(29.0742857143px, 3.7857142857vw, 53px);
}
.lp .sec07:before {
  position: absolute;
  top: clamp(-55.9542857143px, -7.2857142857vw, -102px);
  right: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: clamp(55.9542857143px, 7.2857142857vw, 102px);
  background: center no-repeat url("../img/sec07_bg_item.png");
  background-size: cover;
}
.lp .sec07 .inner {
  position: relative;
  z-index: 1;
}
.lp .sec07 h2 {
  margin: clamp(-9.3257142857px, -1.2142857143vw, -17px) 0 clamp(4.3885714286px, 0.5714285714vw, 8px);
  font-size: clamp(19.7485714286px, 2.5714285714vw, 36px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 46/36;
  text-align: center;
  background-color: #fff;
}
.lp .sec07 p {
  margin-bottom: clamp(30.72px, 4vw, 56px);
  font-size: clamp(13.1657142857px, 1.7142857143vw, 24px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 46/24;
  text-align: center;
}
.lp .sec07 .ly_col3 {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.lp .sec07 .ly_col3 > div {
  padding-bottom: clamp(27.4285714286px, 3.5714285714vw, 50px);
  background: #fff;
  background: linear-gradient(30deg, rgb(206, 229, 255) 0%, rgb(255, 255, 255) 50%);
  z-index: 0;
}
.lp .sec07 .ly_col3 > div picture {
  margin-bottom: clamp(17.0057142857px, 2.2142857143vw, 31px);
}
.lp .sec07 .ly_col3 > div h3 {
  margin-bottom: clamp(12.0685714286px, 1.5714285714vw, 22px);
  color: #0F3BA8;
  font-size: clamp(15.36px, 2vw, 28px);
  font-weight: 600;
  line-height: 29/28;
  letter-spacing: 0.06em;
  text-align: center;
}
.lp .sec07 .ly_col3 > div ul {
  padding: 0 clamp(14.2628571429px, 1.8571428571vw, 26px) 0 clamp(19.2px, 2.5vw, 35px);
}
.lp .sec07 .ly_col3 > div li {
  position: relative;
  padding-left: clamp(17.5542857143px, 2.2857142857vw, 32px);
  line-height: 1.7777777778;
}
.lp .sec07 .ly_col3 > div li:before {
  position: absolute;
  top: 0.3em;
  left: 0;
  content: "";
  display: block;
  width: clamp(12.0685714286px, 1.5714285714vw, 22px);
  height: clamp(12.0685714286px, 1.5714285714vw, 22px);
  background: center no-repeat url("../img/sec07_ly_col3_icon.png");
  background-size: cover;
}
.lp .cta_wrapper {
  background: #fff;
}
.lp .cta_wrapper .cta_copy {
  display: block;
  width: clamp(317.3485714286px, 41.3214285714vw, 578.5px);
  margin: 0 auto clamp(21.9428571429px, 2.8571428571vw, 40px);
}
.lp .sec08 {
  padding-top: clamp(54.8571428571px, 7.1428571429vw, 100px);
  background-color: #F1F7FE;
}
.lp .sec08 h2 {
  margin-bottom: clamp(17.5542857143px, 2.2857142857vw, 32px);
  color: #000051;
}
.lp .sec08 > .f-m {
  color: #000051;
  font-size: clamp(13.1657142857px, 1.7142857143vw, 24px);
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
}
.lp .sec08 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1.6666666667%;
  width: clamp(658.2857142857px, 85.7142857143vw, 1200px);
  margin: clamp(22.4914285714px, 2.9285714286vw, 41px) auto 0;
}
.lp .sec08 .flex .content {
  width: 49.1666666667%;
  padding: clamp(12.6171428571px, 1.6428571429vw, 23px) 0 clamp(20.8457142857px, 2.7142857143vw, 38px);
  -webkit-box-shadow: 0 0 clamp(5.4857142857px, 0.7142857143vw, 10px) rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 clamp(5.4857142857px, 0.7142857143vw, 10px) rgba(0, 0, 0, 0.12);
  background-color: #fff;
}
.lp .sec08 .flex .content .balloon {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: clamp(6.0342857143px, 0.7857142857vw, 11px) clamp(15.36px, 2vw, 28px) clamp(6.5828571429px, 0.8571428571vw, 12px);
  color: #fff;
  font-size: clamp(9.8742857143px, 1.2857142857vw, 18px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3888888889;
  border-radius: clamp(13.44px, 1.75vw, 24.5px);
  background-color: #0F3BA8;
}
.lp .sec08 .flex .content .balloon:before {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  display: block;
  width: clamp(5.4857142857px, 0.7142857143vw, 10px);
  height: clamp(3.84px, 0.5vw, 7px);
  background: center no-repeat url("../img/sec08_balloon.png");
  background-size: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lp .sec08 .flex .content .time {
  margin-top: clamp(4.3885714286px, 0.5714285714vw, 8px);
  color: #000051;
  font-size: clamp(13.1657142857px, 1.7142857143vw, 24px);
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
.lp .sec08 .flex .content .time span {
  display: inline-block;
  padding: 0 clamp(2.1942857143px, 0.2857142857vw, 4px) 0 clamp(7.68px, 1vw, 14px);
  font-size: clamp(36.2057142857px, 4.7142857143vw, 66px);
}
.lp .sec08 .flex .content .f-m, .lp .sec08 .flex .content .f-s {
  width: clamp(228.7542857143px, 29.7857142857vw, 417px);
  margin-right: auto;
  margin-left: auto;
}
.lp .sec08 .flex .content .f-m {
  margin-top: clamp(12.6171428571px, 1.6428571429vw, 23px);
  font-size: clamp(9.8742857143px, 1.2857142857vw, 18px);
  font-weight: 400;
  line-height: 1.5555555556;
}
.lp .sec08 .flex .content .f-m span {
  font-weight: 900;
}
.lp .sec08 .flex .content .f-s {
  margin-top: clamp(4.3885714286px, 0.5714285714vw, 8px);
  font-size: clamp(7.68px, 1vw, 14px);
  font-weight: 400;
  line-height: 1.7142857143;
}
.lp .sec09 {
  padding: clamp(54.8571428571px, 7.1428571429vw, 100px) 0;
  background-color: #F1F7FE;
}
.lp .sec09 h2 {
  margin-bottom: clamp(30.72px, 4vw, 56px);
  color: #000051;
}
.lp .sec09 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.4444166667%;
  width: clamp(658.2857142857px, 85.7142857143vw, 1200px);
  margin: clamp(22.4914285714px, 2.9285714286vw, 41px) auto 0;
}
.lp .sec09 .flex .content {
  position: relative;
  width: 21.6666666667%;
  padding: clamp(16.4571428571px, 2.1428571429vw, 30px) clamp(7.68px, 1vw, 14px) clamp(13.1657142857px, 1.7142857143vw, 24px);
  background-color: #fff;
}
.lp .sec09 .flex .content + .content:before {
  position: absolute;
  top: 55%;
  left: clamp(-33.4628571429px, -4.3571428571vw, -61px);
  content: "";
  display: block;
  width: clamp(12.6171428571px, 1.6428571429vw, 23px);
  height: clamp(18.6514285714px, 2.4285714286vw, 34px);
  background: center no-repeat url("../img/sec09_arrow.png");
  background-size: cover;
}
.lp .sec09 .flex .content .num {
  position: absolute;
  top: -0.5em;
  left: 50%;
  font-size: clamp(23.04px, 3vw, 42px);
  font-weight: 700;
  line-height: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lp .sec09 .flex .content h4 {
  width: 100%;
  padding: clamp(5.4857142857px, 0.7142857143vw, 10px) 0 clamp(6.5828571429px, 0.8571428571vw, 12px);
  font-size: clamp(9.8742857143px, 1.2857142857vw, 18px);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4444444444;
  text-align: center;
  border-radius: clamp(20.2971428571px, 2.6428571429vw, 37px);
  background-color: rgba(199, 208, 232, 0.37);
}
.lp .sec09 .flex .content h4 span {
  font-weight: 900;
}
.lp .sec09 .flex .content img {
  width: clamp(54.8571428571px, 7.1428571429vw, 100px);
  margin: clamp(4.3885714286px, 0.5714285714vw, 8px) auto clamp(3.84px, 0.5vw, 7px);
}
.lp .sec09 .flex .content h3 {
  font-size: clamp(13.1657142857px, 1.7142857143vw, 24px);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.5833333333;
  text-align: center;
}
.lp .sec09 .flex .content p:not(.num) {
  margin-top: clamp(5.4857142857px, 0.7142857143vw, 10px);
  font-size: clamp(9.8742857143px, 1.2857142857vw, 18px);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.7777777778;
}
.lp .sec09 .flex .content p:not(.num) span {
  font-weight: 700;
}
.lp .sec10 {
  position: relative;
  padding: 0 0 clamp(54.8571428571px, 7.1428571429vw, 100px);
  background-color: #E2EEFB;
}
.lp .sec10 .inner {
  position: relative;
  padding-top: clamp(54.8571428571px, 7.1428571429vw, 100px);
  z-index: 1;
}
.lp .sec10 .inner:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 67.2%, 0% 80.3%);
  background-color: #D5E7F4;
  z-index: -1;
}
.lp .sec10 h2 {
  margin-bottom: clamp(17.5542857143px, 2.2857142857vw, 32px);
  color: #000051;
  font-size: clamp(19.7485714286px, 2.5714285714vw, 36px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 46/36;
  text-align: center;
}
.lp .sec10 .text {
  margin-bottom: clamp(30.72px, 4vw, 56px);
  color: #000051;
  font-size: clamp(13.1657142857px, 1.7142857143vw, 24px);
  font-weight: 700;
  line-height: 1.9166666667;
  letter-spacing: 0.06em;
  text-align: center;
}
.lp .sec10 .content {
  width: clamp(427.8857142857px, 55.7142857143vw, 780px);
  margin: 0 auto;
  padding: clamp(16.4571428571px, 2.1428571429vw, 30px) clamp(10.9714285714px, 1.4285714286vw, 20px);
  text-align: center;
  -webkit-box-shadow: 0 0 clamp(5.4857142857px, 0.7142857143vw, 10px) rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 clamp(5.4857142857px, 0.7142857143vw, 10px) rgba(0, 0, 0, 0.12);
  background-color: #fff;
}
.lp .sec10 .content .f-l {
  font-size: clamp(15.36px, 2vw, 28px);
  font-weight: 600;
}
.lp .sec10 .content .price {
  font-weight: 900;
}
.lp .sec10 .content .price .yen {
  font-size: clamp(30.72px, 4vw, 56px);
  font-weight: 600;
}
.lp .sec10 .content .price .num {
  font-size: clamp(41.6914285714px, 5.4285714286vw, 76px);
  letter-spacing: -0.02em;
}
.lp .sec10 .content .price .num span {
  font-size: clamp(32.9142857143px, 4.2857142857vw, 60px);
  letter-spacing: -0.04em;
}
.lp .sec10 .content .price .quantity {
  font-size: clamp(13.1657142857px, 1.7142857143vw, 24px);
}
.lp .sec10 .table_wrapper {
  max-width: 1240px;
  width: calc(100vw - 40px);
  margin: clamp(31.8171428571px, 4.1428571429vw, 58px) auto 0;
  padding: 0 20px 20px;
  overflow-x: auto;
  overflow-y: hidden;
}
.lp .sec10 .table_wrapper .comparison_table {
  width: 1200px;
}
.lp .sec10 .table_wrapper .comparison_table .table_wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.lp .sec10 .table_wrapper .comparison_table .table_wrapper::-webkit-scrollbar {
  display: none;
}
.lp .sec10 .table_wrapper .comparison_table svg {
  width: 100%;
}
.lp .sec11 {
  padding: clamp(43.8857142857px, 5.7142857143vw, 80px) 0 clamp(54.8571428571px, 7.1428571429vw, 100px);
  background-color: #D5E7F4;
}
.lp .sec11 h2 {
  margin-bottom: clamp(30.72px, 4vw, 56px);
  font-size: clamp(21.9428571429px, 2.8571428571vw, 40px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 74/40;
  text-align: center;
}
.lp .sec11 .faq {
  max-width: clamp(658.2857142857px, 85.7142857143vw, 1200px);
  margin: 0 auto;
}
.lp .sec11 .faq_item {
  padding: clamp(16.4571428571px, 2.1428571429vw, 30px) clamp(27.4285714286px, 3.5714285714vw, 50px);
  border-radius: clamp(10.9714285714px, 1.4285714286vw, 20px);
  -webkit-box-shadow: 0 0 clamp(5.4857142857px, 0.7142857143vw, 10px) rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 clamp(5.4857142857px, 0.7142857143vw, 10px) rgba(0, 0, 0, 0.12);
  background-color: #fff;
  -webkit-tap-highlight-color: transparent;
}
.lp .sec11 .faq_item[open] .faq_q::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.lp .sec11 .faq_item + .faq_item {
  margin-top: clamp(10.9714285714px, 1.4285714286vw, 20px);
}
.lp .sec11 .faq_item .faq_a {
  height: auto;
  opacity: 1;
}
.lp .sec11 .faq_q {
  position: relative;
  display: block;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.lp .sec11 .faq_q:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lp .sec11 .faq_q::-webkit-details-marker {
  display: none;
}
.lp .sec11 .faq_q:before, .lp .sec11 .faq_q:after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: #003b91;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.lp .sec11 .faq_q::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.lp .sec11 .faq_a {
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: height 0.35s ease, opacity 0.25s ease;
  transition: height 0.35s ease, opacity 0.25s ease;
}
.lp .sec11 .faq_a_inner {
  margin-top: clamp(10.9714285714px, 1.4285714286vw, 20px);
  padding-top: clamp(10.9714285714px, 1.4285714286vw, 20px);
  line-height: 1.8;
  border-top: 1px solid #B1BFDD;
}
.lp .sec11 .faq_a_inner p {
  max-width: 820px;
}
.lp .sec12 {
  padding: clamp(54.8571428571px, 7.1428571429vw, 100px) 0;
}
.lp .sec12 h2 {
  margin-bottom: clamp(30.72px, 4vw, 56px);
  font-size: clamp(21.9428571429px, 2.8571428571vw, 40px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 74/40;
  text-align: center;
}
.lp .sec12 .intro {
  max-width: clamp(537.6px, 70vw, 980px);
  margin: 0 auto clamp(19.7485714286px, 2.5714285714vw, 36px);
  padding: clamp(21.9428571429px, 2.8571428571vw, 40px) clamp(32.9142857143px, 4.2857142857vw, 60px);
  border: clamp(2.7428571429px, 0.3571428571vw, 5px) solid rgba(11, 50, 144, 0.2);
}
.lp .sec12 .intro h3 {
  margin-bottom: clamp(14.2628571429px, 1.8571428571vw, 26px);
  font-size: clamp(15.36px, 2vw, 28px);
  font-weight: 700;
  text-align: center;
}
.lp .sec12 .intro ul {
  margin-top: clamp(9.8742857143px, 1.2857142857vw, 18px);
}
.lp .sec12 .intro ul li {
  position: relative;
  padding-left: clamp(7.68px, 1vw, 14px);
}
.lp .sec12 .intro ul li:before {
  position: absolute;
  top: clamp(6.0342857143px, 0.7857142857vw, 11px);
  left: 0;
  content: "";
  display: block;
  width: clamp(4.3885714286px, 0.5714285714vw, 8px);
  height: clamp(4.3885714286px, 0.5714285714vw, 8px);
  background: center no-repeat url("../img/sec12_list_icon.png");
  background-size: cover;
}
.lp .sec12 .form_section .contact_form {
  width: clamp(537.6px, 70vw, 980px);
  margin: 0 auto;
  padding: clamp(59.2457142857px, 7.7142857143vw, 108px) clamp(54.8571428571px, 7.1428571429vw, 100px) clamp(43.8857142857px, 5.7142857143vw, 80px);
  background: #F0F7FD;
  border-radius: clamp(10.9714285714px, 1.4285714286vw, 20px);
  color: #0B3290;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.lp .sec12 .form_section .contact_form.is-confirm input:not([type=hidden]),
.lp .sec12 .form_section .contact_form.is-confirm textarea {
  pointer-events: none;
}
.lp .sec12 .form_section .contact_form.is-confirm select,
.lp .sec12 .form_section .contact_form.is-confirm .checkbox_item {
  pointer-events: none;
}
.lp .sec12 .form_section .contact_form.is-confirm input:not([type=hidden]),
.lp .sec12 .form_section .contact_form.is-confirm textarea,
.lp .sec12 .form_section .contact_form.is-confirm select {
  background: rgba(255, 255, 255, 0.65);
}
.lp .sec12 .form_section .contact_form.is-complete .submit_wrapper {
  display: none;
}
.lp .sec12 .form_section .contact_form.is-complete .form_complete_message {
  display: block;
}
.lp .sec12 .form_section .form_item + .form_item {
  margin-top: clamp(15.36px, 2vw, 28px);
}
.lp .sec12 .form_section .form_item:has(.checkbox_list) {
  margin-top: clamp(3.2914285714px, 0.4285714286vw, 6px);
  margin-bottom: clamp(20.8457142857px, 2.7142857143vw, 38px);
}
.lp .sec12 .form_section .form_error {
  color: #900B0B;
  font-size: 0.8em;
}
.lp .sec12 .form_section .form_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(2.1942857143px, 0.2857142857vw, 4px);
  margin-bottom: clamp(3.84px, 0.5vw, 7px);
  font-size: clamp(9.8742857143px, 1.2857142857vw, 18px);
  line-height: 1.4;
}
.lp .sec12 .form_section .required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: clamp(24.6857142857px, 3.2142857143vw, 45px);
  padding: clamp(2.1942857143px, 0.2857142857vw, 4px) clamp(4.9371428571px, 0.6428571429vw, 9px) clamp(2.7428571429px, 0.3571428571vw, 5px);
  color: #fff;
  font-size: clamp(6.5828571429px, 0.8571428571vw, 12px);
  line-height: 1;
  background: #005AC3;
  border-radius: clamp(2.1942857143px, 0.2857142857vw, 4px);
}
.lp .sec12 .form_section input[type=text],
.lp .sec12 .form_section input[type=email],
.lp .sec12 .form_section select,
.lp .sec12 .form_section textarea {
  width: 100%;
  color: #0B3290;
  font-size: clamp(9.8742857143px, 1.2857142857vw, 18px);
  font-weight: 500;
  letter-spacing: 0.06em;
  background: #fff;
  border: clamp(1.0971428571px, 0.1428571429vw, 2px) solid #b7c7e4;
  border-radius: clamp(4.3885714286px, 0.5714285714vw, 8px);
  outline: none;
}
.lp .sec12 .form_section input[type=text]::-webkit-input-placeholder, .lp .sec12 .form_section input[type=email]::-webkit-input-placeholder, .lp .sec12 .form_section select::-webkit-input-placeholder, .lp .sec12 .form_section textarea::-webkit-input-placeholder {
  color: rgba(11, 50, 144, 0.22);
}
.lp .sec12 .form_section input[type=text]::-moz-placeholder, .lp .sec12 .form_section input[type=email]::-moz-placeholder, .lp .sec12 .form_section select::-moz-placeholder, .lp .sec12 .form_section textarea::-moz-placeholder {
  color: rgba(11, 50, 144, 0.22);
}
.lp .sec12 .form_section input[type=text]:-ms-input-placeholder, .lp .sec12 .form_section input[type=email]:-ms-input-placeholder, .lp .sec12 .form_section select:-ms-input-placeholder, .lp .sec12 .form_section textarea:-ms-input-placeholder {
  color: rgba(11, 50, 144, 0.22);
}
.lp .sec12 .form_section input[type=text]::-ms-input-placeholder, .lp .sec12 .form_section input[type=email]::-ms-input-placeholder, .lp .sec12 .form_section select::-ms-input-placeholder, .lp .sec12 .form_section textarea::-ms-input-placeholder {
  color: rgba(11, 50, 144, 0.22);
}
.lp .sec12 .form_section input[type=text]::placeholder,
.lp .sec12 .form_section input[type=email]::placeholder,
.lp .sec12 .form_section select::placeholder,
.lp .sec12 .form_section textarea::placeholder {
  color: rgba(11, 50, 144, 0.22);
}
.lp .sec12 .form_section input[type=text]:focus,
.lp .sec12 .form_section input[type=email]:focus,
.lp .sec12 .form_section select:focus,
.lp .sec12 .form_section textarea:focus {
  border-color: #0068c9;
}
.lp .sec12 .form_section input[type=text],
.lp .sec12 .form_section input[type=email],
.lp .sec12 .form_section select {
  height: clamp(31.8171428571px, 4.1428571429vw, 58px);
  padding: 0 clamp(12.6171428571px, 1.6428571429vw, 23px);
}
.lp .sec12 .form_section .select_wrapper {
  position: relative;
  width: 100%;
  height: clamp(31.8171428571px, 4.1428571429vw, 58px);
  color: #0B3290;
  font-size: clamp(9.8742857143px, 1.2857142857vw, 18px);
  font-weight: 500;
  letter-spacing: 0.06em;
  background: #fff;
  border: clamp(1.0971428571px, 0.1428571429vw, 2px) solid #b7c7e4;
  border-radius: clamp(4.3885714286px, 0.5714285714vw, 8px);
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.lp .sec12 .form_section .select_wrapper:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lp .sec12 .form_section .select_wrapper::after {
  position: absolute;
  top: 50%;
  right: clamp(15.36px, 2vw, 28px);
  content: "";
  width: clamp(5.76px, 0.75vw, 10.5px);
  height: clamp(5.76px, 0.75vw, 10.5px);
  border-right: clamp(1.0971428571px, 0.1428571429vw, 2px) solid rgba(11, 50, 144, 0.3);
  border-bottom: clamp(1.0971428571px, 0.1428571429vw, 2px) solid rgba(11, 50, 144, 0.3);
  -webkit-transform: translateY(-65%) rotate(45deg);
          transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
  z-index: 3;
}
.lp .sec12 .form_section .select_wrapper.is-custom-select select {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.lp .sec12 .form_section .custom_select {
  position: relative;
  width: 100%;
  height: clamp(30.72px, 4vw, 56px);
  padding: 0 clamp(12.6171428571px, 1.6428571429vw, 23px);
  z-index: 2;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.lp .sec12 .form_section .custom_select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lp .sec12 .form_section .custom_select_trigger {
  width: 100%;
  height: clamp(29.6228571429px, 3.8571428571vw, 54px);
  padding-right: clamp(32.9142857143px, 4.2857142857vw, 60px);
  color: #c3cee3;
  text-align: left;
  cursor: pointer;
  background: inherit;
  border: inherit;
  border-radius: inherit;
  font: inherit;
  line-height: inherit;
}
.lp .sec12 .form_section .custom_select.is-selected .custom_select_trigger {
  color: #0B3290;
}
.lp .sec12 .form_section .custom_select_options {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(11, 50, 144, 0.3);
  border-radius: clamp(5.4857142857px, 0.7142857143vw, 10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(clamp(-4.3885714286px, -0.5714285714vw, -8px));
          transform: translateY(clamp(-4.3885714286px, -0.5714285714vw, -8px));
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.lp .sec12 .form_section .custom_select_option {
  display: block;
  width: 100%;
  padding: clamp(7.68px, 1vw, 14px) clamp(10.9714285714px, 1.4285714286vw, 20px);
  color: #0B3290;
  background: #fff;
  border: none;
  border-bottom: 1px solid rgba(11, 50, 144, 0.12);
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.lp .sec12 .form_section .custom_select_option:last-child {
  border-bottom: none;
}
.lp .sec12 .form_section .custom_select_option:hover, .lp .sec12 .form_section .custom_select_option.is-selected {
  background: #f0f7fd;
}
.lp .sec12 .form_section .custom_select.is-open .custom_select_options {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.lp .sec12 .form_section .form_text {
  margin: clamp(15.36px, 2vw, 28px) 0 clamp(9.8742857143px, 1.2857142857vw, 18px);
  font-size: clamp(9.8742857143px, 1.2857142857vw, 18px);
}
.lp .sec12 .form_section .checkbox_list {
  display: grid;
  gap: clamp(6.5828571429px, 0.8571428571vw, 12px);
}
.lp .sec12 .form_section .checkbox_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
  font-size: clamp(9.8742857143px, 1.2857142857vw, 18px);
  cursor: pointer;
}
.lp .sec12 .form_section .checkbox_item input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.lp .sec12 .form_section .checkbox_item span {
  position: relative;
  display: block;
  padding-left: clamp(18.6514285714px, 2.4285714286vw, 34px);
}
.lp .sec12 .form_section .checkbox_item span::before, .lp .sec12 .form_section .checkbox_item span::after {
  position: absolute;
  content: "";
  display: block;
}
.lp .sec12 .form_section .checkbox_item span::before {
  top: clamp(0.5485714286px, 0.0714285714vw, 1px);
  left: 0;
  width: clamp(16.4571428571px, 2.1428571429vw, 30px);
  height: clamp(16.4571428571px, 2.1428571429vw, 30px);
  background: rgba(11, 50, 144, 0.1);
  border: clamp(1.0971428571px, 0.1428571429vw, 2px) solid rgba(11, 50, 144, 0.2);
  border-radius: clamp(3.2914285714px, 0.4285714286vw, 6px);
}
.lp .sec12 .form_section .checkbox_item span::after {
  top: clamp(3.2914285714px, 0.4285714286vw, 6px);
  left: clamp(5.4857142857px, 0.7142857143vw, 10px);
  width: clamp(5.4857142857px, 0.7142857143vw, 10px);
  height: clamp(9.8742857143px, 1.2857142857vw, 18px);
  border-right: clamp(2.1942857143px, 0.2857142857vw, 4px) solid #fff;
  border-bottom: clamp(2.1942857143px, 0.2857142857vw, 4px) solid #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.lp .sec12 .form_section .checkbox_item input:checked + span::before {
  background: #0B3290;
  border-color: #0B3290;
}
.lp .sec12 .form_section .checkbox_item input:checked + span::after {
  opacity: 1;
}
.lp .sec12 .form_section textarea {
  height: clamp(114.1028571429px, 14.8571428571vw, 208px);
  padding: clamp(8.2285714286px, 1.0714285714vw, 15px) clamp(12.6171428571px, 1.6428571429vw, 23px);
  resize: vertical;
}
.lp .sec12 .form_section .hp_field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}
.lp .sec12 .form_section .submit_wrapper {
  margin-top: clamp(21.9428571429px, 2.8571428571vw, 40px);
}
.lp .sec12 .form_section .submit_wrapper .js-submit-btn, .lp .sec12 .form_section .submit_wrapper .js-confirm-btn {
  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;
  width: 100%;
  height: clamp(40.5942857143px, 5.2857142857vw, 74px);
  color: #fff;
  font-size: clamp(13.1657142857px, 1.7142857143vw, 24px);
  font-weight: 700;
  letter-spacing: 0.06em;
  border: none;
  border-radius: clamp(20.2971428571px, 2.6428571429vw, 37px);
  -webkit-box-shadow: 0 clamp(5.4857142857px, 0.7142857143vw, 10px) clamp(8.7771428571px, 1.1428571429vw, 16px) rgba(255, 162, 69, 0.8) inset;
          box-shadow: 0 clamp(5.4857142857px, 0.7142857143vw, 10px) clamp(8.7771428571px, 1.1428571429vw, 16px) rgba(255, 162, 69, 0.8) inset;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(232, 54, 0)), to(rgb(240, 102, 0)));
  background: linear-gradient(0deg, rgb(232, 54, 0) 0%, rgb(240, 102, 0) 100%);
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lp .sec12 .form_section .submit_wrapper .js-submit-btn:hover, .lp .sec12 .form_section .submit_wrapper .js-confirm-btn:hover {
  opacity: 0.8;
}
.lp .sec12 .form_section .submit_wrapper .js-back-btn {
  padding: 0 1em;
  color: #fff;
}
.lp .sec12 .form_section .confirm_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(10.9714285714px, 1.4285714286vw, 20px);
}
.lp .sec12 .form_section .confirm_buttons[hidden] {
  display: none;
}
.lp .sec12 .form_section .form_complete_message {
  margin-top: clamp(21.9428571429px, 2.8571428571vw, 40px);
  color: #0B3290;
  font-size: clamp(13.1657142857px, 1.7142857143vw, 24px);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.lp .sec12 .form_section .form_complete_message[hidden] {
  display: none;
}

.float_cta {
  display: none;
}

@media screen and (max-width: 1260px) {
  .lp .sec10 .table_wrapper {
    scrollbar-width: thin;
    scrollbar-color: #0F3BA8 #D5D5D5;
  }
  .lp .sec10 .table_wrapper::-webkit-scrollbar {
    height: 4px;
  }
  .lp .sec10 .table_wrapper::-webkit-scrollbar-track {
    background: #D5D5D5;
  }
  .lp .sec10 .table_wrapper::-webkit-scrollbar-thumb {
    background: #0F3BA8;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    line-height: 1.75;
  }
  .lp {
    padding-top: 22.1333333333vw;
    overflow-x: hidden;
  }
  .lp .is-pc {
    display: none;
  }
  .lp .is-sp {
    display: block;
  }
  .lp a.btn01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.1333333333vw;
    width: 100%;
    padding: 3.4666666667vw 0;
    font-size: 3.7333333333vw;
    font-weight: 800;
    line-height: 1;
    border: none;
    border-radius: 5.8666666667vw;
    background-color: #fff;
  }
  .lp a.btn01:before {
    position: relative;
    top: unset;
    left: unset;
    width: 3.4666666667vw;
    height: 4.8vw;
    -webkit-transform: unset;
            transform: unset;
  }
  .lp a.btn01:hover {
    background-color: #fff;
  }
  .lp a.btn02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.1333333333vw;
    width: 100%;
    padding: 3.4666666667vw 0;
    font-size: 3.7333333333vw;
    font-weight: 800;
    line-height: 1;
    border-radius: 5.8666666667vw;
    -webkit-box-shadow: 0 2.6666666667vw 4.2666666667vw rgba(255, 162, 69, 0.8) inset;
            box-shadow: 0 2.6666666667vw 4.2666666667vw rgba(255, 162, 69, 0.8) inset;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(232, 54, 0)), to(rgb(240, 102, 0)));
    background: linear-gradient(0deg, rgb(232, 54, 0) 0%, rgb(240, 102, 0) 100%);
  }
  .lp a.btn02::before {
    position: relative;
    top: unset;
    left: unset;
    width: 4.8vw;
    height: 3.2vw;
    -webkit-transform: translateY(0.2666666667vw);
            transform: translateY(0.2666666667vw);
  }
  .lp a.btn02::after {
    display: none;
  }
  .lp .ly_col3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 81.3333333333vw;
  }
  .lp .ly_col3 div {
    width: 100%;
  }
  .lp .ly_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: unset;
    width: 92vw;
    padding: 5.3333333333vw 5.3333333333vw 8vw;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(15, 59, 168)), color-stop(60%, rgb(15, 59, 168)), to(rgb(8, 30, 125)));
    background: linear-gradient(180deg, rgb(15, 59, 168) 0%, rgb(15, 59, 168) 60%, rgb(8, 30, 125) 100%);
  }
  .lp .ly_col2:before {
    display: none;
  }
  .lp .ly_col2 .img {
    width: 100%;
    height: auto;
  }
  .lp .ly_col2 .detail {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .lp .ly_col2 .num {
    margin: 4.2666666667vw 0 0;
    font-size: 4.2666666667vw;
  }
  .lp .ly_col2 .num span {
    padding-left: 2.1333333333vw;
    font-size: 6.9333333333vw;
  }
  .lp .ly_col2 h3 {
    margin: 3.2vw 0 2.6666666667vw;
    font-size: 5.3333333333vw;
    line-height: 1.7;
  }
  .lp .ly_col2 .text {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    letter-spacing: 0.26em;
    font-weight: 600;
  }
  .lp .ly_col2.rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse nowrap;
            flex-flow: column-reverse nowrap;
  }
  .lp .ly_col2.rev:before {
    display: none;
  }
  .lp .ly_col2.rev .detail {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .lp .kv {
    padding: 18.6666666667vw 0 0;
    background: center no-repeat url("../img/kv_bg_sp.jpg");
    background-size: cover;
  }
  .lp .kv .copy_content {
    max-width: unset;
    width: 92vw;
    margin: 0 auto;
    padding: 6.1333333333vw 7.7333333333vw 6.9333333333vw;
    background: rgba(11, 50, 144, 0.7);
  }
  .lp .kv .copy_content:before {
    display: none;
  }
  .lp .kv .copy_content .copy {
    line-height: 1.2;
  }
  .lp .kv .copy_content .copy .f-l {
    font-size: 4.2666666667vw;
  }
  .lp .kv .copy_content .copy .f-l.c-yellow {
    font-size: 5.8666666667vw;
  }
  .lp .kv .copy_content .copy .f-s {
    font-size: 3.7333333333vw;
  }
  .lp .kv .copy_content .kv_logo {
    margin: 2.1333333333vw auto 2.6666666667vw;
    width: 76.4053333333vw;
  }
  .lp .kv .copy_content .f-m {
    margin-top: 0;
    font-size: 4.2666666667vw;
    line-height: 1.6875;
  }
  .lp .kv .copy_content .f-m + .f-m {
    margin-top: 1.0666666667vw;
  }
  .lp .kv .copy_content .f-m + .f-m .is-pc {
    display: none;
  }
  .lp .kv .copy_content .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    gap: 2.1333333333vw;
    margin-top: 6.6666666667vw;
  }
  .lp .kv .copy_content .flex a.btn01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.1333333333vw;
    width: 65.3333333333vw;
    padding: 3.4666666667vw 0;
    font-size: 3.7333333333vw;
    border-radius: 6.6666666667vw;
  }
  .lp .kv .copy_content .flex a.btn01:before {
    position: relative;
    top: unset;
    left: unset;
    width: 3.4666666667vw;
    height: 4.8vw;
  }
  .lp .kv .copy_content .flex a.btn02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.1333333333vw;
    width: 65.3333333333vw;
    padding: 4.1333333333vw 0;
    font-size: 3.7333333333vw;
    border-radius: 6.6666666667vw;
  }
  .lp .kv .copy_content .flex a.btn02:before {
    position: relative;
    top: unset;
    left: unset;
    width: 4.8vw;
    height: 3.2vw;
  }
  .lp .kv .text_img {
    display: block;
    margin-top: 14.9333333333vw;
  }
  .lp .sec01 {
    padding: 9.8133333333vw 0 30.6666666667vw;
    background-color: #C7D0E8;
  }
  .lp .sec01 h2 {
    font-size: 5.3333333333vw;
    line-height: 1.6;
  }
  .lp .sec01 h2 .f-l {
    font-size: 6.4vw;
  }
  .lp .sec01 .ly_col3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 1.8666666667vw;
    width: 94.6666666667vw;
    margin-top: 8vw;
  }
  .lp .sec01 .ly_col3 div {
    width: 46.4vw;
  }
  .lp .sec01 .ly_col3 div:first-of-type {
    margin: 0 3.5714285714vw -2.4vw;
  }
  .lp .sec01 .ly_col3 div:nth-of-type(2) {
    padding-top: 5.3333333333vw;
  }
  .lp .sec01 .ly_col3 div:before {
    top: 1.6vw;
    right: 3.7333333333vw;
    width: 4.264vw;
    height: 6.9333333333vw;
  }
  .lp .sec01 .ly_col3 div h3 {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
  .lp .sec01 .ly_col3 div ul {
    margin-top: 0.8vw;
  }
  .lp .sec01 .ly_col3 div li {
    position: relative;
    padding-left: 0.75em;
    text-align: left;
  }
  .lp .sec01 .ly_col3 div li:before {
    position: absolute;
    top: 0.2666666667vw;
    left: 0;
    content: "・";
    display: inline-block;
  }
  .lp .sec02 {
    padding: 30.6666666667vw 0 35.4666666667vw;
  }
  .lp .sec02:before {
    clip-path: polygon(0% 0%, 100% 0%, 100% 95.8%, 0% 100%);
  }
  .lp .sec02 .sec02_ttl {
    top: -18.6666666667vw;
    width: 92vw;
    padding: 5.0666666667vw 18.6666666667vw 4.8vw 4.8vw;
  }
  .lp .sec02 .sec02_ttl:before {
    width: 12.5333333333vw;
    height: 6.9333333333vw;
  }
  .lp .sec02 .sec02_ttl:after {
    right: 0;
    width: 25.3333333333vw;
    height: 28.2666666667vw;
    background: center no-repeat url("../img/sec02_ttl_img_sp.png");
    background-size: cover;
  }
  .lp .sec02 .sec02_ttl h2 {
    font-size: 4.8vw;
    line-height: 1.58;
  }
  .lp .sec02 .sec02_ttl h2 .dots {
    font-size: 5.3333333333vw;
  }
  .lp .sec02 .sec02_ttl h2 .dots:before {
    top: -0.5333333333vw;
    width: 1.0666666667vw;
    height: 1.0666666667vw;
  }
  .lp .sec02 .sec02_ttl h2 .underline {
    font-size: 6.9333333333vw;
    display: inline-block;
    -webkit-transform: translateY(-1.0666666667vw);
            transform: translateY(-1.0666666667vw);
  }
  .lp .sec02 .sec02_ttl h2 .underline:before {
    height: clamp(2.1942857143px, 0.2857142857vw, 4px);
  }
  .lp .sec02 .f-l {
    font-size: 6.9333333333vw;
  }
  .lp .sec02 .f-l span {
    font-size: 6.9333333333vw;
  }
  .lp .sec02 .f-m {
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .lp .sec02 .text_wrapper {
    width: 92vw;
    margin: 6.9333333333vw auto;
    padding: 6.9333333333vw;
  }
  .lp .sec02 .text_wrapper p {
    max-width: unset;
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
  .lp .sec02 .text_wrapper p + p {
    margin-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
  .lp .sec02 .ly_col3 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4.2666666667vw;
  }
  .lp .sec02 .ly_col3 div {
    padding: 4vw 3.2vw 7.2vw;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(15, 59, 168)), color-stop(60%, rgb(15, 59, 168)), to(rgb(8, 30, 125)));
    background: linear-gradient(180deg, rgb(15, 59, 168) 0%, rgb(15, 59, 168) 60%, rgb(8, 30, 125) 100%);
  }
  .lp .sec02 .ly_col3 div h3 {
    margin-top: 4.2666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.625;
  }
  .lp .sec02 .ly_col3 div p {
    margin-top: 2.6666666667vw;
  }
  .lp .sec03 {
    padding: 9.8666666667vw 0 16vw;
  }
  .lp .sec03 .sec03_ttl {
    top: -20vw;
    width: 92vw;
    padding: 5.2vw;
    border-radius: 10vw;
    text-align: center;
  }
  .lp .sec03 .sec03_ttl:before {
    width: 4vw;
    height: 3.4666666667vw;
  }
  .lp .sec03 .sec03_ttl h2 {
    width: 100%;
    font-size: 5.8666666667vw;
  }
  .lp .sec03 .sec03_ttl h2 img {
    width: 55.544vw;
  }
  .lp .sec03 .sec03_ttl h2 span {
    -webkit-transform: translateY(-1.3333333333vw);
            transform: translateY(-1.3333333333vw);
  }
  .lp .sec03 > .text {
    font-size: 4.2666666667vw;
    font-weight: 600;
    line-height: 26/16;
  }
  .lp .sec03 > .text span {
    font-size: 4.2666666667vw;
  }
  .lp .sec03 .sec03_img {
    width: 81.3333333333vw;
    margin: 6.9333333333vw auto 10.6666666667vw;
  }
  .lp .sec03 .ly_col2 {
    margin-top: 10.6666666667vw;
  }
  .lp .sec03 .ly_col2.rev {
    margin-top: 8vw;
  }
  .lp .sec03 .ly_wrapped {
    width: 92vw;
    margin: 17.8666666667vw auto 0;
    padding: 10.6666666667vw 5.3333333333vw 5.6vw;
    -webkit-box-shadow: 0 1.6vw 2.6666666667vw rgba(11, 50, 144, 0.06);
            box-shadow: 0 1.6vw 2.6666666667vw rgba(11, 50, 144, 0.06);
  }
  .lp .sec03 .ly_wrapped + .ly_wrapped {
    margin-top: 17.6vw;
    padding-top: 9.7066666667vw;
    padding-bottom: 8.2133333333vw;
  }
  .lp .sec03 .ly_wrapped h3 {
    top: -6.9333333333vw;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 21.7142857143vw;
    padding: 2.2853333333vw 9.0666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.5625;
    border-radius: 5.4853333333vw;
  }
  .lp .sec03 .ly_wrapped h3:before {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    display: block;
    width: clamp(15.36px, 2vw, 28px);
    height: clamp(10.9714285714px, 1.4285714286vw, 20px);
    background: center no-repeat url("../img/sec03_balloon02.png");
    background-size: cover;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .lp .sec03 .ly_wrapped .f-l {
    margin-top: 5.3333333333vw;
    font-size: 5.6vw;
    line-height: 1.380952381;
  }
  .lp .sec03 .ly_wrapped .f-m {
    margin-top: 2.8vw;
    line-height: 1.5;
  }
  .lp .sec03 .ly_wrapped .f-s {
    margin-top: 3.2vw;
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
  .lp .sec03 .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4.8vw;
    padding-bottom: 14.6133333333vw;
  }
  .lp .sec03 .swiper-slide .img {
    width: 100%;
  }
  .lp .sec03 .swiper-slide .detail {
    width: 100%;
  }
  .lp .sec03 .swiper-slide .detail h4 {
    font-size: 5.3333333333vw;
    line-height: 1.45;
  }
  .lp .sec03 .swiper-slide .detail p {
    margin-top: 3.2vw;
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
  .lp .sec03 .swiper-pagination {
    position: absolute;
    left: 50%;
    right: unset;
    gap: 4.8vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .lp .sec03 .swiper-pagination-bullet {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  .lp .sec03 .swiper-pagination-bullet-active {
    width: 8.408vw;
    height: 8.408vw;
  }
  .lp .sec03 .swiper-pagination-bullet-active .pagination_circle {
    width: 8.408vw;
    height: 8.408vw;
  }
  .lp .sec03 .swiper-pagination-bullet-active .pagination_num {
    font-size: 3.2vw;
  }
  .lp .cta {
    padding: 10.6666666667vw 9.4666666667vw;
    background: center no-repeat url("../img/cta_bg_sp.jpg");
    background-size: cover;
  }
  .lp .cta .f-l {
    font-size: 5.3333333333vw;
    letter-spacing: 0.1em;
    line-height: 1.7;
  }
  .lp .cta .f-m {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.8571428571;
  }
  .lp .cta a.btn02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 62.6666666667vw;
    margin: 7.2vw auto 0;
    padding: 4.5333333333vw 0;
    font-size: 3.7333333333vw;
    font-weight: 800;
    line-height: 1;
    border-radius: 6.2666666667vw;
    -webkit-box-shadow: 0 2.6666666667vw 4.2666666667vw rgba(255, 162, 69, 0.8) inset;
            box-shadow: 0 2.6666666667vw 4.2666666667vw rgba(255, 162, 69, 0.8) inset;
  }
  .lp .cta a.btn02::before {
    position: relative;
    top: unset;
    left: unset;
    width: 4.9333333333vw;
    height: 3.3413333333vw;
    -webkit-transform: unset;
            transform: unset;
  }
  .lp .sec04 h2, .lp .sec05 h2, .lp .sec06 h2, .lp .sec08 h2, .lp .sec09 h2 {
    font-size: 6.9333333333vw;
    line-height: 1.4615384615;
  }
  .lp .sec04 {
    padding: 16vw 0 28vw;
  }
  .lp .sec04:before {
    clip-path: polygon(0% 0%, 100% 0%, 100% 91.2%, 0% 100%);
  }
  .lp .sec04 h2 {
    margin-bottom: 5.3333333333vw;
  }
  .lp .sec04 .f-m {
    margin-bottom: 6.9333333333vw;
    font-size: 4.2666666667vw;
    font-weight: 600;
    line-height: 1.625;
  }
  .lp .sec04 .voice {
    width: 92vw;
    padding: 4.2666666667vw 2.9333333333vw 4.2666666667vw 22.1333333333vw;
    border-radius: 0;
    -webkit-box-shadow: 0 0 1.6vw rgba(11, 50, 144, 0.1);
            box-shadow: 0 0 1.6vw rgba(11, 50, 144, 0.1);
  }
  .lp .sec04 .voice + .voice {
    margin-top: 5.3333333333vw;
  }
  .lp .sec04 .voice:before {
    top: 4.2666666667vw;
    left: 4vw;
    width: 15.4666666667vw;
    height: 15.4666666667vw;
    -webkit-transform: unset;
            transform: unset;
  }
  .lp .sec04 .voice p:not(.name) {
    margin-bottom: 3.2vw;
    font-size: 3.7333333333vw;
    font-weight: 600;
    line-height: 1.5;
  }
  .lp .sec04 .voice p:not(.name) .f-l {
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
  .lp .sec04 .voice p.name {
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .lp .sec05 {
    padding: 8vw 0 16vw;
  }
  .lp .sec05 h2 {
    margin-bottom: 6.9333333333vw;
  }
  .lp .sec05 .ly_col3 {
    gap: 4.2666666667vw;
  }
  .lp .sec05 .ly_col3 div .detail {
    padding: 6.9333333333vw 6vw;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(15, 59, 168)), color-stop(60%, rgb(15, 59, 168)), to(rgb(8, 30, 125)));
    background: linear-gradient(180deg, rgb(15, 59, 168) 0%, rgb(15, 59, 168) 60%, rgb(8, 30, 125) 100%);
  }
  .lp .sec05 .ly_col3 div .detail h3 {
    margin-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
    font-weight: 700;
  }
  .lp .sec05 .ly_col3 div .detail p {
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
  .lp .sec05 .hitocom_logo {
    width: 81.3333333333vw;
    margin: 8vw auto 0;
  }
  .lp .sec05 .hitocom_logo + p {
    margin-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
    font-weight: 600;
    line-height: 1.8571428571;
  }
  .lp .sec06 {
    padding: 16vw 0 26.1333333333vw;
  }
  .lp .sec06 h2 {
    margin-bottom: 6.9333333333vw;
  }
  .lp .sec06 .ly_col2 {
    grid-template-columns: unset;
    padding: 5.3333333333vw 5.3333333333vw 8vw;
    background: linear-gradient(300deg, rgb(206, 229, 255) 0%, rgb(255, 255, 255) 50%);
  }
  .lp .sec06 .ly_col2 + .ly_col2 {
    margin-top: 8vw;
  }
  .lp .sec06 .ly_col2:first-of-type .img {
    height: auto;
  }
  .lp .sec06 .ly_col2:nth-of-type(2) {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .lp .sec06 .ly_col2:nth-of-type(2) dl dt {
    padding: 3.6vw 6.2666666667vw;
    font-size: 4.2666666667vw;
  }
  .lp .sec06 .ly_col2:nth-of-type(2) dl dd {
    padding: 3.0666666667vw 6.9333333333vw;
    font-size: 4.8vw;
  }
  .lp .sec06 .ly_col2:nth-of-type(2) dl dd span {
    font-size: 4.8vw;
  }
  .lp .sec06 .ly_col2:nth-of-type(2) .img {
    height: auto;
  }
  .lp .sec06 .ly_col2:last-of-type {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .lp .sec06 .ly_col2:last-of-type dl dt {
    padding: 4.2422856vw 5.7660954667vw;
    font-size: 4.2666666667vw;
    line-height: 1.625;
  }
  .lp .sec06 .ly_col2:last-of-type dl dd {
    padding: 2.264vw 6.2826669333vw;
  }
  .lp .sec06 .ly_col2:last-of-type dl dd .f-s {
    font-size: 3.2vw;
    line-height: 1.3333333333;
  }
  .lp .sec06 .ly_col2:last-of-type dl dd .f-m {
    font-size: 4.2666666667vw;
    line-height: 19/16;
  }
  .lp .sec06 .ly_col2:last-of-type dl dd .f-m .f-l {
    font-size: 12.2666666667vw;
  }
  .lp .sec06 .ly_col2:last-of-type .img {
    height: auto;
  }
  .lp .sec06 .ly_col2:before {
    display: none;
  }
  .lp .sec06 .ly_col2 .detail {
    width: 100%;
    margin-top: 4.2666666667vw;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .lp .sec06 .ly_col2 .num {
    margin: 0 0 1.0666666667vw;
    font-weight: 600;
  }
  .lp .sec06 .ly_col2 .num span {
    padding-left: 0;
    font-size: 9.6vw;
  }
  .lp .sec06 .ly_col2 h3 {
    margin: 0 0 3.2vw;
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
  .lp .sec06 .ly_col2 h3 span {
    font-size: 6.4vw;
  }
  .lp .sec06 .ly_col2 .text {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
  .lp .sec06 .ly_col2 dl {
    width: 100%;
    margin-top: 3.4666666667vw;
  }
  .lp .sec06 .ly_col2.rev .detail {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .lp .sec07 {
    padding: 6.9333333333vw 0 13.8666666667vw;
  }
  .lp .sec07:before {
    top: -9.0666666667vw;
    height: 9.0666666667vw;
    background: center no-repeat url("../img/sec07_bg_item_sp.png");
    background-size: cover;
  }
  .lp .sec07 h2 {
    margin: 0 0 1.8666666667vw;
    font-size: 5.3333333333vw;
    line-height: 1.3;
  }
  .lp .sec07 p {
    margin-bottom: 6.9333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
  .lp .sec07 .ly_col3 {
    gap: 4.2666666667vw;
  }
  .lp .sec07 .ly_col3 > div {
    padding-bottom: 5.3333333333vw;
  }
  .lp .sec07 .ly_col3 > div picture {
    margin-bottom: 4.4533333333vw;
  }
  .lp .sec07 .ly_col3 > div h3 {
    margin-bottom: 2.1333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.8125;
  }
  .lp .sec07 .ly_col3 > div ul {
    padding: 0 0 0 10.6666666667vw;
  }
  .lp .sec07 .ly_col3 > div li {
    padding-left: 4.248vw;
    font-weight: 3.2vw;
    line-height: 1.6666666667;
  }
  .lp .sec07 .ly_col3 > div li:before {
    top: 0.3em;
    width: 3.1546666667vw;
    height: 3.1546666667vw;
  }
  .lp .cta_wrapper .cta_copy {
    width: 82.1146666667vw;
    margin: 0 auto 10.88vw;
  }
  .lp .sec08 {
    padding-top: 16vw;
  }
  .lp .sec08 h2 {
    margin-bottom: 5.3333333333vw;
  }
  .lp .sec08 > .f-m {
    font-size: 4.2666666667vw;
    font-weight: 700;
    line-height: 1.625;
  }
  .lp .sec08 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.3333333333vw;
    width: 92vw;
    margin: 6.9333333333vw auto 0;
  }
  .lp .sec08 .flex .content {
    width: 100%;
    padding: 5.3333333333vw;
    -webkit-box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.12);
  }
  .lp .sec08 .flex .content:nth-of-type(2) .f-m {
    text-align: left;
  }
  .lp .sec08 .flex .content .balloon {
    padding: 2.4vw 9.4666666667vw 2.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.5625;
    border-radius: 5.8666666667vw;
  }
  .lp .sec08 .flex .content .balloon:before {
    width: 2.6666666667vw;
    height: 1.8666666667vw;
  }
  .lp .sec08 .flex .content .time {
    margin-top: 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
  .lp .sec08 .flex .content .time span {
    padding: 0 0.8vw 0 2.1333333333vw;
    font-size: 12.2666666667vw;
  }
  .lp .sec08 .flex .content .f-m, .lp .sec08 .flex .content .f-s {
    width: 81.3333333333vw;
    text-align: center;
  }
  .lp .sec08 .flex .content .f-m {
    margin-top: 4.8vw;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
  .lp .sec08 .flex .content .f-m span {
    font-weight: 700;
  }
  .lp .sec08 .flex .content .f-s {
    margin-top: 2.4vw;
    font-size: 2.6666666667vw;
    line-height: 2.4;
  }
  .lp .sec09 {
    padding: 16.1333333333vw 0;
  }
  .lp .sec09 h2 {
    margin-bottom: 7.1466666667vw;
  }
  .lp .sec09 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    gap: 10.32vw;
    width: 92vw;
    margin: 0 auto;
  }
  .lp .sec09 .flex .content {
    width: 100%;
    padding: 4vw 5.3333333333vw 5.3333333333vw;
  }
  .lp .sec09 .flex .content + .content:before {
    top: -8vw;
    left: 50%;
    width: 4.4453333333vw;
    height: 6.4vw;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
  .lp .sec09 .flex .content + .content h4 {
    padding: 0 0 0 20vw;
  }
  .lp .sec09 .flex .content:first-of-type h4:before {
    left: 5.3333333333vw;
    width: 8.5333333333vw;
    height: 7.7333333333vw;
    background: center no-repeat url("../img/sec09_img01_sp.png");
    background-size: cover;
  }
  .lp .sec09 .flex .content:nth-of-type(2) h4:before {
    left: 5.3333333333vw;
    width: 6.2666666667vw;
    height: 7.7333333333vw;
    background: center no-repeat url("../img/sec09_img02_sp.png");
    background-size: cover;
  }
  .lp .sec09 .flex .content:nth-of-type(3) h4:before {
    left: 6.2133333333vw;
    width: 7.8666666667vw;
    height: 7.8666666667vw;
    background: center no-repeat url("../img/sec09_img03_sp.png");
    background-size: cover;
  }
  .lp .sec09 .flex .content:nth-of-type(4) h4:before {
    left: 5.0933333333vw;
    width: 9.0666666667vw;
    height: 8.4vw;
    background: center no-repeat url("../img/sec09_img04_sp.png");
    background-size: cover;
  }
  .lp .sec09 .flex .content .num {
    position: relative;
    top: unset;
    left: unset;
    margin-bottom: 2.1333333333vw;
    font-size: 6.9333333333vw;
    line-height: 28/26;
    text-align: center;
    -webkit-transform: unset;
            transform: unset;
  }
  .lp .sec09 .flex .content .num .is-sp {
    display: inline !important;
    margin-left: 1.0666666667vw;
    font-size: 4.2666666667vw;
  }
  .lp .sec09 .flex .content h4 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 81.3333333333vw;
    height: 12vw;
    padding: 0 0 0 16.2666666667vw;
    font-size: 3.2vw;
    line-height: 1.6666666667;
    border-radius: clamp(20.2971428571px, 2.6428571429vw, 37px);
    background: rgba(199, 208, 232, 0.37);
  }
  .lp .sec09 .flex .content h4:before {
    position: absolute;
    top: 50%;
    content: "";
    display: block;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .lp .sec09 .flex .content h4 br {
    display: none;
  }
  .lp .sec09 .flex .content img, .lp .sec09 .flex .content h3 {
    display: none;
  }
  .lp .sec09 .flex .content p:not(.num) {
    margin-top: 3.4666666667vw;
    font-size: 3.2vw;
    line-height: 1.6666666667;
    text-align: center;
  }
  .lp .sec10 {
    position: relative;
    padding: 0 0 16vw;
  }
  .lp .sec10:after {
    position: absolute;
    right: 0;
    bottom: 16vw;
    content: "";
    display: block;
    width: 4vw;
    height: 2.6666666667vw;
    background-color: #E2EEFB;
  }
  .lp .sec10 .inner {
    padding-top: 16vw;
  }
  .lp .sec10 .inner:before {
    clip-path: polygon(0% 0%, 100% 0%, 100% 59.5%, 0% 97.8%);
  }
  .lp .sec10 h2 {
    margin-bottom: 5.4666666667vw;
    font-size: 6.9333333333vw;
    line-height: 1.4615384615;
  }
  .lp .sec10 .text {
    margin-bottom: 6.9333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.625;
  }
  .lp .sec10 .content {
    width: 92vw;
    padding: 6.9333333333vw;
    -webkit-box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.12);
  }
  .lp .sec10 .content .f-l {
    font-size: 4.2666666667vw;
    font-weight: 700;
  }
  .lp .sec10 .content .price {
    font-weight: 900;
  }
  .lp .sec10 .content .price .yen {
    font-size: 8.5333333333vw;
    font-weight: 900;
  }
  .lp .sec10 .content .price .num {
    font-size: 12.2666666667vw;
  }
  .lp .sec10 .content .price .num span {
    font-size: 10.6666666667vw;
    font-weight: 800;
  }
  .lp .sec10 .content .price .quantity {
    font-size: 4.2666666667vw;
  }
  .lp .sec10 .content .price + .f-m {
    font-size: 3.2vw;
    line-height: 2;
  }
  .lp .sec10 .table_wrapper {
    width: calc(100vw - 4vw);
    margin: 8vw 0 0 auto;
    padding: 0 0 5.3333333333vw;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: #0F3BA8 #D5D5D5;
  }
  .lp .sec10 .table_wrapper::-webkit-scrollbar {
    height: 4px;
  }
  .lp .sec10 .table_wrapper::-webkit-scrollbar-track {
    background: #D5D5D5;
  }
  .lp .sec10 .table_wrapper::-webkit-scrollbar-thumb {
    background: #0F3BA8;
  }
  .lp .sec10 .table_wrapper .comparison_table {
    width: 471.521px;
    min-width: 100%;
  }
  .lp .sec11 {
    padding: 16vw 0;
  }
  .lp .sec11 h2 {
    margin-bottom: 6.9333333333vw;
    font-size: 6.9333333333vw;
    line-height: 1.4615384615;
  }
  .lp .sec11 .faq {
    max-width: 92vw;
  }
  .lp .sec11 .faq_item {
    padding: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    -webkit-box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.12);
  }
  .lp .sec11 .faq_item + .faq_item {
    margin-top: 5.3333333333vw;
  }
  .lp .sec11 .faq_q {
    font-weight: 600;
  }
  .lp .sec11 .faq_q:before, .lp .sec11 .faq_q:after {
    right: 0vw;
    width: 4.8vw;
    height: 0.5333333333vw;
  }
  .lp .sec11 .faq_a_inner {
    margin-top: 3.2vw;
    padding-top: 3.2vw;
  }
  .lp .sec12 {
    padding: 16vw 0 22.9333333333vw;
  }
  .lp .sec12 h2 {
    margin-bottom: 6.9333333333vw;
    font-size: 6.9333333333vw;
    line-height: 1.4615384615;
  }
  .lp .sec12 .intro {
    max-width: 92vw;
    width: 100%;
    margin: 0 auto 8vw;
    padding: 8vw 5.3333333333vw;
    border: 0.5333333333vw solid rgba(11, 50, 144, 0.2);
  }
  .lp .sec12 .intro h3 {
    margin-bottom: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .lp .sec12 .intro h3 + p {
    font-size: 3.2vw;
    line-height: 2;
  }
  .lp .sec12 .intro ul {
    margin-top: 4.2666666667vw;
  }
  .lp .sec12 .intro ul li {
    padding-left: 3.2vw;
    font-size: 3.2vw;
    line-height: 2;
  }
  .lp .sec12 .intro ul li:before {
    top: 2.6666666667vw;
    width: 1.6vw;
    height: 1.6vw;
  }
  .lp .sec12 .form_section .contact_form {
    width: 92vw;
    padding: 8.5333333333vw 5.3333333333vw 8vw;
    border-radius: clamp(10.9714285714px, 1.4285714286vw, 20px);
  }
  .lp .sec12 .form_section .form_item + .form_item {
    margin-top: 5.3333333333vw;
  }
  .lp .sec12 .form_section .form_item:has(.checkbox_list) {
    margin-top: 0;
    margin-bottom: 5.3333333333vw;
  }
  .lp .sec12 .form_section .form_label {
    gap: 1.0666666667vw;
    margin-bottom: 2.2666666667vw;
    font-size: 3.2vw;
  }
  .lp .sec12 .form_section .required {
    min-width: 8.8vw;
    padding: 0.5333333333vw 0.5333333333vw 0.8vw;
    font-size: 2.6666666667vw;
    border-radius: 1.0666666667vw;
  }
  .lp .sec12 .form_section input[type=text],
  .lp .sec12 .form_section input[type=email],
  .lp .sec12 .form_section select,
  .lp .sec12 .form_section textarea {
    font-size: max(16px, 4.2666666667vw);
    border: 0.5333333333vw solid #b7c7e4;
    border-radius: 1.6vw;
  }
  .lp .sec12 .form_section input[type=text],
  .lp .sec12 .form_section input[type=email],
  .lp .sec12 .form_section select {
    height: 12vw;
    padding: 0 5.3333333333vw;
  }
  .lp .sec12 .form_section .select_wrapper {
    height: 12vw;
    font-size: 4.2666666667vw;
    border: 0.5333333333vw solid #b7c7e4;
    border-radius: 1.6vw;
    outline: none;
  }
  .lp .sec12 .form_section .select_wrapper::after {
    right: 3.2vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-right: 0.5333333333vw solid rgba(11, 50, 144, 0.3);
    border-bottom: 0.5333333333vw solid rgba(11, 50, 144, 0.3);
  }
  .lp .sec12 .form_section .custom_select {
    height: 11.4666666667vw;
    padding: 0 5.3333333333vw;
  }
  .lp .sec12 .form_section .custom_select_trigger {
    height: 11.4666666667vw;
    padding-right: 16vw;
  }
  .lp .sec12 .form_section .custom_select_options {
    border-radius: 1.6vw;
  }
  .lp .sec12 .form_section .custom_select_option {
    padding: 1.8666666667vw 5.3333333333vw;
  }
  .lp .sec12 .form_section .form_text {
    margin: 5.3333333333vw 0 3.4666666667vw;
    font-size: 3.7333333333vw;
  }
  .lp .sec12 .form_section .checkbox_list {
    gap: 1.3333333333vw;
  }
  .lp .sec12 .form_section .checkbox_item {
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .lp .sec12 .form_section .checkbox_item + .checkbox_item {
    margin-top: 1.0666666667vw;
  }
  .lp .sec12 .form_section .checkbox_item span {
    padding-left: 6.1333333333vw;
    color: #000051;
  }
  .lp .sec12 .form_section .checkbox_item span::before {
    top: 0.2666666667vw;
    left: 0;
    width: 4.8vw;
    height: 4.8vw;
    border-radius: 1.0666666667vw;
  }
  .lp .sec12 .form_section .checkbox_item span::after {
    top: 1.3333333333vw;
    left: 1.7333333333vw;
    width: 1.3333333333vw;
    height: 2.4vw;
    border-right: 0.5333333333vw solid #fff;
    border-bottom: 0.5333333333vw solid #fff;
  }
  .lp .sec12 .form_section textarea {
    height: 28.2666666667vw;
    padding: 4.2666666667vw 5.3333333333vw;
  }
  .lp .sec12 .form_section .submit_wrapper {
    margin-top: 5.3333333333vw;
  }
  .lp .sec12 .form_section .submit_wrapper .js-submit-btn, .lp .sec12 .form_section .submit_wrapper .js-confirm-btn {
    width: 81.3333333333vw;
    height: 11.7333333333vw;
    font-size: 3.7333333333vw;
    border-radius: 5.8666666667vw;
    -webkit-box-shadow: 0 2.6666666667vw 4.2666666667vw rgba(255, 162, 69, 0.8) inset;
            box-shadow: 0 2.6666666667vw 4.2666666667vw rgba(255, 162, 69, 0.8) inset;
  }
  .lp .sec12 .form_section .confirm_buttons {
    gap: 5.3333333333vw;
  }
  .lp .sec12 .form_section .form_complete_message {
    margin-top: 10.6666666667vw;
    font-size: 5.3333333333vw;
  }
  .float_cta {
    position: fixed;
    display: block;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 3.4666666667vw 2.9333333333vw;
    background-color: rgba(0, 0, 81, 0.7);
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  .float_cta a.btn02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 74.1333333333vw;
    margin: 0 auto;
    padding: 4.2666666667vw 0;
    font-size: 4.2666666667vw;
    font-weight: 800;
    line-height: 1;
    border-radius: 6.2666666667vw;
    -webkit-box-shadow: 0 2.6666666667vw 4.2666666667vw rgba(255, 162, 69, 0.8) inset;
            box-shadow: 0 2.6666666667vw 4.2666666667vw rgba(255, 162, 69, 0.8) inset;
  }
  .float_cta a.btn02::before {
    position: relative;
    top: unset;
    left: unset;
    width: 4.9333333333vw;
    height: 3.3413333333vw;
    -webkit-transform: unset;
            transform: unset;
  }
  .float_cta.is-current {
    opacity: 1;
    pointer-events: auto;
  }
}
