@charset "utf-8";

.mainv{
  background-image: url(../img/flow/mainv.jpg);
}
/* -------------------------- */
.method{
    position: relative;
    z-index: 5;
    padding: 0 170px;
}
.method:before{
  content: "";
  z-index: 1;
  position: absolute;
  background: #005aa0;
  top:0;
  bottom: 0;
  right:0;
  left: 120px;
}
.method:after{
  content: "";
  z-index: 2;
  position: absolute;
  background: #fff;
  top: 90px;
  bottom: 90px;
  right: 120px;
  left: 0;
}
.method .mainInner{
    padding: 161px 0 184px;
    position: relative;
    z-index: 10;
}
.method_ttl{
    font-size: 22px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 38px;
}
.method_ttl span{
    font-size: 50px;
    /* display: block; */
    color: #005aa0;
}

.method_mes{
  line-height: 2.7;
  text-align: center;
  /* margin: 0 0 91px; */
}
.method_mes p + p{
  margin-top: 39px;
}
.method_douga{
    position: relative;
    z-index: 1;
    padding: 58.3% 0 0;
}
.method_douga iframe{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/* -------------------------- */

.shop{
    overflow: hidden;
    background: #eef2f6;
    position: relative;
    z-index: 1;
    padding: 0 170px;
}
.shop:before{
    content: "";
    z-index: -1;
    position: absolute;
    background: #fff;
    top: 100px;
    bottom: 102px;
    left: 120px;
    right: 0;
}



.shop .mainInner{
    padding: 196px 0 222px;
}
.shop_data{
    margin: 60px auto 76px;
    max-width: 929px;
}
.shop_data_step1{
    margin: 0 0 66px;
    position: relative;
    z-index: 1;
}
.shop_data_step1:before{
  content: "";
  z-index: 1;
  position: absolute;
  background: url(../img/flow/step1_arrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 43px;
  height: 45px;
  top: 59px;
  right:0;
  left: 0;
  margin: auto;
}
.shop_data_step1 span{
  display: block;
  border: solid 2px #125c9d;
  padding: 9px 0;
  width: 250px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #125c9d;
}
.shop_data_step2{
  display: flex;
  justify-content:space-between;
  margin: 0 0 70px;
}
.shop_data_step2 p{
    display: block;
    border: solid 2px #125c9d;
    padding: 9px 0;
    width: 49.3%;
    /* margin: 0 auto; */
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #125c9d;
    background: #eef2f6;
}
.shop_data_step2 p:nth-child(2){
  position: relative;
  z-index: 1;
}
.shop_data_step2 p:nth-child(2):before{
  content: "";
  z-index: 1;
  position: absolute;
  background: url(../img/flow/step2_arrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 16px;
  height: 60px;
  top: 59px;
  right:0;
  left: 0;
  margin: auto;
}

.shop_data_step3{
  display: flex;
  justify-content:space-between;  
  position: relative;
  z-index: 1;
}
.shop_data_step3:before{
  content: "";
  z-index: 1;
  position: absolute;
  background: url(../img/flow/step3_arrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 82px;
  height: 47px;
  top: 0;
  right:0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.shop_data_box{
    display: block;
    border: solid 2px #125c9d;
    width: calc(50% - 57px);
    /* margin: 0 auto; */
}
.shop_data_box_ttl{
    background: #125c9d;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    padding: 10px 0;
}
.shop_data_box_mes{
    text-align: center;
    padding: 21px 0;
}
.shop_come{
    font-size: 18px;
    text-align: center;
    line-height: 2;
    margin: 0 0 66px;
}

.shop_text{
    margin: 0 auto;
    max-width: 1000px;
}
.shop_list{
  counter-reset: li;  
}
.shop_list li{
    padding: 0 0 0 27px;
    line-height: 2.4;
    font-size: 18px;
  position: relative;
  z-index: 1;    
}

.shop_list li:before{
  content: counter(li)'.';
  counter-increment: li;

  z-index: 1;
  position: absolute;

  top: 0px;
  left: 0;
  color: #125c9d;

}

.shop_list li + li{margin: 43px 0 0;}
.shop_link{
    font-size: 18px;
    margin: 41px 0 0;
}





/* -------------------------- */

.point{
    padding: 0 170px;
}

.point .mainInner{
  position: relative;
  z-index: 5;
  padding: 83px 0 335px;
}
.point_list_midasi{
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  color: #005bab;
  /* margin: 0 0 39px; */
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: -98px;
}
.point_ttl{
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 32px;
}
.point_text1{
    color: #005aa0;
}
.point_text1 span{
    font-size: 80px;
    font-style: italic;
}
.point_mes{
    text-align: center;
    line-height: 2;
    margin: 0 0 88px;
}
.point_list{
    position: relative;
    z-index: 1;
}
.point_list_midasi_add{
  margin-top: 177px !important;
}
.point_list:nth-child(n+2){
  margin-top: 145px;
}
.point_list_no{
    font-size: 20px;
    color: #125c9d;
    /* font-weight: bold; */
    line-height: 1;
    letter-spacing: 0.3em;
    margin: 0 0 11px;
}
.point_list_no span{
    font-size: 71px;
    font-style: italic;
    font-weight: bold;
    margin: 0 0 0 5px;
}
.point_list_box{
    /* padding: 0 50% 0 0; */
    position: relative;
    z-index: 1;
}
.point_list_box:before{
  content: "";
  z-index: 1;
  position: absolute;
  background: #005aa0;
  top:0;
  bottom: -26px;
  left: 0;
  width: 66.4%;
}

.point_list_box_inner{
  padding: 65px 4.5% 57px;
  width: 45%;
  position: relative;
  z-index: 5;
  min-height: 409px;
}
.point_list_main{
    padding: 0 0 30px;
    /* min-height: 421px; */
}
.point_list_ttl{
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    margin: 0 0 27px;
}
.point_list_mes{color: #fff;line-height: 2;}
.point_list_btn{}
.point_list_btn a{
    /* color: #fff; */
    /* border: solid 1px #fff; */
    /* padding: 24px 0; */
    /* display: block; */
    max-width: 350px;
}
.point_list_btn span{
    width: 130px;
}
.point_list_btn i{
    border-color: #fff;
}
.point_list_btn i:before{
    border-color: #fff;
}


.point_list_img{
  background: 50% no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  padding: 35% 0 0 0;
  /* bottom: 27px; */
  overflow: hidden;
  width: 54.5%;
  text-indent: -999px;
}

.point_list:nth-child(even) .point_list_box_inner{
  margin-left: 55%;
}
.point_list:nth-child(even) .point_list_box:before{
      right: 0;
      left: auto;
}
.point_list:nth-child(even) .point_list_img{
  right: auto;
  left: 0;

}

.point_list:nth-child(even) .point_list_no {
    margin: 0 0 11px 55%;
    padding: 0 0 0 21px;
}
.point_list_dotto{
    color: #fff;
    margin: 12px 0 0;
}
.point_list_dotto + .point_list_mes{
  margin: 10px 0 0;
}
.point_list_dotto li{
    position: relative;
    z-index: 1;
    padding: 0  0 0 17px;
}
.point_list_dotto li:before{
  content: "";
  z-index: 1;
  position: absolute;
  background: #fff;
  width: 4px;
  height: 4px;
  top: 12px;
  left: 4px;
  border-radius: 100px;
}
.point_list_dotto li+li{
    margin: 7px 0 0;
}

.point_list_kome,
.point_list_hosi{
  position: relative;
  z-index: 1;
  color: #fff;
  margin: 12px 0 0;
  padding: 0  0 0 17px;
}
.point_list_hosi:before{
  content: "★";
  z-index: 1;
  position: absolute;

  top:0;
  left: 0;
}
.point_list_kome:before{
  content: "※";
  z-index: 1;
  position: absolute;

  top:0;
  left: 0;
}

/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
.flow_head{
  background-position: 50%;
  background-size: cover; 
}
.flow_head .mainInner{
    text-align: center;
    padding: 98px 0 111px;
}
.flow_head_ttl{
    font-size: 50px;
    font-weight: 600;
    color: #005aa0;
    margin: 0 0 28px;
}
.flow_head_main{
    line-height: 2.4;
}
.flow_head_main p{}
.flow_head_main p+p{
  margin-top: 38px;
}
.flow_head_come{
  font-size: 13px;
  margin: 46px 0 0;
}
/* -------------------------- */
.tekuno{
    background: #eef2f6;
    position: relative;
    z-index: 1;
    padding: 0 170px;
}

.tekuno:after {
    content: "";
    z-index: 1;
    position: absolute;
    background: #fff;
    top: 91px;
    bottom: 89px;
    right: 120px;
    left: 0;
}
.tekuno .mainInner{
  position: relative;
  z-index: 5;
  padding: 203px 0 207px;
}
.tekuno_ttl2{
  color: #125c9d;
  text-align: center;
  letter-spacing: 0.3rem;
  margin: 0 0 29px;
}
.tekuno_ttl2 span{
  position: relative;
  z-index: 1;
  padding: 0 0 0 80px;
}
.tekuno_ttl2 span:before{
  content: "";
  z-index: 1;
  position: absolute;
  border-bottom:1px solid #125c9d;
  width: 35px;
  top: 10px;
  left: 31px;
}
.tekuno_ttl{
    font-size: 38px;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
    margin: 0 0 60px;
}
.tekuno_list{}
.tekuno_list li{
  display: flex;
  justify-content:space-between;
}
.tekuno_list li + li{
  margin-top: 100px;
}
.tekuno_list_main{
    width: 45%;
    padding: 35px 0 0;
}
.tekuno_list_ttl{
    font-size: 32px;
    font-weight: 600;
    padding: 0 0 0 27px;
    border-left: #125c9d solid 3px;
    line-height: 1.4;
    position: relative;
    z-index: 1;
    margin: 0 0 41px;
}
.tekuno_list_ttl:before{
  content: "";
  z-index: 1;
  position: absolute;
  border-bottom:1px solid #dce2e8;
  bottom: -15px;
  right:0;
  left: 0;
}
.tekuno_list_mes{
    line-height: 2;
}
.tekuno_list_come{
  font-size: 14px;
  margin: 25px 0 0 0;
}
.tekuno_list_btn{
    margin: 41px 0 0;
}
.tekuno_list_btn a{
  display: block;
  color: #125c9d;
  border: solid 1px #125c9d;
  max-width: 320px;
  text-align: center;
  padding: 18px 0;
  position: relative;
  z-index: 1;
}
.tekuno_list_btn a:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #125c9d;
  border-right: 1px solid #125c9d;
  transform: rotate(45deg);

  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
}


.tekuno_list_img{
    width: 48.7%;
}
.tekuno_list li:nth-child(even){
  flex-direction: row-reverse;
}

/* -------------------------- */
/* -------------------------- */
/* -------------------------- */
/* -------------------------- */
/* -------------------------- */



@media screen and (min-width: 681px) and (orientation: portrait) ,screen and (min-width: 738px) and (orientation: landscape) {

  .point_list_btn a:hover span{
      color: #fff !important;
  }

  .point_list_btn a:hover i{
      border-color: #fff !important;
      background: #fff !important;
  }
  .point_list_btn a:hover i:before{
      border-color: #005aa0 !important;
  }
  .tekuno_list_btn a:hover{
    background: #125c9d;
    color: #fff;

  }
  .tekuno_list_btn a:hover:before{
    border-color: #fff;
  }

}

/*---------------------------------------------------------
  スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px) and (orientation: portrait), screen and (max-width: 737px) and (orientation: landscape) {

  .mainv{}
  /* -------------------------- */
  .method{
    padding: 0 4%;
}
  .method:before{
    left: 4%;
    /* bottom: -35px; */
}
  .method:after{
    right: 4%;
    top: 35px;
    bottom: 35px;
}
  .method .mainInner{
    padding: 64px 5%;
}
  .method_ttl{
    font-size: 25px;
    margin: 0 0 17px;
}
  .method_ttl span{
    font-size: 25px;
}

  .method_mes{
    line-height: 2;
    /* margin: 0 0 40px; */
    text-align: left;
}
.method_mes p + p{
  margin-top: 15px;
}
  .method_douga{}
  .method_douga iframe{}
  
  /* -------------------------- */

  .shop{
    padding: 0 4%;
}
  .shop:before{
    left: 4%;
    top: 35px;
    bottom: 35px;
}



  .shop .mainInner{
    padding: 61px 5% 70px;
}
  .shop_data{
    margin: 29px auto 31px;
}
  .shop_data_step1{margin: 0 0 50px;}
  .shop_data_step1:before{
    width: 20px;
    height: 45px;
}
  .shop_data_step1 span{
    font-size: 13px;
    width: auto;
}
  .shop_data_step2{
    margin: 0 0 50px;
}
  .shop_data_step2 p{
    font-size: 12px;
}
  .shop_data_step2 p:nth-child(2){}
  .shop_data_step2 p:nth-child(2):before{
    width: 7px;
    height: 60px;
    top: 54px;
}

  .shop_data_step3{}
  .shop_data_step3:before{
    width: 35px;
    height: 20px;
}
  .shop_data_box{
    width: calc(50% - 23px);
}
  .shop_data_box_ttl{
    font-size: 12px;
}
  .shop_data_box_mes{
    padding: 9px 0;
    font-size: 12px;
}
  .shop_come{
    font-size: 14px;
    text-align: left;
    margin: 0 0 25px;
}



  .shop_text{}
  .shop_list{}
  .shop_list li{
    font-size: 14px;
    padding: 0 0 0 22px;
    line-height: 2;
}

  .shop_list li:before{}

  .shop_list li + li{
    margin: 25px 0 0;
}
  .shop_link{
    font-size: 14px;
    margin: 20px 0 0;
}




  /* -------------------------- */
  .point{
    padding: 0 4%;
}

  .point:after {
    right: 4%;
    top: 70px;
    bottom: 40px;
}
  .point .mainInner{
    padding: 33px 5% 140px;
}
.point_list_midasi{
    font-size: 20px;
    letter-spacing: 0;
    top: -47px;
}
  .point_ttl{
    font-size: 6.4vw;
    margin: 0 0 14px;
}
  .point_text1{
}
  .point_text1 span{
    font-size: 11vw;
}
  .point_mes{
    margin: 0 0 30px;
    text-align: left;
}
  .point_list{}
.point_list_midasi_add{
  margin-top: 90px !important;
}
.point_list + .point_list_midasi_add{
  margin-top: 200px !important;
}  
  .point_list:nth-child(n+2){}
  .point_list_no{
    font-size: 12px;
    margin: 0 0 7px;
}
  .point_list_no span{
    font-size: 20px;
}
  .point_list_box{}
  .point_list_box:before{
    width: auto;
    right: 0;
}

  .point_list_box_inner{
    width: auto;
    padding: 26px 8% 57px;
    min-height: 0;
}
  .point_list_main{
    min-height: 0;
    padding: 0 0 15px;
}
  .point_list_ttl{
    font-size: 20px;
    margin: 0 0 8px;
}
  .point_list_mes{}
  .point_list_btn{}
  .point_list_btn a{}
  .point_list_btn span{
    width: auto;
}
  .point_list_btn i{}
  .point_list_btn i:before{}


  .point_list_img{
    top: auto;
    right: -3%;
    width: 90%;
    bottom: -122px;
    height: 148px;
    padding: 0;
}

  .point_list:nth-child(even) .point_list_box_inner{
    margin-left: 0;
}
  .point_list:nth-child(even) .point_list_box:before{
    /* right: 0; */
    left: 0;
}
  .point_list:nth-child(even) .point_list_img{
    left: -3%;
}
  .point_list:nth-child(even) .point_list_no {
      margin: 0 0 7px;
      padding: 0;

  }

  /* ---------------------------------------------------------- */
  /* ---------------------------------------------------------- */
  .flow_head{}
  .flow_head .mainInner{
    padding: 37px 0 35px;
}
  .flow_head_ttl{
    font-size: 27px;
    margin: 0 0 10px;
}
  .flow_head_main{}
  .flow_head_main p{}
  .flow_head_main p+p{
    margin-top: 20px;
}
  .flow_head_come{
  font-size: 11px;
  margin: 30px 0 0;
}
  /* -------------------------- */
  .tekuno{
    padding: 0 4%;
}

  .tekuno:after {
    right: 4%;
    top: 30px;
    bottom: 40px;
}
  .tekuno .mainInner{
    padding: 63px 5% 79px;
}
  .tekuno_ttl2{
    margin: 0 0 12px;
}
  .tekuno_ttl2 span{
    padding: 0 0 0 35px;
}
  .tekuno_ttl2 span:before{
    left: 0;
    width: 23px;
    top: 7px;
}
  .tekuno_ttl{
    font-size: 5.5vw;
    margin: 0 0 5px;
}
  .tekuno_list{}
  .tekuno_list li{
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 0 79px;
}
  .tekuno_list li + li{
    margin-top: 19px;
}
  .tekuno_list_main{
    width: auto;
}
  .tekuno_list_ttl{
    font-size: 18px;
    padding: 0 0 0 15px;
    margin: 0 0 29px;
}
  .tekuno_list_ttl:before{
}
  .tekuno_list_mes{}
  .tekuno_list_come{
    font-size: 12px;
    margin: 17px 0 0 0;
  }  
  .tekuno_list_btn{
    margin: 20px 0 0;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
}
  .tekuno_list_btn a{
    max-width: 240px;
    margin: 0 auto;
    padding: 13px 0;
}
  .tekuno_list_btn a:before{}


  .tekuno_list_img{
    width: auto;
    margin: 27px 0 0;
}
  .tekuno_list li:nth-child(even){}



}