/* === modern-css-reset v1.4.0 by Andy Bell === */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@500;700&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0 auto;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #app {
  isolation: isolate;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

em, address {
  font-style: normal !important;
}

html, body {
  font-size-adjust: 100%;
  -webkit-font-size-adjust: 100%;
  overflow-x: clip;
  overflow-y: visible;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

body {
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  max-height: 100%;
  background-color: #fafafa;
  color: #272832;
}

img {
  max-width: 100%;
  height: auto;
}

/* 初期状態：モバイル表示（SPファースト） */
.only-mobile {
  display: block;
}
.only-desktop {
  display: none;
}

/* PC表示：768px以上で切り替え */
@media screen and (min-width: 768px) {
  .only-mobile {
    display: none!important;
  }
  .only-desktop {
    display: block!important;
  }
}

.3point{
	bottom:10%;
}

/*slider*/
.slick-slider {
  position: relative; /
}

.slick-arrow {
  position: absolute!important;
  top: 50%!important;
  transform: translateY(-50%)!important;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background: url("../img/arrow2_left.png") center center no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
}

.slick-prev {
  left: 0px; 
}
.slick-next {
  right: 0px;
  background-image: url("../img/arrow2_right.png");
}

@media (min-width: 1101px) {
  .slick-prev {
    left: -20px; 
  }
  .slick-next {
    right: -20px;
  }
  .slick-arrow {
    width: 100px;
    height: 100px;
   }
 }

/*fix_btn*/
.fix-buttons {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 9999;
  display: flex;
  gap: 2vw;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.fix-buttons-inner{
  display: flex;
  margin: 0 auto 10px auto;
}
.fix-buttons a {
  width: 28%;
  max-width: 300px;
}


.fix-bg {
  position: absolute;
  z-index: -1;
  bottom: -9%;
  width: 100%;
}

body > div.fix-btn-wrapper > div > div.fix-bg > picture > img{
  width: 100%;
}

#lp_wrapper {
  width: 100%;
  max-width: 650px;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 749px) {
  #lp_wrapper {
    width: 100%;
    max-width: initial;
  }
  .section-inner {
    max-width: 1000px;
    margin: 4% auto;
    padding: 0 20px; 
  }
}

@media screen and (max-width: 750px) {
  #lp_wrapper {
    width: 100%;
    max-width: 500px;
  }
}


#lp_header {
  line-height: 0;
}


/*共通*/
.offer-shop_item > h5{
  background-color: aliceblue;
  padding: 1%;
  margin-bottom: 4%;
  width: 100%;
  text-align: center;
  color: #4887d6;
  margin-top: 1%;
}

.offer_subtext1{
  width: 80%;
  margin: -6% auto 12% auto;
}
.offer-shop_box > h4{
  width: 90%;
  margin: 0 auto;
}

.offer-online01 {
    margin-top: -27%;
    width: 87%;
}

.offer-shop02{
	margin-top: -5%;
    width: 87%;
}

.back {
	margin-top: 9%;
}


@media screen and (min-width: 749px) {
    .offer-online01 {
        width: 32%;
        margin-top: -46%;
        margin-left: 20%;
    }
	   .offer-shop02 {
        width: 32%;
        margin-top: -12.5%;
        margin-left: 51.5%;
        padding-bottom: 34%;
    }
}

