@charset "utf-8";
*{
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP","Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: inherit;
  font-weight: inherit;
}
img{
  display: block;
  margin: 0;
  padding: 0;
}
#sponser_info,#cm_info{
  position: relative;
}
#cm_info .section_1100{
  border-bottom: solid 1px #9dd9ee;
}
#news_info{
  position: relative;
  background: url('../img/sponser_bg2.jpg') repeat-y center top;
  background-size: 100% auto;    
}
.sponser_logo{
  position: relative;
  max-width: 620px;
  margin: 60px auto;
}
.sponser_slider{
  border: solid 2px #0097e6;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.sponser_slider h3{
  position: relative;
  background: #0097e6;
  padding: 20px 0;
  font-size: 32px;
  line-height: 32px;
  color: #FFF;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}
.sponser_slider h3:before{
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  width: 14px;
  height: 14px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}
.sponser_open h3:before{
  transform: translateY(-50%) rotate(-45deg);
  margin-top: 5px;
}
.sponser_text{
  padding: 0 30px 30px;
  display: none;
  background: #FFF;
}
.sponser_text p{
  padding: 30px 0;
}
.sponser_text a{
  color: #0097e6;
}
.sponser_text a:hover{
  text-decoration: none;
}
#logo_northwave{
  width: 74px;
  margin: 10px 0 3px;
  display: inline-block;
}
#logo_ezotopia{
  width: 223px;
  margin: 10px 0 3px;
  display: inline-block;
}
#merit .caution{
  font-size: 14px;
  color: #333;
  padding: 0 2px;
  margin: 0 2px;
}
#merit .caution:after{
  display: none;
}

.c_yellow{
  color: #fff44b;
}
.c_red{
  color: #f13070;
}
.bold{
  font-weight: 600;
}
.section_padding{
  padding: 120px 0;
}
.section_1100{
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
  padding-right: 60px;
  padding-left: 60px;
}

#wrapper{
  position: relative;
  overflow: hidden;
}
.title_h2{
  position: relative;
  text-align: center;
  font-size: 40px;
  line-height: 54px;
  color: #0097e6;
  font-weight: 800;
}
@media screen and (max-width: 1000px){
  .title_h2{
    font-size: 30px;
    line-height: 44px;
  }  
}

.title_h2 .small{
  font-size: 28px;
}
.title_h2 .red{
  color: #f13070;
}
.title_h2:after{
  content: "";
  position:relative;
  display: block;
  width: 100px;
  height: 5px;
  background: #0097e6;
  margin: 20px auto 0;
}
#main{
  position: relative;
  background: url("../img/bg.webp") no-repeat center bottom;
  background-size: cover;
  width: 100%;
  text-align: center;
  padding-bottom:120px;
}

#main .caution_txt{
  font-size: 14px;
  line-height: 24px;
  color: #333;
  text-align: justify;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF !important;
  font-weight: normal;
  padding-bottom: 15px;
  margin-top: 120px;
}
#last_cta .caution_txt{
  margin-top: 15px;
  font-size: 12px;
  line-height: 18px;
}

.center_txt{
  text-align: center;
}

#main h2{
  font-weight: 800;
  font-size: 54px;
  line-height: 68px;
  color: #FFF;
  text-shadow: 2px 0 6px rgba(0,0,0,0.2);
  padding-top:80px;
}
#main h2 span{
  position: relative;
  color: #fff44b;
}
#main h2 span:after{
  content:"";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  margin-top: -10%;
  border-radius: 100%;
  background: #fff44b;
  width: 10px;
  height: 10px;
}

