@charset "utf-8";
/* -----------------------------------------------------------
     飲食社員
-------------------------------------------------------------- */
.rec-header-img {
	background-image: url("../img/rec-food-f-mv-1.jpg");
}

.rec-nav-item[data-nav="full"] a{
	color: var(--foodc)!important;
}

@media screen and (min-width: 769px){
	.rec-nav-item[data-nav="full"] a {
		cursor: auto!important;
		pointer-events: none!important;
	}
}

.rec-nav-item[data-nav="full"]::after {
	background: var(--foodc)!important;
	width: 100%!important;
}

#menu-box .rec-nav-part{
	display: none!important;
}

@media screen and (max-width: 768px) {

	.rec-nav-item[data-nav="full"] {
		display: none!important;
	}
}

/* -----------------------------------------------------------
     募集中
-------------------------------------------------------------- */
.wanted-bnr li:first-child a {
	background-image: url("../img/rec-food-full-wonted1.jpg");
}

.wanted-bnr li:nth-child(2) a {
	background-image: url("../img/rec-food-full-wonted2.jpg");
}

.wanted-bnr li:nth-child(3) a {
	background-image: url("../img/rec-food-full-wonted3.jpg");
}

.wanted-bnr li:nth-child(4) a {
	background-image: url("../img/rec-food-full-wonted4.jpg");
}

.wanted-bnr-inner {
	margin: 0 0 0 auto;
}

.wanted-bnr a::before {
	background: linear-gradient(90deg, rgba(0,0,0,0) 30%, rgba(0,0,0,.6) 100%);
}



/* -----------------------------------------------------------
     hole-area
-------------------------------------------------------------- */
.hole-area {
	margin: 100px 0 0;
}

.hole-area.rec-cmn-job .job-header {
	background-image: url("../img/rec-food-full-hole-mv.jpg");
}

@media screen and (max-width: 768px) {

	.hole-area {
		margin: 60px 0 0;
	}

}


/* -----------------------------------------------------------
     kitchen-area
-------------------------------------------------------------- */
.kitchen-area {
	margin: 80px 0 0;
}

.kitchen-area.rec-cmn-job .job-header {
	background-image: url("../img/rec-food-full-kitchen-mv.jpg");
}

@media screen and (max-width: 768px) {

	.kitchen-area {
		margin: 40px 0 0;
	}

}


/* -----------------------------------------------------------
     chef-area
-------------------------------------------------------------- */
.chef-area {
	margin: 80px 0 0;
}

.chef-area.rec-cmn-job .job-header {
	background-image: url("../img/rec-food-full-chef-mv.jpg");
}

@media screen and (max-width: 768px) {
	.chef-area {
		margin: 60px 0 0;
	}

}



/* -----------------------------------------------------------
     s-mng-area
-------------------------------------------------------------- */
.s-mng-area {
	margin: 80px 0 0;
}

.s-mng-area.rec-cmn-job .job-header {
	background-image: url("../img/rec-food-full-mg-mv.jpg");
}

@media screen and (max-width: 768px) {
	.s-mng-area {
		margin: 60px 0 0;
	}

}



/* -----------------------------------------------------------
     1日の流れ
-------------------------------------------------------------- */
.job-flow-box {
	margin: 60px 0 0;
}

.job-flow-wrap {
	margin: 50px 0 0;
	display: flex;
	justify-content: space-between;
}

.job-flow-box .job-flow-list {
	position: relative;
	width: 48%;
	flex-shrink: 0;
}

.job-flow-box .job-flow-list::before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 100%;
	position: absolute;
	left: 205px;
	top: 0;
	border-left: 2px dotted #ec8c86;
}

.job-flow-box .job-flow-list li {
	padding-bottom: 40px;
}

.job-flow-box .job-flow-wrap .job-flow-list li:last-child {
	padding-bottom: 0;
}

.job-flow-box .txt-wrap.no-icon::before {
	top: 0;
}

.job-flow-box .job-flow-ttl {
	font-size: 2rem;
	color: var(--foodc);
	font-weight: 500;
	letter-spacing: .2rem;
	line-height: 1.5;
	margin: 0 0 5px;
	position: relative;
	width: calc( 100% - 230px );
	float: right;
}

.job-flow-box .job-flow-ttl::after {
	content: "";
	display: inline-block;
	position: absolute;
}

.job-flow-box .sun .job-flow-ttl::after {
	background: url("../../control/img/icon-sun.jpg") center/cover, no-repeat;
	width: 30px;
	height: 30px;
	top: 0;
	left: -40px;
}

.job-flow-box .close .job-flow-ttl::after {
	background: url("../../control/img/icon-close.jpg") center/cover, no-repeat;
	width: 50px;
	top: 0;
	left: -50px;
	height: 28px;
}

.job-flow-box .job-flow-txt {
	line-height: 1.8;
	width: calc( 100% - 230px );
	float: right;
}

