@charset "UTF-8";

/* ===================================================================
	求人詳細 ファーストビューのcss
=================================================================== */

.sp_job_description_link {
	display: none;
}

/* タイトル */
.job_detail_info_top,
.job_detail_info_btm {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.job_detail_info_top {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: solid 2px #ccc;
}
.job_detail_info_top h2 {
/*	position: relative;*/
	display: flex;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.3;
}
.job_detail_info_top h2 .icon_new {
	margin-right: 15px;
	flex-shrink: 0;
	flex-grow: 0;
}
.job_detail_info_top .keep_btn {
	position: relative;
	top: inherit;
	right: inherit;
	align-self: flex-start;
	margin-left: 15px;
}


.job_detail_info_btm {
	margin-bottom: 30px;
}
.job_detail_info_btm .company_name {
	font-size: 0.9rem;
}

/* キャッチコピー */
.slogan {
	margin: 0 auto 30px;
	color: var(--bs-primary-dark);
	font-size: 1.7rem;
	line-height: 1.3;
}

/* メイン写真 */
.job_detail_img_main {
	max-width: 780px;
	margin:30px auto;
	text-align: center;
}
.job_detail_img_main img {
	width: 100%;
}

/* 本文 */
.job_detail_txt {
	max-width: 780px;
	margin:0 auto 50px;
	font-weight: 500;
	line-height: 1.7;
}



.fixed_recruit_entry_pc {
	position: fixed;
	right: 10px;
	bottom: 85px;
	z-index: 999;
}
a.btn_recruit_entry_pc {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 4em;
	height: 4em;
	border-radius: 50%;
	background: linear-gradient(-25deg,#F7931E 0%,#F7931E 50%,#F68500 50%,#F68500 100%);
	color: var(--bs-white);
	font-size: 1.4rem;
	font-weight: 500;
	filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.2));
	
}
.icon_entry_pen {
	margin: 0 0 .2em;
}
.icon_entry_pen::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url(../../img/front/new_dorapita/icon.svg);
	background-repeat: no-repeat;
	background-size: 200px auto;
	background-position: -48px -30px;
}


/* 掲載終了時のメッセージ */
.job_end_message {
	max-width: var(--def-max-width);
	width: var(--def-width);
	margin: 40px auto;
	padding: 40px 5.7%;
	border-radius: 10px;
	border: solid 5px var(--bs-gray-light);
	background: var(--main-bg-color);
	text-align: center;
}
.job_end_message_txt {
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--bs-danger);
}

a.btn_link_more_view {
	position: relative;
	display: inline-block;
	margin: 20px auto 0;
	padding: .8em 3em .8em 1.5em;
	border-radius: 1.2em;
	background: var(--bs-primary);
	color: var(--bs-white);
	font-size: 1.1rem;
	font-weight: 700;
	text-align: center;
}
a.btn_link_more_view .material-icons {
	position: absolute;
	right: .8em;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	background: var(--bs-white);
	color: var(--bs-primary);
}


.top_popular_job {
	width: var(--def-width);
	max-width: var(--def-max-width);
	margin: 0 auto 60px;
}
.top_job_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top_job_list > li {
	width: 32.2%;
	margin-bottom: 1.7%;
	border-radius: 10px;
	background: var(--bs-white);
	filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.2));
}
.top_job_list > li a {
	display: block;
	padding: 20px;
}
.top_job_list li .company_name {
	color: var(--bs-dorapita);
	font-size: .85rem;
}
.top_job_list_title {
	margin: 5px 0;
	font-weight: 700;
}
.top_job_list li .job_btm {
	
}
.top_job_subinfo {
	display: flex;
	align-items: center;
	margin-bottom: 3px;
	font-size: .8rem;
	color: var(--bs-gray);
}
.top_job_subinfo:last-child {
	margin-bottom: 0;
}
.top_job_subinfo .material-icons-outlined {
	margin-right: .2em;
	color: var(--bs-dorapita);
	font-size: 20px;
}

/* 人気の求人
------------------------------------------------------------------- */

.top_job_btm {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.top_job_img {
	width: 37%;
}
.top_job_img img {
	border-radius: 10px;
}
.top_job_detail {
	width: 59%;
}
.top_job_top .top_job_detail,
.top_job_btm .company_name {
	display: none;
}




/* 校正中 */
.kousei {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color:rgba(255,0,0,0.8);
	color:#FFF;text-align:center;
	font-size:150%;
	font-weight: 700;
	padding:10px;
	height:100px;
	width:100%;
	position:fixed;
	top: 0;
	z-index:999;
}



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


/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) { 
	.top_popular_job .top_job_list > li {
		width: 49%;
		margin: 0 .5% 1%;
	}
}

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


/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
	
	.top_popular_job .top_job_list > li {
		width: 100%;
		margin: 0 0 10px;
	}
	.top_popular_job .top_job_list li a {
		display: flex;
		justify-content: space-between;
	}
	.top_job_top {
		width: 55%;
	}
	.top_job_btm {
		width: 40%;
		margin: 0;
		display: block;
	}
	.top_job_top .company_name,
	.top_job_btm .top_job_detail {
		display: none;
	}
	.top_job_top .top_job_detail {
		display: block;
		width: 100%;
	}
	.top_job_top .top_job_area {
		font-size: .9rem;
		margin: 5px 0;
	}
	.top_job_jobtype {
		display: inline-block;
		padding: .3em .6em;
		background: var(--bs-dorapita);
		color: var(--bs-white);
		font-size: .8rem;
	}
	.top_job_img {
		width: 100%;
		margin-bottom: 5px;
	}
	.top_job_btm .company_name {
		display: block;
		text-align: right;
	}
	
}



/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	.fixed_recruit_entry_pc {
		display: none;
	}
	
	
	.job_detail_info_top .keep_btn {
		display: none;
	}
	
	
	.sp_job_description_link {
		display: flex;
		justify-content: center;
		position: sticky;
		top: 10px;
		border-radius: 5px;
		background: var(--bs-dorapita03);
		filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.1));
	}
	.sp_job_description_link li {
		margin: 0 .5em;
	}
	.sp_job_description_link li a {
		display: block;
		padding: .2em;
	}
	.sp_job_description_link li a i {
		margin-left: .3em;
		color: var(--bs-dorapita);
	}
	
	.job_detail_info_top h2 {
		display: block;
	}
	
	
	.job_detail_info_top {
		margin-bottom: 15px;
	}
	.job_detail_info_btm {
		display: block;
	}
	.job_detail_info_btm .company_name {
		margin-bottom: 10px;
	}
	.slogan {
		font-size: 1.25rem;
		line-height: 1.5;
	}
	.job_detail_img_main {
		max-width: 400px;
		margin-bottom: 15px;
	}
	.job_detail_txt {
		margin-bottom: 30px;
	}
	.job_detail_img_sub {
		margin-bottom: 30px;
	}
	
	
	
}

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











