@charset "UTF-8";
/* CSS Document */
/*==============================================================

	Sheet name    : 求人募集ページ設定
	Author        : WKS.studio
	Version       : v1.0.0
	Created       : 2015.12.01
	Last update   : 2015.12.01

  ==============================================================*/
/*==============================================================
   コンテンツ設定
  ==============================================================*/
html.ie8 #RecruitLead,
html.ie8 #Recruit_outline_wrap {
	margin-bottom:0;
}
#Recruit #Container {
	background:url(../recruit/img/main_img_bg.jpg) no-repeat;
	background-size:100%;
	background-attachment:fixed;
}
#Recruit strong {
	font-weight:700;
}
#RecruitLead {
	margin-bottom:250px;
	padding-bottom:20px;
}
#RecruitLead p.copy {
	font-size:19px;
	letter-spacing:0.2em;
	padding-bottom:25px;
}
#RecruitLead p {
	font-size:15px;
	letter-spacing:1px;
	line-height:1.7em;
	padding-bottom:15px;
}
#Recruit_outline {
	padding:55px 0;
}

/*==============================================================
   パララックス背景
  ==============================================================*/
#Parallax_spacer {
	clear:both;
	widows:100%;
	height:250px;
	background:url(../images/recruit/main_img_bg2.jpg) no-repeat;
	background-size:cover;
	background-attachment:fixed;
}

/*==============================================================
   フォーム設定
  ==============================================================*/
#Recruit_form {
	padding-top:55px;
}
input[type="text"] {
	color:#ccc;
}
input.textFocus {
	color:#333;
}
.form_box dd input,
.form_box dd textarea {
	width:280px;
}
#Address_num_1 {
	width:60px;
}
#Address_num_2 {
	width:80px;
}
#Num_1,
#Num_2,
#Num_3 {
	width:73px;
}
#Year,
#Month,
#Day {
	width:50px;
}
#Gender input {
	width:auto;
}
:root * > #Gender input {
	display:none;
}
#Mail,
#Mail_2 {
	height:20px;
}
#Where input,
#Type input,
#Type2 input,
#Skill input {
	width:auto;
}
:root * > #Where input,
:root * > #Type input,
:root * > #Type2 input,
:root * > #Skill input {
	display:none;
}
#EducationYear {
	width:50px;
	margin-top:5px;
}
#Skill {
	display:block;
	width:300px;
	line-height:170%;
}
:root * > .wpcf7-list-item-label {
	background:url(../images/recruit/radio_btn_bg.png) no-repeat;
	padding:3px 0 3px 25px;
	cursor:pointer;
}
:root * > input:checked+.wpcf7-list-item-label {
	background:url(../images/recruit/radio_btn_bg_on.png) no-repeat !important;
}
.form_box .more_mb {
	margin-bottom:40px;
}
.form_box.enq dt {
	margin-bottom:20px;
	}
.form_box.enq dd .note {
	padding:10px
	}
.form_block {
	padding-bottom:20px;
	border-bottom:1px solid #DDD9CE;
	margin-bottom:20px;
}

/*==============================================================
   セレクトボックス設定
  ==============================================================*/
.easy-select-0 {
	width:140px !important;
	text-align:left;
}
.easy-select-box {
	display:inline-block;
	position:relative;
	background:url(../images/recruit/select_btn_bg.png) no-repeat right #FFF;
	background-position:auto 100%;
	border:2px solid #CAC8C3;
	color:#333;
	width:100%;
	padding:7px 0;
	text-align:center;
	letter-spacing:0.1em;
	font-size:13px;
	margin-right:5px;
	cursor:pointer;
    -webkit-border-radius:5px;
       -moz-border-radius:5px;
	        border-radius:5px;
	line-height:13px;
}
.easy-select-box .esb-dropdown {
	position:absolute;
	top:100%;
	left:0;
	z-index:99;
	display:none;
	background-color:#FFF;
	text-align:center;
	width:100%;
	padding:7px 0;
	border-top:   2px solid #CAC8C3;
	border-bottom:1px solid #CAC8C3;
	border-right: 1px solid #CAC8C3;
	border-left:  1px solid #CAC8C3;
}
.esb-item:first-child {
	display:none;
}
.esb-item {
	padding:7px 0;
	cursor:pointer;
	color:#333;
	font-size:13px;
	-webkit-transition:all 0.2s ease 0s;
	   -moz-transition:all 0.2s ease 0s;
	     -o-transition:all 0.2s ease 0s;
	        transition:all 0.2s ease 0s;
}
.esb-item:hover {
	background-color:#B0ADA4;
	color:#FFF;
}

/*==============================================================
   コンタクトフォーム7設定
  ==============================================================*/
div.wpcf7 {
	margin:0;
	padding:0;
}
div.wpcf7-response-output {
	margin:2em 0.5em 1em;
	padding:10px;
	text-align:center;
}
div.wpcf7 .screen-reader-response {
	position:absolute;
	overflow:hidden;
	clip:rect(1px, 1px, 1px, 1px);
	height:1px;
	width:1px;
	margin:0;
	padding:0;
	border:0;
}
div.wpcf7-mail-sent-ok {
	border:2px solid #b0ada4;
}
div.wpcf7-mail-sent-ng {
	border:2px solid #ff002b;
}
div.wpcf7-spam-blocked {
	border:2px solid #ff002b;
}
div.wpcf7-validation-errors {
	border:2px solid #ff002b;
}
span.wpcf7-form-control-wrap {
	position:relative;
}
span.wpcf7-not-valid-tip {
	color:#ff002b;
	font-size:1em;
	display:block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position:absolute;
	top:20%;
	left:20%;
	z-index:100;
	border:1px solid #ff0000;
	background:#fff;
	padding:.2em .8em;
}
span.wpcf7-list-item {
	margin-left:0.5em;
}
.wpcf7-display-none {
	display:none;
}
div.wpcf7 img.ajax-loader {
	border:none;
	vertical-align:middle;
	margin-left:4px;
}
div.wpcf7 div.ajax-error {
	display:none;
}
div.wpcf7 .placeheld {
	color:#888;
}


