@charset "UTF-8";
body{
  background: #ffffff !important;
}


#header .headerin {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4% 0 13%;
    height: 58px;
    background: #fff;
}

#header .headerlogo img {
  height: 60px;
}

#header .headerbtn {
  display: flex;
  align-items: center;
}

#header .headerbtn a {
  display: flex;
  font-weight: 700;
  width: 210px;
  height: 40px;
  padding: 8px 24px 8px 8px;
  align-items: center;
  justify-content: center;
}

#header .headerbtn a:hover {
  -webkit-box-shadow: 0 10px 20px rgba(61, 64, 198, 0.3);
  -moz-box-shadow: 0 10px 20px rgba(61, 64, 198, 0.3);
  -ms-box-shadow: 0 10px 20px rgba(61, 64, 198, 0.3);
  -o-box-shadow: 0 10px 20px rgba(61, 64, 198, 0.3);
  box-shadow: 0 5px 10px rgba(61, 64, 198, 0.3);
}

.arrow_wh {
  position: relative;
  display: inline-block;
}

.arrow_wh::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  right: 13px;
  top: 16px;
}

.arrow_purple {
  position: relative;
  display: inline-block;
}

.arrow_purple::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px #4158D0;
  border-right: solid 2px #4158D0;
  position: absolute;
  right: 13px;
  top: 16px;
}

.arrow_wh.arrow-top::before,
.arrow_purple.arrow-top::before {
  transform: rotate(-45deg);
  top: 10px;
}

.arrow_wh.arrow-bottom::before,
.arrow_purple.arrow-bottom::before  {
  transform: rotate(135deg);
}

.arrow_wh.arrow-left::before,
.arrow_purple.arrow-left::before {
  transform: rotate(-135deg);
}

.arrow_wh.arrow-right::before,
.arrow_purple.arrow-right::before {
  transform: rotate(45deg);
}

@media (max-width: 768.98px) {
  #header .headerlogo img {
    height: auto;
    width: 140px;
    max-width: 140px;
  }
}
#header .headerin {
  padding: 0 25px 0 20px !important;
}
@media (min-width: 769px), print {
  #header .headerbtn li:first-child a {
    background: linear-gradient(40deg, rgb(255, 68, 0) 0%, rgb(251, 141, 12) 100%);
    color: #FFFFFF;
  }
  #header .headerbtn li:last-child a:last-child {
    background: #ffffff;
    border: 1px solid #4158D0;
    color: #4158D0;
  }
  #header .contact-btn {
    display: none;
  }
}
@media (max-width: 768.98px) {
  #header .headerbtn {
    display: none;
  }
  #header .contact-btn {
    display: block;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    background: #E57F07;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
  }
}

@media (min-width: 769px), print {
  #footer {
    padding: 30px 0 20px !important;
  }
}
@media (max-width: 768.98px) {
  #footer {
    padding: 30px 20px 20px;
  }
}
@media (min-width: 1024px), print {
  #footer {
    padding: 30px 80px !important;
    box-sizing:border-box;
  }
}
@media (max-width: 1023px), print {
  #footer {
    padding: 30px 100px !important;
    box-sizing:border-box;
  }
}

@media (max-width: 480px), print {
  #footer {
    padding: 30px 30px !important;
    box-sizing:border-box;
  }
}

#footer .spfix li:first-child a {
  background: linear-gradient(40deg, rgb(255, 68, 0) 0%, rgb(251, 141, 12) 100%);
  color: #FFFFFF;
  border: 1px solid #ff4400;
}
#footer .spfix li:last-child a:last-child {
    background: #ffffff;
    border: 1px solid #4158D0;
    color: #4158D0;
}

#footer .footermess {
  margin-bottom: 25px;
}
#footer .copyright {
  margin-top: 35px;
}
.pagetop {
  display: none;
  position: fixed;
  right: 5% !important;
  bottom: 10%;
  z-index: 8;
  width: 100px;
}

#lp-lecheck2 {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans",
    Meiryo,
    sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";

.titleLine{
  border-bottom: 5px solid #5957c4;
  padding-bottom: 8px;
}

.pointTxt{
  color: #5957c4;
  font-size: 48px !important;
}

#evidence{
  background: #FAFAF8;
}

#evidence .evidence-list-box{
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
      /* gap: 16px; */
      border-left: 1px solid #DEDDD8;
      border-right: 1px solid #DEDDD8;
}

@media (max-width:1024px){
  #evidence .evidence-list-box{
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(205px, 1fr));
      /* gap: 16px; */
      /* border-left: 1px solid #DEDDD8; */
      /* border-right: 1px solid #DEDDD8; */
}
}

.evidence-list{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 24px;
    border-right: 1px solid #DEDDD8;
    /* border-left: 1px solid #DEDDD8; */
    flex: 1;
    }

.evidence-list:last-child{
    border-right: 0;
    }

@media (min-width: 769px) {
    #evidence .evidence-list-box{
      display: flex;
      /* grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); */
      /* gap: 16px; */
      border-right: 0;
      padding: 0;
      border-left: 0;
      border-right: 0;
      border-right: 1px solid #DEDDD8;
      border-left: 1px solid #DEDDD8;
      justify-content: center;
}
}

@media (max-width: 768.98px) {
  #evidence .evidence-list-box{
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
      /* gap: 16px; */
      border-right: 0;
      /* padding: 32px; */
      border-left: 0;
      border-right: 1px solid #DEDDD8;
      border-left: 1px solid #DEDDD8;
}
  .evidence-list{
    padding: 16px;
    }

  #evidence .evidence-list:nth-child(even){
    border-left: 1px solid #d8d8d8;
    }
    #evidence .evidence-list:nth-child(3){
    border-left: 1px solid #d8d8d8;
    }
}

.evidence-list p{
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    }

.evidence-list dt{
      width: 100%;
      max-width: 156px;
      margin-bottom:24px;
      text-align: center;
    }
.evidence-list-em{
  font-size: 32px !important;
  text-align: center;
  font-weight: 700;
  color: #E57F07;
}

.evidence-list-em span{
  font-size: 24px;
  font-weight: 700;
}
.evidence-txt-cap{
  text-align: right;
  font-size: 14px;
  margin-top: 16px;
}

@media (max-width: 480px){
    #evidence .evidence-list-box{
      border-right: 0;
      border-left: 0;
}
   #evidence  .evidence-list{
    padding: 0 8px 16px 8px;
    }

    #evidence .evidence-list:nth-child(even){
      border-right: 0;
      border-left: 0;
    }

    #evidence .evidence-list:nth-child(3){
    border-left: 0;
    border-top: 1px solid #d8d8d8;
    padding-top: 16px;
    }

     #evidence .evidence-list:nth-child(4){
      border-top: 1px solid #d8d8d8;
      border-left: 0;
      padding-top:  16px;
}
  .evidence-txt-cap{
      padding-bottom: 24px;
}
}

@media (max-width:390px){
  .evidence-list p{
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    }

  .evidence-list dt{
      width: 100%;
      max-width: 116px;
      margin-bottom:24px;
      text-align: center;
    }

  .evidence-list-em{
    font-size: 24px !important;
    text-align: center;
    font-weight: 700;
    color: #E57F07;
    line-height: 1.4;
  }

  .evidence-list-em span{
    font-size: 16px;
    font-weight: 700;
  }
  .evidence-txt-cap{
    text-align: right;
    font-size: 14px;
    margin-top: 16px;
  }
  .evidence-list{
    padding: 24px 16px;
    }
  #evidence .evidence-list:nth-child(even){
    border-left: 0;
    }
  #evidence .evidence-list:nth-child(2){
    border-right: 0;
    }
  #evidence .evidence-list:nth-child(3){
    border-left: 0;
    }
}

