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

/*----- about-fv-pc -----*/
.business-fv-section{
  background-image: url("../img/others/business_fv_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
  height: 380px;
  position: relative;
}
.business-fv-section h2{
  position: absolute;
  z-index: 999;
  top: 60%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 3.0rem;
  color:#fff;
}

/*----- about-fv-sp -----*/
@media(max-width:650px){
  .business-fv-section{
  background-image: url("../img/others/business_fv_sp@2x.jpg");
  height: 200px;
  background-position: center 50px;
  }
  .business-fv-section h2{
    font-size:2.0rem;
    position: relative;
    text-align: center;
    top:65%;
  }
}

/*----- shinchiku-section-pc -----*/
.shinchiku-description{
  padding-top:30px;
  position:relative;
  margin-bottom:100px;
  height: 450px;
}
.shinchiku-text h3{
  font-size: 2.4rem;
  color:#fff;
  background-color:#75726d;
  display: inline;
  padding:5px 10px;
  margin-top:50px;
  line-height: 2.5;
  -webkit-box-decoration-break: clone;
}
.shinchiku-text-p{
  margin-top:20px;
  width: 34vw;
  background-color: #fff;
  padding:20px 20px 0 0;
}
.shinchiku-text-p p{
  padding-bottom:30px;
}
.shinchiku-img-box{
  position:absolute;
  top:0;
  right: 0;
  z-index: -1;
  width: 807px;
}
/*----- shinchiku-section-sp -----*/
@media(max-width:950px){
  .shinchiku-description{
    padding-top:0;
    position:static;
    margin-bottom:80px;
    height: auto;
  }
  .shinchiku-text h3{
    font-size: 2.0rem;
  }
  .shinchiku-text-p{
    margin-top:40px;
    width: 100%;
    padding:0;
    background:none;
  }
  .shinchiku-text-p p{
    padding-bottom:30px;
  }
  .shinchiku-img-box{
    position:static;
    width: 100%;
    text-align: center;
  }
}


/*--------------------------*/
/*----- reform-section-pc -----*/
.reform-description{
  position: relative;
  margin-bottom:100px;
  padding-top:30px;
  height: 580px;
}
.reform-text-h3-box{
  text-align: right;
}
.reform-text-h3-box h3{
  font-size: 2.4rem;
  color:#fff;
  background-color:#75726d;
  display: inline;
  padding:5px 10px;
  margin-top:50px;
  line-height: 2.5;
  -webkit-box-decoration-break: clone;
  text-align: right;
}
.reform-text-p{
  margin-top:20px;
  width: 34vw;
  margin-left: auto;
  padding:20px 0 0 20px;
  background-color: #fff;
}
.reform-text-p p{
  padding-bottom:30px;
}
.reform-img-box{
  position:absolute;
  width: 807px;
  top:0;
  z-index: -1;
}

/*----- reform-section-sp -----*/
@media(max-width:950px){
  .span-sp{
    display: block;
  }
  .midashi-sp{
    line-height: 1.2;
  }
  .midashi-sp::before{
    height: 65px;
  }
  .reform-description{
    padding-top:0;
    position:static;
    margin-bottom:80px;
    height: auto;
  }
  .reform-text-h3-box {
    text-align: left;
}
  
  .reform-text h3{
    font-size: 2.0rem;
  }
  .reform-text-p{
    margin-top:40px;
    width: 100%;
    padding:0;
    background:none;
  }
  .reform-text-p p{
    padding-bottom:30px;
  }
  .reform-img-box{
    position:static;
    width: 100%;
    text-align: center;
  }
  .sp-br-none{
    display: none;
  }
  
}




