/* ===================================================
   index.css — トップページ専用スタイル
   =================================================== */

body {
  background-color: #ffffff;
  color: #333333;
}

/* ===== TYPOGRAPHY ===== */
.label {
  font-family: 'Poppins', sans-serif;
  font-size: 11px; letter-spacing: 0.15em;
  color: #333; font-weight: 500;
}
.section-title {
  font-size: 28px; font-weight: 700;
  letter-spacing: 0.05em; line-height: 1.3; margin-top: 4px;
}

/* ===== HERO ===== */
.hero {
  min-height: calc(100svh - 32px);
  display: flex;
  align-items: center;
  padding: 128px 60px 56px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 14% 18%, rgba(81, 137, 255, 0.08) 0%, transparent 35%),
    radial-gradient(ellipse at 20% 92%, rgba(28, 91, 217, 0.05) 0%, transparent 34%);
  pointer-events: none;
  z-index: 0;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fff 0%, #fff 33%, rgba(255,255,255,0.88) 45%, rgba(255,255,255,0) 68%);
  pointer-events: none;
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(48%, 640px);
  padding-left: 4px;
}
.hero h1 {
  font-size: 84px;
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 900;
  color: #111;
  margin-bottom: 36px;
}
.hero-desc {
  font-size: 16px;
  line-height: 2.05;
  color: #454d5e;
  margin-bottom: 38px;
}
.hero-visual {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.hero-visual picture {
  display: block;
}
.hero-visual img {
  position: absolute;
  right: -32px;
  bottom: 0;
  width: min(74vw, 1240px);
  max-width: none;
  height: auto;
  display: block;
}

@media (min-width: 1201px) {
  .hero {
    padding-left: clamp(104px, 8vw, 156px);
    padding-right: clamp(24px, 3vw, 60px);
  }

  .hero::after {
    background: linear-gradient(90deg, #fff 0%, #fff 30%, rgba(255,255,255,0.82) 41%, rgba(255,255,255,0) 60%);
  }

  .hero-content {
    width: min(44vw, 650px);
  }

  .hero h1 {
    font-size: clamp(88px, 6.4vw, 100px);
    line-height: 1.02;
    margin-bottom: 34px;
  }

  .hero-visual img {
    right: clamp(12px, 2vw, 36px);
    width: min(80vw, 1380px);
  }
}

@media (max-width: 1200px) {
  .hero {
    min-height: clamp(680px, calc(100svh - 28px), 860px);
    padding: 112px 32px 44px;
  }

  .hero-content {
    width: min(58%, 560px);
  }

  .hero h1 {
    font-size: 64px;
  }

  .hero-visual img {
    right: -220px;
    width: 980px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .hero {
    min-height: clamp(700px, 76svh, 840px);
    padding: 118px 36px 52px;
  }

  .hero-content {
    width: min(53vw, 430px);
  }

  .hero h1 {
    font-size: clamp(56px, 7vw, 64px);
    line-height: 1.06;
    margin-bottom: 28px;
  }

  .hero-desc {
    font-size: 14px;
    line-height: 1.95;
  }

  .hero-visual img {
    right: clamp(-250px, -24vw, -170px);
    bottom: 0;
    width: clamp(820px, 116vw, 980px);
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: clamp(560px, 86svh, 760px);
    align-items: flex-start;
    padding: 92px 18px 24px;
  }

  .hero::before {
    background: none;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.94) 30%, rgba(255,255,255,0.36) 47%, rgba(255,255,255,0) 63%),
      linear-gradient(90deg, rgba(255,255,255,0.88) 0%, rgba(255,255,255,0.62) 36%, rgba(255,255,255,0.12) 62%, rgba(255,255,255,0) 80%);
  }

  .hero-content {
    width: min(70vw, 310px);
  }

  .hero h1 {
    font-size: 45px;
    line-height: 1.08;
    margin-bottom: 22px;
  }

  .hero-desc {
    font-size: 13px;
    line-height: 1.9;
    color: #303849;
    font-weight: 600;
    margin-bottom: 0;
  }

  .hero-visual img {
    right: clamp(-54px, -8vw, 0px);
    bottom: clamp(58px, 9svh, 88px);
    width: clamp(620px, 150vw, 820px);
  }
}

@media (max-width: 420px) {
  .hero::after {
    background:
      linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.94) 34%, rgba(255,255,255,0.44) 52%, rgba(255,255,255,0) 72%),
      linear-gradient(90deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.68) 46%, rgba(255,255,255,0.14) 72%, rgba(255,255,255,0) 92%);
  }

  .hero-content {
    width: min(72vw, 292px);
  }

  .hero h1 {
    font-size: 39px;
  }

  .hero-desc {
    font-size: 12px;
  }

  .hero-visual img {
    right: clamp(-32px, -6vw, 8px);
    bottom: clamp(78px, 14svh, 96px);
    width: clamp(620px, 150vw, 680px);
  }
}

