@charset "UTF-8";
/* ======================================================== */
/* benefit　福利厚生＆求人条件 共通 */
/* ======================================================== */
.work_recruit {
  margin-top: 64px;
}

.requirements-read {
  display: flex;
  justify-content: flex-start;
  color: #333;
  padding: 24px 28px;
}
.requirements-read p {
  text-align: justify;
}

.job-detail {
  background: #fff;
}

.job-list {
  display: grid;
  grid-template-columns: 120px 1fr;
  border-top: 1px solid #ddd;
}

.job-list dt,
.job-list dd {
  padding: 28px 16px;
  border-bottom: 1px solid #ddd;
}

.job-list dt {
  font-weight: 700;
  color: #666;
  display: flex;
  align-items: center;
}

.job-list dd {
  line-height: 1.9;
  color: #333;
}

.job-list small {
  display: block;
  margin-top: 6px;
  font-size: 1.4rem;
  color: #777;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 768px) {
  .job-list {
    grid-template-columns: 90px 1fr;
  }
  .job-list dt,
  .job-list dd {
    padding: 28px 0;
  }
  .sp-br {
    display: block;
  }
  .requirements-read {
    padding: 24px 0;
  }
}
/* ======================================================== */
/* entry-steps */
/* ======================================================== */
.step-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.step-item {
  margin-bottom: 16px;
  padding: 24px 28px;
  background-color: #6b6767;
  color: #fff;
}

.step-item:last-child {
  margin-bottom: 0;
}

.step-title {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}

.step-title h4 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
}

.step-number {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 1.4rem;
  line-height: 1;
}

.step-item-final .step-number {
  border-color: #333;
}

.step-text {
  margin: 14px 0 0;
  font-size: 1.4rem;
  line-height: 1.8;
}

.step-item-final {
  background-color: #dfff00;
  color: #222;
}

.step-item-final .step-title {
  border-color: rgba(0, 0, 0, 0.35);
}

.step-item-final .step-number {
  border-color: #222;
}

.step-memo {
  display: flex;
  justify-content: flex-start;
  color: #333;
  padding: 24px 28px;
}

@media screen and (max-width: 768px) {
  .step-memo {
    padding: 24px 0;
  }
}
/* ======================================================== */
/*  エントリーフォーム */
/* ======================================================== */
/* ============================================================
  フォーム本体
============================================================ */
.l-contact .contact-form {
  width: 100%;
  padding: 56px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

@media screen and (max-width: 767px) {
  .l-contact .contact-form {
    padding: 32px 20px;
    border-radius: 8px;
  }
}
/* ============================================================
  各入力項目
============================================================ */
.l-contact .form-group {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .l-contact .form-group {
    margin-bottom: 28px;
  }
}
/* ============================================================
  ラベル
============================================================ */
.l-contact .form-label {
  display: block;
  margin-bottom: 10px;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .l-contact .form-label {
    margin-bottom: 8px;
    font-size: 1.5rem;
  }
}
/* ============================================================
  必須表示
============================================================ */
.l-contact .required {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 8px;
  background-color: #00a39c;
  border-radius: 3px;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  vertical-align: middle;
}

/* ============================================================
  テキスト入力欄
============================================================ */
.l-contact .form-input {
  display: block;
  width: 100%;
  min-height: 54px;
  padding: 13px 16px;
  background-color: #ffffff;
  border: 1px solid #b8b8b8;
  border-radius: 6px;
  color: #333333;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1.5;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  appearance: none;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .l-contact .form-input {
    min-height: 52px;
    padding: 12px 14px;
    font-size: 1.6rem;
  }
}
.l-contact .form-input:hover {
  border-color: #777777;
}

.l-contact .form-input:focus {
  background-color: #ffffff;
  border-color: #333333;
  box-shadow: 0 0 0 3px rgba(51, 51, 51, 0.12);
  outline: none;
}

.l-contact .form-input::placeholder {
  color: #999999;
  opacity: 1;
}

