/* =========================================================
   採用情報TOP（page-recruit.php）専用スタイル — AST_recruit_v2 準拠
   共通のヘッダー/フッター/リセット/変数は theme.css 側。
   ========================================================= */

/* ---- Hero（右ブロックを映像化） ---- */
.hero { margin-top: 64px; min-height: 100vh; background: #fff; position: relative; overflow: hidden; display: flex; align-items: center; }
.hero-stripe { position: absolute; top: 0; right: 0; width: 48%; height: 100%; background: #E60012; clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%); z-index: 0; }
.hero-stripe::after { content: 'RECRUIT'; position: absolute; bottom: 40px; right: 40px; font-family: 'Outfit', sans-serif; font-size: 7rem; font-weight: 900; color: rgba(255,255,255,0.08); letter-spacing: .1em; line-height: 1; pointer-events: none; }
.hero-photo { position: absolute; top: 0; right: 0; width: 48%; height: 100%; clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%); z-index: 1; background: linear-gradient(135deg, #ffd0cc 0%, #ffb3ac 100%); display: flex; align-items: center; justify-content: center; }
.hero-photo .ast-hero-media { position: absolute; inset: 0; }
.hero-photo-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 30%); z-index: 2; pointer-events: none; }
.hero-inner { max-width: 1200px; margin: 0 auto; width: 100%; padding: 100px 40px; position: relative; z-index: 5; display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: center; }
.hero-left { padding-right: 40px; }
.hero-breadcrumb { display: flex; gap: 8px; margin-bottom: 36px; }
.hero-breadcrumb a { color: #94A3B8; font-size: .78rem; text-decoration: none; }
.hero-breadcrumb span { color: #94A3B8; font-size: .78rem; }
.hero-breadcrumb .cur { color: #E60012; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: 'Outfit', sans-serif; font-size: .72rem; font-weight: 700; letter-spacing: .2em; color: #E60012; margin-bottom: 24px; }
.hero-eyebrow::before { content: ''; display: block; width: 32px; height: 2px; background: #E60012; }
.hero-h1 { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: clamp(2.8rem, 5.5vw, 5rem); font-weight: 900; color: #1E293B; line-height: 1.1; letter-spacing: -.03em; margin-bottom: 32px; }
.hero-h1 .accent { color: #E60012; position: relative; display: inline-block; }
.hero-h1 .accent::after { content: ''; position: absolute; left: 0; bottom: -4px; right: 0; height: 4px; background: #FFD500; border-radius: 2px; }
.hero-h1 .line2 { display: block; font-size: clamp(1.6rem, 3vw, 2.6rem); color: #0066CC; margin-top: 8px; letter-spacing: -.01em; }
.hero-sub { font-size: 1rem; color: #64748B; line-height: 1.95; margin-bottom: 48px; max-width: 440px; }
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-right { position: relative; z-index: 3; }

/* ---- Buttons ---- */
.btn-red { display: inline-flex; align-items: center; gap: 10px; background: #E60012; color: #fff; font-weight: 700; font-size: .92rem; padding: 18px 40px; border-radius: 4px; text-decoration: none; transition: all .25s; letter-spacing: .02em; box-shadow: 0 4px 20px rgba(230,0,18,.25); }
.btn-red:hover { background: #c0000f; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(230,0,18,.35); }
.btn-blue-outline { display: inline-flex; align-items: center; gap: 10px; border: 2px solid #0066CC; color: #0066CC; font-weight: 700; font-size: .9rem; padding: 16px 36px; border-radius: 4px; text-decoration: none; transition: all .25s; }
.btn-blue-outline:hover { background: #0066CC; color: #fff; }

/* ---- Section Nav ---- */
.sec-nav { background: var(--white); border-bottom: 1px solid var(--gray-200); position: sticky; top: 64px; z-index: 100; }
.sec-nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 40px; display: flex; gap: 0; overflow-x: auto; }
.sec-nav a { display: block; padding: 15px 24px; font-size: .82rem; font-weight: 500; color: var(--gray-500); text-decoration: none; white-space: nowrap; border-bottom: 3px solid transparent; transition: all .2s; }
.sec-nav a:hover { color: var(--navy); border-bottom-color: var(--gray-300); }
.sec-nav a.on { color: var(--coral); font-weight: 700; border-bottom-color: var(--coral); }

/* ---- Shared layout ---- */
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
section { padding: 100px 0; }
.bg-off { background: var(--off-white); }
.bg-navy { background: var(--navy-deep); }
.label { display: inline-block; font-family: 'Outfit', sans-serif; font-size: .72rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--coral); margin-bottom: 14px; }
.label.teal { color: var(--teal); }
.label.green { color: var(--green); }
.label.white { color: var(--teal-light); }
.ttl { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: clamp(1.7rem, 3.5vw, 2.6rem); font-weight: 900; color: var(--navy); line-height: 1.2; letter-spacing: -.01em; margin-bottom: 16px; }
.ttl.white { color: var(--white); }
.lead { font-size: .97rem; color: var(--gray-500); line-height: 1.85; max-width: 600px; }
.lead.white { color: rgba(255,255,255,.65); }

/* Message */
#message { background: var(--off-white); }
.msg-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.msg-visual { position: relative; }
.msg-img { width: 100%; aspect-ratio: 4/5; background: linear-gradient(135deg, #dbeafe, #e0f2fe); border-radius: 20px; display: flex; align-items: center; justify-content: center; font-size: 3rem; position: relative; overflow: hidden; }
.msg-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,39,68,.5) 0%, transparent 50%); }
.msg-float-card { position: absolute; bottom: -24px; right: -24px; background: var(--white); border-radius: 14px; padding: 20px 24px; box-shadow: 0 12px 40px rgba(0,0,0,.12); min-width: 200px; }
.msg-float-card .num { font-family: 'Outfit', sans-serif; font-size: 2.2rem; font-weight: 900; color: var(--coral); line-height: 1; }
.msg-float-card .num span { font-size: 1rem; color: var(--gray-400); }
.msg-float-card p { font-size: .78rem; color: var(--gray-500); margin-top: 4px; }
.msg-text h2 { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 900; color: var(--navy); line-height: 1.3; margin-bottom: 28px; margin-top: 20px; }
.msg-text p { font-size: .97rem; color: var(--gray-600); line-height: 2; margin-bottom: 20px; }
.msg-text .highlight { background: var(--teal-pale); border-left: 4px solid var(--teal); padding: 16px 20px; border-radius: 0 10px 10px 0; font-size: .93rem; color: var(--teal-mid); font-weight: 500; margin: 28px 0; line-height: 1.75; }

/* Numbers */
#numbers { background: var(--navy-deep); position: relative; overflow: hidden; }
#numbers::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 80% at 100% 50%, rgba(8,145,178,.22) 0%, transparent 60%), radial-gradient(ellipse 40% 60% at 0% 80%, rgba(249,115,22,.1) 0%, transparent 55%); }
.numbers-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: rgba(255,255,255,.05); border-radius: 20px; overflow: hidden; }
.num-block { background: rgba(255,255,255,.04); padding: 48px 32px; text-align: center; transition: background .3s; }
.num-block:hover { background: rgba(255,255,255,.08); }
.num-block .big { font-family: 'Outfit', sans-serif; font-size: 3.8rem; font-weight: 900; color: var(--white); line-height: 1; margin-bottom: 8px; }
.num-block .big em { font-style: normal; color: var(--teal-light); font-size: 2rem; }
.num-block .unit { font-family: 'Outfit', sans-serif; font-size: 1.2rem; color: var(--gray-400); }
.num-block .desc { font-size: .82rem; color: rgba(255,255,255,.45); margin-top: 10px; line-height: 1.6; }
.num-block .note { font-size: .7rem; color: rgba(255,255,255,.25); margin-top: 6px; }

/* Culture */
.culture-lead-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 64px; align-items: start; margin-bottom: 64px; }
.culture-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.culture-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: 16px; padding: 32px 28px; transition: transform .3s, box-shadow .3s; position: relative; overflow: hidden; }
.culture-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--teal); }
.culture-card:nth-child(2)::before { background: var(--coral); }
.culture-card:nth-child(3)::before { background: var(--yellow); }
.culture-card:nth-child(4)::before { background: var(--green); }
.culture-card:nth-child(5)::before { background: #8B5CF6; }
.culture-card:nth-child(6)::before { background: #EC4899; }
.culture-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(0,0,0,.1); }
.culture-icon { font-size: 2.4rem; margin-bottom: 16px; }
.culture-card h3 { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: 1.05rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.culture-card p { font-size: .86rem; color: var(--gray-500); line-height: 1.8; }

/* Office */
#office { background: var(--off-white); }
.office-photo-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 240px 240px; gap: 12px; margin-bottom: 48px; }
.office-photo { border-radius: 12px; overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; }
.office-photo.main { grid-row: 1/3; }
.office-photo .tag { position: absolute; bottom: 12px; left: 12px; background: rgba(0,0,0,.6); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); color: var(--white); font-size: .72rem; padding: 4px 10px; border-radius: 6px; }
.op1 { background: linear-gradient(135deg, #bfdbfe, #93c5fd); }
.op2 { background: linear-gradient(135deg, #bbf7d0, #86efac); }
.op3 { background: linear-gradient(135deg, #fde68a, #fcd34d); }
.op4 { background: linear-gradient(135deg, #fecaca, #fca5a5); }
.op5 { background: linear-gradient(135deg, #e9d5ff, #d8b4fe); }
.office-perks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.perk { background: var(--white); border-radius: 12px; padding: 20px; text-align: center; border: 1px solid var(--gray-200); }
.perk .perk-icon { font-size: 2rem; margin-bottom: 8px; }
.perk h4 { font-size: .85rem; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.perk p { font-size: .78rem; color: var(--gray-500); line-height: 1.6; }

/* Welfare */
.welfare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.welfare-group h3 { font-size: .78rem; font-weight: 700; letter-spacing: .15em; color: var(--teal); text-transform: uppercase; font-family: 'Outfit', sans-serif; padding-bottom: 10px; border-bottom: 2px solid var(--teal-pale); margin-bottom: 16px; }
.welfare-list { list-style: none; }
.welfare-list li { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--gray-100); font-size: .9rem; color: var(--gray-700); }
.welfare-list li:last-child { border-bottom: none; }
.welfare-list .check { width: 22px; height: 22px; border-radius: 50%; background: var(--green-pale); color: var(--green); display: flex; align-items: center; justify-content: center; font-size: .75rem; font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.welfare-list li span { flex: 1; }
.welfare-list li .sub { display: block; font-size: .78rem; color: var(--gray-400); margin-top: 2px; }

/* Voice */
#voice { background: var(--off-white); }
.voice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.voice-card { background: var(--white); border-radius: 16px; padding: 32px; border: 1px solid var(--gray-200); position: relative; transition: transform .3s, box-shadow .3s; }
.voice-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,.08); }
.voice-card .quote-mark { font-family: 'Outfit', sans-serif; font-size: 5rem; color: var(--teal-pale); line-height: 1; position: absolute; top: 16px; left: 24px; }
.voice-card .quote-text { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: 1rem; font-weight: 700; color: var(--navy); line-height: 1.5; margin-bottom: 16px; padding-top: 20px; position: relative; z-index: 1; }
.voice-card .voice-body { font-size: .86rem; color: var(--gray-500); line-height: 1.85; margin-bottom: 24px; }
.voice-card .voice-person { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--gray-200); }
.voice-avatar { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.av1 { background: #dbeafe; }
.av2 { background: #dcfce7; }
.av3 { background: #fef9c3; }
.voice-person .name { font-size: .88rem; font-weight: 700; color: var(--navy); }
.voice-person .role { font-size: .75rem; color: var(--gray-400); margin-top: 2px; }

/* Day in life */
.daylife-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.day-col h3 { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: 1.2rem; font-weight: 900; color: var(--navy); padding: 16px 20px; background: var(--gray-100); border-radius: 10px; margin-bottom: 24px; text-align: center; }
.day-item { display: grid; grid-template-columns: 80px 1fr; margin-bottom: 4px; position: relative; }
.day-item::after { content: ''; position: absolute; left: 40px; top: 28px; bottom: -4px; width: 1px; background: var(--gray-200); }
.day-item:last-child::after { display: none; }
.day-time { padding: 12px 8px 12px 0; text-align: right; font-family: 'Outfit', sans-serif; font-size: .82rem; font-weight: 700; color: var(--teal); }
.day-content { padding: 8px 0 8px 24px; position: relative; }
.day-content::before { content: ''; position: absolute; left: 10px; top: 16px; width: 10px; height: 10px; border-radius: 50%; background: var(--teal); border: 2px solid var(--white); box-shadow: 0 0 0 3px var(--teal-pale); }
.day-content h4 { font-size: .9rem; font-weight: 700; color: var(--navy); margin-bottom: 3px; }
.day-content p { font-size: .8rem; color: var(--gray-500); line-height: 1.6; }
.day-break .day-content::before { background: var(--yellow); box-shadow: 0 0 0 3px #fef9c3; }

/* Job Openings */
.jobs-tabs { display: flex; gap: 0; border-bottom: 2px solid var(--gray-200); margin-bottom: 48px; }
.job-tab { padding: 14px 32px; font-size: .9rem; font-weight: 600; color: var(--gray-500); cursor: pointer; position: relative; border-bottom: 3px solid transparent; margin-bottom: -2px; transition: all .2s; user-select: none; }
.job-tab.on { color: var(--navy); border-bottom-color: var(--navy); }
.job-tab .badge { display: inline-block; background: var(--coral); color: var(--white); font-size: .65rem; font-weight: 700; padding: 2px 7px; border-radius: 99px; margin-left: 8px; vertical-align: middle; }
.job-panel { display: none; }
.job-panel.on { display: block; }
.job-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: 16px; overflow: hidden; margin-bottom: 20px; transition: box-shadow .3s; }
.job-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.08); }
.job-card-head { padding: 28px 36px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; }
.job-type-badge { display: inline-block; font-size: .7rem; font-weight: 700; padding: 4px 12px; border-radius: 6px; letter-spacing: .08em; margin-bottom: 10px; }
.badge-mid { background: #EFF6FF; color: #1D4ED8; }
.badge-new { background: #F0FDF4; color: #15803D; }
.badge-part { background: #FFF7ED; color: #B45309; }
.job-card-head h3 { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: 1.15rem; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.job-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.job-tag { background: var(--gray-100); color: var(--gray-600); font-size: .72rem; padding: 3px 10px; border-radius: 6px; }
.job-card-head-right { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }
.job-salary { text-align: right; }
.job-salary .val { font-family: 'Outfit', sans-serif; font-size: 1.3rem; font-weight: 700; color: var(--coral); }
.job-salary .val span { font-size: .8rem; color: var(--gray-400); }
.job-salary .lbl { font-size: .72rem; color: var(--gray-400); }
.expand-icon { width: 32px; height: 32px; border-radius: 50%; background: var(--gray-100); display: flex; align-items: center; justify-content: center; font-size: 1rem; color: var(--gray-500); transition: transform .3s, background .3s; }
.job-card.open .expand-icon { transform: rotate(180deg); background: var(--navy); color: var(--white); }
.job-card-body { max-height: 0; overflow: hidden; transition: max-height .4s cubic-bezier(.4,0,.2,1); }
.job-card.open .job-card-body { max-height: 1600px; }
.job-card-body-inner { padding: 0 36px 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; border-top: 1px solid var(--gray-200); padding-top: 28px; }
.job-detail-group h4 { font-size: .75rem; font-weight: 700; letter-spacing: .12em; color: var(--teal); text-transform: uppercase; margin-bottom: 12px; font-family: 'Outfit', sans-serif; }
.job-detail-group table { width: 100%; border-collapse: collapse; }
.job-detail-group tr { border-bottom: 1px solid var(--gray-100); }
.job-detail-group th { width: 110px; padding: 10px 0; font-size: .82rem; font-weight: 600; color: var(--gray-500); text-align: left; vertical-align: top; }
.job-detail-group td { padding: 10px 0 10px 16px; font-size: .88rem; color: var(--gray-700); vertical-align: top; }
.job-detail-group td ul { padding-left: 16px; }
.job-detail-group td li { margin-bottom: 4px; font-size: .86rem; }
.job-apply-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--coral); color: var(--white); font-weight: 700; font-size: .88rem; padding: 12px 28px; border-radius: 8px; text-decoration: none; transition: all .2s; margin-top: 16px; }
.job-apply-btn:hover { background: #ea6c10; }

/* Flow */
#flow { background: var(--off-white); }
.flow-steps { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; position: relative; }
.flow-steps::before { content: ''; position: absolute; top: 52px; left: calc(100%/12); right: calc(100%/12); height: 2px; background: linear-gradient(90deg, var(--teal), var(--coral)); }
.flow-step { text-align: center; padding: 0 8px; position: relative; z-index: 1; }
.flow-num { width: 40px; height: 40px; border-radius: 50%; background: var(--navy); color: var(--white); font-family: 'Outfit', sans-serif; font-weight: 700; font-size: .85rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; box-shadow: 0 0 0 6px var(--off-white); }
.flow-step:last-child .flow-num { background: var(--coral); }
.flow-step h4 { font-size: .85rem; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.flow-step p { font-size: .75rem; color: var(--gray-500); line-height: 1.6; }

/* FAQ */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--gray-200); }
.faq-q { display: flex; align-items: flex-start; gap: 16px; padding: 24px 0; cursor: pointer; transition: color .2s; }
.faq-q:hover { color: var(--teal); }
.faq-q .q-mark { font-family: 'Outfit', sans-serif; font-size: 1.2rem; font-weight: 900; color: var(--coral); flex-shrink: 0; line-height: 1.4; }
.faq-q .q-text { font-size: .96rem; font-weight: 600; color: var(--navy); flex: 1; line-height: 1.5; }
.faq-q .faq-icon { font-size: 1.2rem; color: var(--gray-400); flex-shrink: 0; transition: transform .3s; margin-top: 2px; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s cubic-bezier(.4,0,.2,1); }
.faq-item.open .faq-a { max-height: 500px; }
.faq-a-inner { display: flex; gap: 16px; padding: 0 0 24px 40px; }
.faq-a-inner .a-mark { font-family: 'Outfit', sans-serif; font-size: 1.2rem; font-weight: 900; color: var(--teal); flex-shrink: 0; line-height: 1.4; }
.faq-a-inner p { font-size: .9rem; color: var(--gray-600); line-height: 1.9; flex: 1; }

/* CTA */
.cta-section { background: var(--navy-deep); padding: 100px 0; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 100% at 80% 50%, rgba(8,145,178,.25) 0%, transparent 60%); }
.cta-inner { position: relative; z-index: 1; }
.cta-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 56px; }
.cta-box { border-radius: 20px; padding: 40px; text-align: center; position: relative; overflow: hidden; }
.cta-box.mid { background: linear-gradient(135deg, #1e3a5f, #163554); border: 1px solid rgba(255,255,255,.1); }
.cta-box.new { background: linear-gradient(135deg, #1a3a2a, #163022); border: 1px solid rgba(16,185,129,.2); }
.cta-box h3 { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: 1.4rem; font-weight: 900; color: var(--white); margin-bottom: 12px; }
.cta-box p { font-size: .9rem; color: rgba(255,255,255,.6); line-height: 1.8; margin-bottom: 28px; }
.cta-box .entry-btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; border-radius: 8px; font-weight: 700; font-size: .9rem; text-decoration: none; transition: all .2s; }
.cta-box.mid .entry-btn { background: var(--teal); color: var(--white); }
.cta-box.mid .entry-btn:hover { background: var(--teal-mid); transform: translateY(-2px); }
.cta-box.new .entry-btn { background: var(--green); color: var(--white); }
.cta-box.new .entry-btn:hover { background: #059669; transform: translateY(-2px); }
.cta-box-icon { font-size: 3rem; margin-bottom: 20px; }
.cta-informal { margin-top: 32px; text-align: center; padding: 28px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 14px; }
.cta-informal p { color: rgba(255,255,255,.6); font-size: .9rem; margin-bottom: 16px; }
.cta-informal a { color: var(--teal-light); font-weight: 700; font-size: .9rem; text-decoration: none; border-bottom: 1px dashed var(--teal); }

@media (max-width: 900px) {
	.hero-inner { grid-template-columns: 1fr; }
	.hero-stripe, .hero-photo, .hero-photo-overlay { width: 100%; clip-path: none; opacity: .18; }
	.hero-left { padding-right: 0; }
	.msg-grid, .daylife-grid, .welfare-grid, .cta-2col { grid-template-columns: 1fr; gap: 40px; }
	.culture-lead-grid, .culture-cards, .voice-grid, .numbers-grid, .office-photo-grid, .office-perks { grid-template-columns: 1fr 1fr; }
	.office-photo.main { grid-row: auto; }
	.flow-steps { grid-template-columns: repeat(3, 1fr); gap: 24px 0; }
	.flow-steps::before { display: none; }
	.job-card-body-inner { grid-template-columns: 1fr; }
	.wrap { padding: 0 20px; }
}
@media (max-width: 560px) {
	.culture-cards, .voice-grid, .numbers-grid, .office-photo-grid, .office-perks, .flow-steps { grid-template-columns: 1fr; }
}
