@charset "utf-8";

h1{
	height:460px;
	line-height:1.7;
	font-size:36px;
	font-weight:500;
	font-family: 'Noto Serif JP', serif;
	color:#fff;
	text-shadow:0 0 20px #315a9e,0 0 20px #315a9e,0 0 20px #315a9e;
	background:url(../images/top/mv_bg.png)no-repeat center center;
	background-size:cover;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}


/* .cont */
.cont{
	padding:50px 0 60px;
}
.cont h2.tit{
	line-height:1.6;
	font-size:33px;
	letter-spacing:0.05em;
	text-indent:0.05em;
}
.cont h2.tit span{
	display:block;
	font-size:18px;
}
.cont a.btn{
	display:block;
	font-size:18px;
	border:1px solid;
	position:relative;
}
.cont a.btn:after{
	content:'';
	display:block;
	width:10px;
	height:10px;
	border-right:1px solid;
	border-bottom:1px solid;
	position:absolute;
	right:15px;
	top:50%;
	transform:translateY(-50%) rotate(-45deg);
}


/* #cont1 */
#cont1{
	padding-top:0;
	background-color:#315a9e;
	position:relative;
	color:#fff;
}
#cont1 > div{
	width:800px;
	height:42px;
	background-color:#315a9e;
	border-radius:6px 6px 0 0;
	position:absolute;
	bottom:100%;
	left:50%;
	transform:translateX(-50%);
}
#cont1 > div a{
	display:inline-block;
	position:absolute;
	bottom:-10px;
	left:50%;
	transform:translateX(-50%);
}
#cont1 h2{
	line-height:1.4;
	padding:30px 0 60px;
	font-size:28px;
	background:url(../images/top/cont1_bg.png)no-repeat center bottom;
}
#cont1 p{
	margin-bottom:20px;
}
#cont1 a.btn{
	width:240px;
	line-height:50px;
	margin:auto;
	color:#fff;
}


/* #cont2 */
#cont2{
	padding-bottom:20px;
	background:url(../images/top/cont2_bg.png)no-repeat center top;
	background-size:cover;
	position:relative;
}
#cont2:before{
	content:'';
	display:block;
	width:4px;
	height:35px;
	background-color:#fff;
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
}
#cont2 h2{
	color:#fff;
}
#cont2 ul li{
	width:960px;
	margin: 30px auto 80px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
#cont2 ul li:nth-child(even){
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#cont2 ul li figure{
	margin-bottom:40px;
	box-shadow:7px 7px 8px rgba(49,90,158,0.3);
	position:relative;
	z-index:1;
}
#cont2 ul li:nth-child(odd) figure{
	margin-right:-20px;
}
#cont2 ul li:nth-child(even) figure{
	margin-left:-20px;
}
#cont2 ul li section{
	width:480px;
	height:270px;
	padding:30px 30px 0;
	background-color:#fff;
	box-shadow:7px 7px 8px rgba(49,90,158,0.3);
	text-align:left;
}
#cont2 ul li:nth-child(odd) section{
	padding-left:40px;
}

#cont2 ul li:nth-child(even) section{
	padding-right:40px;
}
#cont2 ul li section h3{
	font-size:22px;
	color:#315a9e;
}
#cont2 ul li section p{
	margin:10px 0 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing:-0.05em;
}
#cont2 ul li section a{
	width:154px;
	line-height:42px;
	padding-right:15px;
	font-size:16px;
	color:#315a9e;
	float:right;
	text-align:center;
}


/* #cont3 */
#cont3{
	background:url(../images/top/cont3_bg.png)center top;
	position:relative;
}
#cont3:before{
	content:'';
	display:block;
	width:4px;
	height:35px;
	background: linear-gradient(to bottom, #92c8dc, #335f8b);
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
}
#cont3 h2{
	color:#585453;
}
#cont3 h2 span{
	color:#aba9a9;
}
#cont3 h2 + p{
	margin:10px 0 20px;
	font-size:16px;
}
#cont3 > div{
	width:900px;
	margin:auto;
	display: -webkit-flex;
	display: flex;
}
#cont3 > div ul{
	width:450px;
	line-height:1.8;
	padding-top:20px;
	background-color:#fff;
}
#cont3 > div ul li{
	margin:10px 0;
}
#cont3 > div ul li:nth-child(2),
#cont3 > div ul li:nth-child(3){
	line-height:1;
	font-size:46px;
	font-weight:bold;
	color:#315a9e;
}
#cont3 > div ul li:nth-child(2) span,
#cont3 > div ul li:nth-child(3) span{
	font-size:24px;
}
#cont3 > div ul li:nth-child(4) span{
	margin:0 5px;
	display:inline-block;
}
#cont3 > div ul li a{
	width:240px;
	line-height:50px;
	margin:auto;
	font-size:16px;
	background-color:#315a9e;
	color:#fff;
}
