@charset "utf-8";
/* CSS Document */
/*求人情報*/
#index-m{
	height: 0px;
	background-color: #1F1714;
}
.header img{
	width: 100%;
}

#recruit{
}
#recruit img,#recruit2 img{
	width: 100%;
	max-width: 1200px;
}
#recruit h3,#recruit2 h3 {
    position: relative;
    color: #000;
    text-align: center;
    font-size: 24px;
    padding: 30px 0;
    margin: 0 0 1.0rem;
}
    /* 下三角 */ 
    #recruit h3:after,#recruit2 h3:after {
        border: 20px solid transparent;
        border-top-color: #000;
        border-bottom-width: 0;
        bottom: 0;
        content: "";
        display: block;
        left: 50%;
        position: absolute;
        width: 0;
    }

.recruit{
	background-color: #000000;
	color: #FFFFFF;
}

#recruit table{
	width: 95%;
	max-width: 1200px;
	border: #FFFFFF solid 1px;
	margin: 2.0rem auto;
	line-height: 2.0rem;
}
#recruit table tr{
	margin-bottom: 10.0rem;
}
#recruit table th{
	position: relative;
	text-align: left;
	vertical-align: top;
	width: 9rem;
	border: #FFFFFF solid 1px;
}
#recruit table td{
	text-align: left;
	border: #FFFFFF solid 1px;
}
#recruit table th,#recruit table td{
	padding: 0.5rem;
}

.rec-img{
	margin-top: 2.0rem;
	padding: 0;
	background-color: #FFFFFF;
	overflow: hidden;
	cursor: pointer;
}
.rec-img img{
	width: 100%;
	margin: 0;
	padding: 0;
	transition-duration: 0.5s;
}
.rec-img img:hover{
	transform: scale(1.05);
  transition-duration: 0.5s;
}

@media screen and (max-width:992px) {
	#recruit table{
	}
}
@media screen and (max-width:768px) {
}