@charset "UTF-8";

/* Repaired by ChatGPT: syntax/typo cleanup, visual rules preserved. */


* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  color: #0f172a;
  background: #f7f8f8;
}

a {
  text-decoration: none;
  color: inherit;
}
/* ==============================
  ADDITIONAL / TOP & CONTACT
============================== */
/* CONTACT / MAIL CARD */
.contact-main-card {
  margin-top: 28px;
  padding: 42px 44px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.contact-card-label {
  margin: 0 0 14px;
  color: #dc2626;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.contact-main-card h2 {
  margin: 0 0 22px;
  color: #0f172a;
  font-size: 28px;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.contact-main-card p {
  color: #475569;
  font-size: 15px;
  line-height: 1.9;
}

.contact-mail-link {
  display: inline-flex;
  margin: 14px 0 22px;
  color: #0f172a;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.contact-mail-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  background: #dc2626;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(220, 38, 38, 0.24);
}

.contact-mail-button:hover {
  opacity: 0.88;
}
/* ==============================
  TOP HERO / SP 白カード位置 最終
============================== */

@media (max-width: 600px) {
  .hero .hero-inner {
    display: block !important;
  }

  .hero .hero-visual.hero-image-card {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 44px auto 0 !important;
    padding: 0 !important;
    position: relative !important;
    overflow: visible !important;
    min-height: auto !important;
  }

  .hero .hero-image-overlay {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;

    width: calc(100% - 36px) !important;
    max-width: 340px !important;
    margin: 0 auto !important;
    padding: 28px 22px !important;
    border-radius: 22px !important;
    box-sizing: border-box !important;
  }

  .hero .hero-image-overlay h2 {
    font-size: 22px !important;
    line-height: 1.5 !important;
  }

  .hero .hero-image-overlay p {
    font-size: 13px !important;
    line-height: 1.9 !important;
  }

  .hero .hero-image-overlay .message-label {
    font-size: 11px !important;
    line-height: 1.6 !important;
    white-space: normal !important;
  }

  .hero .hero-image-overlay .no-break {
    white-space: normal !important;
  }
}

/* スマホ */
@media (max-width: 600px) {
  .contact-main-card {
    padding: 30px 22px;
    border-radius: 22px;
  }

  .contact-main-card h2 {
    font-size: 24px;
  }

  .contact-mail-link {
    font-size: 16px;
    word-break: break-all;
  }

  .contact-mail-button {
    width: 100%;
  }
}
.contact-mail-note {
  margin: 14px 0 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.6;
}
		/* CONTACT / GUIDE CARD */
.contact-guide-section {
  padding: 76px 0 80px;
}

.contact-guide-lead {
  margin: 18px 0 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.9;
}

.contact-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 32px;
}

.contact-guide-card {
  padding: 30px 28px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

.contact-guide-number {
  display: inline-block;
  margin-bottom: 18px;
  color: #dc2626;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.contact-guide-card h3 {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: -0.03em;
}

.contact-guide-card p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.9;
}

/* スマホ */
@media (max-width: 768px) {
  .contact-guide-section {
    padding: 64px 0 68px;
  }

  .contact-guide-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contact-guide-card {
    padding: 26px 22px;
    border-radius: 22px;
  }
}
		/* CONTACT / GATE PROMISE */
.contact-promise-section {
  padding: 0 0 96px;
}

.contact-promise-box {
  padding: 42px 46px;
  border-radius: 28px;
  background: linear-gradient(135deg, #071f49, #0b3a78);
  color: #ffffff;
  box-shadow: 0 24px 60px rgba(7, 31, 73, 0.22);
}

.contact-promise-label {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.contact-promise-box h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.contact-promise-box p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.9;
}

/* スマホ */
@media (max-width: 600px) {
  .contact-promise-section {
    padding: 0 0 72px;
  }

  .contact-promise-box {
    padding: 32px 24px;
    border-radius: 24px;
  }

  .contact-promise-box h2 {
    font-size: 23px;
  }
}
		/* CONTACT / スマホ表示調整 */
@media (max-width: 600px) {
  .contact-main-card {
    padding: 26px 20px !important;
  }

  .contact-main-card p {
    font-size: 14px !important;
    line-height: 1.8 !important;
  }

  .contact-mail-note {
    margin-top: 14px !important;
    font-size: 12px !important;
    line-height: 1.7 !important;
  }

  .contact-mail-note span {
    display: block;
    margin-top: 4px;
    font-weight: 700;
    color: #0f172a;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .contact-side-card {
    margin-top: 20px !important;
    padding: 26px 20px !important;
  }
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid #e5e7eb;
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-area {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-mark {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #d71920;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 20px;
}

.logo-text {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.28em;
}

.logo-sub {
  margin-top: 3px;
  font-size: 10px;
  letter-spacing: 0.22em;
  color: #64748b;
  text-transform: uppercase;
}

.global-nav {
  display: flex;
  gap: 26px;
  font-size: 14px;
  color: #475569;
}

.header-button {
  background: #020617;
  color: #fff;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}


/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  background: #0d1b2a;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(215, 25, 32, 0.22), transparent 28%),
    linear-gradient(115deg, #0d1b2a 0%, #10233a 55%, #f7f8f8 55%, #ffffff 100%);
}

.hero-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 110px 24px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.hero-copy {
  color: #fff;
}

.hero-label {
  display: inline-flex;
  margin-bottom: 32px;
  padding: 8px 16px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  font-size: 14px;
}

.hero h1 {
  margin: 0;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.hero h1 span {
  color: rgba(255,255,255,0.65);
}

.hero p {
  margin-top: 32px;
  max-width: 660px;
  font-size: 18px;
  line-height: 1.9;
  color: rgba(255,255,255,0.78);
}

.hero-buttons {
  margin-top: 40px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.button-primary,
.button-secondary {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 700;
}

.button-primary {
  background: #d71920;
  color: #fff;
  box-shadow: 0 18px 35px rgba(80, 0, 0, 0.22);
}

.button-secondary {
  color: #fff;
  border: 1px solid rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.1);
}

/* Hero visual */
.hero-visual {
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 32px;
  padding: 16px;
  box-shadow: 0 28px 70px rgba(0,0,0,0.25);
}

.visual-card {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border-radius: 24px;
  padding: 32px;
  background: linear-gradient(135deg, #ffffff, #f8fafc, #e5e7eb);
}


/* =========================
   ファーストビュー 画像背景グラデーション版
========================= */

.hero-image-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 34px;
  background:
    linear-gradient(
      90deg,
      rgba(15, 23, 42, 0.98) 0%,
      rgba(15, 23, 42, 0.94) 30%,
      rgba(15, 23, 42, 0.72) 52%,
      rgba(15, 23, 42, 0.32) 78%,
      rgba(15, 23, 42, 0.08) 100%
    ),
    url("../images/hero-bg.jpg");
  background-size: cover;
  background-position: center right;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.18);
}

/* もし中に img タグが残っている場合は非表示 */
.hero-image-card > img,
.hero-image {
  display: none;
}

.hero-image-overlay {
  position: relative;
  z-index: 2;
  max-width: 560px;
  padding: 64px 56px;
}

.hero-image-overlay h2 {
  margin: 0;
  color: #ffffff;
  font-size: 42px;
  line-height: 1.35;
  letter-spacing: -0.05em;
}

.hero-image-overlay p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 2;
}
.visual-top {
  height: 96px;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(90deg, #0d1b2a, #182b44, #ffffff);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-shadow: inset 0 0 40px rgba(0,0,0,0.12);
}

.visual-logo {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.visual-sub {
  margin-top: 4px;
  font-size: 11px;
  letter-spacing: 0.22em;
  color: rgba(255,255,255,0.7);
}

.stamp {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: #d71920;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 900;
  transform: rotate(-8deg);
  box-shadow: 0 14px 28px rgba(215, 25, 32, 0.28);
}

.visual-message {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 32px;
  padding: 28px;
  border-radius: 24px;
  background: rgba(255,255,255,0.82);
  border: 1px solid #fff;
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.message-label {
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 800;
  color: #d71920;
}

.visual-message h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.visual-message p {
  margin: 16px 0 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.8;
}

/* Mobile */
@media (max-width: 900px) {
  .hero-image-card {
    min-height: 500px;
    background:
      linear-gradient(
        180deg,
        rgba(15, 23, 42, 0.92) 0%,
        rgba(15, 23, 42, 0.78) 48%,
        rgba(15, 23, 42, 0.38) 100%
      ),
      url("../images/hero-bg.jpg");
    background-size: cover;
    background-position: center;
  }

  .hero-image-overlay {
    padding: 52px 42px;
  }

  .hero-image-overlay h2 {
    font-size: 36px;
  }
}

@media (max-width: 600px) {
  .hero-image-card {
    min-height: 440px;
    border-radius: 26px;
  }

  .hero-image-overlay {
    padding: 40px 28px;
  }

  .hero-image-overlay h2 {
    font-size: 30px;
  }

  .hero-image-overlay p {
    font-size: 14px;
    line-height: 1.9;
  }
}
@media (max-width: 900px) {
  .global-nav {
    display: none;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    padding: 80px 24px;
  }

  .hero::before {
    background:
      radial-gradient(circle at 80% 10%, rgba(215, 25, 32, 0.22), transparent 30%),
      linear-gradient(180deg, #0d1b2a 0%, #10233a 72%, #f7f8f8 72%, #ffffff 100%);
  }
}

@media (max-width: 600px) {
  .header-button {
    display: none;
  }

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

  .hero p {
    font-size: 16px;
  }

  .visual-card {
    min-height: 420px;
    padding: 20px;
  }

  .visual-message {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .visual-message h2 {
    font-size: 23px;
  }
}
.hero-image-card {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  padding: 0;
  border-radius: 32px;
  background: #fff;
}

.hero-image {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

.hero-image-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(13, 27, 42, 0.05), rgba(13, 27, 42, 0.52)),
    radial-gradient(circle at 70% 20%, rgba(255,255,255,0.2), transparent 35%);
  z-index: 1;
}

.hero-image-overlay {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  padding: 28px;
  border-radius: 24px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(255,255,255,0.9);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
}

.hero-image-overlay h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.35;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.hero-image-overlay p {
  margin: 16px 0 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 600px) {
  .hero-image-card {
    min-height: 420px;
  }

 

  .hero-image-overlay {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 22px;
  }

  .hero-image-overlay h2 {
    font-size: 23px;
  }
}
.hero-image-card {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border-radius: 32px;
}
/* TOP画像：背景画像方式 */
.hero-image-card {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  padding: 0;
  border-radius: 32px;
  background: #ffffff;
}

.hero-image-bg {
  position: absolute;
  inset: 0;
  background-image: url("../images/hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-image-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(13, 27, 42, 0.05), rgba(13, 27, 42, 0.52)),
    radial-gradient(circle at 70% 20%, rgba(255,255,255,0.2), transparent 35%);
  z-index: 1;
}

.hero-image-overlay {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  padding: 28px;
  border-radius: 24px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(255,255,255,0.9);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
}

.hero-image-overlay h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.35;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.hero-image-overlay p {
  margin: 16px 0 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 600px) {
  .hero-image-card {
    min-height: 420px;
  }

  .hero-image-overlay {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 22px;
  }

  .hero-image-overlay h2 {
    font-size: 23px;
  }
}
/* TOP画像をカード背景として直接表示 */
.hero-image-card {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  padding: 0;
  border-radius: 32px;
  background-image: url("../images/hero.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: #ffffff;
}

.hero-image-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(13, 27, 42, 0.05), rgba(13, 27, 42, 0.52)),
    radial-gradient(circle at 70% 20%, rgba(255,255,255,0.2), transparent 35%);
  z-index: 1;
}


/* 空間衛生資産セクション */
.section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.asset-section {
  position: relative;
  background:
    linear-gradient(
      135deg,
      rgba(247, 248, 248, 0.78),
      rgba(247, 248, 248, 0.72)
    ),
    url("../images/asset-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 96px 0;
}
.asset-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
}

.section-label {
  margin-bottom: 18px;
  color: #d71920;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.asset-card {
  background: #ffffff;
  border-radius: 32px;
  padding: 40px;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.06);
}

.asset-card p {
  margin: 0;
  color: #334155;
  font-size: 20px;
  line-height: 1.95;
}

.asset-list {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.asset-list div {
  padding: 18px 12px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid #eef2f7;
  text-align: center;
  color: #0f172a;
  font-size: 15px;
  font-weight: 800;
}

.asset-copy {
  margin-top: 32px !important;
  color: #0f172a !important;
  font-size: 20px !important;
  font-weight: 800;
}

@media (max-width: 900px) {
  .asset-grid {
    grid-template-columns: 1fr;
  }

  .asset-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* ニオイセクション */
.odor-section {
  background: #ffffff;
  padding: 96px 0;
}

.center-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.center-heading h2 {
  margin: 0;
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.center-heading p {
  margin: 24px 0 0;
  color: #475569;
  font-size: 18px;
  line-height: 1.9;
}

.odor-card {
  margin-top: 56px;
  padding: 48px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 85% 45%, rgba(43, 124, 180, 0.38) 0%, rgba(43, 124, 180, 0) 46%),
    linear-gradient(135deg, #061f38 0%, #0f3f6b 100%);
  color: #ffffff;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 40px;
  align-items: center;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.16);
}

.small-pill {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  color: #ffffff;
  font-size: 14px;
}

.odor-card h3 {
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.odor-card-text p {
  margin: 0;
  color: rgba(255,255,255,0.82);
  font-size: 14px;
  line-height: 1.9;
}

@media (max-width: 900px) {
  .odor-card {
    grid-template-columns: 1fr;
    padding: 32px;
  }

  .odor-card-text p {
    font-size: 17px;
  }
}
/* 見出しの不自然な改行防止 */
.center-heading {
  max-width: 900px;
}

.center-heading h2 {
  line-height: 1.2;
}

.nowrap {
  white-space: nowrap;
}

@media (max-width: 600px) {
  .nowrap {
    white-space: normal;
  }
}
/* 洗浄セクション */
.cleansing-section {
  background: #ffffff;
  padding: 96px 0;
}

.cleansing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.cleansing-copy h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.cleansing-copy > p {
  margin: 26px 0 0;
  color: #475569;
  font-size: 18px;
  line-height: 1.95;
}

.cleansing-message {
  margin-top: 34px;
  padding: 28px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

.cleansing-message h3 {
  margin: 0;
  color: #0f172a;
  font-size: 28px;
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.cleansing-message p {
  margin: 12px 0 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.8;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.process-card {
  min-height: 140px;
  padding: 28px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.06);
}

.process-card span {
  display: block;
  margin-bottom: 22px;
  color: #d71920;
  font-size: 14px;
  font-weight: 800;
}

.process-card h3 {
  margin: 0;
  color: #0f172a;
  font-size: 28px;
  letter-spacing: -0.03em;
}

@media (max-width: 900px) {
  .cleansing-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-card {
    min-height: auto;
  }
}
/* 約束セクション */
.promise-section {
  background: #ffffff;
  padding: 96px 0;
}

.promise-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
  padding: 56px;
  border-radius: 36px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.08);
  border: 1px solid #eef2f7;
}

.promise-heading h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.promise-heading p {
  margin: 22px 0 0;
  color: #d71920;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.35;
}

.promise-text p {
  margin: 0 0 18px;
  color: #475569;
  font-size: 17px;
  line-height: 1.95;
}

.promise-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .promise-card {
    grid-template-columns: 1fr;
    padding: 36px;
  }
}
/* PROMISE見出しの改行調整 */
.promise-title {
  line-height: 1.22;
}

.promise-sub {
  margin-top: 22px;
}

.nowrap {
  white-space: nowrap;
}

@media (max-width: 600px) {
  .nowrap {
    white-space: normal;
  }
}
/* =========================
   GATEが向き合うリスク
========================= */

.risk-section {
  padding: 110px 24px;
  background: #f8fafc;
}

.risk-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.risk-heading {
  max-width: 760px;
  margin-bottom: 54px;
}

.risk-heading .section-label {
  margin: 0 0 14px;
  color: #b91c1c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.risk-heading h2 {
  margin: 0;
  color: #0f172a;
  font-size: 40px;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.risk-heading p {
  margin: 22px 0 0;
  color: #475569;
  font-size: 15px;
  line-height: 2;
}

.risk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.risk-card {
  position: relative;
  min-height: 260px;
  padding: 34px 30px 32px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.risk-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 42px;
  height: 4px;
  background: #b91c1c;
  border-radius: 0 0 999px 999px;
}

.risk-number {
  display: inline-block;
  margin-bottom: 42px;
  color: rgba(15, 23, 42, 0.28);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.risk-card h3 {
  margin: 0;
  color: #0f172a;
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: -0.03em;
}

.risk-card p {
  margin: 18px 0 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.9;
}

.risk-card-emphasis {
  background: #0f172a;
  border-color: #0f172a;
}

.risk-card-emphasis::before {
  background: #dc2626;
}

.risk-card-emphasis .risk-number {
  color: rgba(255, 255, 255, 0.38);
}

.risk-card-emphasis h3 {
  color: #ffffff;
}

.risk-card-emphasis p {
  color: rgba(255, 255, 255, 0.78);
}


/* responsive */
@media (max-width: 900px) {
  .risk-section {
    padding: 86px 20px;
  }

  .risk-heading h2 {
    font-size: 34px;
  }

  .risk-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .risk-section {
    padding: 72px 18px;
  }

  .risk-heading {
    margin-bottom: 38px;
  }

  .risk-heading h2 {
    font-size: 29px;
  }

  .risk-heading p {
    font-size: 14px;
    line-height: 1.9;
  }

  .risk-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .risk-card {
    min-height: auto;
    padding: 30px 24px 28px;
    border-radius: 20px;
  }

  .risk-number {
    margin-bottom: 34px;
  }

  .risk-card h3 {
    font-size: 20px;
  }
}
/* =========================
   GATEの対応領域 調整版
========================= */

.service-section {
  padding: 110px 24px;
  background: #ffffff;
}

.service-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.service-heading {
  max-width: 780px;
  margin: 0 0 42px;
}

.service-heading .section-label {
  margin: 0 0 14px;
  color: #b91c1c;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.service-heading h2 {
  margin: 0;
  color: #0f172a;
  font-size: 40px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.service-heading p {
  margin: 22px 0 0;
  color: #475569;
  font-size: 15px;
  line-height: 2;
}

.service-visual-wide {
  width: 100%;
  height: 390px;
  margin: 0 0 34px;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.12);
}

.service-visual-wide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* responsive */
@media (max-width: 900px) {
  .service-section {
    padding: 86px 20px;
  }

  .service-heading h2 {
    font-size: 34px;
  }

  .service-visual-wide {
    height: 320px;
    margin-bottom: 30px;
  }

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

  .service-item {
    min-height: auto;
  }
}

@media (max-width: 600px) {
  .service-section {
    padding: 72px 18px;
  }

  .service-heading {
    margin-bottom: 34px;
  }

  .service-heading h2 {
    font-size: 29px;
  }

  .service-heading p {
    font-size: 14px;
    line-height: 1.9;
  }

  .service-visual-wide {
    height: 230px;
    margin-bottom: 26px;
    border-radius: 22px;
  }

  .service-item {
    padding: 30px 24px 28px;
    border-radius: 22px;
  }

  .service-number {
    margin-bottom: 34px;
  }

  .service-content h3 {
    font-size: 20px;
  }

  .service-content p {
    font-size: 14px;
    line-height: 1.9;
  }
}
/* =========================
   具体的なサービス内容
========================= */

.service-detail-section {
  padding: 110px 24px;
  background: #0f172a;
}

.service-detail-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.service-detail-heading {
  max-width: 780px;
  margin-bottom: 56px;
}

.service-detail-heading .section-label {
  margin: 0 0 14px;
  color: #ef4444;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.service-detail-heading h2 {
  margin: 0;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.service-detail-heading p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 2;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.service-detail-card {
  min-height: 280px;
  padding: 38px 34px 36px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.service-detail-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 34px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: #b91c1c;
  border-radius: 50%;
}

.service-detail-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.service-detail-card p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.95;
}


/* responsive */
@media (max-width: 900px) {
  .service-detail-section {
    padding: 86px 20px;
  }

  .service-detail-heading h2 {
    font-size: 34px;
  }

  .service-detail-grid {
    gap: 18px;
  }

  .service-detail-card {
    padding: 34px 28px 32px;
  }

  .service-detail-card h3 {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  .service-detail-section {
    padding: 72px 18px;
  }

  .service-detail-heading {
    margin-bottom: 38px;
  }

  .service-detail-heading h2 {
    font-size: 29px;
  }

  .service-detail-heading p {
    font-size: 14px;
    line-height: 1.9;
  }

  .service-detail-grid {
    grid-template-columns: 1fr;
  }

  .service-detail-card {
    min-height: auto;
    padding: 30px 24px 28px;
    border-radius: 22px;
  }

  .service-detail-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 28px;
    font-size: 12px;
  }

  .service-detail-card h3 {
    font-size: 21px;
  }

  .service-detail-card p {
    font-size: 14px;
    line-height: 1.9;
  }
}
/* =========================
   対応施設
========================= */

.facility-section {
  padding: 110px 24px;
  background: #ffffff;
}

.facility-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.facility-heading {
  max-width: 760px;
  margin-bottom: 56px;
}

.facility-heading .section-label {
  margin: 0 0 14px;
  color: #b91c1c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.facility-heading h2 {
  margin: 0;
  color: #0f172a;
  font-size: 40px;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.facility-heading p {
  margin: 22px 0 0;
  color: #475569;
  font-size: 15px;
  line-height: 2;
}

.facility-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.facility-card {
  position: relative;
  min-height: 230px;
  padding: 34px 30px 32px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  overflow: hidden;
}

.facility-card::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -36px;
  width: 110px;
  height: 110px;
  background: rgba(185, 28, 28, 0.08);
  border-radius: 50%;
}

.facility-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #0f172a;
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: -0.03em;
}

.facility-card p {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.9;
}


/* responsive */
@media (max-width: 900px) {
  .facility-section {
    padding: 86px 20px;
  }

  .facility-heading h2 {
    font-size: 34px;
  }

  .facility-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .facility-section {
    padding: 72px 18px;
  }

  .facility-heading {
    margin-bottom: 38px;
  }

  .facility-heading h2 {
    font-size: 29px;
  }

  .facility-heading p {
    font-size: 14px;
    line-height: 1.9;
  }

  .facility-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .facility-card {
    min-height: auto;
    padding: 30px 24px 28px;
    border-radius: 22px;
  }

  .facility-card h3 {
    font-size: 20px;
  }
}
/* =========================
   導入メリット
========================= */

.benefit-section {
  padding: 110px 24px;
  background: #f8fafc;
}

.benefit-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.benefit-heading {
  max-width: 780px;
  margin-bottom: 56px;
}

.benefit-heading .section-label {
  margin: 0 0 14px;
  color: #b91c1c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.benefit-heading h2 {
  margin: 0;
  color: #0f172a;
  font-size: 40px;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.benefit-heading p {
  margin: 22px 0 0;
  color: #475569;
  font-size: 15px;
  line-height: 2;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.benefit-card {
  position: relative;
  min-height: 320px;
  padding: 34px 26px 30px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.05);
}

.benefit-number {
  display: inline-block;
  margin-bottom: 48px;
  color: #b91c1c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.benefit-card h3 {
  margin: 0;
  color: #0f172a;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: -0.04em;
}

.benefit-card p {
  margin: 18px 0 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.9;
}

.benefit-card-dark {
  background: #0f172a;
  border-color: #0f172a;
}

.benefit-card-dark .benefit-number {
  color: #ef4444;
}

.benefit-card-dark h3 {
  color: #ffffff;
}

.benefit-card-dark p {
  color: rgba(255, 255, 255, 0.76);
}


/* responsive */
@media (max-width: 1000px) {
  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefit-card {
    min-height: 280px;
  }
}

@media (max-width: 900px) {
  .benefit-section {
    padding: 86px 20px;
  }

  .benefit-heading h2 {
    font-size: 34px;
  }
}

@media (max-width: 600px) {
  .benefit-section {
    padding: 72px 18px;
  }

  .benefit-heading {
    margin-bottom: 38px;
  }

  .benefit-heading h2 {
    font-size: 29px;
  }

  .benefit-heading p {
    font-size: 14px;
    line-height: 1.9;
  }

  .benefit-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .benefit-card {
    min-height: auto;
    padding: 30px 24px 28px;
    border-radius: 22px;
  }

  .benefit-number {
    margin-bottom: 34px;
  }

  .benefit-card h3 {
    font-size: 20px;
  }
}
/* =========================
   選ばれる理由
========================= */

.reason-section {
  padding: 120px 24px;
  background: #ffffff;
}

.reason-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.reason-heading {
  max-width: 760px;
  margin-bottom: 62px;
}

.reason-heading .section-label {
  margin: 0 0 14px;
  color: #b91c1c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.reason-heading h2 {
  margin: 0;
  color: #0f172a;
  font-size: 40px;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.reason-heading p {
  margin: 22px 0 0;
  color: #475569;
  font-size: 15px;
  line-height: 2;
}

.reason-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 42px;
  align-items: stretch;
}

.reason-main {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.14);
}

.reason-main img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reason-main-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(15, 23, 42, 0.08) 0%,
      rgba(15, 23, 42, 0.18) 35%,
      rgba(15, 23, 42, 0.72) 100%
    );
}

.reason-main-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 42px 38px 38px;
  z-index: 2;
}

.reason-catch {
  margin: 0;
  color: #ffffff;
  font-size: 38px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.reason-main-content p:not(.reason-catch) {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.9;
}

.reason-list {
  display: grid;
  gap: 18px;
}

.reason-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 22px;
  padding: 30px 32px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.04);
}

.reason-item span {
  color: #b91c1c;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.reason-item h3 {
  margin: 0;
  color: #0f172a;
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.reason-item p {
  margin: 14px 0 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.9;
}


/* responsive */
@media (max-width: 900px) {
  .reason-section {
    padding: 86px 20px;
  }

  .reason-heading h2 {
    font-size: 34px;
  }

  .reason-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .reason-main {
    min-height: 500px;
  }

  .reason-catch {
    font-size: 34px;
  }
}

@media (max-width: 600px) {
  .reason-section {
    padding: 72px 18px;
  }

  .reason-heading {
    margin-bottom: 38px;
  }

  .reason-heading h2 {
    font-size: 29px;
  }

  .reason-heading p {
    font-size: 14px;
    line-height: 1.9;
  }

  .reason-main {
    min-height: 420px;
    border-radius: 24px;
  }

  .reason-main-content {
    padding: 30px 24px 26px;
  }

  .reason-catch {
    font-size: 28px;
  }

  .reason-main-content p:not(.reason-catch) {
    font-size: 14px;
    line-height: 1.8;
  }

  .reason-item {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
    border-radius: 22px;
  }

  .reason-item h3 {
    font-size: 20px;
  }

  .reason-item p {
    font-size: 14px;
    line-height: 1.9;
  }
}
/* =========================
   導入の流れ
========================= */

.flow-section {
  padding: 110px 24px;
  background: #f8fafc;
}

.flow-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.flow-heading {
  max-width: 760px;
  margin-bottom: 56px;
}

.flow-heading .section-label {
  margin: 0 0 14px;
  color: #b91c1c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.flow-heading h2 {
  margin: 0;
  color: #0f172a;
  font-size: 40px;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.flow-heading p {
  margin: 22px 0 0;
  color: #475569;
  font-size: 15px;
  line-height: 2;
}

.flow-list {
  display: grid;
  gap: 18px;
}

.flow-item {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 28px;
  align-items: flex-start;
  padding: 34px 38px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 26px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.05);
}

.flow-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: #0f172a;
  border-radius: 50%;
}

.flow-content h3 {
  margin: 0;
  color: #0f172a;
  font-size: 24px;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.flow-content p {
  max-width: 820px;
  margin: 14px 0 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.95;
}


/* responsive */
@media (max-width: 900px) {
  .flow-section {
    padding: 86px 20px;
  }

  .flow-heading h2 {
    font-size: 34px;
  }

  .flow-item {
    grid-template-columns: 88px 1fr;
    padding: 30px 30px;
  }

  .flow-number {
    width: 58px;
    height: 58px;
    font-size: 13px;
  }
}

@media (max-width: 600px) {
  .flow-section {
    padding: 72px 18px;
  }

  .flow-heading {
    margin-bottom: 38px;
  }

  .flow-heading h2 {
    font-size: 29px;
  }

  .flow-heading p {
    font-size: 14px;
    line-height: 1.9;
  }

  .flow-item {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 30px 24px 28px;
    border-radius: 22px;
  }

  .flow-number {
    width: 52px;
    height: 52px;
    font-size: 12px;
  }

  .flow-content h3 {
    font-size: 21px;
  }

  .flow-content p {
    font-size: 14px;
    line-height: 1.9;
  }
}
/* =========================
   お問い合わせCTA 画像背景版
========================= */

.cta-section {
  position: relative;
  padding: 120px 24px;
  background:
    linear-gradient(
      90deg,
      rgba(2, 6, 23, 0.92) 0%,
      rgba(15, 23, 42, 0.82) 42%,
      rgba(15, 23, 42, 0.42) 100%
    ),
    url("../images/cta-bg.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.cta-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 20% 50%,
    rgba(220, 38, 38, 0.18),
    transparent 36%
  );
  pointer-events: none;
}

.cta-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}

.cta-content {
  max-width: 680px;
}

.cta-content .section-label {
  margin: 0 0 14px;
  color: #ef4444;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.cta-content h2 {
  margin: 0;
  color: #ffffff;
  font-size: 44px;
  line-height: 1.35;
  letter-spacing: -0.05em;
}

.cta-content p {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 2;
}

.cta-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 38px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  height: 56px;
  padding: 0 28px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  background: #b91c1c;
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(185, 28, 28, 0.28);
  transition: transform 0.3s ease, background 0.3s ease;
}

.cta-button:hover {
  transform: translateY(-3px);
  background: #dc2626;
}

.cta-link {
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  padding-bottom: 4px;
}

.cta-link:hover {
  color: #ffffff;
  border-bottom-color: #ffffff;
}

.cta-message {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  min-height: 360px;
  padding: 42px;
  background: rgba(2, 6, 23, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  backdrop-filter: blur(10px);
}

.cta-message p {
  margin: 0;
  color: #ffffff;
  font-size: 36px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: -0.05em;
}


/* responsive */
@media (max-width: 900px) {
  .cta-section {
    padding: 86px 20px;
    background:
      linear-gradient(
        180deg,
        rgba(2, 6, 23, 0.88) 0%,
        rgba(15, 23, 42, 0.74) 58%,
        rgba(15, 23, 42, 0.52) 100%
      ),
      url("../images/cta-bg.jpg");
    background-size: cover;
    background-position: center;
  }

  .cta-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .cta-content h2 {
    font-size: 36px;
  }

  .cta-message {
    min-height: 260px;
    padding: 36px 32px;
  }

  .cta-message p {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .cta-section {
    padding: 72px 18px;
  }

  .cta-content h2 {
    font-size: 30px;
  }

  .cta-content p {
    font-size: 14px;
    line-height: 1.9;
  }

  .cta-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin-top: 32px;
  }

  .cta-button {
    width: 100%;
    min-width: auto;
    height: 54px;
  }

  .cta-link {
    align-self: flex-start;
  }

  .cta-message {
    min-height: 220px;
    padding: 32px 26px;
    border-radius: 24px;
  }

  .cta-message p {
    font-size: 28px;
  }
}
/* =========================
   GATEの対応領域 カード
========================= */

.service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-item {
  display: block;
  min-height: 260px;
  padding: 32px 28px 30px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.05);
}

.service-item:nth-child(2) {
  background: #0f172a;
  border-color: #0f172a;
}

.service-number {
  display: inline-block;
  margin-bottom: 42px;
  color: #b91c1c;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.service-content h3 {
  margin: 0;
  color: #0f172a;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.service-content p {
  margin: 18px 0 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.9;
}

.service-item:nth-child(2) .service-number {
  color: #ef4444;
}

.service-item:nth-child(2) .service-content h3 {
  color: #ffffff;
}

.service-item:nth-child(2) .service-content p {
  color: rgba(255, 255, 255, 0.76);
}
/* =========================
   フッター
========================= */

.site-footer {
  background: #020617;
  color: #ffffff;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 72px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 76px 24px 62px;
}

.footer-brand {
  max-width: 420px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #ffffff;
  text-decoration: none;
}

.footer-logo-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  background: #dc2626;
  border-radius: 12px;
}

.footer-logo-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-logo-text strong {
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.16em;
}

.footer-logo-text small {
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.footer-brand p {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.95;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.footer-nav-group h3 {
  margin: 0 0 22px;
  color: #ef4444;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.footer-nav-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav-group li {
  margin: 0 0 14px;
}

.footer-nav-group a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.6;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-nav-group a:hover {
  color: #ffffff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom p {
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 24px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  line-height: 1.6;
}


/* responsive */
@media (max-width: 900px) {
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 64px 20px 52px;
  }

  .footer-brand {
    max-width: 560px;
  }

  .footer-nav {
    gap: 28px;
  }
}

@media (max-width: 600px) {
  .footer-inner {
    padding: 56px 18px 44px;
  }

  .footer-nav {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-brand p {
    font-size: 13px;
    line-height: 1.9;
  }

  .footer-bottom p {
    padding: 20px 18px;
  }
}
/* =========================
   GATE PROMISE 画像背景版
========================= */

.promise-section {
  position: relative;
  padding: 120px 24px;
  background:
    linear-gradient(
      90deg,
      rgba(2, 6, 23, 0.82) 0%,
      rgba(15, 23, 42, 0.72) 40%,
      rgba(15, 23, 42, 0.48) 100%
    ),
    url("../images/promise-bg.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.promise-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.02) 0%,
    rgba(2, 6, 23, 0.12) 100%
  );
  pointer-events: none;
}

.promise-inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
}

.promise-section .section-label {
  margin: 0 0 14px;
  color: #ef4444;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.promise-section h2 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: 42px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.promise-lead {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 2;
}

.promise-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 46px;
}

.promise-point {
  padding: 28px 26px 24px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  backdrop-filter: blur(10px);
}

.promise-point h3 {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.promise-point p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.9;
}


/* responsive */
@media (max-width: 900px) {
  .promise-section {
    padding: 86px 20px;
    background:
      linear-gradient(
        180deg,
        rgba(2, 6, 23, 0.82) 0%,
        rgba(15, 23, 42, 0.68) 52%,
        rgba(15, 23, 42, 0.54) 100%
      ),
      url("../images/promise-bg.jpg");
    background-size: cover;
    background-position: center;
  }

  .promise-section h2 {
    font-size: 34px;
  }

  .promise-points {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }
}

@media (max-width: 600px) {
  .promise-section {
    padding: 72px 18px;
  }

  .promise-section h2 {
    font-size: 29px;
  }

  .promise-lead {
    font-size: 14px;
    line-height: 1.9;
  }

  .promise-point {
    padding: 24px 22px 22px;
    border-radius: 20px;
  }

  .promise-point h3 {
    font-size: 18px;
  }

  .promise-point p {
    font-size: 14px;
    line-height: 1.8;
  }
}
/* =========================
   ファーストビュー 背景画像＋ネイビーグラデーション 最終上書き
========================= */

.hero-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.02) 0%,
      rgba(255, 255, 255, 0.22) 52%,
      rgba(255, 255, 255, 0.76) 100%
    ),
    url("../images/hero-back.jpg");
  background-size: cover;
  background-position: center right;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 68%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(2, 6, 23, 0.98) 0%,
    rgba(15, 23, 42, 0.96) 38%,
    rgba(15, 23, 42, 0.84) 66%,
    rgba(15, 23, 42, 0.52) 88%,
    rgba(15, 23, 42, 0.12) 100%
  );
  clip-path: polygon(0 0, 100% 0, 82% 100%, 0% 100%);
  z-index: 0;
}

