@charset "utf-8";
/* ------------------------------------------ */
/* Enviromental CSS */
/* ------------------------------------------ */
.area-pagettl::before {
	background-image: url(../img/company/environmental/bg.jpg);
}

/* sec-environmental
--------------------------------------------- */
.bg-en {
    font-size: 10vw;
}
.txt-area h3 {
    /*display: table;*/
    width: 100%;
    vertical-align: middle;
}
.txt-area h3 .t-name {
    display: table-cell;
    width: 100%;
}

.divCount .scount {
    padding-left: 65px;
    position: relative;
}
.divCount .scount::before {
    content: "0" counter(divCount);
    font-family: 'Crimson Text', serif;
    position: absolute;
    letter-spacing: 0;
    color: #b5b5b5;
    font-size: 6rem;
    font-weight: normal;
    left: 0;
    top: 0;
    transform: translateY(-30%);
    line-height: 1.0;
}
.divCount .scount::after {
    content: none;
}
@media (max-width: 767px) {
    .divCount .scount::before {
        font-size: 5rem;
    }
    .divCount .scount {
        padding-left: 55px;
    }
}

@media (max-width: 480px) {
    .divCount .scount::before {
        font-size: 4.5rem;
        transform: translateY(-32%);
    }
    .divCount .scount {
        padding-left: 50px;
    }
}


/*sec-environmental 01*/
.sec-env01 .txt-area  {
    
}
.sec-env01 .txt-area .big-img {
    width: 100%;
}
.sec-env01 .txt-area .detail {
    display: table;
    width: 100%;
}
.sec-env01 .txt-area .detail .stxt {
    display: table-cell;
	vertical-align: top;
    width: 55%;
    padding-right: 20px;
    line-height: 1.7;
}
.sec-env01 .txt-area .detail .stxt sup {
    font-size: 0.7em;
}
.sec-env01 .txt-area .detail .small-img {
    display: table-cell;
    width: 45%;
	vertical-align: top;
	
}
.sec-env01 .txt-area .detail .small-img img {
    width: 100%;
	display: block;
	background-position: center 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.sec-env01 .pic-back {
    position: relative;
    z-index: -2;
    padding-top: 60px;
}

@media (min-width: 1351px) {
    .has-llinettl .container-fluid.wrap.has-pic100 .c-left .pic-l {
        position: absolute;
        width: 50vw;
        left: 0;
    }
}

@media (max-width: 767px) {
    .sec-env01 .pic-back {
        padding-top: 0;
    }
    .has-llinettl .container-fluid.wrap.has-pic100 .c-left .pic-l {
        margin-left: -6%;
    }
}

@media (max-width: 480px) {
    .sec-env01 .txt-area .detail .stxt {
        display: block;
        width: 100%;
        padding-right: 0;
    }
    .sec-env01 .txt-area .detail .small-img {
        display: block;
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
        padding-top: 20px;
    }
}


/*sec-environmental 02*/

.sec-other .box-wrap:nth-child(odd) {
    padding-right: 2.5%;
}
.sec-other .box-wrap:nth-child(even) {
    padding-left: 2.5%;
}
.sec-other .txt-area .detail {
    display: table;
    width: 100%;
}
.sec-other .txt-area .detail .stxt {
    display: table-cell;
    width: 49%;
    line-height: 1.7;
	vertical-align: top;
}
.sec-other .txt-area .detail .small-img {
    display: table-cell;
    width: 51%;
	vertical-align: top;
	padding-right: 5%;
}
.sec-other .txt-area .detail .small-img img {
    width: 100%;
	display: block;
	background-position: center 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.sec-other .box-wrap:only-of-type {
    width: 100%;
    max-width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
    flex-basis: 100%;
}
.sec-other .box-wrap:only-of-type .small-img {
    width: 15.5%;
	padding-right: 2%;
}
.sec-other .box-wrap:only-of-type .stxt {
}

@media (min-width: 768px) and (max-width: 991px) {
    .sec-other .box-wrap:nth-child(odd) {
        padding-right: 30px;
    }
    .sec-other .box-wrap:nth-child(even) {
        padding-left: 30px;
    }
    .sec-other .txt-area .detail .stxt {
        display: block;
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
    }
    .sec-other .txt-area .detail .small-img {
        display: block;
        width: 100%;
    }
    .sec-other .box-wrap:only-of-type .small-img {
        display: table-cell;
        width: 49%;
    }
    .sec-other .box-wrap:only-of-type .stxt {
        padding-left: 5%;
    }
}

@media (max-width: 767px) {
    .sec-other .box-wrap:nth-child(odd) {
        padding-right: 0;
    }
    .sec-other .box-wrap:nth-child(even) {
        padding-left: 0;
    }
    .sec-other .txt-area .detail .stxt {
        width: 60%;
    }
    .sec-other .txt-area .detail .small-img {
        width: 40%;
    }
	.sec-other .box-wrap:only-of-type .small-img {
		padding-right: 5%;
	}
}

@media (max-width: 480px) {
    .sec-other .txt-area .detail .stxt {
        display: block;
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
    }
    .sec-other .txt-area .detail .small-img {
        display: block;
        width: 100%;
		padding-right: 0;
    }
	.sec-other .txt-area .detail .small-img img {
		max-width: 270px;
		margin: 0 auto;
	}
}









