
/*=======================
セクションタイトル
======================*/
.sec_title {
	text-align: center;
	font-size: .3rem;
	font-weight: 700;
	margin-bottom: .5rem;
}

@media screen and (max-width:599px) {
	.sec_title {
		font-size: .2rem;
		line-height: 1.3;
		margin-bottom: .3rem;
	}
}

.sec_title .sub_text {
	font-family: 'Montserrat', sans-serif;
	font-size: .14rem;
	color: #F7931E;
	display: block;
	font-weight: 400;
	padding-top: .16rem;
	letter-spacing: .1em;
}

@media screen and (max-width:599px) {
	.sec_title .sub_text {
		font-size: .1rem;
		padding-top: .1rem;
	}
}

/*=======================
more btn
======================*/
.more_btn {
	width: 3rem;
	margin: auto;
}

@media screen and (max-width:599px) {
	.more_btn {
		width: 90%;
		margin: auto;
	}
}

.more_btn a {
	display: block;
	font-size: .18rem;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	padding: .14rem;
	background-color: #DFDFDF;
	text-align: center;
	color: #222;
	text-decoration: none;
}

@media screen and (max-width:599px) {
	.more_btn a {
		font-size: .15rem;
	}
}

.more_btn a:hover {
	background-color: #283337;
	color: #FFF;
}

.more_btn a::after {
	content: "";
	width: .2rem;
	height: 2px;
	background-color: #F7931E;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -.1rem;
	z-index: 1;
	transition: all 0.3s ease;
}

.more_btn a:hover::after {
	width: .3rem;
	right: -.2rem;
}

/*=======================
MV
======================*/
#mv {
	/* height: 6.9rem; */
	position: relative;
	max-width: 12rem;
	margin: auto;
	width: 100%;
	/* background-image: url(../img/mv_pc.jpg);
	background-repeat: no-repeat;
	background-size: cover; */
	z-index: 0;
	/* margin-bottom: -.3rem; */
}

@media screen and (max-width:599px) {
	#mv {
		/* background-image: url(../img/mv_sp.jpg); */
		height: auto;
		margin-top: .6rem;
		margin-bottom: 0.20rem;
	}
}

#mv .title {
	font-size: .9rem;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: .14em;
	font-weight: 300;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
	width: 100%;
	text-align: center;
	display: none;
}

@media screen and (max-width:599px) {
	#mv .title {
		font-size: 12vw;
		line-height: 1.4;
		letter-spacing: .1em;
	}
}

#mv .mov_wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#mv .mov_wrap video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*=======================
news
======================*/
#news {
	position: relative;
	z-index: 1;
	max-width: 12rem;
	margin: auto;
	padding-bottom: .2rem;
}

#news::after {
	content: "";
	width: 100%;
	height: 80%;
	background-color: #F7931E;
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 0;
}

@media screen and (max-width:599px) {
	#news::after {
		height: 80%;
	}
}

#news .in1000 {
	background-color: #333;
	padding: .3rem;
	padding-bottom: .04rem;
	text-overflow: #FFF;
}

@media screen and (max-width:599px) {
	#news .in1000 {
		margin-left: .2rem;
		margin-right: .2rem;
		padding: .2rem;
		padding-bottom: .1rem;
	}
}

#news .in1000 .title {
	font-size: .2rem;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: .04em;
	border-bottom: 1px solid #FFF;
}

@media screen and (max-width:599px) {
	#news .in1000 .title {
		font-size: .16rem;
	}
}

#news .in1000 .title::after {
	content: "";
	display: block;
	margin-top: .1rem;
	height: 3px;
	background-color: #FFF;
	width: 2.6rem;
}

@media screen and (max-width:599px) {
	#news .in1000 .title::after {
		height: 2px;
		width: 2.1rem;
	}
}

.news_box {
	border-bottom: 1px solid #666666;
}

.news_box:last-child {
	border-bottom: none;
}

.news_box a {
	display: flex;
	color: #FFF;
	align-items: center;
	text-decoration: none;
	padding-top: .16rem;
	padding-bottom: .16rem;
}

@media screen and (max-width:599px) {
	.news_box a {
		flex-wrap: wrap;
		align-items: baseline;
/*		justify-content: space-between;*/
	}
}

.news_box a:hover {
	opacity: .7;
}

.news_box a .news_date {
	width: 1rem;
	font-size: .14rem;
	font-family: 'Montserrat', sans-serif;
	position: relative;
}

