@charset "UTF-8";
/* CSS Document */
/* タイトル共通パーツ */
.page_container {
  width: 100%;
}
.page_title_wrap{
    width: 100%;
    background-image: linear-gradient(180deg, rgba(1, 21, 56, 1), rgba(19, 63, 113, 1) 100%);
    height: 25vw;
}
.page_title{
    background: url("../img/environmental/environmental_tit_bg.jpg") no-repeat;
    height: 35vw;
    background-position: top left;
    background-size: 80%;
    	animation: fadedown 1.7s ease 0s 1 normal;
    -webkit-animation: fadedown 1.7s ease 0s 1 normal;
}
@keyframes fadedown {
from {
    opacity: 0;
    transform: translateX(-30px);
}
to {
    opacity: 1;
    transform: translateX(0px);
}
}
.page_title h1{
    text-align: right;
    color: #fff;
    padding: 10% 10% 0 0;
    font-size: 3vw;
    font-weight: 900;
}
.page_title h1 span{
    display: block;
    font-size: 1.8vw;
}

.contents_top{
    width: 60%;
    margin: 0 auto;
}
.contents_top h2{
    color: #011538;
    font-size: 2.5vw;
    font-weight: 900;
    padding-bottom: 2%;
    text-align: center;
}
.contents_top p{
    color: #011538;
    line-height: 1.8em;
    margin-bottom: 15px;
    text-align: center;
}

.drainage_path_diagram_wrap{
    background: url("../img/environmental/drainage_path_diagram_bg.png") no-repeat center bottom;
    background-size: cover;
    background-attachment: fixed;
    padding: 5% 0;    
}
.dpd_container{
    width: 60%;
    margin:0 auto;
}
.dpd1 img{
    width: 100%;
}
.dpd2 img{
    width: 100%;
}
.dpd3 img{
    width: 90%;
}
.dpd_container_btm{
    padding-top: 10%;
    display: flex;
    justify-content: space-between;
}
.dpd_container_btm p{
    width: 45%;
}




.ei_wrap{
    background: #011538;
    padding: 10% 0;
}
.ei_wrap ol li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin-bottom: 5%;
    align-items: flex-start;
    
}
.ei_wrap ol li img{
    width: 100%;
    margin: 0 0 0 auto;
    -webkit-transition: 1.2s ease-in-out;
    -moz-transition: 1.2s ease-in-out;
    -o-transition: 1.2s ease-in-out;
    transition: 1.2s ease-in-out;
    transform: translateX(60px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.ei_wrap ol li img.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateY(0);
}
.ei_point{
    width: 55%;
    margin: 0 5% 0 20%;
}
.ei_point h3{
    font-size: 1.4vw;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.ei_point h3 span{
    display: block;
    font-size: 6vw;
    font-weight: bold;
    vertical-align: middle;
    margin-right: 5%;
}
.ei_point p{
    line-height: 2em;
    margin-bottom: 10px;
}

.certificate_wrap{
    background: url("../img/environmental/certificate_bg.jpg") no-repeat center top;
    background-size: cover;
    padding: 5% 0;
}
.certificate{
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    
}
.certificate_txt{
    width: 100%;
    margin-right: 5%;
}
.certificate_wrap h2{
    font-size: 2vw;
    color: #fff;
    margin-bottom: 5%;
}
.certificate_txt p{
    color: #fff;
    margin-bottom: 2%;

}

.certificate_wrap p img{
    width: 100%;
    text-align: right;
}

.initiative_wrap{
    background: url("../img/environmental/initiative_bg.jpg") no-repeat center;
    background-size: cover;
    padding: 5% 0 40% 0;
    color: #0A6F4D;
}
.initiative{
    width: 60%;
    margin: 0 auto;
}
.initiative h3{
    font-size: 2vw;
    font-weight: bold;
    
}
.initiative h4{
    font-size: 1.5vw;
    font-weight: bold;
    
}
.initiative ul{
    display: flex;
    justify-content: space-between;
    padding-top: 5%;
    
}
.initiative ol{
    width: 100%;
}

.initiative ol li{
    width: 100%;
    line-height: 2em;
}
.initiative ul li p{
    margin-bottom: 5%;
}
.initiative_btn{
    width: 25vw;
}



@media screen and (max-width: 1400px) {
   .contents_top,.dpd_container,.certificate,.initiative{
        width: 80%;
    }
    .ei_point{
        width: 80%;
        margin-left: 10%;
    }

}
@media screen and (max-width: 1050px) {

    .contents_top h2,.certificate h2,.certificate h2{
       font-size: 20px;
    }
    .ei_point h3,.initiative h3{
         font-size: 18px;
    }
    .contents_top p,.ei_point p,.certificate_wrap p.initiative h4,.initiative ul li,a.btn_paint_initiative,.certificate_txt{
       font-size: 14px;
    }
    .ei_wrap{
        padding-bottom: 0;
    }
    .ei_wrap ol li,.certificate{
        flex-direction: column;
    }
    .ei_point,.dpd_container,.initiative,.certificate{
        width: 90%;
        margin: 0 auto;
        padding-bottom: 5%;
    }
    .initiative_btn{
    width: 35vw;
}
    .initiative_wrap,.certificate_wrap{
        margin-top: -6%;
}
}
@media screen and (max-width: 780px) {
    .page_title h1{
    font-size: 5vw;
        padding-right: 5%;
}
.page_title h1 span{
    font-size: 3vw;
}
    .ei_point h3 span{
        font-size: 50px;
    }
    .initiative_wrap{
        background-color: #d6eeee;
        background-position: bottom;
        background-size: contain;
        padding-bottom: 40%;
}
    .initiative ul{
        flex-direction: column;        
    }
        .initiative_btn{
    width: 100%;
}
    .initiative ul li p{
    margin: 2% 0;
}
}
@media screen and (max-width: 600px) {


}
@media screen and (max-width: 450px) {

}
@media screen and (max-width: 420px) {




}
    
    
    
    
    
    
    
    
    
    
    
    