body {
  margin: 0px;
  padding-right: 0px;
}
.pagetop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 60px;
  height: 60px;
  border: 2px solid #000; /* 通常は黒丸 */
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  text-decoration: none;
  box-sizing: border-box;
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 1.2s ease, visibility 1.2s ease, border-color 0.3s ease;
}
/* スクロール後に表示 */
.pagetop.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
/* 矢印 */
.pagetop-arrow {
  width: 14px;
  height: 14px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  transform: rotate(45deg);
  margin-top: 6px;
  transition: border-color 0.3s ease;
}
/* フッター上に来たら白に変更 */
.pagetop.on-footer {
  border-color: #fff;
}
.pagetop.on-footer .pagetop-arrow {
  border-color: #fff;
}
#wrap {
  width: 100%;
}
.movie_blk {
  width: 100%;
  position: relative;
  display: none;
}
.movie_blk video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.movie_blk h2 {
  font-size: 43px;
  position: absolute;
  top: 40%;
  left: 35%;
  z-index: 1;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
}
.movie_blk p {
  font-size: 18px;
  position: absolute;
  top: 55%;
  left: 30%;
  z-index: 1;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  letter-spacing: 1px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 35px;
}
.is-layer-dot {
  position: static;
  &:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-color: rgba(0, 10, 50, .4);
    background-image: radial-gradient(#000 30%, transparent 0), radial-gradient(#000 30%, transparent 0);
    background-position: 0 0, 2px 2px;
    background-size: 2px 2px;
  }
}
p.cbs {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 5%;
  color: #FFFFFF;
  margin-bottom: 0px;
  display: none;
}
p.cbs:before {
  position: relative;
  content: "";
  display: none;
  width: 2em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-image: url(../../../cominstru/subaJpn/img/cbslogo.jpg);
  background-size: contain;
  top: 10px;
  left: -10px;
}
#header {
  padding-bottom: 0px;
  width: 100%;
  height: 130px;
  background-image: url(../image/bma_logo.svg);
  background-repeat: no-repeat;
  background-position: -180px 30px;
  background-size: 50% 50%;
  padding-top: 20px;
  position: fixed;
  /* アニメーションの変化時間 */
  transition: 0.5s;
  z-index: 1;
  background-color: rgba(43, 57, 85, 0.9);
}
/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
#header.scroll-nav {
  /* 余白を狭くする */
  padding: 10px 15px;
  height: 90px;
  background-position: -80% 15px;
  background-size: 70% 70%;
  background-image: url(../image/bma_logo_w_small.svg);
  background-color: rgba(43, 57, 85, 0.9)
}
#header h2.scroll-nav {
  display: none;
}
/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
#menu.scroll-nav {
  /* 余白を狭くする */
  height: 50px;
  margin-top: 30px;
  padding-left: 1%;
}
#menu.scroll-nav a {
  font-size: 15px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
}
.rrdtitle {
  font-family: 'Oswald', sans-serif;
  font-size: 23px;
  letter-spacing: 2px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#submenu {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 25px;
  padding-top: 5px;
  float: right;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 5%;
  margin-top: 0px;
  height: 30px;
  background-image: url(../image/english.png);
  background-size: 20px;
  background-position: 0 5px;
  background-repeat: no-repeat;
  display: none;
}
#submenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0px;
  overflow: hidden;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 500;
}
#submenu li {
  float: left;
  margin-top: 0px;
  margin-right: 15px;
}
#header #submenu a {
  font-size: 14px;
  color: #FFF;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 500;
}
#submenu a, #submenu a:link, #submenu a:visited {
  text-align: center;
  padding: 2px 0;
  display: block;
  color: #FFFFFF;
  text-decoration: none;
}
#wrap #header h1 {
  clear: right;
  font-family: 'Oswald', sans-serif;
  font-size: 27px;
  color: #FFFFFF;
  padding-left: 5%;
  margin-bottom: 0px;
  margin-top: 0px;
  clear: both;
  letter-spacing: 0.5px;
  -webkit-text-stroke: 1px #FFFFFF;
  font-weight: 900;
  padding-top: 0px;
  display: none;
}
#header h2 {
  font-family: "Helvetica", "verdana", "arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Lucida Grande", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
  font-size: 27px;
  color: #FFFFFF;
  font-weight: normal;
  padding-top: 0px;
  padding-left: 350px;
  margin-top: 10px;
  margin-bottom: 0px;
  letter-spacing: 1px;
}
#wrap #header h5 {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 7px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: "Helvetica", "verdana", "arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Lucida Grande", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
  padding-left: 5%;
  letter-spacing: 1px;
  margin-top: 0px;
  display: none;
}
#menu {
  height: 20px;
  font-family: brandon-grotesque, sans-serif;
  width: 55%;
  padding-right: 0%;
  padding-top: 0px;
  clear: right;
  margin-top: 30px;
  position: fixed;
  right: 1px;
}
#menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
#menu a {
  color: #ffffff;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  position: relative; /* アンダーバーの位置を決めるための基準 */
  width: auto;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}
