<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.labelBox {
	z-index:2;
}
.labelBox a {
	color: inherit;
	text-decoration: none;
}

.labelBox li {
	line-height: 20px;
}
.labelBox li a:before{
	content: "・";
}
.labelBox a:hover,
.labelBox a:active,
.labelBox a:focus {
	color: inherit;
}
.labelBox ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.labelBox li.area {
	color: #CCC;
	font-size: 14px;
	font-weight: bold;
}
.labelBox li.pref {
	color: #CCC;
	display: inline-block;
	float: left;
	font-size: 14px;
}
.labelBox ul.left {
	margin-left:-30px;
}
.labelBox h3 {
	color: #ccc;
	font-size: 20px;
	line-height: 1.5em;
	margin:0 0 0 .5em;
	padding:0;
}
.labelBox.enable h3 {
	color: #666;
}
.labelBox.enable .line {
	border-color: #666 !important;
}
.labelBox .line {
	border: 0 solid #ccc;
}
.labelBox.enable .line {
	border-color: #666;
}
.pc_map {
	background: url('../img/base.png') no-repeat;
	    display: block;
    height: 627px;
    margin: 0 143px;
    position: relative;
    width: 594px;
}
.select {
    width: 400px;
    padding: 50px;
    text-align: center;
    border: 1px solid #333;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 100;
}
.sp_map {
	display: none;
}
.sp_map p{
	text-align: left;
}
.sp_area_title{
	display: none;
}
.sp_area_title ul{
	display: none;
}
.sp_pref_title{
	display: none;
}

.enable_area div{
	background-repeat: no-repeat;
	height:627px;
	left:0;
	margin:0;
	position:absolute;
	top:0;
	width:594px;
}
.enable_area .area_1{ background-image: url('../img/area_1_enable.png'); }
.enable_area .area_2{ background-image: url('../img/area_2_enable.png'); }
.enable_area .area_3{ background-image: url('../img/area_3_enable.png'); }
.enable_area .area_4{ background-image: url('../img/area_4_enable.png'); }
.enable_area .area_5{ background-image: url('../img/area_5_enable.png'); }
.enable_area .area_6{ background-image: url('../img/area_6_enable.png'); }
.enable_area .area_7{ background-image: url('../img/area_7_enable.png'); }
.enable_area .area_1.hover{ background-image: url('../img/area_1.png'); }
.enable_area .area_2.hover{ background-image: url('../img/area_2.png'); }
.enable_area .area_3.hover{ background-image: url('../img/area_3.png'); }
.enable_area .area_4.hover{ background-image: url('../img/area_4.png'); }
.enable_area .area_5.hover{ background-image: url('../img/area_5.png'); }
.enable_area .area_6.hover{ background-image: url('../img/area_6.png'); }
.enable_area .area_7.hover{ background-image: url('../img/area_7.png'); }

@media screen and (max-width: 768px) {
	#client.recruit .pc_map,
	#client.recruit .labelBox {
		display: none;
	}
	#client.recruit .sp_map {
		border-bottom: 1px solid #333;
		display: block;
		text-align: left;
	}
	#client.recruit .sp_map p {
		margin-bottom: 0;
	}
	#client.recruit .sp_map p.sp_map_title {
		padding: 0 0 10px;
		text-align: center;
	}
	#client.recruit .sp_map ul {
		border: 0 none;
	}
	#client.recruit .sp_map li.sp_area_title p {
		border-top: 1px solid #333;
		margin-bottom: 0;
		padding: 10px 0 10px 15px;
	}
	#client.recruit .sp_map li.sp_pref_title a{
		border-top: 1px dashed #333;
		padding-left: 35px;
		text-align: left;
	}

}


/*===========================================================
地図用テンプレ 2015.10.15 追記
===========================================================*/

#client.recruit .wrap_nav .nav_main{
	overflow: hidden;
	float:left;
	width:727px;
	background: url(../img/nav_partition.png) top right no-repeat;
}
#client.recruit .wrap_nav .nav_main li{
	float:left;
	width:auto;
	background: url(../img/nav_partition.png) top left no-repeat;

}
#client.recruit .wrap_nav .nav_btn{
	position:absolute;
	right: 0;
	top:0;
}
#client.recruit a img:hover{
	opacity:0.8;
}

