@charset "utf-8";

@font-face {
	font-family: 'HAYMAKER';
    src: url('fonts/Haymaker.eot'); /* IE9以上用 */
	src:url('fonts/Haymaker.woff') format('woff'), /* モダンブラウザ用 */
		url('fonts/Haymaker.ttf') format('truetype'); /* iOS, Android用 */
	font-weight: normal;
	font-style: normal;
}

.haymaker{
	font-family:HAYMAKER, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-variant:small-caps;
}



*{
	box-sizing:border-box;
	margin:0;
	padding:0;
}

img{
	max-width:100%;
	height:auto;
}

ul,li{
	list-style:none;
}


html,body{
	height:100%;
	min-width:1280px;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrapper{
	position:relative;
	min-height:760px;
	height:100%;
	overflow:hidden;
}
nav a img,h1 a img{
	transition:all .25s 0s ease;
}

nav a:hover img,h1 a:hover img{
	opacity:.8;
}

.mainSec{
	text-align:center;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	width:100%;
	height:750px;
	overflow:hidden;
}
.index .mainSec{
		background:url(images/bg_top.jpg) no-repeat center;
	background-size:cover;

}
.index .mainSec .inner{
	background:url(images/bg_topSec.png) no-repeat center;
	background-size:contain;
	height:100%
	
}

.index nav li{
	display:inline-block;
	padding:0 7px;
}
.index nav{
	padding-bottom:20px;
}

.index .logo{
	padding-top:130px;
	margin-bottom:68px;
	margin-top:0;
}

/*---下層共通---*/

.mainSec .side{
	width:32%;
	background:#FFF;
	height:100%;
	float:left;
}

.mainSec .side .logo{
	padding:50px 0 120px;
}
.mainSec .side nav li{
	margin-bottom:40px;
}


.mb1em{
	margin-bottom:1.5em !important;
}
.underLine{
border-bottom: 1px solid #FFF;
    line-height: 1.2;
    display: inline-block;}


/*--- system ----*/
.system .mainSec .right{
	background:url(images/bg_system.jpg) no-repeat left center;
	background-size:cover;
	width:68%;
	height:100%;
	float:right;
	position:relative;
}

.system .mainSec .right{
	background:url(images/bg_system.jpg) no-repeat left center;
	background-size:cover;
	width:68%;
	height:98%;
	float:right;
	position:relative;
}


.system .mainSec .right .label{
	position:absolute;
	left:0;
	top:65px;

}


.system .mainSec .right .contents{
    margin-left: 560px;
    width: 290px;
    padding-top: 70px;
}
.system .mainSec .right h2{
	margin-bottom:30px;
}

.system .mainSec .systemTxt{
	color:#FFF;
    font-size: 22px;
    text-shadow: rgba(0,0,0,.8) 0 0 10px;
}
.system .mainSec .systemTxt li{
	overflow:hidden;
	text-align:left;
}

.system .mainSec .systemTxt .set{
	width:150px;
	float:left;
	
}
.system .mainSec .systemTxt .price{
	float:right;
	
}

/*----　Recruit　----*/

.recruit .right{
	position:absolute;
	left:32%;
	width:68%;
	right:0;
	height:700px;
	top:50%;
	transform:translateY(-50%);
	text-align:center;
	z-index:2;
}
.recruit .contents01{
	height:100%;
	background:url(images/recruit_bg01.jpg) no-repeat center;
	background-size:cover;
	width:95px;
	position:absolute;
}
.recruit .contents02{
	height:100%;
	background:url(images/recruit_bg02.jpg) no-repeat center;
	background-size:cover;
	width:600px;
	left:120px;
	position:absolute;

}
.recruit .contents03{
	height:100%;
	background:url(images/recruit_bg03.jpg) no-repeat left top;
	background-size:cover;
	left:770px;
	position:absolute;
	right:0;

}

.recruit .inner{
	text-align:center;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	width:100%;
    max-height: 760px;	
}
.recruit .lead{
	margin-top:20px;
	font-size:28px;
	color:#FFF;
    text-shadow: rgba(0,0,0,.8) 0 0 10px;
	letter-spacing:.1em;
	margin-bottom:20px;
	
}
.recruit .lead .small{
	font-size:22px;
}

.recruit .smallTxt{
	font-size:14px;
	color:#FFF;
    text-shadow: rgba(0,0,0,.8) 0 0 10px;
	margin-bottom:30px;
}

.recruit .txtBox{
	overflow:auto;
	width:480px;
	height:300px;
	padding:20px;
	background:rgba(255,255,255,.25);
	margin:0 auto;
	color:#FFF;
	font-size:14px;
	line-height:1.6;
    text-shadow: rgba(0,0,0,.8) 0 0 10px;
	text-align:left;
}

.aboutus .right{
	position:absolute;
	left:32%;
	width:68%;
	right:0;
	height:700px;
	top:50%;
	transform:translateY(-50%);
	text-align:center;
	z-index:2;
}
.aboutus .right .contents01{
	width:500px;
	height:100%;
	background: url(images/aboutus_bg01.jpg) no-repeat center;
	background-size:cover;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
}
.aboutus .right .contents02{
	height:100%;
	background: url(images/aboutus_bg02.jpg) no-repeat left center;
	background-size:cover;
	position:absolute;
	left:560px;
	top:0;
	bottom:0;
	right:0;
	text-align:left;
	
}
.aboutus .right .contents01 p{
	padding: 175px 0 85px;
}

.aboutus .right .contents02{
	color:#FFF;
	font-size:22px;
	padding-left:50px;
    text-shadow: rgba(0,0,0,.8) 0 0 10px;
	line-height:1.4;

}
.aboutus .right .contents02 h3{
	font-size:30px;
	font-weight:normal;
}
.aboutus .right .contents02 .address{
	padding-top:150px;
}
.aboutus .right .contents02 .tel{
	padding-top:260px;
}


	



#pageFoot{
	position:absolute;
	bottom:0;
	right:0;
	z-index:999
}
#pageFoot p{
	font-size:10px;
	text-align:right;
	padding:10px 50px;
}
