@charset "UTF-8";

/*=======================================================
mv
=======================================================*/
.bl_mv {
  background: url("../../img/3s/lp/mv_bg.jpg") top center/2000px 700px no-repeat;
  padding-top: 133px;
}

.bl_mv_conts {
  padding-top: 31px;
  margin-bottom: 60px;
}

.bl_mv_ttlWrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 82px;
}

.bl_mv_logo {
  order: 2;
  width: 332px;
}

.bl_mv_ttl {
  order: 1;
  width: 450px;
}

.bl_mv_sTtl {
  width: 320px;
  margin-bottom: 30px;
}

.bl_mv_monthly {
  width: 360px;
}

.bl_mv_box {
  position: absolute;
  top: 0;
  right: 73px;
}

.bl_mv_box .bl_box_list {
  display: flex;
  gap: 28px;
  justify-content: end;
  padding-right: 22px;
  margin-bottom: 46px;
}

.bl_mv_box .bl_box_imgWrapper>img {
  width: 503px;
  height: 106px;
}

@media screen and (max-width: 750px) {
  .bl_mv {
    background: url("../../img/3s/lp/mv_bg_sp.jpg") top center/750px 794px no-repeat;
    padding-top: 160px;
  }

  .bl_mv_conts {
    padding-top: 31px;
    margin-bottom: 60px;
  }

  .bl_mv_ttlWrapper {
    gap: 24px;
    align-items: center;
    margin-bottom: 34px;
  }

  .bl_mv_ttl {
    width: 600px;
  }

  .bl_mv_imgWrapper {
    width: 500px;
    margin: 0 auto 258px;
  }

  .bl_mv_list {
    display: flex;
    justify-content: center;
    gap: 25px;
    height: 170px;
    padding-top: 30px;
    background: #5A5A5A;
    width: 750px;
    margin-left: -30px;
  }

  .bl_mv_item:first-of-type {
    width: 320px;
  }

  .bl_mv_item:nth-of-type(2) {
    width: 345px;
  }

  .bl_mv_sTtl {
    width: 320px;
    margin-bottom: 30px;
  }

  .bl_mv_archivement {
    width: 330px;
  }

  .bl_mv_archivements {
    display: flex;
    gap: 30px;
    padding: 32px 0;
  }
}

/*=======================================================
about
=======================================================*/
.bl_about {
  padding-top: 64px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.bl_about .el_sec_mainTtl {
  width: 313px;
  margin: 0 auto 48px;
  position: relative;
}

.bl_about .el_sec_mainTtl::before,
.bl_about .el_sec_mainTtl::after {
  position: absolute;
  content: "";
  background: url("../../img/3s/lp/about_ttl_deco.svg") top center/contain no-repeat;
  width: 794px;
  height: 26px;
  top: 50%;
  transform: translateY(-50%);
}

.bl_about .el_sec_mainTtl::before {
  left: -842px;
}

.bl_about .el_sec_mainTtl::after {
  right: -842px;
}

.bl_about_txt {
  text-align: center;
  font-size: 24px;
}

.bl_about_txt>img {
  width: 385px;
  display: block;
  margin: 0 auto 8px;
}

.bl_about_txt+.bl_about_txt {
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .bl_about {
    padding: 80px 0 40px;
  }

  .bl_about .el_sec_mainTtl {
    width: 750px;
    margin-bottom: 64px;
  }

  .bl_about .el_sec_mainTtl::before,
  .bl_about .el_sec_mainTtl::after {
    display: none;
  }

  .bl_about_txt {
    font-size: 32px;
  }

  .bl_about_txt>img {
    width: 496px;
    display: block;
    margin-bottom: 12px;
  }
}

/*=======================================================
solution
=======================================================*/
.bl_solution {
  margin-top: -18px;
  padding: 188px 0 24px;
  background: #FF684F;
  position: relative;
}

.bl_solution::before {
  position: absolute;
  content: "";
  width: 2000px;
  height: 114px;
  background: url("../../img/3s/lp/section_arrow_white.svg") top center/contain no-repeat;
  top: -0.5px;
  left: 50%;
  transform: translateX(-50%);
}

.bl_solution .el_sec_mainTtl {
  width: 464px;
  margin: 0 auto 52px;
}

.bl_solution_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
  margin-bottom: 40px;
}

.bl_solution_item {
  width: 940px;
}