#main h1{
  position: relative;
  max-width: 755px;
  background: #FFF;
  padding: 15px 20px 10px;
  margin: 40px auto 120px;
}
#main p{
  font-weight: 800;
  font-size: 46px;
  line-height: 60px;
  padding-bottom: 30px;
  color: #0097e6;
  text-shadow: 1.5px 1.5px 0 #FFF, -1.5px -1.5px 0 #FFF, -1.5px 1.5px 0 #FFF, 1.5px -1.5px 0 #FFF, 0px 1.5px 0 #FFF, 0 -1.5px 0 #FFF, -1.5px 0 0 #FFF, 1.5px 0 0 #FFF;
}
#main p span{
  position: relative;
  display: inline-block;
  color: #f13070;
  font-size: 66px;
  font-weight: inherit;
  z-index: 1;
  margin: 0 5px;
  padding: 0 5px;
}
#main p span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.3em;
  background-color: #fff44b;
  z-index: -1;
}
.cta_link{
  position: relative;
  max-width: 500px;
  width: 100%;
  margin: 60px auto 0;
  color: #63410a;
  font-weight: 600;
  display: flex;
  text-decoration: none;
  height: 100px;
  align-items: center;
}
.cta_link2{
  position: relative;
  max-width: 500px;
  width: 100%;
  /*
  margin: 110px auto 0;
  */
  color: #63410a;
  font-weight: 600;
  display: flex;
  text-decoration: none;
  height: 100px;
  align-items: center;
}
.line_ca{
  margin-top: 20px !important;
  font-size: 14px !important;
  line-height: 24px !important;
   text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF !important;
  color: #333 !important;
  font-weight: normal !important;
}
.line_link{
  width: 100%;
  max-width: 500px;
  text-align: center;
}
.cta_flex{
  display: flex;
  margin: 140px auto 0;
  justify-content: space-between;
  max-width:1020px;
  flex-wrap:wrap;
}
.cta_flex_end{
  margin: 60px auto 40px;
}
.cta_btn{
  position: relative;
  width: 100%;
  font-size: 34px;
  line-height: 34px;
  background: #ffe34b;
  border-radius: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  transition: 0.1s ease;
}
body .cta_flex .cta_link{
  margin: 0;
}
@media screen and (max-width: 1140px){
  .cta_flex{
    display: block;
    margin: 0 auto;
  }
  .cta_link2{
    margin: 95px auto 0;
  }
  .benefits_details .cta_flex .cta_link{
    margin: 90px auto 0;
  }
  body .cta_flex .cta_link{
    margin: 0 auto;
  }
  .cta_flex_middle,.cta_flex_end{
    margin-top: 80px;
  }
  .line_link{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

.cta_btn:before{
  content:"";
  width: 35px;
  height: 53px;
  background: url("../img/d_icon.webp") no-repeat left top;
  background-size: 100% auto;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.cta_btn:after{
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  border-top: solid 5px #f03563;
  border-right: solid 5px #f03563;
}
.cta_link:before{
  content: "";
  position: absolute;
  width: 100%;
  border-radius: 100px;
  background: #dac241;
  left: 0;
  top: 10px;
  height: 100%;
}
.cta_link img:nth-child(1){
  position: absolute;
  width: 277px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  margin-top: -20px;
  animation: scaleAnimation 0.8s infinite ease-in-out; /* アニメーション適用 */
}
@keyframes scaleAnimation {
  0%, 100% {
    transform: translateX(-50%) scale(0.98);
  }
  50% {
    transform: translateX(-50%) scale(1);
  }
}
.cta_link:hover .cta_btn{
  top: 10px;
}
.cta_btn2{
  position: relative;
  width: 100%;
  font-size: 34px;
  line-height: 34px;
  background: #4cc764;
  border-radius: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  transition: 0.1s ease;
}
.cta_btn2:after{
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  border-top: solid 5px #ffffff;
  border-right: solid 5px #ffffff;
}
.cta_link2:before{
  content: "";
  position: absolute;
  width: 100%;
  border-radius: 100px;
  background: #3a984c;
  left: 0;
  top: 10px;
  height: 100%;
}
.cta_link2 img:nth-child(1) {
  position: absolute;
  width: 272px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  margin-top: -20px;
  animation: scaleAnimation 0.8s infinite ease-in-out;
}
.cta_link2 img:nth-child(2){
  width: 340px;
  margin-top:4px;
}
.cta_link2:hover .cta_btn2{
  top: 10px;
}
.cta_btn2:before{
  content:"";
  width: 56px;
  height: 56px;
  background: url("../img/line_icon.webp") no-repeat left top;
  background-size: 100% auto;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}


.flex_t{
  padding: 0 5.8%;
}
#flex_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
.flex_case{
  position: relative;
  width: 31.5%;
  /*
  box-sizing: border-box;
  */
  border-radius: 30px;
  border: solid 2px #0097e6;
  background: #fefcea;
  overflow: hidden;
  text-align: center;
}
.flex_case .flex_h{
  background: #0097e6;
  color: #FFF;  
  text-align: center;
  font-weight: 600;
  padding: 20px 0;
}
.flex_case h3{
  text-align: center;
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 15px;
}
.flex_case .flex_h p{
  font-size: 22px;
  line-height: 30px;
}
.flex_case .flex_h p span{
  font-size: 30px;
  color: #fff44b;
}
.flex_case .case_img{
  max-width: 240px;
  display: block;
  margin: 20px auto;
}
.flex_case .case_logo{
  padding: 10px;
  background: #FFF;
  display: inline-block;
  box-sizing: border-box;
  border: solid 1px #0097e6;
}
.flex_case .value_text{
  font-size: 24px;
  font-weight: 600;
}
.flex_case .case_logo img{
  max-width: 210px;
  display: block;
}
.flex_case h4{
  position: relative;
  font-size:24px;
  font-weight:600;
  background:#ffe34b;
  border-radius: 5px;
  z-index: 1;
  margin:10px 0 15px 0;
}
.flex_case h4:before{
  content:"";
  position: absolute;
  width: 24px;
  height: 24px;
  transform: rotate(45deg) translateX(-50%);
  background: #ffe34b;
  left: 50%;
  top: 0;
  margin-top: 30px;
  z-index: -1;
}
.value_change{
  display: flex;
  font-weight: 600;
  align-items: flex-end;
  justify-content: center;
}
.flex_case .small_val{
  font-size: 22px;
}
.flex_case .small_unit{
  font-size: 14px;
}
.flex_case .big_val{
  font-size: 32px;
}
.flex_case .big_unit{
  font-size: 22px;
}
.flex_case .arrow{
  width: 40px;
  display: block;
  margin: 0 5px 5px;
}
.flex_case .profit p{
  color: #f13070;
  font-weight: 800;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 10px;
}
.flex_case .profit p span:first-child{
  font-size: 28px;
  line-height: 28px;
  display: block;
}
.flex_case .profit p span:nth-child(2){
  font-size: 64px;
  line-height: 64px;
  display: block;
}
.flex_case .profit span:nth-child(3){
  font-size: 24px;
  line-height: 28px;
  display: block;
}
.flex_case .profit_b{
  font-size: 16px;
  line-height: 28px;
  display: block;
  text-align: center;
  color: #333;
  font-weight: 800;
  padding-bottom: 30px;
}
.flex_case .profit_b .big{
  font-size: 24px;
  color: #f13070;
}

.caution_txt{
  font-size: 16px;
  line-height: 28px;
  margin: 0 30px;
}
#achievements .caution_txt{
  margin-top: 15px;
}


#benefits{
  position: relative;
  background:#FFF url("../img/repeat.png") repeat left top;
  background-size: 15px auto;
  z-index: 1;
}
.benefits_head{
  position: relative;
  text-align: center;
  padding-top: 120px;
}
.benefits_head h2{
  text-align: center;
  font-size: 46px;
  line-height: 46px;
  font-weight: 800;
  color: #f13070;
  margin-bottom: 30px;
}
.benefits_head h2 img{
  max-width: 650px;
  padding: 10px 20px;
  margin: 0 auto 30px;
}
.benefits_head h2 svg{
  max-width: 660px;
  padding: 10px 20px;
  margin: 0 auto 30px;
  display: block;
}
.saiteki_svg{
  stroke-width      : 3px;
  paint-order       : stroke;
  stroke-linejoin   : round ;
}
.saiteki_svg path{
  stroke: #FFF;
}

.benefits_head h3{
  max-width: 600px;
  margin: auto;
}
#benefits_text{
  max-width: 590px;
  margin: 30px auto 0;
}
#benefits_text2{
  position: relative;
  font-size: 38px;
  line-height: 46px;
  color: #FFFFFF;
  background: #0097e6;
  padding: 11px 30px 11px;
  border-radius: 60px;
  display: inline-block;
  font-weight: 600;
  margin-top: 30px;
}
#benefits_text2 .caution{
  font-size: 14px;
  color: #FFF;
  margin-left: 0;
}


