@charset "UTF-8";

/* ==========================================================================
   TOPページ リニューアル（2026.09）
   ※ .container / .c-btn / .inview / .sec-ttl / .front-voice__logo / .front-bnr /
      .front-case / .front-news は既存の common.css・front.css を利用
   ========================================================================== */

/* 共通
   ----------------------------------------------------------------- */
.front-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.c-btn.--outline {
  border-color: #cb1414;
}

.front-chapter {
  padding: 5rem 0;
  background: #fff;
}

.front-chapter.--gray {
  background: #f7f7f7;
}

.front-chapter__grid {
  display: grid;
  gap: 3rem;
}

.front-chapter__grid > * {
  min-width: 0;
}

.front-chapter__lead {
  margin-bottom: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: #222;
  font-size: 24px;
  font-size: 2.4rem;
}

.front-chapter__txt {
  font-weight: 700;
  line-height: 1.9;
  font-size: 15px;
  font-size: 1.5rem;
}

.front-chapter__note {
  margin-top: 1.2rem;
  line-height: 1.6;
  font-size: 11px;
  font-size: 1.1rem;
}

.front-chapter__btn-box {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.front-chapter__btn-box .c-btn {
  width: auto;
  min-width: 22.5rem;
  padding-right: 5rem;
}

/* 吹き出し */
.front-balloon {
  position: relative;
  padding: 1.4rem 1.6rem;
  margin-top: 2.2rem;
  color: #fff;
  line-height: 1.85;
  background: #666;
  border-radius: 1rem;
  font-size: 13px;
  font-size: 1.3rem;
}

.front-balloon::before {
  position: absolute;
  top: -0.9rem;
  left: 3.4rem;
  content: "";
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid #666;
  border-left: 1rem solid transparent;
}

.front-balloon__ttl {
  font-weight: 700;
  letter-spacing: 0.06em;
}

/* 実績カード */
.front-point-list {
  display: grid;
  gap: 1.2rem;
  margin-top: 2rem;
}

.front-point {
  padding: 1.4rem 1.5rem;
  margin-top: 2rem;
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 1.2rem;
  box-shadow: 0 0.5rem 1.4rem rgba(20, 25, 40, 0.05);
}

.front-point-list .front-point {
  margin-top: 0;
}

.front-point__ttl {
  font-weight: 700;
  line-height: 1.35;
  color: #cb1414;
  font-size: 16px;
  font-size: 1.6rem;
}

.front-point__txt {
  margin-top: 0.6rem;
  line-height: 1.7;
  font-size: 13px;
  font-size: 1.3rem;
}

/* FV
   ----------------------------------------------------------------- */
.front-hero {
  position: relative;
  padding: 9.1rem 0 4.5rem; /* 固定ヘッダー 5.1rem を含む */
  overflow: hidden;
  background: #eaeceb;
}

.front-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.front-hero__bg img {
  position: absolute;
  top: 0;
  right: -40%;
  width: auto;
  max-width: none;
  height: 100%;
  opacity: 0.35;
}

.front-hero__inner {
  position: relative;
  display: grid;
  gap: 3rem;
}

.front-hero__inner > * {
  min-width: 0;
}

.front-hero__catch {
  margin-bottom: 1.6rem;
  font-weight: 700;
  line-height: 1.32;
  color: #1e2531;
  font-size: 28px;
  font-size: 2.8rem;
}

.front-hero__lead {
  margin-bottom: 2.4rem;
  font-weight: 700;
  line-height: 1.9;
  font-size: 13px;
  font-size: 1.3rem;
}

.front-hero__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}

.front-hero__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: linear-gradient(160deg, #eef2f7, #dce4ee);
  border-radius: 1.2rem;
  box-shadow: 0 1.8rem 4rem rgba(20, 25, 40, 0.1);
}

.front-hero__movie {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.front-hero__movie video,
.front-hero__movie img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.front-hero__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5.6rem;
  height: 5.6rem;
  background: #cb1414;
  border-radius: 50%;
  box-shadow: 0 0.8rem 2.2rem rgba(203, 20, 20, 0.45);
  transition: transform 0.3s ease;
  transform: translate(-50%, -50%);
}