@media (max-width: 375px) {
    #evidence .evidence-list-box{
      display: flex;
      flex-direction: column;
}
    #evidence .evidence-list{
    border-bottom: 1px solid #DEDDD8;
    border-right: 0;
    padding: 5px;
    display: flex;
    align-items: center;
    flex-direction: initial;
    }

    #evidence .evidence-list:nth-child(even){
    border-left: 0;
    }
    #evidence .evidence-list:nth-child(3){
    border-left: 0;
    border-top: 0;
    }

    #evidence .evidence-list:nth-child(4){
      border-top: 0;
      border-bottom: 0;
}

    .evidence-list dt{
      margin-bottom:0 !important;
      text-align: left;
    }

     .evidence-list p{
    font-size: 14px;
    text-align: left;
    margin-left: 16px;
  }
}

.evidence-txt-capLeft{
  text-align: left;
  margin-top:8px;
  font-size: 14px;
}

  /* ===============================================
       パーツ
  =============================================== */
  /* ===============================================
       fv
  =============================================== */
  /* ===============================================
       company-list
  =============================================== */
  /* ===============================================
       function
  =============================================== */
  /* ===============================================
       reason
  =============================================== */
  /* ===============================================
       reason
  =============================================== */
  /* ===============================================
       use
  =============================================== */
  /* ===============================================
       case
  =============================================== */
  /* ===============================================
       btn
  =============================================== */
  /* ===============================================
       support
  =============================================== */
  /* ===============================================
       thought
  =============================================== */
  /* ===============================================
       faq
  =============================================== */
  /* ===============================================
      more reason
  =============================================== */
  /* ===============================================
       form
  =============================================== */
}
@media (min-width: 769px), print {
  #lp-lecheck2 .pc-only {
    display: block;
  }
  #lp-lecheck2 .sp-only {
    display: none !important;
  }
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .pc-only {
    display: none !important;
  }
  #lp-lecheck2 .sp-only {
    display: block;
  }
}
#lp-lecheck2 .headline-1 {
  grid-area: headline;
  font-weight: 700;
  color: #000000;
}
@media (min-width: 769px), print {
  #lp-lecheck2 .headline-1 {
    font-size: 28px;
    line-height: 1.45;
  }
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .headline-1 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 8px;
  }
}
@media (min-width: 769px), print {
  #lp-lecheck2 .headline-1 .em {
    font-size: 32px;
    line-height: 1.45;
  }
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .headline-1 .em {
    font-size: 32px;
    line-height: 1.4;
  }
}
#lp-lecheck2 .headline-1 .lead {
  font-weight: 400;
}
@media (min-width: 769px), print {
  #lp-lecheck2 .headline-1 .lead {
    font-size: 32px;
    letter-spacing: -2px;
  }
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .headline-1 .lead {
    font-size: 24px;
    letter-spacing: -0.06em;
  }
}
#lp-lecheck2 .headline-2 {
  font-weight: 700;
  text-align: center;
}
@media (min-width: 769px), print {
  #lp-lecheck2 .headline-2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .headline-2 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 24px;
  }
}
#lp-lecheck2 .headline-3 {
  color: #000000;
  position: relative;
  text-align: center;
   font-weight: 700;
   font-size: 32px;
   padding-bottom: 16px;
}

#lp-lecheck2 .headline-3:before {
  background-color: #4158D0;
  border-radius: 5px;
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100px;
}

@media (min-width: 769px), print {
  #lp-lecheck2 .headline-3 {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .headline-3 {
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}
#lp-lecheck2 .headline-3 .em {
  color: #5255A3;
}
@media (min-width: 769px), print {
  #lp-lecheck2 .headline-3 .em {
    font-size: 40px;
    line-height: 1.5;
  }
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .headline-3 .em {
    font-size: 24px;
    line-height: 1.5;
  }
}
#lp-lecheck2 .headline-3 .em2 {
  display: inline-block;
  color: #32458E;
  border-bottom: 2px solid #32458E;
  opacity: 0.75;
}
@media (min-width: 769px), print {
  #lp-lecheck2 .headline-3 .em2 {
    font-size: 32px;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 34px;
  }
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .headline-3 .em2 {
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}
@media (min-width: 769px), print {
  #lp-lecheck2 .headline-3:has(+ .headline-lead) {
    margin-bottom: 16px;
  }
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .headline-3:has(+ .headline-lead) {
    margin-bottom: 12px;
  }
}
#lp-lecheck2 .headline-7 {
  color: #212529;
  font-weight: 700;
  border-left: 2px solid #3C40C6;
  padding-left: 15px;
  max-width: 922px;
}
@media (min-width: 769px), print {
  #lp-lecheck2 .headline-7 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 25px;
    margin-inline: auto;
  }
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .headline-7 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
#lp-lecheck2 .headline-lead {
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 769px), print {
  #lp-lecheck2 .headline-lead {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .headline-lead {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
#lp-lecheck2 .section {
  margin-top: -1px;
}
@media (min-width: 769px), print {
  #lp-lecheck2 .section .inner {
    padding: 44px 0;
    max-width: 1100px;
    box-sizing:border-box;
  }
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .section .inner {
    padding: 40px 20px 0 20px;
    box-sizing:border-box;
  }
}
@media (min-width: 769px), print {
  #lp-lecheck2 .section.fv {
  background-color: #ffffff;
  background-image: url("../images/lp-img_kvBg_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  }
}

@media (max-width: 1024px), print {
  #lp-lecheck2 .section.fv {
    background: url("../images/lp-img_kvBg_pc.jpg") center top/cover;
  }
  #lp-lecheck2 .section.fv .inner .CTAinner .headline-1 img{
    max-width: 360px;
}
#lp-lecheck2 .section.fv .inner .CTAinner{
    padding-bottom: 16px !important;
}
}

#lp-lecheck2 .section.fv .inner {
  display: flex;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-inline: auto;
}

#lp-lecheck2 .section.fv .inner .CTAinner{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* padding-bottom: 64px; */
}

#lp-lecheck2 .section.fv .inner .CTAinner .headline-1 .headline-1_subtitle{
  margin-bottom:32px;
  margin-top: 10px;
}

#lp-lecheck2 .headline-1_txt{
  font-size: 18px;
  font-weight: 400;
  margin-top: 24px;
}

#lp-lecheck2 .section.fv .inner .CTAinner .headline-1 img{
    width: 100%;
    max-width: 468px;
}

@media (max-width: 1024px){
  #lp-lecheck2 .headline-1_txt{
  font-size: 16px;
  font-weight: 400;
  margin-top: 24px;
}
}

@media (max-width: 480px){
  #lp-lecheck2 .section.fv .inner .CTAinner .headline-1 .headline-1_subtitle{
  margin-top: 10px;
}
  #lp-lecheck2 .headline-1_txt{
  font-size: 16px;
}
}

