<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body {
	position: relative;
	background: url(/_assets/img/bg_body.gif) right top repeat-y;
	background-size: 100% auto;
	}

body::before {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	content: "";
	width: 100%;
	height: 900px;
	background: url(/_assets/img/bg_top.gif) right top no-repeat;
	background-size: 100% 100%;
	}

/* メインビジュアル */
#mv {
	position: relative;
	height: 200px;
	text-align: center;
	z-index: 10;
	}

#mv::after {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border: 70px solid #003777;
	border-left: 70px solid transparent;
	border-bottom: 70px solid transparent;
	}

#mv h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: block;
	width: 100%;
	color: #333;
	font-size: 40px;
	font-weight: 300;
	line-height: 1em;
	}
@media screen and (max-width: 767.98px){
#mv h1 {
	bottom: 30%;
	}
}

#mv h1 span {
	position: relative;
	display: block;
	color: #00a4e9;
	font-size: 16px;
	}

#mv h1 span::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	content: "";
	background: #36bcee;
	background: -moz-radial-gradient(center, ellipse cover,  #36bcee 0%, #0071bc 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  #36bcee 0%,#0071bc 100%);
	background: radial-gradient(ellipse at center,  #36bcee 0%,#0071bc 100%);
	transition: .5s ease;
	}

/* サイトマップ */
#sitemap_body {
	position: relative;
	max-width: 80%;
	margin: 0 auto 150px auto;
	padding: 45px 0;
	background: #fff;
	border-left: 10px solid #979797;
	border-bottom: 10px solid #979797;
	z-index: 10;
	}
@media screen and (max-width: 767.98px){
#sitemap_body {
	max-width: 90%;
	padding: 20px 0;
	border-left: 5px solid #979797;
	border-bottom: 5px solid #979797;
	}
}

#sitemap_body ul {
	position: relative;
	max-width: 80%;
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	}
@media screen and (max-width: 767.98px){
#sitemap_body ul {
	max-width: 90%;
	}
}

#sitemap_body li {
	display: block;
	padding: 10px;
	width: calc(100% / 3);
	}
@media screen and (max-width: 767.98px){
#sitemap_body li {
	width: 100%;
	}
}

#sitemap_body a {
	display: block;
	padding: 10px 10px 4em 10px;
	color: #666;
	border: 2px solid #a8a8a8;
	border-radius: 10px;
	}
@media screen and (max-width: 767.98px){
#sitemap_body a {
	padding: 20px 10px;
	}
}

#sitemap_body a:hover {
	color: #0068b4;
	border: 2px solid #0068b4;
	}

#sitemap_body a::before {
	color: #a8a8a8;
	content: "\f0a9" !important;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 5px;
	transition: .3s ease;
	}

#sitemap_body a:hover::before {
	color: #0068b4;
	}</pre></body></html>