:root {
  --red: #d7193f;
  --red-2: #ee3341;
  --orange: #f0831e;
  --gold: #f6b642;
  --ink: #333333;
  --muted: #6e6e6e;
  --cream: #fff5e8;
  --pale: #fff9f2;
  --line: #e9e1dc;
  --shadow: 0 12px 30px rgba(84, 48, 28, 0.16);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  line-height: 1.8;
}
header .pc{
  display: none;
}
.ecm-floating-banner{
  display: none;
}
header .sp .flex_area{
  display:none;
}
header .sp{
  display: none;
}

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

.br-pc {
  display: inline;
}

.br-sp {
  display: none;
}
.center-align{
  text-align: center;
}

mark {
  color: inherit;
  background: linear-gradient(transparent 60%, #ffe26f 0);
  font-weight: 700;
}

.site-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 450px);
  align-items: start;
  min-height: 100vh;
}

.lp-main {
  min-width: 0;
}

.section-inner {
  width: min(100% - 40px, 1080px);
  margin: 0 auto;
}

.hero {
  position: relative;
  display: flex;
  
  justify-content: center;
  align-items: center;
  padding: clamp(38px, 7vw, 25px) clamp(28px, 6vw, 40px) 42px;
  overflow: hidden;
  text-align: center;
  background: url("images/header-bg.jpg") left bottom / cover no-repeat;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border: 3px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  pointer-events: none;
}

.hero::before {
  width: 500px;
  height: 500px;
  left: -220px;
  top: -250px;
}

.hero::after {
  width: 420px;
  height: 420px;
  right: -120px;
  top: 250px;
}

.hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: 0 auto 24px;
  padding: 6px 28px;
  color: var(--ink);
  background: #fff;
  border: 4px solid var(--red);
  border-radius: 999px;
  font-size: clamp(15px, 1.5vw, 20px);
  font-weight: 900;
  line-height: 1.35;
}

.pill span,
.hero h1 span,
h2 span {
  color: var(--red);
}

.hero h1 {
  margin: 0 0 20px;
}

.hero__title img {
  display: block;
  height: auto;
  margin-inline: auto;
}

.hero__lead {
  margin: 0 0 8px;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 800;
  text-shadow:
    0 0 4px #fff,
    0 0 12px rgba(255, 255, 255, 0.95),
    0 0 24px rgba(255, 255, 255, 0.85),
    0 0 40px rgba(255, 255, 255, 0.7);
}

.hero__text {
  margin: 0 auto 34px;
  font-size: clamp(16px, 1.55vw, 18px);
  font-weight: 500;
  text-shadow:
    0 0 4px #fff,
    0 0 12px rgba(255, 255, 255, 0.95),
    0 0 24px rgba(255, 255, 255, 0.85),
    0 0 40px rgba(255, 255, 255, 0.7);
}

.hero__badges {
  margin: 0;
}

.hero__badges img {
  display: block;
  max-width: min(760px, 100%);
  height: auto;
  margin-inline: auto;
}

.hero__sp-visual,
.hero__download {
  display: none;
}