/* --- スマートフォン向けのデフォルトスタイル --- */
.offer-shop_item {
  display: flex;
  flex-direction: column;
  align-items: center; 
  padding: 4% 4% 0 4%;
  text-align: center;

  h5 {
      font-size: 2em;
      margin-bottom: 20px;

  }
}

  .shop-details-wrapper {
      display: flex;
      flex-direction: column;
      width: 100%;
  }

  .offer-shop_left_column {
      width: 100%;
      margin-bottom: 20px;
      order: 1; 

    h6{
      text-align: center;
      font-size: 18px;
      padding: 2%;
  }

  .offer-shop_right_column {
      width: 100%;
      margin-bottom: 0;
      order: 0; 
  }

  .offer-shop_info {
      margin-bottom: 20px;
      h4 { /* JR「立川駅」駅ビル直結! */
          font-size: 1.1em;
          margin-bottom: 10px;
          color: #444;
      }
      .shop-hours {
          font-size: 1.1em;
          font-weight: bold;
          color: #555;
          margin-bottom: 10px;
          span {
              display: block;
          }
          .hours-label {
              background-color: #f0f0f0;
              padding: 3px 8px;
              border-radius: 4px;
              margin-right: 5px;
          }
          .holiday {
              background-color: #ffebee;
          }
      }
      address {
          font-style: normal;
          font-size: 0.95em;
          line-height: 1.6;
          color: #666;
      }
  }

  .offer-shop_cta,
  .offer-shop_tel {
      margin-top: 20px;
      a img {
          max-width: 90%;
          height: auto;
      }
  }
  .offer-shop_tel {
      margin-top: 15px;
  }


  .offer-shop_image {
      margin-bottom: 30px; /* 画像の下の余白（次の要素との間） */
      img {
          max-width: 100%;
          height: auto;
          display: block;
          margin: 0 auto;
      }
  }
}


/* --- PC向けのスタイル (min-width: 750px) --- */
@media screen and (min-width: 750px) {
  .offer-shop_item {
      flex-direction: column;
      align-items: flex-start;
      padding: 30px;
      max-width: 1200px;
      text-align: center;

      h5 {
          text-align: center;
          font-size: 30px;
      }

      .shop-details-wrapper {
          flex-direction: row; /* PCでは横並び */
          justify-content: space-between;
          align-items: flex-start;
          gap: 40px;
      }

      .offer-shop_left_column {
          width: 55%;
          margin-bottom: 0;
          order: 0; /* PCではデフォルトの順序に戻す */
      }

      .offer-shop_right_column {
          width: 40%;
          display: flex;
          flex-direction: column;
          align-items: center;
          margin-bottom: 0;
          order: 0; /* PCではデフォルトの順序に戻す */
      }

      .offer-shop_info {
          h4 {
              font-size: 1.3em;
          }
          .shop-hours {
              span {
                  display: inline-block;
                  margin-right: 15px;
              }
          }
      }

      .offer-shop_tel {
          margin-top: 25px;
          a img {
              max-width: 100%;
          }
      }
      
      .offer-shop_image {
          margin-top: 0;
          margin-bottom: 0;
      }

      .offer-shop_cta {
          margin-top: 30px;
          text-align: left;
          a img {
              max-width: 100%;
          }
      }
  }
}


#lp_mv {
  position: relative;
  z-index: 2;
}

#lp_mv_2 {
  position: relative;
  z-index: 2;
	background: #f1f7f7;
}

#lp_mv > img{
  width: 100%;
}
#lp_mv_2 > img{
  width: 100%;
}


@media screen and (min-width: 749px) {
#shopSectionFV {
    padding-top: 3%;
background: #fff;
    }
	}

#lp_intro {
	position: relative;
  line-height: 0;
  background: url("../img/intro_bg.png") center top no-repeat;
  background-size: cover;
  text-align: center;
  margin-top: -9.3333333333%;
  padding-bottom: 1.7333333333%;
}

#lp_intro.test2 {
  background: none;
}
#lp_intro h2 {
  width: 81.6%;
  margin: 0 auto;
  padding: 12.9333333333% 0 3.3333333333%;
}
#lp_intro ul {
  display: flex;
  justify-content: center;
  column-gap: 2.6666666667%;
}
#lp_intro ul li {
  flex-basis: 28.4%;
}

#lp_intro > ul {
  position: absolute;
  bottom: 8%; /* ← ここを小さくするとより“上”にくる */
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 16px;
  width: 100%;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 749px) {
.lp_intro-pc {
	position: absolute;
  	margin-top: -20px;
    padding-bottom: 64px;
    margin: -10% 0% 0% 0% !important;
	width:100%;
    }
	
	.lp_intro-pc > ul {
    max-width: 1000px;
	position: relative;
  bottom: 45px; /* ← ここを小さくするとより“上”にくる */
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 16px;
  width: 85%;
  padding: 0;
  margin: 0;
}
}


