@charset "UTF-8";


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

/* リード文 */
.headerImage {
	background: url("https://www.jitsuta.co.jp/image/recruit/header.jpg") no-repeat center center;
	background-size: cover;
}
.serviceIntroductionBlock p {
	text-align: center;
}

/* 私たちの仕事 */
.our-works {
	background: url('https://www.jitsuta.co.jp/image/recruit/our-works.jpg') no-repeat center center;
	background-size: cover;
	width: 100%;
}
.our-works .blockTitle h2,
.our-works .blockTitleEng {
	color: #fff;
}
.our-works-contents {
	margin: 50px auto 30px;
}
.each-our-work {
	background-color: rgba( 255, 255, 255, 0.8 );
	float: left;
}
.each-our-work h6,
.each-institution h6 {
	color: #0C1B70;
	font-size: 18px;
	padding-bottom: 7px;
	position: relative;
}
.each-our-work h6::after,
.each-institution h6::after {
	border-bottom: 2.5px solid #0C1870;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	width: 60px;
}
.each-our-work p {
	font-weight: bold;
	margin-top: 15px;
}

/* 魅力 */
.eachAttractiveBox {
}
.attractive h2 {
	color: #0C1B70;
	font-size: 24px;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
}
.eachAttractive {
}
.eachAttractiveNo {
	background-color: #0C1B70;
	background-color: #759C32;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	height: 60px;
	line-height: 80px;
	margin: 0 auto 30px;
	position: relative;
	text-align: center;
	width: 60px;
}
.eachAttractiveNo::before {
	color: #fff;
	content: "魅力";
	font-size: 12px;
	left: 0;
	position: absolute;
	text-align: center;
	top: -22px;
	width: 60px;
}
.eachAttractiveTitle {
	color: #759C32;
	font-size: 20px;
	font-weight: bold;
}
.eachAttractiveText {
	margin-top: 20px;
}

/* 環境・制度 */
.institution {
	margin-top: 60px;
}
.institution-contents {
	margin: 50px auto 30px;
}
.each-institution {
	float: left;
	width: 100%;
}
.institution-contents {
	margin: 50px auto 30px;
}
.each-institution img {
	display: block;
	margin-bottom: 20px;
}
.each-institution h6 {
	font-size: 16px;
}
.each-institution p {
	margin-top: 15px;
}

/* 募集メッセージ */
.middle-message .eachServiceLeadTitle {
	color: #759C32;
}
.middle-message .eachServiceEyeCatch {
	background: url('https://www.jitsuta.co.jp/image/recruit/recruit-message.jpg') no-repeat center center;
	background-size: cover;
}

/* ポイント */
.point {
	border: 1px solid #0C1870;
	position: relative;
	z-index: 3;
}
.eachPoint {
	color: #0C1870;
}
.eachPoint::before {
	color: #0C1870;
	content: "◆";
	font-size: 17px;
	padding-right: 2px;
}

/* 社員スライド */
.slick-eyeCatch,
.slick-eyeCatch img {
	width: 100%;
}

/* 募集要項 */
.requirement-lead {
	color: #0C1B70;
	font-size: 14px;
	margin: 40px auto 0;
}
.requirement table {
	border-collapse: collapse;
	margin: 30px auto 0;
}
.requirement table tr {
	background-color: #f5f5f5;
	border-bottom: 1px solid #fff;
}
.requirement table tr {
	padding: 20px;
}
.requirement table th {
	font-weight: bold;
	margin-left: 10px;
	padding: 10px 0;
	text-align: center;
}
.requirement table td {
	padding: 20px;
}

