@charset "UTF-8";


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

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


/**************************************************
　募集要項
***************************************************/

.requirementBlock dl {
	border-top: 1px solid #DCDDDD;
}
.requirementBlock dt {
	color: #0C1B70;
	font-weight: bold;
}
.requirementBlock a {
	color: #749C32
}

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

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

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

	/* 募集要項 */
	.requirementBlock {
		margin: 140px auto;
		width: 85%;
	}
	.requirementBlock dt {
		padding: 40px 0 30px;
		text-align: center;
	}
	.requirementBlock dd {
		border-bottom: 1px solid #ccc;
		padding-bottom: 45px;
	}
	.requirementBlock br.pc {
		display: none;
	}

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

	/* 幅狭スマホ */

	/* ヘッダーBlock */
	.headBlock {
		height: 220px;
	}
	.headBlock .textBox h1 .en {
		font-size: 2.2em;
	}
	.headBlock .contents,
	.headBlock .image {
		height: 220px;
	}
	.headBlock .textBox {
		top: 60px;
	}


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

	/* 幅広スマホ */

	/* ヘッダーBlock */
	.headBlock {
		height: 260px;
	}
	.headBlock .contents,
	.headBlock .image {
		height: 240px;
	}
	.headBlock .textBox {
		top: 70px;
	}
	.headBlock .textBox h1 .en {
		font-size: 3.0em;
	}

}


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

	/* ヘッダーBlock */
	.headBlock .contents {
		margin: 0 auto;
	}
	.headBlock .textBox h1 {
		font-size: .75em;
	}
	.headBlock .textBox h1 .en {
		font-size: 3.4em;
		margin-bottom: -8px;
	}	
	.headBlock .textBox {
		font-size: 1.6em;
	}

	/* 募集要項 */
	.requirementBlock dt,
	.requirementBlock dd {
		border-bottom: 1px solid #E7E8E8;
	}
	.requirementBlock dt {
		clear: both;
		text-align: center;
		width: 140px;
	}
	.requirementBlock dd {
		width: calc( 100% - 140px );
	}
	.requirementBlock dt,
	.requirementBlock dd {
		float: left;
		height: 100px;
		line-height: 101px;
	}
	.requirementBlock dt:nth-of-type(1),
	.requirementBlock dd:nth-of-type(1){
		margin-top: 40px;
	}
	.requirementBlock dt:nth-of-type(2),
	.requirementBlock dd:nth-of-type(2){
		height: 190px;
		margin-top: 40px;
	}
	.requirementBlock dt:nth-last-of-type(3),
	.requirementBlock dd:nth-last-of-type(3) {
		height: 90px;
		margin-top: 40px;
	}
	.requirementBlock dd:nth-of-type(1),
	.requirementBlock dd:nth-of-type(2),
	.requirementBlock dd:nth-last-of-type(3) {
		line-height: 1.7em;
	}
	.requirementBlock dt:nth-of-type(1),
	.requirementBlock dt:nth-of-type(2),
	.requirementBlock dt:nth-last-of-type(3) {
		line-height: 1.65em;
	}

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

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

	/* 募集要項 */
	.requirementBlock {
		margin: 160px 0;
	}
	.requirementBlock .contents {
		margin: 0 auto;
		width: 700px;
	}
	.requirementBlock dd:nth-last-of-type(1),
	.requirementBlock dd:nth-last-of-type(2) {
		font-size: .96em;
	}
	.requirementBlock dt:nth-of-type(1),
	.requirementBlock dd:nth-of-type(1){
		height: 340px;
	}
	.requirementBlock br.pc {
		display: none;
	}

}

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

	/* ヘッダーBlock */
	.headBlock .contents,
	.headBlock .image {
		height: 280px;
	}
	.headBlock {
		margin-top: 20px;
	}
	.headBlock .contents {
		width: 1000px;
	}
	.headBlock .image {
		right: -100px;
		width: 1000px;
	}
	.headBlock .textBox {
		left: -20px;
		top: 80px;
		width: 230px;
	}

	/* 募集要項 */
	.requirementBlock {
		margin: 100px 0 160px;
	}
	.requirementBlock .contents {
		margin: 0 auto;
		width: 900px;
	}
	.requirementBlock dt:nth-of-type(1),
	.requirementBlock dd:nth-of-type(1){
		height: 310px;
	}


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

	/* ミドルブラウザ */


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

	/* ワイドブラウザ */

}
