@charset "UTF-8";

.visual_cooking{
	background-image: url("../images/human_resources/visual.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.visual_cooking{
		background-image: url("../images/human_resources/visual@2x.jpg");
	}
}


#intro{
	padding-top: 80px;
	padding-bottom: 100px;
	text-align: center;
}
.intro_titile{
	font-size: 3rem;
	line-height: 1.2;
	margin-bottom: 20px;
}

@media (max-width: 1080px) {
	.intro_titile {
		font-size: 2rem;
	}
}

@media (max-width: 768px) {
	#intro{
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.intro_titile {
		font-size: 1.75rem;
	}
}



.human_resources_title{
	font-size: 2.2rem;
	line-height: 1.2;
	padding: 30px 20px;
	background: #819345;
	color: #fff;
	border-radius: 20px 20px 0px 0px;
}

#page_human_resources .content_box{
	background: #fff;
	border-radius: 20px;
}

#page_human_resources .content_box .content_inner{

	padding: 30px 30px;
}

#recruitment{
	padding-top: 80px;
	padding-bottom: 100px;
}


#recruitment .read{
	margin-bottom: 40px;
}


#recruitment .read_wrap{
	padding: 20px;
	border: solid 1px #dcdcdc;
}

#recruitment .read_wrap02{
	border-top: solid 0px #dcdcdc;
}

#recruitment .read_title{
	background: #ebf0e6;
	color: #819345;
	padding: 10px 0px;
	display: block;
	margin-bottom: 20px;
	text-align: center;
	width: 150px;
	font-weight: bold;
}

#recruitment .read_text01{

}

#recruitment .read_text02{
	color: #819345;
	font-weight: bold;
}

#recruitment .read_text03{
	margin-bottom: 20px;
}

#recruitment .strengths_title{
	font-size: 2rem;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: solid 1px #000;
}

#recruitment .strengths_box{
	margin-bottom: 30px;
}

#recruitment .strengths_content{
	padding: 15px 15px 15px 20px;
}

#recruitment .strengths_content .thum{
	float: right;
	width: 25%;
}

#recruitment .strengths_content .text{
	float: left;
	width: 73%;
}

#recruitment .strengths_box h4{
	padding: 10px 20px;
	background: #ebf0e6;
	color: #819345;
	margin-bottom: 20px;
	font-size: 1.3rem;
}

#recruitment .strengths_box h4 .num{
	font-size: 1.6rem;
	vertical-align: middle;
	line-height: 1;
}


#recruitment .strengths_box .text .emphasis{
	font-weight: bold;
	font-size: 1.1rem;
	margin-bottom: 10px;
}

#recruitment .strengths_box .text .emphasis .emphasis_01 {
    font-size: 135%;
    line-height: 1;
    color: #eb5000;
    position: relative;
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(54%, rgba(255, 240, 198, 0)), color-stop(55%, #fff0c5), to(#fff0c5));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 240, 198, 0) 54%, #fff0c5 55%, #fff0c5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#fff0c5", GradientType=0);
}

#recruitment .strengths_box .text .emphasis .emphasis_01::after{
	content: "※";
	font-size: 12px;
	position: absolute;
	right: -6px;
	top: 1px;
}

#recruitment .strengths_box .text .emphasis .emphasis_02 {
    color: #eb5000;
}

#recruitment .image{
	text-align: center;
}

#recruitment .read_content{
	padding-left: 20px;
}

@media (max-width: 768px) {
	#recruitment{
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.human_resources_title {
		font-size: 1.7rem;
		line-height: 1.2;
		padding: 15px;
		background: #819345;
		color: #fff;
		border-radius: 20px 20px 0px 0px;
		text-align: center;
	}
	#page_human_resources .content_box .content_inner {
	    padding: 20px 10px;
	}
	#recruitment .strengths_content {
	    padding: 5px;
	}
	#recruitment .strengths_content .thum {
	    float: none;
	    width: 100%;
	    margin-bottom: 20px;
	}
	#recruitment .strengths_content .text {
	    float: none;
	    width: 100%;
	}
}


#jobuoku{
	padding-top: 40px;
	padding-bottom: 100px;
}

#jobuoku .text01{
	margin-bottom: 10px;
}


#jobuoku .text02{
	font-weight: bold;
}

#jobuoku .text02{
	font-weight: bold;
	margin-bottom: 30px;
}

#jobuoku .image{
	text-align: center;
}

.link_text01{
    color: #eb5000;
    text-decoration: underline;
}

.link_text02{
    color: #819345;
    text-decoration: underline;
}
@media (max-width: 768px) {
	#jobuoku{
		padding-top: 20px;
		padding-bottom: 50px;
	}

}