/* ──────────────────────────────────────────
   カバーセクション
──────────────────────────────────────────*/
.cover-section {
  position: relative;
  width: 100%;
  height: 110px;
  overflow: visible;
}
.cover-section img {
  width: 100%;
}

.header-section img {
  width: 100%;
}

/* ──────────────────────────────────────────
   ヘッダー
──────────────────────────────────────────*/
@media screen and (max-width: 768px) {
  .header-section img {
    width: 100vw;
    margin-left: -16px; /* 左スペース分戻す */
  }
}

/* ──────────────────────────────────────────
   ポリシー
──────────────────────────────────────────*/
.policy-section .headline--subtitle {
  color: var(--color-text);
}
.policy-section a {
  color: var(--color-text);
  text-decoration: none;
}
.policy-section img {
  width: 200px;
}