@media (min-width: 769px), print {
  #lp-lecheck2 .section.fv .inner {
    grid-template-areas:
      "headline appeal"
      "btn img";
    grid-template-rows: auto;
    padding: 110px 20px 24px;
  }
}
@media (max-width: 768.98px) {
    #lp-lecheck2 .section.fv {
    background-color: #ffffff;
    background-image: url("../images/lp-img_kvBg_pc.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 200%;
  }

  #lp-lecheck2 .section.fv .inner .CTAinner{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 40px !important;
}
  #lp-lecheck2 .section.fv .inner {
  display:flex;
  flex-direction: column-reverse;
  padding: 103px 8px 0;

  }
}

@media (max-width: 480px) {
   #lp-lecheck2 .section.fv {
    background-size: 220%;
  }

  #lp-lecheck2 .headline-1 .em {
    font-size: 24px;
    line-height: 1.4;
  }

  #lp-lecheck2 .section.fv .inner .CTAinner .headline-1 img{
      max-width: 291px;
  }
}

#lp-lecheck2 .fv-img-wrapper {
  position: relative;
  grid-area: img;
}

@media (min-width: 769px), print {
  #lp-lecheck2 .fv-img-wrapper .fv-img {
    width: 100%;
    height: auto;
    max-width: 686px;
    margin-top: 44px;
  }
}
@media (min-width: 769px), print {
  #lp-lecheck2 .fv-img-wrapper .fv-img_emblem {
    position:absolute;
    right:0;
    top: 0;
    width: 100%;
    max-width: 156px;
  }
  #lp-lecheck2 .fv-txt-cap_pc {
    display: block;
    text-align: right;
    line-height: 0;
}
  #lp-lecheck2 .fv-txt-cap_sp {
    display: none;
}
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .fv-img-wrapper .fv-img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
    #lp-lecheck2 .fv-img-wrapper .fv-img_emblem {
    position:absolute;
    right:0;
    top: 0;
    width: 100%;
    max-width: 128px;
  }
    #lp-lecheck2 .fv-txt-cap_pc {
    display: none;
}
    #lp-lecheck2 .fv-txt-cap_sp {
    display: block;
    line-height: 0;
    padding-top: 16px;
}
}

@media (max-width: 480px){
    #lp-lecheck2 .fv-img-wrapper .fv-img_emblem {
    top: -10px;
    width: 100%;
    max-width: 96px;
  }
}

#lp-lecheck2 .btn-wrapper {
  grid-area: btn;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
@media (min-width: 769px), print {
  #lp-lecheck2 .btn-wrapper {
    -ms-flex-item-align: start;
    margin-top: 24px;
  }
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .btn-wrapper {
    row-gap: 24px;
    padding: 0 21.5px;
  }
}
@media (min-width: 769px), print {
  #lp-lecheck2 .btn-wrapper .btn-wrapper-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

.btn-wrapper-item .arrow_wh-CTA {
  position: relative;
  display: inline-block;
}

.btn-wrapper-item .arrow_wh-CTA::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  right: 13px;
  top: 24px;
}

.btn-wrapper-item .arrow_purple-CTA {
  position: relative;
  display: inline-block;
}

.btn-wrapper-item .arrow_purple-CTA::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px #4158D0;
  border-right: solid 2px #4158D0;
  position: absolute;
  right: 13px;
  top: 24px;
}

.btn-wrapper-item .arrow_wh-CTA.arrow-top::before,
.btn-wrapper-item .arrow_purple-CTA.arrow-top::before {
  transform: rotate(-45deg);
  top: 10px;
}

.btn-wrapper-item .arrow_wh-CTA.arrow-bottom::before,
.btn-wrapper-item .arrow_purple-CTA.arrow-bottom::before  {
  transform: rotate(135deg);
}

.btn-wrapper-item .arrow_wh-CTA.arrow-left::before,
.btn-wrapper-item .arrow_purple-CTA.arrow-left::before {
  transform: rotate(-135deg);
}

.btn-wrapper-item .arrow_wh-CTA.arrow-right::before,
.btn-wrapper-item .arrow_purple-CTA.arrow-right::before {
  transform: rotate(45deg);
}

#lp-lecheck2 .btn-wrapper .btn-lead {
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .btn-wrapper .btn-lead {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
#lp-lecheck2 .btn-wrapper .btn {
  display: grid;
  place-content: center;
  height: 56px;
  color: #FFFFFF;
  font-weight: 700;
  background: linear-gradient(40deg, rgb(255, 68, 0) 0%, rgb(251, 141, 12) 100%);
}

#lp-lecheck2 .btn-wrapper .btn:hover {
  box-shadow: 0 5px 10px rgba(61, 64, 198, 0.3);
}

@media (min-width: 769px), print {
  #lp-lecheck2 .btn-wrapper .btn {
    width: 100%;
    background: linear-gradient(40deg, rgb(255, 68, 0) 0%, rgb(251, 141, 12) 100%);
    color: #FFFFFF;
    height: 56px;
    font-size: 21px;
    min-width: 350px;
  }
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .btn-wrapper .btn {
    width: 400px;
    font-size: 21px;
  }
}

#lp-lecheck2 .btn-wrapper .btn.request {
    background: #ffffff;
    border: 1px solid #4158D0;
    color: #4158D0;
    height: 56px;
    font-size: 21px;
}

#lp-lecheck2 .section.company-list {
  background: #212529;
}
@media (min-width: 769px), print {
  #lp-lecheck2 .section.company-list {
    padding: 50px 0 25px;
  }
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .section.company-list {
    padding: 51px 0 33px;
  }
}

@media (max-width: 480px) {
  #lp-lecheck2 .btn-wrapper .btn {
    width: 320px;
    font-size: 16px;
  }
  #lp-lecheck2 .btn-wrapper .btn.request {
    font-size: 16px;
}
}

#lp-lecheck2 .logos {
  gap: 0;
}
#lp-lecheck2 .swiper-wrapper.logos {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
@media (min-width: 769px), print {
  #lp-lecheck2 .logos__item {
    width: 90px;
    height: 90px;
    margin: 0;
    padding: 12px 6px;
  }
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .logos__item {
    width: 70px;
    height: 70px;
    margin: 0;
    padding: 7px 3px;
  }
}
#lp-lecheck2 .logos__item img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#lp-lecheck2 .section.function {
  background: #FFFFFF;
  container-type: inline-size;
}
@media (min-width: 769px), print {
  #lp-lecheck2 .section.function .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .section.function .inner {
    padding: 0 20px 15px 20px;
    margin-top: 40px;
    box-sizing: border-box;
  }
}
#lp-lecheck2 .function-list {
  display: grid;
  grid-template-columns: repeat(3, 312px);
  grid-template-rows: auto;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  row-gap: 8px;
}

@media (max-width: 1024px){
  #lp-lecheck2 .function-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  row-gap: 8px;
}
}

@container (min-width: 1132px) {
  #lp-lecheck2 .function-list {
    display:  flex;
    justify-content: space-evenly;
  }
}

  #lp-lecheck2 .function-list {
    position: relative;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    padding-block: 8px;
    padding-left: 13px;
  }

  #lp-lecheck2 .function-list .function-list-box{
    text-align: center;
    flex: 1;
  }

    #lp-lecheck2 .function-list .function-list-box img{
    margin-bottom: 16px;
  }

   #lp-lecheck2 .function-list .function-list-box span{
   font-weight: 700;
   color: #5957c4;
  }

  #lp-lecheck2 .function-list.scroll::after {
    display: none;
  }

