body {
  font-family: "Noto Sans JP", sans-serif;
  color: #4d4d4d;
  position: relative;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

img {
  max-width: 100%;
}

.inner {
  max-width: calc(1100px + 10%);
  padding: 0 5%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .inner {
    padding: 0 4%;
  }
}

.blue-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#69c6f8), to(#00a1ff));
  background: linear-gradient(to right, #69c6f8, #00a1ff);
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 36px -9px #859bc7;
          box-shadow: 0px 0px 36px -9px #859bc7;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section-heading {
  font-weight: 700;
  line-height: 1.2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section-heading {
    line-height: 1.5;
  }
}
.section-heading span {
  display: block;
}

.section-heading.-lg {
  font-size: 40px;
}
@media (max-width: 768px) {
  .section-heading.-lg {
    font-size: 32px;
  }
}

.section-heading.-m {
  font-size: 38px;
}
@media (max-width: 768px) {
  .section-heading.-m {
    font-size: 30px;
  }
}

.section-subHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.section-subHeading img {
  height: 53.21px;
}
@media (max-width: 768px) {
  .section-subHeading img {
    height: 36px;
  }
}

.fadein {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.fadein.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 2s cubic-bezier(0.22, 1, 0.36, 1);
}

.inview {
  overflow: hidden;
}

.inview > span {
  -webkit-transform: translate3d(0, 80px, 0) scaleY(1.8);
          transform: translate3d(0, 80px, 0) scaleY(1.8);
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}

.inview.active > span {
  -webkit-transform: translateZ(0) scaleY(1);
          transform: translateZ(0) scaleY(1);
  transition: transform 0.5s 0.1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s 0.1s cubic-bezier(0.23, 1, 0.32, 1);
}

.text-animation span {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  display: inline-block;
}

.staggeringItemBox > * {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.staggeringItemBox2 > * {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.slideinItemLeft {
  opacity: 0;
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
}

.slideinItemRight {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
}

.comparison-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 9%;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .comparison-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.comparison-box::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/comparison-box_arrow.svg) no-repeat center/contain;
  width: 48px;
  height: 160px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .comparison-box::before {
    display: none;
  }
}
.comparison-box .comparison-boxItem {
  width: 45.5%;
  border-radius: 24px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .comparison-box .comparison-boxItem {
    width: 100%;
  }
  .comparison-box .comparison-boxItem:first-child {
    position: relative;
    margin-bottom: 100px;
  }
  .comparison-box .comparison-boxItem:first-child::before {
    content: "";
    display: inline-block;
    position: absolute;
    background: url(../img/comparison-box_arrow.svg) no-repeat center/contain;
    left: 50%;
    bottom: -90px;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    width: 28px;
    height: 96px;
  }
}
.comparison-box .comparison-boxItem h4 {
  font-size: 41px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: -24px;
  margin-bottom: 20px;
}
.comparison-box .comparison-boxItem.before {
  color: #978475;
}
.comparison-box .comparison-boxItem.after {
  color: #00a1ff;
}

.lp #header {
  position: absolute;
  top: 0;
  left: 0;
}
.lp #header .header__inner {
  padding-right: 34px;
}
.lp #header .header__inner .header__contactBox a:nth-child(1) {
  background: -webkit-gradient(linear, left top, right top, from(#00b2ff), to(#af4fd2));
  background: linear-gradient(to right, #00b2ff, #af4fd2);
}
.lp #mainVisual {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .lp #mainVisual {
    padding-bottom: 120px;
  }
}
.lp #mainVisual .mainVisual__container {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .lp #mainVisual .mainVisual__container {
    padding-top: 70px;
  }
}
@media (max-width: 768px) {
  .lp #mainVisual .mainVisual__container .mainVisual__flexBox {
    padding-bottom: 36%;
  }
}
.lp #mainVisual .mainVisual__container .mainVisual__flexBox .mainVisual__textBox {
  width: 61%;
}
@media (max-width: 768px) {
  .lp #mainVisual .mainVisual__container .mainVisual__flexBox .mainVisual__textBox {
    width: 100%;
  }
}
.lp #mainVisual .mainVisual__container .mainVisual__flexBox .mainVisual__textBox .mainVisual__leadText {
  text-align: left;
  font-size: 40px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #004a7f;
  margin-bottom: 32px;
  line-height: 1.45;
}
@media (max-width: 768px) {
  .lp #mainVisual .mainVisual__container .mainVisual__flexBox .mainVisual__textBox .mainVisual__leadText {
    font-size: 22.5px;
  }
}
.lp #mainVisual .mainVisual__container .mainVisual__flexBox .mainVisual__textBox .mainVisual__title {
  width: 85.8%;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .lp #mainVisual .mainVisual__container .mainVisual__flexBox .mainVisual__textBox .mainVisual__title {
    width: 100%;
  }
}
.lp #mainVisual .mainVisual__container .mainVisual__flexBox .mainVisual__textBox > span {
  font-size: 24.38px;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .lp #mainVisual .mainVisual__container .mainVisual__flexBox .mainVisual__textBox > span {
    font-size: 14px;
  }
}
.lp #mainVisual .mainVisual__container .mainVisual__flexBox figure {
  width: 60%;
  left: auto;
  right: -10%;
  top: -50px;
}
@media (max-width: 768px) {
  .lp #mainVisual .mainVisual__container .mainVisual__flexBox figure {
    top: auto;
    bottom: -22vw;
    right: 0;
    width: 110%;
  }
}
.lp .downloadButton {
  margin-bottom: 80px;
}
.lp .downloadButton a.pc {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 380px;
  height: 60px;
  border-radius: 44px;
  background: #004a7f;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0.02em;
  font-weight: 700;
  position: relative;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin: 43px auto 0;
}
@media (max-width: 768px) {
  .lp .downloadButton a.pc {
    display: none;
  }
}
.lp .downloadButton a.pc:before {
  content: "";
  background-image: url(../img/mainVisual_buttonArrow.png);
  width: 50px;
  height: 10px;
  left: auto;
  right: 16px;
}
.lp .downloadButton a.pc::after {
  display: none;
}
.lp #cp-202402 {
  margin-bottom: 80px;
}
.lp #about .about__comparison .about__comparison-heading {
  margin-top: 0;
}
.lp #howTo {
  padding-top: 70px;
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 768px) {
  .lp #howTo {
    padding-bottom: 70px;
  }
}
.lp #howTo .howTo__bg {
  position: absolute;
  z-index: -10;
  top: 0;
}
@media (max-width: 768px) {
  .lp #howTo .howTo__bg {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .lp #howTo .howTo__bg img {
    height: 100%;
  }
}
.lp #howTo .howTo__box {
  padding: 48px 100px 55px;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .lp #howTo .howTo__box {
    padding: 24px 18px;
  }
}
.lp #howTo .howTo__box h3 {
  font-size: 29px;
  color: #204a7c;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 4.5px solid #204a7c;
  padding-left: 44%;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .lp #howTo .howTo__box h3 {
    padding-left: 0;
    font-size: 20px;
  }
}
.lp #howTo .howTo__box h3 span {
  font-size: 18px;
  color: #4d4d4d;
}
@media (max-width: 768px) {
  .lp #howTo .howTo__box h3 span {
    font-size: 15px;
  }
}
.lp #howTo .howTo__box p {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .lp #howTo .howTo__box p {
    font-size: 16px;
  }
}
.lp #howTo .howTo__box figure {
  width: 81.22%;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .lp #howTo .howTo__box figure {
    width: 100%;
  }
}
.lp #howTo .howTo__box a {
  max-width: 500px;
  height: 50px;
  border-radius: 50px;
  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;
  background: -webkit-gradient(linear, left top, right top, from(#55aff7), to(#a156ca));
  background: linear-gradient(to right, #55aff7, #a156ca);
  color: #ffffff;
  font-size: 20.66px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
}
@media (max-width: 768px) {
  .lp #howTo .howTo__box a {
    font-size: 16px;
  }
}
.lp #howTo .howTo__box a:hover {
  opacity: 0.7;
}
.lp #howTo .howTo__box a::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../img/cta2_arrow-long.svg) no-repeat center/contain;
  width: 55px;
  height: 8px;
  right: 17px;
  top: 20px;
}
@media (max-width: 768px) {
  .lp #howTo .howTo__box a::before {
    width: 27px;
    height: 8px;
    right: 10px;
  }
}
.lp #howTo .howTo__box.item01 {
  margin-bottom: 50px;
}
.lp #howTo .howTo__box.item01 h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/flow__img02.png) no-repeat center/contain;
  width: 114px;
  height: 171px;
  right: 20px;
  bottom: -30px;
}
@media (max-width: 768px) {
  .lp #howTo .howTo__box.item01 h3::before {
    width: 61px;
    height: 88px;
    right: 7px;
    bottom: -16px;
  }
}
.lp #howTo .howTo__box.item02 h3 {
  color: #4d9ff6;
  border-color: #4d9ff6;
}
.lp #howTo .howTo__box.item02 h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/flow__img01.png) no-repeat center/contain;
  width: 114px;
  height: 171px;
  right: 20px;
  bottom: -30px;
}
@media (max-width: 768px) {
  .lp #howTo .howTo__box.item02 h3::before {
    width: 61px;
    height: 88px;
    right: 7px;
    bottom: -16px;
  }
}
.lp #howTo .howTo__box.item02 figure {
  width: 95.42%;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .lp #howTo .howTo__box.item02 figure {
    width: 100%;
  }
}
.lp #plan {
  padding: 85px;
}
@media (max-width: 768px){
  .lp #plan {
    padding:0;
  }
}

.lp #question {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .lp #question {
    padding-bottom: 50px;
  }
}
.lp #case {
  margin-top: 0;
  padding-top: 80px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .lp #case {
    padding-top: 60px;
  }
}
.lp #case .caseStudies__section {
  margin-bottom: 72px;
}
.lp #case .caseStudies__section .caseStudies__caseList .caseStudies__caseItem {
  width: 350px;
  display: block;
  padding-right: 28px;
  height: auto !important;
  margin-right: 24px;
}
.lp #case .caseStudies__section .caseStudies__caseList .caseStudies__caseItem:not(:last-child) {
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .lp #case .caseStudies__section .caseStudies__caseList .caseStudies__caseItem:not(:last-child) {
    margin-bottom: 24px;
  }
}
.lp #case .caseStudies__section .caseStudies__caseList .caseStudies__caseItem .caseStudies__caseImage {
  margin-right: 0;
}
.lp #case .caseStudies__section .caseStudies__caseList .caseStudies__caseItem .caseStudies__textBox {
  padding-left: 24px;
  padding-top: 24px;
}
@media (max-width: 768px) {
  .lp #case .caseStudies__section .caseStudies__caseList .caseStudies__caseItem .caseStudies__textBox {
    padding-top: 0;
  }
}
.lp #case .caseStudies__section .caseStudies__caseList .caseStudies__caseItem .caseStudies__itemTitle {
  font-size: 18px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.lp #case .caseStudies__section .caseStudies__caseList .caseStudies__caseItem .caseStudies__itemTitle span {
  display: block;
  font-size: 16px;
  margin-left: 0;
  margin-top: 8px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.lp #case .caseStudies__section .caseStudies__caseList .slick-list {
  overflow: visible;
}
.lp #case .caseStudies__section .caseStudies__caseList .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp #case .caseStudies__section .caseStudies__caseList .slick-dots {
  bottom: -40px;
}
.lp #case .caseStudies__section .caseStudies__caseList .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #838075;
  border-radius: 10px;
}
.lp #case .caseStudies__section .caseStudies__caseList .slick-dots li button::before {
  content: "";
  width: 10px;
  height: 10px;
}
.lp #case .caseStudies__section .caseStudies__caseList .slick-dots li.slick-active button {
  background: #0e497b;
}
.lp #case .case__list li span {
  text-align: center;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.4;
}
.lp .following-cta {
  border-top: 1px solid #eeeeee;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 33px 0 14px;
  z-index: 1000;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media (max-width: 768px) {
  .lp .following-cta {
    padding: 25px 0 8px;
  }
}
.lp .following-cta.is-show {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.lp .following-cta .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .lp .following-cta .inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.lp .following-cta .inner a {
  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: 500px;
  height: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#82c4f3), to(#4564f4));
  background: linear-gradient(to right, #82c4f3, #4564f4);
  border-radius: 50px;
  font-size: 24px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #ffffff;
  position: relative;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.lp .following-cta .inner a:first-child {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .lp .following-cta .inner a:first-child {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .lp .following-cta .inner a {
    font-size: 18px;
    height: 34px;
    width: 49%;
  }
}
.lp .following-cta .inner a:hover {
  opacity: 0.7;
}
.lp .following-cta .inner a::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/cta2_arrow-long.svg) no-repeat center/contain;
  width: 42px;
  height: 6px;
  right: 24px;
  bottom: 25px;
}
@media (max-width: 768px) {
  .lp .following-cta .inner a::after {
    display: none;
  }
}
.lp .following-cta .inner a:nth-child(1) {
  padding-left: 40px;
}
@media (max-width: 768px) {
  .lp .following-cta .inner a:nth-child(1) {
    padding-left: 0;
  }
}
.lp .following-cta .inner a:nth-child(1)::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/downloadButton_img01.png) no-repeat center/contain;
  width: 114px;
  height: 75px;
  left: 25px;
}
@media (max-width: 768px) {
  .lp .following-cta .inner a:nth-child(1)::before {
    display: none;
  }
}
.lp .following-cta .inner a:nth-child(1) span {
  position: absolute;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -26px;
  color: #4d9ff6;
  font-size: 18px;
}
@media (max-width: 768px) {
  .lp .following-cta .inner a:nth-child(1) span {
    font-size: 14px;
    width: 100%;
    text-align: center;
    top: -20px;
  }
}
.lp .following-cta .inner a:nth-child(2) {
  background: #004a7f;
}
.lp #footer {
  padding-bottom: 28px;
  margin-bottom: 98px;
}
@media (max-width: 768px) {
  .lp #footer {
    margin-bottom: 68px;
  }
}

