@charset "utf-8";
/*----------------------------------------------------------
    universal reset
----------------------------------------------------------*/
html{
padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;
}
body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;}
body{line-height:1; color:#333;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
nav ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
a{margin:0;padding:0;vertical-align:baseline;background:transparent;}
input,select{vertical-align:middle;}

/*----------------------------------------------------------
    common setting
----------------------------------------------------------*/
body{
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	line-height: 1.5;
	color: #333;
}
html{
	font-size: 14px;
}
a{
	color: #1e4ea6;
	text-decoration: underline;
}

a:hover {
	color:#6483BC;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
li{
	list-style-type: none;
}

.spParts {
	display: none;
}

/*----------------------------------------------------------
    見出し
----------------------------------------------------------*/

#h1Content {
	margin: 30px 0;
}

#h1Content img {
	display: inline-block;
	vertical-align: bottom;
}

h1 {
	color: #cc0000;
	font-weight: bold;
	font-size: 40px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 20px;
}

h1 span {
	font-size: 0.6em;
	display: block;
}

h1 span span {
	font-size: 1.0em;
	display: inline;
}

h1 span.line {
	font-size: 1.0em;
	display: inline;
}

.contentTitle {
	font-size: 32px;
	font-weight: bold;
	color: #cc0000;
	text-align: center;
	margin: 50px auto;
}

.contentTitle img {
	width: 45px;
	margin-right: 20px;
}

.subTitle {
	font-size: 24px;
	line-height: 1.2em;
	padding-left: 15px;
	position: relative;
	font-weight: normal;
	display: block;
}

#mixSearchWrapper .subTitle {
	margin-bottom: 15px;
}

.subTitle:before {
	content: "";
	display: block;
	width: 4px;
	height: 24px;
	background: #cc0000;
	position: absolute;
	top: 0;
	left: 0;
}

.subTitle span {
	font-size: 14px;
	padding-left: 25px;
}

h4 {
	font-size: 18px;
	margin: 14px 0 10px;
	font-weight: bold;
	color: #cc0000;
	vertical-align: middle;
}

h4 img {
	width: 26px;
	vertical-align: middle;
	padding-right: 10px;
	margin-top: -2px;
}

.mini h4 {
	font-size:14px;
}

.mini h4 img{
	width: 20px;
}

/*change style*/
.spParts{
	display: none!important;
}

/*frame style*/
.wrapper{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.inner {
	margin: 0 32px;
}

/*----------------------------------------------------------
    ヘッダー
----------------------------------------------------------*/

#header {
	width: 1200px;
	height: 60px;
	background: url(../images/header_img.jpg) no-repeat;
	position: relative;
	margin: 0 auto;
}

#header img {
	width: 165px;
	position: absolute;
	top: 16px;
	left: 34px;
}

#headerList {
	margin: 12px 16px;
	font-size: 12px;
}

#headerList ol li {
	display: inline-block;
}

#headerList ol li + li:before {
	content:" ＞ ";
}

/*----------------------------------------------------------
    #areaSearch
----------------------------------------------------------*/

#searchContent {
	margin: -30px 0 0 0;
	padding: 30px 0 0 0;
}

#areaSearchInner {
	position: relative;
}

#areaSearchInner a {
	text-decoration: none;
}

#areaSearchInner a:hover {
	text-decoration: underline;
}

#areaSearchInner p{
	margin: 30px auto 50px;
	text-align: center;
}

#areaSearchInner dl {
	position: absolute;
}

#areaSearchInner dt {
	color: #cc0000;
	font-size: 18px;
	margin-bottom: 2px;
}

#areaSearchInner dd {
	font-size: 0;
}

#areaSearchInner dd li{
	display: inline-block;
	font-size: 14px;
	margin: 0 20px 0 0;
}

#areaSearchInner dl#hokkaido {
	top: 18px;
	left: 588px;
}

#areaSearchInner dl#tohoku {
	display: block;
	width: 200px;
	top: 150px;
	left: 788px;
}
#areaSearchInner dl#kanto {
	display: block;
	width: 270px;
	top: 276px;
	left: 722px;
}
#areaSearchInner dl#shinhoku {
	display: block;
	width: 200px;
	top: 94px;
	left: 362px;
}
#areaSearchInner dl#tokai {
	display: block;
	top: 368px;
	left: 663px;
}

#areaSearchInner dl#kansai {
	display: block;
	width:200px;
	top: 210px;
	left: 322px;
}

