@charset "utf-8";

/* recruitment   index ------------------------------------------------ */
body #asset-body {
	width: 100%;
	margin: 0;
	padding: 0;
}
#asset-body *{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#recruitment .banner_area{
	text-align: center;
	margin-bottom: 10px;
}

#recruitment .recruitment_inner h2
#recruitment .recruitment_inner h3{
	background: none;
	border: none;
	padding: 0;
}
main{
  display: block; /* IE用の指定*/
}
#recruitment{
	width: 940px;
	margin: 20px auto;
}

#recruitment .recruitment_inner > div{
	display: flex;
	width: 100%;
	margin: 30px 0;
}
#recruitment.index .recruitment_inner > div{
	height: 200px;
}
#recruitment.index .recruitment_inner > div:first-of-type div{
	padding: 75px 60px 0;
}
#recruitment.index .recruitment_inner > div:first-of-type>*{
	width : 50%;
	height: 100%;
}
#recruitment.index .recruitment_inner > div:first-of-type>p{
	background: #000000;
	
}
#recruitment.index .recruitment_inner > div:first-of-type  p,
#recruitment.index .recruitment_inner > div:first-of-type  h3{
	color: #fff;
	font-size: 1.0rem;
  font-weight: normal;
}
#recruitment.index .recruitment_inner > div:first-of-type h3{
	font-size: 2.0rem;
}
#recruitment.index .recruitment_item p:first-of-type{
	font-size: 0.9rem;
}
#recruitment.index .recruitment_item p:last-of-type{
	padding: 10px 40px;
}
#recruitment.index .recruitment_item p:last-of-type img{
	width : 150px;
}
#recruitment.index .recruitment_item p:last-of-type a{
  padding: 0 8px;
	background:url(../images/arrow_blue.gif) no-repeat;
  background-position: top 5px right 0px;
}

/* アンカーリンク */

#recruitment .page_navi{
  width: 515px;
  margin: 30px auto;
  border-left: solid 1px #2877c4;
}
#recruitment .page_navi li{
  display: inline-block;
  width: 125px;
  padding-left: 30px;
  border-right: solid 1px #2877c4;
  box-sizing: border-box;
  background: url(../images/arrow_blue_down.gif) no-repeat;
  background-position: top 7px right 23px;
  margin: 0;
}
#recruitment .page_navi li a{
  color: #2877c4;
  display: block;
  width: 100%;
}

/* 品質管理職 */
#recruitment #quality div:first-of-type{
	background: #51b9e3;
}
#recruitment .recruitment_inner div:first-of-type img{
	height: 100%;
}
/* 生産技術職 */
#recruitment #production div:first-of-type{
	background: #57bfa3;
}
/* 製造職 */
#recruitment #manufacturing div:first-of-type{
	background: #ed86a5;
}

/* 募集要項 */

#recruitment .recruitment_inner h2#application_requirements{ border: none;}
#recruitment .recruitment_inner h3.application_requirements{
  margin-bottom: 20px;
}
#recruitment.index .recruitment_inner dl{
	border-top: 1px solid #ccc;
	display: flex;
	padding: 5px 0 5px 15px;
	font-size: 0.9rem;
	margin: 0;
}
#recruitment.index .recruitment_inner dl:first-of-type{
	padding-top: 5px;
	border-bottom: 1px solid #ccc;
}
#recruitment.index .recruitment_inner dl:last-of-type{
	border-bottom: 1px solid #ccc;
}
#recruitment.index .recruitment_inner dl dt{
	width: 13%;
	margin-top:0;
	color: #2877c4;
}
#recruitment.index .recruitment_inner dl:nth-of-type(2){
  border: none;
}
/*#recruitment.index .recruitment_inner dl:nth-of-type(2) dt{
  width: 30%;
}*/