.front-hero__play::before {
  position: absolute;
  top: 50%;
  left: 54%;
  content: "";
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 1.5rem solid #fff;
  transform: translate(-50%, -50%);
}

/* 実績
   ----------------------------------------------------------------- */
.front-stats {
  padding: 2.4rem 0 3rem;
  background: #fff;
}

.front-stats__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem 0.8rem;
}

.front-stats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 7rem;
  padding: 0 2.6rem;
  text-align: center;
  background: url(../img/front/renew/stats_frame.png) center / contain no-repeat;
}

.front-stats__label {
  margin-bottom: 0.4rem;
  line-height: 1.4;
  white-space: nowrap;
  font-size: 10px;
  font-size: 1rem;
}

.front-stats__num {
  font-weight: 700;
  line-height: 1;
  color: #cb1414;
  white-space: nowrap;
  font-size: 24px;
  font-size: 2.4rem;
}

.front-stats__unit {
  margin-left: 0.2rem;
  color: #1e2531;
  font-size: 12px;
  font-size: 1.2rem;
}

.front-stats__foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 1.6rem;
}

.front-stats__note {
  line-height: 1.7;
  font-size: 11px;
  font-size: 1.1rem;
}

.front-stats__badge {
  flex: none;
  width: 12rem;
  height: auto;
}

.front-stats__logo {
  margin-top: 2.4rem;
}

.front-stats__caption {
  margin-top: 1rem;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

/* 選ばれる理由
   ----------------------------------------------------------------- */
.front-reason {
  padding: 5rem 0;
  text-align: center;
  background: #fff;
}

.front-reason__ttl {
  margin-bottom: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  font-size: 24px;
  font-size: 2.4rem;
}

.front-reason__txt {
  margin-bottom: 3rem;
  font-size: 14px;
  font-size: 1.4rem;
}

.front-reason__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem 1.2rem;
}

.front-reason__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  color: #222;
}