#benefits_chance{
  position: relative;
  font-size: 46px;
  line-height: 64px;
  font-weight: 800;
  color: #0097e6;
  margin-top: 30px;
}
#benefits_chance span{
  color: #f13070;
}
#benefits_caution{
  font-size: 17px;
  line-height: 30px;
  text-shadow: 2px 0 6px rgba(255,255,255,0.8);
  margin-top: 30px;
}
#noprices{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: 45px auto 15px;
  padding: 0 60px;
}
#noprices img{
  width: 22.9%;
}
.benefits_head{
  position:relative;
  background:url("../img/cp_bg.webp") no-repeat center top;
  background-size: 100% auto;
  padding-bottom: 90px;
}
.benefits_cn{
  position: relative;
  max-width: 1100px;
  padding: 0 60px;
  margin: 0 auto;
}
.benefits_details{
  padding-bottom: 120px;
}
.benefits_details h2{
  position: relative;
  background: #0097e6;
  padding: 20px 0;
  font-size: 32px;
  line-height: 32px;
  color: #FFF;
  text-align: center;
  font-weight: 600;
  border-radius: 10px;
}
.benefits_active h2{
  border-radius: 10px 10px 0 0 !important;
}
.benefits_details h2:before{
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  width: 14px;
  height: 14px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}
.benefits_active h2:before{
  transform: translateY(-50%) rotate(-45deg);
  margin-top: 5px;
}


#campaign_txt{
  background: #FFF;
  padding: 30px 30px 45px;
  border-radius: 0 0 10px 10px;
  display: none;
}
#campaign_txt h3,
#campaign_txt p{
  font-size: 18px;
  line-height: 32px;
}
#campaign_txt h3{
  font-weight: 600;
}
.benefits_details .cta_link{
  margin-top: 90px;
}
#reasons{
  position: relative;
  transform: translateY(30px);
  z-index: 1;
}
#reasons_h2{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 66px;
  font-weight: 600;
  color: #0097e6;
}
#reasons_h2 img{
  width: 100%;
  max-width: 630px;
  padding: 10px 20px;
  background: #FFF;
  margin-right: 10px;
}
#reasons_h2 svg{
  width: 100%;
  max-width: 630px;
  padding: 10px 10px;
  margin-right: 10px;
}
#reasons_h2_2{
  text-align: center;
  color: #f13070;
  font-size: 86px;
  font-weight: 700;
}
.text_shadow_w{
  /*
  text-shadow: 0 0 4px rgba(255,255,255,1),0 0 4px rgba(255,255,255,1),0 0 4px rgba(255,255,255,1);
  */
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;  
}
#benefits:after{
  content:"";
  position: absolute;
  height: calc(160px / 2);
  width: 100%;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  bottom: -80px;
  transform: rotate(180deg);
  background: #FFF url(../img/repeat.png) repeat left top;
  background-size: 15px auto;
}
#reasons_info{
  background: #ecfbfe;
}
#reason_imgs{
  display: flex;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
}
#reason_imgs {
  display: flex;
  justify-content: space-between;
  max-width: 940px;
  margin-top: 20px;
}
.reason_icon{
  width: 31%;
}
.reason_info{
  position: relative;
  border: solid 1px #e6f9fd;
  box-sizing: border-box;
  border-radius: 20px;
  background: #FFF;
  overflow: hidden;
  margin-top: 60px;
}
.reason_info h2{
  font-size: 33px;
  line-height:33px;
  color: #FFF;
  text-align: center;
  background: #14a0e8;
  padding: 12px 0;
  font-weight: 600;
}
.reason_info_flex{
  position: relative;
  padding: 60px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.reason_info_other{
  position: relative;
  padding: 0 60px 60px;
}
.reason_info_other ul{
  list-style: disc;
  list-style-position: outside;
  margin-left: 1.5rem;
}

.reason_info_img{
  position: relative;
  width: calc(50% - 30px);
}
.reason_info_txt{
  position: relative;
  width: calc(50% - 30px);
}
.reason_info_txt h3{
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  color: #14a0e8;
  margin-bottom: 15px;
}
.reason_info_txt p,.reason_info_other p,.reason_info_other li{
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}
.reason_info_other h3{
  margin-bottom: 10px;
}
.reason_info_txt .h3_text{
  font-weight: 600;
  color: #333;
  font-size: 20px;
  line-height: 20px;
  margin-top: 30px;
  margin-left: -5px;
}
.reason_info_txt ul{
  margin-left: 20px;
}

.reason_info:nth-child(2) .reason_info_flex:before{
  content:"";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/no1.webp") no-repeat left top;
  background-size: 250px auto;
  width: 100%;
  height: 100%;
  display: block;
}
.reason_info:nth-child(3) .reason_info_flex:before{
  content:"";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/no2.webp") no-repeat left top;
  background-size: 250px auto;
  width: 100%;
  height: 100%;
  display: block;
}
.reason_info:nth-child(4) .reason_info_flex:before{
  content:"";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/no3.webp") no-repeat left top;
  background-size: 250px auto;
  width: 100%;
  height: 100%;
  display: block;
}
.reason_info_img img{
  border: solid 1px #14a0e8;
  box-sizing: border-box;
}

#smart_info{
  position: relative;
  background: url("../img/dotted.jpg") repeat left top;
  background-size: 5px auto;
  padding-bottom: 240px;
} 
#smart_info:before{
  content:"";
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/dottet_right.webp") no-repeat left top;
  background-size: 500px auto;
  width: 500px;
  height: 256px;
}
#smart_info:after{
  content:"";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../img/dottet_left.webp") no-repeat left top;
  background-size: 500px auto;
  width: 500px;
  height: 256px;
}
#smart_info .section_1100{
  z-index: 1;
}
#smart_info h2{
  position: relative;
}
#smart_info h2 span{
  background: #14a0e8;
  color: #FFF;
  font-size: 50px;
  line-height: 50px;
  padding: 8px 10px 13px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}
#smart_info ul{
  list-style: none;
  margin-top: 30px;
}
#smart_info ul li{
  font-size: 23px;
  line-height: 23px;
  margin-bottom: 15px;
}
#smart_info ul li .c_disp{
  background: #FFF;
  padding: 15px 20px;
  border-radius: 100px;
  color: #14a0e8;
  display: inline-block;
  font-weight: 800;
  border: solid 1px #14a0e8;
  box-sizing: border-box;
}
#smart_info #display{
  position: absolute;
  right: 0;
  width: 56%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  max-width: 800px;
}
@media screen and (min-width: 1600px){
  #smart_info #display{
    position: absolute;
    right: auto;
    left: 50%;
    width: 56%;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    max-width: 800px;
  }
}


