﻿@charset "utf-8";

.eyecatch_recruit{
	background: url("../img/recruit/i1.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

#mf1{
	margin-bottom: 100px;
}

#mf1 h3{
	margin-bottom: 40px;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
}

#mf1 .clist{
	justify-content: space-between;
}

#mf1 .clist .cbox{
	width: 495px;
}

#mf1 .clist .cbox div{
	padding: 20px;
	background-color: #303030;
}

#mf1 .clist .cbox div h4{
	margin-bottom: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

#mf1 .clist .cbox div a{
	padding: 10px 0;
	font-size: 0.9375rem;
	text-align: center;
	color: #fff;
	background-color: #e96000;
	display: block;
	position: relative;
}

#mf1 .clist .cbox div a::after{
	content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border: #fff solid;
    border-width: 0 1px 1px 0;
    margin: 0 0 0 5px;
    transform: rotate(-45deg);
    transform-origin: left center;
    position: absolute;
    top: 50%;
    right: 20px;
}













@media screen and (max-width: 850px) {

.eyecatch_recruit{
	background: url("../img/recruit/i1.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

#mf1{
	width: 90%;
	margin: 0 auto 60px;
}

#mf1 h3{
	margin-bottom: 30px;
}

#mf1 .clist{
	justify-content: flex-start;
}

#mf1 .clist .cbox{
	width: 100%;
	margin-bottom: 30px;
}

#mf1 .clist .cbox:last-child{
	margin-bottom: 0;
}

}