/* body {
  font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
  font-weight: 100;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 100;
} */

.bs .fs-7 {
  font-size: 12px;
}

.bs .navbar-brand img {
  height: 38px;
}

.bs .grid-custom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bs .carousel-indicators [data-bs-target] {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}

.bs .carousel-indicators button {
  background-color: transparent !important;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.bs .carousel-indicators button picture,
.bs .carousel-indicators button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 1 / 1;
}

.bs .carousel-indicators {
  position: absolute;
  bottom: -80px; /* 画像の下に配置 */
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  z-index: 10;
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.bs .info-list li {
  padding: 0.5rem 0;
}

/* .bs #project_list .col-md-3 {
  aspect-ratio: 1 / 1;
  position: relative;
}

.bs #project_list .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.bs #project_list .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

@media (min-width: 768px) {
  .bs .carousel-indicators {
    bottom: -100px;
    gap: 20px;
  }
  .bs .carousel-indicators [data-bs-target] {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
  }
  .bs .container-md-fixed {
    width: 1248px !important; /* max-width ではなく width にするのがポイント */
  }
  .bs .grid-custom {
    grid-template-columns: 2fr 1fr 2fr; /* md以上は 2/5,1/5,2/5 */
  }

  .bs .navbar-brand img {
    height: 56px;
  }
}

/* md未満（～767px）のときだけ fixed */
@media (max-width: 767.98px) {
  /* 固定した分、bodyに余白を足す */
  .bs body {
    padding-top: 68px; /* navbarの高さに合わせて調整 */
  }

  .bs .my-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030; /* Bootstrapのnavbarより上に出す */
    background-color: #fff;
  }

  .bs #navbarNavAltMarkup {
    background-color: #f0f1f2;
  }

  .bs #navbarNavAltMarkup .nav-link {
    padding: 15px;
  }

  /* #main_col の中でも背景をフルブリードにするためのユーティリティ */
  .bs .bleed {
    /* 親の中央基準から viewport まで左右に“はみ出させる” */
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    /* これで幅は画面幅いっぱい。中身はネストした .container で制御します */
    width: 100vw;
  }
}