.front-reason__num {
  position: relative;
  z-index: 1;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 3.8rem;
  height: 3.8rem;
  margin-bottom: 1.2rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  background: #cb1414;
  border-radius: 50%;
  box-shadow: 0 0 0 0.5rem #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

.front-reason__card {
  position: relative;
  display: block;
  flex: 1;
  width: 100%;
  padding: 1.6rem 1rem 3.8rem;
  background: #fff;
  border: 1px solid #e7e8e3;
  border-radius: 1.2rem;
  box-shadow: 0 0.6rem 1.8rem rgba(20, 25, 40, 0.05);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.front-reason__card::after {
  position: absolute;
  right: 0;
  bottom: 1.5rem;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  margin: auto;
  content: "";
  border-bottom: 1px solid #222;
  border-left: 1px solid #222;
  transition: bottom 0.3s ease;
  transform: rotate(-45deg);
}

.front-reason__name {
  display: block;
  font-weight: 700;
  line-height: 1.35;
  color: #cb1414;
  font-size: 17px;
  font-size: 1.7rem;
}

.front-reason__lead {
  display: block;
  margin-top: 0.8rem;
  line-height: 1.7;
  font-size: 12px;
  font-size: 1.2rem;
}

/* 01 つくる
   ----------------------------------------------------------------- */
.front-create__patent {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2rem 0.7rem;
  padding: 0.7rem 1.2rem;
  margin-top: 2rem;
  background: #fff;
  border: 1px solid #e7e8e3;
  border-radius: 0.8rem;
  font-size: 11.5px;
  font-size: 1.15rem;
}

.front-create__patent strong {
  color: #cb1414;
  white-space: nowrap;
}

.front-create__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1.4rem;
}

.front-create__tab {
  padding: 0.9rem 1.6rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.4;
  color: #57606c;
  cursor: pointer;
  background: #fff;
  border: 1.5px solid #e7e8e3;
  border-radius: 99px;
  transition: all 0.15s ease;
  font-size: 13px;
  font-size: 1.3rem;
}

.front-create__tab[aria-selected="true"] {
  color: #fff;
  background: #cb1414;
  border-color: #cb1414;
}

.front-create__tab:focus-visible {
  outline: 3px solid #f0a0a0;
  outline-offset: 2px;
}

.front-create__panel[hidden] {
  display: none;
}

.front-create__player {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: linear-gradient(160deg, #20304f, #16233d);
  border-radius: 1.6rem;
  box-shadow: 0 1.8rem 4rem rgba(20, 25, 40, 0.1);
}

.front-create__player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.front-create__steps {
  display: grid;
  gap: 2rem;
  margin-top: 4rem;
}

.front-create__steps-ttl {
  font-weight: 700;
  line-height: 1.4;
  color: #1b1f26;
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
}

.front-create__step-list {
  display: grid;
  gap: 2.8rem;
}

.front-create__step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.2rem 1.8rem;
  text-align: center;
  background: #fff;
  border: 1px solid #e7e8e3;
  border-radius: 1.4rem;
  box-shadow: 0 0.6rem 1.8rem rgba(20, 25, 40, 0.05);
}

.front-create__step:not(:last-child)::after {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  content: "";
  border-top: 1.3rem solid #cb1414;
  border-right: 0.9rem solid transparent;
  border-left: 0.9rem solid transparent;
  transform: translateX(-50%);
}

.front-create__step-num {
  padding: 0.4rem 1.2rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  background: #cb1414;
  border-radius: 99px;
  font-size: 11px;
  font-size: 1.1rem;
}

.front-create__step-icon {
  width: 6.6rem;
  height: 7rem;
  margin: 1.6rem 0 1.4rem;
}

.front-create__step-txt {
  font-weight: 700;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
}

/* 02 伝わる
   ----------------------------------------------------------------- */
.front-deliver__img img {
  display: block;
  width: 100%;
  max-width: 65rem;
  height: auto;
  margin: 0 auto;
}

/* 03 計測する
   ----------------------------------------------------------------- */
.front-measure__capture {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: linear-gradient(160deg, #2a3550, #1a2338);
  border-radius: 1.6rem;
  box-shadow: 0 1.8rem 4rem rgba(20, 25, 40, 0.1);
}

.front-measure__capture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 04 成果が出る
   ----------------------------------------------------------------- */
.front-results__figs {
  display: grid;
  gap: 3rem;
}

.front-results__fig {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.front-results__fig > * {
  min-width: 0;
}

.front-results__fig-ttl {
  margin-bottom: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.8rem;
}

.front-results__fig-ttl span {
  color: #cb1414;
}

.front-results__fig-txt {
  line-height: 1.7;
  font-size: 14px;
  font-size: 1.4rem;
}

.front-results__pill {
  padding: 0.4rem 0.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #666;
  white-space: nowrap;
  background: #fff;
  border: 1.5px solid #c7cdd6;
  border-radius: 99px;
  font-size: 12px;
  font-size: 1.2rem;
}

.front-results__pill.--accent {
  color: #cb1414;
  border-color: #cb1414;
}

.front-results__chart {
  width: 100%;
  max-width: 32rem;
  margin: 0 auto;
}

.front-results__chart-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.4rem;
  justify-items: center;
  padding: 0 1.4rem;
}

.front-results__chart-area {
  align-items: end;
  height: 15.8rem;
  margin: 0.8rem 0;
  background-image: repeating-linear-gradient(to top, #edeeea 0 1px, transparent 1px 3.95rem);
  border-bottom: 2px solid #dcddd8;
  border-left: 2px solid #dcddd8;
}

.front-results__chart-area.inview {
  opacity: 1;
}

.front-results__bar {
  display: block;
  width: 100%;
  max-width: 8.4rem;
  height: 100%;
  background: #c7cdd6;
  border-radius: 0.5rem 0.5rem 0 0;
}

.front-results__bar.--after {
  background: #cb1414;
  transition: height 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.25s;
}

.front-results__chart-area.js-animate .front-results__bar.--after {
  height: var(--ratio);
}

.front-results__axis span {
  font-weight: 700;
  color: #666;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1.6rem;
}

.front-results__axis span.--accent {
  color: #cb1414;
}

.front-results__ab {
  display: grid;
  gap: 1.2rem;
  padding: 1.6rem 1.4rem;
  border: 1px solid #e7e8e3;
  border-radius: 1.2rem;
}

.front-results__ab-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}

.front-results__ab-arw {
  font-weight: 700;
  color: #999;
  font-size: 13px;
  font-size: 1.3rem;
}

.front-results__ab-list {
  display: grid;
  gap: 1rem;
}

.front-results__ab-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
}

.front-results__ab-who {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.6rem 1.2rem 0.6rem 0.6rem;
  font-weight: 700;
  line-height: 1.35;
  color: #666;
  white-space: nowrap;
  background: #f5f6f3;
  border: 1px solid #e7e8e3;
  border-radius: 0.6rem;
  font-size: 12px;
  font-size: 1.2rem;
}

.front-results__ab-who img {
  flex: none;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
}

.front-results__ab-result {
  position: relative;
  flex: none;
  padding: 0.6rem 0.8rem;
  font-weight: 700;
  line-height: 1.3;
  color: #666;
  white-space: nowrap;
  background: #fff;
  border: 1.5px solid #c7cdd6;
  font-size: 14px;
  font-size: 1.4rem;
}

.front-results__ab-result::before {
  position: absolute;
  top: 50%;
  left: -0.6rem;
  width: 0.8rem;
  height: 0.8rem;
  content: "";
  background: #fff;
  border-bottom: 1.5px solid #c7cdd6;
  border-left: 1.5px solid #c7cdd6;
  transform: translateY(-50%) rotate(45deg);
}

.front-results__ab-row.--low .front-results__ab-who {
  color: #cb1414;
  background: #fdf2f2;
  border-color: #f2c9c9;
}

.front-results__ab-row.--low .front-results__ab-result,
.front-results__ab-row.--low .front-results__ab-result::before {
  color: #cb1414;
  border-color: #cb1414;
}

/* 05 広がる
   ----------------------------------------------------------------- */
.front-scale__diagram {
  display: grid;
  gap: 1.6rem;
  align-items: center;
  justify-items: center;
}

.front-scale__layers {
  width: 100%;
}

.front-scale__img {
  width: 18rem;
  height: auto;
}

.front-scale__layer {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 9rem;
}

.front-scale__layer:not(:last-child)::after {
  position: absolute;
  top: calc(50% + 3.4rem);
  left: 2.7rem;
  width: 1px;
  height: calc(100% - 6.8rem);
  content: "";
  background: #e0c6c6;
}

.front-scale__label {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 5.4rem;
  height: 5.4rem;
  font-weight: 700;
  color: #fff;
  background: #cb1414;
  border-radius: 50%;
  font-size: 14px;
  font-size: 1.4rem;
}

.front-scale__layer-txt {
  font-weight: 700;
  line-height: 1.6;
  font-size: 13px;
  font-size: 1.3rem;
}

.front-scale__layer-note {
  margin-top: 0.3rem;
  font-size: 11px;
  font-size: 1.1rem;
}

/* サポート
   ----------------------------------------------------------------- */
.front-support {
  padding: 5rem 0;
  background: #f4f5f3;
}

.front-support__ttl,
.front-industry__ttl {
  margin-bottom: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  font-size: 22px;
  font-size: 2.2rem;
}

.front-support__txt,
.front-industry__txt {
  font-size: 14px;
  font-size: 1.4rem;
}

.front-support__list {
  display: grid;
  gap: 1.2rem;
  margin-top: 2.4rem;
}

.front-support__item {
  padding: 1.8rem;
  background: #fff;
  border: 1px solid #e7e8e3;
  border-radius: 1.2rem;
  box-shadow: 0 0.5rem 1.4rem rgba(20, 25, 40, 0.05);
}

.front-support__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  margin-bottom: 1.2rem;
  background: #fbecec;
  border-radius: 0.8rem;
}

