@charset "UTF-8";
/* =========================
KEY FIGURESページ（冒頭）
========================= */
#keyfigures {
  position: relative;
  overflow: hidden;
}
#keyfigures .biglogos {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
#keyfigures .biglogos span {
  display: block;
  position: absolute;
  background-image: url(../../img/common/biglogo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  opacity: 0.6;
  z-index: 1;
}
#keyfigures .biglogos span:nth-of-type(1) {
  top: 40px;
  right: -13%;
  width: 63%;
  aspect-ratio: 1/0.5969711539;
}
#keyfigures .biglogos span:nth-of-type(2) {
  top: 1198px;
  left: -13%;
  width: 68%;
  aspect-ratio: 1/0.5969711539;
}
#keyfigures .biglogos span:nth-of-type(3) {
  bottom: 0px;
  right: -13%;
  width: 68%;
  aspect-ratio: 1/0.5969711539;
  transform: translateY(50%);
}
#keyfigures .keyfigures__bg {
  background: #e9f4fb;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 60px 0 90px;
}
#keyfigures .keyfigures__inner {
  position: relative;
  z-index: 2;
  max-width: 1400px;
}
#keyfigures .keyfigures__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 26px;
}
#keyfigures .keyfigures__ttl {
  margin: 0;
  font-weight: 900;
  color: #005BAC;
  font-size: 5.6rem;
  letter-spacing: 0.02em;
}
#keyfigures .keyfigures__sub {
  margin: 0;
  color: #005BAC;
  font-weight: 800;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
}
#keyfigures {
  /* =========================
  CARD（色は変数＋modifier）
  ========================= */
}
#keyfigures .keyfig-card {
  /* default（別色増えてもここが基盤） */
  --kf-border: #2DB3A2;
  --kf-accent: #2DB3A2;
  --kf-text: #2DB3A2;
  background: #fff;
  border-radius: 30px;
  border: 3px solid var(--kf-border);
  padding: 34px 36px 38px;
  position: relative;
}
#keyfigures {
  /* 緑 */
}
#keyfigures .keyfig-card--green {
  --kf-border: #2DB3A2;
  --kf-accent: #2DB3A2;
  --kf-text: #2DB3A2;
}
#keyfigures {
  /* （将来用：青とか） */
}
#keyfigures .keyfig-card--blue {
  --kf-border: #005BAC;
  --kf-accent: #005BAC;
  --kf-text: #005BAC;
}
#keyfigures .keyfig-card__head {
  display: flex;
  align-items: baseline;
  gap: 22px;
  margin: 0 0 26px;
}
#keyfigures .keyfig-card__kicker {
  margin: 0;
  font-weight: 900;
  color: #111;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
}
#keyfigures .keyfig-card__title {
  margin: 0;
  font-weight: 900;
  color: var(--kf-text);
  font-size: 6rem;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
#keyfigures {
  /* =========================
  GRID
  ========================= */
}
#keyfigures .keyfig-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#keyfigures .keyfig-item {
  background: var(--kf-accent);
  border-radius: 14px;
  padding: 22px 20px 18px;
  color: #fff;
  position: relative;
  min-height: 280px;
  width: 24%;
}
#keyfigures .keyfig-item__label {
  margin: 0 0 12px;
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  text-align: center;
}
#keyfigures .keyfig-item__icon {
  width: 120px;
  height: 120px;
  margin: 0px auto 0px;
}
#keyfigures .keyfig-item__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#keyfigures .keyfig-item__value {
  margin: 0px 0 0;
  text-align: center;
  line-height: 1;
}
#keyfigures .keyfig-item__num {
  font-weight: 900;
  font-size: 8.6rem;
  letter-spacing: 0.02em;
}
#keyfigures .keyfig-item__unit {
  font-weight: 900;
  font-size: 2.6rem;
  margin-left: 6px;
}
#keyfigures {
  /* =========================
  RATIO（2つのカード）
  ========================= */
}
#keyfigures .keyfig-item--ratio .keyfig-item__label {
  margin-bottom: 14px;
}
#keyfigures .keyfig-ratio {
  margin: 10px auto 0;
  width: 100%;
}
#keyfigures .keyfig-ratio__bar {
  display: flex;
  height: 82px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 6px;
  overflow: hidden;
}
#keyfigures .keyfig-ratio__bar span {
  position: relative;
  height: 100%;
  width: 0%;
  transition: width 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
