*, *::before, *::after { box-sizing:border-box; margin:0; padding:0; }
:root {
  --red:    #E60012;
  --blue:   #0066CC;
  --yellow: #FFD500;
  --navy:   #1E293B;
  --body:   #334155;
  --sub:    #64748B;
  --border: #E2E8F0;
  --bg:     #F8FAFC;
  --white:  #FFFFFF;
}
html { scroll-behavior:smooth; }
body { font-family:'Noto Sans JP',sans-serif; color:var(--body); line-height:1.75; overflow-x:hidden; background:#fff; }

/* Header */
header { position:fixed; top:0; left:0; right:0; z-index:200; background:rgba(255,255,255,.97); backdrop-filter:blur(12px); border-bottom:1px solid var(--border); height:64px; display:flex; align-items:center; }
.header-inner { max-width:1200px; margin:0 auto; width:100%; padding:0 40px; display:flex; align-items:center; justify-content:space-between; }
.logo { font-family:'Outfit',sans-serif; font-weight:900; font-size:1.4rem; color:var(--navy); text-decoration:none; letter-spacing:.05em; }
.logo .s { color:var(--red); }
.logo .t { color:var(--blue); }
nav { display:flex; gap:32px; align-items:center; }
nav a { font-size:.82rem; font-weight:500; color:var(--sub); text-decoration:none; transition:color .2s; }
nav a:hover, nav a.on { color:var(--navy); font-weight:700; }
.nav-contact { background:var(--red); color:#fff!important; padding:8px 20px; border-radius:4px; font-weight:700!important; }

/* Hero */
.hero { margin-top:64px; min-height:88vh; background:#fff; position:relative; overflow:hidden; display:flex; align-items:center; }
.hero-yellow-block { position:absolute; top:0; right:0; bottom:0; width:44%; background:var(--yellow); clip-path:polygon(16% 0,100% 0,100% 100%,0% 100%); }
.hero-yellow-block::after { content:'NEW\AGRAD'; white-space:pre; position:absolute; bottom:40px; right:40px; font-family:'Outfit',sans-serif; font-size:5rem; font-weight:900; color:rgba(0,0,0,.05); line-height:1.1; text-align:right; }
.hero-photo-area { position:absolute; right:0; top:0; bottom:0; width:44%; clip-path:polygon(16% 0,100% 0,100% 100%,0% 100%); background:linear-gradient(145deg,#fffde7,#fff9c4); display:flex; align-items:center; justify-content:center; flex-direction:column; gap:12px; }
.hero-photo-area span { font-size:.82rem; color:rgba(120,80,0,.35); font-weight:500; }
.hero-overlay { position:absolute; right:0; top:0; bottom:0; width:44%; clip-path:polygon(16% 0,100% 0,100% 100%,0% 100%); background:linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 35%); pointer-events:none; }
.hero-band { position:absolute; top:0; left:0; bottom:0; width:6px; background:linear-gradient(to bottom,var(--blue),var(--yellow)); }
.hero-inner { max-width:1200px; margin:0 auto; width:100%; padding:100px 40px; position:relative; z-index:5; }
.breadcrumb { display:flex; gap:8px; margin-bottom:36px; }
.breadcrumb a { font-size:.78rem; color:var(--sub); text-decoration:none; }
.breadcrumb span { font-size:.78rem; color:var(--sub); }
.breadcrumb .cur { color:var(--blue); }
.hero-label { font-family:'Outfit',sans-serif; font-size:.7rem; font-weight:700; letter-spacing:.25em; color:var(--blue); margin-bottom:16px; display:flex; align-items:center; gap:12px; }
.hero-label::before { content:''; display:block; width:40px; height:2px; background:var(--blue); }
.hero-h1 { font-family:'Zen Kaku Gothic New',sans-serif; font-size:clamp(2.6rem,5vw,4.8rem); font-weight:900; color:var(--navy); line-height:1.1; letter-spacing:-.03em; margin-bottom:28px; }
.hero-h1 .blue { color:var(--blue); }
.hero-h1 .yellow-u { position:relative; display:inline-block; }
.hero-h1 .yellow-u::after { content:''; position:absolute; left:0; bottom:-2px; right:0; height:5px; background:var(--yellow); border-radius:2px; z-index:-1; }
.hero-h1 .sub-line { display:block; font-size:clamp(1.3rem,2.5vw,2rem); color:var(--sub); margin-top:10px; font-weight:700; }
.hero-desc { font-size:1rem; color:var(--sub); line-height:1.95; max-width:500px; margin-bottom:48px; }
.hero-btns { display:flex; gap:16px; flex-wrap:wrap; }
.btn-blue { display:inline-flex; align-items:center; gap:10px; background:var(--blue); color:#fff; font-weight:700; font-size:.92rem; padding:18px 44px; border-radius:4px; text-decoration:none; transition:all .25s; box-shadow:0 4px 20px rgba(0,102,204,.2); }
.btn-blue:hover { background:#0055aa; transform:translateY(-2px); box-shadow:0 8px 28px rgba(0,102,204,.3); }
.btn-outline-blue { display:inline-flex; align-items:center; gap:10px; border:2px solid var(--blue); color:var(--blue); font-weight:700; font-size:.9rem; padding:16px 36px; border-radius:4px; text-decoration:none; transition:all .25s; }
.btn-outline-blue:hover { background:var(--blue); color:#fff; }

/* Wrap / Section */
.wrap { max-width:1200px; margin:0 auto; padding:0 40px; }
section { padding:96px 0; }
.bg { background:var(--bg); }
.bg-blue { background:#EFF6FF; }
.ttl-block { margin-bottom:56px; }
.section-en { font-family:'Outfit',sans-serif; font-size:.7rem; font-weight:700; letter-spacing:.2em; color:var(--blue); text-transform:uppercase; display:flex; align-items:center; gap:10px; margin-bottom:14px; }
.section-en::before { content:''; display:block; width:28px; height:2px; background:var(--blue); }
.section-ttl { font-family:'Zen Kaku Gothic New',sans-serif; font-size:clamp(1.8rem,3.5vw,2.8rem); font-weight:900; color:var(--navy); line-height:1.2; letter-spacing:-.02em; }
.section-lead { font-size:.97rem; color:var(--sub); line-height:1.9; max-width:600px; margin-top:16px; }

/* Ideal person */
.ideal-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.ideal-card { background:#fff; border:1px solid var(--border); border-radius:12px; padding:36px 28px; text-align:center; transition:transform .3s, box-shadow .3s; position:relative; }
.ideal-card:hover { transform:translateY(-6px); box-shadow:0 16px 48px rgba(0,0,0,.08); }
.ideal-num { font-family:'Outfit',sans-serif; font-size:3.5rem; font-weight:900; color:#F1F5F9; position:absolute; top:16px; right:20px; line-height:1; }
.ideal-card h3 { font-family:'Zen Kaku Gothic New',sans-serif; font-size:1.15rem; font-weight:700; color:var(--navy); margin-bottom:12px; position:relative; z-index:1; }
.ideal-card p { font-size:.88rem; color:var(--sub); line-height:1.85; position:relative; z-index:1; }
.ideal-card .bar { width:40px; height:4px; background:var(--yellow); border-radius:2px; margin:0 auto 20px; }

/* Career path */
.career-grid { display:grid; grid-template-columns:1fr 1fr; gap:32px; }
.career-card { background:#fff; border:1px solid var(--border); border-radius:12px; overflow:hidden; }
.career-head { padding:24px 28px; background:var(--navy); }
.career-head h3 { font-family:'Zen Kaku Gothic New',sans-serif; font-size:1.1rem; font-weight:700; color:#fff; }
.career-head p { font-size:.82rem; color:rgba(255,255,255,.55); margin-top:4px; }
.career-body { padding:28px; }
.career-step { display:flex; gap:16px; margin-bottom:24px; position:relative; }
.career-step::after { content:''; position:absolute; left:19px; top:40px; bottom:-24px; width:2px; background:var(--border); }
.career-step:last-child::after { display:none; }
.career-step:last-child { margin-bottom:0; }
.career-icon { width:40px; height:40px; border-radius:50%; background:var(--bg); border:2px solid var(--border); display:flex; align-items:center; justify-content:center; font-family:'Outfit',sans-serif; font-size:.78rem; font-weight:700; color:var(--sub); flex-shrink:0; }
.career-step.active .career-icon { background:var(--blue); border-color:var(--blue); color:#fff; }
.career-text h4 { font-size:.92rem; font-weight:700; color:var(--navy); margin-bottom:3px; }
.career-text p { font-size:.82rem; color:var(--sub); line-height:1.6; }
.career-year { font-family:'Outfit',sans-serif; font-size:.72rem; font-weight:700; color:var(--blue); margin-bottom:4px; }

/* Training */
.training-steps { display:grid; grid-template-columns:repeat(4,1fr); gap:0; position:relative; }
.training-steps::before { content:''; position:absolute; top:36px; left:calc(100%/8); right:calc(100%/8); height:2px; background:linear-gradient(90deg,var(--blue),var(--yellow)); }
.t-step { text-align:center; padding:0 12px; position:relative; z-index:1; }
.t-circle { width:72px; height:72px; border-radius:50%; background:#fff; border:3px solid var(--blue); display:flex; align-items:center; justify-content:center; margin:0 auto 20px; font-family:'Outfit',sans-serif; font-weight:700; font-size:.82rem; color:var(--blue); box-shadow:0 0 0 6px var(--bg); flex-direction:column; }
.t-circle span { font-size:.62rem; font-weight:400; color:var(--sub); }
.t-step:last-child .t-circle { background:var(--yellow); border-color:var(--yellow); color:var(--navy); }
.t-step h4 { font-size:.9rem; font-weight:700; color:var(--navy); margin-bottom:6px; }
.t-step p { font-size:.78rem; color:var(--sub); line-height:1.65; }

/* Job cards */
.job-card { background:#fff; border:1px solid var(--border); border-radius:12px; overflow:hidden; margin-bottom:20px; box-shadow:0 1px 4px rgba(0,0,0,.04); transition:box-shadow .3s; }
.job-card:hover { box-shadow:0 6px 24px rgba(0,0,0,.08); }
.job-head { padding:28px 36px; display:flex; align-items:center; justify-content:space-between; cursor:pointer; gap:24px; }
.job-head-left { flex:1; }
.job-badge { display:inline-block; background:#EFF6FF; color:var(--blue); font-size:.7rem; font-weight:700; padding:4px 12px; border-radius:4px; letter-spacing:.06em; margin-bottom:10px; }
.job-head h3 { font-family:'Zen Kaku Gothic New',sans-serif; font-size:1.15rem; font-weight:700; color:var(--navy); margin-bottom:10px; }
.job-tags { display:flex; gap:8px; flex-wrap:wrap; }
.job-tag { background:var(--bg); color:var(--sub); font-size:.72rem; padding:3px 10px; border-radius:4px; }
.expand-btn { width:36px; height:36px; border-radius:50%; border:2px solid var(--border); background:#fff; display:flex; align-items:center; justify-content:center; cursor:pointer; transition:all .3s; flex-shrink:0; font-size:1rem; color:var(--sub); }
.job-card.open .expand-btn { background:var(--navy); border-color:var(--navy); color:#fff; transform:rotate(180deg); }
.job-body { max-height:0; overflow:hidden; transition:max-height .4s cubic-bezier(.4,0,.2,1); }
.job-card.open .job-body { max-height:1400px; }
.job-body-inner { padding:32px 36px; border-top:1px solid var(--border); display:grid; grid-template-columns:1fr 1fr; gap:40px; }
.detail-group h4 { font-family:'Outfit',sans-serif; font-size:.7rem; font-weight:700; letter-spacing:.15em; color:var(--blue); margin-bottom:14px; }
.detail-table { border-collapse:collapse; width:100%; }
.detail-table tr { border-bottom:1px solid #F1F5F9; }
.detail-table th { width:110px; padding:11px 0; font-size:.82rem; font-weight:600; color:var(--sub); text-align:left; vertical-align:top; }
.detail-table td { padding:11px 0 11px 16px; font-size:.88rem; color:var(--body); vertical-align:top; line-height:1.7; }
.detail-table td ul { padding-left:1em; }
.detail-table td li { margin-bottom:3px; }
.apply-btn { display:inline-flex; align-items:center; gap:8px; background:var(--blue); color:#fff; font-weight:700; font-size:.88rem; padding:14px 32px; border-radius:4px; text-decoration:none; margin-top:20px; transition:all .2s; }
.apply-btn:hover { background:#0055aa; transform:translateY(-1px); }

/* Voice */
.voice-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; }
.voice-card { background:#fff; border:1px solid var(--border); border-radius:12px; padding:32px; transition:transform .3s, box-shadow .3s; }
.voice-card:hover { transform:translateY(-4px); box-shadow:0 12px 36px rgba(0,0,0,.07); }
.voice-q { font-family:'Outfit',sans-serif; font-size:4rem; color:#DBEAFE; line-height:1; margin-bottom:-8px; }
.voice-text { font-family:'Zen Kaku Gothic New',sans-serif; font-size:1rem; font-weight:700; color:var(--navy); line-height:1.5; margin-bottom:14px; }
.voice-body { font-size:.86rem; color:var(--sub); line-height:1.85; margin-bottom:24px; }
.voice-person { display:flex; align-items:center; gap:12px; border-top:1px solid var(--border); padding-top:16px; }
.v-avatar { width:44px; height:44px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:1rem; flex-shrink:0; }
.v-name { font-size:.88rem; font-weight:700; color:var(--navy); }
.v-role { font-size:.75rem; color:var(--sub); margin-top:2px; }

/* Schedule */
.schedule-row { display:grid; grid-template-columns:repeat(5,1fr); gap:16px; }
.sched-card { background:#fff; border:1px solid var(--border); border-radius:10px; padding:20px; text-align:center; }
.sched-month { font-family:'Outfit',sans-serif; font-size:1.6rem; font-weight:900; color:var(--blue); line-height:1; margin-bottom:6px; }
.sched-month span { font-size:.9rem; }
.sched-label { font-size:.78rem; font-weight:700; color:var(--navy); margin-bottom:6px; }
.sched-desc { font-size:.72rem; color:var(--sub); line-height:1.6; }
.sched-now { border-color:var(--blue); background:#EFF6FF; }
.sched-now .sched-month { color:var(--red); }

/* FAQ */
.qa-wrap { max-width:760px; }
.qa-item { border-bottom:1px solid var(--border); }
.qa-q { display:flex; align-items:flex-start; gap:16px; padding:22px 0; cursor:pointer; }
.qa-qmark { font-family:'Outfit',sans-serif; font-size:1.1rem; font-weight:900; color:var(--blue); flex-shrink:0; line-height:1.5; }
.qa-qtext { font-size:.96rem; font-weight:600; color:var(--navy); flex:1; line-height:1.55; transition:color .2s; }
.qa-q:hover .qa-qtext { color:var(--blue); }
.qa-icon { font-size:1.2rem; color:var(--sub); flex-shrink:0; transition:transform .3s; margin-top:2px; }
.qa-item.open .qa-icon { transform:rotate(45deg); }
.qa-a { max-height:0; overflow:hidden; transition:max-height .35s cubic-bezier(.4,0,.2,1); }
.qa-item.open .qa-a { max-height:300px; }
.qa-a-inner { display:flex; gap:16px; padding:0 0 22px 40px; }
.qa-amark { font-family:'Outfit',sans-serif; font-size:1.1rem; font-weight:900; color:var(--red); flex-shrink:0; line-height:1.5; }
.qa-atext { font-size:.9rem; color:var(--sub); line-height:1.9; flex:1; }

/* Entry form */
.form-box { max-width:640px; background:#fff; border:1px solid var(--border); border-radius:16px; padding:48px; }
.form-group { margin-bottom:24px; }
.form-label { display:block; font-size:.82rem; font-weight:700; color:var(--navy); margin-bottom:8px; }
.req { color:var(--red); }
.form-input { width:100%; border:1px solid var(--border); border-radius:6px; padding:12px 16px; font-size:.92rem; outline:none; font-family:'Noto Sans JP',sans-serif; transition:border-color .2s; }
.form-input:focus { border-color:var(--blue); }
.form-select { width:100%; border:1px solid var(--border); border-radius:6px; padding:12px 16px; font-size:.92rem; outline:none; font-family:'Noto Sans JP',sans-serif; background:#fff; color:var(--body); }
.form-textarea { width:100%; border:1px solid var(--border); border-radius:6px; padding:12px 16px; font-size:.92rem; outline:none; resize:vertical; font-family:'Noto Sans JP',sans-serif; }
.form-radio-group { display:flex; gap:20px; flex-wrap:wrap; }
.form-radio { display:flex; align-items:center; gap:8px; cursor:pointer; font-size:.9rem; }
.submit-btn { background:var(--blue); color:#fff; font-weight:700; font-size:.95rem; padding:18px; border:none; border-radius:6px; cursor:pointer; width:100%; font-family:'Noto Sans JP',sans-serif; transition:background .2s; }
.submit-btn:hover { background:#0055aa; }
.form-note { font-size:.78rem; color:var(--sub); text-align:center; line-height:1.7; margin-top:16px; }

/* CTA bottom */
.cta-bottom { background:var(--blue); padding:100px 0; position:relative; overflow:hidden; }
.cta-bottom::before { content:'ENTRY'; position:absolute; right:-20px; bottom:-20px; font-family:'Outfit',sans-serif; font-size:16rem; font-weight:900; color:rgba(255,255,255,.05); line-height:1; pointer-events:none; }
.cta-inner { position:relative; z-index:1; text-align:center; }
.cta-inner h2 { font-family:'Zen Kaku Gothic New',sans-serif; font-size:clamp(1.8rem,4vw,3rem); font-weight:900; color:#fff; margin-bottom:16px; }
.cta-inner p { font-size:1rem; color:rgba(255,255,255,.75); margin-bottom:48px; }
.cta-btns { display:flex; gap:20px; justify-content:center; flex-wrap:wrap; }
.btn-white { display:inline-flex; align-items:center; gap:10px; background:#fff; color:var(--blue); font-weight:700; font-size:.95rem; padding:18px 44px; border-radius:4px; text-decoration:none; transition:all .2s; box-shadow:0 4px 20px rgba(0,0,0,.15); }
.btn-white:hover { transform:translateY(-2px); box-shadow:0 8px 32px rgba(0,0,0,.2); }
.btn-white-outline { display:inline-flex; align-items:center; gap:10px; border:2px solid rgba(255,255,255,.5); color:#fff; font-weight:600; font-size:.9rem; padding:16px 36px; border-radius:4px; text-decoration:none; transition:all .2s; }
.btn-white-outline:hover { border-color:#fff; background:rgba(255,255,255,.1); }

/* Footer */
footer { background:var(--navy); padding:64px 0 0; }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1fr 1fr; gap:48px; padding-bottom:48px; border-bottom:1px solid rgba(255,255,255,.07); }
.footer-logo { font-family:'Outfit',sans-serif; font-size:1.4rem; font-weight:900; color:#fff; display:block; margin-bottom:14px; text-decoration:none; letter-spacing:.05em; }
.footer-brand p { font-size:.82rem; color:rgba(255,255,255,.38); line-height:1.8; max-width:240px; }
.footer-nav h4 { font-size:.7rem; font-weight:700; letter-spacing:.15em; color:rgba(255,255,255,.4); text-transform:uppercase; margin-bottom:14px; font-family:'Outfit',sans-serif; }
.footer-nav ul { list-style:none; }
.footer-nav li { margin-bottom:9px; }
.footer-nav a { font-size:.82rem; color:rgba(255,255,255,.46); text-decoration:none; transition:color .2s; }
.footer-nav a:hover { color:#fff; }
.footer-btm { padding:20px 0; display:flex; justify-content:space-between; align-items:center; }
.footer-btm p { font-size:.74rem; color:rgba(255,255,255,.24); }
.footer-btm-links { display:flex; gap:24px; }
.footer-btm-links a { font-size:.74rem; color:rgba(255,255,255,.28); text-decoration:none; }

/* ---- モバイル対応（追加） ---- */
@media (max-width: 768px) {
  .hero { min-height: auto; display: block; }
  .hero-yellow-block, .hero-overlay { display: none; }
  .hero-photo-area { position: relative; width: 100%; height: 220px; clip-path: none; }
  .hero-inner { padding: 90px 20px 30px !important; }
  .ideal-grid, .career-grid, .training-steps, .job-body-inner, .voice-grid, .schedule-row { grid-template-columns: 1fr !important; gap: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .wrap { padding-left: 20px; padding-right: 20px; }
  .form-box { padding: 24px !important; }
}