.front-support__icon svg {
  width: 1.8rem;
  height: 1.8rem;
}

.front-support__item-ttl {
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
}

.front-support__item-txt {
  margin-top: 0.6rem;
  line-height: 1.6;
  font-size: 12px;
  font-size: 1.2rem;
}

/* 業界ごとの活用方法
   ----------------------------------------------------------------- */
.front-industry {
  padding: 5rem 0;
  background: #fff;
}

.front-industry__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}

.front-industry__nav {
  display: flex;
  gap: 1rem;
}

.front-industry__nav-btn {
  position: relative;
  width: 4.4rem;
  height: 4.4rem;
  cursor: pointer;
  background: #fff;
  border: 1.5px solid #e7e8e3;
  border-radius: 50%;
  transition: border-color 0.15s ease;
}

.front-industry__nav-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.9rem;
  height: 0.9rem;
  content: "";
  border-top: 1.5px solid #57606c;
  border-right: 1.5px solid #57606c;
  transition: border-color 0.15s ease;
  transform: translate(-65%, -50%) rotate(45deg);
}

.front-industry__nav-btn.--prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.front-industry__nav-btn.swiper-button-disabled {
  cursor: default;
  opacity: 0.35;
}

.front-industry__slider {
  padding: 0.6rem 0.2rem 1.4rem;
}