@media screen and (max-width:599px) {
	.news_box a .news_date {
		top: 0;
		font-size: .12rem;
		width: auto;
		margin-right: 0.10rem;
	}
}

.news_box a .news_category {
	width: .7rem;
	font-size: .12rem;
	background-color: #FFF;
	color: #283337;
	text-align: center;
	line-height: 0;
	padding: 0.10rem 0;
	border-radius: 3px;
	margin-right: .2rem;
}

@media screen and (max-width:599px) {
	.news_box a .news_category {
		width: auto;
		margin-right: 0;
		font-size: 0.10rem;
		padding: 0.08rem;
		position: relative;
		top:-0.02rem;
	}
}

.news_box a .news_title {
	font-size: .14rem;
	position: relative;
	top: .02rem;
	line-height: 1.45;
}

@media screen and (max-width:599px) {
	.news_box a .news_title {
		top: 0;
		padding-top: .05rem;
		width: 100%;
	}
}

/*=======================
about
======================*/
#about {
	position: relative;
	z-index: 1;
	max-width: 12rem;
	margin: auto;
	padding-bottom: .2rem;
	padding-top: .6rem;
}

#about::after {
	content: "";
	width: 100%;
	background-color: #EBEBD9;
	height: 4rem;
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 1.5rem;
}

@media screen and (max-width:599px) {
	#about::after {
		height: 6rem;
	}
}

#about .lead_text {
	text-align: center;
	font-size: .16rem;
	line-height: 2;
	margin-bottom: .3rem;
}

@media screen and (max-width:599px) {
	#about .lead_text {
		text-align: left;
		font-size: .14rem;
	}
}

#about .about_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: .3rem;
}

@media screen and (max-width:599px) {
	#about .about_box {
		flex-wrap: wrap;
	}
}

#about .about_box.type02 {
	flex-direction: row-reverse;
}

#about .about_box .ph {
	width: 60%;
	margin-right: -15%;
	position: relative;
	z-index: 0;
}

#about .about_box .ph img {
	display: block;
}

@media screen and (max-width:599px) {
	#about .about_box .ph {
		width: 100%;
		margin-right: 0;
	}
}

#about .about_box.type02 .ph {
	width: 60%;
	margin-right: 0;
	margin-left: -15%;
}

@media screen and (max-width:599px) {
	#about .about_box.type02 .ph {
		width: 100%;
		margin-left: 0;
	}
}

#about .about_box .text_box {
	width: 55%;
	box-sizing: border-box;
	padding: .3rem;
	padding-left: 0;
	background-color: #111;
	display: flex;
	color: #FFF;
	align-items: center;
		position: relative;
	z-index: 1;
}

@media screen and (max-width:599px) {
	#about .about_box .text_box {
		width: 100%;
		padding: .2rem;
		flex-wrap: wrap;
	}
}

#about .about_box .text_box .title {
	width: 45%;
	text-align: center;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: .3rem;
}

@media screen and (max-width:599px) {
	#about .about_box .text_box .title {
		width: 100%;
		font-size: .18rem;
		padding-bottom: .16rem;
	}
	#about .about_box .text_box .title i {
		display: inline-block;
		font-weight: 100;
		font-size: 0.16rem;
		padding-left: 0.04rem;
		padding-right: 0.06rem;
	}
}

#about .about_box .text_box .title .sub_text {
	display: block;
	font-size: .14rem;
	padding-top: .1rem;
}

@media screen and (max-width:599px) {
	#about .about_box .text_box .title .sub_text {
		font-size: .12rem;
		padding-top: .06rem;
	}
}

#about .about_box.type01 .text_box .title .sub_text {
	color: #F7931E;
}

#about .about_box.type02 .text_box .title .sub_text {
	color: #3FA2EE;
}

#about .about_box .text_box .text {
	width: 60%;
	font-size: .15rem;
	line-height: 2;
	text-align: justify;
	text-justify: inter-ideograph;
	box-sizing: border-box;
	border-left: 1px solid #FFF;
	padding-left: .2rem;
}

@media screen and (max-width:599px) {
	#about .about_box .text_box .text {
		width: 100%;
		font-size: .14rem;
		line-height: 2;
		text-align: justify;
		text-justify: inter-ideograph;
		box-sizing: border-box;
		border-left: 0;
		border-top: 1px solid #FFF;
		padding-left: 0;
		padding-top: .1rem;
	}
}