@media (max-width: 768px) {
  #lp202403a #mainVisual .mainVisual__leadText {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
#lp202403a #solution {
  padding-bottom: 102px;
}
@media (max-width: 768px) {
  #lp202403a #solution {
    padding-bottom: 50px;
  }
}
#lp202403a #solution h2 {
  font-size: 39px;
  font-weight: 700;
  line-height: 1.25;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #00a1ff;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 45px;
  position: relative;
}
@media (max-width: 768px) {
  #lp202403a #solution h2 {
    font-size: 23px;
  }
}
#lp202403a #solution h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/lp/solution_bubble-lt.png) no-repeat center/contain;
  width: 37px;
  height: 75px;
  left: -50px;
  bottom: 5px;
}
@media (max-width: 768px) {
  #lp202403a #solution h2::before {
    width: 18px;
    height: 35px;
    left: -26px;
  }
}
#lp202403a #solution h2::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/lp/solution_bubble-rt.png) no-repeat center/contain;
  width: 37px;
  height: 75px;
  right: -50px;
  bottom: 5px;
}
@media (max-width: 768px) {
  #lp202403a #solution h2::after {
    width: 18px;
    height: 35px;
    right: -26px;
  }
}
#lp202403a #solution .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  #lp202403a #solution .flexBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#lp202403a #solution .flexBox .flexItem {
  width: 23%;
}
@media (max-width: 768px) {
  #lp202403a #solution .flexBox .flexItem {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}
#lp202403a #solution .flexBox .flexItem p {
  font-size: 18.76px;
  font-weight: 700;
  line-height: 1.565;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  #lp202403a #solution .flexBox .flexItem p {
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: auto;
  }
}
#lp202403a #about {
  margin-bottom: 120px;
}
#lp202403a #merit {
  padding-bottom: 195px;
}
#lp202403a #plan {
  padding-top: 90px;
  margin-bottom: 160px;
}
@media (max-width: 768px) {
  #lp202403a #plan {
    padding: 0;
    margin-bottom: 140px;
    margin-top: -90px;
  }
}

#lp202403b #mainVisual .mainVisual__leadText {
  font-size: 51px;
}
@media (max-width: 768px) {
  #lp202403b #mainVisual .mainVisual__leadText {
    font-size: 26px;
  }
}
#lp202403b #plan {
  padding-top: 90px;
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  #lp202403b #plan {
    padding: 0;
    margin-bottom: 140px;
    margin-top: -50px;
  }
}
#lp202403b #about {
  position: relative;
  margin-bottom: 102px;
}
@media (max-width: 768px) {
  #lp202403b #about {
    margin-bottom: 80px;
  }
}
#lp202403b #about .about__topBg {
  position: absolute;
  top: 0;
  z-index: -10;
}
@media (max-width: 768px) {
  #lp202403b #about .about__topBg {
    height: 40%;
  }
}
@media (max-width: 768px) {
  #lp202403b #about .about__topBg img {
    height: 100%;
  }
}
#lp202403b #about .about__box {
  background-color: #ffffff;
}
#lp202403b #about .about__box:nth-child(2) {
  margin-bottom: 67px;
}
@media (max-width: 768px) {
  #lp202403b #about .about__box:nth-child(2) {
    margin-bottom: 30px;
  }
}
#lp202403b #about .about__box:last-child {
  padding: 50px 105px 20px;
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  #lp202403b #about .about__box:last-child {
    padding: 30px;
    margin-bottom: 70px;
  }
}
#lp202403b #about .about__box:last-child .about__box-heading {
  margin-bottom: 53px;
}
@media (max-width: 768px) {
  #lp202403b #about .about__box:last-child .about__box-heading {
    margin-bottom: 26px;
  }
}
#lp202403b #about .about__box:last-child .about__box-subHeading {
  font-size: 21.56px;
  font-weight: 700;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 768px) {
  #lp202403b #about .about__box:last-child .about__box-subHeading {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
}
#lp202403b #about .about__box:last-child .about__box-subHeading::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #4d4d4d;
  height: 3px;
  width: calc((100% - 558px) / 2);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#lp202403b #about .about__box:last-child .about__box-subHeading::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #4d4d4d;
  height: 3px;
  width: calc((100% - 558px) / 2);
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#lp202403b #about .about__box:last-child figure {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #lp202403b #about .about__box:last-child figure {
    font-size: 20px;
  }
}
#lp202403b #about .about__box:last-child small {
  font-size: 13px;
  text-align: right;
  display: block;
  margin-right: -78px;
}
@media (max-width: 768px) {
  #lp202403b #about .about__box:last-child small {
    margin-right: 0;
    font-size: 12px;
    text-align: center;
  }
}
#lp202403b #about .about__box:last-child small:last-child {
  margin-top: 10px;
}
#lp202403b #about .about__textBox {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #lp202403b #about .about__textBox {
    margin-bottom: 50px;
  }
}
#lp202403b #about .about__textBox p {
  font-size: 30.12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.66;
}
@media (max-width: 768px) {
  #lp202403b #about .about__textBox p {
    font-size: 22px;
  }
}
#lp202403b #about .about__textBox h3 {
  font-size: 46px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: center;
  color: #00a1ff;
}
@media (max-width: 768px) {
  #lp202403b #about .about__textBox h3 {
    font-size: 30px;
    line-height: 1.4;
  }
}
#lp202403b #about .about__comparison {
  padding-bottom: 60px;
}

#lp202403c #mainVisual .mainVisual__leadText {
  font-size: 55px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  #lp202403c #mainVisual .mainVisual__leadText {
    font-size: 30px;
    margin-bottom: 16px;
  }
}
#lp202403c #mainVisual .mainVisual__leadText span.line-small {
  font-size: 36px;
  color: #004a7f;
  text-decoration: none;
}
@media (max-width: 768px) {
  #lp202403c #mainVisual .mainVisual__leadText span.line-small {
    font-size: 20px;
  }
}
#lp202403c #compare {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  #lp202403c #compare {
    margin-bottom: 65px;
  }
}
#lp202403c #compare p {
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 768px) {
  #lp202403c #compare p {
    font-size: 26px;
  }
}
#lp202403c #compare .compare__box {
  position: relative;
  padding-top: 130px;
}
#lp202403c #compare .compare__box .compare__bg {
  position: absolute;
  top: 130px;
  z-index: -10;
}
@media (max-width: 768px) {
  #lp202403c #compare .compare__box .compare__bg {
    top: 80px;
    height: 100%;
  }
}
@media (max-width: 768px) {
  #lp202403c #compare .compare__box .compare__bg img {
    height: 100%;
  }
}
#lp202403c #compare .compare__box .compare__heading {
  font-size: 30.12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  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;
  margin-top: -100px;
  margin-bottom: -10px;
}
@media (max-width: 768px) {
  #lp202403c #compare .compare__box .compare__heading {
    display: block;
    font-size: 28px;
    line-height: 1.5;
    margin: 0;
  }
}
#lp202403c #compare .compare__box .compare__heading > span {
  padding: 12px 0;
}
#lp202403c #compare .compare__box .compare__heading .em1 {
  font-size: 44.72px;
  letter-spacing: 0.1em;
  color: #ffffff;
  position: relative;
  margin: 0 0px 0 16px;
}
@media (max-width: 768px) {
  #lp202403c #compare .compare__box .compare__heading .em1 {
    font-size: 36px;
    margin: 0 5px;
  }
}
#lp202403c #compare .compare__box .compare__heading .em1::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 73px;
  height: 73px;
  background: url(../img/about_textBg.png) no-repeat center/contain;
  border-radius: 44%;
  z-index: -1;
  left: 47%;
  top: 53%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  #lp202403c #compare .compare__box .compare__heading .em1::before {
    width: 60px;
    height: 60px;
  }
}
#lp202403c #compare .compare__box .compare__heading .em2 {
  font-size: 44.72px;
  letter-spacing: 0.1em;
  color: #00a1ff;
  margin: 0 0px 0 6px;
}
@media (max-width: 768px) {
  #lp202403c #compare .compare__box .compare__heading .em2 {
    margin: 0;
    font-size: 36px;
  }
}
#lp202403c #compare .compare__box figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#lp202403c #compare .compare__box figure:first-child {
  margin-top: -77px;
}
#lp202403c #compare .compare__box figure img {
  max-width: none;
  width: 111%;
}
#lp202403c #point {
  margin-top: 115px;
}
@media (max-width: 768px) {
  #lp202403c #point {
    margin-top: 70px;
  }
}
#lp202403c #point .section-heading {
  line-height: 1.8;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #lp202403c #point .section-heading {
    line-height: 1.5;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  #lp202403c #point .point__comparison .comparison-box .comparison-boxItem:first-child {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  #lp202403c #flow {
    margin-bottom: 30px;
  }
}
#lp202403c #howTo {
  padding-top: 40px;
}
#lp202403c #plan {
  padding-top: 90px;
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  #lp202403c #plan {
    padding: 0;
    margin-bottom: 140px;
  }
}

#lp202403d #mainVisual .mainVisual__leadText {
  font-size: 38px;
}
@media (max-width: 768px) {
  #lp202403d #mainVisual .mainVisual__leadText {
    font-size: 32px;
  }
}
#lp202403d #mainVisual .mainVisual__leadText span.large-line {
  font-size: 51px;
  text-decoration: none;
  color: #004a7f;
}
@media (max-width: 768px) {
  #lp202403d #mainVisual .mainVisual__leadText span.large-line {
    font-size: 42px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
#lp202403d #effect {
  padding-top: 100px;
}
@media (max-width: 768px) {
  #lp202403d #effect {
    padding-top: 50px;
  }
}
#lp202403d #effect h3 {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.025em;
  line-height: 1.64;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #lp202403d #effect h3 {
    font-size: 28px;
  }
}
#lp202403d #effect h3 span {
  color: #4da0f8;
}
#lp202403d #effect figure {
  width: 70%;
  margin: 0 auto 30px;
}
@media (max-width: 768px) {
  #lp202403d #effect figure {
    width: 100%;
  }
}
#lp202403d #effect h4 {
  font-size: 31.85px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.025em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 35px;
  position: relative;
}
@media (max-width: 768px) {
  #lp202403d #effect h4 {
    font-size: 26px;
  }
}
#lp202403d #effect h4::before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 50px;
  left: -55px;
  top: 55%;
  background-color: #4d4d4d;
  -webkit-transform: translateY(-50%) rotate(55deg);
          transform: translateY(-50%) rotate(55deg);
}
@media (max-width: 768px) {
  #lp202403d #effect h4::before {
    width: 40px;
    left: -45px;
  }
}
#lp202403d #effect h4::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 50px;
  right: -55px;
  top: 55%;
  background-color: #4d4d4d;
  -webkit-transform: translateY(-50%) rotate(-55deg);
          transform: translateY(-50%) rotate(-55deg);
}
@media (max-width: 768px) {
  #lp202403d #effect h4::after {
    width: 40px;
    right: -45px;
  }
}
#lp202403d #effect .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #lp202403d #effect .flexBox {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#lp202403d #effect .flexBox .flexItem {
  width: 240px;
  height: 162.5px;
  position: relative;
  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;
}
@media (max-width: 768px) {
  #lp202403d #effect .flexBox .flexItem {
    width: 48%;
    margin-bottom: 20px;
  }
}
#lp202403d #effect .flexBox .flexItem:not(:last-child) {
  margin-right: 26px;
}
@media (max-width: 768px) {
  #lp202403d #effect .flexBox .flexItem:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  #lp202403d #effect .flexBox .flexItem:nth-child(2n-1) {
    margin-right: 4%;
  }
}
#lp202403d #effect .flexBox .flexItem::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/lp/effect_text-bg.png) no-repeat center/100% 100%;
  left: 0;
  top: 0;
  z-index: -10;
}
#lp202403d #effect .flexBox .flexItem p {
  font-size: 19.5px;
  font-weight: 700;
  text-align: center;
  line-height: 1.43;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #004a7f;
}
@media (max-width: 768px) {
  #lp202403d #effect .flexBox .flexItem p {
    font-size: 16px;
  }
}
#lp202403d #plan {
  padding-top: 90px;
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  #lp202403d #plan {
    padding: 0;
    margin-bottom: 140px;
  }
}
#lp202403d #merit {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  #lp202403d #merit {
    margin-bottom: 40px;
  }
}

