/* ============================================================
   ヘッダー
============================================================ */
.site-header{
  position: relative;
  top: 0;
  background: #fff;
  overflow: visible;
  z-index: 10000;
}

.header-inner {
  /*max-width: 100%;*/
  margin: 0 auto;
  padding: 5px 5px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

/* ============================================================
   フッター（企業向け：濃紺）
============================================================ */
.site-footer {
  background: #0f2742;
  color: #ffffff;
  padding: 50px 0 20px;
  margin-top: 60px;
  text-decoration: none;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.site-footer a:hover {
  opacity: 0.8;
}

.footer-inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-section h3 {
  font-size: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 6px;
}

.footer-tags .tag,
.footer-categories .tag {
  background: rgba(255,255,255,0.15);
  color: #fff;
  border: none;
}

.footer-copy {
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  opacity: 0.7;
}

.footer-section li {
  color:#fff;
  text-decoration: none;
}

/* ============================================================
   フッターバナー
============================================================ */

.banner img {

  max-width: 100%;

  height: auto;

  border-radius: 10px;

}
