@charset "UTF-8";

#recruit-slider{
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* height: 100vh; */
}
#slider {
	width: 780px;
	margin: 0 auto 30px;
}
.slider-item img {
	width: 100%;
}
#thumbnail {
	width: 780px;
	margin: 0 auto;
}
.thumbnail-item {
	/*flex: 0 1 12%;*/
	margin-bottom: 4px;
	margin-right: 4px;
	box-sizing: border-box;
	position: relative;
	opacity: 0.4;
    width: 85px;
}
@media (max-width: 649px) {
    .thumbnail-item {
        width: 23%;
    }
}
.thumbnail-item.thumbnail-current {
	opacity: 1;
}
.thumbnail-item img {
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
}
@media (max-width: 959px) {
	#slider {
		width: 100%;
	}
	#thumbnail {
		width: 100%;
	}
}

/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 33px;
	height: 65px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev {
	left: -60px;
}
.slick-next {
	right: -60px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before,
.slick-next:before {
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '';
	display: inline-block;
	width: 33px;
	height: 65px;
	background-size: contain;
	vertical-align: middle;
}
.slick-prev:before {
	background-image: url(/img/arrow-prev.png);
}
.slick-next:before {
	background-image: url(/img/arrow-next.png);
}

/* table */
.table-recruit {
	min-width: 750px;
	border: 1px solid #231815;
}
.table-recruit th ,
.table-recruit td {
	padding: 5px .6em 4px;
	color: #231815;
	border: 1px solid #231815;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	vertical-align: middle;
}
.table-recruit th {
	width: 14%;
}
.table-recruit th.yellow {
	background: #FFF97F;
}
.table-recruit th.green {
	background: #D2F94D;
}
.table-recruit td.thin {
	width: 14%;
	font-size: 16px;
	font-size: 1.6rem;
}
@media (max-width: 959px) {
	.table-recruit {
		min-width: 640px;
	}
	.table-recruit th {
		width: 20%;
	}
}

/* box */
.box-info {
	margin: 5px auto;
	max-width: 680px;
	border: 1px solid #231815;
	padding: .5em 3em;
}
.box-info p {
	font-size: 18px;
	font-size: 1.8rem;
	color: #231815;
}
@media (max-width: 959px) {
	.box-info {
		margin: 5px auto;
		max-width: 680px;
		padding: .5em 1em;
	}
	.box-info p {
		font-size: 14px;
		font-size: 1.4rem;
	}
}