/*==============================================================
   レスポンシブ
  ==============================================================*/
@media screen and (min-width:641px) and (max-width:1100px) {
	/*==============================================================
	   コンテンツ設定
	  ==============================================================*/
	#Recruit {
		background:none;
	}
	#Recruit_outline {
		border-top:2px solid #EEE;
		padding:35px 0;
	}
	#Recruit #Recruit_outline_wrap {
		margin-bottom:0;
	}
	#RecruitLead {
		margin-bottom:0;
	}
	/*==============================================================
	   パララックス背景
	  ==============================================================*/
	#Parallax_spacer {
		display:none;
	}
	/*==============================================================
	   フォーム設定
	  ==============================================================*/
	#Recruit .form_box {
		width:47%;
	}
	#Recruit .form_box dd input, #Recruit .form_box dd textarea {
		width:90%;
	}
	#Recruit .form_box dd input#Address_num_1 {
		width:30%;
	}
	#Recruit .form_box dd input#Address_num_2 {
		width:34%;
	}
	#Recruit .form_box dd input#Num_1, #Recruit .form_box dd input#Num_2, #Recruit .form_box dd input#Num_3 {
		width:23%;
	}
	#Recruit .form_box dd #Year, #Recruit .form_box dd #Month, #Recruit .form_box dd #Day {
		width:14%;
	}
	#Recruit .form_box dd input#Gender_1, #Recruit .form_box dd #Gender_2 {
		width:auto;
	}
	#Recruit .form_box dd input#Type_1, #Recruit .form_box dd input#Type_2, #Recruit .form_box dd input#Type2_1, #Recruit .form_box dd input#Type2_2 {
		width:auto;
	}
	#Recruit #Skill {
		width:auto;
		line-height:125%;
	}
	#Recruit #EducationYear {
		width:50px !important;
		margin-top:5px;
	}
	#Recruit .wpcf7-list-item-label {
		display:block;
		margin-top:-10px;
	}
	#Recruit .wpcf7-checkbox .wpcf7-list-item-label {
		padding-top:0px;
	}
	.form_box.enq dd {
		width:300px;
	}
}
@media screen and (max-width:640px) {
	/*==============================================================
	   コンテンツ設定
	  ==============================================================*/
	#Recruit #Container {
		background:none;
	}
	#RecruitLead p.copy {
		font-size:1.2em;
	}
	#RecruitLead p {
		font-size:0.9em;
	}
	#Recruit_outline {
		border-top:2px solid #EEE;
		padding:35px 4%;
	}
	#Recruit #Recruit_outline_wrap {
		margin-bottom:0;
	}
	#RecruitLead {
		margin-bottom:0;
	}
	/*==============================================================
	   パララックス背景
	  ==============================================================*/
	#Parallax_spacer {
		display:none;
	}
	/*==============================================================
	   フォーム設定
	  ==============================================================*/
	#Recruit .form_box {
		width:100%;
		float:none;
	}
	#Recruit .form_box dt {
		font-size:0.9em;
	}
	#Recruit .form_box dd input,
	#Recruit .form_box dd textarea {
		width:92%;
	}
	#Recruit .form_box dd input#Address_num_1 {
		width:30%;
	}
	#Recruit .form_box dd input#Address_num_2 {
		width:34%;
	}
	#Recruit .form_box dd input#Num_1,
	#Recruit .form_box dd input#Num_2,
	#Recruit .form_box dd input#Num_3 {
		width:16%;
	}
	#Recruit .form_box dd #Year,
	#Recruit .form_box dd #Month,
	#Recruit .form_box dd #Day {
		width:14%;
	}
	#Recruit .form_box dd input#Gender_1,
	#Recruit .form_box dd #Gender_2,
	#Recruit .form_box dd input#Type_1,
	#Recruit .form_box dd input#Type_2,
	#Recruit .form_box dd input#Type2_1,
	#Recruit .form_box dd input#Type2_2 {
		width:auto;
		margin-right:5px;
	}
	#Recruit .form_box dd input#Type_2,
	#Recruit .form_box dd input#Type2_2,
	#Recruit .form_box dd #Gender_2 {
		margin-left:10%;
	}
	.detail_tabel dt {
		font-size:0.9em;
		width:25%;
	}
	.detail_tabel dd {
		font-size:0.9em;
		padding:10px 0 10px 28%;
	}
	.form_txt {
		font-size:0.9em;
	}
	.form_box dt, .form_box dd {
		font-size:0.9em;
	}
	#Recruit #Skill {
		width:auto;
		line-height:125%;
	}
	#Recruit .wpcf7-list-item-label {
		display:block;
		margin-top:-10px;
	}
	#Recruit .wpcf7-checkbox .wpcf7-list-item-label {
		padding-top:0px;
	}
	#Recruit #EducationYear {
		width:50px !important;
		margin-top:5px;
	}
}
