@charset "utf-8";



/* home_unit
-----------------------------------*/
.home_unit{
	margin-bottom: 120px;
}
.home_unit > header{
	background: url("../img/bg_home_01.jpg") no-repeat center center;
	background-size: cover;
	height: 680px;
}
.home_unit > header:before{
	display: none;
}
.home_unit > header:after{
	display: block;
	content: "";
	width: 250px;
	height: 250px;
	background: url("../img/bg_home_02.png") no-repeat 0 0;
	position: absolute;
	top: 381px;
	left: 50%;
	margin-left: 270px;
}
.home_unit > header h2{
	position: absolute;
	top: 197px;
	text-align: center;
	width: 100%;
}
.home_unit > header h2 img{
	margin-right: 5px;
}
.home_unit > header .message{
	position: absolute;
	top: 382px;
	text-align: center;
	width: 100%;
}
.home_unit > header .message img{
	margin-right: 12px;
}
.home_unit > header .message:before{
	display: block;
	content: "";
	width: 47px;
	height: 43px;
	background: url("../common/img/ico_04.png") no-repeat 0 0;
	position: absolute;
	top: -57px;
	left: 50%;
	margin-left: -24px;
}
.home_unit > header .company_btn,
.home_unit > header .business_btn{
	position: absolute;
	left: 50%;
	z-index: 2;
}
.home_unit > header .company_btn{
	margin-left: -424px;
	bottom: -66px;
}
.home_unit > header .business_btn{
	margin-left: 5px;
	bottom: -149px;
}
.home_unit > .intro{
	position: relative;
	background: url("../img/bg_home_03.jpg") no-repeat center center;
	background-size: cover;
	text-align: center;
	padding: 190px 0 83px;
}
.home_unit > .intro h3{
	text-align: center;
	margin-bottom: 46px;
}
.home_unit > .intro h3 img{
	margin-right: 20px;
}
.home_unit > .intro p{
	font-size: 116%;
}
.home_unit > .intro p + p{
	margin-top: 24px;
}
.home_unit > .intro .last{
	position: relative;
	margin-bottom: 96px
}
.home_unit > .intro .last:after{
	display: block;
	content: "";
	width: 47px;
	height: 43px;
	background: url("../common/img/ico_04.png") no-repeat 0 0;
	position: absolute;
	bottom: -68px;
	left: 50%;
	margin-left: -24px;
}
.home_unit > .proper_wrap{
	width: 100%;
	display: table;
	position: relative;
	background: #eeeeee;
}
.home_unit > .proper_wrap .image,
.home_unit > .proper_wrap .proper{
	width: 50%;
	display: table-cell;
}
.home_unit > .proper_wrap .image{
	background: url("../img/bg_home_04.jpg") no-repeat center center;
	background-size: cover;
}
.home_unit > .proper_wrap .proper{
	padding: 67px 45px 70px 50px;
}
.home_unit > .proper_wrap .proper h3{
	margin-bottom: 25px;
}
.home_unit > .proper_wrap .proper p{
	width: 425px;
	font-size: 116%;
}
.home_unit > .proper_wrap .proper p + p{
	margin-top: 24px;
}
.home_unit > .proper_wrap .proper .last{
	margin-bottom: 54px;
}
.home_unit > .proper_wrap .proper .btn{
	margin-left: 41px;
}
.home_unit > .service{
	background: url("../img/bg_home_05.jpg") no-repeat center center;
	background-size: cover;
	padding: 78px 0 105px;
	position: relative;
}
.home_unit > .service:after{
	display: block;
	content: "";
	width: 89px;
	height: 76px;
	background: url("../img/ico_home_05.png") no-repeat 0 0;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -45px;
}
.home_unit > .service h3{
	text-align: center;
	margin-bottom: 37px;
}
.home_unit > .service h3 img{
	margin-right: 4px;
}
.home_unit > .service .inner{
	width: 960px;
	margin: 0 auto;
}
.home_unit > .service .inner section{
	width: 300px;
	padding: 205px 0 28px;
	background: #eeeeee;
	margin-right: 30px;
	position: relative;
	float: left;
}
.home_unit > .service .inner section:last-child{
	margin-right: 0;
	float: right;
}
.home_unit > .service .inner section:before{
	display: block;
	content: "";
	width: 56px;
	height: 37px;
	background: url("../img/ico_home_02.png") no-repeat 0 0;
	position: absolute;
	top: -18px;
	left: 10px;
	z-index: 2;
}
.home_unit > .service .inner section:nth-child(2):before{
	background: url("../img/ico_home_03.png") no-repeat 0 0;
}
.home_unit > .service .inner section:nth-child(3):before{
	background: url("../img/ico_home_04.png") no-repeat 0 0;
}
.home_unit > .service .inner section h4{
	color: #f39800;
	text-align: center;
	font-weight: bold;
	font-size: 	153.9%;
	margin-bottom: 3px;
}
.home_unit > .service .inner section p{
	font-size: 116%;
	text-align: center;
	width: 240px;
	margin: 0 auto;
}
.home_unit > .service .inner section .image{
	position: absolute;
	top: 0;
	border-bottom: 4px solid #f39800;
}