.front-industry__link {
  display: block;
  overflow: hidden;
  border: 1px solid #e7e8e3;
  border-radius: 1.4rem;
  box-shadow: 0 0.6rem 1.8rem rgba(20, 25, 40, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.front-industry__link img {
  display: block;
  width: 100%;
  height: auto;
}

.front-industry__pagination {
  display: flex;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 0.6rem;
}

.front-industry__pagination .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0;
  background: #d9dce1;
  opacity: 1;
}

.front-industry__pagination .swiper-pagination-bullet-active {
  background: #cb1414;
}

.front-industry__pagination.swiper-pagination-lock {
  display: none;
}

/* 〜767px：デザイン上の改行は解除して自然に折り返す */
@media screen and (max-width: 767px) {
  .front-hero__lead br,
  .front-reason__lead br,
  .front-scale__layer-txt br {
    display: none;
  }
}

/* hover
   ----------------------------------------------------------------- */
@media (hover: hover) and (pointer: fine) {
  .front-hero__movie:hover .front-hero__play {
    transform: translate(-50%, -50%) scale(1.08);
  }

  .front-reason__link:hover .front-reason__card {
    border-color: #cb1414;
    box-shadow: 0 1.2rem 2.4rem rgba(203, 20, 20, 0.12);
    transform: translateY(-0.3rem);
  }

  .front-reason__link:hover .front-reason__card::after {
    bottom: 1.1rem;
  }

  .front-create__tab:hover {
    border-color: #cb1414;
  }

  .front-industry__nav-btn:not(.swiper-button-disabled):hover {
    border-color: #cb1414;
  }

  .front-industry__nav-btn:not(.swiper-button-disabled):hover::before {
    border-color: #cb1414;
  }

  .front-industry__link:hover {
    box-shadow: 0 1.2rem 2.6rem rgba(20, 25, 40, 0.12);
    transform: translateY(-0.3rem);
  }
}

/* 768px〜
   ----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .front-chapter {
    padding: 7.6rem 0;
  }

  .front-chapter__lead {
    margin-bottom: 2.8rem;
    font-size: 36px;
    font-size: 3.6rem;
  }

  .front-chapter__txt {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .front-chapter__btn-box {
    margin-top: 6rem;
  }

  .front-chapter__btn-box .c-btn {
    min-width: 30rem;
  }

  .front-point-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .front-hero {
    padding: 12.1rem 0 5rem; /* 固定ヘッダー 7.1rem を含む */
  }

  .front-hero__catch {
    font-size: 38px;
    font-size: 3.8rem;
  }

  .front-hero__lead {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .front-hero__btns {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .front-stats__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .front-stats__label {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .front-reason__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .front-create__step-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3.6rem;
  }

  .front-create__step:not(:last-child)::after {
    top: 50%;
    right: -2.4rem;
    bottom: auto;
    left: auto;
    border-top: 0.9rem solid transparent;
    border-right: 0;
    border-bottom: 0.9rem solid transparent;
    border-left: 1.3rem solid #cb1414;
    transform: translateY(-50%);
  }

  .front-results__fig {
    grid-template-columns: minmax(0, 1fr) 27rem;
    gap: 2.4rem;
  }

  .front-scale__diagram {
    grid-template-columns: minmax(0, 24rem) minmax(0, 1fr);
    gap: 0 2rem;
    justify-items: stretch;
  }

  .front-scale__img {
    width: 100%;
  }

  .front-scale__layer {
    min-height: 13rem;
  }

  .front-scale__label {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .front-scale__layer-txt {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .front-support__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .front-support,
  .front-industry {
    padding: 7rem 0;
  }

  .front-support__ttl,
  .front-industry__ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}

/* 1024px〜
   ----------------------------------------------------------------- */
@media screen and (min-width: 1024px) {
  .front-chapter__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem 5rem;
    align-items: center;
  }

  .front-chapter__grid.--media-left .front-chapter__media {
    order: -1;
  }

  .front-create .front-chapter__grid {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  }

  .front-chapter__lead {
    font-size: 44px;
    font-size: 4.4rem;
  }

  .front-chapter__txt {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .front-point__ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .front-point__txt {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .front-balloon {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .front-hero {
    padding: 14.9rem 0 6.2rem; /* 固定ヘッダー 9.1rem を含む */
  }

  .front-hero__bg img {
    right: auto;
    left: 30%;
    opacity: 1;
  }

  .front-hero__inner {
    grid-template-columns: 1.02fr 0.98fr;
    gap: 4.6rem;
    align-items: center;
  }

  .front-hero__catch {
    margin-bottom: 2rem;
    font-size: 45px;
    font-size: 4.5rem;
  }

  .front-hero__lead {
    margin-bottom: 2.6rem;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .front-hero__btns {
    justify-content: flex-start;
    gap: 1.3rem;
  }

  .front-hero__btns .c-btn {
    width: 26rem;
  }

  .front-hero__media {
    border-radius: 1.8rem;
  }

  .front-stats {
    padding: 2rem 0 3rem;
  }

  .front-stats__list {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1.4rem;
  }

  .front-stats__label {
    margin-bottom: 1rem;
  }

  .front-stats__num {
    font-size: 33px;
    font-size: 3.3rem;
  }

  .front-stats__unit {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .front-stats__foot {
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 0.4rem;
  }

  .front-stats__note {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .front-stats__badge {
    width: 13.8rem;
  }

  .front-stats__caption {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .front-reason {
    padding: 7.6rem 0;
  }

  .front-reason__ttl {
    margin-bottom: 1.4rem;
    font-size: 34px;
    font-size: 3.4rem;
  }

  .front-reason__txt {
    margin-bottom: 3.4rem;
    font-size: 15.5px;
    font-size: 1.55rem;
  }

  .front-reason__list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.2rem;
  }

  .front-reason__list::before {
    position: absolute;
    top: 1.8rem;
    right: 10%;
    left: 10%;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, #a41010, #e56464);
  }

  .front-reason__num {
    margin-bottom: 1.6rem;
  }

  .front-reason__card {
    padding: 2rem 1.6rem 3.8rem;
  }

  .front-reason__name {
    font-size: 19px;
    font-size: 1.9rem;
  }

  .front-reason__lead {
    margin-top: 1rem;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .front-create__steps {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 3rem;
    align-items: center;
  }

  .front-create__steps-ttl {
    text-align: left;
    white-space: nowrap;
    font-size: 28px;
    font-size: 2.8rem;
  }

  .front-results__fig-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }

  .front-scale__diagram {
    grid-template-columns: minmax(0, 22rem) minmax(0, 1fr);
  }

  .front-support,
  .front-industry {
    padding: 7.6rem 0;
  }

  .front-support__ttl,
  .front-industry__ttl {
    font-size: 34px;
    font-size: 3.4rem;
  }

  .front-support__txt,
  .front-industry__txt {
    font-size: 15.5px;
    font-size: 1.55rem;
  }

  .front-support__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.4rem;
    margin-top: 3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .front-results__bar.--after,
  .front-reason__card,
  .front-industry__link {
    transition: none;
  }
}
