@charset "UTF-8";


/**************************************************
　リンクBlock
***************************************************/

/* ヘッダーBlock */
.link .headBlock .image,
.link .headBlock .textBox {
	position: absolute;
}
.link .headBlock .image {
	background: url( 'https://www.jitsuta.co.jp/recruit/image/interview/header.jpg' ) no-repeat center center;
	background-size: cover;
	bottom: 0;
	z-index: 1;
}
.link .headBlock .textBox {
	z-index: 2;
}
.link .headBlock .textBox h1 {
	color: #0C1B70;
	position: absolute;
}
.link .headBlock .headerBg {
	background: url( 'https://www.jitsuta.co.jp/recruit/image/none.jpg' ) no-repeat center center;
	background-size: cover;
	width: 100vw;
}

/* コンテンツ */
.link .linkBlock .eachHead {
	background: url( 'https://www.jitsuta.co.jp/recruit/image/interview/interview-label-1.jpg' ) no-repeat center center;
	background-size: cover;
	position: relative;
}
.link .linkBlock .eachBox:nth-of-type( 2 ) .eachHead {
	background: url( 'https://www.jitsuta.co.jp/recruit/image/interview/interview-label-2.jpg' ) no-repeat center center;
	background-size: cover;
}
.link .linkBlock .eachBox:nth-of-type( 3 ) .eachHead {
	background: url( 'https://www.jitsuta.co.jp/recruit/image/interview/interview-label-3.jpg' ) no-repeat center center;
	background-size: cover;
}

/**************************************************
　共通
***************************************************/

/* ヘッダーBlock */
.interview .headBlock .headerBg {
	background: url( 'https://www.jitsuta.co.jp/recruit/image/none.jpg' ) no-repeat center center;
	position: relative;
	width: 100vw;
}
.interview .headBlock .headerBg .textBox {
	color: #fff;
	position: absolute;
	text-shadow: 1px 1px 2px #222;
	z-index: 2;
}
.interview .headBlock .headerBg .textBox strong {
	display: block;
}
.interview .headBlock .headerBg .textBox .profileBox span {
	margin-left: 20px;
}

/* headerBg */
.interview-1 .headBlock .headerBg {
	background: url( 'https://www.jitsuta.co.jp/recruit/image/interview/interview-label-1.jpg' ) no-repeat center center;
	background-size: cover;
}
.interview-2 .headBlock .headerBg {
	background: url( 'https://www.jitsuta.co.jp/recruit/image/interview/interview-2/header.jpg' ) no-repeat center center;
	background-size: cover;
}
.interview-3 .headBlock .headerBg {
	background: url( 'https://www.jitsuta.co.jp/recruit/image/interview/interview-3/header.jpg' ) no-repeat center center;
	background-size: cover;
}

/* コンテンツ */
.question {
	color: #0C1B70;
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
}
.question::before {
	content: 'Q. ';
}

/**************************************************
　コンテンツ
***************************************************/

.answer {
	line-height: 1.7em;
}

/**************************************************
　middleBlock
***************************************************/

.middleBlock {
	color: #fff;
	text-align: center;
	width: 100vw;
}
.middleBlock .contents {
	overflow: hidden;
}
.interview-1 .middleBlock {
	background: url( 'https://www.jitsuta.co.jp/recruit/image/interview/interview-1/middle-bg.jpg' ) no-repeat center center;
	background-size: cover;
}
.interview-2 .middleBlock {
	background: url( 'https://www.jitsuta.co.jp/recruit/image/interview/interview-2/middle-bg.jpg' ) no-repeat center center;
	background-size: cover;
}
.interview-3 .middleBlock {
	background: url( 'https://www.jitsuta.co.jp/recruit/image/interview/interview-3/middle-bg.jpg' ) no-repeat center center;
	background-size: cover;
}

/**************************************************
　社員インタビュー
***************************************************/

.interviewBlock h2 {
	color: #0C1B70;
	display: block;
	font-size: 1.2em;
}
.interview .headBlock .headerBg::before,
.interview .headBlock .headerBg::after {
	bottom: 0;
	content: '';
	height: 100%;
	position: absolute;
}
.interview .headBlock .headerBg::before {
	background-color: rgba( 12, 27, 112, .8 );
}

