/* ======================
   募集情報投稿ページ専用スタイル
   ====================== */

.job-list {
  background: #fff;
  padding: 40px 0;
}

.job-list__container {
  max-width: 800px;
  margin: 0 auto;
}

.job-card {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fff;
}

.job-card__badge {
  font-size: 12px;
  color: #555;
  background: #f1f1f1;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}

.job-card__title {
  font-size: 18px;
  font-style: #013A6A;
  font-weight: bold;
  margin: 4px 0;
}

.job-card__company {
  color: #666;
  font-size: 14px;
}

.job-card__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.job-card__info {
  flex: 1;
}

.job-card__label {
  display: inline-block;
  background: #013A6A;
  color: #ffffff;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 4px;
  margin-bottom: 6px;
}

.job-card__extra {
  display: inline-block;
  background: #fceec0;
  color: #000;
  padding: 3px 8px;
  border-radius: 4px;
  margin-left: 6px;
}

.job-card__wage {
  color: #e60012;
  font-weight: bold;
  margin-top: 6px;
}

.job-card__access {
  font-size: 14px;
  color: #555;
}

.job-card__image img {
  width: 100px;
  border-radius: 8px;
}

/* 募集情報ページ見出し */
.job-headings {
  text-align: center;
  margin-bottom: 40px;
}

.job-headings .job-heading {
  font-weight: 700;
  color: #222;
  margin: 0;
  line-height: 1.4;
}

/* 上のh1（募集情報投稿）をやや大きく */
.job-headings h1.job-heading {
  font-size: 28px;
  border-bottom: 2px solid #333;
  display: inline-block;
  margin-top: 36px;
  padding-bottom: 6px;
  margin-bottom: 12px;
}

.job-card__apply {
  text-align: center;
  margin-top: 16px;
}

.apply-btn {
  display: inline-block;
  background: #00a050;
  color: #fff;
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.1s ease;
}

.apply-btn:hover {
  background: #009040;
  transform: translateY(-2px);
}

.apply-btn:active {
  transform: translateY(0);
}

.job-card__apply {
  text-align: center;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.apply-btn {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.1s ease;
  cursor: pointer;
  border: none;
}

.apply-btn--tel {
  background: #00a050;
  color: #fff;
}

.apply-btn--tel:hover {
  background: #009040;
}

.apply-btn--mail {
  background: #0073aa;
  color: #fff;
}

.apply-btn--mail:hover {
  background: #005c88;
}

/* メールフォーム */
.mail-form {
  margin-top: 12px;
  background: #f9f9f9;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #ddd;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.mail-form label {
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
}

.mail-form input,
.mail-form textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.apply-submit {
  background: #0073aa;
  color: #fff;
  padding: 10px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}

.apply-submit:hover {
  background: #005c88;
}
.mail-success,
.mail-error {
  text-align: center;
  padding: 12px 16px;
  border-radius: 6px;
  font-weight: 600;
  margin-bottom: 20px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.mail-success {
  background: #e6fff0;
  color: #006e2e;
  border: 1px solid #b9f2cd;
}
.mail-error {
  background: #fff4f4;
  color: #c00;
  border: 1px solid #f5bcbc;
}

.job-card__apply {
  text-align: center;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.apply-btn {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.1s ease;
  cursor: pointer;
  border: none;
}

.apply-btn--tel {
  background: #00a050;
  color: #fff;
}

.apply-btn--mail {
  background: #0073aa;
  color: #fff;
}

.apply-btn:hover {
  transform: translateY(-2px);
}

/* メールフォーム */
.mail-form {
  margin-top: 12px;
  background: #f9f9f9;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #ddd;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.mail-form label {
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
}

.mail-form input,
.mail-form textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.apply-submit {
  background: #0073aa;
  color: #fff;
  padding: 10px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}

.apply-submit:hover {
  background: #005c88;
}