#lp202405e #mainVisual {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  #lp202405e #mainVisual {
    padding-bottom: 120px;
  }
}
#lp202405e #solution {
  padding-bottom: 102px;
}
@media (max-width: 768px) {
  #lp202405e #solution {
    padding-bottom: 50px;
  }
}
#lp202405e #solution h2 {
  font-size: 39px;
  font-weight: 700;
  line-height: 1.25;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #00a1ff;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 45px;
  position: relative;
}
@media (max-width: 768px) {
  #lp202405e #solution h2 {
    font-size: 23px;
  }
}
#lp202405e #solution h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/lp/solution_bubble-lt.png) no-repeat center/contain;
  width: 37px;
  height: 75px;
  left: -50px;
  bottom: 5px;
}
@media (max-width: 768px) {
  #lp202405e #solution h2::before {
    width: 18px;
    height: 35px;
    left: -26px;
  }
}
#lp202405e #solution h2::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/lp/solution_bubble-rt.png) no-repeat center/contain;
  width: 37px;
  height: 75px;
  right: -50px;
  bottom: 5px;
}
@media (max-width: 768px) {
  #lp202405e #solution h2::after {
    width: 18px;
    height: 35px;
    right: -26px;
  }
}
#lp202405e #solution .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  #lp202405e #solution .flexBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#lp202405e #solution .flexBox .flexItem {
  width: 23%;
}
@media (max-width: 768px) {
  #lp202405e #solution .flexBox .flexItem {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}
#lp202405e #solution .flexBox .flexItem p {
  font-size: 18.76px;
  font-weight: 700;
  line-height: 1.565;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  #lp202405e #solution .flexBox .flexItem p {
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: auto;
  }
}
#lp202405e .downloadButton {
  background: #0e497b;
  padding: 70px 0 80px;
}
@media (max-width: 768px) {
  #lp202405e .downloadButton {
    padding: 24px 0 32px;
  }
}
#lp202405e .downloadButton.no-marginBottom {
  margin-bottom: 0;
}
#lp202405e .downloadButton .box-shadow {
  -webkit-box-shadow: 0px 0px 36px -9px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 0px 36px -9px rgba(0, 0, 0, 0.7);
}
#lp202405e .downloadButton p {
  font-size: 31px;
  margin-bottom: 32px;
  color: #ffffff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.025em;
}
@media (max-width: 768px) {
  #lp202405e .downloadButton p {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 12px;
  }
}
#lp202405e .downloadButton p span {
  font-size: 27px;
}
@media (max-width: 768px) {
  #lp202405e .downloadButton p span {
    font-size: 16px;
  }
}
#lp202405e .downloadButton a:not(.buttonText + a) {
  font-size: 44px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  #lp202405e .downloadButton a:not(.buttonText + a) {
    font-size: 21px;
    height: 48px;
    padding-left: 84px;
    background: -webkit-gradient(linear, left top, right top, from(#68c6f8), to(#3863fd));
    background: linear-gradient(to right, #68c6f8, #3863fd);
  }
}
#lp202405e .downloadButton a:not(.buttonText + a) span {
  font-size: 31px;
  background-color: #ffffff;
  border-radius: 6px;
  color: #4d9ff6;
  width: 96px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 12px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media (max-width: 768px) {
  #lp202405e .downloadButton a:not(.buttonText + a) span {
    font-size: 16px;
    height: 24px;
    width: 48px;
    padding-bottom: 2px;
    margin-top: 2px;
    padding-left: 2px;
    margin-right: 6px;
    border-radius: 2px;
  }
}
#lp202405e .downloadButton a:not(.buttonText + a) span::before {
  width: 24%;
}
#lp202405e .downloadButton a:not(.buttonText + a)::before {
  background-image: url(../img/downloadButton_img03.png);
  left: 40px;
}
@media (max-width: 768px) {
  #lp202405e .downloadButton a:not(.buttonText + a)::before {
    left: calc(50% - 160px);
    top: 48%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: auto;
    background-image: url(../img/downloadButton_img03.sp.png);
    width: 84px;
  }
}
#lp202405e .downloadButton a:not(.buttonText + a)::after {
  right: 3.6%;
}
@media (max-width: 768px) {
  #lp202405e .downloadButton a:not(.buttonText + a)::after {
    display: none;
  }
}
#lp202405e #case {
  padding-top: 176px;
}
#lp202405e #case .caseStudies__bg {
  width: 100vw;
  height: 82%;
  aspect-ratio: 1/1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  position: absolute;
  z-index: -10;
}
@media (max-width: 768px) {
  #lp202405e #case .caseStudies__bg {
    height: 60%;
  }
}
#lp202405e #case .caseStudies__bg img {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100vw;
  max-width: none;
}
#lp202405e .following-cta {
  padding-top: 40px;
}
@media (max-width: 768px) {
  #lp202405e .following-cta {
    padding-top: 16px;
  }
}
@media (max-width: 768px) {
  #lp202405e .following-cta .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  #lp202405e .following-cta .inner a {
    width: 100%;
  }
}
#lp202405e .following-cta .inner a:nth-child(1) {
  margin-right: 0;
}
@media (max-width: 768px) {
  #lp202405e .following-cta .inner a:nth-child(1) {
    font-size: 21px;
    height: 48px;
    padding-left: 84px;
    background: -webkit-gradient(linear, left top, right top, from(#68c6f8), to(#3863fd));
    background: linear-gradient(to right, #68c6f8, #3863fd);
  }
}
@media (max-width: 768px) {
  #lp202405e .following-cta .inner a:nth-child(1)::before {
    content: "";
    display: block;
    left: calc(50% - 160px);
    top: 48%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: auto;
    background-image: url(../img/downloadButton_img03.sp.png);
    width: 84px;
  }
}
#lp202405e .following-cta .inner a:nth-child(1) span {
  width: 100%;
  text-align: center;
  top: -32px;
}
#lp202405e .following-cta .inner a:nth-child(1) span.label {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
  width: auto;
  background-color: #ffffff;
  border-radius: 6px;
  color: #4d9ff6;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1;
  height: 28px;
  width: 48px;
  padding-bottom: 2px;
  margin-top: 2px;
}
@media (max-width: 768px) {
  #lp202405e .following-cta .inner a:nth-child(1) span.label {
    font-size: 16px;
    height: 24px;
    width: 48px;
    padding-bottom: 2px;
    margin-top: 2px;
    padding-left: 2px;
    margin-right: 6px;
    border-radius: 2px;
  }
}
@media (max-width: 768px) {
  #lp202405e .following-cta .inner a:nth-child(1) span:not(.label) {
    display: none;
  }
}

#lp202406f #mainVisual {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  #lp202406f #mainVisual {
    padding-bottom: 120px;
  }
}
#lp202406f #mainVisual .mainVisual__container .mainVisual__flexBox .mainVisual__textBox .mainVisual__leadText {
  font-size: 47px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  #lp202406f #mainVisual .mainVisual__container .mainVisual__flexBox .mainVisual__textBox .mainVisual__leadText {
    font-size: 7.4vw;
  }
}
#lp202406f #mainVisual .mainVisual__container .mainVisual__flexBox .mainVisual__textBox .mainVisual__leadText span {
  text-decoration: none;
  font-size: 57px;
}
@media (max-width: 768px) {
  #lp202406f #mainVisual .mainVisual__container .mainVisual__flexBox .mainVisual__textBox .mainVisual__leadText span {
    font-size: 10vw;
  }
}
#lp202406f #mainVisual .mainVisual__container .mainVisual__flexBox figure {
  width: 50.91%;
  top: -40px;
  right: -3%;
}
@media (max-width: 768px) {
  #lp202406f #mainVisual .mainVisual__container .mainVisual__flexBox figure {
    top: auto;
    bottom: -25vw;
    right: 0;
    width: 100%;
  }
}
#lp202406f .downloadButton {
  background: #0e497b;
  padding: 40px 0;
  margin-bottom: 0;
}
#lp202406f .downloadButton p {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.025em;
  line-height: 1.4;
  color: #ffff00;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
  position: relative;
}
@media (max-width: 768px) {
  #lp202406f .downloadButton p {
    font-size: 22px;
    margin-bottom: 48px;
  }
}
#lp202406f .downloadButton p::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 40px;
  background: url(../img/lp/dowbloadButton_textBubble-left.png) no-repeat center/contain;
  left: -28px;
  top: 4px;
}
@media (max-width: 768px) {
  #lp202406f .downloadButton p::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#lp202406f .downloadButton p::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 40px;
  background: url(../img/lp/dowbloadButton_textBubble-right.png) no-repeat center/contain;
  right: -28px;
  top: 4px;
}
@media (max-width: 768px) {
  #lp202406f .downloadButton p::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#lp202406f .downloadButton .downloadButton__button {
  overflow: visible;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
}
@media (max-width: 768px) {
  #lp202406f .downloadButton .downloadButton__button::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 45.45%;
    height: 94%;
    background: url(../img/lp/downloadButton_button-img_sp.png) no-repeat center/contain;
    top: -62%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#lp202406f .downloadButton .downloadButton__button:hover {
  opacity: 0.7;
}
#lp202406f .downloadButton .downloadButton__button a {
  overflow: visible;
  width: 100%;
  height: 100%;
  max-height: 150px;
  background: none;
  -webkit-box-shadow: 0px 0px 26px -5px rgba(75, 121, 128, 0.5);
          box-shadow: 0px 0px 26px -5px rgba(75, 121, 128, 0.5);
}
#lp202406f .downloadButton .downloadButton__button a::before, #lp202406f .downloadButton .downloadButton__button a::after {
  display: none;
}
#lp202406f #solution {
  padding: 68px 0 48px;
}
@media (max-width: 768px) {
  #lp202406f #solution {
    padding: 22px 0 0px;
    margin-bottom: 32px;
  }
}
#lp202406f #solution .solution__box01 {
  margin-bottom: 48px;
}
#lp202406f #solution .solution__box01 p {
  color: #079efb;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  #lp202406f #solution .solution__box01 p {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
#lp202406f #solution .solution__box01 figure {
  max-width: 960px;
  margin: 0 auto;
}
#lp202406f #solution .solution__box02 p {
  font-size: 30px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 48px;
}
@media (max-width: 768px) {
  #lp202406f #solution .solution__box02 p {
    font-size: 18.4px;
    margin-bottom: 24px;
  }
}
#lp202406f #solution .solution__box02 p::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 43px;
  height: 100%;
  background: url(../img/lp/dowbloadButton_textBubble-left-blue.png) no-repeat center/contain;
  left: -48px;
  top: 0;
}
@media (max-width: 768px) {
  #lp202406f #solution .solution__box02 p::before {
    width: 26px;
    height: 52.64px;
    top: auto;
    bottom: 0;
    left: -26px;
  }
}
#lp202406f #solution .solution__box02 p::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 43px;
  height: 100%;
  background: url(../img/lp/dowbloadButton_textBubble-right-blue.png) no-repeat center/contain;
  right: -48px;
  top: 0;
}
@media (max-width: 768px) {
  #lp202406f #solution .solution__box02 p::after {
    width: 26px;
    height: 52.64px;
    top: auto;
    bottom: 0;
    right: -26px;
  }
}
#lp202406f #solution .solution__box02 p span {
  font-size: 36px;
  color: #079efb;
}
@media (max-width: 768px) {
  #lp202406f #solution .solution__box02 p span {
    font-size: 22px;
  }
}
#lp202406f #solution .solution__box02 figure {
  max-width: 652px;
  margin: 0 auto;
}
#lp202406f #reasons .reasons__heading {
  text-align: center;
  font-size: 41.12px;
  font-weight: 700;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  #lp202406f #reasons .reasons__heading {
    font-size: 30px;
    margin-bottom: 27px;
  }
}
#lp202406f #reasons .reasons__heading span:nth-child(2) {
  position: relative;
  bottom: 16px;
  margin-left: 8px;
}
@media (max-width: 768px) {
  #lp202406f #reasons .reasons__heading span:nth-child(2) {
    bottom: 7px;
    font-size: 18px;
    margin-left: 4px;
  }
}
#lp202406f #reasons .reasons__heading span:last-child {
  display: block;
  color: #079efb;
  font-size: 48px;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 8px;
}
@media (max-width: 768px) {
  #lp202406f #reasons .reasons__heading span:last-child {
    font-size: 21px;
  }
}
#lp202406f #reasons .reasons__heading img {
  height: 98px;
}
@media (max-width: 768px) {
  #lp202406f #reasons .reasons__heading img {
    height: auto;
    width: 53.54%;
  }
}
#lp202406f #reasons .reasons__nav {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  #lp202406f #reasons .reasons__nav {
    margin-bottom: 32px;
  }
}
#lp202406f #reasons .reasons__nav ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  #lp202406f #reasons .reasons__nav ol {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#lp202406f #reasons .reasons__nav ol li {
  width: 300px;
  height: 185px;
  position: relative;
}
@media (max-width: 768px) {
  #lp202406f #reasons .reasons__nav ol li {
    width: 32%;
    height: auto;
  }
}
#lp202406f #reasons .reasons__nav ol li:not(:last-child) {
  margin-right: 16px;
}
@media (max-width: 768px) {
  #lp202406f #reasons .reasons__nav ol li:not(:last-child) {
    margin-right: 0;
  }
}
#lp202406f #reasons .reasons__nav ol li img {
  position: absolute;
  height: 70px;
  top: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  #lp202406f #reasons .reasons__nav ol li img {
    height: 27.2px;
    top: -10px;
  }
}
#lp202406f #reasons .reasons__nav ol li a {
  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: 100%;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  #lp202406f #reasons .reasons__nav ol li a {
    font-size: 10px;
    height: auto;
    padding: 21px 0 24px;
  }
}
#lp202406f #reasons .reasons__nav ol li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/lp/reasons_nav-bg.png) no-repeat center/contain;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#lp202406f #reasons .reasons__nav ol li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 12px;
  background: url(../img/lp/reasons_nav-arrow.png) no-repeat center/contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 32px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (max-width: 768px) {
  #lp202406f #reasons .reasons__nav ol li a::after {
    width: 14px;
    height: 6px;
    bottom: 20%;
  }
}
#lp202406f #reasons .reasons__nav ol li a:hover::after {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
@media (max-width: 768px) {
  #lp202406f #reasons .reasons__nav ol li a:hover::after {
    bottom: 14%;
  }
}
#lp202406f #reasons .reasons__contents {
  margin-top: 100px;
}
@media (max-width: 768px) {
  #lp202406f #reasons .reasons__contents {
    margin-top: 36px;
  }
}
#lp202406f #reasons .reasons__contents .reasons__item {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  #lp202406f #reasons .reasons__contents .reasons__item {
    margin-bottom: 48px;
  }
}
#lp202406f #reasons .reasons__contents .reasons__item .reasons__item-heading {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 42px;
  padding-left: 146px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 768px) {
  #lp202406f #reasons .reasons__contents .reasons__item .reasons__item-heading {
    padding-left: 0;
    line-height: 1.4;
    font-size: 22px;
    padding: 48px 5% 0;
    margin-bottom: 28px;
  }
}
#lp202406f #reasons .reasons__contents .reasons__item .reasons__item-heading img {
  position: absolute;
  height: 134px;
  left: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  #lp202406f #reasons .reasons__contents .reasons__item .reasons__item-heading img {
    height: 68px;
    top: -7%;
    left: 4.5%;
    -webkit-transform: none;
            transform: none;
  }
}
#lp202406f #reasons .reasons__contents .reasons__item .reasons__item-heading span {
  font-size: 48px;
  color: #079efb;
  display: block;
}
@media (max-width: 768px) {
  #lp202406f #reasons .reasons__contents .reasons__item .reasons__item-heading span {
    font-size: 29px;
  }
}
#lp202406f #reasons .reasons__contents .reasons__item .reasons__wrapper {
  background-color: #f1f1ee;
  height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  #lp202406f #reasons .reasons__contents .reasons__item .reasons__wrapper {
    height: auto;
    padding: 29px 0 24px;
  }
}
#lp202406f #reasons .reasons__contents .reasons__item .reasons__wrapper .reasons__item-flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(1100px + 10%);
  padding: 0 5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #lp202406f #reasons .reasons__contents .reasons__item .reasons__wrapper .reasons__item-flexBox {
    display: block;
  }
}
#lp202406f #reasons .reasons__contents .reasons__item .reasons__wrapper .reasons__item-flexBox .reasons__item-textBox p {
  font-size: 22px;
  line-height: 1.63;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #595757;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  #lp202406f #reasons .reasons__contents .reasons__item .reasons__wrapper .reasons__item-flexBox .reasons__item-textBox p {
    font-size: 16px;
  }
}
#lp202406f #reasons .reasons__contents .reasons__item .reasons__wrapper .reasons__item-flexBox .reasons__item-textBox p:nth-child(2) {
  font-size: 26px;
  color: #079efb;
  margin-top: 20px;
}
@media (max-width: 768px) {
  #lp202406f #reasons .reasons__contents .reasons__item .reasons__wrapper .reasons__item-flexBox .reasons__item-textBox p:nth-child(2) {
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 20px;
  }
}
#lp202406f #reasons .reasons__contents .reasons__item.item01 .reasons__item-img {
  max-width: 610px;
}
#lp202406f #reasons .reasons__contents .reasons__item.item02 .reasons__item-img {
  max-width: 600px;
}
#lp202406f #reasons .reasons__contents .reasons__item.item03 .reasons__item-img {
  max-width: 570px;
}
#lp202406f #case {
  padding-top: 80px;
}
@media (max-width: 768px) {
  #lp202406f #case {
    padding-top: 40px;
  }
}
#lp202406f #case .caseStudies__bg {
  width: 100vw;
  height: 82%;
  aspect-ratio: 1/1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  position: absolute;
  z-index: -10;
}
@media (max-width: 768px) {
  #lp202406f #case .caseStudies__bg {
    height: 60%;
  }
}
#lp202406f #case .caseStudies__bg img {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100vw;
  max-width: none;
}
#lp202406f #case .case__others-heading {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#lp202406f #merit {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #lp202406f #merit {
    margin-bottom: 40px;
  }
}
#lp202406f .cta2 {
  padding: 64px 0 96px;
}
@media (max-width: 768px) {
  #lp202406f .cta2 {
    padding: 28px 0 32px;
    overflow: hidden;
  }
}
#lp202406f .following-cta {
  padding-top: 40px;
}
@media (max-width: 768px) {
  #lp202406f .following-cta {
    padding-top: 16px;
  }
}
@media (max-width: 768px) {
  #lp202406f .following-cta .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#lp202406f .following-cta .inner a {
  width: 730px;
  padding-left: 64px;
}
@media (max-width: 768px) {
  #lp202406f .following-cta .inner a {
    width: 100%;
  }
}
#lp202406f .following-cta .inner a:nth-child(1) {
  margin-right: 0;
}
@media (max-width: 768px) {
  #lp202406f .following-cta .inner a:nth-child(1) {
    font-size: 16px;
    height: 48px;
    padding-left: 84px;
    background: -webkit-gradient(linear, left top, right top, from(#68c6f8), to(#3863fd));
    background: linear-gradient(to right, #68c6f8, #3863fd);
  }
}
#lp202406f .following-cta .inner a:nth-child(1)::before {
  background-image: url(../img/lp/follow-cta_img202406f.png);
  width: 130px;
  left: 18px;
}
@media (max-width: 768px) {
  #lp202406f .following-cta .inner a:nth-child(1)::before {
    content: "";
    display: block;
    left: calc(50% - 170px);
    top: 48%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: auto;
    width: 100px;
  }
}
#lp202406f .following-cta .inner a:nth-child(1) span {
  width: 100%;
  text-align: center;
  top: -32px;
}
#lp202406f .following-cta .inner a:nth-child(1) span.label {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
  width: auto;
  background-color: #ffffff;
  border-radius: 6px;
  color: #4d9ff6;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1;
  height: 28px;
  width: 48px;
  padding-bottom: 2px;
  margin-top: 2px;
}
@media (max-width: 768px) {
  #lp202406f .following-cta .inner a:nth-child(1) span.label {
    font-size: 16px;
    height: 24px;
    width: 48px;
    padding-bottom: 2px;
    margin-top: 2px;
    padding-left: 2px;
    margin-right: 6px;
    border-radius: 2px;
  }
}
@media (max-width: 768px) {
  #lp202406f .following-cta .inner a:nth-child(1) span:not(.label) {
    display: none;
  }
}
#lp202406f .cta__banner {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#lp202406f .cta__banner:hover {
  opacity: 0.7;
}
#lp202406f .cta__banner a {
  display: block;
  -webkit-box-shadow: 0px 0px 26px -5px rgba(75, 121, 128, 0.5);
          box-shadow: 0px 0px 26px -5px rgba(75, 121, 128, 0.5);
  border-radius: 20px;
  position: relative;
}
@media (max-width: 768px) {
  #lp202406f .cta__banner a {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
#lp202406f .cta__banner a::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/lp/reasons_banner-img.png) no-repeat center/contain;
  width: 16.363%;
  height: 130%;
  bottom: 0;
}
@media (max-width: 768px) {
  #lp202406f .cta__banner a::before {
    display: none;
  }
}
@media (max-width: 768px) {
  #lp202406f .cta__banner a img {
    position: relative;
    max-width: 97vw;
    left: -4vw;
    -webkit-filter: drop-shadow(0 0 32px rgba(87, 120, 133, 0.4));
            filter: drop-shadow(0 0 32px rgba(87, 120, 133, 0.4));
  }
}
@media (max-width: 768px) {
  #lp202406f .cta__banner a span {
    font-size: 16px;
    font-weight: 700;
    height: 32px;
    width: 91%;
    margin: 0 auto;
    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;
    border-radius: 32px;
    background: -webkit-gradient(linear, left top, right top, from(#68c6f8), to(#3863fd));
    background: linear-gradient(to right, #68c6f8, #3863fd);
    color: #ffffff;
    position: relative;
    margin-top: -6%;
    padding-bottom: 2px;
  }
  #lp202406f .cta__banner a span::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20.2px;
    height: 5px;
    background: url(../img/mainVisual_buttonArrow.png) no-repeat center/contain;
    right: 10px;
  }
}
/*# sourceMappingURL=lp.css.map */

/*plan*/
#plan .plan_monthly_box {
  padding: 0 0 15px;
  margin-bottom: 60px;
  border-radius: 24px;
  background-color: #ffffff;
  /*price_ditail*/
}
#plan .plan_monthly_box .price_area {
  background-color: #00446a;
  padding: 20px 5% 0;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
