@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background: #000;
  border: none;
  color: #fff;
  outline: none;
  padding: 1rem;
  text-decoration: none;
  vertical-align: bottom;
}

button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  color: #fff;
  text-decoration: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  font: inherit;
  background: none;
  border: solid 1px #5F5E5E;
  outline: none;
  padding: 1rem;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
  padding: 1rem;
  width: 100%;
  font-size: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  border-color: #003A6B;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

html {
  font-size: 62.5% !important;
}

.lpContainer {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  letter-spacing: 0;
  font-size: 1.6rem;
  line-height: 1.4375;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  background: #fff;
}
.lpContainer img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.lpContainer .grecaptcha-badge {
  visibility: hidden;
}

.hpc {
  display: none;
}

.vpc {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.lp-inner,
.lp-inner-md,
.lp-inner-sm {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 37.5rem;
}

.lp-inner-md {
  max-width: 60rem;
}

.lp-inner-sm {
  max-width: 60rem;
}

.lpBtnOrange,
.lpBtnBlue {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.45;
  color: #fff;
  padding: 1.5rem;
  display: block;
  text-align: center;
  border-radius: 4px;
}

.lpBtnOrange {
  -webkit-box-shadow: 0 4px 0 0 #C87F0D;
          box-shadow: 0 4px 0 0 #C87F0D;
  background: #FCB13B;
}

.lpBtnBlue {
  -webkit-box-shadow: 0 4px 0 0 #81C4E4;
          box-shadow: 0 4px 0 0 #81C4E4;
  background: #019AE3;
}

.lpTtl {
  font-weight: 700;
  font-size: 3.2rem;
}
.lpTtl .sm {
  font-size: 2.4rem;
  line-height: 1.4583333333;
  font-weight: 700;
}
.lpTtl .blue {
  font-size: 3.2rem;
  line-height: 1.4375;
  color: #019AE3;
  font-weight: 700;
}
.lpTtl .orange {
  font-size: 3.2rem;
  line-height: 1.4375;
  color: #FCB13B;
  font-weight: 700;
}

.lpTtlLine {
  text-align: center;
  white-space: nowrap;
  margin-bottom: 1.6rem;
}

.lpTtlLine span {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  position: relative;
  margin-bottom: 1.6rem;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
  font-weight: 500;
}

.lpTtlLine span::before,
.lpTtlLine span::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  content: "";
  width: 1.6rem;
  height: 1px;
  background: #000;
}

.lpTtlLine span::before {
  left: 0;
}

.lpTtlLine span::after {
  right: 0;
}

.lpKv {
  background: url("./../img/lp/kv-bg_sp.jpg") center center/cover no-repeat;
}

.lpKv__inner {
  position: relative;
  z-index: 1;
}

.lpKv__inner {
  padding-top: 5.7rem;
  padding-bottom: 4.8rem;
}

.lpKv__ttl,
.lpKv__ttl span {
  font-size: 3.6rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
  white-space: nowrap;
}

.lpKv__list {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}

.lpKv__item {
  line-height: 1.4375;
  background: #fff;
  color: #019AE3;
  border-radius: 2px;
  padding: 0.4rem;
  text-align: center;
  font-weight: 700;
}

.lpKv__works {
  width: 14.8rem;
  height: 14.8rem;
  color: #019AE3;
  background: url("./../img/lp/kv-round.png") center center/100% no-repeat;
  position: relative;
  margin-left: auto;
  margin-bottom: 15.6rem;
}
.lpKv__works .lg {
  display: block;
  margin-bottom: 0.4rem;
  font-weight: 700;
}
.lpKv__works .wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.lpKv__works .num {
  font-size: 3.2rem;
  letter-spacing: -0.03em;
  color: #FCB13B;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}
.lpKv__works .sm {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4285714286;
  margin-left: -0.4rem;
}

.lpKv__img {
  width: 25.7rem;
  position: absolute;
  bottom: 10.7rem;
  left: 1.9rem;
}

.lpIntro__inner {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}

.lpIntro__ttlWrap {
  text-align: center;
}

.lpIntro__ttl {
  position: relative;
  padding-right: 2.9rem;
  padding-left: 2.9rem;
  display: inline-block;
  margin-bottom: 2rem;
}
.lpIntro__ttl::before, .lpIntro__ttl::after {
  position: absolute;
  content: "";
  width: 2.9rem;
  height: 5.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lpIntro__ttl::before {
  left: 0;
  background: url("./../img/lp/icon-flower-left.png") center center/contain no-repeat;
}
.lpIntro__ttl::after {
  right: 0;
  background: url("./../img/lp/icon-flower-right.png") center center/contain no-repeat;
}
.lpIntro__ttl .txt {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 700;
}
.lpIntro__ttl .num {
  font-size: 2.8rem;
  color: #019AE3;
  line-height: 1;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  margin-right: -0.3rem;
}

.lpIntro__list .slick-list {
  padding: 0 15.2%;
}

.lpIntro__logo {
  margin: 0 0.4rem;
}

.lpTrouble {
  text-align: center;
  background: #F7F7F7;
  position: relative;
}

.lpTrouble::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2.5rem;
  border-left: 5.3rem solid transparent;
  border-right: 5.3rem solid transparent;
  border-top: 2.6rem solid #F7F7F7;
}

.lpTrouble__inner {
  padding-top: 3.2rem;
  padding-bottom: 18rem;
}

.lpTrouble__ttl {
  margin-bottom: 4.8rem;
}

.lpTrouble__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}

.lpTrouble__item {
  background: #fff;
  border-radius: 8px;
  padding: 1.6rem;
  font-weight: 700;
  position: relative;
}
.lpTrouble__item span {
  color: #019AE3;
  font-weight: 700;
}

.lpTrouble__item .round {
  position: absolute;
}

.lpTrouble__item .round::before,
.lpTrouble__item .round::after {
  position: absolute;
  background: #fff;
  border-radius: 90%;
  content: "";
}

