@charset "UTF-8";

/*====================
{{スマホを基本設計にする}}
 - 〜320px：SP縦
 - 480px〜599px：SP横
 - 600px〜959px：タブレット
 - 960px〜1279px：小型PC
 - 1280px〜：大型PC
====================*/
/* 〜320px：SP縦
------------------------------ */

/* -------------リクルートページ---------------- */
.head-con video{
	width: 100%;
	height: 700px;
	object-fit: cover;
}

/*キャッチ下線*/
.titel-under-ricruit::after{
	margin: 40px auto;
}

.box-img{
	width: 100%;
		  /* 
    calc + vwの計算式
    画面幅1200pxの時  500px
    画面幅320pxの時 300px
  */
 height: calc(300px + 200 * (100vw - 320px)/880);
	object-fit: cover;
}

.box-text-warp{
	position: relative;
}

.box-text-odd{
	width: 100%;
	background: #EDF8EB;
							  /* 
    calc + vwの計算式
    画面幅1200pxの時  150px
    画面幅320pxの時 300px
  */
 height: calc(300px + 200 * (100vw - 320px)/880);
}

.box-text p{
	display: block;
	max-width: 440px;
	margin: 0 auto;
}

.box-text{
	margin: calc(30px + 30 * (100vw - 320px)/880) auto;
	text-align: center;
	display: block;
	width: 90% !important;
	max-width: 700px;
	mix-blend-mode: normal;
}

