.top-header-image {
  position: relative; /* ← absolute をやめる */
  width: 100%;
  height: 480px;
  overflow: hidden;
  z-index: 1;
}

.top-header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#top-contents {
  position: relative;
  z-index: 2;
  margin-top: -80px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-radius: 0.5rem;
}

#top-contents .col {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bd-placeholder-img {
  background-color: #fff;
}

.rounded-circle{
  border-radius: 50% 50% 0 0!important;
  background-color: #fff;
  width:120px;
  height:120px;
}

.top-footer-image {
  position: relative; /* ← absolute をやめる */
  width: 100%;
  height: 200px;
  overflow: hidden;
  z-index: 1;
}

.cago-intro {
  background: url(/img/Rectangle23800.png) no-repeat top left / contain;
  padding-top: 3rem;
  padding-bottom: 3rem;
  min-height: 400px; /* お試しで高さ確保 */
}

/* TOPスライド背景用 */
.top-slider {
  background-image: url('images/swiper_back.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

th {
  white-space: nowrap;
}