@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root {
  /*  Global */
  --primary-color: #000000;
  --secondary-color:#555555;
  --thirdly-color:#555555;
  --attention-color: #ab0507;
  --light-gray: #F5F7F9;
  --medium-gray: #EEEEEE;
  --dark-gray: #8C8C8C;
  --black: #000000  ;
  --white: #ffffff;
  --font-family-Kanit: "Kanit", system-ui;
  --global-radius: 5px;
  --global-hover-opacity: 0.8;

  /* Body */
  --body-min-width: 320px;
  --body-font-color: var(--black);
  --body-font-family: "Inter","Noto Sans JP", sans-serif;

  /* Base Typography */
  --paragraph-line-height: 1.7;
  --list-line-height: var(--paragraph-line-height);

  /*  Form */
  --input-main-color: #036EB8;
  --input-color: var(--white);
  --input-border-color: #000000;
  --input-radius: 0;
  --input-transition: 7px;


  --content-width:100%;
  --content-width2: 100%;
  --content-width3: 100%;
  --content-width-gutter:5.3vw;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  position: relative;
  min-width: var(--body-min-width);
  background-color: var(--white);
  color: var(--body-font-color);
  -webkit-print-color-adjust: exact;
  word-wrap: break-word;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-kerning: normal;
  font-feature-settings : "palt", "kern";
}

body, button, input, select, textarea {
  font-family: var(--body-font-family);
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  line-height: var(--paragraph-line-height);
  letter-spacing: 0.06em;
}

ul,
ol,
dl {
  padding: 0;
  line-height: var(--list-line-height);
}

ul,
ol{
  padding-left: 1rem;
}