/* ============================================================
  セレクトボックス
============================================================ */
.l-contact select.form-input {
  padding-right: 48px;
  background-image: linear-gradient(45deg, transparent 50%, #555555 50%), linear-gradient(135deg, #555555 50%, transparent 50%);
  background-position: calc(100% - 21px) 50%, calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
  cursor: pointer;
}

/* ============================================================
  数値入力欄
============================================================ */
.l-contact input[type=number].form-input {
  appearance: textfield;
}

.l-contact input[type=number].form-input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.l-contact input[type=number].form-input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

/* ============================================================
  テキストエリア
============================================================ */
.l-contact .form-textarea {
  display: block;
  width: 100%;
  min-height: 180px;
  padding: 16px;
  background-color: #ffffff;
  border: 1px solid #b8b8b8;
  border-radius: 6px;
  color: #333333;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1.8;
  resize: vertical;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .l-contact .form-textarea {
    min-height: 160px;
    padding: 14px;
    font-size: 1.6rem;
  }
}
.l-contact .form-textarea:hover {
  border-color: #777777;
}

.l-contact .form-textarea:focus {
  background-color: #ffffff;
  border-color: #333333;
  box-shadow: 0 0 0 3px rgba(51, 51, 51, 0.12);
  outline: none;
}

.l-contact .form-textarea::placeholder {
  color: #999999;
  opacity: 1;
}

/* ============================================================
  ブラウザ自動入力時の背景色
============================================================ */
.l-contact .form-input:-webkit-autofill {
  -webkit-text-fill-color: #333333;
  box-shadow: 0 0 0 1000px #ffffff inset;
}

.l-contact .form-textarea:-webkit-autofill {
  -webkit-text-fill-color: #333333;
  box-shadow: 0 0 0 1000px #ffffff inset;
}

/* ============================================================
  入力エラー表示
============================================================ */
.l-contact .error-message {
  min-height: 20px;
  margin: 8px 0 0;
  color: #b42318;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
}

.l-contact .form-input[aria-invalid=true] {
  border-color: #b42318;
  background-color: #fff8f7;
}

.l-contact .form-textarea[aria-invalid=true] {
  border-color: #b42318;
  background-color: #fff8f7;
}

/* ============================================================
  送信ボタンエリア
============================================================ */
.l-contact .form-submit {
  margin-top: 48px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-contact .form-submit {
    margin-top: 40px;
  }
}
/* ============================================================
  送信ボタン
============================================================ */
.l-contact .submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 420px;
  min-height: 64px;
  padding: 16px 32px;
  background-color: #333333;
  border: 1px solid #333333;
  border-radius: 6px;
  color: #ffffff;
  font-family: inherit;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

@media screen and (max-width: 767px) {
  .l-contact .submit-btn {
    max-width: none;
    min-height: 58px;
    padding: 14px 20px;
    font-size: 1.6rem;
  }
}
.l-contact .submit-btn:hover {
  background-color: #ffffff;
  color: #333333;
}

.l-contact .submit-btn:focus-visible {
  outline: 3px solid rgba(51, 51, 51, 0.3);
  outline-offset: 4px;
}

.l-contact .submit-btn:disabled {
  background-color: #888888;
  border-color: #888888;
  color: #ffffff;
  cursor: not-allowed;
  opacity: 0.8;
}

/* ============================================================
  送信完了メッセージ
  HTML内のインラインCSSより優先するため一部に!importantを使用
============================================================ */
.l-contact #js-success-message {
  width: 100%;
  margin-top: 0 !important;
  padding: 48px 32px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 10px;
  color: #333333 !important;
  text-align: center !important;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .l-contact #js-success-message {
    padding: 36px 20px;
  }
}
.l-contact #js-success-message > h2 {
  margin: 0 0 20px !important;
  color: #333333 !important;
  font-size: 2.8rem !important;
  font-weight: 700 !important;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .l-contact #js-success-message > h2 {
    font-size: 2.4rem !important;
  }
}
.l-contact #js-success-message > p {
  margin: 0 0 32px !important;
  color: #555555;
  font-size: 1.6rem !important;
  line-height: 1.8 !important;
}

