<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#rec_mainvisual {
	height: 350px;
	background-image: url(../images/rec_mainvisual.jpg);
    background-size: cover;
	background-position: left top;
    background-repeat: no-repeat;
	position: relative;
}
#rec_mainvisual:before {
	content: '';
	background-color: rgba(0,0,0,.2);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#rec_mainvisual h2 {
	color: rgba(255,255,255,0.70);
	text-shadow: 2px 2px 20px #000000;
	font-size: 2rem;
	line-height: 350px;
	position: relative;
	padding-top: 40px;
}
h2:before {
	position: absolute;
	content: 'RECRUIT';
	top: -2rem;
	left: 0;
	font-size: 5rem;
	display: inline-block;
}
#types,#guidelines,#video {
	padding: 120px 0;/*ヘッダー固定分のリンクのずれをjsで調整後100px 0に変更する*/
}
#rec_contents h3 {
	padding-bottom: 45px;
	text-align: center;
	font-size: 4.5rem;
	color: #9f957c;
	position: relative;
}
#rec_contents h3:after {
	position: absolute;
	content: '';
	bottom: 35px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
    	-ms-transform: translate(-50%, 0);
        	transform: translate(-50%, 0);
	display: inline-block;
	width: 50px;
	height: 5px;
	background-color: #dfd7cb;
}
.comment{
	color: #AF011C;
	font-size: 2rem;
	text-align: center;
	border: 1px solid #AF011C;
	padding: 10px 0;
	margin: -50px 0 50px;
}
#types li {
	margin-top: 30px;
}
#types h4 {
	font-size: 2rem;
	line-height: 100px;
}
#machanical {
	height: 200px;
	background-image: url(../images/rec_machanical.jpg);
    background-size: 300px 200px;
	background-position: left top;
    background-repeat: no-repeat;
	padding-left: 350px;
}
#electrical {
	height: 200px;
	background-image: url(../images/rec_electrical.jpg);
    background-size: 300px 200px;
	background-position: left top;
    background-repeat: no-repeat;
	padding-left: 350px;
}
#assembly {
	height: 200px;
	background-image: url(../images/rec_assembly.jpg);
    background-size: 300px 200px;
	background-position: left top;
    background-repeat: no-repeat;
	padding-left: 350px;
}
#guidelines {
	background-color: #f5f5f5;
}
#guidelines table {
	width: 100%;
}
#guidelines th {
	width: 20%;
	border-bottom: solid 1px #cccccc;
	padding: 20px 0;
	font-weight: normal;
	color: #333333;
}
#guidelines td {
	width: 80%;
	border-bottom: solid 1px #cccccc;
	padding: 20px 0 20px 10px;
	vertical-align: middle;
}
.youtube {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.video-contents {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
    align-items: flex-start;
}
.item {
    flex-basis: 48.5%;
}





@media screen and (min-width: 560px) and (max-width: 959px) {

#rec_mainvisual {
	height: 300px;
}
#rec_mainvisual h2 {
	font-size: 1.8rem;
	line-height: 300px;
	padding-top: 25px;
}
h2:before {
	top: -1.8rem;
	font-size: 4rem;
}	
#types,#guidelines,#video {
	padding: 50px 0;
}	
#rec_contents h3 {
	font-size: 3.5rem;
}
.comment{
	font-size: 1.8rem;
	padding: 8px 0;
	margin: 10px 0 50px;
}
#types h4 {
	font-size: 1.8rem;
	line-height: 50px;
}
#machanical,#electrical,#assembly {
	height: 133px;
    background-size: 200px 133px;
	padding-left: 250px;
}
.video-contents {
    margin-top: 20px;
}
}





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

#rec_mainvisual {
	height: 250px;
}
#rec_mainvisual h2 {
	font-size: 1.7rem;
	line-height: 250px;
	padding-top: 20px;
}
h2:before {
	top: -1.7rem;
	font-size: 3rem;
}
#types,#guidelines,#video {
	padding: 50px 0;
}
#rec_contents h3 {
	font-size: 2.2rem;
}
.comment{
	font-size: 1.5rem;
	padding: 6px 0;
	margin: 0px 0 50px;
}
	
	
	

#machanical {
	height: 200px;
	background-image: url(../images/rec_machanical.jpg);
    background-size: 300px 200px;
	background-position: left top;
    background-repeat: no-repeat;
	padding-left: 350px;
}
#electrical {
	height: 200px;
	background-image: url(../images/rec_electrical.jpg);
    background-size: 300px 200px;
	background-position: left top;
    background-repeat: no-repeat;
	padding-left: 350px;
}
#assembly {
	height: 200px;
	background-image: url(../images/rec_assembly.jpg);
    background-size: 300px 200px;
	background-position: left top;
    background-repeat: no-repeat;
	padding-left: 350px;
}
#types li {
	margin-top: 50px;
}
#types li:first-of-type {
	margin-top: 0;
}
#types h4 {
	font-size: 1.5rem;
	line-height: 30px;
}
#machanical,#electrical,#assembly {
	height: auto;
	background-size: 100%;
	padding-left: 0;
	padding-top: 210px;
}	
.video-contents {
    display: block;
	margin-top: 0px;
}
.item {
    margin-top: 10px;
}
}

</pre></body></html>