.bl_solution_item .bl_step_list {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.bl_solution_item .bl_step_item:first-of-type,
.bl_solution_item .bl_step_item:nth-of-type(3) {
  width: 320px;
}

.bl_solution_item .bl_step_item:nth-of-type(2) {
  text-align: center;
  color: #fff;
  font-weight: 700;
  position: relative;
  padding-top: 80px;
  font-size: 20px;
}

.bl_solution_item .bl_step_item:nth-of-type(2)::before {
  position: absolute;
  content: "";
  width: 134px;
  height: 48px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("../../img/3s/lp/solution_arrow.svg") top center/contain no-repeat;
}

.bl_solution .el_att {
  color: #fff;
}

.bl_solution .el_att_list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

#solution_noScreening .bl_step_item:nth-of-type(2) {
  padding-bottom: 11px;
}

#solution_downPayment .bl_step_item:nth-of-type(2) {
  padding-bottom: 43px;
}

#solution_shortest .bl_step_item:nth-of-type(2) {
  padding-bottom: 43px;
}

@media screen and (max-width: 750px) {
  .bl_solution {
    margin-top: -5px;
    padding: 186px 0 40px;
  }

  .bl_solution::before {
    width: 750px;
    height: 86px;
    background: url("../../img/3s/lp/section_arrow_white_sp.svg") top center/contain no-repeat;
  }

  .bl_solution .el_sec_mainTtl {
    width: 574px;
    margin-bottom: 68px;
  }

  .bl_solution_list {
    margin-bottom: 48px;
  }

  .bl_solution_item {
    width: 690px;
  }

  .bl_solution_item .bl_step_list {
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    gap: 24px;
  }

  .bl_solution_item .bl_step_item:first-of-type {
    width: 100%;
  }

  .bl_solution_item .bl_step_item:nth-of-type(2) {
    font-size: 32px;
    padding-top: 0;
  }

  .bl_solution_item .bl_step_item:nth-of-type(2)::before {
    display: none;
  }

  #solution_noScreening .bl_step_item:nth-of-type(2) {
    padding-bottom: 0;
  }

  #solution_downPayment .bl_step_item:nth-of-type(2) {
    padding-bottom: 0;
  }

  #solution_shortest .bl_step_item:nth-of-type(2) {
    padding-bottom: 0;
  }
}

/*=======================================================
suggest
=======================================================*/
.bl_suggest {
  margin-top: -2px;
  padding: 138px 0 270px;
  background: url("../../img/3s/lp/suggest_bg.svg") top center/cover no-repeat;
  position: relative;
}

.bl_suggest::before {
  position: absolute;
  content: "";
  width: 2000px;
  height: 114px;
  top: -0.5px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../../img/3s/lp/section_arrow_pink.svg") top center/contain no-repeat;
}

.bl_suggest::after {
  position: absolute;
  content: "";
  width: 1178px;
  height: 210px;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../../img/3s/lp/suggest_img02.png") top center/contain no-repeat;
}

.bl_suggest_ttlWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 6px;
  gap: 40px;
}

.bl_suggest_ttlWrapper>img {
  width: 200px;
}

