@charset "utf-8";

#wrapper #content dt{
	font-size:1.2em;
	font-weight:bold;
	color:#b99b65;
	margin-top:14px;
	}

#wrapper #content dt.kasen{
	font-size:1.2em;
	font-weight:bold;
	color:#b99b65;
	margin-top:14px;
	border-bottom: 2px dotted #C4AC74;
	}
	
#wrapper #content dd{	
	color:#333333;
	margin-top:5px;
	margin-bottom:7px;
	}

#content h1 {
	height:41px;
	font-size:1.3em;
	color:#615d5d;
	padding:5px 0 0 50px;
	margin:50px 0 15px 0;
}
#content h1:first-child {
	margin:0 0 15px 0;
}
	
/* ===================================================================
 right_side　求める人材
=================================================================== */
#wrapper #content #jinbutuzou h1{
	background:url(img/rec_stitle3.png) no-repeat;
	}
	
#wrapper #content #jinbutuzou dl {
	background:url(img/mbg.png) no-repeat right bottom;
	padding-bottom:50px;
	}	
	
/* ===================================================================
 right_side　先輩達の声
=================================================================== */
#wrapper #content #senpai h1 {
	background:url(img/rec_stitle2.png) no-repeat;
}

/* ===================================================================
 right_side　求人情報
=================================================================== */	
#wrapper #content h1{
	background:url(img/rec_stitle3.png) no-repeat;
}

/*#wrapper #content h2{
	background-color: #009521;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    height: 26px;
    margin-bottom: 7px;
    padding-top: 5px;
    text-align: center;
    width: 240px;
}*/

.bosyuu table {
    width:100%;
    border-collapse: collapse;
    border-spacing: 0;
	margin:20px 0 44px 0;
}

.bosyuu table tr th {
    background-color: #efefef;
	border: 1px solid #ccc;
	padding: 15px 10px;
	color:#615D5D;
}

.bosyuu table tr td {
    border: 1px solid #ccc;
    padding: 15px 10px;
}

#content p{
	margin-top:14px;
	}



/* ===================================================================
 動画
=================================================================== */	
.bg_pattern {
	margin:10% 0;
	padding:5%;
  background-color: #ffe9a7;
  opacity: 0.9;
  z-index: -1;
}
.Boxes {
  background-image: linear-gradient(#f0efec 1px, transparent 1px), linear-gradient(to right, #f0efec 1px, #f1f7f7 1px);
  background-size: 40px 40px;
}
.movie-wrap{
	text-align:center;
	}
	
.heading02 {
	position: relative;
	font-size: 26px;
	text-align: center;
	border-bottom: 5px solid #dddddd;
	margin-bottom:2%;
}

.heading02::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background-color: #387ccc;
}
.vimeo{
	color:#333;
	text-decoration:none;
	font-weight:600;
	&:hover{
		color: #ccc;
		}
	}