.hero-section {
  position: relative;
  color: #fff;
  overflow: hidden;
}

.hero-section__bg-shape {
  position: absolute;
  inset: 0 24px 0 0;
  border-radius: 0 0 64px 0;
  background: #4a8c34;
  will-change: background-position;
}
.hero-content__title strong {
  position: relative;
  /* color: #ff5535; */
  font-size: 1.3em;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.hero-content__title strong::after {
  content: "";
  position: absolute;
  bottom: 0.15em;
  left: 0em;
  right: 0em;
  height: 0.5em;
  background: #fff255;
  z-index: -1;
  opacity: 0.3;
}
.hero-section__inner {
  position: relative;
  min-height: 640px;
  padding: 129px 0 120px;
}

.hero-content {
  max-width: 520px;
  position: relative;
  z-index: 2;
}

.hero-content__kicker {
  display: inline-block;
  position: relative;
  background: #fff;
  color: #283446;
  border-radius: var(--radius-sm);
  padding: 8px 14px;
  font-weight: 700;
  font-size: 14px;
  animation: heroFadeUp 0.65s ease-out both;
}

.hero-content__kicker::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #fff;
}

.hero-content__kicker br {
  display: none;
}

.hero-content__title {
  margin: 18px 0 10px;
  font-size: clamp(24px, 5.2vw, 70px);
  line-height: 1.2;
  letter-spacing: 0.02em;
  white-space: nowrap;
  animation: heroFadeUp 0.75s ease-out 0.12s both;
}

.hero-content__lead {
  margin: 0;
  margin-left: 4em;
  font-size: clamp(14px, 1.8vw, 18px);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
  animation: heroFadeUp 0.8s ease-out 0.24s both;
}

.hero-content__lead br {
  display: inline;
}

.hero-kpis {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.hero-kpi {
  width: 138px;
  height: 138px;
  border-radius: 999px;
  border: 2px solid #e3cf6b;
  background: #134ca6;
  display: grid;
  place-content: center;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  animation: heroKpiFloat 3.4s ease-in-out infinite;
}

.hero-kpi:nth-child(2) {
  animation-delay: 0.35s;
}

.hero-kpi__label {
  margin: 0;
  font-size: 14px;
  color: #f4dd7b;
  font-weight: 700;
  line-height: 1.25;
  padding: 0;
}

.hero-kpi__value {
  margin: 4px 0 0;
  font-size: 40px;
  line-height: 1;
  font-weight: 800;
  color: #f8e8ad;
  padding: 0;
}

.hero-kpi__value span {
  font-size: 20px;
  margin-left: 2px;
}

.hero-content__cta-group {
  margin-top: 36px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}

.hero-content__cta {
  display: block;
  position: relative;
  background: var(--color-accent);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 20px 28px;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: var(--shadow-sm);
  animation: heroFadeUp 0.75s ease-out 0.36s both;
  width: fit-content;
}

.hero-content__cta::before {
  content: "いますぐ！";
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 30%);
  background: #fff;
  color: var(--color-accent);
  border-radius: 999px;
  padding: 8px 34px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
}

.hero-content__cta::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -100%);
  width: 12px;
  height: 12px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.hero-content__cta:hover {
  background: var(--color-accent-dark);
}

.hero-content__cta--line {
  background: #06c755;
  border-color: #06c755;
  min-height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 24px;
  border: 2px solid #fff;
}

.hero-content__cta--line::before,
.hero-content__cta--line::after {
  display: none;
}

.hero-content__cta--line:hover {
  background: #05a847;
}

.hero-visual {
  position: absolute;
  right: 0;
  top: 110px;
  margin: 0;
  width: auto;
  height: 100%;
}

.hero-visual img {
  width: auto;
  height: 80%;
  max-width: none;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.18));
  animation: heroVisualFloat 4.6s ease-in-out infinite;
}

.ttlH3 {
  display: block;
  width: 100%;
  background: #29db80;
  color: #fff;
  font-size: clamp(20px, 4vw, 28px);
  font-weight: 700;
  line-height: 1.3;
  padding: 16px 20px;
  margin: 0 0 20px;
  box-sizing: border-box;
}

@keyframes heroFadeUp {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroVisualFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-9px);
  }
}

@keyframes heroKpiFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-section__bg-shape {
    background-position: center !important;
  }

  .hero-content__kicker,
  .hero-content__title,
  .hero-content__lead,
  .hero-content__cta,
  .hero-kpi,
  .hero-visual img {
    animation: none !important;
  }

  .problem-item.is-reveal-ready {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .case-section__image.is-reveal-ready,
  .case-section__compare-item.is-reveal-ready img,
  .case-section__actions.is-reveal-ready a,
  .works-section__hero.is-reveal-ready,
  .works-section__thumbs.is-reveal-ready,
  .works-point.is-reveal-ready,
  .works-section__actions.is-reveal-ready a,
  .voice-section__card.is-reveal-ready {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }
}

.section {
  padding: 88px 0;
}

.section--trial {
  padding: 56px 0;
}

.section--muted {
  background: #fff;
}

