.ecoArea {
	padding-top: 89px;
	padding-bottom: 100px;
	overflow: hidden;
}
@media (max-width: 1400px) {
	.ecoArea {
		padding: 80px 0;
	}
}
@media (max-width: 1180px) {
	.ecoArea {
		padding: 60px 0;
	}
}
.ecoArea .dataTopBox .title {
	font-size: 64px;
	line-height: 1.5;
	letter-spacing: 1.28px;
}
@media (max-width: 1400px) {
	.ecoArea .dataTopBox .title {
		font-size: 55px;
	}
}
@media (max-width: 1180px) {
	.ecoArea .dataTopBox .title {
		font-size: 45px;
	}
}
@media (max-width: 840px) {
	.ecoArea .dataTopBox .title {
		font-size: 36px;
	}
}
.ecoArea .dataBox {
	padding-top: 90px;
}
@media (max-width: 1400px) {
	.ecoArea .dataBox {
		padding-top: 70px;
	}
}
@media (max-width: 1180px) {
	.ecoArea .dataBox {
		padding-top: 50px;
	}
}
.ecoArea .dataBox .dataItem:not(:last-child) {
	margin-bottom: 104px;
}
.ecoArea .dataBox .dataItem:nth-child(4n+1) .titleLeft::after {
	left: 26%;
	width: 395px;
	height: 249px;
	background-image: url("../images/icon/eco_1.png");
}
.ecoArea .dataBox .dataItem:nth-child(4n+2) .titleLeft::after {
	left: 30%;
	width: 301px;
	height: 240px;
	background-image: url("../images/icon/eco_2.png");
}
.ecoArea .dataBox .dataItem:nth-child(4n+3) .titleLeft::after {
	left: 27%;
	width: 320px;
	height: 208px;
	background-image: url("../images/icon/eco_3.png");
}
.ecoArea .dataBox .dataItem:nth-child(4n+4) .titleLeft::after {
	left: 40%;
	width: 384px;
	height: 187px;
	background-image: url("../images/icon/eco_4.png");
}
@media (max-width: 1400px) {
	.ecoArea .dataBox .dataItem:not(:last-child) {
		margin-bottom: 80px;
	}
}
@media (max-width: 1180px) {
	.ecoArea .dataBox .dataItem:not(:last-child) {
		margin-bottom: 60px;
	}
}
@media (max-width: 840px) {
	.ecoArea .dataBox .dataItem:not(:last-child) {
		margin-bottom: 40px;
	}
}
@media (max-width: 400px) {
	.ecoArea .dataBox .dataItem:not(:last-child) {
		margin-bottom: 0;
	}
}
.ecoArea .dataBox .imgBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.ecoArea .dataBox .imgBox .Img {
	max-width: 50%;
}
.ecoArea .dataBox .imgBox img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media (max-width: 640px) {
	.ecoArea .dataBox .imgBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin: 0 auto;
		max-width: 400px;
	}
	.ecoArea .dataBox .imgBox .Img {
		max-width: 100%;
	}
}
.ecoArea .dataBox .Txt {
	position: relative;
	z-index: 2;
	padding: 40px 0 40px 10.5%;
}
@media (max-width: 1180px) {
	.ecoArea .dataBox .Txt {
		padding: 30px 0 30px 10.5%;
	}
}
@media (max-width: 840px) {
	.ecoArea .dataBox .Txt {
		padding: 40px 0;
		margin-top: 70px;
	}
}
@media (max-width: 400px) {
	.ecoArea .dataBox .Txt {
		margin-top: 50px;
	}
}
.ecoArea .dataBox .titleBox {
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-column-gap: 34px;
	   -moz-column-gap: 34px;
	        column-gap: 34px;
}
.ecoArea .dataBox .titleBox .titleLeft {
	width: 100%;
	max-width: 265px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	position: relative;
	z-index: 2;
}
.ecoArea .dataBox .titleBox .titleLeft::after {
	content: "";
	position: absolute;
	pointer-events: none;
	top: 40%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background: no-repeat center center/contain;
	z-index: 0;
}
.ecoArea .dataBox .titleBox .titleLeft .title,
.ecoArea .dataBox .titleBox .titleLeft .text {
	position: relative;
	z-index: 2;
}
.ecoArea .dataBox .titleBox .textEditor {
	width: 100%;
	max-width: 725px;
	color: #1d1d1f;
	font-size: 18px;
	line-height: 1.7;
	letter-spacing: 0.36px;
}
@media (max-width: 1400px) {
	.ecoArea .dataBox .titleBox {
		-webkit-column-gap: 20px;
		   -moz-column-gap: 20px;
		        column-gap: 20px;
	}
}
@media (max-width: 840px) {
	.ecoArea .dataBox .titleBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 80px;
	}
	.ecoArea .dataBox .titleBox .titleLeft {
		margin: 0 auto;
	}
	.ecoArea .dataBox .titleBox .titleLeft::after {
		left: 50% !important;
	}
}
@media (max-width: 400px) {
	.ecoArea .dataBox .titleBox {
		row-gap: 60px;
	}
	.ecoArea .dataBox .titleBox .titleLeft::after {
		width: 100% !important;
		height: 180px !important;
	}
}

.introArea {
	padding-top: 130px;
	padding-bottom: 40px;
}
@media (max-width: 1400px) {
	.introArea {
		padding-top: 80px;
		padding-bottom: 0;
	}
}
@media (max-width: 1180px) {
	.introArea {
		padding-top: 60px;
	}
}
.introArea .wrap {
	max-width: 1760px;
	padding-top: 66px;
	padding-bottom: 90px;
	background-color: #d7d2c3;
}
@media (min-width: 1181px) {
	.introArea .wrap {
		width: calc(100% - 80px);
	}
}
@media (max-width: 840px) {
	.introArea .wrap {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
.introArea .Img {
	margin: 0 auto;
	max-width: 274px;
}
.introArea .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media (max-width: 1180px) {
	.introArea .Img {
		max-width: 195px;
	}
}
.introArea .textEditor {
	margin: 0 auto;
	margin-top: 56px;
	max-width: 1168px;
}
@media (max-width: 1180px) {
	.introArea .textEditor {
		margin-top: 30px;
	}
}
/*# sourceMappingURL=fac_eco.css.map */