.section{
	background-color:var(--theme-blue);
	position:relative;
	color:#fff;
}




.sec1{
	border-bottom:1px solid rgba(255,255,255,0.25);
	padding:4.5% 0 5.2%;
}
.sec1 .inner{
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-direction:row;
}
.sec1 h3{
	font-size:3.25em;
}
.sec1 a{
	display:block;	
	width:7.125em;
	height:3.75em;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:1.875em;
	border:1px solid #fff;
	transition:color 0.5s,border-color 0.5s;
}




.sec2{
	padding:7.3% 0 5.2%;
}
.sec2 .inner{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	flex-direction:row;
}
.sec2 p{
	font-size:1.25em;
}
.sec2 ul{
	width:58.8%;
}
.sec2 li{
	font-size: 3.25em;
	line-height: 1.3;
	margin-bottom:1em;
	font-weight:500;
}
.sec2 li:last-child{
	margin-bottom:0;
}
.sec2 li span{
	color:var(--theme-cyan);
}




.sec3{
	padding:5.2% 0 10%;
	overflow:hidden;
}
.sec3 .swiper{
	overflow:visible;
}
.sec3 .swiper-wrapper{
	align-items:center;
}
.sec3 .swiper-slide{
	width:36.25em;
	border-radius:1.5em;
	overflow:hidden;
}




.sec4{
	padding:10% 0;
}
.sec4 .title{
	text-align:center;
	margin-bottom:7.5%;
}
.sec4 h3{
	font-size:3.25em;
	line-height:1.3;
}
.sec4 h4{
	font-size: 1.25em;
	line-height: 2;
	margin-top:1em;
	font-weight:normal;
}
.sec4 ul{
	margin-bottom:3.125em;
	display:flex;
	align-items:stretch;
	justify-content:space-between;
	flex-direction:row;
}
.sec4 ul:last-child{
	margin-bottom:0;
}
.sec4 li{
	border-radius:0.3125em;
	height:5em;
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-direction:row;
	padding-left:1.75em;
	padding-right:2.25em;
}
.sec4 li:first-child{
	width:44.1%;
	border:1px solid rgba(255,255,255,0.5);
}
.sec4 li:last-child{
	width:47.1%;
	background-color:var(--theme-cyan);
}
.sec4 h5{
	font-size:1.125em;
	display:flex;
	align-items:center;
	justify-content:flex-start;
	flex-direction:row;
}
.sec4 h5::before{
	display:block;
	background-color:#fff;
	margin-right:1.6em;
	width:0.58em;
	height:2.75em;
	border-radius:0.29em;
	content:"";
}





.sec5{
	padding:10% 0;
}
.sec5 .inner{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	flex-direction:row;
}
.sec5 h3{
	font-size:3.25em;
	line-height:1.3;
}
.sec5 ul{
	width:50.588%;
	display:flex;	
	align-items:flex-start;
	justify-content:space-between;
	flex-direction:row;
	flex-wrap:wrap;
}
.sec5 li{
	width:46.5%;
	border-radius:0.3125em;
	border:1px solid rgba(255,255,255,0.5);
	padding:2.5em 1.5em;
	margin-bottom:4em;
}
.sec5 li:last-child{
	margin-bottom:0;
}
.sec5 .text{
	padding:0.75em 0;
	margin-bottom:1.25em;
	border-top:1px solid rgba(255,255,255,0.5);
	border-bottom:1px solid rgba(255,255,255,0.3);
}
.sec5 h4{
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-direction:row;
	font-size:1.5em;
	line-height:2;
}
.sec5 h5{
	font-size:1.25em;
	line-height:2;
	font-weight:normal;
}
.sec5 p{
	line-height:1.75;
	min-height:10.875em;
}



@media only screen and (min-width:1025px){
	.sec1 a:hover{
		border-color:var(--theme-cyan);
		color:var(--theme-cyan);
	}
	.sec5 li:nth-last-child(2){
		margin-bottom:0;
	}
}


@media only screen and (max-width:1024px){
	.sec1{
		padding:10% 0;
	}
	.sec1 h3{
		line-height:1.2;
	}




	.sec2{
		padding:15% 0 7.5%;
	}
	.sec2 .inner{
		display:block;
	}
	.sec2 p{
		font-size:1.25em;
		margin-bottom:10%;
	}
	.sec2 ul{
		width:100%;
	}
	.sec2 li{
		font-size: 2.75em;
	}




	.sec3{
		padding:7.5% 0;
	}
	.sec3 .swiper-slide{
		width:25em;
	}




	.sec4{
		padding:7.5% 0;
	}
	.sec4 .title{
		margin-bottom:10%;
	}
	.sec4 h3{
		font-size:2.75em;
	}
	.sec4 ul{
		margin-bottom:7.5%;
		display:block;
	}
	.sec4 li:first-child{
		width:100%;
		margin-bottom:7.5%;
	}
	.sec4 li:last-child{
		width:100%;
	}





	.sec5{
		padding:7.5% 0 20%;
	}
	.sec5 .inner{
		display:block;
	}
	.sec5 h3{
		font-size:2.75em;
		margin-bottom:10%;
	}
	.sec5 ul{
		width:100%;
		display:block;
	}
	.sec5 li{
		width:100%;
		margin-bottom:10%;
	}
	.sec5 p{
		min-height:0;
	}

}