:root {
      --primary: #004B8C;
      --accent: #FF6B00;
      --neutral-light: #F4F7FA;
      --neutral-dark: #1A1A1A;
      --white: #FFFFFF;
      --text-color: #333;
      --border-color: #e0e0e0;
      --font-head: 'Noto Sans JP', sans-serif;
      --font-body: 'Noto Sans JP', sans-serif;
      --font-mono: 'Roboto Mono', monospace;
      --font-size-h1: clamp(2.6rem, 6vw, 4rem);
      --font-size-h2: clamp(2rem, 6vw, 4rem);
      --font-size-h3: clamp(3.6rem, 4vw, 3.6rem);
      --font-size-body: clamp(1rem, 2.5vw, 1.125rem);
      --container-width: 1120px;
      --container-padding: 5%;
      
    }

*,
    *::before,
    *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

html {
      scroll-behavior: smooth;
    }

body: 'Noto Sans JP', sans-serif;
      --font-mono: 'Roboto Mono', monospace;
      --font-size-h1: clamp(2.6rem, 6vw, 4rem);
      --font-size-h2: clamp(2rem, 6vw, 4rem);
      --font-size-h3: clamp(3.6rem, 4vw, 3.6rem);
      --font-size-body: clamp(1rem, 2.5vw, 1.125rem);
      --container-width: 1120px;
      --container-padding: 5%;
      
    }

    *,
    *::before,
    *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

img,
    picture,
    video,
    canvas,
    svg {
      display: block;
      max-width: 100%;
      height: auto;
    }

h1,
    h2,
    h3 {
      font-family: var(--font-head);
      font-weight: 700;
      line-height: 1.3;
    }

h1: clamp(2.6rem, 6vw, 4rem);
      --font-size-h2: clamp(2rem, 6vw, 4rem);
      --font-size-h3: clamp(3.6rem, 4vw, 3.6rem);
      --font-size-body: clamp(1rem, 2.5vw, 1.125rem);
      --container-width: 1120px;
      --container-padding: 5%;
      
    }

    *,
    *::before,
    *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

h2: clamp(2rem, 6vw, 4rem);
      --font-size-h3: clamp(3.6rem, 4vw, 3.6rem);
      --font-size-body: clamp(1rem, 2.5vw, 1.125rem);
      --container-width: 1120px;
      --container-padding: 5%;
      
    }

    *,
    *::before,
    *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

h3: clamp(3.6rem, 4vw, 3.6rem);
      --font-size-body: clamp(1rem, 2.5vw, 1.125rem);
      --container-width: 1120px;
      --container-padding: 5%;
      
    }

    *,
    *::before,
    *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

primary: #004B8C;
      --accent: #FF6B00;
      --neutral-light: #F4F7FA;
      --neutral-dark: #1A1A1A;
      --white: #FFFFFF;
      --text-color: #333;
      --border-color: #e0e0e0;
      --font-head: 'Noto Sans JP', sans-serif;
      --font-body: 'Noto Sans JP', sans-serif;
      --font-mono: 'Roboto Mono', monospace;
      --font-size-h1: clamp(2.6rem, 6vw, 4rem);
      --font-size-h2: clamp(2rem, 6vw, 4rem);
      --font-size-h3: clamp(3.6rem, 4vw, 3.6rem);
      --font-size-body: clamp(1rem, 2.5vw, 1.125rem);
      --container-width: 1120px;
      --container-padding: 5%;
      
    }

    *,
    *::before,
    *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

ary: #004B8C;
      --accent: #FF6B00;
      --neutral-light: #F4F7FA;
      --neutral-dark: #1A1A1A;
      --white: #FFFFFF;
      --text-color: #333;
      --border-color: #e0e0e0;
      --font-head: 'Noto Sans JP', sans-serif;
      --font-body: 'Noto Sans JP', sans-serif;
      --font-mono: 'Roboto Mono', monospace;
      --font-size-h1: clamp(2.6rem, 6vw, 4rem);
      --font-size-h2: clamp(2rem, 6vw, 4rem);
      --font-size-h3: clamp(3.6rem, 4vw, 3.6rem);
      --font-size-body: clamp(1rem, 2.5vw, 1.125rem);
      --container-width: 1120px;
      --container-padding: 5%;
      
    }

    *,
    *::before,
    *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

.container {
      width: 100%;
      max-width: var(--container-width);
      margin-left: auto;
      margin-right: auto;
      
      padding: 5px var(--container-padding);
    }

.l-inner {
      width: 100%;
      max-width: var(--container-width);
      margin-left: auto;
      margin-right: auto;
      
    }

.sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border-width: 0;
    }

html {
  scroll-behavior: smooth;
}