.box-center{
	margin: 0;
		position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.box-text h1{
	font-weight: bold;
}

.box-text h2{
	width: 80%;
	margin: 0 auto;
}

/* -------------ギャラリー---------------- */
.gallery-con{
	margin: 100px 0;
}

.swiper-slide img {
  width: 80%;
  height: 100%;
  text-align: center;
  max-width: 250px;
}

.swiper-container{
	padding-bottom: 70px;
	margin: 0 auto 0;
}

/* -------------recruitインタビュー---------------- */

.interview-btn{
	width: 80%;
	max-width: 1200px;
	color: #FFF;
	background: #15520D;
	margin: 0 auto;
}

.interview-btn img{
	height: 250px;
}

/* -------------recruit募集要項---------------- */
.recruit-table h1{
	width: 90%;
	margin: 0 auto 10px;
	max-width: 1200px;
	font-weight: bold;
			  /* 
    calc + vwの計算式
    画面幅1200pxの時 25px
    画面幅320pxの時 20px
  */
  font-size: calc(20px + 5 * (100vw - 320px)/880);	
}

.recruit-table h1::before{
	content: "";
	border-left: solid 3px #000;
	margin: 0 10px 0;
}

/* -------------エントリー---------------- */
.entry-con{
	position: relative;
					  /* 
    calc + vwの計算式
    画面幅1200pxの時 400px
    画面幅320pxの時 300px
  */
  height: calc(300px + 100 * (100vw - 320px)/880);
}

.entry-con img{
	width: 100%;
				  /* 
    calc + vwの計算式
    画面幅1200pxの時 400px
    画面幅320pxの時 300px
  */
  height: calc(300px + 100 * (100vw - 320px)/880);
	object-fit: cover;
	object-position: left;
}

.entry-text{
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	color: #FFF;
	margin: 0 auto;
	text-align: center;
	width: 90%;
}


/* -------------インタビューページ--------------- */
.head-con-interview{
	position: relative;
}

.head-con-img-interview{
background:url("../img/interview/recruit-header.jpg");
	background-size: cover;
	background-attachment: 
	fixed;
	background-position: center;
}

/*// iphoneだけに効くCSS*/
.iphone .head-con-img-interview{
  /*// ここに記述*/
background:url("../img/interview/recruit-header.jpg");
	background-size: cover;
	background-position: center;
}

/*トップキャッチ*/
.head-text-con-inte{
	top: 300px;
}

	.interview-photo-con{
		position: relative;
		padding-top: 100px;
	}
	
	.interview-photo-con img{
		width: 100%;
		height: 350px;
		object-fit: cover;
	}
	
	.interview-photo-titel{
		display: flex;
		position: absolute;
		top: 80px;
		left: calc(20px + 100 * (100vw - 320px)/880);
	}
	
/*インタビュー縦書きキャッチ*/
	.interview-photo-titel li{
 writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
 letter-spacing: -5px;
 text-indent: 1em;
		background: rgba(0,60,10,0.9);
		color: #FFF;
		padding: 5px 0 20px;
		margin: 5px;
		/* 
    calc + vwの計算式
    画面幅1200pxの時  40px
    画面幅320pxの時 20px
  */
 font-size: calc(20px + 15 * (100vw - 320px)/880);
		font-weight: bold;
	}

/*// iphoneだけに効くCSS*/
.iphone .interview-photo-titel li{
 letter-spacing: 5px;
}

 /*Firefox（全バージョン）とCaminoのみ*/
.gecko .interview-photo-titel li{
 letter-spacing: 5px;
}

/*名前*/
.interview-name{
	position: absolute;
	bottom: calc(20px + 20 * (100vw - 320px)/880);
	left: calc(20px + 100 * (100vw - 320px)/880);
	display: block;
	background: #000;
	color: #FFF;
	padding: 5px;
	width: 270px;
	text-align:center; 
	 font-size: calc(16px + 10 * (100vw - 320px)/880);
}

.interview-name::before{
	content: "現場長";
	font-size: 1.5rem;
	margin: 0 10px;
}

.interview-name::after{
	content: "40才";
	font-size: 1.5rem;
	margin: 0 10px;
}

.interview-name2::before{
	content: "営業";
}

.interview-name::after{
	content: "46才";
}

.interview-QA-img{
	width: 100%;
}

.interview-QA-img img{
	width: 100%;
/* 
    calc + vwの計算式
    画面幅1200pxの時  150px
    画面幅320pxの時 50px
  */
 height: calc(200px + 200 * (100vw - 320px)/880);
	object-fit: cover;
}

/*QAテキスト全体*/
.interview-text-QA{
	width: 100%;
 height: calc(500px - 100 * (100vw - 320px)/880);
}

/*QAテキスト全体 4～5*/
.interview-text-QA-sp{
	 height: calc(650px - 200 * (100vw - 320px)/880);
}

.interview-QA-con{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
		margin: 30px auto;
	text-align: center;
	display: block;
	width: 90% !important;
	max-width: 700px;
	mix-blend-mode: normal;
}


.interview-QA-con p{
	max-width:100%;
}

.interview-QA{
	display: flex;
}

/*01*/
.interview-no{
	width: 20% !important;
	position: relative;
	top: -10px;
}

/*QA*/
.interview-Q{
	text-align: left;
	width: 80% !important;
							  /* 
    calc + vwの計算式
    画面幅1200pxの時  100px
    画面幅320pxの時 50px
  */
 padding-bottom: calc(20px + 30 * (100vw - 320px)/880);
}

/*Q*/
.interview-Q strong{
	font-weight: bold;
				  /* 
    calc + vwの計算式
    画面幅1200pxの時 25px
    画面幅320pxの時 20px
 
  font-size: calc(18px + 5 * (100vw - 320px)/880);*/
	font-size: 1.8rem;
}

.ono-img-con{
	display: none;
}

.interview-bg{
	position: relative;
	top: -100px;
	z-index: -10;
	width: 100%;
	height: 300px;
	background: #EDF8EB;
}


/* 320px〜599px：SP横
------------------------------ */
@media screen and (min-width:320px) {



}

/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width:600px)  {	
	
	.box-text-interview{
		top: 0;
	}
	
.box-warp div{
	width: 50%;
}
	
	.box-recruit{
		order:4;
	}
	
	.box-text-recruit{
		order:3;
	}
	
	.box-company{
		order:5;
	}
	
	.box-text-company{
		order:6;
	}
	
/* -------------recruitインタビュー---------------- */
	.interview-btn{
		height: calc(300px + 100 * (100vw - 320px)/880);
	}
	
	.interview-btn div{
	width: 50% !important;
}
	
	.interview-btn img{
		object-fit: cover;
		height: calc(300px + 100 * (100vw - 320px)/880);
	}
	
/* -------------recruit募集要項---------------- */
	.recruit-table table,.recruit-table h1{
		width: 80%;
	}
	
	
/* -------------インタビューページ---------------- */
			.interview-photo-con img{
		height: auto;
		padding-bottom: 50px;
	}

.interview-name{
	bottom: 80px;
}
		.box-interview-warp div{
		width: 100%;
	}
	
	.ono-img-con{
		display: block;
	position: relative;
}

.ono-img{
	position: absolute;
	top: -200px;
	left:20px;
	display: block;
	width: 80%;
	max-width: 300px;
	height: auto;
	z-index: 10;
}

}


@media screen and (min-width:960px)  {
	
/*リクルートページ　動画*/
.head-con video{
	height: 900px;
}
	


/* -------------インタビューページ---------------- */
	
		.box-interview-warp div{
		width: 50%;
	}
	
	.interview-QA-img img{
/* 
    calc + vwの計算式
    画面幅1200pxの時  600px
    画面幅320pxの時 500px
  */
 height: calc(500px + 100 * (100vw - 320px)/880);
}
	
/*QAテキスト全体*/
.interview-text-QA{
								  /* 
    calc + vwの計算式
    画面幅1200pxの時  600px
    画面幅320pxの時 500px
  */
 height: calc(500px + 100 * (100vw - 320px)/880);
}
	
	.interview-3{
		order: 3;
	}
	
	.interview-4{
		order: 4;
	}
	
	.ono-img{
	position: absolute;
	top: -200px;
	left:30%;
	display: block;
	width: 80%;
	max-width: 300px;
	height: auto;
	z-index: 10;
}
	
}