#plan .plan_monthly_box .price_ditail {
  margin: 30px 45px 10px;
  /*h4*/
  /*ul*/
  /*plan__servicePack-headingList*/
}
@media (max-width: 768px) {
  #plan .plan_monthly_box .price_ditail {
    margin: 17px 4%;
  }
}
#plan .plan_monthly_box .price_ditail h4 {
  color: #00446a;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #plan .plan_monthly_box .price_ditail h4 {
    font-size: 5vw;
  }
}
#plan .plan_monthly_box .price_ditail h4::before, #plan .plan_monthly_box .price_ditail h4::after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #00446a;
}
#plan .plan_monthly_box .price_ditail h4::before {
  margin-right: -12px;
  margin-top: 4px;
}
#plan .plan_monthly_box .price_ditail h4::after {
  margin-left: -12px;
  margin-top: 4px;
}
#plan .plan_monthly_box .price_ditail ul {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#plan .plan_monthly_box .price_ditail ul li:first-child {
  width: 35%;
}
@media (max-width: 768px) {
  #plan .plan_monthly_box .price_ditail ul li:first-child {
    width: 42%;
  }
}
#plan .plan_monthly_box .price_ditail ul li:nth-child(2) {
  width: 65%;
}
@media (max-width: 768px) {
  #plan .plan_monthly_box .price_ditail ul li:nth-child(2) {
    width: 58%;
  }
}
#plan .plan_monthly_box .price_ditail ul:not(:last-child) {
  margin-bottom: 10px;
  align-items: center;
}
#plan .plan_monthly_box .price_ditail .plan__servicePack-headingList li {
  font-size: 24px;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #4d9ff6;
  text-align: center;
}
@media (max-width: 768px) {
  #plan .plan_monthly_box .price_ditail .plan__servicePack-headingList li {
    font-size: 16px;
  }
}
#plan .plan_monthly_box .price_ditail .plan__servicePack-headingList li span {
  display: block;
  font-size: 18px;
}
@media (max-width: 768px) {
  #plan .plan_monthly_box .price_ditail .plan__servicePack-headingList li span {
    font-size: 14px;
  }
}
#plan .plan_monthly_box .price_ditail .plan__servicePack-headingList + div {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 20px;
}
#plan .plan_monthly_box .price_ditail .plan__servicePack-headingList + div::before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 250px;
  top: 0;
  margin: 10px 0;
  width: 35.555%;
  left: 0;
  border-right: 2px dotted #4d4d4d;
}
@media (max-width: 768px) {
  #plan .plan_monthly_box .price_ditail .plan__servicePack-headingList + div::before {
    width: 42.555%;
  }
}
#plan .plan_monthly_box .price_ditail .plan__servicePack-contentList {
  height: 60px;
  background-color: #f4f3ed;
  border-radius: 15px;
  align-items: center;
  text-align: center;
}
#plan .plan_monthly_box .price_ditail .plan__servicePack-contentList li {
  height: fit-content;
  font-size: 24.75px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  #plan .plan_monthly_box .price_ditail .plan__servicePack-contentList li {
    font-size: 16px;
    letter-spacing: 0.1px;
  }
}
#plan .plan_monthly_box .price_ditail .plan__servicePack-contentList li span {
  font-size: 16px;
  letter-spacing: 0.1em;
}
#plan .plan_monthly_box .price_ditail .plan__servicePack-contentList li small {
  font-size: 16px;
  color: #4d4d4d;
  font-weight: normal;
}
@media (max-width: 768px) {
  #plan .plan_monthly_box .price_ditail .plan__servicePack-contentList li small {
    font-size: 10px;
    display: block;
    letter-spacing: 0.1px;
  }
}
#plan .plan_monthly_box .plan_last_coment {
  font-size: 16px;
  padding-left: 1em;
  text-indent: -1em;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  #plan .plan_monthly_box .plan_last_coment {
    font-size: 12px;
    padding-left: 1.7em;
    text-indent: -2.5em;
    padding-bottom: 5px;
    margin-left: 2.8vw;
  }
}

#plan .plan_comment {
    font-size: 16px;
    text-align: right;
    margin-bottom: 10px;
}
@media (max-width: 768px){
  #plan .plan_comment {
      font-size: 12px;
  }
}
#plan .plan__cta p{
  line-height: 1.6;
}



/* ===============
*  202603
=============== */
/* common */
#lp202603.lp .section-header .section-title{
  font-size: 34px;
  line-height: calc(57/34);
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 2px solid #05a1ff;
}

#lp202603.lp .section-header .section-lead{
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(30/18);
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  margin-top: 25px;
}

#lp202603.lp .section-note {
  margin-top: 58px;
  padding: 23px 46px;
  border-radius: 24px;
  background:
  url(/bc-order/assets/img/lp/202603/bg-gradation.png) no-repeat center / 100%,
  linear-gradient(60deg, #2490f6 0%, #245dbb 100%);
  box-shadow: 0px 0px 36px -9px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: calc(37/22);
  font-feature-settings: "palt";
}

/* 下線グラデーション */
#lp202603.lp .marker {
  display: inline;
  background-repeat: no-repeat;
  background-position: left bottom 0.1em;
  background-size: 100% 0.225em;
  padding-bottom: 0.04em;
}

#lp202603.lp .marker--blue-pink {
  background-image: linear-gradient(
    90deg,
    #abecff 0%,
    #e7c6f0 100%
  );
}

@media screen and (max-width: 768px) {
  #lp202603.lp .section-header .section-title {
    font-size: 24px;
    line-height: 1.5;
  }

  #lp202603.lp .section-header .section-lead {
    font-size: 16px;
    line-height: 1.9;
    margin-top: 20px;
  }

  #lp202603.lp .section-note{
    margin-top: 38px;
    padding: 13px 26px;
    border-radius: 12px;
    background-size: cover;
    font-size: 16px;
  }

}


/* mainvisual */
#lp202603.lp #mainVisual .inner {
  max-width: calc(1180px + 10%);
}

#lp202603.lp #mainVisual {
  padding-bottom: 80px;
}

#lp202603.lp #mainVisual .mainVisual__container{
  padding-top: 0;
  margin-top: 100px;
  background: linear-gradient(to right, #eef4fa, #b5caf3);
}

#lp202603.lp #mainVisual .mainVisual__container .mainVisual__flexBox figure{
  width: 52%;
  right: -2%;
  top: -70px;
}

#lp202603.lp #mainVisual .mainVisual__container .mainVisual__flexBox .mainVisual__textBox .mainVisual__leadText{
  font-size: 24px;
  margin-bottom: 18px;
  margin-top: 30px;
  padding-left: 5px;
}

#lp202603.lp #mainVisual .mainVisual__container .mainVisual__flexBox .mainVisual__textBox .mainVisual__title {
  width: 66.5%;
  margin-bottom: 36px;
}

@media screen and (max-width: 768px) {
  #lp202603.lp #mainVisual {
    padding-bottom: 120px;
  }

  #lp202603.lp #mainVisual .mainVisual__container{
    margin-top: 0;
    padding-top: 70px;
  }

  #lp202603.lp #mainVisual .mainVisual__container .mainVisual__flexBox .mainVisual__textBox .mainVisual__leadText{
    margin-top: 0;
    padding-left: 0;
  }

  #lp202603.lp #mainVisual .mainVisual__container .mainVisual__flexBox figure{
    top: auto;
    bottom: -22vw;
    right: 0;
    width: 100%;
  }
}

/* about */
#lp202603.lp .lp-about {
  margin-top: -80px;
  padding: 75px 0 74px;
}

#lp202603.lp .lp-about__title {
  color: #008bff;
  font-size: 30px;
  font-weight: 700;
  line-height: calc(51/30);
  letter-spacing: 0.025em;
  text-align: center;
}

#lp202603.lp .lp-about__body {
  margin-top: 38px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

#lp202603.lp .lp-about__content {
  flex: 1 1 0;
  max-width: 560px;
}

#lp202603.lp .lp-about__text {
  margin: 0;
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(30/18);
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
}

#lp202603.lp .lp-about__text + .lp-about__text {
  margin-top: 24px;
}

#lp202603.lp .lp-about__image {
  flex: 0 0 500px;
  margin: 0;
}

#lp202603.lp .lp-about__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
}


@media screen and (max-width: 768px) {
  #lp202603.lp .lp-about {
    padding: 0 0 74px;
    margin-top: 0;
  }

  #lp202603.lp .lp-about__head {
    margin-bottom: 28px;
  }

  #lp202603.lp .lp-about__title {
    font-size: 20px;
    text-align: left;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }

  #lp202603.lp .lp-about__title br {
    display: none;
  }

  #lp202603.lp .lp-about__body {
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
  }

  #lp202603.lp .lp-about__content {
    max-width: none;
  }

  #lp202603.lp .lp-about__text {
    font-size: 16px;
    line-height: 1.9;
  }

  #lp202603.lp .lp-about__text + .lp-about__text {
    margin-top: 24px;
  }

  #lp202603.lp .lp-about__image {
    flex: none;
  }

  #lp202603.lp .lp-about__image img {
    border-radius: 16px;
  }

  #lp202603.lp .lp-about .marker {
    background-position: left bottom 0.08em;
    background-size: 100% 0.28em;
  }
}


/* cta */
#lp202603.lp .lp-cta-docs {
  background: #0e497b;
  padding: 48px 0;
}

#lp202603.lp .lp-cta-docs__title {
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: calc(41/30);
}