#problem.section--muted {
  background: #fff;
}

.section-title {
  margin: 0;
  text-align: center;
  color: #224f99;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.section-subtitle {
  margin: 10px auto 30px;
  text-align: center;
  color: var(--color-muted);
  max-width: 760px;
}

.trial-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  background: linear-gradient(180deg, #f8fbff 0%, #f0f6ff 100%);
}

.trial-cta p {
  margin: 8px 0 0;
  color: #445978;
}

.section-title--left,
.section-title--left + p {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.card-grid {
  display: grid;
  gap: 16px;
}

.card-grid--3 { grid-template-columns: repeat(3, 1fr); }
.card-grid--2 { grid-template-columns: repeat(2, 1fr); }

.problem-title {
  margin: 0;
  text-align: center;
  line-height: 1.35;
}

.problem-title__sub {
  display: block;
  color: #4a8c34;
  font-size: 24px;
  font-weight: 800;
}

.problem-title__main {
  display: block;
  color: #4a8c34;
  font-size: 30px;
  font-weight: 800;
}

.problem-title__main em {
  font-size: 1.6em  ;
    font-style: normal;
  color: #ff5535;
}

.problem-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  align-items: end;
}

.problem-item {
  text-align: center;
}

.problem-item.is-reveal-ready {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1.0s ease, transform 1.0s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.problem-item.is-reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.problem-item__illustration {
  width: min(170px, 88%);
  margin: 0 auto 8px;
}

.problem-item__card {
  background: #dfdfdf;
  border-radius: 10px;
  padding: 18px 16px;
  text-align: left;
  min-height: 180px;
  display: flex;
  align-items: center;
}

.problem-item__card p {
  margin: auto;
  color: #111;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
}

.problem-item__card span {
  color: #ff5535;
}

.problem-note {
  max-width: 980px;
  margin: 30px auto 0;
  color: #222;
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
}

.case-section {
  background: #fff;
  padding: 0 0;
}

.case-section__title {
  margin: 0;
  text-align: center;
  line-height: 1.4;
}

.case-section__title-sub {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  color: #4a8c34;
  font-size: 18px;
  font-weight: 800;
}

.case-section__title-sub::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #ff5535;
}

.case-section__title-main {
  display: block;
  margin-top: 10px;
  color: #111;
  font-size: clamp(26px, 2.8vw, 34px);
  font-weight: 800;
}

.case-section__title-main em {
  color: #ff5535;
  font-style: normal;
  font-size: 1.6em;
}

.case-section__panel-wrap {
  width: 100%;
}

.case-section__panel-wrap--alt {
  margin-top: 0;
  background: #e8e4d6;
}

.case-section__panel {
  width: calc(100% - 32px);
  margin-left: 32px;
  background: #e8e4d6;
  border-radius: 40px 0 0 40px;
  padding: 150px 0;
}

.case-section__panel--right {
  width: calc(100% - 32px);
  margin-left: 0;
  margin-right: 32px;
  background: #fff;
  border-radius: 0 40px 40px 0;
}

.case-section__panel-inner {
  width: min(960px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 48px;
  align-items: flex-start;
}

.case-section__panel-inner--reverse {
  grid-template-columns: 420px minmax(0, 1fr);
}

.case-section__text {
  color: #111;
}

.case-section__text--compact h3 {
  font-size: 28px;
}

.case-section__text h3 {
  margin: 22px 0 18px;
  font-size: 34px;
  line-height: 1.45;
  color: #111;
}

.case-section__text h3 strong {
  color: #ff5535;
  font-weight: 800;
}

.case-section__text > p {
  margin: 0;
  color: #222;
  font-size: 16px;
  line-height: 2;
}

.case-section__num {
  margin: 0!important;

  font-size: 44px!important;
  font-weight: 800!important;
  line-height: 1!important;
}
.case-section__num_w{
  color: #ff5535!important;
}

.case-section__num_b{
  color: #e8e4d6!important;
}

.case-section__image {
  margin: 100px 0 0;
}

.case-section__image.is-reveal-ready {
  opacity: 0;
  transform: translate3d(72px, 0, 0) scaleX(0.9) scaleY(1.03);
  transform-origin: right center;
  will-change: opacity, transform;
}

.case-section__image.is-reveal-ready.is-visible {
  animation: caseImageStretchIn 0.95s cubic-bezier(0.22, 1.2, 0.36, 1) forwards;
}

.case-section__image.case-section__image--main.is-reveal-ready {
  transform: translate3d(-72px, 0, 0) scaleX(0.9) scaleY(1.03);
  transform-origin: left center;
}

.case-section__image.case-section__image--main.is-reveal-ready.is-visible {
  animation: caseImageStretchInLeft 0.95s cubic-bezier(0.22, 1.2, 0.36, 1) forwards;
}

@keyframes caseImageStretchIn {
  0% {
    opacity: 0;
    transform: translate3d(72px, 0, 0) scaleX(0.88) scaleY(1.05);
  }
  62% {
    opacity: 1;
    transform: translate3d(-8px, 0, 0) scaleX(1.04) scaleY(0.98);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scaleX(1) scaleY(1);
  }
}

@keyframes caseImageStretchInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-72px, 0, 0) scaleX(0.88) scaleY(1.05);
  }
  62% {
    opacity: 1;
    transform: translate3d(8px, 0, 0) scaleX(1.04) scaleY(0.98);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scaleX(1) scaleY(1);
  }
}

