@charset "UTF-8";
/**
  @fonts
--------------------------------------------------------
  base/_fonts.scss
--------------------------------------------------------
■日本語フォント
- Noto Sans Japanese
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
- Yaku Han JP
https://yakuhanjp.qranoko.jp/

■英字フォント
- DIN 2014
https://fonts.adobe.com/fonts/din-2014
-------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap");
/* =========================================================
 style change
========================================================= */
/* header
--------------------------------------------------------- */
.site-header {
  background: #202c52;
}
.site-header:not(.js-fixed) .header-branding__logo img:last-child, .site-header:not(.js-fixed) .header-branding__txt img:last-child {
  display: none;
}
.site-header:not(.js-fixed) .site-gnav__item a {
  color: #fff;
}
.site-header:not(.js-fixed) .site-gnav__item a:after {
  background: #fff;
}
.site-header.js-fixed .header-branding__logo img:first-child, .site-header.js-fixed .header-branding__txt img:first-child {
  display: none;
}

/* pagetitle
--------------------------------------------------------- */
#lp010-page .page-ttl__name small {
  display: block;
  margin-bottom: .5em;
  line-height: 1;
  font-size: 50%;
}

/* contents
--------------------------------------------------------- */
.page-contents {
  padding-top: 0;
  font-family: "source-han-sans-japanese", sans-serif;
}

/* contents
--------------------------------------------------------- */
.site-btn_action {
  display: none;
}