.hero-inner {
  position: relative;
  z-index: 1;
}


/* responsive */
@media (max-width: 900px) {
  .hero-section {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.42) 100%
      ),
      url("../images/hero-back.jpg");
    background-size: cover;
    background-position: center;
  }

  .hero-section::before {
    width: 100%;
    clip-path: none;
    background: linear-gradient(
      180deg,
      rgba(2, 6, 23, 0.96) 0%,
      rgba(15, 23, 42, 0.88) 56%,
      rgba(15, 23, 42, 0.46) 100%
    );
  }
}
/* =========================
   ファーストビュー 最終調整
   ネイビー明るめ＋グレー窓なし
========================= */

/* 左ネイビーを黒っぽくならない色に調整 */
.hero::before {
  background: linear-gradient(
    90deg,
    rgba(5, 23, 48, 0.96) 0%,
    rgba(8, 36, 72, 0.94) 38%,
    rgba(12, 51, 96, 0.78) 66%,
    rgba(12, 51, 96, 0.46) 88%,
    rgba(12, 51, 96, 0.10) 100%
  );
}

/* 右側の大きいグレー窓を消す */
.hero-visual,
.hero-image-card {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* グレー背景用の中身がある場合は非表示 */
.hero-image-bg {
  display: none !important;
}

/* 白い小カードだけ残す */
.hero-image-overlay {
  position: relative;
  z-index: 2;
  max-width: 360px;
  margin-left: auto;
  margin-right: 0;
  padding: 34px 32px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
  backdrop-filter: blur(10px);
}

/* 白カード内の文字 */
.hero-image-overlay .message-label {
  color: #dc2626;
}

.hero-image-overlay h2 {
  color: #0f172a;
}

.hero-image-overlay p {
  color: #475569;
}
@media (max-width: 900px) {
  .hero::before {
    background: linear-gradient(
      180deg,
      rgba(5, 23, 48, 0.94) 0%,
      rgba(8, 36, 72, 0.84) 56%,
      rgba(12, 51, 96, 0.42) 100%
    );
  }

  .hero-image-overlay {
    max-width: 100%;
    margin: 0;
  }
}
/* =========================
   ファーストビュー 最終整理版
   背景画像＋左ネイビー＋白カードだけ
========================= */

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.00) 0%,
      rgba(255, 255, 255, 0.08) 45%,
      rgba(255, 255, 255, 0.28) 100%
    ),
    url("../images/hero-back.jpg") !important;
  background-size: cover !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
}

/* 左のネイビー面 */
.hero::before {
  content: "" !important;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(7, 30, 61, 0.96) 0%,
    rgba(8, 40, 80, 0.92) 42%,
    rgba(9, 50, 95, 0.72) 68%,
    rgba(9, 50, 95, 0.36) 88%,
    rgba(9, 50, 95, 0.00) 100%
  ) !important;
  clip-path: polygon(0 0, 100% 0, 82% 100%, 0% 100%);
  z-index: 0 !important;
}

/* 余計な装飾があれば消す */
.hero::after {
  content: none !important;
}

.hero-inner {
  position: relative;
  z-index: 2;
}

/* 右側の大きいグレー/ネイビー窓を消す */
.hero-visual,
.hero-image-card {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

.hero-image-card {
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: flex-end !important;
}

/* 後ろの大きい窓だけ消す */
.hero-image-bg,
.hero-image-card::before,
.hero-image-card::after,
.hero-visual::before,
.hero-visual::after {
  display: none !important;
  content: none !important;
}

/* 白い小カードだけ残す */
.hero-image-overlay {
  position: relative !important;
  z-index: 3 !important;
  width: 360px;
  max-width: 100%;
  margin: 0 !important;
  padding: 34px 32px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 24px !important;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18) !important;
  backdrop-filter: blur(10px);
}

.hero-image-overlay .message-label {
  color: #dc2626 !important;
}

.hero-image-overlay h2 {
  color: #0f172a !important;
}

.hero-image-overlay p {
  color: #475569 !important;
}
@media (max-width: 900px) {
  .hero {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.02) 0%,
        rgba(255, 255, 255, 0.18) 100%
      ),
      url("../images/hero-back.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
  }

  .hero::before {
    width: 100%;
    clip-path: none;
    background: linear-gradient(
      180deg,
      rgba(7, 30, 61, 0.94) 0%,
      rgba(8, 40, 80, 0.78) 56%,
      rgba(9, 50, 95, 0.32) 100%
    ) !important;
  }

  .hero-image-card {
    justify-content: flex-start !important;
  }

  .hero-image-overlay {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .hero-image-overlay {
    padding: 28px 24px !important;
    border-radius: 20px !important;
  }
}
@media (max-width: 600px) {
  .hero-image-overlay {
    padding: 28px 24px;
    border-radius: 20px;
  }
}

/* =========================
   画像トーン最終調整
   SERVICE AREA / PROMISE / CTA
========================= */

/* SERVICE AREA：少し明るく、清潔感寄せ */
.service-visual-wide img {
  filter: brightness(1.14) contrast(0.96) saturate(1.04);
}

/* PROMISE：暗すぎるのでオーバーレイを軽くする */
.promise-section {
  background:
    linear-gradient(
      90deg,
      rgba(2, 6, 23, 0.66) 0%,
      rgba(15, 23, 42, 0.52) 42%,
      rgba(15, 23, 42, 0.28) 100%
    ),
    url("../images/promise-bg.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
}

/* PROMISEの上に乗っている追加の暗さも弱める */
.promise-section::before {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04) 0%,
    rgba(2, 6, 23, 0.04) 100%
  ) !important;
}

/* CTA：画像の上にちゃんと色を乗せる */
.cta-section {
  background:
    linear-gradient(
      90deg,
      rgba(2, 6, 23, 0.88) 0%,
      rgba(15, 23, 42, 0.74) 42%,
      rgba(15, 23, 42, 0.46) 100%
    ),
    url("../images/cta-bg.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
}

/* CTAに赤みのアクセントを少し足す */
.cta-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 18% 46%,
      rgba(220, 38, 38, 0.18),
      transparent 34%
    );
  pointer-events: none;
}
/* =========================
   PROMISE 画像の上に色を乗せる 強制版
========================= */

.promise-section {
  position: relative !important;
  isolation: isolate;
  overflow: hidden;
  background-image: url("../images/promise-bg.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* 画像の上にネイビーを重ねる */
.promise-section::after {
  content: "" !important;
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    90deg,
    rgba(5, 23, 48, 0.40) 0%,
    rgba(8, 36, 72, 0.62) 42%,
    rgba(8, 36, 72, 0.34) 100%
  );
  pointer-events: none;
}

/* 中の文字・カードを前面へ */
.promise-inner {
  position: relative;
  z-index: 1;
}

/* =========================
   SERVICE AREA 画像トーン再調整
========================= */

.service-visual-wide img {
  filter: brightness(1.02) contrast(1.02) saturate(0.96) !important;
}
/* Header logo image */
.logo-area {
  text-decoration: none;
  color: inherit;
}

.logo-mark {
  overflow: hidden;
}

.logo-mark {
  background: transparent;
}
.logo-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-logo-mark {
  overflow: hidden;
}
.footer-logo-mark {
  background: transparent;
}
.footer-logo-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* =========================
   Header logo layout fix
========================= */

.header-inner {
  height: 76px;
  padding: 0 24px;
}

.logo-area {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  line-height: 1;
}

.header-logo-img {
  display: block;
  width: auto;
  height: 42px;
  object-fit: contain;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: auto;
  margin-right: 28px;
}

.header-button {
  flex-shrink: 0;
}
/* =========================
   Header logo fix
========================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid #e5e7eb;
}

.header-inner {
  max-width: 1200px;
  height: 76px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-area {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  line-height: 1;
}

.header-logo-img {
  display: block;
  width: auto;
  height: 42px;
  object-fit: contain;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: auto;
  margin-right: 28px;
}

.global-nav a {
  color: #475569;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.header-button {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 22px;
  color: #ffffff;
  background: #020617;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
/* ヒーロー白カード内の改行調整 */
.no-break {
  white-space: nowrap;
}

.hero-image-overlay {
  width: 420px !important;
  max-width: 100%;
}

.hero-image-overlay h2 {
  font-size: 24px;
  line-height: 1.55;
  letter-spacing: -0.04em;
}


/* ==============================
   Mobile Base Adjust
============================== */

html,
body {
  overflow-x: hidden;
}

img,
video {
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}
@media (max-width: 768px) {
  section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-inner,
  .container,
  .inner {
    width: 100%;
    max-width: 100%;
  }

  h1 {
    font-size: 34px;
    line-height: 1.25;
  }

  h2 {
    font-size: 26px;
    line-height: 1.35;
  }

  p {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media (max-width: 480px) {
  section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  .section-label {
    font-size: 12px;
    letter-spacing: 0.12em;
  }
}@media (max-width: 768px) {
  .grid,
  .card-grid,
  .service-grid,
  .facility-grid,
  .benefit-grid,
  .reason-grid,
  .flow-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
/* ==============================
   Mobile 390px Fix
============================== */

@media (max-width: 768px) {

  /* Header */
  .site-header {
    height: 64px;
  }

  .site-header .header-inner,
  .header-inner {
    height: 64px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .site-logo img,
  .logo img {
    max-height: 42px;
    width: auto;
  }

  .global-nav,
  .header-nav,
  .site-nav,
  .nav-menu {
    display: none !important;
  }

  .site-header .btn,
  .site-header .btn-primary,
  .header-contact,
  .header-cta {
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 12px;
    padding: 10px 14px;
  }


  /* Hero */
  .hero .hero-inner,
  .hero-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .hero-copy,
  .hero-content,
  .hero-text {
    width: 100% !important;
    max-width: 100% !important;
  }

  .hero h1,
  .hero-title {
    font-size: 32px !important;
    line-height: 1.16 !important;
    letter-spacing: -0.05em;
    max-width: 100%;
    white-space: normal !important;
  }

  .hero p,
  .hero-lead {
    font-size: 14px;
    line-height: 1.8;
  }

  .hero-actions {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
  }

  .hero-actions .btn {
    font-size: 13px;
    padding: 13px 16px;
  }


  /* GATEの対応領域 */
  .service-grid,
  .service-cards,
  .service-area-grid,
  .service-area-cards,
  .area-grid,
  .area-cards,
  .support-grid,
  .support-cards {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .service-grid > *,
  .service-cards > *,
  .service-area-grid > *,
  .service-area-cards > *,
  .area-grid > *,
  .area-cards > *,
  .support-grid > *,
  .support-cards > * {
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
  }
}
@media (max-width: 768px) {
  .card h3,
  .service-card h3,
  .benefit-card h3,
  .reason-card h3,
  .risk-card h3,
  .flow-card h3 {
    font-size: 20px;
    line-height: 1.45;
    letter-spacing: -0.03em;
  }

  .card p,
  .service-card p,
  .benefit-card p,
  .reason-card p,
  .risk-card p,
  .flow-card p {
    font-size: 14px;
    line-height: 1.85;
  }
}
/* ==============================
   Mobile Fix - Service Area Cards
============================== */

@media (max-width: 768px) {

  .service-area [class*="grid"],
  .service-area [class*="cards"],
  .service-area [class*="list"],
  .service-area [class*="items"],
  .service-area [class*="content"] {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .service-area [class*="card"],
  .service-area [class*="item"],
  .service-area [class*="box"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: none !important;
  }
}
/* ==============================
   Mobile Fix - GATEの対応領域
============================== */

@media (max-width: 768px) {
  #service .service-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    width: 100% !important;
  }

  #service .service-item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 28px 24px !important;
    display: block !important;
  }

  #service .service-content {
    width: 100% !important;
  }

  #service .service-content h3 {
    font-size: 20px !important;
    line-height: 1.45 !important;
    letter-spacing: -0.03em;
    writing-mode: horizontal-tb !important;
  }

  #service .service-content p {
    font-size: 14px !important;
    line-height: 1.85 !important;
    writing-mode: horizontal-tb !important;
  }

  #service .service-number {
    writing-mode: horizontal-tb !important;
  }
}
/* ==============================
   Sub Page Common
============================== */

.sub-hero {
  padding: 150px 24px 110px;
  background: linear-gradient(135deg, #07152b 0%, #0b2342 55%, #102f55 100%);
  color: #fff;
}

.sub-hero-inner {
  width: min(1040px, 100%);
  margin: 0 auto;
}

.sub-hero h1 {
  margin: 18px 0 24px;
  font-size: 56px;
  line-height: 1.18;
  letter-spacing: -0.06em;
}

.sub-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 768px) {
  .sub-hero {
    padding: 110px 20px 80px;
  }

  .sub-hero h1 {
    font-size: 34px;
    line-height: 1.28;
  }

  .sub-hero p {
    font-size: 14px;
    line-height: 1.9;
  }
}
.sub-section {
  padding: 120px 24px;
  background: #fff;
}

.sub-inner {
  width: min(1040px, 100%);
  margin: 0 auto;
}

.sub-heading {
  margin-bottom: 48px;
}

.sub-heading h2 {
  margin: 12px 0 0;
  font-size: 42px;
  line-height: 1.35;
  letter-spacing: -0.05em;
  color: #071225;
}

.sub-text-card {
  padding: 48px;
  border-radius: 28px;
  background: #f8fafc;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.06);
}

.sub-text-card p {
  margin: 0;
  color: #334155;
  font-size: 16px;
  line-height: 2;
}

.sub-text-card p + p {
  margin-top: 24px;
}
.sub-section-light {
  background: #f5f7fa;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.value-card {
  padding: 36px 30px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #e5eaf0;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.05);
}

.value-card span {
  display: block;
  margin-bottom: 28px;
  color: #d71920;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.value-card h3 {
  margin: 0 0 18px;
  color: #071225;
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.value-card p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.9;
}
@media (max-width: 768px) {
  .value-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .value-card {
    padding: 30px 24px;
  }

  .value-card h3 {
    font-size: 20px;
  }
}
/* ==============================
   Odor Page
============================== */

.odor-risk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.odor-risk-card {
  padding: 36px 30px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #e5eaf0;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.05);
}

.odor-risk-card span {
  display: block;
  margin-bottom: 28px;
  color: #d71920;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.odor-risk-card h3 {
  margin: 0 0 18px;
  color: #071225;
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.odor-risk-card p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.9;
}
@media (max-width: 768px) {
  .odor-risk-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .odor-risk-card {
    padding: 30px 24px;
  }

  .odor-risk-card h3 {
    font-size: 20px;
  }
}
/* ==============================
   Odor Approach
============================== */

.odor-approach {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 48px;
  align-items: center;
}

.odor-approach-text h2 {
  margin: 12px 0 24px;
  color: #071225;
  font-size: 42px;
  line-height: 1.35;
  letter-spacing: -0.05em;
}

.odor-approach-text p {
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 2;
}

.odor-approach-list {
  display: grid;
  gap: 16px;
}

.odor-approach-item {
  padding: 28px 30px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid #e5eaf0;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.05);
}

.odor-approach-item span {
  display: block;
  margin-bottom: 14px;
  color: #d71920;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.odor-approach-item h3 {
  margin: 0 0 10px;
  color: #071225;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.odor-approach-item p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.85;
}
@media (max-width: 768px) {
  .odor-approach {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .odor-approach-text h2 {
    font-size: 30px;
    line-height: 1.4;
  }

  .odor-approach-text p {
    font-size: 14px;
    line-height: 1.9;
  }

  .odor-approach-item {
    padding: 26px 24px;
  }

  .odor-approach-item h3 {
    font-size: 19px;
  }
}
/* ==============================
   Cleaning Page
============================== */

  background: linear-gradient(135deg, #071225 0%, #0b2342 55%, #12345f 100%);
}
/* ==============================
   Cleaning Page
============================== */

.cleaning-risk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.cleaning-risk-card {
  padding: 36px 30px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #e5eaf0;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.05);
}

.cleaning-risk-card span {
  display: block;
  margin-bottom: 28px;
  color: #d71920;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.cleaning-risk-card h3 {
  margin: 0 0 18px;
  color: #071225;
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.cleaning-risk-card p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.9;
}
@media (max-width: 768px) {
  .cleaning-risk-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cleaning-risk-card {
    padding: 30px 24px;
  }

  .cleaning-risk-card h3 {
    font-size: 20px;
  }
}
/* ==============================
   Cleaning Process
============================== */

.cleaning-process-list {
  display: grid;
  gap: 16px;
}

.cleaning-process-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 28px;
  align-items: start;
  padding: 32px 36px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #e5eaf0;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.05);
}

.cleaning-process-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #071225;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.cleaning-process-item h3 {
  margin: 0 0 10px;
  color: #071225;
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.cleaning-process-item p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.9;
}
@media (max-width: 768px) {
  .cleaning-process-item {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 30px 24px;
  }

  .cleaning-process-item span {
    width: 48px;
    height: 48px;
  }

  .cleaning-process-item h3 {
    font-size: 20px;
  }
}
/* ==============================
   Fix - Cleaning Process Layout
============================== */