@media (max-width: 768.98px){
    #lp-lecheck2 .function-list {
    display: flex;
    flex-direction:column;
    padding-left:  0;
  }

  #lp-lecheck2 .function-list-box{
    display: flex;
    justify-content:center;
    align-items:center;
  }

    #lp-lecheck2 .function-list-box:nth-child(even) {
    display: flex;
    justify-content:center;
    flex-direction: row-reverse;
    align-items:center;
  }
}

#lp-lecheck2 .function-list .function-list-box .headline-5 {
  color: #212529;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
#lp-lecheck2 .function-list .function-list-box .function-img {
  width: 100%;
  max-width: 240px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
#lp-lecheck2 .function-list .function-list-box .function-detail {
  color: #212529;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-left: 16px;
}

@media (max-width: 480px) {
#lp-lecheck2 .function-list .function-list-box .function-img {
  width: 100%;
  max-width: 136px;
}
  #lp-lecheck2 .function-list .function-list-box .function-detail{
  text-align: left;
  margin-left: 16px;
}
  #lp-lecheck2 .function-list .function-list-box .function-detail:nth-child(2){
  text-align: left;
  margin-right: 16px;
}
}

#lp-lecheck2 .section.feature {
  background: #FFFFFF;
  container-type: inline-size;
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .section.feature .inner {
    padding: 16px 0 28px 0;
  }
}
#feature .feature-list-boxLeft{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 56px;
}

#feature .feature-list-boxLeft .cap{
  text-align: right;
  font-size: 14px;
}

#feature .feature-list-boxRight{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-start;
  margin-bottom: 56px;
}

#feature .feature-list-boxLeftInner{
  margin-right: 56px;
}

#feature .feature-list-boxRightInner{
  margin-left: 56px;
}

.feature-txt-liskLeft,
.feature-txt-lawyerRight,
.feature-txt-priceLeft,
.feature-txt-verRight,
.feature-txt-ndaLeft{
  font-size: 28px;
  font-weight: 700;
  padding-left: 72px;
  line-height: 1.5;
  margin-bottom: 24px;
}

.feature-txt-liskLeft{
  background: url(../images/icn_function01.svg) no-repeat left 16px;
}

.feature-txt-lawyerRight{
  background: url(../images/icn_function02.svg) no-repeat left 16px;
}

.feature-txt-priceLeft{
  background: url(../images/icn_function03.svg) no-repeat left top;
  padding: 10px 0 10px 72px;
}

.feature-txt-verRight{
  background: url(../images/icn_function04.svg) no-repeat left 16px;
}

.feature-txt-ndaLeft{
  background: url(../images/icn_function05.svg) no-repeat left 16px;
}

.feature-txtLeft{
  border-bottom: 1px dotted #787878;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.feature-txtLeft h4{
  font-size: 24px;
  font-weight: 700;
}
.feature-imgRight{
  width: 100%;
  max-width: 480px;
}

.feature-imgLeft{
  width: 100%;
  max-width: 480px;
}

@media (max-width:1024px){
  .feature-imgRight,
  .feature-imgLeft {
  width: 100%;
  max-width: 350px;
}
}

.feature-txtRight{
  border-bottom: 1px dotted #787878;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.feature-txtRight h4{
  font-size: 24px;
  font-weight: 700;
}

.feature-txt-btm0{
  border-bottom: 0;
}

.feature-contract-box{
  background: #FAFAF8;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
  padding: 16px;
}

.feature-contract-box dl{
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      border-right: 1px solid #EFEEE7;
}

.feature-contract-box dl:last-child{
      border-right: 0;
}

@media (min-width: 568px) and (max-width: 768.98px) {
  .feature-contract-box dl{
      border-bottom: 0;
      border-right: 1px solid #EFEEE7;
}
}

@media (max-width: 567px) {
  .feature-contract-box dl{
      border-bottom: 1px solid #EFEEE7;
      border-right: 0;
}

  .feature-contract-box dl:last-child{
      border-bottom: 0;
      border-right: 0;
}
}

@media (min-width: 769px){
  .feature-contract-box dl{
      border-bottom: 1px solid #EFEEE7;
      border-right: 0;
}

.feature-contract-box dl:last-child{
      border-bottom: 0;
}
}

.feature-contract-box dt{
  font-size: 18px;
}

.feature-contract-box dd{
  font-size: 32px;
  color: #E57F07;
  font-weight: 700;
}

.feature-contract-box dd span{
  font-size: 18px;
}

.feature-contract-box dd span.bk{
  font-size: 18px;
  color: #000000;
  font-weight:  normal;
}

@media (max-width: 768.98px) {
  #lp-lecheck2 .section.feature .inner {
    padding: 16px 0 28px 0;
  }
}

@media (min-width: 1064px){
    .feature-contract-box dl{
      border-bottom: 0;
      border-right: 1px solid #EFEEE7;
}
}

#lp-lecheck2 .section.reason {
  background: #FAFAF8;
}

@media (max-width: 768.98px) {
  #feature .feature-list-boxLeft{
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 56px;
  }

  #feature .feature-list-boxRight{
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 56px;
  }

  #feature .feature-list-boxLeftInner{
    margin-right: 0;
    margin-top: 24px;
  }

  #feature .feature-list-boxRightInner{
    margin-left: 0;
    margin-top: 24px;
}
}
@media (min-width: 568px) and (max-width: 768.98px){
    .feature-contract-box dl {
        border-bottom: 0;
        border-right: 1px solid #EFEEE7;
    }
}
@media (max-width: 480px){
  .feature-txt-liskLeft,
  .feature-txt-lawyerRight,
  .feature-txt-priceLeft,
  .feature-txt-verRight,
  .feature-txt-ndaLeft{
    font-size: 21px;
    font-weight: 700;
    padding-left: 64px;
    line-height: 1.5;
    margin-bottom: 24px;
}

.feature-txt-liskLeft{
  background: url(../images/icn_function01.svg) no-repeat left 0;
  background-size: 56px;
}

.feature-txt-lawyerRight{
  background: url(../images/icn_function02.svg) no-repeat left 0;
  background-size: 56px;
}

.feature-txt-priceLeft{
  background: url(../images/icn_function03.svg) no-repeat left center;
  background-size: 56px;
}

.feature-txt-verRight{
  background: url(../images/icn_function04.svg) no-repeat left 0;
  background-size: 56px;
}
.feature-txt-ndaLeft{
  background: url(../images/icn_function05.svg) no-repeat left 0;
  background-size: 56px;
}
.feature-txtLeft{
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.feature-txtLeft h4{
  font-size: 18px;
  font-weight: 700;
}
.feature-imgRight,
.feature-imgLeft{
  width: 100%;
  max-width: 298px;
}
.feature-txtRight{
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.feature-txtRight h4{
  font-size: 18px;
  font-weight: 700;
}
.feature-txt-lawyerRight .sp_only{
  display: none;
}
.feature-txt-verRight .sp_only{
  display: none;
}
}


#lp-lecheck2 .reason-list-box {
      display: flex;
      justify-content: center;
      gap: 16px;
      padding: 16px;
      margin-bottom: 72px;
}
#lp-lecheck2 .reason-list-box .reason-list-boxInner{
      display: flex;
      flex-direction: column;
      width:100%;
      max-width: 250px;
      align-items: center;
}

