  @charset "utf-8";
/* ----採用情報 - 新卒採用 - SEの仕事とは---- */

/* ----当社でのシステムエンジニアの仕事とは---- */

#works h4 {
	position: relative;
	font-size: 18px;
	letter-spacing: 1px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	margin-bottom: 26px;
	padding: 10px 0;
	width: 720px;
	background: #0c3388;
	z-index: 0;
	color: #F6F6F6;
}

#works h4:after {
	position: absolute;
	bottom: -9px;
	left: 50%;
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	margin-left: -10px;
	border-style: solid;
	border-width: 9px 14px 0 14px;
	border-color: #0c3388 transparent transparent transparent;
}

#works h4 span {
	font-size: 24px;
	font-weight: bold;
}

#works {
	margin-bottom: 40px;
}

#works ul {
	width: 100%;
	list-style: none;
}

#works ul li {
	float: left;
	text-align: center;
	width: 237px;
	height: auto;
	min-height: 250px;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
}

#works ul li div {
	display: table-cell;
	vertical-align: bottom;
	width: 237px;
	height: 172px;
}

#works ul li div img {
	margin-bottom: 22px;
}

#works ul li p {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 160%;
	text-align: left;
	padding: 0px 15px;
}

#works ul li:nth-child(3),
#works ul li:last-child {
	border-right: none;
}

#works ul li:nth-child(4),
#works ul li:nth-child(5),
#works ul li:last-child {
	border-bottom: none;
}


/* ----経験を積むと開発チームのリーダーとして---- */

#leader {
	clear: both;
	width: 100%;
	height: 180px;
	margin-bottom: 50px;
	background-color: #ff7359;
}

#leader img {
	box-sizing: border-box;
	float: left;
	margin: 30px 30px 0px 25px;
}

#leader h4 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 33px 0px 10px 0px;
	padding: 0px;
	padding-top: 40px;
	color: #fff;
}

#leader p {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 130%;
	width: 685px;
	color: #fff;
}

/*
****     SP     ***
**/
@media (max-width: 767px) {
	#works h4 {
		width: 100%;
		margin: 0;
		line-height: 140%;
		font-size: 16px;
		letter-spacing: 1.5px;
	}
	#works h4:after {
		margin-left: -14px;
	}
	#works h4 span {
		font-size: 18px;
	}
	#leader {
		height: auto;
		margin-bottom: 40px;
		text-align: center;
		padding: 10px;
		box-sizing: border-box;
	}
	#leader h4 {
		font-size: 18px;
		margin: 0;
		padding: 10px 0;
	}
	#leader img {
		float: none;
		margin: 0;
	}
	#leader p {
		width: 100%;
	}
	#works ul {
		overflow: hidden;
	}
	#works ul li {
		width: 50%;
		box-sizing: border-box;
		border-right:0;
		padding-top: 20px;
		height: 240px;
		min-height: auto;
	}
	#works ul li p {
		padding: 0 10px;
	}
	#works ul li:last-child,
	#works ul li:nth-last-child(2) {
		height: auto;
		padding-bottom: 10px;
	}
	#works ul li:nth-child(odd) {
		border-right: 1px solid #d4d4d4;
	}
	#works ul li:nth-child(4) {
		border-bottom: 1px solid #d4d4d4
	}
	#works ul li div {
		width: 100%;
		height: 70px;
		display: block;
	}
	#works ul li div img {
		width: auto;
		height: 70px;
	}
	#leader img {
		width: auto;
		height: 80px;
	}
}