#client.recruit .box_map_ttl{
	margin-top:30px;
	text-align:center;
}
#client.recruit .box_map_inner{
	width:100%;
	padding:0;
	box-sizing:border-box;
	padding-bottom: 0;
}
#client.recruit .wrap_form_area{
	display: table;
	width: 100%;
	/*margin-left: -40px;
	margin-right: -40px;*/
	margin: 20px 0;
	padding:20px 4% 20px 7%;
	box-sizing:border-box;
}

@media screen and (max-width: 768px) {
	#client.recruit .wrap_form_area {
		margin-left: 0;
		margin-right: 0;
		width: 100% !important;
	}
}

#client.recruit .form_area{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
#client.recruit .form_area label,
#client.recruit .form_area .form_area_submit{
	display: inline-block;
}
#client.recruit .form_area label{
	font-size: 14px;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	#client.recruit .form_area label {
		display: block;
	}
}
#client.recruit .form_area .form_area_submit{
	width:14%;
	text-align: right;

}
#client.recruit .form_area label input{
	margin:0;
	width:50%;
}

.wrap_form_area {
	background-color: #eaeaea;
}

.form_area input[type="text"] {
	border: 1px solid rgb( 182, 182, 182 );
	border-radius: 4px;
	display: inline;
	line-height: 20px;
	padding: 4px 6px;
	width: 600px;
}

@media screen and (max-width: 768px) {
	.form_area input[type="text"] {
		width: 100% !important;
	}
}

