:root {
  --black: #0b0b0f;
  --ink: #17171c;
  --text: #24242a;
  --muted: #666975;
  --light: #FFFFFD;
  --light-2: #FFFFFD;
  --line: #e6e6e2;
  --white: #FFFFFD;
  --accent: #FF3158;
  --accent-dark: #E3264B;
  --accent-soft: #fff0f3;
  --radius: 24px;
  --radius-sm: 14px;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.10);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  color: var(--text);
  background: #FFFFFD;
  line-height: 1.8;
  letter-spacing: 0.015em;
}
a { color: inherit; text-decoration: none; }
img, iframe { max-width: 100%; }

.container { width: min(100% - 40px, var(--max)); margin: 0 auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--black);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--accent);
  display: inline-block;
}
.section { padding: 96px 0; }
.section.gray { background: #FFFFFD; }
.section-title {
  margin: 0;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.12;
  letter-spacing: -0.05em;
  color: var(--black);
  font-weight: 900;
}
.section-lead {
  margin: 22px 0 0;
  max-width: 760px;
  font-size: 17px;
  color: var(--muted);
}

/* Header */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background-color: #FF3158 !important;
  background: #FF3158 !important;
  border-bottom: 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}
.header-inner {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand {
  font-weight: 900;
  color: var(--white);
  letter-spacing: -0.02em;
  font-size: 18px;
  white-space: nowrap;
  text-shadow: 0 4px 14px rgba(0,0,0,.25);
}
.nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 14px;
  color: rgba(255,255,255,.92);
  font-weight: 700;
}
.nav a { opacity: .9; }
.nav a:hover { opacity: 1; color: #fff; }
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 14px;
  background: #ffffff;
  color: #FF3158 !important;
  font-size: 14px;
  font-weight: 900;
  border: 1px solid #ffffff;
}

/* Buttons */
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 18px;
  font-weight: 900;
  line-height: 1;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: var(--accent); color: #fff; box-shadow: 0 16px 30px rgba(255, 49, 88, 0.24); }
.btn.primary:hover { background: var(--accent-dark); }
.btn.dark { background: var(--black); color: #fff; box-shadow: 0 16px 30px rgba(0,0,0,.15); }
.btn.outline { border: 1px solid #d5d5d0; color: var(--black); background: #fff; }
.btn.small { min-height: 44px; padding: 0 18px; font-size: 14px; }

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0 90px;
  overflow: hidden;
  background: #edf2f4;
  isolation: isolate;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  background: #dfe6ea;
}
.hero-media iframe,
.hero-media video,
.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  transform: scale(1.05);
  filter: saturate(.92) brightness(.76) contrast(1.02);
  pointer-events: none;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 50% 43%, rgba(28, 31, 35, .56) 0%, rgba(68, 73, 79, .34) 36%, rgba(193, 197, 201, .16) 72%, rgba(255,255,255,.06) 100%),
    linear-gradient(180deg, rgba(82, 87, 93, .34) 0%, rgba(142, 147, 152, .20) 40%, rgba(255,255,255,.18) 100%);
}
.hero-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.86) 72%, rgba(255,255,255,1) 100%);
}
.hero-content {
  width: min(100% - 40px, 1120px);
  margin: 0 auto;
  text-align: center;
  color: #fff;
  transform: translateY(-46px);
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.58);
  background: rgba(255,255,255,.18);
  backdrop-filter: blur(8px);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 26px;
  text-shadow: 0 3px 12px rgba(0,0,0,.22);
}
.hero h1 {
  margin: 0;
  font-size: clamp(56px, 8vw, 104px);
  line-height: 1.02;
  letter-spacing: -0.075em;
  color: #fff;
  font-weight: 950;
  text-shadow:
    0 4px 8px rgba(0,0,0,.20),
    0 18px 44px rgba(0,0,0,.22);
}
.hero-sub {
  margin: 18px auto 0;
  font-size: clamp(30px, 5vw, 58px);
  line-height: 1.12;
  letter-spacing: -0.045em;
  color: rgba(255,255,255,.98);
  font-weight: 900;
  max-width: 900px;
  text-shadow:
    0 4px 8px rgba(0,0,0,.18),
    0 16px 38px rgba(0,0,0,.20);
}
.hero-lead {
  margin: 28px auto 0;
  font-size: clamp(16px, 1.9vw, 18px);
  color: rgba(255,255,255,.94);
  max-width: 960px;
  line-height: 1.95;
  font-weight: 600;
  text-shadow:
    0 3px 8px rgba(0,0,0,.24),
    0 14px 32px rgba(0,0,0,.18);
}
.hero .btn-row {
  justify-content: center;
  margin-top: 34px;
}
.hero-note {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 15px;
  border-radius: 14px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.34);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