#lp-lecheck2 .reason-list-box .reason-list-box_group{
      background: #fff;
      border: 1px solid #EFEEE7;
      padding: 16px;
      flex: 1 1 auto;
      display: flex;
      flex-direction: column;
}

#lp-lecheck2 .reason-list-box .reason-list-box_group dt {
      font-size: 24px;
      font-weight: 700;
      color: #5957c4;
      text-align: center;
      border-bottom: 1px solid #CBCAC3;
      padding-bottom: 8px;
      margin-bottom: 16px;
}

@media (min-width: 769px){
  #lp-lecheck2 .reason-list-box .reason-list-box_group dt {
      font-size: 18px;
}
}

@media (max-width: 768.98px){
  #lp-lecheck2 .reason-list-box {
      display: flex;
      flex-direction:column;
      padding: 0;
}
  #lp-lecheck2 .reason-list-box .reason-list-boxInner{
        max-width: 100%;
        align-items: center;
}
  #lp-lecheck2 .reason-list-box .reason-list-boxInner img{
        width: 100%;
        max-width:204px;
}
}

@media (max-width: 480px){
    #feature .feature-list-boxLeft,
    #feature .feature-list-boxRight{
    margin-bottom: 32px;
  }
  #lp-lecheck2 .section.reason {
  padding-top: 20px;
}
}

.message-box-wrapper{
  margin-bottom: 72px;
  padding: 0 20px;
}

/* .CaseStudies-box{
  margin-bottom: 28px;
} */

.message-box-wrapper .message-box-inner .message-box-kv_pc{
  background: url(../images/lp-img_Message_pc.jpg) no-repeat top;
  background-size: cover;
  height:auto;
  padding:64px 24px;
  margin-top: 56px;
}

.message-box-wrapper .message-box-inner .message-box-txt{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.message-box-wrapper .message-box-inner .message-box-txt .message-box-txt_inner{
    display: flex;
    flex-direction: column;
}

.message-box-wrapper .message-box-inner .message-box-txt  .message-box-txt_inner p{
    font-size: 24px;
    font-weight: 700;
}

.message-box-wrapper .message-box-inner .message-box-txt  .message-box-txt_inner span{
    font-size: 14px;
    font-weight: normal;
}

.message-box-wrapper .message-box-inner .message-box-comments_pc p{
    margin: 32px 0;
}

.message-box-wrapper .message-box-inner .message-box-profile_pc h4{
  align-items: center;
  display: flex;
  justify-content: flex-start;
  font-weight: 700;
}

.message-box-wrapper .message-box-inner .message-box-profile_pc h4:before{
  background-color: #5957c4;
  content: "";
  height: 5px;
  width: 24px;
}

.message-box-wrapper .message-box-inner .message-box-profile_pc h4:before{
  margin-right: 15px;
}

.message-box-wrapper .message-box-inner .message-box-profile_pc p{
   font-size: 14px;
}

@media (max-width: 1024px){
  .message-box-wrapper{
  /* padding: 0 20px; */
}
}

@media (min-width: 769px){
 .message-box-wrapper .message-box-inner .message-box-kv_pc{
    display: block;
    padding: 56px 24px;
    margin-top: 56px;
}

  .message-box-kv_sp{
    display: none;
  }
}

@media (max-width:768.98px){
  .message-box-kv_pc,
  .message-box-comments_pc,
  .message-box-profile_pc
  {
    display: none;
}

  .message-box-kv_sp{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .message-box-kv_sp .message-box-txt_inner{
    margin-top: 24px;
}

  .message-box-kv_sp .message-box-txt_inner p{
    font-size: 21px;
    font-weight: 700;
}

   .message-box-kv_sp .message-box-txt_inner span{
      font-size: 14px;
      font-weight: normal;
  }

   .message-box-kv_sp .message-box-comments_sp p{
      margin-bottom: 16px;
      margin-top: 24px;
  }

   .message-box-kv_sp .message-box-profile_sp h4{
    align-items: center;
    display: flex;
    justify-content: flex-start;
    font-weight: 700;
  }

   .message-box-kv_sp .message-box-profile_sp h4:before{
    background-color: #5957c4;
    content: "";
    height: 5px;
    width: 24px;
  }

   .message-box-kv_sp .message-box-profile_sp h4:before{
    margin-right: 15px;
  }

   .message-box-kv_sp .message-box-profile_sp p{
    font-size: 14px;
  }
    .message-box-wrapper{
      margin-bottom: 24px;
}
}

.CaseStudies-box-inner{
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(182px, 1fr));
      gap: 16px; /* 任意の間隔 */
      padding: 16px;
      margin-top: 40px;
}

@media (max-width: 480px){
  .CaseStudies-box-inner{
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(134px, 1fr));
      padding: 0;
}
}

@container (min-width: 1062px) {
  #lp-lecheck2 .reason-list {
    grid-template-columns: repeat(3, 340px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 16px;
  }
}
@container (max-width: 1061px) {
  #lp-lecheck2 .reason-list {
    grid-template-columns: repeat(6, 340px);
    row-gap: 12px;
    position: relative;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    overflow-x: scroll;
    padding-block: 8px;
    padding-left: 13px;
  }
  #lp-lecheck2 .reason-list .reason-list-box:last-child {
    margin-right: 13px;
  }
  #lp-lecheck2 .reason-list::after {
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 60px);
    display: block;
    content: "";
    background: url(../images/common/icon_scroll.png) center center/cover;
    width: 120px;
    height: 80px;
  }
  #lp-lecheck2 .reason-list.scroll::after {
    display: none;
  }
}
#lp-lecheck2 .reason-list .reason-list-box {
  background: #F5F5FA;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  row-gap: 12px;

}
#lp-lecheck2 .reason-list .reason-list-box::before {
  justify-self: center;
  display: inline;
  counter-increment: listnum;
  content: counter(listnum, decimal-leading-zero);
  font-weight: 700;
  letter-spacing: 2px;
  color: #32458E;
  opacity: 0.3;
  border-bottom: 1px solid #32458E;
  font-size: 32px;
}
#lp-lecheck2 .reason-list .reason-img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#lp-lecheck2 .reason-list .reason-text {
  -ms-flex-item-align: center;
      align-self: center;
  color: #212529;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.1px;
}
@media (min-width: 769px), print {
  #lp-lecheck2 .reason-list .reason-text {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .reason-list .reason-text {
    font-size: 16px;
    line-height: 1.5;
  }
}
#lp-lecheck2 .reason-list .reason-text .note {
  font-size: 14px;
}
#lp-lecheck2 .reason-list .reason-desc {
  color: #212529;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