/*▽▽ヘッダーリストのアンダーバー▽▽*/
#menu li ::after {
  position: absolute; /*親要素であるaタグを基準に位置を指定*/
  bottom: 0px; /*アンダーバーが位置する、各リストの下端からの高さ*/
  left: 10px; /*アンダーバーを各リストの左端に指定*/
  content: ''; /*本来は、擬似要素に入るテキストなどを’’内に指定。今回はアンダーバーなので何も記載しない*/
  width: 85%; /*アンダーバーの幅は各リストの幅*/
  height: 2px; /*アンダーバーの高さ（太さ）*/
  background: #ffffff; /*アンダーバーの色*/
  transform: scale(0, 1); /*アンダーバーの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top; /*変形（アンダーバーの伸長）の原点を、liの真ん中指定*/
  transition: transform 0.75s; /*変形の時間*/
}
#menu li :hover::after {
  transform: scale(1, 1);
}
/* ===== タブレット対応 ===== */
@media (max-width: 1200px) and (orientation: portrait) {
  #header {
    background-position: -100px 30px;
    background-size: 50% 50%;
    background-image: url(../image/bma_logo_w_small.svg);
  }
  #menu {
    width: 100%; /* ← はみ出し防止 */
    right: 0;
    left: 0;
    padding-right: 20px;
  }
  #menu ul {
    justify-content: flex-end; /* ← 右寄せ */
    flex-wrap: wrap; /* ← 折り返し（最重要） */
  }
  #menu a {
    padding: 8px 12px; /* ← 少し詰める */
    font-size: 15px;
  }
}
@media (max-width: 1200px) and (orientation: landscape) {
  #header {
    background-position: -120px 30px;
  }
  #menu {
    width: 100%; /* ← はみ出し防止 */
    right: 0;
    left: 0;
    padding-right: 50px;
  }
  #menu ul {
    justify-content: flex-end; /* ← 右寄せ */
    flex-wrap: wrap; /* ← 折り返し（最重要） */
  }
  #menu a {
    padding: 8px 12px; /* ← 少し詰める */
    font-size: 15px;
  }
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
}
/* ハンバーガー */
.hamburger {
  width: 30px;
  height: 20px;
  position: relative;
  right: 20px;
  border: none;
  background: none;
  cursor: pointer;
  display: none;
  z-index: 9999;
  margin-left: auto;
}
.hamburger span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  left: 0;
  transition: 0.3s;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 9px;
}
.hamburger span:nth-child(3) {
  top: 18px;
}
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 9px;
}
/* ナビ */
.nav {
  right: -100%;
  transition: 0.3s;
  display: none;
  z-index: 999;
  position: fixed;
  background: rgba(43, 57, 85, 0.9);
}
.nav.active {
  right: 0;
}
.nav ul {
  display: flex;
  list-style: none;
  gap: 20px;
  font-size: 15px;
  margin-top: 50px;
}
.nav a {
  text-decoration: none;
  color: #FFFFFF;
}
/* SP対応 */
@media (max-width: 768px) {
  #header {
    background-repeat: no-repeat;
    background-position: -30px 20px;
    background-size: 60% 60%;
    padding-top: 20px;
    position: fixed;
    /* アニメーションの変化時間 */
    transition: 0.5s;
    z-index: 1;
    background-color: rgba(43, 57, 85, 0.9);
    background-image: url(../image/bma_logo_w_small.svg);
    height: 100px;
  }
	#header.scroll-nav {
  /* 余白を狭くする */
  background-position: -30px 20px;
    background-size: 60% 60%;
}
  #menu {
    display: none;
    padding-right: 50px;
  }
  .header-inner h1 {
    display: flex;
  }
  .hamburger {
    display: block;
    z-index: 9999;
	top: 10px;
    right: 10px;
  }
  .nav {
    right: -100%;
    width: 100%; /* ← 全面 */
    height: 100%;
    background-color: rgba(43, 57, 85, 1);
    padding-top: 80px;
    display: inherit;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(100%); /* ← 右に隠す */
    transition: 0.3s;
  }
  .nav::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-image: url(../image/bma_logo_w_small.svg);
    background-size: 150px auto; /* ←ここに書く（重要） */
    background-position: 20px 20px;
    opacity: 0; /* 初期は非表示 */
    z-index: 0;
    pointer-events: none;
  }
  .nav.active::before {
    opacity: 1;
  }
  .nav ul {
    flex-direction: column;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    margin-top: 50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .nav.active {
    transform: translateX(0); /* ← 表示 */
  }
}
/*△△ヘッダーリストのアンダーバー△△*/
/*△△ヘッダーリストのアンダーバー△△*/
.link {
  background-color: #2B2B2B;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 70% 50%;
  line-height: 27px;
  padding-bottom: 100px;
  padding-top: 100px;
  z-index: 10;
}
.link_inner {
  width: 90%;
  padding-left: 10%;
  padding-right: 0%;
  padding-top: 0px;
  margin-left: auto;
  margin-right: auto;
}
.link_inner li {
  list-style: none; /*デフォルトの指定を解除*/
  float: left; /*余白を指定*/
  width: 30%;
}
/* ===== スマホ（1列） ===== */
@media (max-width: 768px) {
  .link {
    padding: 50px 0;
  }
  .link_inner {
    padding-left: 0;
    width: 100%;
  }
  .link_inner li {
    float: none; /* ← 横並び解除 */
    width: 100%; /* ← 1列 */
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .link_inner img {
    width: 50%;
    max-width: 250px; /* ← 大きくなりすぎ防止 */
    display: block;
    margin: 0 auto;
  }
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.inner {
  clear: both;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  margin-left: 5%;
  width: 90%;
  margin-right: 5%;
}
#about {
  width: 100%;
  background-color: #ffffff;
  padding-top: 230px;
  padding-bottom: 100px;
}
#about dl {
  display: inherit;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 70%;
  padding-top: 0px;
}
#about dl dt {
  color: #2b3955;
  font-family: brandon-grotesque, sans-serif;
  font-size: 43px;
  letter-spacing: 5px;
  margin-bottom: 30px;
  font-weight: 700;
  padding-left: 10%;
  padding-bottom: 70px;
}
#about dl dd {
  color: #2b3955;
  padding-top: 10px;
  font-family: "Noto Sans JP Medium", "Noto Sans JP Bold", "Noto Sans JP Black", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
  margin-bottom: 50px;
  line-height: 40px;
  text-align: left;
}
#about dl h2 {
  color: #2b3955;
  padding-top: 10px;
  font-family: "Noto Sans JP Medium", "Noto Sans JP Bold", "Noto Sans JP Black", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
  margin-top: 50px;
  margin-bottom: 20px;
  line-height: 40px;
  text-align: left;
  border-bottom: 0.5px solid #474747;
}
#about dl {
  color: #333333;
  padding-top: 10px;
  margin-bottom: 10px;
  line-height: 30px;
}
#about ul {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 50px;
}
#about ul li {
  margin-left: 30px;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