/**************************************************
　デバイス振り分け設定
***************************************************/

/* ■■ SP ■■ */
@media (max-width: 767px) {

	/* ヘッダーBlock */
		/* link */
	.link .headBlock .contents {
		width: 100vw;
	}
	.link .headBlock .image {
		right: 0;
		width: 80%;
	}
	.link .headBlock .textBox {
		left: 0;
	}
	.link .headBlock .textBox h1 {
		font-size: 1.2em;
		left: 10px;
	}
	.link .headBlock .textBox h1 .en {
		margin-bottom: -10px;
	}
		/* interview */
	.interview .headBlock {
		width: 100vw;
	}

		/* 共通 */
	.headBlock {
		margin: initial;
	}
	.interview .headBlock .headerBg .textBox {
		left: 7.5vw;
		width: 85vw;
	}
	.headBlock .textBox h5 {
		font-size: .95em;
		margin-bottom: 20px;
	}
	.headBlock .textBox strong {
		display: block;
		font-size: 1.2em;
		margin-bottom:20px;
	}
	.headBlock .textBox .profileBox span {
		font-size: 1.4em;
	}

	/* コンテンツ */
		/* link */
	.link .linkBlock {
		margin: 130px auto 150px;
	}
	.link .linkBlock .contentsBase {
		margin: 0 auto;
		width: 85vw;
	}
	.link .linkBlock h2 {
		margin-bottom: 30px;
	}
	.link .linkBlock .eachHead {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		width: 85vw;
	}
	.link .linkBlock .eachBox:nth-of-type( 2 ) .eachHead {
		background-position: 80% center;
	}
	.link .linkBlock .eachBox:nth-of-type( 3 ) .eachHead {
		background-position: 20% center;
	}
	.link .linkBlock .eachBox {
		margin-bottom: 35px;
	}
	.link .linkBlock .eachHead .textBox {
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		box-shadow: 0 0 30px 5px rgba( 25, 103, 112, 0.1 );
		box-sizing: border-box;
		left: 0;
		position: relative;
		width: 85vw;
	}
	.link .linkBlock .eachHead .textBox h5 {
		margin-bottom: 25px;
	}
	.link .linkBlock a {
		color: #0C1B70;
	}
	.link .linkBlock h5 {
		color: #888;
	}
	.link .linkBlock .eachHead .textBox strong {
		display: block;
		margin-bottom: 30px;
	}
	.link .linkBlock .eachHead .textBox .profileBox {
		color: #999;
		font-size: .9em;
		font-weight: bold;
	}
	.link .linkBlock .eachHead .textBox .profileBox span {
		font-size: 1.4em;
	}
		/* 共通 */
	.eachBlock .contents .imageBox {
		margin-bottom: 40px;
	}

	/* middleBlock */
		/* 共通 */
	.middleBlock {
		margin: 80px 0 60px;
	}

	/* コンテンツ */
	.upperBlock {
		margin-top: 120px;
	}
	.question {
		margin-bottom: 20px;
	}
	.answer {
		margin-bottom: 40px;
	}

	/* 社員インタビュー */
	.interviewBlock {
		margin: 80px auto 140px;
	}
	.interview-2 .headBlock .headerBg {

		background-position: 20% center;
	}
	.interview-3 .headBlock .headerBg {
		background-position: 25% center;
	}
	.interview .headBlock .headerBg::before {
		width: 100vw;
	}

}
@media (max-width: 320px) {

	/* 幅狭スマホ */

	/* ヘッダーBlock */
		/* link */
	.link .headBlock .contents,
	.link .headBlock .image {
		height: 220px;
	}
	.link .headBlock .textBox {
		top: 60px;
	}
	.link .headBlock .textBox h1 .en {
		font-size: 2.8em;
	}
		/* 共通 */
	.headBlock,
	.interview .headBlock .headerBg {
		height: 220px;
	}
	.interview .headBlock .headerBg .textBox {
		top: 30px;
	}
	.interviewBlock .eachHead .textBox strong br {
		display: none;
	}
	.interview .headBlock .headerBg .textBox strong br {
		display: none;
	}
	.interviewBlock .eachHead .textBox .profileBox span {
		margin-left: 12px;
	}

	/* コンテンツ */
		/* link */
	.link .linkBlock .eachHead {
		height: 220px;
	}
	.link .linkBlock .eachBox .contents {
		height: 450px;
	}
	.link .linkBlock .eachHead .textBox {
		bottom: -220px;
		height: 220px;
		padding: 25px 20px;
	}
	.link .linkBlock .eachHead .textBox strong {
		font-size: 1.2em;
	}
	.link .linkBlock .eachHead .textBox strong br {
		display: none;
	}
	.link .linkBlock .eachHead .textBox .profileBox span {
		margin-left: 12px;
	}
	
	/* middleBlock */
	.middleBlock {
		height: 280px;
	}

}
@media (min-width: 321px) and (max-width: 767px) {

	/* 幅広スマホ */

	/* ヘッダーBlock */
		/* link */
	.link .headBlock .contents,
	.link .headBlock .image {
		height: 240px;
	}
	.link .headBlock .textBox {
		top: 70px;
	}
	.link .headBlock .textBox h1 .en {
		font-size: 3.0em;
	}
		/* 共通 */
	.headBlock,
	.interview .headBlock .headerBg {
		height: 260px;
	}
	.interview .headBlock .headerBg .textBox {
		top: 50px;
	}
	.link .linkBlock .eachHead .textBox strong {
		font-size: 1.4em;
	}
	.link .linkBlock .eachBox:last-of-type .eachHead .textBox strong {
		font-size: 1.30em;
	}

	/* コンテンツ */
		/* link */
	.link .linkBlock .eachHead {
		height: 260px;
	}
	.link .linkBlock .eachBox .contents {
		height: 495px;
	}
	.link .linkBlock .eachHead .textBox {
		bottom: -260px;
		height: 235px;
		padding: 25px 20px;
	}
	.link .linkBlock .eachHead .textBox .profileBox span {
		margin-left: 15px;
	}

	/* middleBlock */
	.middleBlock {
		height: 320px;
	}

}


