@charset "utf-8";

#main{
	background:url(../../img/recruit/main.jpg) no-repeat center top;
}
#subNav {
	position: relative;
}
#subNav .hover{
	top:-70px;
	left:100px;
}
.toblog img{
	display: block;
	position: absolute;
	bottom:-135px;
	right:0;
}
.toblog a img:hover{
	opacity: 0.7 !important;
}

#menu5{
	float:right;
}
#contents h2{
	background:url(../../img/recruit/icon4.png) no-repeat 5px top;
	font-size: 26px;
	padding:10px 0 20px 60px;
	border-bottom:2px solid #333;
	margin-bottom: 30px;
}
#contents .td3 h3{
	padding:0px 0px 0px 100px;
	margin: 0;
}
#contents .tb1 td{
	padding: 30px 10px;
	border: none;
}
.tb1 td{
	vertical-align:top;
}
.td1,.detail{
	color:#666;
	font-size:15px;
}
td.td3{
	padding:20px 0;
	margin:0;
}
.td1 h3,#contents h3{
	color:#EB6B00;
	font-size:20px;
}
#contents .detail h3{
	font-size: 1em;
	color: #333;
	background: none;
	padding:0;
}
#contents .detail .img{
	text-align: center;
}

#contents .tb1.illust td{
	padding: 10px 10px;
}
#contents .point1,
#contents .point2,
#contents .point3,
#contents .point4{
	background: url(../../img/recruit/icon1.png) no-repeat left center;
	padding:20px 20px 10px 60px;
}
#contents .point2{
	background: url(../../img/recruit/icon2.png) no-repeat left center;
}
#contents .point3{
	background: url(../../img/recruit/icon3.png) no-repeat left center;
}
#contents .point4{
	background: url(../../img/recruit/icon4-1.png) no-repeat left center;
}
#contents .info.detail{
	background: url(../../img/recruit/bg_recruit.png) no-repeat center top;
	min-height: 847px;
	padding:30px 0;
	box-sizing: border-box;
}
#contents .info.detail .detailIn{
	width:590px;
	margin: 0 auto;
}
#contents .info.detail h2{
	text-indent:-9999px;
	width:100;
	margin: 0 auto;
	border: none;
}
#contents .info .name{
	font-size: 20px;
	width:510px;
	margin: 100px auto 20px;
	font-weight: bold;
	color: #000;
}
#contents .info table{
	width:510px;
	margin: 20px auto;
}
#contents .info tr{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
#contents .info td{
	padding:15px 15px 15px 5px;
}
#contents .info th{
	padding:15px 0 15px 10px;
	min-width: 80px;
	font-weight: normal;
}
#contents .center{
	text-align: center;
}

