@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@700&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;
}

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;
  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: 767px) {
  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: 767px) {
  .lpWrap .pc-tab {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .lpWrap .tab-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .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: 767px) {
  .lpWrap .inner {
    padding: 0 5.3vw;
  }
}
.lpWrap .ib {
  display: inline-block;
}
.lpWrap img {
  width: 100%;
  max-width: 100%;
  display: inline;
  vertical-align: bottom;
  height: auto;
}
.lpWrap .serif {
  font-family: "Noto Serif JP", serif;
}
.lpWrap .maker {
  background-image: linear-gradient(to top, #009fe8 4px, transparent 4px);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  transition: 1s;
  transition-delay: 0.7s;
}
@media screen and (max-width: 767px) {
  .lpWrap .maker {
    background-image: linear-gradient(to top, #009fe8 2px, transparent 2px);
  }
}
.lpWrap .maker.anim {
  background-size: 100% 100%;
}
.lpWrap .maker._y {
  background-image: linear-gradient(to top, #ffff00 4px, transparent 4px);
}
@media screen and (max-width: 767px) {
  .lpWrap .maker._y {
    background-image: linear-gradient(to top, #ffff00 2px, transparent 2px);
  }
}
.lpWrap .yellow {
  color: #ffff00;
}
.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;
}
.lpWrap .cta_tel {
  position: absolute;
  width: 48%;
  height: 36%;
  top: 28%;
  left: 7%;
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .lpWrap .cta_web {
    width: 83vw;
    left: 3.5vw;
    top: 42vw;
  }
}
.lpWrap .cta_web:hover {
  transform: translateY(-2.5%);
}
.lpWrap .title01 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  letter-spacing: -0.04em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .lpWrap .title01 {
    font-size: 9.3vw;
  }
}
.lpWrap .title01 .txt {
  display: inline-block;
  transform: skew(-16deg) rotate(-7deg);
}
.lpWrap .fv {
  background: url(../img/fv-bg.webp) no-repeat center center/cover;
  height: 503px;
  color: #254451;
}
@media screen and (max-width: 767px) {
  .lpWrap .fv {
    background-image: url(../img/fv-bg-sp.webp);
    height: 109.3vw;
  }
}
.lpWrap .fv::after {
  content: "";
  background: url(../img/fv-after.svg) no-repeat center bottom/cover;
  position: absolute;
  height: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .lpWrap .fv::after {
    height: 5.3vw;
  }
}
.lpWrap .fv .inner {
  height: 100%;
  padding-top: 77px;
  max-width: 950px;
}
@media screen and (max-width: 767px) {
  .lpWrap .fv .inner {
    padding-top: 14vw;
  }
}
.lpWrap .fv_ttl {
  font-size: 9rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 380px;
  transform: rotate(-5deg);
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_ttl {
    font-size: 13.1vw;
    width: 56vw;
  }
}
.lpWrap .fv_ttl .small {
  font-size: 3.2rem;
  letter-spacing: 0.07em;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_ttl .small {
    font-size: 4.7vw;
    margin-bottom: 2vw;
  }
}
.lpWrap .fv_ttl .small::before, .lpWrap .fv_ttl .small::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 60px;
  background-color: #3c505a;
  bottom: -10px;
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_ttl .small::before, .lpWrap .fv_ttl .small::after {
    height: 8vw;
    width: 1px;
    bottom: -1vw;
  }
}
.lpWrap .fv_ttl .small::before {
  left: -30px;
  transform: rotate(-32deg);
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_ttl .small::before {
    left: -3vw;
  }
}
.lpWrap .fv_ttl .small::after {
  right: -30px;
  transform: rotate(32deg);
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_ttl .small::after {
    right: -3vw;
  }
}
.lpWrap .fv_ttl .txt {
  transform: none;
  animation-delay: 0.2s;
}
.lpWrap .fv_img {
  width: 759px;
  height: 503px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(220px);
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_img {
    width: 78.4vw;
    height: 109.3vw;
    transform: none;
    left: auto;
  }
}
.lpWrap .fv_img img.loadingAnim {
  opacity: 0;
  transform: translateX(20%);
  transition: 1s;
  transition-delay: 0.3s;
}
.lpWrap .fv_img img.loadingAnim.anim {
  opacity: 1;
  transform: none;
}
.lpWrap .fv_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  z-index: 1;
  bottom: 106px;
  right: 150px;
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_box {
    bottom: 16.5vw;
    right: 26.4vw;
  }
}
.lpWrap .fv_box.loadingAnim {
  opacity: 0;
  transform: translateX(20%);
  transition: 0.6s;
  transition-delay: 0.5s;
}
.lpWrap .fv_box.loadingAnim.anim {
  opacity: 1;
  transform: none;
}
.lpWrap .fv_box::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -77px;
  top: -1px;
  width: 1000px;
  height: 98px;
  background-image: linear-gradient(to right, transparent, #fff 20%);
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_box::before {
    left: -6.9vw;
    top: 0;
    width: 77.6vw;
    height: 21.3vw;
  }
}
.lpWrap .fv_box_img1 {
  width: 214px;
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_box_img1 {
    width: 44.3vw;
  }
}
.lpWrap .fv_box_txt {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_box_txt {
    font-size: 4vw;
  }
}
.lpWrap .fv_box_img2 {
  position: absolute;
  top: -152px;
  right: -137px;
  width: 167px;
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_box_img2 {
    width: 26.7vw;
    top: -20.1vw;
    right: -21.1vw;
  }
}
.lpWrap .block1 {
  padding: 62px 0 61px;
  background: #3c505a url(../img/linear_04.webp) no-repeat center bottom/cover;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lpWrap .block1 {
    padding: 6.3vw 0 18.4vw;
  }
}
.lpWrap .block1_txt {
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
}
.lpWrap .block1_txt:nth-child(1), .lpWrap .block1_txt:nth-child(3) {
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_txt:nth-child(1), .lpWrap .block1_txt:nth-child(3) {
    font-size: 4vw;
  }
}
.lpWrap .block1_txt:nth-child(2), .lpWrap .block1_txt:nth-child(4) {
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_txt:nth-child(2), .lpWrap .block1_txt:nth-child(4) {
    font-size: 5.6vw;
    line-height: 1.5;
  }
}
.lpWrap .block1_txt:not(:last-child) {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_txt:not(:last-child) {
    margin-bottom: 1.25em;
  }
}
.lpWrap .block2 {
  background: url(../img/linear_05.webp) no-repeat top center/cover;
  padding: 64px 0 95px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block2 {
    background-image: url(../img/linear_05_sp.webp);
    background-size: contain;
    padding: 48vw 0 11.9vw;
  }
}
.lpWrap .block2_ttl {
  text-align: center;
  color: #254451;
  margin-bottom: 66px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block2_ttl {
    margin-bottom: 13.5vw;
  }
}
.lpWrap .block2_ttl .txt {
  text-align: left;
}
.lpWrap .block2_ttl .small {
  font-size: 0.68em;
}
.lpWrap .block2_txt1 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .lpWrap .block2_txt1 {
    font-size: 4vw;
    margin-bottom: 5.3vw;
  }
}
.lpWrap .block2_txt1 .small {
  font-size: 1rem;
}
.lpWrap .block2_txt2 {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .lpWrap .block2_txt2 {
    font-size: 3.5vw;
  }
}
.lpWrap .block3 {
  background: #0a0b0f url(../img/linear_06.webp) no-repeat top center/cover;
  color: #fff;
  padding: 67px 0 202px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block3 {
    background-image: url(../img/linear_06_sp.webp);
    background-size: contain;
    padding: 14vw 0 86.1vw;
  }
}
.lpWrap .block3 .inner {
  max-width: 766px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block3 .inner {
    max-width: none;
  }
}
.lpWrap .block3_row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lpWrap .block3_row {
    flex-direction: column;
    align-items: end;
  }
}
.lpWrap .block3_row_ttl {
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block3_row_ttl {
    margin-bottom: 13vw;
    margin-top: 0;
    margin-right: 8vw;
  }
}
.lpWrap .block3_row_list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
  max-width: 422px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block3_row_list {
    gap: 4.6vw;
    width: 78.7vw;
    margin: 0 auto;
    max-width: none;
  }
}
.lpWrap .block3_row_list_item {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.07em;
  border-bottom: 1px dotted #fff;
  position: relative;
  padding-left: 34px;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block3_row_list_item {
    width: auto;
    font-size: 4.8vw;
    line-height: 1.3;
    letter-spacing: 0.02em;
    padding-left: 8vw;
    padding-bottom: 2.7vw;
  }
}
.lpWrap .block3_row_list_item::before {
  content: "";
  background: url(../img/check.webp) no-repeat center center/contain;
  min-width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 3px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block3_row_list_item::before {
    min-width: 6.4vw;
    height: 6.4vw;
    top: 0;
  }
}
.lpWrap .block3_row_list_item:nth-child(2) {
  animation-delay: 0.1s;
}
.lpWrap .block3_row_list_item:nth-child(3) {
  animation-delay: 0.2s;
}
.lpWrap .block3_row_list_item:nth-child(4) {
  animation-delay: 0.3s;
}
.lpWrap .block3_row_list_item:nth-child(5) {
  animation-delay: 0.4s;
}
.lpWrap .block3_row_list_item:nth-child(6) {
  animation-delay: 0.5s;
}
.lpWrap .block4 {
  margin-top: -200px;
  background: url(../img/linear_07.webp) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .lpWrap .block4 {
    background-image: url(../img/linear_07_sp.webp);
    background-size: contain;
    margin-top: -21.3vw;
  }
}
.lpWrap .block4 .inner {
  padding-top: 70px;
  padding-bottom: 194px;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block4 .inner {
    padding-top: 62vw;
    padding-bottom: 25.7vw;
  }
}
.lpWrap .block4_cta {
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block4_cta {
    position: absolute;
    top: -51.5vw;
    width: 89.3vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.lpWrap .block4_ttl {
  color: #2a2e31;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 50px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block4_ttl {
    padding-left: 2vw;
    margin-bottom: 10.7vw;
  }
}
.lpWrap .block4_ttl .small {
  font-size: 2.1rem;
  transform: skew(-20deg) rotate(-5deg);
  padding-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .lpWrap .block4_ttl .small {
    font-size: 3.9vw;
  }
}
.lpWrap .block4_ttl .txt {
  margin-top: -0.35em;
}
.lpWrap .block4_txt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.02em;
  max-width: 560px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block4_txt {
    font-size: 4vw;
    max-width: none;
  }
}
.lpWrap .block5 {
  background-image: linear-gradient(to bottom, transparent 200px, #b5c1c1 200px);
  margin-top: -200px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block5 {
    margin: 0;
    background: #b5c1c1;
  }
}
.lpWrap .block5::before {
  content: "";
  background: url(../img/block5-before.svg) no-repeat top center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block5::before {
    height: 10.7vw;
    transform: translateY(-99%);
  }
}
.lpWrap .block5 .inner {
  padding-top: 162px;
  padding-bottom: 100px;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block5 .inner {
    padding-top: 8.5vw;
    padding-bottom: 13.3vw;
  }
}
.lpWrap .block5_img {
  position: absolute;
  width: 208px;
  top: 60px;
  left: 109px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block5_img {
    left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block5_img {
    width: 27.7vw;
    top: -19.2vw;
    left: 5.3vw;
  }
}
.lpWrap .block5_img.scrollAnim {
  opacity: 0;
  transform: translateX(-20%);
  transition: 1s;
  transition-delay: 0.3s;
}
.lpWrap .block5_img.scrollAnim.anim {
  opacity: 1;
  transform: none;
}
.lpWrap .block5_ttl {
  color: #2a2e31;
  margin-bottom: 65px;
  max-width: 640px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .lpWrap .block5_ttl {
    margin-bottom: 13.3vw;
    text-align: center;
  }
}
.lpWrap .block5_txt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.02em;
  max-width: 653px;
  margin-left: auto;
  margin-bottom: 66px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lpWrap .block5_txt {
    font-size: 4vw;
    margin-bottom: 12.3vw;
  }
}
.lpWrap .block5_box {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.lpWrap .block5_box .head {
  display: flex;
  color: #fff;
  font-weight: bold;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block5_box .head {
    height: auto;
    display: block;
  }
}
.lpWrap .block5_box .head_1 {
  background: #3c505a;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lpWrap .block5_box .head_1 {
    width: auto;
    display: block;
    text-align: center;
    padding: 3.8vw 0 2.2vw;
  }
}
.lpWrap .block5_box .head_1 .txt1 {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .lpWrap .block5_box .head_1 .txt1 {
    font-size: 4vw;
  }
}
.lpWrap .block5_box .head_1 .txt2 {
  font-size: 3.6rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .lpWrap .block5_box .head_1 .txt2 {
    font-size: 6.4vw;
  }
}
.lpWrap .block5_box .head_1::before {
  content: "";
  position: absolute;
  background: url(../img/block5-arrow.webp) no-repeat center center/contain;
  width: 60px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: -30px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .lpWrap .block5_box .head_1::before {
    background-image: url(../img/block5-arrow-sp.webp);
    width: 6.4vw;
    height: 8vw;
    left: 0;
    right: 0;
    top: auto;
    bottom: -6.7vw;
  }
}
.lpWrap .block5_box .head_2 {
  font-size: 3rem;
  letter-spacing: 0.02em;
  background: #4c8acd;
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 50px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block5_box .head_2 {
    padding: 0;
    justify-content: center;
    font-size: 6.4vw;
    text-align: center;
    line-height: 1.5;
    height: 21.3vw;
  }
}
.lpWrap .block5_box .cont {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 74px;
  padding: 40px 20px 45px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block5_box .cont {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block5_box .cont {
    padding: 5.3vw 0 7vw;
    flex-wrap: wrap;
    gap: 6.5vw 2.7vw;
  }
}
.lpWrap .block5_box .cont_img {
  max-width: 246px;
  width: 100%;
  margin-left: 30px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block5_box .cont_img {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block5_box .cont_img {
    max-width: none;
    width: 40vw;
    margin-top: 3vw;
  }
}
.lpWrap .block5_box .cont_box {
  max-width: 510px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lpWrap .block5_box .cont_box {
    display: contents;
  }
}
.lpWrap .block5_box .cont_box_box {
  background: #ccdef1;
  border-radius: 10px;
  padding: 19px 20px 20px;
  margin-bottom: 25px;
  color: #2a2e31;
}
@media screen and (max-width: 767px) {
  .lpWrap .block5_box .cont_box_box {
    border-radius: 1.3vw;
    width: 41.3vw;
    padding: 2.7vw 1.3vw 2.3vw;
    margin-bottom: 0;
  }
}
.lpWrap .block5_box .cont_box_box .ttl {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.07em;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block5_box .cont_box_box .ttl {
    font-size: 4.3vw;
    margin-bottom: 1.7vw;
  }
}
.lpWrap .block5_box .cont_box_box .list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lpWrap .block5_box .cont_box_box .list {
    flex-direction: column;
    gap: 1.3vw;
  }
}
.lpWrap .block5_box .cont_box_box .list_item {
  border-radius: 8px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  width: 24.1%;
  height: 110px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block5_box .cont_box_box .list_item {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block5_box .cont_box_box .list_item {
    font-size: 3.7vw;
    border-radius: 1.3vw;
    width: auto;
    height: auto;
    line-height: 1.14;
    padding: 1.9vw 0;
  }
}
.lpWrap .block5_box .cont_box_box .list_item:not(:last-child)::before {
  content: "";
  background: url(../img/block5-arrow01.webp) no-repeat center center/contain;
  width: 20px;
  height: 24px;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: translateX(50%);
}
@media screen and (max-width: 767px) {
  .lpWrap .block5_box .cont_box_box .list_item:not(:last-child)::before {
    width: 3vw;
    height: 4vw;
    top: auto;
    left: 0;
    transform: translateY(65%) rotate(90deg);
  }
}
.lpWrap .block5_box .cont_box_box .list_item:last-child {
  background: #4c8acd;
  color: #fff;
}
.lpWrap .block5_box .cont_box_txt {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .lpWrap .block5_box .cont_box_txt {
    width: 100%;
    font-size: 4vw;
    padding: 0 5.3vw;
  }
}
.lpWrap .block5_box._2 .head_2 {
  background: #d14c61;
}
@media screen and (max-width: 767px) {
  .lpWrap .block5_box._2 .head_2 {
    height: 32vw;
  }
}
.lpWrap .block5_box._2 .cont_box_box {
  background: #f2ccd2;
}
.lpWrap .block5_box._2 .cont_box_box .list_item:last-child {
  background: #d14c61;
}
.lpWrap .block6 {
  background: url(../img/linear_11.webp) no-repeat top center/cover;
  padding: 218px 0 163px;
  margin-top: -200px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6 {
    background-image: url(../img/linear_11_sp.webp);
    margin-top: -24vw;
    padding: 39.3vw 0 15.2vw;
  }
}
.lpWrap .block6 .inner {
  max-width: 1000px;
}
.lpWrap .block6_ttl {
  text-align: right;
  margin-bottom: 76px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_ttl {
    margin-bottom: 13vw;
  }
}
.lpWrap .block6_ttl .txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_ttl .txt {
    text-align: right;
  }
}
.lpWrap .block6_img {
  max-width: 540px;
  margin-left: auto;
  margin-bottom: 43px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_img {
    margin-bottom: 6vw;
  }
}
.lpWrap .block6_txt {
  max-width: 540px;
  margin-left: auto;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_txt {
    max-width: none;
    font-size: 4vw;
  }
}
.lpWrap .block7 {
  background: url(../img/linear_13.webp) no-repeat top center/cover;
  margin-top: -200px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lpWrap .block7 {
    background-image: url(../img/linear_13_sp.webp);
    margin-top: -10.7vw;
  }
}
.lpWrap .block7 .inner {
  max-width: 1100px;
  padding-top: 200px;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block7 .inner {
    padding-top: 20.5vw;
    padding-bottom: 24.3vw;
  }
}
.lpWrap .block7_row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block7_row {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block7_row {
    align-items: start;
  }
}
.lpWrap .block7_row_ttl {
  margin-left: 60px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block7_row_ttl {
    margin-left: 0;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block7_row_ttl {
    margin-left: 3vw;
    margin-bottom: 15vw;
  }
}
.lpWrap .block7_row_list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  max-width: 573px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block7_row_list {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block7_row_list {
    gap: 2.7vw;
  }
}
.lpWrap .block7_row_list_item {
  display: flex;
  border: 4px solid #ffff00;
}
@media screen and (max-width: 767px) {
  .lpWrap .block7_row_list_item {
    border-width: 2px;
  }
}
.lpWrap .block7_row_list_item .num {
  font-size: 6rem;
  font-weight: bold;
  width: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffff00;
}
@media screen and (max-width: 767px) {
  .lpWrap .block7_row_list_item .num {
    width: 12.8vw;
    font-size: 10.7vw;
  }
}
.lpWrap .block7_row_list_item .box {
  padding: 30px 20px 23px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .lpWrap .block7_row_list_item .box {
    padding: 5.3vw 2vw 4.5vw 2.7vw;
  }
}
.lpWrap .block7_row_list_item .ttl {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block7_row_list_item .ttl {
    font-size: 6.4vw;
    margin-bottom: 2.7vw;
  }
}
.lpWrap .block7_row_list_item .txt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.07em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lpWrap .block7_row_list_item .txt {
    font-size: 4vw;
  }
}
.lpWrap .block8 {
  background: #dae0e0;
  margin-top: -200px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block8 {
    margin-top: -10.7vw;
  }
}
.lpWrap .block8::after {
  content: "";
  background: url(../img/block5-before.svg) no-repeat top center/cover;
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block8::after {
    height: 10.7vw;
  }
}
.lpWrap .block8 .inner {
  max-width: 1100px;
  padding-top: 204px;
  padding-bottom: 182px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block8 .inner {
    padding: 16.5vw 10.7vw 17.1vw;
  }
}
.lpWrap .block8_ttl {
  margin-bottom: 89px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lpWrap .block8_ttl {
    margin-bottom: 16.8vw;
    text-align: right;
  }
}
.lpWrap .block8_ttl .txt {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .lpWrap .block8_ttl .txt {
    font-size: 8vw;
  }
}
.lpWrap .block8_list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block8_list {
    flex-direction: column;
    gap: 13.9vw;
    margin-bottom: 12.3vw;
  }
}
.lpWrap .block8_list_item {
  position: relative;
}
.lpWrap .block8_list_item .num {
  position: absolute;
  top: -36px;
  left: 75%;
  height: 65px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block8_list_item .num {
    height: 13.4vw;
    top: -8vw;
    left: auto;
    right: 4vw;
  }
}
.lpWrap .block8_list_item .num img {
  height: 100%;
  width: auto;
}
.lpWrap .block8_list_item .img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block8_list_item .img {
    margin-bottom: 2.7vw;
  }
}
.lpWrap .block8_list_item .txt {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lpWrap .block8_list_item .txt {
    font-size: 5.6vw;
  }
}
.lpWrap .block8_img {
  width: 339px;
  position: absolute;
  bottom: 0;
  left: 60px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block8_img {
    width: 32%;
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block8_img {
    width: 34.7vw;
    top: 14.4vw;
    bottom: auto;
    left: -7.5vw;
    z-index: -1;
  }
}
.lpWrap .block8_img.scrollAnim {
  opacity: 0;
  transform: translateX(-20%);
  transition: 1s;
  transition-delay: 0.2s;
}
.lpWrap .block8_img.scrollAnim.anim {
  opacity: 1;
  transform: none;
}
.lpWrap .block8_txt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.02em;
  max-width: 566px;
  margin-left: auto;
  color: #2a2e31;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block8_txt {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block8_txt {
    font-size: 4vw;
    max-width: none;
    width: auto;
  }
}
.lpWrap .block8_circle {
  position: absolute;
  z-index: -1;
  width: 530px;
  top: 239px;
  left: -246px;
  animation: looprotate 50s linear infinite;
}
@media screen and (max-width: 767px) {
  .lpWrap .block8_circle {
    width: 70.7vw;
    top: 86.9vw;
    left: -24.8vw;
  }
}
.lpWrap .block9 {
  background: #b5c1c1;
}
.lpWrap .block9 .inner {
  max-width: 1100px;
  padding-bottom: 93px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block9 .inner {
    padding: 4.5vw 10.7vw 12.1vw;
  }
}
.lpWrap .block9_ttl {
  margin-bottom: 94px;
  text-align: center;
  color: #3c505a;
}
@media screen and (max-width: 767px) {
  .lpWrap .block9_ttl {
    margin-bottom: 17vw;
    text-align: left;
    margin-left: 2vw;
  }
}
.lpWrap .block9_ttl .txt {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .lpWrap .block9_ttl .txt {
    font-size: 8vw;
  }
}
.lpWrap .block9_list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block9_list {
    flex-direction: column;
    gap: 13.9vw;
    margin-bottom: 12.3vw;
  }
}
.lpWrap .block9_list_item {
  position: relative;
}
.lpWrap .block9_list_item .num {
  position: absolute;
  top: -36px;
  left: 75%;
  height: 65px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block9_list_item .num {
    height: 13.4vw;
    top: -8vw;
    left: auto;
    right: 4vw;
  }
}
.lpWrap .block9_list_item .num img {
  height: 100%;
  width: auto;
}
.lpWrap .block9_list_item .img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block9_list_item .img {
    margin-bottom: 2.7vw;
  }
}
.lpWrap .block9_list_item .txt {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lpWrap .block9_list_item .txt {
    font-size: 5.6vw;
  }
}
.lpWrap .block9_img {
  width: 366px;
  position: absolute;
  bottom: 0;
  right: 70px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block9_img {
    width: 32%;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block9_img {
    display: none;
  }
}
.lpWrap .block9_img.scrollAnim {
  opacity: 0;
  transform: translateX(20%);
  transition: 1s;
  transition-delay: 0.2s;
}
.lpWrap .block9_img.scrollAnim.anim {
  opacity: 1;
  transform: none;
}
.lpWrap .block9_txt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.02em;
  max-width: 566px;
  color: #2a2e31;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block9_txt {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block9_txt {
    font-size: 4vw;
    max-width: none;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .lpWrap .block9_txt_img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block9_txt_img {
    width: 48.8vw;
    float: right;
    margin-right: -16.3vw;
    margin-left: 4.4vw;
    margin-top: -3vw;
  }
}
.lpWrap .block9_circle {
  position: absolute;
  z-index: -1;
  width: 530px;
  top: 54px;
  right: -247px;
  animation: looprotate 50s linear infinite;
}
@media screen and (max-width: 767px) {
  .lpWrap .block9_circle {
    width: 70.7vw;
    top: 75.2vw;
    right: -24.8vw;
  }
}
.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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .lpWrap .pb_list_item_box_txt {
    font-size: 4vw;
    line-height: 1.8;
  }
}
.lpWrap .block20 {
  height: 300px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lpWrap .block20 {
    height: 110vw;
  }
}
.lpWrap .block20_cta {
  margin-top: -140px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block20_cta {
    margin-top: -49.6vw;
  }
}
.lpWrap .scrollAnim.fadeUp {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .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 looprotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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 */