<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a, a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000F1C;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
	position: relative;
	overflow: hidden;
}
#main {
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

@media all and (min-width: 897px) {
.sp {
	display: none !important;
}
}

@media all and (max-width: 896px) {
body {
	min-width: inherit;
	font-size: 1.2rem;
}
a:hover,  a:hover img {
	opacity: 1 !important;
}
.pc {
	display: none !important;
}
a[href^="tel:"] {
	cursor: pointer;
	pointer-events: auto;
}
}
.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100;
}
.loading.hide {
	user-select: none;
	pointer-events: none;
}
.loading.hide:before, .loading.hide:after {
	transform: scaleY(0);
}
.loading:before, .loading:after {
	content: "";
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	background: #000f1c;
	z-index: 1;
	transform: scaleY(1);
}
.loading:before {
	top: 0;
	transform-origin: top;
}
.loading:after {
	bottom: 0;
	transform-origin: bottom;
}
.loading.on:before, .loading.on:after {
	transition: all ease-in-out 1.4s;
	transform: scaleY(0);
}
.loading .logo {
	position: relative;
	z-index: 2;
	opacity: 0;
	transform: translateY(100px);
	text-align: center;
}
.loading .logo.on {
	transition: all ease 0.5s;
	opacity: 1;
	transform: none;
}
.loading .logo.hide {
	transition: all ease 1s;
	opacity: 0;
}
.loading img {
	width: 80%;
}

@media all and (max-width: 896px) {
.loading {
	padding: 20px;
	box-sizing: border-box;
}
.loading .logo {
	text-align: center;
}
.loading img {
	width: 60%;
}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 40px 0;
	position: absolute;
	width: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}
#gHeader .hInner {
	max-width: 1120px;
	margin: 0 auto;
}

@media all and (max-width: 896px) {
#gHeader {
	padding: 15px 10px;
	box-sizing: border-box;
}
#gHeader h1 {
	width: 50px;
}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 20px 121px 20px 123px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#gFooter .fLogo {
    display: flex;
    align-items: center;
}
#gFooter .fLogo a, #gFooter .fLogo p {
    margin-right: 20px;
    font-size: 1.3rem;
}
#gFooter address {
	margin-top: 4px;
	font-size: 1.2rem;
	font-style: normal;
	letter-spacing: 0.2em;
}

@media all and (max-width: 896px) {
#gFooter {
	padding: 20px 10px;
	display: block;
	text-align: center;
}
#gFooter .fLogo {
    flex-direction: column;
}
#gFooter .fLogo a, #gFooter .fLogo p {
    margin-right: 0px;
    margin-top: 10px;
}
#gFooter address {
	margin-top: 10px;
	font-size: 1rem;
	letter-spacing: 0.02em;
}
}

@media all and (max-width: 896px) {
}
</pre></body></html>