/* マターポート embed */
.embed-wrap {
  margin-top: 42px;
  border-radius: 30px;
  overflow: hidden;
  background: #111;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  position: relative;
}
.embed-wrap::before { content: ""; display: block; padding-top: 56.25%; }
.embed-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.matterport-about-under {
  margin-top: 42px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 58px;
  align-items: start;
}


.matterport-image-space {
  border-radius: 30px;
  background: transparent;
  border: 0;
  overflow: hidden;
  align-self: start;
}
.matterport-image-space img {
  display: block;
  width: 100%;
  height: auto;
}
.matterport-about-text {
  margin-bottom: 28px;
}

/* Split */
.split {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 58px;
  align-items: start;
}
.large-copy {
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.22;
  letter-spacing: -0.055em;
  color: var(--black);
  font-weight: 950;
}
.text-block p { margin: 0 0 20px; color: #484a54; }
.text-block p:last-child { margin-bottom: 0; }
.feature-list { display: grid; gap: 16px; margin-top: 30px; }
.feature-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #FFFFFD;
}
.icon-dot {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  display: grid;
  place-items: center;
  font-weight: 950;
  font-size: 18px;
}
.feature-item h3 { margin: 0 0 4px; font-size: 17px; color: var(--black); }
.feature-item p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }


.whatyoucan-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 46px;
  align-items: stretch;
}
.whatyoucan-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.whatyoucan-text {
  margin-top: 34px;
  width: 100%;
  max-width: 560px;
}
.whatyoucan-image {
  border-radius: 30px;
  overflow: hidden;
  align-self: stretch;
  min-height: 100%;
}
.whatyoucan-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* Use cases */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 42px;
}
.card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 32px;
  min-height: 100%;
  transition: transform .2s ease, box-shadow .2s ease;
  overflow: hidden;
  isolation: isolate;
}
.card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: #fff;
}
.card::after {
  content: "";
  position: absolute;
  right: -54px;
  top: -54px;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  z-index: -1;
  opacity: .72;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card .num { color: var(--accent); font-size: 13px; font-weight: 950; letter-spacing: .08em; }
.card h3 {
  margin: 12px 0 14px;
  font-size: 25px;
  line-height: 1.25;
  color: var(--black);
  letter-spacing: -0.04em;
}
.card p { margin: 0; color: var(--muted); }
.card ul { margin: 20px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.card li { position: relative; padding-left: 24px; color: #363840; font-weight: 700; font-size: 14px; line-height: 1.6; }
.card li::before { content: ""; position: absolute; left: 0; top: .68em; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }


/* 用途別カード背景：高級感を出しすぎず、軽めに用途が伝わる背景 */
.card.use-hotel::before {
  background:
    linear-gradient(145deg, rgba(255,255,255,.94) 0%, rgba(255,250,244,.88) 62%, rgba(255,245,232,.86) 100%),
    repeating-linear-gradient(90deg, rgba(233,203,171,.20) 0 1px, transparent 1px 42px);
}
.card.use-hotel::after {
  background: linear-gradient(135deg, rgba(255, 210, 160, .72), rgba(255, 49, 88, .18));
}

.card.use-realestate::before {
  background:
    linear-gradient(145deg, rgba(255,255,255,.95) 0%, rgba(246,248,249,.90) 62%, rgba(236,241,244,.86) 100%),
    linear-gradient(90deg, rgba(170,180,188,.17) 1px, transparent 1px),
    linear-gradient(0deg, rgba(170,180,188,.14) 1px, transparent 1px);
  background-size: auto, 44px 44px, 44px 44px;
}
.card.use-realestate::after {
  background: linear-gradient(135deg, rgba(198, 208, 216, .72), rgba(255, 49, 88, .14));
}

.card.use-modelhouse::before {
  background:
    linear-gradient(145deg, rgba(255,255,255,.94) 0%, rgba(250,247,240,.90) 62%, rgba(238,231,218,.84) 100%),
    repeating-linear-gradient(135deg, rgba(171,139,102,.13) 0 2px, transparent 2px 28px);
}
.card.use-modelhouse::after {
  background: linear-gradient(135deg, rgba(214, 188, 150, .70), rgba(255, 49, 88, .14));
}

.card.use-hotel,
.card.use-realestate,
.card.use-modelhouse {
  border-color: rgba(20,20,20,.08);
}


/* マターポートが選ばれる理由 */
.stats-section {
  padding-top: 76px;
  padding-bottom: 76px;
  background: var(--light);
  color: var(--text);
}
.stats-section .eyebrow {
  color: var(--black);
}
.stats-section .section-title {
  color: var(--black);
}
.stats-section .section-lead {
  color: var(--muted);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 42px;
}
.stat-card {
  position: relative;
  min-height: 220px;
  border-radius: 28px;
  padding: 30px 26px;
  background: #fff;
  border: 2px solid #1D2B3A;
  box-shadow: 0 18px 46px rgba(29, 43, 58, .08);
}

.stat-illustration {
  display: block;
  width: 92px;
  height: auto;
  margin: 0 auto 18px;
}
.stat-card-travel {
  padding-right: 148px;
}
.stat-card-travel .stat-illustration {
  position: absolute;
  right: 22px;
  bottom: 20px;
  width: 116px;
  height: auto;
  margin: 0;
}
.stat-card-travel p {
  max-width: 160px;
}
.stat-card-engagement {
  padding-right: 148px;
}
.stat-card-engagement .stat-illustration {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 118px;
  height: auto;
  margin: 0;
}
.stat-card-engagement p {
  max-width: 160px;
}

.stat-num {
  display: block;
  font-size: clamp(48px, 6vw, 74px);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 500;
  color: var(--accent);
  margin-bottom: 18px;
}
.stat-card p {
  margin: 0;
  color: #343840;
  font-weight: 700;
  line-height: 1.75;
  font-size: 15px;
}

/* Price */
.price-area {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 26px;
  margin-top: 42px;
  align-items: start;
}
.price-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
}
.price-row {
  display: grid;
  grid-template-columns: 1fr 220px;
  border-bottom: 1px solid var(--line);
}
.price-row:last-child { border-bottom: 0; }
.price-row > div { padding: 22px 24px; }
.price-row .label { font-weight: 800; color: var(--black); }
.price-row .price { text-align: right; font-weight: 950; color: var(--black); font-size: 22px; }
.price-row.head { background: var(--black); color: #fff; }
.price-row.head .label,
.price-row.head .price { color: #fff; font-size: 15px; letter-spacing: .05em; }
.price-note {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 28px;
}
.price-note h3 { margin: 0 0 14px; color: var(--black); font-size: 22px; line-height: 1.35; }
.price-note p { margin: 0 0 14px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.price-note p:last-child { margin-bottom: 0; }
.highlight-box {
  margin-top: 18px;
  padding: 18px;
  background: var(--accent-soft);
  border-radius: 18px;
  color: #4e1725;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.7;
}


.price-section {
  padding-top: 64px;
}

/* Contact */
.contact {
  background: var(--black);
  color: #fff;
  border-radius: 36px;
  padding: 56px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.contact::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 260px;
  height: 260px;
  background: var(--accent);
  border-radius: 999px;
  opacity: .78;
  filter: blur(0px);
}
.contact > * { position: relative; z-index: 1; }
.contact h2 {
  margin: 0;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.12;
  letter-spacing: -0.06em;
  font-weight: 950;
}
.contact p { margin: 18px 0 0; color: rgba(255,255,255,.72); max-width: 720px; }
.contact .btn.outline { background: transparent; border-color: rgba(255,255,255,.32); color: #fff; }

.footer {
  padding: 36px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}
.footer-inner { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }

@media (max-width: 960px) {
  .nav { display: none; }
  .split, .matterport-about-under, .price-area, .contact { grid-template-columns: 1fr; }

        .cards { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 72px 0; }
  .contact { padding: 38px 28px; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--max)); }
  .hero { padding: 54px 0 62px; }
  .hero h1 { font-size: 52px; }
  .hero-sub { font-size: 34px; }
  .hero-content { transform: translateY(-24px); }
  .price-row { grid-template-columns: 1fr; }
  .price-row .price { text-align: left; padding-top: 0; }
  .btn { width: 100%; }
  .header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 14px;
  background: #ffffff;
  color: #FF3158 !important;
  font-size: 14px;
  font-weight: 900;
  border: 1px solid #ffffff;
}
  .brand { font-size: 15px; }
  .section-title { font-size: 36px; }
  .whatyoucan-layout { grid-template-columns: 1fr; gap: 26px; }
  .whatyoucan-text { width: 100%; max-width: none; }
  .whatyoucan-image { min-height: auto; }
  .whatyoucan-image img { height: auto; object-fit: contain; }
  .whatyoucan-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 46px;
  align-items: stretch;
}
.whatyoucan-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.whatyoucan-text {
  margin-top: 34px;
  width: 100%;
  max-width: 560px;
}
.whatyoucan-image {
  border-radius: 30px;
  overflow: hidden;
  align-self: stretch;
  min-height: 100%;
}
.whatyoucan-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

body,
.section,
.section.gray,
.stats-section,
.price-section,
.footer {
  background-color: #FFFFFD;
}


/* Why Matterport：4つの理由カード（確定版） */
.why-section {
  background: var(--white);
  color: var(--text);
}
.why-section .section-lead {
  max-width: 760px;
}
.why-section .reason-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px !important;
  margin-top: 42px !important;
}
.why-section .reason-card {
  display: block;
  border-radius: 28px;
  padding: 32px 30px;
  background: #fff;
  border: 2px solid #1D2B3A;
  box-shadow: 0 18px 46px rgba(29, 43, 58, .08);
}
.why-section .reason-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(29, 43, 58, .14);
  background: #fff7f9;
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  margin-bottom: 16px;
}
.why-section .reason-card h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: var(--black);
}
.why-section .reason-card p {
  margin: 0;
  color: #343840;
  font-weight: 500;
  line-height: 1.9;
  font-size: 15px;
}
@media (max-width: 960px) {
  .why-section .reason-grid {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 640px) {
  .why-section .reason-card h3 {
    font-size: 21px;
  }
}


/* Why Matterport：Use Casesと同系統のカード表示 */
.why-section .why-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 42px;
}
.why-section .why-card {
  border: 2px solid #1D2B3A;
  box-shadow: 0 18px 46px rgba(29, 43, 58, .08);
}
.why-section .why-card p {
  margin: 0;
  color: #343840;
  font-weight: 500;
  line-height: 1.9;
  font-size: 15px;
}
@media (max-width: 960px) {
  .why-section .why-cards {
    grid-template-columns: 1fr;
  }
}


