@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::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;
  text-align: inherit;
}

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

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  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;
  line-height: 2;
  color: #333;
  -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: #ebf2f9;
}
@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;
  font-weight: bold;
}
.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 .title02 {
  font-size: 4.2rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lpWrap .title02 {
    font-size: 6.4vw;
    line-height: 1.3;
  }
}
.lpWrap .title02 .ja {
  position: relative;
  display: inline-block;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .lpWrap .title02 .ja {
    padding: 0 5vw;
  }
}
.lpWrap .title02 .ja::before, .lpWrap .title02 .ja::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 68px;
  background-color: #fff;
  bottom: 6px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
@media screen and (max-width: 768px) {
  .lpWrap .title02 .ja::before, .lpWrap .title02 .ja::after {
    height: 16.8vw;
    bottom: 0;
  }
}
.lpWrap .title02 .ja::before {
  left: 0;
}
.lpWrap .title02 .ja::after {
  right: 0;
}
.lpWrap .title02 .en {
  position: absolute;
}
.lpWrap .row01 {
  position: relative;
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .lpWrap .row01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 7vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.lpWrap .row01 .img {
  margin-left: -100px;
}
@media screen and (max-width: 768px) {
  .lpWrap .row01 .img {
    margin-left: 0;
  }
}
.lpWrap .row01 .box {
  max-width: 570px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .row01 .box {
    width: 60%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .row01 .box {
    display: contents;
  }
}
.lpWrap .row01 .ttl,
.lpWrap .row01 .txt {
  font-weight: bold;
  color: #fff;
}
.lpWrap .row01 .ttl {
  font-size: 4.2rem;
  line-height: 1.5;
  margin-bottom: 30px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1024px) {
  .lpWrap .row01 .ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .row01 .ttl {
    font-size: 5.6vw;
    width: 46vw;
    margin-bottom: 0;
  }
}
.lpWrap .row01 .ttl .small {
  font-size: 0.71em;
}
@media screen and (max-width: 768px) {
  .lpWrap .row01 .txt {
    width: 100%;
    margin-top: 4vw;
  }
}
.lpWrap .row01 .txt .small {
  font-size: 1rem;
}
.lpWrap .row01._rv {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .lpWrap .row01._rv {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.lpWrap .row01._rv .img {
  margin-left: 0;
  margin-right: -60px;
}
@media screen and (max-width: 768px) {
  .lpWrap .row01._rv .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .row01._rv .ttl {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .row01._rv .txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.lpWrap .checkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .lpWrap .checkList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1.3vw;
    gap: 5.3vw;
  }
}
.lpWrap .checkList_box {
  max-width: 523px;
  width: 100%;
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 768px) {
  .lpWrap .checkList_box {
    max-width: none;
  }
}
.lpWrap .checkList_box .ttl {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.lpWrap .checkList_box .ttl span {
  font-size: 2.1rem;
  font-weight: bold;
  background-color: #009fe8;
  color: #fff;
  padding: 5px 30px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .lpWrap .checkList_box .ttl span {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 5px 16px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .checkList_box .ttl span {
    font-size: 4.8vw;
    padding: 2vw 2.6vw;
  }
}
.lpWrap .checkList_box .ttl span::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 30px;
  height: 100%;
  background-color: #009fe8;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: translateX(100%) skew(30deg);
          transform: translateX(100%) skew(30deg);
}
@media screen and (max-width: 1024px) {
  .lpWrap .checkList_box .ttl span::before {
    width: 60px;
  }
}
.lpWrap .checkList_box .list {
  background-color: #fff;
  border: 6px solid #009fe8;
  padding: 46px 24px 32px;
  margin-top: -26px;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
@media screen and (max-width: 768px) {
  .lpWrap .checkList_box .list {
    padding: 14.5vw 4.5vw 2.5vw;
    margin-top: -13.3vw;
    border-width: 1vw;
  }
}
.lpWrap .checkList_box .list_item {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #052b58;
}
@media screen and (max-width: 1024px) {
  .lpWrap .checkList_box .list_item {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .checkList_box .list_item {
    font-size: 4.3vw;
  }
}
.lpWrap .checkList_box .list_item::before {
  content: "";
  background: url(../img/check.png) no-repeat center center/contain;
  min-width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-top: -0.1em;
}
@media screen and (max-width: 768px) {
  .lpWrap .checkList_box .list_item::before {
    min-width: 5.3vw;
    margin-top: -0.4em;
    margin-right: 2vw;
  }
}
.lpWrap .checkList_box .list_item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .lpWrap .checkList_box .list_item:not(:last-child) {
    margin-bottom: 4vw;
  }
}
.lpWrap .checkList_box._yellow {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.lpWrap .checkList_box._yellow .ttl span {
  background-color: #ffe82a;
  color: #052b58;
}
.lpWrap .checkList_box._yellow .ttl span::before {
  background-color: #ffe82a;
}
.lpWrap .checkList_box._yellow .list {
  border-color: #ffe82a;
}
.lpWrap .fv {
  background: url(../img/fv-bg.jpg) no-repeat top center/cover;
  padding-top: 91px;
  height: 724px;
}
@media screen and (max-width: 768px) {
  .lpWrap .fv {
    background-image: url(../img/fv-bg-sp.webp);
    background-size: contain;
    height: 169.1vw;
    padding-top: 47vw;
  }
}
.lpWrap .fv .inner {
  position: relative;
  z-index: 2;
}
.lpWrap .fv_copy1 {
  text-align: right;
  margin-right: 19px;
  margin-bottom: 28px;
  font-size: 51px;
  font-weight: bold;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #004eae;
  text-shadow: 2px 2px 2px #fff, 2px -2px 2px #fff, -2px 2px 2px #fff, -2px -2px 2px #fff;
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_copy1 {
    margin: 0 auto 2.5vw;
    font-size: 6.4vw;
    text-align: center;
  }
}
.lpWrap .fv_copy1 .small {
  font-size: 0.63em;
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_copy1 .small {
    font-size: 0.88em;
  }
}
.lpWrap .fv_copy2 {
  text-align: right;
  margin-bottom: 53px;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  font-size: 100px;
  font-weight: bold;
  line-height: 1;
  color: #052b58;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_copy2 {
    text-align: center;
    margin-bottom: 5vw;
    font-size: 12.8vw;
  }
}
.lpWrap .fv_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 630px;
  margin-left: auto;
  margin-right: 40px;
  gap: 6px 12px;
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_list {
    width: 82vw;
    margin: 0 auto;
  }
}
.lpWrap .fv_list_item .box {
  background: #fff;
  -webkit-box-shadow: 6px 6px 0 #052b58;
          box-shadow: 6px 6px 0 #052b58;
  -webkit-transform: skew(-7deg);
          transform: skew(-7deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_list_item .box {
    gap: 1.3vw;
    padding: 0 2vw;
    -webkit-box-shadow: 1vw 1vw 0 #052b58;
            box-shadow: 1vw 1vw 0 #052b58;
  }
}
.lpWrap .fv_list_item .box::before {
  content: "";
  background: url(../img/check2.webp) no-repeat center center/contain;
  width: 30px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_list_item .box::before {
    width: 4vw;
    height: 3.2vw;
  }
}
.lpWrap .fv_list_item .box .txt {
  -webkit-transform: skew(7deg);
          transform: skew(7deg);
  font-size: 32px;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #052b58;
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_list_item .box .txt {
    font-size: 4.3vw;
  }
}
.lpWrap .fv_list_item:nth-child(even) {
  margin-top: 10px;
}
.lpWrap .fv_list_item:nth-child(1) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.lpWrap .fv_list_item:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.lpWrap .fv_list_item:nth-child(3) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  margin-left: 13px;
}
.lpWrap .fv_list_item:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.lpWrap .block1 {
  color: #fff;
  position: relative;
  z-index: 1;
  height: 908px;
  padding-top: 258px;
  margin-top: -346px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block1 {
    height: 153.1vw;
    padding-top: 24vw;
    margin-top: -80vw;
  }
}
.lpWrap .block1_ttl {
  font-size: 4.2rem;
  line-height: 1.7;
  font-weight: bold;
  text-align: center;
  margin-bottom: 34px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_ttl {
    font-size: 5.7vw;
    line-height: 2;
    margin-bottom: 8vw;
  }
}
.lpWrap .block1_ttl span {
  border-bottom: 2px solid #fff;
  padding-left: 0.2em;
}
.lpWrap .block1_txt {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_txt {
    text-align: left;
    font-size: 4vw;
  }
}
.lpWrap .block1_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/block1-bg.webp) no-repeat center center/cover;
  -webkit-transform: translate(100%, -30%);
          transform: translate(100%, -30%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_bg {
    background-image: url(../img/block1-bg-sp.webp);
    -webkit-transform: translate(100%, -10%);
            transform: translate(100%, -10%);
  }
}
.lpWrap .block1_bg.anim {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.lpWrap .block2 {
  position: relative;
  z-index: 1;
  margin-top: -316px;
  height: 784px;
  padding-top: 218px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2 {
    margin-top: -13.3vw;
    padding-top: 18.7vw;
    height: 183.7vw;
  }
}
.lpWrap .block2_ttl {
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block2_ttl {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_ttl {
    margin-bottom: 11vw;
  }
}
.lpWrap .block2_ttl .ja {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.lpWrap .block2_ttl .en {
  top: -146px;
  left: -124px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block2_ttl .en {
    width: 300px;
    top: -120px;
    left: -14px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_ttl .en {
    width: 46.1vw;
    top: -24.5vw;
    left: -3vw;
  }
}
.lpWrap .block2_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9.5vw;
  }
}
.lpWrap .block2_list_item {
  background-color: #fff;
  border-radius: 14px;
  padding: 0 10px 20px;
  max-width: 306px;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_list_item {
    max-width: none;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 2.7vw 5.4vw;
    border-radius: 8px;
  }
}
.lpWrap .block2_list_item .ttl {
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  height: 54px;
  background: url(../img/block2-ttl-bg.png) no-repeat center center/contain;
  color: #052b58;
  padding-top: 6px;
  margin-top: -20px;
  margin-bottom: 10px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_list_item .ttl {
    font-size: 5.6vw;
    height: 9.3vw;
    background-image: url(../img/block2-ttl-bg-sp.png);
    margin-top: -4.3vw;
    margin-bottom: 2.9vw;
    padding-top: 0;
    line-height: 1.7;
    width: 100%;
  }
}
.lpWrap .block2_list_item .img {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_list_item .img {
    margin-bottom: 0;
    width: 38.1vw;
  }
}
.lpWrap .block2_list_item .txt {
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block2_list_item .txt {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_list_item .txt {
    font-size: 4.8vw;
    line-height: 1.7;
    text-align: left;
    width: 43.2vw;
  }
}
.lpWrap .block2_list_item:nth-child(1) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.lpWrap .block2_list_item:nth-child(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.lpWrap .block2_list_item:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.lpWrap .block2_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/block2-bg.svg) no-repeat center center/cover;
  -webkit-transform: translate(-100%, -30%);
          transform: translate(-100%, -30%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_bg {
    background-image: url(../img/block2-bg-sp.svg);
    -webkit-transform: translate(-100%, -10%);
            transform: translate(-100%, -10%);
  }
}
.lpWrap .block2_bg.anim {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.lpWrap .block3 {
  margin-top: -22px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block3 {
    margin-top: 0;
    padding-top: 21.1vw;
  }
}
.lpWrap .block3_ttl {
  color: #052b58;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_ttl {
    text-align: center;
    margin-bottom: 5.8vw;
  }
}
.lpWrap .block3_ttl .ja::before, .lpWrap .block3_ttl .ja::after {
  background-color: #052b58;
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_ttl .ja::before, .lpWrap .block3_ttl .ja::after {
    height: 8.5vw;
  }
}
.lpWrap .block3_ttl .en {
  top: -70px;
  left: 434px;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block3_ttl .en {
    width: 230px;
    top: -40px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_ttl .en {
    width: 29.9vw;
    top: -21vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.lpWrap .block3_txt1 {
  font-size: 1.8rem;
  font-weight: bold;
  max-width: 610px;
  margin-bottom: 8px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block3_txt1 {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_txt1 {
    font-size: 4vw;
    margin-bottom: 3.5vw;
  }
}
.lpWrap .block3_txt1 .small {
  font-size: 1rem;
}
.lpWrap .block3_txt2 {
  font-size: 1.4rem;
  text-align: right;
  max-width: 610px;
  margin-bottom: 78px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block3_txt2 {
    max-width: none;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_txt2 {
    text-align: left;
    font-size: 2.9vw;
    margin-bottom: 0;
  }
}
.lpWrap .block3_box {
  position: absolute;
  top: -90px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block3_box {
    position: relative;
    top: auto;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 50px;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    margin-right: -10.6vw;
    margin-top: -11vw;
    margin-bottom: 8vw;
  }
}
.lpWrap .block3_box_img {
  max-width: 300px;
  margin: 0 auto 10px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block3_box_img {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_box_img {
    width: 45.3vw;
    max-width: none;
  }
}
.lpWrap .block3_box_txt {
  background-color: #fff;
  border-radius: 14px;
  font-size: 2.1rem;
  line-height: 1.7;
  font-weight: bold;
  max-width: 340px;
  padding: 6px 14px;
  position: relative;
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.4));
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block3_box_txt {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_box_txt {
    max-width: 50.7vw;
    font-size: 4.3vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    padding: 2.1vw;
    margin-bottom: 5.3vw;
  }
}
.lpWrap .block3_box_txt::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-bottom: 40px solid #fff;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block3_box_txt::before {
    border-left: 40px solid #fff;
    border-bottom: 40px solid transparent;
    border-right: none;
    bottom: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    left: auto;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_box_txt::before {
    border-left-width: 9.3vw;
    border-bottom-width: 10.7vw;
  }
}
.lpWrap .block3_box_txt .blue {
  color: #004eae;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(30%, #ffff00));
  background-image: linear-gradient(transparent 30%, #ffff00 30%);
}
.lpWrap .block4 {
  position: relative;
  padding-top: 227px;
  height: 929px;
  margin-top: -126px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block4 {
    height: auto;
    margin-top: -180px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block4 {
    padding-top: 26.1vw;
    padding-bottom: 8vw;
    margin-top: -13vw;
  }
}
.lpWrap .block4 .inner {
  max-width: 1140px;
}
.lpWrap .block4 .row01 .img {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4 .row01 .img {
    width: 52.3vw;
    margin-left: -10.5vw;
  }
}
.lpWrap .block4 .row01 .ttl {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.lpWrap .block4 .row01 .txt {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.lpWrap .block4 .row01 .txt2 {
  color: #fff;
  text-align: right;
  font-size: 1.4rem;
  width: 100%;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4 .row01 .txt2 {
    font-size: 2.9vw;
    margin-top: 3vw;
  }
}
.lpWrap .block4_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/block4-bg.svg) no-repeat center center/cover;
  -webkit-transform: translate(100%, -30%);
          transform: translate(100%, -30%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_bg {
    background-image: url(../img/block4-bg-sp.svg);
    height: 171.7vw;
    -webkit-transform: translate(100%, -10%);
            transform: translate(100%, -10%);
  }
}
.lpWrap .block4_bg.anim {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.lpWrap .block5 {
  position: relative;
  padding-top: 70px;
  height: 801px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block5 {
    height: auto;
    padding-top: 200px;
    margin-top: -180px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block5 {
    padding-top: 0;
    padding-bottom: 8vw;
    margin-top: 0;
  }
}
.lpWrap .block5 .inner {
  max-width: 1140px;
}
.lpWrap .block5 .row01 .img {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media screen and (max-width: 768px) {
  .lpWrap .block5 .row01 .img {
    width: 62.4vw;
    margin-right: -24vw;
  }
}
.lpWrap .block5 .row01 .ttl {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  .lpWrap .block5 .row01 .ttl {
    margin-top: 14vw;
  }
}
.lpWrap .block5 .row01 .txt {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.lpWrap .block5_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/block5-bg.svg) no-repeat center center/cover;
  -webkit-transform: translate(-100%, -30%);
          transform: translate(-100%, -30%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_bg {
    background-image: url(../img/block5-bg-sp.svg);
    height: 143.5vw;
    -webkit-transform: translate(-100%, -10%);
            transform: translate(-100%, -10%);
  }
}
.lpWrap .block5_bg.anim {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.lpWrap .block6 {
  position: relative;
  padding-top: 66px;
  height: 802px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block6 {
    height: auto;
    padding-top: 200px;
    margin-top: -180px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block6 {
    padding-top: 0;
    margin-top: 0;
  }
}
.lpWrap .block6 .inner {
  max-width: 1140px;
}
.lpWrap .block6 .row01 .img {
  margin-left: -20px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  .lpWrap .block6 .row01 .img {
    width: 54.1vw;
    margin-left: -12vw;
  }
}
.lpWrap .block6 .row01 .ttl {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media screen and (max-width: 768px) {
  .lpWrap .block6 .row01 .ttl {
    margin-top: 18vw;
  }
}
.lpWrap .block6 .row01 .txt {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.lpWrap .block6_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/block6-bg.svg) no-repeat center center/cover;
  -webkit-transform: translate(100%, -30%);
          transform: translate(100%, -30%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_bg {
    background-image: url(../img/block6-bg-sp.svg);
    height: 141.1vw;
    -webkit-transform: translate(100%, -10%);
            transform: translate(100%, -10%);
  }
}
.lpWrap .block6_bg.anim {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.lpWrap .block7 {
  margin-top: -154px;
  position: relative;
  padding-top: 225px;
  height: 891px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block7 {
    height: auto;
    margin-top: -180px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block7 {
    padding-top: 21.3vw;
    margin-top: -8vw;
    padding-bottom: 8vw;
  }
}
.lpWrap .block7 .inner {
  max-width: 1140px;
}
.lpWrap .block7 .row01 .img {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media screen and (max-width: 768px) {
  .lpWrap .block7 .row01 .img {
    width: 50vw;
    margin-right: -6vw;
  }
}
.lpWrap .block7 .row01 .ttl {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  .lpWrap .block7 .row01 .ttl {
    width: 40vw;
  }
}
.lpWrap .block7 .row01 .txt {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.lpWrap .block7_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/block7-bg.svg) no-repeat center center/cover;
  -webkit-transform: translate(-100%, -30%);
          transform: translate(-100%, -30%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .lpWrap .block7_bg {
    background-image: url(../img/block7-bg-sp.svg);
    height: 166.4vw;
    -webkit-transform: translate(-100%, -10%);
            transform: translate(-100%, -10%);
  }
}
.lpWrap .block7_bg.anim {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.lpWrap .block8 {
  position: relative;
  padding-top: 32px;
  height: 873px;
  margin-top: 34px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block8 {
    height: auto;
    padding-top: 180px;
    margin-top: -180px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block8 {
    padding-top: 0;
    padding-bottom: 4.3vw;
    margin-top: 0;
  }
}
.lpWrap .block8 .inner {
  max-width: 1140px;
}
.lpWrap .block8 .row01 .img {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  .lpWrap .block8 .row01 .img {
    width: 48.5vw;
    margin-left: -7vw;
  }
}
.lpWrap .block8 .row01 .ttl {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media screen and (max-width: 768px) {
  .lpWrap .block8 .row01 .ttl {
    margin-top: 16vw;
  }
}
.lpWrap .block8 .row01 .txt {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.lpWrap .block8_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/block8-bg.svg) no-repeat center center/cover;
  -webkit-transform: translate(100%, -30%);
          transform: translate(100%, -30%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .lpWrap .block8_bg {
    background-image: url(../img/block8-bg-sp.svg);
    height: 165.1vw;
    -webkit-transform: translate(100%, -10%);
            transform: translate(100%, -10%);
  }
}
.lpWrap .block8_bg.anim {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.lpWrap .about {
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .lpWrap .about {
    padding-top: 16vw;
  }
}
.lpWrap .about .inner {
  max-width: 1140px;
}
.lpWrap .about_box {
  padding: 35px 30px 10px;
  background-color: #fff;
  border: 18px solid #b2cae7;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
  position: relative;
}
@media screen and (max-width: 768px) {
  .lpWrap .about_box {
    border-width: 1.3vw;
    padding: 9.6vw 3.7vw 0;
  }
}
.lpWrap .about_box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  margin: auto;
  width: 80px;
  height: 80px;
  background: url(../img/qu-icon.png) no-repeat center center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .lpWrap .about_box::before {
    width: 10.7vw;
    height: 10.7vw;
    top: 0;
  }
}
.lpWrap .about_box_ttl {
  text-align: center;
  color: #052b58;
  font-size: 3.2rem;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .lpWrap .about_box_ttl {
    font-size: 5.6vw;
    margin-bottom: 7vw;
  }
}
.lpWrap .about_box_ttl .ja::before, .lpWrap .about_box_ttl .ja::after {
  background-color: #052b58;
  bottom: -10px;
}
.lpWrap .about_box_txt {
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .about_box_txt {
    text-align: left;
    margin-bottom: 5.9vw;
  }
}
.lpWrap .about_box_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .lpWrap .about_box_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7vw;
  }
}
.lpWrap .about_box_row_img {
  max-width: 332px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .about_box_row_img {
    width: 42%;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .about_box_row_img {
    width: 78.7vw;
    margin: 0 auto;
  }
}
.lpWrap .about_box_row_txt {
  max-width: 618px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .about_box_row_txt {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .about_box_row_txt {
    width: auto;
  }
}
.lpWrap .about_box_row_txt .ttl {
  font-weight: bold;
  font-size: 2.1rem;
  color: #052b58;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 768px) {
  .lpWrap .about_box_row_txt .ttl {
    font-size: 4.8vw;
  }
}
.lpWrap .about_box_row_txt .ttl::before {
  content: "";
  width: 4px;
  height: 30px;
  background-color: #052b58;
  margin-right: 6px;
}
@media screen and (max-width: 768px) {
  .lpWrap .about_box_row_txt .ttl::before {
    width: 1.1vw;
    height: 8vw;
    margin-right: 2.7vw;
  }
}
.lpWrap .about_box_row_txt .txt {
  font-weight: bold;
  margin-bottom: 1.8em;
}
@media screen and (max-width: 768px) {
  .lpWrap .about_box_row_txt .txt {
    line-height: 1.7;
  }
}
.lpWrap .block9 {
  background-color: #fff;
  padding: 339px 0 86px;
  margin-top: -310px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block9 {
    padding: 100vw 0 13.3vw;
    margin-top: -100vw;
  }
}
.lpWrap .block9 .inner {
  max-width: 940px;
}
.lpWrap .block9_ttl {
  color: #052b58;
  text-align: center;
  padding-top: 120px;
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block9_ttl {
    padding-top: 17.3vw;
  }
}
.lpWrap .block9_ttl .ja {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.lpWrap .block9_ttl .ja::before, .lpWrap .block9_ttl .ja::after {
  background-color: #052b58;
}
@media screen and (max-width: 768px) {
  .lpWrap .block9_ttl .ja::before, .lpWrap .block9_ttl .ja::after {
    height: 8.4vw;
  }
}
.lpWrap .block9_ttl .en {
  top: 22px;
  left: -22px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block9_ttl .en {
    width: 180px;
    top: 20px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block9_ttl .en {
    width: 27.5vw;
    top: -1vw;
    left: -5vw;
  }
}
.lpWrap .block9_ttl .bar {
  height: 120px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lpWrap .block9_ttl .bar {
    height: 13.3vw;
    top: 0;
  }
}
.lpWrap .block9_ttl .bar::before {
  content: "";
  position: absolute;
  background-color: #052b58;
  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 .block9_ttl .bar::before {
    width: 1px;
  }
}
.lpWrap .block9_txt {
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  .lpWrap .block9_txt {
    text-align: left;
    margin-bottom: 6vw;
  }
}
.lpWrap .block9_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: 38px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block9_list {
    margin-bottom: 4.3vw;
  }
}
.lpWrap .block9_list_item {
  max-width: 400px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .lpWrap .block9_list_item {
    max-width: none;
    width: 41.9vw;
  }
}
.lpWrap .block9_list_item .img {
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block9_list_item .img {
    margin-bottom: 5vw;
  }
}
.lpWrap .block9_list_item .txt {
  line-height: 1.7;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .lpWrap .block9_list_item .txt {
    font-size: 3.7vw;
    line-height: 1.5;
  }
}
.lpWrap .block9_list_item:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.lpWrap .block9_list_item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.lpWrap .block9_txt2 {
  text-align: center;
  font-weight: bold;
  background-color: #052b58;
  color: #fff;
  position: relative;
  padding: 13px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block9_txt2 {
    line-height: 1.7;
    padding: 4.4vw;
  }
}
.lpWrap .block9_txt2::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border: 3px solid #fff;
  pointer-events: none;
}
.lpWrap .pb {
  padding: 72px 0 188px;
  background: url(../img/pb-bg.jpg) 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.jpg);
  }
}
.lpWrap .pb_ttl {
  max-width: 770px;
  width: 100%;
  margin: 0 auto 70px;
}
@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: bold;
  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;
  }
}
.lpWrap .block10 {
  height: 500px;
}
.lpWrap .block10_cta {
  margin-top: -130px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block10_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 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);
  }
}
@media (max-width: 767px) {
  .pc_only__botox {
    display: none !important;
  }
}

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

.d-ism-kan-hair-botox__wrapper2 {
  max-width: 1146px;
  padding: 0 20px;
  padding-top: 48px;
  margin: 0 auto;
  z-index: 3;
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .d-ism-kan-hair-botox__wrapper2 {
    padding-top: 24px;
    padding-bottom: 32px;
  }
}

.d-ism-kan-hair-botox-wrapper2__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 46px;
  border: 2px solid #fff;
  background: #fff;
  border: 8px solid #053268;
}
@media (max-width: 767px) {
  .d-ism-kan-hair-botox-wrapper2__cards {
    display: block;
    padding: 3.234666vw;
    border: 4px solid #053268;
  }
}

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

.d-ism-botox-img__text {
  color: var(--white, #FFF);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  line-height: 130%;
  /* 15.6px */
  background: #052B58;
  padding: 10px 10px 10px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .d-ism-botox-img__text {
    padding: 10px 10px 10px 10px;
  }
}

.d-ism-kan-hair-botox-head-title {
  padding-top: 30px !important;
}