@charset "UTF-8";
#cta-68b8f24c0df02b006622ead4 {
  /* =========================
     Feature Banners
  ========================= */
  /* 見出し */
  /* グリッド */
  /* カード */
  /* 画像 */
  /* メタ */
  /* タグ */
  /* テキスト */
  /* =========================
     Tablet
  ========================= */
  /* =========================
     Mobile
  ========================= */
  /* =========================
     横長バナー

  ========================= */
}
#cta-68b8f24c0df02b006622ead4 .feature-banners {
  margin: 56px auto;
  max-width: 1200px;
  padding: 0 16px;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", sans-serif;
}
#cta-68b8f24c0df02b006622ead4 .feature-banners__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding-left: 12px;
  border-left: 4px solid rgba(17, 17, 17, 0.14);
}
#cta-68b8f24c0df02b006622ead4 .feature-banners__title {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.02em;
  margin: 0;
  color: #111;
}
#cta-68b8f24c0df02b006622ead4 .feature-banners__sub {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(17, 17, 17, 0.58);
}
#cta-68b8f24c0df02b006622ead4 .feature-banners__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
#cta-68b8f24c0df02b006622ead4 .fb-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transform: translateY(0);
  transition: 0.18s ease;
}
#cta-68b8f24c0df02b006622ead4 .fb-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
  border-color: rgba(17, 17, 17, 0.14);
}
#cta-68b8f24c0df02b006622ead4 .fb-card__img {
  aspect-ratio: 16/9;
  background: #f5f6f8;
}
#cta-68b8f24c0df02b006622ead4 .fb-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#cta-68b8f24c0df02b006622ead4 .fb-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
}
#cta-68b8f24c0df02b006622ead4 .fb-card__tag {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  background: linear-gradient(90deg, #4e8edb, #63c7c9);
  color: #fff;
  white-space: nowrap;
}
#cta-68b8f24c0df02b006622ead4 .fb-card__text {
  font-size: 13px;
  font-weight: 700;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1024px) {
  #cta-68b8f24c0df02b006622ead4 .feature-banners__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  #cta-68b8f24c0df02b006622ead4 .feature-banners__head {
    flex-direction: column;
    align-items: flex-start;
  }
  #cta-68b8f24c0df02b006622ead4 .feature-banners__title {
    font-size: 20px;
  }
  #cta-68b8f24c0df02b006622ead4 .feature-banners__sub {
    font-size: 11px;
  }
  #cta-68b8f24c0df02b006622ead4 .feature-banners__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  #cta-68b8f24c0df02b006622ead4 .fb-card__tag {
    font-size: 10px;
    padding: 3px 8px;
  }
  #cta-68b8f24c0df02b006622ead4 .fb-card__text {
    font-size: 11px;
  }
}
#cta-68b8f24c0df02b006622ead4 .banner-img img {
  width: 100%;
  height: auto;
  display: block;
}
#cta-68b8f24c0df02b006622ead4 .banner-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  /* ←ここで間隔調整 */
}