@charset "utf-8";
/*
Theme Name: jnova
Theme URI: https://griffin-m.com/
Author: griffin
Author URI: https://griffin-m.com/
Version: 1.0.0
*/

/* =========================
   Common
========================= */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Yu Gothic', 'YuGothic', '游ゴシック', 'Yu Gothic Medium', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-weight: 500;
  color: #111;
  background: #fff;
  overflow-x: hidden;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }

:root {
  --blue: #28B0D2;
  --yellow: #FFF404;
  --navy: #1B2D5E;
  --navy2: #0F1E42;
  --white: #fff;
  --gray50: #F6F8FA;
  --gray100: #EEF0F3;
  --gray300: #C8CDD6;
  --gray400: #9CA3AF;
  --gray500: #6B7280;
  --gray700: #374151;
}

.admin-bar #gnav { top: 32px; }
@media (max-width: 782px) { .admin-bar #gnav { top: 46px; } }

.container { max-width: 1160px; margin: 0 auto; padding: 0 40px; }
.container-narrow { max-width: 860px; margin: 0 auto; padding: 0 40px; }
.section { padding: 100px 0; background: #fff; }
.section-gray { padding: 100px 0; background: var(--gray50); }
.section-dark { padding: 100px 0; background: var(--navy); }
section { isolation: isolate; }
.is-hidden { display: none; }
[hidden] { display: none !important; }
.text-navy { color: var(--navy); }
.container-full { width: 100%; }
.news-empty.is-visible { display: block; }
.page-header-news { background-image: url('assets/img/AdobeStock_474118140.jpeg'); }
.message-photo-fallback {
  display: none;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: var(--gray300);
  align-items: center;
  justify-content: center;
  border: 4px solid #fff;
  box-shadow: 0 12px 40px rgba(0,0,0,.1);
}
.biz-head-link {
  color: inherit;
  text-decoration: none;
}
.biz-demo-btn {
  width: 100%;
  justify-content: center;
}
.k-cta-logo {
  height: 48px;
  width: auto;
  filter: brightness(0) invert(1);
  margin: 0 auto 24px;
  display: block;
}

.fade-up { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
.fade-up.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }
.delay-3 { transition-delay: .32s; }
.delay-4 { transition-delay: .42s; }

/* =========================
   Section Title
========================= */

.sec-header { margin-bottom: 56px; text-align: center; }
.sec-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .15em;
  color: var(--blue);
  margin-bottom: 8px;
  text-transform: uppercase;
}
.sec-title {
  font-size: clamp(26px, 3.5vw, 42px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -.02em;
  position: relative;
  display: inline-block;
  isolation: isolate;
  margin-bottom: 8px;
}
.sec-title .title-text {
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  z-index: 2;
}
.title-line,
.text-line {
  display: inline-block;
}
.sec-title .title-text .title-line {
  background: inherit;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.sec-title .title-text-navy .title-line {
  background: none;
  -webkit-text-fill-color: var(--navy);
  color: var(--navy);
}
.sec-title::after {
  content: '';
  position: absolute;
  left: -6px;
  bottom: 1px;
  width: calc(100% + 12px);
  height: 11px;
  background: linear-gradient(
    to right,
    rgba(255,244,4,0) 0%,
    rgba(255,244,4,.88) 5%,
    rgba(255,244,4,.68) 25%,
    rgba(255,244,4,.9) 50%,
    rgba(255,244,4,.65) 72%,
    rgba(255,244,4,.84) 90%,
    rgba(255,244,4,0) 100%
  );
  transform: scaleX(0) rotate(-1.8deg);
  transform-origin: left center;
  transition: transform 1.4s cubic-bezier(.22,1,.36,1);
  z-index: 1;
}
.sec-title.marker-on::after { transform: scaleX(1) rotate(-1.8deg); }
.sec-desc {
  margin-top: 14px;
  font-size: 16px;
  color: var(--gray700);
  font-weight: 500;
  line-height: 1.7;
}

/* =========================
   Buttons
========================= */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 36px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  cursor: pointer;
  border: none;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.btn .bi { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; gap: 8px; }
.arr { transition: transform .3s; }
.btn:hover .arr { transform: translateX(4px); }
.btn-light { background: transparent; color: var(--navy); border: 1.5px solid var(--navy); }
.btn-light::before,
.btn-dark::before,
.btn-yellow::before,
.btn-navy::before,
.btn-outline-white::before,
.nav-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  transform: translateX(-101%);
  transition: transform .5s cubic-bezier(.4,0,.2,1);
}
.btn-light::before { background: linear-gradient(to right, var(--navy), #1B4A7A); }
.btn-light:hover { color: #fff; }
.btn-light:hover::before,
.btn-dark:hover::before,
.btn-yellow:hover::before,
.btn-navy:hover::before,
.btn-outline-white:hover::before,
.nav-cta:hover::before { transform: translateX(0); }
.btn-dark { background: var(--blue); color: #fff; }
.btn-dark::before { background: linear-gradient(to right, #fff, #e8f7fb); }
.btn-dark:hover { color: var(--navy); }
.btn-yellow { background: var(--yellow); color: var(--navy); }
.btn-yellow::before { background: linear-gradient(to right, #fff, #fffde0); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy::before { background: linear-gradient(to right, var(--blue), #1B8FAD); }
.btn-outline-white { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.5); }
.btn-outline-white::before { background: rgba(255,255,255,.1); }
.btn-sm { padding: 10px 24px; font-size: 12px; }
.btn-lg { padding: 18px 48px; font-size: 15px; }
.btn-demo {
  background: var(--yellow) !important;
  color: var(--navy) !important;
  box-shadow: 0 0 0 0 rgba(255,244,4,.5);
  animation: demo-pulse 2.8s ease-in-out infinite;
}
.btn-demo:hover { box-shadow: 0 6px 28px rgba(255,244,4,.55); animation: none; }
@keyframes demo-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,244,4,.5); }
  60% { box-shadow: 0 0 0 12px rgba(255,244,4,0); }
}

/* =========================
   Header
========================= */

#gnav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; height: 70px; transition: background .3s, box-shadow .3s; }
#gnav.scrolled { background: rgba(255,255,255,.97); box-shadow: 0 1px 0 rgba(0,0,0,.07); }
.nav-inner { height: 70px; max-width: 1400px; margin: 0 auto; padding: 0 48px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav-logo { opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.nav-logo img { height: 28px; width: auto; filter: none; transition: filter .3s; }
#gnav.scrolled .nav-logo,
#gnav.menu-open .nav-logo { opacity: 1; visibility: visible; }
.nav-logo .logo-fb { font-size: 18px; font-weight: 900; color: var(--navy); transition: color .3s; }
.nav-menu { display: flex; align-items: center; gap: 0; flex: 1; justify-content: flex-end; }
.nav-menu a {
  font-size: 12.5px;
  font-weight: 600;
  color: rgba(255,255,255,.85);
  padding: 6px 9px;
  letter-spacing: .04em;
  white-space: nowrap;
  transition: color .2s;
}
#gnav.scrolled .nav-menu a { color: var(--navy); }
.nav-menu a:hover { color: var(--blue) !important; }
.nav-menu a.active { color: var(--yellow) !important; }
#gnav.scrolled .nav-menu a.active { color: var(--blue) !important; }
.nav-cta {
  margin-left: 10px;
  padding: 9px 18px;
  background: var(--blue);
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  position: relative;
  overflow: hidden;
}
.nav-cta span { position: relative; z-index: 1; }
.nav-menu .nav-cta,
.nav-menu .nav-cta.active,
#gnav.scrolled .nav-menu .nav-cta,
#gnav.scrolled .nav-menu .nav-cta.active,
.nav-menu .nav-cta:hover {
  color: #fff !important;
}
.nav-cta::before { background: linear-gradient(to right, var(--navy), var(--navy2)); transition-duration: .45s; }
.hamburger { display: none; background: none; border: none; cursor: pointer; width: 40px; height: 40px; position: relative; z-index: 1001; margin-left: auto; }
.hamburger span { position: absolute; left: 8px; width: 24px; height: 2px; background: #fff; transition: all .3s; }
#gnav.scrolled .hamburger span,
#gnav.menu-open .hamburger span { background: var(--navy); }
.hamburger span:nth-child(1) { top: 12px; }
.hamburger span:nth-child(2) { top: 19px; }
.hamburger span:nth-child(3) { top: 26px; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
#gnav.menu-open { background: rgba(255,255,255,.97); box-shadow: 0 1px 0 rgba(0,0,0,.07); }

/* =========================
   Breadcrumb
========================= */

.breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 32px; flex-wrap: wrap; }
.breadcrumb a,
.breadcrumb span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  color: rgba(255,255,255,.45);
}
.breadcrumb a:hover { color: rgba(255,255,255,.8); }
.breadcrumb-sep { color: rgba(255,255,255,.25); }
.breadcrumb .current { color: rgba(255,255,255,.8); }

/* =========================
   News Archive
========================= */

#news-hero{ position: relative; min-height: 40vh;
  display: flex; align-items: center;
  background: var(--navy2); overflow: hidden;
}
#news-hero::before{ content: ''; position: absolute; inset: 0;
  background: linear-gradient(130deg, rgba(15,30,66,.95) 0%, rgba(27,45,94,.80) 55%, rgba(40,176,210,.15) 100%);
}
#news-hero::after{ content: ''; position: absolute; top: -100px; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(40,176,210,.22) 0%, transparent 65%);
  border-radius: 50%;
}
.hero-grid-lines{ position: absolute; inset: 0; pointer-events: none; overflow: hidden;
}
.hero-grid-lines::before{ content: ''; position: absolute;
  top: 0; left: 50%; width: 1px; height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(40,176,210,.12), transparent);
}
.hero-grid-lines::after{ content: ''; position: absolute;
  top: 50%; left: 0; width: 100%; height: 1px;
  background: linear-gradient(to right, transparent, rgba(40,176,210,.12), transparent);
}
.hero-dots{ position: absolute; right: 80px; top: 50%; transform: translateY(-50%);
  display: grid; grid-template-columns: repeat(6, 14px); gap: 10px;
  opacity: .12; pointer-events: none; z-index: 1;
}
.hero-dots span{ width: 3px; height: 3px; border-radius: 50%; background: var(--blue); display: block;
}
.c-hero-content{ position: relative; z-index: 2;
  width: 100%; padding: 120px 0 72px;
}
.c-hero-eyebrow{ display: flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.c-hero-eyebrow-bar{ width: 40px; height: 2px; background: var(--blue); flex-shrink: 0; }
.c-hero-eyebrow-text{ font-size: 11px; font-weight: 700; letter-spacing: .22em; color: var(--blue); text-transform: uppercase; font-family: 'Helvetica Neue', Arial, sans-serif; }
.c-hero-title{ font-size: clamp(32px, 7vw, 96px);
  font-weight: 900; color: #fff;
  line-height: 1.05; letter-spacing: -.03em;
  margin-bottom: 18px;
}
.c-hero-title span{ color: var(--blue); }
.c-hero-sub{ font-size: 14px; color: rgba(255,255,255,.5); letter-spacing: .08em; font-family: 'Helvetica Neue', Arial, sans-serif; text-transform: uppercase; }
#news-list{ padding: 80px 0 100px; background: var(--gray50); }
.news-filter{ display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 48px; }
.filter-tab{ display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 22px; font-size: 12px; font-weight: 700;
  letter-spacing: .05em; cursor: pointer;
  border: 1.5px solid var(--gray300);
  background: #fff; color: var(--gray500);
  transition: all .22s;
  position: relative; overflow: hidden;
}
.filter-tab::before{ content: ''; position: absolute; inset: 0; background: var(--navy); transform: translateX(-101%); transition: transform .35s cubic-bezier(.4,0,.2,1); }
.filter-tab span{ position: relative; z-index: 1; }
.filter-tab .tab-count{ font-size: 10px; font-weight: 700; color: var(--gray300); position: relative; z-index: 1; transition: color .22s; }
.filter-tab:hover{ border-color: var(--navy); color: #fff; }
.filter-tab:hover::before{ transform: translateX(0); }
.filter-tab:hover .tab-count{ color: rgba(255,255,255,.5); }
.filter-tab.active{ background: var(--navy); border-color: var(--navy); color: #fff; }
.filter-tab.active::before{ transform: translateX(0); }
.filter-tab.active .tab-count{ color: rgba(255,255,255,.5); }
.filter-tab[data-cat="プレスリリース"].active,
.filter-tab[data-cat="プレスリリース"]:hover{ background: var(--blue); border-color: var(--blue); }
.filter-tab[data-cat="プレスリリース"].active::before,
.filter-tab[data-cat="プレスリリース"]:hover::before{ background: var(--blue); }
.news-grid{ display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 56px;
}
.news-card{ background: #fff;
  cursor: pointer;
  transition: transform .25s, box-shadow .25s;
  display: flex; flex-direction: column; text-decoration: none; color: inherit;
  border: 1px solid var(--gray100);
}
.news-card:hover{ transform: translateY(-4px); box-shadow: 0 12px 36px rgba(0,0,0,.1); }
.news-card:hover .news-card-title{ color: var(--blue); }
.news-thumb{ width: 100%; aspect-ratio: 16/9; background: var(--gray300);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; flex-shrink: 0; position: relative;
}
.news-thumb img{ width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.news-card:hover .news-thumb img{ transform: scale(1.04); }
.news-thumb-label{ font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 10px; font-weight: 700; letter-spacing: .18em;
  color: rgba(255,255,255,.6); text-transform: uppercase;
}
.news-thumb.tag-press{ background: linear-gradient(135deg, #1B2D5E 0%, #28B0D2 100%); }
.news-thumb.tag-info{ background: linear-gradient(135deg, #1B4040 0%, #2da89a 100%); }
.news-thumb.tag-event{ background: linear-gradient(135deg, #3D1B5E 0%, #7B52D2 100%); }
.news-thumb.tag-other{ background: linear-gradient(135deg, #3D2B1B 0%, #C27B3A 100%); }
.news-body{ padding: 20px 22px 24px; flex: 1; display: flex; flex-direction: column; }
.news-meta{ display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.news-date{ font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 11px; color: var(--gray500); }
.news-tag{ font-size: 10px; font-weight: 700; letter-spacing: .05em;
  color: var(--blue); border: 1px solid var(--blue); padding: 2px 8px;
  white-space: nowrap;
}
.news-tag.tag-press{ color: var(--blue); border-color: var(--blue); }
.news-tag.tag-info{ color: #2da89a; border-color: #2da89a; }
.news-tag.tag-event{ color: #7B52D2; border-color: #7B52D2; }
.news-tag.tag-other{ color: var(--gray500); border-color: var(--gray300); }
.news-card-title{ font-size: 14px; font-weight: 700; color: var(--navy); line-height: 1.7; transition: color .2s; flex: 1; margin: 0; }
.news-card-arrow{ margin-top: 16px; display: flex; align-items: center; gap: 4px;
  font-size: 11px; font-weight: 700; color: var(--blue); letter-spacing: .04em;
}
.news-card-arrow .arr{ font-size: 13px; transition: transform .25s; }
.news-card:hover .news-card-arrow .arr{ transform: translateX(4px); }
.news-card.hidden{ display: none; }
.news-empty{ grid-column: 1 / -1; text-align: center; padding: 80px 0;
  color: var(--gray500); font-size: 14px; display: none;
}
.news-empty.show{ display: block; }
.pagination{ display: flex; align-items: center; justify-content: center;
  gap: 8px; margin-top: 48px;
}
.page-btn{ width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700; cursor: pointer;
  border: 1.5px solid var(--gray300); background: #fff; color: var(--gray500);
  transition: all .2s;
}
.page-btn:hover{ border-color: var(--navy); color: var(--navy); }
.page-btn.active,
.page-btn.current{ background: var(--navy); border-color: var(--navy); color: #fff; }
.page-btn.prev, .page-btn.next{ font-size: 16px; }
.page-ellipsis{ padding: 0 4px; color: var(--gray300); font-size: 13px; }

/* =========================
   News Single
========================= */

.jnova-page-news_20260701 .container { max-width: 1080px; padding: 0 32px; }
#article-hero{ position: relative; min-height: 40vh;
  display: flex; align-items: center; overflow: hidden;
  background: var(--navy2);
}
#article-hero::before{ content: ''; position: absolute; inset: 0;
  background: linear-gradient(130deg, rgba(15,30,66,.95) 0%, rgba(27,45,94,.80) 55%, rgba(40,176,210,.15) 100%);
}
#article-hero::after{ content: ''; position: absolute; top: -120px; right: -120px;
  width: 560px; height: 560px;
  background: radial-gradient(circle, rgba(40,176,210,.22) 0%, transparent 65%);
  border-radius: 50%;
}
.a-hero-content{ position: relative; z-index: 2;
  width: 100%; padding: 120px 0 72px;
}
.a-hero-eyebrow{ display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.a-hero-eyebrow-bar{ width: 32px; height: 2px; background: var(--blue); flex-shrink: 0; }
.a-hero-eyebrow-text{ font-size: 11px; font-weight: 700; letter-spacing: .22em; color: var(--blue); text-transform: uppercase; font-family: 'Helvetica Neue', Arial, sans-serif; }
.a-hero-title{ font-size: clamp(28px, 5vw, 48px);
  font-weight: 900; color: #fff;
  line-height: 1.35; letter-spacing: -.02em;
  max-width: 800px;
}
#article-main{ padding: 64px 0 80px; background: #fff; }
.article-wrap{ max-width: 800px; margin: 0 auto; }
.article-thumb-lg{ width: 100%; aspect-ratio: 16/9;
  background: linear-gradient(135deg, #1B4040 0%, #2da89a 100%);
  display: flex; align-items: center; justify-content: center;
  border-radius: 8px; margin-bottom: 40px;
  overflow: hidden;
}
.article-thumb-lg img{ width: 100%; height: 100%; object-fit: cover; }
.article-thumb-lg.tag-press{ background: linear-gradient(135deg, #1B2D5E 0%, #28B0D2 100%); }
.article-thumb-lg.tag-info{ background: linear-gradient(135deg, #1B4040 0%, #2da89a 100%); }
.article-thumb-lg.tag-event{ background: linear-gradient(135deg, #3D1B5E 0%, #7B52D2 100%); }
.article-thumb-label{ font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 16px;
  font-weight: 700; letter-spacing: .2em; color: rgba(255,255,255,.6); text-transform: uppercase;
}
.article-header{ margin-bottom: 40px; }
.article-meta{ display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.article-date{ font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; color: var(--gray500); }
.article-tag{ font-size: 11px; font-weight: 700; letter-spacing: .05em; color: #2da89a; border: 1px solid #2da89a; padding: 3px 12px; border-radius: 4px; }
.article-tag.tag-press{ color: var(--blue); border-color: var(--blue); }
.article-tag.tag-info{ color: #2da89a; border-color: #2da89a; }
.article-tag.tag-event{ color: #7B52D2; border-color: #7B52D2; }
.article-content{ font-size: 15px; color: var(--gray700); line-height: 2; }
.article-content p{ margin-bottom: 24px; }
.article-content p:last-child{ margin-bottom: 0; }
#article-nav{ padding: 48px 0; background: var(--gray50); border-top: 1px solid var(--gray100); border-bottom: 1px solid var(--gray100);}
.article-nav-inner{ max-width: 800px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.article-nav-back{ display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; color: var(--gray500);
  letter-spacing: .05em; transition: color .2s;
}
.article-nav-back .back-arr{ font-size: 16px; transition: transform .25s; }
.article-nav-back:hover{ color: var(--navy); }
.article-nav-back:hover .back-arr{ transform: translateX(-4px); }
.article-share{ display: flex; align-items: center; gap: 10px; }
.article-share-label{ font-size: 11px; font-weight: 700; color: var(--gray500); letter-spacing: .08em; }
.share-btn{ width: 36px; height: 36px; display: flex; align-items: center; justify-content: center;
  border: 1.5px solid var(--gray300); color: var(--gray500);
  transition: all .2s; cursor: pointer; background: #fff; border-radius: 50%;
}
.share-btn:hover{ border-color: var(--navy); color: var(--navy); }
.share-btn svg{ width: 16px; height: 16px; fill: currentColor; }
.share-icon{
  width: 16px;
  height: 16px;
  display: block;
  background: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.share-icon-x{
  mask-image: url('assets/img/share_x.svg');
  -webkit-mask-image: url('assets/img/share_x.svg');
}
.share-icon-facebook{
  mask-image: url('assets/img/share_facebook.svg');
  -webkit-mask-image: url('assets/img/share_facebook.svg');
}
.share-icon-line{
  width: 20px;
  height: 20px;
  mask-image: url('assets/img/share_line.svg');
  -webkit-mask-image: url('assets/img/share_line.svg');
}

/* =========================
   CTA
========================= */

#k-cta {
  padding: 120px 0;
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
  text-align: center;
  color: #fff;
}
.k-cta-catch {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  margin-bottom: 24px;
  letter-spacing: -.02em;
  line-height: 1.4;
}
.k-cta-sub { font-size: 16px; opacity: .9; margin-bottom: 48px; line-height: 1.8; }
.k-cta-btns { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

/* =========================
   Footer
========================= */

footer { background: var(--navy2); color: rgba(255,255,255,.65); }
.footer-main { padding: 64px 0 48px; }
.footer-grid { display: grid; grid-template-columns: 220px 1fr 360px; gap: 60px; align-items: start; }
.footer-logo {
  height: 40px;
  width: auto;
  display: block;
  margin-bottom: 24px;
}
.footer-logo-fb { font-size: 16px; font-weight: 900; color: #fff; display: block; margin-bottom: 24px; }
.footer-katana-cta {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-top: 3px solid var(--blue);
  padding: 18px 20px 20px;
  margin-bottom: 0;
  min-width: 0;
}
.footer-katana-eyebrow { font-size: 10px; font-weight: 700; letter-spacing: .14em; color: var(--blue); text-transform: uppercase; margin-bottom: 4px; }
.footer-katana-product { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 18px; font-weight: 800; color: #fff; letter-spacing: .05em; margin-bottom: 6px; }
.footer-katana-desc { font-size: 11px; color: rgba(255,255,255,.45); line-height: 1.6; margin: 6px 0 14px; }
.footer-nav-title,
.footer-access-title { font-size: 10px; font-weight: 700; letter-spacing: .14em; color: rgba(255,255,255,.35); text-transform: uppercase; margin-bottom: 14px; }
.footer-nav-links { display: flex; flex-direction: column; gap: 9px; }
.footer-nav-links a { font-size: 13px; font-weight: 500; color: rgba(255,255,255,.55); transition: color .2s; }
.footer-nav-links a:hover { color: #fff; }
.footer-map-area {
  background: var(--gray700);
  width: 100%;
  aspect-ratio: 16/7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 0;
}
.footer-map-area iframe { width: 100%; height: 100%; border: none; display: block; }
.footer-address { font-size: 12.5px; color: rgba(255,255,255,.55); line-height: 1.85; }
.footer-address strong { display: block; color: rgba(255,255,255,.8); font-weight: 700; margin-bottom: 3px; margin-top: 14px; }
.footer-address strong:first-child { margin-top: 0; }
.footer-katana-logo {
  height: 28px;
  width: min(178px, 100%);
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
  margin: 0 auto 6px 0;
  align-self: flex-start;
}
.footer-katana-cta > .btn {
  width: 100%;
}
.footer-social-cta {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-social-heading {
  margin: 0;
  color: var(--yellow);
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.6;
}
.footer-social-note {
  margin: 8px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.6;
}
.footer-social-line {
  background: #06C755;
  color: #fff;
  width: 100%;
  border-radius: 4px;
  font-size: 12px;
  padding: 10px 0;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-social-row {
  display: flex;
  gap: 8px;
}
.footer-social-link {
  background: rgba(255,255,255,0.1);
  color: #fff;
  flex: 1;
  min-width: 0;
  border-radius: 4px;
  font-size: 11px;
  padding: 8px 0;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer-social-line span,
.footer-social-link span {
  position: relative;
  z-index: 1;
}
.footer-social-link .footer-social-icon {
  width: 14px;
  height: 14px;
}
.footer-social-icon {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.footer-map-frame {
  border: 0;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.07);
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-copy { font-size: 11px; color: rgba(255,255,255,.4); }
.footer-bottom-links { display: flex; align-items: center; gap: 32px; }
.footer-sns { display: flex; gap: 16px; align-items: center; }
.footer-sns a { color: rgba(255,255,255,.4); display: flex; transition: color .2s; }
.footer-sns a:hover { color: rgba(255,255,255,.8); }
.footer-sns svg { width: 20px; height: 20px; fill: currentColor; }
.footer-policy a { font-size: 11px; color: rgba(255,255,255,.4); transition: color .2s; }
.footer-policy a:hover { color: rgba(255,255,255,.8); }

/* =========================
   Responsive
========================= */

@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-grid > *:last-child { grid-column: span 2; }
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .nav-inner { padding: 0 20px; }
  .nav-menu {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 40px;
    gap: 16px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    overflow-y: auto;
    padding-bottom: 40px;
    box-shadow: 0 10px 20px rgba(0,0,0,.05);
    z-index: 1000;
    pointer-events: none;
  }
  .nav-menu.open { opacity: 1; visibility: visible; pointer-events: auto; }
  .nav-menu a {
    font-size: 15px;
    color: var(--navy) !important;
    font-weight: 700;
    padding: 12px;
    width: 100%;
    text-align: center;
  }
  .nav-menu a.active { color: var(--blue) !important; }
  .nav-cta {
    margin-left: 0;
    margin-top: 16px;
    font-size: 14px;
    padding: 14px 24px;
    width: min(280px, calc(100% - 40px));
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    color: #fff !important;
  }
  .nav-cta span { white-space: nowrap; }
  .hamburger { display: block; }
}

@media (max-width: 768px) {
  .container,
  .container-narrow { padding: 0 20px; }
  .jnova-page-news_20260701 .container { padding: 0 20px; }
  .news-grid { grid-template-columns: 1fr; }
  .news-filter { gap: 6px; }
  .filter-tab { padding: 6px 14px; }
  .c-hero-content { padding: 100px 0 56px; }
  .a-hero-title { font-size: clamp(20px, 5.5vw, 32px); }
  .article-wrap { max-width: 100%; }
  .article-nav-inner { flex-direction: column; align-items: flex-start; gap: 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > *:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 16px; align-items: flex-start; }
  .footer-bottom-links { width: 100%; justify-content: space-between; }
}

@media (max-width: 767px) {
  .k-cta-btns,
  .footer-social-row,
  .notfound-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .k-cta-btns .btn,
  .footer-social-row .btn,
  .notfound-actions .btn {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .sec-header { margin-bottom: 42px; }
  .sec-title {
    font-size: clamp(25px, 8.8vw, 28px);
    line-height: 1.32;
    max-width: 100%;
  }
  .sec-title::after {
    height: 9px;
    bottom: 2px;
  }
  .sec-desc {
    margin-top: 8px;
    font-size: 14px;
  }
}
