@charset "utf-8";
/* ==========================================================================
   style_recruit.css — 採用LP エントリ（PC/SP振り分け）
   ========================================================================== */
@import url("style_recruit_pc.css") screen and (min-width: 840px);
@import url("style_recruit_sp.css") screen and (max-width: 839px);
@import url("style_recruit_pc.css") print;

@media (prefers-reduced-motion: reduce) {
  .rc_persona-viewport { scroll-behavior: auto; }
  .rc_hero-bg .rc_hero-zoom { transition: none !important; }
}