.case-section__image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 12px;
}

.case-section__compare {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 4px;
}

.case-section__compare-item {
  margin: 0;
}

.case-section__compare-item.is-reveal-ready {
  --compare-reveal-delay: 0s;
}

.case-section__compare-item figcaption {
  margin-bottom: 8px;
  text-align: center;
  color: #111;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
}

.case-section__compare-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.case-section__compare-item.is-reveal-ready img {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease var(--compare-reveal-delay), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) var(--compare-reveal-delay);
  will-change: opacity, transform;
}

.case-section__compare-item.is-reveal-ready.is-visible img {
  opacity: 1;
  transform: translateY(0);
}

.case-section__footnote {
  grid-column: 1 / -1;
  margin: 6px 0 0;
  color: #222;
  font-size: 16px;
  line-height: 1.9;
}

.case-section__actions {
  grid-column: 1 / -1;
  margin-top: 14px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.case-section__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 240px;
  padding: 16px 44px 16px 28px;
  border-radius: 999px;
  background: #4f8f1f;
  border: 2px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  transition: opacity 0.58s ease, transform 0.58s cubic-bezier(0.22, 1.3, 0.36, 1), background-color 0.25s ease;
}

.case-section__actions.is-reveal-ready a {
  opacity: 0;
  transform: translateY(20px);
  transform-origin: center bottom;
  will-change: opacity, transform;
}

.case-section__actions.is-reveal-ready.is-visible a {
  opacity: 1;
  transform: translateY(0);
}

.case-section__actions a::after {
  content: "→";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.case-section__actions a:hover {
  background: #447d19;
}

.works-section {
  position: relative;
  overflow: hidden;

}

#features.works-section {
  background: linear-gradient(to bottom, #e8e4d6 0, #faf7f0 300px, #faf7f0 100%);
  padding: 72px 0 88px;
}

.works-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/top/works-bg-pattern.webp") center top / 100% auto repeat-y;
  opacity: 0.4;
  mask-image: linear-gradient(to bottom, transparent 0px, transparent 50px, rgba(0, 0, 0, 0.1) 100px, rgba(0, 0, 0, 1) 100%);
  pointer-events: none;
}

.works-section__inner {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
}

.works-section__title {
  margin: 0;
  line-height: 1.35;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 18px;
}

.works-section__title-label {
  display: block;
  text-align: center;
}

.works-section__title-deco {
  width: auto;
  height: 3em;
  object-fit: contain;
  flex: 0 0 auto;
}

.works-section__title-sub {
  display: block;
  color: #4a8c34;
  font-size: 18px;
  font-weight: 800;
}

.works-section__title-main {
  display: block;
  margin-top: 4px;
  color: #2a5f1e;
  font-size: clamp(26px, 2.8vw, 34px);
  font-weight: 800;
}

.works-section__hero {
  margin: 26px 0 14px;
  position: relative;
  width: min(100%, 760px);
  margin-left: auto;
  margin-right: auto;
}

.works-section__hero.is-reveal-ready,
.works-section__thumbs.is-reveal-ready {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.8s ease var(--works-reveal-delay, 0s), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) var(--works-reveal-delay, 0s);
  will-change: opacity, transform;
}

.works-section__hero.is-reveal-ready.is-visible,
.works-section__thumbs.is-reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.works-section__hero img {
  width: 100%;
  border-radius: 8px;
  transition: opacity 0.25s ease;
  image-rendering: auto;
}

.works-section__hero-caption {
  margin: 14px 0 0;
  color: #2f3f59;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.works-section__hero img.is-switching {
  opacity: 0;
}

.works-section__hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  cursor: pointer;
  z-index: 2;
}

.works-section__hero-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.works-section__hero-arrow--prev {
  left: 10px;
}

.works-section__hero-arrow--prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.works-section__hero-arrow--next {
  right: 10px;
}

.works-section__hero-arrow--next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.works-section__thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  width: min(100%, 760px);
  margin-left: auto;
  margin-right: auto;
}

.works-section__thumb {
  border: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  background: #000;
  cursor: pointer;
  position: relative;
}

.works-section__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: background-color 0.2s ease;
}

.works-section__thumb.is-active::after {
  background: rgba(0, 0, 0, 0);
}

.works-section__thumbs img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
  display: block;
  image-rendering: auto;
}

.works-section__mid-title {
  margin: 80px 0 30px;
  color: #111;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.4;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 14px;
  text-align: center;
}

.works-section__mid-small {
  font-size: 0.6667em;
}

.works-section__mid-deco {
  width: auto;
  height: 1.6em;
  object-fit: contain;
  flex: 0 0 auto;
}

.works-section__points {
  display: grid;
  gap: 30px;
}

