@charset "utf-8";
.mv{
	height: 60rem;
}
main{
	width: 1000px;
}
.p-tit{
	font-size: 2rem;
}
.p-tit.center{
	text-align: center;
}
.p-tit span{
	font-size: 1.1em;
	color: #d2c31d;
	font-weight: bold;
	padding: 0 .1em 0 .1em;
}
main section table td p:last-child{
	margin-bottom: 0;
}
section.treat-box{
	width: 1000px;
}
.treat-list{
	margin: 0 auto;
}
main section.recruit .side-img .img {
	width: 20%;
}
main section.recruit .side-img .content {
	width: 75%;
}
hr{
	margin: 50px 0;
}
.img-box{
	position: relative;
	display: inline-block;
	line-height: 0;
}
.img-box img{
	display: block;
	width: 100%;
	height: auto;
}
.img-label{
	color: #4c2d01;
	font-weight: 600;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(to right, #e8e089, #e6e6e6);
	padding: 4px 8px;
	font-size: 1.7rem;
	line-height: 1.2;
	letter-spacing: 2px;
	white-space: nowrap;
}

@media(max-width: 768px){
	main{
		width: 100%;
	}
	.p-tit{
		font-size: 1.5rem;
	}
	section.treat-box{
		width: 100%;
	}
	main section.recruit .side-img .img,
	main section.recruit .side-img .content {
		width: 100%;
	}
	.img-label{
		font-size: 1.3rem;
	}
	
}