#lp-lecheck2 .reason-list .reason-desc .note {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 20px;
}
#lp-lecheck2 .reason-list .reason-desc .note.nowrap {
  display: inline;
  margin-top: 0;
}
#lp-lecheck2 .section.use {
  background: #E6E5F2;
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .section.use .inner {
    padding: 38.5px 0 73px;
  }
}
#lp-lecheck2 .use-swiper {
  position: relative;
}
@media (min-width: 769px), print {
  #lp-lecheck2 .use-swiper {
    width: 516px;
    margin-inline: auto;
  }
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .use-swiper {
    width: calc(100% - 68px);
    margin-inline: auto;
  }
}
#lp-lecheck2 .use-swiper .swiper-button-next,
#lp-lecheck2 .use-swiper .swiper-button-prev {
  z-index: 5;
  width: 66px;
  height: 66px;
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .use-swiper .swiper-button-next,
  #lp-lecheck2 .use-swiper .swiper-button-prev {
    width: 46px;
    height: 46px;
  }
}
#lp-lecheck2 .use-swiper .swiper-button-next::after,
#lp-lecheck2 .use-swiper .swiper-button-prev::after {
  background: url(../images/common/icon_arrow2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 66px;
  height: 66px;
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .use-swiper .swiper-button-next::after,
  #lp-lecheck2 .use-swiper .swiper-button-prev::after {
    width: 46px;
    height: 46px;
  }
}
#lp-lecheck2 .use-swiper .swiper-button-prev {
  left: -94px;
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .use-swiper .swiper-button-prev {
    left: -17px;
  }
}
#lp-lecheck2 .use-swiper .swiper-button-next {
  right: -94px;
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .use-swiper .swiper-button-next {
    right: -17px;
  }
}
#lp-lecheck2 .use-swiper .swiper-button-next::after {
  rotate: 180deg;
}
#lp-lecheck2 .use-swiper .swiper-pagination {
  z-index: 5;
}
@media (min-width: 769px), print {
  #lp-lecheck2 .use-swiper .swiper-pagination {
    bottom: -33px;
  }
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .use-swiper .swiper-pagination {
    bottom: -38px;
  }
}
#lp-lecheck2 .use-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  opacity: 1;
  margin: 0 8px;
}
#lp-lecheck2 .use-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #5255A3;
}
#lp-lecheck2 .use-step {
  counter-reset: usenum;
}
#lp-lecheck2 .use-step-item {
  position: relative;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  text-align: center;
  opacity: 0.5;
}
@media (min-width: 769px), print {
  #lp-lecheck2 .use-step-item {
    padding: 40px 0;
    grid-template-rows: auto 50px auto;
    row-gap: 24px;
  }
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .use-step-item {
    padding: 16px 13px;
    grid-template-rows: auto 66px auto;
    row-gap: 23px;
  }
}
#lp-lecheck2 .use-step-item::before {
  justify-self: center;
  display: inline;
  counter-increment: usenum;
  content: "ステップ" counter(usenum);
  font-weight: 700;
  letter-spacing: 2px;
  color: #FFFFFF;
  padding: 8px 16px;
  background: #5957BF;
  z-index: 10;
}
@media (min-width: 769px), print {
  #lp-lecheck2 .use-step-item::before {
    font-size: 16px;
  }
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .use-step-item::before {
    font-size: 14px;
  }
}
#lp-lecheck2 .use-step-item::after {
  content: "";
  position: absolute;
  background: #5957BF;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  z-index: -1;
}
@media (min-width: 769px), print {
  #lp-lecheck2 .use-step-item::after {
    top: 75px;
    left: calc(50% - 14.5px);
    width: 29px;
    height: 29px;
  }
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .use-step-item::after {
    top: 52px;
    left: calc(50% - 10.5px);
    width: 21px;
    height: 21px;
  }
}
#lp-lecheck2 .use-step-item.swiper-slide-active {
  opacity: 1;
}
#lp-lecheck2 .use-step-text {
  font-weight: 700;
}
@media (min-width: 769px), print {
  #lp-lecheck2 .use-step-text {
    font-size: 18px;
    line-height: 1.3622222222;
    margin-top: 28px;
  }
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .use-step-text {
    font-size: 16px;
    line-height: 1.361875;
  }
  #lp-lecheck2 .use-step-text.space {
    letter-spacing: -0.05em;
  }
}
#lp-lecheck2 .use-step-img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: auto;
}
@media (min-width: 769px), print {
  #lp-lecheck2 .use-step-img {
    width: 270px;
    height: 300px;
  }
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .use-step-img {
    width: 207px;
    height: 230px;
  }
}
#lp-lecheck2 .section.case {
  container-type: inline-size;
}
@media (min-width: 769px), print {
  #lp-lecheck2 .section.case {
    padding: 24px 87px 72px;
    background: #FAFAF8;
  }
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .section.case {
    padding: 43px 55px 30px;
    background: #FAFAF8;
  }
}
#lp-lecheck2 .section.case .headline-lead {
  margin-bottom: 25px;

}
#lp-lecheck2 .case-swiper1,
#lp-lecheck2 .case-swiper2 {
  position: relative;
  margin-inline: auto;
  width: 100%;
}
#lp-lecheck2 .case-swiper1 .swiper-button-next,
#lp-lecheck2 .case-swiper1 .swiper-button-prev,
#lp-lecheck2 .case-swiper2 .swiper-button-next,
#lp-lecheck2 .case-swiper2 .swiper-button-prev {
  z-index: 5;
}
@container (min-width: 922px) {
  #lp-lecheck2 .case-swiper1 .swiper-button-next,
  #lp-lecheck2 .case-swiper1 .swiper-button-prev,
  #lp-lecheck2 .case-swiper2 .swiper-button-next,
  #lp-lecheck2 .case-swiper2 .swiper-button-prev {
    top: 98px;
    width: 66px;
    height: 66px;
  }
}
@container (max-width: 921px) {
  #lp-lecheck2 .case-swiper1 .swiper-button-next,
  #lp-lecheck2 .case-swiper1 .swiper-button-prev,
  #lp-lecheck2 .case-swiper2 .swiper-button-next,
  #lp-lecheck2 .case-swiper2 .swiper-button-prev {
    top: 94px;
    width: 46px;
    height: 46px;
  }
}
#lp-lecheck2 .case-swiper1 .swiper-button-next::after,
#lp-lecheck2 .case-swiper1 .swiper-button-prev::after,
#lp-lecheck2 .case-swiper2 .swiper-button-next::after,
#lp-lecheck2 .case-swiper2 .swiper-button-prev::after {
  background: url(../images/common/icon_arrow2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@container (min-width: 922px) {
  #lp-lecheck2 .case-swiper1 .swiper-button-next::after,
  #lp-lecheck2 .case-swiper1 .swiper-button-prev::after,
  #lp-lecheck2 .case-swiper2 .swiper-button-next::after,
  #lp-lecheck2 .case-swiper2 .swiper-button-prev::after {
    width: 66px;
    height: 66px;
  }
}
@container (max-width: 921px) {
  #lp-lecheck2 .case-swiper1 .swiper-button-next::after,
  #lp-lecheck2 .case-swiper1 .swiper-button-prev::after,
  #lp-lecheck2 .case-swiper2 .swiper-button-next::after,
  #lp-lecheck2 .case-swiper2 .swiper-button-prev::after {
    width: 46px;
    height: 46px;
  }
}
@container (min-width: 922px) {
  #lp-lecheck2 .case-swiper1 .swiper-button-prev,
  #lp-lecheck2 .case-swiper2 .swiper-button-prev {
    left: calc(50% - 535px);
  }
}
@container (max-width: 921px) {
  #lp-lecheck2 .case-swiper1 .swiper-button-prev,
  #lp-lecheck2 .case-swiper2 .swiper-button-prev {
    left: calc(50% - 180px);
  }
}
@container (min-width: 922px) {
  #lp-lecheck2 .case-swiper1 .swiper-button-next,
  #lp-lecheck2 .case-swiper2 .swiper-button-next {
    right: calc(50% - 535px);
  }
}
@container (max-width: 921px) {
  #lp-lecheck2 .case-swiper1 .swiper-button-next,
  #lp-lecheck2 .case-swiper2 .swiper-button-next {
    right: calc(50% - 180px);
  }
}
#lp-lecheck2 .case-swiper1 .swiper-button-next::after,
#lp-lecheck2 .case-swiper2 .swiper-button-next::after {
  rotate: 180deg;
}
#lp-lecheck2 .case-swiper1 .swiper-slide,
#lp-lecheck2 .case-swiper2 .swiper-slide {
  opacity: 0.5;
  width: 280px;
}
@container (min-width: 922px) {
  #lp-lecheck2 .case-swiper1 .swiper-slide,
  #lp-lecheck2 .case-swiper2 .swiper-slide {
    margin-inline: 20px;
  }
  #lp-lecheck2 .case-swiper1 .swiper-slide.swiper-slide-prev, #lp-lecheck2 .case-swiper1 .swiper-slide.swiper-slide-active, #lp-lecheck2 .case-swiper1 .swiper-slide.swiper-slide-next,
  #lp-lecheck2 .case-swiper2 .swiper-slide.swiper-slide-prev,
  #lp-lecheck2 .case-swiper2 .swiper-slide.swiper-slide-active,
  #lp-lecheck2 .case-swiper2 .swiper-slide.swiper-slide-next {
    opacity: 1;
  }
}
@container (max-width: 921px) {
  #lp-lecheck2 .case-swiper1 .swiper-slide,
  #lp-lecheck2 .case-swiper2 .swiper-slide {
    margin-inline: 8px;
  }
  #lp-lecheck2 .case-swiper1 .swiper-slide.swiper-slide-active,
  #lp-lecheck2 .case-swiper2 .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
}
@media (min-width: 769px), print {
  #lp-lecheck2 .case-swiper1:has(+ .headline-7),
  #lp-lecheck2 .case-swiper2:has(+ .headline-7) {
    margin-bottom: 49px;
  }
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .case-swiper1:has(+ .headline-7),
  #lp-lecheck2 .case-swiper2:has(+ .headline-7) {
    margin-bottom: 10px;
  }
}
#lp-lecheck2 .case-wrapper .case-box-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 280/188;
  margin-bottom: 10px;
}
#lp-lecheck2 .case-wrapper .case-box-desc {
  color: #212529;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}