#lp202603.lp .lp-cta-docs__list {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#lp202603.lp .lp-cta-docs__list a.lp-cta-docs__card{
  transition: all ease 0.3s;
}

#lp202603.lp .lp-cta-docs__list a.lp-cta-docs__card:hover{
  opacity: 0.7;
}

@media (max-width: 768px){
  #lp202603.lp .lp-cta-docs__title{
    font-size: 20px;
  }
}



/* about-system */
#lp202603.lp .lp-about-system{
  margin-top: 70px;
  padding-bottom: 75px;
}

#lp202603.lp .lp-about-system .comparison-box{
  margin-top: 48px;
}

#lp202603.lp .lp-about-system .comparison-box::before{
  display: none;
}

#lp202603.lp .lp-about-system .comparison-box .comparison-boxItem.box-shadow{
  box-shadow: 0px 0px 36px -9px rgba(0, 0, 0, 0.3);
}

#lp202603.lp .lp-about-system .comparison-box .comparison-boxItem.before{
  color: #8a8a80;
}

#lp202603.lp .lp-about-system .comparison-box .comparison-boxItem.after{
  color: #05a1ff;
}

#lp202603.lp .lp-about-system .comparison-box .comparison-boxItem h3 {
  font-size: 41px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: -24px;
  margin-bottom: 20px;
}

#lp202603.lp .lp-about-system .about__comparison .comparison-box .comparison-boxItem .about__comparison-upperArea {
  padding: 0 50px;
}

#lp202603.lp .lp-about-system .about__comparison .comparison-box .comparison-boxItem .about__comparison-upperArea p {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.56;
  letter-spacing: 0.05em;
  margin-bottom: 23px;
}
#lp202603.lp .lp-about-system .about__comparison .comparison-box .comparison-boxItem .about__comparison-bottomArea {
  padding-top: 70px;
  padding-bottom: 30px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}

#lp202603.lp .lp-about-system .about__comparison .comparison-box .comparison-boxItem .about__comparison-bottomArea div {
  background-color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -30px auto 0;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 40px;
  margin-bottom: 14px;
}

#lp202603.lp .lp-about-system .about__comparison .comparison-box .comparison-boxItem .about__comparison-bottomArea div span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0;
  padding: 0 30px;
  padding-bottom: 3px;
}

#lp202603.lp .lp-about-system .about__comparison .comparison-box .comparison-boxItem .about__comparison-bottomArea div span.lt {
  padding-right: 60px;
  padding-left: 30px;
}
#lp202603.lp .lp-about-system .about__comparison .comparison-box .comparison-boxItem .about__comparison-bottomArea div span.rt {
  padding-left: 0px;
}

#lp202603.lp .lp-about-system .about__comparison .comparison-box .comparison-boxItem .about__comparison-bottomArea div span{
  display: flex;
  align-items: center;
}

#lp202603.lp .lp-about-system .about__comparison .comparison-box .comparison-boxItem .about__comparison-bottomArea div span img{
  max-width: 50px;
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
}

#lp202603.lp .lp-about-system .about__comparison .comparison-box .comparison-boxItem .about__comparison-bottomArea p {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 14px;
}
#lp202603.lp .lp-about-system .about__comparison .comparison-box .comparison-boxItem .about__comparison-bottomArea p span {
  display: inline-block;
  padding-top: 6px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  color: #4d9ff6;
  background-color: #ffffff;
  width: 48.5px;
  height: 48.5px;
  border-radius: 49px;
  margin-right: 5px;
}

#lp202603.lp .lp-about-system .about__comparison .comparison-box .comparison-boxItem .about__comparison-bottomArea p span:last-child {
  margin-left: 10px;
}

#lp202603.lp .lp-about-system .about__comparison .comparison-box .comparison-boxItem .about__comparison-bottomArea p:last-child {
  font-size: 20.89px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

#lp202603.lp .lp-about-system .about__comparison .comparison-box .comparison-boxItem.before .about__comparison-bottomArea {
  margin-top: -6%;
  background-color: #8a8a80;
}
#lp202603.lp .lp-about-system .about__comparison .comparison-box .comparison-boxItem.before .about__comparison-bottomArea p:not(:last-child) span {
  color: #8a8a80;
}
#lp202603.lp .lp-about-system .about__comparison .comparison-box .comparison-boxItem.after .about__comparison-bottomArea {
  margin-top: -5.2%;
  background-color: #05a1ff;
}

#lp202603.lp .lp-about-system .about-system-functions {
  margin-top: 45px;
}

#lp202603.lp .lp-about-system .about-system-functions__grid {
  display: flex;
  justify-content: space-between;
  gap: 9%;
}

#lp202603.lp .lp-about-system .about-system-functions__col {
  width: 45.5%;
}

#lp202603.lp .lp-about-system .about-system-functions__image{
  height: 155px;
  display: flex;
  align-items: flex-end;
}

#lp202603.lp .lp-about-system .about-system-functions__col:nth-child(1) .about-system-functions__image{
  max-width: 387px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#lp202603.lp .lp-about-system .about-system-functions__col:nth-child(2) .about-system-functions__image{
  max-width: 370px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#lp202603.lp .lp-about-system .about-system-functions__heading {
  margin-top: 12px;
  padding: 10px 0;
  border-radius: 999px;
  background: #0e497b;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

#lp202603.lp .lp-about-system .about-system-functions__list {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

#lp202603.lp .lp-about-system .about-system-functions__list li {
  padding: 11px 25px;
  border-radius: 6px;
  background: #f0f0ed;
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24/16);
}

@media (max-width: 768px){
  #lp202603.lp .lp-about-system {
    margin-top: 40px;
  }

  #lp202603.lp .lp-about-system .about__comparison .comparison-box .comparison-boxItem .about__comparison-upperArea{
    padding: 0 32px;
  }

  #lp202603.lp .lp-about-system .about__comparison .comparison-box .comparison-boxItem .about__comparison-bottomArea div{
    height: auto;
  }

  #lp202603.lp .lp-about-system .about__comparison .comparison-box .comparison-boxItem .about__comparison-bottomArea div span{
    font-size: 17px;
    padding: 3px 18px;
  }

  #lp202603.lp .lp-about-system .about__comparison .comparison-box .comparison-boxItem .about__comparison-bottomArea p:last-child{
    font-size: 18px;
  }

  #lp202603.lp .lp-about-system .about-system-functions__grid{
    flex-direction: column;
    gap: 30px;
  }

  #lp202603.lp .lp-about-system .about-system-functions__col{
    width: 100%;
  }

  #lp202603.lp .lp-about-system .about-system-functions__heading{
    font-size: 16px;
  }

  #lp202603.lp .lp-about-system .about-system-functions__list li{
    font-size: 14px;
  }

  #lp202603.lp .lp-about-system .about-system-functions__image{
    height: auto;
  }
}



/* reason */
#lp202603.lp .lp-reason {
  padding: 75px 0 80px;
  background: #f0f0ed;
}

#lp202603.lp .lp-reason .reason-list {
  margin-top: 50px;
  display: grid;
  gap: 40px;
}

#lp202603.lp .lp-reason .reason-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

#lp202603.lp .lp-reason .reason-item__content {
  max-width: 560px;
  width: 100%;
}

#lp202603.lp .lp-reason .reason-item__title {
  padding: 8px 16px;
  border-radius: 999px;
  background: #0e497b;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

#lp202603.lp .lp-reason .reason-item__text {
  margin-top: 26px;
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(27/16);
  font-feature-settings: "palt";
}

#lp202603.lp .lp-reason .reason-item__image {
  max-width: 500px;
  width: 100%;
}


/* reason-solution */
#lp202603.lp .lp-reason-solution{
  padding: 78px 0 95px;
}

#lp202603.lp .lp-reason-solution .reason-solution-group{
  margin-top: 56px;
}

#lp202603.lp .lp-reason-solution .reason-solution-group__title{
  padding: 7px 16px 9px;
  border-radius: 999px;
  background: #0e497b;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  max-width: 570px;
  width: 100%;
}

#lp202603.lp .lp-reason-solution .reason-solution-item{
  margin-top: 50px;
}

#lp202603.lp .lp-reason-solution .reason-solution-item__issue{
  color: #05a1ff;
  font-size: 20px;
  line-height: calc(34/20);
  font-weight: 700;
}

#lp202603.lp .lp-reason-solution .reason-solution-item__text{
  margin-top: 20px;
  font-size: 16px;
  line-height: calc(27/16);
  font-weight: 500;
  color: #4d4d4d;
}

#lp202603.lp .lp-reason-solution .reason-solution-card{
  margin-top: 28px;
  background: #f3f3f1;
  padding: 35px;
  border-radius:12px;
}

#lp202603.lp .lp-reason-solution .reason-solution-card__wrap{
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 40px;
}

#lp202603.lp .lp-reason-solution .reason-solution-card p{
  font-size: 16px;
  line-height: calc(27/16);
  font-weight: 500;
  color: #4d4d4d;
  font-feature-settings: "palt";
}

#lp202603.lp .lp-reason-solution .reason-solution-card__result span{
  color: #05a1ff;
  font-size: 18px;
  line-height: calc(30/18);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  margin-bottom: 10px;
}

#lp202603.lp .lp-reason-solution .reason-solution-card__result span::after{
  content: "";
  display: inline-block;
  background-color: #05a1ff;
  width: 100%;
  height: 1px;
}

#lp202603.lp .lp-reason-solution .reason-solution-card__btn{
  display: block;
  margin-top: 12px;
  padding: 6px 12.5px 8px;
  border-radius: 20px;
  background: linear-gradient(90deg,#00adff, #9a51bf);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  width: fit-content;
  margin-left: auto;
  text-align: center;
  margin-bottom: 28px;
}

#lp202603.lp .lp-reason-solution .reason-solution-card__btn:last-child{
  margin-bottom: 0;
}

@media (max-width: 768px){
  #lp202603.lp .lp-reason .reason-item{
    flex-direction: column;
    gap: 20px;
  }

  #lp202603.lp .lp-reason-solution .reason-solution-group{
    margin-top: 36px;
  }

  #lp202603.lp .lp-reason .reason-item__title,
  #lp202603.lp .lp-reason-solution .reason-solution-group__title{
    font-size: 18px;
    line-height: 1.2;
  }

  #lp202603.lp .lp-reason-solution .reason-solution-item{
    margin-top: 30px;
  }

  #lp202603.lp .lp-reason-solution .reason-solution-item__issue{
    font-size: 18px;
    line-height: 1.2;
  }

  #lp202603.lp .lp-reason-solution .reason-solution-card{
    padding: 20px;
    margin-top: 14px;
  }

  #lp202603.lp .lp-reason-solution .reason-solution-card__wrap{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  #lp202603.lp .lp-reason-solution .reason-solution-card p{
    margin-top: 20px;
  }

  #lp202603.lp .lp-reason-solution .reason-solution-card__btn{
    font-size: 14px;
  }
}


/* case */
#lp202603.lp .lp-case{
  padding: 78px 0 95px;
  background-color: #f3f3f1;
}

#lp202603.lp .lp-case .case-group{
  margin-top: 56px;
}

#lp202603.lp .lp-case .case-group__title{
  padding: 7px 16px 9px;
  border-radius: 999px;
  background: #0e497b;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  max-width: 570px;
  width: 100%;
}

#lp202603.lp .lp-case .case-item{
  margin-top: 50px;
}

#lp202603.lp .lp-case .case-item.case-item__nocard{
  border-bottom: 1px solid #4d4d4d;
  padding-bottom: 30px;
}

#lp202603.lp .lp-case .case-item.case-item__nocard + .case-item{
  margin-top: 30px;
}

#lp202603.lp .lp-case .case-item__name{
  color: #05a1ff;
  font-size: 20px;
  line-height: calc(34/20);
  font-weight: 700;
}

#lp202603.lp .lp-case .case-item__lead{
  margin-top: 20px;
  font-size: 16px;
  line-height: calc(27/16);
  font-weight: 500;
  color: #4d4d4d;
  font-feature-settings: "palt";
}

#lp202603.lp .lp-case .case-card{
  margin-top: 28px;
  background: #ffffff;
  padding: 35px;
  border-radius:12px;
}

#lp202603.lp .lp-case .case-card__wrap{
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 40px;
}

#lp202603.lp .lp-case .case-card__heading{
  color: #05a1ff;
  font-size: 18px;
  line-height: calc(30/18);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  margin-bottom: 10px;
}

#lp202603.lp .lp-case .case-card__heading::after{
  content: "";
  display: inline-block;
  background-color: #05a1ff;
  width: 100%;
  height: 1px;
}

#lp202603.lp .lp-case .case-card__list{
  list-style-type: disc;
  margin-left: 1em;
  max-width: calc(510px - 1em);
  width: 100%;
}

#lp202603.lp .lp-case .case-card__list li{
  font-size: 16px;
  line-height: calc(27/16);
  letter-spacing: 0.025em;
  font-weight: 500;
  color: #4d4d4d;
  font-feature-settings: "palt";
}

#lp202603.lp .lp-case .case-card__btn{
  display: block;
  margin-top: 20px;
  padding: 6px 12.5px 8px;
  border-radius: 20px;
  background: linear-gradient(90deg,#00adff, #9a51bf);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  width: fit-content;
  margin-left: auto;
  text-align: center;
  margin-bottom: 28px;
}

#lp202603.lp .lp-case .case-card__btn:last-child{
  margin-bottom: 0;
}

@media (max-width: 768px){
  #lp202603.lp .lp-case .case-group{
    margin-top: 36px;
  }

  #lp202603.lp .lp-case .case-item{
    margin-top: 30px;
  }

  #lp202603.lp .lp-case .case-group__title{
    font-size: 18px;
    line-height: 1.2;
  }

  #lp202603.lp .lp-case .case-item__name{
    font-size: 18px;
    line-height: 1.2;
  }

  #lp202603.lp .lp-case .case-card{
    padding: 20px;
    margin-top: 14px;
  }

  #lp202603.lp .lp-case .case-card__wrap{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  #lp202603.lp .lp-case .case-card__list{
    max-width: initial;
    width: auto;
  }

  #lp202603.lp .lp-case .case-card__btn{
    font-size: 14px;
  }
}



/* price */
#lp202603.lp .lp-price {
  padding: 85px 0 80px;
  background: #ffffff;
}

#lp202603.lp .lp-price .price-block {
  margin-top: 40px;
}

#lp202603.lp .lp-price .price-block__title {
  max-width: 570px;
  width: 100%;
  padding: 7px 15px 9px;
  border-radius: 999px;
  background: #0e497b;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