.recruit-desc {
	font-size: 15px;
	font-weight: bold;
}
.recruit-interview {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.recruit-interview p {
	position: relative;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.7;
	min-width: 50%;
	max-width: 70%;
	padding: 15px 25px;
	color: #FFF;
	-webkit-border-radius: 12px;
	        border-radius: 12px;
	background-color: #E85D2B;
}
.recruit-interview p + p {
	margin-top: 25px;
}
.recruit-interview p:nth-child(odd) {
	float: left;
}
.recruit-interview p:nth-child(even) {
	float: right;
	/*background-color: #EDB800;*/
}
.recruit-interview p:before {
	position: absolute;
	top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
	content: "";
	display: block;
	width: 20px;
	height: 18px;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.recruit-interview p:nth-child(odd):before {
	left: -20px;
	background-image: url(../../img/recruit/interview-l.png);
}
.recruit-interview p:nth-child(even):before {
	right: -20px;
	background-image: url(../../img/recruit/interview-r.png);
}

/* リクルート */
.charm-4wrap{

}

.charm-4wrap .charm-4_item{
	display: flex;
	padding-top: 28px;
	padding-bottom: 28px;
	border-top:1px dotted #c9c9c9;
}


.charm-4_item:nth-child(even){
	flex-direction: row-reverse;
}

.charm-4_item:first-child{
	border-top:none;
	padding-top:0;
}

.charm-4_item .charm-4_item-half{
	width: 50%;
}

.charm-4_item-half.textright{
	text-align: right;
}

@media screen and (max-width:870px) {
	.charm-4wrap .charm-4_item{
		display: block;
	}
	.charm-4_item .charm-4_item-half{
		width: 100%;
	}
	.charm-4_item p.charm-4_item-half{
		width: 80%;
		margin: 20px auto 0;
	}
}


/* 職種 */
.syokusyuWrap{
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}

.syokusyuWrap.borderTop{
	border-top:1px dotted #c9c9c9;
	padding-top: 53px;
}

.syokusyuWrap .syokusyu_tag{
	background-color: #e85d2b;
	color: #fff;
	font-size: 14px;
	padding:3px 8px 2px;
	border-radius:4px;
	display: block;
	margin-right: 10px;
}

.syokusyuWrap .syokusyu_job{
	font-size:16px;
	color: #666;
	display: block;
	letter-spacing: 0.08em;
}

.syokusyuWrap .syokusyu_name{
	font-size:23px;
	color: #666;
	display: block;
	border-left: 2px solid #e4e4e4;
	padding-left: 15px;
	margin-left: 15px;
	font-weight: bold;
	letter-spacing: 0.08em;
}

@media screen and (max-width:870px) {
	.syokusyuWrap .syokusyu_tag{
		font-size: 13px;
	}

	.syokusyuWrap .syokusyu_job{
		font-size:15px;
	}

	.syokusyuWrap .syokusyu_name{
		font-size:20px;
		padding-left: 10px;
		margin-left: 10px;
	}
}

.questionTtl{
	background-color: #f6f6f6;
	height: 50px;
	color: #e85d2b;
	font-weight: bold;
	display: flex;
	align-items: center;
	font-size: 15px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 16px;
}

.questionTxt{
	color: #666;
	font-size:15px;
	line-height: 1.6;
	margin-bottom: 30px;
}

@media screen and (max-width:870px) {
	.questionTtl{
		height:auto;
		font-size:14px;
		padding:10px;
		margin-bottom: 16px;
	}

	.questionTxt{
		font-size:13px;
	}
}

/* Apple Link Area */
.appleLinkArea{
	display: flex;
	background-color: #f6f6f6;
	justify-content: center;
}

.appleLinkArea a{
	display: block;
	padding: 20px 10px 10px;
	transition: 0.3s;
}

@media screen and (max-width:870px) {
	.appleLinkArea{
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.appleLinkArea a{
		width: 48%;
		box-sizing: border-box;
		text-align: center;
	}
}


/* 募集テーブル */

.bosyutabletitle{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.bosyutabletitle .bosyutabletitle__icon{
	margin-right: 16px;
}

.bosyutabletitle .bosyutabletitle__txt{
	color:#e85d2b;
	font-size:22px;
	letter-spacing: 0.08em;
	font-weight: bold;
}
@media screen and (max-width:870px) {
	.bosyutabletitle .bosyutabletitle__icon{
		margin-right: 9px;
		width: 60px;
	}
	.bosyutabletitle .bosyutabletitle__txt{
		font-size:18px;
	}
}

.bosyutable{
	margin-bottom: 55px;
}

.bosyutable_tr{
	display: flex;
	border-bottom: 1px dotted #c9c9c9;
}

.bosyutable_tr.mostop{
	border-top: 1px dotted #c9c9c9;
}

.bosyutable_tr .bosyutable_th{
	width: 25%;
	background-color: #f6f6f6;
	color: #e85d2b;
	font-size: 16px;
	padding: 18px 25px;
}
.bosyutable_tr .bosyutable_td{
	width: 75%;
	padding: 18px 25px;
	color: #666;
	font-size: 15px;
	line-height: 2;
}

@media screen and (max-width:870px) {
	.bosyutable_tr .bosyutable_th{
		width: 20%;
		font-size: 14px;
		padding:15px 12px;
	}
	.bosyutable_tr .bosyutable_td{
		width: 80%;
		padding:15px 12px;
		font-size: 14px;
		line-height: 1.6;
	}
}

#contents .contactbuttl{
    background: none;
    font-size:unset;
    padding: 0px;
    border-bottom: none;
    margin-bottom: 18px;
}






#form{
	box-sizing: border-box;
	border: 10px solid #EBEDEC;
	margin: 40px 0 0;
	padding: 30px 100px;
}
#form h2{
	width: 100%;
	text-align: center;
	background:none;
	padding: 0;
	margin:20px 0;
	border-bottom: none;
}
#form table{
	width: 100%;
}
#form table tr{
	border-bottom: 1px dotted #ccc;
}
#form table .noborder{
	border: none !important;
}
#form table th{
	color:#666666;
	width: 180px;
	vertical-align: top;
}
#form table th,
#form table td{
	padding:15px 20px;
}
#form table .attention{
	color:#F45F28;
	font-weight: bold;
}
#form table .attention td{
	padding:0 20px 15x;
}
#form input[type="text"],
#form input[type="email"],
#form textarea{
	width: 100%;
	padding:8px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

@media screen and (max-width:870px) {
	#form input[type="text"],
	#form input[type="email"],
	#form textarea{
		font-size: 16px;
	}
}

#form input[type="submit"]{
	background:url(../../img/contact/btn_form.png) no-repeat center top;
	border: none;
	text-indent: -9999px;
	width: 200px;
	height:40px;
	display: block;
	margin: 20px auto;
}
#form input[type="submit"]:hover{
	opacity: 0.7;
}

#personal{
	background: #F6F6F6;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	margin: 20px 0;
}
#personal h3{
	color: #666666;
	font-size: 15px;
	margin: 0 0 5px;
}