a {
  color: var(--primary);
  text-decoration: none;
}

.site-nav a {
  font-weight: 700;
  color: var(--primary);
  transition: .2s;
}

.site-nav a:hover {
  color: var(--accent);
}

.feature-item i {
  font-size: 2.5rem;
  color: var(--accent);
  margin-bottom: 1rem;
}

p {
  margin-bottom: 1rem;
}

.nayami p {
  max-width: 60ch;
  margin: 0 auto 3rem;
}

.idea-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

.heatmap p {
  max-width: 60ch;
  margin: 0 auto 3rem;
}

.tco-section p {
  max-width: 60ch;
  margin: 0 auto 2rem;
}

.faq-content p {
  padding: 0 1.5rem 1.5rem;
}

.footer-cta p {
  margin: 1rem auto 2rem;
  opacity: 0.9;
}

.modal__content #hubspotForm p {
  text-align: center;
  padding: 2rem;
}

.why-grid__point p {
  margin: 0;
}

.comparison-table th {
  padding: 1.25rem 1rem;
  vertical-align: middle;
  border-bottom: 1px solid #e0e0e0;
}

.comparison-table tbody tr:last-child th {
  border-bottom: none;
}

.comparison-table thead th {
  background-color: #f5f5ff;
  font-weight: bold;
  color: #555;
  border-bottom: 2px solid #e0e0e0;
}

.comparison-table thead th:last-child {
  border-right: 1px solid #e0e0e0;
}

.comparison-table tbody th[scope="row"] {
  text-align: left;
  font-weight: bold;
  background-color: #fafafa;
  padding-left: 1.5rem;
}

.comparison-table th.is-highlight {
  background-color: #0057d9;
  color: #ffffff;
  border-left: 3px solid #0057d9;
  border-right: 3px solid #0057d9;
  border-top: 30px solid #0057d9;
  border-bottom-color: #0057d9;
}

.understand ol {
  list-style: none;
}

.understand li {
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.understand li::before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.5rem;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg);
  position: absolute;
  top: 0.25rem;
  left: -2rem;
}

.site-nav {
  top: 0;
  z-index: 999;
  background: var(--white);
  display: none;
}

.site-nav ul {
  display: flex;
  list-style: none;
  gap: 2rem;
  justify-content: center;
  padding: .75rem 0;
}

.comparison-table tr {
  border-right: 1px solid #e0e0e0;
}

.comparison-table tbody tr:last-child td {
  border-bottom: none;
}

.comparison-table tbody tr:last-child td.is-highlight {
  border-bottom: 2px solid #0057d9;
}

.p-revolution__count-item .large {
  font-size: 1rem;
}

body {
  font-family: var(--font-body);
  font-size: var(--font-size-body);
  line-height: 1.7;
  color: var(--text-color);
  background-color: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header {
  display: block;
  /* height: 60px; */
  position: relative;
  padding: 0.5rem;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.p-worries__list-item img {
  margin: 1.5rem auto 0;
  height: 60px;
  width: auto;
  display: none;
}

.p-revolution__ttl img {
  margin: 0 auto;
  display: none;
}

.solution img {
  margin-top: 2rem;
  border-radius: 4px;
}

#proof-swiper img {
  aspect-ratio: 3/2;
  object-fit: cover;
}

.why-grid__visual img {
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.home-table__icon img {
  width: 100%;
  height: 100%;
}

.hikaku-table__icon img {
  width: 100%;
  height: 100%;
}

#comparison {
  padding: var(--section-padding) 0;
  background-color: var(--white);
}

.tco-section {
  padding: var(--section-padding) 0;
  background-color: var(--white);
}

.tco-section .container {
  text-align: center;
}

.faq {
  padding: var(--section-padding) 0;
  background-color: var(--neutral-light);
}

.hero {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 2rem;
  background: url(fv_bg.jpg);
  background-size: cover;
  color: #FFF;
}

.

    .hero .container {
  display: contents;
}

.container {
  width: 100%;
  max-width: var(--container-width);
  margin-left: auto;
  margin-right: auto;
  /* padding: 0 0 3rem 0; */
}
.problem-solution {
  margin-bottom: 5rem;
  padding: 3rem 0;
}

.problem-solution .container {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  text-align: center;
  color: #FFF;
  padding: var(--section-padding) 0;
}

.hero__content {
  text-align: center;
  padding: 3rem 0;
}

.hero__headtitle {
  font-size: clamp(1.6rem, 3vw, 1.25rem);
  max-width: 60ch;
}

.hero__subtitle {
  font-size: clamp(1rem, 3vw, 1.25rem);
  max-width: 60ch;
  margin: 1.5rem auto 1rem;
}

h1 {
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.3;
  font-size: var(--font-size-h1);
}

.hero__title {
  color: #FFF;
}

.btn {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  border: 2px solid transparent;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.btn:hover:not(:disabled) {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.btn:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.btn--accent {
  background-color: var(--accent);
  color: var(--white);
}

.btn--accent:hover:not(:disabled) {
  background-color: color-mix(in srgb, var(--accent), #000 10%);
}

.btn--large {
  padding: 1rem 5rem;
  font-size: 1.2rem;
}

.p-cost__lead-dot span {
  position: relative;
  color: #FF6B00;
}

.p-cost__lead-dot span::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #FFD800;
  left: 50%;
  transform: translate(-50%, -100%);
  border-radius: 50%;
}

.solution__title span {
  color: #FFF;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}

.btn-under-arrow {
  position: relative;
  display: inline-block;
  width: 28.5px;
  height: 14.3px;
}

.btn-under-arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
  width: 4px;
  height: 20px;
  border-radius: 9999px;
  background-color: #FFF;
  transform-origin: 50% calc(100% - 2px);
  transform: rotate(50deg);
}

.btn-under-arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
  width: 4px;
  height: 20px;
  border-radius: 9999px;
  background-color: #FFF;
  transform-origin: 50% calc(100% - 2px);
  transform: rotate(-50deg);
}

.kpi-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1rem, 5vw, 6rem);
  padding: 1rem var(--container-padding);
  background-color: rgb(from var(--primary) r g b / 088);
  color: var(--white);
  text-align: center;
}

