/* recruit/career.html 専用スタイル */
.hero { padding-top: 0; }
.hero__img { display: block; width: 100%; height: auto; }
.hero__content { position: absolute; top: 40%; left: 80px; transform: translateY(-50%); z-index: 3; }
.hero__en { font-family: 'Barlow Semi Condensed', sans-serif; font-size: 68px; font-weight: 300; color: #fff; letter-spacing: 0.04em; line-height: 1; }
.hero__ja { font-size: 16px; color: rgba(255,255,255,0.9); margin-top: 10px; letter-spacing: 0.15em; font-weight: 400; }
.sec-message-wrap { background: #fff; padding: 80px 4vw; }
.sec-message { max-width: 1200px; margin: 0 auto; min-height: 480px; display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.msg-text-col h2 { font-size: clamp(20px, 2.4vw, 28px); font-weight: 800; line-height: 1.5; margin-bottom: 28px; color: #1a1a2e; letter-spacing: 0.03em; }
.msg-text-col p { font-size: 16px; color: #555; line-height: 2; }
.msg-text-col p.msg-lead { font-size: 16px; color: #333; line-height: 1.9; }
.msg-images-col { position: relative; min-height: 320px; }
.msg-img.msg-img--single { width: 100%; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 8px; }
.msg-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sec-voices { background: #fff; padding: 80px 4vw; }
.sec-voices-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 42% 1fr; gap: 56px; align-items: center; }
.voices-left { display: flex; flex-direction: column; gap: 0; align-items: center; justify-content: center; }
.voices-left-img { position: relative; width: 100%; overflow: visible; border-radius: 4px; aspect-ratio: auto; transform: scale(1.1); transform-origin: center center; }
.voices-left-img .img-placeholder, .voices-left-img img { position: relative; width: 100%; height: auto; object-fit: contain; display: block; }
.img-walk1 { background: linear-gradient(160deg, #8aa5b8 0%, #4a6880 60%, #2a4860 100%); }
.voices-right { display: flex; flex-direction: column; gap: 0; text-align: left; }
.voice-block { padding: 24px 0; border-bottom: 1px solid #e0e5ea; }
.voice-block:first-child { padding-top: 0; }
.voice-block:last-child { border-bottom: none; padding-bottom: 0; }
.voice-block p { font-family: 'Noto Sans JP', sans-serif; font-size: 18px; font-weight: 700; color: #333; margin-bottom: 12px; line-height: 1.6; }
.voice-block span { font-family: 'Noto Sans JP', sans-serif; font-size: 16px; font-weight: 400; color: #333; line-height: 1.8; display: block; }
.sec-field { background: #fff; padding: 80px 8vw; }
.sec-field-inner { max-width: 1200px; margin: 0 auto; padding: 0; }
.sec-field__title { font-size: 36px; font-weight: 700; color: #000; margin-bottom: 96px; letter-spacing: 0.03em; }
.reasons-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; align-items: stretch; }
.reason-card { background: #fff; padding: 28px 28px 0; display: flex; flex-direction: column; border-radius: 8px; min-height: 100%; box-shadow: 0 2px 12px rgba(0,0,0,0.06); overflow: visible; }
.reason-card__num { font-family: 'Barlow Semi Condensed', sans-serif; font-size: 108px; font-weight: 600; line-height: 1; text-align: center; margin: -88px 0 0; background: linear-gradient(to bottom, #42a5f5 0%, #1565c0 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.reason-card__title { font-family: 'Noto Sans JP', sans-serif; font-size: 20px; font-weight: 700; color: #1976d2; line-height: 1.65; margin: 8px 0 16px; padding: 0; max-width: 100%; overflow-wrap: break-word; }
.reason-card__text { font-family: 'Noto Sans JP', sans-serif; font-size: 16px; color: #333; line-height: 1.85; margin-bottom: 24px; padding: 0; }
.reason-card__img { margin: 24px -28px 0; width: calc(100% + 56px); height: 200px; overflow: hidden; flex-shrink: 0; border-radius: 0 0 8px 8px; }
.reason-card__img img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.entry-banner__img-wrap { display: block; line-height: 0; width: 100%; }
.news__card a { display: block; color: inherit; }
.entry-banner { width: calc(100% - 120px); max-width: 1200px; margin: 24px auto 56px; padding: 28px 0 0; position: relative; overflow: hidden; }
.entry-banner__img { display: block; width: 100%; height: auto; vertical-align: bottom; }
.entry-banner__btn-wrap { position: absolute; bottom: 56px; left: 0; right: 0; padding: 0 48px; display: flex; justify-content: flex-start; align-items: stretch; gap: 20px; pointer-events: none; }
.entry-banner__btn-wrap a { pointer-events: auto; flex: 1; }
.entry-banner__btn { display: flex; align-items: center; justify-content: center; gap: 12px; width: 100%; padding: 22px 24px; background: #fff; font-size: 18px; font-weight: 700; letter-spacing: 0.08em; text-decoration: none; border: 1px solid rgba(0,0,0,0.12); box-shadow: 0 2px 8px rgba(0,0,0,0.08); transition: opacity 0.3s, transform 0.3s, box-shadow 0.3s; }
.entry-banner__btn:hover { opacity: 0.95; transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,0.12); }
.entry-banner__btn-text { background: linear-gradient(180deg, #0d47a1 0%, #1565c0 40%, #42a5f5 70%, #90caf9 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: #1565c0; }
.entry-banner__btn-icon { flex-shrink: 0; width: 18px; height: 18px; color: #1565c0; }
.entry-banner__btn[title="インターンシップ"] { display: flex !important; }
.entry-banner__btn[title="事業推進"],
.entry-banner__btn[title="募集ポジション一覧へ"] { flex: 0 0 calc(50% - 10px) !important; max-width: calc(50% - 10px); }
.sec-recruit-links { background: #fff; padding: 56px 12vw 64px; }
.sec-recruit-links__inner { max-width: 720px; margin: 0 auto; }
.sec-recruit-links__inner > .recruit-link:first-of-type { display: flex !important; }
.sec-recruit-links__inner > .recruit-link:first-of-type + .recruit-link__separator { display: block !important; }
.recruit-link { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 32px 0; }
.recruit-link__text { flex: 1; min-width: 0; }
.recruit-link__title { font-size: 18px; font-weight: 700; color: #002158; margin: 0 0 12px; }
.recruit-link__desc { font-size: 16px; color: #333; line-height: 1.9; margin: 0; }
.recruit-link__desc--group { font-size: 16px; letter-spacing: -0.01em; }
.recruit-link__btn { flex-shrink: 0; display: flex; align-items: center; justify-content: center; min-width: 80px; height: 48px; padding: 0 24px; background: linear-gradient(180deg, #1565c0 0%, #42a5f5 100%); color: #fff; text-decoration: none; border-radius: 999px; transition: opacity 0.3s; }
.recruit-link__btn:hover { opacity: 0.9; }
.recruit-link__btn-arrow { width: 24px; height: 24px; flex-shrink: 0; }
.recruit-link__separator { border: none; border-top: 2px dotted #90caf9; margin: 0; }
.sec-recruit-links .sp-br { display: none; }
.sec-message-wrap .pc-br, .reason-card__title .pc-br { display: block; }
@media (max-width: 768px) {
  .sec-recruit-links .sp-br { display: block; }
  .sec-recruit-links .pc-br, .sec-message-wrap .pc-br, .sec-voices .pc-br, .reason-card__title .pc-br { display: none; }
  .sec-recruit-links { padding: 3px 20px 48px; }
  .sec-recruit-links__inner { max-width: 100%; margin: 0; padding: 0; }
  .recruit-link { flex-direction: column; align-items: stretch; gap: 16px; padding: 20px 0; }
  .recruit-link__text { text-align: left; }
  .recruit-link__title { text-align: left; }
  .recruit-link__desc { text-align: left; }
  .recruit-link__btn { align-self: flex-end; background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #1565c0 0%, #42a5f5 100%) border-box; background-clip: padding-box, border-box; background-origin: padding-box, border-box; border: 3px solid transparent; border-radius: 0; color: #1565c0; width: 69px; height: 44px; min-width: 69px; padding: 0; box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
  .recruit-link__btn .recruit-link__btn-arrow { color: #1565c0; width: 24px; height: 20px; }
}
.news { display: block !important; }
.news .news__img { aspect-ratio: 4 / 3; height: auto; }
.fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
.fade-in-delay-1 { transition-delay: 0.1s; }
.fade-in-delay-2 { transition-delay: 0.2s; }
.fade-in-delay-3 { transition-delay: 0.3s; }
.scroll-top { position: fixed; bottom: 28px; right: 28px; width: 44px; height: 44px; background: #1a72c5; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: 0; pointer-events: none; transition: opacity 0.3s; z-index: 50; font-size: 18px; box-shadow: 0 4px 12px rgba(26,114,197,0.4); }
.scroll-top.show { opacity: 1; pointer-events: auto; }
@media (max-width: 900px) { .hero__content { left: 24px; } .hero__en { font-size: 44px; } .hero__ja { font-size: 16px; } .sec-field__title { font-size: clamp(18px, 5vw, 28px); white-space: nowrap; } .reasons-grid, .sec-field .reasons-grid { grid-template-columns: 1fr; row-gap: 90px; column-gap: 32px; } .reason-card { max-width: 520px; margin-left: auto; margin-right: auto; } }
@media (max-width: 768px) { .header__inner .header__nav, .header > .header__tabs { display: none !important; } .header__hamburger { display: flex !important; margin-left: auto; } }
@media (max-width: 768px) { .hero__content { left: 24px; top: 35%; } .hero__en { font-size: 44px; } .hero__ja { font-size: 16px; } .sec-message-wrap { padding: 24px 4vw; } .sec-message { grid-template-columns: 1fr; gap: 13px; } .msg-text-col { order: 2; text-align: center; } .msg-text-col h2, .msg-text-col p { text-align: center; } .msg-images-col { order: 1; } .sec-message-wrap { padding-bottom: 12px; } .sec-voices { padding-top: 40px; } .sec-voices-inner { grid-template-columns: 1fr; gap: 24px; padding: 0 12px; } .sec-voices-inner .voices-left { order: 1; margin-left: 0; max-width: 100%; display: flex; justify-content: center; } .sec-voices-inner .voices-left-img { transform: scale(1); max-width: 100%; overflow: hidden; } .sec-voices-inner .voices-right { order: 2; } .sec-voices-right, .voice-block p, .voice-block span { text-align: center; } .sec-field__title { text-align: center; } .reason-card__title, .reason-card__text { text-align: center; } .reason-card__title { font-size: 20px; } .recruit-link__text, .recruit-link__title, .recruit-link__desc { text-align: center; } .recruit-link__btn { align-self: center; } .footer__inner { flex-direction: column; gap: 40px; } .footer__info, .footer__sitemap { width: 100%; } .footer__sitemap { flex-direction: column; gap: 20px; } .footer__nav-col { width: 100%; } .entry-banner { width: calc(100% - 32px); margin: 48px 16px 48px; } .footer { padding-top: 4px; } .sec-voices { padding-bottom: 40px; } .sec-field { padding-top: 40px; padding-bottom: 10px; } .sec-recruit-links { padding: 3px 20px 48px; } .entry-banner__btn-wrap { flex-direction: column; justify-content: flex-end; align-items: center; bottom: 24px; transform: none; padding: 0 24px; gap: 12px; } .entry-banner__btn-wrap a { flex: none; } .entry-banner__btn { padding: 20px 40px; font-size: 18px; border-radius: 0; } .entry-banner__btn[title="募集ポジション一覧へ"] { flex: none; width: 100%; max-width: 340px; min-width: 280px; height: 64px; font-size: 20px; } }
@media (max-width: 480px) { .hero__content { left: 16px; top: 35%; } .hero__en { font-size: 32px; } .hero__ja { font-size: 16px; margin-top: 8px; letter-spacing: 0.1em; } }

/* SP：キャリア「エントリーする」内の事業推進ボタン（PC の 50% 制限の約 2 倍＝バナー内いっぱい） */
@media (max-width: 768px) {
  .entry-banner .entry-banner__btn-wrap > a.entry-banner__btn[title="事業推進"] {
    flex: none !important;
    align-self: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
    box-sizing: border-box;
  }
}
