@charset "utf-8";
/* CSS Document */








/* area_recruit
---------------------------------------------------------- */
.area_recruit {
  background: url("/img/recruit_bg_01.jpg") center top no-repeat;
  background-size: cover;
  background-attachment:fixed;
  padding: 130px 0 130px; 
}
.area_recruit h2 {
  margin-bottom: 60px;
}

.area_recruit .txt_01 {
  width: 90%;
  max-width: 700px;
  margin: 0 auto 80px;
  text-align: center;
}
.area_recruit h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 60px;
}
.box_recruit_01 {
  padding: 100px 0 100px;
  background:rgba(255,255,255,0.7);
}

.area_recruit table {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.area_recruit table tr th {
  text-align: center;
  vertical-align:middle;
  width: 25%;
}
.area_recruit table tr td {
}
.area_recruit table tr th,
.area_recruit table tr td {
  border-top: 1px solid #000;
  padding: 2.5% 0 2.5%;
  line-height: 1.4; 
}
.area_recruit table tr th:last-of-type,
.area_recruit table tr td:last-child {
  border-bottom: 1px solid #000;
}











/* ==========================================================================//
//
//　SP 480px以下
//
// ========================================================================== */

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



/* header
---------------------------------------------------------- */
header{
  padding: 20px;
  height: auto;
}


/* area_recruit
---------------------------------------------------------- */
.area_recruit {
  padding: 65px 0 65px; 
}
.area_recruit .txt_01 {
  font-size: 14px;
}
.area_recruit table tr th,
.area_recruit table tr td {
  font-size: 14px;
  }

  
  
  
  
}


