@charset "UTF-8";


/**************************************************
　ヘッダーBlock
***************************************************/

/* 共通 */

/* business */
.business .headBlock .image,
.business .headBlock .textBox {
	position: absolute;
}
.business .headBlock .image {
	background: url( 'https://www.jitsuta.co.jp/recruit/image/business/header.jpg' ) no-repeat top center;
	background-size: cover;
	bottom: 0;
	z-index: 1;
}
.business .headBlock .textBox {
	z-index: 2;
}
.business .headBlock .textBox h1 {
	color: #0C1B70;
	position: absolute;
}

/* 共通 */
.headBlock .headerBg {
	width: 100vw;
}
.headBlock .headerBg h1 {
	border-bottom: 2px solid #fff;
	color: #fff;
	padding-bottom: 8px;
	position: absolute;
	text-align: center;
}
.headBlock .headerBg h1 span {
	display: block;
	margin-bottom: 10px;
	position: relative;
}
.headBlock .headerBg h1 span::before {
	content: '－ ';
}
.headBlock .headerBg h1 span::after {
	content: ' －';
}

/* ict */
.ict .headBlock .headerBg {
	background: url( 'https://www.jitsuta.co.jp/recruit/image/business/ict/header.jpg' ) no-repeat top center;
	background-size: cover;
}
/* support */
.support .headBlock .headerBg {
	background: url( 'https://www.jitsuta.co.jp/recruit/image/business/support/header.jpg' ) no-repeat center top;
	background-size: cover;
}
/* gis */
.gis .headBlock .headerBg {
	background: url( 'https://www.jitsuta.co.jp/recruit/image/business/gis/header.jpg' ) no-repeat center center;
	background-size: cover;
}

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

/* business */
.business .linkBlock .eachBox h2 {
	color: #0C1B70;
	display: block;
	font-size: 1.2em;
	position: relative;
}
.business .linkBlock .eachBox h2::after {
	bottom: 5px;
	color: #0C1B70;
	content: '>';
	font-size: .6em;
	position: absolute;
	right: 4px;
	transform: scale( .8, 2 );
}

/**************************************************
　リードBlock
***************************************************/

/* 共通 */
.common .leadBlock {
	color: #0C1B70;
}

/* 技術サービス及びサポート */
.support .leadBlock .imageBox iframe:last-of-type {
	margin-top: 10px;
}

/**************************************************
　仕事紹介
***************************************************/

/* 共通 */
.common .workBlock {
	background-color: #F5F9FA;
	z-index: -1;
}
.common .workBlock .contents {
	position: relative;
}
.common .workBlock .contents::before {
	content: 'Work';
}
.common .workBlock .eachBox .textBox h4 {
	color: #0C1B70;
	font-size: 1.4em;
}

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

/* 共通 */
.common .middleBlock {
	color: #fff;
	text-align: center;
	width: 100vw;
}
.common .middleBlock .parallaxBg {
    background-attachment: fixed;
	background-image: url( 'https://www.jitsuta.co.jp/recruit/image/none.jpg' );
	background-position: center center;
	background-repeat:  no-repeat;
    background-size: cover;    
}
.common .middleBlock .contents {
	overflow: hidden;
}

/* ict */
.ict .middleBlock .parallaxBg {
	background-image: url( 'https://www.jitsuta.co.jp/recruit/image/business/ict/middle-bg.jpg' );
}
/* support */
.support .middleBlock .parallaxBg {
	background-image: url( 'https://www.jitsuta.co.jp/recruit/image/business/support/middle-bg.jpg' );
}
/* gis */
.gis .middleBlock .parallaxBg {
	background-image: url( 'https://www.jitsuta.co.jp/recruit/image/business/gis/middle-bg.jpg' );
}

/**************************************************
　仕事シーン
***************************************************/

/* 共通 */
.common .fieldBlock .eachBox h5 {
	color: #777;
	font-size: 1.0em;
	margin: 10px 0 0 3px;
}
.common .fieldBlock .contents::before {
	content: 'Field';
}

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

/* 共通 */
.common .interviewBlock h2 {
	color: #0C1B70;
	font-size: 1.2em;
}
.common .interviewBlock .eachHead {
	background-image: url( 'https://www.jitsuta.co.jp/recruit/image/none.jpg' );
	background-position: center center;
	background-repeat:  no-repeat;
    background-size: cover;    
	position: relative;
}
.common .interviewBlock .contentsBase::before {
	content: 'Interview';
}