#lp_about {
  padding: 8% 0 8%;
  background: url("../img/about_bg.png") center bottom 8.6666666667% no-repeat;
  background-size: cover;
  text-align: center;
}
#lp_about h2 {
  font-size: min(6.1213333333vw, 30px);
  line-height: 1.7793509039;
  font-weight: 700;
  background: url("../img/icon_corp.png") right 10.6666666667% top no-repeat;
  background-size: 13.3333333333% auto;
  margin-bottom: 0.5em;
}
@media (min-width: 750px) {
  #lp_about h2 {
    font-size: 45.91px;
  }
}
#lp_about h2 em {
  color: #1a74bd;
}
#lp_about p {
  font-size: min(33.3213333333vw,17px);
  line-height: 2;
  font-weight: 700;
  margin-top: 1em;
}
.lp_about p{
    font-size: min(33.3213333333vw,17px);
  line-height: 2;
  font-weight: 700;
  margin-top: 1em;
margin-left: 0.5em;
margin-right: 0.5em;
}
      
@media (min-width: 750px) {
  #lp_about p {
    font-size: 24.91px;
  }
}

#lp_problem {
  background: url("../img/problem_bg.png") center top no-repeat;
  background-size: cover;
  line-height: 0;
}
#lp_problem .problem-list {
  position: relative;
  padding-top: 58.4%;
}

@media screen and (min-width: 1101px) {
  #lp_problem .problem-list {
    position: relative;
    padding-top:0;
  }
}
@media (max-width: 1100px) {
#lp_problem > figure.problem-20250901{
  margin-top: 10%;
}
}


#lp_problem .problem-list li {
  position: absolute;
  top: 0;
}
#lp_problem .problem-list .problem-item1 {
  width: 59.3333333333%;
  left: 2%;
  margin-top: -22%;
}
#lp_problem .problem-list .problem-item2 {
  width: 53.7333333333%;
  left: 45.8666666667%;
  margin-top: -6.2666666667%;
}
#lp_problem .problem-list .problem-item3 {
  width: 64.8%;
  left: 4%;
  margin-top: 12.4%;
}
#lp_problem .problem-list .problem-item4 {
  width: 59.3333333333%;
  left: 27.3333333333%;
  margin-top: 30.9333333333%;
}
#lp_problem h2 {
  text-align: center;
  width: 93.8666666667%;
  margin: 2% auto 4% auto;
}
#lp_problem figure {
  width: 91.8666666667%;
  margin-left: 2.4%;
  padding-bottom: 4%;
}

#lp_problem {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media screen and (min-width: 768px) {
  #lp_problem {
    flex-direction: column;
  }

  #lp_problem > h2 {
    order: 0;
  }

  #lp_problem > ul,
  #lp_problem > figure {
    order: 1;
    margin-top: -2%;
  }

  #lp_problem > .problem-list + figure {
    display: flex;
    gap: 2rem;
    flex-direction: row;
    justify-content: space-between;
  }

  .problem-list {
    flex: 1;
  }

}
.problem-box {
  display: block;
  margin: 14% auto -16% auto;
}


@media screen and (min-width: 1101px) {
  .problem-box {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
  }

  .problem-list {
    flex: 1;
  }

  .problem-box figure {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}


#lp_ask {
  padding: 8.5333333333% 0 6%;
  line-height: 0;
}

@media (min-width: 1101px) {
  .lp_ask_wrapper {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
  }
}

#lp_ask h2 {
  width: 93.4666666667%;
  margin: 0 auto 2.1333333333%;
}
#lp_ask h3 {
  width: 93.2%;
  margin: 0 auto -2.6666666667%;
}
#lp_ask p {
  width: 93.2%;
  margin: 0 auto;
}
#lp_ask figure {
  width: 89.7333333333%;
  margin-left: 5.3333333333%;
}

