/* --------------------------------------------------- */
/* #header */
#header {
	background-color: #009fd9;
	border-bottom:none;
}

/* --------------------------------------------------- */
/* global navi & primary navi */

#gnav > li span,
#gnav > li a {
	
	color:#fff;
	display: block;
	font-weight: 700;
	text-decoration:none;
}


/* primary navi */
#pnav > li span,
#pnav > li a {
	
	color:#fff;
	display: block;
	font-weight: 700;
	text-decoration:none;
}
#pnav > li .btn:before {
}
#pnav > li .btn { 
	color:#EE6600;
	background:#fff;
}

/* spview */
@media screen and (max-width:767px) {
	
	/* btn color */
	#header_nav_btn:before { color:#fff; }

	#gnav > li span,
	#gnav > li a {
		
		color:#666;
		text-shadow:none;
	}
	
	/* primary navi */
	#pnav > li span,
	#pnav > li a {
		
		color:#666;
		text-shadow:none;
	}
	#pnav > li .btn { color:#fff; }
}

/* mainvisual */
/* --------------------------------------------------- */

#mv {
	padding:0 0 6em;
	margin-bottom:2em;
	background-color:#fff;
	background-image:url(../images/main_img.png);
	background-position:center center;
	background-repeat:no-repeat;
	height:410px;
	position:relative;
}

#mv > .inner {
	position:relative;
	z-index:1;
}

.mv_logo {
	
	width:100%;
	max-width:320px;
	text-align:center;
	padding:0 2em;
	margin:0 auto;
}

.mv_text {
	padding:4em 0 1em;
	text-align:center;
}

.mv_head,
.mv_lead {
	color:#fff;
	display: block;
	font-weight: 700;
	text-shadow: rgba(0, 0, 0, 0.35) 1px 1px 1px;
	text-decoration:none;
}

.mv_head { font-size:342%; }

.mv_lead { font-size:150%; }
.mv_lead small { font-size:100%; }

.mv_form_wrap {
	background: #E0FBFE;
}

.mv_form {
    width: 100%;
    max-width: 715px;
    text-align: left;
    margin: 0 auto;
    position: absolute;
    padding: 10px 10px;
    bottom:50px;
}

.mv_form_input,
.mv_form_submit { vertical-align:middle; }

.mv_form_input {
	width:85%;
	font-size:128%;
	padding:0.25em;
}
.mv_form_submit { width:5em; }

/* spview */
@media screen and (max-width:767px) {
	.mv_form {
    width: 100%;
    max-width: 767px;
    text-align: left;
    margin: 0 auto;
    position: absolute;
    left: 0;
    padding: 10px 10px;
    bottom:auto;
}

	#mv { 
	padding: 34.54% !important;
	margin-bottom:0em;
	background-color:#faf9f3;
	background-image:url(../images/sp_main_img.png);
	background-position:top center;
	background-repeat:no-repeat;
	height:0px;
	position:relative;
	background-size:contain;
	margin-bottom:-30%;
}

	.mv_text {
		padding:0em;
	}

	.mv_head { font-size:200%; }
	.mv_lead { font-size:100%; }

	.mv_form_input {
		width:100%;
		margin-bottom:0.5em;
	}
	.mv_form_submit {
		width:100%;
	}
}
@media screen and (max-width:600px) {
	#mv { 
	margin-bottom:-22%;
}

}

.mv_bg {
	
	position:absolute;
	z-index:0;
	top:0;
	left:0;
	width:100%;
}

.mv_bg_slide {}

.mv_bg_slide_item {
	
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}


/* pickup_list */
/* --------------------------------------------------- */
.pickup_list { margin:0 -0.5em; }
.pickup_list li {
	width:50%;
	padding:0 0.5em 0.5em;
	margin-bottom:1em;
	float:left;
}

.pickup_list_image {
	border-top:solid 3px #e2e2e2;
	text-align:center;
	overflow:hidden;
    -webkit-transform: translate3d(0,0, 1px);
    -ms-transform: translate3d(0,0, 1px);
    transform: translate3d(0,0, 1px);
}
.pickup_list_image img {
	
    position: relative;
    top: 50%;
    left: 50%;
	margin-left:-100%;
	
    width: 100%;
    height: auto;
}