/* =========================================================
 lp010
========================================================= */
.lp010-btn__sample {
  overflow: hidden;
  position: fixed;
  border: 3px solid #fff;
  background: #e88b00;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  z-index: 99999;
}
@media screen and (max-width: 575px) {
  .lp010-btn__sample {
    bottom: 10px;
    left: 5vw;
    width: 90vw;
    border-radius: calc(90vw * 0.222222 / 2 );
  }
}
@media screen and (min-width: 576px) {
  .lp010-btn__sample {
    right: 20px;
    bottom: 20px;
    width: 450px;
    height: 100px;
    border-radius: 50px;
  }
}
@media screen and (min-width: 992px) {
  .lp010-btn__sample:hover {
    background: #ffa41c;
  }
}
.lp010-btn__sample.js-is-hidden {
  opacity: 0;
}
.lp010-cnt_cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: clamp(1.25rem, 0.949rem + 1.23vw, 1.875rem);
}
@media screen and (max-width: 767px) {
  .lp010-cnt_cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.lp010-cnt_cta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .lp010-cnt_cta a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.lp010-cnt_cta i {
  width: auto;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .lp010-cnt_cta__tel a {
    color: #fff;
    background: #202c52;
  }
}
@media screen and (min-width: 768px) {
  .lp010-cnt_cta__tel a {
    cursor: default;
    pointer-events: none;
  }
}
.lp010-cnt_cta__tel svg {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .lp010-cnt_cta__tel svg {
    fill: #fff;
  }
}
.lp010-cnt_cta__tel div {
  display: grid;
}
.lp010-cnt_cta__tel span {
  font-size: clamp(1.266rem, 1.019rem + 1.01vw, 1.777rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.lp010-cnt_cta__tel small {
  margin-top: 3px;
  font-size: clamp(0.625rem, 0.505rem + 0.49vw, 0.875rem);
  line-height: 1;
}
.lp010-cnt_cta__mail {
  background: #202c52;
}
.lp010-cnt_cta__mail i {
  margin-right: 10px;
}
.lp010-cnt_cta__mail a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .lp010-cnt_cta__mail a {
    padding: 0 30px;
  }
}
.lp010-cnt_cta__mail a:hover {
  background: #004b84;
}
.lp010-cnt_cta__mail svg {
  fill: #fff;
  width: 30px;
  height: 30px;
}
.lp010-cta {
  padding-top: clamp(1.875rem, 0.972rem + 3.7vw, 3.75rem);
  background: #004b84;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp010-cta {
    padding-bottom: clamp(1.875rem, 0.972rem + 3.7vw, 3.75rem);
  }
}
.lp010-cta__head {
  margin-bottom: 40px;
}
.lp010-cta__head * {
  letter-spacing: 0.05em;
}
.lp010-cta__lead {
  position: relative;
  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;
  width: clamp(11.25rem, 9.144rem + 8.64vw, 15.625rem);
  height: clamp(2.125rem, 1.644rem + 1.98vw, 3.125rem);
  margin-inline: auto;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 6px;
  color: #004b84;
  font-size: clamp(0.875rem, 0.634rem + 0.99vw, 1.375rem);
  font-weight: 900;
  line-height: 1;
}
.lp010-cta__lead:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -12px;
  border-style: solid;
  border-width: 10px 12px 0 12px;
  border-color: #fff transparent transparent transparent;
}
.lp010-cta__lead em {
  color: #ad0306;
}
.lp010-cta__ttl {
  color: #fff;
  font-size: clamp(1.875rem, 1.333rem + 2.22vw, 3rem);
  font-weight: 900;
  line-height: 1;
}
.lp010-cta__ttl em {
  position: relative;
  display: inline-block;
  color: #f0ce14;
}
@media screen and (max-width: 767px) {
  .lp010-cta__ttl em {
    margin-bottom: 15px;
  }
}
.lp010-cta__ttl em:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 4px;
  background: #f0ce14;
}
@media screen and (max-width: 767px) {
  .lp010-cta__ttl em:after {
    bottom: -10px;
  }
}
.lp010-cta__ttl span {
  position: relative;
  display: inline-block;
}
.lp010-cta__ttl span:before {
  content: "";
  position: absolute;
  display: block;
  top: -15px;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  border-radius: 100%;
  background: #f0ce14;
}
@media screen and (max-width: 767px) {
  .lp010-cta__ttl span:before {
    width: 6px;
    height: 6px;
    top: -10px;
  }
}
.lp010-cta__txt {
  margin-bottom: 1em;
  color: #fff;
  font-size: clamp(1rem, 0.819rem + 0.74vw, 1.375rem);
  font-weight: 900;
}
.lp010-cta__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 600px;
  height: 100px;
  margin-top: 15px;
  border-radius: 50px;
  background: #e88b00;
  text-decoration: none;
  -webkit-box-shadow: 0px 5px 0px 0px #d95f00;
          box-shadow: 0px 5px 0px 0px #d95f00;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media screen and (max-width: 991px) {
  .lp010-cta__btn {
    height: 80px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 767px) {
  .lp010-cta__btn {
    height: 60px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 575px) {
  .lp010-cta__btn {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .lp010-cta__btn:hover {
    background: #ffa41c;
  }
}
.lp010-cta__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.lp010-cta__btn span {
  color: #fff;
  font-size: clamp(1rem, 0.579rem + 1.73vw, 1.875rem);
  font-weight: 900;
}
.lp010-cta__btn i {
  margin-left: 20px;
  line-height: 0;
}
.lp010-cta__btn svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}
.lp010-cta__icon {
  display: block;
  width: 250px;
}
@media screen and (max-width: 767px) {
  .lp010-cta__icon {
    display: none;
  }
}
.lp010-kv {
  margin-bottom: clamp(6.25rem, 4.745rem + 6.17vw, 9.375rem);
  padding-top: clamp(6.25rem, 4.745rem + 6.17vw, 9.375rem);
  background: #202c52;
}
.lp010-kv__inner {
  position: relative;
}
.lp010-kv_copy {
  margin-bottom: 100px;
  color: #fff;
  font-weight: 700;
}
.lp010-kv_copy * {
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.lp010-kv_copy__lead {
  overflow: hidden;
  margin-bottom: clamp(0.625rem, 0.324rem + 1.23vw, 1.25rem);
}
.lp010-kv_copy__lead p {
  font-size: 36px;
  -webkit-transform: translateY(105%);
          transform: translateY(105%);
  font-size: min(4.6vw,2.25rem);
}
.lp010-kv_copy__lead.is-active p {
  -webkit-animation: slideUp 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideUp 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.lp010-kv_copy__main div:first-child {
  overflow: hidden;
  font-size: min(10vw,5rem);
}
.lp010-kv_copy__main div:first-child span {
  display: inline-block;
  -webkit-transform: translateY(105%);
          transform: translateY(105%);
}
.lp010-kv_copy__main div:first-child span:first-child {
  -webkit-animation-delay: 0s, 0s;
          animation-delay: 0s, 0s;
}
.lp010-kv_copy__main div:first-child span:nth-child(2) {
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
}
.lp010-kv_copy__main div:first-child span:nth-child(3) {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}
.lp010-kv_copy__main div:first-child span:nth-child(4) {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}
.lp010-kv_copy__main div:first-child span:nth-child(5) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.lp010-kv_copy__main div:first-child span:nth-child(6) {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}
.lp010-kv_copy__main div:first-child span:nth-child(7) {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}
.lp010-kv_copy__main div:first-child small {
  font-size: min(6.1vw,3.125rem);
}
.lp010-kv_copy__main div:last-child {
  margin-top: clamp(0.938rem, 0.486rem + 1.85vw, 1.875rem);
  font-size: min(6.1vw,3.125rem);
}
.lp010-kv_copy__main.is-active span {
  -webkit-animation: slideUp 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideUp 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.lp010-kv_slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp010-kv_slide:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #fff;
}
.lp010-kv_slide__items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-right: 50px;
  -webkit-animation: infinity-scroll-left 95s infinite linear 0.5s both;
          animation: infinity-scroll-left 95s infinite linear 0.5s both;
  z-index: 10;
}
@media screen and (max-width: 575px) {
  .lp010-kv_slide__items {
    gap: 30px;
  }
}
.lp010-kv_slide__item {
  width: 350px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .lp010-kv_slide__item {
    width: 40vw;
  }
}
@media screen and (max-width: 575px) {
  .lp010-kv_slide__item {
    width: 70vw;
  }
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.lp010-kv__limit {
  position: absolute;
  top: 0;
  right: 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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  background: #ad0306;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  font-size: 0.875rem;
  z-index: 9999999;
}
@media screen and (max-width: 767px) {
  .lp010-kv__limit {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media screen and (max-width: 575px) {
  .lp010-kv__limit {
    width: 100px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 576px) {
  .lp010-kv__limit {
    width: 130px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .lp010-kv__limit {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.lp010-kv__limit * {
  letter-spacing: 0;
}
.lp010-kv__limit span {
  letter-spacing: 0;
}
@media screen and (max-width: 575px) {
  .lp010-kv__limit em {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 576px) {
  .lp010-kv__limit em {
    font-size: 2rem;
  }
}
.lp010-ttl {
  margin-bottom: clamp(1.875rem, 1.273rem + 2.47vw, 3.125rem);
  font-size: clamp(1.802rem, 1.2rem + 2.47vw, 3.052rem);
  text-align: center;
}
.lp010-ttl:before {
  display: block;
  content: attr(data-en);
  margin-bottom: 1.5em;
  color: #004b84;
  font-family: 'Inter', sans-serif;
  font-size: clamp(0.625rem, 0.505rem + 0.49vw, 0.875rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}
.lp010-ttl > span {
  display: block;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .1em;
}
@media screen and (max-width: 991px) {
  .lp010-ttl > span {
    line-height: 1.3;
  }
}
.lp010-about lp010-ttl {
  text-align: left;
}
@media screen and (min-width: 992px) {
  .lp010-about__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .lp010-about__main {
    width: 50%;
    padding-left: min(5vw, 40px);
  }
}
@media screen and (max-width: 991px) {
  .lp010-about__txt {
    padding: 0 min(5vw, 40px);
  }
}
@media screen and (min-width: 992px) {
  .lp010-about__txt {
    max-width: 600px;
    margin-left: auto;
    padding-right: clamp(3.75rem, -8.173rem + 19.23vw, 6.25rem);
  }
}
.lp010-about__txt p {
  line-height: 1.8;
}
.lp010-about__txt .txt--attention {
  margin-bottom: 0 !important;
  color: #999;
  line-height: 1.3;
}
.lp010-about__links {
  margin: 50px 0 0;
  border-top: 1px dotted #d3d5d8;
}
.lp010-about__links li {
  border-bottom: 1px dotted #d3d5d8;
}
.lp010-about__links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.25rem;
  text-decoration: none;
  line-height: 1;
}
.lp010-about__links a:hover {
  color: #004b84;
}
.lp010-about__links a:hover i {
  margin-left: 5px;
}
.lp010-about__links a:hover svg {
  fill: #004b84;
}
.lp010-about__links i {
  margin-right: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.lp010-about__links svg {
  width: 15px;
  height: 15px;
  fill: #231815;
}
.lp010-about__img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .lp010-about__img {
    margin-top: clamp(1.875rem, 1.076rem + 3.28vw, 3.125rem);
  }
}
@media screen and (min-width: 992px) {
  .lp010-about__img {
    width: 50%;
    padding-top: 50px;
  }
}
.lp010-about__img figure:nth-of-type(1) {
  margin-top: clamp(1.25rem, 0.648rem + 2.47vw, 2.5rem);
}
.lp010-about__img figure:nth-of-type(3) {
  margin-top: clamp(2.5rem, 1.296rem + 4.94vw, 5rem);
}
.lp010-sep {
  width: 100%;
  height: 400px;
  background: url("/images/lp010/bg-sep.png") no-repeat top center #e3e1de;
  background-size: auto 100%;
}
.lp010-recommend {
  background: #f2f2f2;
}
@media screen and (max-width: 991px) {
  .lp010-recommend__slide-nav {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .lp010-recommend__slide-nav {
    overflow: visible !important;
    margin-bottom: 50px;
  }
}
.lp010-recommend__slide-nav .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.lp010-recommend__slide-nav .swiper-slide {
  position: relative;
  cursor: pointer;
  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;
  width: 100% !important;
  padding: 30px 0;
  background: #e5e5e5;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.lp010-recommend__slide-nav .swiper-slide:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -16px;
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-color: #e5e5e5 transparent transparent transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.lp010-recommend__slide-nav .swiper-slide:hover, .lp010-recommend__slide-nav .swiper-slide.swiper-slide-thumb-active {
  background: #202c52;
}
.lp010-recommend__slide-nav .swiper-slide:hover:after, .lp010-recommend__slide-nav .swiper-slide.swiper-slide-thumb-active:after {
  border-color: #202c52 transparent transparent transparent;
}
.lp010-recommend__slide-nav .swiper-slide:hover span, .lp010-recommend__slide-nav .swiper-slide.swiper-slide-thumb-active span {
  color: #fff;
}
.lp010-recommend__slide-nav .swiper-slide:hover small, .lp010-recommend__slide-nav .swiper-slide.swiper-slide-thumb-active small {
  background: #fff;
  color: #202c52;
}
.lp010-recommend__slide-nav .swiper-slide span, .lp010-recommend__slide-nav .swiper-slide small {
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.lp010-recommend__slide-nav .swiper-slide small {
  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;
  width: 90px;
  height: 26px;
  margin-bottom: 5px;
  border-radius: 4px;
  background: #ccc;
  color: #fff;
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.lp010-recommend__slide-nav .swiper-slide span {
  color: #c3c3c3;
  font-size: clamp(1rem, -0.192rem + 1.92vw, 1.25rem);
  font-weight: 900;
  line-height: 1.6;
}
.lp010-recommend__slide-main {
  position: relative;
}
@media screen and (min-width: 992px) {
  .lp010-recommend__slide-main {
    background: #fff;
    border-radius: 10px;
  }
}
@media screen and (max-width: 991px) {
  .lp010-recommend__slide-main .swiper-wrapper {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@media screen and (max-width: 991px) {
  .lp010-recommend__slide-main .swiper-wrapper {
    display: grid;
    gap: 40px;
  }
}
@media screen and (max-width: 991px) {
  .lp010-recommend__slide-main .swiper-slide {
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
  }
}
@media screen and (min-width: 992px) {
  .lp010-recommend__slide-main .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .lp010-recommend__slide-txt {
    padding: clamp(1.25rem, 0.035rem + 4.98vw, 3.125rem);
  }
}
@media screen and (min-width: 992px) {
  .lp010-recommend__slide-txt {
    width: 60%;
    padding-inline: clamp(2.5rem, -3.462rem + 9.62vw, 3.75rem);
    padding-top: clamp(2.5rem, -3.462rem + 9.62vw, 3.75rem);
    padding-bottom: 140px;
  }
}
.lp010-recommend__slide-txt p {
  font-size: clamp(0.875rem, 0.279rem + 0.96vw, 1rem);
  line-height: 1.8;
}
.lp010-recommend__slide-txt sup {
  font-size: 70%;
}
.lp010-recommend__slide-txt .txt--attention {
  color: #999;
  font-size: 70%;
}
.lp010-recommend__slide-txt .btn {
  margin-top: clamp(1.25rem, 0.949rem + 1.23vw, 1.875rem);
}
.lp010-recommend__slide-ttl:before {
  content: attr(data-en) "";
  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;
  width: 90px;
  height: 26px;
  border-radius: 4px;
  background: #202c52;
  color: #fff;
  font-size: clamp(0.625rem, 0.565rem + 0.25vw, 0.75rem);
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .lp010-recommend__slide-ttl:before {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .lp010-recommend__slide-ttl:before {
    margin-bottom: 20px;
  }
}
.lp010-recommend__slide-ttl span {
  display: block;
  margin-bottom: 1em;
  font-size: clamp(1.5rem, 1.319rem + 0.74vw, 1.875rem);
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .lp010-recommend__slide-arrow {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .lp010-recommend__slide-arrow {
    position: absolute;
    width: 60%;
    height: 60px;
    right: 0;
    bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .lp010-recommend__slide-arrow .swiper-button-prev, .lp010-recommend__slide-arrow .swiper-button-next {
    position: absolute;
    top: auto;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
}
@media screen and (min-width: 992px) {
  .lp010-recommend__slide-arrow .swiper-button-prev:hover, .lp010-recommend__slide-arrow .swiper-button-next:hover {
    border-color: #202c52;
  }
}
@media screen and (min-width: 992px) {
  .lp010-recommend__slide-arrow .swiper-button-prev:hover svg, .lp010-recommend__slide-arrow .swiper-button-next:hover svg {
    fill: #202c52;
  }
}
.lp010-recommend__slide-arrow .swiper-button-prev:after, .lp010-recommend__slide-arrow .swiper-button-next:after {
  display: none;
}
.lp010-recommend__slide-arrow .swiper-button-prev.swiper-button-disabled, .lp010-recommend__slide-arrow .swiper-button-next.swiper-button-disabled {
  display: none;
}
.lp010-recommend__slide-arrow .swiper-button-prev i, .lp010-recommend__slide-arrow .swiper-button-next i {
  display: block;
  width: 15px;
  height: 15px;
}
.lp010-recommend__slide-arrow .swiper-button-prev svg, .lp010-recommend__slide-arrow .swiper-button-next svg {
  width: 15px;
  height: 15px;
  fill: #231815;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.lp010-recommend__slide-arrow .swiper-button-next {
  top: 0;
  right: clamp(2.5rem, -3.462rem + 9.62vw, 3.75rem) !important;
}
.lp010-recommend__slide-arrow .swiper-button-prev {
  top: 0;
  left: clamp(2.5rem, -3.462rem + 9.62vw, 3.75rem) !important;
}
.lp010-recommend__slide-arrow .swiper-button-prev i {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 992px) {
  .lp010-recommend__slide-img {
    position: relative;
    width: 40%;
  }
  .lp010-recommend__slide-img picture {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .lp010-recommend__slide-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}
.lp010-case {
  background: #202c52;
}
.lp010-case .lp010-ttl {
  color: #fff;
}
.lp010-case .lp010-ttl:before {
  color: inherit;
}
.lp010-case__slide {
  padding-top: 50px;
}
.lp010-case__slide .slick-list {
  overflow: visible;
}
.lp010-case__slide .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 30px;
  font-size: 0;
}
.lp010-case__slide .slick-dots button {
  cursor: pointer;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  border: none;
  background: #fff;
  opacity: .3;
  border-radius: 100%;
  font-size: 0;
  line-height: 0;
}
.lp010-case__slide .slick-dots .slick-active button {
  opacity: 1;
}
.lp010-case__item {
  position: relative;
  width: 570px;
  margin-inline: 30px;
  padding: 70px clamp(1.25rem, 0.347rem + 3.7vw, 3.125rem) clamp(1.25rem, 0.347rem + 3.7vw, 3.125rem);
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .lp010-case__item {
    width: 70vw;
    margin-inline: 20px;
  }
}
@media screen and (max-width: 575px) {
  .lp010-case__item {
    width: 80vw;
    margin-inline: 3vw;
  }
}
.lp010-case__icon {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  background: #e5edf2;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lp010-case__name {
  color: #202c52;
  font-weight: 700;
  text-align: center;
}
.lp010-case__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .lp010-case__info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.lp010-case__info li {
  margin-top: .5em;
  font-size: 0.812rem;
  line-height: 1;
}
.lp010-case__txt {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #d3d5d8;
}
.lp010-case__txt p {
  font-size: 0.875rem;
  line-height: 2;
}
.lp010-faq__wrap {
  max-width: 1000px;
  margin-inline: auto;
}
.lp010-faq__item {
  margin-bottom: 10px;
}
.lp010-faq__item:first-of-type dd {
  display: block;
}
.lp010-faq__item dt {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 20px 30px;
  border-radius: 10px;
  background: #f4f4f4;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media screen and (max-width: 767px) {
  .lp010-faq__item dt {
    padding: 15px 20px;
    gap: 15px;
  }
}
@media screen and (max-width: 413px) {
  .lp010-faq__item dt {
    padding: 15px;
  }
}
.lp010-faq__item dt:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  padding-left: 1px;
  background: #004b84;
  border-radius: 100%;
  color: #fff;
  font-size: 30px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .lp010-faq__item dt:before {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.lp010-faq__item dt:hover {
  background: #ededed;
}
.lp010-faq__item dt:hover i {
  background: #202c52;
}
.lp010-faq__item dt.is-active i:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.lp010-faq__item dt span {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  color: #202c52;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .lp010-faq__item dt span {
    font-size: 0.875rem;
  }
}
.lp010-faq__item dt i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 30px;
  height: 30px;
  background: #004b84;
  border-radius: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media screen and (max-width: 767px) {
  .lp010-faq__item dt i {
    width: 20px;
    height: 20px;
  }
}
.lp010-faq__item dt i:before, .lp010-faq__item dt i:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.lp010-faq__item dt i:before {
  width: 14px;
  height: 2px;
  margin-top: -1px;
  margin-left: -7px;
}
@media screen and (max-width: 767px) {
  .lp010-faq__item dt i:before {
    width: 10px;
    margin-left: -5px;
  }
}
.lp010-faq__item dt i:after {
  width: 2px;
  height: 14px;
  margin-top: -7px;
  margin-left: -1px;
}
@media screen and (max-width: 767px) {
  .lp010-faq__item dt i:after {
    height: 10px;
    margin-top: -5px;
  }
}
.lp010-faq__item dd {
  display: none;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .lp010-faq__item dd {
    padding-left: 0;
    padding-bottom: 40px;
  }
}
.lp010-faq__item dd > div > i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .lp010-faq__item dd > div > i {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 50px;
  }
}
.lp010-faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .lp010-faq__answer {
    gzp: 15px;
  }
}
.lp010-faq__txt {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding: 40px;
  border-radius: 30px 30px 30px 0;
  background: #e5edf2;
}
@media screen and (max-width: 767px) {
  .lp010-faq__txt {
    padding: 20px;
    border-radius: 0 10px 10px 10px;
    font-size: 0.875rem;
  }
}
.lp010-sample__imgs {
  display: grid;
}
@media screen and (max-width: 767px) {
  .lp010-sample__imgs {
    gap: 30px;
  }
}
@media screen and (max-width: 575px) {
  .lp010-sample__imgs {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .lp010-sample__imgs {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
.lp010-sample__imgs dt {
  margin-bottom: .5em;
  font-weight: 700;
  line-height: 1;
}
.lp010-sample__imgs dd {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
.lp010-sample__imgs dd span {
  display: block;
  margin-top: .5em;
  line-height: 1;
  font-size: 0.75rem;
  text-align: center;
}

.lp010-footer_cta__list {
  display: grid;
}
@media screen and (max-width: 767px) {
  .lp010-footer_cta__list {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .lp010-footer_cta__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .lp010-footer_cta__list {
    gap: 20px;
  }
}
.lp010-footer_cta__item a {
  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;
  height: clamp(4.375rem, 3.472rem + 3.7vw, 6.25rem);
  color: #202c52;
  background: #fff;
  border: 2px solid #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .lp010-footer_cta__item a {
    display: grid;
    grid-template-columns: 1fr;
    place-content: center;
    text-align: center;
    height: 150px;
  }
}
@media screen and (min-width: 992px) {
  .lp010-footer_cta__item a:hover {
    background: none;
    color: #fff;
  }
  .lp010-footer_cta__item a:hover svg {
    fill: #fff;
  }
}
.lp010-footer_cta__item span {
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .lp010-footer_cta__item span br {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .lp010-footer_cta__item span br {
    display: none;
  }
}
.lp010-footer_cta__item i {
  margin-right: 10px;
  line-height: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .lp010-footer_cta__item i {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.lp010-footer_cta__item svg {
  width: 40px;
  height: 40px;
  fill: #202c52;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media screen and (min-width: 768px) {
  .lp010-footer_cta__item:first-child a {
    cursor: default;
    pointer-events: none;
  }
}
.lp010-footer_cta__item:first-child div {
  display: grid;
  grid-template-rows: repeat(2, auto);
}
.lp010-footer_cta__item:first-child span {
  font-size: clamp(1.424rem, 0.969rem + 1.87vw, 2.369rem);
  letter-spacing: 0;
}
.lp010-footer_cta__item:first-child i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .lp010-footer_cta__item:first-child i {
    margin-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .lp010-footer_cta__item:first-child svg {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .lp010-footer_cta__item:first-child svg {
    width: 40px;
    height: 40px;
  }
}
.lp010-footer_cta__item:first-child small {
  margin-top: 3px;
  font-size: clamp(0.625rem, 0.505rem + 0.49vw, 0.875rem);
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .lp010-footer_cta__item:not(:first-child) span {
    font-size: 1.125rem;
    font-weight: 700;
  }
}

.form__cnt .form__cnt {
  width: 100%;
}

.form__cnt--cap {
  display: block;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 10px;
  line-height: 1;
}
.form__cnt--cap:first-child {
  margin-top: 0;
}

.lp010-form {
  margin-top: clamp(2.5rem, 0.694rem + 7.41vw, 6.25rem);
}
.lp010-form .cap {
  margin-top: 0;
}
.lp010-form .mw_wp_form_confirm .form__cnt--cap {
  display: none;
}
.lp010-form .mw_wp_form_confirm .form__cnt .form__cnt {
  display: inline-block;
  width: auto;
}
.lp010-form .mw_wp_form_confirm .form__cnt .form__cnt.form__cnt--address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.lp010-form .form-message {
  margin-bottom: clamp(2.5rem, 0.694rem + 7.41vw, 6.25rem);
}

/* =========================================================
 lp110
========================================================= */
.lp110-btn__sample {
  position: relative;
  position: fixed;
  background: #e88b00;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  z-index: 99999;
}
@media screen and (max-width: 575px) {
  .lp110-btn__sample {
    bottom: 10px;
    left: 5vw;
    width: 90vw;
    border-radius: calc(90vw * 0.222222 / 2 );
  }
}
@media screen and (min-width: 576px) {
  .lp110-btn__sample {
    right: 20px;
    bottom: 20px;
    width: 500px;
    border-radius: 50px;
  }
}
.lp110-btn__sample:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border: 3px solid #fff;
}
@media screen and (max-width: 575px) {
  .lp110-btn__sample:before {
    border-radius: calc(90vw * 0.222222 / 2 );
  }
}
@media screen and (min-width: 576px) {
  .lp110-btn__sample:before {
    border-radius: 50px;
  }
}
@media screen and (min-width: 992px) {
  .lp110-btn__sample:hover {
    background: #ffa41c;
  }
}
.lp110-btn__sample.js-is-hidden {
  opacity: 0;
}
@media screen and (max-width: 575px) {
  .lp110-btn__sample img {
    border-radius: calc(90vw * 0.222222 / 2 );
  }
}
@media screen and (min-width: 576px) {
  .lp110-btn__sample img {
    border-radius: 50px;
  }
}
.lp110-btn__sample span {
  position: absolute;
  top: 0;
  left: 50%;
  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;
  height: 2em;
  padding-inline: 1em;
  border-radius: 1em;
  background: #ad0306;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .lp110-btn__sample span {
    font-size: .75rem;
  }
}
.lp110-cnt_cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: clamp(1.25rem, 0.949rem + 1.23vw, 1.875rem);
}
@media screen and (max-width: 767px) {
  .lp110-cnt_cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.lp110-cnt_cta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .lp110-cnt_cta a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.lp110-cnt_cta i {
  width: auto;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .lp110-cnt_cta__tel a {
    color: #fff;
    background: #202c52;
  }
}
@media screen and (min-width: 768px) {
  .lp110-cnt_cta__tel a {
    cursor: default;
    pointer-events: none;
  }
}
.lp110-cnt_cta__tel svg {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .lp110-cnt_cta__tel svg {
    fill: #fff;
  }
}
.lp110-cnt_cta__tel div {
  display: grid;
}
.lp110-cnt_cta__tel span {
  font-size: clamp(1.266rem, 1.019rem + 1.01vw, 1.777rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.lp110-cnt_cta__tel small {
  margin-top: 3px;
  font-size: clamp(0.625rem, 0.505rem + 0.49vw, 0.875rem);
  line-height: 1;
}
.lp110-cnt_cta__mail {
  background: #202c52;
}
.lp110-cnt_cta__mail i {
  margin-right: 10px;
}
.lp110-cnt_cta__mail a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .lp110-cnt_cta__mail a {
    padding: 0 30px;
  }
}
.lp110-cnt_cta__mail a:hover {
  background: #004b84;
}
.lp110-cnt_cta__mail svg {
  fill: #fff;
  width: 30px;
  height: 30px;
}
.lp110-cta {
  padding-bottom: clamp(1.875rem, 0.972rem + 3.7vw, 3.75rem);
  background: #004b84;
}
@media screen and (max-width: 767px) {
  .lp110-cta {
    padding-bottom: clamp(1.875rem, 0.972rem + 3.7vw, 3.75rem);
  }
}
.lp110-cta__wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.lp110-cta__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .lp110-cta__head {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lp110-cta__head {
    gap: 15px;
  }
}
@media screen and (max-width: 575px) {
  .lp110-cta__head {
    gap: 10px;
  }
}
.lp110-cta__head * {
  letter-spacing: 0.05em;
}
.lp110-cta__head-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  position: relative;
}
@media screen and (max-width: 575px) {
  .lp110-cta__head-txt {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}
.lp110-cta__lead {
  margin-top: .5em;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .lp110-cta__lead {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 575px) {
  .lp110-cta__lead {
    position: relative;
    font-size: 1rem;
  }
}
@media screen and (max-width: 413px) {
  .lp110-cta__lead {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 768px) {
  .lp110-cta__lead {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 992px) {
  .lp110-cta__lead {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .lp110-cta__lead {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 1400px) {
  .lp110-cta__lead {
    font-size: 1.875rem;
  }
}
.lp110-cta__ttl {
  color: #fff;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .lp110-cta__ttl {
    font-size: 5vw;
    line-height: 1.3;
  }
}
@media screen and (min-width: 768px) {
  .lp110-cta__ttl {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 575px) {
  .lp110-cta__ttl {
    font-size: 5.5vw;
  }
}
@media screen and (max-width: 575px) {
  .lp110-cta__ttl {
    font-size: 5.5vw;
  }
}
@media screen and (min-width: 992px) {
  .lp110-cta__ttl {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .lp110-cta__ttl {
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 1400px) {
  .lp110-cta__ttl {
    font-size: 3.75rem;
  }
}
.lp110-cta__ttl em, .lp110-cta__ttl span {
  display: inline-block;
}
.lp110-cta__ttl em {
  position: relative;
  color: #f0ce14;
}
@media screen and (max-width: 767px) {
  .lp110-cta__ttl em {
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .lp110-cta__ttl em {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .lp110-cta__ttl em:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #f0ce14;
  }
}
.lp110-cta__limit {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.6em;
  padding-bottom: 1px;
  padding-inline: 1em;
  border-radius: .8em;
  background: #ad0306;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  white-space: nowrap;
}
.lp110-cta__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .lp110-cta__icon {
    width: 35%;
  }
}
@media screen and (max-width: 575px) {
  .lp110-cta__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 30%;
  }
}
@media screen and (min-width: 576px) {
  .lp110-cta__icon {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    margin-bottom: -15px;
  }
}
@media screen and (min-width: 768px) {
  .lp110-cta__icon {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    margin-bottom: -20px;
  }
}
.lp110-cta__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 991px) {
  .lp110-cta__main {
    -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;
    gap: 30px;
  }
}
@media screen and (min-width: 992px) {
  .lp110-cta__main {
    gap: 40px;
  }
}
@media screen and (max-width: 991px) {
  .lp110-cta__img {
    max-width: 400px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 992px) {
  .lp110-cta__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40%;
  }
}
.lp110-cta__txt {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  margin-bottom: 1em;
}
.lp110-cta__txt p {
  margin-bottom: 0;
  line-height: 2;
}
.lp110-cta__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100px;
  margin-top: 30px;
  padding-inline: 15px;
  border-radius: 50px;
  background: #e88b00;
  text-decoration: none;
  -webkit-box-shadow: 0px 5px 0px 0px #d95f00;
          box-shadow: 0px 5px 0px 0px #d95f00;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media screen and (max-width: 991px) {
  .lp110-cta__btn {
    height: 80px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 413px) {
  .lp110-cta__btn {
    height: 60px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 575px) {
  .lp110-cta__btn {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .lp110-cta__btn:hover {
    background: #ffa41c;
  }
}
.lp110-cta__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.lp110-cta__btn span {
  color: #fff;
  font-size: clamp(1rem, 0.579rem + 1.73vw, 1.875rem);
  font-weight: 900;
}
@media screen and (max-width: 413px) {
  .lp110-cta__btn span {
    font-size: 0.875rem;
  }
}
.lp110-cta__btn i {
  margin-left: 20px;
  line-height: 0;
}
.lp110-cta__btn svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}
.lp110-order {
  padding-top: clamp(5rem, 2.894rem + 8.64vw, 9.375rem);
}
.lp110-order-img {
  max-width: 400px;
  margin-top: 1em;
  text-indent: 0;
}
.lp110-order .list-num {
  display: grid;
  gap: 30px;
}
.lp110-order .list-num li {
  margin-bottom: 0;
}

.c-txt-sep {
  display: inline-block;
}

.c-close {
  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-block: clamp(3.75rem, -0.227rem + 16.97vw, 12.5rem);
}