#keyfigures .keyfig-ratio__bar img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: auto;
  pointer-events: none;
}
#keyfigures {
  /* 色分け */
}
#keyfigures .keyfig-ratio__male {
  background: rgba(255, 255, 255, 0.55);
}
#keyfigures .keyfig-ratio__female {
  background: rgba(255, 255, 255, 0.35);
}
#keyfigures {
  /* 発火後（JSで class 付与） */
}
#keyfigures .keyfig-item--ratio.is-animated .keyfig-ratio__bar span {
  /* widthはJSで設定 */
}
#keyfigures .keyfig-ratio__male {
  background: rgba(255, 255, 255, 0.55);
}
#keyfigures .keyfig-ratio__female {
  background: rgba(255, 255, 255, 0.28);
}
#keyfigures .keyfig-ratio__icons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: -74px;
  padding: 0 18px;
}
#keyfigures .keyfig-ratio__icons img {
  width: 44px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.9;
}
#keyfigures .keyfig-ratio__nums {
  margin: 59px 0 0;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-weight: 900;
  font-size: 4.4rem;
  letter-spacing: 0.02em;
}
#keyfigures {
  /* =========================
  KEYFIG CARD (pink)
  ========================= */
}
#keyfigures .keyfig-card {
  margin-top: 40px;
}
#keyfigures .keyfig-card--first {
  margin-top: 0;
}
#keyfigures .keyfig-card--pink {
  background: #fff;
  /* ← ここが重要（transparent をやめる） */
  border: 2px solid #ee7e7a;
  border-radius: 44px;
  padding: 44px 48px 54px;
}
#keyfigures .keyfig-card--pink .keyfig-card__head {
  margin-bottom: 28px;
}
#keyfigures .keyfig-card__ttl {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 18px;
  flex-wrap: wrap;
}
#keyfigures .keyfig-card__ttl-sm {
  font-weight: 900;
  font-size: 2.2rem;
  color: #111;
}
#keyfigures .keyfig-card__ttl-lg {
  font-weight: 900;
  font-size: 5.2rem;
  color: #ee7e7a;
  letter-spacing: 0.02em;
}
#keyfigures .keyfig-card__ttl-note {
  font-weight: 400;
  font-size: 2rem;
  color: #111;
}
#keyfigures {
  /* =========================
  WELFARE GRID
  ========================= */
}
#keyfigures .keyfig-welfare__row {
  display: grid;
  gap: 26px;
}
#keyfigures .keyfig-welfare__row--top {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 26px;
}
#keyfigures .keyfig-welfare__row--bottom {
  grid-template-columns: repeat(3, 1fr);
}
#keyfigures {
  /* =========================
  ITEM
  ========================= */
}
#keyfigures .welfare-item {
  background: #ee7e7a;
  border-radius: 10px;
  padding: 26px 26px 22px;
  color: #fff;
  min-height: 260px;
  display: flex;
  flex-direction: column;
}
#keyfigures .welfare-item--wide {
  min-height: 300px;
}
#keyfigures .welfare-item__name {
  margin: 0 0 18px;
  font-weight: 900;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.5;
}
#keyfigures .welfare-item__mid {
  margin: 0 auto 14px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}
#keyfigures .welfare-item__icon {
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  display: inline-block;
  transform: translateY(7.5px);
}
#keyfigures .welfare-item__icon img {
  display: block;
  width: 100%;
  height: auto;
}
#keyfigures .welfare-item__num {
  margin: 0;
  font-weight: 900;
  line-height: 1;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
#keyfigures .welfare-item__num .js-countup {
  font-size: 8.4rem;
}
#keyfigures .welfare-item__unit {
  font-size: 3rem;
  font-weight: 900;
}
#keyfigures .welfare-item__desc {
  margin: 12px 0 0;
  color: #fff;
  opacity: 0.95;
}

