@charset "UTF-8";

/*
* レイアウト
*/
#recruit {
	padding-bottom: 80px;
}



/*
* 条件と履歴タブ
*/
#searchTab {
	margin: 0 0 20px 0;
	padding: 0 20px;
}
#searchTab ul {
	display: flex;
	align-items: stretch;
	justify-content: space-around;
	margin: 0;
	padding: 0;
	border: #38D430 1px solid;
	border-radius: 1rem;
	overflow: hidden;
}
#searchTab li {
	flex: 1;
	margin: 0;
	padding: 0;
}
#searchTab li:nth-child(1) {
	border-right: #38D430 1px solid;
}
#searchTab li span {
	display: block;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	color: #14800f;
	font-size: 16px;
	font-weight: 500;
	background-color: #FFFFFF;
}
#searchTab li a {
	display: block;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	background-color: #38D430;
}


/*
* 抽出条件表示
*/
#extDetail {
	margin: 0 0 20px 0;
	padding: 10px 20px;
	line-height: 1.2;
	background-color: #FFFFFF;
	border: #EAEAEA 1px solid;
}
#extDetail dl {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0 10px 0 0;
}
#extDetail dt {
	margin: 0 5px 0 0;
	padding: 2px 3px;
	background-color: #EEEEEE;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
}
#extDetail dd {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 300;
}
#extDetail dd span { display: inline-block; }
#extDetail dd span + span {
	margin-left: 3px;
}

/*
* 表示順
*/
#orderWrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 10px 0;
	padding: 0 20px;
}
#orderWrap .counter {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 14px;
	font-weight: 500;
}
/* タブ */
#orderWrap ul {
	display: flex;
	align-items: stretch;
	justify-content: space-around;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	border: #38D430 1px solid;
	border-radius: 5px;
}
#orderWrap li {
	margin: 0;
	padding: 5px 10px;
	color: #14800f;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	border-right: #38D430 1px solid;
}
#orderWrap li:last-of-type {
	border: none;
}
#orderWrap li.hit {
	color: #FFFFFF;
	background-color: #38D430;
}




/*
*
* 求人詳細ページ
*
*/


/*
* 詳細スライダー
*/
#detailSlide {
	width: 100%;
	margin: 0 0 45px 0;
	padding: 0;
}
#detailSlide ul {
	margin: 0;
	padding: 0;
}
#detailSlide li {
	margin: 0;
	padding: 0;
}
#detailSlide li img {
	width: 100%;
	margin: 0;
	padding: 0;
}


/*
* 求人ヘッダー
*/
#recHeader {
	position: relative;
	margin: 0 20px 20px 20px;
	padding: 0 0 20px 0;
	border-bottom: #B1B1B1 1px solid;
}
#recHeader img.favoriteBot {
	position: absolute;
	top: 0;
	right: 0;
	width: 47px;
}
#recHeader .occupation {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin: -5px -5px 5px -5px;
	padding: 0 50px 0 0;
}
#recHeader .occupation span {
	display: inline-block;
	margin: 5px;
	padding: 5px 5px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	background-color: #38D430;
}
#recHeader h2.subject {
	margin: 0 0 20px 0;
	padding: 0 50px 0 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
}
#recHeader h3.catch {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
}
#recHeader ul.list {
	margin: 0;
	padding: 0;
}
#recHeader ul.list li {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
}
#recHeader ul.list p {
	display: flex;
	align-items: center;
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 14px;
	font-weight: 300;
}
#recHeader ul.list p img {
	width: 17px;
	margin-right: 3px;
}


/*
* お気に入りボタン
*/
#memberHead .favoriteBot {
	flex-basis: 5rem;
	text-align: right;
}



/*
* 求人項目
*/
#itemList {
	margin: 0 0 40px 0;
	padding: 0 20px;
}
#itemList ul {
	margin: 0;
	padding: 0;
}
#itemList li {
	margin: 0;
	padding: 15px 0;
	border-bottom: #B1B1B1 2px dotted;
}
#itemList li h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
}
#itemList li p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.6;
}
/* スキル */
#itemList li.skill p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin: 2px -5px -2px -5px;
}
#itemList li.skill p span {
	margin:  2px 5px;
	padding: 0 5px;
	color: #38D430;
	font-size: 12px;
	font-weight: 600;
	border: #38D430 1px solid;
	border-radius: 5px;
}
/* こだわり条件 */
#itemList li.commit p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin: 2px -5px -2px -5px;
}
#itemList li.commit p span {
	margin:  2px 5px;
	padding: 0 5px;
	color: #38D430;
	font-size: 12px;
	font-weight: 600;
	border: #38D430 1px solid;
	border-radius: 5px;
}
/* アクセス */
#itemList li.access {
	border: 0;
}
#itemList li.access #map {
	width: 100%;
	height: 40vw;
	margin: 0 0 10px 0;
	padding: 0;
}
#itemList li.access .address {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 300;
}
#itemList li.access .body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 300;
}



/*
* 応募フローティングフッター
*/
#floatFooter {
	position: static;
	width: 100%;
	height: 70px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
#floatFooter ul {
	display: flex;
	align-items: stretch;
	justify-content: center;
}
#floatFooter li.apply {
	flex: 1;
	height: 70px;
	float: left;
	display: flex;
	align-items: stretch;
	justify-content: center;
	margin: 0;
	padding: 1rem;
}
#floatFooter li.apply a {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
	background-color: #5ACC5F;
	border-radius: 1rem;
}
#floatFooter li.list {
	position: relative;
	width: 20%;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#floatFooter li.list::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 30px;
	border-right: #DDDDDD 1px solid;
}


/*
* 情報公開確認モーダル
*/
#modalConfirm {
	top: 100px;
	left: 50%;
	height: calc(100vh - 180px);
}
#modalConfirm .modalContent {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	background-color: #FFFFFF;
	border: 0;
	overflow-y: scroll;
}
/* 情報リスト */
#modalConfirm .list {
	margin: 0 0 20px 0;
	padding: 0;
}
#modalConfirm .list dl {
	margin: 0;
	padding: 0 0 10px 0;
}
#modalConfirm .list dt {
	margin: 0 0 5px 0;
	padding: 0;
	color: #38D430;
	font-size: 18px;
	font-weight: 600;
	border-bottom: #B1B1B1 1px solid;
}
#modalConfirm .list dd {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
}
#modalConfirm .list dd span.sep {
	display: inline;
	margin: 0;
	padding: 0;
}
#modalConfirm .list dd span.sep::after {
	content: " / ";
	margin: 0 0.5rem;
	padding: 0;
}
#modalConfirm .list dd span.sep:nth-last-of-type(1):after {
	content: "";
}
/* ボタン */
#modalConfirm .buttonOrange {
	margin-bottom: 1rem;
}


/*
* 応募モーダル
*/
/*
* 情報公開確認モーダル
*/
#modalApply {
	top: 100px;
	left: 50%;
	width: 100vw;
	height: calc(100vh - 180px);
	margin: 0;
	padding: 0;
	z-index: 99000;
}
#modalApply .modalContent {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	background-color: #FFFFFF;
	overflow-y: scroll;
}


/*
* 応募完了
*/
#applySubmit {
	padding: 0 20px;
}
#applySubmit h3.title {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 20px;
	font-weight: 600;
}
#applySubmit p.note {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
}


/*
* 求人リスト
*/

















/* code end */
