@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=Lato:wght@900&family=Noto+Serif+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
*,
::before,
::after {
  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 auto;
}

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

@media screen and (max-width: 1024px) {
  .pc-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc-tab {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .tab-sp {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}
.lpWrap {
  overflow: hidden;
  font-size: 16px;
  background-color: #f2f4f5;
  color: #333;
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  line-height: 1.15;
}

@media screen and (max-width: 768px) {
  .lpWrap {
    font-size: 3.7vw;
  }
}
.lpWrap .serif {
  font-family: "Noto Serif JP", serif;
}

.lpWrap .inner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

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

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

.lpWrap .cta {
  position: relative;
}

.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%;
  transition: 0.3s;
}

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

.lpWrap .title01 {
  text-align: center;
  margin-bottom: 30px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .lpWrap .title01 {
    margin-bottom: 5vw;
  }
}
.lpWrap .title01 .ja {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .lpWrap .title01 .ja {
    font-size: 5.6vw;
  }
}
.lpWrap .title01 .en {
  display: block;
  opacity: 0.1;
  font-size: 21px;
  margin-top: -16px;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .lpWrap .title01 .en {
    font-size: 3.2vw;
    margin-top: -1.5vw;
  }
}
.lpWrap .bar {
  position: relative;
  height: 50px;
}

@media screen and (max-width: 768px) {
  .lpWrap .bar {
    height: 10.7vw;
  }
}
.lpWrap .bar::before {
  content: "";
  position: absolute;
  background-color: #0058b8;
  height: 50px;
  width: 3px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  animation: pathmove 3s cubic-bezier(0.77, 0.01, 0.7, 1) 0s infinite;
}

.lpWrap .blockBg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  overflow: hidden;
  transform: skewY(-4.5deg);
}

.lpWrap .blockBg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  margin: -7.8571428571% 0;
}