#lp-lecheck2 .case-wrapper .case-box-companyName {
  font-size: 12px;
  line-height: 1.5;
}

@media (min-width: 769px), print {
  #lp-lecheck2 .section.btn {
    background: url("../images/lp-img_ctaBg-pc.png") center center/cover;
    padding: 32px 28px 48px 28px
  }

  #lp-lecheck2 .section.btn h2{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 32px;
    color: #ffffff;
    text-align: center;
  }

  #lp-lecheck2 .section.btn h2 .sp_only{
    display: none;
  }
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .section.btn {
    background: url("../images/lp-img_ctaBg-sp.png") center center/cover;
    padding: 25px 0;
    display:  flex;
    align-items: center;
    flex-direction: column;
  }

  #lp-lecheck2 .section.btn h2{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 24px;
    color: #ffffff;
    text-align: center;
  }

    #lp-lecheck2 .section.btn h2 .sp-only{
    display: block;
  }
}
@media (min-width: 769px), print {
  #lp-lecheck2 .btn h3{
    color: #ffffff;
    font-weight: 700;
    font-size: 32px;
    text-align:  center;
    margin-bottom: 30px;
  }

  #lp-lecheck2 .btn .btn-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 32px;
    margin-top: 0;
  }
  #lp-lecheck2 .btn .btn-wrapper .btn-wrapper-item:first-child {
    margin-right: 0;
  }
  #lp-lecheck2 .btn .btn-wrapper .btn-wrapper-item:last-child {
    margin-left: 0;
  }
}
#lp-lecheck2 .section.support {
  background: #FFFFFF;
  container-type: inline-size;
}
@media (min-width: 769px), print {
  #lp-lecheck2 .section.support .inner {
    padding-top: 88px;
  }
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .section.support .inner {
    padding-top: 24px;
  }
}
#lp-lecheck2 .support-box-wrapper {
  position: relative;
  display: grid;
  gap: 16px;
}
@container (min-width: 1004px) {
  #lp-lecheck2 .support-box-wrapper {
    grid-template-columns: repeat(2, 494px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@container (max-width: 1003px) {
  #lp-lecheck2 .support-box-wrapper {
    grid-template-columns: repeat(4, 300px);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    overflow-x: scroll;
    padding-block: 8px;
    padding-left: 8px;
  }
  #lp-lecheck2 .support-box-wrapper .support-box:last-child {
    margin-right: 8px;
  }
  #lp-lecheck2 .support-box-wrapper::after {
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 60px);
    display: block;
    content: "";
    background: url(../images/common/icon_scroll.png) center center/cover;
    width: 120px;
    height: 80px;
  }
  #lp-lecheck2 .support-box-wrapper.scroll::after {
    display: none;
  }
}
#lp-lecheck2 .support-box {
  background: #EEEEEE;
  padding: 24px 16px;
  display: grid;
  gap: 46px;
}
@container (min-width: 1004px) {
  #lp-lecheck2 .support-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@container (max-width: 1003px) {
  #lp-lecheck2 .support-box {
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
}
#lp-lecheck2 .support-title {
  justify-self: center;
  display: inline-block;
  color: #212529;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: -30px;
  border-bottom: 1px solid #212529;
}
@container (min-width: 1004px) {
  #lp-lecheck2 .support-title {
    font-size: 18px;
    line-height: 1.5;
    grid-column: 1/3;
  }
}
@container (max-width: 1003px) {
  #lp-lecheck2 .support-title {
    font-size: 16px;
    grid-column: 1/2;
  }
}
#lp-lecheck2 .support-content {
  position: relative;
  background: #FFFFFF;
  padding: 8px;
  display: grid;
  grid-template-rows: auto 1fr;
}
#lp-lecheck2 .support-content:first-of-type::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 26px;
  background: url(../images/common/icon_arrow.svg) center center/contain;
}
@container (min-width: 1004px) {
  #lp-lecheck2 .support-content:first-of-type::after {
    top: calc(50% - 9px);
    right: -32px;
  }
}
@container (max-width: 1003px) {
  #lp-lecheck2 .support-content:first-of-type::after {
    bottom: -32px;
    left: calc(50% - 13px);
    rotate: 90deg;
  }
}
#lp-lecheck2 .support-label {
  justify-self: start;
  display: inline;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 16px;
}
#lp-lecheck2 .support-label.before {
  background: #292929;
}
#lp-lecheck2 .support-label.after {
  background: #5255A3;
}
#lp-lecheck2 .support-list {
  list-style-type: disc;
  padding-left: 18px;
  margin-top: 8px;
  -ms-flex-item-align: center;
      align-self: center;
}
#lp-lecheck2 .support-list .support-list-item {
  color: #212529;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
