.searchArea h3 {
	text-align: left;
	padding: 0 20px;
}
.searchArea h3+p {
	position: absolute;
	top: 10px;
	right: 10px;
}
.searchArea h3+p a {
	display: block;
	background: #003986;
	color: #FFF;
	padding: 0 20px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 35px;
}
.searchArea h3+p a:hover {
	opacity: 0.6;
}

.searchArea .boxSearch .select_wrapper {
	position: relative;
}
.searchArea .boxSearch .select_wrapper::after {
	content: "";
	position: absolute;
	top: 15px;
	right: 10px;
	width: 5px;
	height: 5px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: rotate(45deg);
}
.searchArea .boxSearch .select_wrapper select {
	-webkit-appearance: none;
	appearance: none;
	padding: 0 10px;
}
.searchArea .boxSearch .select_wrapper input {
	cursor: default;
	padding: 0 25px 0 10px;
}
.searchArea .boxSearch .formBtn {
	background-color: #0396c0;
	border-bottom: #3333 solid 2px;
}
@media only screen and (max-width: 768px) {
	.searchArea h3 {
		text-align: center;
		padding: 0;
	}
	.searchArea h3+p {
		width: calc(50% - 30px);
		right: 20px;
		bottom: 20px;
		top: auto;
	}
	.searchArea h3+p a {
		font-size: 14px;
		line-height: 20px;
		text-align: center;
		padding: 5px 0;
	}
	.searchArea .boxSearch .formBtn {
		width: calc(50% - 10px);
		height: 50px;
		margin: 20px 0 0;
		padding: 0;
		font-size: 18px;
		letter-spacing: 0;
		border: 0;
		border-radius: 5px;
	}
}
/* #global-search */
#global-search {
}
#global-search ul {
	display: flex;
	flex-wrap: wrap;
}
#global-search li {
	width: 25%;
}
#global-search li label {
	display: block;
	font-size: 16px;
	padding: 5px;
	box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
	#global-search ul {
		display: flex;
		flex-wrap: wrap;
	}
	#global-search li {
		width: 50%;
		padding: 5px;
		box-sizing: border-box;
	}
	#global-search li label {
		font-size: 14px;
		text-align: center;
		border-radius: 4px;
		padding: 4px;
		border: solid 1px #CCC;
	}
	#global-search li label:has(input[type="checkbox"]:checked) {
		background-color: #17306C33;
		border: solid 1px #17306C;
	}
	#global-search li input[type="checkbox"] {
		display: none;
	}
}

/* modal */
.js-modal-open {}
.modal__content .js-modal-close {}
.modal__content .js-modal-close:hover { opacity: 0.8; }

.modal{
	display: none;
	width: 100%;
	z-index: 300;
	position: absolute;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.modal__bg{
	width: 100%;
	box-sizing: border-box;
}
.modal__content{
	z-index: 1000;
	background: #FAF9F3;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	clear: both;
	border: solid 4px #C8C8C8;
}
.modal__content:after {
	content: "";
	background: #C8C8C8;
	height: calc(tan(60deg) * 25px / 2);
	width: 50px;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	position: absolute;
	top: -25px;
	right: 400px;
}


@media only screen and (max-width: 768px) {
/* modal */
	.modal {
		display: none;
		height: 100vh;
		position: fixed;
		top: 0;
		width: 100%;
		height: -webkit-fill-available;
	}
	.modal__bg {
		background: #000C;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		box-sizing: border-box;
		height: -webkit-fill-available;
		padding: 20px 10px 30px;
	}
	.modal__content {
		z-index: 1000;
		background: #FFF;
		position: relative;
		box-sizing: border-box;
		padding: 20px 20px 0;
		border: 0;
		text-align: left;
		box-shadow: 0 0 5px #0003;
		height: -webkit-fill-available;
		transform: none;
		width: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		border-radius: 0;
	}
	.modal__content+p {
		text-align: right;
	}
	.modal__content+p .js-modal-close {
		color: #FFF;
		font-size: 16px;
		line-height: 30px;
		background: none;
		border: none;
		padding: 0;
	}
	.modal__content .js-modal-close {
		width: 100%;
		height: 40px;
		margin: 0;
		padding: 0;
		color: #FFF;
		box-sizing: border-box;
		text-align: center;
		text-decoration: none;
		background: #7d7d7d;
		border: 0;
		border-radius: 5px;
		font-size: 10px;
		font-weight: bold;
	}
	.modal__content #subButton {
position: sticky;
        bottom: 0;
        display: block;
        width: calc(100% + 40px);
        margin-left: -20px;
        background: #FFFC;
        left: 0;
        padding: 10px;
        box-sizing: border-box;
	border-top: solid 1px #D6D6D6;
	}
}

/*勤務条件*/
.conditiontab_item {
	width: 100px;
	font-size: 16px;
	font-weight: bold;
	float: left;
	clear: both;
	padding: 15px;
}
.conditiontab_content {
	width: 100%;
	border-bottom: solid 1px #D6D6D6;
	box-sizing: border-box;
	padding: 10px;
}
.conditiontab_content#conditiontab_content,
.conditiontab_content#license_content {
	background: #ABDFF499;
}
.conditiontab_content#license_content {
	border-bottom: none;
}

@media only screen and (max-width: 768px) {
	.conditiontab_item {
		width: 100%;
		box-sizing: border-box;
		float: none;
		display: block;
		margin: 10px 0 0;
		padding: 0 5px;
		border-left: solid 5px #17306C;
	}
	.conditiontab_content {
		padding: 5px;
	}
	.conditiontab_content#conditiontab_content,
	.conditiontab_content#license_content {
		background: none;
	}
}
/*注目お仕事情報*/
.tab_item {
	width: calc(100% / 3);
}