header{
 height:auto;
}
.txt_cntr{
  text-align: center;
}
.mv{
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
header .header_right nav.subnav ul li.estimate a{
  color: #fff;
}
header .header_right nav ul li a{
  color: #000;
}

h2{
  font-size:2.6rem;
  color: #555;
  line-height: 1.8;
  margin: 0px auto 20px auto;
}
.title_box h2 span{
  color: #907d4d;
  font-size: 1.4rem;
  display: block;
  font-weight: bold;
}
.sp{
  display: none;
}
.slider li p{
  font-size: 3.6rem;
  position: relative;
}
.slider li.mv01 p{
  width: 50%;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);  
}
.slider li.mv02 p{
  width:100%;
  text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); 
}
.slider li.mv03 p{
  width:100%;
  color: #fff;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);  
}
.slider li.mv04 p{
  width:100%;
  text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); 
}


h2{
  font-size:2.6rem;
  color: #555;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  margin: 30px auto 60px auto;
}

header ul.slider li{
  margin-bottom: 80px;
}

section{
  margin-bottom: 160px;
}
section:last-child{
  margin-bottom: 0;
}

.pdf{
  display: inline-block;
  margin-top: 30px;
}
.pdf a{
  display: block;
  border: 1px solid #999;
  padding: 10px 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  box-sizing: border-box;
}
.pdf a:before{
  content: "";
  display: block;
  background-image: url(../image/environmental/pdf.png);
  width: 53px;
  height: 65px;
  margin-right: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


@media screen and (max-width: 1000px){
  .mv{
    height: 400px;
  }
}
@media screen and (max-width: 800px){
  .mv{
    height: 300px;
  }
  header ul.slider li{
    margin-bottom: 20px;
  }
    header{
      padding-bottom:50px;  
    }
  .mv h1{
    font-size: 2.6rem;
    padding: 20px 40px;
    bottom: -30px;
  }
  h2{
    font-size:2.0rem;

    font-weight: bold;
    line-height: 1.8;
    text-align: center;
    margin: 30px auto 30px auto;
  }
  .pdf a{
    padding: 10px 20px;
    font-size: 1.4rem;
    display: flex;
    box-sizing: border-box;
  }
  .pdf a:before{
    content: "";
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
  }
}
  @media screen and (max-width: 500px){
    .mv{
      height: 200px;
    }
    .mv h1{
      font-size: 2.0rem;
      padding: 20px 40px;
      bottom: -20px;
    }    

    section{
      margin-bottom: 50px;
    }




  }
