/* 画像サンプル用 */
body {
  margin: 0;
}

img {
  display: block;
  margin: 0 auto;
  width: 50%;
  max-width: 100%;
  height: auto;
}

.is_only_sp {
  display: none;
}
.is_only_pc {
  display: block;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt_10 {
  margin-top: -10px;
}
.mt_20 {
  margin-top: -20px;
}
.mt_30 {
  margin-top: -30px;
}
.mt_40 {
  margin-top: -40px;
}
.mt_50 {
  margin-top: -50px;
}
.mt_60 {
  margin-top: -60px;
}

#fv_pc {
  background: url("../img/pc_bg_fv.png") no-repeat top center;
  background-size: cover;
}
/* 画像100% */
.img_100 img {
  width: 100%;
}
/* 画像90% */
.img_90 img{
  width: 90%
}
/* 画像80% */
.img_80 img{
  width: 80%
}
/* 画像70% */
.img_70 img{
  width: 70%
}
/* 画像60% */
.img_60 img{
  width: 60%
}
/* 画像50% */
.img_50 img{
  width: 50%
}
/* 画像40% */
.img_40 img{
  width: 40%
}
/* 画像30% */
.img_30 img{
  width: 30%
}
/* 画像20% */
.img_20 img{
  width: 20%
}
/* 画像10% */
.img_10 img{
  width: 10%
}

/* CTA */
.cta_button__pc {
  margin: 14px 0;
}
.btn-link__pc {
  display: block;
  background-color: rgb(253,131,21);
  color: #fff;
  padding: 26px 18px;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  font-size: 16px;
  margin: 0 auto;
  width: 90%;
  max-width: 446px;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}
/* CTAここまで */

.fv_inner_point_div {
  display: flex;
  justify-content: space-between; /* 必要に応じて space-around や center に変更可能 */
  flex-wrap: nowrap; /* 折り返しなしにする */
}

.fv_inner_point__img {
  flex: 1; /* 均等幅にしたい場合は追加。任意 */
  text-align: center; /* 画像を中央揃えしたい場合 */
}

.fv_inner_point {
  padding: 0 120px;
}

.ideal_pc,.ideal_pc_appeal {
  background: url("../img/pc_ideal_bg.png") no-repeat top center;
  background-size: cover;
}

#worries_pc {
  background: url("../img/pc_worries_bg.png") no-repeat top center;
  background-size: cover;
  position: relative;
  z-index: 10;
  padding-bottom: 50px;
}

#reality_pc {
  background: url("../img/sp_reality_bg.png") no-repeat top center;
  background-size: cover;
  position: relative;
  margin-top: -60px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.solution_inner_reality {
  background: url("../img/pc_solution_inner_reality_bg.png") no-repeat top center;
  background-size: cover;
  padding-bottom: 100px;
  position: relative;
  z-index: 10;
}

.solution_inner_about {
  background: url("../img/pc_solution_inner_about_bg.png") no-repeat top center;
  background-size: cover;
  position: relative;
  margin-top: -100px;
  padding-top: 100px;
}
.solution_inner_about_ttl__img {
  display: inline;
  text-align: left;
  width: 90%;
}

#reason_pc {
  background: url("../img/pc_reason_bg.png") no-repeat top center;
  background-size: cover;
  position: relative;
  z-index: 10;
  margin-bottom: -110px;
  padding-bottom: 40px;
}
.pb-custom_reason {
  padding-bottom: 48px;
}
.pb-custom_appeal {
  padding-bottom: 50px;
}
.cover_appeal_pc,.appeal_pc {
  background: url("../img/pc_appeal_bg.png") no-repeat center;
  background-size: cover;
  padding-top: 100px;
  width: 100%;
}

#process_pc {
  background: url("../img/sp_lv_bg.png") no-repeat center;
  background-size: cover;
  margin-top: -20px;
  padding-top: 100px;
  width: 100%;
}

.process_step {
  position: relative;
  text-align: center;
  /* margin-bottom: 40px; */
}
.process_line {
  width: 4px;
  height: 60px;
  background-color: #414fbc;
  margin: 0 auto 0;
}
#faq {
  padding-bottom: 10px;
  background: url("../img/pc_img_FAQ_bg.png") no-repeat top center;
}

.appeal_p1__img {
  width: 20%;
  margin-bottom: -20px;
}

/* FAQ */
.faq__accordion {
  width: 90%;
  margin: 0 auto;
}
.qa-1 {
  margin-bottom: 7px;
}

.qa-1 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-size: 24px;
  padding: 1em 2em 2em 3em;
  color: #fff;
  cursor: pointer;
  background-color: #414fbc;
}

.qa-1 summary::before,
.qa-1 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}

.qa-1 summary::before {
  color: #fff;
  content: "Q.";
}

.qa-1 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: '';
  transition: transform .5s;
}

.qa-1[open] summary::after {
  transform: rotate(225deg);
}

.qa-1 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 3em 1.5em;
  font-size: 24px;
  color: #333;
  transition: transform .5s, opacity .5s;
  background-color: #fff;
}

.qa-1[open] p {
  transform: none;
  opacity: 1;
}

.qa-1 p::before {
  color: #414fbc;
  line-height: 1.2;
  content: "A.";
}

