@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Noto+Serif+JP:400,500,700&display=swap');

/*==================================================
	
 
==================================================*/


/*--------------------------------------------------
  ○ Main Image
--------------------------------------------------*/

#body{
	clear:both;
	width:1000px;
	height:1960px;
	left:9px;
	position:relative;
	background-color:#333;
}

#body #main_visual {
	position: absolute;
	width:1000px;
	height:586px;
}

#body #navi{
	position: absolute;
	width:1000px;
	height:60px;
	top:586px;
	margin: 0px auto 0px auto;
}

#body #navi ul{  
	list-style-type: none;  
	margin: 0;
}  
  
#body #navi li{  
	float: left;  
	width: 200px;
	margin: 0;
	padding: 0;  
}  


#body #bn{
	position: absolute;
	width:878px;
	height:475px;
	top:700px;
	left:61px;
}


#body #link{
	position: absolute;
	width:730px;
	height:53px;
	top:1700px;
	left:135px;
}
.mv_top {
	width: 1000px;
	height: 586px;
	background: url("../images/top_mv01.jpg") no-repeat center center ;
	position: relative;
}
.mv_top .top_mv_txt {
	position: absolute;
	top: 32px;
	right: 64px;
	font-size: 16px;
	color: #1c2a52;
	line-height: 1.4;
	text-align: center;

}
.footer_txt {
	margin-top: 80px;
	border-top: 1px solid #fff;
	padding: 20px 0 0 0 ;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 1.7;
}

.banner_img {
	max-width: 600px;
	margin: 0 auto 80px auto;
}
.banner_img img {
	 width: 100%;
 }
.banner_cont {
	margin-top: 24px;
}
.banner_circle {
	background: #1c2a52;
	border-radius: 50%;
	width: 140px;
	height: 130px;
	border: 3px solid #fff;
	vertical-align: middle;
	display: table-cell;
}
.banner_cont a {
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	text-decoration: none;
	line-height: 1.4;
	font-weight: 600;
}