
@charset "utf-8";


/* ==================================================================== */
/* 詳細 (Single) ページ
/* ==================================================================== */
#job_detail{
	margin-bottom: 20px;
}
#job_detail p{
	font-size: 87.5%;
}
#job_detail_img{
	width: 93.75%;
	max-width: 400px !important;
}
#title_job{
	color: #D80614;
	font-size: 112.5%;
	line-height: 1.2;
	padding: 0.4em 10px;
	position: relative;
}
#job_message{
	margin: 30px auto;
	overflow: hidden;
	width: -webkit-calc(100% - (10px * 2));
	width: calc(100% - (10px * 2));
}
#job_message h2{
	color: #D80614;
	padding-left: 2.2em;
	position: relative;
}
#job_message h2:before{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 2em;
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2em;
}
body:not(.is_webp) #job_message h2:before{
	background-image: url("../images/icon/new.png");
}
body.is_webp #job_message h2:before{
	background-image: url("../images/icon/new.webp");
}
#job_message time{
	color: #E7626B;
	font-size: 87.5%;
	font-weight: bold;
}
#job_message p{
	font-size: 87.5%;
	font-weight: bold;
}
#single_b_bnr > li{
	border-color: #BDBDBD;
	border-style: solid;
	border-width: 0 0 1px 0;
	margin-top: 20px;
	padding-bottom: 10px;
}
.title_b_bnr{
	padding: 0 10px;
}
.title_b_bnr img{
	width: 100%;
}
.str_b_bnr{
	padding: 0 10px;
}
.single_content{
	background-color: #FFFFFF;
	border: 1px solid #D80614;
	border-radius: 10px;
	box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.1);
	font-size: 87.5%;
	margin: 20px auto;
	overflow: hidden;
	width: -webkit-calc(100% - (10px * 2));
	width: calc(100% - (10px * 2));
}
.single_content h2.title_single{
	font-size: 112.5%;
	position: relative;
}
.single_content h2.title_single:before,
.single_content h2.title_single:after{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 1.6em;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.6em;
}
body:not(.is_webp) .single_content h2.title_single:before,
body:not(.is_webp) .single_content h2.title_single:after{
	background-image: url("../images/icon/flower_w.png");
}
body.is_webp .single_content h2.title_single:before,
body.is_webp .single_content h2.title_single:after{
	background-image: url("../images/icon/flower_w.webp");
}
.single_content h2.title_single:before{
	left: -webkit-calc(50% + 5em);
	left: calc(50% + 5em);
}
.single_content h2.title_single:after{
	right: -webkit-calc(50% + 5em);
	right: calc(50% + 5em);
}
.title_single{
	background-color: #D80614;
	color: #FFFFFF;
	padding: 0.4em 10px;
	text-align: center;
}
.single_content section{
	padding: 10px;
}
.single_content section p{
	font-size: 100% !important;
}
#job_limited{
	border: 1px solid #F7828C;
	border-radius: 10px;
	margin: 20px auto;
	padding: 20px;
}
#job_limited h2{
	color: #F7828C;
	margin-bottom: 8px;
	padding-left: 1.6em;
	position: relative;
}
#job_limited h2:before{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 1.4em;
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.4em;
}
body:not(.is_webp) #job_limited h2:before{
	background-image: url("../images/icon/job/limited.png");
}
body.is_webp #job_limited h2:before{
	background-image: url("../images/icon/job/limited.webp");
}
.title_contents_job{
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#job_requirements{
	background-color: #F3F3F3;
	padding-top: 10px;
	padding-bottom: 10px;
}
#job_requirements #job_requirements_salary{
	margin: 0 auto 20px;
	width: -webkit-calc(100% - (10px * 2));
	width: calc(100% - (10px * 2));
}
#job_requirements #job_requirements_salary h3{
	font-size: 87.5%;
	padding-left: 22px;
	position: relative;
	text-align: center;
}
#job_requirements #job_requirements_salary h3:before{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 20px;
	position: absolute;
	top: 50%;
	right: calc(50% + 3em);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
}
body:not(.is_webp) #job_requirements #job_requirements_salary h3:before{
	background-image: url("../images/icon/job/salary.png");
}
body.is_webp #job_requirements #job_requirements_salary h3:before{
	background-image: url("../images/icon/job/salary.webp");
}
#job_requirements #job_requirements_salary dl.job_requirements_salaries{
	border-bottom: 1px solid #D8D8D8;
	font-size: 87.5%;
	padding: 8px 10px;
	text-align: left;
}
#job_requirements #job_requirements_salary dl.job_requirements_salaries dt{
	background-color: #D80614;
	border-radius: 50px;
	color: #FFFFFF;
	display: inline-block;
	margin: 0 10px;
	padding: 0.1em 0.5em;
	text-align: center;
	vertical-align: middle;
	width: 6em;
}
#job_requirements #job_requirements_salary dl.job_requirements_salaries dd{
	display: inline-block;
	margin: 0 10px;
	padding: 0.1em 0.75em;
	vertical-align: middle;
}
#job_requirements #job_requirements_salary p{
	font-size: 87.5%;
	margin-top: 10px;
}
#job_requirements table{
	border-collapse: separate;
	border-spacing: 0 1px;
	border-top: 1px solid #C9C9C9;
	font-size: 87.5%;
	margin: -6px auto 0;
	width: 100%;
}
#job_requirements table tr th{
	padding: 5px 0 5px 10px;
	text-align: left;
	width: 94px;
}
#job_requirements table tr th:not([colspan="2"]){
	border-bottom: 1px solid #C9C9C9;
}
#job_requirements table tr th[colspan="2"]{
	padding: 5px 0 0 10px;
}
#job_requirements table tr th[class^="job_"]{
	padding: 5px 0 5px 34px;
	position: relative;
}
#job_requirements table tr th[class^="job_"]:before{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display:  block;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 10px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px
}
body:not(.is_webp) #job_requirements table tr th.job_industry:before{
	background-image: url("../images/icon/job/industry.png");
}
body:not(.is_webp) #job_requirements table tr th.job_location:before{
	background-image: url("../images/icon/job/location.png");
}
body:not(.is_webp) #job_requirements table tr th.job_qualification:before{
	background-image: url("../images/icon/job/qualification.png");
}
body:not(.is_webp) #job_requirements table tr th.job_time:before{
	background-image: url("../images/icon/job/time.png");
}
body:not(.is_webp) #job_requirements table tr th.job_workday:before{
	background-image: url("../images/icon/job/workday.png");
}
body:not(.is_webp) #job_requirements table tr th.job_salary:before{
	background-image: url("../images/icon/job/salary.png");
}
body:not(.is_webp) #job_requirements table tr th.job_treatment:before{
	background-image: url("../images/icon/job/treatment.png");
}
body:not(.is_webp) #job_requirements table tr th.job_environment:before{
	background-image: url("../images/icon/job/environment.png");
}
body:not(.is_webp) #job_requirements table tr th.job_characteristics:before{
	background-image: url("../images/icon/job/treatment.png");
}
body:not(.is_webp) #job_requirements table tr th.job_address:before{
	background-image: url("../images/icon/job/address.png");
}
body:not(.is_webp) #job_requirements table tr th.job_access:before{
	background-image: url("../images/icon/job/access.png");
}
body:not(.is_webp) #job_requirements table tr th.job_web:before{
	background-image: url("../images/icon/job/web.png");
}
body.is_webp #job_requirements table tr th.job_industry:before{
	background-image: url("../images/icon/job/industry.webp");
}
body.is_webp #job_requirements table tr th.job_location:before{
	background-image: url("../images/icon/job/location.webp");
}
body.is_webp #job_requirements table tr th.job_qualification:before{
	background-image: url("../images/icon/job/qualification.webp");
}
body.is_webp #job_requirements table tr th.job_time:before{
	background-image: url("../images/icon/job/time.webp");
}
body.is_webp #job_requirements table tr th.job_workday:before{
	background-image: url("../images/icon/job/workday.webp");
}
body.is_webp #job_requirements table tr th.job_salary:before{
	background-image: url("../images/icon/job/salary.webp");
}
body.is_webp #job_requirements table tr th.job_treatment:before{
	background-image: url("../images/icon/job/treatment.webp");
}
body.is_webp #job_requirements table tr th.job_environment:before{
	background-image: url("../images/icon/job/environment.webp");
}
body.is_webp #job_requirements table tr th.job_characteristics:before{
	background-image: url("../images/icon/job/treatment.webp");
}
body.is_webp #job_requirements table tr th.job_address:before{
	background-image: url("../images/icon/job/address.webp");
}
body.is_webp #job_requirements table tr th.job_access:before{
	background-image: url("../images/icon/job/access.webp");
}
body.is_webp #job_requirements table tr th.job_web:before{
	background-image: url("../images/icon/job/web.webp");
}
#job_requirements table tr td{
	border-bottom: 1px solid #C9C9C9;
}
#job_requirements table tr td:not([colspan="2"]){
	padding: 5px 10px;
}
#job_requirements table tr td[colspan="2"]{
	padding: 0 10px 5px;
}
#job_requirements table tr th.job_web + td{
	word-break: break-all;
}
#job_requirements table tr td .treatment_list{
	margin-top: -5px;
}
#job_requirements table tr td .treatment_list > li,
#job_requirements table tr td .environment_list > li,
#job_requirements table tr td .characteristics_list > li{
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	color: #D8D8D8;
	display: inline-block;
	font-size: 75%;
	height: 32px;
	line-height: 30px;
	margin: 5px 3px 0;
	text-align: center;
	vertical-align: middle;
	width: -webkit-calc((100% - (3px * 4)) / 2);
	width: calc((100% - (3px * 4)) / 2);
}
#job_requirements table tr td .treatment_list > li.on,
#job_requirements table tr td .environment_list > li.on,
#job_requirements table tr td .characteristics_list > li.on{
	border-color: #E7626B;
	background-color: #FFEDEE;
	color: #E7626B;
}
.application{
	text-align: center;
	margin: 0 auto;
	width: 300px
}
.application a{
	border-radius: 100px;
	background-color: #50B555;
	color: #FFFFFF;
	display: inline-block;
	position: relative;
	text-decoration: none;
	width: 280px;
}
.application a[href^="tel:"]{
	background-color: #FF5B84;
}
.application a[href^="mailto:"]{
	background-color: #FC8553;
}
.application a:before{
	background-positon: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 24px;
	vertical-align: sub;
	width: 24px;
}
body:not(.is_webp) .application a:before{
	background-image: url("../images/icon/line.png");
}
body.is_webp .application a:before{
	background-image: url("../images/icon/line.webp");
}
body:not(.is_webp) .application a[href^="tel:"]:before{
	background-image: url("../images/icon/tel.png");
}
body.is_webp .application a[href^="tel:"]:before{
	background-image: url("../images/icon/tel.webp");
}
body:not(.is_webp) .application a[href^="mailto:"]:before{
	background-image: url("../images/icon/mail.png");
}
body.is_webp .application a[href^="mailto:"]:before{
	background-image: url("../images/icon/mail.webp");
}
.application p{
	font-size: 100% !important;
	margin-top: 10px;
}
.application p .fa{
	margin-right: 0.2em;
	vertical-align: baseline;
}
.application p span{
	color: #50B555;
}
.job_application{
	margin-bottom: 20px;
}
#job_detail .job_application{
	margin-top: 30px;
}
.job_application h4{
	background-color: #FFD6E6;
	border-radius: 5px;
	color: #D80614;
	margin: 20px auto;
	padding: 10px;
	text-align: center;
	width: 87.5%;
}
.job_application h4:before,
.job_application h4:after{
	content: "\F536";
	display: inline-block;
	font-family:"Material Design Icons";
	margin: 0 0.2em;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	vertical-align: text-bottom;
}
.job_application .application{
	margin-bottom: 20px;
}
.job_application .application a{
	font-size: 125%;
	height: 42px;
	line-height: 42px;
	margin: 10px 10px 0;
}
.job_application .application a:before{
	margin-right: 5px;
}
.job_application .application a:after{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 24px;
	margin-left: 5px;
	vertical-align: sub;
	width: 24px;
}
body:not(.is_webp) .job_application .application a:after{
	background-image: url("../images/icon/glitters.png");
}
body.is_webp .job_application .application a:after{
	background-image: url("../images/icon/glitters.webp");
}
.job_application .application a .mdi{
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#navi_application{
	margin: 0 auto;
	height: 36px;
	position: relative;
}
#navi_application table{
	background-color: #FFFFFF;
	border-collapse: collapse;
	height: 36px;
	margin: 0 auto;
	text-align: center;
	padding: 0 1px;
	bottom: 0;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 990;
}
#navi_application table:not(.active){
	position: absolute;
}
#navi_application table.active{
	position: fixed;
}
#navi_application table tr td{
	height: 36px;
	width: 108px;
}
#navi_application .application a{
	border-radius: 5px;
	padding-left: 20px;
	width: 98px
}
#navi_application .application a:before{
	height: 20px;
	position: absolute;
	top: 50%;
	left: 10px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
}
@media screen and (min-width:360px){
	#job_requirements table tr td .treatment_list > li,
	#job_requirements table tr td .environment_list > li,
	#job_requirements table tr td .characteristics_list > li{
		font-size: 81.25%;
	}
}
@media screen and (min-width:375px){
	#job_requirements table tr td .treatment_list > li,
	#job_requirements table tr td .environment_list > li,
	#job_requirements table tr td .characteristics_list > li{
		font-size: 87.5%;
	}
}
@media screen and (max-width:639px){
	#single_b_bnr > li{
		margin-left: auto;
		margin-right: auto;
		width: -webkit-calc(100% - (10px * 2));
		width: calc(100% - (10px * 2));
	}
}
@media screen and (min-width:640px){
	#single_b_bnr > li{
		display: inline-block;
		border-width: 1px;
		border-radius: 10px;
		vertical-align: top;
	}
}
@media screen and (min-width:640px) and (max-width:767px){
	#single_b_bnr > li{
		margin-left: 10px;
		width: -webkit-calc((100% - (10px * 3)) / 2);
		width: calc((100% - (10px * 3)) / 2);
	}
}
@media screen and (min-width:768px){
	#job_detail{
		margin-bottom: 40px;
	}
	#title_job{
		font-size: 150%;
		margin: 0 0 20px;
		padding: 0.6em 5em 0.6em 1em;
	}
	#title_job span{
		right: 20px;
	}
	#job_detail_img{
		width: 62.5%;
		max-width: 600px !important;
	}
	#job_message{
		width: 720px;
	}
	#job_message time{
		font-size: 100% !important;
	}
	#job_message p{
		font-size: 100% !important;
	}
	#single_b_bnr{
		margin-bottom: 30px;
		padding: 0 -webkit-calc((100% - (400px * 2) - 30px) / 2);
		padding: 0 calc((100% - (400px * 2) - 30px) / 2);
	}
	#single_b_bnr > li{
		display: inline-block;
		vertical-align: top;
	}
	.str_b_bnr{
		font-size: 100% !important;
	}
	.single_content{
		font-size: 100% !important;
		width: 720px;
	}
	.single_content h2.title_single{
		font-size: 125%;
	}
	.single_content section{
		padding: 30px;
	}
	.title_contents_job{
		padding: 0.7em;
		width: 720px;
	}
	#job_limited{
		width: 720px;
	}
	#job_limited p{
		font-size: 100% !important;
	}
	#job_requirements{
		margin-bottom: 40px;
	}
	#job_requirements #job_requirements_salary{
		width: 720px;
	}
	#job_requirements #job_requirements_salary dl.job_requirements_salaries dt{
		width: 8em;
	}
	#job_requirements table{
		margin: 0 auto;
		width: 720px;
	}
	#job_requirements table tr td .treatment_list > li,
	#job_requirements table tr td .environment_list > li,
	#job_requirements table tr td .characteristics_list > li{
		width: 169px;
	}
	.job_application{
		margin-bottom: 40px;
	}
	.job_application h3{
		font-size: 125%;
	}
	.job_application h4{
		width: 50%;
	}
	.job_application .application a{
		height: 56px;
		line-height: 56px;
		margin: 20px 10px 0;
	}
	.application p{
		margin-top: 20px;
	}
}
@media screen and (min-width:768px) and (max-width:1199px){
	#single_b_bnr > li{
		margin-left: 30px;
		width: -webkit-calc((100% - (30px * 3)) / 2);
		width: calc((100% - (30px * 3)) / 2);
	}
	#job_requirements{
		padding: 30px;
	}
}
@media screen and (min-width:940px){
	#title_job{
		padding: 0.6em 12em 0.6em 8em;
	}
	#job_message{
		width: 800px;
	}
	.title_contents_job{
		width: 800px;
	}
	#single_b_bnr > li{
		padding-top: 10px;
		padding-bottom: 20px;
	}
	#single_b_bnr > li h2{
		padding: 0  20px;
	}
	#single_b_bnr > li p{
		padding: 0  20px;
	}
	.single_content{
		width: 800px;
	}
	#job_limited{
		width: 800px;
	}
	#job_requirements #job_requirements_salary{
		width: 800px;
	}
	#job_requirements table{
		width: 800px;
	}
	#job_requirements table tr td .treatment_list > li,
	#job_requirements table tr td .environment_list > li,
	#job_requirements table tr td .characteristics_list > li{
		font-size: 81.25%;
		width: 150px;
	}
}
@media screen and (min-width:1200px){
	#single_b_bnr > li{
		width: 400px;
	}
	#single_b_bnr > li:nth-child(even){
		margin-left: 30px;
	}
	#job_requirements{
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
@media screen and (min-width:1921px){
	#title_job{
		padding: 1.3em 12em 1.3em 8em;
	}
}
