/* =============================
   Header Search
   ============================= */
.header-actions { display: flex; align-items: center; gap: 4px; margin-top: 12px; }
.header-search-label {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: inherit;
  white-space: nowrap;
}
.header-search {
  display: flex; align-items: center; justify-content: center; gap: 16px;
  color: var(--color-white); height: 40px; flex-shrink: 0;
  transition: color var(--transition-base);
  background: none; border: none; cursor: pointer;
  padding: 0 10px 0 0; margin-left: -24px;
}
.header-search img { width: 20px; height: 20px; }
.scrolled .header-search,
.header.menu-open .header-search,
.header.nav-open .header-search { color: var(--color-text-primary); }
.header-search:hover { background: none; color: var(--color-accent); }
.header-search:hover svg { color: var(--color-accent); }

/* =============================
   Search Panel
   ============================= */
.search-panel {
  position: fixed;
  top: 72px;
  width: 636px;
  height: auto;
  max-height: 80vh;
  overflow-y: auto;
  background: rgba(255,255,255,0.98);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 150;
  padding: 24px;
  box-sizing: border-box;
}
.search-panel-close-sp { display: none; }
.search-panel-close-sp-btn { background: none; border: none; cursor: pointer; padding: 4px; color: #333; }
.search-panel-input-wrap {
  display: flex; align-items: center; gap: 12px;
  border: 1px solid #a5aab1; border-radius: 22px;
  padding: 8px 28px 8px 12px; background: #ffffff;
}
.search-panel-input-wrap svg { flex-shrink: 0; width: 20px; height: 20px; }
.search-panel-input {
  flex: 1; border: none; outline: none;
  font-size: 16px; font-family: 'Noto Sans JP', sans-serif;
  color: #333; background: transparent; letter-spacing: 0.32px;
}
.search-panel-input::placeholder { color: #9a9a9a; }
.search-no-result { font-family: var(--font-jp); font-size: 13px; color: #9a9a9a; margin: 16px 0 0; padding: 0 4px; }

/* =============================
   Solutions Page
   ============================= */
.sl-page {
  background: #ffffff;
  overflow-x: clip;
  max-width: 100vw;
}

/* ===== FV ===== */
.sl-fv {
  position: relative;
  height: 420px;
  background: linear-gradient(160deg, #0a0d38 0%, #060828 50%, #03041a 100%);
  overflow: hidden;
}

.sl-fv-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  will-change: transform, opacity;
}

.sl-fv-blob--a {
  width: 1100px; height: 900px;
  top: -250px; right: -220px;
  background: radial-gradient(ellipse, rgba(80,140,255,0.75) 0%, transparent 65%);
  filter: blur(90px);
  animation: sl-blob-a 4s ease-in-out infinite;
}
.sl-fv-blob--b {
  width: 900px; height: 750px;
  bottom: -180px; left: -120px;
  background: radial-gradient(ellipse, rgba(0,180,255,0.65) 0%, transparent 65%);
  filter: blur(100px);
  animation: sl-blob-b 5s ease-in-out infinite;
}
.sl-fv-blob--c {
  width: 700px; height: 650px;
  top: 25%; left: 15%;
  background: radial-gradient(ellipse, rgba(60,160,255,0.5) 0%, transparent 65%);
  filter: blur(80px);
  animation: sl-blob-c 6s ease-in-out infinite;
}
.sl-fv-blob--d {
  width: 800px; height: 650px;
  bottom: 40px; right: 80px;
  background: radial-gradient(ellipse, rgba(0,160,255,0.55) 0%, transparent 65%);
  filter: blur(85px);
  animation: sl-blob-d 4.5s ease-in-out infinite;
}
.sl-fv-blob--e {
  width: 650px; height: 580px;
  top: -50px; left: -80px;
  background: radial-gradient(ellipse, rgba(40,100,240,0.6) 0%, transparent 65%);
  filter: blur(75px);
  animation: sl-blob-e 5.5s ease-in-out infinite;
}
.sl-fv-blob--f {
  width: 600px; height: 550px;
  top: 40%; right: 15%;
  background: radial-gradient(ellipse, rgba(0,200,255,0.5) 0%, transparent 65%);
  filter: blur(80px);
  animation: sl-blob-f 5s ease-in-out infinite;
}

@keyframes sl-blob-a {
  0%   { transform: translate(0,0) scale(1) rotate(0deg); opacity:.85; }
  25%  { transform: translate(-180px,140px) scale(1.3) rotate(15deg); opacity:.6; }
  50%  { transform: translate(-80px,220px) scale(.85) rotate(-10deg); opacity:.9; }
  75%  { transform: translate(120px,80px) scale(1.2) rotate(20deg); opacity:.7; }
  100% { transform: translate(0,0) scale(1) rotate(0deg); opacity:.85; }
}
@keyframes sl-blob-b {
  0%   { transform: translate(0,0) scale(1) rotate(0deg); opacity:.7; }
  30%  { transform: translate(160px,-180px) scale(1.25) rotate(-20deg); opacity:1; }
  60%  { transform: translate(240px,-80px) scale(.8) rotate(15deg); opacity:.6; }
  80%  { transform: translate(80px,-220px) scale(1.2) rotate(-10deg); opacity:.9; }
  100% { transform: translate(0,0) scale(1) rotate(0deg); opacity:.7; }
}
@keyframes sl-blob-c {
  0%   { transform: translate(0,0) scale(1); opacity:.5; }
  33%  { transform: translate(200px,-120px) scale(1.4); opacity:.9; }
  66%  { transform: translate(-120px,160px) scale(.75); opacity:.4; }
  100% { transform: translate(0,0) scale(1); opacity:.5; }
}
@keyframes sl-blob-d {
  0%   { transform: translate(0,0) scale(1) rotate(0deg); opacity:.65; }
  25%  { transform: translate(-160px,-140px) scale(1.3) rotate(-15deg); opacity:1; }
  50%  { transform: translate(-240px,60px) scale(.8) rotate(20deg); opacity:.5; }
  75%  { transform: translate(-80px,-200px) scale(1.2) rotate(-10deg); opacity:.85; }
  100% { transform: translate(0,0) scale(1) rotate(0deg); opacity:.65; }
}
@keyframes sl-blob-e {
  0%   { transform: translate(0,0) scale(1); opacity:.6; }
  40%  { transform: translate(160px,180px) scale(1.35); opacity:.95; }
  70%  { transform: translate(60px,-100px) scale(.8); opacity:.5; }
  100% { transform: translate(0,0) scale(1); opacity:.6; }
}
@keyframes sl-blob-f {
  0%   { transform: translate(0,0) scale(1) rotate(0deg); opacity:.55; }
  35%  { transform: translate(-140px,-160px) scale(1.3) rotate(20deg); opacity:.95; }
  65%  { transform: translate(100px,-80px) scale(.75) rotate(-15deg); opacity:.5; }
  100% { transform: translate(0,0) scale(1) rotate(0deg); opacity:.55; }
}

.sl-fv-canvas {
  position: absolute;
  top: 0; right: -5%;
  width: 55%; height: 100%;
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.7;
}

.sl-fv-breadcrumb {
  position: absolute;
  top: 83px; left: 96px;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 400;
  color: var(--color-white);
  letter-spacing: -0.12px;
  z-index: 1;
}
.sl-fv-breadcrumb a { color: var(--color-white); text-decoration: none; }

.sl-fv-content {
  position: relative;
  z-index: 1;
  padding: 168px 0 0 96px;
}

.sl-fv-eyebrow { color: var(--color-accent); margin-bottom: 8px; }

.sl-fv-heading {
  font-family: var(--font-jp);
  font-size: 40px;
  font-weight: 700;
  color: var(--color-white);
  line-height: 1.39;
  letter-spacing: -0.4px;
  margin: 0;
}

/* ===== CONSULTING / TECHNOLOGY SECTIONS ===== */
.sl-section {
  background: #fff;
  margin-top: 60px;
}

.sl-section-top {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 379px;
}

.sl-col-img {
  position: relative;
  overflow: hidden;
}
.sl-col-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sl-col-content {
  position: relative;
  padding: 98px 96px 48px 46px;
  overflow: hidden;
  clip-path: inset(0);
}
.sl-col-content--left {
  padding: 98px 48px 48px 96px;
}
.sl-col-content--left .sl-col-bg-text { left: 92px; }

.sl-col-bg-text {
  position: absolute;
  top: 20px; left: 38px;
  font-family: var(--font-en);
  font-size: clamp(36px, 5.4vw, 69px);
  font-weight: 700;
  color: #e5e7eb;
  letter-spacing: 1.38px;
  line-height: 1.33;
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100% - 38px);
  user-select: none;
  pointer-events: none;
  z-index: 0;
}

.sl-col-content .section-label,
.sl-col-content .sl-col-heading,
.sl-col-content .sl-col-desc {
  position: relative;
  z-index: 1;
}

.sl-col-content .section-label { margin-top: 0; margin-bottom: 0; }

.sl-col-heading {
  font-family: var(--font-jp);
  font-size: 30px;
  font-weight: 700;
  color: #333;
  line-height: 1.44;
  letter-spacing: -0.3px;
  margin: 12px 0 0;
}

.sl-col-desc {
  font-family: var(--font-jp);
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.32px;
  margin: 20px 0 0;
}

.sl-btn-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 0 96px 20px;
  margin-top: 40px;
}

.sl-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 20px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
  min-height: 64px;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.06);
}
.sl-btn-label {
  font-family: var(--font-jp);
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.4px;
  transition: color 0.15s;
}
.sl-btn:hover .sl-btn-label { color: var(--color-accent); }
.sl-btn-arrow { color: var(--color-accent); flex-shrink: 0; }

