@charset "UTF-8";

/* search_top 一覧上部 */
.search_top {
	background-color: #FFF;
	padding: 20px 0 12px;
}
.search_condition {
	margin-bottom: 12px;
	font-size: 14px;
}
.search_box_open {
	display: block;
	width: 100%;
	border-radius: 5px;
	margin-bottom: 12px;
	padding: 12px 12px 12px 18px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	color: #fff;
	background-color: #F39800;
	outline: none;
	border: none;
}
.search_box_open i {
	margin-left: 5px;
}

/* search_box 検索ボックス */
.search_box {
	display: none;
	margin-bottom: 12px;
}
.search_select_wrap {
	display: flex;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.search_select_wrap:first-child {
	border-top: 1px solid #CCC;
}
.search_select_title {
	display: flex;
	align-items: center;
	width: 30%;
	padding: 0 30px;
	background-color: #E6E6E6;
}
.search_select {
	position: relative;
	display: inline-block;
	width: 70%;
	padding: 15px 20px;
}
.search_select i {
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	color: #333;
}
.search_select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 40px;
	padding: 0 12px 0 36px;
	border: 1px solid #333;
	border-radius: 5px;
	background-color: #fff;
	font-size: 16px;
	color: #333;
	cursor: pointer;
}
.search_btn button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 220px;
	height: 50px;
	background-color: #033282;
	color: #fff;
	border: none;
	margin: 15px auto 0;
	padding: 0 20px;
	border-radius: 5px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}

/* jobs 求人セクション */
.jobs_title {
	margin-bottom: 6px;
	font-size: 24px;
	font-weight: 500;
	color: #033282;
}
.jobs_info {
	font-size: 12px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 0 15px;
}
.jobs_info i {
	margin-right: 2px;
}
.jobs_info .count .num {
	display: inline-block;
	padding: 0 3px;
	color: #ff0000;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
}
.sort_box {
	display: flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	max-width: 50%;
	margin-bottom: 15px;
	padding: 0 15px;
	background-color: #fff;
	border-radius: 5px;
	border: .5px solid #eee;
	font-size: 14px;
	color: #333;
}
.sort_box select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	cursor: pointer;
}
.jobs_item {
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 10px;
}
.item_top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 10px;
}
.item_top .tags {
	flex-basis: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0;
}
.item_top .tags .tag {
	display: inline-block;
	padding: 3px 6px 4px;
	border-radius: 5px;
	border: 1px solid #FF0000;
	white-space: nowrap;
	color: #FF0000;
}
.item_top .tags .tag.employment_type {
	border-color: #033282;
	color: #033282;
}
.item_top .bookmark {
	flex-basis: 26px;
}
.item_top .bookmark .favorite-btn {
	width: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	border: 1px solid #033282;
	color: #033282;
	padding: 4px 6px 3px;
	font-size: 11px;
	cursor: pointer;
	outline: none;
	background-color: #FFF;
}
.item_top .bookmark i {
	font-weight: 400;
}
.item_top .bookmark.active i {
	font-weight: 900;
}
.item_title {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	color: #033282;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.item_title a {
	color: #033282;
}
.item_date {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: 15px;
	font-size: 13px;
	letter-spacing: 0;
}
.item_date i {
	margin-right: 2px;
}
.item_info {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 10px;
	margin-bottom: 15px;
	padding: 10px 15px;
	font-size: 14px;
	letter-spacing: 0;
}
.item_info > div {
	width: calc(50% - 5px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.item_info i {
	margin-right: 2px;
}
.item_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
.item_btn a {
	display: inline-block;
	border-radius: 5px;
	padding: 12px 20px 12px 25px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
}
.item_btn a i {
	margin-left: 5px;
}
.item_btn .regist_btn {
	background-color: #FF0000;
	color: #fff;
}
.item_btn .detail_btn {
	background-color: #F39800;
	color: #fff;
}
.jobs_pager {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
	padding: 10px 15px;
	border-radius: 10px;
	color: #ccc;
	font-size: 16px;
}
.jobs_pager a {
	color: #ccc;
}
.jobs_pager a .fa-caret-right {
	color: #033282;
}
.jobs_pager a.active {
	color: #033282;
}



.search_list_top {
	padding: 40px 0;
	background-color: #FFF;
}
.search_list_top .page_title {
	text-align: left;
}
.search_list_top .page_lead {
	text-align: left;
}
.search_list {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 10px 15px;
	padding-top: 20px;
}
.search_item {
	width: calc((100% - 30px) / 3);
}
.search_item a {
	display: block;
	padding: 8px 15px;
	border-radius: 5px;
	background-color: #FFF;
	font-size: 14px;
	font-weight: 400;
	color: #033282;
}
.search_item .count {
	display: inline-block;
	margin-left: 2px;
	font-size: 12px;
}


.jobs_list > p {
	font-size: 14px;
}

.recommendation .page_title {
	margin-bottom: 40px;
}
.recommendation .search_box {
	margin-bottom: 0;
}