#lp202603.lp .lp-price .price-block__tax {
  margin-top: 3px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(19/16);
  text-align: right;
}

#lp202603.lp .lp-price .price-card {
  margin-top: 12px;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 20px rgba(87, 120, 128, 0.4);
}

#lp202603.lp .lp-price .price-card__hero {
  display: grid;
  grid-template-columns: 186px minmax(0, 1fr);
  gap: 10px;
  align-items: end;
  padding: 14px 38px 0;
  background: #005078;
}

#lp202603.lp .lp-price .price-card__hero-image {
  margin: 0;
}

#lp202603.lp .lp-price .price-card__hero-image img {
  display: block;
  width: 100%;
  height: auto;
}

#lp202603.lp .lp-price .price-card__hero-content {
  padding-bottom: 24px;
}

#lp202603.lp .lp-price .price-card__catch {
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.5;
}

#lp202603.lp .lp-price .price-card__price {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
}

#lp202603.lp .lp-price .price-card__price span {
  font-size: 93px;
  line-height: 1;
  margin: 0 5px;
}

#lp202603.lp .lp-price .price-card__body {
  padding: 28px 45px 30px;
}

#lp202603.lp .lp-price .price-card__table-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005078;
  font-size: 28px;
  font-weight: 700;
  line-height: calc(34/28);
  text-align: center;
}

#lp202603.lp .lp-price .price-card__table-title::before,
#lp202603.lp .lp-price .price-card__table-title::after {
  content: "";
  width: 120px;
  height: 2px;
  background: #005078;
  margin-top: 3px;
}

#lp202603.lp .lp-price .price-card__table-title::before{
  margin-right: -18px;
}

#lp202603.lp .lp-price .price-card__table-title::after {
  margin-left: -18px;
}

#lp202603.lp .lp-price .price-table-wrap {
  overflow-x: auto;
  margin-top: 30px;
}

#lp202603.lp .lp-price .price-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}

#lp202603.lp .lp-price .price-table thead th {
  color: #4893f4;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(28/24);
  text-align: center;
}

#lp202603.lp .lp-price .price-table tbody{
  position: relative;
}

#lp202603.lp .lp-price .price-table tbody::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 10px;
  left: 34%;
  border-right: 2px dotted #261e1b;
}

#lp202603.lp .lp-price .price-table tbody th,
#lp202603.lp .lp-price .price-table tbody td {
  padding: 12px 20px;
  background: #f5f4ee;
  color: #231716;
  font-size: 30px;
  font-weight: 700;
  line-height: calc(36/30);
}

#lp202603.lp .lp-price .price-table tbody th {
  width: 34%;
  border-radius: 15px 0 0 15px;
  text-align: center;
}

#lp202603.lp .lp-price .price-table tbody td {
  border-radius: 0 15px 15px 0;
  text-align: center;
}

#lp202603.lp .lp-price .price-table tbody th span,
#lp202603.lp .lp-price .price-table tbody td span{
  font-size: 22px;
}

#lp202603.lp .lp-price .price-table tbody td span.breakdown {
  font-size: 22px;
  font-weight: 500;
  color: #575757;
  margin-left: 16px;
  font-feature-settings: "palt";
}

#lp202603.lp .lp-price .price-card__notes {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

#lp202603.lp .lp-price .price-card__notes li {
  color: #575757;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(27/16);
}

#lp202603.lp .lp-price .price-card__notes li:nth-child(1)::before{
  content: "※1";
  margin-right: 1em;
}

#lp202603.lp .lp-price .price-card__notes li:nth-child(2)::before{
  content: "※2";
  margin-right: 1em;
}

#lp202603.lp .lp-price .price-reason {
  margin-top: 60px;
}

#lp202603.lp .lp-price .price-reason__title {
  max-width: 570px;
  width: 100%;
  padding: 7px 15px 9px;
  border-radius: 999px;
  background: #0e497b;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

#lp202603.lp .lp-price .price-reason__item {
  padding: 35px 0 30px;
  border-bottom: 1px solid #4d4d4d;
}

#lp202603.lp .lp-price .price-reason__heading {
  color: #05a1ff;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(34/20);
}

#lp202603.lp .lp-price .price-reason__text {
  margin-top: 18px;
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(27/16);
}

@media (max-width: 768px){
  #lp202603.lp .lp-price .price-block{
    margin-top: 20px;
  }

  #lp202603.lp .lp-price .price-block__title{
    font-size: 18px;
    line-height: 1.2;
  }

  #lp202603.lp .lp-price .price-block__tax{
    font-size: 14px;
  }

  #lp202603.lp .lp-price .price-card__hero{
    padding: 15px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  #lp202603.lp .lp-price .price-card__hero-content{
    text-align: center;
  }

  #lp202603.lp .lp-price .price-card__hero-image{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  #lp202603.lp .lp-price .price-card__catch{
    font-size: 20px;
  }

  #lp202603.lp .lp-price .price-card__price{
    font-size: 28px;
  }

  #lp202603.lp .lp-price .price-card__price span{
    font-size: 43px;
  }

  #lp202603.lp .lp-price .price-card__body{
    padding: 20px;
  }

  #lp202603.lp .lp-price .price-card__table-title{
    font-size: 18px;
  }

  #lp202603.lp .lp-price .price-card__table-title::before,
  #lp202603.lp .lp-price .price-card__table-title::after{
    width: 60px;
  }

  #lp202603.lp .lp-price .price-card__table-title::after {
    margin-left: -12px;
  }
  #lp202603.lp .lp-price .price-card__table-title::before {
    margin-right: -12px;
  }

  #lp202603.lp .lp-price .price-table thead th{
    font-size: 18px;
  }

  #lp202603.lp .lp-price .price-table thead th span{
    display: block;
    font-size: 14px;
    margin-top: 5px;
  }

  #lp202603.lp .lp-price .price-table tbody th{
    width: 30%;
  }

  #lp202603.lp .lp-price .price-table tbody th,
  #lp202603.lp .lp-price .price-table tbody td{
    padding: 10px 10px;
    font-size: 18px;
  }

  #lp202603.lp .lp-price .price-table tbody th span,
  #lp202603.lp .lp-price .price-table tbody td span{
    font-size: 16px;
  }

  #lp202603.lp .lp-price .price-table tbody td span.breakdown{
    font-size: 12px;
    margin-left: 0;
    display: block;
    margin-top: 5px;
  }

  #lp202603.lp .lp-price .price-table tbody::after{
    left: 30%;
  }

  #lp202603.lp .lp-price .price-card__notes li{
    font-size: 14px;
  }

  #lp202603.lp .lp-price .price-reason{
    margin-top: 30px;
  }

  #lp202603.lp .lp-price .price-reason__item{
    padding: 18px 0 15px;
  }
}



/* faq */
#lp202603.lp .lp-faq {
  padding: 75px 0;
  background: #f3f3f1;
}

#lp202603.lp .lp-faq .faq-list {
  margin-top: 56px;
}

#lp202603.lp .lp-faq .faq-item + .faq-item {
  margin-top: 22px;
}

#lp202603.lp .lp-faq .faq-item__question {
  width: 100%;
  padding: 7px 15px 9px;
  border-radius: 999px;
  background: #0e497b;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

#lp202603.lp .lp-faq .faq-item__answer {
  margin-top: 20px;
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(27/16);
  font-feature-settings: "palt";
}

@media (max-width: 768px){
  #lp202603.lp .lp-faq .faq-list{
    margin-top: 36px;
  }

  #lp202603.lp .lp-faq .faq-item__question{
    font-size: 18px;
    line-height: 1.2;
  }
}



#lp202603.lp #footer{
  margin-bottom: 0;
}



/* 1to1free */
#lp1to1free #header{
  position: fixed;
}

#lp1to1free #header .header__inner{
  padding: 18px 25px;
  align-items: center;
  justify-content: space-between;
  max-width: initial;
}

#lp1to1free #header .header__inner .header__logo-bcorder{
  max-width: 172px;
  width: 100%;
}

#lp1to1free #header .header__inner .header__logo{
  margin-right: 0;
  max-width: 120px;
  width: 100%;
  height: auto;
}

@media (max-width: 768px){
  #lp1to1free #header .header__inner{
    padding: 5px 8px;
  }
  
  #lp1to1free #header .header__inner .header__logo-bcorder{
    max-width: 113px;
  }
  
  #lp1to1free #header .header__inner .header__logo{
    max-width: 78px;
  }
}

#lp1to1free .fv-sequence-wrap {
  position: relative;
  height: 600vh;
}

#lp1to1free .fv-sequence {
  position: sticky;
  top: 0;
  height: 100vh;
  /* min-height: 750px; */
  overflow: hidden;
  isolation: isolate;
}

#lp1to1free .fv-sequence__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: url("/bc-order/assets/img/lp/1to1free/fv-bg.png") no-repeat center center / cover;
}

#lp1to1free .fv-sequence__inner {
  position: relative;
  z-index: 2;
  width: min(1400px, calc(100% - 40px));
  height: 100%;
  margin: 0 auto;
}

#lp1to1free .fv-sequence__person {
  position: absolute;
  top: 50%;
  z-index: 2;
  transition:
    transform 1.35s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.5s ease
    all 0.5s ease;
  will-change: transform;
}

#lp1to1free .fv-sequence__person img {
  display: block;
  width: 90%;
  height: auto;
}

#lp1to1free .fv-sequence__person--left {
  left: 0;
  max-width: 450px;
  width: 100%;
  transform: translate(0, -50%);
}

#lp1to1free .fv-sequence__person--right {
  /* right: 38px; */
  right: 0;
  max-width: 410px;
  width: 100%;
  transform: translate(0, -50%);
}

#lp1to1free .fv-sequence__visual {
  position: absolute;
  top: 50%;
  left: 50%;
  /* width: min(980px, 66vw);
  height: min(540px, 34vw); */
  width: 100%;
  height: 530px;
  transform: translate(-50%, -50%);
  z-index: 3;
}

#lp1to1free .fv-sequence__scene {
  position: absolute;
  inset: 0;
  pointer-events: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#lp1to1free .fv-sequence__scene01{
  max-width: 645px;
}
#lp1to1free .fv-sequence__scene02{
  max-width: 852px;
}
#lp1to1free .fv-sequence__scene03,
#lp1to1free .fv-sequence__scene04  {
  max-width: 817px;
  left: 30px;
}

#lp1to1free .fv-sequence__scene05  {
  max-width: 920px;
  left: -20px;
  top: 20px;
}

#lp1to1free .fv-sequence__scene06  {
  max-width: 920px;
  right: -50px;
}

#lp1to1free .fv-sequence__scene07  {
  max-width: 840px;
}

#lp1to1free .fv-sequence__scene.is-active,
#lp1to1free .fv-sequence__scene.is-prev {
  pointer-events: auto;
}

#lp1to1free .fv-sequence__main {
  position: absolute;
  inset: 0;
  opacity: 0;
  /* transform: translateY(24px); */
  filter: blur(10px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease,
    filter 0.5s ease;
}

#lp1to1free .fv-sequence__main img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#lp1to1free .fv-sequence__scene.is-active .fv-sequence__main {
  opacity: 1;
  /* transform: translateY(0); */
  filter: blur(0);
}

#lp1to1free .fv-sequence__scene.is-prev .fv-sequence__main {
  opacity: 0;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

/* もし今後、特定stepだけ薄く残したい時は個別に追加 */
#lp1to1free .fv-sequence__scene[data-step="4"].is-prev .fv-sequence__main,
#lp1to1free .fv-sequence__scene[data-step="5"].is-prev .fv-sequence__main,
#lp1to1free .fv-sequence__scene[data-step="6"].is-prev .fv-sequence__main {
  opacity: 0.5;
}

#lp1to1free .fv-sequence__scene02 .fv-sequence__main,
#lp1to1free .fv-sequence__scene03 .fv-sequence__main  {
  padding-top: 115px;
}

#lp1to1free .fv-sequence__scene04 .fv-sequence__main  {
  padding-top: 100px;
}

#lp1to1free .fv-sequence__scene05 .fv-sequence__main  {
  z-index: 8;
  bottom: initial;
}

#lp1to1free .fv-sequence__scene06 .fv-sequence__main  {
  z-index: 8;
  top: initial;

}

#lp1to1free .fv-sequence__scene07 .fv-sequence__main  {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  height: fit-content;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}

#lp1to1free .fv-sequence__scene07 .fv-sequence__main .fv-sequence__scene-button{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
  width: max-content;
}

#lp1to1free .fv-sequence__scene07 .fv-sequence__main .fv-sequence__scene-button a{
  min-width: 600px;
  padding: 12px 0;
  border-radius: 9999px;
  background-color: #d4145a;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: all .3s ease;
}

#lp1to1free .fv-sequence__scene07 .fv-sequence__main .fv-sequence__scene-button a:hover{
  opacity: 0.8;
}

#lp1to1free .fv-sequence__bubble {
  position: absolute;
  opacity: 0;
  transition:
    opacity 0.5s ease 0.2s,
    transform 0.5s cubic-bezier(.2, .8, .2, 1) 0.2s;
  max-width: 560px;
  width: 100%;
}

#lp1to1free .fv-sequence__bubble img {
  display: block;
  width: 100%;
  height: auto;
}

#lp1to1free .fv-sequence__bubble--top {
  top: 0;
  left: 50%;
  transform: translate(-50%, -18px) scale(0.92);
}

#lp1to1free .fv-sequence__scene.is-active .fv-sequence__bubble {
  opacity: 1;
}

#lp1to1free .fv-sequence__scene.is-active .fv-sequence__bubble--top {
  transform: translate(-50%, 0) scale(1);
}

#lp1to1free .fv-sequence__scene.is-prev .fv-sequence__bubble {
  opacity: 0;
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

#lp1to1free .fv-sequence__sharedBubble {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 6;
  opacity: 0;
  transform: translate(-50%, -18px) scale(0.92);
  transition:
    opacity 0.5s ease 0.2s,
    transform 0.5s cubic-bezier(.2, .8, .2, 1) 0.2s;
    width: 100%;
}

#lp1to1free .fv-sequence__sharedBubble--23 {
  max-width: 400px;
}

#lp1to1free .fv-sequence__sharedBubble--45 {
  max-width: 560px;
}

#lp1to1free .fv-sequence__sharedBubble img {
  display: block;
  width: 100%;
  height: auto;
}

#lp1to1free .fv-sequence.is-bubble-23 .fv-sequence__sharedBubble--23 {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

#lp1to1free .fv-sequence.is-bubble-45 .fv-sequence__sharedBubble--45 {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

#lp1to1free .fv-sequence.is-bubble-45-faded .fv-sequence__sharedBubble--45 {
  opacity: 0.5;
  transform: translate(-50%, 0) scale(1);
}