.hero__sp-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.hero__download {
  align-items: center;
  justify-content: center;
  width: min(100%, 350px);
  min-height: 58px;
  margin: 24px auto 0;
  padding: 14px 20px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(180deg, #f0444f 0%, #d7193f 100%);
  border-radius: 10px;
  box-shadow: 0 10px 22px rgba(215, 25, 63, 0.28);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.hero__download::after {
  content: "";
  width: 14px;
  height: 14px;
  margin-left: 12px;
  background: url("images/arrow.svg") center / contain no-repeat;
  flex: 0 0 auto;
}

.badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.badges li {
  display: grid;
  place-items: center;
  width: 142px;
  aspect-ratio: 1;
  padding: 14px;
  text-align: center;
  background: #fff;
  border: 5px solid #ddb156;
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px #fff4cf, 0 8px 18px rgba(0, 0, 0, 0.08);
}

.badges strong {
  color: #f05a28;
  font-size: 27px;
  line-height: 1.05;
}

.badges span {
  font-weight: 900;
  line-height: 1.2;
}

.asset {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: rgba(215, 25, 63, 0.72);
  text-align: center;
  font-size: 13px;
  font-weight: 800;
 
}

.asset img {
  position: absolute;
  inset: 0;
  inline-size: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.asset--hero {
  min-height: 410px;
  border: 0;
  background: transparent;
}

.asset--hero span {
  padding: 68px 34px;
  border: 2px dashed rgba(215, 25, 63, 0.22);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.58);
}

.proof {
  color: #fff;
  padding: 60px 14px 50px;
  background: linear-gradient(135deg, #f6b23d 0%, #ef2e34 100%);
}

.slash-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 4vw, 10px);
  margin: 0 0 14px;
  text-align: center;
  font-size: clamp(26px, 4.8vw, 48px);
  font-weight: 950;
  line-height: 1.18;
  letter-spacing: 0.02em;
}

.slash-title::before,
.slash-title::after {
  content: "";
  display: block;
  width: clamp(44px, 5.5vw, 70px);
  height: 3px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  flex-shrink: 0;
}

.slash-title::after {
  transform: rotate(-63deg);
}

.slash-title::before {
  transform: rotate(63deg);
}

.proof__subtitle,
.proof__bottom {
  margin: 0;
  text-align: center;
}

.proof__subtitle {
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 800;
  line-height: 1.45;
}

.proof__bottom {
  font-size: clamp(27px, 2.8vw, 32px);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.stat-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 48px);
  margin: 26px auto 46px;
  max-width: 950px;
}

.stat-card {
  padding: clamp(24px, 3vw, 34px) clamp(24px, 3.5vw, 42px);
  color: var(--ink);
  background: #fff;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.stat-card__head {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.5vw, 24px);
  margin-bottom: 18px;
}

.stat-card__icon {
  flex-shrink: 0;
  width: clamp(72px, 11vw, 96px);
}

.stat-card__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.stat-card__metrics {
  flex: 1;
  min-width: 0;
}

.stat-card__label {
  display: inline-block;
  margin: 0 0 6px;
  padding: 3px 12px;
  color: var(--red);
  border: 1px solid var(--red);
  font-size: clamp(13px, 1.3vw, 15px);
  font-weight: 900;
  line-height: 1.35;
}

.stat-card__number {
  margin: 0;
  color: var(--red);
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(44px, 5.5vw, 64px);
  font-style: normal;
  font-weight: 800;
  font-synthesis: none;
  font-variant-numeric: lining-nums;
  line-height: 1;
  letter-spacing: -0.02em;
}

.stat-card__caption {
  margin: 6px 0 0;
  color: var(--ink);
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 800;
  line-height: 1.35;
}

.stat-card__text {
  margin: 0;
  font-size: clamp(14px, 1.35vw, 16px);
  font-weight: 500;
  line-height: 1.75;
}

.logo-marquee {
  --logo-marquee-gap: 18px;
  display: grid;
  gap: 18px;
  margin: 0 auto 34px;
}