@media screen and (min-width: 751px) {
  .bl_suggest_ttlWrapper.el_reverse {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 750px) {
  .bl_suggest {
    padding: 110px 0 276px;
    background: url("../../img/3s/lp/suggest_bg_sp.svg") top center/cover no-repeat;
  }

  .bl_suggest::before {
    width: 750px;
    height: 86px;
    background: url("../../img/3s/lp/section_arrow_pink_sp.svg") top center/contain no-repeat;
  }

  .bl_suggest::after {
    width: 750px;
    height: 208px;
    bottom: 36px;
    background: url("../../img/3s/lp/suggest_img02_sp.png") top center/contain no-repeat;
  }

  .bl_suggest .el_sec_mainTtl {
    width: 430px;
  }

  .bl_suggest_ttlWrapper {
    flex-direction: row-reverse;
    gap: 32px;
  }

  .bl_suggest_ttlWrapper>img {
    width: 220px;
  }
}

/*=======================================================
cta
=======================================================*/
.bl_cta {
  padding: 96px 0 110px;
  height: 516px;
  background: url("../../img/3s/common/cta_bg.svg") top center/cover no-repeat;
}

.bl_cta .el_sec_mainTtl {
  width: 340px;
  margin: 0 auto 52px;
}

.bl_cta_intro {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.bl_cta_btn {
  border-radius: 4px;
  background: #03C755;
  color: #fff;
  padding: 14px 0 18px;
  font-size: 22px;
  border: 2px solid #fff;
  gap: 16px;
  width: 360px;
  height: 64px;
  margin: 0 auto 24px;
}

.bl_cta_btn::before {
  margin-top: 4px;
  content: "";
  width: 36px;
  height: 36px;
  background: url("../../img/3s/common/icon_line.svg") top center/contain no-repeat;
}

.bl_cta_txt {
  color: #fff;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .bl_cta {
    padding: 96px 0 136px;
    height: 661px;
    background: url("../../img/3s/common/cta_bg_sp.svg") top center/cover no-repeat;
  }

  .bl_cta .el_sec_mainTtl {
    width: 408px;
  }

  .bl_cta_intro {
    font-size: 30px;
  }

  .bl_cta_btn {
    border-radius: 4px;
    background: #03C755;
    color: #fff;
    padding: 0 37px 4px 0;
    font-size: 32px;
    border-width: 3px;
    gap: 20px;
    width: 630px;
    height: 96px;
    margin-bottom: 32px;
  }

  .bl_cta_btn::before {
    width: 52px;
    height: 50px;
  }

  .bl_cta_txt {
    font-size: 26px;
  }
}

/*=======================================================
rankup
=======================================================*/
.bl_rankup {
  background: url("../../img/3s/lp/rankup_bg.svg") top center/cover no-repeat;
  padding: 96px 0 24px;
}

.bl_rankup .el_sec_mainTtl {
  margin: 0 auto 40px;
  width: 532px;
}

.bl_rankup_intro {
  text-align: center;
  margin-bottom: 40px;
}

.bl_rankup_logoWrapper {
  width: 332px;
  margin: 0 auto 56px;
}

.bl_rankup_img01Wrapper {
  width: 318px;
  margin: 0 auto 8px;
}

.bl_rankup_txt01Wrapper {
  width: 566px;
  margin: 0 auto 24px;
}

.bl_rankup_list {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  margin-bottom: 8px;
}

.bl_rankup_item {
  width: 318px;
}

.bl_rankup_txt02Wrapper {
  width: 514px;
  margin: 0 auto 28px;
}

.bl_rankup .el_att {
  padding-left: 0;
  font-size: 14px;
  text-align: center;
}

.bl_rankup .el_att::before {
  position: static;
}

@media screen and (max-width: 750px) {
  .bl_rankup {
    background: url("../../img/3s/lp/rankup_bg_sp.svg") top center/cover no-repeat;
    padding: 104px 0 32px;
  }

  .bl_rankup .el_sec_mainTtl {
    margin-bottom: 65px;
    width: 630px;
  }

  .bl_rankup_intro {
    margin-bottom: 64px;
  }

  .bl_rankup_logoWrapper {
    margin-bottom: 31px;
  }

  .bl_rankup_img01Wrapper {
    width: 375px;
    margin-bottom: 18px;
  }

  .bl_rankup_txt01Wrapper {
    width: 630px;
    margin-bottom: 4px;
  }

  .bl_rankup_list {
    gap: 0;
    width: 750px;
    margin: 0 0 6px -30px;
  }

  .bl_rankup_item {
    width: 375px;
  }

  .bl_rankup_txt02Wrapper {
    width: 550px;
    margin-bottom: 20px;
  }

  .bl_rankup .el_att {
    font-size: 20px;
    padding-left: 1em;
    display: inline-block;
    margin-left: 97px;
  }

  .bl_rankup .el_att::before {
    position: absolute;
  }
}

/*=======================================================
movie
=======================================================*/
.bl_movie {
  background: #5A5A5A;
  padding: 96px 0 16px;
  overflow: hidden;
}

.bl_movie .el_sec_mainTtl {
  width: 748px;
  margin: 0 auto 56px;
}

.bl_movie_iframeWrapper {
  display: flex;
  justify-content: center;
}

.bl_movie_iframeWrapper>iframe {
  border: none;
  width: 672px;
  height: 378px;
}

@media screen and (max-width: 750px) {
  .bl_movie {
    padding: 114px 0 70px;
  }

  .bl_movie .el_sec_mainTtl {
    width: 692px;
  }

  .bl_movie_iframeWrapper>iframe {
    width: 690px;
    height: 388px;
  }
}

/*=======================================================
flow
=======================================================*/
.bl_flow {
  padding: 170px 0 96px;
  background: #FF684F url("../../img/3s/lp/flow_bg.png") top left/600px 400px repeat;
  position: relative;
}

.bl_flow::before {
  position: absolute;
  content: "";
  width: 2000px;
  height: 114px;
  top: -0.5px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../../img/3s/lp/section_arrow_black.svg") top center/contain no-repeat;
}

.bl_flow .el_sec_mainTtl {
  width: 246px;
  margin: 0 auto 40px;
}

.bl_flow_intro {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

.bl_flow_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.bl_flow_item {
  padding: 40px 38px 0 40px;
  height: 352px;
  background: url("../../img/3s/lp/flow_item_bg.svg") top center/contain no-repeat;
}

.bl_flow_item:last-of-type {
  background-image: none;
  background: #fff;
  border-radius: 10px;
  height: 304px;
}

.bl_flow_item .el_att {
  font-size: 14px;
}

.bl_flow .bl_media {
  gap: 44px;
}

.bl_flow .bl_media_imgWrapper {
  flex: 0 1 400px;
}

.bl_flow .bl_media_ttl {
  width: 502px;
  height: 50px;
  background: url("../../img/3s/lp/flow_item_ttl_bg.svg") top center/cover no-repeat;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 22px;
  padding: 0 0 4px 24px;
  margin-bottom: 20px;
}

.bl_flow .bl_media_ttl::before {
  content: "";
  height: 18px;
  margin-top: 4px;
}

.bl_flow .bl_media:first-of-type .bl_media_ttl::before {
  background: url("../../img/3s/lp/flow_step1.svg") top center/contain no-repeat;
  width: 72px;
}

.bl_flow .bl_media:nth-of-type(2) .bl_media_ttl::before {
  width: 74px;
  background: url("../../img/3s/lp/flow_step2.svg") top center/contain no-repeat;
}

.bl_flow .bl_media:nth-of-type(3) .bl_media_ttl::before {
  width: 74px;
  background: url("../../img/3s/lp/flow_step3.svg") top center/contain no-repeat;
}

@media screen and (max-width: 750px) {
  .bl_flow {
    padding: 174px 0 104px;
    background: #FF684F url("../../img/3s/lp/flow_bg.png") top left/600px 400px repeat;
  }

  .bl_flow::before {
    width: 750px;
    height: 88px;
    background: url("../../img/3s/lp/section_arrow_black_sp.svg") top center/contain no-repeat;
  }

  .bl_flow .el_sec_mainTtl {
    width: 400px;
    margin-bottom: 58px;
  }

  .bl_flow_intro {
    margin-bottom: 56px;
  }

  .bl_flow_list {
    gap: 24px;
  }

  .bl_flow_item {
    padding: 40px 30px 88px;
    height: 741px;
    background: url("../../img/3s/lp/flow_item_bg_sp.svg") top center/contain no-repeat;
  }

  .bl_flow_item:last-of-type {
    height: 789px;
    background-image: none;
    background: #fff;
    border-radius: 10px;
  }

  .bl_flow_item .el_att {
    font-size: 18px;
  }

  .bl_flow .bl_media {
    gap: 32px;
  }

  .bl_flow .bl_media_imgWrapper {
    flex: 0 1 630px;
    margin-bottom: 32px;
  }

  .bl_flow .bl_media_ttl {
    width: 634px;
    height: 76px;
    background: url("../../img/3s/lp/flow_item_ttl_bg_sp.svg") top center/cover no-repeat;
    gap: 32px;
    font-size: 38px;
    padding: 0 0 5px 32px;
    margin-left: -2px;
    margin-bottom: 32px;
  }

  .bl_flow .bl_media_ttl::before {
    height: 26px;
    margin-top: 5px;
  }

  .bl_flow .bl_media:first-of-type .bl_media_ttl::before {
    width: 104px;
  }

  .bl_flow .bl_media:nth-of-type(2) .bl_media_ttl::before {
    width: 106px;
  }

  .bl_flow .bl_media:nth-of-type(3) .bl_media_ttl::before {
    width: 106px;
  }
}

/*=======================================================
voice
=======================================================*/
.bl_voice {
  padding: 86px 0 96px;
}

.bl_voice .el_sec_mainTtl {
  width: 378px;
  margin: 0 auto 54px;
}

.bl_voice_list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.bl_voice_item {
  border-radius: 8px;
  border: 3px solid;
  padding: 40px 48px 32px 296px;
  min-height: 300px;
  width: 100%;
  position: relative;
}

.bl_voice_item::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 56px;
  transform: translateY(-50%);
}

.bl_voice_item::after {
  position: absolute;
  content: "";
}

.bl_voice_item:first-of-type::after {
  width: 156px;
  height: 182px;
  background: url("../../img/3s/lp/voice_img01.svg") top center/contain no-repeat;
  bottom: 52px;
  left: 68px;
}

.bl_voice_item:nth-of-type(2)::after {
  width: 228px;
  height: 200px;
  background: url("../../img/3s/lp/voice_img02.svg") top center/contain no-repeat;
  bottom: 62px;
  left: 56px;
}

.bl_voice_item:nth-of-type(3)::after {
  width: 156px;
  height: 180px;
  background: url("../../img/3s/lp/voice_img03.svg") top center/contain no-repeat;
  bottom: 85px;
  left: 78px;
}

.bl_voice_item:nth-of-type(odd) {
  background: #E4F1FF;
  border-color: #639BDD;
}

.bl_voice_item:nth-of-type(odd) .bl_item_profile {
  background: #639BDD;
}

.bl_voice_item:nth-of-type(even) {
  background: #FFECE9;
  border-color: #FF684F;
}

.bl_voice_item:nth-of-type(even) .bl_item_profile {
  background: #FF684F;
}

.bl_voice_item .bl_item_ttl {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 26px;
  line-height: 1.5;
}

.bl_voice_item .bl_item_profile {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 6px 12px 9px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
}

.bl_voice_item .bl_item_def {
  display: flex;
  align-items: center;
}

.bl_voice_item .bl_item_def>dt {
  display: flex;
}

.bl_voice_item .bl_item_def>dt::after {
  content: "：";
}

@media screen and (max-width: 750px) {
  .bl_voice {
    padding: 104px 0;
  }

  .bl_voice .el_sec_mainTtl {
    width: 444px;
    margin-bottom: 68px;
  }

  .bl_voice_list {
    gap: 40px;
  }

  .bl_voice_item {
    border-radius: 12px;
    border-width: 4px;
    padding: 32px 22px;
    min-height: auto;
  }

  .bl_voice_item::before,
  .bl_voice_item::after {
    display: none;
  }

  .bl_voice_item:first-of-type .bl_item_ttl::after {
    width: 156px;
    height: 182px;
    background: url("../../img/3s/lp/voice_img01.svg") top center/contain no-repeat;
    bottom: initial;
    top: 18px;
    left: 14px;
  }

  .bl_voice_item:nth-of-type(2) .bl_item_ttl::after {
    width: 228px;
    height: 200px;
    background: url("../../img/3s/lp/voice_img02.svg") top center/contain no-repeat;
    bottom: initial;
    top: -18px;
    left: -10px;
  }

  .bl_voice_item:nth-of-type(3) .bl_item_ttl::after {
    width: 156px;
    height: 180px;
    background: url("../../img/3s/lp/voice_img03.svg") top center/contain no-repeat;
    bottom: initial;
    top: 10px;
    left: 22px;
  }

  .bl_voice_item .bl_item_ttl {
    font-size: 32px;
    margin-bottom: 20px;
    padding-left: 239px;
    position: relative;
  }

  .bl_voice_item .bl_item_ttl::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 50%;
    top: 0;
    left: 0;
    transform: none;
  }

  .bl_voice_item .bl_item_ttl::after {
    position: absolute;
    content: "";
  }

  .bl_voice_item .bl_item_profile {
    margin-left: 239px;
    gap: 0;
    font-size: 28px;
    margin-bottom: 40px;
    padding: 6px 12px 9px;
  }
}