#sub_info{
  position: relative;
  background: #fefcea;
  z-index: 1;
  padding-bottom: 60px;
}
#sub_info:after {
  content: "";
  position: absolute;
  height: calc(160px / 2);
  width: 100%;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  bottom: -80px;
  transform: rotate(180deg);
  background: #fefcea;
  background-size: 15px auto;
}
#sub_info h2{
  text-align: center;
}
#sub_info h2 span{
  position: relative;
  text-align: center;
  font-weight: 800;
  color: #0097e6;
  font-size: 60px;
  line-height: 80px;
  display: inline;
  z-index: 1;
  padding: 0 8px;
}
#sub_info h2 span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 0.4em;
  background-color: #fff44b;
  z-index: -1;
}
#sub_flex{
  position: relative;
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 15px;
}
#sub_flex li{
  width: 24%;
  text-align: center;
  background: linear-gradient(45deg,  #f8d955 1%,#fbefb8 50%,#f8d955 100%);
  padding: 20px 0;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #63410a;
  border-radius: 10px;
}
#sub_flex li span:nth-child(1){
  margin-bottom: 5px;
  display: block;
}
#sub_flex li span:nth-child(2){
  display: block;
  color: #f13070;
  font-size: 42px;
  line-height: 42px;
  font-weight: 800;
}

#cta_info{
  background: url(../img/cta_bg.jpg) repeat left top;
  background-size: 15px auto;
}
#cta_info h2{
  position: relative;
  text-align: center;
  font-size: 46px;
  line-height: 58px;
  font-weight: 800;
  color: #0097e6;
}

#flow{
  background: #ecfbfe;
}
#flow_info{
  background: #FFF;
  border-radius: 20px;
  max-width: 1100px;
  width: calc(100% - 120px);
  padding: 60px;
  margin: 60px auto 0;
}
#flow_info h3{
  position: relative;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
#flow_info h3 span{
  position: relative;
  z-index: 1;
  color: #f13070;
  margin-left: 5px;
}
#flow_info h3 span:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 0.4em;
  background-color: #fff44b;
  z-index: -1;
}
.flow_list{
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px 0;
  border-bottom: solid 4px #0097e6;
}
.flow_list:last-child{
  border:none;
}
.flow_list:nth-child(3):before,
.flow_list:nth-child(4):before{
  content: "";
  position: absolute;
  height: calc(18px / 2);
  width: 36px;
  margin-left: -18px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  top: 0px;
  left: 50%;
  transform: rotate(180deg);
  background: #0097e6;
}
.flow_icon{
  max-width: 90px;
  margin-right: 30px;
}
.flow_text h4{
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 15px;
}
.flow_text h4 .en{
  color: #0097e6;
  margin-right: 15px;
}
.flow_text h4 .en .num{
  font-size: 42px;
}


.flow_text p{
  font-size: 16px;
  line-height: 24px;
}
.flow_text p a{
  color: #0097e6;
}


#faq .title_h2{
  margin-bottom: 60px;
}
#faq_list{
  margin-bottom: 30px;
}
#faq_list:last-child{
  margin-bottom: 0;
}
#faq_list li{
  list-style: none;
}
.faq_q{
  position: relative;
  padding: 15px 30px;
  background: #ddf2fd;
  display: flex;
  align-items: center;  
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}
.faq_q span:nth-child(1){
  font-size: 36px;
  font-weight: 800;
  color: #0097e6;
  margin-right: 30px;
}
.faq_q:before{
  content:"";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width:24px;
  height: 4px;
  background: #0097e6;
}
.faq_q:after{
  content:"";
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width:4px;
  height: 24px;
  background: #0097e6;
}
.faq_open .faq_q:after {
  display: none;
}

.faq_a{
  position: relative;
  padding: 15px 30px;
  background: #f7f7f7;
  display: flex;
  align-items: flex-start;  
  font-size: 16px;
  line-height: 28px;
  cursor: pointer;
  display: none;
}
.faq_a div{
  display: flex;
}
.faq_a span:nth-child(1){
  font-size: 36px;
  font-weight: 800;
  color: #f13270;
  margin-right: 30px;
}
.faq_a span span{
  display: inline;
  font-size: inherit !important;
  font-weight: normal !important;
}

#last_cta{
  position: relative;
  background: url("../img/bg.webp") no-repeat center bottom;
  background-size: cover;
}
#last_cta h2{
  position: relative;
  font-weight: 800;
  font-size: 50px;
  margin-bottom: 30px;
  line-height: 90px;
  text-align: center;
  color: #FFF;
  text-shadow: 2px 0 6px rgba(0, 0, 0, 0.2);
}
#last_cta h2 .big{
  font-size: 90px;
}
#last_cta h2 .c_red{
  position: relative;
  z-index: 1;
  margin-right: 5px;
  line-height: 90px;
}
#last_cta h2 .c_red:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 0.4em;
  background-color: #fff44b;
  z-index: -1;
}
#last_cta_flex{
  display: flex;
  justify-content: center;
  margin-top: 0;
}
#last_cta .caution{
  font-size: 16px;
  margin-left: 5px;
}
#last_cta .caution_txt{
  margin: 0;
  color: #FFF;
}
.last_cta_info{
  position: relative;
  padding: 30px 0;
  width: 48%;
  margin: 0 1%;
  border-radius: 20px;
  border: solid 4px #0097e6;
  background: #FFF;
}
.last_cta_info p{
  font-size: 32px;
  color: #0097e6;
  text-align: center;
  font-weight: 600;
}
.last_cta_info .bold{
  font-weight: 800;
  font-size: 42px;
  line-height: 72px;
}
.last_cta_info .bold .c_red{
  font-size: 68px;
}
.last_cta_info .bold .c_red span{
  font-size: 42px;
  margin-right: 5px;
}
#last_caution{
  text-align: center;
  margin-top: 15px;
  line-height: 32px;
  font-weight: 600;
  color: #303030;
}