.logo-marquee__row {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.logo-marquee__track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.logo-marquee__group {
  display: flex;
  flex-shrink: 0;
}

.logo-marquee .asset--logo {
  flex: 0 0 clamp(110px, 11vw, 160px);
  margin-right: var(--logo-marquee-gap);
}

.logo-marquee__row--right .logo-marquee__track {
  animation: logo-marquee-right 50s linear infinite;
}

.logo-marquee__row--left .logo-marquee__track {
  animation: logo-marquee-left 50s linear infinite;
}

.asset--logo {
  flex: 0 0 clamp(110px, 11vw, 160px);
  aspect-ratio: 1;
  min-height: 74px;
  color: #fff;
  background: rgba(26, 24, 24, 0.86);
  border: 0;
  border-radius: 0;
}

.asset--logo img {
  object-fit: contain;
}

@keyframes logo-marquee-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes logo-marquee-right {
  from {
    transform: translate3d(-50%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.proof__bottom small {
  display: block;
  margin-top: 8px;
  font-size: clamp(13px, 1.2vw, 15px);
  font-weight: 700;
  opacity: 0.88;
}

.formula {
  padding: clamp(48px, 6vw, 80px) 0 0;
  background: linear-gradient(180deg, #fff 0%, #fee9d1 100%);
}

.formula__visual {
  line-height: 0;
  text-align: center;
}

.formula__visual picture,
.problems__visual picture {
  display: block;
}

.formula__visual img {
  display: block;
  height: auto;
  margin-inline: auto;
}

h2 {
  margin: 0 0 32px;
  text-align: center;
  font-size: clamp(34px, 4.4vw, 46px);
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: 0;
}

.formula-box {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 58px);
  background: #f0f0f0;
  border: 7px solid var(--red);
  border-radius: 26px;
}

.formula-box::before {
  content: "";
  position: absolute;
  inset: 34px 46px;
  z-index: 0;
  background: #fff;
  border-radius: 22px;
}

.formula-box > * {
  position: relative;
  z-index: 1;
}

.equation {
  margin: 0 0 28px;
  text-align: center;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 950;
  line-height: 1.2;
}

.equation span {
  display: inline-block;
  padding: 4px 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--red-2), var(--orange));
  border-radius: 6px;
}

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

.factor-grid article {
  padding: 24px;
  text-align: center;
  background: #fff;
  border: 3px solid var(--red);
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.factor-grid b {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--red);
  border-radius: 50%;
  font-size: 24px;
}

.factor-grid h3 {
  margin: 14px 0 6px;
  font-size: 22px;
  line-height: 1.4;
}

.factor-grid p {
  margin: 0;
  font-weight: 700;
}

.formula-box__note {
  margin: 34px 0 0;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  text-decoration: underline dotted var(--red) 3px;
  text-underline-offset: 10px;
}

.asset--consultant {
  width: min(380px, 72%);
  height: 260px;
  margin: -10px auto 0;
  border: 0;
  background: transparent;
}

.features {
  padding: 70px 0 82px;
  background: url("images/slide-bg.jpg") center / cover no-repeat;
}

.features h2 span {
  color: #e44713;
}

.features__title img {
  display: block;
  height: auto;
  margin-inline: auto;
}

.features-slider {
  max-width:1000px;
  margin: 0 auto;
}

.tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin: 0 0 30px;
}

.tabs__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 12px;
  color: var(--ink);
  text-align: center;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  font: inherit;
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 900;
  line-height: 1.2;
  cursor: pointer;
}

.tabs__btn.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--red-2), var(--orange));
  border-color: transparent;
}

.tabs__btn.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid var(--orange);
}

.features-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.08);
}

.features-card__track {
  display: grid;
}

.tool-card {
  grid-area: 1 / 1;
  display: grid;
  grid-template-columns: 2fr minmax(280px, 50%);
  gap: 10px;
  align-items: start;
  padding: clamp(28px, 5vw, 33px) clamp(28px, 5vw, 33px) 1rem;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.tool-card.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.tool-card h3 {
  margin: 0 0 4px;
  font-weight: bold;
  font-size: clamp(26px, 3vw, 30px);
  line-height: 1.25;
}

.tool-card p {
  margin: 0 0 22px;
  font-weight: 800;
}

.tool-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: item;
}

.tool-card:not(#features-panel-0) .tool-list {
  grid-template-columns: 1fr;
}

.tool-list li {
  padding: 9px 14px;
  border: 1px solid #dcdcdc;
  background: #fff4ef;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.tool-list span {
  margin-right: 8px;
  color: var(--red);
}

.tool-list strong {
  font-weight: 900;
}

.tool-list small {
  display: block;
  margin-top: 6px;
  color: #555;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.55;
}

.tool-card .tool-list-heading {
  display: none;
}

.tool-points {
  margin-top: 22px;
  padding-left: 18px;
  border-left: 6px solid var(--red);
}

