@charset "utf-8";
#recruit-index>div:nth-of-type(2) {
	background: url(../../recruit/images/bg-recruit-index-02.png) no-repeat center top;
	min-width: 980px;
	height: 485px;
	margin-bottom: 30px;
	width: 100%;
}

#recruit-index>div:nth-of-type(3) {
	background: url(../../recruit/images/bg-recruit-index-04.png) no-repeat center top;
	min-width: 980px;
	height: 405px;
	margin-bottom: 30px;
	width: 100%;
}

#recruit-index>div:nth-of-type(4) {
	background: url(../../recruit/images/bg-recruit-index-03.png) no-repeat center top;
	min-width: 980px;
	height: 435px;
	margin-bottom: 0;
	width: 100%;
}

#recruit-index>div>div {
	width: 720px;
	margin: 0 auto;
	padding: 20px 0 20px 260px;
}

#recruit-index>div>div>h3 {
	font-size: 30px;
	line-height: 60px;
	letter-spacing: 0.2em;
	font-weight: bold;
}

#recruit-index>div>div>h3 span {
	display: inline-block;
	font-size: 12px;
	line-height: 60px;
	letter-spacing: 0.2em;
	font-weight: normal;
	color: #666;
	vertical-align: middle;
}

#recruit-index>div>div>h4 {
	font-size: 23px;
	line-height: 50px;
	letter-spacing: 0.2em;
}

#recruit-index>div>div>p {
	font-size: 16px;
	line-height: 40px;
	margin: 0;
	letter-spacing: 0.2em;
}

#recruit-index>div>div>img {
	display: none;
}

#recruit-index>div:nth-of-type(1) {
	background: url(../../recruit/images/bg-recruit-index-01.png) no-repeat center top;
	min-width: 980px;
	margin-bottom: 38px;
	width: 100%;
}

#recruit-index>div:nth-of-type(1)>div {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

#recruit-index>div:nth-of-type(1)>div>h2 {
	font-size: 20px;
	line-height: 75px;
	padding: 0;
	letter-spacing: 0.2em;
}

#recruit-index>div:nth-of-type(1)>div>h2:nth-of-type(2) {
	display: none;
}

#recruit-index>div:nth-of-type(1)>div>img {
	display: none
}

#recruit-index>div:nth-of-type(1)>div>div {
	margin-left: 385px;
}

#recruit-index>div:nth-of-type(1)>div>div>p {
	text-align: center;
	font-size: 24px;
	line-height: 45px;
	letter-spacing: 0.27em;
}

#recruit-index>div:nth-of-type(1)>div>div>div {
	background: #fff;
	width: 595px;
	padding-bottom: 10px;
}

#recruit-index>div:nth-of-type(1)>div>div>div h4 {
	width: 144px;
	height: 64px;
	padding-top: 80px;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.15em;
	float: left;
	background: #fff url(../../images/icon-loupe.png) no-repeat center 20px;
}

#recruit-index>div:nth-of-type(1)>div>div>div h4 span {
	display: block;
	font-size: 18px;
	line-height: 24px;
}

#recruit-index>div:nth-of-type(1)>div>div>div ul {
	padding: 20px 30px;
	height: 104px;
	border-bottom: 1px solid #eee;
	margin-left: 145px;
}

#recruit-index>div:nth-of-type(1)>div>div>div ul li {
	display: inline-block;
	width: 125px;
	height: 37px;
	font-size: 14px;
	line-height: 37px;
	color: #999;
}

#recruit-index>div:nth-of-type(1)>div>div>div ul li a {
	text-decoration: underline;
	font-size: 14px;
	line-height: 37px;
	letter-spacing: 0.1em;
}

#recruit-index>div:nth-of-type(1)>div>div>div ul li i:before {
	content: "▶ ";
	font-style: normal;
	font-size: 12px;
	color: #cb0101;
}

#recruit-index>div:nth-of-type(1)>div>div>div p {
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	padding: 10px 0;
	margin: 10px 0 0;
	letter-spacing: 0.15em;
}

#recruit-index>div:nth-of-type(1)>div>div>div p:nth-of-type(1) {
	width: 50%;
	float: left;
	border-right: 1px dashed #999;
}

#recruit-index>div:nth-of-type(1)>div>div>div p span {
	color: #cb0101;
	white-space: nowrap;
}


/* レスポンシブ */

