@charset "UTF-8";
/* CSS Document */

/*----- flow-fv-pc -----*/
.flow-fv-section{
  background-image: url("../img/others/flow_fv_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
  height: 380px;
  position: relative;
}
.flow-section{
  margin-top: 100px;
  margin-bottom: 100px;
  width: 90%;
}
.flow-fv-section h2{
  position: absolute;
  z-index: 999;
  top: 60%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 3.0rem;
  color:#fff;
}
.flow-fv-section p{
  position: relative;
  top: 70%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 1.4rem;
  color:#fff;
  text-align: center;
}

/*----- flow-fv-sp -----*/
@media(max-width:650px){
  .flow-fv-section{
    background-image: url("../img/others/flow_fv_sp@2x.jpg");
    height: 200px;
    background-position: center 50px;
  }
  .flow-fv-section h2{
    font-size:2.0rem;
    position: relative;
    text-align: center;
    top:65%;
  }
  .flow-fv-section p{
    position: relative;
    font-size: 1.0rem;
    text-align: center;
    top:70%;
    padding: 0 20px;
    line-height: 1.2;
  }
}

/*--------------------*/
/*----- flow-pc -----*/
.flow-section li{
  display: flex;
  margin-bottom:50px;
  background-color: #75726d;
  align-items: center;
}
.step{
  padding:0 30px;
  color: #fff;
}
.text{
  background-color: #f6f3ee;
  width:950px;
}
.text h3{
  font-size:2.4rem;
  padding:30px 0 0 20px;
}
.text h3::after{
  content: "";
  display: block;
  width: 98%;
  height: 3px;
  background-color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}
.text p{
  padding:0 20px 30px;
}

/*----- flow-sp -----*/
@media(max-width:850px){
  .flow-section{
    margin-bottom: 80px;
  }
  .flow-section li{
    display: block;
    text-align: center;
    padding-top:20px;
    margin-bottom:40px;
  }
  .step{
    padding:30px 0;
    color: #fff;
  }
  .text{
    background-color: #f6f3ee;
    width:100%;
    margin-top:20px;
  }
  .text h3{
  font-size:2.0rem;
  padding:20px 10px 0;
  }
  .text h3::after{
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
  }
  .text p{
    text-align: left;
 }
}