@charset "UTF-8";

#flow .gnav-list li:nth-of-type(5) a::after{
  transform: scale(1, 1);
}
#flow .gnav-list .gnav-sub ul li:nth-of-type(5) a::after{
  transform: scale(0, 1);
}
#flow .gnav-list .gnav-sub ul li:nth-of-type(5) a:hover::after{
  transform: scale(1, 1);
}
@media screen and (max-width:767px) { 
  #flow .gnav-list li:nth-of-type(5) a::after{
    transform: scale(0, 0);
  }
}

.flow-lead{
  margin-bottom: 70px;
}
.block-flow{
  margin-bottom: 150px;
}
.block-flow .flow{
  background: #f7f7f7;
  padding: 40px;
  position: relative;
  text-align: left;
}
.block-flow .flow .title-area{
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
  padding-bottom: 25px;
  display: flex;
}
.block-flow .flow .title-area span.step{
  color: #0e214e;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4em;
  padding-right: 70px;
  position: relative;
}
.block-flow .flow .title-area span.step::before{
  background: #0e214e;
  content: "";
  display: inline-block;
  height: 1px;
  margin: 0;
  width: 60px;
  position :absolute;
  right: 0;
  top: 20px;
}
.block-flow .flow .title-area span.step:after{
  background: #be0000;
  content: "";
  display: inline-block;
  height: 1px;
  width: 15px;
  position :absolute;
  right: 0;
  top: 20px;
}
.block-flow .flow .title-area h3{
  color: #000;
  font-size: 2.6rem;
  letter-spacing: 1px;
  line-height: 1.4em;
  margin-bottom: 0;
  margin-left: 10px;
  position: relative;
}
.block-flow .flow span.period{
  display: block;
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.block-flow .flow p{
  font-size: 1.6rem;
  line-height: 2em;
}
.block-flow .flow:nth-of-type(even){
  background: transparent;
  margin: 0;
  padding: 0 0 75px;
  text-align: left;
}
.block-flow .flow i{
  border-color: #e0e0e0;  
  border-style: solid;
  border-width: 2px 2px 0 0;
  box-sizing: border-box;
  display: inline-block;
  height: 45px;
  margin: 0 auto;
  transform: rotate(135deg);
  transition: .3s;
  width: 45px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
#contract,
#operation{
  margin-top: -90px;
  padding-top: 90px;
}

@media screen and (max-width:767px) {
  .flow-lead{
    margin-bottom: 50px;
  }
  .block-flow .flow{
    padding: 30px 5%;
  }
  .block-flow .flow .title-area{
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
    padding-bottom: 25px;
    display: block;
  }
  .block-flow .flow .title-area span.step{
    display: inline-block;
    font-size: 1.7rem;
    margin-bottom: 7px;
    padding-right: 50px;
  }
  .block-flow .flow .title-area span.step::before{
    width: 40px;
    top: 13px;
  }
  .block-flow .flow .title-area span.step:after{
    width: 10px;
    top: 13px;
  }
  .block-flow .flow .title-area h3{
    font-size: 2.2rem;
    margin-left: 0;
  }
  .block-flow .flow:nth-of-type(even){
    padding: 0 0 68px;
  }
  .block-flow .flow i{
    height: 40px;
    width: 40px;
  }
  .block-flow span.for-sp{
    display: inline-block;
  }
}