.pickup_list_data {
	border-left:solid 1px #e2e2e2;
	border-right:solid 1px #e2e2e2;
	padding:0.5em 1em 0;
}
.pickup_list_data > p {
	color:#9d9d9d;
	font-size:80%;
}
.pickup_list_data > p:first-child {}

.pickup_list_text {
	padding:0.5em 1em 0;
	border-left:solid 1px #e2e2e2;
	border-right:solid 1px #e2e2e2;
}

.pickup_list_btn {
	padding:0.5em 1em 1em;
	border-left:solid 1px #e2e2e2;
	border-bottom:solid 1px #e2e2e2;
	border-right:solid 1px #e2e2e2;
	
	text-align:right;
}

/* category_list 1&2 */
/* --------------------------------------------------- */

/* clearfix */
.category_list1:before,
.category_list2:before,
.category_list1:after,
.category_list2:after { content: " "; display: table; }
.category_list1:after,
.category_list2:after { clear: both; }

/* links */
.category_list1 a,
.category_list2 a {
	text-decoration:none;
	color:#02A8E3;
}

/* inner box */
.category_list_notes,
.category_list_cate {
	display:table-cell;
	vertical-align:middle;
	padding:0.5em;
}

.category_list_cate {
	/*border-right: solid 1px #cdcdcd;*/
	background-color:#02A8E3;
	color:#fff;
	width:10em;
}
.category_list_cate i {
	vertical-align:middle;
	margin-right:0.5em;
}

.category_list_keyword {
	vertical-align:middle;
	font-size:120%;
	font-weight:bold;
	display:inline-block;
	line-height:1.1;
}
.category_list_suffix {
	display:block;
	font-size:75%;
	font-weight:lighter;
	margin-top:0.5em;
}

