/* ------------------ inport & font setup ------------------ */
@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Raleway);
/* ------------------ Reset ------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	font-size:100%;
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
div:after, dl:after, ul:after, header:after, footer:after, section:after, article:after, nav:after, aside:after {
	content: "";
	clear: both;
	display: block;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
nav ul {
	list-style:none;
}
img {
	vertical-align:top;
	border:0;
}
iframe {
	vertical-align:top;
}
/*
	---- common Setting ----
*/
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color:#111;
	background:#fff;
	line-height:150%;
	-webkit-text-size-adjust:100%;
}
/*
	---- Frame ----
*/
.wrap {
	width:1000px;
	margin:0 auto;
}
.addfont {
	font-family:'Raleway', sans-serif;
}
.shadow {
	box-shadow: 		0 0 10px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 	0 0 10px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.8);
	-o-box-shadow: 		0 0 10px rgba(0,0,0,0.8);
	-ms-box-shadow: 	0 0 10px rgba(0,0,0,0.8);
}
.gray {
	color:#999;
}
.googlefont {
	font-family: 'Raleway', sans-serif;
}
.textcenter {
	text-align:center;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.alignclear {
	clear:both;
}
.spaceRight {
	margin-right:15px;
}
.spaceLeft {
	margin-left:15px;
}
.longText {
	line-height:200%;
}
.longText p {
	margin:0 0 20px;
}
.longTextMargin {
	margin-top:30px;
}
/*
	---- header ----
*/

/*
	---- bxslider ----
*/
#header {
	width:100%;
}
.topPage {
	z-index:999;
	background:rgba(255, 255, 255, 0.75);
	position:absolute;
	padding:10px 0;
	top:0;
}
.companyPage {
	background:url(images/bg_main.png) repeat;
	padding:10px 0 20px;
}
#header h1 {
	margin-top:10px;
	float:left;
}
.headerContents {
	float:right;
}
.headerContents a {
	display:block;
	margin:0 0 5px;
}
.headerContents .buttons {
	float:left;
}
.topImage {
	z-index:0;
	position:relative;
	width:100%;
	height:600px;
	background:url(images/header_image.jpg) no-repeat center top;
	text-align:center;
	overflow:hidden;
}
.recruitTopImage {
	z-index:0;
	position:relative;
	width:100%;
	height:600px;
	text-align:center;
	background:url(images/recruit_top_image02.jpg) no-repeat center top;
	overflow:hidden;
	text-indent:100%;
	background-color:#333;
	white-space:nowrap;
}
.recruitTopMessage {
	width:100%;
	padding-top:200px;
}
.recruit_Motto {
	z-index:1;
	width:540px;
	height:291px;
	background-image: url(images/recruit_Motto.jpg);
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	margin-right:20px;
}
#headerNavi li {
	width:16.66%;
	float:left;
	text-align:center;
}
#headerNavi a {
	font-weight:bold;
	font-size:14px;
	display:block;
	padding:10px 0;
	text-decoration:none;
}
#headerNavi span {
	display:block;
	font-weight:normal;
	font-size:12px;
}
.moveHead {
	position:absolute;
	left:3px;
	top:-60px;
}
.companyNavi {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c08800+0,ecc802+100 */
	background: #ffd700; /* Old browsers */
	background: -moz-linear-gradient(top, #ffd700 0%, #ecc802 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffd700 0%, #ecc802 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffd700 0%, #ecc802 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd700', endColorstr='#ecc802', GradientType=0 ); /* IE6-9 */
}
.companyNavi a {
	color:#000;
}
.companyNavi a:hover {
	color:#000;
	background:#ffeb7f;
}
.companyNavi .toRecruit {
	position:relative;
	background:#fca311;
}
.recruitNavi {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbe29d+0,fccd4d+49,f8b500+50,fbe29d+100 */
	background: #fbe29d; /* Old browsers */
	background: -moz-linear-gradient(top, #fbe29d 0%, #fccd4d 49%, #f8b500 50%, #fbe29d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fbe29d 0%, #fccd4d 49%, #f8b500 50%, #fbe29d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fbe29d 0%, #fccd4d 49%, #f8b500 50%, #fbe29d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbe29d', endColorstr='#fbe29d', GradientType=0 ); /* IE6-9 */
}
.recruitNavi a {
	color:#111;
}
.recruitNavi a:hover {
	color:#886300;
	background:rgba(255, 255, 255, 0.25);
}
#contents {
	padding:40px 0;
}
.mainTitle {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size:24px;
	margin:0 0 10px;
	padding-left:5px;
	border-left:10px solid #eb6101;
}
.commentbox {
	padding:30px;
	margin:40px 0;
	-webkit-box-shadow: 1px 1px 10px #d7bd81;
	-moz-box-shadow: 1px 1px 10px #d7bd81;
	-ms-box-shadow: 1px 1px 10px #d7bd81;
	box-shadow: 1px 1px 10px #d7bd81;
}
.boxTitle {
	border-bottom:#ae7b00 solid;
	margin-bottom:10px;
	padding-bottom:10px;
	font-weight:bold;
	background:url(images/en_dash.gif) no-repeat;
	background-position:0% 30%;
	padding-left:30px;
}
.boxTBold {
	font-size:24px;
	color:#ae7b00;
}
.boxTBoldBK {
	font-size:103%;
	font-weight:bold;
}
.boxMessage {
	width:600px;
}
.boxMessLeft {
	margin-left:50px;
}
.boxMessRight {
	margin-right:50px;
}
.textMarginBottom{
	margin-bottom:20px;
}

#news {
	background:url(images/bg_main.png) repeat;
	padding:40px 0;
	box-shadow:0px 8px 6px -8px #111 inset;
	-moz-box-shadow:0px 8px 6px -8px #111 inset;
	-webkit-box-shadow:0px 8px 6px -8px #111 inset;
}
#news dl {
	border-bottom:1px solid #de7300;
	padding-bottom:10px;
	margin-bottom:10px;
}
#news dt {
	width:140px;
	text-align:center;
	color:#fff;
	background:#eb6101;
	padding:5px;
	float:left;
}
#news dd {
	padding:5px;
	overflow:hidden;
}

