/*----------
	sitemap
----------*/
/* override */
.l-title-container {
	margin-bottom: 0;
}

/* parts */
@media (min-width: 768px), print {
	.sitemap-home-link {
		max-width: 408px;
	}
}

/* layout */
.sitemap-area {
	margin-bottom: 50px;
}
.sitemap-area__block {
	margin-bottom: 50px;
}
.sitemap-area--4col .sitemap-area__block:not(:last-child) {
	margin-bottom: 40px;
}
@media (min-width: 768px), print {
	.sitemap-area {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 80px;
	}
	.sitemap-area__block {
		width: calc(50% - 40px);
		margin-bottom: 0;
	}
	.sitemap-area--4col {
		justify-content: start;
		gap: 40px;
	}
	.sitemap-area--4col .sitemap-area__block {
		width: calc(25% - 30px);
	}
	.sitemap-area--4col .sitemap-area__block:not(:last-child) {
		margin-bottom: 0;
	}
	.sitemap-area--4col .sitemap-area__block > * {
		height: 100%;
	}
	.sitemap-area--4col .c-textlink-v3__inner {
		padding-bottom: 25px;
	}
	.sitemap-area--4col .c-textlink-v3__title {
		font-size: 1.4rem;
	}
	.sitemap-area--4col .c-textlink-v3__icon {
		width: 20px;
		height: 20px;
		line-height: 18px;
		font-size: 0.75rem;
	}
}

/* section */
.sitemap-section1 {
	padding-top: 50px;
}
@media (min-width: 768px), print {
	.sitemap-section1 {
		position: relative;
		padding-top: 80px;
	}
	.sitemap-section1::after {
		content: "";
		position: absolute;
		left: calc(50% + 386px);
		top: 0;
		z-index: 1;
		display: block;
		width: 520px;
		height: 220px;
		background: url(/assets/images/bg_single_slash.svg) no-repeat left bottom/auto 530px;
	}
}

@media (min-width: 768px), print {
	.sitemap-section2 {
		position: relative;
	}
	.sitemap-section2::before {
		content: "";
		position: absolute;
		left: -252px;
		bottom: 120px;
		z-index: 1;
		display: block;
		width: 216px;
		height: 216px;
		background: url(/assets/images/bg_shape.svg) no-repeat 0 0/cover;
	}
}

.sitemap-section3 {
	margin-bottom: 50px;
}
@media (min-width: 768px), print {
	.sitemap-section3 {
		position: relative;
		margin-bottom: 60px;
	}
	.sitemap-section3::before {
		content: "";
		position: absolute;
		right: -252px;
		top: -48px;
		z-index: 1;
		display: block;
		width: 216px;
		height: 216px;
		background: url(/assets/images/bg_shape.svg) no-repeat 0 0/cover;
	}
}

.sitemap-section5 {
	margin-top: 120px;
	margin-bottom: 0;
}
/*# sourceMappingURL=index.css.map */