#lp1to1free .fv-sequence__carry {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  will-change: opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

#lp1to1free .fv-sequence__carry img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

#lp1to1free .fv-sequence__carry--step4 {
  z-index: 7;
  top: 0;
  left: 30px;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 817px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  opacity: 0;
}

#lp1to1free .fv-sequence__carry--step5 {
  z-index: 8;
  top: 20px;
  left: -20px;
  right: 0;
  bottom: initial;
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
}

#lp1to1free .fv-sequence__scene {
  z-index: 9;
}

/* step5,6でstep4残す */
#lp1to1free .fv-sequence.is-carry-step4 .fv-sequence__carry--step4 {
  opacity: 0.5;
}

/* step6だけstep5残す */
#lp1to1free .fv-sequence.is-carry-step5 .fv-sequence__carry--step5 {
  opacity: 1;
}

/* 移動 */
#lp1to1free .fv-sequence.step-1 .fv-sequence__person--left {
  transform: translate(0, -50%);
}

#lp1to1free .fv-sequence.step-1 .fv-sequence__person--right {
  transform: translate(0, -50%);
}

#lp1to1free .fv-sequence.step-2 .fv-sequence__person--left,
#lp1to1free .fv-sequence.step-3 .fv-sequence__person--left,
#lp1to1free .fv-sequence.step-4 .fv-sequence__person--left,
#lp1to1free .fv-sequence.step-5 .fv-sequence__person--left,
#lp1to1free .fv-sequence.step-6 .fv-sequence__person--left,
#lp1to1free .fv-sequence.step-7 .fv-sequence__person--left {
  transform: translate(-210px, -50%);
}

#lp1to1free .fv-sequence.step-2 .fv-sequence__person--right,
#lp1to1free .fv-sequence.step-3 .fv-sequence__person--right,
#lp1to1free .fv-sequence.step-4 .fv-sequence__person--right,
#lp1to1free .fv-sequence.step-5 .fv-sequence__person--right,
#lp1to1free .fv-sequence.step-6 .fv-sequence__person--right,
#lp1to1free .fv-sequence.step-7 .fv-sequence__person--right {
  transform: translate(210px, -50%);
}

/* 透過 */
#lp1to1free .fv-sequence.step-1 .fv-sequence__person--left,
#lp1to1free .fv-sequence.step-2 .fv-sequence__person--left,
#lp1to1free .fv-sequence.step-5 .fv-sequence__person--left,
#lp1to1free .fv-sequence.step-7 .fv-sequence__person--left {
  opacity: 1;
}

#lp1to1free .fv-sequence.step-3 .fv-sequence__person--left,
#lp1to1free .fv-sequence.step-4 .fv-sequence__person--left,
#lp1to1free .fv-sequence.step-6 .fv-sequence__person--left {
  opacity: 0.5;
}

#lp1to1free .fv-sequence__step1-more {
  position: absolute;
  left: 50%;
  bottom: -90px;
  z-index: 5;
  opacity: 0;
  transform: translateX(-50%);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

#lp1to1free .fv-sequence__scene.is-active .fv-sequence__step1-more {
  opacity: 1;
  transform: translate(-50%, 0);
}

#lp1to1free .fv-sequence__scene.is-prev .fv-sequence__step1-more {
  opacity: 0;
  transform: translate(-50%, 8px);
}

#lp1to1free .fv-sequence__moreLink {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

#lp1to1free .fv-sequence__moreText {
  color: #003c66;
  font-size: 23px;
  font-weight: 700;
  line-height: calc(31/23);
}

#lp1to1free .fv-sequence__moreIcon {
  max-width: 70px;
  width: 100%;
  box-shadow: 0 0 15px #fff;
  border-radius: 50%;
}

/* #lp1to1free .fv-sequence__persistent {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.45s ease, transform 0.45s ease;
}

#lp1to1free .fv-sequence.is-step2plus .fv-sequence__persistent {
  opacity: 1;
} */

#lp1to1free .fv-sequence__persistent {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

#lp1to1free .fv-sequence__persistentLeft,
#lp1to1free .fv-sequence__persistentCenter,
#lp1to1free .fv-sequence__persistentRight {
  position: absolute;
  pointer-events: auto;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

#lp1to1free .fv-sequence.is-step2plus .fv-sequence__persistentLeft,
#lp1to1free .fv-sequence.is-step2plus .fv-sequence__persistentCenter,
#lp1to1free .fv-sequence.is-step2plus .fv-sequence__persistentRight {
  opacity: 1;
}

#lp1to1free .fv-sequence__header-logo{
  position: absolute;
  opacity: 0;
  z-index: 4;
  top: 30px;
  left: 218px;
  max-width: 206px;
  width: 100%;
  display: inline-block;
  transition: all .5s ease;
}

#lp1to1free .fv-sequence.is-step2plus .fv-sequence__header-logo{
  opacity: 1;
}

#lp1to1free .fv-sequence__persistentLeft,
#lp1to1free .fv-sequence__persistentCenter,
#lp1to1free .fv-sequence__persistentRight {
  position: absolute;
  pointer-events: auto;
}

/* 左下 */
#lp1to1free .fv-sequence__persistentLeft {
  left: 0;
  bottom: 26px;
}

#lp1to1free .fv-sequence__subButton {
  max-width: 300px;
  width: 100%;
  cursor: pointer;
  transition: all .3s ease;
}

#lp1to1free .fv-sequence__subButton:hover{
  opacity: 0.8;
}

/* 中央下部 */
#lp1to1free .fv-sequence__persistentCenter {
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
}

#lp1to1free .fv-sequence__ctaButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 360px;
  padding: 12px 0;
  border-radius: 9999px;
  background-color: #d4145a;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all .3s ease;
}

#lp1to1free .fv-sequence__ctaButton:hover{
  opacity: 0.8;
}

/* 右下 */
#lp1to1free .fv-sequence__persistentRight {
  right: 0;
  bottom: 26px;
}

#lp1to1free .fv-sequence.step-7 .fv-sequence__persistentRight {
  opacity: 0;
  pointer-events: none;
}

#lp1to1free .fv-sequence__scrollGuide {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

#lp1to1free .fv-sequence__scrollText {
  color: #003c66;
  font-size: 23px;
  font-weight: 700;
  line-height: calc(31/23);
}

#lp1to1free .fv-sequence__scrollIcon {
  max-width: 70px;
  width: 100%;
  box-shadow: 0 0 15px #fff;
  border-radius: 50%;
}

#lp1to1free .fv-sequence__scrollGuide,
#lp1to1free .fv-sequence__moreLink {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  animation: fvScrollFloat 1.25s ease-in-out infinite;
}

@keyframes fvScrollFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}



@media (max-width: 768px) {
  #lp1to1free .fv-sequence-wrap {
    height: 700vh;
  }

  #lp1to1free .fv-sequence {
    min-height: auto;
    height: 100vh;
    height: 100svh;
    height: 100dvh;
  }

  #lp1to1free .fv-sequence__bg {
    background: url(/bc-order/assets/img/lp/1to1free/fv-bg_sp.png) no-repeat top center / cover;
}

  #lp1to1free .fv-sequence__inner {
    width: calc(100% - 24px);
    max-width: 390px;
  }

  #lp1to1free .fv-sequence__person--left {
    max-width: 225px;
  }

  #lp1to1free .fv-sequence__person--right {
    max-width: 205px;
  }

  #lp1to1free .fv-sequence__person--left {
    left: -52px;
    top: 65%;
    /* top: initial;
    bottom: 10.5%; */
  }

  #lp1to1free .fv-sequence.step-1 .fv-sequence__person--left,
  #lp1to1free .fv-sequence.step-1 .fv-sequence__person--right {
    /* transform: initial; */
    transform: translateY(-50%);
  }

  #lp1to1free .fv-sequence__person--right {
    right: -56px;
    top: 65%;
    /* top: initial;
    bottom: 10.5%; */
  }

  #lp1to1free .fv-sequence__visual {
    height: 300px;
    top: 26%;
    /* top: 35px;
    transform: translate(-50%, 0); */
  }

  #lp1to1free .fv-sequence__bubble--top {
    top: -2px;
  }

  #lp1to1free .fv-sequence.step-2 .fv-sequence__person--left,
  #lp1to1free .fv-sequence.step-3 .fv-sequence__person--left,
  #lp1to1free .fv-sequence.step-4 .fv-sequence__person--left,
  #lp1to1free .fv-sequence.step-5 .fv-sequence__person--left,
  #lp1to1free .fv-sequence.step-6 .fv-sequence__person--left,
  #lp1to1free .fv-sequence.step-7 .fv-sequence__person--left {
    /* transform: initial;
    bottom: 9.5%; */
    transform: translateY(-50%);
    top: 65%;
  }

  #lp1to1free .fv-sequence.step-2 .fv-sequence__person--right,
  #lp1to1free .fv-sequence.step-3 .fv-sequence__person--right,
  #lp1to1free .fv-sequence.step-4 .fv-sequence__person--right,
  #lp1to1free .fv-sequence.step-5 .fv-sequence__person--right,
  #lp1to1free .fv-sequence.step-6 .fv-sequence__person--right,
  #lp1to1free .fv-sequence.step-7 .fv-sequence__person--right {
    /* transform: initial;
    bottom: 9.5%; */
    transform: translateY(-50%);
    top: 65%;
  }

  #lp1to1free .fv-sequence__sharedBubble--23{
    max-width: 185px;
    top: 10px;
  }

  #lp1to1free .fv-sequence__sharedBubble--45{
    max-width: 320px;
    top: 10px;
  }

  #lp1to1free .fv-sequence__scene01{
    max-width: 350px;
  }

  #lp1to1free .fv-sequence__scene02{
    max-width: 350px;
  }

  #lp1to1free .fv-sequence__scene03{
    left: 0;
    max-width: 340px;
  }

  #lp1to1free .fv-sequence__scene04{
    left: 0;
    max-width: 350px;
  }

  #lp1to1free .fv-sequence__scene05{
    max-width: 175px;
    left: 0;
    top: 105px;
    margin-left: 0;
  }

  #lp1to1free .fv-sequence__scene06{
    max-width: 175px;
    right: 0;
    top: 105px;
    margin-right: 0;
  }

  #lp1to1free .fv-sequence__scene07{
    max-width: 340px;
    top: 5px;
  }

  #lp1to1free .fv-sequence__carry--step4{
    left: 0;
    max-width: 350px;
    padding-top: 50px;
  }

  #lp1to1free .fv-sequence__carry--step5{
    left: 0;
    max-width: 175px;
    top: 105px;
    margin-left: 0;
  }

  #lp1to1free .fv-sequence__scene02 .fv-sequence__main,
  #lp1to1free .fv-sequence__scene03 .fv-sequence__main {
    padding-top: 55px;
  }

  #lp1to1free .fv-sequence__scene04 .fv-sequence__main{
    padding-top: 50px;
  }

  #lp1to1free .fv-sequence__scene05 .fv-sequence__main{
    top: initial;
  }

  #lp1to1free .fv-sequence__scene06 .fv-sequence__main{
    bottom: initial;
  }

  #lp1to1free .fv-sequence__step1-more,
  #lp1to1free .fv-sequence__scene-button{
    display: none;
  }

  #lp1to1free .fv-sequence__header-logo{
    top: 6px;
    left: 129px;
    max-width: 112px;
  }

  #lp1to1free .fv-sequence__persistentCenter,
  #lp1to1free .fv-sequence__persistentRight {
    opacity: 1;
  }

  #lp1to1free .fv-sequence__persistentLeft {
    opacity: 0;
  }

  #lp1to1free .fv-sequence.is-step2plus .fv-sequence__persistentLeft {
    opacity: 1;
  }

  #lp1to1free .fv-sequence__persistentCenter{
    bottom: 10px;
    max-width: 340px;
    width: 100%;
  }

  #lp1to1free .fv-sequence__ctaButton{
    min-width: 230px;
    width: 100%;
    /* padding: 8px 0; */
    /* font-size: 16px; */
    font-size: 24px;
  }

  #lp1to1free .fv-sequence__persistentRight{
    left: 50%;
    transform: translateX(-50%);
    right: initial;
    /* bottom: 55px; */
    bottom: 85px;
  }

  #lp1to1free .fv-sequence__scrollGuide{
    gap: 3px;
  }

  #lp1to1free .fv-sequence__scrollText{
    font-size: 12px;
  }

  #lp1to1free .fv-sequence__scrollIcon{
    max-width: 38px;
  }

  #lp1to1free .fv-sequence__persistentLeft {
    left: 3px;
    /* bottom: 56px; */
    bottom: 86px;
  }

  #lp1to1free .fv-sequence__subButton {
    max-width: 132px;
  }
}




/* モーダル */

#lp1to1free .need-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

#lp1to1free .need-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

#lp1to1free .need-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(800px, calc(100% - 40px));
  transform: translate(-50%, -50%);
  background: transparent;
}

#lp1to1free .need-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  border: 0;
  background: none;
  max-width: 30px;
  width: 100%;
  cursor: pointer;
  transition: all .3s ease;
}

#lp1to1free .need-modal__close:hover{
  opacity: 0.8;
}

#lp1to1free .need-modal__slider {
  position: relative;
}

#lp1to1free .need-modal__slides {
  width: 100%;
}

#lp1to1free .need-modal__slide {
  display: none;
}

#lp1to1free .need-modal__slide.is-active {
  display: block;
}

#lp1to1free .need-modal__slide img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

#lp1to1free .need-modal__arrow {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all .3s ease;
}

#lp1to1free .need-modal__arrow--prev{
  left: -25px;
}

#lp1to1free .need-modal__arrow--next{
  right: -25px;
}

#lp1to1free .need-modal__arrow.is-disabled {
  opacity: 0;
  pointer-events: none;
}

#lp1to1free .need-modal__arrow:hover{
  opacity: 0.8;
}


@media (max-width: 768px) {
  #lp1to1free .need-modal__content{
    top: 28%;
    max-width: 340px;
    width: 100%;
  }

  #lp1to1free .need-modal__close{
    max-width: 20px;
  }

  #lp1to1free .need-modal__arrow{
    width: 25px;
    height: 25px;
  }

  #lp1to1free .need-modal__arrow--prev {
    left: -12.5px;
  }

  #lp1to1free .need-modal__arrow--next {
    right: -12.5px;
  }
}



/* ===============
*  202604f
=============== */
#lp202604f.lp #header .header__inner{
  padding: 30px 35px 0;
}