.cleaning-process-item span {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.cleaning-process-item h3 {
  grid-column: 2;
  grid-row: 1;
}

.cleaning-process-item p {
  grid-column: 2;
  grid-row: 2;
}
/* ==============================
   Mobile Fix - Cleaning Process Title
============================== */

@media (max-width: 480px) {
  .cleaning-process-section .sub-heading h2 {
    font-size: 28px;
    line-height: 1.42;
    letter-spacing: -0.05em;
  }
}
/* ==============================
   Mold Page
============================== */

.mold-risk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.mold-risk-card {
  padding: 36px 30px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #e5eaf0;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.05);
}

.mold-risk-card span {
  display: block;
  margin-bottom: 28px;
  color: #d71920;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.mold-risk-card h3 {
  margin: 0 0 18px;
  color: #071225;
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.mold-risk-card p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.9;
}
@media (max-width: 768px) {
  .mold-risk-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .mold-risk-card {
    padding: 30px 24px;
  }

  .mold-risk-card h3 {
    font-size: 20px;
  }
}
/* ==============================
   Mold Approach
============================== */

.mold-care-list {
  display: grid;
  gap: 16px;
}

.mold-care-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 28px;
  align-items: start;
  padding: 32px 36px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #e5eaf0;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.05);
}

.mold-care-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #071225;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.mold-care-item h3 {
  margin: 0 0 10px;
  color: #071225;
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.mold-care-item p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.9;
}
@media (max-width: 768px) {
  .mold-care-item {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 30px 24px;
  }

  .mold-care-item span {
    width: 48px;
    height: 48px;
  }

  .mold-care-item h3 {
    font-size: 20px;
  }
}
/* ==============================
   Infection Page
============================== */

.infection-risk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.infection-risk-card {
  padding: 36px 30px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #e5eaf0;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.05);
}

.infection-risk-card span {
  display: block;
  margin-bottom: 28px;
  color: #d71920;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.infection-risk-card h3 {
  margin: 0 0 18px;
  color: #071225;
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.infection-risk-card p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.9;
}

.infection-care-list {
  display: grid;
  gap: 16px;
}

.infection-care-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 28px;
  align-items: start;
  padding: 32px 36px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #e5eaf0;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.05);
}

.infection-care-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #071225;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.infection-care-item h3 {
  margin: 0 0 10px;
  color: #071225;
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.infection-care-item p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.9;
}
@media (max-width: 768px) {
  .infection-risk-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .infection-risk-card {
    padding: 30px 24px;
  }

  .infection-risk-card h3 {
    font-size: 20px;
  }

  .infection-care-item {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 30px 24px;
  }

  .infection-care-item span {
    width: 48px;
    height: 48px;
  }

  .infection-care-item h3 {
    font-size: 20px;
  }
}
.cta-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 38px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.cta-secondary-button:hover {
  background: rgba(255, 255, 255, 0.16);
}
.cta-actions {
  align-items: flex-start;
}

.cta-secondary-button {
  min-height: 44px;
  padding: 0 22px;
  font-size: 13px;
}
.cta-secondary-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 168px !important;
  height: 52px !important;
  padding: 0 28px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
}
/* ==============================
   Hero Button Fix
============================== */

.hero-secondary-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 168px !important;
  height: 52px !important;
  padding: 0 28px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  box-sizing: border-box !important;
}
/* ==============================
   Hero Buttons Fix
============================== */

.hero-actions .btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 168px !important;
  height: 52px !important;
  padding: 0 28px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

.hero-actions .btn-primary {
  background: #d71920 !important;
  color: #fff !important;
  border: 1px solid #d71920 !important;
}

.hero-actions .btn-secondary {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
  backdrop-filter: blur(8px);
}
.cta-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 38px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  white-space: nowrap;
}
/* CTA white button fix */
.contact-cta-section .cta-actions .btn.btn-secondary,
.contact-cta-section .cta-actions .cta-secondary-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 168px !important;
  height: 52px !important;
  padding: 0 28px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(8px);
  white-space: nowrap !important;
}/* CTA button size fix */
#contact .cta-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

#contact .cta-actions .cta-button,
#contact .cta-actions .btn-secondary,
#contact .cta-actions .cta-secondary-button {
  width: 168px !important;
  min-width: 168px !important;
  height: 52px !important;
  padding: 0 24px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  white-space: nowrap !important;
}
/* TOP hero button size fix */
.hero .hero-actions {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
}

.hero .hero-actions .btn,
.hero .hero-actions .btn-primary,
.hero .hero-actions .btn-secondary,
.hero .hero-actions .hero-secondary-button {
  width: 168px !important;
  min-width: 168px !important;
  height: 52px !important;
  padding: 0 24px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}
@media (max-width: 480px) {
  .hero .hero-actions .btn,
  .hero .hero-actions .btn-primary,
  .hero .hero-actions .btn-secondary,
  .hero .hero-actions .hero-secondary-button {
    width: 150px !important;
    min-width: 150px !important;
    height: 48px !important;
    font-size: 13px !important;
  }
}
/* TOP hero buttons vertical on mobile */
@media (max-width: 480px) {
  .hero .hero-actions {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }

  .hero .hero-actions .btn,
  .hero .hero-actions .btn-primary,
  .hero .hero-actions .btn-secondary,
  .hero .hero-actions .hero-secondary-button {
    width: 168px !important;
    min-width: 168px !important;
  }
}
/* TOP hero buttons vertical & center on mobile */
@media (max-width: 480px) {
  .hero .hero-actions {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    margin: 22px auto 0 !important;
    padding: 0 !important;
    transform: none !important;
  }

  .hero .hero-actions .btn,
  .hero .hero-actions .btn-primary,
  .hero .hero-actions .btn-secondary,
  .hero .hero-actions .hero-secondary-button {
    width: 168px !important;
    min-width: 168px !important;
    height: 52px !important;
    padding: 0 24px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
  }
}
/* TOP hero mobile button clean fix */
@media (max-width: 480px) {
  .hero .hero-copy,
  .hero .hero-content,
  .hero .hero-text {
    text-align: left !important;
    align-items: flex-start !important;
  }

  .hero .hero-actions {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    margin-top: 22px !important;
    padding: 0 !important;
  }

  .hero .hero-actions .btn,
  .hero .hero-actions .btn-primary,
  .hero .hero-actions .btn-secondary,
  .hero .hero-actions .hero-secondary-button {
    width: 150px !important;
    min-width: 150px !important;
    height: 48px !important;
    padding: 0 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
    font-size: 13px !important;
    line-height: 1 !important;
  }
}
/* ==============================
   Sub Page Hero Background Images
============================== */

section.sub-hero.sub-hero-about {
  background:
    linear-gradient(
      90deg,
      rgba(2, 12, 27, 0.78) 0%,
      rgba(2, 12, 27, 0.48) 45%,
      rgba(2, 12, 27, 0.00) 100%
    ),
    url("../images/sub-hero-about.jpg") center center / cover no-repeat !important;
}
/* ==============================
  ODOR / HERO
============================== */

.sub-hero-odor {
  position: relative;
  overflow: hidden;
  background-image: url("../images/sub-hero-odor.jpg");
  background-size: cover;
  background-position: center right;
}

/* 左〜中央は暗く、右側は明るく抜ける */
.sub-hero-odor::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(
      90deg,
      rgba(2, 12, 30, 0.88) 0%,
      rgba(2, 12, 30, 0.76) 36%,
      rgba(2, 12, 30, 0.42) 62%,
      rgba(2, 12, 30, 0.08) 100%
    ),
    radial-gradient(
      circle at 84% 48%,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(255, 255, 255, 0.04) 28%,
      rgba(255, 255, 255, 0) 58%
    );
}
.sub-hero-odor .sub-hero-inner {
  position: relative;
  z-index: 1;
}

/* PCだけ説明文を改行 */
@media (max-width: 768px) {
  .odor-pc-break {
    display: none;
  }

  .sub-hero-odor {
    background-position: center right;
  }

  .sub-hero-odor::before {
    background:
      linear-gradient(
        90deg,
        rgba(2, 12, 30, 0.96) 0%,
        rgba(2, 12, 30, 0.88) 52%,
        rgba(2, 12, 30, 0.58) 100%
      );
  }
}.sub-hero-cleaning {
  background:
    linear-gradient(
      135deg,
      rgba(7, 18, 37, 0.62),
      rgba(7, 18, 37, 0.32)
    ),
    url("../images/sub-hero-cleaning.jpg") center center / cover no-repeat;
}
.sub-hero-mold {
  background:
    linear-gradient(
      90deg,
      rgba(2, 12, 27, 0.78) 0%,
      rgba(2, 12, 27, 0.48) 45%,
      rgba(2, 12, 27, 0.00) 100%
    ),
    url("../images/sub-hero-mold.jpg") center center / cover no-repeat;
}

.sub-hero-infection {
  background:
    linear-gradient(
      90deg,
      rgba(2, 12, 27, 0.78) 0%,
      rgba(2, 12, 27, 0.48) 45%,
      rgba(2, 12, 27, 0.00) 100%
    ),
    url("../images/sub-hero-infection.jpg") center center / cover no-repeat;
}
@media (max-width: 480px) {
  .sub-hero-cleaning {
    background-position: 60% center !important;
  }
}
/* ==============================
   Company Page
============================== */

.sub-hero-company {
  background:
    linear-gradient(
      135deg,
      rgba(7, 18, 37, 0.42),
      rgba(7, 18, 37, 0.22)
    ),
    url("../images/sub-hero-company.jpg") center center / cover no-repeat;
}

.company-table {
  margin-top: 48px;
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.company-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  border-bottom: 1px solid #e5eaf0;
}

.company-row:last-child {
  border-bottom: none;
}

.company-row dt,
.company-row dd {
  margin: 0;
  padding: 26px 32px;
  font-size: 15px;
  line-height: 1.9;
}

.company-row dt {
  color: #071225;
  font-weight: 800;
  background: #f7fafc;
}

.company-row dd {
  color: #334155;
  font-weight: 600;
}

.company-row dd span {
  font-size: 14px;
  color: #475569;
  font-weight: 600;
}

.company-row a {
  color: #071225;
  text-decoration: none;
  border-bottom: 1px solid rgba(7, 18, 37, 0.25);
}

.company-row a:hover {
  color: #d71920;
  border-bottom-color: #d71920;
}

@media (max-width: 768px) {
  .company-row {
    grid-template-columns: 1fr;
  }

  .company-row dt {
    padding: 20px 24px 8px;
    background: #fff;
    color: #d71920;
    font-size: 13px;
    letter-spacing: 0.08em;
  }

  .company-row dd {
    padding: 0 24px 22px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .company-table {
    margin-top: 32px;
    border-radius: 22px;
  }

  .company-row dt {
    padding: 18px 20px 6px;
  }

  .company-row dd {
    padding: 0 20px 20px;
  }
}
.company-row dd span.company-note {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  color: #64748b;
}
/* ==============================
   CTA Layout Final
============================== */

.cta-section .cta-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 360px !important;
  align-items: center !important;
  gap: 56px !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
  padding: 0 48px !important;
  box-sizing: border-box !important;
}

.cta-section .cta-content {
  grid-column: 1 !important;
  grid-row: 1 !important;
  max-width: 620px !important;
}

.cta-section .cta-message {
  position: static !important;
    transform: none !important;
    margin-left: 0 !important;
	
  grid-column: 2 !important;
  grid-row: 1 !important;
  justify-self: end !important;
  width: 100% !important;
  max-width: 360px !important;
  min-height: 200px !important;
  padding: 40px !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.cta-section .cta-message p {
  margin: 0 !important;
}

/* tablet */
@media (max-width: 900px) {
  .cta-section .cta-inner {
    grid-template-columns: minmax(0, 1fr) 300px !important;
    gap: 32px !important;
    padding: 0 32px !important;
  }

  .cta-section .cta-content {
    max-width: 420px !important;
  }

  .cta-section .cta-message {
    max-width: 300px !important;
    min-height: 180px !important;
    padding: 32px !important;
  }

  .cta-section .cta-message p {
    font-size: 23px !important;
    line-height: 1.5 !important;
  }
@media (max-width: 900px) {
  .cta-section .cta-content {
    grid-column: 1 !important;
    grid-row: 1 !important;
    max-width: 420px !important;
  }

  .cta-section .cta-message {
  position: static !important;
      transform: none !important;
      margin-left: 0 !important;
	  
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    max-width: 300px !important;
    min-height: 180px !important;
    padding: 32px !important;
  }
}
}

/* smartphone */
@media (max-width: 767px) {
  .cta-section .cta-inner {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding: 0 24px !important;
  }

  .cta-section .cta-content {
    max-width: 100% !important;
  }

  .cta-section .cta-message {
    position: static !important;
    transform: none !important;
    margin: 0 !important;
    grid-column: 1 !important;
    grid-row: auto !important;
    justify-self: stretch !important;
    align-self: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
    padding: 32px 24px !important;
    box-sizing: border-box !important;
  }
}
.cta-slogan {
  margin: 28px 0 0;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-align: center;
}

.cta-slogan span {
  display: block;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .cta-slogan {
    font-size: 22px;
    line-height: 1.55;
  }
}
.hero-subcopy span {
  display: block;
}

@media (max-width: 600px) {
  .hero-subcopy {
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: 0.02em;
  }

  .hero-subcopy span {
    white-space: nowrap;
  }
}

@media (max-width: 390px) {
  .hero-subcopy {
    font-size: 14px;
  }
}
.cta-slogan {
  margin: 32px 0 0;
  text-align: center;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #ffffff;
}

.cta-slogan span {
  display: block;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .cta-slogan {
    font-size: 22px;
    line-height: 1.55;
    letter-spacing: 0.03em;
  }
}

@media (max-width: 390px) {
  .cta-slogan {
    font-size: 20px;
  }
}
/* Header company name */
.logo-area {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.logo-company-name {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #0f172a;
  white-space: nowrap;
}

/* Header menu wrapper */
.header-menu {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
}

/* Mobile menu button */
.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: none;
  background: transparent;
  padding: 0;
  margin-left: auto;
  cursor: pointer;
  z-index: 110;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 6px auto;
  background: #0f172a;
  border-radius: 999px;
  transition: 0.3s ease;
}

/* Mobile header menu */
@media (max-width: 767px) {
  .header-inner {
    position: relative;
  }

  .logo-area {
    gap: 8px;
  }

  .logo-company-name {
    font-size: 13px;
    letter-spacing: 0.04em;
  }

  .menu-toggle {
    display: block;
  }

  .header-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-left: 0;
    padding: 12px 16px 16px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
    z-index: 100;
  }

  .header-menu.is-open {
    display: flex;
  }

  .global-nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .global-nav a {
    display: block;
    padding: 14px 4px;
    color: #0f172a;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }

  .header-button {
    display: block;
    width: 100%;
    margin-top: 14px;
    text-align: center;
  }

  .menu-toggle.is-open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .header-menu {
    display: none !important;
  }

  .header-menu.is-open {
    display: flex !important;
  }

  .menu-toggle {
    display: block !important;
  }
}
/* Mobile menu nav fix */
@media (max-width: 767px) {
  .site-header .header-menu.is-open {
    display: flex !important;
  }

  .site-header .header-menu .global-nav {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    gap: 0 !important;
  }

  .site-header .header-menu .global-nav a {
    display: block !important;
    width: 100% !important;
    padding: 14px 4px !important;
    color: #0f172a !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
  }

  .site-header .header-menu .global-nav a:last-child {
    border-bottom: none !important;
  }

  .site-header .header-menu .header-button {
    display: block !important;
    width: 100% !important;
    margin-top: 14px !important;
    text-align: center !important;
  }
}
/* mite page background colors */
.mite-hidden-section {
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}

.mite-risk-section {
  background: linear-gradient(180deg, #f3f6fa 0%, #eaf0f7 100%);
}
/* mite hero image fix */
section.sub-hero.sub-hero-mite {
  background:
    linear-gradient(
      90deg,
      rgba(2, 12, 27, 0.78) 0%,
      rgba(2, 12, 27, 0.48) 45%,
      rgba(2, 12, 27, 0.00) 100%
    ),
    url("../images/sub-hero-mite.jpg") center center / cover no-repeat !important;
}
.process-card {
  display: grid;
  grid-template-columns: 32px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 12px;
  row-gap: 10px;
}

.process-card span {
  grid-column: 1 / -1;
}

.process-icon {
  grid-column: 1;
  grid-row: 2;
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
  margin: 0;
}

.process-card h3 {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .process-card {
    grid-template-columns: 30px 1fr;
    column-gap: 10px;
  }

  .process-icon {
    width: 26px;
    height: 26px;
  }
}
/* TOP hero subcopy line break fix */
.hero-subcopy span {
  display: inline !important;
  white-space: normal !important;
}

/* 「思っていませんか？」の後だけ改行 */
.hero-subcopy span:nth-child(2)::after {
  content: "";
  display: block;
}

/* スマホは前に決めた4行表示に戻す */
@media (max-width: 600px) {
  .hero-subcopy span {
    display: block !important;
    white-space: nowrap !important;
  }

  .hero-subcopy span:nth-child(2)::after {
    content: none;
    display: none;
  }
}
/* Fixed header */
.site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

/* ヘッダー固定分、本文を下げる */
body {
  padding-top: 76px;
}

/* スマホ用 */
@media (max-width: 767px) {
  body {
    padding-top: 64px;
  }
}
/* ================================
  空間衛生資産：6項目カード
================================ */

.asset-section .asset-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  align-items: center;
  gap: 72px;
}

.asset-asset-wrap {
  width: 100%;
  max-width: 520px;
  justify-self: center;
}

.asset-asset-card {
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #dbe3ee;
  border-radius: 24px;
  padding: 30px 34px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
}

.asset-asset-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #0f172a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
}

.asset-asset-title::before,
.asset-asset-title::after {
  content: "";
  width: 56px;
  height: 1px;
  background: #cbd5e1;
}

.asset-asset-table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 18px;
  border-top: 1px solid #dbe3ee;
  border-left: 1px solid #dbe3ee;
  background: #ffffff;
}

.asset-asset-table span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 8px;
  border-right: 1px solid #dbe3ee;
  border-bottom: 1px solid #dbe3ee;
  color: #0f172a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}

.asset-asset-copy {
  margin: 22px 0 0;
  color: #334155;
  font-size: 15px;
  line-height: 2;
  text-align: left;
}

@media (max-width: 768px) {
  .asset-section .asset-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .asset-asset-wrap {
    max-width: 100%;
  }

  .asset-asset-card {
    padding: 24px 18px;
    border-radius: 18px;
  }

  .asset-asset-title {
    font-size: 11px;
    gap: 10px;
  }

  .asset-asset-title::before,
  .asset-asset-title::after {
    width: 42px;
  }

  .asset-asset-table span {
    min-height: 44px;
    padding: 10px 6px;
    font-size: 12px;
  }

  .asset-asset-copy {
    font-size: 14px;
    line-height: 1.9;
    margin-top: 18px;
  }
}
/* 空間衛生資産：右側エリアを広げる */
.asset-section .section-inner.asset-grid {
  grid-template-columns: minmax(0, 1fr) minmax(500px, 560px) !important;
  gap: 72px !important;
}