/* ■■ タブレット＆ブラウザ ■■ */
@media screen and (min-width: 768px) {

	/* ヘッダーBlock */
		/* link */
	.link .headBlock .contents {
		margin: 0 auto;
	}
	.link .headBlock .textBox h1 {
		font-size: .75em;
	}
	.link .headBlock .textBox h1 .en {
		font-size: 3.4em;
		margin-bottom: -8px;
	}	
		/* 共通 */
	.headBlock .textBox {
		font-size: 1.6em;
	}
	.interview .headBlock .headerBg .textBox h5 {
		font-size: .65em;
	}
	.interview .headBlock .headerBg .textBox .profileBox {
		font-size: .65em;
		font-weight: bold;
	}
	.interview .headBlock .headerBg .textBox .profileBox span {
		font-size: 1.3em;
	}
	
	/* コンテンツ */
		/* link */
	.link .linkBlock {
		overflow: hidden;
	}
	.link .linkBlock .eachHead {
		position: relative;
	}
	.link .linkBlock .eachHead::before,
	.link .linkBlock .eachHead::after {
		bottom: 0;
		content: '';
		height: 100%;
		position: absolute;
	}
	.link .linkBlock .eachHead::before {
		background-color: rgba( 12, 27, 112, .8 );
	}
	.link .linkBlock .eachBox:nth-of-type( odd ) .eachHead::before {
		right: 0;
	}
	.link .linkBlock .eachBox:nth-of-type( even ) .eachHead::before {
		left: 0;
	}
	.interview .headBlock .headerBg::after {
		border-left: 80px solid transparent;
	}
/*
	.link .linkBlock .eachBox:nth-of-type( odd ) .eachHead::after {
		border-left: 40px solid transparent;
	}
	.link .linkBlock .eachBox:nth-of-type( even ) .eachHead::after {
		border-right: 40px solid transparent;
	}
*/
	.link .linkBlock .eachHead .textBox {
		color: #fff;
		position: absolute;
		text-shadow: 1px 1px 2px #111;
	}
	.link .linkBlock .eachHead .textBox h5 {
		font-size: 1.0em;
	}
	.link .linkBlock .eachHead .textBox strong {
		display: block;
	}
	.link .linkBlock .eachHead .textBox .profileBox {
		font-weight: bold;
	}
	.link .linkBlock .eachHead .textBox .profileBox span {
		display: inline-block;
		font-size: 1.4em;
		margin-left: 20px;
	}
		/* interview */
	.question {
		margin-bottom: 20px;
	}
	.answer {
		margin-bottom: 60px;
	}
	.upperBlock .contents:first-of-type .textBox,
	.upperBlock .contents:last-of-type .imageBox {
		float: left;
	}
	.upperBlock .contents:first-of-type .imageBox,
	.upperBlock .contents:last-of-type .textBox {
		float: right;
	}
	.upperBlock .contents .textBox {
		margin-top: 15px;
	}
		/* bg */
	.upperBlock .contentsBase::before {
		background-color: #F5F9FA;
		content: '';
		opacity: .8;
		position: absolute;
		z-index: -1;
	}

	/* ほかの社員インタビュー */
	.interviewBlock {
		padding-bottom: 40px;
	}
	.interviewBlock h2 {
		margin-bottom: 40px;
	}

}
  