.works-point {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.works-point.is-reveal-ready {
  opacity: 0;
  transform: translateY(20px) scale(0.88);
  transition: opacity 0.68s ease var(--works-point-reveal-delay, 0s), transform 0.68s cubic-bezier(0.22, 1.3, 0.36, 1) var(--works-point-reveal-delay, 0s);
  will-change: opacity, transform;
}

.works-point.is-reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.works-point img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.works-point p {
  margin: 0;
  background: #fff;
  border-radius: 10px;
  padding: 35px 18px;
  color: #222;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.works-point strong {
  font-weight: 800;
}

.works-point--yellow strong,
.works-point--yellow p strong {
  color: #ff5535;
  background: linear-gradient(transparent 64%, #fff255 64%);
}

.works-point--orange strong,
.works-point--orange p strong {
  color: #ff5535;
}

.works-point__accent {
  color: #ff5535;
}

.works-point__marker {
  display: inline;
  background-image: linear-gradient(transparent 64%, #fff255 64%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 100%;
  padding: 0 1px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.works-section__actions {
  margin-top: 2em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}

.works-section__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 240px;
  padding: 16px 44px 16px 28px;
  border-radius: 999px;
  background: #4f8f1f;
  border: 2px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  transition: opacity 0.58s ease, transform 0.58s cubic-bezier(0.22, 1.3, 0.36, 1), background-color 0.25s ease;
}

.works-section__actions.is-reveal-ready a {
  opacity: 0;
  transform: translateY(20px);
  transform-origin: center bottom;
  will-change: opacity, transform;
}

.works-section__actions.is-reveal-ready.is-visible a {
  opacity: 1;
  transform: translateY(0);
}

.works-section__actions a::after {
  content: "→";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.works-section__actions a:hover {
  background: #447d19;
}

.works-section__note {
  margin: 20px 0 0;
  color: #222;
  font-size: 16px;
  line-height: 1.9;
  width: 600px;
    margin: auto;
    padding: 2em 0;
}

.works-section__cta {
  margin-top: 24px;
  background: #fff;
  border-radius: 10px;
  padding: 10px 50px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  align-items: center;
  gap: 12px;
}

.works-section__cta p {
  margin: 0;
  color: #333;
  font-size: clamp(12px, 3.8vw, 17px);
  line-height: 1.6;
  font-weight: 800;
}

.works-section__cta p strong {
  color: #ff5535;
}

.works-section__cta a {
  display: inline-block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  background: transparent;
  padding: 4px;
  margin: -4px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.works-section__cta a:hover {
  transform: translateY(-2px);
  /* filter: brightness(0.98); */
}

.works-section__cta a:active {
  transform: translateY(0);
  filter: brightness(0.96);
}

.works-section__cta a:focus-visible {
  outline: 2px solid #4f8f1f;
  outline-offset: 2px;
}

.works-section__cta a img {
  display: block;
  width: 100%;
  height: auto;
}

.voice-section {
  position: relative;
  padding: 78px 0 86px;
  background: #e9efd6;
}

.voice-section::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -34px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 58px solid transparent;
  border-right: 58px solid transparent;
  border-top: 34px solid #e9efd6;
  z-index: 2;
}

.voice-section__title {
  margin: 0;
  text-align: center;
  font-size: clamp(26px, 2.8vw, 34px);
  font-weight: 800;
}

.voice-section__grid {
  margin-top: 24px;
  gap: 16px;
}

.voice-section__actions {
  margin-top: 30px;
  padding: 0;
}

.voice-section__actions a {
  min-width: min(100%, 620px);
}

.voice-section__card {
  padding: 16px 18px;
}

.voice-section__card.is-reveal-ready {
  opacity: 0;
  transform: translateY(22px) scale(0.86);
  transition: opacity 0.72s ease, transform 0.72s cubic-bezier(0.22, 1.32, 0.36, 1);
  will-change: opacity, transform;
}

.voice-section__card.is-reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.voice-section__card-head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color-border);
}

.voice-section__avatar {
  width: 30%;
  max-height: 80px;
  border-radius: 0;
  display: block;
  object-fit: contain;
}

.voice-section__stars {
  color: #f2ad1a;
}

.voice-section__meta {
  flex: 1;
  min-width: 0;
}

.voice-section__rating {
  margin: 0 0 4px;
  color: var(--color-muted);
  font-size: 11px;
  line-height: 1.4;
}

.voice-section__card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.45;
  color: #222;
}

.voice-section__em {
  color: var(--color-accent);
}

.voice-section__card > p {
  font-size: 13px;
  line-height: 1.8;
}

.flow-section {
  background: #fff;
  padding: 64px 0 72px;
}

.flow-section__inner {
  max-width: 920px;
}

.flow-section__badge {
  display: block;
  width: fit-content;
  margin: 0 auto 16px;
  padding: 7px 18px;
  border-radius: 8px;
  background: #ecef3a;
  color: #000;
  font-size: 1em;
  font-weight: 800;
  line-height: 1.35;
  position: relative;
}

.flow-section__badge-break {
  display: none;
}

.flow-section__badge::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #ecef3a;
}