.asset-asset-wrap {
  width: 100% !important;
  max-width: 560px !important;
  justify-self: center !important;
}

/* 表は今くらいの幅を維持 */
.asset-asset-card {
  max-width: 440px;
  margin: 0 auto;
}

/* 説明文だけ少し広く使う */
.asset-asset-copy {
  max-width: 560px;
  margin: 22px auto 0;
}
@media (max-width: 768px) {
  .asset-section .section-inner.asset-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  .asset-asset-wrap,
  .asset-asset-copy {
    max-width: 100% !important;
  }

  .asset-asset-card {
    max-width: 100%;
  }
}
/* PROCESS：短文説明を追加 */
.process-card {
  grid-template-rows: auto auto auto;
  row-gap: 6px;
}

.process-card-note {
  display: block;
  grid-column: 2;
  grid-row: 3;
  margin: -2px 0 0;
  color: #64748b;
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .process-card-note {
    font-size: 10.5px;
    line-height: 1.4;
    white-space: normal;
  }
}
.gate-process-lead {
  font-size: 13px;
  line-height: 1.9;
}
@media (max-width: 768px) {
  .gate-process-lead {
    font-size: 12.5px;
    line-height: 1.85;
  }
}
.gate-process-text {
  font-size: 14px !important;
  line-height: 1.95 !important;
}
@media (max-width: 768px) {
  .gate-process-text {
    font-size: 12.5px !important;
    line-height: 1.85 !important;
  }
}
/* Process overview */
.process-overview-section {
  background: #ffffff;
}

.process-step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 44px;
}

.process-step-card {
  position: relative;
  padding: 30px 26px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.process-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #0f172a;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.process-step-card h3 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 22px;
  letter-spacing: 0.04em;
}

.process-step-card p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.9;
}

@media (max-width: 900px) {
  .process-step-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .process-step-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }

  .process-step-card {
    padding: 24px 22px;
    border-radius: 20px;
  }

  .process-step-card h3 {
    font-size: 20px;
  }
}
/* Process risk */
.process-risk-section {
  background: #f8fafc;
}

.process-risk-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.process-risk-lead h2 {
  margin: 0 0 22px;
  color: #0f172a;
  font-size: 38px;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.process-risk-lead p {
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 2;
}

.process-risk-panel {
  padding: 40px 38px;
  border-radius: 28px;
  background: #163b63;
  color: #ffffff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
}

.process-risk-kicker {
  margin: 0 0 18px;
  color: #ef4444;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.process-risk-panel h3 {
  margin: 0 0 20px;
  font-size: 25px;
  line-height: 1.55;
  letter-spacing: -0.03em;
}

.process-risk-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.9;
}

.process-risk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 42px;
}

.process-risk-card {
  padding: 28px 26px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
}

.process-risk-card span {
  display: inline-block;
  margin-bottom: 16px;
  color: #c5162e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.process-risk-card h3 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 21px;
}

.process-risk-card p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.85;
}

@media (max-width: 900px) {
  .process-risk-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .process-risk-grid {
    grid-template-columns: 1fr;
  }

  .process-risk-lead h2 {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .process-risk-lead h2 {
    font-size: 28px;
  }

  .process-risk-panel {
    padding: 30px 24px;
    border-radius: 24px;
  }

  .process-risk-panel h3 {
    font-size: 21px;
  }
}
/* Process link cards */
.process-link-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.process-link-card {
  display: block;
  padding: 28px 24px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  text-decoration: none;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.process-link-card:hover {
  transform: translateY(-4px);
  border-color: #c5162e;
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.1);
}

.process-link-label {
  margin: 0 0 14px;
  color: #c5162e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.process-link-card h3 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 20px;
  letter-spacing: -0.02em;
}

.process-link-card p:last-child {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.85;
}

@media (max-width: 1000px) {
  .process-link-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .process-link-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .process-link-card {
    padding: 24px 22px;
    border-radius: 20px;
  }
}
/* Service index */
.service-index-section {
  background: #ffffff;
}

.service-index-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 42px;
}

.service-index-card {
  display: block;
  padding: 24px 20px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-index-card:hover {
  transform: translateY(-4px);
  border-color: #c5162e;
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.1);
}

.service-index-card span {
  display: block;
  margin-bottom: 12px;
  color: #c5162e;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.service-index-card h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 19px;
  letter-spacing: -0.02em;
}

.service-index-card p {
  margin: 0;
  color: #475569;
  font-size: 13px;
  line-height: 1.75;
}

@media (max-width: 1100px) {
  .service-index-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 700px) {
  .service-index-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .service-index-card {
    padding: 22px 18px;
  }
}

@media (max-width: 420px) {
  .service-index-grid {
    grid-template-columns: 1fr;
  }
}
/* Process flow */
.process-flow-section {
  background: #f8fafc;
}

.process-flow-list {
  display: grid;
  gap: 18px;
  margin-top: 42px;
}

.process-flow-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 22px;
  align-items: start;
  padding: 28px 30px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
}

.process-flow-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #0f172a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.process-flow-item h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 21px;
  letter-spacing: -0.02em;
}

.process-flow-item p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.9;
}

@media (max-width: 600px) {
  .process-flow-list {
    margin-top: 32px;
  }

  .process-flow-item {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
    border-radius: 20px;
  }

  .process-flow-number {
    width: 48px;
    height: 48px;
    font-size: 13px;
  }

  .process-flow-item h3 {
    font-size: 20px;
  }
}
/* Process detail sections */
.process-detail-section {
  background: #ffffff;
}

.process-detail-section:nth-of-type(even) {
  background: #f8fafc;
}

.process-detail-section .sub-inner {
  max-width: 960px;
}

.process-detail-section h2 {
  margin: 0 0 18px;
  color: #0f172a;
  font-size: 38px;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.process-detail-section > .sub-inner > p:not(.section-label) {
  max-width: 720px;
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 2;
}

.process-detail-section .btn {
  margin-top: 28px;
}

/* Process 04 cards spacing */
.process-control-section .process-link-grid {
  margin-top: 34px;
}

/* Process 03 cleaning link */
.process-cleaning-section {
  background: #f8fafc;
  }

/* Mobile */
@media (max-width: 600px) {
  .process-detail-section h2 {
    font-size: 30px;
  }

  .process-detail-section > .sub-inner > p:not(.section-label) {
    font-size: 14px;
    line-height: 1.9;
  }
}
/* Process detail layout */
.process-detail-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 42px;
  align-items: center;
}

.process-detail-main h2 {
  margin: 0 0 18px;
  color: #0f172a;
  font-size: 38px;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.process-detail-main p:not(.section-label) {
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 2;
}

.process-detail-side {
  padding: 34px 32px;
  border-radius: 26px;
  background: #163b63;
  color: #ffffff;
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.18);
}

.process-detail-kicker {
  margin: 0 0 16px;
  color: #ef4444;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.process-detail-side h3 {
  margin: 0 0 16px;
  font-size: 23px;
  line-height: 1.55;
  letter-spacing: -0.03em;
}

.process-detail-side p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.9;
}

.process-point-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.process-point-card {
  padding: 26px 24px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.process-point-card h3 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 19px;
}

.process-point-card p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.85;
}

@media (max-width: 900px) {
  .process-detail-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .process-point-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .process-detail-main h2 {
    font-size: 30px;
  }

  .process-detail-side {
    padding: 28px 24px;
    border-radius: 22px;
  }

  .process-detail-side h3 {
    font-size: 21px;
  }
}
/* Process anchor flow */
.process-anchor-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.process-anchor-flow a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #ffffff;
  color: #0f172a;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.process-anchor-flow a:hover {
  transform: translateY(-3px);
  border-color: #c5162e;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.process-anchor-flow span {
  color: #c5162e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

@media (max-width: 600px) {
  .process-anchor-flow {
    gap: 10px;
  }

  .process-anchor-flow a {
    width: calc(50% - 5px);
    justify-content: center;
    padding: 13px 12px;
    font-size: 13px;
  }
}
/* Process cleaning button */
.process-cleaning-link-wrap {
  margin-top: 18px;
}

.process-cleaning-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1.4;
  padding: 11px 18px;
  background: transparent;
  border: 1px solid #163b63;
  color: #163b63;
  text-decoration: none;
}

.process-cleaning-link:hover {
  background: #163b63;
  border-color: #163b63;
  color: #ffffff;
}
/* RISK MANAGEMENT */
.risk-section {
  padding: 100px 20px;
  background: #ffffff;
}

.risk-section h2 {
  margin: 0;
  color: #0f172a;
  font-size: 36px;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.risk-lead {
  margin: 24px 0 0;
  color: #475569;
  font-size: 16px;
  line-height: 2;
}

.risk-message-card {
  margin-top: 44px;
  padding: 36px;
  border-radius: 24px;
  background: linear-gradient(135deg, #0f2747, #102f57);
  color: #ffffff;
  box-shadow: 0 22px 50px rgba(15, 39, 71, 0.22);
}

.risk-message-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.03em;
}

.risk-message-card p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 2;
}

.risk-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 28px;
}