.tool-points__lead {
  margin: 0 0 14px;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

.tool-points__label {
  margin: 0 0 16px;
  color: var(--red);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.tool-points ul {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.tool-points li {
  position: relative;
  padding-left: 26px;
}

.tool-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--red);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.tool-points h4 {
  margin: 0 0 4px;
  color: #333;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.45;
}

.tool-points li p {
  margin: 0;
  color: #555;
  font-size: 13px;
  line-height: 1.65;
}

.asset--screen {
  align-self: center;
  min-height: 280px;
  border-radius: 10px;
}

.asset--screen img {
  object-fit: contain;
}

.features-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 0 0 28px;
}

.features-dots__btn {
  width: 10px;
  height: 10px;
  padding: 0;
  background: #d8d8d8;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.features-dots__btn.is-active {
  background: var(--red);
}

.features-arrow,
.tool-scroll-hint {
  display: none;
}

.problems,
.flow {
  background: url("images/nayami-bg.jpg") center / cover no-repeat;
}

.problems {
  padding: 78px 0 50px;
}

.problems__visual {
  line-height: 0;
  text-align: center;
}

.problems__visual img {
  display: block;
  max-width: min(940px, 100%);
  height: auto;
  margin-inline: auto;
}

.problems h2 small {
  display: block;
  font-size: 28px;
  line-height: 1.4;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
  max-width: 900px;
  margin: 0 auto 40px;
}

.problem-grid article {
  grid-column: span 2;
  padding: 24px 20px;
  text-align: center;
  background: #efefef;
  border-radius: 8px;
}

.problem-grid article:nth-child(4) {
  grid-column: 2 / span 2;
}

.problem-grid b {
  color: #ff4a24;
  font-size: 22px;
}

.problem-grid h3 {
  margin: 8px 0 10px;
  font-size: 22px;
  line-height: 1.55;
}

.problem-grid span {
  color: #f04a24;
}

.problem-grid p {
  margin: 0;
  color: #666;
  font-weight: 700;
}

.support-message {
  max-width: 910px;
  margin: 0 auto;
  padding: 0 38px 30px;
  text-align: center;
  background: #fffbc3;
  border: 4px solid #333;
  border-radius: 0 0 18px 18px;
}

.support-message p {
  display: inline-block;
  margin: -18px 0 24px;
  padding: 14px 38px;
  color: #fff;
  background: linear-gradient(135deg, var(--red-2), var(--orange));
  border: 8px solid #fffbc3;
  border-radius: 999px;
  font-size: clamp(20px, 2.6vw, 33px);
  font-weight: 950;
  line-height: 1.25;
}

.support-message span {
  display: block;
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 700;
}

.support-message strong {
  color: var(--red);
  font-size: 24px;
}

.flow {
  padding: 5px 2px 40px;
}

.pre-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: #444444;
  text-align: center;
  font-size: clamp(17px, 2.7vw, 32px);
  font-weight: 700;
  line-height: 1.55;
}

.pre-title__line > span {
  color: #c02026;
}

.pre-title__line {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px dotted #c02026;
}

.flow-card {
  display: grid;
  grid-template-columns: minmax(363px, 44%) 1fr;
  gap: 20px;
  align-items: start;
  max-width: 895px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 37px);
  background: #fff;
  border: 3px solid #d8d8d8;
  border-radius: 22px;
}

.asset--flow {
  grid-column: 1;
  grid-row: 1;
  overflow: visible;
  border: 0;
  background: transparent;
}

.asset--flow img {
  position: static;
  inline-size: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.flow-card__content {
  grid-column: 2;
  grid-row: 1;
}

.flow-list {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}

.flow-list li {
  position: relative;
  padding-left: 40px;
  font-size: clamp(16px, 1.5vw, 22px);
  font-weight: 900;
}

.flow-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 22px;
  height: 22px;
  background: url(images/check.png) center / 14px no-repeat, linear-gradient(135deg, var(--red-2), var(--orange));
  border-radius: 50%;
}

.flow-card p {
  margin: 0;
  font-size: clamp(16px, 1vw, 17px);
  font-weight: 500;
}

.comparison {
  padding: 82px 0 72px;
  background: #fff;
}

.comparison .section-inner > p:not(.table-scroll-hint) {
  max-width: 1000px;
  margin: 0 auto 42px;
  font-size: 17px;
  font-weight: 500;
}

.table-wrap {
  max-width:1000px;
  margin: 0 auto;
  overflow-x: auto;
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.table-wrap table {
  table-layout: fixed;
}

.table-wrap th,
.table-wrap td {
  width: 25%;
}

.table-scroll-hint {
  display: none;
}

table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: #fff;
}

th,
td {
  padding: 20px 26px;
  border: 1px solid #e5e5e5;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
}

thead th {
  color: #10122d;
  background: #f8f8f8;
  font-size: 18px;
}

