.main_image {
  position: relative;
  height: 500px;
  padding-top: 200px;
  box-sizing: border-box;
  background: url(/images01/sitemap/sitemap_key.webp) center top/cover no-repeat;
  overflow: hidden;
}
.main_image .inner {
  width: 1000px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 2;
  padding-left: 120px;
  font-size: 48px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 5px rgba(155, 152, 152, 0.71);
}
.main_image .text:before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 112px;
  height: 113px;
  background: url(/images01/common/key_logo.webp) center/contain no-repeat;
}
.main_image .text:after {
  content: "";
  position: absolute;
  left: 120px;
  bottom: -20px;
  width: 92px;
  height: 11px;
  background: url(/images01/common/key_text_sitemap.webp) center/contain no-repeat;
}
.main_image .kazari01 {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 586px;
  height: 358px;
  background: url(/images01/common/key_kazari01.webp) center/contain no-repeat;
}
.main_image .kazari02 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 563px;
  height: 251px;
  background: url(/images01/common/key_kazari02.webp) left bottom/contain no-repeat;
}
.main_image .kazari03 {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 301px;
  height: 270px;
  background: url(/images01/common/key_kazari03.webp) right bottom/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .main_image {
    position: relative;
    height: 80vw;
    padding-top: 45.3vw;
    box-sizing: border-box;
    background: url(/images01/sitemap/sitemap_key.webp) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    padding-left: 18.6vw;
    font-size: 5.8vw;
  }
  .main_image .text:before {
    left: 0;
    top: -2.7vw;
    width: 21.3vw;
    height: 21.3vw;
    background: url(/images01/common/key_logo.webp) center/contain no-repeat;
  }
  .main_image .text:after {
    left: 18.6vw;
    bottom: -5.5vw;
    width: 25.6vw;
    height: 2.9vw;
  }
  .main_image .kazari01 {
    position: absolute;
    left: -2.7vw;
    top: -2.7vw;
    width: 80vw;
    height: 48.8vw;
    background: url(/images01/common/key_kazari01.webp) center/contain no-repeat;
  }
  .main_image .kazari02 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80vw;
    height: 25.8vw;
    background: url(/images01/common/key_kazari02.webp) left bottom/contain no-repeat;
  }
  .main_image .kazari03 {
    position: absolute;
    right: -2.7vw;
    bottom: -2.7vw;
    width: 40vw;
    height: 93.3vw;
    background: url(/images01/common/key_kazari03.webp) right bottom/contain no-repeat;
  }
}

.lead_sec {
  padding: 100px 20px;
}
.lead_sec .sec_text {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lead_sec {
    padding: 8vw 5.5vw;
  }
  .lead_sec .sec_title {
    margin-bottom: 8vw;
    font-size: 5.5vw;
    letter-spacing: 0.2em;
    color: #673606;
    text-align: center;
  }
  .lead_sec .sec_text {
    width: 800px;
    max-width: 100%;
    margin: 0 auto 13.8vw;
  }
}

.sec01 {
  padding: 80px 20px;
  background: #f6f0e7;
}
.sec01 .inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.sec01 .link_text {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.sec01 .link_text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 11px;
  height: 13px;
  background: url(/images01/sitemap/arrow.webp) center/cover no-repeat;
}
.sec01 .link_text a {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #534741;
}
.sec01 .flexbox {
  display: flex;
  margin-bottom: 30px;
}
.sec01 .flexbox .link_text {
  width: 20%;
}
.sec01 .flexbox .list {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
}
.sec01 .flexbox .item {
  position: relative;
  width: 32%;
  padding-left: 1.5em;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.sec01 .flexbox .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 11px;
  height: 13px;
  background: url(/images01/sitemap/arrow.webp) center/cover no-repeat;
}
.sec01 .flexbox .item a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .sec01 .link_text a {
    font-size: 18px;
  }
  .sec01 .flexbox .item a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding: 13.8vw 5.5vw;
  }
  .sec01 .inner {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec01 .link_text {
    position: relative;
    padding-left: 2.5em;
    margin-bottom: 8vw;
  }
  .sec01 .link_text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.3vw;
    width: 2.9vw;
    height: 3.4vw;
  }
  .sec01 .link_text a {
    font-size: 4.8vw;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .sec01 .flexbox {
    display: block;
    margin-bottom: 8vw;
  }
  .sec01 .flexbox .link_text {
    width: 100%;
  }
  .sec01 .flexbox .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .sec01 .flexbox .item {
    position: relative;
    width: 48%;
    padding-left: 2.5em;
    margin-bottom: 5.5vw;
    box-sizing: border-box;
  }
  .sec01 .flexbox .item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.5vw;
    width: 2.9vw;
    height: 3.4vw;
  }
  .sec01 .flexbox .item a {
    font-size: 4vw;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
}/*# sourceMappingURL=sitemap.css.map */