#tel_info{
  background: url(../img/cta_bg.jpg) repeat left top;
  background-size: 15px auto;
}
#tel_info_txt{
  position: relative;
  background: #FFF;
  max-width: 1000px;
  margin: 60px auto 0;
  padding: 60px 0;
  text-align: center;
  border-radius: 20px;
  font-weight: 600;
}
#tel_info p:first-child{
  color: #0097e6;
}
#tel_info p{
  font-size: 32px;
  line-height: 32px;
}
#tel_info #telno{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 62px;
  line-height: 62px;
  margin: 10px 0 20px;
}
#tel_info #telno a{
  text-decoration: none;
}
#tel_info #telno img{
  max-width: 62px;
  height: auto;
  margin-top: 10px;
  margin-right: 10px;
}

footer{
  padding: 60px 0 calc(60px + 100px);
  background: #FFF;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
}
footer a{
  text-decoration: none;
  color: inherit;
}
#fixed_navi{
  position: fixed;
  width: 100%;
  height: 110px;
  background: #ffe34b;
  left: 0;
  bottom: 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  z-index: 10;
}
#fixed_navi_flex{
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 0 60px;
}
.fixed_navi_link{
  position: relative;
  width: 48%;
  height: 60px;
  color: #FFF;
  border-radius: 100px;
  font-size: 24px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 600;
  margin: 30px 1% 20px;
}
.fixed_navi_link:nth-child(1){
  background: #f13070;
}
.fixed_navi_link:nth-child(2){
  background: #0097e6;  
}
.fixed_navi_link:nth-child(1):hover{
  background: #fa4c86;
}
.fixed_navi_link:nth-child(2):hover{
  background: #01a2f6;  
}
.fixed_navi_link div{
  text-align: center;
}
.fixed_navi_link span{
  font-size: 13px;
  display: block;
}
.fixed_navi_link:nth-child(2):before{
  content:"";
  position: relative;
  background: url("../img/web.webp") no-repeat center center;
  background-size: 100% auto;
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.fixed_navi_link:nth-child(1):before{
  content:"";
  position: relative;
  background: url("../img/tel.webp") no-repeat center center;
  background-size: 100% auto;
  width: 36px;
  height: 36px;
  margin-right: 10px;

}


#fixed_sub img{
  position: absolute;
  width: 277px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  animation: scaleAnimation 0.8s infinite ease-in-out;
}
.sp_img{
  display: none;
}
.img_caution{
  font-size: 12px;
  text-align: right;
  margin-top: 5px;
}

#footer_info{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 60px 30px 0;
  padding-top: 15px;
  border-top: solid 1px #dfdfdf;
  font-size: 12px;
}
#flex_footer{
  display: flex;
}
#flex_footer a{
  margin-right:20px;
  font-size: 14px;
  color: #666;
  text-decoration: underline;
}
#flex_footer a:hover{
  text-decoration: none;
}

address{
  font-size: 14px;
  color: #666;
  font-style: normal;
}
footer p a{
  color: #00a2ff;
  text-decoration: underline;
}
footer p a:hover{
  text-decoration: none;
}

#office_case{
  margin-top: 90px;
}
#office_var .caution_txt{
  text-align: justify;
  padding: 10px;
  margin: 0;
  background: #FFF;
  font-size: 14px;
}
#office_var{
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#office_var .flex_case{
  width: 48%;
}
#office_var .value_info{
  margin-bottom:0;
}
#office_var table{
  border-collapse: collapse;
  text-align: justify;
  width: 100%;
}
#office_var table th,
#office_var table td{
  padding: 10px 20px;
  border-bottom: solid 1px #a6e0f4;
  background: #FFF;
}
#office_var table th{
  color: #FFF;
  background: #0097e6;
  border-bottom: solid 1px #a6e0f4;
}
/*
#office_var tr:last-child td,
#office_var tr:last-child th{
  border: none;
}
*/
#office_var .case_img{
  max-width: 100%;
  margin: 0;
  border-top: solid 1px #a6e0f4;
  border-bottom: solid 1px #a6e0f4;
  box-sizing: border-box;
}
#office_var .flex_t{
  padding: 0;
}
#office_var .case_f{
  font-size:14px;
  margin-top: -10px;
}
#office_var .flex_h p{
  line-height: 34px;
}

.agreement-block {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.agreement-block__item {
  padding: 2.5rem 2rem;
  width: 48%;
  justify-content: space-between;
}
.agreement-block a{
  text-decoration: none;
  width: calc(50% - 40px);
  margin: 15px;
  display: flex;
  align-items: center;
  border: solid 1px #d9d9d9;
  padding:20px;
  box-sizing: border-box;
  justify-content: space-between;
}
.agreement-block a:hover{
  color: #0097e6;
}
.agreement-block .title{
  text-align: center;
}
.btn.btn3 .ball {
  width: 33px;
  height: 33px;
  background: #fff;
  border: 1px solid #0097e6;
  border-radius: 100%;
}
.btn .arrow {
  display: block;
  width: 8px;
  height: 8px;
  border-right: solid 2px #0097e6;
  border-top: solid 2px #0097e6;
  transform: rotate(45deg);
  margin-left: 9px;
  margin-top: 11px;
}

@media screen and (max-width: 1220px) and (min-width: 769px){
  .flex_case .profit p span:first-child {
    font-size: 2vw;
    line-height: 2.2vw;
  }
  .flex_case .profit p span:nth-child(2)  {
    font-size: 5vw;
    line-height: 5vw;
  }
  .flex_case .profit_b{
    font-size: 1.6vw;
    line-height: 2vw;
  }
  .flex_case .profit_b .big{
    font-size: 2vw;
  }  
  
  .flex_case .profit span:nth-child(3) {
    font-size: 2vw;
    line-height: 2.2vw;
  }
  .flex_case .small_val {
    font-size: 1.8vw;
  }
  .flex_case .small_unit {
    font-size: 1.2vw;
  }
  .flex_case .big_val {
    font-size: 2.5vw;
    flex: 1;
  }
  .flex_case .big_unit {
    font-size: 1.8vw;
  }
  .value_change p:nth-child(2){
    width: 10%;
    margin-right: 4%;
  }
  .flex_case .arrow {
    width: 100%;
  }
  .flex_case .value_text,.flex_case h4{
    font-size: 1.9vw;
  }
  .flex_case h3 {
    font-size: 2.7vw;
    line-height: 2.7vw;
  }
  .flex_case .flex_h p {
    font-size: 1.9vw;
  }
  .flex_case .flex_h p span {
    font-size: 2.3vw;    
  }
  .flex_case h4:before {
    margin-top: 8%;
  }
  .flex_case .flex_h{
    padding: 5% 0;
  }
  .flex_case .profit p {
    padding-bottom: 10px;
  }
  .benefits_head h2 {
    font-size: 40px;
  }
  #benefits_text2 {
    font-size: 32px;
  }
  #benefits_chance {
    font-size: 42px;
    line-height: 58px;
  }
  #sub_info h2 span,#sub_info h2 span{
    font-size: 6vw;
    line-height: 7vw;
  }
  .last_cta_info p {
    font-size: 2.6vw;
    line-height: 2.6vw;
  }
  .last_cta_info .bold {
    font-size: 3.4vw; 
  }
  .last_cta_info .bold .c_red {
    font-size: 5.5vw;     
    padding: 1.5% 2%;
  }
  #smart_info h2 span {
    font-size: 4vw;
    padding: 0.5% 1% 0.7%;
  }
  #smart_info ul{
    margin-top: 3%;
  }
  #smart_info ul li {
    font-size: 1.85vw;
    line-height: 1.85vw;
    margin-bottom: 1.5%;
  }
  #smart_info {
    padding-bottom: 15%;
  }
  .last_cta_info .bold .c_red span {
    font-size: 3.6vw;
  }
  #last_cta h2{
    font-size: 5vw;
    line-height: 8.5vw;
  }
  #last_cta h2 .big{
    font-size: 8vw;
  }
  #last_cta h2 .c_red{
    line-height: 8vw;
  }
}