#end h2{
	text-align: center;
	margin-top: 60px;
}
#end .text{
	padding:20px;
	margin: 0 auto;
	width:580px;
	font-size: 16px;
}
#line h2{
	margin-top: 60px;
}
#line .text{
	background:url(../../img/contact/photo1.png) no-repeat left top;
	min-height: 120px;
	padding: 0 0 0 200px;
	font-size: 16px;
	margin-top: 50px;
	line-height: 1.8;
	width:300px;
	float: left;
}
#line .btn{
	background:url(../../img/contact/btn_line.png) no-repeat center top;
	width: 153px;
	height: 45px;
	display: block;
	text-indent: -9999px;
	margin: 5px 0;
}
#line .qr{
	float: left;
	width:120px;
	padding:40px 0 0 0;
}


#info .contact-p{
	font-size: 16px;
	color: #666;
}

#info .contactbuttl{
	margin:30px 0 10px;
}


#infobottom .contact-p{
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}

#infobottom .contactbuttl{
	margin:30px 0 10px;
}

.recLastImgWrap{
	text-align: center;
	margin-top: 20px;
}

/*　max 1000px
--------------------------------------------------------------------------------------- */
@media screen and (max-width:1000px) {
.c1 , .c2 , .c3 , .c4 {
	background: #5fbc7f;
}

.c5 {
	background: #57bfdd;
}

}
/*　max 870px
--------------------------------------------------------------------------------------- */
@media screen and (max-width:870px) {
	#form label{
		display: inline-block;
	}
}
/*　max 640px
--------------------------------------------------------------------------------------- */
@media screen and (max-width:640px) {
.td1 h3{
	font-size:110%;
}
.td1{
	font-size:100%;
}.td2{
	display:none;
}
.tb1Img{
	text-align:center;
	margin-bottom:10px;
}
.tb1Img img{
	max-width:70%;
}
.td1 h3, #contents h3{
	font-size:16px;
}
#contents h2{
	font-size: 20px;
}
#contents h2 span{
	display: none;
}
#contents .point1,
#contents .point2,
#contents .point3,
#contents .point4{
	margin-top: 20px;
}
#contents .info.detail .detailIn{
	width:100%;
}
#contents .info .name{
	font-size: 20px;
	margin: 20px auto;
	text-align: center;
}
#contents .info table,
#contents .info .name{
	width:100%;
}
#contents .info td{
	padding:10px;
	font-size: 13px;
}
#contents .info td.short{
	padding:10px 0;
	font-size: 1em;
}
#contents .info th{
	padding:10px;
	min-width: 60px;
	font-size: 13px;
}
#contents .info.detail{
	background: #f1f1f1;
	padding:30px 10px;
	min-height: 100px;
	border-radius: 14px;
}

.recruit-desc {
	font-size: 12px;
	font-weight: normal;
}
.recruit-interview {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.recruit-interview p {
	position: relative;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	min-width: 50%;
	max-width: 70%;
	padding: 10px 20px;
	color: #FFF;
	-webkit-border-radius: 12px;
	        border-radius: 12px;
	background-color: #E85D2B;
}
.recruit-interview p + p {
	margin-top: 15px;
}
.recruit-interview p:nth-child(odd) {
	float: left;
}
.recruit-interview p:nth-child(even) {
	float: right;
	/*background-color: #EDB800;*/
}
.recruit-interview p:before {
	position: absolute;
	top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
	content: "";
	display: block;
	width: 20px;
	height: 18px;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.recruit-interview p:nth-child(odd):before {
	left: -20px;
	background-image: url(../../img/recruit/interview-l.png);
}
.recruit-interview p:nth-child(even):before {
	right: -20px;
	background-image: url(../../img/recruit/interview-r.png);
}



#form{
	box-sizing: border-box;
	border: 10px solid #EBEDEC;
	margin: 40px 0;
	padding: 30px 10px;
}
#form h2{
	width: 100%;
	text-align: center;
}
#form table th{
	width: 60px;
	vertical-align: top;
	font-size: 12px;
}
#form table th,
#form table td{
	padding:15px 5px;
}

#form table .attention td{
	padding:0 5px 15px;
}
#form input[type="submit"]{
	background:url(../../img/contact/btn_form.png) no-repeat center top;
	border: none;
	text-indent: -9999;
	width: 200px;
	height:40px;
	display: block;
	margin: 20px auto;
}
#personal{
	padding: 20px;
	width: 100%;
	margin: 20px 0;
}
#personal h3{
	font-size: 15px;
	margin: 0 0 5px;
}

#end .text{
	padding:20px 0 0;
	font-size: 16px;
	width:100%;
}

#line .text{
	background:url(../../img/contact/photo1.png) no-repeat center top;
	min-height: 120px;
	padding:130px 0 0 0;
	font-size: 16px;
	margin-top: 50px;
	line-height: 1.8;
	float: none;
	width: 100%;
	text-align: center;
}
#line .btn{
	background:url(../../img/contact/btn_line.png) no-repeat center top;
	width: 153px;
	height: 45px;
	display: block;
	text-indent: -9999px;
	margin: 5px auto;
}

#line .qr{
	float: none;
	width:100%;
	text-align: center;
	padding:10px 0 0 0;
}





}