.sl-section--tech { background: #fff; }
.sl-btn-grid--8 { margin-top: 40px; padding-bottom: 80px; }

/* ===== INDUSTRIES SECTION (Solutions override) ===== */
.industries-section {
  background: #f7f7f7;
  padding: 66px 0 0;
}

.industries-header {
  padding: 0 96px;
  margin-bottom: 32px;
}

.industries-heading {
  font-family: var(--font-jp);
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  line-height: 1.39;
  letter-spacing: -0.4px;
  margin-top: 0;
  margin-bottom: 20px;
}

.industries-desc {
  font-family: var(--font-jp);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-text-primary);
  line-height: 1.6;
  letter-spacing: 0.32px;
  margin-bottom: 28px;
  display: none;
}

.industries-link {
  display: none;
}

.industries-carousel-wrap {
  overflow: hidden;
  padding-left: 96px;
  cursor: grab;
  user-select: none;
}
.industries-carousel-wrap:active { cursor: grabbing; }

.industries-carousel-track {
  display: flex;
  gap: 16px;
}

.industry-card {
  flex-shrink: 0;
  position: relative;
  width: 286px;
  height: 380px;
  overflow: hidden;
  border-radius: 8px;
  display: block;
  text-decoration: none;
}

.industry-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.industry-card:hover .industry-card-img { transform: scale(1.04); }