.l-contact #js-success-message > div {
  max-width: 600px !important;
  margin: 0 auto !important;
  padding: 28px !important;
  background-color: #f7f7f7 !important;
  border: 1px solid #dddddd !important;
  border-radius: 8px !important;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .l-contact #js-success-message > div {
    padding: 24px 16px !important;
  }
}
.l-contact #js-success-message > div h3 {
  margin: 0 0 16px !important;
  color: #b42318 !important;
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .l-contact #js-success-message > div h3 {
    font-size: 1.6rem !important;
  }
}
.l-contact #js-success-message > div p {
  margin: 0 0 20px !important;
  color: #444444;
  font-size: 1.5rem !important;
  line-height: 1.8 !important;
}

.l-contact #js-success-message > div p:last-child {
  margin-bottom: 0 !important;
  font-size: 1.7rem !important;
  overflow-wrap: anywhere;
}

.l-contact #js-success-message > div p:last-child span {
  color: #333333;
  font-weight: 700;
}

/* ============================================================
  キーボード操作時の共通フォーカス
============================================================ */
.l-contact .form-input:focus-visible {
  outline: none;
}

.l-contact .form-textarea:focus-visible {
  outline: none;
}

/* ============================================================
  個人情報保護方針
============================================================ */
.l-contact .privacy-policy {
  width: 100%;
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid #cccccc;
}

@media screen and (max-width: 767px) {
  .l-contact .privacy-policy {
    margin-top: 40px;
    padding-top: 32px;
  }
}
/* ============================================================
  個人情報保護方針のタイトル
============================================================ */
.l-contact .privacy-policy-title {
  margin: 0 0 16px;
  color: #333333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .l-contact .privacy-policy-title {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
}
/* ============================================================
  個人情報保護方針のスクロールエリア
============================================================ */
.l-contact .privacy-policy-content {
  width: 100%;
  height: 260px;
  padding: 24px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #ffffff;
  border: 1px solid #999999;
  border-radius: 6px;
  color: #444444;
  font-size: 1.4rem;
  line-height: 1.9;
  box-sizing: border-box;
  overscroll-behavior: contain;
}

@media screen and (max-width: 767px) {
  .l-contact .privacy-policy-content {
    height: 220px;
    padding: 18px 16px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.l-contact .privacy-policy-content:focus {
  border-color: #333333;
  box-shadow: 0 0 0 3px rgba(51, 51, 51, 0.12);
  outline: none;
}

.l-contact .privacy-policy-content p {
  margin: 0 0 20px;
}

.l-contact .privacy-policy-content p:last-child {
  margin-bottom: 0;
}

.l-contact .privacy-policy-content h4 {
  margin: 28px 0 8px;
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .l-contact .privacy-policy-content h4 {
    margin-top: 24px;
    font-size: 1.4rem;
  }
}
/* ============================================================
  同意チェックエリア
============================================================ */
.l-contact .privacy-agreement {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-top: 16px;
  padding: 20px;
  background-color: #f3f4f6;
  border: 1px solid #999999;
  border-radius: 6px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .l-contact .privacy-agreement {
    padding: 16px;
  }
}
/* ============================================================
  同意チェックボックス
============================================================ */
.l-contact .privacy-checkbox {
  display: inline-block;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin: 3px 12px 0 0;
  padding: 0;
  border: 1px solid #666666;
  border-radius: 3px;
  background-color: #ffffff;
  appearance: auto;
  -webkit-appearance: checkbox;
  accent-color: #333333;
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}

.l-contact .privacy-checkbox:checked {
  accent-color: #333333;
}

.l-contact .privacy-checkbox:focus-visible {
  outline: 3px solid rgba(51, 51, 51, 0.3);
  outline-offset: 3px;
}

@media screen and (max-width: 767px) {
  .l-contact .privacy-checkbox {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
/* ============================================================
  同意チェックの文章
============================================================ */
.l-contact .privacy-agreement-label {
  display: block;
  margin: 0;
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .l-contact .privacy-agreement-label {
    font-size: 1.4rem;
  }
}
/* ============================================================
同意チェック内の必須表示
============================================================ */
.l-contact .privacy-agreement-label .required {
  margin-left: 8px;
}
