@charset "UTF-8";
/*
 * ==========================================================================
 *
 * [recruit]
 *
 * ==========================================================================
 */
/**
 * --------------------------------------------------------------------------
 * common
 * --------------------------------------------------------------------------
 */
#mainContent {
	padding: 63px 0;
}

#pageTitleVox {
	background-image: url(../images/recruit/mainVis.jpg);
}
/**
 * --------------------------------------------------------------------------
 * content
 * --------------------------------------------------------------------------
 */
#mainCopy {
	position: relative;
	background: url(../images/sdgs/sus.jpg) no-repeat;
	background-size: cover;
	min-height: 500px;
}
	#mainCopy .copy {
        left:30%;
	}
		#mainCopy .copy h2 {
			margin-top: -30px;
		}
		
/**
 * works
 */
#works {
	padding: 60px 0;
}
	#works .inner {
		width: 828px;
		margin: 0 auto;
	}
	#works section {
		margin-bottom: 20px;
	}
	#works h2 {
		font-size: 25px;
		border-bottom: 5px solid #000;
		letter-spacing: 3px;
		width: 5em;
		margin: 0 auto 50px;
		text-align: center;
		padding-bottom: 1em;
	}
	#works section h3 {
		line-height: 50px;
		text-align: left;
		cursor: pointer;
		font-size: 20px;
	}
		#works section h3 span {
			background-image: url(../images/common/ico_right.png);
			background-repeat: no-repeat;
			background-position: left center;
			padding-left: 2.5em;
			letter-spacing: 4px;
		}
		#works section h3.active span {
			background-image: url(../images/common/ico_down.png);
		}
	#works section.trying h3 {
		background: #FFCC33;
	}

	#works section .content {
		background: #fafafa;
		padding: 45px 80px;
		display: none;
	}
		#works section .content p.none {
			text-align: center;
			font-size: 20px;
			font-weight: bold;
		}
		#works section .content table {
			width: 100%;
		}
			#works section .content table tr {
				border-bottom: 1px solid #c0c0c0;
				}
				table {
					display: flex;
					justify-content: space-around;
					text-align: center;
				}
			#works section .content table th,
			#works section .content table td {
				padding: 20px 0;
			}
			#works section .content table th {
				font-size: 16px;
				font-weight: bold;
				vertical-align: top;
				padding-left: 45px;
				width: 152px;
				text-align: left;
			}
			#works section .content table td {
				font-size: 14px;
			}
			#works section .content .entry {
				text-align: center;
				margin-top: 22px;
			}
			
   	
/**
 * contents
 */
#contents {
	position: relative;
	background: #3475a0;
}
#contents:after {
	content: " ";
	position: absolute;
	right: 0;
	top: 0;
	background: #54abd1;
	height: 100%;
}
@media screen and (min-width: 1201px) {
	#contents:after {
		width: 20%;
	}
}
	#contents .inner {
		width: 1200px;
		margin: 0 auto;
		background: url(../images/recruit/diagonal_bg.png) no-repeat right top;
		padding: 40px 0 38px;
	}

	#contents h2 {
		color: #FFF;
		text-align: center;
		padding-bottom: 20px;
		line-height: 1;
	}
	#contents hr {
		height: 4px;
		width: 78px;
		margin: 0 auto;
		background: #FFF;
		margin-bottom: 34px;
	}
	#contents .contentList {
		width: 684px;
		margin: 0 auto;
	}
		#contents li {
			float: left;
		}
		#contents li:nth-child(2) {
			margin: 0 25px;
		}
			#contents li a {
				background: #FFF;
				display: inline-block;
			}