#areaSearchInner dl#chushi {
	display: block;
	width:320px;
	top: 436px;
	left: 468px;
}

#areaSearchInner dl#kyuo {
	display: block;
	width: 200px;
	top: 282px;
	left: 134px;
}

/*----------------------------------------------------------
    #mixSearch
----------------------------------------------------------*/

#mixSearchWrapper {
	background: #f9f9f9;
	padding: 25px 60px 30px;
}

.freeWord {
	display: inline-block;
	width: 460px;
	margin-right:91px;
}

.freeWord + .freeWord {
	margin-right: 0;
}

.btnSearch {
	display: inline-block;
	width: 160px;
	height: 48px;
	line-height: 48px;
	background: #cc0000;
	vertical-align: top;
	text-align: center;
}

.btnSearch a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1em;
	padding-left: 0.5em;

}

#mixSearchWrapper .note {
	font-size: 12px;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

#mixSearchWrapper .note.last {
	margin: 0 0 15px;
}

#mixSearchWrapper .note span.caution {
	color: #cc0000;
}


#mixSearchWrapper .note span + span {
	text-indent: 1em;
}

.formWrapper {
	font-size: 0;
}

.freeTxt {
	font-size: 14px;
	display: inline-block;
	position: relative;
}

.freeTxt input {
	width: 300px;
	height: 48px;
	box-sizing: border-box;
	padding: 10px 50px 10px 10px;
	border: 1px solid #cc0000;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;

}

.freeTxt input:focus {
	outline: none;
}

.freeTxt input::-ms-clear {
	display:none;
}

#station {
	position: absolute;
	font-size: 24px;
	font-weight: bold;
	right: 24px;
	top: 7px;
	color: #cc0000;
}

#mixSearch {
	margin-top: 40px;
	position: relative;
}

#mixSearch .formWrapper {
	width: 810px;
	background: #fff0f0;
	padding: 20px 25px;
	box-sizing: border-box;
	position: relative;
}
#mixSearch .formWrapper:after {
	content: "";
	display: block;
	border: 20px solid transparent;
	border-left: 34px solid #fff0f0;
	position: absolute;
	right: -48px;
	top: 50%;
	margin-top: -11px;
}

#mixSearch .formWrapper:before {
	content: url(../images/ico_cross.png);
	position: absolute;
	top: 64px;
	left: 354px;
}

#mixSearch .formWrapper dl {
	font-size: 14px;
	display: inline-block;
	margin-right: 80px;
}
#mixSearch .formWrapper dl.checkBox {
	margin:10px 40px 0 0;
}

#mixSearch .formWrapper dd {
	margin: 10px 0 0 0 ;
}

#mixSearch .btnSearch {
	position: absolute;
	right: 0;
	bottom: 64px;
}


	.dropdown{
		width: 300px;
		height: 48px;
		padding: 13px;
		box-sizing: border-box;
		border: 1px solid #cc0000;
	}
	.dropdown .carat{
		right: 14px;
		top: 50%;
		margin-top: -6px;
		border: 8px solid transparent;
		border-top: 14px solid #cc0000;
	}
	.dropdown.open .carat{
		margin-top: -14px;
		border-top: 8px solid transparent;
		border-bottom: 14px solid #cc0000;
	}
	.dropdown .selected:after{
		content: '';
		position: absolute;
		right: -1px;
		top: -1px;
		bottom: -1px;
		width: 48px;
		background: #fff;
		border: 1px solid #cc0000;
		box-sizing: border-box;
	}
	.dropdown .selected{
		line-height: 1;
		padding: 4px 4px;
	}
	.dropdown li {
		padding: 10px 20px
	}
	.dropdown li.focus{
		background: #cc0000;
	}
	.dropdown.scrollable div:after{ /*ie9,ie10対応の為必須*/
		display: none;
	}

#checkContents li{
	float: left;
	display: inline-block;
	margin: 0 20px 5px 0
}
.icheckbox{
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	margin: 0 6px 0 0;
	padding: 0;
	width: 16px;
	height: 16px;
	background: url(../images/checkbox.png) no-repeat;
	border: none;
	cursor: pointer;
}

.icheckbox {
	background-position: 0 0;
}
	.icheckbox.hover {
		background-position: -18px 0;
	}
	.icheckbox.checked {
		background-position: -36px 0;
	}

/*----------------------------------------------------------
    お仕事紹介
----------------------------------------------------------*/

