@charset "UTF-8";

/* ===================================================================
	地方トップ ファーストビューのcss
=================================================================== */


/*新着求人*/

.top_area_new_job,
.top_listed_companies {
	width: var(--def-width);
	max-width: var(--def-max-width);
	margin: 0 auto;
	padding: 0;
}

.top_new_job_list_title {
	margin: 5px 0;
	font-weight: bold;
	line-height: 1.4;
}


/*掲載企業*/
.top_listed_companies {
	margin-top: 60px;
}
.top_job_list li .listed_company_name {
	color: var(--bs-dorapita);
	font-size: 1.125rem;
	font-weight: bold;
}

.top_job_listed_list_title {
 	margin: 5px 0;
	font-size: 0.8rem;
}




/*エリア基本情報
----------------------------------------- */
.basic_info_job_title,
.basic_info_title {
	margin-bottom: 30px;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}
.basic_information_job_title {
	font-size: 1.8rem;
}

/*人気の職種*/
.top_area_search {
	width: var(--def-width);
	max-width: 1100px;
	margin: 0 auto 25px;
	padding: 35px 50px;
	border-radius: 10px;
	background: var(--main-bg-color);
}
.top_area_box .area_name {
	width: 8em;
	margin-right: 10px;
	font-size: 0.9rem;
}
.top_pref_list li a {
	text-decoration: underline;
}


/*人気のエリア*/
.top_ranking_box {
	max-width: 1100px;
	flex-wrap: wrap;
}

.top_ranking_item {
	width: 48%;
	padding: 30px;
	margin-bottom: 30px;
}


/*タブ*/
.tab_pref {
	position: relative;
	display: flex;
	margin: 0 0 20px;
	padding: 0;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	z-index: 10;
}
.tab_pref::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	z-index: 10;
}
.tab_pref::-webkit-scrollbar {
	height: 4px;
}
.tab_pref::-webkit-scrollbar-track {
	border-radius: 3px;
	background: #F5F6F6;
}
.tab_pref::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: #c5c6c6;
}
.tab_pref li {
	width: 20%;
	min-width: 5em;
	flex-shrink: 1;
	flex-grow: 1;
}
.tab_pref li a {
	display: block;
	padding: .2em 1em;
	background: var(--bs-white);
	border: 1px solid var(--bs-dorapita);
	border-right: none;
	text-align: center;
	transition: all .3s;
}
.tab_pref li a:hover {
	background: var(--bs-dorapita03);
}
.tab_pref li a.current {
	background: var(--bs-dorapita);
	color: var(--bs-white);
}
.tab_pref li:first-of-type a {
	border-radius: 5px 0 0 5px;
}
.tab_pref li:last-of-type a {
	border-radius: 0 5px 5px 0;
	border-right: 1px solid var(--bs-dorapita);
}

.tab_content {
	display: none;
}
.tab_content.show {
	display: block;
}

.rank_list .area_name {
	display: block;
}

#top_high_salary .area_name {
	display: inline-block;
	margin-right: 1em;
}

.average_salary {
	margin-bottom: 5px;
	text-align: center;
	font-size: .9rem;
}
.average_salary_sq {
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: .5em;
	background: rgba(247, 147, 30, 0.4);
}
.average_salary_yen {
	color: var(--bs-primary);
	font-weight: 700;
}
.average_salary_num {
	font-size: 150%;
}



/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1400px) {
	
}


/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) { 


}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
	
}


/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
	.top_ranking_item {
		width: 100%;
		padding: 20px;
	}
	
	.top_area_search {
		padding: 20px 20px 5px;
	}
	.top_area_box .area_name {
		margin: 0 auto 10px;
	}
	.top_pref_list li {
		padding: 0 .5em;
	}
}



/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	
	
}




@media (max-width: 479px) {
	
	
}