#lp_review {
  line-height: 0;
}
#lp_review h2 {
  width: 84.5333333333%;
  margin-left: 5.0666666667%;
  margin-bottom: -3.7333333333%;
  position: relative;
  z-index: 2;
}
#lp_review figure {
  position: relative;
  z-index: 2;
  width: 92.9333333333%;
  margin: -20% auto 6%;
}
@media (min-width: 1101px) {
  #lp_review figure {
    margin: -9% auto 6%;
  }
}

#lp_voice {
  padding-bottom: 12%;
  background: url("../img/voice_bg.png") center bottom no-repeat;
  background-size: contain;
  line-height: 0;
}
#lp_voice h2 {
  width: 70.6666666667%;
  margin: 0 auto 6.6666666667%;
}
#lp_voice .slick-dots {
  display: flex;
  justify-content: center;
  font-size: 2.1333333333vw;
  margin: 1em auto 0;
  column-gap: 1.4em;
}
@media (min-width: 1101px) {
  #lp_voice .slick-dots {
    font-size: 16px;
  }
}
#lp_voice .slick-dots li {
  flex-basis: 1em;
  opacity: 0.2;
}
.slick-dots li button {
  font-size: 2.1333333333vw;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  outline: none;
  border-radius: 1em;
  background-color: #1a74bd;
  cursor: pointer;
}

#lp_voice .slick-dots li.slick-active {
  opacity: 1;
}

#lp_step {
  padding-bottom: 4%;
  line-height: 0;
  max-width: 1200px;
}
#lp_step h2 {
  width: 100%;
  margin: 4% auto -5% auto;
  padding: 4% 4% 0;
}
#lp_step .slick-arrow {
  background: url("../img/arrow1_left.png") center center no-repeat;
  background-size: contain;
  width: 12.5333333333%;
  height: 0;
  padding: 12.5333333333% 0 0;
  cursor: pointer;
}
#lp_step .slick-prev {
  left: 6.6666666667%;
}
#lp_step .slick-next {
  background-image: url("../img/arrow1_right.png");
  right: 6.6666666667%;
}

#lp_help {
  background: url("../img/help_bg.png") center top no-repeat;
  background-size: cover;
  line-height: 0;
}
#lp_help h2 {
  width: 88.2666666667%;
  margin: 0 auto 3.4666666667%;
}
#lp_help .help-image2 {
  width: 82.6666666667%;
  max-width: 600px;
  margin: 4% auto 0 auto;
}

#lp_consultation {
  padding: 4%;
  background-color: #f7f7fa;
  line-height: 0;
}
#lp_consultation h2 {
  width: 87.3333333333%;
  margin: 0 auto -2%;
}
#lp_consultation .slick-dots {
  display: flex;
  justify-content: center;
  font-size: 1.3333333333vw;
  margin: 0 auto;
  column-gap: 2em;
}
@media (min-width: 1101px) {
  #lp_consultation .slick-dots {
    font-size: 10px;
  }
}
#lp_consultation .slick-dots li {
  flex-basis: 11em;
  opacity: 0.2;
}
#lp_consultation .slick-dots li button {
  font-size: 1.3333333333vw;
  width: 100%;
  height: 1em;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  outline: none;
  background-color: #1a74bd;
  cursor: pointer;
}
@media (min-width: 1101px) {
  #lp_consultation .slick-dots li button {
    font-size: 10px;
  }
}
#lp_consultation .slick-dots li.slick-active {
  opacity: 1;
}

#lp_trouble {
  padding: 8.6666666667% 0 14.4%;
  background: url("../img/trouble_bg.png") center bottom no-repeat;
  background-size: contain;
  line-height: 0;
}
@media (min-width: 1101px) {
  #lp_trouble {
    background: url("../img/trouble_bg_pc.png") center 70% no-repeat;
    background-size: contain;
    padding: 0;
  }
  }


