﻿@charset "utf-8";
/*****************************************
	original.css
	企業固有のスタイルを指定
******************************************/
div#container {
	width: 100%;
}
#main {
	clear: both;
}
#main .content {
	width: 100%;
}
.contentsInner,
.search_contentsInner {
	margin: 0 auto;
	max-width: 1000px;
	width: 96%;
}
/*******************************
 ヘッダー
*******************************/
#header .content {
	width: 100%;
}

/*******************************
 自由ヘッダー
*******************************/
#header .content .free {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka,sans-serif;
	margin: 0 auto;
}
#header .content .free .contentsInner {
	overflow: hidden;
    padding: 10px 0;
}
#header .content .free .logo {
	display: table-cell;
}
#header .content .free .logo img {
	height: auto;
	min-width: 140px;
	width: 100%;
}
#header .content .free h1 {
	font-size: 14px;
    font-weight: normal;
	line-height: 1.4;
    text-align: right;
	display: table-cell;
	vertical-align: bottom;
	width: 100%;
	padding-left: 20px;
}
#header .content .free h1 > span {
	display: inline-block;
    line-height: 1.4;
    vertical-align: bottom;
}
#header .content .free h1 > span span {
	display: inline-block;
}
#header .content .free h1 br {
	display: none;
}
.mv {
	text-align: center;
}
.mv #mainimg {
	font-size: 0;
}
.mv #mainimg img {
	display: inline;
    height: auto;
    width: 100%;
}
.mv #mainimg img.nh {
	max-width: 1200px;
}
.mv #mainimg img.wh {
	display: none;
}