.lpTrouble__item .round::before {
  top: 0;
}

.lpTrouble__item .round::after {
  bottom: 0;
}

.lpTrouble__item:nth-of-type(1) .round {
  width: 3.3rem;
  height: 3.1rem;
  left: 20.2rem;
  bottom: -3.5rem;
}

.lpTrouble__item:nth-of-type(1) .round::before {
  right: 0;
  width: 1.65rem;
  height: 1.65rem;
}

.lpTrouble__item:nth-of-type(1) .round::after {
  left: 0;
  width: 0.9rem;
  height: 0.9rem;
}

.lpTrouble__item:nth-of-type(2) .round {
  width: 3.4rem;
  height: 3.2rem;
  bottom: -3.6rem;
  left: 8.2rem;
}

.lpTrouble__item:nth-of-type(2) .round::before {
  left: 0;
  width: 1.7rem;
  height: 1.7rem;
}

.lpTrouble__item:nth-of-type(2) .round::after {
  right: 0;
  width: 1rem;
  height: 1rem;
}

.lpTrouble__item:nth-of-type(3) .round {
  width: 4.2rem;
  height: 3.9rem;
  bottom: -4.5rem;
  left: 22.4rem;
}

.lpTrouble__item:nth-of-type(3) .round::before {
  right: 0;
  width: 2.1rem;
  height: 2.1rem;
}

.lpTrouble__item:nth-of-type(3) .round::after {
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
}

.lpTrouble__img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 3.2rem;
  width: 37.5rem;
}

.lpSolution {
  text-align: center;
}

.lpSolution__inner {
  padding-top: 4.7rem;
  padding-bottom: 6.1rem;
}

.lpSolution__ttl {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
}
.lpSolution__ttl span {
  line-height: 1;
  color: #fff;
  font-weight: 700;
  background: #019AE3;
  display: inline-block;
  padding: 0.6rem 1.4rem;
  margin-top: 1.1rem;
  font-size: 2.8rem;
}

.lpSolution__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.6rem;
}

.lpSolution__item {
  border-radius: 16px;
  border: 1px solid #019AE3;
  background: #E7F8FF;
  padding: 2.4rem;
  position: relative;
}

