<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;0,700;1,400;1,700&amp;display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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%;
}
@media all and (min-width: 1000px) and (max-width: 1500px) {
	html {
		font-size: 0.66vw;
	}
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', 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 {
	color: #000;
	font-size: 1.6rem;
	line-height: 2;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	position: relative;
	text-align: left;
	overflow: hidden;
}
#main {}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 1000px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 999px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {}
@media all and (max-width: 999px) {
	#gHeader {
		width: 100%;
		left: 0;
		top: 0;
		position: absolute;
		z-index: 99;
	}
	#gHeader .menuBox {
		display: none;
		padding-top: 40px;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background-color: #004CA0;
		z-index: 90;
	}
	#gHeader .menuBox li a {
		padding: 5px;
		display: block;
		color: #fff;
		border-bottom: 1px solid #fff;
		text-align: center;
	}
	#gHeader .menuBox li:last-child a {
		border: none;
	}
	.menu-trigger, .menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: absolute;
		right: 10px;
		top: 10px;
		width: 25px;
		height: 22px;
		z-index: 100;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
		border-radius: 2px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 10px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	padding: 12% 15px !important;
	position: fixed;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	min-height: 550px;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	box-sizing: border-box;
	background-color: #004CA0;
}
#sideBar .textBox {
	width: calc(100% - 30px);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 5.4% 15px 6.5%;
	margin: 0 auto;
	max-width: 700px;
	border: 5px solid #fff;
	box-sizing: border-box;
}
#sideBar h1 {
	max-width: 31.6%;
	width: 100%;
	height: 11.55%;
	position: absolute;
	left: 5.2%;
	bottom: 3%;
	z-index: 10;
}
#sideBar h1 img {
	width: auto;
	max-width: inherit;
	height: 100%;
}
#sideBar .textBox p {
	margin-bottom: -1.9%;
	color: #fff;
	font-size: 4rem;
	font-weight: 700;
	font-style: italic;
	text-align: center;
}
#sideBar .textBox .img {
	margin-bottom: 4.5%;
}
#sideBar .textBox .img img {
	width: 100%;
	max-width: 560px;
}
#sideBar .textBox .txt {
	margin-bottom: 10px;
	font-size: 2.2rem;
	font-style: normal;
}
#sideBar .textBox .txt span {
	padding: 0 17px 5px;
	min-width: 320px;
	display: inline-block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
}
#sideBar .textBox .comBtn {
	margin-top: 5%;
}
@media all and (max-width: 999px) {
	#sideBar {
		position: static;
		width: 100%;
		float: none;
		min-height: inherit;
        margin-bottom: 50px;
	}
	#sideBar h1 {
		margin: 0 auto 20px;
		max-width: inherit;
		width: 200px;
		height: auto;
		position: static;
	}
	#sideBar h1 a {
		display: block;
	}
	#sideBar h1 img {
		width: 100%;
		height: auto;
	}
	#sideBar .textBox {
		padding: 25px 10px;
		width: 100%;
		position: static;
		transform: none;
		border: 2px solid #fff;
	}
	#sideBar .textBox .txt span {
		min-width: inherit !important;
	}
	#sideBar .textBox p {
		margin-bottom: 0;
		font-size: 1.4rem !important;
	}
	#sideBar .textBox .img {
		margin-bottom: 20px !important;
	}
	#sideBar .textBox .comBtn {
		margin-top: 25px !important;
	}
	#sideBar .textBox .img img {
		max-width: 280px;
	}
	#sideBar .textBox .comBtn a, #sideBar .textBox .comTtl span {
		padding: 6px 10px 7px;
	}
}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	width: 50%;
	float: right;
}
@media all and (max-width: 999px) {
	#conts {
		width: auto;
		float: none;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-left: -1px;
	padding: 50px 20px;
	margin-top: 100px;
	background-color: #000000;
}
#gFooter .logo {
	margin: 0 auto 38px;
	width: 200px;
}
#gFooter .fNav {
	margin-bottom: 48px;
	display: flex;
	justify-content: center;
}
#gFooter .fNav li {
	margin: 0 1.0%;
}
#gFooter .fNav li a {
	color: #fff;
	display: block;
}
#gFooter .copyRight {
	text-align: center;
	color: #fff;
}
#gFooter .fNav li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 999px) {
	#gFooter {
		margin-top: 50px;
		padding: 25px 15px;
	}
	#gFooter .logo {
		margin-bottom: 15px;
	}
	#gFooter .fNav {
		margin-bottom: 15px;
		display: block;
	}
	#gFooter .fNav li {
		margin: 0 0 5px;
		text-align: center;
	}
}
@media all and (min-width: 1000px) and (max-width: 1600px) {
	#gFooter .fNav li {
		margin: 0 1.5%;
	}
}
@media all and (-ms-high-contrast:none) {
	#gFooter {
		position: relative;
	}
	#gFooter::before {
		width: 1px;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background-color: #000;
		content: '';
	}
}</pre></body></html>