footer small {
	display:block;
	text-align:center;
}

#footer {
	color:#fff;
	padding:20px 0 40px;
	background-color: #000;
}
.footerContents {
	font-size:14px;
	line-height:150%;
	background:url(images/footer_logo.png) no-repeat left top;
	padding-left:130px;
}
.footerAfont {
	font-size:12px;
}
.copyright {
	margin-top:10px;
}
.companyTable, .companyTable2 {
	width:100%;
	margin:0 0 30px;
	border-collapse:collapse;
}
.companyTable th, .companyTable td, .companyTable2 th, .companyTable2 td {
	padding:10px;
	border:1px solid #ffd700;
}
.companyTable th, .companyTable2 th {
	vertical-align:middle;
	white-space:nowrap;
	color:#000;
	background:#ffeb7f;
}
.companyTable2 th {
	width:180px;
}
.carInfo{
padding-left:600px;
}


.enkaku th, .enkaku td {
	border:0;
	padding:5px;
	color:#111;
	background:#fff;
}
.outline {
	width:100%;
	margin-bottom:5px;
}
.outline th, .outline td {
	border:none;
	padding:5px 0 5px 5px;
}
.outline th {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #3ca5aa), color-stop(0.00, #207A7E));
	background: -webkit-linear-gradient(top, #207A7E 0%, #3ca5aa 88%);
	background: -moz-linear-gradient(top, #207A7E 0%, #3ca5aa 88%);
	background: -o-linear-gradient(top, #207A7E 0%, #3ca5aa 88%);
	background: -ms-linear-gradient(top, #207A7E 0%, #3ca5aa 88%);
	background: linear-gradient(to bottom, #207A7E 0%, #3ca5aa 88%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ca5aa', endColorstr='#207A7E',GradientType=0 ); /* IE6-9 */
	/*background:#207A7E;*/
	vertical-align:top;
	text-align:center;
	padding-right:5px;
	width:60px;
}
.outline td {
	vertical-align:middle;
}
.outline td.y {
	width:64px;
}
.outline td.m {
	width:43px;
}
.outline td.h {
	width:110px;
}
.outline td.pic {
	width:140px;
}
.outline-border {
	height: 0;
	margin: 0;
	padding: 5px;
	border: 0;
	border-top: 1px dashed #ae7b00;
}
.companyTable .main {
	font-size:20px;
	font-weight:bold;
}
.companyTable .staffHead {
	width:200px;
}
.recruitTopBox {
	background:url(images/bg_recruit_top.jpg) no-repeat right top;
}
.topMenuA {
	width:220px;
	margin-right:20px;
	float:left;
}
.topMenuB {
	float:right;
}
.topMenuTitle {
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
.areaTitle {
	margin:40px 0 10px;
}
.areaTitle span {
	font-size:30px;
	font-weight:bold;
	padding-right:20px;
}
/* recruit_entry */
.bosyu a {
	font-size:18px;
}
.bosyu a:hover {
	text-decoration:none;
}
/* contact */

.mailform {
	margin:30px 0;
	padding:0 50px;
}
.mailform dl {
	margin:0 0 40px;
}
.mailform dt {
	width:220px;
	float:left;
}
.mailform dd {
	width:610px;
	float:right;
}
.red, .error {
	color:#ff6f6f;
}
.formbar {
	width:610px;
}
input[type="text"], textarea, select {
	border:0;
	padding:10px;
	color:#333;
	background:#f0f0f0;
	border:2px solid #999;
}
input[type="radio"] {
	padding:10px;
}
textarea {
	height:200px;
}
.submit {
	padding:0 0 40px;
	text-align:center;
}
.submit button {
	border:none;
	width:250px;
	font-weight:bold;
	color:#fff;
	background:#000;
	padding:20px;
	border-radius:5px;
	transition:color .1s ease-in-out;
}
.submit button:hover {
	background:#ff6f6f;
}
input:focus, textarea:focus {
	border:2px solid #44aeff;
	outline:none;
}
.error_messe {
	color:#c00;
	margin:10px 0;
	padding:10px;
	border:1px solid #c00;
}
.hissu {
	width:1.5em;
}
.hissumark {
	color:#ff0;
}
.textinput {
	width:75%;
}
.section {
	margin-bottom:40px;
}
.boxLeft {
	width:49.5%;
	float:left;
}
.boxRight {
	width:49.5%;
	float:right;
}
.lineBox {
	border-radius:10px;
	border:2px solid #ccc;
	padding:15px;
	margin:20px 0;
}
.lineBox h3 {
	font-size:150%;
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
	margin-bottom:10px;
}
.simTime {
	background:#ffe9cb;
	border-radius:5px;
	padding:15px;
	margin:20px 0 0;
	float:left;
	overflow:hidden;
}
.simTime dl {
	border-bottom:1px dashed #fff;
	margin-bottom:10px;
	padding-bottom:10px;
}
.simTime dt {
	width:80px;
	float:left;
}
.simTime dd {
	overflow:hidden;
	float:left;
}
.simTime dd::before {
	content: "～ ";
}
.imageArea {
	margin:20px 0 0;
	float:right;
}
.imageArea p {
	margin:0 0 10px;
}
/* galelry */
.mainimage {
	margin:30px 0 50px;
}
.imageList {
	margin-top:20px;
	list-style:none;
}
.imageList li {
	width:240px;
	margin-right:13px;
	margin-bottom:13px;
	float:left;
}
.imageList li:nth-child(4n) {
	margin-right:0;
}
.goEntry {
	border:1px solid #ae7b00;
	padding:20px;
	margin:10px 0 30px;
}
.titleButton {
	display:block;
	float:right;
	text-align:center;
	text-decoration:none;
	border:none;
	width:250px;
	font-weight:bold;
	color:#fff;
	background:#000;
	padding:5px 20px;
	border-radius:5px;
	transition:color .1s ease-in-out;
}
.titleButton:hover {
	background:#ff6f6f;
}
#topics {
	background:url(images/bg_main.png) repeat;
	padding:40px 0;
	box-shadow:8px 8px 6px -8px #d7bd81 inset;
	-moz-box-shadow:0px 8px 6px -8px #d7bd81 inset;
	-webkit-box-shadow:0px 8px 6px -8px #d7bd81 inset;
}
#topics dl {
	border-bottom:1px solid #ae7b00;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-left:10px;
}
#topics dt {
	width:140px;
	text-align:center;
	color:#fff;
	background:#ae7b00;
	padding:5px;
	float:left;
}
#topics dd {
	padding:5px;
	overflow:hidden;
}
.topicTitle {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size:24px;
	margin:0 0 30px;
	padding-left:5px;
	border-left:10px solid #eb6101;
}




/*------------女性追加-----------------*/

figure.woman {width:290px;
float:left;
margin:5px;}

figure.woman img {width:290px;}

figure.womans {overflow:hidden;
margin-top:20px;
}

figure.womans img {width:290px;
float:left;}

figure.womans figcaption {float:right;}




/*------------企業別テンプレート-----------------*/

#company_template {
width:1000px;
margin:0 auto;
}
#company_template img.visual {
	width:100%;
	display:block;
	margin-bottom:50px;
}