thead th:last-child {
  color: #fff;
  background: linear-gradient(135deg, var(--red-2), var(--orange));
}

tbody th {
  text-align: left;
  font-size: 18px;
}

tbody td:last-child {
  color: #ff2b22;
  background: #fff5f0;
}

.voices {
  padding: 0 0 86px;
  background: #feefe5;
}

.voices__town {
  line-height: 0;
  text-align: center;
}

.voices__town img {
  display: block;
  width: 100%;
  height: auto;
  margin-inline: auto;
}

.voices .section-inner {
  padding-top: clamp(20px, 3vw, 32px);
  text-align: center;
}

.voices__title {
  margin:0px;
}

.voices__title img {
  display: block;
  max-width: min(760px, 100%);
  height: auto;
  margin-inline: auto;
}

.voice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  text-align: left;
}

.voice-grid article {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: #fff;
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.asset--voice {
  aspect-ratio: 1.72;
  margin-bottom: 20px;
  border-radius: 8px;
}

.voice-grid h3 {
  margin: 0 0 18px;
  color: var(--red);
  font-size: 22px;
  line-height: 1.45;
  font-weight: bold;
}

.voice-grid p {
  margin: 0 0 28px;
  font-size: 17px;
  font-weight: 700;
}

.voice-grid footer {
  margin-top: auto;
  padding-top: 20px;
  color: #8a8a8a;
  border-top: 2px dotted #cfcfcf;
  text-align: center;
  border-radius:0!important;
  font-weight: 800;
  font-size: 15px;
}

.cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 47%);
  gap: clamp(12px, 2vw, 24px);
  align-items: center;
  width: min(100% - 40px, 1080px);
  margin-top: 2rem;
  margin-inline: auto;
  margin-bottom: clamp(64px, 8vw, 96px);
  padding: clamp(38px, 4.5vw, 39px) clamp(36px, 4.5vw, 56px) clamp(26px, 3vw, 34px);
  color: #fff;
  background: linear-gradient(90deg, #f58220 0%, #ee2a24 100%);
  border-radius: 28px;
  box-shadow: var(--shadow);
  overflow: visible;
}

.cta__text {
  align-self: center;
}

