/**
 * recruit-career.css — Career page responsive overrides
 *
 * Sections:
 *   1. Display Toggle Overrides (sf-hidden → visible at mobile breakpoints)
 *   2. SP Components (BEM) — to be filled when SP content is built
 */

/* ===== 1. Display Toggle Overrides ===== */

/* --- Tablet (≤768px) --- */
@media (max-width: 768px) {
  /* SP placeholder — tablet-only related links */
  /* [data-s-6fd1a46e-6b50-40ff-a95b-1930977b9839] {
    display: flex !important;
  } */
}

/* CEO Message (af9c1f44) → components/ceo-message/ceo-message.css */
/* Application Flow SP image (53406de9) → components/application-flow/application-flow.css */
[data-s-61022f13-1c34-408e-8927-2a1c119ebe3b],
[data-s-05d70f5b-16f0-4e7e-a61b-a7799777ff07] {
  display: none;
}
/* --- Mobile (≤480px) --- */
@media (max-width: 480px) {
  /* Hide tablet-only placeholder */
  [data-s-6fd1a46e-6b50-40ff-a95b-1930977b9839] {
    display: none !important;
  }

  /* SP FAQ section */
  [data-s-71dd1a18-c414-4224-8425-8aa9896d611b] {
    display: flex !important;
  }

  /* SP Entry CTA */
  [data-s-61022f13-1c34-408e-8927-2a1c119ebe3b] {
    display: flex !important;
  }
  [data-s-05d70f5b-16f0-4e7e-a61b-a7799777ff07] {
    display: flex !important;
  }

  /* SP back to recruit link */
  [data-s-721ddd47-3588-40d2-ad77-1a64b288588a] {
    display: flex !important;
  }

  /* SP other placeholder */
  [data-s-7a4ccb68-368d-4445-9f09-e3928cd05009] {
    display: flex !important;
  }
}

/* ===== 2. SP Components (BEM) ===== */

/* SP Entry CTA — background image */
.sd[data-r-14_61022f13-1c34-408e-8927-2a1c119ebe3b]:before {
  background-image: url(../img/recruit/img-cta-career-sp.webp);
}

/* SP Entry CTA — content */
.career-sp-entry {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
  max-width: 100%;
  padding: 0;
  z-index: 3;
  position: relative;
}

.career-sp-entry__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.career-sp-entry__icon {
  width: 44px;
  height: auto;
}

.career-sp-entry__message {
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Hiragino Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0;
  margin: 0 20px;
}

.career-sp-entry__cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  z-index: 4;
}

.career-sp-entry__cta-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0;
}

.career-sp-entry__cta-arrow {
  width: 14px;
  height: auto;
}

/* SP "採用情報トップに戻る" link */
.newgrads-sp-back {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
}

.newgrads-sp-back__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin: 0;
}

.newgrads-sp-back__arrow {
  width: 10px;
  height: auto;
}