/*******************************
 自由コンテンツ上
*******************************/
#headContent .free {
	font-size: 14px;
}
#headContent .free a:hover {
	text-decoration: none !important;
}
#headContent .free ul {
	overflow: hidden;
}
#headContent .free h2, #headContent .free h3, .btn_type1 a, #headContent .free dl dt {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.contentsBox {
	overflow: hidden;
}
.bg_beige {
	background-color: #ffefc9;
}
.contentsTop {
	margin-bottom: 60px;
	padding-top: 40px;
}
#headContent .free h2 {
	color: #402e2b;
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
}
.contentsTop h2 {
	margin: 0 0 30px;
}
.contentsTop p {
	margin: 0 0 40px;
}
div.freeWordObj {
    border: none;
    font-size: 14px;
    height: 43px;
	line-height: 43px;
    margin: 0 auto;
    padding: 0;
	width: 600px;
}
div.freeWordObj form {
	display: block;
    position: relative;
}
div.freeWordObj div.freeWordInput {
    box-sizing: border-box;
    padding: 0 67px 0 0;
    width: 100%;
}
div.freeWordObj div.freeWordInput #freeword {
    border: 1px solid #666666;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
    box-sizing: border-box;
    height: 43px;
    outline: medium none;
    padding: 0 2%;
    vertical-align: top;
    width: 100%;
}
div.freeWordObj #freewordsearch {
	position: absolute;
    right: 0;
    top: 0;
}
#headContent .free h2.h2_1 {
	clear: both;
    margin-bottom: 40px;
    overflow: hidden;
    padding: 0 0 10px;
    position: relative;
}
#headContent .free h2.h2_1:after {
	border-bottom: 3px solid #402e2b;
    border-top: 1px solid #402e2b;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
}
.btnL1 {
	clear: both;
    margin: 0 auto;
    width: 500px;
}
#headContent .free .btn_type1 a {
	background: #ffd180 url("../images/arw14.png") no-repeat scroll 96% center;
	box-shadow:0px 2px 3px 0px #666666;
	-moz-box-shadow:0px 2px 3px 0px #666666;
	-webkit-box-shadow:0px 2px 3px 0px #666666;
	color: #402e2b !important;
    display: block;
    font-size: 25px;
    font-weight: bold;
    margin: 2px 3px 5px;
    padding: 12px 2%;
    text-align: center;
}
#headContent .free a:hover {
	opacity: .60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .60;
	-moz-opacity: .60;
}
.btn_location {
	margin-bottom: 40px;
}
.btn_location a span {
	background: url("../images/location.png") no-repeat scroll left center;
	display: inline-block;
    min-height: 37px;
    padding-left: 40px;
}
.search_kyusyu h3, .search_otherarea h3 {
	border-bottom: 1px dotted #402e2b;
    color: #402e2b;
    font-size: 30px;
    margin: 0 0 30px;
    text-align: center;
}
.search_kyusyu .wh {
	display: none;
}
.search_kyusyu .map {
	margin: 0 auto 60px;
    width: 813px;
}
.search_otherarea {
	margin-bottom: 80px;
}
.search_otherarea ul {
	text-align: center;
}
.search_otherarea ul.linkType1 li {
	display: inline-block;
    width: 200px;
}
.search_otherarea ul.linkType1 li a {
	background: url("../images/arw14.png") no-repeat scroll left center;
	color: #402e2b !important;
	font-size: 20px;
    padding-left: 24px;
}
ul.btnL5 {
	margin-bottom: 80px;
}
ul.btnL5 li {
	float: left;
	margin-left: 2%;
	width: 18.4%;
}
ul.btnL5 li:first-child, ul.btnL2 li:first-child {
	margin-left: 0;
}
ul.btnL5 li a {

}
.contentsWrap {
	margin-bottom: 80px;
    overflow: hidden;
}
.wrapL {
	float: left;
	width: 49%;
}
.wrapR {
	float: right;
	width: 49%;
}
.contentsWrap h2.h2_1 span {
	display: block;
    width: 364px;
}
.wrapL h2.h2_1 {

}
.wrapL h2.h2_1 span {
    float: right;
}
.contentsWrapInner {
	width: 364px;
}
.wrapL .contentsWrapInner {
	float: right;
}
ul.btnL2 {

}
ul.btnL2 li {
	float: left;
    margin-left: 20px;
    width: 172px;
}
.itakuseido {
	margin-bottom: 80px;
}
.itakuseido h3 {
	color: #333;
    font-size: 30px;
    margin: 0 0 30px;
    text-align: center;
}
.itakuseido p {
	margin-bottom: 40px;
}
.bg_white {
	padding-top: 80px;
}
.registrationContent {
	margin-bottom: 80px;
}
.registrationContent h2.h2_2 {
	border-bottom: 1px dotted #402e2b;
	margin-bottom: 40px;
}
.registrationContent dl {
	margin-bottom: 10px;
    overflow: hidden;
}
.registrationContent dl dt {
	clear: both;
	color: #333;
    float: left;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    text-align: center;
    width: 32%;
}
.registrationContent dl dt:after {
	content: ":";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.registrationContent dl dd {
	float: right;
    margin: 0 0 30px;
    width: 64%;
}
.interviewContent {
	margin-bottom: 80px;
}
.interviewUdon {

}
#headContent .free h2.h2_3 {
    font-size: 0;
    margin: 0 0 40px;
    text-align: center;
}
#headContent .free h2.h2_3 img {
	display: inline;
	height: auto;
	width: 100%;
}
#headContent .free h2.h2_3 img.nh {
	max-width: 1200px;	
}
#headContent .free h2.h2_3 img.wh {
	display: none;
}
.interviewBox {
}
.interviewU1, .interviewY1 {
	border-bottom: 1px dotted #333333;
	margin-bottom: 60px;
    padding-bottom: 60px;
	position: relative;
}
.round_photo {
	bottom: -113px;
    position: absolute;
    right: 0;
}
#headContent .free .interviewBox h3.name {
	background-size: 55px auto;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 30px;
	min-height: 60px;
	padding-left: 70px;
}
.interviewBox h3.woman {
	background: url("../images/interview_woman.png") no-repeat scroll left top;
}
.interviewBox h3.man {
	background: url("../images/interview_man.png") no-repeat scroll left top;
}
.interviewBox h3.name span {
	display: inline-block;
}
.interviewBox dl {
	margin-bottom: 30px;
	overflow: hidden;
}
.interviewBox dl dt {
	color: #333;
    font-size: 25px;
    font-weight: bold;
	line-height: 1.4;
    margin: 0 0 30px;
}
.interviewBox dl dt span {
	display: inline-block;
}
.interviewBox dl dd {
	margin-bottom: 30px;
}
/*******************************
 フッター
*******************************/
#footer {
	height: 101px;  /* footerの高さ（ ★1＋★2 ）分指定する*/
}
#main .space
{
	padding-bottom:180px; /* footerの高さ（★1＋★2）分指定する */
}
/*******************************
 自由フッター
*******************************/
#footer .content .free {
	width: 100%;
}
.copy {
	background-color: #402e2b;
	color: #ffffff;
	padding: 20px 2% 40px;
	text-align: center;
}
#footer .content .free .copy a {
	color: #ffffff !important;
}
.copyright span {
	display: inline-block;
}
.recop {
}
#scroll_pagetop{
    position: fixed;
    right: 2%;
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 999px) {
	.round_photo {
		display: none;
	}	
}
@media screen and (max-width: 880px) {
	.search_kyusyu .map {
		display: none;
	}
	.search_kyusyu .wh {
		display: block;
	}
	ul.area_link {
		margin-bottom: 40px;
	}
	ul.linkType1 {
		border-top: 1px solid #402e2b;
	}
	ul.linkType1 > li {
		
	}
	#headContent .free ul.linkType1 li  a, ul.area_link > li span {
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	}
	#headContent .free ul.linkType1 li  a, ul.area_link > li span {
		border-bottom: 1px solid #402e2b;
		border-left: 1px solid #402e2b;
		border-right: 1px solid #402e2b;
		color: #402e2b !important;
		display: block;
		font-size: 20px;
		font-weight: bold;
	}
	#headContent .free ul.linkType1 li  a {
		background: #ffd180 url("../images/arw14.png") no-repeat scroll 96% center;
		box-shadow: none;
		padding: 12px 30px 12px 2%;
	}
	ul.area_link > li span {
		background-color: #ffd180;
		background-image: url("../images/open.png");
		background-position: 96.5% center;
		background-repeat: no-repeat;
		background-size: 30px 30px; 	
		padding: 12px 30px 12px 4%;		
	}
	ul.area_link > li span.active {
		background-image: url("../images/close.png");
	}
	ul.area_link > li > ul.data {
		margin: 0 !important;
	}
	#headContent .free ul.area_link > li li a {
		background-color: #ffe2b3;
		padding-left: 6%;
	}
	.search_otherarea ul.linkType1 li {
		display: block;
		text-align: left;
		width: 100%;
	}
}
@media screen and (max-width: 800px) {
	.wrapL ul.btnL2 {
		margin-bottom: 80px;
	}
	ul.btnL5, ul.btnL2 {
		border-top: 1px solid #402e2b;
	}
	ul.btnL5 li, ul.btnL2 li {
		float: none;
		margin: 0;
		width: 100%;
	}
	#headContent .free ul.btnL5 li a, #headContent .free ul.btnL2 a {
		background: #ffd180 url("../images/arw14.png") no-repeat scroll 96% center;
		border-bottom: 1px solid #402e2b;
		border-left: 1px solid #402e2b;
		border-right: 1px solid #402e2b;
		box-shadow: none;
		color: #402e2b !important;
		display: block;
		font-size: 20px;
		margin: 0;
		padding: 12px 30px 12px 2%;
		text-align: left;
	}	
	.wrapL, .wrapR{
		float: none;
		width: 100%;
	}
	.wrapL h2.h2_1 span {
		text-align: center !important;
	}
	.contentsWrap h2.h2_1 span {
		display: inline;
		width: 100%;
	}
	.contentsWrapInner {
		margin: 0 2%;
		width: 96%;
	}
	.wrapL .contentsWrapInner {
		float: none;
	}
	.registrationContent dl dt {
		font-size: 25px;
	}
}
@media screen and (max-width: 670px) {
	#header .content .free h1 {
	}
	#header .content .free h1 br {
		display: inline-block;
	}
	.mv #mainimg img.nh, .search_kyusyu h3, .search_otherarea h3, #headContent .free h2.h2_3 img.nh {
		display: none;
	}
	.mv #mainimg img.wh, #headContent .free h2.h2_3 img.wh {
		display: block;
	}
	.contentsTop, .bg_white {
		margin-bottom: 30px;
		padding-top: 30px;
	}
	#headContent .free h2.h2_1, .itakuseido p, .registrationContent h2.h2_2, #headContent .free h2.h2_3  {
		margin-bottom: 20px;
	}
	#headContent .free h2 {
		font-size: 25px;
	}
	.contentsTop h2 {
		margin: 0 0 15px;
	}
	.contentsTop h2 span {
		display: inline-block;
	}
	.contentsTop p {
		margin: 0 0 30px;
	}
	div.freeWordObj {
		width: 100%;
	}
	.search_contentsInner {
		width: 100%;
	}
	.btnL1 {
		width: 100%;
	}
	.btn_location {
		width: 96%;
	}
	.search_kyusyu ul.area_link {
		margin-bottom: 20px;
	}
	.search_otherarea, ul.btnL5, .contentsWrap ul.btnL2, .itakuseido, .registrationContent, .interviewContent {
		margin-bottom: 30px;
	}
	.contentsWrap {
		margin-bottom: 0;
	}
	.contentsWrapInner {
		margin: 0;
		width: 100%;
	}
	.itakuseido h3, .registrationContent dl dt, .interviewBox dl dt {
		font-size: 20px;	
		line-height: 1.4;
		margin: 0 0 10px;
	}
	.registrationContent dl dt {
		float: none;
		text-align: left;
		width: 100%;
	}
	.registrationContent dl dt::after {
		display: none;
	}
	.registrationContent dl dd, .interviewBox dl dd {
		float: none;
		margin: 0 0 20px;
		width: 100%;
	}
	#headContent .free .btn_type1 a {
		font-size: 23px;
		line-height: 1.4;
	}
	#headContent .free .btn_type1 a > span > span {
		display: inline-block;
	}
	#headContent .free .interviewBox h3.name {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.interviewBox dl {
		margin-bottom: 10px;
	}
	.interviewU1, .interviewY1{
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 380px) {
	#headContent .free .btn_type1 a {
		font-size: 21px;
		padding: 12px 30px 12px 2%;
	}
	.btn_location a span {
		background-size: auto 30px;
		min-height: 30px;
	}
	.itakuseido h3, .registrationContent dl dt, .interviewBox dl dt {
		font-size: 18px;
	}
}