.cta h2 {
  margin: 0 0 clamp(18px, 2.2vw, 24px);
  text-align: left;
  color: #fff;
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.cta p {
  margin: 0;
  font-size: clamp(13px, 1.2vw, 15px);
  font-weight: 400;
  line-height: 1.9;
}

.asset--team {
  align-self: end;
  margin-bottom: clamp(-28px, -3.5vw, -44px);
  overflow: visible;
  border: 0;
  background: transparent;
  line-height: 0;
}

.asset--team img {
  position: static;
  display: block;
  width: 100%;
  max-width: min(100%, 480px);
  height: auto;
  margin-inline: auto 0;
  object-fit: contain;
}

.asset--team:has(img:not([hidden])) span {
  display: none;
}

.download-panel {
  position: sticky;
  top: 0;
  min-height: 100vh;
  padding: 24px clamp(16px, 2vw, 28px);
  background: #fff;
  box-shadow: -14px 0 34px rgba(0, 0, 0, 0.05);
}

.download-form {
  max-width:370px;
  margin: 0 auto;
}

.download-form h2 {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  column-gap: 9px;
  align-items: center;
  margin: 0 0 14px;
  padding: 12px 12px;
  text-align: left;
  color: #222!important;
  background: #fff2eb;
  border: 1px solid #ffd5dd;
  border-radius: 10px;
  font-size: clamp(15px, 1.18vw, 17px);
  font-weight: 900;
  line-height: 1.4;
}

.download-form h2::before {
  content: "";
  grid-row: 1 / span 2;
  width: 42px;
  height: 42px;
  background: url("images/icon4.svg") center / contain no-repeat;
}

.download-form__title-main,
.download-form__note {
  display: block;
}

.download-form__title-main {
  color: #222;
}

.download-form__note {
  margin-top: 2px;
  color: #d7193f;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}

.download-form p {
  margin: 0 0 16px;
  color: #555;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.download-form label {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.45;
}

.download-form input,
.download-form select,
.download-form textarea {
  width: 100%;
  margin-top: 6px;
  padding: 12px 16px;
  color: #4a4a4a;
  background: #f1eeea;
  border: 1.5px solid #b9aea3;
  border-radius: 999px;
  font: inherit;
  font-size: 14px;
  line-height: 1.4;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    0 1px 3px rgba(97, 72, 52, 0.12);
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.download-form input::placeholder,
.download-form textarea::placeholder {
  color: #b7b0a7;
}

.download-form input:focus,
.download-form select:focus,
.download-form textarea:focus {
  outline: none;
  background: #f6f2ee;
  border-color: #d7193f;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    0 0 0 3px rgba(215, 25, 63, 0.12);
}

.download-form select {
  padding-right: 42px;
  background-image:
    linear-gradient(45deg, transparent 50%, #7b746c 50%),
    linear-gradient(135deg, #7b746c 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(50% - 2px),
    calc(100% - 14px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.download-form textarea {
  resize: vertical;
  min-height: 88px;
  border-radius: 18px;
}

.download-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 2px;
  min-height: 54px;
  padding: 14px 18px;
  color: #fff;
  background: linear-gradient(180deg, #f0444f 0%, #d7193f 100%);
  border: 0;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(215, 25, 63, 0.24);
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.download-form button::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("images/arrow.svg") center / contain no-repeat;
  flex: 0 0 auto;
}

@media (max-width: 1180px) {
  .site-shell {
    grid-template-columns: 1fr;
  }

  .download-panel {
    position: static;
    min-height: auto;
    padding: 0px 22px 64px;
    background: #fff8f5;
  }

  .download-form {
    max-width: 720px;
    padding: 30px;
    background: #fff;
    border-radius: 18px;
    box-shadow: var(--shadow);
  }
}

@media (max-width: 860px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline;
  }
  .left-align {
    text-align: left;
  }

  .section-inner,
  .cta {
    width: min(100% - 20px, 680px);
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 28px 18px 38px;
    text-align: center;
    background: url("images/header-sp-bg.png") center top / cover no-repeat;
  }

  .hero__content {
    max-width: none;
  }

  .hero::before,
  .hero::after,
  .hero__title,
  .hero__lead,
  .hero__text,
  .hero__badges {
    display: none;
  }

  .hero__sp-visual {
    display: block;
    max-width: 430px;
    margin: 0 auto;
  }

  .hero__download {
    display: inline-flex;
  }

  .hero__art {
    order: 2;
  }

  .badges {
    justify-content: center;
  }

  .badges li {
    width: 126px;
  }
  .voice-grid{
    padding:0 14px;
  }

  .stat-cards,
  .factor-grid,
  .tool-card,
  .flow-card,
  .voice-grid,
  .cta {
    grid-template-columns: 1fr;
  }

  .asset--flow,
  .flow-card__content,
  .flow-list,
  .flow-card p {
    grid-column: auto;
    grid-row: auto;
  }

  .logo-marquee {
    --logo-marquee-gap: 10px;
    gap: 10px;
  }

  .asset--logo {
    flex-basis: clamp(92px, 18vw, 126px);
  }

  .formula-box {
    padding: 22px;
  }

  .formula-box::before {
    inset: 18px;
  }

  .factor-grid article {
    padding: 18px;
  }

  .voices__town {
    overflow: hidden;
  }

  .voices__town img {
    width: 165%;
    max-width: none;
    transform: translateX(-20%);
  }

  .table-scroll-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 18px 0 0;
    color: #9c9c9c;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
  }

  .table-scroll-hint::before,
  .table-scroll-hint::after {
    color: var(--red);
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
  }

  .table-scroll-hint::before {
    content: "←";
  }

  .table-scroll-hint::after {
    content: "→";
  }

  .features {
    padding: 48px 0 64px;
  }

  .features-slider {
    width: min(100% - 24px, 560px);
    max-width: 560px;
  }

  .tabs {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 24px;
  }

  .tabs__btn {
    flex-direction: column;
    gap: 5px;
    min-height: 74px;
    padding: 10px 4px 9px;
    background: #fff;
    border: 0;
    border-radius: 13px;
    box-shadow: 0 6px 18px rgba(84, 48, 28, 0.12);
    font-size: clamp(11px, 2.8vw, 14px);
    font-weight: 800;
  }

  .tabs__btn::before {
    content: "";
    width: 22px;
    height: 22px;
    background: #8b8b8b;
    mask: var(--tab-icon) center / contain no-repeat;
    -webkit-mask: var(--tab-icon) center / contain no-repeat;
  }

  .tabs__btn[data-slide="0"] {
    --tab-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 20h16v2H4zm1-9h3v7H5zm5-7h3v14h-3zm5 4h3v10h-3z'/%3E%3C/svg%3E");
  }

  .tabs__btn[data-slide="1"] {
    --tab-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.7 6.3A8 8 0 0 0 4.3 10H2l3.5 3.5L9 10H6.3a6 6 0 0 1 10-2.3L14 10h8V2zm-10 11.4A8 8 0 0 0 21.7 14H24l-3.5-3.5L17 14h2.7a6 6 0 0 1-10 2.3L12 14H4v8z'/%3E%3C/svg%3E");
  }

  .tabs__btn[data-slide="2"] {
    --tab-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2M1 2v2h2l3.6 7.6-1.4 2.5C4.5 15.4 5.4 17 7 17h12v-2H7l1.1-2h7.5c.8 0 1.5-.4 1.8-1.1L21 5H5.2L4.3 2zm16 16c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2'/%3E%3C/svg%3E");
  }

  .tabs__btn[data-slide="3"] {
    --tab-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a4 4 0 0 0-4 4v1H7a4 4 0 0 0-1 7.9V16a4 4 0 0 0 6 3.5A4 4 0 0 0 18 16v-1.1A4 4 0 0 0 17 7h-1V6a4 4 0 0 0-4-4m-2 4a2 2 0 1 1 4 0v12a2 2 0 0 1-4 0z'/%3E%3C/svg%3E");
  }

  .tabs__btn[data-slide="4"] {
    --tab-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2m1 10.6 3.5 2.1-1 1.7-4.5-2.7V6h2z'/%3E%3C/svg%3E");
  }

  .tabs__btn.is-active {
    box-shadow: 0 10px 22px rgba(215, 25, 63, 0.24);
  }

  .tabs__btn.is-active::before {
    background: #fff;
  }

  .tabs__btn.is-active::after {
    bottom: -11px;
    border-left-width: 10px;
    border-right-width: 10px;
    border-top-width: 12px;
  }

  .features-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
  }

  .tool-card {
    display: none;
    gap: 0;
    padding: 26px 18px 28px;
    text-align: center;
  }

  .tool-card.is-active {
    display: grid;
  }

  .tool-card h3 {
    margin-bottom: 8px;
    font-size: clamp(22px, 6vw, 32px);
    line-height: 1.2;
    letter-spacing: 0.04em;
  }

  .tool-card p {
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1.6;
  }

  .asset--screen {
    order: 2;
    min-height: auto;
    margin-top: 0;
    line-height: 0;
  }

  .tool-card .asset--screen img {
    position: static;
    width: min(100%, 340px);
    height: auto;
    margin-inline: auto;
    object-fit: contain;
  }

  .tool-card > div:first-child {
    display: contents;
  }

  .tool-card h3,
  .tool-card > div:first-child > p:not(.tool-list-heading):not(.tool-scroll-hint) {
    order: 1;
  }

  .tool-card .tool-list-heading {
    order: 3;
    display: block;
    margin: 18px 0 0;
    padding-left: 14px;
    color: #222;
    border-left: 6px solid var(--red);
    text-align: left;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.4;
  }

  .tool-list {
    order: 4;
    display: flex;
    grid-template-columns: none;
    gap: 14px;
    margin: 14px -2px 0;
    padding: 0 18px 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-color: var(--red-2) #e2e2e2;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .tool-card .tool-scroll-hint {
    order: 5;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 8px 0 0;
    color: #9c9c9c;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
  }

  .tool-scroll-hint::before {
    content: "←";
    color: var(--red);
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
  }

  .tool-scroll-hint::after {
    content: "→";
    color: var(--red);
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
  }

  .tool-list::-webkit-scrollbar {
    height: 4px;
  }

  .tool-list::-webkit-scrollbar-track {
    background: #e2e2e2;
    border-radius: 999px;
  }

  .tool-list::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, var(--red-2), var(--orange));
    border-radius: 999px;
  }

  .tool-list::before {
    content: none;
  }

  .tool-card:not(#features-panel-0) .tool-list {
    grid-template-columns: none;
  }

  .tool-list li {
    flex: 0 0 min(43vw, 170px);
    min-height: 160px;
    padding: 10px 14px;
    scroll-snap-align: start;
    text-align: left;
    background: #fff4ef;
    border: 1px solid #f0d8d0;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(84, 48, 28, 0.1);
  }

  .tool-list span {
    display: block;
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
  }

  .tool-list strong {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.45;
  }

  .tool-list small {
    font-size: 12px;
    line-height: 1.7;
  }

  .tool-points {
    order: 6;
    text-align: left;
  }

  .features-arrow {
    position: absolute;
    top: 48%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.445);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 8px 18px rgba(84, 48, 28, 0.18);
    transform: translateY(-50%);
    cursor: pointer;
    backdrop-filter: blur(4px);
  }

  .features-arrow::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
  }

  .features-arrow--prev {
    left: 10px;
  }

  .features-arrow--prev::before {
    transform: rotate(-135deg);
  }

  .features-arrow--next {
    right: 10px;
  }

  .features-arrow--next::before {
    transform: rotate(45deg);
  }

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

  .problem-grid article,
  .problem-grid article:nth-child(4) {
    grid-column: auto;
  }

  .support-message {
    padding: 0 18px 26px;
  }

  .support-message p {
    padding: 12px 22px;
  }

  .cta {
    margin-bottom: clamp(10px, 6vw, 72px);
    padding: clamp(32px, 6vw, 44px) clamp(24px, 5vw, 36px) clamp(24px, 4vw, 32px);
  }

  .cta h2 {
    text-align: center;
    font-size: clamp(26px, 6vw, 30px);
  }

  .cta p {
    font-size: clamp(14px, 3.2vw, 14px);
  }

  .asset--team {
    align-self: center;
    max-width: min(100%, 360px);
    margin-inline: auto;
    margin-bottom: clamp(-18px, -4vw, -28px);
  }

  .asset--team img {
    margin-inline: auto;
  }
}

