@charset "UTF-8";
/* =========================
   3カラム：左右フル + 中央584固定
========================= */
/* ハブの左右色面（仮） */
.lp--hub .lp__side--left {
  background: #EB6100;
}

.lp--hub .lp__side--right {
  background: #004C97;
}

/* =========================
   ハブ：中央カード（画像カード）
========================= */
.hubHeader {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 20px 0 45px;
}
@media (max-width: 767px) {
  .hubHeader {
    padding-bottom: 20px;
  }
}

.hubHeader__title {
  width: 75.1712328767%;
  aspect-ratio: 878/219;
  background: url("../img/title.png") center/contain no-repeat;
  text-indent: -9999px;
}

.hubHeader__period {
  width: 82.5342465753%;
  aspect-ratio: 964/71;
  background: url("../img/im_period.png") center/contain no-repeat;
  text-indent: -9999px;
}

.hubCards {
  display: grid;
  gap: 50px;
  padding: 0 6.8493150685%;
}

.hubCard {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
  border: 3px solid rgba(0, 0, 0, 0.06);
}

.hubCard img {
  display: block;
  max-width: 100%;
  height: auto;
}/*# sourceMappingURL=style.css.map */