@charset "utf-8";
/* CSS Document */

/********************************

  kv

********************************/

#kv {
	position: relative;
	height: 400px;
	background: url("../images/interview/interview_top_bg.jpg") no-repeat;
	background-size: auto 100%;
	background-position: top center;
}

#kv .kv_inner{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

#kv h1 {
	position: absolute;
	top: 200px;
	right: 0;
	left: 0;
	width: 261px;
	height: 59px;
	margin: 0 auto;
}

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

	#kv {
		width: 100%;
		position: relative;
		height: 250px;
		background: url("../images/interview/sp_interview_top_bg.jpg") no-repeat;
		background-size: auto 100%;
		background-position: top center;
	}

	#kv .kv_inner{
		position: relative;
		width: 95%;
		margin: 0 auto;
	}

	#kv h1 {
		position: absolute;
		top: 115px;
		right: 0;
		left: 0;
		width: 55%;
		height: 61px;
		margin: 0 auto;
	}

	.breadcrumb{
		display: none;
	}

}

/********************************

  main

********************************/

#main {
	margin: 0 auto;
	padding: 120px 0;
}

#people {
	/* position: relative; */
	margin: 0 auto;
	padding: 0;
	padding: 50px 0 100px;
	background: #f4f7de;
}

#people{
	margin: 0 auto 100px;
	/*height: 1050px;*/
}

#people h2 img{
	margin: 0 auto 100px;
}


#people:after {
	content:"";
	/* background: #f4f7de; */
	background-size: 100% 300px;
	background-position: top;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 1200px;
}

#people ul{
	width: 1100px;
	margin:0 auto 20px;
	padding: 0;
}

#people li{
	display: inline-block;
	position: relative;
	width: 325px;
	margin: 0 55px 0 0;
}

#people ul li:last-child{
	margin-right: 0;
}

#people li:nth-child(2):before{
	/*content:'NEW \A 4.22UP';*/
	white-space: pre;
	position: absolute;
	top: -30px;
	right: 0;
	z-index: 10;
	width: 60px;
	height: 60px;
	padding: 22px 10px 2px 12px;
	color :#ffffff;
	background: #115e2f;
	border-radius: 100px;
	text-align: center;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: 0.08em;
}
#people li.bon:after{
	content:"ボンマルシェ店舗";
	color :#ffffff;
	width: 180px;
	height: 30px;
	background: #115e2f;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
#people li.lupi:after{
	content:"ルピシア店舗";
	color :#ffffff;
	width: 130px;
	height: 30px;
	background: #115e2f;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
#people li.office:after{
	content:"本部";
	color :#ffffff;
	width: 130px;
	height: 30px;
	background: #115e2f;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
/* #people li:not(.off):after{
	content:"本社";
	color :#ffffff;
	width: 100px;
	height: 50px;
	background: #115e2f;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 30px;
	text-align: center;
} */
#people li.tenpo:after{
	content:"店舗";
	color :#ffffff;
	background: #115e2f;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 30px;
	text-align: center;
}

/*#people li:first-child .img_area{
	background: url(/recruit/img/interview_top_people01_img_on.jpg) no-repeat;
}

#people li:nth-child(2) .img_area{
	background: url(/recruit/img/interview_top_people02_img_on.jpg) no-repeat;
}*/

#people li .img_area a{
    display: inline-block;
    transition: 1.0s;
}
 
#people li:first-child  .img_area a:hover {
	background-color: transparent; /* IE6対応 */
}
 
/*#people li .img_area a:hover img {
    opacity: 0;
    transition: 0.5s;
}*/

#people li .name{
	position: absolute;
	top: 225px;
	left: 15px;
}

#people li .tx{
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
	padding: 15px;
	background: #ffffff;
	font-family: "Sawarabi Gothic";
	transform: rotate(0.02deg);
	box-sizing: content-box;
}

/* off */

#people .off .tx{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 295px;
	height: 90px;
	background: #ffffff;
	text-align: center;
}

