/* 目次セクション */
.index-section {
  background-color: #fff;
  display: flex;
  justify-content: center;
}

.index-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.index-content {
  width: 1440px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 131px;
}

.index-img-content {
  width: 811px;
  height: 1018px;
  overflow: hidden;
}

.index-img-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.title-content {
  width: 1440px;
}

.title {
  font-family: noto-sans-jp, sans-serif;
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 88px;
}

.nav-list {
  font-family: noto-sans-jp, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #9c9c9c;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-list li {
  margin-bottom: 20px;
}
.nav-list li:last-child {
  margin-bottom: 0;
}
.nav-list li a {
  color: #9c9c9c;
  text-decoration: none;
}

.index {
  flex: 1;
}
