@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+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;
  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;
}
@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;
}
.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_list {
    -webkit-flex-wrap: wrap;
        -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -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;
    -webkit-flex-direction: column;
        -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: -webkit-flex;
  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.png) 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 {
  height: 100px;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_ttl .bar {
    height: 26.7vw;
    top: -19.5vw;
  }
}
.lpWrap .block3_ttl .bar::before {
  content: "";
  position: absolute;
  background-color: #fff;
  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::before {
    width: 1px;
  }
}
.lpWrap .block3_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -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;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: 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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: 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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -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;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-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.png) 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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -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;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: 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;
    -webkit-order: 1;
        -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;
    -webkit-order: 0;
        -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;
    -webkit-order: 2;
        -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: 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;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#1c4a62), to(#66ceef));
  -webkit-border-image: -webkit-linear-gradient(left, #1c4a62 0%, #66ceef 100%);
       -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -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: -webkit-flex;
  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: -webkit-flex;
  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;
  -webkit-flex: auto;
      -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);
  }
}/*# sourceMappingURL=lp-style.css.map */