/* Why Matterport：2×2固定配置 */
.why-section .why-cards {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: stretch;
}
.why-section .why-card {
  min-height: 100%;
}
@media (max-width: 640px) {
  .why-section .why-cards {
    grid-template-columns: 1fr !important;
  }
}


/* Why Matterport：2×2配置を強制する専用スタイル */
#why .why-cards {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px !important;
  margin-top: 42px !important;
  align-items: stretch !important;
}
#why .why-card {
  display: block !important;
  min-height: 100% !important;
  border-radius: 28px !important;
  padding: 32px 30px !important;
  background: #fff !important;
  border: 2px solid #1D2B3A !important;
  box-shadow: 0 18px 46px rgba(29, 43, 58, .08) !important;
}
#why .why-card .num {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 62px !important;
  height: 34px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(29, 43, 58, .14) !important;
  background: #fff7f9 !important;
  color: var(--accent) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  margin-bottom: 16px !important;
}
#why .why-card h3 {
  margin: 0 0 12px !important;
  font-size: 24px !important;
  line-height: 1.45 !important;
  letter-spacing: -0.02em !important;
  color: var(--black) !important;
}
#why .why-card p {
  margin: 0 !important;
  color: #343840 !important;
  font-weight: 500 !important;
  line-height: 1.9 !important;
  font-size: 15px !important;
}
@media (max-width: 700px) {
  #why .why-cards {
    grid-template-columns: 1fr !important;
  }
}