/* ===== ABOUT SECTION ===== */
.about-section { padding: 100px 0; }
.about-inner { display: grid; grid-template-columns: 280px 1fr; gap: 80px; align-items: start; }
.about-left .section-label-wrap { margin-bottom: 8px; }
.about-body { padding-top: 8px; }
.about-body h3 { font-size: 22px; font-weight: 700; line-height: 1.5; margin-bottom: 24px; color: #111; }
.about-body p { font-size: 13px; color: #555; line-height: 2.1; margin-bottom: 36px; }
.link-arrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Poppins', sans-serif; font-size: 12px;
  letter-spacing: 0.08em; border-bottom: 1px solid #333; padding-bottom: 2px;
}

/* ===== CLIENT TICKER ===== */
.client-ticker {
  background: #fff; overflow: hidden;
  position: relative; height: 96px;
  display: flex; align-items: center;
  border-top: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4;
}
.client-ticker::before,
.client-ticker::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 180px;
  z-index: 2; pointer-events: none;
}
.client-ticker::before { left: 0; background: linear-gradient(to right, #fff 30%, transparent); }
.client-ticker::after  { right: 0; background: linear-gradient(to left, #fff 30%, transparent); }
.ticker-track {
  display: flex; align-items: center;
  width: max-content; animation: tickerMove 28s linear infinite;
}
.ticker-track:hover { animation-play-state: paused; }
@keyframes tickerMove {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.ticker-logo {
  display: flex; align-items: center; justify-content: center;
  padding: 0 52px; height: 96px;
  border-right: 1px solid #ebebeb; flex-shrink: 0; cursor: default;
  min-width: 220px;
}
.ticker-logo img {
  height: auto; width: auto; max-width: 170px; max-height: 44px;
  opacity: 0.82; filter: grayscale(35%); object-fit: contain;
  transition: opacity 0.3s, filter 0.3s; display: block;
}
.ticker-logo--wide img {
  max-width: 190px;
  max-height: 52px;
}
.ticker-logo--cloudgym img {
  max-width: 76px;
  max-height: 76px;
}
.ticker-logo--cellpromote {
  min-width: 260px;
}
.ticker-logo--cellpromote img {
  max-width: 220px;
  max-height: 44px;
}
.ticker-logo--combo {
  gap: 12px;
}
.ticker-logo--combo img {
  max-width: 34px;
  max-height: 34px;
  opacity: 0.9;
  filter: none;
}
.ticker-logo:hover img { opacity: 1; filter: grayscale(0%); }
.ticker-logo-text {
  font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700;
  color: #8b93a4; letter-spacing: 0.08em; white-space: nowrap; transition: color 0.3s;
}
.ticker-logo:hover .ticker-logo-text { color: #1a1a2e; }
.ticker-logo--solba {
  gap: 16px;
}
.ticker-logo--solba img {
  max-width: 42px;
  max-height: 42px;
  opacity: 1;
  filter: none;
}
.ticker-logo--solba .ticker-logo-text {
  color: #050505;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1;
}
.ticker-logo--solba:hover .ticker-logo-text {
  color: #050505;
}

/* ===== SERVICE SECTION ===== */
.service-section { background: #f2f4f8; padding: 100px 0; }
.svc2-header { margin-bottom: 64px; }
.svc2-label {
  font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; color: #1c5bd9; text-transform: uppercase; margin-bottom: 12px;
}
.svc2-title { font-size: 38px; font-weight: 700; color: #1a1a2e; letter-spacing: 0.02em; margin-bottom: 16px; }
.svc2-subtitle { font-size: 17px; font-weight: 600; color: #2c3545; margin-bottom: 16px; letter-spacing: 0.02em; }
.svc2-desc { font-size: 13px; color: #666; line-height: 2; max-width: 600px; }
.svc2-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr) 64px minmax(0, 1fr);
  align-items: center;
  gap: 0;
}
.svc2-item {
  background: #fff;
  border: 1px solid #e3e8f2;
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 10px 28px rgba(30, 67, 140, 0.08);
}
.svc2-item-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}
.svc2-item-num {
  font-family: 'Poppins', sans-serif;
  font-size: 42px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #aab8ef;
}
.svc2-item-icon {
  font-size: 48px;
  color: #1c5bd9;
}
.svc2-item-title {
  font-size: 32px;
  font-weight: 700;
  color: #111;
  line-height: 1.2;
  margin-bottom: 10px;
}
.svc2-item-lead {
  font-size: 14px;
  font-weight: 700;
  color: #1c4fd1;
  margin-bottom: 18px;
}
.svc2-item-line {
  width: 36px;
  height: 3px;
  background: linear-gradient(90deg, #1c5bd9 0%, #6fa4ff 100%);
  border-radius: 999px;
  margin-bottom: 20px;
}
.svc2-item-desc {
  font-size: 14px;
  color: #404a5e;
  line-height: 2;
  margin-bottom: 24px;
  min-height: 112px;
}
.svc2-item-image {
  overflow: hidden;
  border-radius: 14px;
  margin-bottom: 20px;
  background: #f4f7fc;
  position: relative;
  height: 0;
  padding-top: 62.5%;
}
.svc2-item-image picture {
  display: block;
  position: absolute;
  inset: 0;
}
.svc2-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.svc2-item-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #1a1a2e;
  border-bottom: 1.5px solid #1a1a2e;
  padding-bottom: 3px;
}
.svc2-item-link .material-icons {
  font-size: 16px;
}
.svc2-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.svc2-arrow .material-icons {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1d49d8;
  color: #fff;
  font-size: 28px;
  box-shadow: 0 8px 20px rgba(29, 73, 216, 0.22);
}
.svc2-summary {
  margin: 28px auto 0;
  max-width: 1020px;
  background: linear-gradient(180deg, #f6f8fd 0%, #eef3fb 100%);
  border: 1px solid #dfe6f4;
  border-radius: 12px;
  padding: 22px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.svc2-summary-icon {
  font-size: 36px;
  color: #1c5bd9;
}
.svc2-summary p {
  font-size: 15px;
  font-weight: 700;
  color: #1c49c6;
  letter-spacing: 0.04em;
  text-align: center;
}

@media (max-width: 1200px) {
  .svc2-flow {
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 640px;
    margin: 0 auto;
  }

  .svc2-arrow {
    height: 52px;
    transform: none;
  }

  .svc2-arrow .material-icons {
    transform: rotate(90deg);
  }

  .svc2-item-desc {
    min-height: 0;
  }
}

@media (max-width: 768px) {
  .svc2-title {
    font-size: 32px;
  }

  .svc2-subtitle {
    font-size: 15px;
  }

  .svc2-item {
    padding: 24px 20px;
    border-radius: 14px;
  }

  .svc2-item-num {
    font-size: 34px;
  }

  .svc2-item-icon {
    font-size: 40px;
  }

  .svc2-item-title {
    font-size: 24px;
  }

  .svc2-item-desc {
    font-size: 13px;
  }

  .svc2-summary {
    padding: 18px 16px;
    gap: 12px;
  }

  .svc2-summary p {
    font-size: 13px;
    line-height: 1.8;
  }
}

/* ===== FIT COMPARISON SECTION ===== */
.fit-section {
  background: #fff;
  padding: 96px 0 108px;
}
.fit-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 58px;
}
.fit-label {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #1c5bd9;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.fit-title {
  font-size: 42px;
  line-height: 1.35;
  font-weight: 800;
  color: #17172d;
  letter-spacing: 0.01em;
  margin-bottom: 18px;
  word-break: normal;
}
.fit-title-break {
  display: block;
}
.fit-desc {
  font-size: 14px;
  line-height: 2;
  color: #546075;
}
.fit-compare {
  max-width: 980px;
  margin: 0 auto;
}
.fit-row {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  align-items: center;
  gap: 28px;
}
.fit-row + .fit-row {
  margin-top: 34px;
}
.fit-row-label {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 800;
  color: #242748;
  letter-spacing: 0.02em;
}
.fit-track {
  position: relative;
  height: 58px;
}
.fit-row--large .fit-track-fill {
  display: block;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(90deg, #a3abc8 0 31%, transparent 31% 31.5%, #a3abc8 31.5% 63%, transparent 63% 63.5%, #a3abc8 63.5% 100%);
  opacity: 0.85;
}
.fit-row--arks .fit-track-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 36%;
  background: linear-gradient(135deg, #1d30ff 0%, #1c5bd9 100%);
  z-index: 2;
}
.fit-row--arks .fit-track-outline {
  position: absolute;
  inset: 0 0 0 36%;
  border: 1px dashed #7c849a;
  background: rgba(246, 248, 255, 0.76);
  z-index: 1;
}
.fit-caption {
  margin: 18px 0 0 238px;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 800;
  color: #1d30ff;
  letter-spacing: 0.02em;
}

/* ===== CASE SECTION ===== */
.case-section { padding: 100px 0; }
.case-header { display: grid; grid-template-columns: 280px 1fr; gap: 80px; align-items: start; margin-bottom: 48px; }
.case-header p { font-size: 13px; color: #666; margin-top: 16px; }
.case-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 48px; }
.case-card { background: #fff; display: block; overflow: hidden; position: relative; }
.case-card-img { width: 100%; height: 180px; background: #fff; position: relative; overflow: hidden; }
.case-card-img img { width: 100%; height: 100%; object-fit: contain; padding: 16px; }
.case-card-more {
  position: absolute; top: 16px; left: 16px;
  background: #1a1a2e; color: #fff;
  font-size: 10px; font-family: 'Poppins', sans-serif;
  letter-spacing: 0.1em; padding: 5px 14px;
}
.case-card-body { padding: 24px; }
.case-card-industry { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.industry-dot { width: 8px; height: 8px; background: #1a1a2e; border-radius: 50%; }
.case-card-industry span { font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: 0.1em; color: #333; }
.case-card h3 { font-size: 13px; font-weight: 600; line-height: 1.7; color: #111; }
.case-more-link { display: flex; justify-content: center; }

/* ===== NEWS SECTION (トップページ) ===== */
.news-section { background: #fff; padding: 80px 0; }
.news-header { display: grid; grid-template-columns: 280px 1fr; gap: 80px; align-items: start; }
.news-list { padding-top: 8px; }
.news-item { display: flex; align-items: flex-start; gap: 24px; padding: 20px 0; border-bottom: 1px solid #e8e8e8; }
.news-item:first-child { border-top: 1px solid #e8e8e8; }
.news-meta { display: flex; flex-direction: column; gap: 6px; min-width: 120px; }
.news-date { font-family: 'Poppins', sans-serif; font-size: 11px; color: #888; letter-spacing: 0.05em; }
.news-cat { display: inline-block; font-size: 9px; font-family: 'Poppins', sans-serif; letter-spacing: 0.1em; border: 1px solid #ccc; padding: 2px 8px; color: #666; }
.news-title { font-size: 13px; color: #333; line-height: 1.8; }

/* ===== CONTACT CTA SECTION ===== */
.contact-cta-section {
  background: #fff;
  padding: 96px 0 112px;
}
.contact-cta-card {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #dce3f1;
  border-bottom: 1px solid #dce3f1;
  padding: 52px 0 58px;
}
.contact-cta-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-cta-label {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #1c5bd9;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.contact-cta-title {
  font-size: 52px;
  line-height: 1.16;
  font-weight: 700;
  color: #111;
  margin-bottom: 18px;
}
.contact-cta-desc {
  max-width: 660px;
  font-size: 14px;
  line-height: 2;
  color: #4f5970;
  margin: 0 auto 24px;
}
.contact-cta-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 22px;
  margin-bottom: 30px;
}
.contact-cta-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #263149;
}
.contact-cta-points .material-icons {
  font-size: 18px;
  color: #2f60df;
}
.contact-cta-button {
  width: min(100%, 420px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #153070 0%, #1e57d7 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  box-shadow: 0 12px 28px rgba(21, 48, 112, 0.18);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
.contact-cta-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(21, 48, 112, 0.22);
}
.contact-cta-button:active {
  transform: translateY(0);
}

/* ===== INDUSTRY CASES SECTION ===== */
.industry-cases-section {
  background: #fff;
  padding: 100px 0;
}

.ic-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 56px;
}
.ic-label {
  font-family: 'Poppins', sans-serif;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; color: #1c5bd9;
  text-transform: uppercase; margin-bottom: 12px;
}
.ic-title {
  font-size: 38px; font-weight: 700;
  color: #1a1a2e; letter-spacing: 0.02em; margin-bottom: 16px;
}
.ic-desc {
  font-size: 13px; color: #666;
  line-height: 2; max-width: 600px;
}
.ic-header-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600;
  letter-spacing: 0.1em; color: #1a1a2e;
  border-bottom: 1.5px solid #1a1a2e; padding-bottom: 2px;
  white-space: nowrap; flex-shrink: 0;
}
.ic-header-link .material-icons { font-size: 14px; }

.ic-published {
  margin-bottom: 56px;
  padding: 42px;
  border: 1px solid #e4e8f0;
  background: #f6f8fc;
  overflow: hidden;
}
.ic-subhead {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  margin-bottom: 22px;
}
.ic-subhead--solution {
  margin-bottom: 24px;
}
.ic-subhead-label {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #1c5bd9;
}
.ic-subhead-title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 800;
  color: #1a1a2e;
}
.ic-subhead-desc {
  font-size: 12px;
  line-height: 1.8;
  color: #666;
}
.ic-published-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.ic-published-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 14px;
  min-height: 300px;
  padding: 30px;
  border: 1px solid #dce4f4;
  background: #fff;
  color: #1a1a2e;
  overflow: hidden;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.ic-published-card::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  width: auto;
  background: #1c5bd9;
}
.ic-published-num {
  position: absolute;
  top: 20px;
  right: 24px;
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: #eef3ff;
  letter-spacing: 0;
  pointer-events: none;
}
.ic-published-card:hover {
  transform: translateY(-2px);
  border-color: #b7c6e6;
  box-shadow: 0 16px 38px rgba(24, 35, 69, 0.08);
}
.ic-logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
  padding: 22px 24px;
  border: 1px solid #edf1f8;
  background: #fbfcff;
}
.ic-logo-box img {
  display: block;
  max-width: 100%;
  max-height: 78px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.ic-logo-box img[alt="クラウドジム"] {
  max-height: 96px;
}
.ic-published-meta {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #1c5bd9;
  margin-top: 8px;
}
.ic-published-card strong {
  font-size: 26px;
  line-height: 1.35;
  font-weight: 800;
}
.ic-published-note {
  align-self: end;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  padding: 0 0 3px;
  border-bottom: 1px solid #1a1a2e;
  color: #1a1a2e;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.ic-published-note .material-icons {
  font-size: 15px;
}

.ic-industry-entry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ic-industry-entry {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 0;
  min-height: 250px;
  padding: 0;
  border: 1px solid #e2e8f4;
  background: #fff;
  color: #1a1a2e;
  overflow: hidden;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.ic-industry-entry:hover {
  transform: translateY(-2px);
  border-color: #b9c8e4;
  box-shadow: 0 16px 36px rgba(24, 35, 69, 0.08);
}

.ic-industry-entry-image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eef2f8;
}

.ic-industry-entry-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.ic-industry-entry:hover .ic-industry-entry-image img {
  transform: scale(1.035);
  filter: saturate(1.03);
}

.ic-industry-entry-en {
  margin: 0;
  padding: 18px 22px 0;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1c5bd9;
}

.ic-industry-entry strong {
  display: block;
  padding: 8px 22px 0;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 800;
}

.ic-industry-entry-text {
  display: block;
  padding: 12px 22px 0;
  font-size: 12px;
  line-height: 1.75;
  color: #5d6678;
}

.ic-industry-entry-count {
  align-self: end;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  padding: 0 22px 22px;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #1a1a2e;
}

.ic-industry-entry-count .material-icons {
  font-size: 15px;
}

/* Cards grid */
.ic-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 64px;
}

.ic-card {
  background: #f8f9fb;
  border: 1px solid #e4e8f0;
  display: flex; flex-direction: column;
  overflow: hidden;
}
.ic-card-visual {
  position: relative;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #eef2f8;
}
.ic-card-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.18) 1px, transparent 1px);
  background-size: 20px 20px;
}
.ic-card-visual .material-icons {
  position: relative;
  z-index: 1;
  font-size: 64px;
  color: rgba(255,255,255,0.88);
}
.ic-card-visual--manufacturing {
  background: linear-gradient(135deg, #1a2a5a 0%, #1c5bd9 100%);
}
.ic-card-visual--construction {
  background: linear-gradient(135deg, #1c3528 0%, #2e5c44 100%);
}
.ic-card-img {
  position: relative; height: 200px; overflow: hidden;
  background: #e8ecf4;
}
.ic-card-img img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  opacity: 0.85;
}
.ic-badge {
  position: absolute; top: 16px; left: 16px;
  background: #1c5bd9; color: #fff;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.08em; padding: 4px 14px;
  border-radius: 100px;
}

.ic-card-content {
  padding: 28px 28px 0;
  flex: 1; display: flex; flex-direction: column;
}
.ic-card-title {
  font-size: 18px; font-weight: 700;
  color: #1a1a2e; line-height: 1.4; margin-bottom: 24px;
}

.ic-sections {
  display: flex; flex-direction: column; gap: 20px;
  flex: 1;
}
.ic-section { display: flex; flex-direction: column; gap: 10px; }

.ic-tag {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 10px; font-weight: 700; letter-spacing: 0.1em;
  padding: 4px 12px; border-radius: 4px;
  width: fit-content;
}
.ic-tag--issue   { background: #1a1a2e; color: #fff; }
.ic-tag--solution { background: #1c5bd9; color: #fff; }

.ic-list {
  padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 6px;
}
.ic-list li {
  font-size: 12px; color: #555; line-height: 1.7;
  padding-left: 14px; position: relative;
}
.ic-list li::before {
  content: '';
  position: absolute; left: 0; top: 8px;
  width: 5px; height: 5px; border-radius: 50%;
  background: #1a1a2e;
}

.ic-steps { display: flex; flex-direction: column; gap: 12px; }
.ic-step { }
.ic-step-head {
  font-size: 12px; font-weight: 700;
  color: #1a1a2e; margin-bottom: 4px;
}
.ic-step p:not(.ic-step-head) {
  font-size: 12px; color: #555; line-height: 1.8;
}
.ic-sub-list {
  padding: 4px 0 0; margin: 0;
  display: flex; flex-direction: column; gap: 4px;
}
.ic-sub-list li {
  font-size: 11px; color: #555;
  padding-left: 14px; position: relative;
}
.ic-sub-list li::before {
  content: '';
  position: absolute; left: 0; top: 7px;
  width: 4px; height: 4px; border-radius: 50%;
  background: #1c5bd9;
}

.ic-more-btn {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  margin: 28px 0;
  border: 1.5px solid #1a1a2e; color: #1a1a2e;
  font-family: 'Poppins', sans-serif;
  font-size: 12px; font-weight: 600; letter-spacing: 0.08em;
  padding: 12px 20px; border-radius: 100px;
  transition: background 0.2s, color 0.2s;
}
.ic-more-btn:hover { background: #1a1a2e; color: #fff; }
.ic-more-btn .material-icons { font-size: 16px; }

/* Industry list */
.ic-industry-list-wrap {
  border-top: 1px solid #e4e8f0;
  padding-top: 48px;
}
.ic-industry-list-title {
  font-size: 13px; font-weight: 600;
  color: #1a1a2e; letter-spacing: 0.06em;
  margin-bottom: 24px; text-align: center;
}
.ic-industry-list {
  display: flex; flex-wrap: wrap;
  justify-content: center; gap: 12px;
  padding: 0;
}
.ic-industry-list li a {
  display: flex; align-items: center; gap: 6px;
  border: 1px solid #d0d8e8;
  padding: 10px 20px; border-radius: 100px;
  font-size: 13px; color: #333; letter-spacing: 0.04em;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.ic-industry-list li a:hover {
  background: #1a1a2e; color: #fff; border-color: #1a1a2e;
}
.ic-industry-list li a .material-icons { font-size: 16px; }

/* ===== STRENGTHS SECTION ===== */
.strengths-section {
  background: linear-gradient(180deg, #f7f9ff 0%, #fff 100%);
  padding: 108px 0 116px;
  overflow: hidden;
}
.str-header {
  display: block;
  margin-bottom: 44px;
}
.str-heading {
  min-width: 0;
  max-width: 760px;
}
.str-label {
  font-family: 'Poppins', sans-serif;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; color: #1c5bd9;
  text-transform: uppercase; margin-bottom: 12px;
}
.str-title {
  font-size: 42px; font-weight: 800;
  color: #1a1a2e; letter-spacing: 0.02em;
  line-height: 1.3;
}
.str-intro {
  margin-top: 18px;
  font-size: 14px;
  line-height: 2;
  color: #566076;
  max-width: 620px;
}
.str-showcase {
  background: transparent;
}
.str-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.str-item {
  position: relative;
  min-height: 430px;
  padding: 0 0 30px;
  border: 1px solid #dce4f4;
  border-radius: 22px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(22, 37, 75, 0.08);
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.str-item::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  height: 5px;
  background: linear-gradient(90deg, #153070 0%, #1e57d7 100%);
}
.str-item:hover {
  transform: translateY(-4px);
  border-color: #b7c6e6;
  box-shadow: 0 24px 56px rgba(22, 37, 75, 0.12);
}
.str-visual {
  position: relative;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  background: #eef4ff;
}
.str-visual::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.92) 100%);
  pointer-events: none;
}
.str-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.str-item-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: -24px 28px 18px;
}
.str-num {
  font-family: 'Poppins', sans-serif;
  font-size: 54px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #1c5bd9;
  flex-shrink: 0;
  text-shadow: 0 8px 22px rgba(255,255,255,0.95);
}
.str-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 26px rgba(29, 91, 217, 0.18);
  font-size: 26px;
  color: #1c5bd9;
}
.str-kicker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid #dce4f4;
  border-radius: 100px;
  background: #fff;
  color: #1c5bd9;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0 28px 16px;
}
.str-name {
  position: relative;
  z-index: 1;
  font-size: 27px;
  font-weight: 800;
  color: #1a1a2e;
  line-height: 1.28;
  letter-spacing: 0;
  margin: 0 28px 14px;
}
.str-desc {
  position: relative;
  z-index: 1;
  font-size: 13px;
  color: #566076;
  line-height: 1.9;
  margin: 0 28px;
  padding-left: 0;
}

/* ===== FOOTER (index override) ===== */
.footer-logo-area .logo { margin-bottom: 20px; }

/* ===== MOBILE REFINEMENTS ===== */
@media (max-width: 768px) {
  .client-ticker {
    height: 72px;
  }

  .client-ticker::before,
  .client-ticker::after {
    width: 72px;
  }

  .ticker-logo {
    height: 72px;
    padding: 0 28px;
    min-width: 164px;
  }

  .ticker-logo img {
    max-width: 128px;
    max-height: 34px;
  }

  .ticker-logo--cloudgym img {
    max-width: 54px;
    max-height: 54px;
  }

  .ticker-logo--wide img {
    max-width: 142px;
    max-height: 40px;
  }

  .ticker-logo--combo {
    gap: 8px;
  }

  .ticker-logo--combo img {
    max-width: 26px;
    max-height: 26px;
  }

  .ticker-logo-text {
    font-size: 12px;
    letter-spacing: 0.06em;
  }

  .ticker-logo--solba {
    gap: 10px;
  }

  .ticker-logo--solba img {
    max-width: 30px;
    max-height: 30px;
  }

  .ticker-logo--solba .ticker-logo-text {
    font-size: 20px;
    letter-spacing: 0.02em;
  }

  .strengths-section,
  .fit-section,
  .service-section,
  .industry-cases-section,
  .news-section,
  .contact-cta-section {
    padding: 68px 0;
  }

  .str-header,
  .fit-header,
  .svc2-header,
  .ic-header {
    margin-bottom: 34px;
  }

  .str-header {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .str-intro {
    max-width: none;
    justify-self: start;
  }

  .str-label,
  .fit-label,
  .svc2-label,
  .ic-label,
  .label,
  .contact-cta-label {
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .str-title,
  .fit-title,
  .svc2-title,
  .ic-title,
  .section-title {
    font-size: 28px;
    line-height: 1.35;
    letter-spacing: 0;
    overflow-wrap: normal;
    word-break: keep-all;
  }

  .str-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .str-item {
    min-height: 0;
    padding: 0 0 26px;
    border-right: 1px solid #dce4f4;
    border-top: 1px solid #dce4f4;
    border-radius: 18px;
    background: #fff;
  }

  .str-visual {
    aspect-ratio: 16 / 10;
  }

  .str-item-head {
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: -22px 20px 16px;
  }

  .str-num {
    font-size: 36px;
  }

  .str-icon {
    width: 46px;
    height: 46px;
    font-size: 23px;
  }

  .str-kicker {
    min-height: 26px;
    padding: 0 10px;
    font-size: 9px;
    letter-spacing: 0.1em;
    margin: 0 20px 12px;
  }

  .str-name {
    font-size: 22px;
    line-height: 1.42;
    letter-spacing: 0;
    margin: 0 20px 12px;
  }

  .str-desc {
    margin: 0 20px;
    padding-left: 0;
    font-size: 13px;
    line-height: 1.85;
  }

  .fit-desc {
    font-size: 13px;
    line-height: 1.85;
  }

  .fit-title-break {
    display: inline;
  }

  .fit-title {
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .fit-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .fit-row + .fit-row {
    margin-top: 26px;
  }

  .fit-row-label {
    font-size: 18px;
  }

  .fit-track {
    height: 48px;
  }

  .fit-row--arks .fit-track-fill {
    width: 38%;
  }

  .fit-row--arks .fit-track-outline {
    left: 38%;
  }

  .fit-caption {
    margin: 14px 0 0;
    font-size: 18px;
  }

  .svc2-header {
    max-width: 100%;
  }

  .svc2-subtitle {
    line-height: 1.65;
  }

  .svc2-desc {
    max-width: none;
    line-height: 1.9;
  }

  .svc2-flow {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .svc2-arrow {
    height: 30px;
    transform: none;
  }

  .svc2-arrow .material-icons {
    width: 38px;
    height: 38px;
    font-size: 22px;
    transform: rotate(90deg);
  }

  .svc2-item {
    padding: 22px 18px;
    border-radius: 12px;
  }

  .svc2-item-head {
    margin-bottom: 14px;
  }

  .svc2-item-title {
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: 0;
  }

  .svc2-item-lead {
    line-height: 1.6;
  }

  .svc2-item-desc {
    line-height: 1.85;
    min-height: 0;
  }

  .svc2-summary {
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 22px;
    border-radius: 10px;
  }

  .svc2-summary p {
    text-align: left;
    letter-spacing: 0;
  }

  .ic-header {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 22px;
  }

  .ic-desc {
    max-width: none;
    line-height: 1.9;
  }

  .ic-header-link {
    width: fit-content;
    font-size: 12px;
    letter-spacing: 0.04em;
  }

  .ic-published {
    margin-bottom: 42px;
    padding: 22px 18px;
    border-radius: 12px;
  }

  .ic-subhead-title {
    font-size: 21px;
  }

  .ic-subhead-desc {
    font-size: 12px;
    line-height: 1.8;
  }

  .ic-published-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ic-industry-entry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .ic-industry-entry {
    min-height: 0;
    border-radius: 12px;
  }

  .ic-industry-entry-image {
    border-radius: 12px 12px 0 0;
  }

  .ic-industry-entry-en {
    padding: 16px 16px 0;
  }

  .ic-industry-entry strong {
    padding: 7px 16px 0;
    font-size: 16px;
    line-height: 1.45;
  }

  .ic-industry-entry-text {
    padding: 10px 16px 0;
    font-size: 11px;
    line-height: 1.75;
  }

  .ic-industry-entry-count {
    padding: 0 16px 18px;
  }

  .ic-published-card {
    min-height: 0;
    padding: 22px 18px;
    grid-template-columns: 1fr;
  }

  .ic-published-num {
    top: 16px;
    right: 18px;
    font-size: 38px;
  }

  .ic-logo-box {
    height: 104px;
  }

  .ic-published-card strong {
    font-size: 20px;
  }

  .ic-published-note {
    width: fit-content;
  }

  .ic-cards {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 44px;
  }

  .ic-card {
    border-radius: 12px;
  }

  .ic-card-img {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .ic-card-visual {
    min-height: 118px;
  }

  .ic-card-visual .material-icons {
    font-size: 52px;
  }

  .ic-card-content {
    padding: 22px 18px 0;
  }

  .ic-card-title {
    font-size: 17px;
    line-height: 1.55;
    margin-bottom: 20px;
    letter-spacing: 0;
    overflow-wrap: anywhere;
  }

  .ic-list li,
  .ic-step p:not(.ic-step-head),
  .ic-sub-list li {
    line-height: 1.8;
    overflow-wrap: anywhere;
  }

  .ic-more-btn {
    width: 100%;
    margin: 24px 0;
  }

  .ic-industry-list-wrap {
    padding-top: 34px;
  }

  .ic-industry-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .ic-industry-list li a {
    justify-content: space-between;
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 12px;
    letter-spacing: 0;
    white-space: normal;
    word-break: keep-all;
  }

  .news-header {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .news-item {
    gap: 12px;
  }

  .news-meta {
    min-width: 88px;
  }

  .contact-cta-card {
    padding: 38px 0 42px;
  }

  .contact-cta-title {
    font-size: 34px;
    margin-bottom: 14px;
  }

  .contact-cta-desc {
    max-width: none;
    font-size: 13px;
    margin-bottom: 18px;
  }

  .contact-cta-points {
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
  }
}

@media (max-width: 420px) {
  .str-title,
  .svc2-title,
  .ic-title,
  .section-title {
    font-size: 25px;
  }

  .str-item {
    padding-bottom: 22px;
  }

  .str-item-head {
    display: flex;
  }

  .svc2-item-title {
    font-size: 24px;
  }

  .contact-cta-title {
    font-size: 32px;
  }

  .ic-industry-list {
    grid-template-columns: 1fr;
  }

  .news-item {
    display: grid;
    grid-template-columns: 1fr;
  }
}