#keyfigures {
  /* =========================
  KEYFIG CARD (YELLOW)
  ========================= */
}
#keyfigures .keyfig-card--yellow {
  background: #fff;
  border: 2px solid #f6b400;
  border-radius: 44px;
  padding: 44px 48px 54px;
}
#keyfigures {
  /* 見出し */
}
#keyfigures .keyfig-card__head--culture {
  margin-bottom: 34px;
}
#keyfigures {
  /* 「社内の風土」だけ黄色 */
}
#keyfigures .keyfig-card--yellow .keyfig-card__ttl-lg {
  color: #f6b400;
}
#keyfigures {
  /* 2カラム固定 */
}
#keyfigures .keyfig-culture {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
}
#keyfigures .culture-item {
  background: #f6b400;
  border-radius: 14px;
  padding: 28px 28px 26px;
  text-align: center;
  color: #fff;
}
#keyfigures .culture-item__label {
  margin: 0 0 18px;
  font-weight: 900;
  font-size: 2.2rem;
  letter-spacing: 0.02em;
}
#keyfigures .culture-item__icon {
  width: 86px;
  height: 86px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#keyfigures .culture-item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
#keyfigures .culture-item__value {
  margin: 0;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  line-height: 1;
}
#keyfigures .culture-item__num {
  font-weight: 900;
  font-size: 8.4rem;
  letter-spacing: 0.01em;
}
#keyfigures .culture-item__unit {
  font-weight: 900;
  font-size: 3.2rem;
}

#keyfigures {
  /* =========================
  KEYFIG CARD (ACTIVITY / PINK)
  ========================= */
}
#keyfigures .keyfig-card--activity {
  background: #fff;
  border: 2px solid #b673cc;
  border-radius: 44px;
  padding: 44px 48px 54px;
}
#keyfigures .keyfig-card__head--activity {
  margin-bottom: 18px;
}
#keyfigures .keyfig-card--activity .keyfig-card__ttl-lg {
  color: #b673cc;
}
#keyfigures .keyfig-card__intro {
  margin: 0 0 26px;
  max-width: 1100px;
}
#keyfigures {
  /* 3カラム */
}
#keyfigures .activity-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr;
  gap: 26px;
  align-items: stretch;
}
#keyfigures .activity-box {
  background: #b673cc;
  border-radius: 12px;
  padding: 26px 26px 22px;
  color: #fff;
  position: relative;
}
#keyfigures .activity-box__ttl {
  margin: 0 0 18px;
  text-align: center;
  font-weight: 900;
  font-size: 2.2rem;
  letter-spacing: 0.02em;
}
#keyfigures {
  /* 事業所 */
}
#keyfigures .activity-box__map {
  width: 150px;
  height: 84px;
  margin: 0 auto 12px;
}
#keyfigures .activity-box__map img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
#keyfigures .activity-box__big {
  margin: 0 0 10px;
  text-align: center;
  line-height: 1;
}
#keyfigures .activity-box__big-num {
  font-weight: 900;
  font-size: 8.8rem;
  letter-spacing: 0.01em;
}
#keyfigures .activity-box__big-unit {
  font-weight: 900;
  font-size: 3.6rem;
  margin-left: 6px;
}
#keyfigures .activity-box__sub {
  margin: 0 0 16px;
  opacity: 0.95;
  text-align: center;
}
#keyfigures .activity-box__overseas {
  margin-top: 0px;
  padding-top: 0px;
  text-align: center;
}
#keyfigures .activity-box__overseas-num {
  margin: 0 0 6px;
  line-height: 1;
}
#keyfigures .activity-box__overseas-big {
  font-weight: 900;
  font-size: 5.6rem;
}
#keyfigures .activity-box__overseas-unit {
  font-weight: 900;
  font-size: 2.8rem;
  margin-left: 6px;
}
#keyfigures .activity-box__overseas-note {
  margin: 0;
  opacity: 0.92;
}
#keyfigures {
  /* 顧客数 */
}
#keyfigures .activity-box__customer-big {
  margin: 0 0 14px;
  text-align: center;
  line-height: 1;
  font-weight: 900;
  font-size: 3.4rem;
}
#keyfigures .activity-box__customer-num {
  font-size: 8.2rem;
  letter-spacing: 0.02em;
  margin: 0 6px;
  display: inline-block;
}
#keyfigures .activity-box__customer-unit {
  font-size: 3.2rem;
}
#keyfigures .activity-box__people {
  width: 320px;
  margin: 6px auto 0;
}
#keyfigures .activity-box__people img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.9;
}
#keyfigures {
  /* 売上高 */
}
#keyfigures .activity-box__sales-top {
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
}
#keyfigures .activity-box__sales-big {
  margin: 0;
  font-weight: 900;
  line-height: 1;
  font-size: 10.4rem;
}
#keyfigures .activity-box__sales-unit {
  font-size: 3.2rem;
  margin-left: 6px;
}
#keyfigures {
  /* ===== SVG chart ===== */
}
#keyfigures .sales-chart {
  margin-top: 6px;
}
#keyfigures .sales-chart__svg {
  display: block;
  width: 100%;
  height: auto;
}
#keyfigures .sales-chart__grid line {
  stroke: rgba(255, 255, 255, 0.35);
  stroke-width: 2;
}
#keyfigures .sales-chart__line {
  fill: none;
  stroke: #fff;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
  /* JSでdashをセットして描画 */
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
}
#keyfigures .sales-chart__dots circle {
  fill: #fff;
  opacity: 0.95;
}
#keyfigures .sales-chart__labels text {
  fill: rgba(255, 255, 255, 0.95);
  font-weight: 900;
  font-size: 18px;
}
#keyfigures .sales-chart__years text {
  fill: rgba(255, 255, 255, 0.9);
  font-weight: 800;
  font-size: 16px;
}
#keyfigures {
  /* 描画アニメーションON */
}
#keyfigures .js-line-scope.is-animated .sales-chart__line {
  transition: stroke-dashoffset 1.2s ease;
}

