section .title{
	text-align:center;
}
section .title h3{
	font-size:3em;
	color:var(--theme-blue);
	line-height:1.33;
}
section .title p{
	font-size:1.125em;
	color:#666;
	line-height:2;
	margin-top:1.22em;
}



.sec1{
	padding:6.25% 0 3.23%;
}
.sec1 .inner{
	width:97.9375em;
}
.sec1 .title{
	margin-bottom:4.625em;
}
.sec1 ul{
	display:flex;
	align-items:stretch;
	justify-content:space-between;
	flex-direction:row;
	flex-wrap:wrap;
}
.sec1 li{
	width:48.756%;
	background-color:#f0f9ff;
	border-radius:0.625em;
	overflow:hidden;
	display:flex;
	align-items:stretch;
	justify-content:space-between;
	flex-direction:row;
	margin-bottom:3em;
}
.sec1 .img-box{
	width:37.3%;
}
.sec1 .text-box{
	width:51.3%;
	margin-right:4.7%;
	padding-top:6%;
}
.sec1 .flex-box{
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-direction:row;
}
.sec1 .text-box h5{
	font-size:1.625em;
	line-height:1.5;
}
.sec1 .text-box .line{
	margin:0.75em 0 2.25em;
	width:4.5em;
	height:1px;
	background-color:#979797;
}
.sec1 .text-box svg{
	fill:#666;
	width:2em;
}
.sec1 .text-box p{
	text-indent:2em;
	line-height:1.75;
}




.sec2{
	padding:5.2% 0;
	background-color:var(--theme-mint);
}
.sec2 .inner{
	width:101.5625em;
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-direction:row;
}
.sec2 .text-box{
	width:50%;
}
.sec2 .text-box h3{
	font-size:3em;
	color:var(--theme-blue);
	line-height:1.33;
}
.sec2 .text{
	margin:2.625em 0 5em;
}
.sec2 .text p{
	font-size:1.125em;
	line-height:1.78;
	text-indent:2em;
}
.sec2 ul{
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-direction:row;
	flex-wrap:wrap;
}
.sec2 li h5 b{
	font-size:3.75em;
	color:var(--theme-blue);
	line-height:1.27;
	font-family:inherit;
	font-weight:600;
	vertical-align:baseline !important;
}
.sec2 li h5 i{
	font-style:normal;
	margin-left:0.75em;
	position:relative;
	display:inline-block;
}
.sec2 li h5 sup{
	font-size:1.25em;
	color:var(--theme-blue);
	position:absolute;
	left:0.1em;
	bottom:1.5em;
}
.sec2 li h5 p{
	font-size:0.9375em;
	color:#666;
	line-height:2.13;
}
.sec2 .img-box{
	width:42.4%;
	border-radius:0.625em;
	overflow:hidden;	
}





.sec3 .flex-box{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	flex-direction:row;
}
.sec3 .flex-box:nth-child(odd){
	flex-direction:row-reverse;
}
.sec3 .img-box{
	width:50%;
}
.sec3 .text-box{
	width:50%;
	padding-left:7.29%;
	padding-right:6.25%;
}
.sec3 .flex-box:nth-child(odd) .text-box{
	padding-left:6.25%;
	padding-right:7.29%;
}
.sec3 .text-box h3{
	font-size:3em;
	color:var(--theme-blue);
	line-height:1.33;
	margin-bottom:0.5em;
}
.sec3 .text-box p{
	font-size:1.125em;
	line-height:2;
}
.sec3 .text-box p.indent{
	line-height:1.78;
	text-indent:2em;
}
.sec3 .text-box ul{
	margin-top:2.125em;
}
.sec3 .text-box li{
	padding-left:4.375em;
	position:relative;
	margin-bottom:1.5em;
}
.sec3 .text-box li:last-child{
	margin-bottom:0;
}
.sec3 .text-box h5{
	font-size:1.25em;
	margin-bottom:0.5em;
	line-height:1.35;
}
.sec3 .text-box .svg-box{
	background-color:var(--theme-blue);
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	width:2.6875em;
	height:2.6875em;
	position:absolute;
	top:-0.5em;
	left:0;
}
.sec3 .text-box svg{
	width:auto;
	height:44.18%;
}




.sec4{
	padding:5.2% 0 6.5%;
	background-color:var(--theme-mint);
}
.sec4 .inner{
	width:91.25em;
}
.sec4 .title{
	margin-bottom:4em;
}
.sec4 .title p{
	font-size:1.25em;
}
.sec4 ul{
	display:flex;
	align-items:stretch;
	justify-content:space-between;
	flex-direction:row;
}
.sec4 li{
	display:flex;
	align-items:stretch;
	justify-content:space-between;
	flex-direction:column;
	border-radius:0.625em;
	border:1px solid #C4C4C4;
	padding:1.3125em;
	width:31.5%;
}
.sec4 .img-box{
	border-radius:0.3125em;
	overflow:hidden;
}
.sec4 .text-box{
	padding:2em 2.25em 3.375em;
}
.sec4 .text-box .flex-box{
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-direction:row;
}
.sec4 .text-box svg{
	width:auto;
	height:2em;
}
.sec4 .text-box h5{
	font-size:1.625em;
	line-height:1.3;
}
.sec4 .text-box .line{
	height:1px;
	width:100%;
	background-color:rgba(51, 51, 51, 0.2);
	margin:2.25em 0 1.25em;
}
.sec4 .text-box p{
	line-height:1.75;
	text-indent:2em;
}
@media only screen and (min-width:1025px){
}
@media only screen and (max-width:1024px){
	section .title h3{
		font-size:2.5em;
	}


	.sec1{
		padding:15% 0 5%;
	}
	.sec1 .title{
		margin-bottom:10%;
	}
	.sec1 ul{
		display:block;
	}
	.sec1 li{
		width:100%;
		margin-bottom:10%;
	}
	.sec1 .img-box{
		width:30%;
		overflow:hidden;
	}
	.sec1 .img-box img{
		object-fit:cover;
		height:100%;
	}
	.sec1 .text-box{
		width:60%;
		margin-right:5%;
		padding-top:5%;
		padding-bottom:5%;
		margin-left:5%;
	}
	.sec1 .text-box .line{
		margin:0.75em 0 1em;
	}




	.sec2{
		padding:15% 0;
	}
	.sec2 .inner{
		display:block;
	}
	.sec2 .text-box{
		width:100%;
		margin-bottom:5%;
	}
	.sec2 .text-box h3{
		font-size:2.5em;
	}
	.sec2 .text{
		margin:5% 0;
	}
	.sec2 li{
		width:50%;
		margin-bottom:5%;
	}
	.sec2 li h5 p{
		font-size:1em;
	}
	.sec2 .img-box{
		width:100%;	
	}





	.sec3 .flex-box{
		display:block;
	}
	.sec3 .img-box{
		width:100%;
	}
	.sec3 .text-box{
		width:100%;
		padding-left:5%;
		padding-right:5%;
		padding-top:10%;
		padding-bottom:10%;
	}
	.sec3 .flex-box:nth-child(odd) .text-box{
		padding-left:5%;
		padding-right:5%;
	}
	.sec3 .text-box h3{
		font-size:2.5em;
	}



	.sec4{
		padding:15% 0 5%;
	}
	.sec4 .title{
		margin-bottom:10%;
	}
	.sec4 ul{
		display:block;
	}
	.sec4 li{
		width:100%;
		margin-bottom:10%;
		padding:5%;
	}
	.sec4 .text-box{
		padding:5% 0 10%;
	}
}