@charset "utf-8";
/* ===========================================================

	Title:					top.css
	Created:			2015-08-10
	Last Created:		2015-08-10

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

	main-visual
	contents-banner
	top-banner
	top

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

	header
	
=========================================================== */
.header-fix {
	background: url(../img/ja/common/side_bg.png) 0 0 repeat-y !important;
}

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

	main-visual

=========================================================== */
.main-visual {
	width: 100%;
	height: 600px;
}
.main-visual p.copy {
	position: absolute;
	top: 50%;
	left: 60px;
	width: 454px;
	height: 180px;
	margin: -140px 0 0 0;
}
/* ===========================================================

	contents

=========================================================== */
.contents {
	text-align: center;
	padding: 0;
}
.contents h2 {
	background: #009824;
	line-height: 1px !important;
	margin: 0;
	padding: 15px 0 15px;
}
/* ===========================================================

	banner
	
=========================================================== */
.contents-banner {
	clear: both;
	width: 100%;
}
.contents-banner .item {
	width: 100%;
	display: table;
	height: 300px;
}
.contents-banner .item p {
	display: table-cell;
	height: 300px;
}
.contents-banner .link-1 {background-image: url(../img/ja/top/img_message.png);}
.contents-banner .link-2 {background-image: url(../img/ja/top/img_philosophy.png);}
.contents-banner .link-3 {background-image: url(../img/ja/top/img_aboutus.png);}
.contents-banner .link-4 {background-image: url(../img/ja/top/img_organization.png);}
.contents-banner .link-1,
.contents-banner .link-2,
.contents-banner .link-3,
.contents-banner .link-4 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
.contents-banner .item a {
	display: block;
	height: 100%;
	background-image: url(../img/bn_mask_over.png);
}
.contents-banner .item a .mask {
	background: #009824;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.contents-banner .item a .txt {
	position: absolute;
	top: 25px;
	left: 25px;
	z-index: 2;
}
/* ===========================================================

	 top-banner

=========================================================== */
.top-banner {
	background: #151515;
	padding: 40px 0 30px;
}
.top-banner dl {
	display: inline-block;
	text-align: left;
	width: 320px;
	margin: 0 10px;
}
.top-banner dt {
	line-height: 12px;
	font-size: 12px;
	margin: 0;
	padding: 0 0 6px;
	color: #fff;
}
.top-banner dt span {
	border-left: solid 4px #009721;
	padding: 0 0 0 5px;
	display: inline-block;
}
.top-banner dd {
	margin: 0 0 30px;
}
/* ===========================================================	

	footer
	
=========================================================== */
.footer {
	border-top: none;
}