/*===========================================================================
 secSitemap
===========================================================================*/
.secSitemap .secInr {
	padding-top: calc(60 * var(--rs));
	padding-bottom: calc(180 * var(--rs));
}
.secSitemap .sitemap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: calc(80 * var(--rs)) calc(75 * var(--rs));
}
.secSitemap .sitemap_ttl {
	display: block;
	position: relative;
	padding-right: calc(34 * var(--rs));
	padding-bottom: calc(15 * var(--rs));
	border-bottom: 1px solid #999;
	color: var(--key-color);
	font-family: var(--font-noto-serif);
	font-weight: 500;
	font-size: calc(24 * var(--rs));
	line-height: 1.46;
	letter-spacing: 0.02em;
	transition: opacity 0.3s ease-in-out;
}
.secSitemap .sitemap_ttl::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: calc(24 * var(--rs));
	height: calc(4 * var(--rs));
	background-color: var(--key-color);
	-webkit-mask: var(--icn-arw-rd);
	mask: var(--icn-arw-rd);
	transform: translateY(calc(-50% - 8 * var(--rs)));
	transition: right 0.3s ease-in-out;
}
.secSitemap .sitemap_ttl[href]:hover {
	opacity: 0.7;
}
.secSitemap .sitemap_ttl[href]:hover::before {
	right: calc(-10 * var(--rs));
}
.secSitemap .sitemap_ttl::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: calc(54 * var(--rs));
	height: 2px;
	background-color: var(--key-color);
}
.secSitemap .sitemap_list {
	margin-top: calc(41 * var(--rs));
}
.secSitemap .sitemap_list a {
	position: relative;
	display: inline-block;
}
.secSitemap .sitemap_list a[href] {
	transition: opacity 0.3s ease-in-out;
}
.secSitemap .sitemap_list a[href]:hover {
	opacity: 0.7;
}
.secSitemap .sitemap_list a[target="_blank"] {
	padding-right: calc(16 * var(--rs));
}
.secSitemap .sitemap_list a[target="_blank"]::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(8 * var(--rs));
	right: 0;
	width: calc(10 * var(--rs));
	height: calc(8 * var(--rs));
	background-color: var(--key-color);
	mask: no-repeat url(/chu-ko/common/images/icn_tab.svg) center center / contain;
	-webkit-mask: no-repeat url(/chu-ko/common/images/icn_tab.svg) center center / contain;
}
.secSitemap .sitemap_list > li {
	position: relative;
	padding-left: calc(16 * var(--rs));
	font-size: calc(16 * var(--rs));
	line-height: 1.5;
}
.secSitemap .sitemap_list > li::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(10 * var(--rs));
	left: 0;
	width: calc(10 * var(--rs));
	height: calc(6 * var(--rs));
	background-color: var(--key-color);
	mask: no-repeat url(/chu-ko/common/images/icn_arw_b.svg) center center / contain;
	-webkit-mask: no-repeat url(/chu-ko/common/images/icn_arw_b.svg) center center / contain;
	transform: rotate(-90deg);
}
.secSitemap .sitemap_list > li:not(:last-child) {
	margin-bottom: calc(20 * var(--rs));
}
.secSitemap .sitemap_list > li > a {
	font-weight: bold;
}
.secSitemap .sitemap_lowerList {
	margin-top: calc(15 * var(--rs));
	margin-left: calc(15 * var(--rs));
}
.secSitemap .sitemap_lowerList > li:not(:last-child) {
	margin-bottom: calc(10 * var(--rs));
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.secSitemap .secInr {
		padding-top: calc(94 * var(--rs));
		padding-bottom: calc(180 * var(--rs));
	}
	.secSitemap .sitemap {
		grid-template-columns: 1fr;
		gap: calc(100 * var(--rs));
	}
	.secSitemap .sitemap_ttl {
		padding-right: calc(44 * var(--rs));
		padding-bottom: calc(28 * var(--rs));
		font-size: calc(42 * var(--rs));
		line-height: 1.26;
	}
	.secSitemap .sitemap_ttl::before {
		width: calc(34 * var(--rs));
		height: calc(8 * var(--rs));
		transform: translateY(calc(-50% - 10 * var(--rs)));
	}
	.secSitemap .sitemap_ttl::after {
		width: calc(94 * var(--rs));
	}
	.secSitemap .sitemap_list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: calc(36 * var(--rs)) 0;
		margin-top: calc(58 * var(--rs));
	}
	.secSitemap .sitemap_list.-spBlock {
		grid-template-columns: 1fr;
	}
	.secSitemap .sitemap_list a[target="_blank"] {
		padding-right: calc(37 * var(--rs));
	}
	.secSitemap .sitemap_list a[target="_blank"]::after {
		top: calc(12 * var(--rs));
		width: calc(17 * var(--rs));
		height: calc(16 * var(--rs));
	}
	.secSitemap .sitemap_list > li {
		padding-left: calc(24 * var(--rs));
		font-size: calc(28 * var(--rs));
		line-height: 1.57;
	}
	.secSitemap .sitemap_list > li::before {
		top: calc(18 * var(--rs));
		width: calc(16 * var(--rs));
		height: calc(8 * var(--rs));
	}
	.secSitemap .sitemap_list > li:not(:last-child) {
		margin-bottom: 0;
	}
	.secSitemap .sitemap_lowerList {
		margin: calc(32 * var(--rs)) 0 0;
	}
	.secSitemap .sitemap_lowerList > li:not(:last-child) {
		margin-bottom: calc(32 * var(--rs));
	}
}