/* ■■ (狭いブラウザとタブレット向け) ■■ */
@media (max-width: 1020px) and (min-width: 768px) {

	/* ヘッダーBlock */
		/* link */
	.link .headBlock {
		top: 80px;
	}
	.link .headBlock .contents,
	.link .headBlock .image {
		height: 260px;
	}
	.link .headBlock .contents {
		width: 100vw;
	}
	.link .headBlock .image {
		right: 0;
		width: 660px;
	}
	.link .headBlock .textBox {
		left: 60px;
		top: 70px;
		width: 175px;
	}

	/* コンテンツ */
		/* link */
	.link .linkBlock {
		margin: 160px 0 120px;
	}
	.link .linkBlock .contents {
		margin: 0 auto;
		width: 700px;
	}
	.link .linkBlock .contentsBase {
		margin: 0 auto;
		width: 700px;
	}
	.link .linkBlock .eachBox {
		margin-bottom: 40px;
	}
	.link .linkBlock h2 {
		margin-bottom: 45px;
	}
	.link .linkBlock .eachHead {
		height: 260px;
		width: 700px;
	}
	.link .linkBlock .eachHead::before {
		width: 360px;
	}
	.link .linkBlock .eachBox:last-of-type .eachHead::before {
		width: 380px;
	}
	.link .linkBlock .eachHead .textBox {
		right: 60px;
		top: 38px;
	}
	.link .linkBlock .eachBox:last-of-type .eachHead .textBox {
		right: 40px;
	}
	.link .linkBlock .eachHead .textBox .profileBox {
		margin-top: 30px;
	}
	.link .linkBlock .eachHead .textBox strong {
		margin-top: 30px;
	}
	.link .linkBlock .eachBox:nth-of-type( even ) .textBox {
		left: 70px;
		right: initial;
	}
	.link .linkBlock .eachHead .textBox strong {
		font-size: 1.4em;
	}

		/* 共通 */
	.upperBlock .contents {
		width: 680px;
	}
	.upperBlock .contents:first-of-type {
		margin: 120px auto 0;
	}
	.upperBlock .contents:last-of-type {
		margin: 20px auto;
	}
	.lowerBlock .contents {
		margin: 60px auto;
		width: 640px;
	}
	.upperBlock .contents .textBox {
		width: 340px;
	}
	.upperBlock .contents .imageBox {
		width: 300px;
	}
	.upperBlock .contents .imageBox img {
		max-width: 300px;
	}
	.lowerBlock .contents .imageBox {
		margin: 80px auto;
		width: 600px;
	}
	.lowerBlock .contents .imageBox img {
		max-width: 600px;
	}
		/* bg */
	.upperBlock .contentsBase::before {
		right: calc( 50vw - 370px );
		top: -60px;
		width: 740px;
	}
	.interview-1 .upperBlock .contentsBase::before {
		height: 2490px;
	}
	.interview-2 .upperBlock .contentsBase::before {
		height: 2410px;
	}
	.interview-3 .upperBlock .contentsBase::before {
		height: 2600px;
	}

	/* middleBlock */
	.middleBlock {
		height: 300px;
	}

	/* 社員インタビュー */
	.interviewBlock {
		margin-top: 160px;
	}
	.interviewBlock .contents {
		margin: 0 auto;
		width: 470px;
	}
	.interview .headBlock .headerBg {
		height: 300px;
		margin-top: 80px;
	}
	.interview-2 .headBlock .headerBg {
		background-position: 35% center;
	}
	.interview-3 .headBlock .headerBg {
		background-position: 45% center;
	}
	.interview .headBlock .headerBg .textBox {
		right: 60px;
		top: 50px;
	}
	.interview-3 .headBlock .headerBg .textBox {
		right: 40px;
	}
	.interview .headBlock .headerBg .textBox strong {
		margin-bottom: 35px;
	}
	.interview .headBlock .headerBg::before {
		right: 0;
		width: 380px;
	}
/*
	.interview .headBlock .headerBg::after {
		border-bottom: 300px solid rgba( 12, 27, 112, .8 );
		right: 340px;
	}
	.interview-3 .headBlock .headerBg::after {
		right: 400px;
	}
*/
	.interview-3 .headBlock .headerBg::before {
		width: 440px;
	}
	.interview .headBlock .headerBg .textBox h5 {
		margin-bottom: 30px;
	}

}

