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

/* === normalize === */

html, body, section, article, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, input, textarea, select, option, address, blockquote, del, noscript, img, hr { margin: 0; padding: 0; font-size: 100.01%; font: inherit; vertical-align: baseline; } html { overflow-y: scroll; } ul { list-style: none; } table { border-collapse: collapse; border-spacing: 0; border: 0; } img { border: 0; line-height: 0; vertical-align: middle; } address { font-style: normal; } hr { 	clear: both; visibility: hidden; } sub, sup { font-size: 75%; line-height: 0; vertical-align: baseline; position: relative; } sup { top: -0.5em; } sub { bottom: -0.25em; }

/* font color #333 */
/* key color  # */
/* sub color  # */


/* === basic === */

html {
	height: 100%;
	font-size: 62.5%; /* 10px */
	overflow-y: scroll;
}
body {
	width: 100%;
	height: 100%;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.5em; /* 15px */
	font-weight: 400;
	line-height: 1.75;
	text-align: left;
	-webkit-text-size-adjust: 100%;
}
#wrap {
	width: 100%;
	min-height: 100%;
	position: relative;
}
.scroll_prevent {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -1;
}
@media only screen and (max-width: 1023px) {
	body {
		font-size: 1.4em; /* 14px */
		position: relative;
		right: 0;
	}
}
@media print {
	body {
		width: 1280px;
		transform: scale(0.8);
		-moz-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform-origin: 0 0;
	}
}


/* === anchor === */

a {
	color: #324096;
	transition: all .5s;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:link, a:visited, a:active, a:hover {
	outline: none;
}
a[href^="tel:"] {
	color: #333;
}

@media only screen and (min-width: 1025px) {
	a[href^="tel:"] {
		pointer-events: none;
		text-decoration: none;
	}
}


/* === break === */

br.pc { display: inline; }
br.sp { display: none; }

@media only screen and (max-width: 1023px) {
	br.pc { display: none; }
	br.sp { display: inline; }
}


/* === header === */

header {
	width: calc(100% - 40px);
	height: 110px;
	padding-left: 40px;
	background: #f2f3f4;
	position: fixed;
	z-index: 1000;
}
.logo {
	margin-top: 35px;
	float: left;
}

@media only screen and (max-width: 1023px) {
	header {
		width: calc(100% - 40px);
		height: 70px;
		padding: 0 20px;
	}
	.logo {
		margin-top: 17px;
	}
}


/* === navi === */

nav {
	position: relative;
}

@media only screen and (max-width: 1023px) {
	nav {
		text-align: left;
		position: absolute;
		top: 0;
		right: 0;
	}
}

/* -- slide navi -- */

@media only screen and (max-width: 1023px) {
	.slide_nav {
		width: 100%;
		height: 100%;
		background: #f2f3f4;
		overflow-x: hidden;
		position: fixed;
		top: 70px;
		left: 0;
		z-index: 1000;
		display: none;
	}
}

/* -- global navi -- */

nav {
	float: right;
}
nav a {
	height: 40px;
	color: #333;
	line-height: 40px;
	text-decoration: none;
	display: block;
}
nav a:hover {
	color: #999;
}
.gnav {
	margin-top: 35px;
  margin-right: 2em;
	font-size: 1.4rem;
	float: left;
}
.gnav li {
	margin: 0 1em;
	float: left;
}
.gnav li.contact {
	margin-right: 2em;
}
.gnav li.contact a {
	width: 135px;
	background: #fff;
	border: 1px solid #333;
	border-radius: 21px;
	text-align: center;
}
.lang {
	margin-top: 35px;
	font-size: 1.6rem;
	float: left;
}
.lang li {
	float: left;
}
.lang li a {
	width: 60px;
	background: #333;
	border: 1px solid #333;
	color: #666;
	text-align: center;
}
.lang li a.current {
	background: #fff;
	color: #333;
}
@media only screen and (max-width: 1023px) {
	nav {
		float: none;
	}
	nav a {
		height: 48px;
		padding: 0 20px;
		border-bottom: 1px solid #ccc;
		line-height: 48px;
	}
	.gnav {
		margin-top: 0;
		border-top: 1px solid #ccc;
		font-size: 1.3rem;
		float: none;
	}
	.gnav li {
		margin: 0;
		float: none;
	}
	.gnav li.contact {
		margin-right: 0;
	}
	.gnav li.contact {
		margin-top: 20px;
		padding: 0 20px;
	}
	.gnav li.contact a {
		width: auto;
		border-radius: 24px;
	}
	.lang {
		margin-top: 20px;
		font-size: 1.3rem;
		float: none;
	}
	.lang li {
		width: 50%;
	}
	.lang li a {
		width: auto;
		border: none;
	}
}

/* -- trigger -- */

.slide_nav_trigger {
	display: none;
}
@media only screen and (max-width: 1023px) {
	.slide_nav_trigger {
		width: 48px;
		height: 48px;
		background: none;
		border: none;
		position: absolute;
		top: 11px;
		right: 11px;
		display: inherit;
		cursor: pointer;
	}
	.slide_nav_trigger:focus,
	.slide_nav_trigger:active {
		outline: none;
	}
	.slide_nav_trigger span {
		width: 36px;
		height: 36px;
		background: url(../img/common/nav_open_bk.svg) no-repeat center;
		background-size: cover;
		display: block;
		position: absolute;
		top: 6px;
		left: 6px;
	}
	.slide_nav_trigger.close span {
		background: url(../img/common/nav_close_bk.svg) no-repeat center;
	}
}


/* === sponsor === */

#sponsor {
	width: 100%;
	padding: 60px 0;
	background: #fff;
	text-align: center;
	position: absolute;
	bottom: 100px;
}
#sponsor a {
	margin: 0 20px;
}
@media only screen and (max-width: 1023px) {
	#sponsor {
		padding: 30px 0;
		border-top: 1px solid #ccc;
		position: relative;
		bottom: auto;
	}
	#sponsor a {
		margin: 25px 0;
		display: block;
	}
}


/* === footer === */

footer {
	width: 100%;
	height: 100px;
	background: #333;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	position: absolute;
	bottom: 0;
}
.copyright {
	line-height: 100px;
}
@media only screen and (max-width: 1023px) {
	footer {
		height: 60px;
		position: relative;
		bottom: auto;
	}
	.copyright {
		line-height: 60px;
	}
}</pre></body></html>