@charset "UTF-8";

/* ===================================================================
	求人詳細 ファーストビュー以下（動画以下）のcss
=================================================================== */

.sp_tabs {
	display: none;
}

/* 動画 */
/*
.job_detail_movie {
	position: relative;
	max-width: 780px;
	width: 100%;
	margin: 0 auto 30px;
	padding-top: 56.25%;
}
.job_detail_movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}*/
.job_detail_movie {
	position: relative;
	max-width: 780px;
	width: 100%;
	margin: 0 auto 30px;
	text-align: center;
	padding-bottom: 56.25%; /* 16:9 */
  	height: 0;
}
.job_detail_movie video,
.job_detail_movie iframe {
	margin: 0 auto;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 1200px) {
	.job_detail_movie {
		padding-bottom: 44%; /* 16:9 */
	}
}


/* サブ写真リスト */
.job_detail_img_sub {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 780px;
	margin: 0 auto 50px;
}
.job_detail_img_sub li {
	width: 31%;
	margin-right: 3.5%;
	text-align: center;
}
.job_detail_img_sub li:last-child {
	margin-right: 0;
}
.job_detail_img_sub li img {
	width: 100%;
}
/* ボタン */
.job_detail_btn_area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	justify-content: center;
	max-width: 670px;
	margin: 50px auto;
	column-gap: 10px;
}

.job_detail_btn_area:last-child {
	margin-bottom: 40px;
}
a.btn_job_entry,
a.btn_job_keep,
.btn_job_keep {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 320px;
	width: 48%;
	height: 2.7em;
	padding: 0 1em;
	background: linear-gradient(-25deg,#F7931E 0%,#F7931E 50%,#F68500 50%,#F68500 100%);
	color: var(--bs-white);
	font-size: 1.5rem;
	font-weight: bold;
	border-radius: 1.3em;
}
.btn_job_entry span {
	position: relative;
 	flex-shrink: 0;
	flex-grow: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 1.6em;
	width: 1.6em;
	margin-right: 0.7em;
	border-radius: 50%;
	background: var(--bs-white);
	color: var(--bs-primary);
	font-size: 1.2rem;
}

.btn_job_favorite {
	background: #fff;
    color: var(--bs-dorapita);
    border: 1px solid var(--bs-dorapita);
    cursor: pointer;
    transition: 0.2s;
    max-width: 320px;
    width: 48%;
    height: 2.75em;
    padding: 0 1em;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 1.3em;
}

.btn_job_favorite.is_favorite {
	background: var(--bs-gray-light);
    border-color: #BBC0C6;
    color: var(--bs-secondary);
}

.btn_job_favorite i.fa-star.fas {
    color: var(--bs-secondary);
}

.btn_job_favorite.btn_job_favorite_detail {
	font-size: 16px;
	width: 60%;
}

.btn_job_favorite.btn_job_favorite_detail i.fa-star{
	font-size: 16px;
}

/* 募集概要 */
.job_description {
	margin: 70px auto 50px;
}
.job_description h4 {
	padding: 10px;
	margin-bottom: 10px;
	background: #4D4D4D;
	color: var(--bs-white);
	text-align: center;
	font-weight: 500;
}

.job_description_inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.tbl_job_description {
	width: 48%;
}

.tbl_job_description tr {
	display: block;
	padding: 10px 15px;
	border-bottom: solid 1px #B3B3B3;
}

.tbl_job_description tr th {
	width: 9em;
	font-weight: 700;
	text-align: left;
}

.tbl_job_description tr th,
.tbl_job_description tr td {
	line-height: 1.6;
/*	font-size: 0.875rem;*/
}

.salary_num {
	font-size: 130%;
}


/* マップを見るボタン */

.map_btn a {
	display: inline-block;
	padding: 2px 10px;
	margin-top: 5px;
	border-radius: 2px;
	background: var(--bs-dorapita);
	color: var(--bs-white);
	font-size: 0.8rem;
	text-align: center;
}

.map_btn a span {
	margin-right: 5px;
}

/* 編集部コメント */
.job_detail_comment {
	position: relative;
	margin: 0 auto 55px;
}
.job_detail_comment h4 {
	padding: 8px;
	background: var(--bs-dorapita);
	color: var(--bs-white);
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.job_detail_comment h4 span {
	position: relative;
	padding: 0 1.6em;
}
.job_detail_comment h4 span:before,
.job_detail_comment h4 span:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 1.5em;
	height: 2px;
	background-color: var(--bs-white);
}
.job_detail_comment h4 span:before {
	left: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.job_detail_comment h4 span:after {
	right: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.job_detail_comment_inner {
	display: flex;
	justify-content: space-between;
	padding: 40px 30px;
	background: #F6F3EF;
}
.job_detail_comment_img {
	width: 30%;
	text-align: center;
}
.job_detail_comment_img img {
	width: 100%;
}
.job_detail_comment_txt {
	width: 67%;
	padding-bottom: 50px;
	font-weight: 500;
}
.illust_icon {
	position: absolute;
	bottom: -25px;
	right: 40px;
}
.illust_icon img {
	width: 100%;
}



.oubo_senyou_tel {
	
}
.oubo_senyou_tel strong {
	font-size: 140%;
	color: var(--bs-danger);
}
.oubo_tel_link {
	display: none;
}
.oubo_no {
	font-size: 120%;
	color: var(--bs-danger);
}





/* 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) {
	a.btn_job_entry,
	a.btn_job_keep,
	.btn_job_keep {
		font-size: 1.2rem;
	}
	.btn_job_entry span,
	.btn_job_keep span {
		font-size: 1rem;
	}
	/* 募集概要 */
	.job_description {
		margin: 30px auto;
	}
	.job_description_inner {
		display: block;
	}
	
	.tbl_job_description {
		width: 100%;
		margin-bottom: 20px;
	}
	
	/* 編集部コメント */
	.job_detail_comment_inner {
		display: block;
		padding: 20px 20px 90px;
	}
	.job_detail_comment_img {
		max-width: 300px;
		width: 100%;
		margin: 0 auto 20px;
	}
	.job_detail_comment_txt {
		width: 100%;
		padding-bottom: 0;
	}
	.illust_icon {
		right: 50%;
		transform: translateX(50%);
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
	}

	
}



/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	
	
	.job_detail_btn_area {
		display: none;
	}
	
	/* 募集概要 */
	.job_description h4 {
		margin-bottom: 5px;
	}
	
	.tbl_job_description tr th,
	.tbl_job_description tr td {
		display: block;
		width: 100%;
		padding: 0;
		font-size: 1rem;
	}
	.tbl_job_description tr th {
		margin-bottom: 5px;
	}
	
	/* 編集部コメント */
	.comment_inner {
		padding: 15px 20px 70px;
	}
	
	a.oubo_tel_link {
		display: inline-block;
		height: 2.4em;
		margin-top: 10px;
		padding: 0 1em;
		border-radius: 1.2em;
		background: linear-gradient(-25deg,#F7931E 0%,#F7931E 50%,#F68500 50%,#F68500 100%);
		color: var(--bs-white);
		font-size: 1.2rem;
		font-weight: 500;
		line-height: 2.4;
		color: var(--bs-white);
	}
	a.oubo_tel_link i {
		margin-right: .2em;
	}
}




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