/*=======================
interview
======================*/
#interview {
	position: relative;
	z-index: 1;
	max-width: 12rem;
	margin: auto;
	padding-bottom: .2rem;
	padding-top: .6rem;
	margin-bottom: .4rem;
}

#interview::after {
	content: "";
	width: 100%;
	background-color: #F2F2F2;
	height: 9.2rem;
	position: absolute;
	z-index: -2;
	left: 0;
	bottom: 1.5rem;
}

@media screen and (max-width:599px) {
	#interview::after {
		height: 80%;
	}
}

.interview_box {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-bottom: .3rem;
	margin-bottom: .3rem;
}

@media screen and (max-width:599px) {
	.interview_box {
		display: block;
	}
}

.interview_box.type02 {
	flex-direction: row-reverse;
}

.interview_box::after {
	content: "";
	width: 96%;
	height: 88%;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
	background-color: #283337;
	display: block;
}

@media screen and (max-width:599px) {
	.interview_box::after {
		width: 100%;
		height: 94%;
	}
}

.interview_box.type02::after {
	content: "";
	width: 96%;
	height: 88%;
	right: inherit;
	left: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
	background-color: #283337;
	display: block;
}

@media screen and (max-width:599px) {
	.interview_box.type02::after {
		width: 100%;
		height: 94%;
	}
}
}

.interview_box .ph {
	width: 36%;
}

@media screen and (max-width:599px) {
	.interview_box .ph {
		width: 50%;
		margin: auto;
	}
}

.interview_box .text_box {
	width: 61%;
	box-sizing: border-box;
	padding-right: .3rem;
	padding-top: 1.2rem;
	color: #FFF;
}

@media screen and (max-width:599px) {
	.interview_box .text_box {
		width: 100%;
		padding: .2rem;
	}
}

.interview_box.type02 .text_box {
	width: 61%;
	box-sizing: border-box;
	padding-right: 0;
	padding-left: .3rem;
	padding-top: 1.2rem;
	color: #FFF;
}

@media screen and (max-width:599px) {
	.interview_box.type02 .text_box {
		width: 100%;
		padding: .2rem;
	}
}

.interview_box .text_box .interview_title {
	font-size: .24rem;
	letter-spacing: .04em;
	font-weight: 700;
	padding-bottom: .14rem;
}

@media screen and (max-width:599px) {
	.interview_box .text_box .interview_title {
		font-size: .2rem;
		text-align: center;
	}
}

.interview_box .text_box .interview_title .sub_text {
	display: inline-block;
	padding-left: .1rem;
	font-size: .12rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	letter-spacing: .1em;
}

@media screen and (max-width:599px) {
	.interview_box .text_box .interview_title .sub_text {
		padding-left: 0;
		font-size: .1rem;
	}
}

.interview_box .text_box .yakushoku {
	font-size: .14rem;
	letter-spacing: .04em;
	margin-bottom: .3rem;
}

@media screen and (max-width:599px) {
	.interview_box .text_box .yakushoku {
		text-align: center;
		line-height: 1.5;
		margin-bottom: .2rem;
	}
}

.interview_box .text_box .yakushoku::after {
	content: "";
	width: .4rem;
	height: 2px;
	background-color: #F7931E;
	margin-top: .3rem;
	display: block;
}

@media screen and (max-width:599px) {
	.interview_box .text_box .yakushoku::after {
		margin: auto;
		margin-top: .2rem;
		width: .2rem;
	}
}

.interview_box .text_box .text {
	font-size: .16rem;
	line-height: 2;
	text-align: justify;
	text-justify: inter-ideograph;
}

@media screen and (max-width:599px) {
	.interview_box .text_box .text {
		font-size: .15rem;
	}
}

/*=======================
福利厚生
======================*/
#welfare {
	background-color: #DFE7E3;
	padding-top: .6rem;
	padding-bottom: .4rem;
	max-width: 12rem;
	margin: auto;
}

#welfare .welfare_title {
	text-align: center;
	font-size: .28rem;
	font-weight: 700;
	margin-bottom: .4rem;
}

@media screen and (max-width:599px) {
	#welfare .welfare_title {
		font-size: .2rem;
	}
}

#welfare .welfare_title span {
	display: inline-block;
	padding-left: .1rem;
	padding-right: .1rem;
	border-bottom: 3px solid #111;
	padding-bottom: .1rem;
}