dt, dd {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

table {
  width: 100%;
  border-collapse:collapse;
  border-spacing:0;
}

th {
  text-align: left;
}

a {
  cursor: pointer;
  color: currentColor;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  line-height: 1;
}

[src$=".svg"],
[data$=".svg"] {
  width: 100%;
}

figure{
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

[hidden]{
  display: none;
}

template {
  display: none;
}

body{


}

*[class^=fa]{
  margin-left: 5px;
  margin-right: 5px;
}

.u-d-pc{
  display: none
}

/* #Form Element
  -------------------------------------------------------------------------- */

.form-field{
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  appearance: none;
  font-family: inherit;
  font-size: 1em;
  line-height: 1.5;
  padding: .3em .7em;
  background: var(--input-color);
  color: #333333;
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  border: none;
  outline: none;
  border-radius: var(--input-radius);
  box-shadow: 0 0 0 1px var(--input-border-color);
}

textarea.form-field{
  resize: vertical;
  height: 7.5em;
}

select.form-field,
option.form-field {
  -moz-appearance:none;
  -webkit-appearance:none;
  -ms-progress-appearance:none;
  appearance:none;
  padding-right:1.5em;
  line-height: 1;
}

.form-field>option { background:#FFFFFF;}

select.form-field::-ms-expand { display:none; }

.form-dropdown { position:relative; }

.form-dropdown:after {
  content:"";
  display:block;
  position: absolute;
  top: 50%;
  right: .5em;
  width: .5em;
  height: .3em;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: currentColor;
  transform: translateY(-50%);
}

.form-field-selection{
  display: block;
  cursor: pointer;
  padding: .3em 0;
  background: var(--input-color);
  border-radius: var(--input-radius);
}

.form-field-selection + .form-field-selection{
  margin-top: .3em;
}

.form-field-selection>input[type="radio"],
.form-field-selection>input[type="checkbox"] {
  display: none;
  vertical-align:middle;
  margin-left:0;
}

.form-field-selection-label{
  display: flex;
  position: relative;
  align-items: center;
  vertical-align: middle;
  padding: 4px 0;
  grid-gap: .5em;
}

.form-field-selection>input[type="radio"] ~ .form-field-selection-label::before,
.form-field-selection>input[type="checkbox"] ~ .form-field-selection-label::before{
  display: inline-block;
  content:"";
  position: relative;
  box-sizing: border-box;
  width: 1em;
  height: 1em;
  background: #ffffff;
  box-shadow: 0 0 0 1px var(--input-border-color);
  transition: var(--input-transition);
}

.form-field-selection>input[type="radio"] ~ .form-field-selection-label::before {
  border-radius: 50%;
}

.form-field-selection>input[type="checkbox"] ~ .form-field-selection-label::before {
  border-radius: min(var(--input-radius), 4px);
}

.form-field-selection>input[type="radio"]:checked ~ .form-field-selection-label::before{
  background: var(--input-main-color);
  border:4px solid #ffffff;
}

.form-field-selection>input[type="checkbox"] ~ .form-field-selection-label::after{
  box-sizing: border-box;
  border-left: 2px solid var(--input-main-color);
  border-bottom: 2px solid var(--input-main-color);
  content: '';
  display: inline-block;
  width: .7em;
  height: .4em;
  position: absolute;
  transform: rotate(-45deg);
  top: calc(0.5em - 1px);
  left: .15em;
  opacity: 0;
  transition: var(--input-transition);

}

.form-field-selection>input[type="checkbox"]:checked ~ .form-field-selection-label::after{
  opacity: 1;
}

.lp-feature{
  background: url(../img/index/feature-bg.png) no-repeat top 4.67vw center /  100% auto;
  padding-top: 10.67vw;
  padding-bottom: 10.67vw

}

.lp-feature_heading{
  margin-bottom: 4vw
}

.lp-feature_heading-logo{
  display: block;
  margin-inline: auto;
  width: 80vw
}

.lp-feature_heading-text{
  display: block;
  text-align: right;
  font-size: 7.867vw;
  font-weight: bold;
  letter-spacing: 0.07em;
  color: #023587;
  text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff
}

.lp-feature_heading-text-strong{
  color: #DF282B;
  font-family: var(--font-family-Kanit);
  font-size: 13.333vw
}

.lp-possible_heading-strong{
  color: #023587;
  font-size: 7.509vw
}

.lp-possible_heading-strong span{
  line-height: 1;
  font-size: 18.4vw;
  font-family: var(--font-family-Kanit);
  font-style: italic;
  margin-right: .1em
}

.lp-feature_image{
  width: 31.47vw;
  margin-inline: auto;
  margin-bottom: 6.67vw
}

.lp-feature_heading2{
  margin-bottom: 2vw;
  color: #DF282B;
  font-size: 5.632vw;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  font-family: "Wix Madefor Text","Noto Sans JP", sans-serif;
  font-style: normal
}

.lp-feature_heading2-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 8vw;
  height: 8vw;
  margin-right: 1.33vw;
  border-radius: 5px;
  border: 2px solid currentColor;
  color: #DF282B
}

.lp-feature_heading2 ~ .lp-feature_heading2{
  margin-top: 6.67vw
}

.lp-feature_paragraph{
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 4vw
}

.lp-footer{
  background: #3D657E;
  color: #FFFFFF;
  padding-top: 6.67vw;
  padding-bottom: 7.6vw

}

.s-footer_copyright{
  text-align: center;
  font-size: 2.667vw;
  font-family: serif
}

.s-footer_links{
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  list-style-type: none;
  margin-top: 2.13vw;
  padding-left: 0;
  font-family: serif;
  font-size: 2.667vw
}

.lp-form{
  background: #ABD0E2;
  padding-top: 8vw;
  padding-bottom: 10.67vw
}

.lp-form_head{

}

.lp-form_heading{
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 4vw;
  font-size: 5.632vw;
  background: linear-gradient(transparent 80%, #FFFF66 80%);
  font-family: "Kanit","Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  text-align: center
}

.lp-form_heading-strong{
  font-size: 7.509vw;
  color: #DF282B
}

.lp-form_heading-strong span{
  font-size: 8.917vw;
  line-height: 1
}

.lp-form_intro{
  text-align: center;
  font-size: 4.693vw;
  font-weight: bold
}

.lp-form_intro:after{
    content: ' ';
  }

.lp-form_intro-arrows{
  display: flex;
  justify-content: center;
  grid-gap: 10.67vw;
  margin-top: 5.07vw
}

.lp-form_intro-arrow{
  display: block;
  width: 6.67vw;
  height: 6vw;
  background: url(../img/index/form-bg-arrow.png) no-repeat center center / contain
}

.lp-form_box{
  margin-top: 4.27vw;
  border: 1px solid #000;
  background: #FFF;
  padding: 6.67vw 4vw
}

.lp-form_groups{
  display: flex;
  flex-direction: column;
  grid-gap: 5.33vw
}

.lp-form_group{
  font-size: 4vw
}

.lp-form_group-value{

  margin-top: 2vw
}

.form-field-label{
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 4px 0;
}

.lp-form_condition{
  display: flex;
  flex-direction: column;
  grid-gap: 3.33vw;
  margin-top: 6.67vw
}

.lp-form_condition dt{
  font-size: 3.2vw
}

.lp-form_condition dd{
  font-size: 2.8vw
}

.lp-form_agree{
  margin-top: 4.67vw;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 3.333vw;
  align-self: center
}

.lp-form_buttons{
  display: flex;
  justify-content: center;
  margin-top: 6.67vw
}

.lp-form_button{
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  margin: .5rem;
  padding: .75rem 0;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  background: #036EB8;
  color: #FFFFFF;
  border: 0;
  font-weight: bold;
  width: 66.67vw;
  font-size: 3.333vw
}

.lp-form_thanks{
  font-size: 2.4vw
}

.lp-form_info{
  margin-top: 6.67vw
}

.lp-form_info dt{
  font-size: 2.4vw;
  font-weight: bold
}

.lp-form_info dd{
  font-size: 2.4vw
}

.lp-hero{
  box-sizing: border-box;
  padding-top: 8vw;
  padding-left: 6.67vw;
  padding-right: 6.67vw;
  background: url(../img/index/kv-bg_sp.jpg) no-repeat right bottom / cover;
  height: 106.67vw
}

.lp-hero_heading-text{
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(transparent 50%, #FFFFFF 50%);
  font-size: 5.333vw
}

.lp-hero_heading-text2{
  display: block;
  text-shadow: 0px 5px 9px rgba(121, 121, 121, 0.3); /* 影を薄くする */
  background: linear-gradient(90deg, #036EB8 0%, #023587 30%, #023587 45%, #036EB8 55%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight:  normal;
  line-height: 1.03;
  font-size: 13.333vw;
  margin-top: 4vw
}

.lp-hero_text{
  margin-top: 5.33vw;
  font-weight: bold;
  letter-spacing: 0.02em;
  font-size: 4vw
}

.lp-hero_text-strong{
  color: #DF282B;
  font-size: 6vw
}

.lp-hero_text-strong span{
  line-height: 1;
  font-size: 7.333vw
}

.lp-hero_point{
  display: flex;
  justify-content: flex-end;
  padding-left: 0;
  list-style-type: none;
  margin-top: 14.67vw;
  grid-gap: 2.67vw
}

.lp-hero_point li{
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  color: #023587;
  text-align: center;
  font-weight: bold;
  line-height: 1.16;
  width: 20vw;
  height: 20vw;
  font-size: 3.6vw
}

.lp-hero_point li:before{
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #FFFDE6;
    filter: blur(3px);
    z-index: -1;
  }

.lp-merit{
  background: url(../img/index/merit-bg.png) no-repeat center center / cover;
  padding-top: 10.67vw;
  padding-bottom: 10.67vw

}

.lp-merit_head{
  position: relative;
  margin-bottom: 3.6vw;
  text-align: center
}

.lp-merit_catch{
  position: absolute;
  left: 1.33vw;
  top: -4vw;

  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 30.67vw;
  height: 8vw;
  padding-top: 1.33vw;
  padding-bottom: 2.67vw;
  background: url(../img/index/merit-bg-catch.png) no-repeat center center / contain;
  font-weight: bold;
  font-size: 2.133vw
}

.lp-merit_catch-strong{
  color: #023587;
  font-size: 3.333vw
}

.lp-merit_catch-strong span{
  line-height: 1;
  font-size: 6.667vw
}

.lp-merit_heading{
  text-align: center;
  margin-bottom: 8vw;
  font-size: 6.667vw;
  letter-spacing: 0.07em
}

.lp-merit_heading:before{
    content: ' ';
    display: block;
    width: 5.33vw;
    height: 5.33vw;
    margin-inline: auto;
    margin-bottom: 2.67vw;
    background: url(../img/index/merit-img-heading.png) no-repeat center center / contain;
  }

.lp-merit_heading-strong{
  color: #DF282B;
  font-size: 7.2vw
}

.lp-merit_heading-strong span{
  line-height: 1;
  font-size: 8.667vw
}

.lp-merit_items{
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8vw 4vw;
  gap: 8vw 4vw;
  margin-inline: auto;
  list-style-type: none;
  padding-left: 0
}

.lp-merit_item{
  box-sizing: border-box;
  position: relative;
  display: flex;
  height: 37.33vw;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 5.33vw;
  padding-bottom: 3.33vw;
  border: 1px solid #797979;
  background: #FFF;
  box-shadow: 4px 7px 4px 0px #D9D9D9
}

.lp-merit_item-number{
  box-sizing: border-box;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -1.07vw;
  top: -4.93vw;
  color: #DF282B;
  width: 10.4vw;
  height: 12.53vw;
  padding-bottom: 1.33vw;
  background: url(../img/index/merit-bg-ballon.png) no-repeat center center / contain;
  font-weight: bold;
  font-family: var(--font-family-Kanit);
  line-height: 1;
  font-size: 7.509vw
}

.lp-merit_item-text{
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  line-height: 1.4;
  font-size: 4vw
}

.lp-merit_item-more{
  display: inline-flex;
  margin-top: auto;
  margin-inline: auto;
  border-radius: 24px;
  background: #036EB8;
  text-decoration: none;
  color: var(--white);
  padding: 0.93vw 2.67vw;
  font-size: 2.933vw
}

.lp-merit_buttons{
  margin-top: 6.93vw;
  text-align: center
}

.lp-merit_button-catch{
  width: 86.67vw;
  margin-inline: auto
}

.lp-merit_button{
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.67vw;
  padding: 4vw 10.67vw;
  border-radius: 50px;
  background: #3D657E;
  color: #FFFFFF;
  font-size: 4.267vw;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.08em;
  width: 76vw
}

.lp-merit2{
  background: #FF6;
  padding: 8vw 0 13.33vw

}

.lp-merit2_head{
  position: relative;
  margin-bottom: 3.6vw;
  text-align: center
}

.lp-merit2_catch{
  position: absolute;
  left: 1.33vw;
  bottom: calc(100% - 2.67vw);

  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 30.67vw;
  height: 8vw;
  padding-top: 1.33vw;
  padding-bottom: 2.67vw;
  background: url(../img/index/merit-bg-catch.png) no-repeat center center / contain;
  font-weight: bold;
  font-size: 2.133vw
}

.lp-merit2_catch-strong{
  color: #023587;
  font-size: 3.333vw
}

.lp-merit2_catch-strong span{
  line-height: 1;
  font-size: 6.667vw
}

.lp-merit2_heading{
  text-align: center;
  margin-bottom: 8vw;
  font-size: 8vw;
  letter-spacing: 0.07em
}

.lp-merit2_heading-strong{
  color: #DF282B;
}

.lp-merit2_heading-strong span{
  line-height: 1;
  font-size: 17.333vw;
  font-style: italic
}

.lp-merit2_heading-strong2{
  font-size: 10.667vw
}

.lp-merit2_items{
  width: 100vw;
  margin-inline: calc(50% - 50vw)
}

.lp-merit2_item{
  margin-top: 9.33vw
}

.lp-merit2_item:first-child{
    margin-top: 0;
  }

.lp-merit2_item-image{
  position: relative;
  z-index: 2;
  width: 93.33vw;
  margin-right: auto
}

.lp-merit2_item-image img{
  width: 100%
}

.lp-merit2_item-body{
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  margin-top: -6.67vw;
  padding: 13.33vw 6.67vw 6.67vw;
  width: 93.33vw;
  margin-left: auto
}

.lp-merit2_item:nth-child(even) .lp-merit2_item-body{
  margin-left: auto
}

.lp-merit2_item:nth-child(3) .lp-merit2_item-body{
  margin-top: -17.33vw;
  padding-top: 24vw;
}

.lp-merit2_item:nth-child(4) .lp-merit2_item-body{
  margin-top: -18.67vw;
  padding-top: 25.33vw;
}

.lp-merit2_item-heading{
  margin-bottom: 5.33vw;
  color: #023587;
  font-weight: bold;
  font-size: 5.632vw
}

.lp-merit2_item-paragraph{
  font-size: 3.467vw
}

.lp-merit2_item-paragraph p + p{
  margin-top: 3.2vw
}

.lp-merit2_item-paragraph .small{
  font-size: 2.667vw
}

.lp-possible{
  background: url(../img/index/possible-bg.png) no-repeat center center / cover;
  padding-top: 10.67vw;
  padding-bottom: 10.67vw

}

.lp-possible_heading{
  text-align: center;
  margin-bottom: 6.67vw;
  font-size: 7.067vw;
  font-weight: bold;
  letter-spacing: 0.07em
}

.lp-possible_heading-strong{
  color: #023587;
  font-size: 7.509vw
}

.lp-possible_heading-strong span{
  line-height: 1;
  font-size: 18.4vw;
  font-family: var(--font-family-Kanit);
  font-style: italic;
  margin-right: .1em
}

.lp-possible_heading2{
  margin-bottom: 2vw;
  color: #023587;
  font-size: 5.333vw;
  line-height: 1.4;
  font-weight: bold
}

.lp-possible_heading2 ~ .lp-possible_heading2{
  margin-top: 6.67vw
}

.lp-possible_paragraph{
  font-size: 3.467vw
}

.lp-possible_gallery{
  margin-top: 6.67vw
}

.lp-possible_gallery-items{
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4vw 2vw;
  gap: 4vw 2vw;
  padding-left: 0;
  list-style-type: none
}

.lp-possible_gallery-items li img{
  width: 100%;
  height: auto;
}

.lp-possible_gallery-text{
  margin-top: 2.67vw;
  text-align: center;
  font-size: 2.667vw
}

.lp-possible_gallery-image{
  margin-top: 2.67vw
}

.lp-possible_gallery-image img{
  width: 100%;
  height: auto;
}

.lp-recommend{
  padding-top: 9.87vw;
  padding-bottom: 13.87vw
}

.lp-recommend_heading{
  margin-bottom: 4.4vw;
  text-align: center;
  font-size: 6.453vw;
  letter-spacing: 0.07em;
  font-weight: bold
}

.lp-recommend_heading-strong{
  color: #DF282B;
}

.lp-recommend_items{
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 9.33vw 9.33vw;
  gap: 9.33vw 9.33vw
}

.lp-recommend_item{
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #036EB8;
  box-shadow: 4px 7px 4px 0px #D9D9D9;
  height: 45.33vw;
  padding-top: 3.73vw
}

.lp-recommend_item-image{
  width: 16vw
}

.lp-recommend_item-text{
  margin-top: 3.33vw;
  color: #FFFF66;
  font-size: 3.733vw;
  line-height: 1.4;
  font-weight: bold
}

.lp-section{
  padding-left: 5.33vw;
  padding-right: 5.33vw
}

.lp-support{
  padding-top: 16vw;
  padding-bottom: 10.67vw
}

.lp-support_head{
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4.4vw
}

.lp-support_catch{
  position: absolute;
  bottom: 100%;
  width: 24vw;
  left: -14.67vw
}

.lp-support_heading{
  text-align: center;
  font-size: 5.867vw;
  letter-spacing: 0.07em;
  font-weight: bold;
  background: linear-gradient(transparent 50%, #FF6 50%);
  color: #023587
}

.lp-support_intro{
  text-align: center;
  font-size: 3.755vw
}

.lp-support_items{
  margin-top: 6.67vw
}

.lp-support_item{
  margin-top: 9.33vw
}

.lp-support_item:first-child{
    margin-top: 0;
  }

.lp-support_item-image{
  position: relative;
  display: flex;
  margin-right: auto
}

.lp-support_item-image:before{
    content: ' ';
    position: absolute;
    width: 95%;
    height: 97%;
    border: 1px solid currentColor;
    z-index: -1;
    top: 4.4vw;
  }

.lp-support_item:nth-child(odd) .lp-support_item-image{
  justify-content: flex-end
}

.lp-support_item:nth-child(odd) .lp-support_item-image:before{
    right: 4vw;
  }

.lp-support_item:nth-child(even) .lp-support_item-image:before{
    left: 4vw;
  }

.lp-support_item-image img{
  width: 85.33vw;
  height: auto
}

.lp-support_item-body{
  margin-top: 9.33vw
}

.lp-support_item-heading{
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 4vw;
  padding-bottom: 2.67vw;
  border-bottom: 1px solid #000000;
  color: #036EB8;
  font-weight: bold;
  font-size: 4.667vw
}

.lp-support_item-paragraph{
  font-size: 3.467vw
}

.lp-support_item-paragraph p{
  line-height: 1.55;
}

.lp-support_item-paragraph p + p{
  margin-top: 3.47vw
}

@media (min-width: 900px),print{
  :root {
    --content-width: 1030px;
    --content-width2: 1064px;
    --content-width3: 820px;
    --content-width-gutter:30px;
  }

.u-d-sp{
    display: none
}

.u-d-pc{
    display: block
}

.lp-feature{
    padding-top: 4.86vw;
    padding-bottom: 3.47vw;
    background: url(../img/index/feature-bg.png) no-repeat top center / 100% auto

}

.lp-feature_heading{
    width: 66.81vw;
    margin-bottom: 1.04vw
}

.lp-feature_heading-logo{
    width: 50.69vw
}

.lp-feature_heading-text{
    font-size: 5.556vw;
    text-shadow: 5px 5px 0 #fff, -5px -5px 0 #fff, 5px -5px 0 #fff, -5px 5px 0 #fff
}

.lp-feature_heading-text-strong{
    font-size: 8.333vw
}

.lp-possible_heading-strong{
    font-size: 4.444vw
}

.lp-possible_heading-strong span{
    font-size: 8.889vw
}

.lp-feature_image{
    width: 16.39vw;
    margin-bottom: 3.47vw
}

.lp-feature_heading2{
    margin-bottom: 1.04vw;
    font-size: 3.333vw
}

.lp-feature_heading2-number{
    width: 4.17vw;
    height: 4.17vw;
    margin-right: 0.69vw;
    border: 3px solid currentColor
}

.lp-feature_heading2 ~ .lp-feature_heading2{
    margin-top: 3.47vw
}

.lp-feature_paragraph{
    font-size: 2.222vw
}

.lp-footer{
    padding-top: 3.47vw;
    padding-bottom: 3.96vw

}

.s-footer_copyright{
    font-size: 1.389vw
}

.s-footer_links{
    margin-top: 1.11vw;
    font-size: 1.389vw
}

.lp-form{
    padding-top: 4.31vw;
    padding-bottom: 6.25vw
}

.lp-form_heading{
    display: block;
    font-size: 3.333vw;
    margin-bottom: 1.04vw;
    background: linear-gradient(transparent 70%, #FFFF66 70%)
}

.lp-form_heading-strong{
    font-size: 4.444vw
}

.lp-form_heading-strong span{
    font-size: 5.278vw
}

.lp-form_intro{
    font-size: 2.778vw
}

.lp-form_intro-arrows{
    margin-top: 2.64vw;
    grid-gap: 6.25vw
}

.lp-form_intro-arrow{
    width: 3.47vw;
    height: 3.13vw
}

.lp-form_box{
    margin-top: 2.22vw;
    padding: 5.42vw 5.56vw
}

.lp-form_groups{
    grid-gap: 4.86vw
}

.lp-form_group{
    display: flex;
    align-items: flex-start;
    font-size: 1.667vw
}

.lp-form_group-key{
    width: 22.22vw;
    padding-top: .3em
}

.lp-form_group-value{
    margin-top: 0;
    flex: 1 1 auto
}

.lp-form_condition{
    grid-gap: 1.74vw;
    width: 41.53vw;
    margin-top: 5.35vw;
    margin-inline: auto
}

.lp-form_condition dl{
    display: flex;
    flex-wrap: wrap
}

.lp-form_condition dt{
    flex: 0 0 auto;
    width: 8.33vw;
    font-size: 1.667vw
}

.lp-form_condition dd{
    flex: 1 1 auto;
    align-self: center;
    font-size: 1.111vw
}

.lp-form_agree{
    margin-top: 2.43vw;
    align-self: center;
    font-size: 1.667vw
}

.lp-form_buttons{
    margin-top: 3.47vw
}

.lp-form_button{
    width: 20.83vw;
    font-size: 1.667vw
}

.lp-form_thanks{
    font-size: 1.25vw
}

.lp-form_info{
    margin-top: 5.35vw
}

.lp-form_info dl{
}

.lp-form_info dt{
    font-size: 1.25vw
}

.lp-form_info dd{
    flex: 1 1 auto;
    align-self: center;
    font-size: 1.25vw
}

.lp-hero{
    padding-top: 6.25vw;
    padding-left: 6.25vw;
    padding-right: 2.78vw;
    height: 54.79vw;
    background: url(../img/index/kv-bg.jpg) no-repeat center center / cover
}

.lp-hero_heading{
}

.lp-hero_heading-text{
    margin-bottom: 1.39vw;
    font-size: 3.333vw
}

.lp-hero_heading-text2{
    font-size: 9.375vw;
    margin-top: 1.33vw
}

.lp-hero_text{
    margin-top: 0.97vw;
    font-size: 3.333vw
}

.lp-hero_text-strong{
    font-size: 3.819vw
}

.lp-hero_text-strong span{
    font-size: 5.556vw
}

.lp-hero_point{
    margin-top: 1.39vw;
    grid-gap: 2.78vw
}

.lp-hero_point li{
    width: 12.5vw;
    height: 12.5vw;
    font-size: 2.083vw
}
    .lp-hero_point li:before{
      filter: blur(7.5px);
    }

.lp-merit{
    padding-top: 3.47vw;
    padding-bottom: 3.47vw

}

.lp-merit_head{
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 1.88vw
}

.lp-merit_catch{
    width: 19.31vw;
    height: 5.56vw;
    right: 95%;
    left: inherit;
    top: inherit;
    padding-top: 0.69vw;
    padding-bottom: 1.74vw;
    font-size: 1.389vw
}

.lp-merit_catch-strong{
    font-size: 2.222vw
}

.lp-merit_catch-strong span{
    font-size: 4.444vw
}

.lp-merit_heading{
    margin-bottom: 4.44vw;
    font-size: 3.333vw
}
    .lp-merit_heading:before{
      width: 3.89vw;
      height: 3.89vw;
      margin-bottom: 1.6vw;
    }

.lp-merit_heading-strong{
    font-size: 3.472vw
}

.lp-merit_heading-strong span{
    font-size: 6.667vw
}

.lp-merit_items{
    display: flex;
    width: 71.6vw;
    grid-gap: 0;
    justify-content: space-between
}

.lp-merit_item{
    width: 15.28vw;
    height: 15.28vw;
    padding-top: 3.47vw;
    padding-bottom: 1.74vw;
    border: 2px solid #797979
}

.lp-merit_item-number{
    left: -0.56vw;
    top: -2.57vw;
    width: 5.42vw;
    height: 6.53vw;
    font-size: 4.444vw;
    padding-bottom: 0.69vw
}

.lp-merit_item-text{
    font-size: 1.667vw
}

.lp-merit_item-more{
    padding: 0.49vw 0.83vw;
    font-size: 1.111vw
}

.lp-merit_buttons{
    margin-top: 3.61vw
}

.lp-merit_button-catch{
    width: 45.63vw
}

.lp-merit_button{
    width: inherit;
    margin-top: 0;
    padding: 1.39vw 5.56vw;
    font-size: 2.222vw
}

.lp-merit2{
    padding-top: 5.21vw;
    padding-bottom: 8.13vw

}

.lp-merit2_head{
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 1.88vw
}

.lp-merit2_catch{
    width: 19.31vw;
    height: 5.56vw;
    right: 95%;
    top: inherit;
    left: inherit;
    bottom: calc(100% - 1.39vw);
    padding-top: 0.69vw;
    padding-bottom: 1.74vw;
    font-size: 1.389vw
}

.lp-merit2_catch-strong{
    font-size: 2.222vw
}

.lp-merit2_catch-strong span{
    font-size: 4.444vw
}

.lp-merit2_heading{
    margin-bottom: 4.44vw;
    font-size: 5.625vw
}

.lp-merit2_heading-strong span{
    font-size: 11.111vw
}

.lp-merit2_heading-strong2{
    font-size: 6.667vw
}

.lp-merit2_items{
    width: inherit;
    margin-inline: 0
}

.lp-merit2_item{
    display: flex;
    align-items: center;
    margin-top: 5.21vw
}
    .lp-merit2_item:nth-child(even){
      flex-direction: row-reverse;
    }

.lp-merit2_item-image{
    width: inherit;
    margin-right: 0
}

.lp-merit2_item-image img{
    max-width: inherit;
    height: auto
}

.lp-merit2_item:nth-child(odd) .lp-merit2_item-image{
    width: 38.96vw
}

.lp-merit2_item:nth-child(even) .lp-merit2_item-image{
    display: flex;
    justify-content: flex-end;
    width: 36.81vw
}

.lp-merit2_item:first-child .lp-merit2_item-image img{
    width: 47.64vw
}

.lp-merit2_item:nth-child(2) .lp-merit2_item-image img{
    width: 48.82vw
}

.lp-merit2_item:nth-child(3) .lp-merit2_item-image img{
    width: 48.96vw
}

.lp-merit2_item:nth-child(4) .lp-merit2_item-image img{
    width: 50.28vw
}

.lp-merit2_item-body{
    margin-top: 0 !important;
    padding-top: 6.25vw !important;
    padding-bottom: 6.25vw;
    margin-left: 0
}

.lp-merit2_item:nth-child(odd) .lp-merit2_item-body{
    width: 61.6vw;
    padding-left: 15.28vw;
    padding-right: 8.33vw
}

.lp-merit2_item:nth-child(even) .lp-merit2_item-body{
    width: 63.68vw;
    padding-left: 6.94vw;
    padding-right: 15.28vw
}

.lp-merit2_item-heading{
    margin-bottom: 3.47vw;
    font-size: 3.333vw
}

.lp-merit2_item-paragraph{
    font-size: 1.667vw
}

.lp-merit2_item-paragraph p + p{
    margin-top: 1.67vw
}

.lp-merit2_item-paragraph .small{
    font-size: 1.25vw
}

.lp-possible{
    padding-top: 4.86vw;
    padding-bottom: 3.47vw

}

.lp-possible_heading{
    margin-bottom: 3.47vw;
    font-size: 3.333vw
}

.lp-possible_heading-strong{
    font-size: 4.444vw
}

.lp-possible_heading-strong span{
    font-size: 8.889vw
}

.lp-possible_heading2{
    margin-bottom: 1.04vw;
    font-size: 2.778vw
}

.lp-possible_heading2 ~ .lp-possible_heading2{
    margin-top: 3.47vw
}

.lp-possible_paragraph{
    font-size: 1.667vw
}

.lp-possible_gallery{
    max-width: 70.56vw;
    margin-inline: auto;
    margin-top: 4.86vw
}

.lp-possible_gallery-items{
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5.56vw 5.56vw;
    gap: 5.56vw 5.56vw
}

.lp-possible_gallery-text{
    margin-top: 1.39vw;
    font-size: 1.111vw
}

.lp-possible_gallery-image{
    width: 44.1vw;
    margin-top: 0.69vw;
    margin-inline: auto
}

.lp-recommend{
    padding-top: 5.14vw;
    padding-bottom: 7.22vw
}

.lp-recommend_heading{
    margin-bottom: 2.29vw;
    font-size: 3.819vw
}

.lp-recommend_items{
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 4.86vw 4.86vw;
    gap: 4.86vw 4.86vw
}

.lp-recommend_item{
    height: 24.31vw;
    padding-top: 1.94vw
}

.lp-recommend_item-image{
    width: 8.33vw
}

.lp-recommend_item-text{
    margin-top: 1.74vw;
    font-size: 1.944vw
}

.lp-section{
    padding-left: 0;
    padding-right: 0
}

.lp-container{
    width: 72.22vw;
    margin-inline: auto
}

.lp-support{
    padding-top: 11.74vw;
    padding-bottom: 6.25vw
}

.lp-support_container{
    max-width: 138.67vw
}

.lp-support_head{
    margin-bottom: 1.94vw
}

.lp-support_catch{
    left: -5.42vw;
    width: 9.38vw
}

.lp-support_heading{
    font-size: 3.472vw
}

.lp-support_intro{
    font-size: 2.222vw
}

.lp-support_items{
    margin-top: 3.26vw
}

.lp-support_item{
    display: flex;
    grid-gap: 6.32vw;
    align-items: center;
    margin-top: 5.21vw
}
    .lp-support_item:nth-child(odd){
      flex-direction: row-reverse;
      justify-content: space-between;
    }

.lp-support_item-image{
    display: block;
    width: inherit;
    margin-right: 0
}
    .lp-support_item-image:before{
      top: 2.29vw;
      width: 100%;
    }

.lp-support_item:nth-child(odd) .lp-support_item-image{
    width: 34.86vw
}
    .lp-support_item:nth-child(odd) .lp-support_item-image:before{
      right: 1.53vw;
    }

.lp-support_item:nth-child(even) .lp-support_item-image{
    width: 28.26vw
}
    .lp-support_item:nth-child(even) .lp-support_item-image:before{
      left: 1.53vw;
    }

.lp-support_item-image img{
    width: inherit
}

.lp-support_item-body{
    width: 28.96vw;
    margin-top: 0
}

.lp-support_item-heading{
    margin-bottom: 1.39vw;
    padding-bottom: 0.69vw;
    font-size: 2.222vw
}

.lp-support_item-paragraph{
    font-size: 1.111vw
}

.lp-support_item-paragraph p + p{
    margin-top: 1.11vw
}
}