#lp_trouble h2 {
  width: 88.2666666667%;
  margin: 0 auto 6.6666666667%;
}
#lp_trouble .trouble-list1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


#lp_trouble .trouble-list1 li {
  margin-bottom: 2.6666666667%;
}
#lp_trouble .trouble-list1 .trouble-list1_item1 {
  flex-basis: 28.1333333333%;
}
#lp_trouble .trouble-list1 .trouble-list1_item2 {
  flex-basis: 53.8666666667%;
}
#lp_trouble .trouble-list1 .trouble-list1_item3 {
  flex-basis: 44.1333333333%;
}
#lp_trouble .trouble-list1 .trouble-list1_item4 {
  flex-basis: 41.6%;
}
#lp_trouble .trouble-image1 {
  width: 85.0666666667%;
  margin-left: auto;
  margin-bottom: -20.6666666667%;
}
#lp_trouble .trouble-list2 {
  width: 92.6666666667%;
  margin: 0 auto 6.4%;
}
#lp_trouble .trouble-list2 li {
  margin-bottom: -3.0666666667%;
}

@media (min-width: 1101px) {
  .trouble-list1{
  margin: 0 auto;
    padding-bottom: 0; /* 必要であれば */
   max-width: 600px;
  }
  .trouble-list2{
    display: flex;
    flex-wrap: wrap;
  }
  .trouble-list2 li {
    width: 48%;
  }
  #lp_trouble .trouble-image1{
  width: 100%;
  margin-left: auto;
  margin-bottom: -16%;
  margin-top: -20%;
  }
  #lp_trouble .trouble-list1{
    column-gap:0;
  }
  .trouble-list1 li:nth-child(2),
.trouble-list1 li:nth-child(4) {
  margin-left: 0 !important;
}
#lp_trouble .trouble-list2 li{
  margin: 4% auto -5% auto;
}

}


#lp_trouble .trouble-text3 {
  width: 29.6%;
  margin: 0 auto 6.1333333333%;
}
#lp_trouble h3 {
  width: 89.2%;
  margin: 0 auto 6%;
}
#lp_trouble .trouble-image2 {
  width: 92.9333333333%;
  margin-left: 3.7333333333%;
}

#lp_advice {
  line-height: 0;
  padding: 4% 0;
  background: url("../img/advice_bg.png") center bottom 107.666667% no-repeat;
  background-size: 100% auto;
}
#lp_advice h2 {
  width: 93.6%;
  margin: 0 auto 2%;
}
#lp_advice figure {
  width: 88.2666666667%;
  margin: auto;
}

#lp_check {
  line-height: 0;
  padding-top: 2%;
}
#lp_check h2 {
  width: 91.8666666667%;
  margin: 0 auto;
}

.slick-dots {
  display: flex;
  justify-content: center;
  font-size: 2.1333333333vw;
  column-gap: 1em;
  width: 30%;
  margin: 3% auto;
}
@media (min-width: 1101px) {
 .slick-dots {
    font-size: 16px;
    max-width: 130px;
  }
}
 .slick-dots li {
  flex-basis: 1em;
  opacity: 0.2;
}
.slick-dots li button {
  font-size: 2.1333333333vw;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  outline: none;
  border-radius: 1em;
  background-color: #1a74bd;
  cursor: pointer;
}
@media (min-width: 1101px) {
  #lp_check .slick-dots li button {
    font-size: 16px;
  }
}
.slick-dots li.slick-active {
  opacity: 1;
}
#lp_check figure {
  width: 85.0666666667%;
  margin: 3.3333333333% auto;
}

