/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
.c-feature-grid {
  background: #fff;
  border-radius: 4px;
  padding: 4.8rem 2rem;
}

.c-feature-grid--inset {
  background: none;
  padding: 0;
}

.c-feature-grid__inner {
  flex-direction: column;
  gap: 4rem;
  display: flex;
}

.c-feature-grid__category {
  flex-direction: column;
  gap: 1.6rem;
  display: flex;
}

.c-feature-grid__category-heading {
  color: #23469b;
  margin: 0;
  font-family: HondaGlobalFontJP-Bold, sans-serif;
  font-size: 2rem;
  font-style: normal;
  line-height: 1.6;
}

.c-feature-grid__features {
  flex-direction: column;
  gap: 2.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

@media (min-width: 769px) {
  .c-feature-grid {
    padding: 6.4rem 0;
  }

  .c-feature-grid__inner {
    gap: 5.6rem;
    max-width: 1080px;
    margin-inline: auto;
    padding-inline: 5.6rem;
  }

  .c-feature-grid__category {
    gap: 2.4rem;
  }

  .c-feature-grid__category-heading {
    font-size: 2.4rem;
    line-height: normal;
  }

  .c-feature-grid__features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4rem 3.2rem;
    display: grid;
  }
}
/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
.c-staff-stats-upper-wrap {
  flex-direction: column;
  gap: 1.2rem;
  display: flex;
}

.c-staff-stats-upper {
  background: #f3f4f6;
  border-radius: .8rem;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  padding: 2.4rem 2rem;
  display: flex;
}

.c-staff-stats-upper__steps {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  gap: 1.6rem;
  width: 100%;
  display: flex;
}

.c-staff-stats-upper__step-item {
  flex-direction: column;
  flex-shrink: 1;
  align-items: center;
  gap: .6rem;
  min-width: 0;
  display: flex;
}

.c-staff-stats-upper__icon {
  flex-shrink: 0;
  width: auto;
  height: 4rem;
  display: block;
}

.c-staff-stats-upper__step-value {
  color: #23469b;
  white-space: nowrap;
  text-align: center;
  font-family: HondaGlobalFontJP-Bold, sans-serif;
  font-size: 1.8rem;
}

.c-staff-stats-upper__arrow {
  flex-shrink: 0;
  align-self: center;
  width: auto;
  height: 4rem;
  display: block;
}

.c-staff-stats-upper__load {
  color: #23469b;
  flex-flow: row;
  flex-shrink: 0;
  justify-content: center;
  align-items: flex-end;
  gap: .4rem;
  width: 31.2rem;
  font-family: HondaGlobalFontJP-Bold, sans-serif;
  display: flex;
}

.c-staff-stats-upper__load-label, .c-staff-stats-upper__load-unit {
  font-size: 1.8rem;
}

.c-staff-stats-upper__load-value {
  font-size: 6rem;
  line-height: 1;
}

@media (min-width: 769px) {
  .c-staff-stats-upper {
    justify-content: center;
    align-items: center;
    gap: calc(7.2rem * var(--staff-scale, 1));
    padding-block: 3.2rem;
    padding-inline: calc(8.9rem * var(--staff-scale, 1));
    flex-direction: row;
    min-height: 22.6rem;
  }

  .c-staff-stats-upper__steps {
    gap: calc(2.4rem * var(--staff-scale, 1));
    flex-wrap: nowrap;
  }

  .c-staff-stats-upper__step-item {
    align-items: center;
    gap: calc(1.5rem * var(--staff-scale, 1));
    flex-direction: row;
  }

  .c-staff-stats-upper__icon {
    height: calc(5.7rem * var(--staff-scale, 1));
  }

  .c-staff-stats-upper__arrow {
    height: calc(5.6rem * var(--staff-scale, 1));
  }

  .c-staff-stats-upper__step-value {
    font-size: calc(3.1rem * var(--staff-scale, 1));
    text-align: left;
  }

  .c-staff-stats-upper__load {
    width: calc(31.2rem * var(--staff-scale, 1));
    gap: calc(.4rem * var(--staff-scale, 1));
  }

  .c-staff-stats-upper__load-value {
    font-size: calc(10.9rem * var(--staff-scale, 1));
  }

  .c-staff-stats-upper__load-label, .c-staff-stats-upper__load-unit {
    font-size: calc(2.6rem * var(--staff-scale, 1));
  }
}
/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
.c-flow-teramoto {
  background: #e7f0ff;
  border-radius: .4rem;
  flex-direction: column;
  align-items: stretch;
  gap: 3.2rem;
  padding: 3.2rem 2rem;
  display: flex;
}

.c-flow-teramoto__content {
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
  display: flex;
}

.c-flow-teramoto__text {
  color: #23469b;
  font-family: HondaGlobalFontJP-Bold, sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  line-height: normal;
}

.c-flow-teramoto__figure {
  border-radius: .4rem;
  order: -1;
  margin: 0;
  overflow: hidden;
}

.c-flow-teramoto__photo {
  aspect-ratio: 340 / 246;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 769px) {
  .c-flow-teramoto {
    flex-direction: row;
    align-items: center;
    gap: 5.3rem;
    width: min(108rem, 100%);
    margin-inline: auto;
    padding: 5.6rem 5.8rem 5.5rem 5.3rem;
    display: flex;
  }

  .c-flow-teramoto__content {
    flex: 57.6rem;
    gap: 4.3rem;
    min-width: 0;
    max-width: 57.6rem;
  }

  .c-flow-teramoto__btn {
    min-height: 11.96rem;
    padding: 2.2rem 2.4rem;
  }

  .c-flow-teramoto__figure {
    border-radius: .4rem;
    flex: auto;
    order: 0;
    min-width: 0;
    max-width: 34rem;
  }
}