/* スマホ（幅768px以下）では全幅に */
@media screen and (max-width: 768px) {
  img {
    display: block;
    margin: 0 auto;
    width: 50%;
    max-width: 100%;
    height: auto;
  }

  .is_only_pc {
    display: none;
  }
  .is_only_sp {
    display: block;
  }
  img {
    width: 100%;
  }

  #fv_sp {
    background: url("../img/sp_bg_fv.png") no-repeat top center;
    background-size:contain;
    height: 371px;
  }

  #fv_sp_under {
    margin-top: -28px;
    background: url("../img/sp_bg_sv.png") no-repeat center top;
    background-size: cover;
    height: 376px;
  }
  .fv__main_txt {
    margin-top: 2px;
  }
  .fv_main_txt__border {
    background-color: rgba(184, 199, 228, 0.8);
    width: 70%;
    margin: 0 auto;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 12px;
  }
  .fv_inner_txt__img {
    width: 90%;
  }

  .fv_inner_point_div {
    display: flex;
    justify-content: space-between; /* 必要に応じて space-around や center に変更可能 */
    flex-wrap: nowrap; /* 折り返しなしにする */
  }
  .fv_inner_point_sp {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    justify-content: space-between;
    padding-top: 10px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .fv_inner_point__img_sp {
    width: calc(50% - 8px); /* 2列＋gapで調整 */
  }

  /* CTA */
  .cta_button__sp {
    margin: 14px 0;
  }
  .btn-link__sp {
    display: block;
    background-color: rgb(253,131,21);
    color: #fff;
    padding: 20px 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    font-size: 16px;
    margin: 0 auto;
    width: 90%;
    max-width: 400px;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
  }
  /* CTAここまで */

  .ideal_sp {
    background: url("../img/sp_ideal_bg.png") no-repeat top center;
    background-size: cover;
  }
  .ideal_sp_appeal {
    padding-top: 20px;
    background: url("../img/sp_ideal_bg.png") no-repeat top center;
    background-size: cover;
  }

  .position {
    position: relative;
  }

  #worries_sp {
    background: url("../img/sp_worries_bg.png") no-repeat top center;
    background-size: cover;
    position: relative;
    z-index: 10;
    margin-bottom: -74px;
    padding-bottom: 48px;
  }


  .worries_ttl__img {
    width: 90%;
  }


  #reality_sp {
    background: url("../img/sp_reality_bg.png") no-repeat top center;
    margin-top: 30px;
    padding-top: 40px;
    position: relative;
    z-index: 1;
  }
  .reality_pop_img_left {
    width: 80%;
  }
  .reality_pop_img_right {
    width: 80%;
  }


  .solution_inner_reality {
    background: url("../img/sp_solution_inner_reality_bg.png") no-repeat top center;
    background-size: cover;
    padding-bottom: 0;
  }
  .solution_inner_reality__img {
    height: 100%;
    width: 90%;
  }

  .solution_inner_about {
  background: url("../img/sp_solution_inner_about_bg.png") no-repeat top center;
  background-size: cover;
  }
  .solution_inner_about_ttl__img {
    display: inline;
    text-align: left;
    width: 90%;
  }
  .solution_inner_about_inner__img {
    width: 80%;
  }
  .solution_inner_about_inner__txt03 {
    width: 20%;
  }

  #reason_sp {
    background: url("../img/sp_reason_bg.png") no-repeat top center;
    background-size: cover;
    height: 1620px;
    position: relative;
    z-index: 10;
    margin-bottom: -110px;
    padding-bottom: 40px;
  }
  .cover_appeal_sp{
    margin-top: 68px;
    padding-top: 40px;
    position: relative;
    z-index: 1;
  }

  #process_sp{}
  .process_step_img {
    width: 90%;
  }
  .process_step {
    position: relative;
    text-align: center;
    /* margin-bottom: 40px; */
  }
  .process_line {
    width: 2px;
    height: 40px;
    background-color: #414fbc;
    margin: 0 auto 0;
  }

  
  #comparison_sp {
  }
  .comparison_graph img {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  #faq {
    padding-bottom: 10px;
    background: url("../img/sp_img_FAQ_bg.png") no-repeat top center;
  }

  .appeal_sp,.cover_appeal_sp {
    background: url("../img/sp_lv_bg.png") no-repeat center;
    background-size: cover;
    height: 340px;
  }
  .appeal_p1__img {
    padding-top: 20px;
    margin-bottom: -10px;
    width: 40%;
  }
/* FAQ */
  .faq__accordion {
    width: 90%;
    margin: 0 auto;
  }
  .qa-1 {
    max-width: 500px;
    margin-bottom: 7px;
    /* border: 1px solid #414fbc; */
  }

  .qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    font-size: 1em;
    color: #fff;
    cursor: pointer;
    background-color: #414fbc;
  }

  .qa-1 summary::before,
  .qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
  }

  .qa-1 summary::before {
    color: #fff;
    content: "Q.";
  }

  .qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
  }

  .qa-1[open] summary::after {
    transform: rotate(225deg);
  }

  .qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    font-size: 1em;
    color: #333;
    transition: transform .5s, opacity .5s;
    background-color: #fff;
  }

  .qa-1[open] p {
    transform: none;
    opacity: 1;
  }

  .qa-1 p::before {
    color: #414fbc;
    line-height: 1.2;
    content: "A.";
  }

}

.reality_pop01 img,.reality_pop03 img {
  margin: 0 10px 0 90px;
  width: 40%;
}
.reality_pop02 img {
  margin: -144px 10px 0 636px;
  width: 50%;
}
.reality_pop03 img {
  margin: -120px 10px 0 90px;
  width: 50%;
}
.reality_pop04 img {
  margin: 0px 10px 0 636px;
  width: 50%;
}
.reality_pop05 img {
  margin: -120px 10px 0 90px;
  width: 50%;
}

.anime {
  opacity: 0;
  -webkit-transform: translateY(-10px) scale(0.99, 0.99);
  transform: translateY(-10px) scale(0.99, 0.99);
  -webkit-transition: 1s;
  transition: 1s;
}
.move {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
}

.anime-b {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.move-b {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}