.kv{
	position:sticky;
	top:0;
	color:#fff;
	height:calc(100vh + 2.8125em);
	overflow:hidden;
	/*background-repeat:no-repeat;
	background-image:url(../images/index_banner_img1.jpg);
	background-size:cover;
	background-position:center center;*/
}
.kv .bg{
	height:100%;
	object-fit:cover;
}
.kv .inner{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-direction:column;
}
.kv h1{
	font-weight: 500;
	font-size: 4.5em;
	line-height: 1.28;
	letter-spacing: -0.02em;
	margin-bottom:1em;
	color:#fff;
}


.covercontent{
	border-top-left-radius:2.8125em;
	border-top-right-radius:2.8125em;
	overflow:hidden;
	margin-top:-2.8125em;
	position:relative;
	background-color:#fff;
}

section .title h3{
	font-size:3em;
	line-height:1.3;
}


.sec1{
	padding:3.65% 0 0;
}
.sec1 .title{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	flex-direction:row;
	margin-bottom:2.3%;
}
.sec1 .title h3{
	flex-shrink:0;
	margin-right:5em;
}
.sec1 .title p{
	font-size: 2em;
	line-height: 1.5;
	letter-spacing: -0.02em;
}
.sec1 .title p span{
	color:#999;
}
.sec1 li{
	border-radius:0.625em;
	overflow:hidden;
	position:relative;
}
.sec1 li.f-left{
	float:left;
	width:49.71%;
}
.sec1 li.f-right{
	float:right;
	width:49.42%;
	margin-bottom:0.69%;
}
.sec1 li.f-right:last-child{
	margin-bottom:0;
}
.sec1 .text-box{
	position:absolute;
	left:0;
	top:0;
	color:#fff;
	width:100%;
}
.sec1 li:nth-child(1) .text-box{
	padding:10% 6.1% 0;
}
.sec1 li:nth-child(2) .text-box{
	padding:25.7% 11.28% 0;
}
.sec1 li:nth-child(3) .text-box{
	padding:6.5% 5% 0;
}
.sec1 .text-box.center{
	text-align:center;
}
.sec1 .text-box h4{
	font-size:1.5em;
	line-height: 1.33;
	margin-bottom:0.625em;
}
.sec1 .text-box h5{
	font-size:1.125em;
	line-height:1.44;
	font-weight:normal;
	margin-bottom:1.56em;
}
.sec1 .text-box p{
	line-height:1.125;
	cursor:pointer;
}
.sec1 .img img{
	width:100%;
	height:100%;
	object-fit:cover;
}



.covercontent{
	overflow:unset;
}
.sec2{
	padding-bottom:5%;
	color:#fff;
}
.sec2 li{
	height:100vh;
	position:sticky;
	top:0;
	display:flex;
	align-items:center;
	justify-content:center;
}
.sec2 li .img-box{
	width:100%;
	border-radius:0.625em;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	height:46.25em;
	padding:7.8% 5.1% 0;
}
.sec2 li:last-child{
	margin-bottom:0;
}
.sec2 li:nth-child(1) .img-box{
	background-image:url(../images/index_sec2_img1.jpg);
}
.sec2 li:nth-child(2) .img-box{
	background-image:url(../images/index_sec2_img2.jpg);
}
.sec2 li:nth-child(3) .img-box{
	background-image:url(../images/index_sec2_img3.jpg);
}
.sec2 h5{
	font-size: 3em;
	line-height: 1.33;
	text-shadow: 0px 0.042em 0.21em rgba(51, 51, 51, 0.1);
	margin-bottom:0.46em;
}
.sec2 h5 b{
	color:#1996FF;
	font-weight:inherit;
}
.sec2 li:last-child h5 b{
	text-shadow: 0px 1px 0.2em rgba(255, 255, 255, 0.48);
}
.sec2 p{
	font-size: 1.125em;
	line-height: 1.44;
	width:50%;
	margin-bottom:3.4em;
}
.sec2 li:last-child p{
	text-shadow: 0px 0.11em 0.11em rgba(0, 0, 0, 0.15);
}
.sec2 a{
	font-size:0.875em;
}
@media only screen and (min-width:1025px){
	.sec1 .text-box p:hover{
		color:var(--theme-blue);
	}
}
@media only screen and (max-width:1024px){
	section .title h3{
		font-size:3em;
	}


	.sec1{
		padding:15% 0 7.5%;
	}
	.sec1 .title{
		display:block;
		margin-bottom:10%;
	}
	.sec1 .title h3{
		margin-right:0;
		margin-bottom:5%;
	}
	.sec1 li.f-left{
		float:none;
		width:100%;
		margin-bottom:10%;
	}
	.sec1 li.f-right{
		float:none;
		width:100%;
		margin-bottom:10%;
	}
	.sec1 .text-box{
		text-align:center;
	}
	.sec1 li:nth-child(1) .text-box{
		padding:6.5% 5% 0;
	}
	.sec1 li:nth-child(2) .text-box{
		padding:6.5% 5% 0;
	}
	.sec1 li:nth-child(3) .text-box{
		padding:6.5% 5% 0;
	}
	.sec1 .img{
		height:60vw;
	}


	.sec2 p{
		width:100%;
	}
}