.form_area button[type="submit"] {
	background-color: transparent;
	border: none;
	cursor: pointer;
	margin:0 0 1px 0;
	height: 32px;
	width: 98px;
	border-radius: 3px;		/* CSS3草案 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
	background:#e42626;
	border-bottom:2px solid #e42626;

}

.form_area button[type="submit"]:hover {
	background:#FF931E;
	border-bottom:2px solid #C66300;
}

@media screen and (max-width: 768px) {
	.form_area button[type="submit"] {
		background-color: #e42626;
		background-image: none;
		border-radius: 3px;
		color: #fff;
		font-size: 14px;
		margin-top: 5px;
		text-indent: 0;
		width: 100%;
	}

	.form_area button img {
		vertical-align: bottom;
	}
}

/*===========================================================
style info : /recruit/内レシポンシブ対応用
===========================================================*/


@media screen and (max-width: 939px) {

	.inner{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		width:100%;
		padding: 20px;
	}

	/* .disNone */
	.disNone{
		display:none !important;
	}
	/* .disBlock */
	.disBlock{
		display:block !important;
	}

	/* .pageid */
	.pageid{
		padding: 14px 0;
	}
	.pageid_ttl{
		float: none;
		display: block;
		padding: 0;
		font-size: 18px;
	}
	.pageid_icoSearch{
		padding-left:30px;
	}
	.pageid_status{
		float: none;
		display: inline-block;
		margin: 0;
	}

	/* .form_search_layout */
	.form_search_layout .wrap_input .input_label{
		display: block;
		padding:0 0 0 12px;
		margin: 0 0 5px;
		width:auto;
	}
	.form_entry_layout .wrap_input .input_label,
	.form_entry_layout .wrap_input .input_area{
		display: block;
		padding: 0;
		margin-bottom: 10px;
		width:auto;
	}
	.form_entry_layout .wrap_input .input_label{
		padding-left: 14px;
		background-position: left center;
	}
	.wrap_form{
		padding:20px;
		margin-bottom: 20px;
	}
	.wrap_input{
		display: block;
	}
	.wrap_input.end{
		padding-bottom:0 !important;
	}
	.input_area .disBlock{
		margin-bottom: 10px;
	}
	.checkbox{
		display: block !important;
	}
	.input_area input[type="text"]{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		height: 2em;
	}
	.btn_box .return{
		position:static;
		margin-top: 10px;
	}

	/* .white_box */
	.whiteBox__ver1{
		padding:20px 10px;
	}

	/* .link_list */
	.link_list li{
		float:none;
		margin: 0;
	}

	/* .box_ttl */
	.box_ttl{
		margin-bottom: 0.2em;
		font-weight: bold;
	}

	/* .box_underline */
	.box_underline + .box_underline{
		padding-top:0;
		border-top:none;
		margin-top: 15px;
	}

	/* list_navbar */
	.list_navbar{
		padding:0;
	}
	.list_navbar,
	.list_navbar &gt; div{
		display: block;
	}
	/*.list_navbar .case_page{
		position:absolute;
		bottom:0;
		left: 0;
	}*/
	.list_navbar .case_num{
		padding:0;
	}
	.list_navbar .case_page,
	.list_navbar .case_num{
		line-height: 30px;
	}

	/* .pagination */
	.pagination{
		margin: 10px 0;
	}

	/* input[type="text"] */
	.sp_w100per{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;

		box-sizing: border-box;
		width:100%;
	}
	.sp_w90per{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		width:90%;
	}
	.sp_w80per{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		width:80%;
	}
	.sp_w70per{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		width:70%;
	}
	.sp_w60per{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		width:60%;
	}
	.sp_w50per{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		width:50%;
	}

	/* .result_box */
	.result_box_ttl{
		height: auto;
		padding:6px 10px;
	}
	.result_box_ttl_main,
	.result_box_ttl_sub{
		float: none;
		width: 100%;
		height: auto;
		line-height: 1.6em;
		text-align: left;
	}
	.result_box_ttl_main{
		margin-bottom: 4px;
		font-size: 12px;
	}
	.result_box_ttl_main span{
		font-size: 14px;
	}
	.result_box_ttl_sub{
		font-size: 12px;
	}
	.result_box_cont{
		padding:10px 10px 20px;
	}
	.result_box_cont_01 .result_box_cont_left,
	.result_box_cont_01 .result_box_cont_right{
		float: none;
		width: auto;
	}
	.result_box_cont_02 .tell span{
		margin-left: 6px;
		font-size: 16px;
	}
	.result_box_cont_02 .message,
	.result_box_cont_02 .tell{
		margin-bottom: 6px;
	}
	.result_box_cont_02 .job_id{
		margin-bottom: 10px;
	}
	.result_box_cont_02 .btn_01,
	.result_box_cont_02 .btn_02{
		position:static;
		width:100%;
	}
	.result_box_cont_02 .btn_01{
		margin-bottom: 10px;
	}

	/* bx-slider */
	.bx-wrapper{
		margin-bottom: 10px;
		width: 82%;
		padding:0 9%;
	}
	.bx-pager{
		display: none;
	}
	.bx-wrapper .bx-controls-direction a{
		bottom: 50%;
		margin-bottom: -8px;
		width: 16px;
		height: 16px;
		background-size: 100%;
	}
	.bx-wrapper .bx-prev{
		left: 0;
	}
	.bx-wrapper .bx-next{
		right: 0;
	}

	/* .table_style_01 */
	.table_style_01 th,
	.table_style_01 td {
		padding: 4px;
		font-size: 11px;
	}

	/* .table_style_02 */
	.table_style_02 th,
	.table_style_02 td {
		padding: 4px;
		font-size: 11px;
	}

	/* .btn */
	.btn{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		margin-right: 0;
	}

	/* lead_area */
	.lead_area_left,
	.lead_area_right{
		float:none;
		width:100%;
	}
	.lead_area_left{
		margin-bottom: 10px;
	}
	.lead_area button{
		width:100%;
		margin-top: 15px;
	}
	.lead_area .tell{
		font-size: 14px;
		font-weight: bold;
	}
	.lead_area .tell .orange{
		display: inline-block;
		margin-left: 10px;
		font-size: 20px;
		color:#da8307;
	}
	.lead_area .tell .small{
		font-size: 12px;
	}
	.lead_area .lead_area_ttl{
		margin-bottom: 15px;
		padding-bottom:20px;
		border-bottom:1px dashed #adadad;
		font-size:20px;
		font-weight: bold;
		color:#0f8022;
	}
	.lead_area .lead_area_catchcopy{
		margin-bottom: 15px;
		font-size:16px;
		font-weight: bold;
	}

	/* .infoBox */
	.infoBox{
		display: block;
		width:100%;
	}
	.infoBox .infoBox_label{
		display: block;
		width: 100%;
		margin-bottom: 10px;
		padding:0 0 0 14px;
		background-position: left center;
		font-size: 14px;
		font-weight: normal;
	}
	.infoBox .infoBox_area{
		display: block;
		width: 100%;
	}

	/* .btn_area_01 */
	.btn_area_01{
		width: 100%;
		text-align: center;
	}

	/* .tag */
	.tag li{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		width: 48%;
		margin:0 0 6px;
		text-align: center;
	}
	.tag li:nth-child(odd){
		float:left;
	}
	.tag li:nth-child(even){
		float:right;
	}

	/* .step */
	.step{
		height: auto;
		background-color: transparent;
		margin-bottom: 20px;
	}
	.step .inner{
		padding:0;
	}
	.step img{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 20px;
		background-color: #000100;
	}

	/* .box_style_01_left */
	.box_style_01_left,
	.box_style_01_right{
		float:none;
		width:100%;
	}
	.box_style_01_left{
		margin-bottom: 10px;
	}
	.box_style_01_ttl{
		overflow: hidden;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom:1px dashed #adadad;
		line-height: 28px;
	}
	.box_style_01_ttl h1{
		float:none;
		font-size: 18px;
		line-height: 1.6;
	}
	.box_style_01_ttl h1 span{
		font-size: 14px;
	}
	.box_style_01_ttl &gt; div{
		float:none;
		display: inline-block;
		margin-left: 0;
	}
	.box_style_01_catchcopy{
		margin-bottom: 10px;
	}

	/* .ttl_style_01 */
	.ttl_style_01{
		font-size: 14px;
		line-height: 1.6;
		margin: 25px 0 10px;
	}

	/* .btn_area_02 */
	.btn_area_02 input{
		margin: 0;
	}

	#client.detail .main_visual{
		display: none;
	}
	#client.detail .sp_main_visual{
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

	/* 採用HP(.recruit) */
	#client.recruit .main_img{
		display: none;
	}
	#client.recruit .sp_main_img{
		display: block;
		margin-bottom: 15px;
	}
	#client.recruit .wrap_nav .nav_main{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		float:none;
		width:100%;
		margin-bottom: 10px;
	}
	#client.recruit .wrap_nav .nav_main li{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		width:25%;
	}
	#client.recruit .wrap_nav .wrap_btn{
		display: block;
		width: 50%;
		margin: 0 auto;
	}
	#client.recruit .wrap_nav .nav_btn{
		position:static;
	}
	#client.recruit .wrap_nav{
		overflow: visible;
		height: auto;
		margin-bottom: 20px;
	}
	#client.recruit .box_search + .box_search{
		margin-top: 25px;
	}
	#client.recruit .box_search_ttl{
		margin:0 0 11px;
	}
	#client.recruit .box_search_banner{
		padding-top:10px;
		padding:1px 0 0 !important;
	}
	#client.recruit .box_search_banner li{
		width:48%;
		margin-bottom: 6px;
	}

	#client.recruit .box_search_banner li:nth-child(even){
		float:left;
	}
	#client.recruit .box_search_banner li:nth-child(odd){
		float:right;
	}
	#client.recruit .box_search_banner li + li{
		margin-left:0;
	}

	#client.recruit .box_map_inner{
		padding:10px 0 0;
	}
	#client.recruit .box_map_inner .map{
		display: none;
	}
	#client.recruit .box_search_ttl,
	#client.recruit .box_map_ttl{
		display: none;
	}
	#client.recruit .sp_box_ttl{
		display: block;
		margin: 5px 0 10px;
		font-size: 20px;
		line-height: 1.6;
		color:#666;
		border-bottom:1px solid #898986;
	}
	#client.recruit .form_area{
		display: block;
		vertical-align: middle;
		width: 100%;
	}
	#client.recruit .form_area label,
	#client.recruit .form_area .form_area_submit{
		display: block;
		width:100%;
		margin-bottom:10px;
	}
	#client.recruit .form_area .form_area_submit{
		margin-top: 10px;
	}
	#client.recruit .form_area label input{
		width:100%;
	}
	#client.recruit .wrap_form_area{
		display: block;
		width: 92%;
		margin: 16px 0 0;
		padding:10px 4%;
	}
	#client.recruit .sp_map{
		text-align: center;
	}
	#client.recruit .sp_map p{
		font-size: 14px;
		margin-bottom: 10px;
	}
	#client.recruit .sp_map li a{
		display: block;
		padding:10px 0;
		border-top:1px dashed #333;
		font-size: 14px;
		line-height: 1.6;
		color:#666;
	}
	#client.recruit .sp_map li:first-child a{
		border-top: none;
	}
	#client.recruit .sp_map li a:hover{
		color:#666;
		text-decoration: none;
	}
</pre></body></html>