/* Why Matterport：PCでは横並び1列 */
#why .why-cards {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin-top: 42px !important;
  align-items: stretch !important;
}
#why .why-card {
  padding: 28px 24px !important;
}
#why .why-card h3 {
  font-size: 20px !important;
  line-height: 1.45 !important;
}
#why .why-card p {
  font-size: 14px !important;
  line-height: 1.8 !important;
}
@media (max-width: 1100px) {
  #why .why-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 700px) {
  #why .why-cards {
    grid-template-columns: 1fr !important;
  }
}


/* Why Matterport：横並び1列＋カード形式を強制 */
#why .why-cards {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin-top: 42px !important;
  align-items: stretch !important;
}
#why .why-card {
  display: block !important;
  background: #ffffff !important;
  border: 2px solid #1D2B3A !important;
  border-radius: 28px !important;
  padding: 28px 24px !important;
  box-shadow: 0 18px 46px rgba(29, 43, 58, .08) !important;
  overflow: hidden !important;
  min-height: 100% !important;
}
#why .why-card .num {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 56px !important;
  height: 32px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(29, 43, 58, .14) !important;
  background: #fff7f9 !important;
  color: var(--accent) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  margin-bottom: 16px !important;
}
#why .why-card h3 {
  margin: 0 0 12px !important;
  font-size: 20px !important;
  line-height: 1.45 !important;
  letter-spacing: -0.02em !important;
  color: var(--black) !important;
}
#why .why-card p {
  margin: 0 !important;
  color: #343840 !important;
  font-weight: 500 !important;
  line-height: 1.8 !important;
  font-size: 14px !important;
}
@media (max-width: 1100px) {
  #why .why-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 700px) {
  #why .why-cards {
    grid-template-columns: 1fr !important;
  }
}


@media (max-width: 1100px) {
  #why .why-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 700px) {
  #why .why-cards {
    grid-template-columns: 1fr !important;
  }
}
}