#recruit {
  background-color: #0a3d8f; /* 全体背景（青） */
  padding: 40px 0;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
}

#recruit .container {
  max-width: 100rem;
  margin: 0 auto;
  background: #fff;
  padding: 4rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

#recruit .page-title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0px;
}

#recruit .catchcopy {
  text-align: center;
  margin-bottom: 20px;
}

#recruit .catchcopy .subtitle {
  font-size: 1.7rem;
  color: #555;
  margin-bottom: 8px;
}

#recruit .catchcopy .title {
  font-size: 2.8rem;
  font-weight: bold;
  color: #333;
}

#recruit .image-area {
  text-align: center;
  margin: 30px 0;
}

#recruit .image-area img {
  max-width: 46rem;
  height: auto;
}

#recruit .message {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 40px;
}

#recruit .message p {
  margin-bottom: 20px;
}

#recruit .section-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  color: #333;
}

#recruit .recruit-table {
  margin: 40px auto;
}

#recruit .recruit-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

#recruit .recruit-table th,
#recruit .recruit-table td {
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}

#recruit .recruit-table th {
  background: #f8f9fb;
  font-weight: bold;
  color: #333;
  width: 25%;
  text-align: left;
}

#recruit .recruit-table td {
  color: #444;
  line-height: 1.7;
}

#recruit .recruit-table tr:last-child th,
#recruit .recruit-table tr:last-child td {
  border-bottom: none;
}

#recruit .form_block {
  max-width: 80rem;
  margin: 0 auto;
  padding: 4rem 0;
}


/* -------------------------
   ▼ スマホ用調整 (768px以下)
------------------------- */
@media screen and (max-width: 768px) {

  #recruit {
    padding: 20px 0;
  }

  #recruit .container {
    padding: 2rem;
    box-shadow: none;
  }

  #recruit .catchcopy .subtitle {
    font-size: 1.4rem;
  }

  #recruit .catchcopy .title {
    font-size: 2rem;
    line-height: 1.4;
  }

  #recruit .image-area img {
    max-width: 100%;
  }

  #recruit .message {
    font-size: 14px;
    margin-bottom: 30px;
  }

  #recruit .section-title {
    font-size: 18px;
    margin-top: 10px;
  }

  /* テーブルを縦積みに */
  #recruit .recruit-table table,
  #recruit .recruit-table tbody,
  #recruit .recruit-table tr,
  #recruit .recruit-table th,
  #recruit .recruit-table td {
    display: block;
    width: 100%;
  }

  #recruit .recruit-table th {
    background: #f0f2f5;
    padding: 12px;
    border-bottom: none;
  }

  #recruit .recruit-table td {
    padding: 12px;
    border-bottom: 1px solid #eee;
    margin-bottom: 12px;
  }

  #recruit .form_block {
    padding: 2rem 0;
  }
}
