@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: #fff;
  text-align: left;
}
@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 .ttlMsk {
  overflow: hidden;
  position: relative;
}
.lpWrap .ttlMsk .con {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lpWrap .ttlMsk .con::before {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #009fe8;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.lpWrap .ttlMsk.anim .con {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.lpWrap .ttlMsk.anim .con::before {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}
.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: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .lpWrap .title01 {
    font-size: 6.4vw;
  }
}
.lpWrap .title01 .txt {
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #fff;
  padding-bottom: 0.35em;
}
@media screen and (max-width: 768px) {
  .lpWrap .title01 .txt {
    padding-bottom: 5.3vw;
    border-bottom-width: 1px;
  }
}
.lpWrap .title01 .txt::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid;
}
@media screen and (max-width: 768px) {
  .lpWrap .title01 .txt::before {
    border-right-width: 3.2vw;
    border-left-width: 3.2vw;
    border-top-width: 3.2vw;
  }
}
.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 .row01 {
  background: #ccdcef;
  position: relative;
  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;
  padding: 30px 50px;
  -webkit-box-shadow: 20px 20px 10px rgba(21, 67, 110, 0.2);
          box-shadow: 20px 20px 10px rgba(21, 67, 110, 0.2);
}
@media screen and (max-width: 768px) {
  .lpWrap .row01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8vw 5.3vw;
    -webkit-box-shadow: 10px 10px 5px rgba(21, 67, 110, 0.2);
            box-shadow: 10px 10px 5px rgba(21, 67, 110, 0.2);
  }
}
.lpWrap .row01::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border: 3px solid #fff;
  pointer-events: none;
}
.lpWrap .row01_img {
  width: 45%;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .lpWrap .row01_img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: auto;
    margin-bottom: 4.8vw;
  }
}
.lpWrap .row01_txt {
  color: #052b58;
  width: 50%;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .lpWrap .row01_txt {
    display: contents;
  }
}
.lpWrap .row01_txt_ttl {
  font-weight: bold;
  font-size: 2.8rem;
  border-left: 5px solid #052b58;
  padding-left: 15px;
  line-height: 1.43;
  margin-bottom: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .lpWrap .row01_txt_ttl {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    font-size: 5.6vw;
    padding-left: 2vw;
    border-left-width: 3px;
    margin-bottom: 5.3vw;
  }
}
.lpWrap .row01_txt_txt {
  font-size: 1.8rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .lpWrap .row01_txt_txt {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    font-size: 4vw;
  }
}
.lpWrap .fv {
  height: 640px;
  padding-top: 35px;
  position: relative;
  overflow: hidden;
}
.lpWrap .fv::after {
  content: "";
  position: absolute;
  top: -52px;
  left: 50%;
  width: 230px;
  height: 230px;
  background-image: url(../img/fv-11.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .lpWrap .fv::after {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .lpWrap .fv {
    height: 145vw;
    padding-top: 25px;
  }
  .lpWrap .fv::after {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    left: auto;
    right: -20px;
    -webkit-transform: translateX(auto);
            transform: translateX(auto);
    width: 30.4vw;
    height: 30.4vw;
    background-image: url(../img/fv-11.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.lpWrap .fv .inner {
  max-width: 1065px;
}
@media (max-width: 767px) {
  .lpWrap .fv .inner {
    height: 100%;
    padding: 0 5.3vw;
  }
}
.lpWrap .fv_box {
  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;
  max-width: 765px;
}
@media (max-width: 767px) {
  .lpWrap .fv_box {
    max-width: none;
    display: block;
  }
}
.lpWrap .fv_face {
  position: absolute;
  top: -36px;
  left: 56%;
  right: 0;
  z-index: -1;
  width: 920px;
  height: 621px;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lpWrap .fv_face img {
  width: 90%;
}
@media (max-width: 767px) {
  .lpWrap .fv_face img {
    width: auto;
  }
}
@media (max-width: 767px) {
  .lpWrap .fv_face {
    width: 54.6666666667vw;
    height: 59.7333333333vw;
    right: 0;
    left: auto;
    top: 64vw;
  }
}
.lpWrap .fv_face.anim {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.lpWrap .fv_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  gap: 8px;
}
@media (max-width: 767px) {
  .lpWrap .fv_list {
    display: contents;
  }
}
.lpWrap .fv_list_item img {
  width: auto;
  height: 100%;
}
@media (max-width: 767px) {
  .lpWrap .fv_list_item {
    height: auto;
  }
}
@media (max-width: 767px) {
  .lpWrap .fv_list_item:nth-child(1) {
    left: -5.2vw;
    bottom: -2.1333333333vw;
  }
}
@media (max-width: 767px) {
  .lpWrap .fv_list_item:nth-child(2) {
    left: -5.2vw;
    bottom: -3.4666666667vw;
  }
}
.lpWrap .fv_list_item:nth-child(2) .con {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.lpWrap .fv_list_item:nth-child(2) .con::before {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media (max-width: 767px) {
  .lpWrap .fv_list_item:nth-child(3) {
    left: -5.2vw;
    bottom: -4.8vw;
  }
}
.lpWrap .fv_list_item:nth-child(3) .con {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.lpWrap .fv_list_item:nth-child(3) .con::before {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
@media (max-width: 767px) {
  .lpWrap .fv_list_item:nth-child(4) {
    left: -5.2vw;
    bottom: -6.1333333333vw;
  }
}
.lpWrap .fv_list_item:nth-child(4) .con {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.lpWrap .fv_list_item:nth-child(4) .con::before {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
@media (max-width: 767px) {
  .lpWrap .fv_list_item:nth-child(5) {
    left: -5.2vw;
    bottom: -7.4666666667vw;
  }
}
.lpWrap .fv_list_item:nth-child(5) .con {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.lpWrap .fv_list_item:nth-child(5) .con::before {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.lpWrap .fv_txt1 {
  max-width: 598px;
  margin-bottom: 26px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  margin-right: auto;
}
@media (max-width: 767px) {
  .lpWrap .fv_txt1 {
    margin-bottom: 4.7vw;
    max-width: 159.4666666667vw;
  }
}
.lpWrap .fv_txt2 {
  position: relative;
  margin-bottom: 25px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  margin-right: auto;
}
@media (max-width: 767px) {
  .lpWrap .fv_txt2 {
    margin-bottom: 13.3vw;
    width: 100%;
  }
}
.lpWrap .fv_txt2_img {
  position: absolute;
  z-index: -1;
  width: 290px;
  top: -32px;
  left: 146px;
}
@media (max-width: 767px) {
  .lpWrap .fv_txt2_img {
    width: 46.7vw;
    top: -6.4vw;
    left: 15.2vw;
  }
}
.lpWrap .fv_txt3 {
  max-width: 861px;
  margin-right: auto;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media (max-width: 767px) {
  .lpWrap .fv_txt3 {
    width: 76.7vw;
    margin: 0 auto;
  }
}
.lpWrap .fv_js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f8f8f8;
}
.lpWrap .moni {
  height: 200px;
  background: url(../img/moni-bg.webp) no-repeat center center/cover;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .lpWrap .moni {
    background-image: url(../img/moni-bg-sp.webp);
    height: 53.3vw;
    padding-top: 5.3vw;
  }
}
.lpWrap .moni_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;
}
@media (max-width: 767px) {
  .lpWrap .moni_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;
  }
}
@media (max-width: 767px) {
  .lpWrap .moni_row_l {
    margin-bottom: 2.7vw;
  }
}
.lpWrap .moni_row_l_img1 {
  max-width: 255px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .lpWrap .moni_row_l_img1 {
    width: 40.8vw;
    max-width: none;
    margin: 0 auto 2.7vw;
  }
}
.lpWrap .moni_row_l_img2 {
  max-width: 576px;
}
@media (max-width: 767px) {
  .lpWrap .moni_row_l_img2 {
    max-width: none;
    width: 76.8vw;
  }
}
.lpWrap .moni_row_r {
  max-width: 398px;
  padding-top: 4px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media (max-width: 767px) {
  .lpWrap .moni_row_r {
    max-width: none;
    width: 83.2vw;
    padding-top: 0;
  }
}
.lpWrap .block1 {
  padding: 62px 0 194px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lpWrap .block1 {
    padding: 11vw 0 61.5vw;
  }
}
.lpWrap .block1::after {
  content: "";
  position: absolute;
  background: url(../img/block1-4.webp) no-repeat right bottom/contain;
  width: 960px;
  height: 704px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .lpWrap .block1::after {
    width: 128vw;
    height: 93.9vw;
    right: -24vw;
  }
}
.lpWrap .block1_bg1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  max-width: 1033px;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media (max-width: 767px) {
  .lpWrap .block1_bg1 {
    left: -100px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_bg1 {
    width: 137.7vw;
    left: -37.3vw;
  }
}
.lpWrap .block1_bg1.anim {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.lpWrap .block1_ttl {
  color: #052b58;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_ttl {
    margin-bottom: 9.5vw;
    text-align: right;
  }
}
.lpWrap .block1_ttl .txt {
  border-bottom-color: #052b58;
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_ttl .txt {
    padding-left: 9.1vw;
    padding-right: 9.1vw;
  }
}
.lpWrap .block1_box {
  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;
  gap: 34px;
  position: relative;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_box {
    gap: 24vw;
    margin-bottom: 12vw;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.lpWrap .block1_box .txt1,
.lpWrap .block1_box .txt2,
.lpWrap .block1_box .txt3 {
  text-align: center;
  font-size: 2.1rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block1_box .txt1,
  .lpWrap .block1_box .txt2,
  .lpWrap .block1_box .txt3 {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_box .txt1,
  .lpWrap .block1_box .txt2,
  .lpWrap .block1_box .txt3 {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_box .txt1,
  .lpWrap .block1_box .txt3 {
    padding-left: 33vw;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_box .txt2 {
    position: relative;
    padding-right: 33vw;
  }
}
.lpWrap .block1_box .txt2 .img {
  position: absolute;
  z-index: -1;
  top: -12vw;
  right: -13vw;
  width: 38.9vw;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
@media screen and (min-width: 769px) {
  .lpWrap .block1_box .txt2 .img {
    display: none;
  }
}
.lpWrap .block1_box .txt2 .img.anim {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_box .txt1,
  .lpWrap .block1_box .txt2 {
    position: relative;
  }
  .lpWrap .block1_box .txt1::after,
  .lpWrap .block1_box .txt2::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 13.3vw;
    background: #052b58;
    bottom: -19vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.lpWrap .block1_box_img {
  position: absolute;
  z-index: -1;
  top: 12px;
  right: -340px;
  width: 600px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_box_img {
    width: 72vw;
    top: auto;
    right: auto;
    left: -25.1vw;
    bottom: 15.5vw;
  }
}
.lpWrap .block1_row {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_row {
    margin-bottom: 6vw;
  }
}
.lpWrap .block1_txt1, .lpWrap .block1_txt2, .lpWrap .block1_txt3 {
  font-size: 2.1rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block1_txt1, .lpWrap .block1_txt2, .lpWrap .block1_txt3 {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_txt1, .lpWrap .block1_txt2, .lpWrap .block1_txt3 {
    font-size: 4.5vw;
  }
}
.lpWrap .block1_txt1, .lpWrap .block1_txt2 {
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block1_txt1, .lpWrap .block1_txt2 {
    margin-bottom: 5vw;
  }
}
.lpWrap .block2 {
  background: #030303 url(../img/block2-bg.webp) no-repeat top center/cover;
  height: 655px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block2 {
    background-position: top left 40%;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block2 {
    background-image: url(../img/block2-bg-sp.webp);
    height: 204.8vw;
  }
}
.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: 73px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_ttl {
    margin-bottom: 10vw;
    margin-top: -18vw;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_ttl .txt {
    width: 100%;
  }
}
.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.webp) no-repeat center center/contain;
  min-width: 30px;
  height: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block2_list_item::before {
    min-width: 6.4vw;
    height: 6.4vw;
    margin-right: 2vw;
  }
}
.lpWrap .block2_list_item:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.lpWrap .block2_list_item:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.lpWrap .block2_list_item:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.lpWrap .block2_list_item:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.lpWrap .block2_list_item:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.lpWrap .block3 {
  background: #ebf2f9;
  padding: 61px 0 100px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block3 {
    padding: 20vw 0 24vw;
  }
}
.lpWrap .block3_ttl {
  color: #052b58;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_ttl {
    margin: 0 -1vw 10vw;
  }
}
.lpWrap .block3_ttl .txt {
  border-bottom-color: #052b58;
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_ttl .txt {
    width: 100%;
  }
}
.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: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #052b58));
  background: -webkit-linear-gradient(top, #fff 50%, #052b58 50%);
  background: linear-gradient(to bottom, #fff 50%, #052b58 50%);
  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_row1 {
  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-bottom: 37px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_row1 {
    display: block;
    margin-bottom: 11.5vw;
  }
}
.lpWrap .block3_row1_img {
  width: 49.6%;
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_row1_img {
    width: auto;
    margin-bottom: 9vw;
  }
}
.lpWrap .block3_row1_txt {
  width: 45%;
  font-size: 1.8rem;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  .lpWrap .block3_row1_txt {
    width: auto;
    font-size: 4.3vw;
  }
}
.lpWrap .block4 {
  padding: 70px 0;
  background: #fff url(../img/block4-bg.webp) no-repeat top center/cover;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4 {
    padding: 13.3vw 0 22.8vw;
    background-image: url(../img/block4-bg-sp.webp);
    background-size: contain;
  }
}
.lpWrap .block4_ttl {
  font-size: 5rem;
  color: #052b58;
  line-height: 1.24;
  margin-bottom: 50px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_ttl {
    font-size: 6.4vw;
    line-height: 1.5;
    margin-bottom: 10vw;
  }
}
.lpWrap .block4_ttl .head {
  font-size: 1.2em;
  color: #fff;
  background: #052b58;
  display: inline-block;
  width: 1.33em;
  height: 1.33em;
  line-height: 1;
  text-align: center;
  padding-top: 0.1em;
  margin-right: 0.1em;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_ttl .head {
    font-size: 1.23em;
  }
}
.lpWrap .block4_ttl .small {
  font-size: 0.64em;
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_ttl .small {
    font-size: 0.71em;
  }
}
.lpWrap .block4_txt1 {
  font-size: 1.8rem;
  max-width: 696px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block4_txt1 {
    max-width: 70vw;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_txt1 {
    font-size: 4.3vw;
    max-width: none;
    margin-bottom: 8vw;
  }
}
.lpWrap .block4_txt1 .small {
  font-size: 0.67em;
}
.lpWrap .block4_txt2 {
  font-size: 1.4rem;
  line-height: 1.5;
  max-width: 696px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block4_txt2 {
    max-width: 70vw;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_txt2 {
    max-width: none;
    font-size: 3.7vw;
  }
}
.lpWrap .block4_img {
  width: 590px;
  height: 1024px;
  position: absolute;
  top: -132px;
  left: 781px;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block4_img {
    left: auto;
    right: 0;
    top: -100px;
    width: 33vw;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block4_img {
    width: 53.3vw;
    height: 92.6vw;
    top: -26.6vw;
    right: -21.3vw;
  }
}
.lpWrap .block4_img.anim {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.lpWrap .block5 {
  padding: 61px 0 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lpWrap .block5 {
    padding: 15.8vw 0 15.8vw;
  }
}
.lpWrap .block5 .inner {
  max-width: 940px;
}
.lpWrap .block5_ttl {
  color: #fff;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_ttl {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_ttl .txt {
    width: 100%;
  }
}
.lpWrap .block5_img {
  position: absolute;
  top: -104px;
  left: -180px;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block5_img {
    width: 23vw;
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_img {
    width: 30.6vw;
    height: 40vw;
    top: -29vw;
    left: 2.7vw;
  }
}
.lpWrap .block5_img.anim {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.lpWrap .block5_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3vw;
  }
}
.lpWrap .block5_list_item {
  width: 33%;
  height: 290px;
  color: #fff;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_list_item {
    width: auto;
    height: auto;
  }
}
.lpWrap .block5_list_item .con {
  padding-top: 26px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_list_item .con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 9.5vw 5vw 9.5vw 0;
  }
}
.lpWrap .block5_list_item .ttl {
  font-size: 2.8rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 27px;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_list_item .ttl {
    height: auto;
    display: block;
    width: 40vw;
    font-size: 5.6vw;
    margin-bottom: 0;
  }
}
.lpWrap .block5_list_item .txt {
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_list_item .txt {
    text-align: left;
    width: 38vw;
    font-size: 4vw;
    line-height: 2;
  }
}
.lpWrap .block5_list_item:nth-child(1) {
  background: url(../img/block5-1.webp) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_list_item:nth-child(1) {
    background-image: url(../img/block5-1-sp.webp);
  }
}
.lpWrap .block5_list_item:nth-child(2) {
  background: url(../img/block5-2.webp) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_list_item:nth-child(2) {
    background-image: url(../img/block5-2-sp.webp);
  }
}
.lpWrap .block5_list_item:nth-child(2) .con {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.lpWrap .block5_list_item:nth-child(2) .con::before {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.lpWrap .block5_list_item:nth-child(3) {
  background: url(../img/block5-3.webp) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .lpWrap .block5_list_item:nth-child(3) {
    background-image: url(../img/block5-3-sp.webp);
  }
}
.lpWrap .block5_list_item:nth-child(3) .con {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.lpWrap .block5_list_item:nth-child(3) .con::before {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.lpWrap .block5_js {
  position: absolute;
  background: #b79272;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lpWrap .block6 {
  background: #ebf2f9;
  position: relative;
  padding: 93px 0 95px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block6 {
    padding: 13.5vw 0 30.5vw;
  }
}
.lpWrap .block6::before {
  content: "";
  position: absolute;
  background: url(../img/block6-5.webp) no-repeat right bottom/contain;
  width: 937px;
  height: 665px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .lpWrap .block6::before {
    width: 128vw;
    height: 90.8vw;
    left: -24vw;
  }
}
.lpWrap .block6 .inner {
  max-width: 1140px;
}
.lpWrap .block6_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 102px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block6_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_row {
    margin-bottom: 8vw;
  }
}
.lpWrap .block6_row_l {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block6_row_l {
    margin-top: -120px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_row_l {
    margin-top: -8vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .block6_row_l_list {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_row_l_list {
    -webkit-transform: translateX(-5.3vw);
            transform: translateX(-5.3vw);
  }
}
.lpWrap .block6_row_l_list .con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 630px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_row_l_list .con {
    width: auto;
    margin-bottom: 1.7vw;
  }
}
.lpWrap .block6_row_l_list_item .txt {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 17px 0;
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_row_l_list_item .txt {
    font-size: 4vw;
    padding: 2.5vw 0;
  }
}
.lpWrap .block6_row_l_list_item:nth-child(1) .txt {
  background-color: #052b58;
}
.lpWrap .block6_row_l_list_item:nth-child(2) .txt {
  background-color: #009fe8;
}
.lpWrap .block6_row_l_ttl {
  max-width: 480px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #052b58;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_row_l_ttl {
    font-size: 3.7vw;
  }
}
.lpWrap .block6_row_l_txt {
  max-width: 480px;
  font-size: 1.2rem;
  line-height: 1.5;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_row_l_txt {
    font-size: 2.7vw;
  }
}
.lpWrap .block6_row_r {
  width: 576px;
  padding: 30px 50px 40px 150px;
  background: #fff;
  margin-left: -100px;
  margin-top: 50px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block6_row_r {
    width: auto;
    margin: 0;
    padding: 30px 40px 150px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_row_r {
    padding: 5.2vw 5.3vw 13.5vw;
  }
}
.lpWrap .block6_row_r_ttl {
  color: #052b58;
  font-size: 4.2rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_row_r_ttl {
    font-size: 5.6vw;
    margin-bottom: 5vw;
  }
}
.lpWrap .block6_row_r_txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_row_r_txt {
    font-size: 4.3vw;
  }
}
.lpWrap .block6_img {
  max-width: 450px;
  margin: 0 auto 38px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_img {
    max-width: none;
    width: 60vw;
    margin-bottom: 4.2vw;
  }
}
.lpWrap .block6_txt1 {
  color: #052b58;
  font-size: 6rem;
  font-weight: 700;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.3;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_txt1 {
    font-size: 8.5vw;
    margin-bottom: 8vw;
  }
}
.lpWrap .block6_txt1 .small {
  font-size: 0.67em;
}
.lpWrap .block6_txt2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_txt2 {
    font-size: 4.5vw;
    text-align: left;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.lpWrap .block6_bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  max-width: 983px;
  height: 559px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .lpWrap .block6_bg {
    max-width: none;
    width: 79.7vw;
    height: 45.3vw;
  }
}
.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);
  }
}
@media (max-width: 767px) {
  .pc_only__dermapen_prp {
    display: none !important;
  }
}

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

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

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

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

.d-ism-dermapen_prp__wrapper2__block3_ttl {
  color: #052b58;
  margin-bottom: 100px !important;
  position: relative;
}
@media (max-width: 767px) {
  .d-ism-dermapen_prp__wrapper2__block3_ttl {
    margin-bottom: 0px !important;
  }
}
.d-ism-dermapen_prp__wrapper2__block3_ttl .bar {
  left: 50% !important;
}

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

.d-ism-dermapen_prp-mv__text1 {
  font-size: 28px;
  color: #052b58;
  padding-left: 0;
  font-weight: 700;
  letter-spacing: 0.07em;
  position: relative;
  padding-left: 11px;
}
.d-ism-dermapen_prp-mv__text1::before {
  content: "";
  position: absolute;
  bottom: 18px;
  right: -86px;
  width: 50px;
  height: 3px;
  rotate: 45deg;
  background: #052b58;
}
.d-ism-dermapen_prp-mv__text1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -3px;
  width: 453px;
  height: 3px;
  background: #052b58;
}
@media (max-width: 767px) {
  .d-ism-dermapen_prp-mv__text1 {
    font-size: 4.5333333333vw;
    color: #052b58;
    padding-left: 15px;
    line-height: 1.1;
    padding-bottom: 2.6666666667vw;
    position: relative;
  }
  .d-ism-dermapen_prp-mv__text1::before {
    content: "";
    position: absolute;
    right: 14.9333333333vw;
    bottom: 3.7333333333vw;
    width: 10.1333333333vw;
    height: 3px;
    rotate: 45deg;
    background: #052b58;
  }
  .d-ism-dermapen_prp-mv__text1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 73.6vw;
    height: 3px;
    background: #052b58;
  }
}

.d-ism-dermapen_prp-mv__text2 {
  font-weight: 600;
  font-size: 87px;
  color: #052b58;
  line-height: 1.3;
  letter-spacing: -0.03em;
  padding-bottom: 34px;
  max-width: 560px;
  padding-left: 14px;
}
@media (max-width: 767px) {
  .d-ism-dermapen_prp-mv__text2 {
    padding-bottom: 4.8vw;
    font-size: 12.8vw;
    letter-spacing: 0em;
    padding-left: 4.5333333333vw;
    white-space: nowrap;
  }
}

.d-ism-dermapen_prp-mv__text2--span {
  font-size: 66px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .d-ism-dermapen_prp-mv__text2--span {
    font-size: 9.6vw;
  }
}

.d-ism-dermapen_prp-mv__text2--3 {
  font-size: 42px;
  font-weight: 600;
  font-size: 42px;
  margin-top: 13px;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .d-ism-dermapen_prp-mv__text2--3 {
    font-size: 6.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.d-ism-dermapen_prp-mv__text4--1 {
  font-size: 18px;
  font-weight: 700;
  color: #052b58;
}
@media (max-width: 767px) {
  .d-ism-dermapen_prp-mv__text4--1 {
    font-size: 3.4666666667vw;
  }
}

.d-ism-dermapen_prp-mv__text4--2 {
  font-size: 34px;
  font-weight: 700;
  color: #052b58;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .d-ism-dermapen_prp-mv__text4--2 {
    font-size: 6.4vw;
  }
}

@media (max-width: 767px) {
  .d-ism-dermapen_prp-mv__li--wrap {
    height: auto;
  }
}

.d-ism-dermapen_prp-mv__li {
  font-size: 30px;
  font-weight: 700;
  color: white;
  padding: 2px;
  background: #009fe8;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 10px;
}
@media (max-width: 840px) {
  .d-ism-dermapen_prp-mv__li {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .d-ism-dermapen_prp-mv__li {
    font-weight: 700;
    font-size: 4.2666666667vw;
    padding: 4px 0px;
    width: 34.6666666667vw !important;
    height: 8.5333333333vw !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}/*# sourceMappingURL=lp-style.css.map */