.category_list_notes {
	font-size:80%;
	/*color:#9d9d9d;*/
	/*background-color:#E0FBFE;*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* category_list1 */
/* --------------------------------------------------- */

.category_list1 { margin:0 -0.5em; }
.category_list1 li {
	width:25%;
	padding:0 0.5em 0.5em;
	float:left;
}

.category_list1 a {
display: table;
    border-collapse: separate;
    border-spacing: 0em;
    width: 100%;
    border: solid 1px #009fd9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #009fd9;
    text-align: center;
    background: #ffffff;
    font-size: 150%;
    padding: 10px;
    box-shadow:0px 5px 1px -3px #c7c7c7;
-moz-box-shadow:0px 5px 1px -3px #c7c7c7;
-webkit-box-shadow:0px 5px 1px -3px #c7c7c7;
}
.category_list1 a:hover {}


.category_list1-2 { 
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.category_list1-2 li {
	width: 48%;
}

.category_list1-2 a {
	width: 100%;
    padding: 1rem;
    height: 125px;
    background: url(../images/top_colmn_list.png) no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.category_list1-2 a:hover {}





/* spview */
@media screen and (max-width:767px) {
	
	.category_list1 li,.category_list1-2 li {
		width:auto;
		float:none;
	}
}

/* category_list2 */
/* --------------------------------------------------- */

.category_list2 { margin:0 -0.5em; }
.category_list2 li {
	width:50%;
	padding:0 0.5em 0.5em;
	float:left;
}

.category_list2 a {
	display:block;
	padding:0 0.5em 0 0;
	border: solid 1px #02A8E3;
	color:#02A8E3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.category_list2 a:hover {}

.category_list2 a:before {
	margin-right:0.5em;
	background-color:#02A8E3;
	color:#fff;
	vertical-align:middle;
	display:inline-block;
	line-height:1;
	padding:0.5em;
    font-family: 'icomoon' !important;
    content: "\e99f";
}

/* spview */
@media screen and (max-width:767px) {
	
	.category_list2 li {
		width:auto;
		float:none;
	}
}


/* information */
/* --------------------------------------------------- */

#information {
	padding:0;
}

.information_list {}
.information_list li {
	border-bottom: dotted 3px #cdcdcd;
	padding: 0 0 0.5em;
    margin: 0 0 0.5em;
	font-size: 15px;
}
.information_list .date {
	color:#555;
	display:block;
}
.information_list a { display:block; }

@media screen and (max-width:767px) {
	.information_list li {
		font-size: 1rem;
	}
}


/* bnr_media */
/* --------------------------------------------------- */

.bnr_media { text-align:center; }
.bnr_media ul {}
.bnr_media ul li {
	margin:1em 0.5em;
	display:inline-block;
	text-align:center;
}

/* spview */
@media screen and (max-width:767px) {

	.bnr_media ul {
		letter-spacing:-0.5ex;
		margin:0 0 0.5em;
	}
	.bnr_media ul li {
		padding:0 0.5em 0.5em;
		margin:0;
		width:33%;
		letter-spacing:normal;
	}
	.bnr_media ul li img {
		width:100%;
		height:auto;
		max-width:160px;
	}
}

/* #top_value */
/* --------------------------------------------------- */

#top_value {}
#top_value .image {}
#top_value .image img {}

/* spview */
@media screen and (max-width:767px) {
	
	#top_value .image img {
		width:100%;
		height:auto;
		max-width:200px;
	}
}



/* #top_regist */
/* --------------------------------------------------- */

#top_regist {}
#top_regist .image {}
#top_regist .image img {}

/* spview */
@media screen and (max-width:767px) {
	
	#top_regist .image img {
		width:100%;
		height:auto;
		max-width:200px;
	}
}


/* 新着の求人 */
.box_type04 > .inner > .new_list{
	overflow:hidden;
}
.box_type04 > .inner > .new_list li {
	float:left;
	width: 49%;
	margin-right:15px;
	margin-bottom:15px;
		background: #fff;
}
.box_type04 > .inner > .new_list li:nth-child(2n) {
	margin-right:0;
}
.box_type04 > .inner > .new_list li a{
	border: solid 1px #D9D9D9;
	display:block;
	overflow: hidden;
}
.box_type04 > .inner > .new_list li a .img{
    background-size: cover;
    height: 110px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    float: left;
    width: 110px;
}
.box_type04 > .inner > .new_list li a .info {
	padding: 0.5em 1em;
	float: right;
	width: calc(100% - 110px);
	line-height: 1.4em;
	font-size: 14px;
}
.box_type04 > .inner > .new_list li a .info .title{
	font-weight:bold;
	color:#333333;
	margin-bottom: 0.2em;
}
.box_type04 > .inner > .new_list li a .info .txt{
	color:#555;
}
@media screen and (max-width:767px) {
	.box_type04 > .inner > .new_list li {
		width: 100%;
		margin-right: 0;
		float: inherit;
		margin-bottom: 0.7em;
	}
	.box_type04 > .inner > .new_list li a .img{
		height: 80px;
		width: 100px;
	}
	.box_type04 > .inner > .new_list li a .info {
		width: calc(100% - 100px);
		font-size: 13px;
		line-height: 1.3em;
		padding: 0.5em 0.8em;
	}
}


/* 190218 */
.freepaper {
	margin-bottom: 2rem;
	border: 3px solid #009fd9;
	border-radius: 0.5rem;
	padding: 1rem;
	overflow: hidden;
	font-weight: bold;
	background: #fff;
}
.freepaper .fl {
	font-size:16px;
}
.freepaper a {}
.freepaper .link {
	float: right;
}
.freepaper .link a{
	background: #f97b0b;
	color: #fff;
	border-radius: 0.5rem;
	padding: 2rem 1.25rem;
	display:block;
	font-size: 20px;
	text-align:center;
}
#mv .sp_view{
	display: none;
}
@media screen and (max-width:767px) {

	.freepaper .fl {
		float:inherit;
		margin-bottom:1rem;
	}
	.freepaper .link {
		float:inherit;
	}
	.freepaper .link a {
		padding: 1rem;
		font-size: 18px;
		width: 100%;
	}
	
	#mv {
		padding: 0!important;
		background: none!important;
		height: inherit;
		position: inherit;
		margin-bottom: inherit;
	}
	#mv .lay_lqd{
		margin:0;
	}
	#mv .sp_view{
		display: block;
		margin-bottom:1rem;
	}
	#mv .sp_view img {
		width: 100%;
	}
}



