@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
/* -----------------------------------------------------------
	.con_int
----------------------------------------------------------- */
.con_int {
	margin-top: 60px;
	text-align: center;
}
.con_int .txt {
	margin-top: 25px;
	line-height: 1.76;
}
.con_int .btn {
	margin-top: 25px;
}

/* -----------------------------------------------------------
	.con_sta
----------------------------------------------------------- */
.con_sta {
	margin-top: 80px;
}
.con_sta h4 {
	text-align: center;
	margin-bottom: 25px;
}
.con_sta ul {
	overflow: hidden;
	margin-left: -4px;
}
.con_sta ul li {
	float: left;
	width: 473px;
	margin: 0 0 4px 4px;
}
.con_sta ul li a {
	position: relative;
	display: block;
}
.con_sta ul li a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 473px;
	height: 290px;
	background: url(../images/home/img_sta1_hov.png) no-repeat left top;
	-moz-transition: opacity 300ms ease, filter 300ms ease;
	-o-transition: opacity 300ms ease, filter 300ms ease;
	-webkit-transition: opacity 300ms ease, filter 300ms ease;
	transition: opacity 300ms ease, filter 300ms ease;
}
.con_sta ul li a:not(:hover):before {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px);
}
.con_sta ul li:first-child + li a:before {
	background: url(../images/home/img_sta2_hov.png) no-repeat left top;
}
.con_sta ul li:first-child + li + li a:before {
	background: url(../images/home/img_sta3_hov.png) no-repeat left top;
}
.con_sta ul li:first-child + li + li + li a:before {
	background: url(../images/home/img_sta4_hov.png) no-repeat left top;
}

/* -----------------------------------------------------------
	.con_pic
---------------------------------------------------------- */
.con_pic {
	padding: 30px 0;
	border-top: 1px solid #f1ece5;
	border-bottom: 1px solid #f1ece5;
	margin-top: 80px;
	text-align: center;
}
.con_pic h5 {
	margin-bottom: 20px;
}
.con_pic ul {
	letter-spacing: -.4em;
}
.con_pic ul li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	margin-left: 15px;
	letter-spacing: normal;
}
.con_pic ul li:first-child {
	margin-left: 0;
}