/* mainvisual */
#lp202604f.lp #mainVisual .mainVisual__container .mainVisual__flexBox .mainVisual__textBox .mainVisual__topText{
  background-color: #fff;
  color: #595757;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 18px;
}

#lp202604f.lp #mainVisual .mainVisual__container .mainVisual__flexBox .mainVisual__textBox .mainVisual__topText p{
  display: flex;
  align-items: center;
  font-size: 28.52px;
  line-height: calc(30.8/28.52);
  font-weight: 700;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
}

#lp202604f.lp #mainVisual .mainVisual__container .mainVisual__flexBox .mainVisual__textBox .mainVisual__topText span{
  color: #004a7f;
}

#lp202604f.lp #mainVisual .mainVisual__container .mainVisual__flexBox .mainVisual__textBox .mainVisual__topText img{
  max-width: 192px;
  width: 100%;
  margin-right: 0.1em;
}

#lp202604f.lp #mainVisual .mainVisual__container .mainVisual__flexBox .mainVisual__textBox .mainVisual__title{
  margin-top: 25px;
  font-size: 43px;
  line-height: calc(63/43);
  font-weight: 700;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  color: #0e497b;
  width: 91%;
  margin-bottom: 0;
}

#lp202604f.lp #mainVisual .mainVisual__container .mainVisual__flexBox .mainVisual__textBox .mainVisual__title span{
  background: linear-gradient(transparent 85%, #ffc433 85%);
  background-position-y: -5px;
}

#lp202604f.lp #mainVisual .mainVisual__container .mainVisual__flexBox .mainVisual__textBox .mainVisual__bottomText{
  margin-top: 18px;
  margin-bottom: 87px;
  display: inline-block;
  font-size: 18px;
  line-height: calc(30/18);
  font-weight: 500;
  letter-spacing: 0.015em;
  font-feature-settings: "palt";
  color: #595757;
}

#lp202604f.lp #mainVisual .mainVisual__container .mainVisual__flexBox figure{
  width: 49%;
  left: auto;
  right: -2%;
  top: -35px;
}


/* cta */
#lp202604f.lp .ctaButton{
  margin-bottom: 0;
  margin-top: -85px;
}

#lp202604f.lp .ctaButton .inner{
  display: flex;
  justify-content: center;
  gap: 40px;
}

#lp202604f.lp .ctaButton a{
  max-width: 530px;
  width: 100%;
  font-size: 30px;
  height: 70px;
  letter-spacing: 0.025em;
}

#lp202604f.lp .ctaButton a::after,
#lp202604f.lp .ctaButton a.download span::before{
  display: none;
}

#lp202604f.lp .ctaButton a.download{
  background: linear-gradient(to right, #68c6f8, #3863fd);
  justify-content: flex-end;
  padding-right: 42px;
}

#lp202604f.lp .ctaButton a.download::before{
  background-image: url(../img/lp/202604f/downloadButton_img01.png);
  width: 140px;
  height: 115px;
  left: 13px;
}

#lp202604f.lp .ctaButton a.download span{
  background-color: #fff;
  color: #4d9ef6;
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
  border-radius: 5px;
  padding: 7px 12px;
  margin-right: 12px;
}

#lp202604f.lp .ctaButton a.contact{
  background: #0e497b;
}

#lp202604f.lp .ctaButton a.contact::before{
  display: none;
}


/* お悩み */
#lp202604f.lp .trouble{
  padding: 58px 0 0;
}

#lp202604f.lp .trouble__head{
  text-align: center;
}

#lp202604f.lp .trouble__title{
  font-size: 40px;
  line-height: calc(60 / 40);
  font-weight: 700;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  color: #595757;
}

#lp202604f.lp .trouble__title span{
  color: #2985c0;
}

#lp202604f.lp .trouble__worryBox{
  max-width: 900px;
  width: 100%;
  margin: 24px auto 0;
  background-color: #2985c0;
  border-radius: 12px;
  padding: 18px 20px;
}

#lp202604f.lp .trouble__worryList{
  max-width: 665px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#lp202604f.lp .trouble__worryList li{
  position: relative;
  padding-left: 1em;
  font-size: 24px;
  line-height: calc(58 / 24);
  font-weight: 700;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  color: #fff;
  border-bottom: 3px dotted #b5b5b5;
}

#lp202604f.lp .trouble__worryList li:last-child{
  border-bottom: none;
}

#lp202604f.lp .trouble__worryList li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 1em;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #fff;
}

#lp202604f.lp .trouble__pointBox{
  margin-top: 45px;
}

#lp202604f.lp .trouble__lead{
  text-align: center;
  font-size: 30px;
  line-height: calc(45 / 30);
  font-weight: 700;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  color: #595757;
}

#lp202604f.lp .trouble__lead span{
  color: #2985c0;
  background: linear-gradient(transparent 85%, #ffc433 85%);
  background-position-y: -3px;
}

#lp202604f.lp .trouble__checkList{
  max-width: 660px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
}

#lp202604f.lp .trouble__checkList li{
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding-bottom: 20px;
  margin-bottom: 18px;
  border-bottom: 3px dotted #b5b5b5;
}

#lp202604f.lp .trouble__checkList li:last-child{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#lp202604f.lp .trouble__checkIcon{
  flex-shrink: 0;
  width: 42px;
  margin-left: -2px;
  margin-top: 6px;
}

#lp202604f.lp .trouble__checkIcon img{
  width: 100%;
  display: block;
}

#lp202604f.lp .trouble__checkText{
  flex: 1;
}

#lp202604f.lp .trouble__checkTitle{
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  color: #2985c0;
}

#lp202604f.lp .trouble__checkDescription{
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  color: #595757;
}

@media screen and (max-width: 767px){
  #lp202604f.lp .trouble{
    padding: 45px 0 0;
  }

  #lp202604f.lp .trouble .inner{
    width: calc(100% - 40px);
  }

  #lp202604f.lp .trouble__title{
    font-size: 31px;
    line-height: 1.45;
  }

  #lp202604f.lp .trouble__worryBox{
    margin-top: 25px;
    border-radius: 8px;
    padding: 14px 18px 10px;
  }

  #lp202604f.lp .trouble__worryList li{
    padding: 12px 0 12px 1.2em;
    font-size: 16px;
    line-height: 1.65;
  }

  #lp202604f.lp .trouble__worryList li::before{
    top: 1.05em;
    width: 0.65em;
    height: 0.65em;
  }

  #lp202604f.lp .trouble__pointBox{
    margin-top: 30px;
  }

  #lp202604f.lp .trouble__lead{
    font-size: 22px;
    line-height: 1.7;
  }

  #lp202604f.lp .trouble__checkList{
    margin-top: 24px;
  }

  #lp202604f.lp .trouble__checkList li{
    gap: 10px;
    padding: 14px 0;
  }

  #lp202604f.lp .trouble__checkIcon{
    width: 24px;
    margin-top: 3px;
  }

  #lp202604f.lp .trouble__checkTitle{
    font-size: 18px;
    line-height: 1.6;
  }

  #lp202604f.lp .trouble__checkDescription{
    margin-top: 2px;
    font-size: 14px;
    line-height: 1.7;
  }
}


/* 比較 */
#lp202604f.lp .compare{
  padding: 55px 0 90px;
}

#lp202604f.lp .compare__head{
  text-align: center;
}

#lp202604f.lp .compare__title{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 51px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  color: #595757;
}

#lp202604f.lp .compare__title img{
  max-width: 345px;
  width: 100%;
  display: block;
}

#lp202604f.lp .compare__lead{
  margin-top: 12px;
  font-size: 30px;
  line-height: calc(45 / 30);
  font-weight: 700;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  color: #595757;
}

#lp202604f.lp .compare__lead span{
  color: #2985c0;
  background: linear-gradient(transparent 85%, #ffc433 85%);
  background-position-y: -3px;
}

#lp202604f.lp .compare__tableWrap{
  margin-top: 45px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

#lp202604f.lp .compare__table{
  width: 100%;
  min-width: 980px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border: 2px solid #2985c0;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
}

#lp202604f.lp .compare__table th,
#lp202604f.lp .compare__table td{
  padding: 16px 15px;
  font-feature-settings: "palt";
  text-align: center;
  vertical-align: middle;
  color: #595757;
  border-right: 2px solid #b5b5b5;
  border-bottom: 2px solid #b5b5b5;
}

#lp202604f.lp .compare__table thead th{
  background-color: #2985c0;
  color: #fff;
  font-size: 24px;
  line-height: calc(30 / 24);
  font-weight: 700;
  padding: 18px 20px;
}

#lp202604f.lp .compare__table thead th:first-child{
  width: 23.5%;
}

#lp202604f.lp .compare__table thead th:nth-child(2),
#lp202604f.lp .compare__table thead th:nth-child(3),
#lp202604f.lp .compare__table thead th:nth-child(4){
  width: 25.333%;
}

#lp202604f.lp .compare__table tbody th{
  text-align: left;
  font-size: 22px;
  line-height: calc(28 / 22);
  letter-spacing: 0.025em;
  font-weight: 700;
  background-color: #f6f6f6;
}

#lp202604f.lp .compare__table tbody td{
  font-size: 20px;
  line-height: calc(28 / 20);
  font-weight: 500;
}

#lp202604f.lp .compare__table tbody td:last-child{
  color: #2985c0;
  font-weight: 700;
  position: relative;
}

#lp202604f.lp .compare__table tbody td.py-0{
  padding: 0 15px;
}

#lp202604f.lp .compare__table tr > *:last-child{
  border-right: none;
}

#lp202604f.lp .compare__table tbody tr:last-child > *{
  border-bottom: none;
}

#lp202604f.lp .compare__table thead th.compare__productHead{
  padding: 8px 10px;
}

#lp202604f.lp .compare__productHead img{
  max-width: 260px;
  width: 100%;
  display: block;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px 25px;
}

#lp202604f.lp .compare__label{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  width: max-content;
}

#lp202604f.lp .compare__label p{
  display: inline-block;
  padding: 4.5px 8px;
  border-radius: 4px;
  background-color: #ffc433;
  color: #fff;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  position: relative;
}

#lp202604f.lp .compare__label p::before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 9px solid #ffc433;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
}

@media screen and (max-width: 767px){
  #lp202604f.lp .compare{
    padding: 55px 0 0;
  }

  #lp202604f.lp .compare .inner{
    width: calc(100% - 20px);
  }

  #lp202604f.lp .compare__title{
    gap: 4px;
    font-size: 34px;
    line-height: 1.3;
  }

  #lp202604f.lp .compare__title img{
    width: 160px;
  }

  #lp202604f.lp .compare__lead{
    margin-top: 12px;
    font-size: 20px;
    line-height: 1.6;
  }

  #lp202604f.lp .compare__tableWrap{
    margin-top: 24px;
  }

  #lp202604f.lp .compare__table{
    min-width: 880px;
    border-width: 2px;
  }

  #lp202604f.lp .compare__table th,
  #lp202604f.lp .compare__table td{
    padding: 12px 10px;
    font-size: 15px;
    line-height: 1.6;
  }

  #lp202604f.lp .compare__table thead th{
    font-size: 17px;
    line-height: 1.5;
    padding: 12px 8px;
  }

  #lp202604f.lp .compare__table tbody th{
    font-size: 17px;
    line-height: 1.5;
    padding-left: 12px;
  }

  #lp202604f.lp .compare__productHead img{
    width: 170px;
    padding: 10px 12px;
  }

  #lp202604f.lp .compare__label{
    font-size: 13px;
    padding: 2px 6px;
  }
}



/* cta */
#lp202604f.lp .downloadButtonArea{
  background: #0e497b;
  padding: 70px 0 80px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #lp202604f.lp .downloadButtonArea{
    padding: 24px 0 32px;
  }
}

#lp202604f.lp .downloadButtonArea.no-marginBottom {
  margin-bottom: 0;
}
#lp202604f.lp .downloadButtonArea .box-shadow {
  -webkit-box-shadow: 0px 0px 36px -9px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 0px 36px -9px rgba(0, 0, 0, 0.7);
}
#lp202604f.lp .downloadButtonArea p {
  font-size: 31px;
  margin-bottom: 32px;
  color: #ffffff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.025em;
}
@media (max-width: 768px) {
  #lp202604f.lp .downloadButtonArea p {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 12px;
  }
}
#lp202604f.lp .downloadButtonArea p span {
  font-size: 27px;
}
@media (max-width: 768px) {
  #lp202604f.lp .downloadButtonArea p span {
    font-size: 16px;
  }
}
#lp202604f.lp .downloadButtonArea a:not(.buttonText + a) {
  font-size: 44px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  #lp202604f.lp .downloadButtonArea a:not(.buttonText + a) {
    font-size: 21px;
    height: 48px;
    padding-left: 84px;
    background: -webkit-gradient(linear, left top, right top, from(#68c6f8), to(#3863fd));
    background: linear-gradient(to right, #68c6f8, #3863fd);
  }
}
#lp202604f.lp .downloadButtonArea a:not(.buttonText + a) span {
  font-size: 31px;
  background-color: #ffffff;
  border-radius: 6px;
  color: #4d9ff6;
  width: 96px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 12px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media (max-width: 768px) {
  #lp202604f.lp .downloadButtonArea a:not(.buttonText + a) span {
    font-size: 16px;
    height: 24px;
    width: 48px;
    padding-bottom: 2px;
    margin-top: 2px;
    padding-left: 2px;
    margin-right: 6px;
    border-radius: 2px;
  }
}
#lp202604f.lp .downloadButtonArea a:not(.buttonText + a) span::before {
  width: 24%;
}
#lp202604f.lp .downloadButtonArea a:not(.buttonText + a)::before {
  background-image: url(../img/downloadButton_img03.png);
  left: 40px;
}
@media (max-width: 768px) {
  #lp202604f.lp .downloadButtonArea a:not(.buttonText + a)::before {
    left: calc(50% - 160px);
    top: 48%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: auto;
    background-image: url(../img/downloadButton_img03.sp.png);
    width: 84px;
  }
}
#lp202604f.lp .downloadButtonArea a:not(.buttonText + a)::after {
  right: 3.6%;
}
@media (max-width: 768px) {
  #lp202604f.lp .downloadButtonArea a:not(.buttonText + a)::after {
    display: none;
  }
}



/* merit */
#lp202604f.lp #merit{
  padding-bottom: 205px;
}

#lp202604f.lp #merit .section-heading{
  font-size: 40px;
  line-height: calc(60/40);
  margin-bottom: 50px;
}

#lp202604f.lp #merit .section-heading span{
  color: #2985c0;
  display: inline;
}



#lp202604f.lp #footer{
  margin-bottom: 0;
}