@media screen and (max-width:736px) {
	#recruit-index {
		width: 100% !important;
		margin: 0;
		background: #fff url(../../images/bg-div-grey-bg-mobile.png) repeat-y 3.5vw 0;
		padding-bottom: 25px;
	}
	#recruit-index>div {
		width: 100% !important;
		background: none !important;
		margin-left: 0 !important;
		min-width: 0 !important;
		height: auto !important;
		margin-bottom: 20px !important;
	}
	#recruit-index>div>div {
		width: auto;
		margin: 0 0 0 7%;
		padding: 24px 7vw 24px 3.5vw;
		background: #fff;
	}
	#recruit-index>div>div>h3 {
		clear: none;
		margin-left: 33%;
		font-size: 28px;
		line-height: 36px;
		letter-spacing: 0.2em;
		font-weight: bold;
		padding: 17px 0;
	}
	#recruit-index>div>div>h3 span {
		display: inline-block;
		font-size: 12px;
		line-height: 36px;
		letter-spacing: 0.2em;
		font-weight: normal;
		color: #666;
		vertical-align: middle;
	}
	#recruit-index>div>div>h4 {
		clear: none;
		margin-left: 33%;
		font-size: calc(80% + 1vw);
		line-height: calc(100% + 2.5vw);
		letter-spacing: 0.2em;
		padding: 0 0 10px;
		/*text-align: justify;*/
	}
	#recruit-index>div>div>p {
		clear: both;
		font-size: calc(60% + 1vw);
		line-height: calc(120% + 2.5vw);
		margin: 0;
		letter-spacing: 0.2vw;
		/*text-align: justify;*/
	}
	#recruit-index>div>div>img {
		display: block;
		width: 33%;
		height: auto;
		float: left;
		margin: 0 5% 10px -8.3%;
	}
	#recruit-index>div:nth-of-type(1)>div {
		width: 100% !important;
		margin: 0;
		background: #fff url(../../images/bg-div-grey-bg-mobile.png) repeat-y 3.5vw 0;
	}
	#recruit-index>div:nth-of-type(1)>div>h2:nth-of-type(1) {
		display: none;
	}
	#recruit-index>div:nth-of-type(1)>div>h2:nth-of-type(2) {
		display: block;
		font-size: calc(70% + 2vw);
		line-height: 30px;
		padding: 19px 0;
		letter-spacing: 0.3vw;
		margin-left: 7.5%;
	}
	#recruit-index>div:nth-of-type(1)>div>img {
		display: block;
		width: 100%;
		height: auto;
	}
	#recruit-index>div:nth-of-type(1)>div>div {
		margin: 0 7%;
	}
	#recruit-index>div:nth-of-type(1)>div>div>p {
		font-size: 3.7vw;
		line-height: 6.9vw;
		letter-spacing: 0.27em;
		margin: 20px 0;
	}
	#recruit-index>div:nth-of-type(1)>div>div>div {
		background: #fff;
		width: 100%;
		padding-bottom: 10px;
	}
	#recruit-index>div:nth-of-type(1)>div>div>div h4 {
		width: auto;
		height: 34px;
		border-right: 0;
		text-align: center;
		font-size: 20px;
		line-height: 34px;
		letter-spacing: 0.2em;
		float: none;
		background: none;
		padding: 18px 0;
	}
	#recruit-index>div:nth-of-type(1)>div>div>div h4 i {
		display: inline-block;
		height: 34px;
		width: 34px;
		background: url(../../images/icon-loupe.png) no-repeat center center;
		background-size: contain;
		vertical-align: middle;
		margin-right: 10px;
	}
	#recruit-index>div:nth-of-type(1)>div>div>div h4 span {
		display: inline;
		font-size: 20px;
		line-height: 34px;
	}
	#recruit-index>div:nth-of-type(1)>div>div>div ul {
		padding: 17px 0 0 25px;
		margin: 0;
		height: auto;
	}
	#recruit-index>div:nth-of-type(1)>div>div>div ul li {
		width: auto;
		min-width: 6.2em;
		height: auto;
		padding-right: 20px;
		margin: 0;
	}
	#recruit-index>div:nth-of-type(1)>div>div>div ul li a {
		font-size: 16px;
		line-height: 36px;
		letter-spacing: 0.15em;
	}
	#recruit-index>div:nth-of-type(1)>div>div>div ul li i {
		font-size: 16px;
		line-height: 36px;
		letter-spacing: 0.15em;
	}
}