@charset "UTF-8";

.ttl_wrap {
  position: relative;
}
.ttl_wrap .ttl_txt {
  width: 1100px;
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 0;
  left: 0;
  margin: -30px auto 0;
  z-index: 1;
}
.ttl_wrap .ttl_txt h1 {
  color: #fff;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
}
.ttl_wrap .ttl_bg {
  position: relative;
  width: 100vw;
  height: 400px;
  overflow: hidden;
}
.ttl_wrap .ttl_bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  object-fit: cover;
}
.sitemap_list > li {
  font-weight: bold;
  margin-bottom: 10px;
}
.sitemap_list > li:last-child {
  margin: 0;
}
.sitemap_list > li .category_list li {
  padding-left: 20px;
  position: relative;
}
.sitemap_list > li .category_list li::before, .sitemap_list > li .category_list li::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 10px;
  height: 3px;
  background-color: #FCCB00;
  transform-origin: calc(100% - 2px) 50%;
}
.sitemap_list > li .category_list li::before {
  transform: rotate(45deg);
}
.sitemap_list > li .category_list li::after {
  transform: rotate(-45deg);
}
.sitemap_list > li .category_list li:first-child {
  font-size: 18px;
}
.sitemap_list > li .category_list li:nth-child(n+2) {
  font-size: 14px;
  font-weight: normal;
  margin-left: 20px;
}
.sitemap_list > li .category_list li:nth-child(n+2)::before, .sitemap_list > li .category_list li:nth-child(n+2)::after {
  width: 8px;
  height: 2px;
  top: calc(50% - 1px);
  transform-origin: calc(100% - 1px) 50%;
}
.sitemap_list > li .category_list li.child-element {
  font-size: 14px;
  font-weight: normal;
  margin-left: 40px;
}





/*     SP
------------------------------*/
@media (max-width: 768px) {
  .ttl_wrap .ttl_txt {
    width: 100%;
  }
  .ttl_wrap .ttl_txt h1 {
    font-size: 40px;
  }
  .contents.width900 {
    width: auto;
    margin: 80px 15px 120px;
  }
}