#people .off .tx p{
	margin-top: 30px;
	font-size: 18px;
	letter-spacing: 0.2em
}

/* movie */
.movieWrap {
	text-align: center;
}
  .movie {
	  width: 100%;
	  max-width: 800px;
	  margin: 0 auto 10px;
	  aspect-ratio: 16 / 9;
  }
  .movie iframe {
	  width: 100%;
	  height: 100%;
  }
  .movie_lead {
	margin: 10px auto;
	width: 100%;
	max-width: 800px; 
	text-align: center;

  }



/* off end */

#cross{
	width: 1200px;
	margin: 100px auto;
	height: 650px;
}

#cross h2 img{
	margin: 0 auto 100px;
}

#cross .col{
	position: relative;	
}

#cross .tx_box{
	position: absolute;
	top: 0;
	left: 85px;
	z-index: 100;
	float: left;
	width: 450px;
	padding: 45px 15px;
	color: #ffffff;
	background: #d05635;
	box-sizing: content-box;
}

#cross:before{
	content:"";
	color :#ffffff;
	width: 100px;
	height: 50px;
	border: 1px solid #d05635;
	position: absolute;
	top: 250px;
	left: 0;
	width: 750px;
	height: 450px;
	z-index: -2;
	text-align: center;
}

#cross .tx_box h3 img{
	margin: 0 auto;
}

#cross .tx_box dl{
	width: 400px;
	margin: 30px auto 0;
}

#cross .tx_box dt{
	margin: 15px auto;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.03em;
}

#cross .img_area{
	position: relative;
	z-index: 0;
	float: right;
	margin: 85px auto 0;
	background: #222222;
	overflow: hidden;
}

#cross .img_area img {
	display: block;
	transition-duration: 0.3s;
}
#cross .img_area img:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
	opacity: 0.6;
}

/* detail_button */

#cross .button-2 {
	position: relative;
	top: 0;
	box-sizing: border-box;
	overflow: hidden;
	margin: 20px 12px 0 auto;
	width: 185px;
	height: 50px;
	border: 2px solid #ffffff;
	background: #ffffff;
	border-radius: 50px;
	text-align: center;
	cursor: pointer;
	letter-spacing: 2px;
}
#cross .col_2 li:last-child .button-2{
	position: relative;
	left: -150px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 50px auto 0;
	width: 200px;
	height: 50px;
}
#cross .button-2 a {
	display: block;
	width: 185px;
	height: 50px;
	font-size: 16px;
	color: #d05635;
	text-decoration: none;
	line-height: 45px;
	transition: all .5s ease;
	z-index: 2;
	position: relative;
}
#cross .eff-2 {
	width: 250px;
	height: 50px;
	left: -250px;
	background: #d05635;
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
#cross .button-2:hover .eff-2 {
	left: 0;
	opacity: 1;
}
#cross .button-2:hover a {
	color: #ffffff;
	opacity: 1;
}