.welfare_flexbox {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.welfare_box {
	margin-bottom: .3rem;
}

.welfare_box .welfare_ph {
	padding-top: .1rem;
	padding-bottom: .1rem;
}

.welfare_box .ph img {
	width: 100%;
	object-fit: cover;
}

.welfare_box .title {
	font-size: .20rem;
	font-weight: 700;
	line-height: 1.5;
}

.welfare_box .text {
	font-size: .13rem;
	line-height: 1.75;
}

.welfare_box.type01 {
	width: 48%;
	text-align: center;
}

@media screen and (max-width:599px) {
	.welfare_box.type01 {
		width: 100%;
		text-align: center;
	}
}

.welfare_box.type02 {
	width: 33.3%;
	text-align: center;
	padding-left: 0.10rem;
	padding-right: 0.10rem;
	box-sizing: border-box;
}

@media screen and (max-width:599px) {
	.welfare_box.type02 {
		width: 100%;
		text-align: left;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		margin-bottom: .16rem;
		padding: 0;
	}

	.welfare_box.type02 .welfare_ph {
		width: 30%;
		padding-top: 0;
		padding-bottom: 0;
	}

	.welfare_box.type02 .text {
		width: 66%;
	}
}

.welfare_box.type03 {
	width: 48%;
	box-sizing: border-box;
	padding-left: 1rem;
	padding-top: .04rem;
	padding-bottom: .2rem;
	margin-top: .2rem;
}

@media screen and (max-width:599px) {
	.welfare_box.type03 {
		width: 100%;
		text-align: left;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		margin-bottom: .16rem;
		margin-top: 0;
		padding-left: 16%;
		padding-top: 0;
		padding-bottom: 0;
	}

	.welfare_box.type03 .title {
		font-size: .16rem;
	}

	.welfare_box.type03 .text {
		font-size: .13rem;
	}
}

.welfare_box.icon01 {
	background-image: url(../img/welfare_icon01.png);
	background-repeat: no-repeat;
	background-position: .1rem center;
	background-size: contain;
}

@media screen and (max-width:599px) {
	.welfare_box.icon01 {
		background-position: left center;
		background-size: auto 90%;
	}
}

.welfare_box.icon02 {
	background-image: url(../img/welfare_icon02.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}

@media screen and (max-width:599px) {
	.welfare_box.icon02 {
		background-position: left center;
		background-size: auto 80%;
	}
}

/*=======================
よくある質問
======================*/
#faq {
	padding-top: .6rem;
	padding-bottom: .6rem;
	max-width: 12rem;
	margin: auto;
}

.faq_box {
	max-width: 7rem;
	margin: auto;
	margin-bottom: .3rem;
}

.faq_box .title {
	font-size: .2rem;
	font-weight: 700;
	margin-bottom: .1rem;
}

@media screen and (max-width:599px) {
	.faq_box .title {
		font-size: .18rem;
		line-height: 1.5;
	}
}

.faq_box .title::before {
	content: "Q";
	font-size: .3rem;
	padding-right: .06rem;
	display: inline-block;
	color: #F7931E;
	font-weight: 400;
	font-family: 'Cabin', sans-serif;
}

@media screen and (max-width:599px) {
	.faq_box .title::before {
		font-size: .2rem;
	}
}

.faq_box .text {
	font-size: .15rem;
	line-height: 1.85;
}

@media screen and (max-width:599px) {
	.faq_box .text {
		font-size: .14rem;
		line-height: 1.85;
	}
}

.faq_ph {
	width: 100%;
	padding-top: .3rem;
	padding-bottom: .3rem;
}

/*=======================
求人情報
======================*/
#recruit {
	background-color: #F2F2F2;
	padding-top: .6rem;
	padding-bottom: .3rem;
	max-width: 12rem;
	margin: auto;
	margin-bottom: .6rem;
}

.recruit_flexbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.recruit_flexbox .cat_name {
font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	width: 100%;
	font-size: 0.20rem;
	letter-spacing: 0.1em;
	text-align: center;
	position: relative;
	padding-bottom: 0.10rem;
	margin-top: 0.40rem;
}

.recruit_flexbox .cat_name::before {
	content: "";
	width: 0.10rem;
	height: 1px;
	background-color: #000;
	display: inline-block;
	margin-right: 0.15rem;
	position: relative;
	top: -0.07rem;
}