.flow-section__title {
  margin: 0;
  text-align: center;
  font-size: clamp(26px, 2.8vw, 34px);
  color: #111;
  line-height: 1.2;
}

.flow-steps {
  list-style: none;
  margin: 42px 0 0;
  padding: 0;
  overflow: visible;
}

.flow-step {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 30px;
  align-items: start;
  position: relative;
  padding-bottom: 4em;
  overflow: visible;
}
.flow-step:not(:last-child) .flow-step__body::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2em;
  z-index: 2;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 10px solid #4f8f1f;
}

.flow-step__num {
  text-align: center;
  color: #7b7b7b;
  border-right: 2px solid #d9d9d9;
  padding-right: 30px;
}

.flow-step__num small {
  display: block;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1;
}

.flow-step__num strong {
  display: block;
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
}

.flow-step__body {
  display: grid;
  position: relative;
  grid-template-columns: 100px 1fr;
  gap: 0px;
  align-items: start;
  overflow: visible;
}
.flow-step__icon {
  width: 70px;
  height: auto;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow-step__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.flow-step__text h3 {
  margin: 2px 0 6px;
  font-size: 16px;
  line-height: 1.2;
  color: #111;
}

.flow-step__text p {
  margin: 0;
  color: #444;
  font-size: 16px;
  line-height: 1.65;
}

.flow-step--estimate {
  padding-bottom: 5.5em;
}

.flow-step__text--estimate {
  min-height: 13.5em;
}

.flow-step__pdf-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
  margin: clamp(1em, 3.2vw, 4em) 0 0;
  color: #1f3760;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.flow-step__pdf-link::before {
  content: "PDF";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.7em;
  padding: 0.2em 0.45em;
  border-radius: 999px;
  background: #4f8f1f;
  color: #fff;
  font-size: 0.72em;
  line-height: 1;
  text-decoration: none;
}



.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.metric-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 22px;
  box-shadow: var(--shadow-sm);
}

.metric-card__label {
  margin: 0;
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 700;
}

.metric-card__value {
  margin: 8px 0 0;
  color: #1e4b95;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
}

.metric-card__desc {
  margin: 8px 0 0;
  color: #51637e;
  font-size: 14px;
}

.info-card,
.feature-card,
.voice-card {
  background: var(--color-surface);
  border-radius: var(--radius-md);
  padding: 22px;
  box-shadow: var(--shadow-sm);
}

.info-card h3,
.feature-card h3 {
  margin: 0 0 8px;
  color: #1f4f9d;
  font-size: 20px;
  line-height: 1.4;
}

.info-card p,
.feature-card p,
.voice-card p {
  margin: 0;
}

.feature-card {
  display: grid;
  gap: 10px;
  align-content: start;
}

.feature-card img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

#features {
  background: #2f68c3;
  padding-top: 96px;
}

.features-title {
  color: #fff;
}

.features-title em {
  font-style: normal;
  color: #ffcf69;
}

#features .section-subtitle {
  color: #e8f0ff;
  margin-bottom: 36px;
}

.features-grid-4 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.feature-card--large {
  background: #f3f1e8;
  border: none;
  border-radius: 24px;
  padding: 24px;
  box-shadow: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  align-items: center;
  gap: 18px;
}

.feature-card--reverse {
  grid-template-columns: 260px minmax(0, 1fr);
}

.feature-card--reverse .feature-card__content {
  order: 2;
}

.feature-card--reverse .feature-card__image {
  order: 1;
}

.features-lower {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.feature-card--third,
.feature-card--fourth {
  grid-template-columns: 1fr;
  align-content: start;
}

.feature-card--third .feature-card__image,
.feature-card--fourth .feature-card__image {
  max-width: 100%;
}

.features-insights {
  display: grid;
  gap: 14px;
}

.feature-insight {
  background: #ffffff;
  border: 1px solid #d6deee;
  border-radius: 18px;
  padding: 16px;
  display: grid;
  gap: 10px;
}

.feature-insight h4 {
  margin: 0;
  color: #24311d;
  font-size: 20px;
  line-height: 1.35;
}

.feature-insight h4 strong {
  color: #ff5535;
}

.feature-insight p {
  margin: 0;
  color: #465770;
  font-size: 13px;
  line-height: 1.8;
}

.feature-insight__visual {
  display: flex;
  gap: 8px;
}

.feature-insight__visual img {
  width: calc(50% - 4px);
  border-radius: 10px;
  border: 1px solid #d8dccc;
  background: #fff;
}

.feature-insight__note {
  color: #24311d;
  font-weight: 600;
}

#features .feature-card__num {
  margin: 0;
  color: #beb9a9;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

#features .feature-card__content h3 {
  margin: 8px 0 10px;
  color: #24311d;
  font-size: 24px;
  line-height: 1.45;
}

#features .feature-card__content h3 strong {
  color: #ff5535;
}

#features .feature-card__content p {
  margin: 0;
  color: #333;
  font-size: 13px;
  line-height: 1.85;
}

#features .feature-card__image {
  width: 100%;
  max-width: 260px;
  border-radius: 12px;
  border: 1px solid #d8dccc;
}