.lpSolution__num {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 90%;
  background: -webkit-gradient(linear, left bottom, left top, from(#63C5F3), to(#019AE3));
  background: linear-gradient(to top, #63C5F3 0%, #019AE3 100%);
  position: absolute;
  top: 2rem;
  left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lpSolution__img {
  width: 13rem;
  margin: 0 auto 1.6rem;
}

.lpSolution__txt {
  line-height: 1.8;
}
.lpSolution__txt span {
  color: #019AE3;
  font-weight: 700;
}

.lpMethod {
  background: #E7F8FF;
}

.lpMethod__inner {
  padding-top: 4rem;
  padding-bottom: 10rem;
}

.lpMethod__header {
  margin-bottom: 4rem;
}

.lpMethod__info {
  background: #019AE3;
  border-radius: 4px;
  position: relative;
  margin-bottom: 1.6rem;
}

.lpMethod__info::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 17.5px solid transparent;
  border-right: 17.5px solid transparent;
  border-top: 18px solid #019AE3;
  bottom: -1rem;
}

.lpMethod__infoTxt {
  text-align: center;
  font-weight: 700;
  color: #fff;
}

.lpMethod__ttl {
  text-align: center;
}

.lpMethod__card:not(:last-of-type) {
  margin-bottom: 6.4rem;
}

.lpMethodCard__imgWrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 2.4rem;
}

.lpMethodCard__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  position: absolute;
  bottom: 1rem;
}

.lpMethodCard--orange .lpMethodCard__num {
  color: #FCB13B;
}
.lpMethodCard--orange .lpMethodCard__list {
  left: 1rem;
}
.lpMethodCard--orange .lpMethodCard__item {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45.55%, #FCB13B), to(#FC0));
  background: linear-gradient(180deg, #FCB13B 45.55%, #FC0 100%);
}
.lpMethodCard--orange .lpMethodCard__detail::before {
  background: url("./../img/lp/icon-check-orange.png") center center/contain no-repeat;
}

.lpMethodCard--blue .lpMethodCard__num {
  color: #019AE3;
}
.lpMethodCard--blue .lpMethodCard__list {
  right: 1rem;
}
.lpMethodCard--blue .lpMethodCard__item {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45.55%, #019AE3), to(#89C6E3));
  background: linear-gradient(180deg, #019AE3 45.55%, #89C6E3 100%);
}
.lpMethodCard--blue .lpMethodCard__detail::before {
  background: url("./../img/lp/icon-check-blue.png") center center/contain no-repeat;
}

.lpMethodCard__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8.9rem;
  height: 8.9rem;
  border-radius: 90%;
  text-align: center;
}
.lpMethodCard__item .wrap {
  display: block;
}
.lpMethodCard__item .xs {
  font-size: 1rem;
  line-height: 1.2;
  color: #fff;
  font-weight: 800;
  padding-top: 1rem;
}
.lpMethodCard__item .sm {
  font-size: 1.1rem;
  line-height: 1.4545454545;
  color: #fff;
  font-weight: 800;
}
.lpMethodCard__item .md {
  font-size: 1.3rem;
  font-weight: 800;
  color: #fff;
  margin-top: 0.6rem;
}
.lpMethodCard__item .lg {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  color: #fff;
  font-weight: 700;
  padding-bottom: 0.2rem;
  display: inline-block;
}
.lpMethodCard__item .num {
  font-size: 2.9rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff;
  margin-right: -0.4rem;
  line-height: 1;
}

.lpMethodCard__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.7rem;
}

.lpMethodCard__num {
  font-weight: 500;
  line-height: 1;
  font-size: 5.6rem;
  font-family: "Poppins", sans-serif;
}

.lpMethodCard__ttlWrap {
  margin-left: 0.8rem;
}

.lpMethodCard__txt {
  font-size: 1.4rem;
  font-weight: 700;
}
.lpMethodCard__txt span {
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
  margin-bottom: 0.4rem;
  line-height: 1;
}

.lpMethodCard__ttl {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
}

.lpMethodCard__link {
  padding: 2.4rem;
  line-height: 1.2;
}

.lpMethodCard__details {
  margin-bottom: 2.4rem;
}

.lpMethodCard__detail {
  line-height: 2;
  font-weight: 600;
  position: relative;
  padding-left: 2.4rem;
}

.lpMethodCard__detail::before {
  position: absolute;
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  left: 0;
  top: 0.7rem;
}

.lpExample__inner {
  padding-top: 4rem;
  padding-bottom: 6.4rem;
}

.lpExample__header {
  margin-bottom: 2.4rem;
  text-align: center;
}
.lpExample__header .wrap {
  display: block;
}
.lpExample__header .sm {
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
}
.lpExample__header .md {
  font-size: 2rem;
  font-weight: 700;
}
.lpExample__header .lg {
  font-weight: 700;
  color: #019AE3;
  font-size: 2.4rem;
  display: block;
}

.lpExample__body {
  border-radius: 16px;
  background: linear-gradient(11deg, #019AE3 54.9%, #80C7E9 87.45%);
  padding: 2.4rem 1.6rem;
  margin-bottom: 3.2rem;
}

.lpExample__wrapper {
  margin-bottom: 2.4rem;
}

.lpExample__wrap:not(:last-of-type) {
  margin-bottom: 1.6rem;
}

.lpExample__subTtl {
  font-size: 1.8rem;
  color: #fff;
  border-radius: 4px;
  background: #019AE3;
  margin-bottom: 1rem;
  text-align: center;
  padding: 0.8rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.lpExample__wrap--orange .lpExample__cards {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
}
.lpExample__wrap--orange .lpExample__subTtl {
  background: #FCB13B;
}
.lpExample__wrap--orange .lpExample__card {
  width: 14.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lpExample__wrap--orange .lpExampleCard__ttl {
  color: #FCB13B;
}

.lpExample__cards {
  display: -ms-grid;
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem 0.8rem;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.lpExampleCard {
  background: #fff;
  border-radius: 4px;
  padding: 1.2rem 0;
  text-align: center;
}

.lpExampleCard__img {
  max-width: 12.4rem;
  margin: 0 auto 0.8rem;
}

.lpExampleCard__ttl {
  font-size: 1.4rem;
  color: #019AE3;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.lpExampleCard__txt {
  font-size: 1.2rem;
  line-height: 1.5;
}
.lpExampleCard__txt a {
  font-size: 1.2rem;
  text-decoration: underline;
  font-weight: 700;
  color: #000;
  display: block;
}

.lpExampleMessage {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  padding: 1.6rem;
  color: #fff;
}

.lpExampleMessage__ttl {
  font-weight: 700;
  line-height: 2;
  margin-bottom: 0.4rem;
}

.lpExampleMessage__txt {
  font-size: 1.4rem;
  line-height: 1.8;
}
.lpExampleMessage__txt a {
  color: #fff;
  text-decoration: underline;
}

.lpExample__attention {
  padding: 1.6rem 1.6rem 2.4rem;
  border: 1px solid #019AE3;
  border-radius: 16px;
}

.lpExample__heading {
  margin-bottom: 1.6rem;
}

.lpExample__desc {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8;
}

.lpService__inner {
  padding-top: 4.5rem;
  padding-bottom: 5rem;
}

.lpService__header {
  margin-bottom: 3.1rem;
}

.lpService__ttl {
  text-align: center;
  padding-bottom: 1.9rem;
  position: relative;
  margin-bottom: 2.8rem;
}

.lpService__ttl::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 0.4rem;
  width: 4rem;
  background: -webkit-gradient(linear, left top, right top, from(#019AE3), to(#82C8E9));
  background: linear-gradient(90deg, #019AE3 0%, #82C8E9 100%);
}

.lpService__txt {
  text-align: center;
}

.lpService__card:not(:last-of-type) {
  margin-bottom: 3rem;
}

.lpServiceCard {
  border-radius: 16px;
  background: #E7F8FF;
  padding: 4.8rem 1.6rem 4.8rem;
}

.lpServiceCard__wrap {
  margin-bottom: 3.2rem;
}

.lpServiceCard__num {
  color: #019AE3;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 0.4rem;
}

.lpServiceCard__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1.2rem;
}

.lpServiceCard__txt {
  line-height: 1.8;
}

.lpServiceCard__img {
  border-radius: 8px;
  overflow: hidden;
}

.lpService__example {
  margin-top: 3.2rem;
}

.lpServiceExample {
  padding: 2.4rem 1.6rem;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #019AE3;
}

.lpServiceExample__ttl {
  margin-bottom: 2.4rem;
}

.lpServiceExample__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 3.2rem;
}

.lpServiceExample__item {
  display: block;
  text-align: center;
  position: relative;
  padding: 2.25rem;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lpServiceExample__item--orange::after {
  content: "";
  position: absolute;
  top: 2.8rem;
  right: 1.3rem;
  height: 6.4rem;
  width: 6.3rem;
  background: url("./../img/lp/icon-arrow-white_sp.png") center center/contain no-repeat;
}

.lpServiceExample__item--orange {
  background: #FCB13B;
  -webkit-box-shadow: 0 8px 0 0 #C87F0D;
          box-shadow: 0 8px 0 0 #C87F0D;
}

.lpServiceExample__item--blue {
  background: #019AE3;
  -webkit-box-shadow: 0 8px 0 0 #036EA1;
          box-shadow: 0 8px 0 0 #036EA1;
}

.lpServiceExample__box {
  width: 6rem;
  height: 6rem;
  border-radius: 90%;
  background: #fff;
  border: 3px solid #FCB13B;
  position: absolute;
  color: #FCB13B;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  right: -1.4rem;
  top: -2.4rem;
}

.lpServiceExample__message {
  text-align: center;
  position: relative;
  padding-top: 0.2rem;
}
.lpServiceExample__message .sm {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  display: block;
}
.lpServiceExample__message .lg {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  line-height: 1.3;
}

.lpServiceExample__subTtl {
  font-weight: 700;
  color: #fff;
}

.lpServiceExample__txt {
  color: #fff;
}

.lpServiceExample__item--orange .lpServiceExample__txt span {
  text-decoration: line-through;
}

.lpServiceExample__info {
  border-radius: 4px;
  background: #F7F7F7;
  padding: 1.6rem 0.8rem;
}

.lpServiceExample__heading {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 700;
}

.lpServiceExample__desc {
  font-size: 1.4rem;
  line-height: 1.8;
}

.lpServiceExample__desc strong {
  font-weight: 700;
}

.lpServiceExample__infoList {
  list-style: disc;
  padding-left: 2.6rem;
}

.lpReason__top {
  background: #FFF5E5;
  padding: 4rem 2.4rem 6.4rem;
}

.lpReason__wrap {
  max-width: 60rem;
  margin: 0 auto;
}

.lpReason__ttl {
  text-align: center;
  margin-bottom: 4rem;
}

.lpReason__ttl .wrap {
  display: inline-block;
  padding-top: 4.9rem;
  position: relative;
}

.lpReason__ttl .wrap::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 7.8rem;
  height: 4.9rem;
  background: url("./../img/lp/icon-clouds.png") center center/contain no-repeat;
}

.lpReason__img {
  margin-bottom: 2.4rem;
  border-radius: 8px;
  overflow: hidden;
}

.lpReason__txt {
  line-height: 2;
  font-weight: 700;
}
.lpReason__txt span {
  color: #FCB13B;
  font-weight: 700;
  line-height: 2;
}

.lpReason__txt:not(:last-of-type) {
  margin-bottom: 2rem;
}

.lpReason__middle {
  padding-top: 4.8rem;
  padding-bottom: 9rem;
}

.lpReason__arrow {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4583333333;
  margin-bottom: 3.2rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.lpReason__arrow::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 23.3rem;
  height: 5.6rem;
  background: url("./../img/lp/icon-triangle.png") center center/contain no-repeat;
  z-index: -1;
}

.lpReason__subTtl {
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1;
}

.lpReason__subTtl .blue,
.lpReason__subTtl .orange {
  font-size: 2.4rem;
}

.lpReasonCard01 {
  border-radius: 16px;
  border: 1px solid #019AE3;
  padding: 2.4rem 1.6rem;
}

.lpReason__card01:not(:last-of-type) {
  margin-bottom: 3rem;
}

.lpReasonCard01__img {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 1.6rem;
}

.lpReasonCard01__ttlWrap {
  padding-bottom: 0.8rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lpReasonCard01__num {
  min-width: 4.8rem;
  height: 4.8rem;
  border-radius: 90%;
  background: #019AE3;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#63C5F3), to(#019AE3));
  background: linear-gradient(180deg, #63C5F3 0%, #019AE3 100%);
}

.lpReasonCard01__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4583333333;
  color: #019AE3;
}

.lpReason__bottom {
  padding-bottom: 6rem;
}

.lpReason__cards02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}

.lpReasonCard02 {
  border-radius: 16px;
  border: 1px solid #FCB13B;
  padding: 2.4rem;
}

.lpReasonCard02__img {
  border-radius: 8px;
  margin-bottom: 1.6rem;
}

.lpReasonCard02__ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #FCB13B;
  margin-bottom: 1.6rem;
  text-align: center;
}

.lpReason__media {
  padding-bottom: 7.6rem;
}

.lpReason__heading {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 3.2rem;
  text-align: center;
}
.lpReason__heading .wrap {
  padding-right: 2.4rem;
  padding-left: 2.4rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.lpReason__heading .wrap::before, .lpReason__heading .wrap::after {
  position: absolute;
  content: "";
  width: 6.3rem;
  height: 12.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.lpReason__heading .wrap::before {
  left: 0;
  background: url("./../img/lp/icon-flower-left.png") center center/contain no-repeat;
}
.lpReason__heading .wrap::after {
  right: 0;
  background: url("./../img/lp/icon-flower-right.png") center center/contain no-repeat;
}
.lpReason__heading .blue {
  font-size: 2rem;
  font-weight: 700;
  color: #019AE3;
}

.lpReason__list .slick-list {
  padding-left: 18.1%;
  padding-right: 18.1%;
}

.lpReason__item {
  margin: 0 0.4rem;
}

.lpInterview {
  background: #F7F7F7;
}

.lpInterview__inner {
  padding-top: 4.8rem;
  padding-bottom: 8rem;
}

.lpInterview__ttl {
  margin-bottom: 2.4rem;
  text-align: center;
}

.lpInterview__item {
  background: #fff;
  border-radius: 16px;
  padding: 3.2rem 2.4rem;
}

.lpInterview__item:not(:last-of-type) {
  margin-bottom: 1.6rem;
}

.lpInterview__img {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 4rem;
}

.lpInterview__subTtl {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  padding-bottom: 0.8rem;
  margin-bottom: 1.9rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.lpInterview__subTtl::before {
  position: absolute;
  content: "“";
  color: #E7F8FF;
  font-family: Oswald;
  font-size: 10rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  left: 0;
  top: 0;
  left: -0.4rem;
  top: -2.1rem;
  z-index: -1;
  font-family: "Oswald", sans-serif;
}

.lpInterview__txt {
  line-height: 1.8;
}

.lpStep__inner {
  padding-top: 7.2rem;
  padding-bottom: 8.9rem;
}

.lpStep__ttl {
  margin-bottom: 3.9rem;
  text-align: center;
}

.lpStep__list {
  display: -ms-grid;
  display: grid;
  gap: 3rem;
  position: relative;
  z-index: 1;
}

.lpStep__list::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 5.3rem;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#E7F8FF), to(#019AE3));
  background: linear-gradient(to bottom, #E7F8FF 0%, #019AE3 100%);
}

.lpStep__item {
  border-radius: 8px;
  border: 3px solid #019AE3;
  padding: 2.4rem 1.6rem 1.6rem;
  position: relative;
  background: #fff;
}

.lpStep__item:nth-child(1)::after {
  border-top: 14px solid rgba(255, 255, 255, 0.6);
}

.lpStep__item:nth-child(2)::after {
  border-top: 14px solid rgba(255, 255, 255, 0.7);
}

.lpStep__item:nth-child(3)::after {
  border-top: 14px solid rgba(255, 255, 255, 0.8);
}

.lpStep__img {
  margin: 0 auto 1.6rem;
}

.lpStep__step {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.4rem;
  color: #019AE3;
  font-weight: 700;
}

.lpStep__subTtl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4444444444;
  margin-bottom: 0.8rem;
}

.lpStep__txt {
  line-height: 1.8;
}

.lpFaq__inner {
  padding-bottom: 5.6rem;
}

.lpFaq__ttl {
  margin-bottom: 4rem;
  text-align: center;
}

.lpContact__ttl {
  text-align: center;
  color: #fff;
}
.lpContact__ttl .sm {
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  line-height: 1.4375;
}
.lpContact__ttl .lg {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4583333333;
}

.lpFaq__list {
  margin-bottom: 4rem;
}

.lpFaq__item {
  padding: 0 1.6rem;
  border-radius: 8px;
  border: 1px solid #019AE3;
}

.lpFaq__item:not(:last-of-type) {
  margin-bottom: 2.4rem;
}

.lpFaq__header {
  padding: 2.2rem 0 1.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
}

.lpFaq__header.active::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.lpFaq__question {
  font-weight: 700;
  position: relative;
  padding-left: 5rem;
}

.lpFaq__question::before {
  position: absolute;
  content: "Q";
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  color: #019AE3;
  line-height: 1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.lpFaq__body {
  padding-top: 0.8rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1.6rem;
}

.lpFaq__answer {
  font-size: 1.4rem;
}

.lpFaq__btn {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 700;
  color: #fff;
  width: 100%;
  padding: 2.4rem;
  position: relative;
}

.lpFaq__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.5rem;
  width: 2.8rem;
  height: 2.8rem;
  background: url("./../img/lp/icon-arrow-check-orange.svg") center center/contain no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.lpFaq__btn.active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.lpContact {
  background: linear-gradient(34deg, #019AE3 66.89%, #80C7E9 91.85%);
  text-align: center;
}

.lpContact__inner {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.lpContact__header {
  margin-bottom: 2.4rem;
  position: relative;
  display: inline-block;
}

.lpContact__infoWrap {
  padding-right: 0.6rem;
  position: absolute;
  left: -3rem;
  top: -1.3rem;
  background: url("./../img/lp/icon-speechbubble.png") center center/contain no-repeat;
}

.lpContact__info {
  width: 7.4rem;
  height: 7.4rem;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0.6rem;
}
.lpContact__info .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lpContact__info .txt {
  font-weight: 700;
  display: block;
}
.lpContact__info .num {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}

.lpContact__body {
  background: #fff;
  border-radius: 16px;
  padding: 4.4rem 1.6rem 4rem;
}

.lpContact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-bottom: 2.4rem;
}

.lpContact__item {
  border-radius: 8px;
  border: 4px solid #019AE3;
}

.lpContact__subTtl {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #019AE3;
  padding: 0.4rem;
}
.lpContact__box {
  padding: 1.6rem 0;
}

.lpContact__txt {
  text-align: center;
}

.lpContactForm {
  text-align: left;
}
.lpContactForm br {
  display: none;
}
.lpContactForm .lpContactForm__row label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.lpContactForm .lpContactForm__row {
  margin-bottom: 2.4rem;
}
.lpContactForm .lpContactForm__ttl {
  font-weight: 700;
  text-align: center;
}
.lpContactForm .lpContactForm__required,
.lpContactForm .lpContactForm__optional {
  color: #fff;
  border-radius: 2px;
  background: #ED6362;
  padding: 0.45rem 0.75rem;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
}
.lpContactForm .lpContactForm__require {
  background: #ED6362;
}
.lpContactForm .lpContactForm__optional {
  background: #898989;
}
.lpContactForm .lpContactForm__address {
  width: 17rem;
  margin-bottom: 0.8rem;
}
.lpContactForm input,
.lpContactForm select,
.lpContactForm textarea {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 1rem !important;
  font-size: 1.6rem;
  line-height: 1.5;
}
.lpContactForm select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none !important;
  padding-right: 1rem;
}
.lpContactForm .lpContactForm__info {
  border: 10px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 2.2rem 1.4rem;
  height: 55.4rem;
  overflow-x: scroll;
  margin-bottom: 2.4rem;
}
.lpContactForm .lpContactForm__infoTtl {
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.lpContactForm .lpContactForm__infTxt {
  font-size: 1.2rem;
}
.lpContactForm .lpContactForm__btn input {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.45;
  color: #fff;
  padding: 2.4rem !important;
  display: block;
  text-align: center;
  border-radius: 4px;
  background: #FCB13B;
  -webkit-box-shadow: 0 4px 0 0 #C87F0D;
          box-shadow: 0 4px 0 0 #C87F0D;
}
.lpContactForm .wpcf7-spinner {
  display: none !important;
}
@media screen and (min-width: 64em) {
  .lpContainer {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .vsp {
    display: none;
  }
  .vpc {
    display: block;
  }
  .lp-inner,
  .lp-inner-md,
  .lp-inner-sm {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 121rem;
  }
  .lp-inner-md {
    max-width: 121rem;
  }
  .lp-inner-sm {
    max-width: 111rem;
  }
  .lpBtnOrange,
  .lpBtnBlue {
    display: inline-block;
    font-size: 2.4rem;
    line-height: 1.4583333333;
  }
  .lpTtl {
    font-size: 3.2rem;
  }
  .lpTtl .sm {
    font-size: 3.2rem;
    line-height: 1.4375;
  }
  .lpTtlLine {
    font-size: 2rem;
    line-height: 1.45;
  }
  .lpTtlLine span {
    font-size: 2rem;
    line-height: 1.45;
    padding-left: 11.8rem;
    padding-right: 11.8rem;
  }
  .lpTtlLine span::before,
  .lpTtlLine span::after {
    width: 5rem;
  }
  .lpKv {
    background: url("./../img/lp/kv-bg_pc.jpg") center center/cover no-repeat;
  }
  .lpKv__inner {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
  .lpKv__ttl,
  .lpKv__ttl span {
    font-size: 6rem;
    margin-bottom: 2.4rem;
    text-align: left;
    line-height: 1.5;
  }
  .lpKv__list {
    margin-bottom: 3.2rem;
    gap: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .lpKv__item {
    border-radius: 4px;
    padding: 0.8rem;
    line-height: 1.4444444444;
  }
  .lpKv__works {
    width: 20.9rem;
    height: 20.9rem;
    position: absolute;
    margin: 0;
    right: 0.6rem;
    top: 6.4rem;
  }
  .lpKv__works .lg {
    font-size: 2.2rem;
    line-height: 1.4545454545;
  }
  .lpKv__works .num {
    font-size: 4.8rem;
  }
  .lpKv__works .sm {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
  .lpKv__img {
    width: 46.3rem;
    right: 7.3rem;
    bottom: 0;
    left: auto;
    z-index: 1;
  }
  .lpKv__btn {
    padding: 2.4rem 7.85rem;
  }
  .lpIntro__inner {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
  .lpIntro__ttl {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lpIntro__ttl::before, .lpIntro__ttl::after {
    width: 2rem;
    height: 3.8rem;
  }
  .lpIntro__ttl .txt {
    font-size: 2rem;
    line-height: 1.45;
  }
  .lpIntro__ttl .num {
    margin-right: 0;
    font-size: 3.4rem;
  }
  .lpIntro__list .slick-list {
    padding: 0 13.19%;
  }
  .lpIntro__logo {
    margin: 0 0.9rem;
  }
  .lpTrouble::after {
    bottom: -4.1rem;
    border-left: 8.55rem solid transparent;
    border-right: 8.55rem solid transparent;
    border-top: 4.1rem solid #F7F7F7;
  }
  .lpTrouble__inner {
    padding-top: 4.8rem;
    padding-bottom: 2.4rem;
  }
  .lpTrouble__ttl {
    margin-bottom: 2.4rem;
  }
  .lpTrouble__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 5.6rem;
  }
  .lpTrouble__item {
    border-radius: 16px;
    width: 37rem;
    font-size: 2rem;
  }
  .lpTrouble__item:nth-of-type(1) .round {
    width: 6.8rem;
    height: 5.5rem;
    left: 19.6rem;
    bottom: -6.7rem;
  }
  .lpTrouble__item:nth-of-type(1) .round::before {
    width: 3.5rem;
    height: 3.5rem;
    right: auto;
    left: 0;
  }
  .lpTrouble__item:nth-of-type(1) .round::after {
    width: 2rem;
    height: 2rem;
    right: 0;
    left: auto;
  }
  .lpTrouble__item:nth-of-type(2) .round {
    width: 4.2rem;
    height: 3.9rem;
    left: 18.3rem;
    bottom: -5rem;
  }
  .lpTrouble__item:nth-of-type(2) .round::before {
    width: 2.1rem;
    height: 2.1rem;
    left: auto;
    right: 0;
  }
  .lpTrouble__item:nth-of-type(2) .round::after {
    width: 1.2rem;
    height: 1.2rem;
    left: 0;
    right: auto;
  }
  .lpTrouble__item:nth-of-type(3) .round {
    width: 6rem;
    height: 5.7rem;
    left: 11.3rem;
    bottom: -7.2rem;
  }
  .lpTrouble__item:nth-of-type(3) .round::before {
    width: 3rem;
    height: 3rem;
  }
  .lpTrouble__item:nth-of-type(3) .round::after {
    width: 1.7rem;
    height: 1.7rem;
  }
  .lpTrouble__img {
    position: relative;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto;
    left: auto;
    bottom: auto;
    width: 90.6rem;
  }
  .lpSolution__inner {
    padding-top: 7.8rem;
    padding-bottom: 8rem;
  }
  .lpSolution__ttl {
    font-size: 2.4rem;
    line-height: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lpSolution__ttl span {
    margin-top: 0;
    margin-left: 1.1rem;
    font-size: 3.2rem;
    padding: 0.7rem 1.4rem;
  }
  .lpSolution__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.9rem;
  }
  .lpSolution__item {
    padding: 1.6rem 1rem 2.4rem;
    width: 33.3%;
  }
  .lpMethod__inner {
    padding-top: 8rem;
    padding-bottom: 16rem;
  }
  .lpMethod__info {
    width: 51.6rem;
    margin: 0 auto 1.6rem;
    padding: 0.4rem;
  }
  .lpMethodCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lpMethodCard__imgWrap {
    margin-bottom: 0;
    max-width: 50.1rem;
  }
  .lpMethodCard__wrap {
    width: 59rem;
    padding-left: 1rem;
  }
  .lpMethodCard__list {
    gap: 1.3rem;
  }
  .lpMethodCard--orange .lpMethodCard__list {
    left: 1.5rem;
  }
  .lpMethodCard--blue .lpMethodCard__list {
    right: 1.5rem;
  }
  .lpMethodCard__item {
    width: 11.6rem;
    height: 11.6rem;
  }
  .lpMethodCard__item .xs {
    font-size: 1.3rem;
    line-height: 1.1538461538;
  }
  .lpMethodCard__item .sm {
    font-size: 1.5rem;
    line-height: 1.5333333333;
  }
  .lpMethodCard__item .md {
    font-size: 1.6rem;
    margin-top: 0.3rem;
  }
  .lpMethodCard__item .lg {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
  .lpMethodCard__item .num {
    font-size: 3.2rem;
  }
  .lpMethodCard__header {
    margin-bottom: 1.6rem;
  }
  .lpMethodCard__num {
    font-size: 8.8rem;
  }
  .lpMethodCard__ttlWrap {
    margin-left: 1.6rem;
  }
  .lpMethodCard__txt {
    font-size: 1.6rem;
  }
  .lpMethodCard__txt span {
    line-height: 1.5;
    font-size: 1.6rem;
    margin-bottom: 0;
    display: inline-block;
  }
  .lpMethodCard__ttl {
    font-size: 2.4rem;
    line-height: 1.4583333333;
  }
  .lpMethodCard__link {
    width: 37rem;
  }
  .lpMethodCard__detail {
    font-size: 2rem;
  }
  .lpMethodCard__detail::before {
    top: 0.9rem;
  }
  .lpExample__inner {
    padding-top: 6.4rem;
    padding-bottom: 10rem;
  }
  .lpExample__header {
    margin-bottom: 4rem;
  }
  .lpExample__header .sm {
    font-size: 2rem;
  }
  .lpExample__header .md {
    font-size: 2.4rem;
  }
  .lpExample__header .lg {
    font-size: 3.2rem;
    display: inline-block;
  }
  .lpExample__body {
    background: linear-gradient(10deg, #019AE3 12.94%, #80C7E9 88.05%);
    padding: 2.4rem 3.1rem;
  }
  .lpExample__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.4rem;
    margin-top: 2.4rem;
  }
  .lpExample__wrap:not(:last-of-type) {
    margin-bottom: 0;
  }
  .lpExample__wrap--orange.pc {
    min-width: 17rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lpExample__wrap--orange.sp {
    display: none !important;
  }
  .lpExample__wrap--orange .lpExample__cards {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .lpExample__wrap--orange .lpExample__card {
    width: 100%;
  }
  .lpExample__cards {
    gap: 1.6rem;
  }
  .lpExample__cards--01 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .lpExample__cards--02 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .lpExampleCard__img {
    margin-bottom: 1.6rem;
    max-width: 14.6rem;
  }
  .lpExampleCard__ttl {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .lpExampleCard__txt {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .lpExampleCard__txt a {
    font-size: 1.4rem;
  }
  .lpExampleMessage__txt {
    font-size: 1.6rem;
    line-height: 2;
  }
  .lpExample__attention {
    padding-left: 5.6rem;
    padding-right: 5.6rem;
  }
  .lpService__inner {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
  .lpService__header {
    margin-bottom: 4.8rem;
  }
  .lpService__ttl {
    padding-bottom: 2.2rem;
    margin-bottom: 1.8rem;
  }
  .lpService__ttl::after {
    width: 9.3rem;
    height: 0.7rem;
  }
  .lpService__txt {
    font-size: 2rem;
  }
  .lpServiceCard {
    padding: 4.8rem 5.2rem;
  }
  .lpServiceCard__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lpServiceCard__wrap {
    margin-bottom: 0;
    width: calc(100% - 22rem);
    padding-right: 3.6rem;
  }
  .lpServiceCard__txt {
    font-size: 1.6rem;
  }
  .lpServiceCard__img {
    width: 22rem;
  }
  .lpService__example {
    max-width: 102.8rem;
    margin: 3.6rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lpServiceExample {
    padding: 2.4rem;
  }
  .lpServiceExample__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.3rem;
  }
  .lpServiceExample__item {
    padding: 1.95rem;
  }
  .lpServiceExample__item--orange {
    width: 52rem;
  }
  .lpServiceExample__item--blue {
    width: 25.7rem;
  }
  .lpServiceExample__item--orange::after {
    width: 12.3rem;
    height: 3.8rem;
    top: 5.5rem;
    right: 7.4rem;
    background: url("./../img/lp/icon-arrow-white_pc.png") center center/contain no-repeat;
  }
  .lpServiceExample__box {
    width: 8.7rem;
    height: 8.7rem;
    right: 3.1rem;
    top: -1.6rem;
    -webkit-box-shadow: 0 2px 4px 0 #C87F0D;
            box-shadow: 0 2px 4px 0 #C87F0D;
  }
  .lpServiceExample__message .sm {
    font-size: 1.6rem;
  }
  .lpServiceExample__message .lg {
    font-size: 2.4rem;
  }
  .lpServiceExample__subTtl {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .lpServiceExample__txt {
    font-size: 1.6rem;
  }
  .lpServiceExample__info {
    padding: 1.6rem;
    width: 80rem;
    margin: 0 auto;
  }
  .lpReason__top {
    padding: 6.5rem 2rem 8.5rem;
  }
  .lpReason__wrap {
    max-width: none;
  }
  .lpReason__ttl .wrap {
    padding-right: 9rem;
    padding-top: 0;
  }
  .lpReason__ttl .wrap::before {
    right: 0;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .lpReason__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 97rem;
    margin: 0 auto;
  }
  .lpReason__img {
    width: 40rem;
    margin-bottom: 0;
  }
  .lpReason__txtWrap {
    width: calc(100% - 40rem);
    padding-left: 4.1rem;
  }
  .lpReason__txt {
    font-size: 1.6rem;
  }
  .lpReason__txt span {
    font-size: 1.6rem;
  }
  .lpReason__middle {
    padding-top: 5.8rem;
    padding-bottom: 8.8rem;
  }
  .lpReason__arrow::before {
    width: 30.6rem;
    height: 7.3rem;
  }
  .lpReason__subTtl .blue,
  .lpReason__subTtl .orange {
    font-size: 3.2rem;
  }
  .lpReasonCard01 {
    padding: 3.2rem 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lpReasonCard01__img {
    margin-bottom: 0;
    width: 32rem;
  }
  .lpReasonCard01__box {
    width: calc(100% - 32rem);
    padding-left: 4rem;
  }
  .lpReasonCard01__ttlWrap {
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
    gap: 2.4rem;
  }
  .lpReasonCard01__num {
    min-width: 6.4rem;
    height: 6.4rem;
    font-size: 3.2rem;
  }
  .lpReasonCard01__txt {
    font-size: 1.6rem;
    padding-left: 6.4rem;
  }
  .lpReason__bottom {
    padding-bottom: 5.3rem;
  }
  .lpReason__cards02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .lpReasonCard02__img {
    margin-bottom: 2rem;
  }
  .lpReasonCard02__ttl {
    line-height: 1.5;
    margin-bottom: 2rem;
  }
  .lpReasonCard02__txt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .lpReason__media {
    padding-bottom: 4.8rem;
  }
  .lpReason__heading {
    line-height: 1.5;
    font-size: 2.4rem;
  }
  .lpReason__heading .wrap {
    padding-right: 17rem;
    padding-left: 17rem;
  }
  .lpReason__heading .wrap::before, .lpReason__heading .wrap::after {
    width: 5.2rem;
    height: 10.6rem;
  }
  .lpReason__heading .blue {
    line-height: 1.5;
    font-size: 2.4rem;
  }
  .lpReason__list .slick-list {
    padding-left: 10.2%;
    padding-right: 10.2%;
  }
  .lpInterview__inner {
    padding-top: 6.4rem;
    padding-bottom: 9.6rem;
  }
  .lpInterview__ttl {
    margin-bottom: 4rem;
  }
  .lpInterview__item {
    padding: 2.4rem 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lpInterview__item:not(:last-of-type) {
    margin-bottom: 4rem;
  }
  .lpInterview__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .lpInterview__img {
    margin-bottom: 0;
    width: 36.3rem;
  }
  .lpInterview__box {
    width: 66.4rem;
    padding-left: 1rem;
  }
  .lpInterview__subTtl::before {
    left: -1.4rem;
  }
  .lpInterview__txt {
    font-size: 1.6rem;
  }
  .lpStep__inner {
    padding-top: 8.7rem;
    padding-bottom: 7.2rem;
  }
  .lpStep__list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .lpStep__list::after {
    width: 100%;
    height: 5.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#E7F8FF), to(#019AE3));
    background: linear-gradient(to right, #E7F8FF 0%, #019AE3 100%);
  }
  .lpStep__item {
    padding: 1.6rem;
  }
  .lpStep__item::after {
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 14px solid #F7F7F7;
    right: -3.3rem;
  }
  .lpStep__img {
    width: 23.8rem;
    margin-bottom: 1.6rem;
  }
  .lpStep__step {
    line-height: 1.5;
  }
  .lpStep__subTtl {
    line-height: 1.5;
  }
  .lpStep__txt {
    font-size: 1.6rem;
  }
  .lpFaq__inner {
    padding-bottom: 10rem;
  }
  .lpContact__ttl .sm {
    font-size: 2rem;
    line-height: 1.45;
  }
  .lpContact__ttl .lg {
    font-size: 3.2rem;
    line-height: 1.4375;
  }
  .lpFaq__item:not(:last-of-type) {
    margin-bottom: 4rem;
  }
  .lpFaq__header {
    padding: 3rem 0;
  }
  .lpFaq__header::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    right: 0;
    width: 2.8rem;
    height: 2.8rem;
    background: url("./../img/lp/icon-arrow-check-blue.svg") center center/contain no-repeat;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .lpFaq__answer {
    font-size: 1.6rem;
  }
  .lpFaq__btn {
    cursor: pointer;
    font-size: 1.8rem;
    width: 53.5rem;
    display: block;
    margin: 0 auto;
  }
  .lpContact__inner {
    padding-top: 6.75rem;
    padding-bottom: 8.75rem;
  }
  .lpContact__header {
    margin-bottom: 4.8rem;
  }
  .lpContact__infoWrap {
    left: -11rem;
  }
  .lpContact__info {
    width: 9.4rem;
    height: 9.4rem;
  }
  .lpContact__info .wrap {
    margin-top: 0.3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lpContact__info .txt {
    font-size: 2rem;
    line-height: 1;
  }
  .lpContact__info .num {
    font-size: 3.2rem;
    line-height: 1;
  }
  .lpContact__body {
    padding: 5.2rem 8rem 6.4rem;
  }
  .lpContact__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 4.8rem;
  }
  .lpContact__item {
    width: 33.3%;
  }
  .lpContact__txt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .lpContactForm .lpContactForm__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lpContactForm .lpContactForm__row--textarea {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .lpContactForm .lpContactForm__row label {
    min-width: 36.9rem;
    margin-bottom: 0;
  }
  .lpContactForm .lpContactForm__row {
    margin-bottom: 4.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lpContactForm .wpcf7-form-control-wrap {
    width: calc(100% - 36.9rem);
    padding-left: 3rem;
  }
  .lpContactForm .lpContactForm__ttl {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .lpContactForm .lpContactForm__address {
    margin-bottom: 0;
  }
  .lpContactForm .lpContactForm__address02 {
    width: 30.4rem !important;
  }
  .lpContactForm .lpContactForm__info {
    margin-bottom: 4.8rem;
    padding: 2.2rem;
    height: 44.3rem;
  }
  .lpContactForm .lpContactForm__infTxt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .lpContactForm .lpContactForm__btn {
    text-align: center;
  }
  .lpContactForm .lpContactForm__btn input {
    display: inline-block;
    font-size: 2.4rem;
    line-height: 1.4583333333;
  }
}
@media screen and (min-width: 48em) {
  .hsp {
    display: none;
  }
  .hpc {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