@media screen and (max-width: 999px) and (min-width: 769px){
  #smart_info #display {
    width: 50%;
  }
  #smart_info #display img{
    transform: scale(1.1);
  }
  #cta_info h2 {
    font-size: 4.4vw;
    line-height: 5.6vw;
  }
  .reason_info_flex{
    padding: 30px;
  }
  .reason_info_other{
    padding:0 30px 30px;
  }
  .reason_info_img,.reason_info_txt {
    width: calc(50% - 15px);
  }
  #last_caution{
    text-align: justify;
  }
  #last_caution br{
    display: none;
  }
}


.sp_br{
  display: none;
}

@media screen and (max-width: 768px){
  .sp_br{
    display: block;
  }
  .section_padding {
    padding: 80px 0;
  }
  .sponser_logo{
    margin: 30px auto;
  }
  /*
  #sponser_info .section_padding{
    padding-bottom: 0;
  } 
  */
  .section_1100 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .benefits_cn{
    padding: 0 20px;
  }
  
  #main{
    padding-bottom: 0;
  }  
  #main .caution_txt{
    margin: 60px 15px 0;
    padding-bottom: 15px;
    font-size: 12px;
    line-height: 20px;
  }
  #main h1 {
    padding: 15px 10px;
    margin: 20px auto 80px;
    max-width: 500px;
  }
  #main h2 {
    font-size: 32px;
    line-height: 46px;
    padding-top: 40px;
  }
  #main h2 span:after {
    margin-top: -12%;
    width: 8px;
    height: 8px;
  }
  
  #main p {
    font-size: 18px;
    line-height: 40px;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  }
  #main p span{
    font-size: 44px;
  }
  #main #merit{
    font-size: 22px;
    line-height: 36px;
  }
  .cta_btn {
    font-size: 24px;
    line-height: 24px;
    height: 70px;
  }
  .cta_link{
    height: 70px;
  }
  .cta_link img:nth-child(1){
    margin-top: -25px;
    width: 250px;
  }
  .cta_btn:before {
    width: 26px;
    height: 40px;
    left: 20px;
  }
  .cta_btn:after{
    right: 25px;
    border-top: solid 4px #f03563;
    border-right: solid 4px #f03563;
  }
  
  
  .cta_btn2 {
    font-size: 24px;
    line-height: 24px;
    height: 70px;
  }
  .cta_link2{
    height: 70px;
  }
  .cta_link2 img:nth-child(1){
    margin-top: -25px;
    width: 250px;
  }
  .cta_btn2:before {
    width: 40px;
    height: 40px;
    left: 15px;
  }
  .cta_btn2:after{
    right: 25px;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
  }
  .cta_link2 img:nth-child(2) {
    width: 67%;
    max-width: 280px;
  }
  .cta_link2 {
    margin: 55px auto 0;
  }
  .cta_flex{
    margin: 90px 0 0px;
  }
  .cta_flex_middle{
    margin: 60px 0 20px;
  }
  .cta_flex_end{
    margin: 60px 0 20px;
  }
  .line_ca{
    text-align: left !important;
  }

  
  .title_h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .title_h2 .small{
    font-size: 22px;
    line-height: 30px;
  }
  
  #flex_list{
    display: block;
    margin-top: 40px;
  }
  .flex_case{
    border-radius: 20px;
  }
  .flex_case .flex_h {
    padding: 15px 0;
  }
  .flex_case .case_img {
    max-width: 160px;
    margin: 10px auto;
  }
  .flex_case .case_logo img {
    max-width: 180px;
  }
  .flex_case h3 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .reason_icon {
    width: 32%;
  }
  #reason_imgs{
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  #fixed_navi{
    height: 80px;
  }
  #fixed_navi_flex {
    padding: 0;
  }
  .fixed_navi_link{
    font-size: 18px;
    line-height: 18px;
    margin: 10px 1%;
  }
  #fixed_sub img {
    width: 210px;
    top: -26px;
  }
  .benefits_head h2 img{
    width: auto;
    padding: 10px;
    transform: scale(0.9);
    margin-bottom: 15px;
  }
  .benefits_head h2 svg{
    width: auto;
    padding: 10px;
    transform: scale(0.9);
    margin-bottom: 15px;
  }
  .benefits_head{
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .benefits_head h2 {
    font-size: 21px;
    line-height: 21px;
    transform: scale(1.1);
  }
  #benefits_text2 {
      font-size: 4.5vw;
      line-height: 5vw;
      padding: 3% 4%;
      margin-top: 15px;
  }
  #benefits_chance {
    position: relative;
    font-size: 5.8vw;
    line-height: 8vw;
    text-align: center;
    margin-top:20px;
  }
  #benefits_chance br{
    display: none;
  }
  #benefits_caution {
    text-align: justify;
    margin-top: 15px;
    font-size: 16px;
    line-height: 28px;
  }
  #noprices{
    margin: 30px auto 15px;
    padding: 0 20px;
    max-width:400px; 
  }
  #noprices img {
    width: 47%;
    margin-bottom: 5%;
  }
  #noprices img:nth-child(3), #noprices img:nth-child(4) {
    margin-bottom: 0;
  }
  .benefits_details h2{
    padding: 20px 0;
    font-size: 26px;
    line-height: 26px;
  }
  .sponser_slider h3{
    padding: 15px 0;
    font-size: 20px;
    line-height: 20px;
  }  
  .benefits_details h2:before{
    margin-top: -2px;
    right: 20px;
    width: 10px;
    height: 10px;
  }
  .sponser_slider h3:before{
    right: 20px;
    width: 10px;
    height: 10px;
  }
  .benefits_active h2:before{
    margin-top: 3px;
  }
  .sponser_text p{
    padding: 15px 0;
    line-height: 28px;
    text-align: justify;
  }
  .sponser_text{
    padding: 0 15px 15px;
  }
  #logo_northwave {
    width: 100%;
    max-width: 76px;
    display: block;
    margin: 10px auto -15px;
  }
  #logo_ezotopia {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 10px auto -15px;
  }
  
  #campaign_txt {
    padding: 20px 20px 35px;
  }
  .benefits_details .cta_link {
    margin-top: 65px;
  }
  .benefits_details {
    padding-bottom: 70px;
  }
  #reasons{
    transform: none;
  }
  #reasons_h2{
    font-size: 30px;
    line-height: 52px;
  }
  #reasons_h2 img{
    width: calc(100% - 90px);
    padding: 10px;
    display: block;
    margin: 0;
  }
  #reasons_h2 svg{
    width: calc(100% - 90px);
    padding: 10px;
    display: block;
    margin: 0;
  }
  #reasons_h2{
    flex-wrap: wrap;
  }
  #reasons_h2_2{
    font-size: 50px;
    line-height: 50px;
    margin-top: 0px;
  }
  .reason_info {
    border-radius: 10px;
    margin-top: 30px;
  }
  
  .reason_info h2 {
    font-size: 22px;
    line-height: 22px;
    padding: 12px 0;
    font-weight: 700;
  }
  .reason_info_flex{
    flex-wrap: wrap;
  }
  .reason_info_txt,.reason_info_img {
    width: 100%;
  }
  .reason_info_flex {
    padding: 20px;
  }
  .reason_info_other{
    padding:0 20px 20px;
  }
  .reason_info_txt{
    margin-top: 0;
  }
  .reason_info_txt h3{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: justify;
    font-weight: 700;
  }

  
  
  .reason_info:nth-child(2) .reason_info_flex:before{
    background-size: 100px auto;
    /*
    margin-top: 64%;
    */
  }
  .reason_info:nth-child(3) .reason_info_flex:before{
    background-size: 100px auto;
    /*
    margin-top: 57%;
    */
  }
  .reason_info:nth-child(4) .reason_info_flex:before{
    background-size: 100px auto;
    /*
    margin-top: 79%;
    */
  }
  #campaign_txt h3, #campaign_txt p {
    font-size: 16px;
    line-height: 28px;
  }
  #smart_info:before,#smart_info:after{
    width: 66%;
    background-size: 100% auto;
    height: 0;
    padding-top: 34%;
  }
  #smart_info h2 span {
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
  }
  #smart_info ul {
    margin-top: calc(30px + 64vw);
  }
  #smart_info ul li {
    font-size: 4vw;
    line-height: 4vw;
    margin-bottom: 3%;
    display: flex;
    justify-content: center;
  }
  #smart_info ul li .c_disp {
    padding: 12px 15px;
  }
  #smart_info #display {
    position: absolute;
    right: auto;
    width: 94%;
    top: 236px;
    transform: translateX(-50%);
    left: 50%;
  }
  #smart_info {
    padding-bottom: 80px;
  }
  #sub_info h2 span {
    font-size: 32px;
    line-height: 45px;
    padding: 0;
  }
  #sub_info h2 span::after{
    display: none;
  }
  #sub_info h2 br{
    display: none;
  }
  #sub_flex {
    flex-wrap: wrap;
    margin: 30px 0 15px;
  }
  #sub_flex li {
    width: 48%;
    font-size: 20px;
    line-height: 20px;
    padding: 10px 0;
  }
  #sub_flex li:first-child,#sub_flex li:nth-child(2) {
    margin-bottom: 4%;
  }
  #sub_flex li span:nth-child(2) {
    font-size: 32px;
    line-height: 32px;
  }
  #cta_info h2 {
    font-size: 32px;
    line-height: 45px;
  }
  #sub_info{
    padding-bottom: 40px;
  }
  #sub_info:after {
    height: calc(100px / 2);
    bottom: -50px;
  }
  
  #flow_info {
    border-radius: 10px;
    padding:30px 20px 20px;
    margin: 40px auto 0;
    width: calc(100% - 40px);
  }
  #flow_info h3 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .flow_list {
    padding: 15px 0;
    flex-wrap: wrap;
  }
  .flow_icon{
    display: none;
  }
  .flow_text h4 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
  }
  .flow_text h4 .en {
    margin-right: 5px;
  }
  .flow_text h4 .en .num {
    font-size: 28px;
  }
  .flow_text h4:before{
    content:"";
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 4px;
  }
  .flow_list:nth-child(2) .flow_text h4:before{
    background: url(../img/flow_icon1.webp) no-repeat left top;
    background-size:100% auto;
  }
  .flow_list:nth-child(3) .flow_text h4:before{
    background: url(../img/flow_icon2.webp) no-repeat left top;
    background-size:100% auto;
  }
  .flow_list:nth-child(4) .flow_text h4:before{
    background: url(../img/flow_icon3.webp) no-repeat left top;
    background-size:100% auto;
  }
  
  .flow_text p {
    font-size: 16px;
    line-height: 28px;
  }
  #faq .title_h2{
    margin-bottom: 40px;
  }
  .faq_q {
    padding: 15px 40px 15px 10px;
    font-size: 16px;
  }
  .faq_q span:nth-child(1) {
    font-size: 28px;
    line-height: 28px;
    margin-right: 15px;
  }
  .faq_q:before {
    right: 13px;
    width: 20px;
    height: 2px;
  }
  .faq_q:after {
    right: 22px;
    width: 2px;
    height: 20px;
  }
  .faq_open .faq_q:after {
    display: none;
  }
  .faq_a {
    padding: 15px 10px;
    font-size: 14px;
    line-height: 26px;
    display: none;
  }
  .faq_a span:nth-child(1) {
    font-size: 28px;
    line-height: 28px;
    margin-left: 4px;
    margin-right: 15px;
  }
  #last_cta h2 {
    font-size: 5.9vw;
    line-height: 12vw;
  }
  #last_cta h2 .big{
    font-size: 11vw;
  }
  .letter{
    letter-spacing: -2vw;
  }
  #last_cta_flex {
    flex-wrap: wrap;
  }
  .last_cta_info {
    padding: 15px 0;
    width: 98%;
    margin: 0 1%;
    border: solid 3px #0097e6;
  }
  .last_cta_info:first-child{
    margin-bottom: 15px;
  }
  .last_cta_info p {
    font-size: 20px;
  }
  .last_cta_info .bold {
    font-size: 28px;
    line-height: 50px;
  }
  .last_cta_info .bold .c_red {
    font-size: 42px;
  }  
  #last_caution{
    text-align: justify;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
  }
  
  #tel_info_txt {
    margin: 30px auto 0;
    padding: 30px 0;
    border-radius: 20px;
  }
  #tel_info p {
    font-size: 22px;
    line-height: 22px;
  }
  #tel_info #telno {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 15px;
  }
  #tel_info #telno img {
    max-width: 44px;
    height: auto;
    margin-top: 4px;
    margin-right: 8px;
  }  
  footer {
    font-size: 14px;
    line-height: 28px;
    padding: 40px 0 calc(40px + 100px);
  }
  #tel_info {
    background-size: 8px auto;
  }
  #flex_list{
    padding-bottom: 10px;
    width: 94%;
    max-width: 480px;
    margin: 40px auto;
  }
  .slick-dots{
    margin-top: 4%;
  }
  .slick-dots li.slick-active button:before{
    display: none;
  }
  .slick-dots li button:before {
    display: none;
  }
  .slick-dots li.slick-active button{
    background: #0097e6;
    border-radius: 100%;
    width: 10px;
    height: 10px;
  }
  .slick-dots li button{
    background: #FFF;
    border: solid 1px #0097e6;
    box-sizing: border-box;
    border-radius: 100%;
    width: 10px;
    height: 10px;
  }
  .slick-next {
    background: url(../img/left_icon.webp) no-repeat left top !important;
    background-size: 100% auto !important;
    width: 5%;
    height: 0;
    padding-top: 10%;
    right: 0 !important;
    top: 50%;
    margin-right: -7%;
    transform: translateY(-50%) scale(-1,1);
  }
  .slick-next:before,
  .slick-prev:before{
    display: none;
  }
  .slick-prev {
    background: url(../img/left_icon.webp) no-repeat left top !important;
    background-size: 100% auto !important;
    width: 5%;
    height: 0;
    padding-top: 10%;
    left: 0 !important;
    top: 50%;
    margin-left: -7%;
    transform: translateY(-50%);
  }
  .flex_case .value_text {
    font-size: 20px;
  }
  #faq_list{
    margin-bottom: 15px;
  }
  .sp_img{
    display: block;
    margin-bottom: 10px;
  }
  .reason_info_img{
    display: none;
  }
  .fixed_navi_link span{
    font-size: 12px;
    margin-top: 4px;
  }
  .fixed_navi_link:nth-child(2):before,
  .fixed_navi_link:nth-child(1):before{
    display: none;
  }
  .benefits_head{
    background:url("../img/cp_bg_sp.webp") no-repeat center top;
    background-size: 100% auto;
  }
  #benefits,#benefits:after,#cta_info{
    background: #FFF url(../img/repeat.png) repeat left top;
    background-size: 8px auto;
  }
  .reason_info_txt .img_caution{
    font-size: 10px;
    margin-top: -10px;
    text-align: right;
  }
  #last_cta h2 .c_red {
    line-height: 60px;
  }
  
  #footer_info{
    margin: 40px 15px 0;
    padding-top: 20px;
    justify-content: center;
  }
  #flex_footer a{
    margin:0 10px;
    font-size: 12px;
  }
  #flex_footer{
    justify-content: center;
    margin-top: 10px;
  }
  address{
    margin-top: 10px;
    font-size: 12px;
  }

  #office_var .flex_case{
    width: 100%;
  }
  #office_var {
    width: 94%;
    margin: 60px auto 0;
  }
  #office_var .flex_case{
    margin-bottom: 15px;
  }
  #office_var .caution_txt{
    text-align: justify;
    padding: 10px;
    margin: 0;
    background: #FFF;
    font-size: 12px;
    line-height: 20px;
  }  
  #office_var table th, #office_var table td {
    padding: 5px 20px;
  }
  
}