.industry-card-hover-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.industry-card:hover .industry-card-hover-overlay { opacity: 1; }

.industry-card-content {
  position: absolute;
  inset: 0;
  padding: 14px 22px 24px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.industry-card-en {
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 700;
  color: var(--color-accent);
  line-height: 1.6;
  letter-spacing: -0.14px;
  margin-bottom: 2px;
  transition: color 0.3s ease;
}

.industry-card-ja {
  font-family: var(--font-jp);
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  line-height: 1.5;
  letter-spacing: -0.24px;
  white-space: pre-line;
  margin-top: 0;
  transition: color 0.3s ease;
}
.industry-card:hover .industry-card-ja { color: #1f2937; }

.industry-card-desc {
  font-family: var(--font-jp);
  font-size: 16px;
  font-weight: 400;
  color: #1f2937;
  line-height: 1.6;
  letter-spacing: 0.8px;
  margin-top: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.industry-card:hover .industry-card-desc { opacity: 1; }

.industries-nav {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 16px 96px 20px;
  margin-top: 12px;
}

.industries-nav-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  opacity: 1;
  transition: opacity 0.2s;
}
.industries-nav-btn:not(:disabled):hover { opacity: 0.7; }

/* ===== CASE STUDY SECTION (ind-cs-*) ===== */
.ind-cs-section {
  background: #ffffff;
  padding: 60px 96px;
}

.ind-cs-heading {
  font-family: var(--font-jp);
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  letter-spacing: -0.3px;
  line-height: 1.44;
  margin: 0 0 16px;
}

.ind-cs-subtext {
  font-family: var(--font-jp);
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.32px;
  line-height: 1.6;
  margin: 0 0 24px;
}

.ind-cs-all-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-jp);
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-secondary);
  letter-spacing: 0.28px;
  text-decoration: none;
  margin-bottom: 24px;
}
.ind-cs-all-link:hover { opacity: 0.6; }

.ind-cs-cards {
  display: flex;
  gap: 24px;
}