.kpi {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kpi__value {
  font-family: var(--font-mono);
  font-size: clamp(1rem, 8vw, 3rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
}

.kpi__unit {
  font-size: clamp(1.2rem, 2vw, 3rem);
  margin-left: 0.2em;
}

.feature-item small {
  font-size: .9rem;
  line-height: 1.5;
  color: var(--text-color);
}

.kpi__label {
  font-family: var(--font-body);
  font-size: 0.875rem;
  margin-top: 0.5rem;
  opacity: 0.9;
}



.p-worries {
  padding: var(--section-padding) 0;
  color: #111;
}

.p-worries .p-cost__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  list-style: none;
  padding: 0;
}

.p-worries .p-cost__list-item {
  background: #FFD800;
  color: #111;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  width: 15rem;
  max-width: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  padding: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}

.p-worries__bg {
  padding: 5rem 0;
  position: relative;
}

.l-inner {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
}

.p-cost .l-inner {
  position: relative;
  z-index: 3;
}

.p-worries__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 2rem;
}

h2 {
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.3;
  font-size: var(--font-size-h2);
}

.problem h2 {
  color: var(--accent);
  font-size: clamp(1.5rem, 5vw, 2.8rem);
}

.footer-cta h2 {
  color: var(--white);
}

.why-grid__content h2 {
  margin-bottom: 2rem;
  text-align: center;
}

.p-worries__text-ttl {
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  line-height: 1.4;
  text-align: center;
  color: #111;
}

.p-contact__form-item .ttl {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.p-contact__form-item .ttl .required {
  background-color: var(--accent);
  color: var(--white);
  font-size: 0.75rem;
  padding: 0.125rem 0.5rem;
  border-radius: 4px;
  margin-right: 0.5rem;
}

.p-worries__text-txt {
  margin-top: 1.5rem;
  text-align: center;
}

.p-worries__img {
  display: none;
}

.p-cost {
  text-align: center;
  color: #FFF;
  position: relative;
  z-index: 2;
}

.p-cost__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  padding: 0;
}

.p-cost__list-item {
  background: #FFD800;
  border-radius: 8px;
  padding: 1.5rem;
  font-weight: bold;
  text-align: center;
  flex: 1 1 200px;
  max-width: 240px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  color: #111;
}

.p-cost__bg {
  padding: 5rem 0;
  background-image: url(worries_bg.jpg);
  background-size: cover;
}