/* エントリーbtn */
.entry-btn {
	background-color: #759C32;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	height: 70px;
	line-height: 70px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.entry-btn::after {
	color: #fff;
	content: ">";
	display: block;
	display: none;
	font-size: 14px;
	position: absolute;
	top: 0;
	transform: scale( 1, 1.5 );
}
.enquiry-box {
	display: none;
	margin-top: -60px;
	text-align: center;
}
.send-enquiry {
	color: #759C32;
	cursor: pointer;
}
.enquiry-btn {
	background-color: #0C1B70;
	color: #fff;
	display: block;
	height: 70px;
	line-height: 70px;
	margin: 40px auto;
	text-align: center;
	width: 300px;
}

/*
  <div class="enquiry-box">
    <span class="send-enquiry">info2@jitsuta.co.jp</span> までメールでお問い合わせください。
    <div class="send-enquicy enquiry-btn">問い合わせる</div>
  </div>
*/


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

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

	.serviceIntroductionBlock {
		margin: 60px auto 0;
		width: 90%;
	}
	/* 私たちの仕事 */
	.each-our-work {
		margin-bottom: 20px;
		padding: 20px 15px 10px;
	}

	/* 魅力 */
	.attractive {
		margin-bottom: 80px;
	}
	.eachAttractiveBox {
		margin: 40px auto;
		width: 90%;
	}
	.attractive h2 {
		width: 95%;
		margin: 0 auto;
	}
	.eachAttractive {
		margin-top: 30px;
	}
	.eachAttractiveTitle {
		text-align: center;
	}

	/* 環境・制度 */
	.each-institution {
		margin-bottom: 20px;
		padding: 20px 0 10px;
	}

	/* メッセージ */
	.middle-message {
		margin-top: -10px;
	}

	/* ポイント */
	.point {
		margin: -25px auto 70px;
		padding: 20px;
		width: 80%;
	}
	.eachPoint {
		margin: 0 auto 20px;
	}
	.eachPoint:last-of-type {
		margin: 0 auto;
	}

	/* 募集要項 */
	.requirement-lead {
		width: 90%;
	}
	.requirement table th {
		width: 100px;
	}

	/* エントリーbtn */
	.entry-btn-box {
		margin: 50px auto 0;
		padding-bottom: 20px;
	}
	.enquiry-box {
		margin: -20px auto 140px;
		width: 90%;
	}
	.entry-btn {
		margin: 30px auto;
		width: 280px;
	}
	.entry-btn::after {
		right: 20px;
	}			
}
@media (max-width: 320px) {

	/* 幅狭スマホ */

	/* 私たちの仕事 */
	.our-works {
		padding: 60px 0 30px;
	}
	.each-our-work {
		height: 170px;
		margin-left: 15px;
		width: 110px;
	}

	/* 環境・制度 */
	.each-institution {
		height: 330px;
		margin-left: 15px;
		width: 140px;
	}
	.each-institution img {
		height: 100px;
		width: 140px;
	}
}
@media (min-width: 321px) and (max-width: 767px) {

	/* 幅広スマホ */

	/* 私たちの仕事 */
	.our-works {
		padding: 60px 0 20px;
	}
	.each-our-work {
		height: 150px;
		margin-left: 15px;
		width: 135px;
	}

	/* 環境・制度 */
	.each-institution {
		height: 320px;
		margin-left: 15px;
		width: 165px;
	}
	.each-institution img {
		height: 120px;
		width: 165px;
	}
}


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

	/* リード文 */
	.serviceIntroductionBlock p {
		width: 650px;
	}
	/* 私たちの仕事 */
	.each-our-work {
		padding: 20px 15px;
	}
	.each-our-work:first-of-type,
	.each-institution:first-of-type {
		margin-left: 0;
	}

	/* 魅力 */
	.attractive {
		margin-top: 70px;
	}
	.eachAttractiveBox {
		margin: 70px auto 90px;
		width: 720px;
	}
	.eachAttractive {
		float: left;
		margin-left: 30px;
		width: 220px;
	}
	.eachAttractive:first-of-type {
		margin-left: 0;
	}

	/* 環境・制度 */
	.each-institution {
		height: 280px;
		width: 220px;
	}
	.each-institution img {
		height: 145px;
		width: 220px;
	}

	/* 募集メッセージ */
	.middle-message {
		padding-top: 20px;
	}
	.middle-message .eachServiceLeadSub {
		text-align: center;
	}

	/* ポイント */
	.point {
		height: 110px;
		padding: 25px 20px;
		width: 660px;
	}
	.point::after {
		border-bottom: 6px solid #0C1870;
		border-right: 6px solid #0C1870;
		bottom: -6px;
		content: "";
		height: 140px;
		position: absolute;
		right: -6px;
		width: 685px;
	}
	.eachPoint {
		float: left;
		margin: 20px 0 0 20px;
	}
	.eachPoint span {
		display: block;
		margin-left: 18px;
	}
	.eachPoint:nth-of-type(1) {
		margin: 0 0 0 0;
		width: 280px;
	}
	.eachPoint:nth-of-type(2) {
		margin: 0 0 0 20px;
		width: 360px;
	}
	.eachPoint:nth-of-type(3) {
		clear: both;
		margin: 15px 0 0 0;
		width: 300px;
	}
	.eachPoint:nth-of-type(4) {
		margin: 15px 0 0 20px;
		margin: 15px 0 0 0;
		width: 340px;
	}
	
	/* 募集要項 */
	.requirement-lead {
		width: 500px;
	}
	.requirement table th {
		width: 120px;
	}

	/* エントリーbtn */
	.entry-btn-box {
		margin: 60px auto 140px;
		width: 300px;
	}
	.entry-btn {
		width: 300px;
	}
	.entry-btn::after {
		right: 30px;
	}
}


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

	/* 私たちの仕事 */
	.our-works {
		height: 313px;
		padding: 60px 0 20px;
	}
	.our-works-contents {
		width: 725px;
	}
	.each-our-work {
		height: 150px;
		margin-left: 15px;
		width: 140px;
	}
	.each-our-work h6 {
		margin-top: 10px;
	}
	/* 環境・制度 */
	.institution-contents {
		width: 700px;
	}
	.each-institution {
		margin-left: 20px;
	}

	/* ポイント */
	.point {
		margin: -40px auto 60px;
	}

	/* 社員スライド */
	.slick-eyeCatch {
		padding: 20px 0;
	}

	/* 募集要項 */
	.requirement table {
		width: 700px;
	}
}


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

	/* 私たちの仕事 */
	.our-works {
		height: 323px;
		padding: 60px 0 40px;
	}
	.our-works-contents {
		width: 850px;
	}
	.each-our-work {
		height: 150px;
		margin-left: 30px;
		width: 160px;
	}
	.each-our-work h6 {
		margin-top: 20px;
	}
	/* 環境・制度 */
	.institution {
		margin-top: 80px;
	}
	.institution-contents {
		width: 720px;
	}
	.each-institution {
		margin-left: 30px;
	}

	/* ポイント */
	.point {
		margin: -30px auto 60px;
	}

	/* 社員スライド */
	.slick-eyeCatch {
		padding: 10px 0 20px;
	}

	/* 募集要項 */
	.requirement table {
		width: 740px;
	}
}
