@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700;900&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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: inherit; /* 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * 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;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 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 {
  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;
}

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-size: 16px;
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  color: #1a1a1a;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 4vw;
  }
}

.lpWrap {
  overflow: hidden;
  background-color: #fff;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .lpWrap .pc-only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .pc-tab {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .lpWrap .tab-sp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .lpWrap .sp-only {
    display: none !important;
  }
}
.lpWrap > section {
  position: relative;
}
.lpWrap .inner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lpWrap .inner {
    padding: 0 5.3vw;
  }
}
.lpWrap .inner._1 {
  max-width: 1040px;
}
.lpWrap .ib {
  display: inline-block;
}
.lpWrap img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: inline;
  vertical-align: bottom;
}
.lpWrap .serif {
  font-family: serif;
}
.lpWrap .bebas {
  font-family: "Bebas Neue", cursive;
}
.lpWrap .font01 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
}
.lpWrap .oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.lpWrap .maker {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffff00), to(#ffff00));
  background-image: linear-gradient(to top, #ffff00, #ffff00);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.lpWrap .maker.anim {
  background-size: 100% 100%;
}
.lpWrap .kerning {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.lpWrap .cta {
  position: relative;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lpWrap .cta {
    max-width: none;
    width: 92vw;
    -webkit-box-shadow: 0 0 2.7vw rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 2.7vw rgba(0, 0, 0, 0.3);
  }
}
.lpWrap .cta_ttl {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  color: #052b58;
  text-align: center;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .lpWrap .cta_ttl {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .cta_ttl {
    font-size: 5.6vw;
    color: #fff;
    background: #143e66;
    top: 0;
    padding: 2.8vw 0 1.4vw;
  }
}
.lpWrap .cta_ttl .txt {
  position: relative;
  display: inline-block;
}
.lpWrap .cta_ttl .txt::before, .lpWrap .cta_ttl .txt::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 1.3em;
  background: #052b58;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .lpWrap .cta_ttl .txt::before, .lpWrap .cta_ttl .txt::after {
    background: #fff;
    width: 1px;
    height: 2.25em;
  }
}
.lpWrap .cta_ttl .txt::before {
  left: -0.55em;
  -webkit-transform: rotate(-36deg);
          transform: rotate(-36deg);
}
@media screen and (max-width: 768px) {
  .lpWrap .cta_ttl .txt::before {
    left: -0.35em;
    -webkit-transform: rotate(-27deg);
            transform: rotate(-27deg);
  }
}
.lpWrap .cta_ttl .txt::after {
  right: -0.55em;
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
}
@media screen and (max-width: 768px) {
  .lpWrap .cta_ttl .txt::after {
    right: -0.35em;
    -webkit-transform: rotate(27deg);
            transform: rotate(27deg);
  }
}
.lpWrap .cta_btn {
  position: absolute;
  width: 33%;
  height: 38.5%;
  top: 30.8%;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 0.1em;
}
@media screen and (max-width: 1024px) {
  .lpWrap .cta_btn {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .cta_btn {
    width: 78.7vw;
    height: 21.3vw;
    font-size: 5.9vw;
  }
}
.lpWrap .cta_btn::before {
  content: "";
  background: url(../img/cta_arrow.webp) no-repeat center center/contain;
  width: 27px;
  height: 22px;
  margin-right: 7px;
}
@media screen and (max-width: 768px) {
  .lpWrap .cta_btn::before {
    width: 5vw;
    height: 4vw;
    margin-right: 1.1vw;
  }
}
.lpWrap .cta_btn._tel {
  left: 15.5%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f49c91), color-stop(70%, #e60634));
  background: linear-gradient(#f49c91 30%, #e60634 70%);
  border: 3px solid #e60634;
}
@media screen and (max-width: 768px) {
  .lpWrap .cta_btn._tel {
    top: 24vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.lpWrap .cta_btn._tel .hover {
  background: #fff;
  border-radius: 10px;
  position: absolute;
  width: 360px;
  top: -164px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-shadow: none;
  -webkit-filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.5));
  opacity: 0;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
}
@media screen and (max-width: 768px) {
  .lpWrap .cta_btn._tel .hover {
    display: none;
  }
}
.lpWrap .cta_btn._tel .hover::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(99%);
          transform: translateY(99%);
  border-style: solid;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  border-top: 16px solid #fff;
}
.lpWrap .cta_btn._tel .hover_tel {
  width: 290px;
  padding: 14px 0;
}
.lpWrap .cta_btn._tel .hover_txt1 {
  text-align: center;
  background: #15436e;
  color: #ffff00;
  font-size: 18px;
  width: 100%;
  padding: 6px 1em;
}
.lpWrap .cta_btn._tel .hover_txt2 {
  text-align: center;
  font-size: 18px;
  color: #15436e;
  padding: 6px 0;
}
.lpWrap .cta_btn._tel:hover .hover {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.lpWrap .cta_btn._web {
  right: 15.5%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #83d27a), color-stop(70%, #0ebb03));
  background: linear-gradient(#83d27a 30%, #0ebb03 70%);
  border: 3px solid #0ebb03;
}
@media screen and (max-width: 768px) {
  .lpWrap .cta_btn._web {
    top: 53.3vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.lpWrap .cta_btn._web:hover {
  -webkit-transform: translateY(-3%);
          transform: translateY(-3%);
}
.lpWrap .title01 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lpWrap .title01 {
    font-size: 6.4vw;
  }
}
.lpWrap .font01 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
}
.lpWrap .header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .lpWrap .header {
    position: relative;
    background: #fff;
    height: 16vw;
  }
}
.lpWrap .header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  max-width: 1286px;
}
@media screen and (max-width: 768px) {
  .lpWrap .header .inner {
    padding-top: 3.2vw;
  }
}
.lpWrap .header_logo {
  width: 306px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .header_logo {
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .header_logo {
    width: 48.9vw;
  }
}
.lpWrap .header_img {
  width: 200px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .header_img {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .header_img {
    width: 27.7vw;
  }
}
.lpWrap .fv {
  background: url(../img/stimsure_bg_01.webp);
  height: 834px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lpWrap .fv {
    height: 102.1vw;
  }
}
.lpWrap .fv .inner {
  max-width: 1146px;
  padding-top: 213px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .fv .inner {
    padding-top: 370px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .fv .inner {
    max-width: none;
    padding-top: 40vw;
  }
}
.lpWrap .fv_img {
  position: absolute;
  width: 444px;
  top: 0;
  left: 383px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .fv_img {
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_img {
    left: 0;
    width: 54.7vw;
  }
}
.lpWrap .fv_txt {
  font-size: 96px;
  letter-spacing: -0.05em;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  -webkit-transform: skewX(-21deg) rotate(-11deg);
          transform: skewX(-21deg) rotate(-11deg);
  position: absolute;
  top: 240px;
  right: 46px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .fv_txt {
    font-size: 66px;
    top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_txt {
    font-size: 11.3vw;
    gap: 1vw;
    top: 3.5vw;
    right: 3vw;
  }
}
.lpWrap .fv_txt .txt {
  background: #ff6d05;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_txt .txt {
    padding: 0.5vw 2.3vw 1.5vw;
  }
}
.lpWrap .fv_txt .small {
  font-size: 0.5em;
  letter-spacing: -0.02em;
  color: #ff6d05;
  text-shadow: 2px 2px 2px rgb(255, 255, 255), -2px 2px 2px rgb(255, 255, 255), 2px -2px 2px rgb(255, 255, 255), -2px -2px 2px rgb(255, 255, 255);
}
.lpWrap .fv_box {
  width: 404px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .lpWrap .fv_box {
    width: 280px;
    margin-left: auto;
    position: relative;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_box {
    width: 53.9vw;
  }
}
.lpWrap .fv_box_txt1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 26px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .fv_box_txt1 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_box_txt1 {
    gap: 1vw;
    margin-bottom: 1.7vw;
  }
}
.lpWrap .fv_box_txt1 .txt {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_box_txt1 .txt {
    font-size: 3.5vw;
  }
}
.lpWrap .fv_box_txt2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.33em;
  margin-bottom: 87px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .fv_box_txt2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_box_txt2 {
    font-size: 4vw;
    letter-spacing: 0;
    margin-bottom: 2.7vw;
  }
}
.lpWrap .fv_box_img {
  width: 290px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .fv_box_img {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_box_img {
    width: 26.9vw;
    margin-right: 8vw;
  }
}
.lpWrap .block1 {
  margin-top: -110px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block1 {
    margin-top: -6vw;
  }
}
.lpWrap .block1::before {
  content: "";
  background: #123661;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: -200px;
  -webkit-transform: skewY(-6deg);
          transform: skewY(-6deg);
}
@media screen and (max-width: 768px) {
  .lpWrap .block1::before {
    bottom: -20vw;
  }
}
.lpWrap .block1 .inner {
  max-width: 1050px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block1 .inner {
    max-width: none;
    padding-bottom: 24vw;
  }
}
.lpWrap .block1_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 88px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_list {
    gap: 11vw;
  }
}
.lpWrap .block1_list_item .ttl {
  font-size: 50px;
  line-height: 1.3;
  letter-spacing: -0.05em;
  color: #000;
  text-align: center;
  position: relative;
  padding: 0.38em 0;
  margin-bottom: 96px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block1_list_item .ttl {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_list_item .ttl {
    font-size: 7.5vw;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 11.3vw;
  }
}
.lpWrap .block1_list_item .ttl_txt .white {
  color: #fff;
}
.lpWrap .block1_list_item .ttl::before {
  content: "";
  background: #ff6d05;
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 50%;
  bottom: 5px;
  width: 3000px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_list_item .ttl::before {
    top: 0;
    bottom: 0;
    width: 400vw;
  }
}
.lpWrap .block1_list_item .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_list_item .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3vw;
  }
}
.lpWrap .block1_list_item .img {
  max-width: 460px;
  width: 46%;
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_list_item .img {
    max-width: none;
    width: auto;
  }
}
.lpWrap .block1_list_item .txt {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.7;
  color: #fff;
  width: 48.8%;
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_list_item .txt {
    font-size: 4.8vw;
    width: auto;
  }
}
.lpWrap .block1_list_item:nth-child(odd) .ttl {
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}
.lpWrap .block1_list_item:nth-child(odd) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_list_item:nth-child(odd) .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lpWrap .block1_list_item:nth-child(even) .ttl {
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
}
.lpWrap .block2 {
  background: #ff6d05;
}
.lpWrap .block2 .inner {
  padding-top: 72px;
  padding-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2 .inner {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.lpWrap .block2_ttl {
  color: #fff;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_ttl {
    margin-bottom: 5.8vw;
  }
}
.lpWrap .block2_ttl .txt {
  position: relative;
  font-size: 36px;
  display: inline-block;
  padding: 0 66px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_ttl .txt {
    font-size: 5.6vw;
    text-align: center;
    padding: 0 8.5vw;
  }
}
.lpWrap .block2_ttl .txt .big {
  font-size: 1.44em;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_ttl .txt .big {
    font-size: 1.52em;
  }
}
.lpWrap .block2_ttl .txt::before, .lpWrap .block2_ttl .txt::after {
  content: "";
  width: 2px;
  height: 80px;
  background: #fff;
  position: absolute;
  bottom: -12px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_ttl .txt::before, .lpWrap .block2_ttl .txt::after {
    width: 0.5vw;
    height: 15vw;
    bottom: -2.5vw;
  }
}
.lpWrap .block2_ttl .txt::before {
  left: 32px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_ttl .txt::before {
    left: 3.5vw;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}
.lpWrap .block2_ttl .txt::after {
  right: 32px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_ttl .txt::after {
    right: 3.5vw;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.lpWrap .block2_img {
  position: absolute;
  width: 574px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateX(418px);
          transform: translateX(418px);
}
@media screen and (max-width: 1024px) {
  .lpWrap .block2_img {
    width: 340px;
    margin: 0;
    -webkit-transform: none;
            transform: none;
    bottom: auto;
    right: auto;
    left: 480px;
    top: -150px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_img {
    width: 54.9vw;
    top: -24vw;
    left: auto;
    right: 0;
  }
}
.lpWrap .block2_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 16px;
  max-width: 824px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_list {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.1vw;
  }
}
.lpWrap .block2_list_item {
  background: #fff;
  width: 48.5%;
  font-size: 21px;
  font-weight: bold;
  line-height: 2;
  padding: 8px 16px 8px 48px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block2_list_item {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_list_item {
    width: auto;
    font-size: 4.8vw;
    padding: 1.1vw 2.1vw 1.1vw 10.7vw;
  }
}
.lpWrap .block2_list_item::before {
  content: "";
  position: absolute;
  background: url(../img/check.webp) no-repeat center center/contain;
  width: 24px;
  height: 24px;
  top: 17px;
  left: 16px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_list_item::before {
    width: 6.4vw;
    height: 6.4vw;
    top: 2.7vw;
    left: 2.1vw;
  }
}
.lpWrap .bnr01 {
  height: 240px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .lpWrap .bnr01 {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .bnr01 {
    height: auto;
  }
}
.lpWrap .bnr01 img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .lpWrap .bnr01 img {
    height: auto;
    width: 100%;
  }
}
.lpWrap .block3 {
  background: url(../img/stimsure_bg_02.webp);
}
.lpWrap .block3 .inner {
  padding-top: 48px;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block3 .inner {
    padding-top: 8.5vw;
    padding-bottom: 20vw;
  }
}
.lpWrap .block3_cta {
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_cta {
    margin: 0 -1.3vw 10.7vw;
  }
}
.lpWrap .block3_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_ttl {
    gap: 3.3vw;
    margin-bottom: 8.5vw;
  }
}
.lpWrap .block3_ttl .img {
  width: 404px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_ttl .img {
    width: 65.3vw;
  }
}
.lpWrap .block3_ttl .txt {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_ttl .txt {
    font-size: 4.8vw;
  }
}
.lpWrap .block3_txt {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_txt {
    font-size: 4.8vw;
    text-align: left;
    margin-bottom: 11.3vw;
  }
}
.lpWrap .block3_box {
  position: relative;
  max-width: 749px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_box {
    max-width: none;
    padding: 12.2vw 0;
    margin: 0 -5.1vw;
  }
}
.lpWrap .block3_box_img {
  width: 282px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_box_img {
    width: 36vw;
  }
}
.lpWrap .block3_box_list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lpWrap .block3_box_list_item {
  background: #123661;
  color: #fff;
  font-size: 21px;
  line-height: 1.3;
  text-align: center;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_box_list_item {
    font-size: 4.2vw;
    width: 28.1vw;
    height: 28.1vw;
  }
}
.lpWrap .block3_box_list_item:nth-child(1), .lpWrap .block3_box_list_item:nth-child(2) {
  top: 26px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_box_list_item:nth-child(1), .lpWrap .block3_box_list_item:nth-child(2) {
    top: 0;
  }
}
.lpWrap .block3_box_list_item:nth-child(3), .lpWrap .block3_box_list_item:nth-child(4) {
  top: 182px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_box_list_item:nth-child(3), .lpWrap .block3_box_list_item:nth-child(4) {
    top: 30.2vw;
  }
}
.lpWrap .block3_box_list_item:nth-child(5), .lpWrap .block3_box_list_item:nth-child(6) {
  top: 338px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_box_list_item:nth-child(5), .lpWrap .block3_box_list_item:nth-child(6) {
    top: auto;
    bottom: 0;
    z-index: 2;
  }
}
.lpWrap .block3_box_list_item:nth-child(1), .lpWrap .block3_box_list_item:nth-child(5) {
  left: 70px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_box_list_item:nth-child(1), .lpWrap .block3_box_list_item:nth-child(5) {
    left: 9.8vw;
  }
}
.lpWrap .block3_box_list_item:nth-child(2), .lpWrap .block3_box_list_item:nth-child(6) {
  right: 70px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_box_list_item:nth-child(2), .lpWrap .block3_box_list_item:nth-child(6) {
    right: 9.8vw;
  }
}
.lpWrap .block3_box_list_item:nth-child(3) {
  left: 0;
}
.lpWrap .block3_box_list_item:nth-child(4) {
  right: 0;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4 {
    margin-top: -8vw;
  }
}
.lpWrap .block4::before {
  background: url(../img/stimsure_bg_03.webp);
}
@media screen and (max-width: 768px) {
  .lpWrap .block4 .inner {
    padding-bottom: 11.2vw;
  }
}
.lpWrap .block4 .block1_list_item .ttl {
  color: #fff;
}
.lpWrap .block4 .block1_list_item .ttl::before {
  background: #123661;
}
.lpWrap .table01 {
  max-width: 896px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.4%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lpWrap .table01 {
    max-width: none;
    padding: 0 2.7vw;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.lpWrap .table01 h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .lpWrap .table01 h3 {
    font-size: 4.3vw;
  }
}
.lpWrap .table01 p {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .lpWrap .table01 p {
    font-size: 4.3vw;
    height: 14vw;
  }
}
.lpWrap .table01 p .small {
  font-size: 0.71em;
}
@media screen and (max-width: 768px) {
  .lpWrap .table01 p .small {
    font-size: 0.81em;
  }
}
.lpWrap .table01_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .lpWrap .table01_col {
    gap: 0.8vw;
  }
}
.lpWrap .table01_col._1 {
  width: 26.8%;
}
@media screen and (max-width: 768px) {
  .lpWrap .table01_col._1 {
    width: 19%;
  }
}
.lpWrap .table01_col._1 p {
  background: #f3f4f5;
}
@media screen and (max-width: 768px) {
  .lpWrap .table01_col._1 p {
    font-size: 3.5vw;
  }
}
.lpWrap .table01_col._1 p:nth-of-type(1) {
  border-radius: 24px 0px 0px 0px;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .lpWrap .table01_col._1 p:nth-of-type(1) {
    border-radius: 4.3vw 0 0 0;
  }
}
.lpWrap .table01_col._2 p .small, .lpWrap .table01_col._3 p .small {
  margin-top: 0.2em;
}
@media screen and (max-width: 768px) {
  .lpWrap .table01_col._2 p .small, .lpWrap .table01_col._3 p .small {
    margin-top: 0;
    display: block;
  }
}
.lpWrap .table01_col._2 {
  width: 36.2%;
}
@media screen and (max-width: 768px) {
  .lpWrap .table01_col._2 {
    width: 39.5%;
  }
}
.lpWrap .table01_col._2 h3 {
  background: #ff6d05;
  height: 98px;
  border-radius: 24px 24px 0px 0px;
}
@media screen and (max-width: 768px) {
  .lpWrap .table01_col._2 h3 {
    height: 17.1vw;
    border-radius: 4.3vw 4.3vw 0 0;
  }
}
.lpWrap .table01_col._2 p {
  background: #fff1e7;
}
.lpWrap .table01_col._3 {
  width: 36.2%;
}
@media screen and (max-width: 768px) {
  .lpWrap .table01_col._3 {
    width: 39.5%;
  }
}
.lpWrap .table01_col._3 h3 {
  background: #828f9f;
  height: 74px;
  border-radius: 0px 24px 0px 0px;
}
@media screen and (max-width: 768px) {
  .lpWrap .table01_col._3 h3 {
    height: 10.7vw;
    border-radius: 0 4.3vw 0 0;
  }
}
.lpWrap .table01_col._3 p {
  background: #f5faff;
}
.lpWrap .table01_col._1 p:nth-of-type(1), .lpWrap .table01_col._2 p:nth-of-type(1), .lpWrap .table01_col._3 p:nth-of-type(1) {
  height: 85px;
}
@media screen and (max-width: 768px) {
  .lpWrap .table01_col._1 p:nth-of-type(1), .lpWrap .table01_col._2 p:nth-of-type(1), .lpWrap .table01_col._3 p:nth-of-type(1) {
    height: 15.2vw;
  }
}
.lpWrap .table01_col._1 p:nth-of-type(4), .lpWrap .table01_col._2 p:nth-of-type(4), .lpWrap .table01_col._3 p:nth-of-type(4) {
  height: 96px;
}
@media screen and (max-width: 768px) {
  .lpWrap .table01_col._1 p:nth-of-type(4), .lpWrap .table01_col._2 p:nth-of-type(4), .lpWrap .table01_col._3 p:nth-of-type(4) {
    height: 22.4vw;
  }
}
.lpWrap .block5 {
  background: url(../img/stimsure_bg_01.webp);
}
.lpWrap .block5 .inner {
  padding-top: 72px;
  padding-bottom: 68px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block5 .inner {
    padding-top: 10.7vw;
    padding-bottom: 10.7vw;
  }
}
.lpWrap .block5_ttl {
  color: #fff;
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_ttl {
    font-size: 7.5vw;
    margin-bottom: 8.5vw;
  }
}
.lpWrap .block5 .table01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block5 .table01 {
    margin-bottom: 8.5vw;
  }
}
.lpWrap .block5_txt {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block5_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_txt {
    font-size: 4.8vw;
    text-align: left;
  }
}
.lpWrap .block6 {
  background: url(../img/stimsure_bg_02.webp);
}
.lpWrap .block6 .inner {
  padding-top: 72px;
  padding-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block6 .inner {
    padding-top: 10.7vw;
    padding-bottom: 10.7vw;
  }
}
.lpWrap .block6_ttl {
  color: #fff;
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_ttl {
    font-size: 7.5vw;
    text-align: left;
    margin-bottom: 10.7vw;
  }
}
.lpWrap .block6_img1 {
  width: 380px;
  position: absolute;
  top: -112px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateX(526px);
          transform: translateX(526px);
}
@media screen and (max-width: 1300px) {
  .lpWrap .block6_img1 {
    width: 280px;
    -webkit-transform: translateX(460px);
            transform: translateX(460px);
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .block6_img1 {
    width: 220px;
    -webkit-transform: translateX(280px);
            transform: translateX(280px);
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_img1 {
    width: 32vw;
    top: -14.4vw;
    left: auto;
    right: -3.7vw;
    margin: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.lpWrap .block6_img2 {
  max-width: 896px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block6_img2 {
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_img2 {
    max-width: none;
    margin-bottom: 10.7vw;
  }
}
.lpWrap .block6_img3 {
  width: 326px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateX(-550px);
          transform: translateX(-550px);
}
@media screen and (max-width: 1300px) {
  .lpWrap .block6_img3 {
    width: 200px;
    -webkit-transform: translateX(-470px);
            transform: translateX(-470px);
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .block6_img3 {
    width: 160px;
    -webkit-transform: translateX(-360px);
            transform: translateX(-360px);
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_img3 {
    display: none;
  }
}
.lpWrap .block6_txt {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block6_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_txt {
    font-size: 4.8vw;
    text-align: left;
  }
}
.lpWrap .block7 {
  background: #ff6d05;
}
.lpWrap .block7 .inner {
  padding-top: 70px;
  padding-bottom: 66px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block7 .inner {
    padding-top: 10.7vw;
    padding-bottom: 9vw;
  }
}
.lpWrap .block7_ttl {
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block7_ttl {
    font-size: 7.5vw;
    margin-bottom: 10.7vw;
  }
}
.lpWrap .block7_list {
  max-width: 896px;
  margin: 0 auto 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lpWrap .block7_list {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.1vw;
    margin-bottom: 10.7vw;
  }
}
.lpWrap .block7_list_item {
  width: 29%;
  max-width: 259px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block7_list_item {
    width: auto;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block7_list_item .img {
    width: 50%;
  }
}
.lpWrap .block7_list_item .txt {
  background: #123661;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 16px 0;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block7_list_item .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block7_list_item .txt {
    width: 50%;
    font-size: 4.8vw;
    padding: 0;
    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;
  }
}
.lpWrap .block7_txt1 {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  color: #fff;
  margin-bottom: 44px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block7_txt1 {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block7_txt1 {
    font-size: 4.8vw;
    text-align: left;
    margin-bottom: 12.7vw;
  }
}
.lpWrap .block7_txt2 {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.9;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block7_txt2 {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block7_txt2 {
    font-size: 5.6vw;
    line-height: 1.6;
  }
}
.lpWrap .block7_txt2 .big {
  background: #000;
  font-size: 1.52em;
  padding: 6px 8px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block7_txt2 .big {
    padding: 1vw 0;
  }
}
.lpWrap .price01 {
  background: #f3f4f5;
}
.lpWrap .price01 .inner {
  padding-top: 130px;
  padding-bottom: 100px;
  max-width: 1066px;
}
@media screen and (max-width: 768px) {
  .lpWrap .price01 .inner {
    padding-top: 49.6vw;
    padding-bottom: 10.7vw;
    max-width: none;
  }
}
.lpWrap .price01_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lpWrap .price01_list {
    width: 88vw;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.3vw;
  }
}
.lpWrap .price01_list_item {
  max-width: 330px;
  width: 33%;
}
@media screen and (max-width: 768px) {
  .lpWrap .price01_list_item {
    max-width: none;
    width: auto;
  }
}
.lpWrap .price01_list_item .ttl {
  border-radius: 23px 23px 0 0;
  padding: 16px 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .lpWrap .price01_list_item .ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .price01_list_item .ttl {
    border-radius: 4vw 4vw 0 0;
    padding: 2.4vw 0;
    font-size: 5.6vw;
  }
}
.lpWrap .price01_list_item .con {
  background: #fff;
  padding: 26px 24px 15px;
}
@media screen and (max-width: 768px) {
  .lpWrap .price01_list_item .con {
    padding: 6.3vw 6.4vw 4.8vw;
  }
}
.lpWrap .price01_list_item .box1 {
  padding-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lpWrap .price01_list_item .box1 {
    padding-bottom: 6.4vw;
  }
}
.lpWrap .price01_list_item .box1_txt1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .lpWrap .price01_list_item .box1_txt1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .price01_list_item .box1_txt1 {
    font-size: 5.6vw;
    margin-bottom: 0.5vw;
  }
}
.lpWrap .price01_list_item .box1_txt2 {
  text-align: center;
  line-height: 1;
  margin-bottom: 23px;
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .price01_list_item .box1_txt2 {
    padding-left: 4px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .price01_list_item .box1_txt2 {
    margin-bottom: 5.7vw;
    padding-left: 10vw;
  }
}
.lpWrap .price01_list_item .box1_txt2 .txt1 {
  font-size: 27px;
  font-weight: bold;
  margin-right: -0.2em;
}
@media screen and (max-width: 1024px) {
  .lpWrap .price01_list_item .box1_txt2 .txt1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .price01_list_item .box1_txt2 .txt1 {
    font-size: 7.2vw;
  }
}
.lpWrap .price01_list_item .box1_txt2 .txt2 {
  font-size: 56px;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 1024px) {
  .lpWrap .price01_list_item .box1_txt2 .txt2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .price01_list_item .box1_txt2 .txt2 {
    font-size: 16vw;
  }
}
.lpWrap .price01_list_item .box1_txt2 .txt3 {
  font-size: 14px;
  margin-left: -0.75em;
}
@media screen and (max-width: 1024px) {
  .lpWrap .price01_list_item .box1_txt2 .txt3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .price01_list_item .box1_txt2 .txt3 {
    font-size: 3.6vw;
  }
}
.lpWrap .price01_list_item .box1_txt3 {
  position: absolute;
  top: -14px;
  left: -30px;
  font-size: 42px;
  text-align: center;
  line-height: 1;
  width: 80px;
  height: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0), color-stop(49.48%, #ffff9e), to(#ffc700));
  background: linear-gradient(180deg, #ff0 0%, #ffff9e 49.48%, #ffc700 100%);
  color: #123661;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .lpWrap .price01_list_item .box1_txt3 {
    font-size: 30px;
    width: 60px;
    height: 60px;
    top: -22px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .price01_list_item .box1_txt3 {
    top: -1.6vw;
    left: -7.7vw;
    font-size: 11vw;
    width: 21.3vw;
    height: 21.3vw;
  }
}
.lpWrap .price01_list_item .box1_txt3 .small1 {
  font-size: 0.5em;
}
.lpWrap .price01_list_item .box1_txt3 .small2 {
  font-size: 0.44em;
}
.lpWrap .price01_list_item .box1_txt4 {
  background: #1a1a1a;
  color: #fff;
  border-radius: 400px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .price01_list_item .box1_txt4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .price01_list_item .box1_txt4 {
    font-size: 4.8vw;
    margin-bottom: 2.1vw;
  }
}
.lpWrap .price01_list_item .box1_txt5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  min-height: 54px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .price01_list_item .box1_txt5 {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .price01_list_item .box1_txt5 {
    font-size: 4.8vw;
    min-height: 14.4vw;
  }
}
.lpWrap .price01_list_item .box2 {
  border-top: 1px solid #c6c6c6;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .lpWrap .price01_list_item .box2 {
    padding-top: 5vw;
  }
}
.lpWrap .price01_list_item .box2_txt1 {
  text-align: center;
  line-height: 1;
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .price01_list_item .box2_txt1 {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .price01_list_item .box2_txt1 {
    padding-left: 8vw;
    margin-bottom: 1vw;
  }
}
.lpWrap .price01_list_item .box2_txt1 .txt1 {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .lpWrap .price01_list_item .box2_txt1 .txt1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .price01_list_item .box2_txt1 .txt1 {
    font-size: 4.8vw;
    margin-right: 4vw;
  }
}
.lpWrap .price01_list_item .box2_txt1 .txt2 {
  font-size: 24px;
  font-weight: bold;
  margin-right: -0.2em;
}
@media screen and (max-width: 1024px) {
  .lpWrap .price01_list_item .box2_txt1 .txt2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .price01_list_item .box2_txt1 .txt2 {
    font-size: 6.4vw;
  }
}
.lpWrap .price01_list_item .box2_txt1 .txt3 {
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .price01_list_item .box2_txt1 .txt3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .price01_list_item .box2_txt1 .txt3 {
    font-size: 8.6vw;
  }
}
.lpWrap .price01_list_item .box2_txt1 .txt4 {
  font-size: 14px;
  margin-left: -0.75em;
}
@media screen and (max-width: 1024px) {
  .lpWrap .price01_list_item .box2_txt1 .txt4 {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .price01_list_item .box2_txt1 .txt4 {
    font-size: 3.7vw;
  }
}
.lpWrap .price01_list_item .box2_txt2 {
  background: #1a1a1a;
  color: #fff;
  border-radius: 400px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .lpWrap .price01_list_item .box2_txt2 {
    font-size: 3.9vw;
    margin-bottom: 4.3vw;
  }
}
.lpWrap .price01_list_item:nth-child(1) .ttl {
  background: #ff6d05;
}
.lpWrap .price01_list_item:nth-child(1) .box1_txt1 {
  color: #ff6d05;
}
.lpWrap .price01_list_item:nth-child(1) .box1_txt2 {
  color: #ff6d05;
}
.lpWrap .price01_list_item:nth-child(2) .ttl {
  background: #0058b8;
}
.lpWrap .price01_list_item:nth-child(2) .box1_txt1 {
  color: #0058b8;
}
.lpWrap .price01_list_item:nth-child(2) .box1_txt2 {
  color: #0058b8;
}
.lpWrap .price01_list_item:nth-child(3) .ttl {
  background: #123661;
}
.lpWrap .price01_list_item:nth-child(3) .box1_txt1 {
  color: #123661;
}
.lpWrap .price01_list_item:nth-child(3) .box1_txt2 {
  color: #123661;
}
.lpWrap .pb {
  padding: 72px 0 188px;
  background: url(../img/pb-bg.webp) repeat center center/cover;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .lpWrap .pb {
    padding: 13.4vw 0 62vw;
    background-image: url(../img/pb-bg-sp.webp);
  }
}
.lpWrap .pb_ttl {
  max-width: 770px;
  width: 100%;
  margin: 0 auto 58px;
}
@media screen and (max-width: 768px) {
  .lpWrap .pb_ttl {
    max-width: 78.7vw;
    margin-bottom: 8.3vw;
  }
}
.lpWrap .pb_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lpWrap .pb_list_item:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .lpWrap .pb_list_item:not(:last-child) {
    margin-bottom: 7.5vw;
  }
}
.lpWrap .pb_list_item_img {
  min-width: 90px;
  width: 90px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .lpWrap .pb_list_item_img {
    width: 13.3vw;
    min-width: 13.3vw;
    margin-right: 1.9vw;
  }
}
.lpWrap .pb_list_item_box {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lpWrap .pb_list_item_box {
    padding-top: 4.3vw;
  }
}
.lpWrap .pb_list_item_box_ttl {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 768px) {
  .lpWrap .pb_list_item_box_ttl {
    font-size: 5.6vw;
    margin-bottom: 4.4vw;
  }
}
.lpWrap .pb_list_item_box_txt {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .lpWrap .pb_list_item_box_txt {
    font-size: 4vw;
    line-height: 1.8;
  }
}
.lpWrap .block20 {
  position: relative;
  z-index: 2;
}
.lpWrap .block20 .inner {
  max-width: 1040px;
}
.lpWrap .block20_cta {
  margin-top: -130px;
  margin-bottom: -130px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block20_cta {
    margin-top: -49.6vw;
    margin-bottom: -49.6vw;
  }
}
.lpWrap .scrollAnim.fadeUp {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .lpWrap .scrollAnim.fadeUp {
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important;
  }
}
.lpWrap .scrollAnim.fadeUp.anim {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.lpWrap .loadingAnim.fadeUp {
  opacity: 0;
}
.lpWrap .loadingAnim.fadeUp.anim {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes sway {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}

@keyframes sway {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
  }
  30% {
    height: 100%;
  }
  100% {
    height: 0;
    top: 100%;
  }
}
@-webkit-keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes anim-txt {
  100% {
    background-position: -3000px 0;
  }
}
@keyframes anim-txt {
  100% {
    background-position: -3000px 0;
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.lpWrap .title02 {
  text-align: center;
  margin-bottom: 52px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .lpWrap .title02 {
    margin-bottom: 5.5vw;
  }
}
.lpWrap .title02 .ja {
  font-size: 48px;
  font-weight: bold;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.09em;
  color: #052b58;
}
@media screen and (max-width: 768px) {
  .lpWrap .title02 .ja {
    font-size: 6.4vw;
  }
}
.lpWrap .bar {
  position: relative;
  height: 50px;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .lpWrap .bar {
    height: 10.7vw;
    margin-bottom: 7.5vw;
  }
}
.lpWrap .bar::before {
  content: "";
  position: absolute;
  background-color: #0058b8;
  height: 50px;
  width: 3px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-animation: pathmove 3s cubic-bezier(0.77, 0.01, 0.7, 1) 0s infinite;
          animation: pathmove 3s cubic-bezier(0.77, 0.01, 0.7, 1) 0s infinite;
}
.lpWrap .price {
  padding-top: 130px;
  padding-bottom: 100px;
  background: #f2f4f5;
}
@media screen and (max-width: 768px) {
  .lpWrap .price {
    padding-bottom: 13.3vw;
  }
}
.lpWrap .price_tbl {
  width: 100%;
  font-weight: bold;
  background: #fff;
  line-height: 1.5;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .lpWrap .price_tbl {
    margin-bottom: 5vw;
  }
}
.lpWrap .price_tbl th,
.lpWrap .price_tbl td {
  vertical-align: middle;
  text-align: center;
}
.lpWrap .price_tbl thead th {
  background: #0058b8;
  color: #fff;
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.02em;
  height: 95px;
}
@media screen and (max-width: 768px) {
  .lpWrap .price_tbl thead th {
    font-size: 4.8vw;
    height: 18.7vw;
  }
}
.lpWrap .price_tbl tbody {
  color: #052b58;
}
.lpWrap .price_tbl tbody td {
  border-bottom: 1px solid #0058b8;
  height: 80px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .lpWrap .price_tbl tbody td {
    height: 16vw;
  }
}
.lpWrap .price_tbl tbody td:first-child {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .lpWrap .price_tbl tbody td:first-child {
    font-size: 4vw;
  }
}
.lpWrap .price_tbl tbody td:last-child {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .lpWrap .price_tbl tbody td:last-child {
    font-size: 3.5vw;
  }
}
.lpWrap .price_tbl tbody td:last-child .bebas {
  font-size: 48px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .lpWrap .price_tbl tbody td:last-child .bebas {
    font-size: 9.6vw;
  }
}
.lpWrap .price_tbl tbody tr:nth-child(even) {
  background: #f2f4f5;
}
.lpWrap .flow {
  background: url(../img/flow-bg.webp) no-repeat center center/cover;
  padding-bottom: 100px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .lpWrap .flow {
    padding-bottom: 13.3vw;
  }
}
.lpWrap .flow_list {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .lpWrap .flow_list {
    margin-bottom: 8vw;
  }
}
.lpWrap .flow_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #0058b8;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .lpWrap .flow_list_item {
    padding: 2vw 2.7vw 5vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.lpWrap .flow_list_item .num {
  width: 80px;
  margin-right: 30px;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .lpWrap .flow_list_item .num {
    width: 10.7vw;
    margin: 0;
    position: absolute;
    top: 0;
    left: 2.7vw;
  }
}
.lpWrap .flow_list_item .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .lpWrap .flow_list_item .box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 56vw;
    margin-right: 0;
  }
}
.lpWrap .flow_list_item .ttl {
  color: #0058b8;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .lpWrap .flow_list_item .ttl {
    font-size: 5.6vw;
    margin-left: 13.3vw;
    margin-bottom: 5.5vw;
  }
}
.lpWrap .flow_list_item .txt {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .lpWrap .flow_list_item .txt {
    font-size: 3.7vw;
  }
}
.lpWrap .flow_list_item .img {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .lpWrap .flow_list_item .img {
    width: 25.3vw;
    margin-top: 14vw;
  }
}
.lpWrap .flow_list_item:nth-child(odd) {
  background: #edf3fa;
}
.lpWrap .flow_list_item:nth-child(even) {
  background: #fff;
}
.lpWrap .flow_box {
  background: #f2f4f5;
  padding: 20px 30px 60px;
}
@media screen and (max-width: 768px) {
  .lpWrap .flow_box {
    margin: 0 -2.7vw;
    padding: 2.7vw;
  }
}
.lpWrap .flow_box_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .lpWrap .flow_box_ttl {
    font-size: 4.8vw;
    margin-bottom: 2vw;
  }
}
.lpWrap .flow_box_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lpWrap .flow_box_list dl:not(:last-child) {
  border-bottom: 2px solid #f2f4f5;
}
.lpWrap .flow_box_list dt {
  background: -webkit-gradient(linear, left top, left bottom, from(#0058b8), to(#004b9d));
  background: linear-gradient(to bottom, #0058b8, #004b9d);
  width: 24.3%;
  text-align: center;
  color: #fff;
  padding: 19px 10px;
  border-right: 2px solid #f2f4f5;
  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;
}
@media screen and (max-width: 768px) {
  .lpWrap .flow_box_list dt {
    padding: 4.5vw 0;
    line-height: 1.3;
    width: 24.2%;
  }
}
.lpWrap .flow_box_list dd {
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 19px 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .lpWrap .flow_box_list dd {
    padding: 4.5vw 2.7vw;
    line-height: 1.5;
    font-size: 3.7vw;
  }
}
.lpWrap .flow_box_list dd .box {
  display: block;
  background: #123661;
  color: #fff;
  padding: 10px 10px 10px 30px;
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .lpWrap .flow_box_list dd .box {
    padding: 2.7vw 2.7vw 2.7vw 8vw;
  }
}
.lpWrap .flow_box_list dd .box::before {
  content: "";
  background: url(../img/bikkuri.webp) no-repeat center center/contain;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 1em;
  left: 0.6em;
}
.lpWrap .faq {
  font-weight: 500;
  padding-bottom: 100px;
  background-color: #edf3fa;
}
@media screen and (max-width: 768px) {
  .lpWrap .faq {
    padding-bottom: 13.3vw;
  }
}
.lpWrap .faq_list_item {
  line-height: 1.7;
}
.lpWrap .faq_list_item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .lpWrap .faq_list_item:not(:last-child) {
    margin-bottom: 2.4vw;
  }
}
.lpWrap .faq_list_item_q, .lpWrap .faq_list_item_a {
  position: relative;
  padding-left: 136px;
}
@media screen and (max-width: 768px) {
  .lpWrap .faq_list_item_q, .lpWrap .faq_list_item_a {
    padding-left: 13.3vw;
  }
}
.lpWrap .faq_list_item_q::before, .lpWrap .faq_list_item_a::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 80px;
  top: 20px;
  left: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .lpWrap .faq_list_item_q::before, .lpWrap .faq_list_item_a::before {
    width: 9.3vw;
    height: 10.7vw;
    left: 1.3vw;
  }
}
.lpWrap .faq_list_item_q {
  background-color: #f2f4f5;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../img/plus.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 80px 80px;
  cursor: pointer;
  padding-right: 120px;
  border-bottom: 2px solid #0058b8;
}
@media screen and (max-width: 768px) {
  .lpWrap .faq_list_item_q {
    height: auto;
    padding-top: 4.5vw;
    padding-bottom: 4.5vw;
    padding-right: 14.7vw;
    background-size: 10.7vw;
    background-position: right 1.3vw center;
    border-bottom-width: 1px;
  }
}
.lpWrap .faq_list_item_q::before {
  background-image: url(../img/q.svg);
}
@media screen and (max-width: 768px) {
  .lpWrap .faq_list_item_q::before {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.lpWrap .faq_list_item_q.open {
  background-image: url(../img/minus.svg);
}
.lpWrap .faq_list_item_q_txt {
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .lpWrap .faq_list_item_q_txt {
    font-size: 3.7vw;
  }
}
.lpWrap .faq_list_item_a {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .lpWrap .faq_list_item_a {
    padding-top: 3.5vw;
    padding-bottom: 3.5vw;
    padding-right: 4vw;
  }
}
.lpWrap .faq_list_item_a::before {
  background-image: url(../img/a.svg);
}
@media screen and (max-width: 768px) {
  .lpWrap .faq_list_item_a::before {
    top: 5.3vw;
  }
}
.lpWrap .faq_list_item_a_txt {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .lpWrap .faq_list_item_a_txt {
    font-size: 3.7vw;
  }
}
.lpWrap .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .lpWrap .info {
    display: block;
  }
}
.lpWrap .info_map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .lpWrap .info_map {
    height: 40vw;
  }
}
.lpWrap .info_wrap {
  width: 55%;
  background: #004eae;
}
@media screen and (max-width: 768px) {
  .lpWrap .info_wrap {
    width: auto;
  }
}
.lpWrap .info_wrap_inner {
  max-width: 620px;
  padding: 36px 20px 68px 50px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .lpWrap .info_wrap_inner {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .info_wrap_inner {
    max-width: none;
    padding: 2.5vw 5.3vw 12.5vw;
  }
}
.lpWrap .info_wrap_inner_txt1 {
  font-size: 18px;
  font-weight: bold;
  color: #004eae;
  background-color: #ffff00;
  position: absolute;
  top: -21px;
  left: 64px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  text-align: center;
  line-height: 1.1;
  padding-top: 28px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .info_wrap_inner_txt1 {
    left: -28px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .info_wrap_inner_txt1 {
    top: -7.7vw;
    left: 2.7vw;
    font-size: 3.8vw;
    width: 23.5vw;
    height: 23.5vw;
    padding-top: 6.5vw;
  }
}
.lpWrap .info_wrap_inner_txt1 .big {
  font-size: 2.22em;
}
.lpWrap .info_wrap_inner_txt2 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lpWrap .info_wrap_inner_txt2 {
    font-size: 6.4vw;
    margin-bottom: 0.8vw;
  }
}
.lpWrap .info_wrap_inner_tel {
  color: #fff;
  font-size: clamp(80px, 8vw, 96px);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .info_wrap_inner_tel {
    font-size: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .info_wrap_inner_tel {
    font-size: 15vw;
    gap: 2vw;
    margin-bottom: 2.5vw;
  }
}
.lpWrap .info_wrap_inner_tel .img {
  width: 11.5%;
  margin-top: -16px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .info_wrap_inner_tel .img {
    width: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .info_wrap_inner_tel .img {
    width: 9.9vw;
    margin-top: -3vw;
  }
}
.lpWrap .info_wrap_inner_txt3 {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 7px 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .lpWrap .info_wrap_inner_txt3 {
    font-size: 5.6vw;
    line-height: 1.5;
    padding: 1.7vw 0;
    margin-bottom: 5.3vw;
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
}
.lpWrap .info_wrap_inner_tbl {
  width: 100%;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .lpWrap .info_wrap_inner_tbl {
    margin-bottom: 3.7vw;
  }
}
.lpWrap .info_wrap_inner_tbl th {
  color: #fff;
  background: #123661;
  vertical-align: middle;
  width: 180px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .lpWrap .info_wrap_inner_tbl th {
    width: 110px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .info_wrap_inner_tbl th {
    width: 17.6vw;
    font-size: 4.8vw;
  }
}
.lpWrap .info_wrap_inner_tbl td {
  background: #fff;
  color: #123661;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.3;
  font-size: 21px;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .info_wrap_inner_tbl td {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .info_wrap_inner_tbl td {
    font-size: 4.8vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
  }
}
.lpWrap .info_wrap_inner_tbl tr:first-child td {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .lpWrap .info_wrap_inner_tbl tr:first-child td {
    padding-top: 3vw;
  }
}
.lpWrap .info_wrap_inner_tbl tr:last-child td {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .lpWrap .info_wrap_inner_tbl tr:last-child td {
    padding-bottom: 3vw;
  }
}
.lpWrap .info_wrap_inner_tbl .day {
  padding-left: 20px;
  width: 130px;
}
@media screen and (max-width: 768px) {
  .lpWrap .info_wrap_inner_tbl .day {
    width: 28vw;
    padding-left: 3vw;
  }
}
.lpWrap .info_wrap_inner_add {
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .lpWrap .info_wrap_inner_add {
    font-size: 4vw;
    line-height: 1.8;
  }
}
.lpWrap .contact {
  line-height: 2;
}
.lpWrap .contact .inner {
  max-width: 1000px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .lpWrap .contact .inner {
    padding: 0 6.7vw 20px;
  }
}
.lpWrap .contact_form {
  font-size: 16px;
  margin-bottom: 100px;
  /* フォーカスされた時のスタイルを設定 */
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form {
    font-size: 4.3vw;
  }
}
.lpWrap .contact_form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #999;
}
.lpWrap .contact_form dl:nth-child(1) {
  border-top: 1px solid #999;
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form dl {
    display: block;
    padding: 8.7vw 2.7vw;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form dl:nth-child(odd) {
    background: #ebf2f9;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form dl:nth-child(even) {
    background: #fff;
  }
}
.lpWrap .contact_form dt {
  width: 33.3%;
  padding: 40px 30px;
  background: #ebf2f9;
  color: #052b58;
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form dt {
    width: auto;
    padding: 0;
    background: none;
    margin-bottom: 2.7vw;
  }
}
.lpWrap .contact_form dt .required {
  color: #fff;
  background: #be001e;
  display: inline-block;
  font-style: normal;
  margin-left: 12px;
  font-size: 13px;
  padding: 0 1em;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form dt .required {
    font-size: 0.875em;
    margin-left: 2.7vw;
  }
}
.lpWrap .contact_form dt .optional {
  display: none;
}
.lpWrap .contact_form dd {
  width: 66.67%;
  padding: 40px 30px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form dd {
    background: none;
    width: auto;
    padding: 0;
  }
}
.lpWrap .contact_form dd .list01 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form dd .list01 {
    margin-bottom: 5.3vw;
  }
}
.lpWrap .contact_form dd .list01_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form dd .list01_item {
    font-size: 3.5vw;
  }
}
.lpWrap .contact_form dd .list01_item::before {
  content: "※";
}
.lpWrap .contact_form dd .checkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form dd .checkList {
    gap: 5.3vw;
  }
}
.lpWrap .contact_form dd .checkList li label {
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form dd .checkList li label {
    font-size: 3.7vw;
  }
}
.lpWrap .contact_form dd .checkList li label input {
  margin-right: 10px;
  margin-top: -2px;
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form dd .checkList li label input {
    margin-right: 2.7vw;
    margin-top: -0.5vw;
  }
}
.lpWrap .contact_form input[type=text],
.lpWrap .contact_form input[type=tel],
.lpWrap .contact_form input[type=email],
.lpWrap .contact_form input[type=date],
.lpWrap .contact_form input[type=time],
.lpWrap .contact_form select,
.lpWrap .contact_form textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #898f93;
  background-color: #fff;
  padding: 1.15em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form input[type=text],
  .lpWrap .contact_form input[type=tel],
  .lpWrap .contact_form input[type=email],
  .lpWrap .contact_form input[type=date],
  .lpWrap .contact_form input[type=time],
  .lpWrap .contact_form select,
  .lpWrap .contact_form textarea {
    font-size: 4vw;
    padding: 1.27em;
  }
}
.lpWrap .contact_form input[type=text]::-webkit-input-placeholder, .lpWrap .contact_form input[type=tel]::-webkit-input-placeholder, .lpWrap .contact_form input[type=email]::-webkit-input-placeholder, .lpWrap .contact_form input[type=date]::-webkit-input-placeholder, .lpWrap .contact_form input[type=time]::-webkit-input-placeholder, .lpWrap .contact_form select::-webkit-input-placeholder, .lpWrap .contact_form textarea::-webkit-input-placeholder {
  color: #898f93;
}
.lpWrap .contact_form input[type=text]::-moz-placeholder, .lpWrap .contact_form input[type=tel]::-moz-placeholder, .lpWrap .contact_form input[type=email]::-moz-placeholder, .lpWrap .contact_form input[type=date]::-moz-placeholder, .lpWrap .contact_form input[type=time]::-moz-placeholder, .lpWrap .contact_form select::-moz-placeholder, .lpWrap .contact_form textarea::-moz-placeholder {
  color: #898f93;
}
.lpWrap .contact_form input[type=text]:-ms-input-placeholder, .lpWrap .contact_form input[type=tel]:-ms-input-placeholder, .lpWrap .contact_form input[type=email]:-ms-input-placeholder, .lpWrap .contact_form input[type=date]:-ms-input-placeholder, .lpWrap .contact_form input[type=time]:-ms-input-placeholder, .lpWrap .contact_form select:-ms-input-placeholder, .lpWrap .contact_form textarea:-ms-input-placeholder {
  color: #898f93;
}
.lpWrap .contact_form input[type=text]::-ms-input-placeholder, .lpWrap .contact_form input[type=tel]::-ms-input-placeholder, .lpWrap .contact_form input[type=email]::-ms-input-placeholder, .lpWrap .contact_form input[type=date]::-ms-input-placeholder, .lpWrap .contact_form input[type=time]::-ms-input-placeholder, .lpWrap .contact_form select::-ms-input-placeholder, .lpWrap .contact_form textarea::-ms-input-placeholder {
  color: #898f93;
}
.lpWrap .contact_form input[type=text]::placeholder,
.lpWrap .contact_form input[type=tel]::placeholder,
.lpWrap .contact_form input[type=email]::placeholder,
.lpWrap .contact_form input[type=date]::placeholder,
.lpWrap .contact_form input[type=time]::placeholder,
.lpWrap .contact_form select::placeholder,
.lpWrap .contact_form textarea::placeholder {
  color: #898f93;
}
.lpWrap .contact_form label {
  font-size: 18px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form label {
    font-size: 3.5vw;
    padding: 2vw 0;
  }
}
.lpWrap .contact_form input[type=radio] {
  margin-right: 0.5em;
}
.lpWrap .contact_form textarea {
  height: 200px;
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form textarea {
    height: 60vw;
  }
}
.lpWrap .contact_form_check {
  text-align: center;
  margin: 36px 0 19px;
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form_check {
    margin: 8.5vw 0 6.1vw;
  }
}
.lpWrap .contact_form_check input[type=checkbox] {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form_check input[type=checkbox] {
    margin-right: 2.7vw;
  }
}
.lpWrap .contact_form_check dt {
  display: none;
}
.lpWrap .contact_form_check a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lpWrap .contact_form_check a:hover {
  opacity: 0.6;
}
.lpWrap .contact_form_submit input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 600px;
  width: 100%;
  height: 100px;
  font-size: 30px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #70c1fb), color-stop(70%, #2a81ef));
  background: linear-gradient(#70c1fb 30%, #2a81ef 70%);
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
  border-radius: 10px;
  border: 3px solid #2a81ef;
  text-shadow: 0 0 10px #00367e;
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form_submit input {
    width: 78.7vw;
    height: 21.3vw;
    font-size: 5.6vw;
  }
}
.lpWrap .contact_form_submit input[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.lpWrap .contact_form .error_blank,
.lpWrap .contact_form .error_format,
.lpWrap .contact_form .error_match {
  display: block;
  color: #ff0000;
  margin-top: 5px;
}
.lpWrap .contact_form input:focus,
.lpWrap .contact_form textarea:focus {
  border-color: #007bff;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}
.lpWrap .contact_form_txt {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  margin: 32px 0 36px;
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form_txt {
    font-size: 3.7vw;
    margin: 8.7vw 0 10vw;
  }
}
.lpWrap .contact_form_txt .bold {
  font-weight: bold;
}
.lpWrap .contact_form_txt a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lpWrap .contact_form_txt a:hover {
  opacity: 0.6;
}
.lpWrap .contact_form .raiin_sch {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form .raiin_sch {
    margin-bottom: 6vw;
  }
}
.lpWrap .contact_form .raiin_sch_tbl {
  width: 100%;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  background: #fff;
  margin-top: -18px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .contact_form .raiin_sch_tbl {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form .raiin_sch_tbl {
    font-size: 3vw;
    margin-top: 0;
  }
}
.lpWrap .contact_form .raiin_sch_tbl tr {
  border-bottom: 1px solid #cbcbcb;
}
.lpWrap .contact_form .raiin_sch_tbl td {
  width: 59px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form .raiin_sch_tbl td {
    width: 8.5vw;
  }
}
.lpWrap .contact_form .raiin_sch_tbl td span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form .raiin_sch_tbl td span {
    font-size: 2.9vw;
    bottom: 1.5vw;
  }
}
.lpWrap .contact_form .raiin_sch_tbl thead th,
.lpWrap .contact_form .raiin_sch_tbl thead td {
  height: 48px;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form .raiin_sch_tbl thead th,
  .lpWrap .contact_form .raiin_sch_tbl thead td {
    height: 12.4vw;
  }
}
.lpWrap .contact_form .raiin_sch_tbl tbody th,
.lpWrap .contact_form .raiin_sch_tbl tbody td {
  height: 80px;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form .raiin_sch_tbl tbody th,
  .lpWrap .contact_form .raiin_sch_tbl tbody td {
    height: 19.8vw;
  }
}
.lpWrap .contact_form .raiin_sch_tbl .red {
  color: #af001e;
}
.lpWrap .contact_form .raiin_sch_tbl .blue {
  color: #005897;
}
.lpWrap .contact_form .raiin_sch_txt {
  font-size: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form .raiin_sch_txt {
    margin-top: 4.3vw;
    font-size: 3vw;
  }
}
.lpWrap .contact_form .raiin_txt1 {
  font-size: 18px;
  color: #fff;
  background: #be001e;
  text-align: center;
  padding: 4px 0;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form .raiin_txt1 {
    font-size: 4vw;
    padding: 1.5vw 0;
    margin-bottom: 5.3vw;
  }
}
.lpWrap .contact_form .raiin_txt2 {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form .raiin_txt2 {
    font-size: 2.7vw;
    line-height: 1.3;
  }
}
.lpWrap .contact_form .dl01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form .dl01 {
    display: block;
    padding: 5.4vw 2.7vw 8.6vw;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form .dl01:nth-child(odd) {
    background: #ebf2f9;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form .dl01:nth-child(even) {
    background: #fff;
  }
}
.lpWrap .contact_form .dt01 {
  width: 33.3%;
  padding: 30px;
  background: #ebf2f9;
  color: #052b58;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form .dt01 {
    width: auto;
    padding: 0;
    background: none;
    margin-bottom: 4.5vw;
  }
}
.lpWrap .contact_form .dt01 .required {
  color: #fff;
  background: #af001e;
  display: inline-block;
  font-style: normal;
  margin-left: 12px;
  font-size: 13px;
  padding: 0 1em;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form .dt01 .required {
    font-size: 0.875em;
    margin-left: 2.7vw;
  }
}
.lpWrap .contact_form .dd01 {
  width: 66.67%;
  padding: 40px 30px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .lpWrap .contact_form .dd01 {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form .dd01 {
    width: auto;
    padding: 0;
    background: none;
  }
}
.lpWrap .contact_form .dd01_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form .dd01_box {
    row-gap: 3vw;
    margin-bottom: 5vw;
  }
}
.lpWrap .contact_form .dd01_box dl {
  display: block;
  border: none;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form .dd01_box dl {
    background: none;
    padding: 0;
  }
}
.lpWrap .contact_form .dd01_box dt {
  width: auto;
  padding: 0;
  background: none;
  margin-bottom: 0.4em;
}
.lpWrap .contact_form .dd01_box dt .required {
  display: none;
}
.lpWrap .contact_form .dd01_box dd {
  width: auto;
  padding: 0;
}
.lpWrap .contact_form .dd01_box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form .dd01_box2 {
    gap: 1vw;
  }
}
.lpWrap .contact_form .dd01_box2 dl {
  border: none;
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form .dd01_box2 dl {
    background: none;
    padding: 0;
  }
}
.lpWrap .contact_form .dd01_box2 dt {
  display: none;
}
.lpWrap .contact_form .dd01_box2 dd {
  width: auto;
  padding: 0;
}
.lpWrap .contact_form .dd01_box2 dd select {
  width: auto;
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_form .dd01_box2 .txt {
    font-size: 3.7vw;
  }
}
.lpWrap .contact_logo {
  width: 290px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lpWrap .contact_logo {
    width: 184px;
  }
}
.lpWrap .fixed1 {
  position: fixed;
  z-index: 20;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: -webkit-gradient(linear, left top, right top, color-stop(13%, #c5d2df), color-stop(30%, #e8f0f9));
  background: linear-gradient(to right, #c5d2df 13%, #e8f0f9 30%);
}
@media screen and (max-width: 768px) {
  .lpWrap .fixed1 {
    height: 14.9vw;
  }
}
.lpWrap .fixed1 .inner {
  max-width: 1040px;
  padding: 0;
}
.lpWrap .fixed1_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 256px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .fixed1_bg {
    left: -60px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .fixed1_bg {
    width: 47.8vw;
    left: -16vw;
  }
}
.lpWrap .fixed1_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lpWrap .fixed1_row {
    padding-top: 1.6vw;
    padding-left: 17.6vw;
  }
}
.lpWrap .fixed1_row_logo {
  width: 245px;
  margin-left: 185px;
  margin-right: 63px;
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .fixed1_row_logo {
    margin-left: 120px;
    margin-right: 20px;
  }
}
.lpWrap .fixed1_row_tel {
  margin-top: 13px;
  margin-right: 25px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .fixed1_row_tel {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .fixed1_row_tel {
    margin-left: 0;
    margin-right: 1.1vw;
    margin-top: 0;
    width: 40vw;
    height: 11.5vw;
    font-size: 4.3vw;
    font-weight: bold;
    color: #fff;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-top: 0.1em;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f49c91), color-stop(70%, #e60634));
    background: linear-gradient(#f49c91 30%, #e60634 70%);
    border: 3px solid #e60634;
    position: relative;
  }
}
.lpWrap .fixed1_row_tel .img {
  display: block;
  width: 261px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .fixed1_row_tel .img {
    width: 230px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .fixed1_row_tel .img {
    width: 40vw;
    margin: 0;
  }
}
.lpWrap .fixed1_row_tel .txt {
  font-size: 14px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  padding-left: 38px;
  color: #15436e;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .lpWrap .fixed1_row_tel::before {
    content: "";
    background: url(../img/cta_arrow.webp) no-repeat center center/contain;
    width: 4.2vw;
    height: 3.5vw;
    margin-right: 2vw;
  }
}
.lpWrap .fixed1_row_web {
  margin-top: 10px;
  width: 240px;
  height: 58px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 0.1em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #83d27a), color-stop(70%, #0ebb03));
  background: linear-gradient(#83d27a 30%, #0ebb03 70%);
  border: 3px solid #0ebb03;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lpWrap .fixed1_row_web {
    width: 40vw;
    margin: 0;
    height: 11.5vw;
    font-size: 4.3vw;
  }
}
.lpWrap .fixed1_row_web::before {
  content: "";
  background: url(../img/cta_arrow.webp) no-repeat center center/contain;
  width: 18px;
  height: 15px;
  margin-right: 7px;
}
@media screen and (max-width: 768px) {
  .lpWrap .fixed1_row_web::before {
    width: 4.2vw;
    height: 3.5vw;
    margin-right: 2vw;
  }
}

.thanks {
  background: #a8c9c9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100vh - 70px);
  min-height: 800px;
  text-align: center;
  padding: 0 20px;
  overflow: hidden;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: normal;
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1.15;
}
@media screen and (max-width: 768px) {
  .thanks {
    height: calc(100vh - 94px);
    min-height: 150vw;
    padding: 0 9.3vw;
  }
}
@media screen and (max-width: 1024px) {
  .thanks .pc-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .thanks .pc-tab {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .thanks .tab-sp {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .thanks .sp-only {
    display: none;
  }
}
.thanks a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.thanks a:hover {
  opacity: 0.7;
}
.thanks .bebas {
  font-family: "Bebas Neue", cursive;
}
.thanks_header {
  position: absolute;
  z-index: 1;
  top: 25px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thanks_header {
    position: relative;
    top: auto;
    left: auto;
    background: #fff;
    padding: 8px 0;
  }
}
.thanks_header img {
  width: 193px;
}
@media screen and (max-width: 768px) {
  .thanks_header img {
    width: 140px;
  }
}
.thanks_txt1 {
  color: #052b58;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.7;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .thanks_txt1 {
    font-size: 5.6vw;
    margin-left: -2vw;
    margin-right: -2vw;
  }
}
.thanks_txt2 {
  color: #be001e;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .thanks_txt2 {
    font-size: 4.8vw;
    margin-left: -2vw;
    margin-right: -2vw;
  }
}
.thanks_txt3 {
  color: #be001e;
  font-size: 16px;
  line-height: 2;
  color: #1a1a1a;
  margin-bottom: 2em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .thanks_txt3 {
    font-size: 4vw;
    text-align: left;
  }
}
.thanks_card {
  max-width: 320px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .thanks_card {
    margin-bottom: 9vw;
  }
}
.thanks_card img {
  width: 100%;
  max-width: 100%;
}
.thanks_card2 {
  background-color: #052b58;
  color: #fff;
  margin-bottom: 70px;
  display: block;
  max-width: 320px;
  width: 100%;
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  .thanks_card2 {
    margin-bottom: 9vw;
    max-width: none;
    padding: 2vw 0;
  }
}
.thanks_card2_tel {
  font-size: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .thanks_card2_tel {
    font-size: 11vw;
  }
}
.thanks_card2_tel::before {
  content: "";
  width: 26px;
  height: 30px;
  background: url(../img/icon-tel-w.svg) no-repeat center center/contain;
  margin-top: 6px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .thanks_card2_tel::before {
    width: 6.9vw;
    height: 8vw;
    margin-top: 2vw;
    margin-right: 2.7vw;
  }
}
.thanks_card2_txt {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .thanks_card2_txt {
    font-size: 3vw;
  }
}
.thanks_btn {
  background-color: #052b58;
  color: #fff;
  height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 340px;
  width: 100%;
  border-radius: 100px;
  font-size: 18px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .thanks_btn {
    font-size: 4.8vw;
    height: 17.1vw;
    max-width: none;
  }
}
.thanks_btn::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 5px;
  background: url(../img/btn_arrow.svg) no-repeat center center/contain;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .thanks_btn::after {
    right: 7.5vw;
  }
}

.footer {
  color: #fff;
  background: #0055b8;
  height: 70px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .footer {
    height: 50px;
    font-size: 10px;
    margin-bottom: 14.9vw;
  }
}
.footer._th {
  margin-bottom: 0;
}

body {
  font-family: "游ゴシック体" Yugothic, "游ゴシックMedium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  color: #333333;
}

img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .br__pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .br__sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}

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

.lpWrap {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .lpWrap .pc-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .pc-tab {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .lpWrap .tab-sp {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .lpWrap .sp-only {
    display: none;
  }
}
.lpWrap .inner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .lpWrap .inner {
    padding: 0 5.3vw;
  }
}
.lpWrap .ib {
  display: inline-block;
}

.lpWrap img {
  width: 100%;
  max-width: 100%;
  display: inline;
  vertical-align: bottom;
}

.lpWrap .serif {
  font-family: "Noto Serif JP", serif;
}

.lpWrap .cta {
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.lpWrap .cta_tel {
  position: absolute;
  width: 48%;
  height: 36%;
  top: 28%;
  left: 7%;
}

@media screen and (max-width: 768px) {
  .lpWrap .cta_tel {
    top: 15vw;
    left: 5vw;
    right: 5vw;
    width: auto;
    height: 15vw;
  }
}
.lpWrap .cta_web {
  position: absolute;
  width: 42.2%;
  top: 7%;
  right: 2%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .lpWrap .cta_web {
    width: 83vw;
    left: 3.5vw;
    top: 42vw;
  }
}
.lpWrap .cta_web:hover {
  -webkit-transform: translateY(-2.5%);
  transform: translateY(-2.5%);
}

.lpWrap .title01 {
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.3;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .lpWrap .title01 {
    font-size: 6.4vw;
    line-height: 1.7;
  }
}
.lpWrap .title01 .small {
  font-size: 0.57em;
}

@media screen and (max-width: 768px) {
  .lpWrap .title01 .small {
    font-size: 0.75em;
  }
}
.lpWrap .title01 .big {
  font-size: 1.67em;
}

@media screen and (max-width: 768px) {
  .lpWrap .title01 .big {
    font-size: 2em;
  }
}
.lpWrap .fv {
  background: url(../img/fv-bg.webp) no-repeat top center/cover;
  height: 600px;
  position: relative;
  z-index: 1;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (max-width: 1024px) {
  .lpWrap .fv {
    background-position: top right 33%;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .fv {
    background-image: url(../img/fv-bg-sp.webp);
    background-size: contain;
    height: 133.3vw;
  }
}
.lpWrap .fv .inner {
  z-index: 1;
}

.lpWrap .fv_copy {
  padding-top: 170px;
  text-align: center;
  padding-right: 170px;
}

@media screen and (max-width: 768px) {
  .lpWrap .fv_copy {
    padding-top: 8vw;
    padding-right: 0;
  }
}
.lpWrap .fv_copy .txt1 {
  color: #e6ff00;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1024px) {
  .lpWrap .fv_copy .txt1 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_copy .txt1 {
    font-size: 6.4vw;
    margin-bottom: 3vw;
  }
}
.lpWrap .fv_copy .txt1 .big {
  font-size: 1.5em;
}

@media screen and (max-width: 768px) {
  .lpWrap .fv_copy .txt1 .big {
    line-height: 1;
  }
}
.lpWrap .fv_copy .txt2 {
  color: #fff;
  font-size: 9.2rem;
  text-shadow: 0 0 0.25em rgba(255, 255, 255, 0.9);
  line-height: 1;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@media screen and (max-width: 1024px) {
  .lpWrap .fv_copy .txt2 {
    font-size: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_copy .txt2 {
    font-size: 13.3vw;
  }
}
.lpWrap .fv_txt {
  color: #fff;
  text-shadow: 0 0 0.25em rgba(255, 255, 255, 0.9);
  position: absolute;
  line-height: 1;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .lpWrap .fv_txt {
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
  }
}
.lpWrap .fv_txt._01,
.lpWrap .fv_txt._06 {
  font-size: 5.6rem;
}

@media screen and (max-width: 1024px) {
  .lpWrap .fv_txt._01,
  .lpWrap .fv_txt._06 {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_txt._01,
  .lpWrap .fv_txt._06 {
    font-size: 5.3vw;
  }
}
.lpWrap .fv_txt._02,
.lpWrap .fv_txt._07 {
  font-size: 6rem;
}

@media screen and (max-width: 1024px) {
  .lpWrap .fv_txt._02,
  .lpWrap .fv_txt._07 {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_txt._02,
  .lpWrap .fv_txt._07 {
    font-size: 5.6vw;
  }
}
.lpWrap .fv_txt._03,
.lpWrap .fv_txt._08 {
  font-size: 6.8rem;
}

@media screen and (max-width: 1024px) {
  .lpWrap .fv_txt._03,
  .lpWrap .fv_txt._08 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_txt._03,
  .lpWrap .fv_txt._08 {
    font-size: 8.5vw;
  }
}
.lpWrap .fv_txt._04,
.lpWrap .fv_txt._09 {
  font-size: 5.4rem;
}

@media screen and (max-width: 1024px) {
  .lpWrap .fv_txt._04,
  .lpWrap .fv_txt._09 {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_txt._04,
  .lpWrap .fv_txt._09 {
    font-size: 5.1vw;
  }
}
.lpWrap .fv_txt._05,
.lpWrap .fv_txt._10 {
  font-size: 3.8rem;
}

@media screen and (max-width: 1024px) {
  .lpWrap .fv_txt._05,
  .lpWrap .fv_txt._10 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_txt._05,
  .lpWrap .fv_txt._10 {
    font-size: 5.1vw;
  }
}
.lpWrap .fv_txt._01 {
  top: 104px;
  left: 57px;
  -webkit-animation-name: fvTxt1;
  animation-name: fvTxt1;
}

@media screen and (max-width: 1024px) {
  .lpWrap .fv_txt._01 {
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_txt._01 {
    top: 62.9vw;
    left: 4.3vw;
    -webkit-animation-name: fvTxtSp;
    animation-name: fvTxtSp;
  }
}
.lpWrap .fv_txt._02 {
  top: 46px;
  left: 470px;
  -webkit-animation-name: fvTxt1;
  animation-name: fvTxt1;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

@media screen and (max-width: 1024px) {
  .lpWrap .fv_txt._02 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    top: 30px;
    left: 220px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_txt._02 {
    top: 68.8vw;
    left: 31.5vw;
    -webkit-animation-name: fvTxtSp;
    animation-name: fvTxtSp;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
}
.lpWrap .fv_txt._03 {
  top: 428px;
  left: 500px;
  -webkit-animation-name: fvTxt1;
  animation-name: fvTxt1;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

@media screen and (max-width: 1024px) {
  .lpWrap .fv_txt._03 {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
    left: 240px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_txt._03 {
    top: 82.1vw;
    left: 5.3vw;
    -webkit-animation-name: fvTxtSp;
    animation-name: fvTxtSp;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
  }
}
.lpWrap .fv_txt._04 {
  left: -50px;
  top: 368px;
  -webkit-animation-name: fvTxt1;
  animation-name: fvTxt1;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@media screen and (max-width: 1024px) {
  .lpWrap .fv_txt._04 {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_txt._04 {
    top: 98.7vw;
    left: 2.1vw;
    -webkit-animation-name: fvTxtSp;
    animation-name: fvTxtSp;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }
}
.lpWrap .fv_txt._05 {
  left: 202px;
  top: 504px;
  -webkit-animation-name: fvTxt1;
  animation-name: fvTxt1;
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

@media screen and (max-width: 1024px) {
  .lpWrap .fv_txt._05 {
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
    left: 70px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_txt._05 {
    top: 108vw;
    left: 11vw;
    -webkit-animation-name: fvTxtSp;
    animation-name: fvTxtSp;
    -webkit-animation-delay: 3.8s;
    animation-delay: 3.8s;
  }
}
.lpWrap .fv_txt._06 {
  top: 380px;
  left: 550px;
  -webkit-animation-name: fvTxt2;
  animation-name: fvTxt2;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

@media screen and (max-width: 1024px) {
  .lpWrap .fv_txt._06 {
    display: none;
  }
}
.lpWrap .fv_txt._07 {
  top: 420px;
  left: 150px;
  -webkit-animation-name: fvTxt2;
  animation-name: fvTxt2;
  -webkit-animation-delay: 5.3s;
  animation-delay: 5.3s;
}

@media screen and (max-width: 1024px) {
  .lpWrap .fv_txt._07 {
    display: none;
  }
}
.lpWrap .fv_txt._08 {
  top: 118px;
  left: 80px;
  -webkit-animation-name: fvTxt2;
  animation-name: fvTxt2;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

@media screen and (max-width: 1024px) {
  .lpWrap .fv_txt._08 {
    display: none;
  }
}
.lpWrap .fv_txt._09 {
  top: 70px;
  left: 290px;
  -webkit-animation-name: fvTxt2;
  animation-name: fvTxt2;
  -webkit-animation-delay: 5.6s;
  animation-delay: 5.6s;
}

@media screen and (max-width: 1024px) {
  .lpWrap .fv_txt._09 {
    display: none;
  }
}
.lpWrap .fv_txt._10 {
  top: 45px;
  left: 130px;
  -webkit-animation-name: fvTxt2;
  animation-name: fvTxt2;
  -webkit-animation-delay: 6.9s;
  animation-delay: 6.9s;
}

@media screen and (max-width: 1024px) {
  .lpWrap .fv_txt._10 {
    display: none;
  }
}
.lpWrap .block1 {
  background: url(../img/block1-bg.webp) no-repeat top center/cover;
  margin-top: -151px;
  height: 847px;
  padding-top: 210px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .lpWrap .block1 {
    background-image: url(../img/block1-bg-sp.webp);
    margin-top: -7.2vw;
    height: 226.1vw;
    padding-top: 13.3vw;
  }
}
.lpWrap .block1_ttl {
  text-shadow: 0 0 0.25em rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block1_ttl {
    margin-bottom: 5.5vw;
  }
}
.lpWrap .block1_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block1_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5vw 1vw;
    margin-bottom: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_list_item {
    width: 37.3vw;
  }
}
.lpWrap .block1_list_item:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.lpWrap .block1_list_item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.lpWrap .block1_list_item:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.lpWrap .block1_list_item:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.lpWrap .block1_txt {
  text-align: center;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 2.5;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@media screen and (max-width: 768px) {
  .lpWrap .block1_txt {
    font-size: 4.8vw;
    line-height: 2;
  }
}
.lpWrap .block2 {
  background: url(../img/block2-bg.webp) no-repeat top center/cover;
  height: 615px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block2 {
    background-position: top right;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block2 {
    background-image: url(../img/block2-bg-sp.webp);
    height: 182.1vw;
  }
}
.lpWrap .block2_cta {
  -webkit-transform: translateY(-130px);
  transform: translateY(-130px);
}

@media screen and (max-width: 768px) {
  .lpWrap .block2_cta {
    -webkit-transform: translateY(-49.6vw);
    transform: translateY(-49.6vw);
  }
}
.lpWrap .block2_ttl {
  margin-top: -70px;
  margin-bottom: 62px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block2_ttl {
    text-align: left;
    margin-bottom: 10vw;
    margin-top: -38.5vw;
  }
}
.lpWrap .block2_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
  row-gap: 26px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block2_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5.3vw;
  }
}
.lpWrap .block2_list_item {
  width: 50%;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .lpWrap .block2_list_item {
    width: auto;
    font-size: 5.1vw;
  }
}
.lpWrap .block2_list_item::before {
  content: "";
  background: url(../img/check.webp) no-repeat center center/contain;
  min-width: 30px;
  height: 30px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block2_list_item::before {
    min-width: 6.4vw;
    height: 6.4vw;
    margin-right: 2vw;
  }
}
.lpWrap .block2_list_item:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.lpWrap .block2_list_item:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.lpWrap .block2_list_item:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.lpWrap .block2_list_item:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.lpWrap .block2_list_item:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.lpWrap .block3 {
  background: #1c4a62;
  padding: 62px 0 104px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .lpWrap .block3 {
    padding: 19.5vw 0 12vw;
  }
}
.lpWrap .block3_ttl {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block3_ttl {
    margin-bottom: 4.4vw;
  }
}
.lpWrap .block3_ttl .bar_drip {
  height: 100px;
  position: absolute;
  top: 80px;
  left: -80px;
  right: 0;
  margin: auto;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .lpWrap .block3_ttl .bar_drip {
    height: 21.3333333333vw;
    top: 21.5vw;
    left: 11.866667vw;
  }
}
.lpWrap .block3_ttl .bar_drip::before {
  content: "";
  position: absolute;
  background: #123661;
  height: 100%;
  width: 2px;
  -webkit-animation: pathmove 3s cubic-bezier(0.77, 0.01, 0.7, 1) 0s infinite;
  animation: pathmove 3s cubic-bezier(0.77, 0.01, 0.7, 1) 0s infinite;
}

@media screen and (max-width: 768px) {
  .lpWrap .block3_ttl .bar_drip::before {
    width: 1px;
  }
}
.lpWrap .block3_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block3_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8vw;
    margin-bottom: 11vw;
  }
}
.lpWrap .block3_list_item {
  width: 33%;
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block3_list_item {
    width: 80vw;
    max-width: none;
  }
}
.lpWrap .block3_list_item .img {
  margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block3_list_item .img {
    margin-bottom: 2vw;
  }
}
.lpWrap .block3_list_item .txt {
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block3_list_item .txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_list_item .txt {
    font-size: 4.3vw;
  }
}
.lpWrap .block3_list_item:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.lpWrap .block3_list_item:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.lpWrap .block3_txt {
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block3_txt {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_txt {
    font-size: 4.3vw;
  }
}
.lpWrap .block4 {
  background: #cae0f5;
  padding: 60px 0 96px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .lpWrap .block4 {
    padding: 26.7vw 0 11.7vw;
  }
}
.lpWrap .block4_img1 {
  position: absolute;
  z-index: -1;
  top: -60px;
  left: -380px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block4_img1 {
    top: -26.7vw;
    width: 48vw;
    left: -3vw;
  }
}
.lpWrap .block4_img1.scrollAnim {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.lpWrap .block4_img1.scrollAnim.anim {
  -webkit-transform: none;
  transform: none;
}

.lpWrap .block4_img2 {
  position: absolute;
  z-index: -1;
  top: -60px;
  right: -350px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block4_img2 {
    top: -26.7vw;
    width: 44.3vw;
    right: -3vw;
  }
}
.lpWrap .block4_img2.scrollAnim {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.lpWrap .block4_img2.scrollAnim.anim {
  -webkit-transform: none;
  transform: none;
}

.lpWrap .block4_ttl1 {
  color: #1c4a62;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block4_ttl1 {
    text-align: left;
    margin-bottom: 9vw;
  }
}
.lpWrap .block4_txt1,
.lpWrap .block4_txt2 {
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  color: #1c4a62;
}

@media screen and (max-width: 768px) {
  .lpWrap .block4_txt1,
  .lpWrap .block4_txt2 {
    font-size: 4.8vw;
    text-align: left;
  }
}
.lpWrap .block4_txt1 .line,
.lpWrap .block4_txt2 .line {
  border-bottom: 1px solid #1c4a62;
  padding-bottom: 0.1em;
}

.lpWrap .block4_txt1 .blue,
.lpWrap .block4_txt2 .blue {
  background: #1c4a62;
  color: #fff;
  border-radius: 4px;
  font-weight: 900;
}

.lpWrap .block4_txt1 {
  margin-bottom: 36px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block4_txt1 {
    margin-bottom: 5vw;
  }
}
.lpWrap .block4_txt2 {
  margin-bottom: 68px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block4_txt2 {
    margin-bottom: 12.5vw;
  }
}
.lpWrap .block4_ttl2 {
  background: url(../img/block4-t2.png) no-repeat center center/contain;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block4_ttl2 {
    height: 17.6vw;
    margin: 0 -5.3vw 8vw;
  }
}
.lpWrap .block4_ttl2 .small {
  margin-top: 0.4em;
}

@media screen and (max-width: 768px) {
  .lpWrap .block4_ttl2 {
    background-image: url(../img/block4-t2-sp.png);
  }
}
.lpWrap .block4_wrap {
  position: relative;
  padding-top: 75px;
  margin-bottom: 114px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block4_wrap {
    padding-top: 0;
    margin-bottom: 13vw;
  }
}
.lpWrap .block4_wrap_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 228px;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block4_wrap_img {
    width: 200px;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_wrap_img {
    width: 60.8vw;
    margin: 0;
    left: -19.7vw;
  }
}
.lpWrap .block4_wrap_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .lpWrap .block4_wrap_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 2.1vw;
  }
}
.lpWrap .block4_wrap_list_item {
  font-weight: 900;
  font-size: 3.2rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background: url(../img/block4-t1.png) no-repeat center center/contain;
  width: 333px;
  height: 57px;
  line-height: 1.6;
  text-align: center;
  color: #1c4a62;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block4_wrap_list_item {
    font-size: 2.6rem;
    height: 48px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_wrap_list_item {
    background-image: url(../img/block4-t1-sp.png);
    font-size: 5.6vw;
    width: 64.5vw;
    height: 11.2vw;
    line-height: 1.8;
  }
}
.lpWrap .block4_wrap_list_item:nth-child(3),
.lpWrap .block4_wrap_list_item:nth-child(4) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.lpWrap .block4_wrap_list_item:nth-child(5),
.lpWrap .block4_wrap_list_item:nth-child(6) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.lpWrap .block4_wrap_list_item:nth-child(7),
.lpWrap .block4_wrap_list_item:nth-child(8) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.lpWrap .block4_wrap_list_item:nth-child(9),
.lpWrap .block4_wrap_list_item:nth-child(10) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.lpWrap .block4_txt3 {
  text-align: center;
  color: #1c4a62;
  font-weight: 700;
  font-size: 2.1rem;
}

@media screen and (max-width: 768px) {
  .lpWrap .block4_txt3 {
    font-size: 4.8vw;
    text-align: left;
  }
}
.lpWrap .block4_bg {
  position: absolute;
  background: url(../img/block4-bg.webp) no-repeat center bottom/cover;
  left: 0;
  right: 0;
  height: 983px;
  bottom: -100px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block4_bg {
    background-image: url(../img/block4-bg-sp.png);
    bottom: -30vw;
    height: 249vw;
  }
}
.lpWrap .block5 {
  background: url(../img/block5-bg.svg) no-repeat center center/cover;
  padding: 63px 0 98px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block5 {
    padding: 12vw 0 50px;
  }
}
.lpWrap .block5_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -133px;
  margin-bottom: 8px;
}

@media screen and (max-width: 1250px) {
  .lpWrap .block5_row {
    margin-left: -20px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .block5_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_row {
    margin-bottom: 8.8vw;
  }
}
.lpWrap .block5_row_img {
  width: 610px;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block5_row_img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_row_img {
    width: 82vw;
    margin-bottom: 2.5vw;
  }
}
.lpWrap .block5_row_box {
  max-width: 510px;
  margin-top: 26px;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block5_row_box {
    display: contents;
  }
}
.lpWrap .block5_row_box_ttl {
  text-align: left;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 42px;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block5_row_box_ttl {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_row_box_ttl {
    margin-bottom: 6.5vw;
  }
}
.lpWrap .block5_row_box_txt {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block5_row_box_txt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_row_box_txt {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block5 .tableWrap {
    overflow-x: scroll;
    margin-right: -5.3vw;
  }
}
.lpWrap .block5_table {
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
  border-collapse: separate;
  border-spacing: 5px;
  -webkit-filter: drop-shadow(16px 16px 4px rgba(28, 73, 98, 0.2));
  filter: drop-shadow(16px 16px 4px rgba(28, 73, 98, 0.2));
}

@media screen and (max-width: 768px) {
  .lpWrap .block5_table {
    font-size: 1.5rem;
    width: 620px;
  }
}
.lpWrap .block5_table .big {
  display: block;
  font-size: 1.33em;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .lpWrap .block5_table .big {
    font-size: 2.1rem;
  }
}
.lpWrap .block5_table th,
.lpWrap .block5_table td {
  vertical-align: middle;
  width: 33%;
  padding: 19px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block5_table th,
  .lpWrap .block5_table td {
    padding: 12px 8px;
  }
}
.lpWrap .block5_table th {
  text-align: center;
}

.lpWrap .block5_table thead th {
  background: url(../img/th-bg.png) no-repeat center center/cover;
  color: #fff;
  height: 80px;
  font-size: 2.1rem;
}

@media screen and (max-width: 768px) {
  .lpWrap .block5_table thead th {
    font-size: 1.6rem;
    height: 50px;
    padding: 0;
  }
}
.lpWrap .block5_table tbody {
  color: #1c4a62;
}

.lpWrap .block5_table tbody tr:nth-child(odd) {
  background-color: #fff;
}

.lpWrap .block5_table tbody tr:nth-child(even) {
  background-color: #ebf2f9;
}

@media screen and (max-width: 768px) {
  .lpWrap .block5_table tbody th {
    font-size: 1.4rem;
  }
}
.lpWrap .block6 {
  background: url(../img/block6-bg.svg) no-repeat top center/cover;
  padding: 60px 0 100px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block6 {
    background-image: url(../img/block6-bg-sp.svg);
    padding: 10.7vw 0 13.3vw;
  }
}
.lpWrap .block6 .inner {
  max-width: 1140px;
}

.lpWrap .block6_ttl {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block6_ttl {
    margin-bottom: 5.3vw;
  }
}
.lpWrap .block6_ttl .blue {
  color: #1c4a62;
}

.lpWrap .block6_txt {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 97px;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block6_txt {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_txt {
    font-size: 4.8vw;
    margin-bottom: 10.3vw;
  }
}
.lpWrap .block6_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 100px;
  margin-bottom: 110px;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block6_list {
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_list {
    gap: 10.7vw;
    margin-bottom: 18.7vw;
  }
}
.lpWrap .block6_list_item {
  width: 100%;
  position: relative;
}

.lpWrap .block6_list_item .img {
  -webkit-transition: 5s;
  transition: 5s;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.lpWrap .block6_list_item .img.anim {
  -webkit-transform: none;
  transform: none;
}

.lpWrap .block6_list_item .box {
  padding: 40px 53px;
  background: #fff;
  position: absolute;
  top: 50px;
  -webkit-box-shadow: 23px 23px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 23px 23px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

@media screen and (max-width: 1024px) {
  .lpWrap .block6_list_item .box {
    position: relative;
    top: auto;
    margin-top: -190px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_list_item .box {
    padding: 7.6vw 5vw;
    -webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
  }
}
.lpWrap .block6_list_item .box.anim {
  -webkit-transform: none;
  transform: none;
}

.lpWrap .block6_list_item .ttl {
  border-left: 5px solid #1c4a62;
  padding-left: 15px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block6_list_item .ttl {
    font-size: 5.6vw;
    border-left-width: 3px;
    line-height: 1.4;
    margin-bottom: 4vw;
    padding-left: 1vw;
  }
}
.lpWrap .block6_list_item .ttl .blue {
  color: #1c4a62;
}

@media screen and (max-width: 768px) {
  .lpWrap .block6_list_item .txt {
    line-height: 1.7;
  }
}
.lpWrap .block6_list_item:nth-child(odd) .img {
  margin-left: auto;
}

.lpWrap .block6_list_item:nth-child(even) .box {
  right: 0;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block6_list_item:nth-child(even) .box {
    right: auto;
    margin-left: auto;
  }
}
.lpWrap .block6_list_item:nth-child(1) {
  margin-bottom: 43px;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block6_list_item:nth-child(1) {
    margin-bottom: 0;
  }
}
.lpWrap .block6_list_item:nth-child(1) .img {
  width: 53.6%;
}

@media screen and (max-width: 768px) {
  .lpWrap .block6_list_item:nth-child(1) .img {
    width: 78.7vw;
    margin-right: -5.3vw;
  }
}
.lpWrap .block6_list_item:nth-child(1) .box {
  width: 68%;
}

@media screen and (max-width: 768px) {
  .lpWrap .block6_list_item:nth-child(1) .box {
    width: auto;
    margin-top: -8vw;
  }
}
.lpWrap .block6_list_item:nth-child(2) {
  max-width: 1000px;
}

.lpWrap .block6_list_item:nth-child(2) .img {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .lpWrap .block6_list_item:nth-child(2) .img {
    width: 80vw;
    margin-left: -5.3vw;
  }
}
.lpWrap .block6_list_item:nth-child(2) .box {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .lpWrap .block6_list_item:nth-child(2) .box {
    width: 84vw;
    margin-top: -8vw;
  }
}
.lpWrap .block6_list_item:nth-child(3) {
  max-width: 850px;
}

.lpWrap .block6_list_item:nth-child(3) .img {
  width: 48.9%;
}

@media screen and (max-width: 768px) {
  .lpWrap .block6_list_item:nth-child(3) .img {
    width: 55.5vw;
    margin-right: -10.7vw;
  }
}
.lpWrap .block6_list_item:nth-child(3) .box {
  width: 64.2%;
}

@media screen and (max-width: 768px) {
  .lpWrap .block6_list_item:nth-child(3) .box {
    width: 65.9vw;
    margin-top: -42.7vw;
  }
}
.lpWrap .block6_list_item:nth-child(4) {
  max-width: 1053px;
}

.lpWrap .block6_list_item:nth-child(4) .img {
  width: 56.9%;
}

@media screen and (max-width: 768px) {
  .lpWrap .block6_list_item:nth-child(4) .img {
    width: 80vw;
    margin-left: -5.3vw;
  }
}
.lpWrap .block6_list_item:nth-child(4) .box {
  width: 57.4%;
}

@media screen and (max-width: 768px) {
  .lpWrap .block6_list_item:nth-child(4) .box {
    width: 84vw;
    margin-top: -2.7vw;
  }
}
.lpWrap .block6_list_item:nth-child(5) .img {
  width: 39.1%;
}

@media screen and (max-width: 768px) {
  .lpWrap .block6_list_item:nth-child(5) .img {
    width: 57.3vw;
    margin-right: -2.7vw;
  }
}
.lpWrap .block6_list_item:nth-child(5) .box {
  width: 68%;
}

@media screen and (max-width: 768px) {
  .lpWrap .block6_list_item:nth-child(5) .box {
    width: 84vw;
    margin-top: -2.7vw;
  }
}
.lpWrap .block6_box {
  padding: 35px 30px 24px;
  background-color: #fff;
  border: 20px solid #1c4a62;
  -o-border-image: linear-gradient(to right, #1c4a62 0%, #66ceef 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#1c4a62), to(#66ceef));
  border-image: linear-gradient(to right, #1c4a62 0%, #66ceef 100%);
  border-image-slice: 1;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .lpWrap .block6_box {
    border-width: 1.3vw;
    padding: 9.6vw 4.3vw 8vw;
  }
}
.lpWrap .block6_box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  margin: auto;
  width: 80px;
  height: 80px;
  background: url(../img/b-icon.png) no-repeat center center/contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .lpWrap .block6_box::before {
    width: 10.7vw;
    height: 10.7vw;
    top: 0;
  }
}
.lpWrap .block6_box_ttl {
  text-align: center;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.7;
  margin-bottom: 46px;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block6_box_ttl {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_box_ttl {
    font-size: 4.8vw;
    margin-bottom: 7vw;
  }
}
.lpWrap .block6_box_ttl .blue {
  color: #1c4a62;
  border-bottom: 1px solid #1c4a62;
  padding-bottom: 0.1em;
}

@media screen and (max-width: 768px) {
  .lpWrap .block6_box_ttl .blue {
    font-size: 5.6vw;
  }
}
.lpWrap .block6_box_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto 14px;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block6_box_row {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_box_row {
    margin-bottom: 4.5vw;
  }
}
.lpWrap .block6_box_row_img {
  max-width: 404px;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block6_box_row_img {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_box_row_img {
    margin-bottom: 6.8vw;
  }
}
.lpWrap .block6_box_row_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 2.6rem;
  color: #1c4a62;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .lpWrap .block6_box_row_list_item {
    font-size: 4.6vw;
  }
}
.lpWrap .block6_box_row_list_item::before {
  content: "";
  width: 30px;
  height: 30px;
  border: 2px solid #1c4a62;
  margin-right: 12px;
  margin-top: -2px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block6_box_row_list_item::before {
    width: 6.4vw;
    height: 6.4vw;
    margin-top: -1vw;
    margin-right: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_box_row_list_item .small {
    font-size: 2.9vw;
    margin-top: 1vw;
  }
}
.lpWrap .block6_box_row_list_item:not(:last-child) {
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block6_box_row_list_item:not(:last-child) {
    margin-bottom: 6vw;
  }
}
.lpWrap .block6_box_txt {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .lpWrap .block6_box_txt {
    font-size: 3.5vw;
  }
}
.lpWrap .pb {
  padding: 72px 0 188px;
  background: url(../img/pb-bg.webp) repeat center center/cover;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .lpWrap .pb {
    padding: 13.4vw 0 56vw;
    background-image: url(../img/pb-bg-sp.webp);
  }
}
.lpWrap .pb_ttl {
  max-width: 770px;
  width: 100%;
  margin: 0 auto 58px;
}

@media screen and (max-width: 768px) {
  .lpWrap .pb_ttl {
    max-width: 78.7vw;
    margin-bottom: 8.3vw;
  }
}
.lpWrap .pb_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lpWrap .pb_list_item:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .lpWrap .pb_list_item:not(:last-child) {
    margin-bottom: 7.5vw;
  }
}
.lpWrap .pb_list_item_img {
  min-width: 90px;
  width: 90px;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .lpWrap .pb_list_item_img {
    width: 13.3vw;
    min-width: 13.3vw;
    margin-right: 1.9vw;
  }
}
.lpWrap .pb_list_item_box {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .lpWrap .pb_list_item_box {
    padding-top: 4.3vw;
  }
}
.lpWrap .pb_list_item_box_ttl {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 0.4em;
}

@media screen and (max-width: 768px) {
  .lpWrap .pb_list_item_box_ttl {
    font-size: 5.6vw;
    margin-bottom: 4.4vw;
  }
}
.lpWrap .pb_list_item_box_txt {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .lpWrap .pb_list_item_box_txt {
    font-size: 4vw;
    line-height: 1.8;
  }
}
.lpWrap .block7 {
  height: 500px;
}

.lpWrap .block7_cta {
  margin-top: -130px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block7_cta {
    margin-top: -49.6vw;
  }
}
.lpWrap .scrollAnim.fadeUp {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .lpWrap .scrollAnim.fadeUp {
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important;
  }
}
.lpWrap .scrollAnim.fadeUp.anim {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.lpWrap .loadingAnim.fadeUp {
  opacity: 0;
}

.lpWrap .loadingAnim.fadeUp.anim {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fvTxt1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
}
@keyframes fvTxt1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
}
@-webkit-keyframes fvTxt2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(0.58);
    transform: scale(0.58);
  }
}
@keyframes fvTxt2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(0.58);
    transform: scale(0.58);
  }
}
@-webkit-keyframes fvTxtSp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  48% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  98% {
    opacity: 0;
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
}
@keyframes fvTxtSp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  48% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  98% {
    opacity: 0;
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
}
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
  }
  30% {
    height: 100%;
  }
  100% {
    height: 0;
    top: 100%;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
  }
  30% {
    height: 100%;
  }
  100% {
    height: 0;
    top: 100%;
  }
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.treatment_mainsection .treatment_steps .horizontal_scroll_area_outer .horizontal_scroll_area .horizontal_scroll_box .info_area .time {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(10px, 1.5vw, 20px);
}


@media (min-width: 768px) {
  .d-ism-kan-drip-mv {
    height: 620px;
    min-height: 530px;
    max-width: 1920px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .d-ism-kan-drip-mv {
    height: 130.6666666667vw;
  }
}

.d-ism-kan-drip-mv__inner {
  position: relative;
  max-width: 54.6875vw;
  max-width: min(54.6875vw, 1050px);
  width: 100%;
  height: 100%;
  background-image: url(../img/kansaibou_tenteki_01.webp);
  background-position: 12% center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: auto;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-mv__inner {
    max-width: 66.934vw;
    background-image: url(../img/kansaibou_tenteki_01_sp.webp);
  }
}

.d-ism-kan-drip-mv__wrapper {
  max-width: 530px;
  position: absolute;
  top: 30%;
  right: 96%;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-mv__wrapper {
    right: inherit;
    top: 17%;
    left: -25vw;
  }
}

.d-ism-kan-drip-mv__h2 {
  color: #052B58;
  font-family: "Noto Serif", serif;
  font-size: min(6.6875vw, 90px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 117px */
  letter-spacing: 9px;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-mv__h2 {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 15.4666666667vw;
    letter-spacing: 5.8px;
    padding-bottom: 32px;
  }
}

.d-ism-kan-drip-mv__h3 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(1.6875vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
  letter-spacing: 4.8px;
  background: #123661;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: min(2vw, 40px);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-mv__h3 {
    margin-bottom: 10.6666666667vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0;
    padding: 0 8px;
  }
}

.d-ism-kan-drip-mv__h2--span1 {
  color: #052B58;
  font-family: "Noto Serif", serif;
  font-size: min(4.5875vw, 66px);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 6.6px;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-mv__h2--span1 {
    font-size: 9.0666666667vw;
  }
}

.d-ism-kan-drip-mv__h2--span2 {
  color: #052B58;
  font-family: "Noto Serif", serif;
  font-size: min(4.5875vw, 66px);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 6.6px;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-mv__h2--span2 {
    font-size: 9.0666666667vw;
    padding-top: 19.2vw;
    letter-spacing: 3.4px;
    white-space: nowrap;
  }
}

.d-ism-kan-drip-mv__text1 {
  color: #052B58;
  font-family: "Noto Serif", serif;
  font-size: min(4.0875vw, 48px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 72px */
  letter-spacing: 4.8px;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-mv__text1 {
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 36px */
    letter-spacing: 2.4px;
  }
}

.d-ism-kan-drip-mv__text2 {
  color: #6D635C;
  font-family: "Noto Serif", serif;
  font-size: min(2.4875vw, 21px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 21px */
}
@media (max-width: 767px) {
  .d-ism-kan-drip-mv__text2 {
    font-size: 3.4666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 13px */
  }
}

.d-ism-kan-drip-activation {
  padding: 64px 0 136px;
  position: relative;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-activation {
    padding: 65.0666666667vw 0 53.3333333333vw;
    position: relative;
  }
  .d-ism-kan-drip-activation::after {
    content: "";
    position: absolute;
    top: 22.6666666667vw;
    right: 0;
    width: 36.2666666667vw;
    height: 104vw;
    background-image: url(../img/kansaibou_tenteki_02_sp.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.d-ism-kan-drip-activation__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1186px;
  padding: 0 40px 0 120px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
@media (max-width: 1200px) {
  .d-ism-kan-drip-activation__wrapper {
    padding: 0 40px 0 40px;
  }
}
@media (max-width: 767px) {
  .d-ism-kan-drip-activation__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 9.6vw 0 9.6vw;
  }
}

.d-ism-kan-drip-activation__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 72px;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-activation__texts {
    padding-top: 14.9333333333vw;
  }
}

.d-ism-kan-drip-activation__text {
  color: #1A1A1A;
  font-family: "Noto Serif", serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 23.1px */
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  line-height: 0.98 !important;
}
.d-ism-kan-drip-activation__text:not(:first-of-type) {
  padding-left: 1.66vw;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-activation__text {
    white-space: nowrap;
    font-size: 4.2666666667vw;
    line-height: 4.23vw !important;
  }
  .d-ism-kan-drip-activation__text:not(:first-of-type) {
    padding-left: 4.2666666667vw;
  }
}

@media (max-width: 767px) {
  .d-ism-kan-drip-activation-text__sp--last:not(:last-of-type) {
    padding-left: 0;
  }
}

.d-ism-kan-drip-activation__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 3.3333333333vw 0 5vw;
  padding-top: 72px;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-activation__title {
    padding-top: 0;
    padding: 0;
    margin: 0 auto;
  }
}

.d-ism-kan-drip-activation-title__text {
  color: #052B58;
  font-family: "Noto Serif", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 57.6px */
  letter-spacing: 4.8px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-activation-title__text {
    font-size: 8.5333333333vw;
  }
}

.d-ism-kan-drip-activation__img {
  max-width: 218px;
  min-width: 218px;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-activation__img {
    display: none;
  }
}

.d-ism-kan-drip-recommendation {
  background-image: url(../img/kansaibou_tenteki_03.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-recommendation {
    background-image: url(../img/kansaibou_tenteki_03_sp.webp);
  }
}

.d-ism-kan-drip-recommendation__wrapper {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1000px;
  width: 100%;
}

.d-ism-kan-drip-recommendation__advertisement {
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 1100px) {
  .d-ism-kan-drip-recommendation__advertisement {
    max-width: 92vw !important;
    margin: 0 auto !important;
  }
}

.d-ism-kan-drip-recommendation__inner {
  max-width: 1000px;
  padding: 200px 40px 72px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-recommendation__inner {
    padding: 106.6666666667vw 5.3333333333vw 19.2vw;
  }
}

.d-ism-kan-drip-recommendation__inner--menu {
  max-width: 1000px;
  padding: 100px 40px 72px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-recommendation__inner--menu {
    padding: 53.3333333333vw 5.3333333333vw 19.2vw;
  }
}

.d-ism-kan-drip-recommendation-title {
  max-width: 480px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .d-ism-kan-drip-recommendation-title::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    left: -80px;
    bottom: 45px;
    background: #FFF;
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  .d-ism-kan-drip-recommendation-title::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    right: -80px;
    bottom: 45px;
    background: #FFF;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
}
@media (max-width: 767px) {
  .d-ism-kan-drip-recommendation-title {
    max-width: 100%;
  }
}

.d-ism-kan-drip-recommendation__h2 {
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 26.4px */
  letter-spacing: 2.4px;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-recommendation__h2 {
    font-size: 4.8vw;
    letter-spacing: 1.8px;
  }
}

.d-ism-kan-drip-recommendation__h3 {
  color: #FFF;
  font-family: "Noto Serif", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 4.8px;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-recommendation__h3 {
    font-size: 8.5333333333vw;
    line-height: 110%;
    text-align: center;
  }
}

.d-ism-kan-drip-recommendation__ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
  gap: 16px 24px;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-recommendation__ul {
    display: block;
    padding: 0 32px;
    padding-top: 32px;
  }
}

.d-ism-kan-drip-recommendation__li {
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 16px 18px 48px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #1A1A1A;
  font-family: "Noto Serif JP";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 27.3px */
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.d-ism-kan-drip-recommendation__li::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/chack_blood.webp) center center/cover no-repeat;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-recommendation__li {
    font-size: 4.8vw;
    padding: 2.6666666667vw 2.1333333333vw 2.6666666667vw 10.6666666667vw;
  }
  .d-ism-kan-drip-recommendation__li:not(:first-of-type) {
    margin-top: 8px;
  }
  .d-ism-kan-drip-recommendation__li::before {
    position: absolute;
    content: "";
    width: 6.4vw;
    height: 6.4vw;
    left: 2.1333333333vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../img/chack_blood.webp) center center/cover no-repeat;
  }
}

.d-ism-kan-drip-about__inner {
  max-width: 1186px;
  padding: 72px 40px 104px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.d-ism-kan-drip-about__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80px;
  width: 311px;
  height: 280px;
  background-image: url(../img/kansaibou_tenteki_04.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1201px) {
  .d-ism-kan-drip-about__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: -6.6666666667vw;
    width: 25.9166666667vw;
    height: 23.3333333333vw;
    background-image: url(../img/kansaibou_tenteki_04.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) {
  .d-ism-kan-drip-about__inner {
    padding: 19.2vw 20px 19.2vw;
  }
  .d-ism-kan-drip-about__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: inherit;
    right: 0vw;
    width: 44.5333333333vw;
    height: 39.7333333333vw;
    background-image: url(../img/kansaibou_tenteki_04_sp.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.d-ism-kan-drip-about__h2 {
  color: #052B58;
  text-align: center;
  font-family: "Noto Serif", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 62.4px */
  letter-spacing: 4.8px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-about__h2 {
    font-size: 8.5333333333vw;
  }
}

.d-ism-kan-drip-about__img--about {
  max-width: 680px;
  margin: 0 auto;
  padding-bottom: 40px;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-about__img--about {
    padding-bottom: 32px;
  }
}

.d-ism-kan-drip-about__video--about {
  width: 100%;
  height: 100%;
}

.d-ism-kan-drip-about__p {
  color: #1A1A1A;
  text-align: center;
  font-family: "Noto Serif", serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  /* 42px */
}
@media (max-width: 767px) {
  .d-ism-kan-drip-about__p {
    font-size: 4.2666666667vw;
    text-align: left;
  }
}

.d-ism-kan-tenteki-advertisement2 {
  position: relative;
  height: 129px;
  background-color: none;
}
@media (max-width: 767px) {
  .d-ism-kan-tenteki-advertisement2 {
    height: 58vw;
  }
}
.d-ism-kan-hair-advertisement {
  position: relative;
}

.d-ism-kan-hair-advertisement2 {
  position: relative;
  height: 129px;
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  .d-ism-kan-hair-advertisement2 {
    height: 58vw;
  }
}
.d-ism-kan-hair-cta2 {
  position: absolute;
  top: -135px;
}
@media (max-width: 767px) {
  .d-ism-kan-hair-cta2 {
    top: -44.386vw;
  }
}

.d-ism-kan-drip-aging {
  background-image: url(../img/kansaibou_tenteki_05.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-aging {
    background-image: url(../img/kansaibou_tenteki_05_sp.webp);
    background-position: 0 center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.d-ism-kan-drip-aging__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1106px;
  padding: 72px 40px 72px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-aging__inner {
    display: block;
    padding: 17.0666666667vw 20px 19.2vw;
  }
}

.d-ism-kan-drip-aging__h2 {
  color: #052B58;
  font-family: "Noto Serif", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 62.4px */
  max-width: 312px;
  width: 100%;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-aging__h2 {
    font-size: 8.5333333333vw;
    text-align: center;
    padding-bottom: 8.5333333333vw;
    letter-spacing: 3.2px;
    max-width: 100%;
  }
}

.d-ism-kan-drip-aging__contents {
  max-width: 594px;
  width: 100%;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-aging__contents {
    margin-left: 0;
    max-width: 100%;
  }
}

.d-ism-kan-drip-aging__img {
  padding-bottom: 40px;
}

.d-ism-kan-drip-aging__p {
  color: #1A1A1A;
  font-family: "Noto Serif", serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  /* 42px */
}
@media (max-width: 767px) {
  .d-ism-kan-drip-aging__p {
    font-size: 4.2666666667vw;
  }
}

.lpWrap .block3_ttl .bar_aging {
  height: 120px;
  position: absolute;
  top: 20px;
  left: 0px;
  right: 0;
  margin: auto;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .lpWrap .block3_ttl .bar_aging {
    height: 21.3333333333vw;
    top: 1.5vw;
  }
}
.lpWrap .block3_ttl .bar_aging::before {
  content: "";
  position: absolute;
  background: #123661;
  height: 100%;
  width: 2px;
  -webkit-animation: pathmove 3s cubic-bezier(0.77, 0.01, 0.7, 1) 0s infinite;
  animation: pathmove 3s cubic-bezier(0.77, 0.01, 0.7, 1) 0s infinite;
}

@media screen and (max-width: 768px) {
  .lpWrap .block3_ttl .bar_aging::before {
    width: 1px;
  }
}
.d-ism-kan-drip-aging-component {
  padding: 80px 0 58px;
  position: relative;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-aging-component {
    padding: 21.3333333333vw 5.3333333333vw 21.3333333333vw 5.3333333333vw;
  }
}

.d-ism-kan-drip-aging-component__inner {
  max-width: 1037px;
  padding: 0 40px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-aging-component__inner {
    padding: 0;
  }
}

.d-ism-kan-drip-aging-component__h2 {
  color: var(--dark-blue, #052B58);
  font-family: "Noto Serif", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 62.4px */
  letter-spacing: 4.8px;
  text-align: center;
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-aging-component__h2 {
    font-size: 8.5333333333vw;
    padding-bottom: 0;
  }
}

.d-ism-kan-drip-aging-component__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-aging-component__content {
    display: block;
  }
}

.d-ism-kan-drip-aging-component-content__texts {
  max-width: 565px;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-aging-component-content__texts {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    margin-top: 8.5333333333vw;
  }
}

.d-ism-kan-drip-aging-component-content-texts__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-aging-component-content-texts__cards {
    max-width: 100%;
    margin: 8.5333333333vw 0 0;
  }
}

.d-ism-kan-drip-aging-component-content-texts-card {
  color: #FFFFFF;
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif", serif;
  font-size: 21.6px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 28.08px */
  /* 28.08px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 114px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("../img/kansaibou_tenteki_08.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.d-ism-kan-drip-aging-component-content-texts-card:not(:first-of-type) {
  margin-left: 20px;
}
.d-ism-kan-drip-aging-component-content-texts-card:nth-of-type(4) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-aging-component-content-texts-card {
    width: 24.5333333333vw;
    height: 27.7333333333vw;
    font-size: 5.3333333333vw;
  }
}

.d-ism-kan-drip-aging-component-content-texts-card__p {
  color: #1A1A1A;
  font-family: "Noto Serif", serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  /* 35.7px */
  /* 35.7px */
  padding-top: 0px;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-aging-component-content-texts-card__p {
    width: 100%;
    font-size: 4.5333333333vw;
  }
}

.hexagon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.hexagon {
  position: relative;
  width: 120px;
  height: 69.28px;
  /* 120 * sqrt(3) / 2 */
  background-color: black;
  color: gold;
  text-align: center;
  line-height: 69.28px;
  font-size: 16px;
  font-weight: bold;
  border-left: 2px solid gold;
  border-right: 2px solid gold;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
}

.hexagon:before {
  bottom: 100%;
  border-bottom: 34.64px solid gold;
  /* 120 / 2 * sqrt(3) / 2 */
}

.hexagon:after {
  top: 100%;
  width: 0;
  border-top: 34.64px solid gold;
  /* 120 / 2 * sqrt(3) / 2 */
}

.d-ism-kan-drip-aging-component__table {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 53px;
  position: relative;
  z-index: 3;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-aging-component__table {
    margin-top: 32px;
    padding: 0 16px;
  }
}

.d-ism-kan-drip-aging-component__table th {
  padding: 10px;
  background: #123661;
  border: solid 4px #FFF;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  /* 34px */
}
@media (min-width: 768px) {
  .d-ism-kan-drip-aging-component__table th {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .d-ism-kan-drip-aging-component__table th {
    font-size: 3.4666666667vw;
    padding: 10px 5px;
    text-align: center;
  }
}

.d-ism-kan-drip-aging-component__table td {
  border: solid 4px #FFF;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  /* 30.6px */
}
@media (max-width: 767px) {
  .d-ism-kan-drip-aging-component__table td {
    font-size: 3.4666666667vw;
    line-height: 130%;
    vertical-align: middle;
  }
}

.d-ism-kan-drip-aging-component__table tr:nth-child(even) td {
  background: #f2f2f2;
}

.d-ism-kan-drip-aging-component__table tr:nth-child(odd) td {
  background: var(--white, #fff);
}

.d-ism-kan-drip-aging-component-table-th__left {
  width: 31.48%;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-aging-component-table-th__left {
    width: 25.38%;
    text-align: center;
    padding: 10px 4px 10px;
  }
}

.d-ism-kan-drip-aging-component-table-th__right {
  text-align: left;
  padding: 10px 16px;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-aging-component-table-th__right {
    text-align: left;
    padding: 10px;
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  #d-ism-kan-drip-aging-component-table-th__right3 {
    padding: 10px;
  }
}

.d-ism-kan-drip-expectations {
  padding: 72px 0;
  background-image: url(../img/kansaibou_tenteki_07.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.d-ism-kan-drip-expectations__inner {
  max-width: 1186px;
  padding: 0 40px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-expectations__inner {
    padding: 0 20px;
  }
}

.d-ism-kan-drip-expectations__h2 {
  color: #FFF;
  font-family: "Noto Serif", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 62.4px */
  letter-spacing: 4.8px;
  text-align: center;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-expectations__h2 {
    font-size: 8.5333333333vw;
    letter-spacing: 3.2px;
  }
}

.d-ism-kan-drip-expectations__cards {
  display: grid;
  gap: 32px 26px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .d-ism-kan-drip-expectations__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

.d-ism-kan-drip-expectations__card {
  background: rgba(255, 255, 255, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-expectations__card {
    display: block;
    padding: 8px 8px 16px 8px;
  }
}

.d-ism-kan-drip-expectations__img {
  max-width: 200px;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-expectations__img {
    max-width: 23.4666666667vw;
    margin: 0 auto;
  }
}

.d-ism-kan-drip-expectations__texts {
  padding-left: 16px;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-expectations__texts {
    padding-left: 0;
  }
}

.d-ism-kan-drip-expectations__title {
  color: #052B58;
  font-family: "Noto Serif", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 41.6px */
  margin-top: 24px;
  margin-bottom: 25px;
  padding-left: 8px;
  position: relative;
}
.d-ism-kan-drip-expectations__title::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 42px;
  left: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #052B58;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-expectations__title {
    font-size: 4.8vw;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 2.1333333333vw;
  }
  .d-ism-kan-drip-expectations__title::before {
    position: absolute;
    content: "";
    width: 0.8vw;
    height: 6.1333333333vw;
    left: 0;
    top: 45%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #052B58;
  }
}

.d-ism-kan-drip-expectations__text {
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  /* 30.6px */
}
@media (max-width: 767px) {
  .d-ism-kan-drip-expectations__text {
    font-size: 3.4666666667vw;
  }
}

.d-ism-kan-drip-safety {
  padding: 72px 0 72px;
  position: relative;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-safety {
    padding: 48px 0 48px;
  }
}

.d-ism-kan-drip-safety__inner {
  max-width: 904px;
  padding: 0 40px;
  width: 100%;
  margin: 0 auto;
  z-index: 3;
  position: relative;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-safety__inner {
    font-size: 8.5333333333vw;
    padding: 0 5.3vw 0;
  }
}

.d-ism-kan-drip-safety__h2 {
  color: #1a1a1a;
  text-align: center;
  font-family: "Yu Mincho Pr6N", "Noto Serif JP", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 62.4px */
  letter-spacing: 4.8px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-safety__h2 {
    font-size: 8.5333333333vw;
    padding-top: 0;
  }
}
@media (max-width: 370px) {
  .d-ism-kan-drip-safety__h2 {
    font-size: 7.4666666667vw;
  }
}

.d-ism-kan-drip-safety__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-safety__cards {
    display: block;
    padding-bottom: 50px;
  }
}

.d-ism-kan-drip-safety__card {
  max-width: 392px;
}
.d-ism-kan-drip-safety__card:nth-of-type(2) {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-safety__card {
    margin: 0 auto;
    max-width: 100%;
  }
  .d-ism-kan-drip-safety__card:nth-of-type(2) {
    margin-left: 0;
    margin: 0 auto;
    margin-top: 34px;
  }
}

.d-ism-kan-drip-safety-card__title {
  color: var(--white, #fff);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
  background: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-safety-card__title {
    padding: 10px 16px;
    font-size: 4.8vw;
  }
}

.d-ism-kan-drip-safety-card__p {
  color: #1a1a1a;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
  padding: 16px;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-safety-card__p {
    padding: 11px 16px 0 16px;
    font-size: 4.8vw;
  }
}

.d-ism-kan-drip-safety-card__p2 {
  color: #1a1a1a;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
  padding: 16px;
}
@media (max-width: 767px) {
  .d-ism-kan-drip-safety-card__p2 {
    padding: 11px 16px 0px 16px;
    font-size: 4.8vw;
  }
}

.d-ism-kan-drip__text1 {
  color: #1a1a1a;
  text-align: center;
  font-family: "Yu Mincho Pr6N", "Noto Serif JP", serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  /* 35.7px */
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .d-ism-kan-drip__text1 {
    font-size: 4.5333333333vw;
    text-align: left;
  }
}

.d-ism-kan-drip__text2 {
  color: #1a1a1a;
  text-align: center;
  font-family: "Yu Mincho Pr6N", "Noto Serif JP", serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  /* 35.7px */
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .d-ism-kan-drip__text2 {
    font-size: 4.5333333333vw;
    text-align: left;
  }
}

.d-ism-kan-drip__text3 {
  color: #1a1a1a;
  text-align: right;
  font-family: "Yu Mincho Pr6N", "Noto Serif JP", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  /* 30.6px */
}
@media (max-width: 940px) {
  .d-ism-kan-drip__text3 {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .d-ism-kan-drip__text3 {
    padding-right: 0;
    font-size: 3.4666666667vw;
  }
}

.d-ism-kan-hair-cause__wrapper2 {
  max-width: 1186px;
  padding: 0 100px;
  padding-top: 40px;
  padding-bottom: 48px;
  margin: 0 auto;
  z-index: 3;
  position: relative;
}
@media (max-width: 767px) {
  .d-ism-kan-hair-cause__wrapper2 {
    padding: 0 20px;
    padding-top: 30px;
    padding-bottom: 32px;
  }
}

.d-ism-kan-hair-cause-wrapper2__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 53px;
  border: 2px solid #E2CC80;
  background: rgba(26, 26, 26, 0.4);
}
@media (max-width: 767px) {
  .d-ism-kan-hair-cause-wrapper2__cards {
    display: block;
    padding: 16px;
  }
}

.d-ism-kan-hair-cause-head__img {
  max-width: 480px;
}
.d-ism-kan-hair-cause-head__img:not(:first-of-type) {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .d-ism-kan-hair-cause-head__img {
    max-width: 100%;
  }
  .d-ism-kan-hair-cause-head__img:not(:first-of-type) {
    margin-left: 0;
    margin-top: 16px;
  }
}

.bnr-advertisement {
  position: absolute;
  z-index: 4;
  bottom: -340px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1146px;
  padding: 0 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .bnr-advertisement {
    bottom: -90.6666666667vw;
  }
}

.bnr-advertisement__cause {
  position: absolute;
  z-index: 4;
  top: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1146px;
  padding: 0 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .bnr-advertisement__cause {
    top: 24vw;
  }
}

.bnr-advertisement__price--wrap {
  position: relative;
}
.bnr-advertisement__price {
  position: absolute;
  z-index: 4;
  bottom: 9%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1146px;
  padding: 0 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .bnr-advertisement__price {
    bottom: 13.3333333333vw;
  }
}

.bnr01__form {
  margin-top: 100px;
}

.block5_js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}