.jobWrapper {
	font-size: 0;
	margin: 0 0 50px 0;
}

.itemWrapper {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	width: 360px;
	background: #f6f6f1;
	margin: 26px 28px 0 0;
	padding: 10px 12px 0;
	box-sizing: border-box;
	position: relative;
	z-index:1;
}

.itemWrapper.last {
	margin: 26px 0 0 0;
}
.itemBody {
	padding: 0 0 30px 0;
}

.itemBody p span {
	display: block;
	text-indent: -1em;
	padding: 0 0 0 1em;
	font-size: 12px;
}

.itemWrapper a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	border: 2px solid transparent;
	z-index: 99;
}

.itemWrapper a:hover {
	border: 2px solid #cc0000;
}

.itemWrapper a:after {
	content: url(../images/btn_tri.png);
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 4px;
	right: 4px;
}

.itemWrapper a:hover:after {
	content: "";
}

.itemWrapper a:hover span:after {
	border-top: 1px solid #cc0000;
}

.itemWrapper a span {
	color: #cc0000;
	position: absolute;
	right: 28px;
	bottom: 5px;
	font-size: 0.8em;
}

.itemWrapper a span:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	border-top: 1px dashed #cc0000;
}



.mini .itemWrapper {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	width: 263px;
	background: #f6f6f1;
	margin: 26px 28px 0 0;
	padding: 8px 10px 0;
	box-sizing: border-box;
	position: relative;
}

.mini .itemWrapper.last {
	margin: 26px 0 0 0;
}
.mini .itemBody {
	padding: 0 0 25px 0;
}

/*----------------------------------------------------------
    インタビュー
----------------------------------------------------------*/

#interviewContent {
	width: 100%;
	background: #f4f4f4;
	padding: 50px 0 45px;
}

#interviewContent .contentTitle {
	margin: 0 0 50px;
}

.interviewWrapper {
	background: #fff;
	width: 920px;
	margin: 0 auto 40px;
}

.interviewWrapper.last {
	margin: 0 auto 0;
}

.interviewHeader {
	background: #cc0000;
	position: relative;
}

.interviewHeader p {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 75px;
	padding: 0 0 0 305px;
	position: relative;
}

.interviewHeader dl {
	display: block;
	width: 260px;
	box-sizing: border-box;
	background: #fff;
	border: 3px solid #cc0000;
	text-align: center;
	position: absolute;
	top: 20px;
	left: 20px;
}

.interviewHeader dt {
	margin: 25px 0 20px;
}

.interviewHeader dd {
	font-size: 16px;
	font-weight: bold;
	color: #cc0000;
	margin: 0 0 15px 0;
}

.interviewHeader dd span {
	display: block;
}

.interviewBody {
	box-sizing: border-box;
	padding: 0 20px 15px 305px;
}

.interviewBody dt {
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0 10px;
}

.interviewBody dd {
	display: block;
	padding: 0 0 15px 0;
}

/*----------------------------------------------------------
    戻るボタン
----------------------------------------------------------*/

.btnReturn {
	width: 100%;
	line-height: 54px;
	margin: 50px 0;
	box-sizing: border-box;
	padding: 0 32px;
	text-align: center;
}

.btnReturn a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #cc0000;
	box-sizing: border-box;
	border: 1px solid #cc0000;
	text-decoration: none;
}

.btnReturn a img {
	padding-right: 20px;
	margin-top: -4px;
	width: 32px;
	height: 32px;
}

.btnLink {
	text-align: center;
}

.btnLink a{
	display: block;
	width: 370px;
	line-height: 32px;
	background: #cc0000;
	color: #fff;
	text-decoration: none;
	float: right;
	margin-right: 32px;
	font-weight: bold;
}
.btnLink a img {
	padding-left: 10px;
}

.pageTop {
	display: block;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 999;
	cursor: pointer;
}

/*----------------------------------------------------------
    フッター
----------------------------------------------------------*/

#footer img {
	display: inline-block;
	vertical-align: middle;
}

#footer ul {
	display: inline-block;
	margin-left: 20px;
}

#footer li {
	display: inline-block;
	font-size: 10px;
}

#footer li a {
	color: #595959;
}

#footer li + li:before{
	content: " | ";
}

#footerInner {
	width: 100%;
	height: 25px;
	line-height: 25px;
	background: #cc0000;
	margin: 5px 0 0 0;
	padding: 0 20px 0 32px;
	box-sizing: border-box;
}

#copy {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	float: right;
}