.ind-cs-card {
  flex: 1;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.ind-cs-card:hover .ind-cs-card-title { color: var(--color-accent); }

.ind-cs-card-img {
  width: 100%;
  height: 256px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  flex-shrink: 0;
}
.ind-cs-card-img img { width: 100%; height: 100%; object-fit: cover; }

.ind-cs-card-body {
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.ind-cs-card-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-accent);
  border-radius: 22px;
  padding: 2px 14px;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 600;
  color: var(--color-accent);
  letter-spacing: -0.12px;
  line-height: 1.5;
  white-space: nowrap;
  align-self: flex-start;
  margin-bottom: 12px;
}

.ind-cs-card-title {
  font-family: var(--font-jp);
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  letter-spacing: -0.18px;
  line-height: 1.6;
  margin: 0 0 8px;
  transition: color 0.2s;
}

.ind-cs-card-text {
  font-family: var(--font-jp);
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  letter-spacing: -0.14px;
  line-height: 1.6;
  margin: 0 0 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

.ind-cs-card-more {
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 600;
  color: var(--color-text-secondary);
  letter-spacing: -0.12px;
  line-height: 1.5;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: opacity 0.2s;
}
.ind-cs-card:hover .ind-cs-card-more { opacity: 0.7; }

/* PC: カルーセル非表示 */
@media (min-width: 769px) {
  .ind-cs-carousel-outer { display: none; }
}

/* ===== CTA SECTION ===== */
.cta-section {
  background: var(--color-accent);
  padding: 80px 0;
}

.cta-inner { text-align: center; }

.cta-label {
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 600;
  color: var(--color-white);
  letter-spacing: 2.8px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.cta-heading {
  font-family: var(--font-jp);
  font-size: 30px;
  font-weight: 700;
  color: var(--color-white);
  line-height: 1.44;
  margin: 0 0 20px;
  letter-spacing: -0.3px;
}

.cta-desc {
  font-family: var(--font-jp);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-white);
  line-height: 1.5;
  letter-spacing: 0.32px;
  margin: 0 auto 40px;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-white);
  color: var(--color-white);
  font-family: var(--font-jp);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
  transition: background var(--transition-base), color var(--transition-base);
  cursor: pointer;
  width: 343px;
  height: 40px;
  text-decoration: none;
}
.cta-btn:hover { background: rgba(0,0,0,0.16); border-color: transparent; }

