.section h3{
	font-size:3em;
	color:var(--theme-blue);
	font-weight:bold;
	margin-bottom:0.833em;
}


.sec1{
	padding:7% 0 2%;
}
.sec1 .inner{
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-direction:row;
}
.sec1 .img-box{
	width:40%;
}
.sec1 .text-box{
	width:48.3%;
}
.sec1 p{
	font-size:1.25em;
	color:#666;
	line-height:1.8;
}

.sec2{
	padding:2% 0 5.2%;
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	flex-direction:row-reverse;
}
.sec2 .img-box{
	width:57.5%;
	margin-right:-19.17%;
	border-top-right-radius:7.5em;
	overflow:hidden;
}
.sec2 .text-box{
	width:61.67%;
	position:relative;
	z-index:1;
	border-top-left-radius:7.5em;
	margin-top:8.33%;
	padding:7% 20% 2% 10%;
}
.sec2 .text-box::before{
	display:block;
	content:"";
	background:linear-gradient(to bottom,var(--theme-blue) 0%, rgba(255,255,255,0) 100%);
	position:absolute;
	left:-1em;
	top:-1em;
	right:0;
	bottom:0;
	border-top-left-radius:inherit;
}
.sec2 .text-box::after{
	display:block;
	content:"";
	background-color:#fff;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	border-top-left-radius:inherit;
}
.sec2 .text-box > *{
	position:relative;
	z-index:1;
}
.sec2 p{
	font-size:1.25em;
	color:#666;
	line-height:2;
	padding-left:1.3em;
}
.sec2 p span{
	width:0.3em;
	height:0.3em;
	display:inline-block;
	vertical-align:middle;
	margin-right:1em;
	margin-left:-1.3em;
	background-color:#666;
	border-radius:50%;
}




.sec3{
	padding:5.2% 0 8.6%;
}
.sec3 .inner{
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-direction:row;
}
.sec3 .img-box{
	width:46.15%;
	border-radius:1.5em;
	overflow:hidden;
}
.sec3 .text-box{
	width:44.87%;
}
.sec3 p{
	font-size:1.25em;
	color:#666;
	line-height:1.8;
	margin-bottom:1.8em;
}
.sec3 p:last-child{
	margin-bottom:0;
}


.sec4{
	background-repeat:no-repeat;
	background-image:url(../images/csr_sec4_bg.jpg);
	background-size:cover;
	background-position:center center;
	padding:7% 0;
	color:#fff;
}
.sec4 .inner{
	width:1060px;
}
.sec4 h5{
	font-size:2.25em;
	font-weight:500;
	line-height:1.88;
	text-align:center;
}
.sec4 p{
	font-size:1.25em;
	line-height:1.8;
	margin-bottom:1.8em;
}
.sec4 p:last-child{
	margin-bottom:0;
}
.sec4 .line{
	margin:2em auto;
	width:5em;
	background-color:#fff;
	height:0.3125em;
}
@media only screen and (min-width:1025px){
}
@media only screen and (max-width:1024px){
	.sec1{
		padding:15% 0 7.5%;
	}
	.sec1 .inner{
		display:block;
	}
	.sec1 .img-box{
		width:100%;
	}
	.sec1 .text-box{
		width:100%;
		margin-bottom:10%;
	}
	.sec1 p{
		font-size:1.25em;
		color:#666;
		line-height:1.8;
	}

	.sec2{
		padding:7.5% 0;
		display:block;
	}
	.sec2 .img-box{
		width:auto;
		margin-right:5%;
		border-top-right-radius:0;
		border-bottom-right-radius:7.5em;
	}
	.sec2 .text-box{
		width:auto;
		margin-top:0;
		padding:7% 10%;
		margin-left:5%;
	}


	.sec3{
		padding:7.5% 0 15%;
	}
	.sec3 .inner{
		display:block;
	}
	.sec3 .img-box{
		width:100%;
	}
	.sec3 .text-box{
		width:100%;
		margin-bottom:10%;
	}

	.sec4{
		padding:15% 0;
	}
}