/* 2019/04/23 mv下にh1タグ */
/* --------------------------------------------------- */
#mv {
    padding: 0 0 6em;
    margin-bottom: 2em;
    background-color: #fff;
    background-image: none;
    background-position: center center;
    background-repeat: no-repeat;
    height: 480px;
    position: relative;
}
#mv .lay_lqd {
    max-width: none;
}
.mv_text {
	padding: 0 0 0;
    margin-bottom: 0;
    background-color: #fff;
    background-image: url(../images/main_img.png?v=220418);
    background-position: center center;
    background-repeat: no-repeat;
    height: 410px;
}
/*
#mv h1 {
	font-weight: normal;
    max-width: 1048px;
    margin: 0 auto;
    text-align: center;
}
*/
#mv .desc {
	font-size: 16px;
	font-weight: normal;
    max-width: 1048px;
    margin: 0 auto;
    text-align: center;
}
@media screen and (max-width:767px) {
	#mv {
		padding: 0!important;
		background: none!important;
		height: inherit;
		position: inherit;
		margin-bottom: inherit;
	}
	.mv_text {
		background-image: none;
		height: inherit;
	}
	/*
	#mv h1 {
		font-size: 85%;
		font-weight: 500;
		margin: 0 1.5rem 1rem;
		font-feature-settings: "palt";
	}
	*/
	#mv .desc {
		font-size: 85%;
		font-weight: 500;
		margin: 0 1.5rem 1rem;
		font-feature-settings: "palt";
	}
}



/*-----------------------------------------------------*/
/* トップページ修正 2019/06/25 */
/*-----------------------------------------------------*/

/*
.page_head03 { 
    display: flex;
    align-items: center;
}
.page_head03 span { 
	font-size: 28px;
    color: #575757;
}
@media screen and (max-width:767px) {
	.page_head03 span {
		font-size: 6.0vw;
	}
}
*/
#map .page_head03 { font-size: 24px;}



.page_head03_lead {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 1rem;
}

@media screen and (max-width:767px) {
	/* ヘッダー固定 */
	.new #header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 3;
	}
	.new #header .siteid {
		width: 70%;
		height: auto;
		position: absolute;
		/*top: 1em;*/
		top: 0;
		left: 0;
	}
	.new #header a {
		display: block;
	}
	.new #header a img {
		width: 100%;
	}

	.new #mv {
		margin-top: 72px;
	}
	
	/* 勤務地で探す */
	.new .map_box {
		width: 96%;
		margin: 0 auto;
	}
	/*  ====== クリッカブルマップ個別リンク  =======  */
	.new .map_box .hokkaido {
		position:absolute;
		top: 65px;
        right: 30%;
	}
	.new .map_box .kanto {
		position:absolute;
		top: 153px;
        right: 10px;
	}
	.new .map_box .toukai {
		position:absolute;
		top: 190px;
		right: 10%;
	}
	.new .map_box .koushinetu {
		position:absolute;
		top: 110px;
        left: 25%;
	}
	.new .map_box .kansai {
		position:absolute;
		top: 145px;
        left: 12%;
	}
	.new .map_box .chugoku {
		position:absolute;
		top: 180px;
		left: 10px;
	}
	.new .map_box .kyushu {
		position: absolute;
        top: inherit;
        bottom: 0;
        left: 35%;
	}
}

.search_wrap {
    display: table-cell;
    width: 50%;
    background: #fff;
    padding: 10px;
}
@media screen and (max-width:767px) {}

/* 勤務地で探す */
.modal_wrap {
    width: 100%;
    padding: 1rem 2rem;
}
.modal_wrap .title {
    font-size: 1.5rem;
    border-bottom: 1px solid #ccc;
	text-align: center;
}
.modal_wrap ul.popList {
    padding: 2rem 0 0;
    width: 100%;
    overflow: hidden;
}
.modal_wrap ul.popList li {
    width: 48%;
    margin: 0 0 1rem 0;
}
.modal_wrap ul.popList li:nth-child(odd) {float: left;}
.modal_wrap ul.popList li:nth-child(even) {float: right;}
.modal_wrap ul.popList li a {
	width: 100%;
	color: #009fd9;
	text-align: center;
	background: #fff;
	font-size: 1.25rem;
	line-height: 1.2;
	padding: 10px 0;
	border: solid 1px #009fd9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0px 5px 1px -3px #c7c7c7;
	-moz-box-shadow: 0px 5px 1px -3px #c7c7c7;
	-webkit-box-shadow: 0px 5px 1px -3px #c7c7c7;
	display: block;
}
.modal_wrap ul.popList li a:before {
	content: none;
}
.modal_wrap ul.popList li a.disabled {
pointer-events: none;
    opacity: 0.3;
}