/* ict */
.ict .interviewBlock .eachHead {
	background: url( 'https://www.jitsuta.co.jp/recruit/image/interview/interview-label-1.jpg' ) no-repeat top left;
}
/* support */
.support .interviewBlock .eachHead {
	background: url( 'https://www.jitsuta.co.jp/recruit/image/interview/interview-label-2.jpg' ) no-repeat top left;
}
/* gis */
.gis .interviewBlock .eachHead {
	background: url( 'https://www.jitsuta.co.jp/recruit/image/interview/interview-label-3.jpg' ) no-repeat center left;
}

/**************************************************
　moreContentsBlock
***************************************************/

/* ict */
.ict .moreContentsBlock .eachBox:nth-of-type( 1 )::after {
	background: url( 'https://www.jitsuta.co.jp/recruit/image/business/ict/image-06-1-bg.jpg' ) no-repeat center center;
	background-size: cover;
}
.ict .moreContentsBlock .eachBox:nth-of-type( 2 )::after {
	background: url( 'https://www.jitsuta.co.jp/recruit/image/business/ict/image-06-2-bg.jpg' ) no-repeat center top;
	background-size: cover;
}
/* support */
.support .moreContentsBlock .eachBox:nth-of-type( 1 )::after {
	background: url( 'https://www.jitsuta.co.jp/recruit/image/business/support/image-06-1-bg.jpg' ) no-repeat center center;
	background-size: cover;
}
.support .moreContentsBlock .eachBox:nth-of-type( 2 )::after {
	background: url( 'https://www.jitsuta.co.jp/recruit/image/business/support/image-06-2-bg.jpg' ) no-repeat center top;
	background-size: cover;
}
/* gis */
.gis .moreContentsBlock .eachBox:nth-of-type( 1 )::after {
	background: url( 'https://www.jitsuta.co.jp/recruit/image/business/gis/image-06-1-bg.jpg' ) no-repeat center center;
	background-size: cover;
}
.gis .moreContentsBlock .eachBox:nth-of-type( 2 )::after {
	background: url( 'https://www.jitsuta.co.jp/recruit/image/business/gis/image-06-2-bg.jpg' ) no-repeat center top;
	background-size: cover;
}

/**************************************************
　bg
***************************************************/