/***************インラインで記述されていた*******************/
/*#formContent div#mainContent {
    width: 550px;
}
.locasma_top_l {
    float: left;
}
.locasma_top_r {
    float: right;
    margin-right: 140px;
}
h2.h2_1 span {
    color: #52322f;
}
h1.list {
    margin-left: 70px;
}
#listContent, #detailContent, #formContent {
    margin-left: 70px;
    margin-right: 70px;
}*/

/* 福岡リンク　レイアウト変更 */
#headContent .free ul.linkType1 .fukuoka_li a {
	border: none;
}
#headContent .free ul.linkType1 .fukuoka_li dl {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-ms-flex-wrap: wrap; /*IE10*/
	-webkit-flex-wrap: wrap; /* Safari6.1以降 */
	flex-wrap: wrap;
	-ms-flex-pack: justify; /*IE10*/
	-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: space-between; /* Safari6.1以降 */
	justify-content: space-between;
}
#headContent .free ul.linkType1 .fukuoka_li dt {
	width: 49%;
	border: 1px solid #402e2b;
	margin-bottom: 1em;
	text-align: center;
}
#headContent .free .wh ul.linkType1:nth-of-type(1) {
	border-top: none;
}
#headContent .free .wh ul.linkType1:nth-of-type(1) li:nth-of-type(2) {
	border-top: 1px solid #402e2b;
	margin-top: 10px;
}
@media screen and (MAX-WIDTH: 349px) {
	#headContent .free ul.linkType1 .fukuoka_li a {
		font-size: 5.5vw;
	}
}