/* ===== FOOTER ===== */
.footer { background: #34383b; }
.footer-inner {
  padding: 48px 94px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas: "logo logo" "companies sns" "nav copyright";
  row-gap: 40px;
}
.footer-top { grid-area: logo; }
.footer-logo { display: inline-flex; }
.footer-logo img { width: 160px; height: 42px; }
.footer-companies { grid-area: companies; display: flex; flex-direction: column; gap: 12px; align-self: center; }
.footer-company-name {
  font-family: var(--font-jp);
  font-size: 14px; font-weight: 500;
  color: var(--color-white);
  letter-spacing: 0.7px; line-height: normal;
}
.footer-sns { grid-area: sns; display: flex; align-items: center; justify-content: flex-end; gap: 16px; padding-right: 20px; }
.footer-sns-link {
  position: relative; display: flex;
  align-items: center; justify-content: center;
  transition: opacity var(--transition-base);
}
.footer-sns-link:hover { opacity: 0.7; }
.footer-sns-tooltip {
  position: absolute;
  bottom: calc(100% + 10px); left: 50%;
  transform: translateX(-50%);
  background: #ffffff; color: #4B5563;
  font-family: var(--font-jp); font-size: 12px; font-weight: 400;
  line-height: 1.5; letter-spacing: -0.12px;
  padding: 4px 10px; border-radius: 4px;
  white-space: nowrap; opacity: 0; pointer-events: none;
  transition: opacity 0.2s;
}
.footer-sns-tooltip::after {
  content: ''; position: absolute; left: 50%; top: 100%;
  transform: translateX(-50%);
  border-width: 5px 5px 0 5px; border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}
.footer-sns-link:hover .footer-sns-tooltip { opacity: 1; }
.footer-nav { grid-area: nav; display: flex; align-items: center; gap: 24px; }
.footer-nav-link {
  font-family: var(--font-jp); font-size: 14px; font-weight: 500;
  color: var(--color-white); letter-spacing: 0.28px; line-height: normal;
  transition: opacity var(--transition-base); white-space: nowrap;
}
.footer-nav-link:hover { opacity: 0.7; }
.footer-copyright {
  grid-area: copyright;
  font-family: var(--font-jp); font-size: 12px; font-weight: 400;
  color: var(--color-white); line-height: 1.5; letter-spacing: -0.12px;
  text-align: right; align-self: center; padding-right: 20px;
}
.footer-copyright a { color: inherit; }

/* ===== FLOATING WIDGET ===== */
.floating-widget {
  position: fixed; right: 12px; bottom: 12px;
  z-index: 1000;
  display: flex; flex-direction: column; align-items: flex-end; gap: 0;
}
.floating-buttons { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.floating-btn-wrap { position: relative; display: flex; align-items: center; }
.floating-tooltip {
  position: absolute; right: calc(100% + 10px);
  background: rgba(255,255,255,0.85); color: #4B5563;
  font-family: var(--font-jp); font-size: 12px; font-weight: 400;
  line-height: 1.5; letter-spacing: -0.12px;
  padding: 4px 10px; border-radius: 4px;
  white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity 0.2s;
}
.floating-tooltip::after {
  content: ''; position: absolute; right: -5px; top: 50%;
  transform: translateY(-50%);
  border-width: 5px 0 5px 5px; border-style: solid;
  border-color: transparent transparent transparent rgba(255,255,255,0.85);
}
.floating-btn-wrap:hover .floating-tooltip { opacity: 1; }
.floating-btn {
  width: 70px; height: 70px; border-radius: 50%;
  border: none; box-shadow: 0 2px 12px rgba(0,0,0,0.15);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  text-decoration: none;
}
.floating-btn-contact { background: var(--color-accent); color: white; }
.floating-btn-contact:hover { background: white; color: var(--color-accent); }

/* =============================
   Responsive: Tablet 1025–1280px
   ============================= */
@media (max-width: 1280px) and (min-width: 1025px) {
  .header-inner { padding: 0 48px; }
  .sl-fv-content { padding: 148px 0 0 48px; }
  .sl-fv-breadcrumb { left: 48px; }
  .sl-btn-grid { padding: 0 48px 20px; }
  .sl-btn-label { font-size: 15px; white-space: nowrap; }
  .sl-btn-grid--8 .sl-btn-label { white-space: normal; font-size: 14px; }
  .industries-header { padding: 0 48px; }
  .industries-carousel-wrap { padding-left: 48px; }
  .industries-nav { padding: 16px 48px 20px; }
  .ind-cs-section { padding: 60px 48px; }
}

/* =============================
   Responsive: Tablet 769–1024px
   ============================= */
@media (max-width: 1024px) and (min-width: 769px) {
  .header-inner { padding: 0 24px; }
  .header-nav { margin-left: 20px; }
  .header-nav-link { padding-right: 8px; font-size: 12px; letter-spacing: 0; }
  .header-nav-chevron { display: none; }
  .sl-fv { height: 340px; }
  .sl-fv-content { padding: 120px 0 0 48px; }
  .sl-fv-breadcrumb { left: 48px; }
  .sl-fv-heading { font-size: 28px; }
  .sl-btn-grid { padding: 0 48px 20px; }
  .sl-btn-grid--8 { grid-template-columns: repeat(2,1fr); padding-bottom: 60px; }
  .sl-btn-label { font-size: 13px; white-space: nowrap; }
  .sl-col-content { overflow: clip; padding-left: 48px; }
  .sl-col-content--left { padding-left: 48px; }
  .sl-col-content--left .sl-col-bg-text { left: 48px; }
  .sl-col-bg-text { left: 38px; }
  .industries-header { padding: 0 24px; }
  .industries-carousel-wrap { padding-left: 24px; }
  .industries-nav { padding: 16px 24px 20px; }
  .ind-cs-section { padding: 60px 24px; }
  .ind-cs-cards { flex-direction: column; gap: 16px; }
  .ind-cs-card { flex-direction: row; flex: none; }
  .ind-cs-card-img { width: 240px; height: auto; min-height: 180px; border-radius: 8px 0 0 8px; flex-shrink: 0; }
  .ind-cs-card-body { padding: 20px 24px; }
}

/* =============================
   Responsive: SP ≤768px
   ============================= */
@media (max-width: 768px) {
  .sp-only { display: inline; }
  .header-nav { display: none; }
  .header-logo-img { width: 136px; height: auto; }
  .header-inner { padding: 0 16px; }
  .header-search { width: 24px; height: 24px; padding: 0; }
  .header-search-label { display: none; }
  .header-hamburger { display: flex; }
  .search-panel {
    position: fixed; top: 0; left: 0 !important; right: 0;
    width: 100%; height: auto;
    padding: 16px 16px 24px; z-index: 200;
    border-radius: 0;
  }
  .search-panel-close-sp { display: flex; justify-content: flex-end; margin-bottom: 12px; }
  .search-panel-close-sp-btn { background: none; border: none; cursor: pointer; padding: 4px; color: #333; }
  .section-label { font-size: 14px; letter-spacing: 1.5px; margin-bottom: 6px; white-space: normal; }

  .sl-fv { height: 332px; }
  .sl-fv-blob { width: 280px; height: 240px; filter: blur(60px); }
  .sl-fv-content { padding: 144px 0 0 16px; }
  .sl-fv-breadcrumb { left: 16px; top: 84px; font-size: 11px; }
  .sl-fv-eyebrow { font-size: 11px; }
  .sl-fv-heading { font-size: 24px; line-height: 1.5; }
  .sl-fv-heading br { display: none; }

  .sl-section-top { display: flex; flex-direction: column; }
  .sl-col-img { min-height: 0; padding: 16px 16px 0; }
  .sl-col-img img { position: relative; inset: auto; height: 220px; border-radius: 8px; }
  .sl-col-content { padding: 32px 20px 0 20px; }
  .sl-col-bg-text { top: 16px; left: 16px; }
  .sl-col-content .section-label { margin-top: 36px; }
  .sl-col-heading { font-size: 24px; }

  .sl-btn-grid { grid-template-columns: 1fr; padding: 0 16px 40px; margin-top: 32px; }
  .sl-btn-grid--8 { padding-bottom: 20px; }
  .sl-section { margin-top: 0; }
  .sl-section--tech { margin-top: 0; }
  .sl-section--tech .sl-col-img { order: 1; }
  .sl-section--tech .sl-col-content--left { order: 2; }
  .sl-btn { padding: 18px 20px; min-height: auto; }
  .sl-btn-label { font-size: 16px; }

  .industries-heading { font-size: 24px; }
  .industries-section { padding: 40px 0 0; }
  .industries-header { padding: 0 16px; }
  .industries-carousel-wrap { padding-left: 16px; }
  .industries-nav { padding: 16px 16px 20px; }

  .ind-cs-section { padding: 48px 16px 56px; }
  .ind-cs-heading { font-size: 24px; }
  .ind-cs-cards { display: none; }

  .ind-cs-carousel-outer { display: block; overflow: hidden; }
  .ind-cs-carousel { display: block; }
  .ind-cs-carousel-track {
    display: flex;
    gap: 16px;
    transition: transform 0.35s ease;
  }
  .ind-cs-card.ind-cs-card--sp {
    flex: 0 0 100%;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    background: #ffffff;
    box-shadow: none;
  }
  .ind-cs-card--sp .ind-cs-card-img { height: 240px; width: 100%; }
  .ind-cs-card--sp .ind-cs-card-body { padding: 16px 16px 24px; }
  .ind-cs-card--sp:hover .ind-cs-card-title { color: inherit; }
  .ind-cs-card--sp:hover .ind-cs-card-more { opacity: 1; }
  .ind-cs-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
  }
  .ind-cs-dot {
    width: 10px; height: 10px;
    border-radius: 50%;
    background: #d1d5db;
    border: none; padding: 0;
    cursor: pointer;
    transition: background 0.2s;
  }
  .ind-cs-dot.active { background: var(--color-accent); }

  .cta-heading { font-size: 24px; }
  .floating-widget { bottom: 16px; }
  .footer-inner { padding: 36px 32px 24px; display: flex; flex-direction: column; gap: 0; }
  .footer-top { margin-bottom: 28px; }
  .footer-companies { grid-area: unset; align-self: flex-start; align-items: flex-start; margin-bottom: 56px; }
  .footer-company-name { font-weight: 700; letter-spacing: -0.14px; text-align: left; }
  .footer-nav { flex-direction: column; align-items: flex-start; gap: 16px; margin-bottom: 32px; }
  .footer-sns { justify-content: flex-start; padding-right: 0; margin-bottom: 32px; }
  .footer-copyright { text-align: left; padding-right: 0; }
}