.recruit_flexbox .cat_name::after {
	content: "";
	width: 0.10rem;
	height: 1px;
	background-color: #000;
	display: inline-block;
	margin-left: 0.15rem;
	position: relative;
	top: -0.07rem;
}

.recruit_box {
	width: 22%;
	padding: .15rem;
	margin-bottom: .3rem;
}

@media screen and (max-width:599px) {
	.recruit_box {
		width: 50%;
		padding: .1rem;
		margin-bottom: .1rem;
		box-sizing: border-box;
	}
}

.recruit_box a {
	display: block;
	position: relative;
}

/* 店舗エリア */
.recruit_box a .area_name {
	font-size: 0.12rem;
	font-weight: 300;
	letter-spacing: 0;
	text-align: center;
	display: block;
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0;
	top: 1.60rem;
	color: #000;
	text-decoration: none;
	line-height: 1.5;
}

@media screen and (max-width:599px) {
	.recruit_box a .area_name {
		font-size: 0.11rem;
		top: 29vw;
		line-height: 1.3;
	}
}

.recruit_box .logo_wrap {
	position: relative;
}

.recruit_box .logo_wrap.new::before {
	content: "";
	width: 0.70rem;
	height: 0.70rem;
	background-image: url(../img/new_icon02.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1;
}

@media screen and (max-width:599px) {
	.recruit_box .logo_wrap.new::before {
		width: 0.60rem;
		height: 0.60rem;
	}
}

.recruit_box a img {
	display: block;
	transition: all 0.3s ease;
}

.recruit_box a .view_more {
	position: absolute;
	right: -.1rem;
	bottom: .1rem;
	background-color: #283337;
	color: #FFF;
	font-size: .11rem;
	font-family: 'Montserrat', sans-serif;
	padding: .06rem;
	padding-right: .03rem;
	transition: all 0.3s ease;
}

@media screen and (max-width:599px) {
	.recruit_box a .view_more {
		right: inherit;
		left: 50%;
		width: 70%;
		transform: translateX(-50%);
		bottom: -.1rem;
		font-size: .1rem;
		text-align: center;
	}
}

.recruit_box a .view_more::after {
	content: "";
	width: .12rem;
	height: .04rem;
	background-image: url(../img/link_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: .06rem;
	display: inline-block;
	position: relative;
	top: -.02rem;
}

.recruit_box a:hover img {
	opacity: .5;
}

.recruit_box a:hover .view_more {
	background-color: #F7931E;
}

/*=======================
colorbox
======================*/
#colorbox {
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

#cboxClose {
	display: block;
	width: .34rem;
	height: .34rem;
	text-indent: -9999px;
	background-image: url(../img/close_btn.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: fixed;
	top: .2rem;
	right: .3rem;
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	background-color: transparent;
}

@media screen and (max-width:599px) {
	#cboxClose {
		width: .24rem;
		height: .24rem;
		right: .2rem;
	}
}



/*=======================
footer
======================*/
footer {
	background-color: #666;
	padding: 0.4rem;
	text-align: center;
}

footer h2 {
	max-width: 200px;
	margin: auto;
	margin-bottom: 0.20rem;
}

footer p {
	font-size: 0.10rem;
	color: #FFF;
}

/* 20250630 */
.recruit_flexbox.sp {
	display: none;
}
@media screen and (max-width:599px) {
	.recruit_flexbox.pc {
		display: none;
	}
	.recruit_flexbox.sp {
		display: block;
		margin-bottom: 0.30rem;
	}
}

.recruit_flexbox.sp .logo_box {
	height: 50vw;
	border-radius: 0.10rem 0.10rem 0 0;
	overflow: hidden;
}

.recruit_flexbox.sp .logo_box img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.recruit_flexbox.sp .shop_list {
	background-color: #FFF;
	padding: 0.20rem;
	border-radius: 0 0 0.10rem 0.10rem;
	overflow: hidden;
	border-top: 1px solid #F2F2F2;
}

.recruit_flexbox.sp .shop_list .list .link {
	padding: 0.05rem 0;
}

.recruit_flexbox.sp .shop_list .list .link a {
	display: block;
	color: #333;
	font-size: 0.14rem;
	font-weight: 500;
	text-decoration: none;
	line-height: 1.5;
}

.recruit_flexbox.sp .shop_list .list .link a::before {
	content: "";
	width: 0.15rem;
	height: 0.08rem;
	display: inline-block;
	background-image: url(../img/link_arrow_02.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}