/**
 * みつピタジョブ 新着求人通知
 * Frontend Style
 */

/* =====================================================
   全体
===================================================== */

.mpja-form-wrap {
  max-width: 760px;
  margin: 32px auto;
  padding: 0 16px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #24483a;
}

.mpja-form-card {
  background: linear-gradient(180deg, #ffffff 0%, #f7fffb 100%);
  border: 1px solid #d9efe3;
  border-radius: 22px;
  box-shadow: 0 12px 34px rgba(29, 92, 67, 0.10);
  padding: 32px 28px;
}

/* =====================================================
   タイトル
===================================================== */

.mpja-form-title {
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.45;
  font-weight: 800;
  color: #14543d;
  letter-spacing: 0.02em;
}

.mpja-form-title::before {
  content: "✉";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  border-radius: 999px;
  background: #e3f7ed;
  color: #1d6b4d;
  font-size: 18px;
  vertical-align: middle;
}

.mpja-form-lead {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.9;
  color: #4b6b5d;
}

/* =====================================================
   メッセージ
===================================================== */

.mpja-message {
  margin: 0 0 22px;
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600;
}

.mpja-message-success {
  background: #e7f7ef;
  border: 1px solid #bde8d0;
  color: #146c43;
}

.mpja-message-notice {
  background: #fff8e5;
  border: 1px solid #f1d795;
  color: #7a5600;
}

.mpja-message-error {
  background: #fff0f0;
  border: 1px solid #f1b9b9;
  color: #9a2a2a;
}

/* =====================================================
   フォーム
===================================================== */

.mpja-form {
  display: grid;
  gap: 18px;
}

.mpja-field {
  display: grid;
  gap: 8px;
}

.mpja-field label {
  font-size: 14px;
  font-weight: 800;
  color: #204f3c;
}

.mpja-field label span {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #edf5f1;
  color: #557366;
  font-size: 11px;
  font-weight: 700;
}

.mpja-field label strong {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #1d6b4d;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
}

.mpja-field input,
.mpja-field select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #c8e4d5;
  border-radius: 14px;
  background: #ffffff;
  padding: 12px 14px;
  font-size: 15px;
  color: #24483a;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.mpja-field input::placeholder {
  color: #9aaea5;
}

.mpja-field input:focus,
.mpja-field select:focus {
  border-color: #1d6b4d;
  box-shadow: 0 0 0 4px rgba(29, 107, 77, 0.12);
  background: #fbfffd;
}

.mpja-field select:disabled {
  background: #f3f8f5;
  color: #8aa097;
  cursor: not-allowed;
}

.mpja-help {
  margin: 2px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: #6e877b;
}

/* =====================================================
   個人情報メモ
===================================================== */

.mpja-privacy {
  background: #f4fbf7;
  border: 1px solid #d8efe3;
  border-radius: 16px;
  padding: 14px 16px;
}

.mpja-privacy p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
  color: #4b6b5d;
}

/* =====================================================
   安心文・説明文
===================================================== */

.mpja-note {
  background: linear-gradient(180deg, #fffdf5 0%, #fff9e8 100%);
  border: 1px solid #f0dfad;
  border-radius: 18px;
  padding: 18px 18px 16px;
  color: #4e452e;
}

.mpja-note strong {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 800;
  color: #6a5318;
}

.mpja-note strong::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #f1d57a;
  color: #4b3b12;
  font-size: 13px;
  font-weight: 900;
}

.mpja-note ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.mpja-note li {
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  line-height: 1.75;
  color: #5e543c;
}

.mpja-note li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.78em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #1d6b4d;
}

/* =====================================================
   ボタン
===================================================== */

.mpja-submit {
  margin-top: 4px;
}

.mpja-submit button {
  width: 100%;
  min-height: 54px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #14543d 0%, #1d7a56 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(20, 84, 61, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.mpja-submit button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(20, 84, 61, 0.28);
  opacity: 0.96;
}

.mpja-submit button:active {
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(20, 84, 61, 0.20);
}

/* =====================================================
   スマホ
===================================================== */

@media (max-width: 640px) {
  .mpja-form-wrap {
    margin: 24px auto;
    padding: 0 12px;
  }

  .mpja-form-card {
    padding: 24px 18px;
    border-radius: 18px;
  }

  .mpja-form-title {
    font-size: 22px;
  }

  .mpja-form-title::before {
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin-right: 8px;
  }

  .mpja-form-lead {
    font-size: 14px;
  }

  .mpja-field input,
  .mpja-field select {
    min-height: 46px;
    font-size: 16px;
  }

  .mpja-note {
    padding: 16px 14px;
    border-radius: 16px;
  }

  .mpja-note strong {
    font-size: 14px;
  }

  .mpja-note li {
    font-size: 12px;
  }

  .mpja-submit button {
    min-height: 52px;
    font-size: 15px;
  }
}