@media (max-width: 520px) {
  .slash-title {
    gap: 14px;
  }
  tbody th{
    font-size:14px;
  }

  .slash-title::before,
  .slash-title::after {
    width: 56px;
    height: 2px;
    margin-top:2rem;
  }
  .comparison .section-inner > p:not(.table-scroll-hint){
    font-size: 16px;
  }

  .proof__subtitle {
    font-size: 16px;
  }
  .comparison{
    padding: 40px 14px 0;
  }

  h2 {
    font-size: 27px;
    line-height: 1.45;
  }
  .problems{
    padding: 32px 14px 50px;
  }

  .pill {
    width: 100%;
    padding-inline: 16px;
  }

  .badges li {
    width: 108px;
    font-size: 12px;
  }

  .badges strong {
    font-size: 21px;
  }

  .hero {
    padding: 22px 0 34px;
  }

  .hero__download {
    width: min(100% - 18px, 350px);
    min-height: 56px;
    margin-top: 20px;
    font-size: 16px;
  }

  .stat-card {
    padding: 26px 22px;
  }

  .asset--logo {
    flex-basis: 108px;
  }

  .logo-marquee__row--right .logo-marquee__track,
  .logo-marquee__row--left .logo-marquee__track {
    animation-duration: 50s;
  }

  .equation {
    font-size: 25px;
  }

  .tabs {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
  }

  .tabs__btn {
    min-height: 68px;
    padding: 8px 3px;
    font-size: 11px;
  }

  .tabs__btn::before {
    width: 20px;
    height: 20px;
  }

  .asset--screen {
    min-height: 230px;
  }

  .tool-card .asset--screen {
    min-height: auto;
  }

  .asset--flow {
    min-height: auto;
  }
  thead th{
    font-size: 14px;
  }

  th,
  td {
    font-size: 17px;
    padding: 7px 12px;
  }

  .download-form {
    padding: 22px;
  }
}
