/*COMPANY専用*/
@media screen and (min-width:869px) {

.sitemap {
	background-color: #000;
	background-image: url("../img/sitemap_bg.webp");
	color: #FFF;
	background-position: center bottom !important;
	z-index: -200;
}
.sitemap .layer_top {
    position: fixed;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 145%;
    z-index: -100;
}
	
.sitemap section {
	border-collapse: collapse;
	width: 70%;
	margin:auto;
}
.sitemap h3 {
	border: 1px solid #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	padding: 10px;
	width: 100px;
	height: 100px;
	margin-right: 30px;
	line-height: 1.2em;
	margin-bottom: 25px;
	letter-spacing: -0.05em;
}

.sitemap-list {
	list-style: none;
	padding: 0 0 0 20px;
	margin-top: 50px;
}
.sitemap-list > li {
	margin-bottom: 25px;
	
}
.sitemap-list h4 {
	font-size: 16px;
	margin: 0 0 10px;
	color: #814c20;
	border-left: 4px solid #fff;
	padding-left: 10px;
}
.sitemap-list a {
	color: #fff;
	text-decoration: none;
}
.sitemap-list a:hover {
	color: #ddd;
}
.sitemap-list ul {
  padding-left: 30px;
  margin: 5px 0 0;
}
.sitemap-list ul li {
  margin-bottom: 5px;
}	

	
	
	
}