.risk-card {
  padding: 30px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.risk-number {
  display: inline-block;
  margin-bottom: 18px;
  color: #b91c1c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.risk-card h3 {
  margin: 0;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.03em;
}

.risk-card p {
  margin: 16px 0 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.9;
}

/* SP */
@media (max-width: 768px) {
  .risk-section {
    padding: 72px 20px;
  }

  .risk-section h2 {
    font-size: 28px;
  }

  .risk-lead {
    font-size: 14px;
  }

  .risk-message-card {
    padding: 28px 22px;
    border-radius: 20px;
  }

  .risk-message-card h3 {
    font-size: 21px;
  }

  .risk-message-card p {
    font-size: 14px;
  }

  .risk-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .risk-card {
    padding: 24px 22px;
  }
}
/* GATE PROCESS */
.top-process-section {
  padding: 100px 20px;
  background: #ffffff;
}

.top-process-section h2 {
  margin: 0;
  color: #0f172a;
  font-size: 36px;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.top-process-lead {
  margin: 24px 0 0;
  color: #475569;
  font-size: 16px;
  line-height: 2;
}

.top-process-message {
  margin-top: 44px;
  padding: 34px 36px;
  border-radius: 24px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.top-process-message h3 {
  margin: 0;
  color: #0f172a;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.03em;
}

.top-process-message p {
  margin: 16px 0 0;
  color: #475569;
  font-size: 15px;
  line-height: 2;
}

.top-process-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  margin-top: 30px;
}

.top-process-card {
  position: relative;
  padding: 24px 18px;
  border-radius: 20px;
  background: #0f2747;
  color: #ffffff;
  overflow: hidden;
}

.top-process-card::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 100px;
  height: 100px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.top-process-number {
  display: block;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.top-process-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.03em;
}

.top-process-card p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.8;
}

.top-process-link {
  margin-top: 34px;
  text-align: center;
}

.top-process-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  padding: 15px 26px;
  border-radius: 999px;
  background: #b91c1c;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.04em;
  box-shadow: 0 16px 36px rgba(185, 28, 28, 0.26);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.top-process-link a:hover {
  transform: translateY(-2px);
  background: #991b1b;
  box-shadow: 0 22px 44px rgba(185, 28, 28, 0.32);
}

/* Tablet */
@media (max-width: 1024px) {
  .top-process-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* SP */
@media (max-width: 768px) {
  .top-process-section {
    padding: 72px 20px;
  }

  .top-process-section h2 {
    font-size: 28px;
  }

  .top-process-lead {
    font-size: 14px;
  }

  .top-process-message {
    padding: 28px 22px;
    border-radius: 20px;
  }

  .top-process-message h3 {
    font-size: 21px;
  }

  .top-process-message p {
    font-size: 14px;
  }

  .top-process-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .top-process-card {
    padding: 24px 22px;
  }

  .top-process-link a {
    width: 100%;
    min-width: 0;
  }
}
/* SERVICE INDEX */
.service-index-section {
  padding: 100px 20px;
  background: #f8fafc;
}

.service-index-section h2 {
  margin: 0;
  color: #0f172a;
  font-size: 36px;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.service-index-lead {
  margin: 24px 0 0;
  color: #475569;
  font-size: 16px;
  line-height: 2;
}

.service-index-message {
  margin-top: 44px;
  padding: 36px;
  border-radius: 24px;
  background: linear-gradient(135deg, #0f2747, #102f57);
  color: #ffffff;
  box-shadow: 0 22px 50px rgba(15, 39, 71, 0.22);
}

.service-index-message h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.03em;
}

.service-index-message p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 2;
}

.service-index-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.service-index-card {
  position: relative;
  display: block;
  min-height: 300px;
  padding: 28px 22px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  overflow: hidden;
}

.service-index-card::after {
  content: "VIEW";
  position: absolute;
  right: 18px;
  bottom: 18px;
  color: rgba(185, 28, 28, 0.22);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.service-index-card:hover {
  transform: translateY(-4px);
  border-color: rgba(185, 28, 28, 0.35);
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.12);
}

.service-index-number {
  display: inline-block;
  margin-bottom: 18px;
  color: #b91c1c;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.service-index-category {
  margin: 0 0 10px;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.service-index-card h3 {
  margin: 0;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.03em;
}

.service-index-card p:last-child {
  margin: 16px 0 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.9;
}

/* Tablet */
@media (max-width: 1100px) {
  .service-index-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* SP */
@media (max-width: 768px) {
  .service-index-section {
    padding: 72px 20px;
  }

  .service-index-section h2 {
    font-size: 28px;
  }

  .service-index-lead {
    font-size: 14px;
  }

  .service-index-message {
    padding: 28px 22px;
    border-radius: 20px;
  }

  .service-index-message h3 {
    font-size: 21px;
  }

  .service-index-message p {
    font-size: 14px;
  }

  .service-index-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-index-card {
    min-height: auto;
    padding: 26px 22px 44px;
  }
}
/* FACILITY */
.facility-section {
  padding: 100px 20px;
  background: #ffffff;
}

.facility-section h2 {
  margin: 0;
  color: #0f172a;
  font-size: 36px;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.facility-lead {
  margin: 24px 0 0;
  color: #475569;
  font-size: 16px;
  line-height: 2;
}

.facility-message {
  margin-top: 44px;
  padding: 34px 36px;
  border-radius: 24px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.facility-message h3 {
  margin: 0;
  color: #0f172a;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.03em;
}

.facility-message p {
  margin: 16px 0 0;
  color: #475569;
  font-size: 15px;
  line-height: 2;
}

.facility-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.facility-card {
  padding: 30px 24px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.facility-number {
  display: inline-block;
  margin-bottom: 18px;
  color: #b91c1c;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.facility-card h3 {
  margin: 0;
  color: #0f172a;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: -0.03em;
}

.facility-card p {
  margin: 16px 0 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.9;
}

/* Tablet */
@media (max-width: 1024px) {
  .facility-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* SP */
@media (max-width: 768px) {
  .facility-section {
    padding: 72px 20px;
  }

  .facility-section h2 {
    font-size: 28px;
  }

  .facility-lead {
    font-size: 14px;
  }

  .facility-message {
    padding: 28px 22px;
    border-radius: 20px;
  }

  .facility-message h3 {
    font-size: 21px;
  }

  .facility-message p {
    font-size: 14px;
  }

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

  .facility-card {
    padding: 26px 22px;
  }
}
/* WHY GATE */
.why-section {
  padding: 100px 20px;
  background: #ffffff;
}

.why-section h2 {
  margin: 0;
  color: #0f172a;
  font-size: 36px;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.why-lead {
  margin: 24px 0 0;
  color: #475569;
  font-size: 16px;
  line-height: 2;
}

.why-message {
  margin-top: 44px;
  padding: 36px;
  border-radius: 24px;
  background: linear-gradient(135deg, #0f2747, #102f57);
  color: #ffffff;
  box-shadow: 0 22px 50px rgba(15, 39, 71, 0.22);
}

.why-message h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.03em;
}

.why-message p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 2;
}

/* SP */
@media (max-width: 768px) {
  .why-section {
    padding: 72px 20px;
  }

  .why-section h2 {
    font-size: 28px;
  }

  .why-lead {
    font-size: 14px;
  }

  .why-message {
    padding: 28px 22px;
    border-radius: 20px;
  }

  .why-message h3 {
    font-size: 21px;
  }

  .why-message p {
    font-size: 14px;
  }
}
  
 .asset-catch {
  margin: 18px 0 0;
  color: #0f2747;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.03em;
}


@media (max-width: 768px) {
  .asset-catch {
    font-size: 19px;
  }
}
.asset-catch {
  margin: 20px 0 0;
  color: #0f2747;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: -0.03em;
}

.asset-lead {
  margin: 18px 0 0;
}
@media (max-width: 768px) {
  .asset-catch {
    margin-top: 16px;
    font-size: 19px;
    line-height: 1.6;
  }
}
.asset-section .section-heading h2 {
  margin: 0;
  color: #0f172a;
  font-size: 36px;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.top-process-card {
  position: relative;
  padding: 28px 18px;
  border-radius: 20px;
  background: #0f2747;
  color: #ffffff;
  overflow: hidden;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top-process-number {
  display: block;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.top-process-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -0.03em;
}
@media (max-width: 768px) {
  .top-process-card {
    min-height: 96px;
    padding: 22px;
  }
}
.service-index-card {
  position: relative;
  display: block;
  min-height: 190px;
  padding: 28px 22px 44px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  overflow: hidden;
}
.service-facility-block {
  margin-top: 34px;
  padding: 28px 30px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

.service-facility-label {
  margin: 0 0 16px;
  color: #b91c1c;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.service-facility-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-facility-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .service-facility-block {
    padding: 24px 22px;
  }

  .service-facility-list {
    gap: 8px;
  }

  .service-facility-list span {
    font-size: 13px;
    padding: 9px 14px;
  }
}
/* CONTACT */
.contact-hero {
  padding: 110px 20px 80px;
  background: #f8fafc;
}

.contact-hero h1 {
  margin: 0;
  color: #0f172a;
  font-size: 44px;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.contact-hero-lead {
  margin: 24px 0 0;
  color: #475569;
  font-size: 16px;
  line-height: 2;
}

.contact-section {
  padding: 90px 20px;
  background: #ffffff;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 28px;
  align-items: stretch;
}

.contact-main-card,
.contact-side-card {
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.contact-main-card {
  padding: 42px;
}

.contact-side-card {
  padding: 34px;
  background: #f8fafc;
}

.contact-card-label {
  margin: 0 0 14px;
  color: #b91c1c;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.contact-main-card h2,
.contact-side-card h3 {
  margin: 0;
  color: #0f172a;
  line-height: 1.5;
  letter-spacing: -0.03em;
}

.contact-main-card h2 {
  font-size: 30px;
}

.contact-side-card h3 {
  font-size: 22px;
}

.contact-main-card p {
  margin: 22px 0 0;
  color: #475569;
  font-size: 15px;
  line-height: 2;
}

.contact-mail-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 16px 28px;
  border-radius: 999px;
  background: #b91c1c;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(185, 28, 28, 0.26);
}

.contact-side-card ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.contact-side-card li {
  position: relative;
  padding: 12px 0 12px 18px;
  color: #475569;
  font-size: 14px;
  line-height: 1.7;
  border-bottom: 1px solid #e2e8f0;
}

.contact-side-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #b91c1c;
}

.contact-side-card li:last-child {
  border-bottom: none;
}

.contact-guide-section {
  padding: 100px 20px;
  background: #f8fafc;
}

.contact-guide-section h2 {
  margin: 0;
  color: #0f172a;
  font-size: 36px;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.contact-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 38px;
}

.contact-guide-card {
  padding: 30px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.contact-guide-card span {
  display: inline-block;
  margin-bottom: 18px;
  color: #b91c1c;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.contact-guide-card h3 {
  margin: 0;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.03em;
}

.contact-guide-card p {
  margin: 16px 0 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.9;
}

.contact-cta {
  padding: 100px 20px;
  background: #ffffff;
}

.contact-cta-card {
  padding: 46px;
  border-radius: 28px;
  background: linear-gradient(135deg, #0f2747, #102f57);
  color: #ffffff;
  box-shadow: 0 22px 50px rgba(15, 39, 71, 0.22);
}

.contact-cta-card h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.contact-cta-card p {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 2;
}

.contact-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 15px 28px;
  border-radius: 999px;
  background: #ffffff;
  color: #0f2747;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

/* SP */
@media (max-width: 768px) {
  .contact-hero {
    padding: 86px 20px 64px;
  }

  .contact-hero h1 {
    font-size: 34px;
  }

  .contact-hero-lead {
    font-size: 14px;
  }

  .contact-section,
  .contact-guide-section,
  .contact-cta {
    padding: 72px 20px;
  }

  .contact-grid,
  .contact-guide-grid {
    grid-template-columns: 1fr;
  }

  .contact-main-card,
  .contact-side-card,
  .contact-cta-card {
    padding: 28px 22px;
    border-radius: 22px;
  }

  .contact-main-card h2,
  .contact-guide-section h2,
  .contact-cta-card h2 {
    font-size: 28px;
  }

  .contact-mail-button,
  .contact-cta-button {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .risk-section h2,
  .asset-section h2,
  .top-process-section h2,
  .service-index-section h2,
  .why-section h2 {
    font-size: 28px;
  }
}
	.risk-message-card,
.top-process-message,
.service-index-message,
.why-message {
  margin-top: 44px;
  padding: 36px;
  border-radius: 24px;
  background: linear-gradient(135deg, #0f2747, #102f57);
  color: #ffffff;
  box-shadow: 0 22px 50px rgba(15, 39, 71, 0.22);
}

.risk-message-card h3,
.top-process-message h3,
.service-index-message h3,
.why-message h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.03em;
}

.risk-message-card p,
.top-process-message p,
.service-index-message p,
.why-message p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 2;
}

@media (max-width: 768px) {
  .risk-message-card,
  .top-process-message,
  .service-index-message,
  .why-message {
    margin-top: 34px;
    padding: 28px 22px;
    border-radius: 20px;
  }

  .risk-message-card h3,
  .top-process-message h3,
  .service-index-message h3,
  .why-message h3 {
    font-size: 21px;
  }

  .risk-message-card p,
  .top-process-message p,
  .service-index-message p,
  .why-message p {
    font-size: 14px;
  }
}
/* ==============================
  SERVICE MENU / 対応する現場タグ
============================== */

.service-site-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 900px;
  margin: 28px auto 0;
  padding: 0;
  list-style: none;
}

.service-site-tags span,
.service-site-tags li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
  color: #0f172a;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.03em;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

/* スマホ */
@media (max-width: 600px) {
  .service-site-tags {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    max-width: 100%;
    margin-top: 22px;
  }

  .service-site-tags span,
  .service-site-tags li {
    width: 100%;
    min-height: 44px;
    padding: 10px 8px;
    font-size: 13px;
    white-space: normal;
    text-align: center;
  }
}
	
/* ==============================
  SERVICE MENU / 対応する現場
============================== */

.service-index-section .service-facility-block {
  max-width: 1040px;
  margin: 28px auto 0;
}

.service-index-section .service-facility-label {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.service-index-section .service-site-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px 12px;
  margin: 0;
  padding: 0;
}

.service-index-section .service-site-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 16px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  color: #0f172a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
}

/* スマホ */
@media (max-width: 600px) {
  .service-index-section .service-facility-block {
    margin-top: 24px;
  }

  .service-index-section .service-site-tags {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .service-index-section .service-site-tags span {
    width: 100%;
    min-height: 42px;
    padding: 10px 8px;
    font-size: 12px;
    white-space: normal;
    text-align: center;
  }
}
	/* 強制：対応する現場タグ */
.service-facility-block {
  max-width: 1040px !important;
  margin: 28px auto 0 !important;
}

.service-facility-label {
  margin: 0 0 14px !important;
  color: #0f172a !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
}

.service-site-tags {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  gap: 10px 12px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.service-site-tags span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px !important;
  padding: 9px 16px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  border: 1px solid rgba(15, 23, 42, 0.12) !important;
  color: #0f172a !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.03em !important;
  white-space: nowrap !important;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06) !important;
}

@media (max-width: 600px) {
  .service-site-tags {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .service-site-tags span {
    width: 100% !important;
    min-height: 42px !important;
    padding: 10px 8px !important;
    font-size: 12px !important;
    white-space: normal !important;
    text-align: center !important;
  }
}
	/* CONTACT / MAIL CARD */
.contact-main-card {
  margin-top: 28px;
  padding: 42px 44px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.contact-card-label {
  margin: 0 0 14px;
  color: #dc2626;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.contact-main-card h2 {
  margin: 0 0 22px;
  color: #0f172a;
  font-size: 28px;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.contact-main-card p {
  color: #475569;
  font-size: 15px;
  line-height: 1.9;
}

.contact-mail-link {
  display: inline-flex;
  margin: 14px 0 22px;
  color: #0f172a;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.contact-mail-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  background: #dc2626;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(220, 38, 38, 0.24);
}

.contact-mail-button:hover {
  opacity: 0.88;
}

/* スマホ */
@media (max-width: 600px) {
  .contact-main-card {
    padding: 30px 22px;
    border-radius: 22px;
  }

  .contact-main-card h2 {
    font-size: 24px;
  }

  .contact-mail-link {
    font-size: 16px;
    word-break: break-all;
  }

  .contact-mail-button {
    width: 100%;
  }
}
.contact-mail-note {
  margin: 14px 0 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.6;
}
		/* CONTACT / GUIDE CARD */
.contact-guide-section {
  padding: 76px 0 80px;
}

.contact-guide-lead {
  margin: 18px 0 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.9;
}

.contact-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 32px;
}

.contact-guide-card {
  padding: 30px 28px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

.contact-guide-number {
  display: inline-block;
  margin-bottom: 18px;
  color: #dc2626;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.contact-guide-card h3 {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: -0.03em;
}

.contact-guide-card p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.9;
}

/* スマホ */
@media (max-width: 768px) {
  .contact-guide-section {
    padding: 64px 0 68px;
  }

  .contact-guide-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contact-guide-card {
    padding: 26px 22px;
    border-radius: 22px;
  }
}
		/* CONTACT / GATE PROMISE */
.contact-promise-section {
  padding: 0 0 96px;
}

.contact-promise-box {
  padding: 42px 46px;
  border-radius: 28px;
  background: linear-gradient(135deg, #071f49, #0b3a78);
  color: #ffffff;
  box-shadow: 0 24px 60px rgba(7, 31, 73, 0.22);
}

.contact-promise-label {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.contact-promise-box h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.contact-promise-box p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.9;
}

/* スマホ */
@media (max-width: 600px) {
  .contact-promise-section {
    padding: 0 0 72px;
  }

  .contact-promise-box {
    padding: 32px 24px;
    border-radius: 24px;
  }

  .contact-promise-box h2 {
    font-size: 23px;
  }
}
		/* CONTACT / スマホ表示調整 */
@media (max-width: 600px) {
  .contact-main-card {
    padding: 26px 20px !important;
  }

  .contact-main-card p {
    font-size: 14px !important;
    line-height: 1.8 !important;
  }

  .contact-mail-note {
    margin-top: 14px !important;
    font-size: 12px !important;
    line-height: 1.7 !important;
  }

  .contact-mail-note span {
    display: block;
    margin-top: 4px;
    font-weight: 700;
    color: #0f172a;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .contact-side-card {
    margin-top: 20px !important;
    padding: 26px 20px !important;
  }
}
/* ==============================
  TOP PROCESS / ネイビー帯文字調整
============================== */

.top-process-message h3 {
  color: #ffffff !important;
  font-size: 22px !important;
  line-height: 1.55 !important;
  letter-spacing: -0.03em !important;
}

.top-process-message p {
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 15px !important;
  line-height: 2 !important;
}

@media (max-width: 768px) {
  .top-process-message h3 {
    font-size: 20px !important;
    line-height: 1.55 !important;
  }

  .top-process-message p {
    font-size: 14px !important;
    line-height: 1.9 !important;
  }
}
/* ==============================
  TOP HERO / スマホ サブコピー改行調整
============================== */

.hero-subcopy span {
  display: inline;
}

@media (max-width: 600px) {
  .hero-subcopy {
    font-size: 13px !important;
    line-height: 1.85 !important;
    letter-spacing: 0.01em !important;
  }

  .hero-subcopy span {
    display: block !important;
    white-space: normal !important;
  }
}
/* ==============================
  TOP PROCESS / 6項目カード軽量化
============================== */

.top-process-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
  color: #0f172a !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07) !important;
}

.top-process-card::before {
  background: rgba(15, 39, 71, 0.06) !important;
}

.top-process-number {
  color: #dc2626 !important;
}

.top-process-card h3 {
  color: #0f172a !important;
}

.top-process-card p {
  color: #475569 !important;
}
/* ==============================
  ネイビー帯 / 明るさ共通調整
============================== */

.risk-message-card,
.top-process-message,
.service-index-message,
.why-message,
.process-risk-panel,
.process-detail-side,
.contact-promise-box {
  background: linear-gradient(135deg, #12365f 0%, #1d5b8a 100%) !important;
  box-shadow: 0 22px 50px rgba(18, 54, 95, 0.20) !important;
}

.risk-message-card h3,
.top-process-message h3,
.service-index-message h3,
.why-message h3,
.process-risk-panel h3,
.process-detail-side h3,
.contact-promise-box h2 {
  color: #ffffff !important;
}

.risk-message-card p,
.top-process-message p,
.service-index-message p,
.why-message p,
.process-risk-panel p,
.process-detail-side p,
.contact-promise-box p {
  color: rgba(255, 255, 255, 0.84) !important;
}
/* ==============================
  衛生資産セクション / 背景画像の読みやすさ調整
============================== */

.asset-section {
  position: relative;
  overflow: hidden;
}

.asset-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.64);
  z-index: 0;
  pointer-events: none;
}

.asset-section .section-inner,
.asset-section .asset-grid {
  position: relative;
  z-index: 1;
}
/* ==============================
  TOP HERO 白カード 最終調整
  PC：位置を下げる＋形崩れ防止
============================== */
@media (min-width: 901px) {
  .hero .hero-visual.hero-image-card {
    position: relative !important;
    min-height: 560px !important;
    transform: none !important;
  }

  .hero .hero-image-overlay {
    position: absolute !important;
    top: 200px !important;
    right: 42px !important;
    left: auto !important;
    bottom: auto !important;

    width: 370px !important;
    max-width: 370px !important;
    margin: 0 !important;
    padding: 30px 28px !important;
    border-radius: 24px !important;
    box-sizing: border-box !important;
  }

  .hero .hero-image-overlay h2 {
    font-size: 20px !important;
    line-height: 1.5 !important;
    letter-spacing: -0.03em !important;
  }

  .hero .hero-image-overlay p {
    font-size: 13px !important;
    line-height: 1.85 !important;
  }
}
/* ==============================
  TOP HERO / スマホ メインコピー改行調整
============================== */
@media (max-width: 600px) {
  .hero h1 {
    font-size: 31px !important;
    line-height: 1.18 !important;
  }

  .hero h1 span {
    display: inline-block !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: 30px !important;
  }
}
/* ==============================
  TOP HERO / PC サブコピー改行調整
============================== */
@media (min-width: 901px) {
  .hero-subcopy {
    max-width: 560px !important;
    font-size: 16px !important;
    line-height: 1.95 !important;
  }

  .hero-subcopy span {
    display: inline !important;
    white-space: normal !important;
  }

  .hero-subcopy span:nth-child(1)::after,
  .hero-subcopy span:nth-child(3)::after {
    content: "";
    display: block;
  }
}
/* ==============================
  TOP HERO / スマホ 白カード内改行調整
============================== */
@media (max-width: 600px) {
  .hero .hero-image-overlay .message-label {
    display: block !important;
    font-size: 10px !important;
    line-height: 1.6 !important;
    letter-spacing: 0.01em !important;
    white-space: nowrap !important;
  }

  .hero .hero-image-overlay h2 {
    font-size: 20px !important;
    line-height: 1.55 !important;
    letter-spacing: -0.04em !important;
  }

  .hero .hero-image-overlay .hero-card-title-line {
    display: inline-block !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 390px) {
  .hero .hero-image-overlay h2 {
    font-size: 19px !important;
  }

  .hero .hero-image-overlay .message-label {
    font-size: 9.5px !important;
  }
}
/* 聞く：人物を中央〜左寄せ */
.process-card-hear {
  background-position: center center;
}

/* 見る：顕微鏡・検査画面を見せる */
.process-card-see {
  background-position: center center;
}

/* 洗う：手元とノズルを見せる */
.process-card-wash {
  background-position: center center;
}

/* 整える：車内全体と噴霧を見せる */
.process-card-arrange {
  background-position: center center;
}

/* 確かめる：測定器を見せる */
.process-card-check {
  background-position: left center;
}

/* 伝える：タブレットと会話を見せる */
.process-card-report {
  background-position: center center;
}
/* ==============================
  PROCESS / 6カード背景画像ベース
============================== */

.top-process-card {
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  background-position: center center;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07) !important;
}

/* 白をかぶせて読みやすく */
.top-process-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.72);
  z-index: 0;
}

/* もともとの丸い装飾は前に出しすぎない */
.top-process-card::before {
  z-index: 1;
  opacity: 0.35;
}

/* 文字を前面に */
.top-process-number,
.top-process-card h3,
.top-process-card p {
  position: relative;
  z-index: 2;
}

.top-process-number {
  color: #dc2626 !important;
}

.top-process-card h3 {
  color: #0f172a !important;
}

.top-process-card p {
  color: #475569 !important;
}
/* ==============================
  PROCESS詳細 / 右側ネイビー帯 背景画像 共通
============================== */

.process-detail-side {
  position: relative !important;
  overflow: hidden !important;
  background-size: cover, 115% auto !important;
  background-position: center center, center center !important;
  background-repeat: no-repeat !important;
}

/* 01 聞く */
.process-bg-hear {
  background:
    linear-gradient(
      135deg,
      rgba(18, 54, 95, 0.55),
      rgba(29, 91, 138, 0.45)
    ),
    url("../images/process/process-hear.jpg") !important;
}

/* 02 見る */
.process-bg-see {
  background:
    linear-gradient(
      135deg,
      rgba(18, 54, 95, 0.56),
      rgba(29, 91, 138, 0.46)
    ),
    url("../images/process/process-see.jpg") !important;
}

/* 03 洗う */
.process-bg-wash {
  background:
    linear-gradient(
      135deg,
      rgba(18, 54, 95, 0.58),
      rgba(29, 91, 138, 0.48)
    ),
    url("../images/process/process-wash.jpg") !important;
}

/* 04 整える */
.process-bg-arrange {
  background:
    linear-gradient(
      135deg,
      rgba(18, 54, 95, 0.56),
      rgba(29, 91, 138, 0.46)
    ),
    url("../images/process/process-arrange.jpg") !important;
}

/* 05 確かめる */
.process-bg-check {
  background:
    linear-gradient(
      135deg,
      rgba(18, 54, 95, 0.58),
      rgba(29, 91, 138, 0.48)
    ),
    url("../images/process/process-check.jpg") !important;
}

/* 06 伝える */
.process-bg-report {
  background:
    linear-gradient(
      135deg,
      rgba(18, 54, 95, 0.54),
      rgba(29, 91, 138, 0.44)
    ),
    url("../images/process/process-report.jpg") !important;
}
/* ==============================
  PROCESS詳細 / 背景画像を全体的に小さく
============================== */

.process-bg-hear,
.process-bg-see,
.process-bg-wash,
.process-bg-arrange,
.process-bg-check,
.process-bg-report {
  background-size: cover, 112% auto !important;
  background-position: center center, center center !important;
  background-repeat: no-repeat !important;
}/* ==============================
  PROCESS詳細 / 小さい画像だけ個別調整
============================== */

/* 確かめる */
.process-bg-check {
  background-size: cover, 150% auto !important;
}
/* ==============================
  PROCESS詳細 / 背景写真の主張を少し抑える
============================== */

.process-detail-side {
  position: relative !important;
  overflow: hidden !important;
}

/* 写真の上にネイビーを一枚かぶせる */
.process-detail-side::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(8, 36, 72, 0.26);
  z-index: 0;
  pointer-events: none;
}

/* 文字を前面に */
.process-detail-side > * {
  position: relative;
  z-index: 1;
}
/* ==============================
  Process Page / Hero Image
============================== */

.sub-hero-process {
  background:
    linear-gradient(
      90deg,
      rgba(7, 18, 37, 0.88) 0%,
      rgba(7, 18, 37, 0.72) 42%,
      rgba(7, 18, 37, 0.34) 72%,
      rgba(7, 18, 37, 0.18) 100%
    ),
    url("../images/sub-hero-process.jpg") center center / cover no-repeat !important;
}
/* ==============================
  INDEX / TOP PAGE ADDITIONAL
============================== */
/* 一時対応：SERVICE MENU 対応する現場タグ */
.service-facility-block {
  max-width: 1040px !important;
  margin: 28px auto 0 !important;
}

.service-facility-label {
  margin: 0 0 14px !important;
  color: #0f172a !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
}

.service-site-tags {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 10px 12px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.service-site-tags span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px !important;
  padding: 9px 16px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  border: 1px solid rgba(15, 23, 42, 0.12) !important;
  color: #0f172a !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.03em !important;
  white-space: nowrap !important;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06) !important;
}

@media (max-width: 600px) {
  .service-site-tags {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .service-site-tags span {
    width: 100% !important;
    min-height: 42px !important;
    padding: 10px 8px !important;
    font-size: 12px !important;
    white-space: normal !important;
    text-align: center !important;
  }
}
	/* SERVICE MENU / 5項目カード高さ調整 */
.service-index-grid {
  align-items: stretch !important;
}

.service-index-card {
  min-height: 170px !important;
  height: auto !important;
  padding: 24px 20px 22px !important;
}

.service-index-number {
  margin-bottom: 18px !important;
}

.service-index-category {
  margin: 0 0 8px !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

.service-index-card h3 {
  margin: 0 !important;
  font-size: 18px !important;
  line-height: 1.45 !important;
}

/* スマホでは少し余裕を残す */
@media (max-width: 600px) {
  .service-index-card {
    min-height: 150px !important;
    padding: 22px 18px 20px !important;
  }

  .service-index-card h3 {
    font-size: 17px !important;
  }
}
	/* WHY GATE / 青帯の高さを少し締める */
.why-message {
  padding: 34px 42px !important;
}

.why-message h3 {
  margin-bottom: 16px !important;
}

@media (max-width: 600px) {
  .why-message {
    padding: 28px 22px !important;
  }
}
/* CTA画像の暗さ調整：青みあり・さらに明るめ */
.cta-section::before {
  background: linear-gradient(
    90deg,
    rgba(6, 28, 68, 0.36),
    rgba(8, 48, 98, 0.14)
  ) !important;
}

.cta-section::after {
  background: rgba(12, 72, 130, 0.04) !important;
}
/* TOP HERO / スマホ白カードを画面中央に固定 */
@media (max-width: 600px) {
  .hero-image-card {
    position: relative !important;
    overflow: visible !important;
  }

  .hero-image-overlay {
    position: relative !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;

    width: calc(100vw - 44px) !important;
    max-width: none !important;
    margin-top: -42px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }
}
	/* TOP HERO / スマホ：画像エリアと白カードを中央に戻す */
@media (max-width: 600px) {
  .hero-visual {
    width: 100% !important;
    margin: 40px auto 0 !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
  }

  .hero-image-card {
    width: 100% !important;
    margin: 0 auto !important;
    position: relative !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  .hero-image-overlay {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;

    width: calc(100% - 28px) !important;
    max-width: none !important;
    margin: -38px auto 0 !important;
    box-sizing: border-box !important;
  }
}
	/* TOP HERO / スマホ白カード中央寄せ 最終 */
@media (max-width: 600px) {
  .hero-visual.hero-image-card {
    width: calc(100% - 40px) !important;
    margin: 44px auto 0 !important;
    padding: 0 !important;
    position: relative !important;
    overflow: visible !important;
  }

  .hero-image-bg {
    width: 100% !important;
    height: 390px !important;
    border-radius: 0 !important;
  }

  .hero-image-overlay {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;

    width: calc(100% - 32px) !important;
    max-width: none !important;
    margin: -70px auto 0 !important;
    box-sizing: border-box !important;
  }
}
	/* TOP HERO / スマホ白カード中央配置 */
@media (max-width: 600px) {
  .hero-visual.hero-image-card {
    width: 100% !important;
    max-width: 100% !important;
    margin: 40px auto 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  .hero-image-bg {
    width: 100% !important;
    height: 390px !important;
  }

  .hero-image-overlay {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;

    width: calc(100% - 44px) !important;
    max-width: 340px !important;
    margin: -52px auto 0 !important;
    padding: 28px 22px !important;
    box-sizing: border-box !important;
  }

  .hero-image-overlay h2 {
    font-size: 22px !important;
    line-height: 1.5 !important;
  }

  .hero-image-overlay .no-break {
    white-space: normal !important;
  }

  .hero-image-overlay .message-label {
    font-size: 11px !important;
    line-height: 1.6 !important;
    white-space: normal !important;
  }
}
.reason-document {
  margin-top: 32px;
  padding: 32px 34px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.reason-document-label {
  margin: 0 0 10px;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: #b91c1c;
  font-weight: 700;
}

.reason-document h3 {
  margin: 0 0 14px;
  font-size: 22px;
  color: #0f172a;
}

.reason-document p:last-child {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #475569;
}

@media (max-width: 768px) {
  .reason-document {
    padding: 26px 22px;
    border-radius: 20px;
  }

  .reason-document h3 {
    font-size: 20px;
  }

  .reason-document p:last-child {
    font-size: 14px;
  }
}
.process-document {
  margin-top: 36px;
  padding: 32px 34px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.process-document-label {
  margin: 0 0 10px;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: #b91c1c;
  font-weight: 700;
}

.process-document h3 {
  margin: 0 0 14px;
  font-size: 22px;
  color: #0f172a;
}

.process-document p:last-child {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #475569;
}

@media (max-width: 768px) {
  .process-document {
    padding: 26px 22px;
    border-radius: 20px;
  }

  .process-document h3 {
    font-size: 20px;
  }

  .process-document p:last-child {
    font-size: 14px;
  }
}
.about-philosophy-card {
  background: linear-gradient(135deg, #f7f9fc 0%, #edf2f7 100%);
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}
@media (max-width: 768px) {
  .sub-hero-odor {
    background:
      linear-gradient(
        90deg,
        rgba(7, 18, 37, 0.68) 0%,
        rgba(7, 18, 37, 0.58) 55%,
        rgba(7, 18, 37, 0.42) 100%
      ),
      url("../images/sub-hero-odor.jpg") center center / cover no-repeat;
  }
}
/* ==============================
  ODOR / INTRO
============================== */

.odor-intro {
  background: #ffffff;
  padding: 92px 20px 78px;
}

.odor-intro-inner {
  max-width: 980px;
  margin: 0 auto;
}

.odor-intro h2 {
  margin: 14px 0 26px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.45;
  letter-spacing: -0.04em;
  color: #0f172a;
}

.odor-intro p {
  max-width: 760px;
  margin: 0;
  font-size: 16px;
  line-height: 2.05;
  color: #475569;
}

.odor-intro p + p {
  margin-top: 18px;
}

@media (max-width: 768px) {
  .odor-intro {
    padding: 68px 20px 58px;
  }

  .odor-intro h2 {
    font-size: 28px;
    line-height: 1.55;
  }

  .odor-intro p {
    font-size: 15px;
    line-height: 1.95;
  }
}
/* ==============================
  ODOR / LOGIC
============================== */

.odor-logic {
  background: #f7f8f8;
  padding: 96px 20px;
}

.odor-logic-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.odor-logic-head {
  max-width: 820px;
  margin-bottom: 42px;
}

.odor-logic-head h2 {
  margin: 14px 0 24px;
  font-size: clamp(32px, 4.6vw, 52px);
  line-height: 1.35;
  letter-spacing: -0.05em;
  color: #0f172a;
}

.odor-logic-head > p:last-child {
  margin: 0;
  font-size: 16px;
  line-height: 2.05;
  color: #475569;
}

.odor-logic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.odor-logic-card {
  position: relative;
  padding: 34px 30px 32px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.odor-logic-card span {
  display: inline-block;
  margin-bottom: 22px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #b91c1c;
}

.odor-logic-card h3 {
  margin: 0 0 14px;
  font-size: 21px;
  line-height: 1.55;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.odor-logic-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #475569;
}

@media (max-width: 900px) {
  .odor-logic-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .odor-logic {
    padding: 72px 20px;
  }

  .odor-logic-head {
    margin-bottom: 30px;
  }

  .odor-logic-head h2 {
    font-size: 32px;
    line-height: 1.45;
  }

  .odor-logic-head > p:last-child {
    font-size: 15px;
    line-height: 1.95;
  }

  .odor-logic-card {
    padding: 30px 24px;
    border-radius: 22px;
  }

  .odor-logic-card h3 {
    font-size: 20px;
  }
}
/* ==============================
  ODOR / STANDARD
============================== */

.odor-standard {
  background: #071427;
  padding: 104px 20px;
  color: #ffffff;
}

.odor-standard-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.odor-standard-head {
  max-width: 820px;
  margin-bottom: 46px;
}

.odor-standard .section-label {
  color: #ef4444;
}

.odor-standard-head h2 {
  margin: 14px 0 26px;
  font-size: clamp(34px, 4.8vw, 56px);
  line-height: 1.35;
  letter-spacing: -0.05em;
  color: #ffffff;
}

.odor-standard-head p {
  margin: 0;
  font-size: 16px;
  line-height: 2.05;
  color: rgba(255, 255, 255, 0.78);
}

.odor-standard-head p + p {
  margin-top: 18px;
}

.odor-standard-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.odor-standard-card {
  padding: 34px 30px 32px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.18);
}

.odor-standard-card span {
  display: inline-block;
  margin-bottom: 22px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #ef4444;
}

.odor-standard-card h3 {
  margin: 0 0 14px;
  font-size: 21px;
  line-height: 1.55;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.odor-standard-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 900px) {
  .odor-standard-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .odor-standard {
    padding: 76px 20px;
  }

  .odor-standard-head {
    margin-bottom: 32px;
  }

  .odor-standard-head h2 {
    font-size: 32px;
    line-height: 1.45;
  }

  .odor-standard-head p {
    font-size: 15px;
    line-height: 1.95;
  }

  .odor-standard-card {
    padding: 30px 24px;
    border-radius: 22px;
  }

  .odor-standard-card h3 {
    font-size: 20px;
  }
}
/* ==============================
  ODOR / EXCEPTION
============================== */

.odor-exception {
  background: #ffffff;
  padding: 104px 20px;
}

.odor-exception-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.odor-exception-text h2 {
  margin: 14px 0 26px;
  font-size: clamp(34px, 4.8vw, 56px);
  line-height: 1.35;
  letter-spacing: -0.05em;
  color: #0f172a;
}

.odor-exception-text p {
  margin: 0;
  font-size: 16px;
  line-height: 2.05;
  color: #475569;
}

.odor-exception-text p + p {
  margin-top: 18px;
}

.odor-exception-panel {
  border-radius: 28px;
  background: #f7f8f8;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.odor-exception-item {
  padding: 30px 32px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.odor-exception-item:last-child {
  border-bottom: none;
}

.odor-exception-item span {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #b91c1c;
}

.odor-exception-item h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.55;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.odor-exception-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
  color: #475569;
}

@media (max-width: 900px) {
  .odor-exception-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 768px) {
  .odor-exception {
    padding: 76px 20px;
  }

  .odor-exception-text h2 {
    font-size: 32px;
    line-height: 1.45;
  }

  .odor-exception-text p {
    font-size: 15px;
    line-height: 1.95;
  }

  .odor-exception-panel {
    border-radius: 24px;
  }

  .odor-exception-item {
    padding: 26px 24px;
  }

  .odor-exception-item h3 {
    font-size: 19px;
  }
}
/* ==============================
  ODOR / CLEANING RELATION
============================== */

.odor-relation {
  background: #f7f8f8;
  padding: 104px 20px;
}

.odor-relation-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.odor-relation-head {
  max-width: 860px;
  margin-bottom: 44px;
}

.odor-relation-head h2 {
  margin: 14px 0 26px;
  font-size: clamp(32px, 4.6vw, 52px);
  line-height: 1.4;
  letter-spacing: -0.05em;
  color: #0f172a;
}

.odor-relation-head p {
  margin: 0;
  font-size: 16px;
  line-height: 2.05;
  color: #475569;
}

.odor-relation-head p + p {
  margin-top: 18px;
}

.odor-relation-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.odor-relation-card {
  position: relative;
  padding: 34px 30px 32px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.odor-relation-card span {
  display: inline-block;
  margin-bottom: 22px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #b91c1c;
}

.odor-relation-card h3 {
  margin: 0 0 14px;
  font-size: 21px;
  line-height: 1.55;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.odor-relation-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #475569;
}

@media (max-width: 900px) {
  .odor-relation-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .odor-relation {
    padding: 76px 20px;
  }

  .odor-relation-head {
    margin-bottom: 32px;
  }

  .odor-relation-head h2 {
    font-size: 30px;
    line-height: 1.5;
  }

  .odor-relation-head p {
    font-size: 15px;
    line-height: 1.95;
  }

  .odor-relation-card {
    padding: 30px 24px;
    border-radius: 22px;
  }

  .odor-relation-card h3 {
    font-size: 20px;
  }
}
/* ==============================
  ODOR / HYBRID CATALYST
============================== */

.odor-catalyst {
  background: #071427;
  padding: 108px 20px;
  color: #ffffff;
}

.odor-catalyst-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 58px;
  align-items: center;
}

.odor-catalyst .section-label {
  color: #ef4444;
}

.odor-catalyst-main h2 {
  margin: 14px 0 26px;
  font-size: clamp(34px, 4.8vw, 56px);
  line-height: 1.35;
  letter-spacing: -0.05em;
  color: #ffffff;
}

.odor-catalyst-main p {
  margin: 0;
  font-size: 16px;
  line-height: 2.05;
  color: rgba(255, 255, 255, 0.78);
}

.odor-catalyst-main p + p {
  margin-top: 18px;
}

.odor-catalyst-panel {
  padding: 34px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 65px rgba(0, 0, 0, 0.24);
}

.odor-catalyst-item {
  padding: 26px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.odor-catalyst-item:first-child {
  padding-top: 0;
}

.odor-catalyst-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.odor-catalyst-item span {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #ef4444;
}

.odor-catalyst-item h3 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.55;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.odor-catalyst-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 900px) {
  .odor-catalyst-inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }
}

@media (max-width: 768px) {
  .odor-catalyst {
    padding: 78px 20px;
  }

  .odor-catalyst-main h2 {
    font-size: 31px;
    line-height: 1.45;
  }

  .odor-catalyst-main p {
    font-size: 15px;
    line-height: 1.95;
  }

  .odor-catalyst-panel {
    padding: 28px 24px;
    border-radius: 26px;
  }

  .odor-catalyst-item h3 {
    font-size: 20px;
  }
}
/* ODOR catalyst right panel width adjust */
.odor-catalyst-inner {
  grid-template-columns: 1.18fr 0.82fr;
}

.odor-catalyst-panel {
  width: 100%;
  max-width: 390px;
  justify-self: end;
}
.odor-catalyst-logo {
  margin: -4px 0 26px;
}

.odor-catalyst-logo img {
  display: block;
  width: 156px;
  height: auto;
}

@media (max-width: 768px) {
  .odor-catalyst-logo {
    margin: -2px 0 22px;
  }

  .odor-catalyst-logo img {
    width: 138px;
  }
}
/* ==============================
  ODOR / CATALYST BACKGROUND IMAGE
============================== */

.odor-catalyst {
  position: relative;
  overflow: hidden;
  background: #071427;
  isolation: isolate;
}

.odor-catalyst::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(7, 20, 39, 0.90) 0%,
      rgba(7, 20, 39, 0.84) 32%,
      rgba(7, 20, 39, 0.70) 58%,
      rgba(7, 20, 39, 0.48) 78%,
      rgba(7, 20, 39, 0.24) 100%
    ),
    url("../images/odor-lafuado-bg.jpg") calc(100% + 80px) center / auto 100% no-repeat;
}

.odor-catalyst::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at right center, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(7, 20, 39, 0.08), rgba(7, 20, 39, 0.38));
  pointer-events: none;
}

.odor-catalyst-inner {
  position: relative;
  z-index: 1;
}
/* ==============================
  ODOR / Catalyst Links
============================== */

.odor-catalyst-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 28px;
}

.odor-catalyst-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  transition: 0.25s ease;
}

.odor-catalyst-links a:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.38);
  transform: translateY(-1px);
}
/* ==============================
  ODOR / EVIDENCE
============================== */

.odor-evidence {
  background: #ffffff;
  padding: 104px 20px;
}

.odor-evidence-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.odor-evidence-head {
  max-width: 900px;
  margin-bottom: 44px;
}

.odor-evidence-head h2 {
  margin: 14px 0 26px;
  font-size: clamp(34px, 4.8vw, 56px);
  line-height: 1.35;
  letter-spacing: -0.05em;
  color: #0f172a;
}

.odor-evidence-head p {
  margin: 0;
  font-size: 16px;
  line-height: 2.05;
  color: #475569;
}

.odor-evidence-head p + p {
  margin-top: 18px;
}

.odor-evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.odor-evidence-card {
  padding: 34px 30px 32px;
  border-radius: 24px;
  background: #f7f8f8;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.odor-evidence-card span {
  display: inline-block;
  margin-bottom: 22px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #b91c1c;
}

.odor-evidence-card h3 {
  margin: 0 0 14px;
  font-size: 21px;
  line-height: 1.55;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.odor-evidence-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #475569;
}

@media (max-width: 900px) {
  .odor-evidence-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .odor-evidence {
    padding: 76px 20px;
  }

  .odor-evidence-head {
    margin-bottom: 32px;
  }

  .odor-evidence-head h2 {
    font-size: 32px;
    line-height: 1.45;
  }

  .odor-evidence-head p {
    font-size: 15px;
    line-height: 1.95;
  }

  .odor-evidence-card {
    padding: 30px 24px;
    border-radius: 22px;
  }

  .odor-evidence-card h3 {
    font-size: 20px;
  }
}
.odor-evidence-note {
  max-width: 900px;
  margin-top: 36px;
  padding: 30px 34px;
  border-radius: 24px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-left: 4px solid #b91c1c;
  box-shadow:
    0 22px 55px rgba(15, 23, 42, 0.10),
    inset -1px 0 0 rgba(15, 23, 42, 0.04);
}

.odor-evidence-note-label {
  margin: 0 0 12px !important;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #b91c1c !important;
  line-height: 1.4 !important;
}

.odor-evidence-note p {
  margin: 0;
  font-size: 15px;
  line-height: 1.95;
  color: #475569;
}

.odor-evidence-note p + p {
  margin-top: 14px;
}

@media (max-width: 768px) {
  .odor-evidence-note {
    margin-top: 28px;
    padding: 26px 24px;
    border-radius: 22px;
  }

  .odor-evidence-note p {
    font-size: 14px;
    line-height: 1.9;
  }
}
/* ==============================
  ODOR / FIELD QUALITY
============================== */

.odor-field-quality {
  background: #071427;
  padding: 108px 20px;
  color: #ffffff;
}

.odor-field-quality-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.odor-field-quality .section-label {
  color: #ef4444;
}

.odor-field-quality-head {
  max-width: 900px;
  margin-bottom: 46px;
}

.odor-field-quality-head h2 {
  margin: 14px 0 26px;
  font-size: clamp(34px, 4.8vw, 56px);
  line-height: 1.35;
  letter-spacing: -0.05em;
  color: #ffffff;
}

.odor-field-quality-head p {
  margin: 0;
  font-size: 16px;
  line-height: 2.05;
  color: rgba(255, 255, 255, 0.78);
}

.odor-field-quality-head p + p {
  margin-top: 18px;
}

.odor-field-quality-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.odor-field-quality-card {
  padding: 30px 24px 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.18);
}

.odor-field-quality-card span {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #ef4444;
}

.odor-field-quality-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.55;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.odor-field-quality-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 1000px) {
  .odor-field-quality-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .odor-field-quality {
    padding: 78px 20px;
  }

  .odor-field-quality-head {
    margin-bottom: 34px;
  }

  .odor-field-quality-head h2 {
    font-size: 32px;
    line-height: 1.45;
  }

  .odor-field-quality-head p {
    font-size: 15px;
    line-height: 1.95;
  }

  .odor-field-quality-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .odor-field-quality-card {
    padding: 28px 24px;
    border-radius: 22px;
  }

  .odor-field-quality-card h3 {
    font-size: 20px;
  }
}
/* ==============================
  ODOR / KNOW-HOW
============================== */

.odor-knowhow {
  background: #071427;
  padding: 108px 20px;
  color: #ffffff;
}

.odor-knowhow-inner {
  max-width: 900px;
  margin: 0 auto;
}

.odor-knowhow .section-label {
  color: #ef4444;
}

.odor-knowhow h2 {
  margin: 14px 0 30px;
  font-size: clamp(34px, 4.8vw, 56px);
  line-height: 1.35;
  letter-spacing: -0.05em;
  color: #ffffff;
}

.odor-knowhow p {
  margin: 0;
  font-size: 16px;
  line-height: 2.1;
  color: rgba(255, 255, 255, 0.78);
}

.odor-knowhow p + p {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .odor-knowhow {
    padding: 78px 20px;
  }

  .odor-knowhow h2 {
    font-size: 32px;
    line-height: 1.45;
  }

  .odor-knowhow p {
    font-size: 15px;
    line-height: 1.95;
  }
}
/* ==============================
  ODOR / COMPACT CARD LAYOUT
============================== */

.odor-compact {
  padding: 104px 20px;
}

.odor-compact.is-gray {
  background: #f7f8f8;
}

.odor-compact.is-white {
  background: #ffffff;
}

.odor-compact-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.odor-compact-head {
  max-width: 860px;
  margin-bottom: 42px;
}

.odor-compact-head h2 {
  margin: 14px 0 24px;
  font-size: clamp(34px, 4.8vw, 56px);
  line-height: 1.35;
  letter-spacing: -0.05em;
  color: #0f172a;
}

.odor-compact-head p {
  margin: 0;
  font-size: 16px;
  line-height: 2.05;
  color: #475569;
}

.odor-compact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.odor-compact-card {
  padding: 36px 34px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.odor-compact-card.is-wide {
  grid-column: 1 / -1;
}

.odor-compact-card.is-wide h3,
.odor-compact-card.is-wide p {
  max-width: 920px;
}

.odor-compact-card.is-dark {
  background: #071427;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

.odor-compact-card .card-label {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #b91c1c;
}
.odor-compact-card .card-order {
  display: block;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #b91c1c;
}

.odor-compact-card.is-dark .card-order {
  color: #ef4444;
}

.odor-compact-card.is-dark .card-label {
  color: #ef4444;
}

.odor-compact-card h3 {
  margin: 0 0 18px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.45;
  letter-spacing: -0.05em;
  color: #0f172a;
}

.odor-compact-card.is-dark h3 {
  color: #ffffff;
}

.odor-compact-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.95;
  color: #475569;
}

.odor-compact-card.is-dark p {
  color: rgba(255, 255, 255, 0.78);
}

.odor-compact-card p + p {
  margin-top: 16px;
}

@media (max-width: 900px) {
  .odor-compact-grid {
    grid-template-columns: 1fr;
  }

  .odor-compact-card.is-wide {
    grid-column: auto;
  }
}

@media (max-width: 768px) {
  .odor-compact {
    padding: 76px 20px;
  }

  .odor-compact-head {
    margin-bottom: 32px;
  }

  .odor-compact-head h2 {
    font-size: 32px;
    line-height: 1.45;
  }

  .odor-compact-head p {
    font-size: 15px;
    line-height: 1.95;
  }

  .odor-compact-card {
    padding: 30px 24px;
    border-radius: 22px;
  }

  .odor-compact-card h3 {
    font-size: 26px;
    line-height: 1.5;
  }

  .odor-compact-card p {
    font-size: 14px;
    line-height: 1.9;
  }
}
/* ==============================
  ODOR / NAVY TONE ADJUST
============================== */

/* ロジカルのワイドカード */
.odor-compact-card.is-dark {
  background: linear-gradient(135deg, #10233f 0%, #17345a 100%);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

/* ラーフエイドセクション全体 */
.odor-catalyst {
  background: linear-gradient(135deg, #10233f 0%, #17345a 100%);
}

/* ラーフエイド右カード */
.odor-catalyst-panel {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}
/* ==============================
  ODOR / Evidence Cards
============================== */

.odor-evidence-section {
  padding: 96px 20px;
  background: #f7f8fb;
}

.odor-evidence-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.odor-section-heading {
  margin-bottom: 42px;
}

.odor-section-heading .section-label {
  margin-bottom: 12px;
  color: #b91c1c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.odor-section-heading h2 {
  margin: 0;
  color: #0f172a;
  font-size: 34px;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

/* 後半カード：06 → 07/08 の並び */
.odor-evidence-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.odor-evidence-card {
  position: relative;
  padding: 34px 30px 32px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
}

.odor-card-number {
  margin: 0 0 18px;
  color: #b91c1c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.odor-evidence-card h3 {
  margin: 0 0 20px;
  color: #0f172a;
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.odor-evidence-card p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.9;
}

.odor-evidence-card p + p {
  margin-top: 14px;
}
.odor-evidence-card .odor-card-number {
  margin: 0 0 18px;
  color: #b91c1c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
@media (max-width: 600px) {
  .odor-evidence-grid {
    grid-template-columns: 1fr;
  }
  }
/* ==============================
  ODOR / Evidence Grid Layout Fix
  06 wide → 07 / 08
============================== */

.odor-evidence-section .odor-evidence-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

@media (max-width: 600px) {
  .odor-evidence-section .odor-evidence-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ==============================
  ODOR / Evidence Layout Final
  06 full → 07 / 08
============================== */

.odor-evidence-section .odor-evidence-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 22px !important;
}

.odor-evidence-section .odor-evidence-card {
  width: calc(50% - 11px) !important;
  flex: 0 0 calc(50% - 11px) !important;
}

.odor-evidence-section .odor-evidence-card-wide {
  width: 100% !important;
  flex: 0 0 100% !important;
}

@media (max-width: 600px) {
  .odor-evidence-section .odor-evidence-card,
  .odor-evidence-section .odor-evidence-card-wide {
    width: 100% !important;
    flex: 0 0 100% !important;
  }
}
/* ==============================
  ODOR / Report Layout
  06 full → 07 / 08
============================== */

.odor-report-layout {
  display: block;
  width: 100%;
}

.odor-report-card {
  padding: 34px 30px 32px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
}

.odor-report-card-wide {
  width: 100%;
  margin-bottom: 22px;
}

.odor-report-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.odor-report-card .card-order {
  display: block;
  margin: 0 0 18px;
  color: #b91c1c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.odor-report-card h3 {
  margin: 0 0 20px;
  color: #0f172a;
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.odor-report-card p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.9;
}

.odor-report-card p + p {
  margin-top: 14px;
}
/* ==============================
  ODOR / Report Typography Fix
============================== */

.odor-report-card .card-order {
  display: block;
  margin: 0 0 18px;
  color: #b91c1c;
  font-size: 12px !important;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.odor-report-card .card-label {
  margin: 0 0 12px;
  color: #64748b;
  font-size: 12px !important;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.odor-report-card h3,
.odor-report-head h3 {
  margin: 0 0 20px;
  color: #0f172a;
  font-size: 24px !important;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.odor-report-card p,
.odor-report-body p {
  margin: 0;
  color: #475569;
  font-size: 14px !important;
  line-height: 1.9;
}

.odor-report-card p + p,
.odor-report-body p + p {
  margin-top: 14px;
}
/* ==============================
  ODOR / REPORT CARD TEXT MATCH
  前半カードと文字サイズを統一
============================== */

.odor-report-card {
  padding: 36px 34px !important;
  border-radius: 26px !important;
}

.odor-report-card .card-order {
  display: block;
  margin: 0 0 18px !important;
  color: #b91c1c !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
}

.odor-report-card .card-label {
  margin: 0 0 18px !important;
  color: #b91c1c !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
}

.odor-report-card h3,
.odor-report-head h3 {
  margin: 0 0 18px !important;
  color: #0f172a !important;
  font-size: clamp(24px, 3vw, 34px) !important;
  line-height: 1.45 !important;
  letter-spacing: -0.05em !important;
}

.odor-report-card p,
.odor-report-body p {
  margin: 0 !important;
  color: #475569 !important;
  font-size: 15px !important;
  line-height: 1.95 !important;
}

.odor-report-card p + p,
.odor-report-body p + p {
  margin-top: 16px !important;
}
/* ==============================
  ODOR / MOBILE LAYOUT FIX
============================== */

@media (max-width: 768px) {

  /* 06〜08カード：スマホは1列 */
  .odor-report-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .odor-report-card,
  .odor-report-card-wide {
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
  }

  .odor-report-card h3,
  .odor-report-head h3 {
    font-size: 24px !important;
    line-height: 1.5 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  .odor-report-card p,
  .odor-report-body p {
    font-size: 14px !important;
    line-height: 1.9 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }


  /* ラーフエイド帯：スマホは1列 */
  .odor-catalyst-inner {
    display: block !important;
  }

  .odor-catalyst-main {
    width: 100% !important;
    max-width: none !important;
  }

  .odor-catalyst-side,
  .odor-catalyst-cards,
  .odor-catalyst-list {
    width: 100% !important;
    max-width: none !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    margin-top: 34px !important;
  }

  .odor-catalyst h2 {
    font-size: 30px !important;
    line-height: 1.45 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }
}
/* ==============================
  CLEANING PAGE
============================== */

/* HERO */
.sub-hero-cleaning {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image:
    linear-gradient(
      90deg,
      rgba(6, 18, 36, 0.84) 0%,
      rgba(6, 18, 36, 0.74) 30%,
      rgba(6, 18, 36, 0.52) 52%,
      rgba(6, 18, 36, 0.28) 74%,
      rgba(6, 18, 36, 0.06) 100%
    ),
    url("../images/sub-hero-cleaning.jpg");
  background-size: cover;
  background-position: center;
}

.sub-hero-cleaning .sub-hero-inner {
  position: relative;
  z-index: 1;
}

.sub-hero-cleaning h1 {
  max-width: 800px;
}

.sub-hero-cleaning p {
  max-width: 720px;
}

.cleaning-sp-break {
  display: none;
}


/* COMMON HEADING */
.cleaning-section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.cleaning-section-heading h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.45;
  letter-spacing: -0.04em;
  color: #0f172a;
}

.cleaning-section-heading > p:not(.section-label) {
  margin: 22px 0 0;
  font-size: 15px;
  line-height: 2;
  color: #475569;
}


/* CLEANING RISK DESIGN */
.cleaning-risk-design {
  padding: 110px 0;
  background: #f7f8f8;
}

.cleaning-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.cleaning-risk-design .cleaning-risk-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.cleaning-card-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cleaning-card {
  position: relative;
  padding: 34px 32px 36px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.cleaning-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #b91c1c;
}

.cleaning-card span {
  display: inline-block;
  margin-bottom: 22px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #b91c1c;
}

.cleaning-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.55;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.cleaning-card p {
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 1.95;
  color: #475569;
}

.cleaning-photo-card {
  min-height: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: #0f172a;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.cleaning-risk-design .cleaning-risk-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.cleaning-card,
.cleaning-photo-card {
  min-height: 220px;
}

.cleaning-photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

/* CLEANING PROCESS */
.cleaning-process {
  padding: 120px 0;
  background: #061224;
  color: #ffffff;
}

.cleaning-process-heading {
  max-width: 920px;
  margin-bottom: 58px;
}

.cleaning-process-heading .section-label {
  color: #ef4444;
}

.cleaning-process-heading h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1.25;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.cleaning-process-heading h2 span {
  color: rgba(255, 255, 255, 0.36);
  font-weight: 400;
}

.cleaning-process-heading p {
  margin: 22px 0 0;
  max-width: 720px;
  font-size: 15px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.72);
}

.cleaning-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.cleaning-process-card {
  position: relative;
  padding: 34px 30px 38px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.cleaning-process-card span {
  display: inline-block;
  margin-bottom: 24px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #ef4444;
}

.cleaning-process-card h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.cleaning-process-card h4 {
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.cleaning-process-card p {
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 1.95;
  color: rgba(255, 255, 255, 0.72);
}


/* VISIBLE CLEANING QUALITY */
.cleaning-visible-quality {
  padding: 110px 0;
  background: #ffffff;
}


/* SP */
@media (max-width: 768px) {
  .sub-hero-cleaning {
    min-height: 500px;
    background-image:
      linear-gradient(
        90deg,
        rgba(6, 18, 36, 0.86) 0%,
        rgba(6, 18, 36, 0.76) 48%,
        rgba(6, 18, 36, 0.52) 76%,
        rgba(6, 18, 36, 0.28) 100%
      ),
      url("../images/sub-hero-cleaning.jpg");
    background-size: cover;
    background-position: center;
  }

  .cleaning-sp-break {
    display: inline;
  }

  .cleaning-pc-break {
    display: none;
  }

  .cleaning-risk-design,
  .cleaning-visible-quality {
    padding: 72px 0;
  }

  .cleaning-section-heading {
    margin-bottom: 34px;
  }

  .cleaning-section-heading h2 {
    font-size: 25px;
    line-height: 1.65;
  }

  .cleaning-section-heading > p:not(.section-label) {
    font-size: 14px;
    line-height: 1.95;
  }

  .cleaning-card-grid,
  .cleaning-risk-design .cleaning-risk-layout,
  .cleaning-card-grid-3,
  .cleaning-process-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cleaning-card {
    padding: 30px 26px 32px;
    border-radius: 22px;
  }

  .cleaning-card h3 {
    font-size: 18px;
  }

  .cleaning-photo-card,
.cleaning-photo-card img {
  min-height: 220px;
}
  .cleaning-process {
    padding: 78px 0;
  }

  .cleaning-process-heading {
    margin-bottom: 36px;
  }

  .cleaning-process-heading h2 {
    font-size: 30px;
    line-height: 1.35;
  }

  .cleaning-process-heading p {
    font-size: 14px;
    line-height: 1.95;
  }

  .cleaning-process-card {
    padding: 30px 26px 34px;
    border-radius: 22px;
  }

  .cleaning-process-card h3 {
    font-size: 26px;
  }

  .cleaning-process-card h4 {
    font-size: 16px;
  }
}
/* ==============================
  ODOR / READING NOTE
============================== */

.odor-reading-note {
  padding: 34px 20px 52;
  background: #ffffff;
}

.odor-reading-note .section-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.odor-reading-note-box {
  max-width: 860px;
  margin: 0 auto;
  padding: 22px 28px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-left: 4px solid #b91c1c;
}

.reading-note-label {
  margin: 0 0 10px;
  color: #b91c1c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.odor-reading-note-box p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.9;
}

.odor-reading-note-box p + p {
  margin-top: 8px;
}
/* ==============================
  ODOR / READING NOTE SPACE FIX
============================== */

.odor-reading-note {
  padding-top: 44px !important;
  padding-right: 20px !important;
  padding-bottom: 58px !important;
  padding-left: 20px !important;
  background: #ffffff !important;
}

.odor-reading-note-box {
  margin: 0 auto !important;
}
@media (max-width: 768px) {
  .odor-reading-note {
    padding-top: 34px !important;
    padding-right: 18px !important;
    padding-bottom: 46px !important;
    padding-left: 18px !important;
  }
}

  .odor-reading-note-box {
    padding: 20px 20px;
    border-radius: 16px;
  }

  .odor-reading-note-box p {
    font-size: 13px;
    line-height: 1.85;
  }
}
/* READING NOTE label color */
.odor-reading-note-box .reading-note-label {
  color: #b91c1c !important;
}
.odor-reading-note-box .reading-note-label {
  margin: 0 0 10px;
  color: #b91c1c !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
/* ==============================
  SUB HERO / PROCESS BADGE
============================== */

.sub-hero-process-badge {
  width: 84px;
  margin: 0 0 20px 0;
  opacity: 0.95;
}

.sub-hero-process-badge img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.32));
}

@media (max-width: 768px) {
  .sub-hero-process-badge {
    width: 68px;
    margin-bottom: 16px;
  }
}
/* ==============================
  CLEANING PROCESS / FLOW
============================== */

.cleaning-process-flow {
  margin-top: 52px;
}

.cleaning-process-flow-labels {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 24px;
  margin-bottom: 14px;
}

.flow-label {
  padding: 10px 18px;
  border-radius: 999px;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #ffffff;
}

.flow-label-extract {
  background: rgba(30, 64, 175, 0.92);
}

.flow-label-neutralize {
  background: rgba(21, 128, 61, 0.92);
}

.cleaning-process-grid-flow {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.cleaning-process-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.cleaning-process-grid-flow .cleaning-process-card {
  background: #ffffff;
  color: #0f172a;
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.cleaning-process-grid-flow .cleaning-process-card span {
  color: #b91c1c;
}

.cleaning-process-grid-flow .cleaning-process-card h3 {
  color: #0f172a;
}

.cleaning-process-grid-flow .cleaning-process-card h4 {
  color: #0f172a;
}

.cleaning-process-grid-flow .cleaning-process-card p {
  color: #475569;
}

.cleaning-process-card-option {
  background: rgba(255, 255, 255, 0.96);
  border: 1px dashed rgba(185, 28, 28, 0.42);
}

.cleaning-process-card-option h3 {
  font-size: 22px;
}

@media (max-width: 768px) {
  .cleaning-process-flow {
    margin-top: 36px;
  }

  .cleaning-process-flow-labels {
    display: none;
  }

  .cleaning-process-grid-flow {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cleaning-process-stack {
    gap: 18px;
  }

  .cleaning-process-grid-flow .cleaning-process-card {
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
  }
}
.cleaning-process-option-image img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  display: block;
  object-fit: cover;
  object-position: center 62%;
}
.cleaning-process-option-wide {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
  padding: 30px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px dashed rgba(185, 28, 28, 0.42);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}
/* OPTION / WIDE CARD */

.cleaning-process-option-wide {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 30px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px dashed rgba(185, 28, 28, 0.42);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.cleaning-process-option-image {
  width: 220px;
  height: 150px;
  overflow: hidden;
  border-radius: 18px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cleaning-process-option-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
}
.cleaning-process-option-image {
  width: 220px;
  height: 150px;
  overflow: hidden;
  border-radius: 18px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cleaning-process-option-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
}
.cleaning-process-option-wide {
  min-height: 190px;
}

.cleaning-process-option-image {
  justify-self: end;
}
.cleaning-process-grid-flow {
  align-items: stretch;
}

.cleaning-process-grid-flow > .cleaning-process-card {
  height: 100%;
  min-height: 300px;
}
.cleaning-process-option-text {
  max-width: 620px;
}

.cleaning-process-option-text span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #b91c1c;
}

.cleaning-process-option-text h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.cleaning-process-option-text h4 {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 700;
  color: #0f172a;
}

.cleaning-process-option-text p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.9;
  color: #475569;
}
.cleaning-process-option-wide {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 30px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px dashed rgba(185, 28, 28, 0.42);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
  min-height: 190px;
}

.cleaning-process-option-image {
  width: 220px;
  height: 150px;
  overflow: hidden;
  border-radius: 18px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cleaning-process-option-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
}
@media (max-width: 768px) {
  .cleaning-process-grid-flow > .cleaning-process-card {
    min-height: auto;
  }

  .cleaning-process-option-wide {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
    border-radius: 22px;
  }

  .cleaning-process-option-image {
    width: 100%;
    height: 180px;
  }

  .cleaning-process-option-text h3 {
    font-size: 22px;
  }

  .cleaning-process-option-text h4 {
    font-size: 15px;
  }

  .cleaning-process-option-text p {
    font-size: 13.5px;
    line-height: 1.85;
  }
}
.cleaning-process-grid-flow {
  align-items: stretch;
}

.cleaning-process-grid-flow > .cleaning-process-card {
  min-height: 300px;
}
/* ==============================
  CLEANING / VISIBLE QUALITY
============================== */

.cleaning-quality {
  padding: 96px 20px;
  background: #f8fafc;
}

.cleaning-quality-inner {
  /* section-inner の共通幅をそのまま使う */
}

.cleaning-quality-heading {
  width: 100%;
  margin: 0 0 42px;
  text-align: left;
}

.cleaning-quality-heading h2 {
  margin: 12px 0 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.32;
  letter-spacing: -0.04em;
  color: #0f172a;
}

.cleaning-quality-card {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 42px 46px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.cleaning-quality-card span {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #b91c1c;
}

.cleaning-quality-card h3 {
  margin: 0 0 20px;
  font-size: 26px;
  line-height: 1.45;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.cleaning-quality-card p {
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: #475569;
}

.cleaning-quality-card p + p {
  margin-top: 16px;
}

@media (max-width: 768px) {
  .cleaning-quality {
    padding: 68px 20px;
  }

  .cleaning-quality-heading {
    margin-bottom: 32px;
  }

  .cleaning-quality-heading h2 {
    font-size: 30px;
  }

  .cleaning-quality-card {
    padding: 30px 24px;
    border-radius: 24px;
  }

  .cleaning-quality-card h3 {
    font-size: 22px;
  }

  .cleaning-quality-card p {
    font-size: 14px;
    line-height: 1.9;
  }
}
.cleaning-process {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      120deg,
      rgba(8, 18, 40, 0.96) 0%,
      rgba(8, 18, 40, 0.92) 42%,
      rgba(8, 18, 40, 0.28) 100%
    ),
    url("../images/cleaning-process-bg.jpg");
  background-size: cover;
  background-position: 72% center;
  background-repeat: no-repeat;
}

.cleaning-process .section-inner {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cleaning-process {
    background:
      linear-gradient(
        180deg,
        rgba(8, 18, 40, 0.97) 0%,
        rgba(8, 18, 40, 0.94) 100%
      ),
      url("../images/cleaning-process-bg.jpg");
    background-size: cover;
    background-position: center;
  }
}
/* ==============================
  MITE / REPELLENT CONCEPT
============================== */

.mite-repellent-concept {
  padding: 96px 20px;
  background: #ffffff;
}

.mite-repellent-heading {
  max-width: 960px;
  margin: 0 auto;
}

.mite-repellent-heading h2 {
  margin: 12px 0 24px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.25;
  letter-spacing: -0.05em;
  color: #0f172a;
}

.mite-repellent-heading p {
  max-width: 760px;
  margin: 0;
  font-size: 15px;
  line-height: 2.1;
  color: #475569;
}

@media (max-width: 768px) {
  .mite-repellent-concept {
    padding: 68px 20px;
  }

  .mite-repellent-heading h2 {
    font-size: 32px;
    line-height: 1.35;
  }

  .mite-repellent-heading p {
    font-size: 14px;
    line-height: 1.95;
  }
}
/* ==============================
  MITE / WHY REPELLENT
============================== */

.mite-why-repellent {
  padding: 96px 20px;
  background: #ffffff;
}

.mite-why-heading {
  margin: 0 0 46px;
}

.mite-why-heading h2 {
  margin: 12px 0 22px;
  font-size: clamp(32px, 4.5vw, 50px);
  line-height: 1.28;
  letter-spacing: -0.05em;
  color: #0f172a;
}

.mite-why-heading p {
  max-width: 780px;
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: #475569;
}

.mite-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.mite-why-card {
  padding: 34px 30px;
  border-radius: 28px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.mite-why-card span {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #b91c1c;
}

.mite-why-card h3 {
  margin: 0 0 16px;
  font-size: 21px;
  line-height: 1.55;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.mite-why-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #475569;
}

@media (max-width: 768px) {
  .mite-why-repellent {
    padding: 68px 20px;
  }

  .mite-why-heading {
    margin-bottom: 34px;
  }

  .mite-why-heading h2 {
    font-size: 30px;
    line-height: 1.35;
  }

  .mite-why-heading p {
    font-size: 14px;
    line-height: 1.9;
  }

  .mite-why-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mite-why-card {
    padding: 28px 24px;
    border-radius: 24px;
  }

  .mite-why-card h3 {
    font-size: 20px;
  }

  .mite-why-card p {
    font-size: 14px;
    line-height: 1.85;
  }
}/* ==============================
  MITE / MITE RISK
============================== */

.mite-risk {
  padding: 96px 20px;
  background: #f8fafc;
}

.mite-risk-heading {
  margin: 0 0 46px;
}

.mite-risk-heading h2 {
  margin: 12px 0 22px;
  font-size: clamp(32px, 4.5vw, 50px);
  line-height: 1.28;
  letter-spacing: -0.05em;
  color: #0f172a;
}

.mite-risk-heading p {
  max-width: 780px;
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: #475569;
}

.mite-risk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.mite-risk-card {
  padding: 34px 30px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

.mite-risk-card span {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #b91c1c;
}

.mite-risk-card h3 {
  margin: 0 0 16px;
  font-size: 21px;
  line-height: 1.55;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.mite-risk-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #475569;
}

@media (max-width: 768px) {
  .mite-risk {
    padding: 68px 20px;
  }

  .mite-risk-heading {
    margin-bottom: 34px;
  }

  .mite-risk-heading h2 {
    font-size: 30px;
    line-height: 1.35;
  }

  .mite-risk-heading p {
    font-size: 14px;
    line-height: 1.9;
  }

  .mite-risk-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mite-risk-card {
    padding: 28px 24px;
    border-radius: 24px;
  }
}
/* ==============================
  MITE / BED BUG RISK
============================== */

.bedbug-risk {
  padding: 96px 20px;
  background: #ffffff;
}

.bedbug-risk-heading {
  margin: 0 0 46px;
}

.bedbug-risk-heading h2 {
  margin: 12px 0 0;
  font-size: clamp(32px, 4.5vw, 50px);
  line-height: 1.28;
  letter-spacing: -0.05em;
  color: #0f172a;
}

.bedbug-risk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.bedbug-risk-card {
  padding: 34px 30px;
  border-radius: 28px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.bedbug-risk-card span {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #b91c1c;
}

.bedbug-risk-card h3 {
  margin: 0 0 16px;
  font-size: 21px;
  line-height: 1.55;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.bedbug-risk-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #475569;
}

@media (max-width: 768px) {
  .bedbug-risk {
    padding: 68px 20px;
  }

  .bedbug-risk-heading {
    margin-bottom: 34px;
  }

  .bedbug-risk-heading h2 {
    font-size: 30px;
    line-height: 1.35;
  }

  .bedbug-risk-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .bedbug-risk-card {
    padding: 28px 24px;
    border-radius: 24px;
  }

  .bedbug-risk-card h3 {
    font-size: 20px;
  }

  .bedbug-risk-card p {
    font-size: 14px;
    line-height: 1.85;
  }
}
/* ==============================
  MITE / RISK IMPACT
============================== */

.mite-risk-impact {
  padding: 100px 20px;
  background:
    linear-gradient(
      120deg,
      rgba(8, 18, 40, 0.96) 0%,
      rgba(8, 18, 40, 0.92) 46%,
      rgba(8, 18, 40, 0.72) 100%
    );
  overflow: hidden;
}

.mite-risk-impact-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.mite-risk-impact-text .section-label {
  color: #ef4444;
}

.mite-risk-impact-text h2 {
  margin: 12px 0 24px;
  font-size: clamp(32px, 4.5vw, 50px);
  line-height: 1.28;
  letter-spacing: -0.05em;
  color: #ffffff;
}

.mite-risk-impact-text p {
  max-width: 680px;
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.78);
}

.mite-risk-impact-text p + p {
  margin-top: 16px;
}

.mite-risk-impact-image {
  overflow: hidden;
  border-radius: 30px;
  min-height: 360px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
}

.mite-risk-impact-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.88) contrast(1.05);
}

@media (max-width: 768px) {
  .mite-risk-impact {
    padding: 72px 20px;
  }

  .mite-risk-impact-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .mite-risk-impact-text h2 {
    font-size: 30px;
    line-height: 1.35;
  }

  .mite-risk-impact-text p {
    font-size: 14px;
    line-height: 1.9;
  }

  .mite-risk-impact-image {
    min-height: 230px;
    border-radius: 24px;
  }

  .mite-risk-impact-image img {
    min-height: 230px;
  }
}
/* ==============================
  MITE / GATE APPROACH
============================== */

.mite-approach {
  padding: 96px 20px;
  background: #ffffff;
}

.mite-approach-heading {
  margin: 0 0 46px;
}

.mite-approach-heading h2 {
  margin: 12px 0 22px;
  font-size: clamp(32px, 4.5vw, 50px);
  line-height: 1.28;
  letter-spacing: -0.05em;
  color: #0f172a;
}

.mite-approach-heading p {
  max-width: 780px;
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: #475569;
}

.mite-approach-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.mite-approach-card {
  padding: 30px 26px;
  border-radius: 26px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.mite-approach-card span {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #b91c1c;
}

.mite-approach-card h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.mite-approach-card h4 {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.6;
  color: #0f172a;
}

.mite-approach-card p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.85;
  color: #475569;
}

@media (max-width: 900px) {
  .mite-approach-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .mite-approach {
    padding: 68px 20px;
  }

  .mite-approach-heading {
    margin-bottom: 34px;
  }

  .mite-approach-heading h2 {
    font-size: 30px;
    line-height: 1.35;
  }

  .mite-approach-heading p {
    font-size: 14px;
    line-height: 1.9;
  }

  .mite-approach-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mite-approach-card {
    padding: 28px 24px;
    border-radius: 24px;
  }
}
/* APPROACH / 05 WIDE CARD */

.mite-approach-option-wide {
  margin-top: 24px;
  padding: 30px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px dashed rgba(185, 28, 28, 0.42);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.mite-approach-option-text {
  max-width: 880px;
}

.mite-approach-option-text span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #b91c1c;
}

.mite-approach-option-text h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.mite-approach-option-text h4 {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 700;
  color: #0f172a;
}

.mite-approach-option-text p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.9;
  color: #475569;
}



@media (max-width: 768px) {
  .mite-approach-option-wide {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
    border-radius: 22px;
  }

  
  .mite-approach-option-text h3 {
    font-size: 22px;
  }

  .mite-approach-option-text h4 {
    font-size: 15px;
  }

  .mite-approach-option-text p {
    font-size: 13.5px;
    line-height: 1.85;
  }
}
/* ==============================
  MITE / SECTION LABEL COLOR FIX
============================== */

/* 防虫ページ：通常セクションのラベルはネイビー系 */
.mite-why-repellent .section-label,
.mite-risk .section-label,
.bedbug-risk .section-label,
.mite-approach .section-label {
  color: #334155;
}

/* 防虫ページ：ネイビー帯だけ赤 */
.mite-risk-impact .section-label {
  color: #ef4444;
}
/* ==============================
  CLEANING / SECTION LABEL COLOR FIX
============================== */

.cleaning-risk-design .section-label,
.cleaning-quality .section-label {
  color: #334155;
}

.cleaning-process .section-label {
  color: #ef4444;
}
/* ==============================
  PROCESS / SECTION LABEL COLOR FIX
============================== */

/* 左側・通常セクションラベルは通常色 */
.process-detail-section .section-label,
.process-flow-section .section-label {
  color: #334155 !important;
}

/* 右側ブルーカードのキッカーは赤 */
.process-detail-section .process-detail-side .process-detail-kicker {
  color: #ef4444 !important;
}
/* ==============================
  INFECTION / HEALTH MANAGEMENT
============================== */

.infection-health {
  padding: 96px 20px;
  background: #ffffff;
}

.infection-health-heading {
  margin: 0 0 46px;
}

.infection-health-heading h2 {
  margin: 12px 0 22px;
  font-size: clamp(32px, 4.5vw, 50px);
  line-height: 1.28;
  letter-spacing: -0.05em;
  color: #0f172a;
}

.infection-health-heading p {
  max-width: 780px;
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: #475569;
}

.infection-health-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.infection-health-card {
  padding: 34px 30px;
  border-radius: 28px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.infection-health-card span {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #b91c1c;
}

.infection-health-card h3 {
  margin: 0 0 16px;
  font-size: 21px;
  line-height: 1.55;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.infection-health-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #475569;
}

@media (max-width: 768px) {
  .infection-health {
    padding: 68px 20px;
  }

  .infection-health-heading {
    margin-bottom: 34px;
  }

  .infection-health-heading h2 {
    font-size: 30px;
    line-height: 1.35;
  }

  .infection-health-heading p {
    font-size: 14px;
    line-height: 1.9;
  }

  .infection-health-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .infection-health-card {
    padding: 28px 24px;
    border-radius: 24px;
  }

  .infection-health-card h3 {
    font-size: 20px;
  }
}
/* ==============================
  INFECTION / HEALTH RISK DESIGN
============================== */

.infection-risk-design {
  padding: 96px 20px;
  background: #f8fafc;
}

.infection-risk-design-heading {
  margin: 0;
}

.infection-risk-design-heading h2 {
  margin: 12px 0 22px;
  font-size: clamp(32px, 4.5vw, 50px);
  line-height: 1.28;
  letter-spacing: -0.05em;
  color: #0f172a;
}

.infection-risk-design-heading p {
  max-width: 820px;
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: #475569;
}

@media (max-width: 768px) {
  .infection-risk-design {
    padding: 68px 20px;
  }

  .infection-risk-design-heading h2 {
    font-size: 30px;
    line-height: 1.35;
  }

  .infection-risk-design-heading p {
    font-size: 14px;
    line-height: 1.9;
  }
}
.infection-risk-design {
  padding: 100px 20px;
  background:
    linear-gradient(
      120deg,
      rgba(8, 18, 40, 0.98) 0%,
      rgba(8, 18, 40, 0.94) 48%,
      rgba(15, 47, 82, 0.92) 100%
    );
  overflow: hidden;
}

.infection-risk-design-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.infection-risk-design-heading {
  margin: 0;
}

.infection-risk-design-heading .section-label {
  color: #ef4444;
}

.infection-risk-design-heading h2 {
  margin: 12px 0 24px;
  font-size: clamp(32px, 4.5vw, 50px);
  line-height: 1.28;
  letter-spacing: -0.05em;
  color: #ffffff;
}

.infection-risk-design-heading p {
  max-width: 860px;
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.78);
}

.infection-risk-design-heading p + p {
  margin-top: 16px;
}

.infection-risk-design-image {
  overflow: hidden;
  border-radius: 30px;
  min-height: 360px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
}

.infection-risk-design-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.88) contrast(1.05);
}

@media (max-width: 768px) {
  .infection-risk-design {
    padding: 72px 20px;
  }

  .infection-risk-design-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .infection-risk-design-heading h2 {
    font-size: 30px;
    line-height: 1.35;
  }

  .infection-risk-design-heading p {
    font-size: 14px;
    line-height: 1.9;
  }

  .infection-risk-design-image {
    min-height: 230px;
    border-radius: 24px;
  }

  .infection-risk-design-image img {
    min-height: 230px;
  }
}
/* ==============================
  INFECTION / TECHNOLOGY
============================== */

.infection-technology {
  padding: 96px 20px;
  background: #f8fafc;
}

.infection-technology-card {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 44px;
  align-items: center;
  padding: 48px;
  border-radius: 32px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.infection-technology-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0 10px;
  border-radius: 0;
  background: transparent;
}

.infection-technology-logo img {
  width: 100%;
  max-width: 180px;
  height: auto;
  display: block;
}

.infection-technology-text h2 {
  margin: 12px 0 22px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.32;
  letter-spacing: -0.05em;
  color: #0f172a;
}

.infection-technology-text p {
  max-width: 820px;
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: #475569;
}

.infection-technology-text p + p {
  margin-top: 16px;
}

.infection-technology-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.infection-technology-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.16);
  transition: 0.2s ease;
}

.infection-technology-links a:hover {
  color: #ffffff;
  background: #0f172a;
  border-color: #0f172a;
}

@media (max-width: 768px) {
  .infection-technology {
    padding: 68px 20px;
  }

  .infection-technology-card {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 30px 24px;
    border-radius: 26px;
  }

  .infection-technology-logo {
    padding: 24px;
  }

  .infection-technology-logo img {
    max-width: 160px;
  }

  .infection-technology-text h2 {
    font-size: 28px;
    line-height: 1.4;
  }

  .infection-technology-text p {
    font-size: 14px;
    line-height: 1.9;
  }

  .infection-technology-links {
    gap: 10px;
  }

  .infection-technology-links a {
    width: 100%;
  }
}
/* ==============================
  INFECTION / VISIBLE HYGIENE
============================== */

.infection-visible {
  padding: 96px 20px;
  background: #ffffff;
}

.infection-visible-card-wide {
  padding: 46px 48px;
  border-radius: 32px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.infection-visible-card-wide h2 {
  margin: 12px 0 22px;
  font-size: clamp(32px, 4.5vw, 50px);
  line-height: 1.28;
  letter-spacing: -0.05em;
  color: #0f172a;
}

.infection-visible-card-wide p {
  max-width: 860px;
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: #475569;
}

@media (max-width: 768px) {
  .infection-visible {
    padding: 68px 20px;
  }

  .infection-visible-card-wide {
    padding: 30px 24px;
    border-radius: 26px;
  }

  .infection-visible-card-wide h2 {
    font-size: 30px;
    line-height: 1.35;
  }

  .infection-visible-card-wide p {
    font-size: 14px;
    line-height: 1.9;
  }
}
/* ==============================
  INFECTION / SECTION LABEL COLOR FIX
============================== */

/* 通常セクションのラベルはネイビー系 */
.infection-health .section-label,
.infection-visible .section-label {
  color: #334155 !important;
}

/* ネイビー帯とカード内TECHNOLOGYは赤 */
.infection-risk-design .section-label,
.infection-technology .section-label {
  color: #ef4444 !important;
}
.infection-siaa-mark {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.infection-siaa-mark img {
  width: 100%;
  max-width: 190px;
  height: auto;
  display: block;
}
/* ==============================
  ABOUT / ORIGIN
============================== */

.about-origin {
  padding: 96px 20px;
  background: #ffffff;
}

.about-origin-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
}

.about-origin-heading .section-label {
  color: #334155 !important;
}

.about-origin-heading h2 {
  margin: 12px 0 0;
  font-size: clamp(32px, 4.5vw, 50px);
  line-height: 1.28;
  letter-spacing: -0.05em;
  color: #0f172a;
}

.about-origin-text p {
  margin: 0;
  font-size: 15px;
  line-height: 2.1;
  color: #475569;
}

.about-origin-text p + p {
  margin-top: 18px;
}


/* ==============================
  ABOUT / PHILOSOPHY
============================== */

.about-philosophy {
  padding: 96px 20px;
  background: #f8fafc;
}

.about-philosophy-heading {
  margin: 0 0 42px;
}

.about-philosophy-heading .section-label {
  color: #334155 !important;
}

.about-philosophy-heading h2 {
  margin: 12px 0 0;
  font-size: clamp(32px, 4.5vw, 50px);
  line-height: 1.28;
  letter-spacing: -0.05em;
  color: #0f172a;
}

.about-philosophy-card {
  padding: 44px 48px;
  border-radius: 32px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.about-philosophy-card p {
  max-width: 900px;
  margin: 0;
  font-size: 15px;
  line-height: 2.1;
  color: #475569;
}

.about-philosophy-card p + p {
  margin-top: 18px;
}


/* ==============================
  ABOUT / RESPONSIVE
============================== */

@media (max-width: 768px) {
  .about-origin {
    padding: 68px 20px;
  }

  .about-origin-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-origin-heading h2 {
    font-size: 30px;
    line-height: 1.35;
  }

  .about-origin-text p {
    font-size: 14px;
    line-height: 1.95;
  }

  .about-philosophy {
    padding: 68px 20px;
  }

  .about-philosophy-heading {
    margin-bottom: 32px;
  }

  .about-philosophy-heading h2 {
    font-size: 30px;
    line-height: 1.35;
  }

  .about-philosophy-card {
    padding: 30px 24px;
    border-radius: 26px;
  }

  .about-philosophy-card p {
    font-size: 14px;
    line-height: 1.95;
  }
}
/* ==============================
  ABOUT / STANCE
============================== */

.about-stance {
  padding: 100px 20px;
  background:
    linear-gradient(
      120deg,
      rgba(8, 18, 40, 0.98) 0%,
      rgba(8, 18, 40, 0.94) 48%,
      rgba(15, 47, 82, 0.92) 100%
    );
}

.about-stance-heading {
  margin: 0 0 46px;
}

.about-stance-heading .section-label {
  color: #ef4444 !important;
}

.about-stance-heading h2 {
  margin: 12px 0 24px;
  font-size: clamp(32px, 4.5vw, 50px);
  line-height: 1.28;
  letter-spacing: -0.05em;
  color: #ffffff;
}

.about-stance-heading p {
  max-width: 900px;
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.78);
}

.about-stance-heading p + p {
  margin-top: 16px;
}

.about-stance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.about-stance-grid-two {
  grid-template-columns: repeat(2, 1fr);
}

.about-stance-card {
  padding: 34px 30px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.about-stance-card span {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #b91c1c;
}

.about-stance-card h3 {
  margin: 0 0 16px;
  font-size: 21px;
  line-height: 1.55;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.about-stance-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #475569;
}

@media (max-width: 768px) {
  .about-stance {
    padding: 72px 20px;
  }

  .about-stance-heading {
    margin-bottom: 34px;
  }

  .about-stance-heading h2 {
    font-size: 30px;
    line-height: 1.35;
  }

  .about-stance-heading p {
    font-size: 14px;
    line-height: 1.9;
  }

  .about-stance-grid,
  .about-stance-grid-two {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .about-stance-card {
    padding: 28px 24px;
    border-radius: 24px;
  }

  .about-stance-card h3 {
    font-size: 20px;
  }
}
/* ==============================
  ABOUT / MESSAGE VIDEO
============================== */

.about-message-video {
  padding: 96px 20px;
  background: #ffffff;
}

.about-message-video-heading {
  margin: 0 0 38px;
}

.about-message-video-heading .section-label {
  color: #334155 !important;
}

.about-message-video-heading h2 {
  margin: 12px 0 18px;
  font-size: clamp(32px, 4.5vw, 50px);
  line-height: 1.28;
  letter-spacing: -0.05em;
  color: #0f172a;
}

.about-message-video-heading p {
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: #475569;
}

.about-video-box {
  overflow: hidden;
  border-radius: 32px;
  background: #0b1220;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
  aspect-ratio: 16 / 9;
}

.about-video-box iframe,
.about-video-box video {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.about-video-placeholder {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(
      120deg,
      rgba(8, 18, 40, 0.98) 0%,
      rgba(8, 18, 40, 0.92) 55%,
      rgba(15, 47, 82, 0.9) 100%
    );
}

.about-video-placeholder p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  .about-message-video {
    padding: 68px 20px;
  }

  .about-message-video-heading {
    margin-bottom: 28px;
  }

  .about-message-video-heading h2 {
    font-size: 30px;
    line-height: 1.35;
  }

  .about-message-video-heading p {
    font-size: 14px;
    line-height: 1.9;
  }

  .about-video-box {
    border-radius: 24px;
  }

  .about-video-placeholder {
    min-height: 220px;
  }
}
/* ==============================
  ABOUT / PROMISE
============================== */

.about-promise {
  padding: 96px 20px;
  background: #f8fafc;
}

.about-promise-card {
  padding: 46px 48px;
  border-radius: 32px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.about-promise-card .section-label {
  color: #334155 !important;
}

.about-promise-card h2 {
  margin: 12px 0 24px;
  font-size: clamp(32px, 4.5vw, 50px);
  line-height: 1.28;
  letter-spacing: -0.05em;
  color: #0f172a;
}

.about-promise-card p {
  max-width: 860px;
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: #475569;
}

.about-promise-card p + p {
  margin-top: 16px;
}

@media (max-width: 768px) {
  .about-promise {
    padding: 68px 20px;
  }

  .about-promise-card {
    padding: 30px 24px;
    border-radius: 26px;
  }

  .about-promise-card h2 {
    font-size: 30px;
    line-height: 1.35;
  }

  .about-promise-card p {
    font-size: 14px;
    line-height: 1.9;
  }
}
/* ==============================
  MOLD / MOLD RISK
============================== */

.mold-risk {
  padding: 96px 20px;
  background: #ffffff;
}

.mold-risk-heading {
  margin: 0 0 46px;
}

.mold-risk-heading .section-label {
  color: #334155 !important;
}

.mold-risk-heading h2 {
  margin: 12px 0 0;
  font-size: clamp(32px, 4.5vw, 50px);
  line-height: 1.28;
  letter-spacing: -0.05em;
  color: #0f172a;
}

.mold-risk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.mold-risk-card {
  padding: 34px 30px;
  border-radius: 28px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.mold-risk-card span {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #b91c1c;
}

.mold-risk-card h3 {
  margin: 0 0 16px;
  font-size: 21px;
  line-height: 1.55;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.mold-risk-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #475569;
}

@media (max-width: 768px) {
  .mold-risk {
    padding: 68px 20px;
  }

  .mold-risk-heading {
    margin-bottom: 34px;
  }

  .mold-risk-heading h2 {
    font-size: 30px;
    line-height: 1.35;
  }

  .mold-risk-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mold-risk-card {
    padding: 28px 24px;
    border-radius: 24px;
  }

  .mold-risk-card h3 {
    font-size: 20px;
  }

  .mold-risk-card p {
    font-size: 14px;
    line-height: 1.85;
  }
}
/* ==============================
  MOLD / MOLD RISK
============================== */

.mold-risk {
  padding: 96px 20px;
  background: #ffffff;
}

.mold-risk-heading {
  margin: 0 0 38px;
}

.mold-risk-heading .section-label {
  color: #334155 !important;
}

.mold-risk-heading h2 {
  margin: 12px 0 0;
  font-size: clamp(32px, 4.5vw, 50px);
  line-height: 1.28;
  letter-spacing: -0.05em;
  color: #0f172a;
}

/* Lead Card */
.mold-risk-lead-card {
  margin: 0 0 28px;
  padding: 34px 38px;
  border-radius: 28px;
  background: #24364f;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.14);
}

.mold-risk-lead-card p {
  max-width: 900px;
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.82);
}

/* Risk Cards */
.mold-risk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.mold-risk-card {
  padding: 34px 30px;
  border-radius: 28px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.mold-risk-card span {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #b91c1c;
}

.mold-risk-card h3 {
  margin: 0 0 16px;
  font-size: 21px;
  line-height: 1.55;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.mold-risk-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #475569;
}

/* Responsive */
@media (max-width: 768px) {
  .mold-risk {
    padding: 68px 20px;
  }

  .mold-risk-heading {
    margin-bottom: 30px;
  }

  .mold-risk-heading h2 {
    font-size: 30px;
    line-height: 1.35;
  }

  .mold-risk-lead-card {
    margin-bottom: 22px;
    padding: 28px 24px;
    border-radius: 24px;
  }

  .mold-risk-lead-card p {
    font-size: 14px;
    line-height: 1.9;
  }

  .mold-risk-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mold-risk-card {
    padding: 28px 24px;
    border-radius: 24px;
  }

  .mold-risk-card h3 {
    font-size: 20px;
  }

  .mold-risk-card p {
    font-size: 14px;
    line-height: 1.85;
  }
}
/* ==============================
  MOLD / GROWTH TIMELINE
============================== */

.mold-timeline {
  padding: 96px 20px;
  background: #f8fafc;
}

.mold-timeline-heading {
  margin: 0 0 46px;
}

.mold-timeline-heading .section-label {
  color: #334155 !important;
}

.mold-timeline-heading h2 {
  margin: 12px 0 22px;
  font-size: clamp(32px, 4.5vw, 50px);
  line-height: 1.28;
  letter-spacing: -0.05em;
  color: #0f172a;
}

.mold-timeline-heading p {
  max-width: 820px;
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: #475569;
}

.mold-timeline-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.mold-timeline-card {
  position: relative;
  padding: 34px 30px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

.mold-timeline-card span {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #b91c1c;
}

.mold-timeline-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.mold-timeline-days {
  display: inline-block;
  margin: 0 0 16px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(185, 28, 28, 0.08);
  color: #b91c1c !important;
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.4 !important;
}

.mold-timeline-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #475569;
}

@media (max-width: 768px) {
  .mold-timeline {
    padding: 68px 20px;
  }

  .mold-timeline-heading {
    margin-bottom: 34px;
  }

  .mold-timeline-heading h2 {
    font-size: 30px;
    line-height: 1.35;
  }

  .mold-timeline-heading p {
    font-size: 14px;
    line-height: 1.9;
  }

  .mold-timeline-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mold-timeline-card {
    padding: 28px 24px;
    border-radius: 24px;
  }

  .mold-timeline-card h3 {
    font-size: 21px;
  }

  .mold-timeline-card p {
    font-size: 14px;
    line-height: 1.85;
  }
}
.mold-growth-note {
  margin-top: 28px;
  padding: 38px 42px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

.mold-growth-note h3 {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 1.45;
  letter-spacing: -0.04em;
  color: #0f172a;
}

.mold-growth-note p {
  max-width: 920px;
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: #475569;
}

.mold-growth-note p + p {
  margin-top: 16px;
}

@media (max-width: 768px) {
  .mold-growth-note {
    margin-top: 22px;
    padding: 30px 24px;
    border-radius: 26px;
  }

  .mold-growth-note h3 {
    font-size: 21px;
    line-height: 1.5;
  }

  .mold-growth-note p {
    font-size: 14px;
    line-height: 1.9;
  }
}
/* ==============================
  MOLD / GROWTH NOTE
============================== */

.mold-growth-note {
  margin-top: 30px;
  padding: 30px 34px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-left: 5px solid #b91c1c;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

.mold-growth-note-label {
  margin: 0 0 10px !important;
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #b91c1c !important;
  line-height: 1.4 !important;
}

.mold-growth-note h3 {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1.45;
  letter-spacing: -0.04em;
  color: #0f172a;
}

.mold-growth-note p {
  max-width: 920px;
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: #475569;
}

.mold-growth-note p + p {
  margin-top: 14px;
}

@media (max-width: 768px) {
  .mold-growth-note {
    margin-top: 24px;
    padding: 26px 22px;
    border-radius: 22px;
  }

  .mold-growth-note h3 {
    font-size: 21px;
    line-height: 1.5;
  }

  .mold-growth-note p {
    font-size: 14px;
    line-height: 1.9;
  }

  .mold-growth-note-label {
    font-size: 11px !important;
  }
}
/* ==============================
  MOLD / CONDITIONS
============================== */

.mold-conditions {
  padding: 100px 20px;
  background:
    linear-gradient(
      120deg,
      rgba(8, 18, 40, 0.98) 0%,
      rgba(8, 18, 40, 0.94) 48%,
      rgba(15, 47, 82, 0.92) 100%
    );
}

.mold-conditions-heading {
  margin: 0 0 46px;
}

.mold-conditions-heading .section-label {
  color: #ef4444 !important;
}

.mold-conditions-heading h2 {
  margin: 12px 0 0;
  font-size: clamp(32px, 4.5vw, 50px);
  line-height: 1.28;
  letter-spacing: -0.05em;
  color: #ffffff;
}

.mold-conditions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.mold-condition-card {
  min-height: 220px;
  padding: 30px 28px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.20);
}

.mold-condition-card span {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #b91c1c;
}

.mold-condition-card h3 {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.mold-condition-card p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.85;
  color: #475569;
}

@media (max-width: 900px) {
  .mold-conditions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .mold-conditions {
    padding: 72px 20px;
  }

  .mold-conditions-heading {
    margin-bottom: 34px;
  }

  .mold-conditions-heading h2 {
    font-size: 30px;
    line-height: 1.35;
  }

  .mold-conditions-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mold-condition-card {
    min-height: auto;
    padding: 28px 24px;
    border-radius: 24px;
  }

  .mold-condition-card h3 {
    font-size: 20px;
  }
}
/* ==============================
  MOLD / GATE APPROACH
============================== */

.mold-approach {
  padding: 96px 20px;
  background: #ffffff;
}

.mold-approach-heading {
  margin: 0 0 46px;
}

.mold-approach-heading .section-label {
  color: #334155 !important;
}

.mold-approach-heading h2 {
  margin: 12px 0 0;
  font-size: clamp(32px, 4.5vw, 50px);
  line-height: 1.28;
  letter-spacing: -0.05em;
  color: #0f172a;
}

/* 01 / Wide Check Card */
.mold-approach-check-wide {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 34px;
  align-items: center;
  margin: 0 0 24px;
  padding: 38px;
  border-radius: 30px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.mold-approach-check-text span {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #b91c1c;
}

.mold-approach-check-text h3 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.mold-approach-check-text h4 {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #0f172a;
}

.mold-approach-check-text > p {
  margin: 0;
  font-size: 14px;
  line-height: 1.95;
  color: #475569;
}

.mold-approach-check-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.mold-approach-check-steps div {
  padding: 16px 16px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.mold-approach-check-steps strong {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #b91c1c;
}

.mold-approach-check-steps p {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.7;
  color: #475569;
}

.mold-approach-check-photo {
  overflow: hidden;
  border-radius: 24px;
  aspect-ratio: 4 / 3;
  background: #e5e7eb;
}

.mold-approach-check-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

/* 02-04 Cards */
.mold-approach-grid {
  display: grid;
  gap: 20px;
}

.mold-approach-grid-three {
  grid-template-columns: repeat(3, 1fr);
}

.mold-approach-card {
  padding: 30px 26px;
  border-radius: 26px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.mold-approach-card span {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #b91c1c;
}

.mold-approach-card h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.mold-approach-card h4 {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.6;
  color: #0f172a;
}

.mold-approach-card p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.85;
  color: #475569;
}

@media (max-width: 900px) {
  .mold-approach-check-wide {
    grid-template-columns: 1fr;
  }

  .mold-approach-check-steps {
    grid-template-columns: 1fr;
  }

  .mold-approach-grid-three {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .mold-approach {
    padding: 68px 20px;
  }

  .mold-approach-heading {
    margin-bottom: 34px;
  }

  .mold-approach-heading h2 {
    font-size: 30px;
    line-height: 1.35;
  }

  .mold-approach-check-wide {
    padding: 28px 24px;
    border-radius: 26px;
    gap: 24px;
  }

  .mold-approach-check-text h3 {
    font-size: 22px;
  }

  .mold-approach-check-text h4 {
    font-size: 15px;
  }

  .mold-approach-check-text > p {
    font-size: 14px;
    line-height: 1.9;
  }

  .mold-approach-check-photo {
    border-radius: 20px;
    aspect-ratio: 16 / 10;
  }

  .mold-approach-card {
    padding: 28px 24px;
    border-radius: 24px;
  }

  .mold-approach-card h3 {
    font-size: 21px;
  }
}
/* ==============================
  MOLD / MATERIAL LIMIT
============================== */

.mold-limit {
  padding: 96px 20px;
  background: #f8fafc;
}

.mold-limit-heading {
  margin: 0 0 42px;
}

.mold-limit-heading .section-label {
  color: #334155 !important;
}

.mold-limit-heading h2 {
  margin: 12px 0 0;
  font-size: clamp(32px, 4.5vw, 50px);
  line-height: 1.28;
  letter-spacing: -0.05em;
  color: #0f172a;
}

.mold-limit-card {
  padding: 42px 46px;
  border-radius: 32px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.mold-limit-card p {
  max-width: 920px;
  margin: 0;
  font-size: 15px;
  line-height: 2.05;
  color: #475569;
}

.mold-limit-card p + p {
  margin-top: 18px;
}

.mold-limit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 24px;
}

.mold-limit-point {
  padding: 30px 28px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.mold-limit-point span {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #b91c1c;
}

.mold-limit-point h3 {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.mold-limit-point p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.85;
  color: #475569;
}

@media (max-width: 900px) {
  .mold-limit-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .mold-limit {
    padding: 68px 20px;
  }

  .mold-limit-heading {
    margin-bottom: 32px;
  }

  .mold-limit-heading h2 {
    font-size: 30px;
    line-height: 1.35;
  }

  .mold-limit-card {
    padding: 30px 24px;
    border-radius: 26px;
  }

  .mold-limit-card p {
    font-size: 14px;
    line-height: 1.9;
  }

  .mold-limit-grid {
    gap: 18px;
    margin-top: 20px;
  }

  .mold-limit-point {
    padding: 28px 24px;
    border-radius: 24px;
  }

  .mold-limit-point h3 {
    font-size: 20px;
  }
}
/* ==============================
  MOLD / FOLLOW UP
============================== */

.mold-follow {
  padding: 96px 20px;
  background: #ffffff;
}

.mold-follow-heading {
  margin: 0 0 42px;
}

.mold-follow-heading .section-label {
  color: #334155 !important;
}

.mold-follow-heading h2 {
  margin: 12px 0 0;
  font-size: clamp(32px, 4.5vw, 50px);
  line-height: 1.28;
  letter-spacing: -0.05em;
  color: #0f172a;
}

.mold-follow-card {
  padding: 42px 46px;
  border-radius: 32px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.mold-follow-card p {
  max-width: 920px;
  margin: 0;
  font-size: 15px;
  line-height: 2.05;
  color: #475569;
}

.mold-follow-card p + p {
  margin-top: 18px;
}

@media (max-width: 768px) {
  .mold-follow {
    padding: 68px 20px;
  }

  .mold-follow-heading {
    margin-bottom: 32px;
  }

  .mold-follow-heading h2 {
    font-size: 30px;
    line-height: 1.35;
  }

  .mold-follow-card {
    padding: 30px 24px;
    border-radius: 26px;
  }

  .mold-follow-card p {
    font-size: 14px;
    line-height: 1.9;
  }
}/* ==============================
  DOWNLOAD PAGE
============================== */

.sub-hero-download {
  background:
    linear-gradient(
      90deg,
      rgba(7, 20, 43, 0.92) 0%,
      rgba(7, 20, 43, 0.78) 38%,
      rgba(7, 20, 43, 0.05) 100%
    ),
    url("../images/download_bg.jpg") center center / 100% auto no-repeat;
}
.download-page-section {
  padding: 96px 0;
  background: #f7f8f8;
}

.download-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 42px;
}

.download-card {
  padding: 36px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
}

.download-category {
  margin: 0 0 14px;
  color: #b91c1c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.download-card h3 {
  margin: 0;
  color: #0f172a;
  font-size: 24px;
  line-height: 1.45;
  letter-spacing: -0.03em;
}

.download-card p {
  margin: 18px 0 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.9;
}

.download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding: 13px 24px;
  border-radius: 999px;
  background: #b91c1c;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(185, 28, 28, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.download-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(185, 28, 28, 0.28);
  opacity: 0.94;
}

@media (max-width: 768px) {
  .download-page-section {
    padding: 68px 0;
  }

  .download-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 32px;
  }

  .download-card {
    padding: 28px 24px;
    border-radius: 24px;
  }

  .download-card h3 {
    font-size: 21px;
  }

  .download-card p {
    font-size: 14px;
  }

  .download-button {
    width: 100%;
  }
}
/* ==============================
  DOWNLOAD REQUEST
============================== */

.download-request-section {
  padding: 0 0 96px;
  background: #f7f8f8;
}

.download-request-card {
  padding: 42px 44px;
  border-radius: 30px;
  background: linear-gradient(135deg, #07142b 0%, #0f274a 100%);
  color: #ffffff;
  box-shadow: 0 22px 52px rgba(7, 20, 43, 0.18);
}

.download-request-card .section-label {
  color: #ef4444;
}

.download-request-card h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.45;
  letter-spacing: -0.03em;
}

.download-request-card p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.9;
}

.download-request-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding: 14px 28px;
  border-radius: 999px;
  background: #ffffff;
  color: #07142b;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.download-request-button:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

@media (max-width: 768px) {
  .download-request-section {
    padding: 0 0 68px;
  }

  .download-request-card {
    padding: 32px 24px;
    border-radius: 26px;
  }

  .download-request-card h2 {
    font-size: 23px;
  }

  .download-request-card p {
    font-size: 14px;
  }

  .download-request-button {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sub-hero-download {
    background:
      linear-gradient(
        90deg,
        rgba(7, 20, 43, 0.94) 0%,
        rgba(7, 20, 43, 0.84) 48%,
        rgba(7, 20, 43, 0.48) 100%
      ),
      url("../images/download_bg.jpg") center center / cover no-repeat;
  }
}
/* ==============================
  CONTACT GUIDE
============================== */

.contact-guide-section {
  padding: 96px 0;
  background: #f7f8f8;
}

.contact-guide-section .section-label {
  color: #b91c1c;
}

.contact-guide-section h2 {
  margin: 0;
  color: #0f172a;
  font-size: 34px;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.contact-guide-lead {
  margin: 18px 0 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.9;
}

.contact-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 42px;
}

.contact-guide-card {
  position: relative;
  padding: 34px 32px 32px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
}

.contact-guide-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: rgba(185, 28, 28, 0.08);
  color: #b91c1c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.contact-guide-card h3 {
  margin: 0;
  color: #0f172a;
  font-size: 21px;
  line-height: 1.45;
  letter-spacing: -0.03em;
}

.contact-guide-card p {
  margin: 14px 0 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.9;
}

/* 資料請求カードだけ少し強調 */
.contact-guide-card:nth-child(4) {
  background: linear-gradient(135deg, #07142b 0%, #0f274a 100%);
  border: none;
  box-shadow: 0 22px 52px rgba(7, 20, 43, 0.16);
}

.contact-guide-card:nth-child(4) .contact-guide-number {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.contact-guide-card:nth-child(4) h3 {
  color: #ffffff;
}

.contact-guide-card:nth-child(4) p {
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 768px) {
  .contact-guide-section {
    padding: 68px 0;
  }

  .contact-guide-section h2 {
    font-size: 26px;
  }

  .contact-guide-lead {
    font-size: 14px;
  }

  .contact-guide-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 32px;
  }

  .contact-guide-card {
    padding: 28px 24px;
    border-radius: 24px;
  }

  .contact-guide-number {
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    font-size: 12px;
  }

  .contact-guide-card h3 {
    font-size: 20px;
  }

  .contact-guide-card p {
    font-size: 14px;
  }
}
/* ==============================
  CONTACT DOWNLOAD LINK
============================== */

.contact-download-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 36px 0 0;
  padding: 30px 34px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
}

.contact-download-label {
  margin: 0 0 10px;
  color: #b91c1c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.contact-download-box h2 {
  margin: 0;
  color: #0f172a;
  font-size: 24px;
  line-height: 1.45;
  letter-spacing: -0.03em;
}

.contact-download-box p {
  margin: 14px 0 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.8;
}

.contact-download-button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 999px;
  background: #b91c1c;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(185, 28, 28, 0.22);
  transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.contact-download-button:hover {
  transform: translateY(-2px);
  opacity: 0.94;
  box-shadow: 0 16px 34px rgba(185, 28, 28, 0.28);
}

@media (max-width: 768px) {
  .contact-download-box {
    display: block;
    margin-top: 28px;
    padding: 28px 24px;
    border-radius: 24px;
  }

  .contact-download-box h2 {
    font-size: 21px;
  }

  .contact-download-button {
    width: 100%;
    margin-top: 22px;
  }
}
.contact-download-box {
  grid-column: 1 / -1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 28px;
  padding: 30px 34px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
}

@media (max-width: 768px) {
  .contact-download-box {
    display: block;
    grid-column: auto;
    padding: 28px 24px;
    border-radius: 24px;
  }
}