/* =========================
MARKS（マークでみる京進）
========================= */
#keyfigures .keyfig-card--marks {
  padding: 46px 56px 60px;
}
#keyfigures {
  /* タイトル中央 */
}
#keyfigures .keyfig-card__ttl--center {
  display: block;
  text-align: center;
  margin: 0 0 40px;
  font-weight: 900;
  font-size: 4.2rem;
  letter-spacing: 0.02em;
  color: #005BAC;
}
#keyfigures {
  /* 4カラム */
}
#keyfigures .marks-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px 48px;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: start;
}
#keyfigures .marks-item__img {
  width: 100%;
  display: flex;
  justify-content: center;
}
#keyfigures .marks-item__img img {
  display: block;
  max-width: 240px;
  /* ここで見え方を揃える */
  width: 100%;
  height: auto;
}
#keyfigures {
  /* 右下CTA */
}
#keyfigures .marks-cta {
  margin-top: 26px;
  display: flex;
  justify-content: flex-end;
}
#keyfigures {
  /* 既存の矢印ボタンが無い場合の簡易版 */
}
#keyfigures .btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 360px;
  height: 64px;
  padding: 0 26px;
  background: #005BAC;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 900;
  font-size: 2rem;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.12);
}
#keyfigures .btn-arrow__ic {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: #fff;
  position: relative;
  flex: 0 0 auto;
}
#keyfigures .btn-arrow__ic::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-right: 3px solid #005BAC;
  border-top: 3px solid #005BAC;
  transform: translate(-55%, -50%) rotate(45deg);
}
#keyfigures .btn-arrow:hover {
  transform: translateY(2px);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 768px) {
  #keyfigures .keyfigures__bg {
    padding: 64px 0 40px;
  }
  #keyfigures .keyfigures__head {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    margin: 0 0 12px;
  }
  #keyfigures .keyfigures__ttl {
    font-size: 3.2rem;
  }
  #keyfigures .keyfigures__sub {
    font-size: 2.2rem;
  }
  #keyfigures {
    /* =========================
    CARD（色は変数＋modifier）
    ========================= */
  }
  #keyfigures .keyfig-card {
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    padding: 32px 12px;
  }
  #keyfigures .keyfig-card__head {
    display: block;
    gap: 22px;
    padding: 0 16px;
    margin: 0 0 26px;
  }
  #keyfigures .keyfig-card__ttl {
    display: block;
  }
  #keyfigures .keyfig-card__kicker {
    font-size: 1.6rem;
  }
  #keyfigures .keyfig-card__title {
    font-size: 3.2rem;
  }
  #keyfigures {
    /* =========================
    GRID
    ========================= */
  }
  #keyfigures .keyfig-grid {
    gap: 8px 0;
  }
  #keyfigures .keyfig-item {
    border-radius: 10px;
    padding: 24px 16px 18px;
    min-height: initial;
    width: 48.75%;
  }
  #keyfigures .keyfig-item__label {
    margin: 0 0 6.4px;
    font-size: 1.6rem;
  }
  #keyfigures .keyfig-item__icon {
    width: 56px;
    height: 56px;
    margin: 0px auto 0px;
  }
  #keyfigures .keyfig-item__num {
    font-size: 4.8rem;
  }
  #keyfigures .keyfig-item__unit {
    font-weight: 900;
    font-size: 1.6rem;
    margin-left: 6px;
  }
  #keyfigures {
    /* =========================
    RATIO（2つのカード）
    ========================= */
  }
  #keyfigures .keyfig-ratio__bar {
    height: 56px;
  }
  #keyfigures .keyfig-ratio__bar img {
    width: 12.5px;
  }
  #keyfigures .keyfig-ratio__icons {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: -74px;
    padding: 0 18px;
  }
  #keyfigures .keyfig-ratio__icons img {
    width: 44px;
    height: 44px;
    -o-object-fit: contain;
       object-fit: contain;
    opacity: 0.9;
  }
  #keyfigures .keyfig-ratio__nums {
    margin: 8px 0 0;
    display: flex;
    font-size: 2.2rem;
  }
  #keyfigures {
    /* =========================
    KEYFIG CARD (pink)
    ========================= */
  }
  #keyfigures .keyfig-card {
    margin-top: 8px;
  }
  #keyfigures .keyfig-card--pink .keyfig-card__head {
    margin-bottom: 16px;
  }
  #keyfigures .keyfig-card__ttl-sm {
    font-size: 1.6rem;
  }
  #keyfigures .keyfig-card__ttl-lg {
    font-size: 3.2rem;
  }
  #keyfigures .keyfig-card__ttl-note {
    font-weight: 400;
    font-size: 1.4rem;
  }
  #keyfigures {
    /* =========================
    WELFARE GRID
    ========================= */
  }
  #keyfigures .keyfig-welfare__row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px 0;
  }
  #keyfigures .keyfig-welfare__row--top {
    margin-bottom: 0;
    gap: 8px 0;
  }
  #keyfigures .keyfig-welfare__row--bottom {
    margin-top: 8px;
    margin-bottom: 0;
    gap: 8px 0;
  }
  #keyfigures {
    /* =========================
    ITEM
    ========================= */
  }
  #keyfigures .welfare-item {
    padding: 16px 12px 14px;
    min-height: initial;
    width: 48.75%;
    display: flex;
    flex-direction: column;
    gap: 8px 0;
  }
  #keyfigures .welfare-item--sp-wide {
    width: 100%;
  }
  #keyfigures .welfare-item--wide {
    min-height: initial;
  }
  #keyfigures .welfare-item__name {
    margin: 0 0 8px;
    font-size: 1.6rem;
  }
  #keyfigures .welfare-item__mid {
    margin: 0 auto 0px;
    gap: 8px;
  }
  #keyfigures .welfare-item__icon {
    width: 32px;
    height: 32px;
    transform: translateY(7.5px);
  }
  #keyfigures .welfare-item__num {
    gap: 4.8px;
  }
  #keyfigures .welfare-item__num .js-countup {
    font-size: 4.8rem;
  }
  #keyfigures .welfare-item__unit {
    font-size: 1.6rem;
  }
  #keyfigures .welfare-item__desc {
    margin: 4.8px 0 0;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  #keyfigures {
    /* =========================
    KEYFIG CARD (YELLOW)
    ========================= */
  }
  #keyfigures .keyfig-card--yellow {
    border-radius: 10px;
    padding: 32px 24px 32px;
  }
  #keyfigures {
    /* 見出し */
  }
  #keyfigures .keyfig-card__head--culture {
    margin-bottom: 24px;
  }
  #keyfigures {
    /* 2カラム固定 */
  }
  #keyfigures .keyfig-culture {
    display: flex;
    gap: 8px 0;
    justify-content: space-between;
  }
  #keyfigures .culture-item {
    border-radius: 10px;
    padding: 16px 12px 14px;
    width: 48.75%;
  }
  #keyfigures .culture-item__label {
    margin: 0 0 8px;
    font-size: 1.6rem;
  }
  #keyfigures .culture-item__icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 8px;
  }
  #keyfigures .culture-item__value {
    gap: 4px;
  }
  #keyfigures .culture-item__num {
    font-size: 4.8rem;
  }
  #keyfigures .culture-item__unit {
    font-size: 1.6rem;
  }
  #keyfigures {
    /* =========================
    KEYFIG CARD (ACTIVITY / PINK)
    ========================= */
  }
  #keyfigures .keyfig-card--activity {
    border-radius: 10px;
    padding: 32px 12px;
  }
  #keyfigures .keyfig-card__head--activity {
    margin-bottom: 12px;
  }
  #keyfigures .keyfig-card__intro {
    margin: 0 0 12px;
  }
  #keyfigures {
    /* 3カラム */
  }
  #keyfigures .activity-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px 0;
    align-items: initial;
  }
  #keyfigures .activity-box {
    border-radius: 10px;
    padding: 32px 12px;
    width: 48.75%;
  }
  #keyfigures .activity-box--place {
    width: 100%;
  }
  #keyfigures .activity-box__ttl {
    margin: 0 0 14px;
    font-size: 1.7rem;
  }
  #keyfigures {
    /* 事業所 */
  }
  #keyfigures .activity-box__map {
    width: 100%;
    aspect-ratio: 16/9;
    margin: 0 auto 15px;
  }
  #keyfigures .activity-box__big {
    margin: 0 0 4px;
  }
  #keyfigures .activity-box__big-num {
    font-size: 4.8rem;
  }
  #keyfigures .activity-box__big-unit {
    font-size: 1.6rem;
    margin-left: 4px;
  }
  #keyfigures .activity-box__sub {
    margin: 0 0 8px;
    opacity: 0.95;
    text-align: center;
    font-size: 1.2rem;
  }
  #keyfigures .activity-box__overseas-num {
    margin: 0 0 6px;
    line-height: 1;
  }
  #keyfigures .activity-box__overseas-big {
    font-size: 4.8rem;
  }
  #keyfigures .activity-box__overseas-unit {
    font-size: 1.6rem;
    margin-left: 4px;
  }
  #keyfigures .activity-box__overseas-note {
    font-size: 1.2rem;
  }
  #keyfigures {
    /* 顧客数 */
  }
  #keyfigures .activity-box__customer-big {
    margin: 0 0 14px;
  }
  #keyfigures .activity-box__customer-num {
    font-size: 2.7rem;
    margin: 0 0px;
  }
  #keyfigures .activity-box__customer-unit {
    font-size: 1.5rem;
  }
  #keyfigures .activity-box__people {
    width: 100%;
    margin: 6px auto 0;
  }
  #keyfigures {
    /* 売上高 */
  }
  #keyfigures .activity-box__sales-top {
    display: flex;
    justify-content: center;
    margin-bottom: 3px;
  }
  #keyfigures .activity-box__sales-big {
    margin: 0;
    font-size: 4.2rem;
  }
  #keyfigures .activity-box__sales-unit {
    font-size: 1.5rem;
    margin-left: 6px;
  }
  #keyfigures {
    /* ===== SVG chart ===== */
  }
  #keyfigures .sales-chart {
    margin-top: 3px;
  }
  /* =========================
  MARKS（マークでみる京進）
  ========================= */
  #keyfigures .keyfig-card--marks {
    padding: 32px 12px;
  }
  #keyfigures {
    /* タイトル中央 */
  }
  #keyfigures .keyfig-card__ttl--center {
    margin: 0 0 24px;
    font-size: 2.8rem;
  }
  #keyfigures {
    /* 4カラム */
  }
  #keyfigures .marks-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 8px 0;
    align-items: initial;
  }
  #keyfigures .marks-item {
    width: 40.75%;
  }
  #keyfigures .marks-item__img {
    width: 100%;
    display: block;
  }
  #keyfigures .marks-item__img img {
    display: block;
    max-width: 240px;
    width: 100%;
  }
  #keyfigures {
    /* 右下CTA */
  }
  #keyfigures .marks-cta {
    margin-top: 26px;
  }
  #keyfigures {
    /* 既存の矢印ボタンが無い場合の簡易版 */
  }
  #keyfigures .btn-arrow {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    min-width: initial;
    height: 40px;
    padding: 0 12px;
    border-radius: 5px;
    font-size: 1.6rem;
    box-shadow: 0px 2.5px 0 rgba(0, 0, 0, 0.2);
  }
  #keyfigures .btn-arrow__ic {
    transform: translateY(1px);
    width: 16px;
    height: 16px;
    border-radius: 3px;
  }
  #keyfigures .btn-arrow__ic::before {
    width: 5px;
    height: 5px;
    border-right: 1.5px solid #005BAC;
    border-top: 1.5px solid #005BAC;
  }
  #keyfigures .btn-arrow:hover {
    transform: translateY(2px);
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.12);
  }
}/*# sourceMappingURL=keyfigures.css.map */