@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@800&display=swap");
*,
::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;
}

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

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

.lpWrap {
  overflow: hidden;
  background-color: #fff;
  color: #1a1a1a;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}
@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 > section {
  position: relative;
}
.lpWrap .inner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lpWrap .inner {
    padding: 0 4.3vw;
  }
}
.lpWrap .ib {
  display: inline-block;
}
.lpWrap img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: inline;
  vertical-align: bottom;
}
.lpWrap p {
  line-height: 1.7;
}
.lpWrap .serif {
  font-family: serif;
}
.lpWrap .bebas {
  font-family: "Bebas Neue", cursive;
}
.lpWrap .maker {
  background-image: linear-gradient(to top, #ffff00, #ffff00);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  transition: 1s;
  transition-delay: 0.7s;
}
.lpWrap .maker._2 {
  background-image: linear-gradient(to top, #ffff00 0.46em, transparent 0.46em);
}
.lpWrap .maker._3 {
  background-image: linear-gradient(to top, #c0ddfa 0.15em, transparent 0.15em);
}
.lpWrap .maker.anim {
  background-size: 100% 100%;
}
.lpWrap .kerning {
  font-feature-settings: "palt" 1;
}
.lpWrap .cta {
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lpWrap .cta {
    max-width: 89.3vw;
  }
}
.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 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lpWrap .title01 {
    font-size: 8.5vw;
  }
}
.lpWrap .title01 .color1 {
  color: #308d98;
}
.lpWrap .title01 .small {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .lpWrap .title01 .small {
    font-size: 6.4vw;
  }
}
.lpWrap .font01 {
  font-family: "Jost", sans-serif;
  font-weight: 300;
}
.lpWrap .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}
.lpWrap .before::before {
  content: "";
  background: url(../img/feature-before.svg) no-repeat top center/1920px 160px;
  position: absolute;
  width: 100%;
  height: 160px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .lpWrap .before::before {
    height: 13.3vw;
    background: url(../img/feature-before-sp.svg) no-repeat top center/100vw 13.3vw;
  }
}
.lpWrap .after::after {
  content: "";
  background: url(../img/fv-after.svg) no-repeat bottom center/1920px 160px;
  position: absolute;
  width: 100%;
  height: 160px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .lpWrap .after::after {
    height: 13.3vw;
    background: url(../img/fv-after-sp.svg) no-repeat bottom center/100vw 13.3vw;
  }
}
.lpWrap .fv {
  height: 540px;
}
@media screen and (max-width: 768px) {
  .lpWrap .fv {
    height: 144vw;
  }
}
.lpWrap .fv_bg {
  position: absolute;
  width: 1920px;
  height: 540px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_bg {
    width: 100vw;
    height: 144vw;
  }
}
.lpWrap .fv_bg picture {
  display: block;
}
.lpWrap .fv_bg picture.loadingAnim {
  opacity: 0;
  transform: translateX(20%);
  transition: 0.6s;
}
.lpWrap .fv_bg picture.loadingAnim.anim {
  opacity: 1;
  transform: none;
}
.lpWrap .fv .inner {
  padding-top: 54px;
  max-width: 1066px;
}
@media screen and (max-width: 768px) {
  .lpWrap .fv .inner {
    padding-top: 8vw;
    max-width: none;
  }
}
.lpWrap .fv_txt {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_txt {
    font-size: 5.6vw;
    margin-bottom: 6.4vw;
  }
}
.lpWrap .fv_img {
  width: 426px;
}
@media screen and (max-width: 768px) {
  .lpWrap .fv_img {
    width: 76.5vw;
  }
}
.lpWrap .lead {
  background-color: #7abdc5;
  color: #fff;
}
.lpWrap .lead::after {
  background: url(../img/lead-after.svg) no-repeat bottom center/1920px 100px;
}
@media screen and (max-width: 768px) {
  .lpWrap .lead::after {
    background: url(../img/lead-after-sp.svg) no-repeat bottom center/100vw 13.3vw;
  }
}
.lpWrap .lead_animTxt {
  position: absolute;
  left: 0;
  top: -24px;
  width: 100%;
  height: 140px;
  background: url(../img/txt-repeater.svg) repeat-x 0 0/auto 100%;
  animation: anim-txt 120s linear infinite;
}
@media screen and (max-width: 768px) {
  .lpWrap .lead_animTxt {
    top: -1.9vw;
    height: 18.4vw;
  }
}
.lpWrap .lead .inner {
  padding-bottom: 136px;
  max-width: 1140px;
}
@media screen and (max-width: 768px) {
  .lpWrap .lead .inner {
    padding-top: 6.4vw;
    padding-bottom: 19.8vw;
    max-width: none;
  }
}
.lpWrap .lead_ttl {
  font-size: 56px;
  margin-bottom: 128px;
}
@media screen and (max-width: 768px) {
  .lpWrap .lead_ttl {
    font-size: 8.5vw;
    margin-bottom: 9.5vw;
    margin-left: -4.3vw;
    margin-right: -4.3vw;
  }
}
.lpWrap .lead_row {
  display: flex;
  gap: 44px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lpWrap .lead_row {
    gap: 0;
  }
}
.lpWrap .lead_row .box {
  max-width: 493px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .lead_row .box {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .lead_row .box {
    max-width: none;
  }
}
.lpWrap .lead_row .ttl {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 32px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .lpWrap .lead_row .ttl {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .lead_row .ttl {
    font-size: 8vw;
    margin-bottom: 6.4vw;
  }
}
.lpWrap .lead_row .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .lpWrap .lead_row .txt {
    font-size: 4vw;
  }
}
.lpWrap .lead_row .img {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .lpWrap .lead_row .img {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .lpWrap .lead_row .sp-space {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .lead_row .sp-space {
    float: right;
  }
}
@media screen and (min-width: 769px) {
  .lpWrap .lead_row .sp-img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .lead_row .sp-img {
    clear: both;
  }
}
.lpWrap .lead_row._1 {
  padding-left: 46px;
  margin-bottom: 42px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .lead_row._1 {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .lead_row._1 {
    padding: 0;
    margin-bottom: 1vw;
  }
}
.lpWrap .lead_row._1 .ttl::before {
  position: absolute;
  z-index: -1;
  content: "";
  background: url(../img/marker-01.svg) no-repeat center center/contain;
  width: 520px;
  height: 47px;
  top: 29px;
  left: -21px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .lead_row._1 .ttl::before {
    width: 380px;
    top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .lead_row._1 .ttl::before {
    width: 84.2vw;
    height: 10.2vw;
    top: 4vw;
    left: -2.5vw;
  }
}
.lpWrap .lead_row._1 .img {
  max-width: 564px;
  margin-right: -48px;
  margin-top: -112px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .lead_row._1 .img {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .lead_row._1 .sp-space {
    height: 29.6vw;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .lead_row._1 .sp-img {
    width: 38.9vw;
    float: right;
    margin-right: -4.3vw;
    margin-left: 6.7vw;
  }
}
.lpWrap .lead_row._2 {
  padding-right: 45px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .lpWrap .lead_row._2 {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .lead_row._2 {
    padding: 0;
  }
}
.lpWrap .lead_row._2 .ttl::before {
  position: absolute;
  z-index: -1;
  content: "";
  background: url(../img/marker-02.svg) no-repeat center center/contain;
  width: 420px;
  height: 50px;
  top: 29px;
  left: -18px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .lead_row._2 .ttl::before {
    width: 314px;
    top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .lead_row._2 .ttl::before {
    width: 71.2vw;
    height: 8vw;
    top: 5vw;
    left: -4vw;
  }
}
.lpWrap .lead_row._2 .img {
  max-width: 574px;
  margin-left: -56px;
  margin-top: -18px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .lead_row._2 .img {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .lead_row._2 .sp-img {
    width: 49.8vw;
    float: left;
    margin-left: -4.3vw;
    margin-right: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .lead_row._2 .sp-space {
    height: 29.7vw;
  }
}
.lpWrap .recommend {
  background: #ebf5f6;
}
@media screen and (max-width: 768px) {
  .lpWrap .recommend .inner {
    padding-top: 8.8vw;
    padding-bottom: 8.5vw;
  }
}
.lpWrap .recommend_ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lpWrap .recommend_ttl {
    margin-bottom: 8.5vw;
  }
}
.lpWrap .recommend_list {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .lpWrap .recommend_list {
    max-width: none;
    gap: 6.4vw;
  }
}
.lpWrap .recommend_list_item {
  width: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .lpWrap .recommend_list_item {
    width: 40vw;
  }
}
.lpWrap .recommend_list_item .img {
  width: 200px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .lpWrap .recommend_list_item .img {
    width: 100%;
    margin-bottom: 2.1vw;
  }
}
.lpWrap .recommend_list_item .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lpWrap .recommend_list_item .txt {
    font-size: 4vw;
  }
}
.lpWrap .recommend_list_item:nth-child(1) {
  animation-delay: 0s;
}
.lpWrap .recommend_list_item:nth-child(2) {
  animation-delay: 0.1s;
}
.lpWrap .recommend_list_item:nth-child(3) {
  animation-delay: 0.2s;
}
.lpWrap .recommend_list_item:nth-child(4) {
  animation-delay: 0.3s;
}
.lpWrap .recommend_list_item:nth-child(5) {
  animation-delay: 0.4s;
}
.lpWrap .recommend_list_item:nth-child(6) {
  animation-delay: 0.5s;
}
.lpWrap .feature {
  background: url(../img/feature-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .lpWrap .feature {
    background-image: url(../img/feature-bg-sp.webp);
  }
}
.lpWrap .feature::after {
  background-image: url(../img/feature-after.svg);
}
@media screen and (max-width: 768px) {
  .lpWrap .feature::after {
    background-image: url(../img/feature-after-sp.svg);
    background-size: 133.3vw 13.3vw;
    bottom: -6.9vw;
  }
}
.lpWrap .feature .inner {
  padding-top: 174px;
  padding-bottom: 192px;
}
@media screen and (max-width: 768px) {
  .lpWrap .feature .inner {
    padding-top: 19.2vw;
    padding-bottom: 19.2vw;
  }
}
.lpWrap .feature_ttl {
  text-align: left;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .lpWrap .feature_ttl {
    margin-bottom: 6.4vw;
  }
}
.lpWrap .feature_txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 65px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .feature_txt {
    width: 420px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .feature_txt {
    width: auto;
    font-size: 4vw;
    margin-bottom: 6.4vw;
  }
}
.lpWrap .feature_img {
  position: absolute;
  width: 312px;
  top: 36px;
  right: 99px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .feature_img {
    width: 180px;
    top: 319px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .feature_img {
    width: 28.3vw;
    top: 53vw;
    right: 8.3vw;
  }
}
.lpWrap .feature_img.scrollAnim {
  opacity: 0;
  transform: translateX(20%);
  transition: 0.6s;
}
.lpWrap .feature_img.scrollAnim.anim {
  opacity: 1;
  transform: none;
}
.lpWrap .feature_list {
  position: relative;
  background: rgba(122, 189, 197, 0.8);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 48px 0;
  gap: 16px;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .lpWrap .feature_list {
    border-radius: 4.3vw;
    padding: 4.3vw 2.1vw;
    gap: 1.1vw;
  }
}
.lpWrap .feature_list_item {
  max-width: 269px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  padding: 5px 24px 22px;
  border-radius: 24px;
  border: 3px solid #7abdc5;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .lpWrap .feature_list_item {
    max-width: none;
    display: block;
    gap: 0;
    padding: 3.5vw 3.5vw 7.7vw 26.4vw;
    border-radius: 4.3vw;
    border-width: 0.8vw;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .feature_list_item .img {
    width: 22.7vw;
    position: absolute;
    top: 6.8vw;
    left: 1.3vw;
  }
}
.lpWrap .feature_list_item .ttl {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: #308d98;
}
@media screen and (max-width: 768px) {
  .lpWrap .feature_list_item .ttl {
    font-size: 5.6vw;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 2.1vw;
  }
}
.lpWrap .feature_list_item .txt {
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .lpWrap .feature_list_item .txt {
    font-size: 4vw;
  }
}
.lpWrap .program {
  background: #7abdc5;
}
@media screen and (max-width: 768px) {
  .lpWrap .program .inner {
    padding-bottom: 10.7vw;
  }
}
.lpWrap .program_wrap {
  transform: translateY(-128px);
}
@media screen and (max-width: 768px) {
  .lpWrap .program_wrap {
    transform: translateY(-8vw);
  }
}
.lpWrap .program_ttl {
  color: #fff;
  margin-top: -69px;
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .lpWrap .program_ttl {
    margin-top: 1vw;
    margin-bottom: 6.4vw;
  }
}
.lpWrap .program_txt {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 41px;
}
@media screen and (max-width: 768px) {
  .lpWrap .program_txt {
    font-size: 4vw;
    text-align: left;
    margin-bottom: 6.9vw;
  }
}
.lpWrap .program_list {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .lpWrap .program_list {
    max-width: none;
    gap: 4.3vw;
  }
}
.lpWrap .program_list_item .ttl {
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
  font-weight: bold;
  text-align: center;
  background: #308d98;
  color: #fff;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .lpWrap .program_list_item .ttl {
    font-size: 6.4vw;
    padding: 4.3vw;
  }
}
.lpWrap .program_list_item .ttl span {
  display: inline-block;
  transform: translateY(-0.25em) scale(50%);
}
.lpWrap .program_list_item .box {
  display: flex;
  padding: 32px 48px;
  background: #fff;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .lpWrap .program_list_item .box {
    display: block;
    gap: 0;
    padding: 4.3vw 4.3vw 6.4vw;
  }
}
.lpWrap .program_list_item .img {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .lpWrap .program_list_item .img {
    width: 54.7vw;
    margin: 0 auto 4.3vw;
  }
}
.lpWrap .program_list_item .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .lpWrap .program_list_item .txt {
    font-size: 4vw;
    letter-spacing: -0.01em;
    text-align: justify;
  }
}
.lpWrap .program_list_item .txt .small {
  display: block;
  font-size: 13px;
  font-weight: 500;
  text-align: right;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .lpWrap .program_list_item .txt .small {
    font-size: 2.7vw;
    margin-top: 4vw;
  }
}
.lpWrap .message {
  background: url(../img/message-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .lpWrap .message {
    background-image: url(../img/message-bg-sp.webp);
  }
}
.lpWrap .message::before {
  height: 183px;
  background: url(../img/message-before.svg) no-repeat top center/1920px 183px;
}
@media screen and (max-width: 768px) {
  .lpWrap .message::before {
    top: -0.5vw;
    height: 13.3vw;
    background-image: url(../img/message-before-sp.svg);
    background-size: 133.3vw 13.3vw;
  }
}
.lpWrap .message .inner {
  padding-top: 128px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lpWrap .message .inner {
    padding-top: 12.6vw;
    padding-bottom: 8vw;
  }
}
.lpWrap .message_ttl {
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .lpWrap .message_ttl {
    margin-bottom: 8.5vw;
  }
}
.lpWrap .message_txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 52px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .message_txt {
    margin-bottom: 266px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .message_txt {
    font-size: 4vw;
    margin-bottom: 53.3vw;
  }
}
.lpWrap .message_box1 {
  background: #7abdc5;
  color: #fff;
  padding: 32px 0 32px 336px;
  position: relative;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .message_box1 {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .message_box1 {
    padding: 6.4vw 4.3vw;
    margin-left: -4.3vw;
    margin-right: -4.3vw;
    margin-bottom: 6.4vw;
  }
}
.lpWrap .message_box1 .txt1 {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 8px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .lpWrap .message_box1 .txt1 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .message_box1 .txt1 {
    font-size: 4.8vw;
    margin-bottom: 2.1vw;
  }
}
.lpWrap .message_box1 .txt2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .lpWrap .message_box1 .txt2 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .message_box1 .txt2 {
    font-size: 5.6vw;
  }
}
.lpWrap .message_box1 .img {
  position: absolute;
  width: 540px;
  top: -350px;
  right: 32px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .message_box1 .img {
    width: 400px;
    top: -258px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .message_box1 .img {
    width: 77.1vw;
    top: -49.9vw;
  }
}
.lpWrap .message_box2 {
  background: #fffbd4;
  padding: 16px 32px 16px 376px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .message_box2 {
    padding-left: 260px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .message_box2 {
    width: 65.9vw;
    padding: 4.3vw;
    margin-left: auto;
  }
}
.lpWrap .message_box2 .txt1 {
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .lpWrap .message_box2 .txt1 {
    font-size: 4.8vw;
    margin-bottom: 2.5vw;
  }
}
.lpWrap .message_box2 .row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .lpWrap .message_box2 .row {
    gap: 1.6vw;
    margin-right: -1vw;
    margin-bottom: 4.3vw;
  }
}
.lpWrap .message_box2 .row_txt1 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .lpWrap .message_box2 .row_txt1 {
    font-size: 2.7vw;
  }
}
.lpWrap .message_box2 .row_txt1 span {
  display: block;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .lpWrap .message_box2 .row_txt1 span {
    margin-top: 2.1vw;
  }
}
.lpWrap .message_box2 .row_txt2 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .lpWrap .message_box2 .row_txt2 {
    font-size: 5.6vw;
  }
}
.lpWrap .message_box2 .txt2 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .lpWrap .message_box2 .txt2 {
    padding-left: 17.1vw;
    font-size: 3.5vw;
    text-align: justify;
  }
}
.lpWrap .message_img {
  position: absolute;
  width: 450px;
  bottom: 0;
  left: -74px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .message_img {
    width: 290px;
    left: -20px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .message_img {
    width: 47.7vw;
    left: 0;
  }
}
.lpWrap .message_img.scrollAnim {
  opacity: 0;
  transform: translateX(-20%);
  transition: 0.6s;
}
.lpWrap .message_img.scrollAnim.anim {
  opacity: 1;
  transform: none;
}
.lpWrap .pb {
  padding: 72px 0 188px;
  background: url(../img/pb-bg.webp) repeat center center/cover;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .lpWrap .pb {
    padding: 13.4vw 0 62vw;
    background-image: url(../img/pb-bg-sp.webp);
  }
}
.lpWrap .pb_ttl {
  max-width: 770px;
  width: 100%;
  margin: 0 auto 58px;
}
@media screen and (max-width: 768px) {
  .lpWrap .pb_ttl {
    max-width: 78.7vw;
    margin-bottom: 8.3vw;
  }
}
.lpWrap .pb_list_item {
  display: 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 {
  flex: auto;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lpWrap .pb_list_item_box {
    padding-top: 4.3vw;
  }
}
.lpWrap .pb_list_item_box_ttl {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 768px) {
  .lpWrap .pb_list_item_box_ttl {
    font-size: 5.6vw;
    margin-bottom: 4.4vw;
  }
}
.lpWrap .pb_list_item_box_txt {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .lpWrap .pb_list_item_box_txt {
    font-size: 4vw;
    line-height: 1.8;
  }
}
.lpWrap .block20 {
  height: 300px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lpWrap .block20 {
    height: 110vw;
  }
}
.lpWrap .block20 .inner {
  max-width: 1040px;
}
.lpWrap .block20_cta {
  margin-top: -140px;
}
@media screen and (max-width: 768px) {
  .lpWrap .block20_cta {
    margin-top: -49.6vw;
  }
}
.lpWrap .scrollAnim.fadeUp {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .lpWrap .scrollAnim.fadeUp {
    animation-delay: 0s !important;
  }
}
.lpWrap .scrollAnim.fadeUp.anim {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.lpWrap .loadingAnim.fadeUp {
  opacity: 0;
}
.lpWrap .loadingAnim.fadeUp.anim {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes sway {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
  }
  30% {
    height: 100%;
  }
  100% {
    height: 0;
    top: 100%;
  }
}
@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes anim-txt {
  100% {
    background-position: -3000px 0;
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=lp-style.css.map */