.voice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.voice-card__company {
  margin: 0 0 8px;
  font-weight: 700;
}

.voice-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.5;
}

.flow-list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 760px;
  margin-inline: auto;
  display: grid;
  gap: 10px;
}

.flow-list li {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 14px 16px;
  box-shadow: var(--shadow-sm);
}

.flow-list span {
  display: inline-block;
  width: 90px;
  color: var(--color-primary);
  font-weight: 800;
}

.flow-list h3 {
  margin: 4px 0 0;
  font-size: 18px;
  line-height: 1.5;
  color: #1f4f9d;
}

.flow-list p {
  margin: 8px 0 0;
  color: #465770;
  font-size: 14px;
  line-height: 1.8;
}

.section--contact {
  background: #edf4ff;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 24px;
  align-items: start;
}

.contact-copy p {
  color: #465770;
}

.contact-copy__note {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid var(--color-border);
  background: #f7faff;
  font-size: 14px;
}

.contact-form {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 20px;
  display: grid;
  gap: 12px;
  box-shadow: var(--shadow-md);
}

.contact-form label {
  display: grid;
  gap: 6px;
  font-weight: 700;
  font-size: 14px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #cfdaeb;
  border-radius: var(--radius-sm);
  padding: 10px 12px;
  font: inherit;
  background: #fbfdff;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 2px solid #8eb5ff;
  border-color: #9fbff5;
}

.required {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 7px;
  border-radius: 999px;
  background: #ffe9e9;
  color: #b52f2f;
  font-size: 11px;
  font-weight: 800;
  vertical-align: middle;
}

.checkbox-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.checkbox-row input {
  width: 16px;
  height: 16px;
}

.contact-form button {
  border: 0;
  border-radius: var(--radius-sm);
  background: var(--color-accent);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  padding: 12px;
  cursor: pointer;
}

.contact-form button:hover {
  background: var(--color-accent-dark);
}

@media (max-width: 1120px) {
  .header-tel {
    display: none;
  }
}

/* Show this line break only on mobile. */
br.hidden-md-up {
  display: none;
}

@media (max-width: 1079px) {
  .mobile-header-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
    margin-right: 8px;
  }

  .site-header__inner {
    min-height: 60px;
  }

  .brand {
    max-width: 168px;
  }

  .menu-toggle {
    display: inline-flex;
  }
}