/* 共通 */
.common .workBlock .contents::before,
.common .fieldBlock .contents::before,
.common .interviewBlock .contentsBase::before {
	color: #CCDEEC;
	font-weight: bold;
	position: absolute;
	opacity: .5;
	z-index: -1;
}

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

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

	/* ヘッダーBlock */
		/* business */
	.business .headBlock .contents {
		width: 100vw;
	}
	.business .headBlock .image {
		right: 0;
		width: 80%;
	}
	.business .headBlock .textBox {
		left: 0;
	}
	.business .headBlock .textBox h1 {
		font-size: 1.2em;
	}
	.business .headBlock .textBox h1 .en {
		margin-bottom: -10px;
	}
		/* 共通 */
	.headBlock {
		margin: initial;
	}
	.headBlock h1 {
		font-size: 1.4em;
		width: 220px;
	}
	.headBlock .headerBg h1 span {
		font-size: .7em;
	}
		/* business */
	.business .headBlock h1 {
		left: 10px;
	}
		/* 共通 */
	.common .headBlock h1 {
		left: calc( 50vw - 110px );
	}

	/* リンクBlock */
		/* business */
	.business .linkBlock {
		margin: 130px auto 150px;
	}
	.business .linkBlock .contents > p {
		margin-bottom: 40px;
	}
	.business .linkBlock .eachBox {
		margin-bottom: 40px;
	}
	.business .linkBlock .eachBox h2 {
		margin: 25px 0 20px 1px;
	}

	/* headBlock */
	.common .headBlock {
		margin-bottom: 120px;
		width: 100vw;
	}
	/* リードBlock */
		/* 共通 */
	.common .leadBlock {
		font-size: 1.2em;
		line-height: 1.8em;
		margin-top: 40px;
	}
	.common .leadBlock .imageBox {
		margin: 30px auto;
	}

	/* 仕事紹介 */
		/* 共通 */
	.common .workBlock {
		margin-top: 80px;
		padding: 50px 0 40px;
		width: initial;
	}
	.common .workBlock .contentsBase {
		margin: 0 auto;
		width: 85vw;
	}
	.common .workBlock .eachBox {
		margin-bottom: 60px;
	}
	.common .workBlock .eachBox .textBox h4 {
		margin-bottom: 20px;
	}
	.common .workBlock .eachBox .textBox h4 br {
		display: none;
	}
	.common .workBlock .eachBox p {
		margin-bottom: 30px;
	}
	
	/* 仕事シーン */
		/* 共通 */
	.common .fieldBlock {
		margin: 80px auto 0;
	}
	.common .fieldBlock .eachBox {
		margin-bottom: 40px;
	}

	/* moreContents */
	.common .moreContentsBlock .eachBox h3 {
		margin-top: initial;
		padding-top: 60px;
	}

	/* 社員インタビュー */
		/* 共通 */
	.measurement .interviewBlock .eachHead {
		background-position: 80% center;
	}
	.interviewBlock .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;
	}
	.interviewBlock .eachHead .textBox h5 {
		margin-bottom: 25px;
	}
	.interviewBlock a {
		color: #0C1B70;
	}
	.interviewBlock h5 {
		color: #888;
	}
	.interviewBlock .eachHead .textBox strong {
		display: block;
		margin-bottom: 30px;
	}
	.interviewBlock .eachHead .textBox .profileBox {
		color: #999;
		font-size: .9em;
		font-weight: bold;
	}
	.interviewBlock .eachHead .textBox .profileBox span {
		font-size: 1.4em;
	}
		/* 共通 */
	.common .interviewBlock .contentsBase {
		margin: 0 auto;
		width: 85vw;
	}
	.common .interviewBlock h2 {
		margin-bottom: 30px;
	}
	.common .interviewBlock .eachHead {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		width: 85vw;
	}
	.common .interviewBlock .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;
		height: 165px;
		left: 0;
		padding: 20px 20px 25px;
		position: relative;
		width: 85vw;
	}
	.common .interviewBlock .eachHead .textBox h5 {
		margin-bottom: 25px;
	}
	.common .interviewBlock .eachHead .textBox strong {
		display: block;
		margin-bottom: 30px;
	}
	.common .interviewBlock .eachHead .textBox .profileBox {
		color: #888;
		font-size: .85em;
	}
	.common .interviewBlock .eachHead .textBox .profileBox span {
		font-size: 1.4em;
	}
	.common .interviewBlock .eachHead {
		background-position: 20% center;
	}

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

	/* 幅狭スマホ */

	/* ヘッダーBlock */
		/* business */
	.business .headBlock .contents,
	.business .headBlock .image {
		height: 220px;
	}
	.business .headBlock .textBox {
		top: 60px;
	}
	.business .headBlock .textBox h1 .en {
		font-size: 2.8em;
	}
		/* 共通 */
	.headBlock,
	.headBlock .headerBg {
		height: 200px;
	}
	.headBlock .headerBg h1 {
		top: 55px;
	}
	.business .linkBlock .eachBox h2 {
		font-size: 1.1em;
	}
	.common .leadBlock .imageBox iframe {
		height: 160px;
		width: 280px;
	}

	/* middleBlock */
	.common .middleBlock .parallaxBg {
		height: 280px;
	}

	/* 社員インタビュー */
		/* 共通 */
	.common .interviewBlock {
		margin-top: 80px;
	}
	.common .interviewBlock .eachHead {
		height: 220px;
	}
	.common .interviewBlock .contents {
		height: 450px;
	}
	.common .interviewBlock .eachHead .textBox {
		bottom: -220px;
		height: 220px;
		padding: 25px 20px;
	}
	.common .interviewBlock .eachHead .textBox strong {
		font-size: 1.2em;
	}
	.common .interviewBlock .eachHead .textBox strong br {
		display: none;
	}
	.common .interviewBlock .eachHead .textBox .profileBox span {
		margin-left: 12px;
	}
		/* ict */
	.ict .interviewBlock .eachHead {
		background-position: -280px -20px !important;
	}

	/* 共通 */
	.common .workBlock .contents::before,
	.common .fieldBlock .contents::before,
	.common .interviewBlock .contentsBase::before {
		font-size: 4.2em;
	}
	/* bg */
	.common .workBlock .contents::before {
		top: -100px;
		left: -20px;
	}
	.common .fieldBlock .contents::before {
		top: -57px;
		right: -32px;
	}
	.common .interviewBlock .contentsBase::before {
		top: -34px;
		left: -20px;
	}
		/* support */
	.support .interviewBlock .eachHead {
		background-position: -840px -80px;
	}

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

	/* 幅広スマホ */

	/* ヘッダーBlock */
		/* business */
	.business .headBlock .contents,
	.business .headBlock .image {
		height: 240px;
	}
	.business .headBlock .textBox {
		top: 70px;
	}
	.business .headBlock .textBox h1 .en {
		font-size: 3.0em;
	}
		/* 共通 */
	.headBlock,
	.headBlock .headerBg {
		height: 240px;
	}
	.headBlock .headerBg h1 {
		top: 75px;
	}
	.common .leadBlock .imageBox iframe {
		height: 180px;
		width: 320px;
	}

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

	/* 社員インタビュー */
		/* 共通 */
	.interviewBlock .eachHead .textBox strong {
		font-size: 1.4em;
	}
		/* 共通 */
	.common .interviewBlock {
		margin-top: 100px;
	}
	.common .interviewBlock .eachHead {
		height: 260px;
	}
	.common .interviewBlock .contents {
		height: 495px;
	}
	.common .interviewBlock .eachHead .textBox {
		bottom: -260px;
		height: 235px;
		padding: 25px 20px;
	}
	.common .interviewBlock .eachHead .textBox .profileBox span {
		margin-left: 15px;
	}
	.common .interviewBlock .eachHead .textBox strong {
		font-size: 1.30em;
	}
		/* ict */
	.ict .interviewBlock .eachHead {
		background-position: -280px -20px !important;
	}

	/* 共通 */
	.common .workBlock .contents::before,
	.common .fieldBlock .contents::before,
	.common .interviewBlock .contentsBase::before {
		font-size: 5.0em;
	}
	/* bg */
	.common .workBlock .contents::before {
		top: -110px;
		left: -20px;
	}
	.common .fieldBlock .contents::before {
		top: -70px;
		right: -37px;
	}
	.common .interviewBlock .contentsBase::before {
		top: -45px;
		left: -20px;
	}
		/* support */
	.support .interviewBlock .eachHead {
		background-position: -800px -80px;
	}

}


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

  	/* 共通 */

	/* ヘッダーBlock */
		/* business */
	.business .headBlock .contents {
		margin: 0 auto;
	}
	.business .headBlock .textBox h1 {
		font-size: 1.2em;
	}
	.business .headBlock .textBox h1 .en {
		font-size: 3.4em;
		margin-bottom: -8px;
	}
		/* 共通 */
	.headBlock .headerBg h1 {
		font-size: 1.6em;
		left: 0;
	}
	.headBlock .headerBg h1 span {
		font-size: .6em;
	}
		/* 共通 */
	.common .headBlock h1 {
		width: 400px;
	}

	/* リンクBlock */
		/* business */
	.business .linkBlock .contents > p {
		text-align: center;
	}
	.business .linkBlock .eachBox {
		float: left;
	}
	.business .linkBlock .eachBox:first-of-type {
		margin-left: 0;
	}
	.business .linkBlock .eachBox h2 {
		margin: 30px 0 20px 1px;
	}
	.business .linkBlock .eachBox p {
		line-height: 1.7em;
	}

	/* リードBlock */
		/* 共通 */
	.common .leadBlock {
		font-size: 1.4em;
		line-height: 2.2em;
		text-align: center;
	}
	.common .leadBlock .imageBox {
		margin: 60px auto;
	}

	/* 仕事紹介 */
		/* 共通 */
	.common .workBlock .eachBox .textBox {
		float: left;
		line-height: 1.7em;
	}
	.common .workBlock .eachBox .imageBox {
		float: right;
	}
	.common .workBlock .eachBox .textBox h4 {
		line-height: 1.7em;
		margin-bottom: 30px;
	}

	/* 仕事シーン */
		/* 共通 */
	.common .fieldBlock .eachBox {
		float: left;
	}
	.common .fieldBlock .eachBox:first-of-type {
		margin-left: 0;
	}

	/* 社員インタビュー */
		/* 共通 */
	.interviewBlock .eachHead::before,
	.interviewBlock .eachHead::after {
		bottom: 0;
		content: '';
		height: 100%;
		position: absolute;
	}
	.interviewBlock .eachHead::before {
		background-color: rgba( 12, 27, 112, .8 );
	}
	.common .interviewBlock .eachHead::before {
		right: 0;
	}
	.support .interviewBlock .eachHead::before {
		left: 0;
	}
	.support .interviewBlock .eachHead .textBox {
		left: 80px;
		right: initial !important;
	}
	.interviewBlock .eachHead .textBox {
		text-shadow: 1px 1px 2px #222;
	}
		/* 共通 */
	.common .interviewBlock .contents {
		margin: 0 auto;
	}
	.common .interviewBlock .eachHead .textBox {
		color: #fff;
		position: absolute;
	}
	.common .interviewBlock .eachHead .textBox h5 {
		font-size: 1.0em;
	}
	.common .interviewBlock .eachHead .textBox strong {
		display: block;
		margin-top: 30px;
	}
	.common .interviewBlock .eachHead .textBox .profileBox {
		font-weight: bold;
		margin-top: 20px;
	}
	.common .interviewBlock .eachHead .textBox .profileBox span {
		display: inline-block;
		font-size: 1.4em;
		margin-left: 20px;
	}

	/* moreContents */
	.common .moreContentsBlock .eachBox h3 {
		height: 100px;
		line-height: 120px;
		margin-top: initial;
		padding-top: 80px;
	}
	.common .moreContentsBlock .eachBox h3::before {
		bottom: -40px;
	}
	.common .moreContentsBlock .eachBox h3::after {
		bottom: -36px;
	}

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

	/* ヘッダーBlock */
		/* business */
	.business .headBlock {
		top: 80px;
	}
	.business .headBlock .contents,
	.business .headBlock .image {
		height: 260px;
	}
	.business .headBlock .contents {
		width: 100vw;
	}
	.business .headBlock .image {
		right: 0;
		width: 660px;
	}
	.business .headBlock .textBox {
		left: 60px;
		top: 70px;
		width: 175px;
	}
		/* 共通 */
	.headBlock .headerBg {
		height: 300px;
		margin-top: 80px;
	}
	.headBlock .headerBg h1 {
		top: 100px;
	}

	/* リンクBlock */
		/* business */
	.business .linkBlock .contents {
		margin: 140px auto 160px;
		width: 700px;
	}
	.business .linkBlock .contents > p {
		margin-bottom: 50px;
	}
	.business .linkBlock .eachBox {
		margin-left: 35px;
		width: 210px;
	}
	.business .linkBlock .eachBox img {
		max-width: 210px;
	}

	/* リードBlock */
		/* 共通 */
	.common .leadBlock {
		margin-top: 60px;
	}
	.common .leadBlock .imageBox {
		width: 540px;
	}
	.common .leadBlock .imageBox img {
		max-width: 540px;
	}
	.common .leadBlock .imageBox iframe {
		height: 315px;
		width: 560px;
	}

	/* 仕事紹介 */
		/* 共通 */
	.common .workBlock {
		margin-top: 120px;
		padding: 80px 0 60px;
	}
	.common .workBlock .contents {
		margin: 0 auto 50px;
		width: 700px;
	}
	.common .workBlock .eachBox {
		margin: 0 auto 50px;
	}
	.common .workBlock .eachBox .textBox {
		margin-top: 10px;
		width: 340px;
	}
	.common .workBlock .eachBox .imageBox {
		width: 320px;
	}
	.common .workBlock .eachBox .imageBox img {
		max-width: 320px;
	}
    
	/* middleBlock */
	.common .middleBlock .parallaxBg {
		height: 340px;
	}

	/* 仕事シーン */
		/* 共通 */
	.common .fieldBlock {
		margin-top: 100px;
	}
	.common .fieldBlock .contents {
		margin: 0 auto;
		width: 700px;
	}
	.common .fieldBlock .eachBox {
		margin-left: 35px;
		width: 210px;
	}
	.common .fieldBlock .eachBox img {
		max-width: 210px;
	}

	/* 社員インタビュー */
		/* 共通 */
	.common .interviewBlock .eachHead .textBox {
		right: 60px;
		top: 38px;
	}
	.common .interviewBlock {
		margin-top: 160px;
	}
	.common .interviewBlock .contentsBase {
		margin: 0 auto;
		width: 700px;
	}
	.common .interviewBlock h2 {
		margin-bottom: 45px;
	}
	.common .interviewBlock .eachHead {
		height: 260px;
		width: 700px;
	}
	.gis .interviewBlock .eachHead .textBox {
		right: 40px;
		top: 38px;
	}
	.common .interviewBlock .eachHead .textBox strong {
		font-size: 1.4em;
	}
	.common .interviewBlock .eachHead::before {
		width: 380px;
	}
		/* ict */
	.ict .interviewBlock .eachHead {
		background-position: -240px -20px !important;
	}
		/* support */
	.support .interviewBlock .eachHead {
		background-position: -500px -90px;
	}

	/* 共通 */
	.common .workBlock .contents::before,
	.common .fieldBlock .contents::before,
	.common .interviewBlock .contentsBase::before {
		font-size: 6.8em;
	}
	/* bg */
	.common .workBlock .contents::before {
		top: -160px;
		left: -40px;
	}
	.common .fieldBlock .contents::before {
		top: -92px;
		right: -65px;
	}
	.common .interviewBlock .contentsBase::before {
		top: -66px;
		left: -40px;
	}

}

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

	/* ヘッダーBlock */
		/* business */
	.business .headBlock .contents,
	.business .headBlock .image {
		height: 280px;
	}
	.business .headBlock {
		margin-top: 20px;
	}
	.business .headBlock .contents {
		width: 1000px;
	}
	.business .headBlock .image {
		right: -100px;
		width: 1000px;
	}
	.business .headBlock .textBox {
		left: -20px;
		top: 80px;
		width: 175px;
	}
		/* 共通 */
	.headBlock .headerBg {
		height: 340px;
	}
	.headBlock .headerBg h1 {
		top: 120px;
	}

	/* リンクBlock */
		/* business */
	.business .linkBlock .contents {
		margin: 80px auto 160px;
		width: 1000px;
	}
	.business .linkBlock .contents > p {
		margin-bottom: 80px;
	}
	.business .linkBlock .eachBox {
		margin-left: 50px;
		width: 300px;
	}
	.business .linkBlock .eachBox img {
		max-width: 300px;
	}

	/* リードBlock */
		/* 共通 */
	.common .leadBlock {
		margin-top: 80px;
	}
	.common .leadBlock .imageBox {
		width: 680px;
	}
	.common .leadBlock .imageBox img {
		max-width: 680px;
	}
	.common .leadBlock .imageBox iframe {
		height: 383px;
		width: 680px;
	}

	/* 仕事紹介 */
		/* 共通 */
	.common .workBlock {
		margin-top: 140px;
		padding: 80px 0 40px;
	}
	.common .workBlock .contents {
		margin: 0 auto 60px;
		width: 1000px;
	}
	.common .workBlock .eachBox {
		margin: 0 auto 60px;
	}
	.common .workBlock .eachBox .textBox {
		margin-top: 30px;
		width: 520px;
	}
	.common .workBlock .eachBox .imageBox {
		width: 420px;
	}
	.common .workBlock .eachBox .imageBox img {
		max-width: 420px;
	}

	/* middleBlock */
	.common .middleBlock .parallaxBg {
		height: 380px;
	}

	/* 仕事シーン */
		/* 共通 */
	.common .fieldBlock {
		margin-top: 120px;
	}
	.common .fieldBlock .contents {
		margin: 0 auto;
		width: 1000px;
	}
	.common .fieldBlock .eachBox {
		margin-left: 50px;
		width: 300px;
	}
	.common .fieldBlock .eachBox img {
		max-width: 300px;
	}

	/* 社員インタビュー */
		/* 共通 */
	.common .interviewBlock {
		margin-top: 180px;
	}
	.common .interviewBlock .contentsBase {
		margin: 0 auto;
		width: 1000px;
	}
	.common .interviewBlock h2 {
		margin-bottom: 45px;
	}
	.common .interviewBlock .eachHead {
		height: 320px;
		width: 900px;
	}
	.common .interviewBlock .eachHead .textBox {
		right: 50px;
		top: 75px;
	}
	.common .interviewBlock .eachHead .textBox strong {
		font-size: 1.6em;
	}
	.common .interviewBlock .eachHead::before {
		width: 460px;
	}
		/* ict */
	.ict .interviewBlock .eachHead {
		background-position: -180px -20px !important;
	}
	.ict .interviewBlock .eachHead .textBox {
		right: 120px;
	}
		/* support */
	.support .interviewBlock .eachHead {
		background-position: -360px -80px;
	}
	.support .interviewBlock .eachHead::before {
		width: 400px;
	}
	
	/* 共通 */
	.common .workBlock .contents::before,
	.common .fieldBlock .contents::before,
	.common .interviewBlock .contentsBase::before {
		font-size: 8.1em;
	}
	/* bg */
	.common .workBlock .contents::before {
		top: -170px;
		left: -100px;
	}
	.common .fieldBlock .contents::before {
		top: -110px;
		right: -120px;
	}
	.common .interviewBlock .contentsBase::before {
		top: -80px;
		left: -100px;
	}

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

	/* ミドルブラウザ */

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

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

	/* ワイドブラウザ */

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

	/* 仕事シーン */
		/* 共通 */
	.common .fieldBlock {
		margin-top: 130px;
	}

}
