@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
	overflow: hidden;
}
#main .bgBox {
	padding: 11.5rem 0 24.2rem;
	background: url(../img/index/bg01.png) no-repeat top center,url(../img/index/bg02.png) no-repeat bottom center;
	background-size: 144rem auto;
}
#main .bgBox .widBox {
	width: 100rem;
	margin: 0 auto;
}
#main .bgBox .pho {
	width: 34.4rem;
	margin-left: 9.9rem;
	opacity: 0;
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#main .bgBox .pho.img-blur {
	-webkit-animation-name: imageBlur;
	animation-name: imageBlur;
	opacity: 1;
	transition: .8s;
}
@-webkit-keyframes imageBlur {
	from {
		opacity: 0;
		-webkit-filter: blur(15px);
		-moz-filter: blur(15px);
		-ms-filter: blur(15px);
		-o-filter: blur(15px);
		filter: blur(15px);
	}
	to {
		opacity: 1;
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-ms-filter: blur(0px);
		-o-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes imageBlur {
	from {
		opacity: 0;
		-webkit-filter: blur(15px);
		-moz-filter: blur(15px);
		-ms-filter: blur(15px);
		-o-filter: blur(15px);
		filter: blur(15px);
	}
	to {
		opacity: 1;
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-ms-filter: blur(0px);
		-o-filter: blur(0px);
		filter: blur(0px);
	}
}
#main .bgBox .info {
	width: 52.5rem;
	margin-top: 5rem;
}
#main .bgBox .logo {
	width: 16.4rem;
	margin: 0 auto 7.9rem;
}
#main .bgBox h1 {
	width: 42.1rem;
	margin: 0 auto 5.2rem;
}
#main .textBox {
	padding: 0.7rem 0.3rem 0 0;
}
#main .textBox .widBox {
	width: 100rem;
	margin: 0 auto;
	position: relative;
}
#main .textBox .enTxt {
	position: absolute;
	left: 0.2rem;
	top: -6.3rem;
	width: 9.3rem;
}
#main .textBox h2 {
	margin: 0 0 2.9rem 0.3rem;
	text-align: center;
	font-weight: 500;
	font-size: 3.5rem;
	line-height: 1.75;
}
#main .textInfo {
	margin: 0 8rem 7rem 10.3rem;
}
#main .textInfo p {
	margin-bottom: 3.1rem;
	text-align: center;
	line-height: 1.75;
}
#main .textInfo p .sml {
	font-size: 1.45rem;
}
#main .textBg {
	width: 57.7rem;
	height: 30.1rem;
	margin: 0 auto -3.9rem;
	padding-top: 8.4rem;
	position: relative;
	text-align: center;
	color: #00AFCC;
	box-sizing: border-box;
	background: url(../img/index/bg03.png) no-repeat;
	background-size: 100% 100%;
}
#main .textBg .img {
	position: absolute;
	left: -9.5rem;
	top: -3.6rem;
	width: 24.1rem;
}
#main .textBg h3 {
	margin-bottom: 1.2rem;
	font-weight: 500;
	font-size: 3.5rem;
}
#main .textBg p {
	line-height: 1.75;
}
@media all and (min-width: 1441px) {
	#main .bgBox {
		background-size: 100% 43.5rem,100% 58rem;
	}
}
@media all and (max-width: 960px) {
	#main .bgBox {
		padding: 14.2rem 0 0;
		background-image: url(../img/index/bg01_sp.png),url(../img/index/bg02_sp.png);
		background-position: top center,bottom 10.8rem center;
		background-size: 100% 26rem,100% 34.6rem;
	}
	#main .bgBox .widBox {
		width: auto;
		display: block;
		position: relative;
	}
	#main .bgBox .pho {
		width: auto;
		margin: 0 0 0 1.2rem;
		text-align: center;
	}
	#main .bgBox .pho img {
		width: 23.2rem;
	}
	#main .bgBox .info {
		width: 33rem;
		margin: -5.4rem auto 0;
	}
	#main .bgBox .logo {
		width: 8rem;
		margin: 0;
		position: absolute;
		left: 50%;
		top: -11.4rem;
		transform: translateX(-50%);
	}
	#main .bgBox h1 {
		width: 24.8rem;
		margin: 0 auto 1.7rem;
	}
	#main .textBox {
		padding: 3.5rem 0 0;
	}
	#main .textBox .widBox {
		width: auto;
	}
	#main .textBox .enTxt {
		left: 0.2rem;
		top: 21.5rem;
		width: 6rem;
	}
	#main .textBox h2 {
		margin: 0 0 3rem;
		font-size: 2.8rem;
	}
	#main .textInfo {
		margin: 0 1rem 8.2rem;
	}
	#main .textInfo p {
		margin-bottom: 2.7rem;
	}
	#main .textInfo p .sml {
		font-size: 1.2rem;
	}
	#main .textBg {
		width: auto;
		height: 24rem;
		margin: 0 auto -3.2rem;
		padding: 4.9rem 0 0 7.2rem;
		background: url(../img/index/bg03_sp.png) no-repeat top center;
		background-size: 45.8rem auto;
	}
	#main .textBg .img {
		left: 50%;
		top: -3rem;
		width: 18.4rem;
		margin-left: -23.1rem;
	}
	#main .textBg h3 {
		margin-bottom: 1.1rem;
		font-size: 2.8rem;
		line-height: 1.07;
	}
	#main .textBg p {
		width: fit-content;
		margin: 0 auto;
		font-size: 1.44rem;
		text-align: left;
	}
}