main {
  margin: 0 0 0 0;
  max-width: 1920px;
  min-width: 1366px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

img {
  max-width: 1920px;
}

.main__top {
  width: 100%;
  height: 200px;
  position: relative;
}

.main__top__title {
  position: absolute;
  top: 20px;
  left: 21%;
  color: #3b3b3b;
  font-size: 50px;
  font-family: "NotoSerifJP-Medium", "Noto Serif JP";
  font-weight: 300;
  letter-spacing: 0.08em;
}

.main__top__nav {
  position: absolute;
  top: 100px;
  left: 69%;
}

.main__top__nav__upperPages {
  color: #bfbfbf;
  font-size: 16px;
  font-family: "NotoSansJP-Medium", "Noto Sans JP";
}

.main__top__nav__thisPage {
  color: #222;
  font-size: 16px;
  font-family: "NotoSansJP-Medium", "Noto Sans JP";
}

.sitemap {
  width: 100%;
  height: 842px;
  background: #faf9f7;
  border-top: #9f7b4f 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sitemap__list__container {
  width: 1110px;
  height: 642px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sitemap__list {
  width: 870px;
  display: flex;
  justify-content: space-between;
}

.sitemap__column {
  width: 383px;
  display: flex;
  flex-direction: column;
}

.sitemap__item {
  width: 100%;
  color: #222;
  font-size: 23px;
  font-family: "ZenOldMincho-Medium", "Zen Old Mincho";
  font-weight: 500;
  letter-spacing: 0.08em;
  position: relative;
}

.sitemap__column__line {
  margin-top: 38px;
  width: 100%;
  height: 1px;
  background: #ccb9a2;
}

.sitemap__column__filler {
  width: 100%;
  height: 50px;
}

.sitemap__item__arrow {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0, -50%);
  width: 19.41px;
  height: 12.88px;
}

.sitemap__item2 {
  margin: 30px 0 3px 0;
  width: 100%;
  color: #222;
  font-size: 18px;
  font-family: "ZenOldMincho-Medium", "Zen Old Mincho";
  font-weight: 500;
  letter-spacing: 0.08em;
}

.filler {
  width: 100%;
  height: 80px;
}