#about .pdf-label {
  display: inline-block;
  width: 80px;
  height: 60px;
  margin-left: 8px;
  background-image: url(../image/pdf.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
#about .image-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-left: 50px;
}
#about ol {
  list-style: decimal; /* 数字を表示 */
  padding-left: 1.5em; /* インデントを戻す */
}
#about .small-text {
  font-size: 0.8em; /* 親の80%のサイズ */
  padding-left: 1em;
}
#about img {
  max-width: 100%;
  height: auto;
}
#about .item {
  text-align: center;
}
contact-area {
  background: #f3e3f1;
  padding: 80px 20px;
  text-align: center;
}
/* タイトル */
/* 2カラム */
.contact-box-wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  align-items: stretch;
}
/* ボックス */
.contact-box {
  background: #fff;
  flex: 1 1 380px;
  max-width: 420px;
  padding: 50px 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.contact-content {
  flex-grow: 1;
}
/* 見出し */
.contact-box h3 {
  font-size: 23px;
  margin-bottom: 30px;
  color: #003b43;
  line-height: 1.4;
}
/* 説明文 */
.contact-box p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 40px;
  color: #333333;
}
#about .contact-box p.contact-btn {
  color: #FFFFFF;
}
/* ボタン */
.contact-btn {
  display: block;
  background: #004c52;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  font-size: 20px;
  transition: 0.3s;
  margin-top: auto;
  text-align: center;
}
/* hover */
.contact-btn:hover {
  opacity: 0.8;
}
/* ----------------------
   タブレット（768px以下）
---------------------- */
@media (max-width: 768px) {
  contact-area {
    padding: 80px 0px;
    width: 100%;
  }
  .contact-box-wrap {
    gap: 20px;
  }
  .contact-box {
    width: 100%;
    padding: 40px 30px;
  }
  .contact-box h3 {
    font-size: 21px;
    margin-bottom: 25px;
  }
  .contact-box p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .contact-btn {
    font-size: 18px;
    padding: 18px;
  }
}
/* ----------------------
   スマホ（480px以下）
---------------------- */
@media (max-width: 480px) {
  .contact-box {
    width: 100%;
    padding: 30px 20px;
  }
  .contact-box h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .contact-box p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
  }
  .contact-btn {
    font-size: 16px;
    padding: 16px;
  }
}
#about .image-row2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-left: 50px;
}
#about .image-row3 {
  display: grid;
  grid-template-columns: 3.9fr 5fr;
  gap: 20px;
  padding-left: 50px;
}
#about .info-grid {
  display: grid;
  grid-template-columns: 30% 70%; /* 左30% 右70% */
  gap: 10px 20px; /* 行間 列間 */
}
#about .info-grid ol {
  list-style: decimal; /* 数字を表示 */
  padding-left: 1.5em; /* インデントを戻す */
}
/* 奇数番目（左カラム）を太字にする */
#about .info-grid > div:nth-child(odd) {
  font-weight: bold;
}
/* ----------------------
   タブレット（768px以下）
---------------------- */
@media (max-width: 768px) {
  #about {
    padding-top: 150px;
  }
  #about dl {
    width: 90%;
  }
  #about dl dt {
    font-size: 27px;
    letter-spacing: 3px;
    margin-bottom: 0px;
    padding-left: 3%;
    font-weight: 900;
  }
}
/* ===============================
   Section Layout
================================= */
.info-section {
  padding: 20px 0px;
}
.inner {
  max-width: none;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
/* ===============================
   Feature List
================================= */
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.feature-list li {
  font-size: 15px;
  margin-bottom: 22px;
  letter-spacing: 0.08em;
  position: relative;
  padding-left: 22px;
  line-height: 1.8;
}
.feature-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #111;
  position: absolute;
  left: 0;
  top: 11px;
  border-radius: 50%;
}
.pdf-box a {
  display: block;
  text-decoration: none;
  color: #111;
  background: #f7f7f7;
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}
/* ===============================
   PDF Card（Compact Stylish）
================================= */
.pdf-box {
  width: 150px;
}
/* サムネ部分 */
.pdf-thumb {
  background: linear-gradient(135deg, #eeeeee, #dddddd);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #999;
}
/* テキスト */
.pdf-text {
  padding: 18px;
  text-align: center;
}
.pdf-text span {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #888;
}
.pdf-text h3 {
  margin: 0px 0px;
  font-size: 13px;
  font-weight: 600;
}
.pdf-text p {
  font-size: 12px;
  color: #666;
}
/* ===============================
   Responsive
================================= */
@media (max-width: 768px) {
  .inner {
    flex-direction: column;
    gap: 60px;
  }
  .pdf-box {
    width: 100%;
    max-width: 300px;
  }
}
#about .underline {
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
}
#about a:link {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
}
#about a:hover {
  color: #cccccc;
}
#back-top a {
  position: fixed;
  right: 100px;
  bottom: 100px;
  transition: 1s;
}
#back-top a:hover {
  opacity: 0.75;
}
@media (max-width: 768px) {
  #back-top a {
    right: 30px;
    bottom: 30px;
    transition: 1s;
  }
}
#contact {
  height: 300px;
  width: 100%;
  background-color: #2b3955;
  padding-top: 90px;
  padding-bottom: 70px;
}
#contact dl {
  display: inherit;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#contact dl dt {
  color: #FFFFFF;
  font-family: brandon-grotesque, sans-serif;
  font-weight: bold;
  font-size: 43px;
  letter-spacing: 5px;
}
#contact dl dd {
  color: #FFFFFF;
  font-family: "Noto Sans JP Medium", "Noto Sans JP Bold", "Noto Sans JP Black", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
}
#contact a:link {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 15px;
}

