@charset "utf-8";
/* ============================================================ */
/* #wrap */
/* ============================================================ */
#index #wrap {
	position: relative;
}

/* ============================================================ */
/* header */
/* ============================================================ */
#index header {
	position: absolute;
	top: 0;
	z-index: 2000;
	background-color: rgba(255,255,255,0.85);
}


/* ============================================================ */
/* .mainimages */
/* ============================================================ */
#index .mainimages {
	height: 615px;
 	margin: 0 auto;
 	text-align: center;
	background: url(/common/img/index/pic_visual.png) center top no-repeat;
}

#index .mainimages h1 {
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
 
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	#index .mainimages {
		width: 100%;
		height: 615px;
		margin: 0 auto;
		text-align: center;
		background: url(/common/img/index/pic_visual.png) center 0 no-repeat;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	#index .mainimages {
		width: 100%;
		height: 615px;
		margin: 0 auto;
		text-align: center;
		background: url(/common/img/index/pic_visual.png) center 0 no-repeat;
	}
}


/* ============================================================ */
/* .index_introduction */
/* ============================================================ */
#index .index_introduction {
	background: url(/common/img/index/bg_index_introduction.png) center bottom no-repeat;
	background-size: cover;
	padding: 70px 0 65px 0;
}

#index .index_introduction .index_introduction_inner {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}


/* .index_business
------------------------------------------------------------ */
#index .index_business {
	width: 435px;
	float: left;
}

#index .index_business p {
	margin: 0 0 30px 0;
}


/* .index_reason
------------------------------------------------------------ */
#index .index_reason {
	background-color: rgba(255,255,255,0.85);
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffffff,endcolorstr=ffffff,gradienttype=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff)";
	zoom:1;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	border-radius: 3px;
	padding: 30px 20px;
	margin: 5px 2px 5px 484px;
	width: 428px;
}

#index .index_reason .midashi02 {
	margin: 0 0 25px 0;
}

#index .index_reason:not(:target){
    filter: none;
    -ms-filter: none;
}

#index .index_reason ul {
	margin: 0 0 25px 0;
}

#index .index_reason ul li {
	border-bottom: 1px dotted #d3d1d1;
	padding: 7px 10px 7px 33px;
	background: url(/common/img/index/ico_index_reason.png) 10px 10px no-repeat;
}

#index .index_reason ul li:last-of-type {
	border-bottom: none;
	padding: 7px 10px 0 33px;
}

#index .index_reason .btn_center a {
	width: 170px;
	position: relative;
}

#index .index_reason .btn_center a i {
	position: absolute;
	top: 12px;
	right: 10px;
	font-size: 1.7rem;
}



/* ============================================================ */
/* .index_equipment */
/* ============================================================ */
#index .index_equipment {
	background: url(/common/img/index/bg_index_equipment.png) center 0 no-repeat;
	background-size: cover;
	padding: 70px 0 104px 0;
}

#index .index_equipment .midashi02 {
	color: #fff;
}

#index .index_equipment .midashi02:after {
	background: #fff;
}

#index .index_equipment .equipment_inner {
	width: 966px;
	margin: 0 auto;
}

#index .index_equipment ul {
	overflow: hidden;
}

#index .index_equipment ul li {
	float: left;
	width: 310px;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	position: relative;
}

#index .index_equipment ul .btn_equipment01 {
	margin: 3px 15px 10px 0;
}

#index .index_equipment ul .btn_equipment02 {
	margin: 3px 15px 10px 3px;
}

#index .index_equipment ul .btn_equipment03 {
	margin: 3px 0 10px 0;
}

#index .index_equipment ul .btn_equipment04 {
	margin: 3px 15px 0 3px;
}

#index .index_equipment ul .btn_equipment05 {
	margin: 3px 15px 0 0;
}

#index .index_equipment ul .btn_equipment06 {
	margin: 3px 0 0 0;
}

#index .index_equipment ul li a {
	display: block;
}

#index .index_equipment ul li a img {
	border-radius: 5px;
}

#index .index_equipment ul li a div {
	position: absolute;
	bottom: 0;
	width: 310px;
	padding: 65px 0 0 0;
	color: #fff;
	background: url(/common/img/index/bg_txt_equipment.png) 0 bottom repeat-x;
	border-radius: 5px;
}

#index .index_equipment ul li a div p {
	font-size: 1.6rem;
	background: url(/common/img/index/ico_equipment.png) right bottom no-repeat;
	border-radius: 5px;
	padding: 0 15px 10px 15px;
}



/* ============================================================ */
/* .index_recruit */
/* ============================================================ */
#index .index_recruit {
	background: url(/common/img/index/bg_index_recruit.png) center 0 no-repeat;
	background-size: cover;
	padding: 100px 0 70px 0;
}

#index .index_recruit div {
	background-color: rgba(255,255,255,0.85);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff)";
	border-radius: 3px;
	border: 1px solid #b9b9b7;
	width: 710px;
	padding: 40px 44px 50px 44px;
	margin: 0 auto;
	text-align: center;
}

#index .index_recruit div:not(:target){
    filter: none;
    -ms-filter: none;
}

#index .index_recruit div p {
	font-size: 1.3rem;
	margin: 0 0 20px 0;
	text-align: left;
}

#index .index_recruit .btn_center {
	text-align: center;
}

#index .index_recruit .btn_center a {
	width: 210px;
	position: relative;
}

#index .index_recruit .btn_center a i {
	position: absolute;
	top: 12px;
	right: 10px;
	font-size: 1.7rem;
}







