@charset "UTF-8";
@import url(base.css);
@import url(cmn.css);

/*----------------------------content--------------------------------*/

h2{
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-style: italic;
	font-size: 1.5rem;
	letter-spacing: 0.2rem;
	line-height: 1.5;
	margin-bottom: 1.8rem;
	padding-bottom: 1.8rem;
	position: relative;
}
h2:after{
	content: "";
	display: block;
	height: 1px;
	width: 66px;
	background: #20aee5;
	position: absolute;
	bottom: 0;
	left: calc(50% - 33px);
}
h2 span{
	display: block;
	font-weight: normal;
	font-size: 0.8rem;
}

.w{
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}

.t{
	display: table;
	table-layout: fixed;
}
.t>*{
	display: table-cell;
}

/*--#s1--*/

#mv{
	display: block;
	width: 100%;
	height: 80vh;
	position: relative;
	z-index: -1;
}
#mv li{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-position: 50% 10%;
	background-repeat: no-repeat;
	background-size: cover;
}

#s1>h2{
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-style: italic;
	font-size: 2.2rem;
	letter-spacing: 0.2rem;
	line-height: 1.5;
	position: absolute;
	box-sizing: border-box;
	padding-right: 5%;
	padding-left: 5%;
	left: 0;
}
#s1>h2 span{
	padding-top: 0.7rem;
	display: block;
	font-size: 1.1rem;
	font-weight: normal;
	letter-spacing: 0.1rem;
}

#sc2{
	height: 65px;
	width: 35px;
	position: absolute;
	top: calc(100% - 65px);
	left: calc(50% - 17.5px);
}

@media screen and (max-width: 980px){
	#mv{
		min-height: 800px;
	}
	#s1>h2{
		font-size: 1.8rem;
	}
	#s1>h2 span{
		font-size: 0.9rem;
	}
}
@media screen and (max-width: 700px){
	#s1>h2{
		font-size: 1.6rem;
	}
	#s1>h2 span{
		font-size: 0.7rem;
	}
}

/*--#s2--*/

#s2{
	background: #fff;
	position: relative;
	border-bottom: 1px solid #e6e6e6;
}
#s2 .head{
	background: rgba(32,174,229,0.7);
	position: absolute;
	left: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 0 1.8rem;
	box-sizing: border-box;
}
#s2 .head h2{
	padding-top: 3rem;
}
#s2 .head h2:after{
	background-color: #fff;
}
#s2 .head p{
	padding-bottom: 3rem;
}

/*--#s3--*/

#s3{
	background: #fff;
	padding: 3rem 0 6rem;
}
#s3 h2{
	color: #333;
	margin-bottom: 3rem;
}
#s3 ul{
	display: table;
	table-layout: fixed;
	width: 100%;
	max-width: 1935px;
	margin: 0 auto;
}
#s3 ul li{
	display: table-cell;
	width: 50%;
	box-sizing: border-box;
	padding: 0 10px;
	text-align: center;
	font-size: 0.8rem;
}
#s3 ul{
	margin-bottom: 2rem;
}
#s3 ul:nth-of-type(1) li:nth-of-type(1) div{
	background-image: url(../images/pos/1.jpg);
}
#s3 ul:nth-of-type(1) li:nth-of-type(2) div{
	background-image: url(../images/pos/2.jpg);
}
#s3 ul li div{
	background-position: 50% 50%;
	background-size: cover;
	margin-bottom: 2rem;
}
#s3 ul li div span{
	display: block;
	padding: 2rem 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#s3 ul li div img{
	max-width: 170px;
	width: 50%;
}
#s3 ul li h3{
	text-transform: uppercase;
	font-style: italic;
	font-size: 1.7rem;
	margin-bottom: 0.7rem;
}
#s3 ul li p{
	padding-bottom: 2rem;
	border-bottom: 1px solid #e6e6e6;
}
#s3 .cap{
	text-align: right;
}

@media screen and (max-width: 700px){
	#s3 ul li h3{
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 600px){
	#s3 ul{
		display: block;
		box-sizing: border-box;
		padding: 0 5%;
	}
	#s3 ul li{
		display: block;
		width: auto;
	}
	#s3 ul li div{
		margin-bottom: 1.5rem;
	}
	#s3 ul li div img{
		max-width: 100px;
		width: 50%;
	}
}

/*--#s4--*/

#s4{
	background: #fff;
	padding: 4rem 0 2rem;
	border-top: 1px solid #e6e6e6;
}
#s4 .head,
#s4 .w{
	padding: 0 5%;
}
#s4 h2{
	color: #333;
}
#s4 p{
	text-align: center;
}
#s4 .img{
	margin: 2rem auto 1.5rem;
	position: relative;
	text-align: center;
}
#s4 .img img{
	position: relative;
	z-index: 10;
}
#s4 .img:before{
	content: "";
	display: block;
	width: 100%;
	height: 60%;
	background: #f7ece5;
	position: absolute;
	z-index: 0;
	top: 20%;
	left: 0;
}
#s4 ul{
	margin: 3rem auto 2rem;
	display: table;
	table-layout: fixed;
	width: 100%;
	max-width: 400px;
}
#s4 ul li{
	display: table-cell;
	padding: 0 1rem;
	vertical-align: middle;
}
#s4 ul li a{
	display: inline-block;
	overflow: hidden;
	border-radius: 10px;
}
@media screen and (max-width: 600px){
	#s4 ul li{
	padding: 0 7px;
	}
}