.job-flow-box .img-wrap {
	flex-shrink: 0;
	float: left;
	margin: 0 50px 0 0;
	width: 180px;
	height: 120px;
}

.job-flow-box .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


@media screen and (max-width: 768px) {
	
	.job-flow-wrap {
		display: block;
		margin: 20px 0 0;
	}

	.job-flow-box {
		margin: 40px 0 0;
	}

	.job-flow-box .img-wrap {
		width: 150px;
		height: 90px;
		margin: 0 10px 0 0;
	}

	.job-flow-box .job-flow-list {
		width: 100%;
		padding: 0 0 0 25px;
	}
	
	.job-flow-box .job-flow-list::before {
		left: 0;
	}

	.job-flow-box .job-flow-list li {
		align-items: center;
		display: block;
		padding-bottom: 20px!important;
		position: relative;
	}
	
	.job-flow-box .job-flow-list .sun::before {
		content: "";
		background: url("../../control/img/icon-sun.jpg") center/cover, no-repeat;
		width: 30px;
		height: 30px;
		top: 0;
		left: -35px;
		position: absolute;
	}
	
	.job-flow-box .job-flow-list .close::before {
		content: "";
		background: url("../../control/img/icon-close.jpg") center/cover, no-repeat;
		width: 35px;
		height: 30px;
		top: 0;
		left: -40px;
		position: absolute;
	}

	.job-flow-box .job-flow-ttl {
		font-size: 1.8rem;
		width: calc( 100% - 160px );
		letter-spacing: 0;
		line-height: 1.5;
		height: 90px;
		display: flex;
		align-items: center;
		margin: 0;
	}

	.job-flow-box .sun .job-flow-ttl::after {
		display: none;
	}
	
	.job-flow-box .close .job-flow-ttl::after {
		display: none;
	}

	.job-flow-box .job-flow-ttl.chef::after {
		width: 32px;
		top: 0;
		left: -45px;
	}

	.job-flow-box .job-flow-ttl.calendar::after {
		width: 25px;
		top: 2px;
		left: -42px;
	}

	.job-flow-box .job-flow-ttl.cooking::after {
		width: 38px;
		top: 0;
		left: -50px;
	}

	.job-flow-box .job-flow-txt {
		width: 100%;
		float: left;
		margin: 10px 0 0;
	}
}

/* -----------------------------------------------------------
     faq-area
-------------------------------------------------------------- */
.faq-area {
	margin: 80px 0 0;
}

.faq-area .faq-list li {
	position: relative;
}

.faq-area .faq-list li::before {
	content: "";
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 2;
}

.faq-area .faq-list li:first-child::before {
	background-image: url(../img/img-food-fulltime-faq02.png);
	width: 130px;
	height: 350px;
	top: -130px;
	left: -110px;
}

.faq-area .faq-list li:nth-child(2)::before {
	background-image: url(../img/img-food-fulltime-faq01.png);
	width: 130px;
	height: 410px;
	bottom: -400px;
	left: -140px;
}

.faq-area .faq-list li:nth-child(3)::before {
	background-image: url(../img/img-food-fulltime-faq04.png);
	width: 130px;
	height: 319px;
	bottom: 210px;
	right: -130px;
}

.faq-area .faq-list li:nth-child(4)::before {
	background-image: url(../img/img-food-fulltime-faq03.png);
	width: 85px;
	height: 305px;
	top: 0;
	right: -100px;
	left: auto;
}


@media screen and (max-width: 768px) {
	
	.faq-area {
		margin: 50px 0 0;
	}
	
	.faq-area .rec-sec-note {
		padding: 170px 0 0;
		position: relative;
	}
	
	.faq-area .rec-sec-note::before {
		content: "";
		max-width: 375px;
		height: 100%;
		width: 85%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		background:
			url(../img/img-food-fulltime-faq02.png)left top/60px auto no-repeat,
			url(../img/img-food-fulltime-faq01.png)left 33% top/60px auto no-repeat,
			url(../img/img-food-fulltime-faq04.png)left 70% top 10px/55px auto no-repeat,
			url(../img/img-food-fulltime-faq03.png)right 0 top 10px/40px auto no-repeat
	}
	
	.faq-area .faq-list li::before {
		display: none;
	}

}


/* -----------------------------------------------------------
     description-area
-------------------------------------------------------------- */
.description-area {
	margin: 80px 0 0;
}

@media screen and (max-width: 768px) {
	.description-area {
		margin: 40px 0 0;
	}
}


/* -----------------------------------------------------------
     rec-ft-menu
-------------------------------------------------------------- */
.rec-ft-menu div[data-infobtn="full-job"],
.rec-ft-menu div[data-infobtn="part-job"],
.rec-ft-menu div[data-infobtn="part-staff"],
.rec-ft-menu div[data-infobtn="part-descript"]{
	display: none;
}