#lp-lecheck2 .section.thought {
  background: #FFFFFF;
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .section.thought .inner {
    padding: 24px 8px 26px 8px;
  }
}
@media (min-width: 769px), print {
  #lp-lecheck2 .section.thought .headline-lead {
    margin-bottom: 72px;
  }
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .section.thought .headline-lead {
    margin-bottom: 21px;
  }
}
#lp-lecheck2 .thought-wrapper {
  max-width: 852px;
  margin-inline: auto;
}
#lp-lecheck2 .thought-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 6px;
}
#lp-lecheck2 .thought-text {
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 769px), print {
  #lp-lecheck2 .thought-text {
    font-size: 14px;
  }
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .thought-text {
    font-size: 12px;
  }
}
#lp-lecheck2 .thought-text .em {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(229, 127, 7, 0.36)));
  background: linear-gradient(transparent 50%, rgba(229, 127, 7, 0.36) 50%);
}
#lp-lecheck2 .thought-text + .thought-text {
  margin-top: 21px;
}
#lp-lecheck2 .section.faq {
  background: #FFFFFF;
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .section.faq .inner {
    padding: 40px 0 40px 0;
  }
}
#lp-lecheck2 .faq-wrapper {
  counter-reset: faqcount;
  width: 100%;
  margin-inline: auto;
}

@media (min-width: 769px), print {
  #lp-lecheck2 .faq-wrapper {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .faq-wrapper {
    padding: 0 20px;
  }
}
#lp-lecheck2 .faq-itemBox-q {
  counter-increment: faqcount;
  position: relative;
  /* -webkit-transition-delay: 400ms;
          transition-delay: 400ms; */
}
  #lp-lecheck2 .faq-itemBox-q {
    padding: 8px 16px;
    display: flex;
    align-items: center;
    border-bottom: 1px dotted #787878;
    margin-top: 24px;
    margin-bottom: 16px;
  }

  #lp-lecheck2 .faq-itemBox-q {
    padding: 8px 53px 8px 0;
  }

#lp-lecheck2 .faq-itemBox-q.open {
  border-bottom: none;
}
#lp-lecheck2 .faq-itemBox-q::before {
  display: block;
  content: "Q";
  color: #5255A3;
  font-weight: 700;
}
#lp-lecheck2 .faq-itemBox-q::before {
    font-size: 21px;
    padding-right:9px;
  }

  #lp-lecheck2 .faq-itemBox-q::before {
    font-size: 16px;
  }

#lp-lecheck2 .faq-itemBox-a {
  position: relative;
}

  #lp-lecheck2 .faq-itemBox-a {
    padding: 4px 0 16px 42px;
  }

  #lp-lecheck2 .faq-itemBox-a {
    padding: 2px 14px 8px 24px;
  }

#lp-lecheck2 .faq-itemBox-a::before {
  position: absolute;
  display: block;
  content: "A";
  color: #000000;
  font-weight: 700;
}

  #lp-lecheck2 .faq-itemBox-a::before {
    top: 0;
    left: 16px;
    font-size: 21px;
  }

  #lp-lecheck2 .faq-itemBox-a::before {
    top: 2px;
    left: 0;
    font-size: 16px;
  }

#lp-lecheck2 .faq-open-btn {
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-transition: rotate 200ms;
  transition: rotate 200ms;
}

#lp-lecheck2 .faq-open-btn span:first-child,
#lp-lecheck2 .faq-open-btn span:last-child {
  position: absolute;
  display: block;
  width: 2px;
  height: 20px;
  background: #324594;
  top: 0;
  left: 9px;
}
#lp-lecheck2 .faq-open-btn span:last-child {
  rotate: 90deg;
}
#lp-lecheck2 .faq-open-btn.open {
  rotate: 45deg;
}
#lp-lecheck2 .faq-close-btn {
  text-align: center;
  width: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #324594;
  font-weight: 400;
}
@media (min-width: 769px), print {
  #lp-lecheck2 .faq-close-btn {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .faq-close-btn {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
  }
}
#lp-lecheck2 .faq-itemBox-q-text {
  font-weight: 700;
}

  #lp-lecheck2 .faq-itemBox-q-text {
    font-size: 16px;
    line-height: 1.5;
  }


  #lp-lecheck2 .faq-itemBox-q-text {
    font-size: 16px;
    line-height: 1.5;
  }

  #lp-lecheck2 .faq-itemBox-a-text {
    font-size: 16px;
    line-height: 1.5;
  }

  #lp-lecheck2 .faq-itemBox-a-text {
    font-size: 16px;
    line-height: 1.5;
  }


  #lp-lecheck2 .faq-itemBox-a-point {
    font-size: 16px;
    line-height: 1.5;
    background: #FAFAF8;
    padding: 16px;
    margin-top: 16px;
  }

@media (max-width: 480px){
    #lp-lecheck2 .faq-itemBox-a-point {
    font-size: 14px;
    padding: 16px;
    margin-top: 16px;
  }
}

  #lp-lecheck2 .faq-itemBox-a-cap {
    font-size: 14px;
    text-align: right;
    margin-top: 8px;
  }

#lp-lecheck2 .faq-itemBox-a-list {
  list-style-type: disc;
  padding-left: 15px;
}
  #lp-lecheck2 .faq-itemBox-a-list-item {
    font-size: 14px;
    line-height: 1.5;
  }
  #lp-lecheck2 .faq-itemBox-a-list-item {
    font-size: 12px;
    line-height: 1.5;
  }
#lp-lecheck2 .section.more-reason {
  background: #FFFFFF;
}
@media (min-width: 769px), print {
  #lp-lecheck2 .section.more-reason {
    margin-top: -25px;
  }
}
@media (min-width: 769px), print {
  #lp-lecheck2 .section.more-reason .inner {
    padding-top: 0;
  }
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .section.more-reason .inner {
    padding: 21px 8px 34px;
  }
}
#lp-lecheck2 .more-reason-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  gap: 16px;
  margin-inline: auto;
  container-type: inline-size;
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .more-reason-box-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 769px), print {
  #lp-lecheck2 .more-reason-box {
    width: calc((100% - 32px) / 3);
  }
}
@media (max-width: 768.98px) {
  #lp-lecheck2 .more-reason-box {
    width: 100%;
  }
}
#lp-lecheck2 .more-reason-intro {
  background: -webkit-gradient(linear, left top, right top, from(#5957BF), to(#32458E));
  background: linear-gradient(90deg, #5957BF 0%, #32458E 100%);
  padding: 34px 28px;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.375;
  text-align: center;
}
#lp-lecheck2 .more-reason-intro .num {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
#lp-lecheck2 .more-reason-desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3571428571;
  margin-top: 16px;
}
#lp-lecheck2 .section.form {
  background: #f5f5fa;
  container-type: inline-size;
}

#lp-lecheck2 .section.form .form-inner {
  padding: 0;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
}

#lp-lecheck2 .section.form .form-inner h2{
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}

#lp-lecheck2 .section.form .inner {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@container (min-width: 980px) {
  #lp-lecheck2 .section.form .inner {
    padding-top: 32px;
    grid-template-columns: 980px;
  }
}
@container (max-width: 979px) {
  #lp-lecheck2 .section.form .inner {
    border-radius: 8px;
    padding-inline: 8px;
    grid-template-columns: 1fr;
    padding: 16px 20px 0 20px;
  }
}

@media (max-width: 480px){
  #lp-lecheck2 .section.form .form-inner h2{
  font-size: 24px;
  margin-bottom: 8px;
}
}