@charset "UTF-8";

/* ====================================
recruit
===================================== */
html.enable-javascript .slider-sample{
  visibility: hidden;
}
html.enable-javascript.window-load .slider-sample{
  visibility: visible;
}

#main.recruit h2{
	font-size: 18px;
	margin-bottom: 15px;
}

.recruit_img{
	max-width: 1000px;
	margin: 30px auto 0;
}

.recruit_link a{
	border: 1px #000 solid;
	padding: 30px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.recruit_link a:hover{
	background: #c8c8c8;
}

.recruit_article h3{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.recruit_article_list{
	list-style: none;
}

.recruit_article_list li{
	padding-left: 1em;
	position: relative;
}

.recruit_article_list li::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: inherit;
	content: '-';
	font-weight: 700;
}

.recruit_article_list li + li{
	margin-top: 10px;
}

@media screen and (min-width: 768px){
	.recruit_link{
		display: flex;
		flex-flow: row;
		justify-content: space-between;
		align-items: center;
	}

	.recruit_link a{
		width: 42%;
	}
}

@media screen and (max-width: 767px){
	#main.recruit h2{
		font-size: 16px;
	}

	.recruit_link a{
		font-size: 16px;
		padding: 20px;
	}

	.recruit_link a + a{
		margin-top: 10px;
	}
}