@charset "utf-8";
/* Copyright 2018 design hack. */

/* ------------------------------------------------------------

ホーム

------------------------------------------------------------ */

/* メインコンテンツ
---------------------------------------------- */

p#promotion{background: url(../img/img_promotion.jpg) no-repeat center 0;height: 600px;}
p#promotion span{visibility: hidden;}

div.wrap_home{overflow: hidden;width: 100%;margin-bottom: 80px;}

div#business,div#facility{
	background: #EFEFEF;
	width: 460px;
	height: 380px;
	float: left;
	padding: 80px 40px 0;
}

div#business{float: left;}
div#facility{float: right;}

div#business h3{
	background: url(../img/txt_business.gif) no-repeat 0 0;
	width: 216px;
	height: 70px;
	margin: 0 auto;
	margin-bottom: 50px;
}

div#facility h3{
	background: url(../img/txt_facility.gif) no-repeat 0 0;
	width: 188px;
	height: 70px;
	margin: 0 auto;
	margin-bottom: 50px;
}

section#history{
	background: url(../img/bg_history.jpg) repeat-x center 0;
	height: 243px;
	text-align: center;
	padding: 100px 0;
}

section#history h3{
	background: url(../img/txt_history.png) no-repeat 0 0;
	width: 207px;
	height: 69px;
	margin: 0 auto;
	margin-bottom: 50px;
}

section#history p.txt_history{color: #FFFFFF;margin-bottom: 35px;}

h3#recruit{	
	background: url(../img/txt_recruit.jpg) no-repeat 0 0;
	width: 183px;
	height: 69px;
	margin-bottom: 50px;
}

p#btn_recruit{margin-left: 0;}

/* ボタン
---------------------------------------------- */
.btn_wht{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 280px;
	height: 60px;
	line-height: 3.5 !important;
	text-align: center;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
	border: 2px solid #FFFFFF;		
	border-radius: 50px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	margin: 0 auto;
}

.btn_wht:hover{
	background-color: rgba(0,0,0,0.4);
	color: #FFFFFF;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

/* -くるくる- */
.style02:after{
	content: "";
	width: 9px;
	height: 9px;
	display: inline-block;
	background: transparent;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	position: absolute;
	top: 40%;
	right: 20px;
}

.style02:hover:after{
	top: 38%;
	right: 20px;
	border-color: #FFFFFF;
	-webkit-transform: rotate(495deg);
	transform: rotate(495deg);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}