#fv_btns{
  margin-top: 40px;
}
footer{
  padding-bottom: 140px;
}






#contact_form .section_white{
  position: relative;
  background: #FFF;
  border-radius: 30px;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
  padding: 60px;
}
#contact_form h3{
  color: #0097e6;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
}
#company_table table{
  border-collapse: collapse;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}
#company_table table a{
  color: #00a2ff;
}
#company_table table a:hover{
  text-decoration: underline;
}
#company_table td,
#company_table th{
  padding: 20px;
}
#company_table th{
  background: #ceeafa;
  border-bottom: solid 1px #FFF;
  color: #0097e6;
}
#company_table td{
  border-bottom: solid 1px #f0f0f0;
  background: #FAFAFA;
}
#company_table td li{
  margin-left: 1rem;
}
@media screen and (max-width: 768px){

  #contact_form .section_white{
    position: relative;
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    padding:30px 20px;
    margin: 0 20px;
  }
  #contact_form h3{
    margin-bottom: 20px;
    font-size: 20px;
  }
  #company_table td,
  #company_table tr,
  #company_table th{
    display: block;
    width: auto;
    text-align: justify;
  }
  #company_table td,
  #company_table th{
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .agreement-block a{
    width: 100%;
  }
  .reason_info_txt img{
    border: solid 1px #14a0e8;
    box-sizing: border-box;
  }

}

#yt_panel{
  margin-top:40px;
}
.yt_wrapper{
  max-width: 800px;
  margin: 0 auto;
}
.yt_frame{
  position: relative;
  max-width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin: 40px auto 0;
}
.yt_frame iframe{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px){
  .yt_frame{
    margin-top:20px;
  }
}