#contact a:visited {
  color: #FFFFFF;
  font-size: 15px;
}
.hover-line {
  position: relative;
  text-decoration: none;
  color: #fff; /* 文字色も白の場合 */
}

/* 最初から表示されている線 */
.hover-line::before,
.hover-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px; /* お好みで2pxなどに変更 */
  background: #fff;
}

/* 初期線 */
.hover-line::before {
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.3s ease;
}

/* ホバー後の線 */
.hover-line::after {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease 0.3s;
}

/* ホバー */
.hover-line:hover::before {
  transform: scaleX(0);
}

.hover-line:hover::after {
  transform: scaleX(1);
}
@media (max-width: 768px) {
  #contact {
    height: 200px;
    width: 100%;
    background-color: #2b3955;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #contact dl dt {
    font-size: 33px;
    letter-spacing: 3px;
  }
   }
	/* フッター全体 */
  .footer {
    background: #000;
    color: #fff;
    width: 100%;
    float: none; /* ←これ重要 */
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* 全体 */
  .footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 100px;
  }
  /* 左側 */
  .footer-left {
    flex: 1;
    padding-left: 50px;
    color: #FFFFFF;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: brandon-grotesque, sans-serif;
    line-height: 20px;
  }
  /* 右側（メニュー＋リンク） */
  .footer-right {
    display: flex;
    gap: 40px;
    justify-content: flex-end; /* ←右寄せ */
    flex: 1;
  }
  /* カラム */
  .footer-col {
    min-width: 180px;
  }
  /* 見出し */
  .footer-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  /* テキスト */
  .footer-text {
    line-height: 1.6;
    margin: 5px 0;
  }
  /* リスト */
  .footer-list {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
  }
  .footer-list li {
    margin-bottom: 6px;
  }
  /* リンク */
  .footer a {
    font-size: 14px;
    color: #FFFFFF;
    font-family: brandon-grotesque, sans-serif, "Helvetica", "verdana", "arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Lucida Grande", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
    line-height: 35px;
    text-decoration: none;
    padding-left: 5px;
    font-weight: 500;
    letter-spacing: 2px;
    transition: opacity 0.2s;
  }
  .footer a:hover {
    opacity: 0.7;
  }
  /* コピー */
  .footer .copy {
    font-size: 11px;
    font-family: "Helvetica", "verdana", "arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Lucida Grande", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
    letter-spacing: 1px;
    font-weight: lighter;
  }
  @media (max-width: 768px) {
  .footer {
    padding: 40px 20px 30px;
  }

  .footer-inner {
    flex-direction: column;   /* ← 横並びをやめる */
    gap: 30px;
    padding-right: 0;
  }

  .footer-left {
    flex: none;
    width: 100%;
    padding-left: 0;
    min-width: 0;
  }

  .footer-right {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    justify-content: flex-start;
    flex: none;
    width: 100%;
  }

  .footer-col {
    min-width: 0;
    width: 100%;
  }

  .footer-left h2 {
    margin: 10px 0 12px;
    font-size: 21px;   /* 必要なら調整 */
    line-height: 1.4;
    word-break: keep-all;
    overflow-wrap: normal;
  }
}
  @media (max-width: 480px) {
    .footer-inner {
      flex-direction: column;
      gap: 20px;
    }
    .footer {
      padding: 40px 15px 20px;
    }
  }
  li.newat:after {
    font-family: "Helvetica", "verdana", "arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Lucida Grande", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
    font-size: 12px;
    color: #FFF;
    width: 50px;
    content: "NEW!!";
    padding: 2px;
    margin-left: 5px;
    background-color: #F00;
  }
  li.important:after {
    font-family: "Helvetica", "verdana", "arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Lucida Grande", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
    font-size: 12px;
    color: #FFF;
    width: 70px;
    content: "important";
    padding: 2px;
    margin-left: 5px;
    background-color: #8E0000;
    letter-spacing: 1px;
  }
  .bc {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
  }
  .bc th, .bc td {
    border-bottom: 1px solid #666666;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    padding-right: 1em;
    padding-left: 1em;
    border-top: 1px solid #666;
  }
  #news a.openhouse {
    color: #C83942;
    font-size: small;
    text-decoration: underline;
    font-weight: bold;
  }
  .impact {
    background-color: #FEFF00;
  }
  .notice {
    color: #DB434B;
  }
  .dna {
    background-image: url(../img/icon_dna.png);
    background-repeat: no-repeat;
    padding-left: 60px;
    background-position: 5px;
  }
  .cue {
    background-image: url(../img/icon_cue.png);
    background-repeat: no-repeat;
    padding-left: 60px;
    background-position: 5px;
  }
  .detail {
    margin-top: 2em;
    background-image: url(../img/arrow_w.png);
    background-repeat: no-repeat;
    background-position: right center;
    width: 150px;
  }
  dl .check-list li {}