.p-cost__lead {
  text-align: center;
  color: #fff;
  font-size: clamp(1.6rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.8;
}

.p-cost__lead-dot {
  margin: 0;
  padding: 0;
  width: 8px;
  height: 8px;
  top: -2px;
}

.p-cost__note {
  margin-top: 1rem;
  font-size: 0.9rem;
}

.p-cost__wrap {
  margin-top: 1rem;
  margin-bottom: 2rem;
  margin-right: 1rem;
  padding: 1rem;
  background-color: #FF6B00;
  border-radius: 10px;
  margin-left: 1rem;
}

.p-revolution {
  text-align: center;
  background-color: #111;
  color: #FFF;
  background-image: url(revolution__ttl_bg.jpg);
  background-size: cover;
}

.p-revolution__count {
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: baseline;
  color: #FFF;
}

.p-revolution__count-item {
  font-size: 1.1rem;
  font-weight: bold;
}

.p-revolution__count-item:last-child {
  width: 50%;
}

.p-revolution__count-item:first-child {
  border-right: 1px solid #FFF;
  padding: 0 0 0 0.5rem;
  width: 45%;
}

.p-revolution__count-item .js-num {
  font-family: var(--font-mono);
  font-size: clamp(3rem, 10vw, 6rem);
  font-weight: 700;
  line-height: 1;
  margin-right: 0.1em;
  align-items: center;
}

.p-cost__add {
  font-size: clamp(1.6rem, 4vw, 3rem);
  font-weight: bold;
  margin-bottom: 1rem;
}

.p-revolution__bg {
  padding: 5rem 0;
}

.p-revolution__list {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 2rem;
}

.p-revolution__list-item {
  background: var(--neutral-light);
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  font-weight: 700;
  color: var(--text-color);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.p-revolution__ttl {
  margin-bottom: 2rem;
  color: #FFF;
}

.p-revolution__text {
  font-size: clamp(1.6rem, 4vw, 3rem);
  font-weight: bold;
  margin-bottom: 1rem;
}

.why-grid__point strong {
  display: block;
  margin-bottom: 0.25rem;
}

.u-color-orange {
  color: var(--accent);
}

.p-flow__ttl .u-color-orange {
  color: var(--accent);
  font-size: 3rem;
}

.bignum {
  padding: 0 0 0 0.2rem;
  font-family: var(--font-mono);
  font-size: clamp(3rem, 10vw, 6rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0rem;
  align-items: center;
}

.bignum-slash {
  font-family: var(--font-mono);
  font-size: clamp(3rem, 10vw, 6rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.3rem;
}

.solution__title .bignum {
  font-family: var(--font-mono);
  font-size: clamp(3rem, 10vw, 6rem);
  font-weight: 700;
  line-height: 1;
  margin-right: 0.1em;
}

.p-revolution__wrap {
  margin-top: 1rem;
  margin-bottom: 2rem;
  margin-right: 1rem;
  padding: 1rem;
  background-color: #FF6B00;
  border-radius: 10px;
  margin-left: 1rem;
}

.p-flow__ttl {
  text-align: center;
  margin-bottom: 1rem;
}

.p-flow__ttl .c-ttl-ja {
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem;
}

.p-flow__ttl .c-ttl-sub {
  font-size: clamp(1.6rem, 4vw, 3rem);
}

}

    .c-ttl {
  text-align: center;
  margin-bottom: 2rem;
}

.c-ttl .c-ttl-ja {
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
  text-align: center;
}

.p-flow__wrap {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--container-padding);
}

.p-flow__list {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  flex-wrap: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.p-flow__list::-webkit-scrollbar {
  display: none;
}

.p-flow__list-item {
  flex: 1;
  min-width: 140px;
  color: #111;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 2.5rem 1rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
  margin-right: -18px;
}
.p-flow__list-item:last-child {
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
  margin-right: 0;
}

.p-flow__list-item:nth-child(1) {
  background-color: #f8b857;
}

.p-flow__list-item:nth-child(2) {
  background-color: #fbb345;
}

.p-flow__list-item:nth-child(3) {
  background-color: #f6a932;
}

.p-flow__list-item:nth-child(4) {
  background-color: #f3992e;
}

.p-flow__list-item:nth-child(5) {
  background-color: #f3832e;
}

.p-flow__list-item:nth-child(6) {
  background-color: #f36e2e;
}

.p-flow__list-item:nth-child(7) {
  background-color: #f35f2e;
}
.p-flow__list-item:nth-child(8) {
  background-color: #f3492e;
}

.problem {
  padding: 1rem;
}

.problem .connection {
  padding: 0.1rem 1rem;
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  color: #FFF;
  background-color: #333;
  font-weight: bold;
}

.problem .benefit {
  font-size: clamp(1.3rem, 5vw, 2.8rem);
  color: #333;
  line-height: 1;
}

.solution {
  background-color: #f56d22;
  padding: 1.5rem;
  border-radius: 8px;
  margin: 0 1rem;
}

.section-title {
  text-align: center;
  margin: 4rem 0 3rem 0;
}

h3 {
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.3;
  font-size: var(--font-size-h2);
}

.nayami-desc-item h3 {
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.idea-card h3 {
  font-family: var(--font-head);
  font-size: 1.25rem;
  color: var(--primary);
  margin-bottom: 0.75rem;
}

.heatmap-desc-item h3 {
  color: var(--primary);
  margin-bottom: 0.5rem;
}

#proof-swiper .swiper-slide figure h3 {
  font-size: 1.6rem;
}

.feature-item h3 {
  font-size: 1.15rem;
  margin-bottom: .5rem;
  color: #111;
}

.solution__title {
  font-size: clamp(1.3rem, 5vw, 2.8rem);
  margin-bottom: 1rem;
  color: #FFF;
}

.suggestion__count {
  display: flex;
  justify-content: center;
  gap: 2rem;
  align-items: baseline;
  color: #333;
  margin-bottom: 1rem;
  background: #f9f9f9;
  border-radius: 10px;
  padding: 1rem 0;
}

.suggestion__count-item {
  font-size: 1.1rem;
  font-weight: bold;
  flex-direction: column;
}

.suggestion__count-item:first-child {
  border-right: 1px solid #999;
  padding: 0 2.7rem 0 0.5rem;
  flex-direction: column;
  align-items: center;
}

.features-3col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  margin: 3rem 0 2rem;
  text-align: center;
}

.feature-item {
  background: var(--neutral-light);
  border-radius: 12px;
  padding: 2rem 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
}
.cannot-imitate h3 {
  font-size: 1.15rem;
  margin-bottom: .5rem;
  color: #111;
}
.cannot-imitate {
  background: var(--dark-light);
  border-radius: 12px;
  padding: 2rem 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
  color:#111;
  font-size: 1.1rem;
}
.collaboration__bg {
  padding: 1rem 0;
  background-image: url(worries_bg.jpg);
  background-size: cover;
}
.collaboration {
  font-size:1rem;
  text-align:center;
}
.collaboration-introduction {
    margin-top: 1rem;
    margin-bottom: 2rem;
    margin-right: 1rem;
    padding: 1rem;
    border-radius: 10px;
    margin-left: 1rem;
}
.collaboration-campany h3 {
  font-size: 1.15rem;
  margin-bottom: .5rem;
  color: #FFF;
}
.collaboration-campany {
  border-radius: 12px;
  color:#FFF;
  font-size: 1.1rem;
}

.bignum_black {
  padding: 0 5px;
  font-family: var(--font-mono);
  font-size: clamp(3rem, 10vw, 6rem);
  font-weight: 700;
  line-height: 1;
  margin-right: 0.1em;
  color: #333;
  letter-spacing: -0.1rem;
}

.term {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  cursor: help;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 3px;
}

.term:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: 4px;
}

.solution-illustration {
  display: none;
}

.home-compare__lead {
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 2rem;
  color: #333333;
}

.home-compare__table-wrap {
  overflow-x: auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.home-table {
  display: flex;
  /* min-width: 800px; */
}

.home-table__col {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  border-right: 1px solid #E6E6E6;
}

.home-table__col:last-child {
  border-right: none;
  background: #F0F0F0;
}

.home-table__col--header {
  width: 150px;
  position: sticky;
  left: 0;
  z-index: 2;
  background-color: #F7F7F7;
  border-right: 1px solid #ccc;
}

.home-table__col--header .home-table__cell {
  background-color: #F7F7F7;
}

.home-table__thead {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 0.5rem 0;
  text-align: center;
}

.home-table__col--in-house .home-table__thead {
  background-color: #0057d9;
  color: #fff;
}

.home-table__thead--hidden {
  visibility: hidden;
}

.home-table__cell {
  min-height: 120px;
  padding: 1rem 0;
  border-top: 1px solid #E6E6E6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

.home-table__text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
}

.home-table__text--thead {
  font-weight: bold;
  color: #333;
}

.home-table__col--in-house {
  width: 150px;
}

.home-table__thead-text {
  margin: 0;
}

.home-table__icon {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.badge {
  font-size: 2.2rem;
  font-weight: bold;
  vertical-align: middle;
}

.badge-good {
  color: #FFF;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: #0057d9;
  background-color: transparent !important;
}

.is-graylight .badge-good {
  color: #F0F0F0;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: #0057d9;
  background-color: transparent !important;
}

.home-table__text--in-house {
  font-weight: bold;
}

.home-table__col--data {
  width: 160px;
  /* flex-grow: 1; */
}

.comparison-table td.is-graylight {
  background-color: #F0F0F0;
  color: #0057d9;
  font-weight: bold;
  font-size: 1.1rem;
}

.is-graylight .badge-ok {
  color: #F0F0F0;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: #333;
  background-color: transparent !important;
}

.badge-ok {
  color: #F0F0F0;
}

.comparison-footnote {
  text-align: center;
  font-size: 0.8rem;
  color: #777;
  margin-top: 1rem;
  padding: 0 var(--container-padding);
}

.comparison-table-wrapper {
  overflow-x: auto;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
  background-color: #fff;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 1rem;
  color: #333;
}

.comparison-table td {
  padding: 1.25rem 1rem;
  vertical-align: middle;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.comparison-table td.is-highlight {
  color: #0057d9;
  font-weight: bold;
  font-size: 1.1rem;
  border-left: 3px solid #0057d9;
  border-right: 3px solid #0057d9;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border-width: 0;
  border: 0;
}

.badge-cell-content {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.badge-comment {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  color: #666;
  margin-top: 4px;
  text-align: left;
}
.badge-comment-supplement {
    display: block;
  font-size: 0.75rem;
  font-weight: normal;
  color: #666;
  margin-top: 4px;
  text-align: center;
  
}

.comparison-table-wrapper-text {
  text-align: center;
}

.proof {
  /* padding: var(--section-padding) 0; */
  background-color: var(--neutral-light);
  padding: 3rem 0 7rem 0;
}

#proof-swiper {
  overflow: hidden;
  width: 100%;
}

#proof-swiper .swiper-slide figure {
  margin: 0;
  font-size: 1rem;
  margin-bottom: 1rem;
}

#proof-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  opacity: 1;
  margin: 0 4px;
}

#proof-swiper .swiper-pagination-bullet-active {
  background: var(--accent);
}

.usecase {
  padding: var(--section-padding) 0;
  text-align: center;
}

.usecase-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 3rem;
  border-bottom: 2px solid var(--border-color);
}