/* ■■ PC ■■ */
@media screen and (min-width: 1021px) {

	/* ヘッダーBlock */
		/* link */
	.link .headBlock .contents,
	.link .headBlock .image {
		height: 280px;
	}
	.link .headBlock {
		margin-top: 20px;
	}
	.link .headBlock .contents {
		width: 1000px;
	}
	.link .headBlock .image {
		right: -100px;
		width: 1000px;
	}
	.link .headBlock .textBox {
		left: -20px;
		top: 80px;
		width: 230px;
	}
	.link .headBlock .headerBg {
		height: 340px;
	}
	.link .headBlock .headerBg h1 {
		top: 120px;
	}
	.link .linkBlock .eachHead .textBox .profileBox {
		margin-top: 35px;
	}
	.link .linkBlock .eachHead .textBox strong {
		margin-top: 35px;
	}
	.interview-1 .headBlock .headerBg {
		background-position: center -40px;
	}
		/* 共通 */
	.interview .headBlock .headerBg {
		height: 340px;
	}

	/* コンテンツ */
		/* link */
	.link .linkBlock .contents {
		margin: 0 auto;
		width: 900px;
	}
	.link .linkBlock {
		margin: 100px 0 140px;
	}
	.link .linkBlock .contentsBase {
		margin: 0 auto;
		width: 900px;
	}
	.link .linkBlock .eachBox {
		margin-bottom: 45px;
	}
	.link .linkBlock h2 {
		margin-bottom: 45px;
	}
	.link .linkBlock .eachHead::before {
		width: 420px;
	}
	.link .linkBlock .eachBox:nth-of-type( 3 ) .eachHead::before {
		width: 460px;
	}
/*
	.link .linkBlock .eachHead::before {
		width: 440px;
	}
	.link .linkBlock .eachBox:nth-of-type( odd ) .eachHead::after {
		border-bottom: 320px solid rgba( 12, 27, 112, .8 );
		right: 440px;
	}
	.link .linkBlock .eachBox:nth-of-type( even ) .eachHead::after {
		border-bottom: 320px solid rgba( 12, 27, 112, .8 );
		left: 440px;
	}
*/
	.link .linkBlock .eachHead {
		height: 320px;
		width: 900px;
	}
	.link .linkBlock .eachHead .textBox {
		right: 50px;
		top: 55px;
		width: 340px;
	}
	.link .linkBlock .eachBox:first-of-type .textBox {
		right: 0;
	}
	.link .linkBlock .eachBox:nth-of-type( even ) .textBox {
		left: 80px;
		right: initial;
	}
	.link .linkBlock .eachHead .textBox strong {
		font-size: 1.6em;
	}

		/* 共通 */
	.upperBlock .contents {
		width: 1000px;
	}
	.upperBlock .contents:first-of-type {
		margin: 140px auto 80px;
	}
	.upperBlock .contents:last-of-type {
		margin: 0 auto 80px;
	}
	.lowerBlock .contents {
		margin: 0 auto 80px;
		width: 760px;
	}
	.upperBlock .contents .textBox {
		width: 500px;
	}
	.upperBlock .contents .imageBox {
		width: 440px;
	}
	.upperBlock .contents .imageBox img {
		max-width: 440px;
	}
	.lowerBlock .contents .imageBox {
		margin: 80px auto 60px;
		width: 640px;
	}
	.lowerBlock .contents .imageBox img {
		max-width: 640px;
	}
		/* bg */
	.upperBlock .contentsBase::before {
		right: calc( 50vw - 450px );
		top: -70px;
		width: 880px;
	}
	.interview-1 .upperBlock .contentsBase::before {
		height: 2490px;
	}
	.interview-2 .upperBlock .contentsBase::before {
		height: 2520px;
	}
	.interview-3 .upperBlock .contentsBase::before {
		height: 2620px;
	}

	/* middleBlock */
	.middleBlock {
		margin: -20px 0 80px;
		height: 380px;
	}

	/* 社員インタビュー */
	.interviewBlock {
		margin-top: 200px;
	}
	.interviewBlock .contents {
		margin: 80px auto;
		width: 585px;
	}
	.interview .headBlock .headerBg .textBox {
		right: 115px;
		top: 60px;
	}
	.interview-3 .headBlock .headerBg .textBox {
		right: 75px;
	}
	.interview .headBlock .headerBg::before {
		right: 0;
		width: 500px;
	}
/*
	.interview .headBlock .headerBg::before {
		width: 450px;
	}
	.interview .headBlock .headerBg::after {
		border-bottom: 340px solid rgba( 12, 27, 112, .8 );
		right: 450px;
	}
*/
	.interview .headBlock .headerBg .textBox h5 {
		margin-bottom: 45px;
	}
	.interview .headBlock .headerBg .textBox strong {
		margin-bottom: 45px;
	}

}
@media screen and (min-width: 1400px) {

	/* ミドルブラウザ */

	/* ヘッダーBlock */
		/* 共通 */
	.interview .headBlock .headerBg {
		height: 400px;
	}
	.interview .headBlock .headerBg .textBox {
		top: 85px;
	}

	/* 社員インタビュー */
	.interview .headBlock .headerBg .textBox {
		right: 270px;
	}
	.interview-3 .headBlock .headerBg .textBox {
		right: 200px;
	}
	.interview .headBlock .headerBg::before {
		right: 100px;
		width: 530px;
	}
/*
	.interview .headBlock .headerBg::before {
		width: 480px;
	}
	.interview .headBlock .headerBg::after {
		border-bottom: 400px solid rgba( 12, 27, 112, .8 );
		right: 610px;
	}
*/

}
@media screen and (min-width: 1600px) {

	/* ワイドブラウザ */

	/* ヘッダーBlock */
		/* 共通 */
	.interview .headBlock .headerBg {
		height: 440px;
	}
	.interview .headBlock .headerBg .textBox {
		top: 105px;
	}

	/* middleBlock */
	.middleBlock {
		height: 400px;
	}

	/* 社員インタビュー */
	.interview .headBlock .headerBg .textBox {
		right: 310px;
	}
	.interview-3 .headBlock .headerBg .textBox {
		right: 250px;
	}
	.interview .headBlock .headerBg::before {
		right: 150px;
		width: 550px;
	}
/*
	.interview .headBlock .headerBg::before {
		width: 500px;
	}
	.interview .headBlock .headerBg::after {
		border-bottom: 440px solid rgba( 12, 27, 112, .8 );
		right: 650px;
	}
*/


}
  