#lp_point {
  background: url(../img/point_bg.png) center bottom no-repeat #e8f1f8;
  padding-bottom: 26.6666666667%;
  background-size: contain;
}
#lp_point h2 {
  line-height: 0;
  max-width: 700px;
}
#lp_point .point-box {
  margin-top: 5.3333333333%;
  max-width: 1200px;
  width: 94%;
}
#lp_point .point-box i {
  display: block;
 width: 36.5333333333%;
  margin: 0 auto 4%;
  max-width: 150px;
  padding-top: 4%;
}
#lp_point .point-box h3 {
  text-align: center;
  font-size: 3vw;
  line-height: 0.8247198007;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media (min-width: 1101px) {
  #lp_point{
    margin: 14% auto 0 auto;
    padding-top: 10%;
  }
  #lp_point .point-box h3 {
    font-size: 20px;
  }
}
#lp_point .point-box h3 strong {
  color: #1a74bd;
  font-size: 6vw;
  line-height: 1.5917777778;
  letter-spacing: 0.02em;
  display: block;
  margin-top: 4%;
}
@media (min-width: 1101px) {
  #lp_point .point-box h3 strong {
    font-size: 34px;
  }
}
#lp_point .point-box h3 .marker {
  background: linear-gradient(to bottom, rgba(247, 252, 132, 0) 0%, rgba(247, 252, 132, 0) 60%, rgb(247, 252, 132) 61%, rgb(247, 252, 132) 100%);
}
#lp_point .point-box .point-text {
  font-size: 3.5866666667vw;
  line-height: 1.6163568773;
  letter-spacing: -0.02em;
  text-align: center;
  padding: 4%;
}
@media (min-width: 1101px) {
  #lp_point .point-box .point-text {
    font-size: 20px;
    margin-top: 30px;
    padding: 2%;
    text-align: left;
  }
}
#lp_point .point-box .point-text em {
  color: #e5953e;
  font-weight: 700;
}
#lp_point .point-box figure {
  position: relative;
  line-height: 0;
}
#lp_point .point-box figure figcaption {
  position: absolute;
  z-index: 2;
}
  #lp_point .point1,  #lp_point .point2,  #lp_point .point3,  #lp_point .point4{
    background-color: white;
    border-radius: 20px;
    padding-bottom: 6%;
  }
#lp_point .point1 .point1-image1 {
  width: 79.0666666667%;
  margin: 6.6666666667% auto;
  max-width: 450px;
}
#lp_point .point1 .point1-image1 figcaption {
  width: 41.65%;
  bottom: -4.5%;
  left: -2.87%;
}
#lp_point .point1 .point1-subtitle {
  width: 87.0666666667%;
  margin: 5.3333333333% 0 -2.2666666667% 5.0666666667%;
}
#lp_point .point1 .point1-image2 {
  width: 84.8%;
  margin: 0 auto 4.4%;
}
#lp_point .point1 .point1-image3 {
  width: 91.0666666667%;
  margin-left: 2%;
  padding-bottom: 4.9333333333%;
}

#lp_point .point2 .point2-image1 {
  width: 79.0666666667%;
  margin: 6.6666666667% auto;
  max-width: 450px;
}
#lp_point .point2 .point-slide {

}
#lp_point .point2 .point-slide .point-slide_title {
  width: 88.1333333333%;
  margin-left: 9.4666666667%;
  margin-bottom: 4.2666666667%;
}

@media (min-width: 1101px) {
.point-slide_list{
    display: flex;
    flex-direction: row;
    max-width: 1000px;
}
}

#lp_point .point3 figure {
  width: 78.8%;
}
#lp_point .point3 figure figcaption {
  width: 51.1%;
  max-width: 450px;
}
#lp_point .point3 .point3-image1 {
  margin: 10.1333333333% auto 0;
}
#lp_point .point3 .point3-image1 figcaption {
  top: -19.4%;
  left: -2.37%;
}
#lp_point .point3 .point3-image2 {
  margin: 6.4% auto 8.4%;
}
#lp_point .point3 .point3-image2 figcaption {
  bottom: -18.315%;
  right: -10.15%;
}

#lp_point .point4 .point4-image1 {
  width: 62.6666666667%;
  margin: 0 auto 2.6666666667%;
  max-width: 450px;
}
/* デフォルト（スマホ）縦並び */
.point-content {
  display: block;
  gap: 2rem;
  max-width:1000px;
}