/*=======================================================
faq
=======================================================*/
.bl_faq {
  background: #5A5A5A;
  padding: 96px 0;
}

.bl_faq .el_sec_mainTtl {
  width: 504px;
  margin: 0 auto 56px;
}

.bl_faq_def {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.bl_faq_def>div {
  background: #fff;
  border-radius: 8px;
  padding: 32px 56px;
}

.bl_faq_def>div>dt {
  margin-bottom: 16px;
  padding: 2px 0 5px 58px;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

.bl_faq_def>div>dt::before {
  position: absolute;
  content: "";
  width: 42px;
  height: 42px;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.bl_faq_def>div>dt::after {
  position: absolute;
  content: "";
  top: 9px;
  left: 10px;
  width: 24px;
  height: 24px;
  background: url("../../img/3s/lp/faq_q.svg") top center/contain no-repeat;
}

.bl_faq_def>div:nth-of-type(odd)>dt::before {
  background: #FF684F;
}

.bl_faq_def>div:nth-of-type(even)>dt::before {
  background: #639BDD;
}

@media screen and (max-width: 750px) {
  .bl_faq {
    padding: 104px 0;
  }

  .bl_faq .el_sec_mainTtl {
    width: 628px;
    margin-bottom: 48px;
  }

  .bl_faq_def {
    gap: 40px;
  }

  .bl_faq_def>div {
    padding: 32px 30px;
  }

  .bl_faq_def>div>dt {
    margin-bottom: 32px;
    padding: 0 0 0 88px;
    font-size: 32px;
  }

  .bl_faq_def>div>dt::before {
    width: 64px;
    height: 64px;
  }

  .bl_faq_def>div>dt::after {
    top: 14px;
    left: 14px;
    width: 36px;
    height: 36px;
  }
}