#recruitment.index .recruitment_inner table{
  margin: 0 auto 15px;
  width: 98%;
}
#recruitment.index .recruitment_inner th,
#recruitment.index .recruitment_inner td{
  padding: 5px;
}
#recruitment.index .recruitment_inner th{ width: 31%;}
#recruitment.index .recruitment_inner th:first-child{ width: 38%;}
#recruitment.index .recruitment_inner th:last-child{ width: 31%;}
#recruitment.index .recruitment_inner td{
	text-align: left;
	vertical-align: top;
}
#recruitment.index .recruitment_inner table dl{
	border: none;
	display: block;
	padding: 0 0 0 15px;
}
#recruitment.index .recruitment_inner table dt,
#recruitment.index .recruitment_inner table dd{
	display: inline-block;
	vertical-align: text-top;
}
#recruitment.index .recruitment_inner table dt{ width: 20%; color: #000;}
#recruitment.index .recruitment_inner table dd{ width: 70%;}
#recruitment.index .recruitment_inner table dl:first-of-type,
#recruitment.index .recruitment_inner table dl:last-of-type{ border: none; padding: 0 0 0 15px;}
#recruitment.index .recruitment_inner table dl:nth-of-type(2) dt{ width: 20%;}
#recruitment.index .recruitment_inner table li{
	font-size: 1.125em;
	line-height: 1.8em;
}

/* お問い合わせ */

#recruitment #recruitment_info div{
	width: 100%;
	margin: 40px auto ;
	background: #eee;
}
#recruitment #recruitment_info address{
	display: flex;
	font-style: normal;
	width: 80%;
	margin: 0 auto;
	padding : 10px 0 20px;
}
#recruitment #recruitment_info address>p{
	width: 50%;
	text-align: left;
}
#recruitment #recruitment_info address p:first-of-type{
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
#recruitment #recruitment_info address p:last-of-type{
	padding: 0 20px 0 20px ;
}
#recruitment #recruitment_info h3{
	width: 100%;
	text-align: center;
	padding: 20px 0 10px;
	font-size: 1.2rem;
}
/* バナー */
#recruitment #recruitment_banner{
	width: 100%;
}
#recruitment #recruitment_banner div{
	width : 70%;
	margin: 40px auto 0;
}
#recruitment #recruitment_banner div img{
	width : 100%;
  height: auto;
}


/* 採用 */
#recruitment #corporate_recruit{
	width: 100%;
	background:#006bb6;
	padding:30px 70px;
	margin-top:50px;
}
#recruitment #corporate_recruit .txt{
	float:left;
}
#recruitment #corporate_recruit .btn{
	float:right;
}

/* interview ------------------------------------------------ */

#recruitment.interview .recruitment_inner > div{
	height: 250px;
}

#recruitment.interview .recruitment_inner > p:first-of-type{
  margin-top: 20px;
  width: 48%;
}
#recruitment.interview .recruitment_inner div div{
	padding: 10px 40px 0;
}
#recruitment.interview .recruitment_inner div p,
#recruitment.interview .recruitment_inner div h2{
	font-size: 1.5rem;
  font-weight: normal;
}
#recruitment.interview .recruitment_inner#quality div p,
#recruitment.interview .recruitment_inner#quality div h2{
  color: #51b9e3;
}
#recruitment.interview .recruitment_inner#production div p,
#recruitment.interview .recruitment_inner#production div h2{
  color: #57bfa3;
}
#recruitment.interview .recruitment_inner#manufacturing div p,
#recruitment.interview .recruitment_inner#manufacturing div h2{
  color: #ed86a5;
}

#recruitment.interview .recruitment_inner div h2{
  padding: 0 0 15px 0;
  background: none;
  border:none;
}
#recruitment.interview .recruitment_inner p span{
	font-size: 1.0rem;
  margin: 0 20px 0 0;
}

#recruitment.interview .recruitment_item{
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#recruitment.interview .recruitment_item:last-of-type{
  margin-top: 30px;
}
#recruitment.interview .recruitment_item > div{
	width: 450px;
}
#recruitment.interview .recruitment_item h3{
  color: #2877c4;
	font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 10px;
}
#recruitment.interview .recruitment_item p{
  font-size: 0.89rem;
  line-height: 2.0em;
  margin-bottom: 30px;
}

/* 1日のスケジュール */
#recruitment.interview .recruitment_inner h3{
  color: #2877c4;
	font-size: 1.0rem;
  font-weight: normal;
  margin-bottom: 10px;
  background: url(../../recruitment/images/interview_icon_01.gif) no-repeat 0 1px;
  padding-left: 30px;
}