/* PC表示（flexで横並び） */
@media screen and (min-width: 1101px) {
  .point-content {
    display: flex;
    align-items: anchor-center;
    align-items: flex-start;
    justify-content: space-between;
  }

  .point-text-group {
    flex: 1;
  }

  .point-content > figure {
    width: 50%;
  }
  .point1-image1 {
    flex: 1;
    max-width: 100%;
  }

  .point1-image1 img,
  .point1-image1 figcaption img {
    max-width: 100%;
    height: auto;
    display: block;
  }
}



#lp_menu {
  line-height: 0;
  margin-top: -10%;
}
#lp_menu h2 {
  width: 88.5333333333%;
  margin: 0 auto;
}
#lp_menu h3 {
  position: relative;
  z-index: 5;
  width: 26.5333333333%;
  margin-left: 0.8%;
  margin-bottom: -24.4%;
}
#lp_menu figure {
  width: 90.6666666667%;
  margin: auto;
}
#lp_menu .menu_image2, #lp_menu .menu_image3 {
  margin-top: -9.7333333333%;
}
@media (min-width: 1101px) {
  .menu_image_wrapper{
    display: flex;
    margin-top: 10%;
  }
    #lp_menu .menu_image2, #lp_menu .menu_image3 {
      margin-top: 0;
      margin-left: -10%;
    }
    #lp_menu h3{
      position: relative;
      z-index: 5;
      width: 15.533333%;
      margin-left: -8.2%;
      margin-bottom: -19.4%;
    }
.menu_image1 {
  position: relative;
  z-index: 3;
}

.menu_image2 {
  position: relative;
  z-index: 2;
}

.menu_image3 {
  position: relative;
  z-index: 1;
}
  }

.lp_relieve_slide{
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 4%;
}
.lp_relieve_slide > div > div >li{
  margin-left: 10px;
}

.lp_relieve > h2{
  max-width: 600px;
    margin: 2% auto;
}

@media (max-width: 749px) {
  .lp_relieve_slide {
padding: 0 4% 4% 4%;
}
}



#lp_compare {
  padding: 4%;
  line-height: 0;
}
#lp_compare h2 {
  width: 86.6666666667%;
  margin: 0 auto 3.2%;
}
#lp_compare figure {
  width: 90.6666666667%;
  margin: auto;
}

#lp_invite {
  margin: 12% auto 3% auto;
}
#lp_invite figure {
  width: 88.2666666667%;
  margin: auto;
}

#lp_case {
  background: url("../img/case_bg.png") center top no-repeat;
  background-size: 100% auto;
  padding: 1% 0;
}

@media (min-width: 1101px) {
  #lp_case {
    background: url(../img/case_bg_pc.png) center top no-repeat;}
}

#lp_case h2 {
  width: 80%;
  margin: 0 auto 4%;
}

#lp_case > div > div > button.slick-prev.slick-arrow,#lp_case > div > div > button.slick-next.slick-arrow{
  margin-top: 20%;
}
@media (max-width: 1100px) {
#lp_case .case-slide::after {
  content: "";
  background: url("../img/case_illust.png") center center no-repeat;
  background-size: contain;
  width: 12.8%;
  height: auto;
  aspect-ratio: 48/81;
  position: absolute;
  z-index: 2;
  left: 2.6666666667%;
  bottom: 0;
  margin-bottom: -9.3333333333%;
}
#lp_case > div > div > button.slick-prev.slick-arrow,#lp_case > div > div > button.slick-next.slick-arrow{
  margin-top: 37%;
}
}

#lp_impression {
  line-height: 0;
}
#lp_impression h2 {
  width: 100%;
  margin: 6.6666666667% auto;
}
#lp_impression figure {
  width: 92.6666666667%;
  margin: 4.6666666667% auto;
}