@media screen and (max-width:640px) {
	#main {
		width: 100%;
		padding: 15% 0 clamp(6.25rem, -20.384rem + 113.64vw, 25rem);
	}

	#people {
		position: relative;
		height: auto;
		margin: 0 auto 25%;
		padding: 0;
	}

	#people:after {
		display: none;
	}

	#people h2 img{
		width: 60%;
		margin: 0 auto 15%;
		padding-top: 15%;
	}

	#people ul{
		width: 90%;
		margin:0 auto;
		padding: 0;
	}

	#people li{
		display: block;
		position: relative;
		width: 100%;
		margin: 0 0 15% 0;
	}

	#people li:last-child{
		margin-right: 0;
	}

	#people li:nth-child(2):before{
		top: -5%;
		right: 0;
		width: 60px;
		height: 60px;
		padding: 21px 10px 4px 14px;
		color :#ffffff;
		background: #115e2f;
		border-radius: 100px;
		text-align: center;
		line-height: 1.2em;
		font-size: 1.4rem;
		font-weight: bold;
	}

	#people li:first-child .img_area a img{
		background: url(/recruit/img/interview_top_people01_img_on.jpg) no-repeat;
	}

	#people li:first-child .img_area{
		background: none;
	}

	#people li:nth-child(2) .img_area{
		background: none;
	}

	#people li:first-child  .img_area a:hover {
		background-color: transparent; /* IE6対応 */
	}

	#people li .img_area a:hover{
		opacity: 1;
	}

	#people li .img_area a:hover img {
		opacity: 1;
	}

	#people li .name{
		position: absolute;
		top: 55%;
		left: 15px;
	}

	#people li .name img{
		width: auto;
		height: 65px;
	}

	#people li .tx{
		position: static;
		width: 90%;
		text-align: left;
		padding: 5%;
		font-size: 4.5vw;
		background: #ffffff;
	}

	/* off */

	#people .off .tx{
		position: static;
		width: 90%;
		text-align: left;
		padding: 5%;
		font-size: 1.4rem;
		background: #ffffff;
	}

	/* off end */

	#cross{
		width: 100%;
		margin: 15% auto;
		height: 700px;
	}

	#cross h2 img{
		width: 50%;
		margin: 0 auto;
	}

	#cross .col{
		position: relative;	
	}

	#cross .tx_box{
		position: absolute;
		top: 85%;
		left: 0;
		right: 0;
		float: none;
		width: 80%;
		margin: 0 auto;
		padding: 8% 5%;
		color: #ffffff;
		background: #d05635;
	}

	#cross:before{
		content:"";
		color :#ffffff;
		width: 100%;
		height: 50px;
		border: 1px solid #d05635;
		position: absolute;
		top: 45%;
		left: -50px;
		width: 100%;
		height: 450px;
		z-index: -1;
		text-align: center;
	}

	#cross .tx_box h3 img{
		margin: 0 auto;
	}

	#cross .tx_box dl{
		width: 95%;
		margin: 30px auto 0;
		text-align: left;
	}

	#cross .tx_box dt{
		margin: 15px auto;
		font-size: 4.5vw;
		text-align: center;
		line-height: 6vw;
	}

	#cross .tx_box dd {
		line-height: unset;
	}

	#cross .img_area{
		float: none;
		margin: 15% auto 0;
	}

	#cross .img_area img {
		transition-duration: none;
	}
	#cross .img_area img:hover {
		transform: scale(1.0);
		transition-duration: none;
		opacity: 1;
	}


	/* detail_button */

	#cross .button-2 {
		position: relative;
		top: 0;
		box-sizing: border-box;
		overflow: hidden;
		margin: 20px 12px 0 auto;
		width: 160px;
		height: 45px;
		border: 2px solid #ffffff;
		background: #ffffff;
		border-radius: 50px;
		text-align: center;
		cursor: pointer;
		letter-spacing: 2px;
	}
	#cross .col_2 li:last-child .button-2{
		position: relative;
		left: -150px;
		box-sizing: border-box;
		overflow: hidden;
		margin: 50px auto 0;
		width: 160px;
		height: 45px;
		line-height: 45px;
	}
	#cross .button-2 a {
		display: block;
		width: 160px;
		height:45px;
		font-size: 16px;
		color: #d05635;
		text-decoration: none;
		line-height: 40px;
		transition: all .5s ease;
		z-index: 2;
		position: relative;
	}
	#cross .eff-2 {
		width: 160px;
		height: 45px;
		left: 0;
		background: #ffffff;
		position: absolute;
		transition: all .5s ease;
		z-index: 1;
	}
	#cross .button-2:hover .eff-2 {
		left: 0;
		opacity: 1;
	}
	#cross .button-2:hover a {
		display: block;
		width: 160px;
		height: 45px;
		color: #d05635;
		opacity: 1;
		line-height: 40px;
	}
}



