@charset "UTF-8";

/***********************************************************************
preset
**********************************************************************/
.mainVis {
  background: url(../img/recruit_mainvis.png) 0 0 no-repeat;
  color: #FFF; }

.blockFirst {
  padding-top: 40px;
  margin: 0 auto;
  margin-top: 20px; }
.fnt-gothic{
font-family: "游ゴシック体", YuGothic,"Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", sans-serif;  	
}
.localNav {
  width: 1080px;
  margin: 0 auto 60px;
  height: 14px;
  line-height: 14px;
  text-align: right;
  border-right: 1px solid #999; }
  .localNav li {
    display: inline;
    border-left: 1px solid #999;
    padding: 0 20px; }
    .localNav li img {
      margin-top: -12px; }

.voiceList ul {
  width: 1084px;
  margin: 0 auto;
  display: flex;
  -js-display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
  .voiceList ul::after {
    content: "";
    display: block;
    clear: both; }
  .voiceList ul li {
    width: 240px;
    float: left;
    margin-left: 40px;
    margin-bottom: 40px; }
    .voiceList ul li dl dd.thumb {
      margin-bottom: 10px; }
    .voiceList ul li dl dt {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5;
      margin-bottom: 5px; }
    .voiceList ul li dl dd {
      line-height: 1.5;
      margin-bottom: 3px; }
    .voiceList ul li img {
      width: 100%;
      height: auto; }
    .voiceList ul li img {
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
      transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .voiceList ul li img:hover {
      -webkit-filter: grayscale(0);
      -moz-filter: grayscale(0);
      -ms-filter: grayscale(0);
      -o-filter: grayscale(0);
      filter: grayscale(0);
      transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .voiceList ul li:nth-child(4n+1) {
    margin-left: 0; }

.requirements .req-body {
  width: 900px;
  margin: 0 auto; }
.requirements h3.rec1,
.requirements h3.rec2 {
  background: url(../img/rec1.png) 0 0 no-repeat;
  width: 900px;
  height: 242px;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  line-height: 242px;
  letter-spacing: 2px;
  font-weight: bold; }
.requirements h3.rec2 {
  background: url(../img/rec2.png) 0 0 no-repeat;
  color: #FFF; }
.requirements .contents1 {
  width: 800px;
  margin: 0 auto 60px;
  padding-top: 60px; }
  .requirements .contents1 dl {
	 display: flex; 
    margin: 0 auto 20px; }
    .requirements .contents1 dl::after {
      content: "";
      display: block;
      clear: both; }
    .requirements .contents1 dl dt {
/*       float: left; */
	font-family: "游ゴシック体", YuGothic,"Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", sans-serif;  	    
      width: 20%;
      font-weight: bold;
      font-size: 14px;
      font-size: 1.4rem; }
    .requirements .contents1 dl dd {
	font-family: "游ゴシック体", YuGothic,"Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", sans-serif;  	    	    
      font-size: 13px;
      font-size: 1.3rem;
      padding-left: 15px;
      width: 80%;
      display: block; }
      .requirements .contents1 dl dd.w40{
	   width: 40%;   
      }
      .requirements .contents1 dl dd .salary{
	    font-size: 130%;
/* 	     margin: 0 0 0 6px; */
      }
      .requirements .contents1 dl dd table tr, .requirements .contents1 dl dd table td {
        border: 1px solid #999;
        padding: 3px 10px;
        text-align: center; }
      .requirements .contents1 dl dd .title {
        padding-right: 10px; }
      .requirements .contents1 dl dd .justify {
        padding-right: 10px;
        min-width: 105px;
        display: inline-block; }
  .requirements .contents1 .areaContact dd .area {
    padding-right: 20px;
    font-weight: bold; }
  .requirements .contents1 .areaContact dd span {
    display: block;
    float: left;
    padding-right: 30px; }
    .requirements .contents1 .areaContact dd span span {
      display: inline;
      float: none; }
.requirements .contents2 {
  width: 800px;
  margin: 0 auto 0px;
  padding-top: 60px; }
  .requirements .contents2 dl {
    margin: 0 auto 20px; }
    .requirements .contents2 dl::after {
      content: "";
      display: block;
      clear: both; }
    .requirements .contents2 dl dt {
      float: left;
      width: 15%;
      font-weight: bold;
      font-size: 14px;
      font-size: 1.4rem; }
      
    .requirements .contents2 dl dd {
      float: left;
      width: 85%;
      display: block; }
      .requirements .contents2 dl dd p {
        padding-bottom: 10px; }
     .requirements .contents2 dl dd .wrap{
	   display: flex;
	   justify-content: space-between;  
     }    
     
.requirements .banner {
/*   border: 2px solid #333; */
/*   width: 796px; */
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  .requirements .banner a{
	  width: 40%;
  }
  .requirements .banner .mynavi {
    width: 100%;
    height: auto; }
    .requirements .banner .qr{
	 width: 110px;
	 height: auto;
	 margin-left: 20px;   
    }
	 .requirements .banner.w100 a{
		width: 100%;
	 }
	  .requirements .banner.w100 a img{
		 width: 100%;
		 height: auto; 
	  }
.profile dl {
  width: 800px;
  margin: 0 auto 20px; }
  .profile dl::after {
    content: "";
    display: block;
    clear: both; }
  .profile dl dt {
    float: left;
    width: 20%;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem; }
  .profile dl dd {
    float: left;
    width: 80%; }
    .profile dl dd ul li {
      margin-bottom: 20px; }
      .profile dl dd ul li .name {
        font-weight: bold; }
      .profile dl dd ul li .mapBtn a {
        font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
        display: inline-block;
        margin-left: 10px;
        font-size: 11px;
        font-size: 1.1rem;
        padding: 0 15px;
        border: 1px solid #666;
        border-radius: 25px; }

@media only screen and (max-width: 750px) {
  .mainVis {
    background: url(../img/recruit_mainvis.png) center center no-repeat;
    background-size: auto 210px; }

  .blockFirst {
    padding-top: 40px;
    margin: 0 auto;
    margin-top: 0px; }

  .localNav {
    display: none; }

  .voiceList {
    width: 100%;
    margin: 0;
    box-sizing: border-box; }
    .voiceList ul {
      width: 100%;
      margin-right: -4%; }
      .voiceList ul li {
        width: 100%;
        margin-left: 2%;
        margin-bottom: 25px;
        width: 47%; }
        .voiceList ul li .img {
          margin-bottom: 5px; }
        .voiceList ul li dl dt {
          line-height: 1.4; }
        .voiceList ul li dl dd {
          line-height: 1.5; }
        .voiceList ul li dl dd.thumb {
          margin-bottom: 10px; }
      .voiceList ul li:nth-child(4n+1) {
        margin-left: 2%; }

  .voiceList ul {
    margin-right: 0; }

  .requirements {
    width: 100%;
    margin: 0;
    padding-right: 4%;
    padding-left: 4%;
    box-sizing: border-box; }
    .requirements .req-body {
      width: 100%;
      margin: 0 auto; }
    .requirements h3.rec1,
    .requirements h3.rec2 {
      background: url(../img/rec1.png) no-repeat center center;
      background-size: auto 121px;
      width: auto;
      height: 121px;
      font-size: 22px;
      font-size: 2.2rem;
      text-align: center;
      line-height: 121px;
      letter-spacing: 2px; }
    .requirements h3.rec2 {
      background: url(../img/rec2.png) no-repeat center center;
      background-size: auto 121px;
      color: #FFF; }
    .requirements .contents1 {
      width: 100%;
      margin: 0 auto 60px;
      padding-top: 30px; }
      .requirements .contents1 dl {
        margin: 0 auto 25px; 
        display: block;}
        .requirements .contents1 dl::after {
          content: "";
          display: block;
          clear: both; }
        .requirements .contents1 dl dt {
          float: none;
		  font-family: "游ゴシック体", YuGothic,"Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", sans-serif;  	              
          width: 100%;
          font-weight: bold;
          font-size: 14px;
          font-size: 1.4rem;
          margin-bottom: 3px; 
          }
        .requirements .contents1 dl dd {
          padding-left: 0;
          	font-family: "游ゴシック体", YuGothic,"Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", sans-serif;  	    

          width: 100%;
          display: block; }
         .requirements .contents1 dl dd .wrap .num + .num{
		   margin-top: 5px;  
	     }    
          
          .requirements .contents1 dl dd table {
            width: 100%; }
            .requirements .contents1 dl dd table tr, .requirements .contents1 dl dd table td {
              border: 1px solid #999;
              padding: 3px 10px;
              text-align: center; }
          .requirements .contents1 dl dd .title {
            padding-right: 10px; }
          .requirements .contents1 dl dd .justify {
            padding-right: 10px;
            min-width: 105px;
            display: inline-block; }
      .requirements .contents1 .areaContact dd {
        margin-bottom: 5px; }
        .requirements .contents1 .areaContact dd .area {
          padding-right: 20px;
          font-weight: bold; }
        .requirements .contents1 .areaContact dd span {
          display: block;
          float: none;
          padding-right: 30px; }
    .requirements .contents2 {
      width: 100%;
      margin: 0 auto 0px;
      padding-top: 30px; }
      .requirements .contents2 dl {
        margin: 0 auto 25px; }
        .requirements .contents2 dl::after {
          content: "";
          display: block;
          clear: both; }
        .requirements .contents2 dl dt {
          float: none;
          width: 100%;
          font-weight: bold;
          font-size: 14px;
          font-size: 1.4rem;
          margin-bottom: 3px; }
        .requirements .contents2 dl dd {
          float: none;
          width: 100%;
          display: block; }
          .requirements .contents2 dl dd p {
            padding-bottom: 10px; }
          .requirements .contents2 dl dd span {
            font-weight: bold; }   
    .requirements .banner {
/*       border: 1px solid #333; */
      width: 100%;
      box-sizing: border-box; }
       .requirements .banner a{
	      width: 67%; 
       }
      .requirements .banner img {
/*         padding: 15px 0;  */}
	.requirements .banner .qr{
		width: 23%;
	}
  .profile {
    width: 100%;
    padding-right: 4%;
    padding-left: 4%;
    box-sizing: border-box; }
    .profile dl {
      width: 100%;
      margin: 0 auto 20px; }
      .profile dl::after {
        content: "";
        display: block;
        clear: both; }
      .profile dl dt {
        float: none;
        width: 100%;
        font-weight: bold;
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 3px; }
      .profile dl dd {
        float: none;
        width: 100%; }
        .profile dl dd ul li {
          margin-bottom: 20px; }
          .profile dl dd ul li .name {
            font-weight: bold; }
          .profile dl dd ul li .mapBtn a {
            margin-bottom: 5px; } }