@media screen and (max-width:767px) {
	.modal_wrap {
		padding: 0 0 1rem;
	}
	.modal_wrap ul.popList li a {
		font-size: 0.9rem;
	}
}


/*-- モーダルスタイルcss --*/
.modal-btn-wrap {}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
	left:0;
    width: 100%;
	z-index: 100;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
	max-width: 600px;
}
a.js-modal-close:before {
	content: none;
}
@media screen and (max-width:767px) {
	.modal__content {
		padding: 1rem 1rem 1.5rem;
		width: 80%;
	}
}



/* category_list3 */
.category_list3 { margin:0 -0.5em; }
.category_list3 li {
	width: 100%;
    padding: 0 0.5em 1em;
}
.category_list3 a {
	display: block;
    width: 100%;
    border: solid 1px #009fd9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #009fd9;
    text-align: center;
    background: #ffffff;
    font-size: 100%;
    padding: 5px 10px;
    box-shadow: 0px 5px 1px -3px #c7c7c7;
    -moz-box-shadow: 0px 5px 1px -3px #c7c7c7;
    -webkit-box-shadow: 0px 5px 1px -3px #c7c7c7;
}
.category_list3 a:hover {}
@media screen and (max-width:767px) {
	.category_list3 {overflow: hidden;}
	.category_list3 li {
		width: 49%;
	}
	.category_list3 li:nth-child(odd) {
		float: left;
	}
	.category_list3 li:nth-child(even) {
		float: right;
	}
	.category_list3 a {
		font-size: 0.9rem;
	}
}

/* freeword */
.freeword {}
.freeword .mv_form_input {
    width: 68%;
}
.freeword .mv_form_submit {
	width: 28%;
    text-align: left;
    font-size: 22px;
    padding-left: 13%;
    background-image: url(../images/i_searchBtn.png);
    background-repeat: no-repeat;
    background-position: left 18% center;
    background-size: 32px auto;
}
@media screen and (max-width:767px) {
	.freeword .mv_form_input {
		width: 100%;
		font-size: 16px;
		padding: 0.25em;
		margin-bottom: 0.75rem;
	}
	.freeword .mv_form_submit {
		font-size: 1.0rem;
        text-align: center;
        padding-left: 0;
		background-image: url(../images/i_searchBtn.png);
    	background-repeat: no-repeat;
		background-position: left 40% center;
    	background-size: 20px auto;
	}
}

/* こだわり条件で探す */
.top_kodawari {}
.top_kodawari .jyoken-title {
    line-height: 1.2em;
    color: #3bb8eb;
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
	margin-bottom: 1rem;
}
.top_kodawari ul {
    overflow: hidden;
}
.top_kodawari ul li {
	line-height: 1.3;
    width: 33.33%;
    float: left;
}
.top_kodawari ul li a {
    color: #747474;
}
.top_kodawari ul.w_50p li {
    width: 50%;
}
@media screen and (max-width:767px) {
	.top_kodawari ul li {width: 50%;}
	.top_kodawari ul li a {font-size: 0.9rem;}
}





/*--------------------------------------
2020年10月　トップレイアウト変更
--------------------------------------*/
#content.lay-202010 {
    padding-top: 20px;
}
.lay-202010 .section_type01 {
    margin-bottom: 2.5em;
}
@media screen and (max-width:767px) {
	#content.lay-202010 {
		padding-top: 0;
	}
}

.lay-202010 #mv {
    padding: 0 0 0;
	margin-bottom: 20px;
    height: inherit;
	background: inherit;
}
.lay-202010 .mv_text {
    height: 0;
    padding-top: 31.33%;
    background-size: contain;
}
.lay-202010 #mv .desc {
    margin-top: 10px;
    font-size: 14px;
	font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
@media screen and (max-width:767px) {
	.lay-202010 .mv_text {
		height: inherit;
		padding-top: inherit;
		margin-left: -0.5em;
		margin-right: -0.5em;
	}
	.lay-202010 #mv .desc {
		margin: 0 1rem;
	}
}
@media screen and (max-width:360px) {
	.lay-202010 #mv .desc {
		margin: 0;
	}
}










