:root {
  --blue: #1a5af5;
  --navy: #062a80;
  --text-dark: #183259;
  --text-gray: #5f6f82;
  --light-blue: #dff6fb;
  --light-blue-bg: #eaf2ff;
  --red: #f02d53;
  --border: #e3e8f0;
  --white: #ffffff;
  --bg-soft: #f7f9fc;
  --yellow: #efef0c;
  --teal: #12a7d6;
  --pink: #e63b64;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family:
    "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  color: var(--text-dark);
  background: #fff;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

section {
  position: relative;
}

.service_main {
  overflow: unset;
}

/* ---------- Header ---------- */
.top-bar {
  background: var(--navy);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.top-bar .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 38px;
  max-width: 1440px;
  padding: 0 40px;
}

.top-bar-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.main-nav {
  background: #fff;
  border-bottom: 1px solid var(--border);
}

.main-nav .wrap {
  max-width: 1440px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 82px;
  padding: 0 40px;
}

.brand {
  display: flex;
  flex-direction: column;
}

.brand .service-tag {
  font-size: 11px;
  color: var(--text-gray);
}

.brand .service-name {
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
}

.nav-links {
  display: flex;
  gap: 28px;
  font-size: 14px;
  font-weight: 700;
  color: var(--text-dark);
}

.nav-ctas {
  display: flex;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    opacity 0.15s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-outline {
  border: 1.5px solid var(--blue);
  color: var(--blue);
  background: #fff;
  padding: 11px 22px;
  font-size: 13px;
}

.btn-solid {
  background: var(--blue);
  color: #fff;
  padding: 11px 22px;
  font-size: 13px;
  box-shadow: 0 8px 20px rgba(26, 90, 245, 0.25);
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  margin-top: 3.75rem;
}

.hero .wrap {
  max-width: 1440px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
  align-items: center;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  font-size: 25px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 22px;
}

.hero-eyebrow img {
  width: auto;
  height: 1em;
}

.hero h1 {
  font-size: 42px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 14px;
}

.hero h1 .accent {
  color: var(--yellow);
}

.hero .lead {
  font-size: 19px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 34px;
}

.stats {
  display: flex;
  gap: 10px;
  margin-bottom: 34px;
}

.stat {
  width: 210px;
  height: 90px;
  display: flex;
  align-items: center;
}

.stat::before {
  content: "";
  background-image: url("https://rental-jimucho.com/wp-content/themes/cellagent_theme/assets/images/feature/stat_left.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 45px;
  height: 100%;
}

.stat::after {
  content: "";
  background-image: url("https://rental-jimucho.com/wp-content/themes/cellagent_theme/assets/images/feature/stat_right.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 45px;
  height: 100%;
}

.stat-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
  text-align: center;
}

.stat-value {
  font-size: 44px;
  font-weight: 700;
  color: var(--yellow);
}

.stat-suffix {
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  margin-left: 4px;
}

.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero .hero-ctas {
  position: absolute;
  top: 79%;
  left: 8%;
  flex-wrap: nowrap;
  width: 42%;
}

.cta-card {
  border-radius: 9999px;
  padding: 1.7%;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  font-size: 0.9vw;
  width: 100%;
}

.cta-card > span::after {
  -webkit-mask-image: url(../images/common/btn-icon.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 0.6rem;
  mask-image: url(../images/common/btn-icon.svg);
  mask-repeat: no-repeat;
  mask-size: cover;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
}

.cta-card.primary > span::after {
  background-color: var(--blue);
}

.cta-card .small {
  display: block;
  font-size: 0.6vw;
  font-weight: 400;
}

.cta-card.primary {
  background: var(--white);
  color: var(--blue);
}

.cta-card.secondary {
  background: #ff3f17;
  color: var(--white);
}

.hero-visual {
  position: relative;
}

.hero-visual-sp {
  display: none;
}

/* ---------- Client Logos ---------- */
.client-logos {
  background: #fff;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.client-logos .wrap {
  max-width: 1440px;
  padding: 22px 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 48px;
  justify-content: center;
}

.client-logos span {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-dark);
}

/* ---------- Section heading ---------- */
.section-heading {
  text-align: center;
  margin: 0 auto 56px;
}

.section-heading .eyebrow {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}

.section-heading h2 {
  font-size: 38px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 14px;
}

.section-heading p {
  font-size: 15px;
  color: var(--text-gray);
}

/* ---------- Pain & Solution ---------- */
.pain-solution {
  background: var(--bg-soft);
  padding: 80px 40px;
}

.pain-grid {
  max-width: 1360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.pain-top {
  padding: 26px 22px 30px;
  position: relative;
  background: #b7c5d4;
}

/*.pain-top::before {
  content: "";
  background-image: url(https://rental-jimucho.com/wp-content/themes/cellagent_theme/assets/images/feature/speech-bubble.png);
  width: 220px;
  height: 120px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
} */

.pain-icon {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 16px;
  position: absolute;
  top: 28%;
  right: 8%;
}

.pain-icon img {
  width: 1em;
}

.pain-top p {
  font-size: 17px;
  font-weight: 700;
  color: var(--text-dark);
  position: relative;
  max-width: 75%;
  padding: 12px 20px;
  background: #fff;
  border-radius: 16px 16px 0 0;
}

.pain-top p::after {
  content: "";
  background-image: url(https://rental-jimucho.com/wp-content/themes/cellagent_theme/assets/images/feature/speech-bubble-bottom.png);
  width: 107%;
  display: block;
  height: 40px;
  position: absolute;
  top: 100%;
  left: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: -1px;
}

.pain-bottom {
  background: #062a80;
  color: #fff;
  padding: 24px 8px;
}

.pain-bottom .badge {
  display: block;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  padding: 4px 14px;
  margin-bottom: 12px;
  color: #3ab5ea;
  text-align: center;
}

.pain-bottom p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

/* ---------- Feature Selector ---------- */
.feature-selector {
  background: #fff;
  padding: 36px 40px;
  border-bottom: 1px solid var(--border);
}

.pill-nav {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.pill-nav a {
  border: 1.5px solid var(--border);
  border-radius: 999px;
  padding: 13px 30px;
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  transition: all 0.15s ease;
  flex: 1;
  text-align: center;
}

.pill-nav a:hover {
  border-color: var(--blue);
  color: var(--blue);
}

/* ---------- Workflow sections ---------- */
.workflow {
  padding: 70px 40px 90px;
}

.workflow .wrap {
  max-width: 1360px;
  margin: 0 auto;
}

.workflow-head {
  margin-bottom: 44px;
}

.workflow-head .eyebrow {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

.workflow-head h2 {
  font-size: 38px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 14px;
}

.workflow-head p {
  font-size: 16px;
  color: var(--text-gray);
  line-height: 1.8;
}

.workflow {
  padding: 70px 40px 90px;
}

.workflow .wrap {
  max-width: 1360px;
  margin: 0 auto;
}

.workflow-head {
  margin-bottom: 44px;
}

.workflow-head .eyebrow {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

.workflow-head h2 {
  font-size: 38px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 14px;
}

.workflow-head p {
  font-size: 16px;
  color: var(--text-gray);
  line-height: 1.8;
}

.step {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 60px;
  box-shadow: 0 14px 40px rgba(6, 42, 128, 0.08);
}

.step-text {
  padding: 1.8vw 2vw 4vw;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.step-text .step-tag {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.step-text h3 {
  font-size: clamp(2rem, 0.5rem + 2.2222vw, 2.5rem);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
}

.step-text p {
  font-size: 16px;
  line-height: 1.9;
  opacity: 0.92;
}

/* workflow color themes */
.theme-blue .step-text {
  background: linear-gradient(135deg, #1a5af5, #0d3fc2);
}

.theme-navy .step-text {
  background: linear-gradient(135deg, #062a80, #022370);
}

.theme-teal .step-text {
  background: linear-gradient(135deg, #12a7d6, #0c7ea3);
}

.theme-pink .step-text {
  background: linear-gradient(135deg, #e63b64, #c21e42);
}

.step-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 12vw;
}

.step-badge {
  background: var(--yellow);
  color: var(--navy);
  font-size: 0.8vw;
  font-weight: 700;
  border-radius: 999px;
  padding: 3% 0.7vw;
}

.step-badge.orange {
  background: #ef670c;
}

.step .step-panel {
  display: flex;
  align-items: center;
  padding: 0 10px;
  position: relative;
  background-color: #f3f4f6;
  background-image: radial-gradient(
    circle,
    #ffeacc 0%,
    #ffeacc 60%,
    transparent 60%
  );
  background-repeat: no-repeat;
  background-position: top -20px right -10px;
  background-size: 90px 90px;
  overflow: hidden;
}

/* ---------- Reason table ---------- */
.reason {
  background: var(--blue);
  padding: 80px 40px;
  color: var(--white);
}

.reason .wrap {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 25px;
  padding: 0;
}

.reason .cta .tag {
  color: var(--blue);
  background: #d5ef43;
  padding: 0.25em 0.5em;
  font-weight: 700;
  font-size: 13px;
}

.reason .cta .headline {
  font-size: 38px;
  margin-bottom: 10px;
  font-weight: 700;
}

.reason .cta .hero-ctas {
  flex-direction: column;
  margin-top: 40px;
  width: 75%;
}

.reason .cta .hero-ctas .cta-card {
  font-size: clamp(4px, 1.2vw, 22px);
}

.reason .cta .hero-ctas .cta-card .small {
  font-size: clamp(4px, 0.8vw, 16px);
}

.reason .results .result {
  padding: 20px 0;
  border-bottom: solid 1px #d9e7f2;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
}

.reason .results .result .result-value {
  color: var(--yellow);
  font-size: 24px;
}

.reason .results .result .result-value .num {
  font-size: 72px;
  font-weight: 700;
}

.reason .results .result .result-value .main-text {
  font-size: 48px;
}

.reason > .wrap > .hero-ctas {
  display: none;
}

/* ---------- Responsibility table ---------- */
.responsibility {
  background: var(--bg-soft);
  padding: 80px 40px;
}

.responsibility .table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.resp-table {
  max-width: 1360px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(6, 42, 128, 0.06);
  min-width: 860px;
}

.resp-head {
  display: grid;
  grid-template-columns: 1fr 1.9fr 1.9fr;
  background: var(--navy);
  color: #fff;
}

.resp-head div {
  padding: 20px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.resp-head div:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.resp-row {
  display: grid;
  grid-template-columns: 1fr 1.9fr 1.9fr;
  border-top: 1px solid var(--border);
}

.resp-row:nth-child(even) {
  background: #edf6fc;
}

.resp-row .cell {
  padding: 24px 12px;
  font-size: clamp(16px, 1.2vw, 18px);
  color: var(--text-dark);
  line-height: 1.8;
}

.resp-row .cell:not(:last-child) {
  border-right: 1px solid var(--border);
}

.resp-row .cell.title {
  font-weight: 700;
  font-size: clamp(16px, 1.2vw, 22px);
  color: var(--navy);
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 36px;
}

.resp-row .cell.title::before {
  content: "";
  position: absolute;
  left: 6%;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 60%;
  background: var(--blue);
  border-radius: 4px;
}

.resp-note {
  max-width: 1360px;
  margin: 20px auto 0;
  background: #fff;
  border-radius: 12px;
  padding: 14px 24px;
  text-align: center;
  font-size: 14px;
  color: var(--text-gray);
}

/* ---------- Initial Setup ---------- */
.initial-setup {
  background: #fff;
  padding: 80px 40px;
}

.common-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.common-card {
  border: 1.5px solid var(--border);
  border-radius: 18px;
  padding: 28px 26px;
}

.common-card .num {
  font-size: 15px;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.common-card h3 {
  font-size: 25px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 12px;
  line-height: 1.5;
}

.common-card p {
  font-size: 16px;
  color: var(--text-gray);
  line-height: 1.8;
}

/* ---------- Function lineup ---------- */
.function-lineup {
  background: var(--bg-soft);
  padding: 80px 40px;
}

.func-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.func-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 0 8px 20px rgba(6, 42, 128, 0.05);
}

.func-num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--light-blue-bg);
  color: var(--blue);
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.func-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
}

.func-card p {
  font-size: 16px;
  color: var(--text-dark);
  line-height: 1.7;
}

/* ---------- Customer voices ---------- */
.service_main .l-case {
  padding-bottom: 80px;
}

/* ---------- Systems ---------- */
.systems {
  background: var(--bg-soft);
  padding: 80px 40px;
}

.systems-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 18px;
}

.sys-logo {
  background: #fff;
  border-radius: 14px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--text-gray);
  text-align: center;
  padding: 8px;
  box-shadow: 0 6px 16px rgba(6, 42, 128, 0.05);
}

.sys-logo img {
  max-height: 100%;
  object-fit: contain;
}

.service_main .l-cta--bottom {
  margin-top: 0;
}

/* ---------- Others ---------- */
.others {
  background: var(--bg-soft);
  padding: 80px 40px;
}

.others-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.other-logo {
  background: #fff;
  border-radius: 14px;
  height: 78px;
  display: flex;
  justify-content: center;
  font-size: clamp(13px, 1.6vw, 16px);
  font-weight: 700;
  color: var(--navy);
  padding: clamp(13px, 1.6vw, 30px);
  box-shadow: 0 6px 16px rgba(6, 42, 128, 0.05);
  flex-direction: column;
}

.other-logo::after {
  content: "→";
  text-align: right;
}

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

@media (max-width: 1080px) {
  .hero .wrap {
    grid-template-columns: 1fr;
  }

  .stats {
    justify-content: center;
  }

  .hero-visual {
    display: none;
  }

  .hero-visual-sp {
    display: block;
    margin-bottom: 40px;
  }

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

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

  .pain-top {
    padding: 26px 22px 54px;
  }

  .pain-top p {
    border-radius: 24px 24px 0 0;
  }

  .resp-row .cell.title::before {
    left: 2%;
  }

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

  .voices-grid,
  .common-grid {
    grid-template-columns: 1fr;
  }

  .workflow-head h2 {
    font-size: 28px;
  }

  .step {
    grid-template-columns: 1fr;
    border-radius: 10px;
  }

  .step .step-panel {
    padding: 0 10px;
  }

  .step:nth-child(even) .step-text,
  .step:nth-child(even) .step-panel {
    order: initial;
  }

  .step-text {
    padding: 24px 24px 32px;
  }

  .step-text .step-tag {
    font-size: 15px;
  }

  .step-text h3 {
    font-size: 28px;
  }

  .step-text p {
    font-size: 16px;
  }

  .step-badges {
    width: 19vw;
  }

  .step-badge {
    padding: 3% 1.2vw;
    font-size: 1.3vw;
  }

  .reason .cta .headline {
    font-size: 28px;
  }

  .reason .results .result .result-value {
    font-size: 18px;
  }

  .reason .results .result .result-value .num {
    font-size: 60px;
  }

  .reason .results .result .result-value .main-text {
    font-size: 22px;
  }

  .resp-row .cell:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }

  .systems-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .others-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .nav-links {
    display: none;
  }
}

@media (max-width: 900px) {
  .hero {
    margin-top: 3.75rem;
  }

  .hero .hero-ctas {
    top: 79%;
    left: 8%;
  }

  .hero .cta-card {
    font-size: 1.2vw;
  }

  .cta-card .small {
    font-size: 0.8vw;
  }

  .pill-nav a {
    flex: none;
    width: 47%;
  }

  .step-badges {
    width: clamp(150px, 24vw, 300px);
  }

  .step-badge {
    font-size: 1.7vw;
  }
}

@media (max-width: 767px) {
  .hero .hero-ctas,
  .reason .hero-ctas {
    top: 79.1%;
    left: 6.6%;
    flex-direction: column;
    width: 87%;
    gap: 2vw;
  }

  .hero .cta-card,
  .reason .cta-card {
    font-size: 3.4vw;
    padding: 2.6%;
  }

  .cta-card .small {
    font-size: 2.3vw;
  }

  .cta-card > span::after {
    height: 1.2rem;
    width: 1.2rem;
    right: 20%;
  }

  .reason {
    padding: 12vw 6vw;
  }

  .reason .wrap {
    grid-template-columns: 1fr;
  }

  .reason .cta .hero-ctas {
    display: none;
  }

  .reason > .wrap > .hero-ctas {
    display: flex;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .wrap {
    padding: 0;
  }

  .hero .wrap {
    padding: 0;
  }

  .hero-eyebrow {
    display: block;
    font-size: 30px;
  }

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

  .hero .lead {
    margin-bottom: 20px;
  }

  .section-heading h2 {
    font-size: 23px;
  }

  .stats {
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .pain-solution {
    padding: 80px 20px;
  }

  .feature-selector {
    padding: 36px 20px;
  }

  .pill-nav a {
    width: 47%;
    padding: 13px 13px;
    text-align: center;
  }

  .resp-row .cell {
    padding: 10px;
  }

  .resp-row .cell.title::before {
    left: 6%;
  }

  .workflow {
    padding: 30px 20px 40px;
  }

  .step .step-panel {
    padding: 0;
  }

  .step-badges {
    width: clamp(180px, 24vw, 300px);
  }

  .step-badge {
    padding: 4px 10px;
    font-size: 13px;
  }

  .resp-head div {
    font-size: 18px;
  }

  .resp-row .cell.title {
    font-size: 16px;
  }

  .resp-row .cell {
    font-size: 16px;
  }

  .function-lineup {
    padding: 80px 20px;
  }

  .func-grid {
    grid-template-columns: 1fr;
  }

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

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

  .top-bar .wrap,
  .main-nav .wrap {
    padding: 0 16px;
  }
}

@media (max-width: 576px) {
  .pain-grid {
    grid-template-columns: 1fr;
    gap: 60px;
    padding: 0 20px;
  }
}

@media screen and (min-width: 900px) {
  .l-grid {
    grid-template-columns: 100%;
  }
}