#recruitment.interview .recruitment_inner dl{
	display: flex;
	font-size: 0.8rem;
	margin: 0;
}
#recruitment.interview .recruitment_inner dl:last-of-type{
  margin-bottom: 40px;
}
#recruitment.interview .recruitment_inner dl dt{
	width: 11%;
	margin:0;
	padding: 27px 0;
  text-align: center;
  color: #FFF;
  font-weight: bold;
}
#recruitment.interview .recruitment_inner dl dd{
  margin: 0;
	padding: 15px 30px;
  width: 100%;
}
#recruitment.interview .recruitment_inner dl dd{
  margin: 0;
	padding: 15px 30px;
  width: 100%;
}
#recruitment.interview.person02 .recruitment_inner dl:nth-of-type(4) dd,
#recruitment.interview.person02 .recruitment_inner dl:nth-of-type(8) dd{
	padding: 27px 30px;
}
#recruitment.interview.person03 .recruitment_inner dl dd{
	padding: 27px 30px;
}

#recruitment.interview .recruitment_inner dl dd span{
  font-weight: bold;
}
#recruitment.interview .recruitment_inner > dl:nth-of-type(odd) dt{
  background: #49add7;
}
#recruitment.interview .recruitment_inner > dl:nth-of-type(even) dt{
  background: #50b8e3;
}
#recruitment.interview .recruitment_inner > dl:nth-of-type(odd) dd{
  background: #eff5f7;
}


/* 品質管理職 ----------------------------- */

#recruitment.interview #quality div div{
	background: #FFF;
  border: solid 1px #51b9e3;
  border-left: none;
}


/* 生産技術職 ----------------------------- */

#recruitment.interview #production div div{
	background: #FFF;
  border: solid 1px #57bfa3;
  border-left: none;
}


/* 製造職 ----------------------------- */

#recruitment.interview #manufacturing div div{
	background: #FFF;
  border: solid 1px #ed86a5;
  border-left: none;
}


/* aboutus ------------------------------------------------ */

#recruitment.aboutus h2{
  margin-bottom: 20px;
  background: none;
  border:none;
}
#recruitment.aboutus p{
  font-size: 0.9rem;
}
#recruitment.aboutus .recruitment_item{
  margin-bottom: 60px;
  clear: both;
}
#recruitment.aboutus .recruitment_item:after{
  clear: both;
}
#recruitment.aboutus .recruitment_item p.lead{
  background: #e6f3ff;
  padding: 15px;
  margin-bottom: 30px;
}

#recruitment.aboutus .recruitment_item:first-of-type{
  padding: 0 25px;
}
#recruitment.aboutus .recruitment_item:first-of-type p{ padding-top: 20px;}
#recruitment.aboutus .recruitment_item:first-of-type p:first-of-type{ padding-top: 30px;}
#recruitment.aboutus .recruitment_item:first-of-type div{
  float: right;
  padding: 0 0 25px 25px;
}

#recruitment.aboutus .recruitment_item:nth-of-type(2) .photo_box{
  float: left;
  width: 230px;
  margin: 0 6px 60px 0;
}
#recruitment.aboutus .recruitment_item:nth-of-type(2) .photo_box:last-child{
  margin-right: 0;
}
#recruitment.aboutus .recruitment_item:nth-of-type(2) .photo_box p{
  text-align: center;
}

#recruitment.aboutus .recruitment_item:nth-of-type(3) .photo_group:after {
  content: "";
  display: block;
  height: 0px;
  clear: both;
  overflow: hidden;
}

#recruitment.aboutus .recruitment_item:nth-of-type(3) .photo_box{
  float: left;
  width: 452px;
}
#recruitment.aboutus .recruitment_item:nth-of-type(3) .photo_box:first-of-type{
  margin: 56px 35px 0 0;
}
#recruitment.aboutus .recruitment_item:nth-of-type(3) .photo_box:nth-of-type(2){
  margin-bottom: 30px;
}

#recruitment.aboutus h3{
  text-align: center;
  color: #2877c4;
  margin-bottom: 20px;
  font-size: 1.3rem;
  font-weight: normal;
  border-bottom: solid 1px #3583cb;
  padding-bottom: 5px;
}

#recruitment.aboutus .about_around{
  background: #f0f0f0;
  padding: 20px 25px;
  clear: both;
}
#recruitment.aboutus .about_around h3{
  border: none;
  padding: 0;
}
#recruitment.aboutus .about_around .photo_group{
  display: flex;
}
#recruitment.aboutus .about_around .photo_box{
  margin: 0 10px 10px 0;  
}
#recruitment.aboutus .about_around .photo_box:last-of-type{
  margin: 0;
}
