@charset "UTF-8";
/* CSS Document */
/***********************
	採用情報 基本
***********************/
/** フルワイド全幅 **/
body.page-id-133 #page_contents .post_content{
	width: 100% !important;
}
body.page-id-133 #page_contents{
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
}
body.page-id-133 #page_contents .content,
body.page-id-133 #page_contents figure{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4rem !important;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
/* モバイル（〜520px） */
@media screen and (max-width: 520px) {
	body.page-id-133 #page_contents .content,
	body.page-id-133 #page_contents figure{
		padding-left: 1rem;
		padding-right: 1rem;
		margin-bottom: 2.2rem !important;
	}
}
/** 採用コンセプト **/
.recruit_concept .desc{
	text-align: center;
}
/* モバイル（〜520px） */
@media screen and (max-width: 520px) {
	.recruit_concept .desc{
		text-align: left;
	}
}
/** お仕事内容 **/
#Works .desc{
	text-align: center;
}
.works_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #FDFBF5;
	margin-bottom: 2rem;
}
.works_box:nth-child(2) h3,
.works_box:nth-child(2) h4,
.works_box:nth-child(2) p,
.works_box:nth-child(2) li{
	color: #688060 !important;
}
.works_image{
	max-width: 340px;
	width: 36%;
	margin: 0;
	padding: 0;
	aspect-ratio: 3 / 4.3;
}
.works_image_01{
	background: center / cover no-repeat url("../img/bg/works_bg_01.jpg");
}
.works_image_02{
	background: center / cover no-repeat url("../img/bg/works_bg_02.jpg");
}
.works_item{
	width: 65%;
	padding: 2.6rem;
}
h3.works_item_title{
	font-size: 2rem !important;
	margin-bottom: 1rem !important;
	font-weight: 600 !important;
}
.works_item_list h4{
	border-bottom: solid 1px #8D6E53;
	padding-bottom: 0.5rem !important;
	font-size: 1.2rem !important;
	font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic","YuGothic","Meiryo",sans-serif !important;
	font-weight: bold;
	margin-bottom: 1rem !important;
}
.works_box:nth-child(2) .works_item_list h4{
	border-bottom: solid 1px #688060;
}
.works_item_list li{
	list-style-type: none;
	font-size: 1rem ;
	line-height: 1.7 !important;
	font-weight: bold;
}
/* ミニPC（〜900px） */
@media screen and (max-width: 900px) {
	.works_image_01{
		 aspect-ratio: 3 / 5.3;
	}
}
/* タブレット（〜768px） */
@media screen and (max-width: 768px) {
	.works_box{
		flex-direction: column;
	}
	.works_image{
		max-width: 100%;
		width: 100%;
		aspect-ratio: 16 / 9;
	}
	.works_item{
		width: 100%;
		padding: 2rem;
	}
	h3.works_item_title{
		font-size: 1.8rem !important;
	}
	.works_item_list h4{
		font-size: 1.1rem !important;
	}
}
/* モバイル（〜520px） */
@media screen and (max-width: 520px) {
	#Works .desc{
		text-align: left;
	}
	#Works .content{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#Works .content_title{
		padding: 0 1rem;
	}
	.works_item{
		padding: 1.2rem;
		background: #fff;
	}
	.works_item_title{
		text-align: center;
	}
}
/** 働きやすさの理由 **/
#Page_envi{
	background: repeat url("../img/bg/repeat_bg.jpg");
	padding: 80px 0;
}
#Page_envi .point_item{
	border: solid 1px #8D6E53;
}
#Page_envi .point_title{
	margin: 1.5rem 0 !important;
}
#Page_envi .point_contents p{
	margin-bottom: 0 !important;
}
/* タブレット（〜768px） */
@media screen and (max-width: 768px) {
	#Page_envi{
		padding: 60px 0 1rem;
	}
}
/** 1日の流れ **/
#Page_oneday{
	padding-top: 100px !important;
}
.oneday_pc{
	max-width: 700px !important;
	margin: auto;
}
.oneday_plan{
	display: flex;
	align-items: center;
	justify-content:space-between;
	margin-bottom: 2rem !important;
}
.oneday_plan_item{
	background: #8D6E53;
	width: 47%;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 2.2rem 1rem !important;
}
.oneday_plan_item:last-child{
	background: #688060;
}
#page_contents .oneday_plan_item_lead{
	color: #fff !important;
	text-align: center;
	font-size: 1.1rem !important;
	margin-bottom: 1rem !important;
	line-height: 1.4 !important;
	font-weight: bold;
}
#page_contents .oneday_plan_item_time{
	color: #fff !important;
	text-align: center;
	font-size: 2.25rem !important;
	margin-bottom: 0 !important;
	line-height: 1 !important;
}
/* タブレット（〜768px） */
@media screen and (max-width: 768px) {
	#Page_oneday{
		padding-top: 60px !important;
	}
	#page_contents .oneday_plan_item_lead{
		font-size: 1rem !important;
	}
	#page_contents .oneday_plan_item_time{
		font-size: 2rem !important;
	}
	.oneday_plan{
		display: flex;
		flex-direction: column;
	}
	.oneday_plan_item{
		width: 100%;
		margin-bottom: 1rem !important;
		padding: 2rem 1rem !important;
	}
}
/* モバイル（〜520px） */
@media screen and (max-width: 520px) {
	#page_contents .oneday_plan_item_lead{
		font-size: 1.2rem !important;
	}
	#page_contents .oneday_plan_item_time{
		font-size: 2rem !important;
	}
}
/** スタッフインタビュー **/
#Staff_voice figure{
	padding: 0 !important;
}
.staff_info{
	padding: 1rem 0;
}
.staff_message{
	font-size: 2rem !important;
}
.staff_job{
	font-weight: bold;
	font-size:1.2rem !important;
	margin-top: 1rem !important;
}
.staff_qa_item{
	margin-bottom: 0 !important;
	padding: 2rem 0;
	border-top: solid 1px #8D6E53;
}
.staff_qa{
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}
.staff_qa_no,
.staff_qa_q{
	font-family: "Noto Serif JP",
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "Yu Mincho",
    "YuMincho",
    "MS PMincho",
    "MS Mincho" ,
    "Noto Serif CJK JP" ,
    serif !important;
	font-weight: 600;
}
.staff_qa_no{
	background: #8D6E53;
	display: block;
	color: #fff;
	font-size: 1.2rem !important;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.7rem !important;
}
.staff_qa_q{
	line-height: 1.4 !important;
	color: #8D6E53;
	font-size: 1.5rem;
}
.staff_qa_a{
	color: #8D6E53;
}
/* タブレット（〜768px） */
@media screen and (max-width: 768px) {
	#Staff_voice{
		padding: 0;
	}
	body.page-id-133 #Staff_voice .content{
		border: none;
		padding: 0 2rem 2rem !important;
		margin-bottom: 0 !important;
	}
	.staff_qa_no{
		width: 48px;
		height: 48px;
	}
	.staff_qa_q{
		font-size: 1.25rem;
	}
}
/* モバイル（〜520px） */
@media screen and (max-width: 520px) {
	.staff_qa_no{
		font-size: 1.1rem !important;
	}
	body.page-id-133 #Staff_voice .content{
		padding: 0 1rem 1rem !important;
	}
	.staff_message{
		font-size: 1.6rem !important;
	}
}
/** 募集職種 **/
#Job{
	background: repeat url("../img/bg/repeat_bg.jpg");
	padding: 80px 0;
	position: relative;
}
.job_list_item{
	border: solid 1px #8D6E53;
	padding: 2.5rem;
	background: #fff;
	text-align: center;
	margin-bottom: 2rem !important;
}
#page_contents .job_list_item p{
	margin-bottom: 0 !important;
	margin-top: 1rem !important;
	text-align: left;
}
/* タブレット（〜768px） */
@media screen and (max-width: 768px) {
	#Job{
		padding: 60px 0 16px;
	}
	.job_list_item h3{
		font-size: 1.4rem !important;
		font-weight: bold !important;
	}
}
/** エントリー ENTRY **/
#Entry{
	background: center / cover no-repeat url("../img/bg/entry_bg.jpg");
	padding: 80px 0;
	position: relative;
}
/** 暗幕 **/
#Entry::after{
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.4); /* 暗さ調整 */
	pointer-events: none;
}
body.page-id-133 #page_contents #Entry .content{
	position: relative;
	z-index: 10;
	margin-bottom: 0 !important;
}
.entry_form_title h2,
.entry_form_title p{
	color: #fff !important;
}
.entry_form_title .catch_jp::before {
    background: url(../img/icon/flower_icon_w.svg) no-repeat center / contain;
}
/* タブレット（〜768px） */
@media screen and (max-width: 768px) {
	#Entry{
		padding: 60px 0 16px;
	}
}