#lp_flow {
  line-height: 0;
  padding: 4%;
  background: url("../img/flow_bg.png") left top 17% no-repeat;
  background-size: 22.5333333333% auto;
}
#lp_flow h2 {
  width: 71.7333333333%;
  margin: 0 auto 6.2666666667%;
}
#lp_flow .flow-tab {
  display: flex;
  justify-content: center;
  column-gap: 1.0666666667%;
  max-width: 500px;
 margin: 0 auto;
}
#lp_flow .flow-tab li {
  flex-basis: 28.5333333333%;
  cursor: pointer;
}
#lp_flow .flow-content {
  width: 100%;
  margin: 0 auto;
}

#lp_faq {
  background-color: #e9f3fc;
  padding-top: 2%;
}
#lp_faq h2 {
  width: 52.9333333333%;
  margin: 0 auto 7.0666666667%;
}
#lp_faq details {
  width: 90.9333333333%;
  margin: auto;
  border-bottom: solid 1px #fff;
}
#lp_faq details summary {
  display: list-item;
  list-style: none;
  background-color: #1a73be;
  font-size: 3.2vw;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  padding: 0.75em 2.5em;
  position: relative;
  cursor: pointer;
  color: #fff;
}
@media (min-width: 1101px) {
  #lp_faq details summary {
    font-size: 24px;
  }
}
#lp_faq details summary::before, #lp_faq details summary::after {
  content: "Q.";
  font-size: 1.66em;
  position: absolute;
  font-weight: 700;
  top: 0;
  left: 0.4em;
}
#lp_faq details summary::after {
  content: "+";
  left: auto;
  right: 0.4em;
}
#lp_faq details p {
  font-size: 3.2vw;
  line-height: 1.6666666667;
  padding: 0.75em 2.5em;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  color: #1a74bd;
}
@media (min-width: 1101px) {
  #lp_faq details p {
    font-size: 24px;
  }
}
#lp_faq details p::before {
  content: "A.";
  font-size: 1.66em;
  position: absolute;
  font-weight: 700;
  top: 0;
  left: 0.4em;
}
#lp_faq details[open] summary::after {
  content: "-";
}
#lp_footer {
  font-size: 14px;
  background-color: #1a74bd;
  color: #fff;
  padding: 9.3333333333% 5.3333333333% 5.3333333333%;
  line-height: 1.4788302052;
  letter-spacing: 0.02em;
}
@media (min-width: 750px) {
  #lp_footer  {
    padding:1%;
  }
  .copyright  {
  margin: 1% auto;
}
body > div.footer-policy-links > div{
  margin: 0 auto;
}
}

#lp_footer a {
  color: inherit;
}

#terms-modal > div > h4 {
  background-color: #f3f3f3;
  padding: 4%;
  margin: 10% 0 4% 0;
}

#terms-modal > div > ul:nth-child(16) {
  border: 1px solid;
  padding: 5%;
  margin: 4%;
}

.footer-policy-links {
  text-align: center;
  font-size: 14px;
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-policy-links >div > a {
  text-decoration: none;
  color: #005A8D;
}

.copyright {
  text-align: center;
  margin: 4% 0;
}

.store-container {
  max-width: 1200px;
  margin: 40px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0 20px;
}
.store-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.store-card img {
  width: 100%;
  height: auto;
  display: block;
  padding: 5% 4% 4% 4%;
}
.store-card-body {
  padding: 1% 4% 4% 4%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.store-card-body h3 {
  margin: 4% auto 9% auto;
  font-size: 1.4em;
  color: #4887d6;
  text-align: center;
}

.store-info {
  display: flex;
  align-items: baseline;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  width: 100%;
}
.store-info:last-of-type {
  border-bottom: none;
}
.store-info .label {
  flex: 0 0 30%;
  font-weight: bold;
  white-space: nowrap;
}
.store-info .value {
  flex: 1;
  line-height: 1.4;
}
.store-button-container {
  max-width: 260px;
  margin: 5% auto 0% auto;
  text-align: center;
  width: 90%;
}
.store-button-container a {
  display: block;
  padding: 10%;
  background-color: #0066cc;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .store-container {
    grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=index.css.map */