.lpWrap .yellow {
  background-image: linear-gradient(90deg, #e6ff00, #e6ff00);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  transition: 1s;
  transition-delay: 0.7s;
  font-weight: bold;
  color: #15436e;
}

.lpWrap .yellow.anim {
  background-size: 100% 100%;
}

.lpWrap .fv {
  background: url(../img/fvbg.webp) no-repeat center center/cover;
  height: 680px;
}

@media screen and (max-width: 768px) {
  .lpWrap .fv {
    background-image: url(../img/fvbg-sp.webp);
  }
}
.lpWrap .fv .inner {
  padding: 60px 30px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .lpWrap .fv .inner {
    padding: 7.5vw 0 12.5vw;
    display: flex;
    flex-direction: column;
  }
}
.lpWrap .fv_copy1 {
  max-width: 42.7%;
  margin-bottom: -6%;
  animation-delay: 1.4s;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .lpWrap .fv_copy1 {
    max-width: 46.1vw;
    margin-left: 5.3vw;
    margin-bottom: -4vw;
    order: 1;
  }
}
.lpWrap .fv_copy2 {
  max-width: 69.4%;
  transform: translateX(-52px);
  display: flex;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .lpWrap .fv_copy2 {
    transform: translateX(-4vw);
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_copy2 {
    max-width: none;
    transform: translateX(0);
    order: 2;
  }
}
.lpWrap .fv_copy2 .wrap {
  overflow: hidden;
  position: relative;
}

.lpWrap .fv_copy2 .wrap .img {
  transform: translateX(-100%);
  transition: 0.35s;
}

.lpWrap .fv_copy2 .wrap .img::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-color: #0058b8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.4s;
  backface-visibility: hidden;
}

.lpWrap .fv_copy2 .wrap .img.anim {
  transform: translateX(0);
}

.lpWrap .fv_copy2 .wrap .img.anim::before {
  transform: translateX(-101%);
}

.lpWrap .fv_copy2 .wrap:nth-child(2) .img::before {
  transition-delay: 0.5s;
}

.lpWrap .fv_copy2 .wrap:nth-child(3) .img {
  transition-delay: 0.25s;
}

.lpWrap .fv_copy2 .wrap:nth-child(3) .img::before {
  transition-delay: 0.75s;
}

.lpWrap .fv_copy2 .wrap:nth-child(4) .img {
  transition-delay: 0.5s;
}

.lpWrap .fv_copy2 .wrap:nth-child(4) .img::before {
  transition-delay: 1s;
}

.lpWrap .fv_copy2 .wrap:nth-child(5) .img {
  transition-delay: 0.75s;
}

.lpWrap .fv_copy2 .wrap:nth-child(5) .img::before {
  transition-delay: 1.25s;
}

.lpWrap .fv_copy3 {
  max-width: 56.9%;
  position: relative;
  z-index: 1;
  animation-delay: 1.6s;
}

@media screen and (max-width: 768px) {
  .lpWrap .fv_copy3 {
    max-width: 45.3vw;
    margin-left: 5.3vw;
    margin-bottom: 25.6vw;
    order: 0;
  }
}
.lpWrap .block1 {
  position: relative;
  padding: 45px 0 134px;
  margin-top: -90px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block1 {
    padding: 7.5vw 0 17vw;
    margin-top: -4vw;
  }
}
.lpWrap .block1 .inner {
  max-width: 940px;
}

.lpWrap .block1_bg::before {
  background: url(../img/block1-bg.webp) repeat center top;
}

.lpWrap .block1_img1 {
  width: 60.8%;
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block1_img1 {
    width: 83.7vw;
    margin-bottom: 9vw;
  }
}
.lpWrap .block1_img2 {
  width: 41.1%;
  margin-bottom: 20px;
  margin-left: 8px;
  animation-delay: 0.5s;
}

@media screen and (max-width: 768px) {
  .lpWrap .block1_img2 {
    margin-left: 0;
    width: 72.5vw;
    margin-bottom: 2.7vw;
  }
}
.lpWrap .block1_img3 {
  width: 37.2%;
  margin-bottom: 20px;
  margin-left: 8px;
  animation-delay: 0.6s;
}

@media screen and (max-width: 768px) {
  .lpWrap .block1_img3 {
    margin-left: 0;
    width: 66.4vw;
    margin-bottom: 2.7vw;
  }
}
.lpWrap .block1_img4 {
  width: 48.1%;
  margin-bottom: 40px;
  margin-left: 8px;
  animation-delay: 0.7s;
}

@media screen and (max-width: 768px) {
  .lpWrap .block1_img4 {
    margin-left: 0;
    width: 83.7vw;
    margin-bottom: 9vw;
  }
}
.lpWrap .block1_img5 {
  position: absolute;
  bottom: -100px;
  right: 9px;
  width: 47.8%;
  animation-delay: 0.3s;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block1_img5 {
    bottom: 66px;
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_img5 {
    bottom: -20vw;
    right: 0;
    width: 50.9vw;
  }
}
.lpWrap .block1_txt {
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 450px;
  margin-left: 25px;
  animation-delay: 0.9s;
}

@media screen and (max-width: 768px) {
  .lpWrap .block1_txt {
    align-items: flex-start;
    margin-left: 1vw;
  }
}
.lpWrap .block1_txt .txt1 {
  font-size: 26px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .lpWrap .block1_txt .txt1 {
    font-size: 4.8vw;
  }
}
.lpWrap .block1_txt .txt2 {
  font-size: 42px;
  margin-top: -4px;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .lpWrap .block1_txt .txt2 {
    font-size: 6.4vw;
    margin-top: 0;
  }
}
.lpWrap .block1_txt .txt1,
.lpWrap .block1_txt .txt2 {
  position: relative;
  padding: 0 8px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block1_txt .txt1,
  .lpWrap .block1_txt .txt2 {
    padding: 0;
  }
}
.lpWrap .block1_txt .txt1::before,
.lpWrap .block1_txt .txt2::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  background-color: #e6ff00;
  width: 0%;
  height: 40%;
  transition: 1s;
  transition-delay: 1s;
}

.lpWrap .block1_txt .txt1.anim::before,
.lpWrap .block1_txt .txt2.anim::before {
  width: 96%;
}

.lpWrap .block1_txt .small {
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block1_txt .small {
    font-size: 4.8vw;
  }
}
.lpWrap .block2 {
  position: relative;
  margin-top: -48px;
  padding-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block2 {
    margin-top: -5.5vw;
    padding-bottom: 22vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .block2_bg {
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_bg {
    top: 6vw;
  }
}
.lpWrap .block2_bg::before {
  background: url(../img/block2-bg.webp) repeat center top;
}

.lpWrap .block2_ttl {
  position: relative;
}

.lpWrap .block2_ba {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-width: 837px;
  margin: 0 auto 0;
}

@media screen and (max-width: 768px) {
  .lpWrap .block2_ba {
    margin-bottom: -3vw;
  }
}
.lpWrap .block2_ba_img1 {
  width: 37.9%;
  margin-right: 2.2%;
}

@media screen and (max-width: 768px) {
  .lpWrap .block2_ba_img1 {
    width: 33.9vw;
    margin-right: 4vw;
  }
}
.lpWrap .block2_ba_img2 {
  width: 18.4%;
  margin-right: -2.4%;
  margin-bottom: 11.5%;
  animation-delay: 0.3s;
}

@media screen and (max-width: 768px) {
  .lpWrap .block2_ba_img2 {
    width: 8vw;
    margin-right: -1vw;
  }
}
.lpWrap .block2_ba_img3 {
  width: 43.6%;
  animation-delay: 0.8s;
}

@media screen and (max-width: 768px) {
  .lpWrap .block2_ba_img3 {
    width: 38.9vw;
  }
}
.lpWrap .block2_txt2 {
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .lpWrap .block2_txt2 {
    font-size: 3.5vw;
    text-align: right;
  }
}
.lpWrap .block3 {
  position: relative;
  margin-top: -57px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block3 {
    margin-top: -11vw;
    padding-bottom: 25vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .block3_bg {
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_bg {
    top: 6vw;
  }
}
.lpWrap .block3_bg::before {
  background: #f2f4f5;
}

.lpWrap .block3_ttl {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .lpWrap .block3_ttl {
    margin-bottom: -10vw;
  }
}
.lpWrap .block3 .inner {
  max-width: 940px;
}

.lpWrap .block3_row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -127px;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block3_row {
    flex-direction: column-reverse;
    margin-top: 0;
  }
}
.lpWrap .block3_row_txt {
  width: 47.8%;
  padding-top: 180px;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block3_row_txt {
    padding-top: 0;
    width: auto;
  }
}
.lpWrap .block3_row_txt .txt1 {
  position: relative;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 77px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block3_row_txt .txt1 {
    font-size: 4vw;
    margin-bottom: 19vw;
  }
}
.lpWrap .block3_row_txt .txt1 .toge {
  position: absolute;
  right: -104px;
  bottom: -160px;
  width: 1005px;
  animation-delay: 0.3s;
}

@media screen and (max-width: 768px) {
  .lpWrap .block3_row_txt .txt1 .toge {
    width: 100vw;
    left: -5.3vw;
    right: -5.3vw;
    bottom: -24vw;
  }
}
.lpWrap .block3_row_txt .txt2 {
  font-size: 13px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .lpWrap .block3_row_txt .txt2 {
    font-size: 3.5vw;
  }
}
.lpWrap .block3_row_img {
  width: 46.7%;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block3_row_img {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_row_img {
    width: 78.7vw;
  }
}
.lpWrap .block3_row_img .ttl {
  position: absolute;
  right: -500px;
  top: 86%;
  width: 659px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block3_row_img .ttl {
    width: 33.9vw;
    right: -10vw;
    top: auto;
    bottom: 0;
  }
}
.lpWrap .block4 {
  position: relative;
  padding-bottom: 290px;
  margin-top: -18px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block4 {
    padding-bottom: 19.5vw;
    margin-top: -11vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .block4_bg {
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_bg {
    top: 6vw;
  }
}
.lpWrap .block4_bg .bg {
  background: url(../img/block4-bg.webp) no-repeat center top/cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  margin: -7.8571428571% 0;
}

@media screen and (max-width: 768px) {
  .lpWrap .block4_bg .bg {
    background-image: url(../img/block4-bg-sp.webp);
  }
}
.lpWrap .block4_bg::before {
  display: none;
}

.lpWrap .block4 .inner {
  max-width: 1000px;
}

.lpWrap .block4_ttl {
  position: relative;
  margin-bottom: 62px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block4_ttl {
    margin-bottom: 7.9vw;
  }
}
.lpWrap .block5 {
  background: url(../img/block2-bg.webp) repeat center top;
  margin-top: -320px;
  padding-top: 100px;
  padding-bottom: 166px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block5 {
    margin-top: -29vw;
    padding-top: 20vw;
    padding-bottom: 35vw;
  }
}
.lpWrap .block5_cta {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block5_cta {
    margin-bottom: 13.3vw;
  }
}
.lpWrap .block5_img1,
.lpWrap .block5_img2 {
  position: relative;
}

.lpWrap .block5_img1 .img2,
.lpWrap .block5_img2 .img2 {
  position: absolute;
  width: 659px;
  bottom: 20px;
  right: -460px;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block5_img1 .img2,
  .lpWrap .block5_img2 .img2 {
    width: 64vw;
    bottom: 1vw;
    right: -48.5vw;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_img1 .img2,
  .lpWrap .block5_img2 .img2 {
    width: 33.9vw;
    right: -5.3vw;
    bottom: 53vw;
  }
}
.lpWrap .block5_img1 {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block5_img1 {
    margin-bottom: 5.3vw;
  }
}
.lpWrap .block6 {
  position: relative;
  padding: 100px 0 200px;
  margin-top: -186px;
  background: url(../img/block6-bg.webp) no-repeat center top/cover;
}

@media screen and (max-width: 768px) {
  .lpWrap .block6 {
    background-image: url(../img/block6-bg-sp.webp);
    padding-top: 26vw;
    padding-bottom: 21.3vw;
    margin-top: -21vw;
  }
}
.lpWrap .block6_ttl {
  position: relative;
  margin-bottom: -21px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block6_ttl {
    margin-bottom: 5.3vw;
    margin-top: -28vw;
  }
}
.lpWrap .block6_row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-width: 776px;
  margin: 0 auto 70px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block6_row {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 8vw;
  }
}
.lpWrap .block6_row .img1 {
  width: 45.5%;
  margin-right: -1%;
}

@media screen and (max-width: 768px) {
  .lpWrap .block6_row .img1 {
    width: 64.3vw;
    margin-right: 0;
    margin-left: 8.5vw;
    margin-bottom: 2.8vw;
  }
}
.lpWrap .block6_row .img2 {
  width: 4.4%;
  margin-right: 5.9%;
  margin-bottom: 11.9%;
  animation-delay: 0.3s;
}

@media screen and (max-width: 768px) {
  .lpWrap .block6_row .img2 {
    width: 8vw;
    margin-right: 0;
    margin-left: 40.5vw;
    margin-bottom: 2.5vw;
    animation-delay: 0.1s;
  }
}
.lpWrap .block6_row .img3 {
  width: 44.7%;
  animation-delay: 0.6s;
}

@media screen and (max-width: 768px) {
  .lpWrap .block6_row .img3 {
    width: 82.1vw;
    margin-left: 6.6vw;
    animation-delay: 0.2s;
  }
}
.lpWrap .block6_list_item:nth-child(2) {
  animation-delay: 0.1s;
}

@media screen and (max-width: 768px) {
  .lpWrap .block6_list_item:nth-child(2) {
    animation-delay: 0s;
    margin-top: 5.2vw;
  }
}
.lpWrap .block7 {
  margin-top: -130px;
  position: relative;
  padding-bottom: 68px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block7 {
    margin-top: -8.5vw;
    padding-bottom: 14vw;
  }
}
.lpWrap .block7_bg {
  height: 110%;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block7_bg {
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block7_bg {
    top: 6vw;
  }
}
.lpWrap .block7_bg::before {
  background: #f2f4f5;
}

.lpWrap .block7_cta {
  margin-bottom: 62px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block7_cta {
    margin-bottom: 8vw;
  }
}
.lpWrap .block7_row {
  display: flex;
  margin-right: -122px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block7_row {
    flex-direction: column-reverse;
    margin-right: 0;
    margin-bottom: 7vw;
  }
}
.lpWrap .block7_row_box {
  width: 44%;
  margin-right: 3.5%;
}

@media screen and (max-width: 768px) {
  .lpWrap .block7_row_box {
    width: auto;
    margin-right: 0;
  }
}
.lpWrap .block7_row_box .txt {
  font-size: 16px;
  line-height: 2;
  padding-left: 50px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block7_row_box .txt {
    font-size: 3.7vw;
    padding-left: 0;
  }
}
.lpWrap .block7_row_img {
  width: 52.5%;
  animation-delay: 0.3s;
}

@media screen and (max-width: 768px) {
  .lpWrap .block7_row_img {
    width: 78.7vw;
    margin: 0 auto -1vw;
    animation-delay: 0s;
  }
}
.lpWrap .block7_ttl {
  position: relative;
  margin-bottom: 97px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block7_ttl {
    margin-bottom: 19vw;
  }
}
.lpWrap .block7_list_item a::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 10px;
  bottom: 24px;
  right: 35px;
  background: url(../img/arrow.svg) no-repeat center center/contain;
  transition: transform 0.3s;
}

@media screen and (max-width: 768px) {
  .lpWrap .block7_list_item a::after {
    width: 14.9vw;
    height: 2.7vw;
    bottom: 7.5vw;
    right: 4vw;
  }
}
.lpWrap .block7_list_item a:hover::after {
  transform: translateX(6px);
}

.lpWrap .block8 {
  padding: 72px 0 188px;
  background: url(../img/block8-bg.webp);
  background-size: cover;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

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

@media screen and (max-width: 768px) {
  .lpWrap .block8_ttl {
    max-width: 78.7vw;
    margin-bottom: 8.3vw;
  }
}
.lpWrap .block8_list_item {
  display: flex;
}

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

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

@media screen and (max-width: 768px) {
  .lpWrap .block8_list_item_img {
    width: 13.3vw;
    min-width: 13.3vw;
    margin-right: 1.9vw;
  }
}
.lpWrap .block8_list_item_box {
  flex: auto;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .lpWrap .block8_list_item_box {
    padding-top: 4.3vw;
  }
}
.lpWrap .block8_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 .block8_list_item_box_ttl {
    font-size: 5.6vw;
    margin-bottom: 4.4vw;
  }
}
.lpWrap .block8_list_item_box_txt {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .lpWrap .block8_list_item_box_txt {
    font-size: 4vw;
  }
}
.lpWrap .block9 {
  margin-top: -130px;
  padding-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block9 {
    margin-top: -49.6vw;
    padding-bottom: 12vw;
  }
}
.lpWrap .block9_txt {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .lpWrap .block9_txt {
    font-size: 3.7vw;
  }
}
.lpWrap .block10 {
  background: url(../img/block10-bg.webp) no-repeat center center/cover;
  padding-bottom: 66px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block10 {
    padding-bottom: 13.3vw;
  }
}
.lpWrap .block10_list {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block10_list {
    margin-bottom: 10.5vw;
  }
}
.lpWrap .block11 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  padding-bottom: 100px;
  background-color: #edf3fa;
}

@media screen and (max-width: 768px) {
  .lpWrap .block11 {
    padding-bottom: 13.3vw;
  }
}
.lpWrap .block11_faq {
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block11_faq {
    margin-bottom: 13.3vw;
  }
}
.lpWrap .block11_faq_item {
  line-height: 1.7;
}

.lpWrap .block11_faq_item:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block11_faq_item:not(:last-child) {
    margin-bottom: 2.4vw;
  }
}
.lpWrap .block11_faq_item_q,
.lpWrap .block11_faq_item_a {
  position: relative;
  padding-left: 136px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block11_faq_item_q,
  .lpWrap .block11_faq_item_a {
    padding-left: 13.3vw;
  }
}
.lpWrap .block11_faq_item_q::before,
.lpWrap .block11_faq_item_a::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 80px;
  top: 20px;
  left: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .lpWrap .block11_faq_item_q::before,
  .lpWrap .block11_faq_item_a::before {
    width: 9.3vw;
    height: 10.7vw;
    left: 1.3vw;
  }
}
.lpWrap .block11_faq_item_q {
  background-color: #f2f4f5;
  height: 120px;
  display: flex;
  align-items: center;
  background-image: url(../img/plus.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 80px 80px;
  cursor: pointer;
  padding-right: 120px;
  border-bottom: 2px solid #0058b8;
}

@media screen and (max-width: 768px) {
  .lpWrap .block11_faq_item_q {
    height: auto;
    padding-top: 4.5vw;
    padding-bottom: 4.5vw;
    padding-right: 14.7vw;
    background-size: 10.7vw;
    background-position: right 1.3vw center;
    border-bottom-width: 1px;
  }
}
.lpWrap .block11_faq_item_q::before {
  background-image: url(../img/q.svg);
}

@media screen and (max-width: 768px) {
  .lpWrap .block11_faq_item_q::before {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.lpWrap .block11_faq_item_q.open {
  background-image: url(../img/minus.svg);
}

.lpWrap .block11_faq_item_q_txt {
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .lpWrap .block11_faq_item_q_txt {
    font-size: 3.7vw;
  }
}
.lpWrap .block11_faq_item_a {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 50px;
}

@media screen and (max-width: 768px) {
  .lpWrap .block11_faq_item_a {
    padding-top: 3.5vw;
    padding-bottom: 3.5vw;
    padding-right: 4vw;
  }
}
.lpWrap .block11_faq_item_a::before {
  background-image: url(../img/a.svg);
}

@media screen and (max-width: 768px) {
  .lpWrap .block11_faq_item_a::before {
    top: 5.3vw;
  }
}
.lpWrap .block11_faq_item_a_txt {
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .lpWrap .block11_faq_item_a_txt {
    font-size: 3.7vw;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  34% {
    height: 100%;
    opacity: 1;
  }
  74% {
    height: 100%;
  }
  100% {
    height: 0;
    top: auto;
    bottom: 0;
    opacity: 1;
  }
}
@keyframes looprotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes imgMask {
  0% {
    left: 0;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left top;
  }
  50% {
    left: 0;
    width: 100%;
    transform: scaleX(1);
    transform-origin: left top;
  }
  51% {
    left: 0;
    width: 100%;
    transform: scaleX(1);
    transform-origin: left top;
  }
  to {
    left: 0;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left top;
  }
}
.scrollAnim.fadeUp {
  opacity: 0;
}

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

.loadingAnim.fadeUp {
  opacity: 0;
}

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

.ttlMsk {
  transform: translateX(-100%);
  transition: 0.3s;
  overflow: hidden;
}

.ttlMsk::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-color: #0058b8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.5s;
  backface-visibility: hidden;
}

.ttlMsk.anim {
  transform: translateX(0);
}

.ttlMsk.anim::before {
  transform: translateX(100%);
  transition-delay: 0.3s;
}

.fromRight {
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 175ms;
}

.fromRight.anim {
  transform: translateX(0);
}

.fromLeft {
  transform: translateX(-100%);
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 175ms;
}

.fromLeft.anim {
  transform: translateX(0);
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.lpWrap .skew {
  display: inline-block;
  transform: skew(-10deg) rotate(-5deg);
}
.lpWrap .kerning {
  font-feature-settings: "palt" 1;
}
.lpWrap .bebas {
  font-family: "Bebas Neue", cursive;
}
@media screen and (max-width: 768px) {
  .lpWrap .fv {
    height: 117.3vw;
  }
}
.lpWrap .fv .inner {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .lpWrap .fv .inner {
    padding-bottom: 0;
  }
}
.lpWrap .fv_img {
  position: absolute;
  bottom: 0;
  left: 45.2%;
  width: 73.3%;
}
@media screen and (max-width: 1024px) {
  .lpWrap .fv_img {
    bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_img {
    width: 145.3vw;
    left: 11vw;
    bottom: -4.8vw;
  }
}
.lpWrap .fv_copy2 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_copy2 {
    order: 3;
  }
}
.lpWrap .fv_copy2_img {
  position: absolute;
  z-index: 1;
  width: 60px;
  top: -4px;
  left: 0;
  right: 0;
  margin: auto;
  animation-delay: 1.4s;
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_copy2_img {
    width: 8.8vw;
    top: -4.5vw;
    margin: 0;
    right: auto;
    left: 20vw;
  }
}
.lpWrap .fv_copy2 .wrap .txt {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.11;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .lpWrap .fv_copy2 .wrap .txt {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_copy2 .wrap .txt {
    font-size: 5.1vw;
  }
}
.lpWrap .fv_copy2 .wrap .txt._y {
  color: #15436e;
  transform: skew(-10deg) rotate(-10deg);
}
.lpWrap .fv_copy2 .wrap .txt._b {
  color: #fff;
  transform: skew(10deg) rotate(10deg);
}
.lpWrap .fv_txt1 {
  font-size: 73px;
  font-weight: bold;
  letter-spacing: -0.1em;
  color: #052b58;
  margin-bottom: 32px;
  animation-delay: 1.4s;
}
@media screen and (max-width: 1024px) {
  .lpWrap .fv_txt1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_txt1 {
    font-size: 12.9vw;
    order: 2;
    margin-left: 2vw;
    margin-bottom: 8vw;
    line-height: 0.9;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_txt1 .space {
    display: inline-block;
    width: 0.5em;
  }
}
.lpWrap .fv_txt2 {
  font-size: 111px;
  letter-spacing: -0.15em;
  color: #15436e;
  animation-delay: 1.6s;
}
@media screen and (max-width: 1024px) {
  .lpWrap .fv_txt2 {
    font-size: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_txt2 {
    order: 0;
    font-size: 8.4vw;
    margin-left: 4.5vw;
    letter-spacing: -0.2em;
  }
}
.lpWrap .fv_img2 {
  max-width: 323px;
  width: 100%;
  margin-left: 300px;
  animation-delay: 1.6s;
}
@media screen and (max-width: 1024px) {
  .lpWrap .fv_img2 {
    margin-left: 30%;
    max-width: 34%;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_img2 {
    order: 1;
    max-width: 26.2vw;
    margin-left: 24.5vw;
    margin-bottom: 25vw;
  }
}
.lpWrap .block1_ttl {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.75;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_ttl {
    font-size: 4.8vw;
    margin: 0 -3vw 11vw;
  }
}
.lpWrap .block1_ttl .big {
  font-size: 1.31em;
  background-image: linear-gradient(transparent 60%, #8fe4ff 60%);
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_ttl .big {
    font-size: 1.33em;
  }
}
.lpWrap .block1_ttl .line {
  border-bottom: 1px solid #333;
}
.lpWrap .block1_list {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_list {
    gap: 4.3vw;
    margin-bottom: 10vw;
  }
}
.lpWrap .block1_list_item {
  position: relative;
}
.lpWrap .block1_list_item::before, .lpWrap .block1_list_item::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #15436e;
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_list_item::before, .lpWrap .block1_list_item::after {
    width: 8vw;
    height: 8vw;
  }
}
.lpWrap .block1_list_item::before {
  top: -5px;
  left: -5px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_list_item::before {
    top: -1vw;
    left: -1vw;
  }
}
.lpWrap .block1_list_item::after {
  right: -5px;
  bottom: -5px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_list_item::after {
    right: -1vw;
    bottom: -1vw;
  }
}
.lpWrap .block1_list_item .txt {
  background: #fff;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2.38em;
  display: flex;
  align-items: center;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_list_item .txt {
    font-size: 4.8vw;
    letter-spacing: 0;
    padding: 0 2.7vw;
    line-height: 1.9;
  }
}
.lpWrap .block1_list_item .txt .img {
  width: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_list_item .txt .img {
    width: 5.3vw;
    margin-right: 2.7vw;
  }
}
.lpWrap .block1_list_item .txt .serif {
  color: #15436e;
  font-size: 1.43em;
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_list_item .txt .serif {
    font-size: 1.17em;
  }
}
.lpWrap .title02 {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .lpWrap .title02 {
    font-size: 5.6vw;
  }
}
.lpWrap .title02_wrap {
  display: inline-block;
  transform: skew(-5deg) rotate(-5deg) translateX(-100%);
  padding: 0 7px 7px 0;
}
@media screen and (max-width: 768px) {
  .lpWrap .title02_wrap {
    padding: 0 1vw 1vw 0;
  }
}
.lpWrap .title02_wrap.anim {
  transform: skew(-5deg) rotate(-5deg) translateX(0);
}
.lpWrap .title02_wrap_txt {
  display: inline-block;
  background: #0058b8;
  color: #fff;
  box-shadow: 7px 7px 0 #052b58;
  padding: 0.55em 1.55em;
}
@media screen and (max-width: 768px) {
  .lpWrap .title02_wrap_txt {
    box-shadow: 1vw 1vw 0 #052b58;
    padding: 0.43em 0.95em;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block2 {
    padding-top: 2vw;
  }
}
.lpWrap .block2_txt1 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.75;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_txt1 {
    font-size: 4.8vw;
  }
}
.lpWrap .block2_txt1 .big {
  font-size: 1.62em;
  background-image: linear-gradient(transparent 60%, #8fe4ff 60%);
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_txt1 .big {
    font-size: 1.33em;
  }
}
.lpWrap .block3_row_img .ttl {
  background-image: linear-gradient(to top, #c5db00, #e4fd01);
  color: #052b58;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.2em;
  padding: 0.23em 0.62em;
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_row_img .ttl {
    font-size: 4.8vw;
  }
}
.lpWrap .block4_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_list {
    flex-direction: column;
    gap: 2.7vw;
  }
}
.lpWrap .block4_list_item {
  width: 29.2%;
  background: url(../img/block4-bg01.webp) no-repeat center center/cover;
  padding: 30px 0 32px;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_list_item {
    background-image: url(../img/block4-bg01-sp.webp);
    width: auto;
    display: flex;
    align-items: center;
    gap: 2.7vw;
    padding: 0 5.3vw;
    height: 26.7vw;
  }
}
.lpWrap .block4_list_item .img {
  width: 140px;
  margin: 0 auto 14px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_list_item .img {
    width: 18.7vw;
    margin: 0;
  }
}
.lpWrap .block4_list_item .txt {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block4_list_item .txt {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_list_item .txt {
    font-size: 5.6vw;
    text-align: left;
  }
}
.lpWrap .block5_img1 .img2 {
  background-image: linear-gradient(to top, #c5db00, #e4fd01);
  color: #052b58;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.2em;
  padding: 0.23em 0.62em;
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_img1 .img2 {
    font-size: 4.8vw;
    bottom: auto;
    top: 66vw;
    z-index: 1;
  }
}
.lpWrap .block5_img1, .lpWrap .block5_img2 {
  background: repeating-linear-gradient(-45deg, #fff, #fff 3px, #fafafa 3px, #fafafa 6px);
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 30px 50px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_img1, .lpWrap .block5_img2 {
    flex-direction: column;
    padding: 4vw 5.3vw;
    align-items: normal;
  }
}
.lpWrap .block5_img1 .box, .lpWrap .block5_img2 .box {
  width: 47.8%;
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_img1 .box, .lpWrap .block5_img2 .box {
    display: contents;
  }
}
.lpWrap .block5_img1 .box_ttl, .lpWrap .block5_img2 .box_ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 22px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block5_img1 .box_ttl, .lpWrap .block5_img2 .box_ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_img1 .box_ttl, .lpWrap .block5_img2 .box_ttl {
    order: 0;
    font-size: 5.6vw;
    padding-bottom: 4vw;
    margin-bottom: 8vw;
  }
}
.lpWrap .block5_img1 .box_ttl::before, .lpWrap .block5_img2 .box_ttl::before {
  content: "";
  background: #009fe8;
  position: absolute;
  right: 10px;
  left: -50px;
  height: 10px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_img1 .box_ttl::before, .lpWrap .block5_img2 .box_ttl::before {
    left: -5.3vw;
    right: 2.7vw;
    height: 1.3vw;
  }
}
.lpWrap .block5_img1 .box_ttl::after, .lpWrap .block5_img2 .box_ttl::after {
  content: "";
  background: #009fe8;
  position: absolute;
  right: 0;
  width: 20px;
  height: 10px;
  bottom: 0;
  transform: skew(-40deg);
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_img1 .box_ttl::after, .lpWrap .block5_img2 .box_ttl::after {
    width: 5.3vw;
    height: 1.3vw;
  }
}
.lpWrap .block5_img1 .box_txt, .lpWrap .block5_img2 .box_txt {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_img1 .box_txt, .lpWrap .block5_img2 .box_txt {
    order: 2;
    font-size: 3.7vw;
  }
}
.lpWrap .block5_img1 .img, .lpWrap .block5_img2 .img {
  width: 46.7%;
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_img1 .img, .lpWrap .block5_img2 .img {
    order: 1;
    width: auto;
    margin-top: 0;
    margin-bottom: 11.3vw;
  }
}
.lpWrap .block5_img1 .img .txt01,
.lpWrap .block5_img1 .img .txt02, .lpWrap .block5_img2 .img .txt01,
.lpWrap .block5_img2 .img .txt02 {
  color: #fff;
  font-size: 14px;
  position: absolute;
  width: 48%;
  text-align: center;
  top: 6.5%;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block5_img1 .img .txt01,
  .lpWrap .block5_img1 .img .txt02, .lpWrap .block5_img2 .img .txt01,
  .lpWrap .block5_img2 .img .txt02 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_img1 .img .txt01,
  .lpWrap .block5_img1 .img .txt02, .lpWrap .block5_img2 .img .txt01,
  .lpWrap .block5_img2 .img .txt02 {
    font-size: 2.7vw;
  }
}
.lpWrap .block5_img1 .img .txt01, .lpWrap .block5_img2 .img .txt01 {
  left: 0;
}
.lpWrap .block5_img1 .img .txt02, .lpWrap .block5_img2 .img .txt02 {
  right: 0;
}
.lpWrap .block6_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_list {
    flex-direction: column;
    padding: 0 2vw;
  }
}
.lpWrap .block6_list_item {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background: #fff;
  border: 2px solid #15436e;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_list_item {
    width: auto;
  }
}
.lpWrap .block6_list_item .head {
  text-align: center;
  background: #8fe4ff;
  color: #15436e;
  width: 110px;
  font-size: 15px;
  font-weight: bold;
  padding-top: 0.75em;
  height: 77px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_list_item .head {
    width: 21.3vw;
    font-size: 3.5vw;
    padding-top: 4vw;
    height: 20.8vw;
  }
}
.lpWrap .block6_list_item .head .num {
  display: block;
  font-size: 2.4em;
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_list_item .head .num {
    font-size: 2.8em;
  }
}
.lpWrap .block6_list_item .ttl {
  padding-left: 1.5em;
  background: #15436e;
  color: #fff;
  flex: 1;
  font-size: 24px;
  display: flex;
  align-items: center;
  height: 77px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_list_item .ttl {
    font-size: 5.6vw;
    padding-left: 2.1vw;
    height: 20.8vw;
  }
}
.lpWrap .block6_list_item .txt {
  font-size: 16px;
  line-height: 1.7;
  width: 100%;
  padding: 5.8%;
  height: calc(100% - 77px);
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_list_item .txt {
    font-size: 3.7vw;
    line-height: 2;
    padding-top: 6.5vw;
    padding-bottom: 6.5vw;
    height: auto;
  }
}
.lpWrap .block6_list_item .txt .blue {
  color: #15436e;
  font-weight: bold;
}
.lpWrap .block7_row_box .ttl {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.5;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block7_row_box .ttl {
    font-size: 4.8vw;
    margin-bottom: 9vw;
  }
}
.lpWrap .block7_row_box .ttl .big {
  font-size: 1.31em;
  background-image: linear-gradient(transparent 60%, #8fe4ff 60%);
}
@media screen and (max-width: 768px) {
  .lpWrap .block7_row_box .ttl .big {
    font-size: 1.33em;
  }
}
.lpWrap .block7_img {
  background: repeating-linear-gradient(-45deg, #fff, #fff 3px, #fafafa 3px, #fafafa 6px);
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 35px 50px;
  margin-bottom: 92px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lpWrap .block7_img {
    flex-direction: column;
    padding: 4vw 5.3vw;
    align-items: normal;
    margin-bottom: 12.5vw;
  }
}
.lpWrap .block7_img .box {
  width: 53%;
}
@media screen and (max-width: 768px) {
  .lpWrap .block7_img .box {
    display: contents;
  }
}
.lpWrap .block7_img .box_ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 22px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block7_img .box_ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block7_img .box_ttl {
    order: 0;
    font-size: 5.6vw;
    padding-bottom: 4vw;
    margin-bottom: 8vw;
  }
}
.lpWrap .block7_img .box_ttl::before {
  content: "";
  background: #009fe8;
  position: absolute;
  right: 10px;
  left: -50px;
  height: 10px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .lpWrap .block7_img .box_ttl::before {
    left: -5.3vw;
    right: 2.7vw;
    height: 1.3vw;
  }
}
.lpWrap .block7_img .box_ttl::after {
  content: "";
  background: #009fe8;
  position: absolute;
  right: 0;
  width: 20px;
  height: 10px;
  bottom: 0;
  transform: skew(-40deg);
}
@media screen and (max-width: 768px) {
  .lpWrap .block7_img .box_ttl::after {
    width: 5.3vw;
    height: 1.3vw;
  }
}
.lpWrap .block7_img .box_txt {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .lpWrap .block7_img .box_txt {
    order: 2;
    font-size: 3.7vw;
  }
}
.lpWrap .block7_img .box_txt .main-color {
  color: #15436e;
  font-weight: bold;
}
.lpWrap .block7_img .img {
  position: absolute;
  width: 32%;
  right: 10%;
  top: -16%;
  animation-delay: 0.3s;
}
@media screen and (max-width: 768px) {
  .lpWrap .block7_img .img {
    position: relative;
    width: 46.9vw;
    right: auto;
    top: auto;
    margin: 0 auto 6.2vw;
  }
}
.lpWrap .block7_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lpWrap .block7_list {
    flex-direction: column;
    gap: 19vw;
    padding: 0 2vw;
  }
}
.lpWrap .block7_list_item {
  width: 49%;
  border: 2px solid #fff;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block7_list_item {
    width: auto;
  }
}
.lpWrap .block7_list_item a {
  display: block;
  background: #fff;
  border: 2px solid #15436e;
  border-radius: 8px;
  position: relative;
  padding: 0 6% 47px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .lpWrap .block7_list_item a {
    padding: 33vw 4.5vw 13vw;
  }
}
.lpWrap .block7_list_item .img {
  max-width: 144px;
  width: 30%;
  border: 2px solid #fff;
  border-radius: 50%;
  left: 36px;
  position: absolute;
  top: -38px;
  left: 7%;
}
@media screen and (max-width: 768px) {
  .lpWrap .block7_list_item .img {
    top: -10.2vw;
    left: 0;
    right: 0;
    margin: auto;
    max-width: none;
    width: calc(37.3vw + 4px);
  }
}
.lpWrap .block7_list_item .img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 112%;
  height: 112%;
  border-radius: 50%;
}
.lpWrap .block7_list_item .img::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #15436e;
  border: 3px solid #fff;
  width: calc(112% + 10px);
  height: calc(112% + 10px);
  border-radius: 50%;
}
.lpWrap .block7_list_item .img img {
  position: relative;
  z-index: 1;
}
.lpWrap .block7_list_item .ttl {
  color: #0058b8;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 16px;
  padding-left: 37%;
  height: 102px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .lpWrap .block7_list_item .ttl {
    font-size: 5.6vw;
    margin-bottom: 5vw;
    padding: 0;
    height: auto;
    display: block;
    text-align: center;
  }
}
.lpWrap .block7_list_item .txt {
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .lpWrap .block7_list_item .txt {
    font-size: 3.7vw;
    line-height: 2;
  }
}
.lpWrap .flow_list {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .lpWrap .flow_list {
    margin-bottom: 5.5vw;
  }
}
.lpWrap .flow_list_item {
  display: flex;
  border-top: 1px solid #0058b8;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .lpWrap .flow_list_item {
    padding: 2vw 2.7vw 5vw;
    justify-content: space-between;
  }
}
.lpWrap .flow_list_item .num {
  width: 80px;
  margin-right: 30px;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .lpWrap .flow_list_item .num {
    width: 10.7vw;
    margin: 0;
    position: absolute;
    top: 0;
    left: 2.7vw;
  }
}
.lpWrap .flow_list_item .box {
  flex: 1;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .lpWrap .flow_list_item .box {
    flex: 0 1 auto;
    width: 56vw;
    margin-right: 0;
  }
}
.lpWrap .flow_list_item .ttl {
  color: #0058b8;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .lpWrap .flow_list_item .ttl {
    font-size: 5.6vw;
    margin-left: 13.3vw;
    margin-bottom: 5.5vw;
  }
}
.lpWrap .flow_list_item .txt {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .lpWrap .flow_list_item .txt {
    font-size: 3.7vw;
  }
}
.lpWrap .flow_list_item .img {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .lpWrap .flow_list_item .img {
    width: 25.3vw;
    margin-top: 14vw;
  }
}
.lpWrap .flow_list_item:nth-child(odd) {
  background: #edf3fa;
}
.lpWrap .flow_list_item:nth-child(even) {
  background: #fff;
}
.lpWrap .flow_box {
  background: #f2f4f5;
  padding: 20px 30px 60px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .lpWrap .flow_box {
    margin: 0 -2.7vw;
    padding: 2.7vw;
  }
}
.lpWrap .flow_box_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .lpWrap .flow_box_ttl {
    font-size: 4.8vw;
    margin-bottom: 2vw;
  }
}
.lpWrap .flow_box_list dl {
  display: flex;
}
.lpWrap .flow_box_list dl:not(:last-child) {
  border-bottom: 2px solid #f2f4f5;
}
.lpWrap .flow_box_list dt {
  background: linear-gradient(to bottom, #0058b8, #004b9d);
  width: 24.3%;
  text-align: center;
  color: #fff;
  padding: 19px 10px;
  border-right: 2px solid #f2f4f5;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lpWrap .flow_box_list dt {
    padding: 4.5vw 0;
    line-height: 1.3;
    width: 24.2%;
  }
}
.lpWrap .flow_box_list dd {
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 19px 30px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .lpWrap .flow_box_list dd {
    padding: 4.5vw 2.7vw;
    line-height: 1.5;
    font-size: 3.7vw;
  }
}
.lpWrap .flow_box_list dd .square {
  display: flex;
  gap: 0.25em;
}
.lpWrap .flow_box_list dd .square::before {
  content: "◆";
}
.lpWrap .flow_box_list dd .box {
  display: flex;
  gap: 10px;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .lpWrap .flow_box_list dd .box {
    gap: 1vw;
    margin-top: 3vw;
  }
}
.lpWrap .flow_box_list dd .box .img {
  width: 32px;
}
@media screen and (max-width: 768px) {
  .lpWrap .flow_box_list dd .box .img {
    width: 5.4vw;
  }
}
.lpWrap .flow_box_list dd .box .txt {
  flex: 1;
}
.lpWrap .flow_box_list dd .box .line {
  border-bottom: 1px solid #0058b8;
}
.lpWrap .block9_tbl {
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block9_tbl {
    margin-bottom: 5vw;
  }
}
.lpWrap .block9_tbl_ttl {
  color: #fff;
  background: #0058b8;
  font-size: 26px;
  text-align: center;
  padding: 0.58em 0;
}
@media screen and (max-width: 768px) {
  .lpWrap .block9_tbl_ttl {
    font-size: 4.8vw;
    padding: 3.9vw 0;
  }
}
.lpWrap .block9_tbl_box {
  background: #fff;
  padding: 25px 90px 23px 100px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block9_tbl_box {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block9_tbl_box {
    padding: 4vw 2.7vw;
    gap: 2vw;
  }
}
.lpWrap .block9_tbl_box dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.lpWrap .block9_tbl_box dl::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 2px dotted #0058b8;
}
@media screen and (max-width: 768px) {
  .lpWrap .block9_tbl_box dl::before {
    display: none;
  }
}
.lpWrap .block9_tbl_box dl dt {
  font-size: 21px;
  font-weight: bold;
  background: #fff;
  position: relative;
  width: 340px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .lpWrap .block9_tbl_box dl dt {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .lpWrap .block9_tbl_box dl dt {
    width: auto;
  }
}
.lpWrap .block9_tbl_box dl dt .num {
  color: #fff;
  display: inline-block;
  width: 190px;
  text-align: center;
  border-radius: 200px;
  margin-right: 10px;
  padding: 0.23em 0;
}
@media screen and (max-width: 768px) {
  .lpWrap .block9_tbl_box dl dt .num {
    width: 18.7vw;
    font-size: 4vw;
    margin-right: 1.3vw;
    padding: 1.6vw 0;
  }
}
.lpWrap .block9_tbl_box dl dt .num .big {
  font-size: 1.43em;
  margin-right: 6px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block9_tbl_box dl dt .num .big {
    font-size: 1.6em;
  }
}
.lpWrap .block9_tbl_box dl dd {
  color: #0058b8;
  font-size: 15px;
  font-weight: bold;
  background: #fff;
  position: relative;
  text-align: right;
  width: 210px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block9_tbl_box dl dd {
    font-size: 3.5vw;
    width: auto;
  }
}
.lpWrap .block9_tbl_box dl dd .bebas {
  font-size: 3.2em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .lpWrap .block9_tbl_box dl dd .bebas {
    font-size: 2.77em;
  }
}
.lpWrap .block9_tbl_box dl:nth-child(1) dt .num {
  background: #73a3d8;
}
.lpWrap .block9_tbl_box dl:nth-child(2) dt .num {
  background: #4c8acd;
}
.lpWrap .block9_tbl_box dl:nth-child(3) dt .num {
  background: #2671c3;
}
.lpWrap .block9_tbl_box dl:nth-child(4) dt .num {
  background: #0058b8;
}/*# sourceMappingURL=lp3-style.css.map */