/* Corporate home refresh (scoped) */

body.home-corporate {
  position: relative;
  background: #f8fafc;
  color: #0f172a;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", sans-serif;
}

body.home-corporate .btn {
  animation: none;
  margin-top: 0;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.18);
}

body.home-corporate .btn:hover {
  box-shadow: 0 10px 26px rgba(37, 99, 235, 0.22);
}

/* Campaign banner overlay (desktop) */
body.home-corporate .home-hero {
  z-index: 0;
}

@media (min-width: 769px) {
  body.home-corporate .modern-banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 20;
  }
}

/* Hero */
body.home-corporate .fluid-hero {
  position: relative;
  padding: 92px 20px 64px;
  text-align: left;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 55%, #f8fafc 100%);
  color: #0f172a;
  overflow: hidden;
}

body.home-corporate .home-hero-eyecatch {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

body.home-corporate .home-hero-eyecatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  display: block;
}

body.home-corporate .home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    90deg,
    rgba(248, 250, 252, 0.96) 0%,
    rgba(248, 250, 252, 0.94) 44%,
    rgba(248, 250, 252, 0.68) 68%,
    rgba(248, 250, 252, 0.12) 92%,
    rgba(248, 250, 252, 0) 100%
  );
}

body.home-corporate .fluid-hero .hero-shell {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  max-width: 1200px;
  margin-left: clamp(16px, 3vw, 56px);
  margin-right: auto;
}

body.home-corporate .fluid-hero .hero-copy {
  align-items: flex-start;
  text-align: left;
  max-width: 720px;
}

body.home-corporate .home-hero-eyebrow {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.16);
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

body.home-corporate .fluid-hero .hero-title {
  margin: 14px 0 10px;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.18;
  letter-spacing: 0.01em;
  text-transform: none;
  display: grid;
  justify-items: start;
  align-items: start;
  animation: none;
  transform: none;
}

body.home-corporate .fluid-hero .hero-title-part {
  margin: 0;
  white-space: normal;
}

body.home-corporate .hero-title-part:hover {
  transform: none;
  text-shadow: none;
}

body.home-corporate .fluid-hero .hero-title-part-ai {
  background: linear-gradient(120deg, #2563eb, #38bdf8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: none;
  font-weight: 900;
}

body.home-corporate .fluid-hero .hero-subtitle {
  margin: 0 0 14px;
  max-width: 46rem;
  color: #334155;
  opacity: 1;
  animation: none;
  font-size: 1rem;
  text-align: left;
}

body.home-corporate .fluid-hero .hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 6px;
  justify-content: flex-start;
}

body.home-corporate .fluid-hero .hero-primary {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  border: 1px solid rgba(29, 78, 216, 0.22);
}

body.home-corporate .fluid-hero .hero-secondary {
  background: #ffffff;
  color: #1d4ed8;
  border: 1px solid #bfdbfe;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}

body.home-corporate .fluid-hero .hero-secondary:hover {
  background: #eff6ff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.12);
}

/* Quick links (3 tiles) */
body.home-corporate .home-hero-links {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(140px, 1fr));
  gap: 14px;
  width: min(680px, 100%);
}

body.home-corporate .home-hero-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 14px;
  border-radius: 16px;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  box-shadow: 0 12px 26px rgba(29, 78, 216, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

body.home-corporate .home-hero-link:hover {
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(29, 78, 216, 0.22);
}

body.home-corporate .home-hero-link__icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}

body.home-corporate .home-hero-link__icon svg {
  width: 18px;
  height: 18px;
  stroke: #ffffff;
}

body.home-corporate .home-hero-link__text {
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* Visual */
body.home-corporate .home-hero-visual {
  position: relative;
  display: grid;
  place-items: center;
}

body.home-corporate .home-hero-illustration {
  width: min(520px, 100%);
  height: auto;
  filter: drop-shadow(0 18px 36px rgba(15, 23, 42, 0.12));
}

body.home-corporate .home-hero-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 176px;
  height: 176px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 6px solid #dbeafe;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px;
  gap: 6px;
}

body.home-corporate .home-hero-badge__label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #1d4ed8;
}

body.home-corporate .home-hero-badge__value {
  font-size: 22px;
  font-weight: 900;
  color: #0f172a;
  line-height: 1.1;
}

body.home-corporate .home-hero-badge__note {
  font-size: 12px;
  color: #475569;
  line-height: 1.35;
}

/* Reduce playful sparkle on corporate home */
body.home-corporate .nav-sparkle {
  display: none;
}

/* Services / philosophy section to light */
body.home-corporate .philosophy-section {
  background: #ffffff;
  color: #0f172a;
  padding: 68px 20px;
}

body.home-corporate .section-heading h2 {
  color: #0f172a;
}

body.home-corporate .section-lead {
  color: #475569;
}

body.home-corporate .philosophy-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

body.home-corporate .card-kicker {
  color: #1d4ed8;
  text-transform: none;
  font-weight: 800;
}

body.home-corporate .value-row strong {
  color: #0f172a;
}

body.home-corporate .value-row p {
  color: #475569;
}

body.home-corporate .bullet-list li {
  color: #334155;
}

/* FAQ */
body.home-corporate .faq-section {
  background: #f8fafc;
  padding: 62px 0;
}

body.home-corporate .faq-shell {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

body.home-corporate .faq-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

body.home-corporate .faq-header h2 {
  margin: 0;
  font-size: 26px;
  letter-spacing: 0.01em;
}

body.home-corporate .faq-header p {
  margin: 0;
  color: #475569;
}

body.home-corporate .faq-list {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

body.home-corporate .faq-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 12px 16px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

body.home-corporate .faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 800;
  color: #0f172a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.home-corporate .faq-item summary::-webkit-details-marker {
  display: none;
}

body.home-corporate .faq-item summary::after {
  content: "+";
  color: #1d4ed8;
  font-size: 18px;
  font-weight: 900;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.18);
}

body.home-corporate .faq-item[open] summary::after {
  content: "–";
}

body.home-corporate .faq-item p {
  margin: 10px 0 6px;
  color: #475569;
  line-height: 1.65;
}

@media (max-width: 960px) {
  body.home-corporate .home-hero::before {
    background: linear-gradient(
      180deg,
      rgba(248, 250, 252, 0.96) 0%,
      rgba(248, 250, 252, 0.92) 54%,
      rgba(248, 250, 252, 0.12) 100%
    );
  }
}

@media (max-width: 768px) {
  body.home-corporate .home-hero {
    padding: 28px 16px 52px;
  }

  body.home-corporate .home-hero::before {
    content: none;
  }

  body.home-corporate .home-hero-eyecatch {
    position: relative;
    inset: auto;
    display: block;
    width: calc(100% + 32px);
    margin: 0 -16px 18px;
    background: #f8fafc;
  }

  body.home-corporate .home-hero-eyecatch img {
    height: auto;
    object-fit: initial;
    object-position: initial;
  }

  body.home-corporate .fluid-hero .hero-shell {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 640px) {
  body.home-corporate .home-hero-links {
    grid-template-columns: 1fr;
  }

  body.home-corporate .home-hero-badge {
    width: 156px;
    height: 156px;
  }
}
