/* 共通 */
.l-contents__inner {
  padding-top: 0!important;
  padding-bottom: 0!important;
}

.c-copyright {
  background-color: #045BB9;
}

.c-entry__title {
  display: none;
}

/* =========================================
  FV 文字だけで視認性アップ
========================================= */

/* 小見出し */
.fv .smb-section__subtitle {
  color: #007BB6;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-shadow:
    0 1px 2px rgba(255, 255, 255, 0.85),
    0 0 10px rgba(255, 255, 255, 0.7);
}

/* タイトル本体 */
.fv .smb-section__title {
  color: #1F2D3D;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.01em;
  text-shadow:
    0 2px 4px rgba(255, 255, 255, 0.92),
    0 6px 18px rgba(255, 255, 255, 0.78),
    0 0 24px rgba(255, 255, 255, 0.55);
}

/* タイトル内のspan対策 */
.fv .smb-section__title span {
  color: #1F2D3D;
  font-weight: 700;
}

/* 説明文 */
.fv .smb-section__body,
.fv .smb-section__body p {
  color: #000;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.02em;
  text-shadow:
    0 1px 3px rgba(255, 255, 255, 0.9),
    0 4px 12px rgba(255, 255, 255, 0.72);
}

/* ファーストビュー・オーバーレイ */
.fv {
  position: relative;
  overflow: hidden;
}

.fv::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(238, 243, 246, 0.92) 0%,
    rgba(238, 243, 246, 0.84) 18%,
    rgba(238, 243, 246, 0.68) 34%,
    rgba(238, 243, 246, 0.38) 46%,
    rgba(238, 243, 246, 0.12) 56%,
    rgba(238, 243, 246, 0) 64%
  );
}

.fv .smb-section__inner,
.fv .smb-section__contents-wrapper,
.fv .smb-section__header,
.fv .smb-section__body {
  position: relative;
  z-index: 2;
}


.works__works-card-contents {
  min-height: 280px;
}