.btn--ghost {
  background-color: transparent;
  color: var(--text-color);
  border-color: transparent;
  border-radius: 8px 8px 0 0;
  border-bottom: 4px solid transparent;
  padding: 0.75rem 1.25rem;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.btn--ghost:hover {
  background-color: var(--neutral-light);
  color: var(--primary);
}

.btn--ghost:focus-visible {
  background-color: var(--neutral-light);
  color: var(--primary);
}

.btn--ghost[aria-selected="true"] {
  color: var(--primary);
  border-color: var(--primary);
  font-weight: 700;
}

.p-contact__form-item select {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  font-size: 1rem;
  font-family: inherit;
}

.usecase-panels article {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  text-align: left;
}

.usecase-panels article[hidden] {
  display: none;
}

.idea-card {
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.idea-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.heatmap {
  padding: var(--section-padding) 0;
  text-align: center;
  background-color: var(--neutral-light);
}

.chart-container {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  aspect-ratio: 1 / 1;
}

canvas {
  display: block;
  max-width: 100%;
  height: auto;
}

.heatmap-descriptions {
  margin-top: 3rem;
  text-align: left;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.tco-container {
  max-width: 800px;
  margin: 0 auto;
  background-color: var(--neutral-light);
  border-radius: 8px;
}

.tco-container iframe {
  width: 100%;
  border: 0;
}

.modal__content .iframe-container iframe {
  width: 100%;
  border: 0;
  min-height: 480px;
  overflow: hidden;
}

.why-grid {
  display: grid;
  gap: 3rem;
  align-items: center;
}

.why-grid__point {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
  text-align: left;
}

.why-grid__point .why-grid__number {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: var(--accent);
  color: var(--white);
  font-weight: 700;
  font-size: 1.25rem;
}

.faq-accordion {
  max-width: 768px;
  margin: 0 auto;
}

.faq-accordion details {
  background-color: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  transition: border-color 0.2s ease;
}

.faq-accordion details[open] {
  border-color: var(--primary);
}

.faq-accordion summary {
  padding: 1.5rem;
  font-family: var(--font-head);
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  position: relative;
  transition: background-color 0.2s ease;
}

.faq-accordion summary:hover {
  background-color: #f9f9f9;
}

.faq-accordion summary::-webkit-details-marker {
  display: none;
}

.faq-accordion summary::after {
  content: '+';
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: var(--primary);
  transition: transform 0.3s ease;
}

.faq-accordion details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq-content {
  overflow: hidden;
}

.faq-cta {
  text-align: center;
  margin-top: 3rem;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal:not([hidden]) {
  visibility: visible;
  opacity: 1;
}

.modal:not([hidden]) .modal__content {
  transform: scale(1);
}

.btn--primary {
  background-color: var(--primary);
  color: var(--white);
}

.btn--primary:hover:not(:disabled) {
  background-color: color-mix(in srgb, var(--primary), #000 10%);
}

.p-contact {
  padding: 0 1rem 4rem 1rem;
}

.understand {
  background: #F0F0F0;
  padding: 2rem;
  margin: 2rem auto;
  max-width: 768px;
  border-radius: 10px;
}

.p-contact__text {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: bold;
}

.p-contact__form {
  max-width: 768px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.p-contact__form-item {
  display: flex;
  flex-direction: column;
}

.p-contact__form-item input[type="text"] {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  font-size: 1rem;
  font-family: inherit;
}

.p-contact__form-item input[type="email"] {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  font-size: 1rem;
  font-family: inherit;
}

.p-contact__form-item input[type="tel"] {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  font-size: 1rem;
  font-family: inherit;
}

.p-contact__form-item textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  font-size: 1rem;
  font-family: inherit;
  min-height: 120px;
  resize: vertical;
}

.p-contact__form-link {
  font-size: 0.875rem;
  text-align: center;
  margin-top: 1rem;
}

.p-contact__form-policy {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.p-contact__form-btnwrap {
  text-align: center;
  margin-top: 1.5rem;
}

.p-contact__form-btn .wpcf7-submit {
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1.1rem;
  background-color: var(--accent);
  color: var(--white);
  border: none;
  border-radius: 50px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.p-contact__form-btn .wpcf7-submit:hover {
  background-color: color-mix(in srgb, var(--accent), #000 10%);
  transform: translateY(-3px);
}

.p-contact__form-btn .wpcf7-submit:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.footer-cta {
  padding: 3rem 0;
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
}

.btn--outline {
  background-color: var(--white);
  color: var(--primary);
  border-color: var(--primary);
}

.btn--outline:hover:not(:disabled) {
  background-color: var(--neutral-light);
}

.footer-footnote {
  text-align: center;
  padding: 1.5rem var(--container-padding);
  font-size: 0.8rem;
  color: var(--white);
  background-color: var(--primary);
}

.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.7);
  backdrop-filter: blur(5px);
  cursor: pointer;
}

.modal__content {
  position: relative;
  background: var(--white);
  padding: 2.5rem;
  border-radius: 8px;
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  transform: scale(0.95);
  transition: transform 0.3s ease;
}

.modal__content .iframe-container {
  position: relative;
  width: 100%;
}

.modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 2rem;
  line-height: 1;
  color: var(--neutral-dark);
  cursor: pointer;
}

.modal__content--large {
  max-width: 900px;
  overflow-y: visible;
}

:root {
  --primary: #004B8C;
  --accent: #FF6B00;
  --neutral-light: #F4F7FA;
  --dark-light: #DDD;
  --neutral-dark: #1A1A1A;
  --white: #FFFFFF;
  --text-color: #333;
  --border-color: #e0e0e0;
  --font-head: 'Noto Sans JP', sans-serif;
  --font-body: 'Noto Sans JP', sans-serif;
  --font-mono: 'Roboto Mono', monospace;
  --font-size-h1: clamp(2.6rem, 6vw, 4rem);
  --font-size-h2: clamp(2rem, 6vw, 4rem);
  --font-size-h3: clamp(3.6rem, 4vw, 3.6rem);
  --font-size-body: clamp(1rem, 2.5vw, 1.125rem);
  --container-width: 1120px;
  --container-padding: 5%;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@mediascreen and (max-width: 767px) {
.p-worries .p-cost__list-item {
  width: 40vw;
  max-width: 40vw;
}

}

@mediascreen and (min-width: 768px) {
.sp-only {
  display: none;
}

}

@mediascreen and (max-width: 768px) {
.comparison-table tbody th[scope="row"] {
  text-align: center;
  background-color: #f0f0f0;
  padding: 0.75rem;
  font-size: 1.1rem;
}

.comparison-table tbody tr:not(:first-child) th[scope="row"] {
  margin-top: 1.5rem;
}

.comparison-table tr {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.comparison-table tbody tr:last-child td.is-highlight {
  border-bottom: 1px solid #e0e0e0;
}

.comparison-table thead {
  display: none;
}

.comparison-table-wrapper {
  overflow-x: hidden;
}

.comparison-table {
  display: block;
  width: 100%;
}

.comparison-table tbody {
  display: block;
  width: 100%;
}

.comparison-table td {
  display: block;
  width: 100%;
  text-align: right;
  padding-left: 50%;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}

.comparison-table td::before {
  content: attr(data-label);
  position: absolute;
  left: 1rem;
  text-align: left;
  font-weight: bold;
  color: #333;
}

.comparison-table td.is-highlight {
  border-left: 4px solid #0057d9;
  border-right: none;
}

}

@media(max-width: 768px) {
.p-cost__lead-dot span::after {
  content: "";
  width: 8px;
  height: 8px;
  : 8px;
  top: 5px;
}

.p-flow__list {
  flex-direction: column;
  gap: 1rem;
}

.p-flow__list-item {
  min-height: 70px;
  margin-right: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0 80%);
}

.p-flow__list-item:last-child {
  min-height: 70px;
  margin-right: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0 80%);
}

}

@media(max-width: 639px) {
.comparison-table th {
  display: block;
  width: 100%;
}

.comparison-table th[scope="row"] {
  border: none;
  border-bottom: 1px solid var(--border-color);
  background-color: var(--neutral-light);
  text-align: center;
  font-weight: 700;
  padding: 1rem;
}

.comparison-table tr {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  overflow: hidden;
}

.comparison-table tr:last-child {
  margin-bottom: 0;
}

.comparison-table thead {
  display: none;
}

.comparison-table {
  display: block;
  width: 100%;
}

.comparison-table tbody {
  display: block;
  width: 100%;
}

.comparison-table td {
  display: flex;
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--border-color);
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1rem;
  text-align: right;
}

.comparison-table td:last-child {
  border-bottom: none;
}

.comparison-table td::before {
  content: attr(data-label);
  font-weight: 700;
  text-align: left;
  margin-right: 1rem;
  color: var(--primary);
}

}

@media(min-width: 768px) {
.p-worries__img {
  display: block;
}

.why-grid {
  grid-template-columns: 1fr;
}

}

@media(min-width: 1024px) {
.site-nav {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto minmax(0,1fr);
  align-items: center;
  height: 55px;
  border:0;
}

.site-nav ul {
  grid-column: 2 / 3;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 10px 0;
}

.campany-logo {
  grid-column: 1 / 2;
  justify-self: start;
  position: absolute;
  left: 216px;
  top: 50%;
  transform: translateY(-50%);
}

}

@media(max-width:768px) {
.p-flow__list {
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.p-flow__list::before {
  display: none;
}

.p-flow__list-item {
  width: 100%;
  padding: 1rem;
  margin: 0;
}

.p-flow__list-item::after {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}

}

@media(max-width: 480px) {

}

@media(min-width:768px) {
.idea-card {
  min-width: 0;
}

}

@media(min-width:1024px) {
.site-nav {
  display: block;
  /* height: 55px; */
  padding: 0;
  margin: 0;
  border: 0;
}
}
/* デフォルト（PC/タブレット）は改行させない */
br.is-sp { display: none; }

/* スマホ幅だけ改行させる */
@media screen and (max-width: 767px) {
  br.is-sp { display: inline; } /* または display: initial; */
}

.correspondence {
  color:#111;
  background:#F0F0F0;
  padding:2rem;
}

@media (min-width: 1024px) {
  /* 親の並びをflexで統一（既にflexならこの行は不要） */
  .home-compare__table-wrap .home-table {
    display: flex;
    align-items: stretch;
    gap: 0px; /* 任意の余白 */
  }

  /* 見出し（左列）は固定幅に */
  .home-table__col--header {
    flex: 0 0 clamp(160px, 22vw, 240px);
  }

  /* 当社／SIerの2列は等幅に（内容量に関係なく 1:1） */
  .home-table__col--in-house,
  .home-table__col--data {
    flex: 1 1 0;   /* ← equal width */
    min-width: 0;  /* ← 長文でもはみ出さず折り返せるように */
  }

  /* 長文で列幅が押し広げられないように保険 */
  .home-table__text,
  .home-table__thead-text {
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal;
  }
}

/* Tooltip for glossary terms */
.term {
  position: relative;
  display: inline-block;
  cursor: help;
  border-bottom: 1px dotted #f99500;
}

.term__tooltip {
  position: absolute;
  left: 50%;
  bottom: 110%;
  transform: translateX(-50%);
  background: #111;
  color: #fff;
  padding: 12px 14px;
  border-radius: 6px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 1.6;
  min-width: 240px;
  max-width: 360px;
  white-space: normal;
  word-break: break-word;
  text-align: left;
  z-index: 1000;
}

.term__tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #111 transparent transparent transparent;
}

.term.is-active {
  z-index: 1100;
}

/* ==== Law / compliance cards ==== */
#comparison-reasons {
  background: #f7f9fc;
  padding: 48px 0;
}
#comparison-reasons .section-title {
  margin-bottom: 16px;
}
#comparison-reasons .home-compare__lead {
  margin-bottom: 28px;
}
#comparison-reasons .features-3col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}
#comparison-reasons .cannot-imitate {
  background: #fff;
  border: 1px solid #e3e7ef;
  border-radius: 12px;
  padding: 16px 18px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}
#comparison-reasons .cannot-imitate h3 {
  font-size: 18px;
  margin: 0 0 8px;
  color: #1f2c4b;
}
#comparison-reasons .cannot-imitate small {
  display: block;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}
#comparison-reasons ul {
  margin: 6px 0 0;
  padding-left: 1.2em;
  line-height: 1.6;
  text-align: left;
}
#comparison-reasons li {
  margin-bottom: 4px;
}

/* highlight */
.hl-orange {
  color: #f99500;
  font-weight: 700;
}