@media (max-width: 960px) {

  .works-section__hero-caption {
    font-size: 14px;
  }
  .case-section__image {
    margin-top: 0;
  }
  br.hidden-md-up {
    display: inline;
  }

  .container { width: min(1140px, calc(100% - 32px)); }
  .global-nav,
  .header-actions { display: none; }

  .hero-section__bg-shape {
    inset: 0;
    border-radius: 0 0 2em 2em;
  }

  .hero-section__inner {
    min-height: 0;
    padding: 20px 0 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-content {
    max-width: 560px;
    margin: 0 auto;
    display: contents;
  }

  .hero-content__kicker {
    order: 1;
    font-size: 12px;
    padding: 6px 10px;
    display: block;
    width: fit-content;
    margin-inline: auto;
    text-align: center;
    line-height: 1.5;
  }

  .hero-content__kicker br {
    display: inline;
  }

  .hero-content__title {
    order: 2;
    font-size: clamp(24px, 8.6vw, 48px);
    margin: 14px 0 6px;
    text-align: center;
  }

  .hero-content__lead {
    order: 3;
    font-size: 14px;
    text-align: center;
    margin-bottom: 50px;
      margin-left: 0;
  }

  .hero-content__lead br {
    display: inline;
  }

  .hero-kpis {
    order: 4;
    width: 80%;
    margin: auto;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 8px;
  }

  .hero-kpi {
    width: 100px;
    height: 100px;
  }

  .hero-kpi__label { font-size: 11px; }
  .hero-kpi__value { font-size: 30px; }
  .hero-kpi__value span { font-size: 15px; }

  .hero-content__cta-group {
    order: 6;
    margin-top: 60px;
    width: 100%;
    gap: 10px;
    align-items: stretch;
  }

  .hero-content__cta {
    margin-top: 60px;
    font-size: 14px;
    padding: 14px 10px;
    display: block;
    width: calc(50% - 5px);
    margin-top: 0;
    margin-inline: 0;
    text-align: center;
    white-space: nowrap;
  }

  .hero-content__cta::before {
    padding: 8px 16px;
    font-size: 14px;
  }

  .hero-content__cta--line {
    min-height: auto;
    padding-inline: 12px;
  }

  .hero-content__cta::before {
    padding: 3px 24px;
    font-size: 15px;
  }

  .hero-content__cta::after {
    width: 10px;
    height: 10px;
  }

  .hero-visual {
    order: 5;
    position: static;
    width: 100%;
    height: auto;
    margin-top: -56px;
    margin-bottom: 24px;
  }

  .hero-visual img {
    width: 100%;
    max-width: 360px;
    height: auto;
    margin-inline: auto;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.2));
  }

  .section {
    padding: 64px 0;
  }

  .section--trial {
    padding: 40px 0;
  }

  .trial-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
  }

  .section-title {
    font-size: 30px;
  }

  .problem-title__sub {
    font-size: 20px;
  }

  .problem-title__main {
    font-size: 24px;
  }

  .problem-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 16px;
  }

  .problem-item {
    margin: auto;
    width: 80%;
  }

  .problem-item__illustration {
    width: min(120px, 72%);
  }

  .problem-item__card {
    min-height: 0;
    padding: 16px;
  }

  .problem-item__card p {
    font-size: 20px;
  }

  .problem-note {
  margin: auto;
    margin-top: 2em;
    font-size: 14px;
    line-height: 1.8;
  
        width: 80%;
  }

  .case-section {
    padding: 64px 0 0;
  }

  .case-section__title-sub {
    font-size: 12px;
  }

  .case-section__title-main {
    margin-top: 8px;
    font-size: 24px;
    line-height: 1.4;
  }


  .case-section__panel-wrap {
    margin-top: 24px;
  }

  .case-section__panel-wrap--alt {
    margin-top: 0;
    padding-bottom: 0;
  }

  .case-section__panel {
    width: calc(100% - 16px);
    margin-left: 16px;
    border-radius: 24px 0 0 24px;
    padding: 32px 0;
  }

  .case-section__panel--right {
    width: calc(100% - 16px);
    margin-right: 16px;
    margin-left: 0;
    border-radius: 0 24px 24px 0;
  }

  .case-section__panel-inner {
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .case-section__panel-inner--reverse {
    grid-template-columns: 1fr;
  }

  .case-section__panel-inner--reverse .case-section__text {
    order: 1;
  }

  .case-section__panel-inner--reverse .case-section__image {
    order: 2;
  }

  .case-section__panel-inner--reverse .case-section__compare {
    order: 3;
  }

  .case-section__panel-inner--reverse .case-section__footnote {
    order: 4;
  }

  .case-section__panel-inner--reverse .case-section__actions {
    order: 5;
  }

  .case-section__num {
    font-size: 34px;
  }

  .case-section__text h3 {
    margin: 12px 0 10px;
    font-size: 24px;
    line-height: 1.5;
  }

  .case-section__text > p {
    font-size: 13px;
    line-height: 1.85;
  }

  .case-section__text--compact h3 {
    font-size: 24px;
  }

  .case-section__compare {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .case-section__compare-item figcaption {
    font-size: 20px;
  }

  .case-section__actions {
    gap: 10px;
  padding: 30px 0;
  }

  .case-section__actions a {
    width: 80%;
    min-width: 0;
    font-size: 16px;
    padding: 20px 40px 20px 24px;
  }

  .case-section__text.case-section__text--compact ,.case-section__text{
    margin: auto;
    width: 90%;
  }

  .works-section {
    padding: 56px 0 64px;
  }

  #features.works-section {
    padding: 56px 0 64px;
  }

  .works-section__inner {
    width: calc(100% - 24px);
  }

  .works-section::before {
    background-size: 100% auto;
  }

  .works-section__title-sub {
    font-size: 13px;
  }
.case-section__footnote {
    margin: auto;
    margin-top: 14px;
    width: 90%;
    font-size: 14px;
    line-height: 1.8;
  }
  .works-section__title-main {
    font-size: 34px;
  }

  .works-section__title {
    gap: 10px;
  }

  .works-section__title-deco {
    width: auto;
    height: 2.5em;
  }

  .works-section__hero {
    margin: 16px auto 10px;
  }

  .works-section__hero-arrow {
    width: 36px;
    height: 36px;
  }

  .works-section__hero-arrow--prev {
    left: 8px;
  }

  .works-section__hero-arrow--next {
    right: 8px;
  }

  .works-section__thumbs {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
  }

  .works-section__mid-title {
    margin: 40px 0;
    font-size: 24px;
    gap: 8px;
  }

  .works-section__mid-deco {
    width: auto;
    height: 1.5em;
  }

  .works-point {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 8px;
    align-items: start;
  }

  .works-point img {
    width: 50px;
    height: 50px;
    margin-top: 8px;
  }

  .works-point p {
    padding: 12px;
    font-size: 17px;
    line-height: 1.6;
  }

  .works-section__actions {
    gap: 10px;
    padding: 30px 0;
  }

  .works-section__actions a {
    min-width: 0;
    width: 80%;
    font-size: 16px;
    padding: 20px 40px 20px 24px;
  }

  .works-section__note {
    margin: auto;
    margin-top: 14px;
    width: 80%;
    font-size: 14px;
    line-height: 1.8;
  }

  .works-section__cta {
    margin-top: 16px;
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .works-section__cta a {
    padding: 4px;
    margin: -4px;
  }

  .section-subtitle {
    margin: 8px auto 20px;
    font-size: 14px;
  }

  #features {
    padding-top: 72px;
  }

  .features-grid-4 {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .feature-card--large,
  .feature-card--reverse,
  .feature-card--third,
  .feature-card--fourth {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px;
  }

  .feature-card--reverse .feature-card__content,
  .feature-card--reverse .feature-card__image {
    order: initial;
  }

  .features-lower {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .features-insights {
    gap: 12px;
  }

  .feature-insight {
    padding: 14px;
  }

  .feature-insight h4 {
    font-size: 18px;
  }

  #features .feature-card__num {
    font-size: 28px;
  }

  #features .feature-card__content h3 {
    font-size: 20px;
  }

  #features .feature-card__image {
    max-width: 100%;
  }

  .card-grid--3,
  .card-grid--2,
  .metric-grid,
  .voice-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .info-card h3,
  .feature-card h3 {
    font-size: 18px;
  }

  .flow-list li {
    font-size: 14px;
  }

  .flow-list h3 {
    font-size: 16px;
  }

  .flow-list span {
    width: 78px;
  }

  .voice-section {
    padding: 54px 0 64px;
  }

  .voice-section::after {
    bottom: -22px;
    border-left-width: 38px;
    border-right-width: 38px;
    border-top-width: 22px;
  }

  .voice-section__title {
    font-size: clamp(26px, 2.8vw, 34px);
  }

  .voice-section__actions {
    margin-top: 24px;
  }

  .voice-section__actions a {
    width: 100%;
  }

  .voice-section__card h3 {
    font-size: 17px;
  }

  .voice-section__card > p {
    font-size: 12px;
    line-height: 1.75;
  }

  .flow-section {
    padding: 48px 0 54px;
  }

  .flow-section__badge {
    font-size: 1em;
    margin-bottom: 12px;
    padding: 6px 12px;
  }

  .flow-section__badge-break {
    display: block;
  }

  .flow-section__title {
    font-size: clamp(26px, 2.8vw, 34px);
  }

  .flow-steps {
    margin-top: 2em;
  }

  .flow-step {
    grid-template-columns: 86px minmax(0, 1fr);
    grid-template-areas:
      "num title"
      "icon desc";
    column-gap: 14px;
    row-gap: 6px;
    align-items: start;
    padding-bottom: 4em;
    overflow: visible;
    padding-top: 1em;
  }

  .flow-step--estimate {
    padding-bottom: 5em;
  }

  .flow-step__text--estimate {
    min-height: 0;
  }

  .flow-step__pdf-link {
    margin-top: 10em;
    font-size: 14px;
    line-height: 1.6;
  }

  .flow-step__pdf-link::before {
    min-width: 2.5em;
  }

  .flow-step:not(:last-child) .flow-step__body::after {
    content: none;
  }

  .flow-step:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1em;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 11px solid #4f8f1f;
  }

  .flow-step__num {
    grid-area: num;
    border-right: 0;
    padding-right: 0;
    text-align: center;
    position: relative;
    padding-bottom: 28px;
  }

  .flow-step__num::after {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(100% - 14px);
    transform: translateX(-50%);
    width: 28px;
    height: 2px;
    background: #d9d9d9;
  }

  .flow-step__num small {
    font-size: 12px;
  }

  .flow-step__num strong {
    font-size: 40px;
  }

  .flow-step__body {
    display: contents;
  }

  .flow-step__text {
    display: contents;
  }

  .flow-step__icon {
    grid-area: icon;
    width: 36px;
    height: 36px;
    justify-self: center;
    align-self: start;
    margin-top: 0;
  }

  .flow-step__text h3 {
    grid-area: title;
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    text-align: left;
  }

  .flow-step__text p {
    grid-area: desc;
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    text-align: left;
    width: 100%;
    max-width: none;
    top: -80px;
    position: absolute;
  }

  .works-section__cta img {
    justify-self: start;
    max-width: 300px;
    margin: auto;
  }

  .site-footer {
    padding: 30px 16px;
  }

  .site-footer p {
    font-size: 13px;
  }

  .voice-section__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

main :where(.hero-section, .section, .case-section, .works-section, .voice-section, .flow-section)
  :where(p, span, a, li, dt, dd, small, strong, em, h3, h4, h5, h6, label, figcaption) {
  font-size: max(16px, 1em);
  font-weight: 700;
  padding: 10px 0;
}

/* 空き家対策セクションのスタイル */
.akiya-section {
  padding: 0;
}

.akiya-section__inner {
  padding: 0;
}

.akiya-section__image {
  margin: 0;
  width: 100%;
}

.akiya-section__image--sp {
  display: none;
}

.akiya-section__image img {
  max-width: 900px;
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.akiya-section__cta {
  text-align: center;
  padding: 24px 0;
  margin: 0 auto;
}

.akiya-section__pdf-button {
  display: inline-block;
  background-color: #06c755;
  color: white!important;
  padding: 16px 32px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.akiya-section__pdf-button:hover {
  background-color: #05a850;
}

@media (max-width: 960px) {
  .akiya-section__image--pc {
    display: none;
  }

  .akiya-section__image--sp {
    display: block;
  }

  .akiya-section__cta {
    padding: 16px 0;
  }

  .akiya-section__pdf-button {
    padding: 14px 24px;
    font-size: 14px;
  }
}
