@charset "UTF-8";

/* ===================================================================
	掲載企業のcss
=================================================================== */


/* 関連求人 */
.related_keyword {
	width: 100%;
	display: flex;
	align-items: stretch;
	margin: 0 auto 35px;
	border-radius: 7px;
	background: var(--bs-white);
	font-size: 0.75rem;
}
.related_keyword dt {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	flex-grow: 0;
	width: 8em;
	padding: 7px;
	border-radius: 7px 0 0 7px;
	background: var(--bs-dorapita);
	color: var(--bs-white);
	text-align: center;
}
.related_keyword dd {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: .8em 1em;
	font-size: 0.75rem;
}
.related_keyword dd a {
	margin-right: 1em;
	color: var(--bs-gray);
	text-decoration: underline;
}


/* 企業一覧 */
.job_item_company a.job_item_detail {
	display: flex;
	flex-wrap: wrap;
	border: 5px solid var(--bs-dorapita03);
	border-radius: 8px;
}

.job_item_company .job_item_title {
	display: flex;
}
.job_item_company .job_item_title .icon_new {
	flex-shrink: 0;
	flex-grow: 0;
	text-decoration: none!important;
}
.job_item_name {
	display: block;
	line-height: 1.5;
}
.job_item_address {
	display: block;
	font-size: .8rem;
	font-weight: 400;
}

.job_item_company .job_item_img {
	width: 15%;
	min-width: 170px;
	flex-shrink: 0;
	flex-grow: 0;
	margin-right: 3%;
}

.job_item_company .job_item_img img {
	width: 100%;
}

.job_item_company .job_item_info {
	width: calc(78% - 170px);
	flex-shrink: 1;
	flex-grow: 1;
}
.job_item_company .job_item_sub_title {
	margin-bottom: 10px;
}
.job_item_company .job_item_txt {
	margin-bottom: 0;
}

/* こだわり検索ボタン */
.btn_kodawari {
	padding-top: 60px;
}


/* 検索エリア */
.btn_search_results {
	margin: 0 auto 5px;
}



/* 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) {
	
}



/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	.job_item_company a.job_item_detail {
		display: block;
/*		padding: 0;*/
	}
	/*
	.job_item_company .job_item_title {
		display: none;
	}
	.job_item_company .sp_icon_new {
		display: inline-block;
		position: absolute;
		top: 15px;
		left: 15px;
	}
	.job_item_company .sp_job_item_title {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 15px;
		background: rgba(0,0,0,0.4);
		font-size: 1.2rem;
		color: var(--bs-white);
		line-height: 1.4;
	}
	
	.job_item_company .job_item_img {
		position: relative;
		width: 100%;
	}
	*/
	/*
	.job_item_company .job_item_img img {
		border-radius: 4px 4px 0 0;
	}*/
	
	.job_item_company .job_item_img {
		width: 100%;
		max-width: inherit;
		margin: 0 0 15px;
	}
	
	.job_item_company .job_item_info {
		width: 100%;
		/* padding: 15px;*/
	}
}


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











