@charset "UTF-8";
/* ページ個別設定用CSS recruit
---------------------------------------------------- */

#recruit h2 {
  background: url(../img/side_tit_recruit.png) no-repeat 0 0;
}

#recruit h3 {
  margin-bottom: 20px;
  padding: 2px 5px 0 10px;
  line-height: 1.5em;
  font-size: 16px;
  font-weight: bold;
  color: #393939;
  letter-spacing: .05em;
}

#recruit table {
  width: 100%;
  margin-bottom: 40px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
}

#recruit th,
#recruit td {
  padding: 10px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}

#recruit th {
  width: 14%;
  background: #eee;
  white-space: nowrap;
}

#recruit td {
  width: 43%;
}

#recruit td li {
  margin-bottom: 10px;
}

#recruit .main_contents {
  width: 860px;
  margin: 0 auto;
}

/* 20250811追加CSS */
/* ボタン共通スタイル */
.recruit-button {
  display: block;
  margin: 20px auto;
  background-color: #CCE5F5;
  color: #000;
  border: none;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 1.4rem;
  line-height: 1;
  padding: 20px;
  text-align: center;
  width: 200px;
  text-decoration: none;
  transition: opacity 0.2s linear;
}

@media screen and (min-width: 760px) {
  .recruit-button {
    font-size: 1.5rem;
    padding: 25px;
    width: 300px;
  }
}

.recruit-button:hover {
  opacity: 0.5;
}

/* 求人エントリーフォーム */
.entry-form {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.entry-form label,
.entry-form fieldset {
  display: block;
  margin-bottom: 20px;
}

.entry-form input[type="text"],
.entry-form input[type="email"],
.entry-form input[type="tel"],
.entry-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 1.4rem;
}

.entry-form textarea {
  min-height: 120px;
}

.required {
  color: red;
  margin-left: 4px;
}

.privacy-policy .note {
  font-size: 1.2rem;
  color: #666;
}

.policy-text {
  background: #f9f9f9;
  padding: 10px;
  margin: 10px 0;
  font-size: 1.3rem;
  line-height: 1.5;
  border: 1px solid #ccc;
}

.btns .send-button {
  background-color: #435559;
  color: #fff;
  padding: 20px;
  border: none;
  width: 200px;
  font-size: 1.4rem;
  cursor: pointer;
}

.btns .send-button:hover {
  opacity: 0.5;
}
