@charset "UTF-8";

/* ==========================================
	main_slider
========================================== */

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: 20px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	width: 79px !important;
	height: 10px !important;
	margin: 0 12px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #e23f35 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #f5f5f5 !important;
	opacity: 0.9;
}

/* ==========================================
	news_block
========================================== */

#news_block {
	margin: 50px auto 100px;
}
#news_block h2 {
	font-size: 18px;
	padding: 15px 0 15px 95px;
	background: url(../img/index/news_head.png) no-repeat;
	position: relative;
}
#news_block h2 span {
	color: #cf281f;
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
}
#news_block h2:before {
	content: "";
	width: 190px;
	height: 4px;
	background: #ca3b33;
	position: absolute;
	left: 0;
	bottom: 6px;
}
#news_block h2:after {
	content: "";
	width: 810px;
	height: 4px;
	background: #454545;
	position: absolute;
	right: 0;
	bottom: 6px;
}
#news_block dl {
	margin-top: 25px;
	overflow: hidden;
}
#news_block dl dt {
	width: 145px;
	padding: 8px 0 8px 15px;
	border-bottom: 1px solid #e6e6e6;
	color: #ca3b33;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	float: left;
}
#news_block dl dd {
	width: 855px;
	float: left;
	padding: 8px 0 8px 15px;
	font-size: 14px;
	border-bottom: 1px solid #e6e6e6;
}

/* ==========================================
	recruit_block
========================================== */

#recruit_block {
	background-image:
	url("../img/index/recruit_bg_01.jpg"),
	url("../img/index/recruit_bg_02.jpg");
	background-repeat:
	no-repeat,
	no-repeat;
	background-position:
	center left,
	center right;
}
#recruit_block .recruit_box {
	width: 745px;
	margin: 0 auto 130px;
	padding: 15px 47px 60px;
	background: #c80c0c;
}
#recruit_block .recruit_box .movie_box {
	margin-top: 50px;
}
#recruit_block .recruit_box .movie_box iframe {
	width: 100%;
	height: 400px;
}
#recruit_block .recruit_box h2 {
	margin-bottom: 47px;
}
#recruit_block .recruit_box h2 img {
	display: block;
	margin: 0 auto;
}
#recruit_block .recruit_box p {
	color: #fff;
	font-size: 16px;
	margin-top: 30px;
}
#recruit_block .recruit_box a {
	display: block;
	width: 405px;
	text-align: center;
	margin: 35px auto 0;
	padding: 30px 0;
	background: url(../img/index/entry_arrow.png) #0e0e0e no-repeat;
	background-position: 370px center;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.1em;
	text-decoration: none;
	-webkit-transform: skew(0deg);
	-moz-transform: skew(0deg);
	transform: skew(0deg);
}
#recruit_block .recruit_box a span {
	display: block;
	-webkit-transform: skew(-10deg);
	-moz-transform: skew(-10deg);
	transform: skew(-10deg);
}
#recruit_block .recruit_box a:hover {
	background: url(../img/index/entry_arrow_on.png) #fff no-repeat;
	background-position: 370px center;
	color: #000;
}

/* ==========================================
	service_block
========================================== */
#service_block {
	margin-bottom: 80px;
	padding-top: 50px;
	background: #1e1e1e;
	background: -moz-linear-gradient(top,  #1e1e1e 0%, #1e1e1e 60%, #ffffff 60%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #1e1e1e 0%,#1e1e1e 60%,#ffffff 60%,#ffffff 100%);
	background: linear-gradient(to bottom,  #1e1e1e 0%,#1e1e1e 60%,#ffffff 60%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#ffffff',GradientType=0 );
}
#service_block h2 {
	margin-bottom: 75px;
}
#service_block h2 img {
	display: block;
	margin: 0 auto;
}
#service_block ul li {
	width: 332px;
	height: 520px;
	float: left;
}
#service_block ul li:hover {
	border: 10px solid #1e1e1e;
	-webkit-transition: ease 0.15s;
	-moz-transition: ease 0.15s;
	-ms-transition: ease 0.15s;
	-o-transition: ease 0.15s;
	transition: ease 0.15s;
}
#service_block ul li a {
	text-decoration: none;
}
#service_block .text_box {
	padding: 15px;
}
#service_block .text_box h3 {
	color: #ea2121;
	font-size: 24px;
	margin: 10px 0 25px;
	position: relative;
}
#service_block .text_box h3:after {
	content: "";
	width: 92px;
	height: 3px;
	background: #ea2121;
	position: absolute;
	left: 0;
	bottom: -12px;
}
#service_block .text_box p {
	font-size: 17px;
	color: #141414;
}

/* ==========================================

	sp

========================================== */

@media screen and (max-width:640px) {

/* ==========================================
	common
========================================== */


/* ==========================================
	main
========================================== */

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: 10px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	width: 50px !important;
	height: 8px !important;
	margin: 0 5px !important;
}

/* ==========================================
	news_block
========================================== */

	#news_block {
		margin: 15px auto 35px;
	}
	#news_block h2 {
		font-size: 16px;
		padding: 15px 0 15px 60px;
		background-size: 50px;
		background-position-y: 18px;
	}
	#news_block h2:before {
		width: 30%;
	}
	#news_block h2:after {
		width: 70%;
	}
	#news_block h2 span {
		font-size: 16px;
	}
	#news_block dl {
		margin-top: 0;
	}
	#news_block dl dt {
		padding: 10px 0 0 0;
		border-bottom: none;
		float: none;
		font-size: 13px;
	}
	#news_block dl dd {
		width: 100%;
		float: none;
		padding: 0 0 8px 0;
		font-size: 13px;
	}

/* ==========================================
	recruit_block
========================================== */

	#recruit_block {
		background: none;
	}
	#recruit_block .recruit_box {
		width: 100%;
		margin-bottom: 0;
		padding: 20px 10px 35px;
	}
	#recruit_block .recruit_box .movie_box iframe {
		height: 300px;
	}
	#recruit_block .recruit_box h2 {
		margin-bottom: 30px;
	}
	#recruit_block .recruit_box p {
		font-size: 13px;
		line-height: 200%;
		margin-top: 20px;
	}
	#recruit_block .recruit_box a {
		width: 85%;
		margin-top: 15px;
		padding: 20px 0;
		background-position: 90% center;
		font-size: 30px;
	}
	#recruit_block .recruit_box a:hover {
		background-position: 90% center;
	}
	#recruit_block .recruit_box .img_box {
		margin-top: 30px;
	}
	#recruit_block .recruit_box .img_box img {
		float: left;
		width: 50%;
	}

/* ==========================================
	service_block
========================================== */

	#service_block {
		background: #1e1e1e;
		margin-bottom: 50px;
		padding-top: 20px;
	}
	#service_block h2 {
		margin-bottom: 30px;
	}
	#service_block ul li {
		width: 300px;
		height: auto;
		margin: 0 auto;
		float: none;
	}
	#service_block ul li:hover {
		border: none;
	}
	#service_block ul li img {
		width: 300px;
	}
	#service_block .text_box {
		background: #fff;
		margin-bottom: 30px;
	}
	#service_block .text_box h3 {
		font-size: 18px;
		margin: 0 0 15px;
		padding-bottom: 10px;
		text-align: center;
		border-bottom: 1px solid #333;
	}
	#service_block .text_box h3:after {
		display: none;
	}
	#service_block .text_box p {
		font-size: 14px;
		text-align: center;
	}

}

@media screen and (max-width:480px) {

	#recruit_block .recruit_box .movie_box iframe {
		height: 230px;
	}

}