#company_template .wrap {
overflow:hidden;
}

#company_template div.title {
	padding-bottom:5px;
	border-bottom:1px solid;
	margin-bottom:10px;
}


#company_template h3 {
font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
font-size: 22px;
margin: 0 0 10px;
padding-left: 5px;
border-left: 10px solid #eb6101;
}

#company_template article.info {
	border:1px solid #CCC;
	padding:15px;
}

#company_template article.info dl {
	padding:8px 0px;
}

#company_template article.info dt {
	display:table-cell;
	width:120px;
}
#company_template article.info dd {
	display:table-cell;
}


#company_template article.greet {
	margin-top:50px;
}

#company_template article.greet aside {
	width:530px;
	float:left;
}

#company_template article.greet aside p {
	line-height:26px;
}

#company_template article.greet img {
	display:block;
	background:black;
	float:right;
	width:420px;
	height:auto;
}

#company_template article.overview {
	margin-top:50px;
}

#company_template article.overview iframe {
	width:100%;
	height:300px;
}

#company_template a.to_index {
margin: 20px auto;
    display: block;
    width: 20em;
    padding: 15px;
    text-align: center;
    background: black;
    color: white;
    text-decoration: none;
    border-radius: 10px;
}


header.company_template h1 {
font-size: 26px;
    font-weight: bold;
	margin-top:20px !important;
}

header.company_template p.phone {
	font-size:22px;
	text-align:center;
}