<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -------------------------
    PC
------------------------- */
header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
}

header .no_link {
	pointer-events: none;
	cursor: pointer;
}

#nav-switch {
	display: none;
}

#inner {
	height: 80px;
	padding: 20px;
	text-align: justify;
	background: #fff;
	position: relative;
}

#inner:after {
	content: "";
	width: 100%;
	height: 0;
	display: inline-block;
}

h1 {
	display: inline-block;
	vertical-align: middle;
}

h1 img {
	width: 170px;
}

button {
	display: none;
}

.head-nav {
	width: 80%;
	max-width: 1200px;
	margin-right: 75px;
	display: inline-block;
	vertical-align: top;
}

.head-nav-lv1 {
	max-width: 1200px;
	margin: 0 auto;
}

.head-nav-lv1:before,
.head-nav-lv1:after {
	content: "";
	display: table;
}

.head-nav-lv1:after {
	clear: both;
}

.head-nav-lv1_item {
	width: 11%;
	min-width: 145px;
	float: left;
	border-left: #ccc 1px solid;
	position: relative;
	box-sizing: border-box;
	padding: 2px 0;
}

.head-nav-lv1_item:first-child {
	border-left: none;
}

.head-nav-lv1 .sp_only {
	display: none;
}

.head-nav-lv1_item &gt; a {
	padding: 13px 5px 0;
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
}
@media screen and (max-width: 1538px) {
	.head-nav,
	.head-nav-lv1 {
		width: 1045px;
		margin: 0;
	}
	.head-nav-lv1_item {
		width: 10%;
		min-width: 130px;
	}
	.head-nav-lv1_item &gt; a {
		font-size: 13px;
	}
}

.head-nav-lv1_item &gt; a:hover {
	color: #999;
}

.head-nav-lv1_itemInner {
	display: inline-block;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.head-nav-lv1_break {
	display: inline-block;
	white-space: nowrap;
}

.head-nav-lv1_break .fa-chevron-right {
	display: none;
}

.head-nav-lv2_wrap {
	width: 100vw;
	padding-top: 15px;
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 999;
}

.head-nav-lv2_wrap ul {
	position: absolute;
	bottom: 0;
}

.head-nav-lv2_wrap ul li {
	margin-right: 1px;
	display: inline-block;
}

.head-nav-lv2_wrap ul li a {
	padding: 2px 15px;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	background: #020048;
}

@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop,
	.head-nav-lv2_wrap ul li a {
		padding: 3px 15px;
	}
}

.head-nav-lv2_wrap ul li a:hover {
	color: #020048;
	background: #d8e3ec;
}

.navi_open {
	display: block;
}

li.head-nav-lv2_item {
	margin: 0 0 1px;
}
li.head-nav-lv2_item i {
	display: none;
}

li.head-nav-lv2_item &gt; a {
	padding: 7px 15px;
	display: block;
	color: #666;
	font-size: 13px;
	background: rgba(255, 255, 255, 0.9);
	text-decoration: none;
}

li.head-nav-lv2_item &gt; a:hover {
	background: #ccc;
}

li.head-nav-lv2_item .fa-chevron-right {
	margin-right: 0.5em;
	font-size: 10px;
}

/* ????????? */
ul#detail_fixed {
	position: absolute;
	bottom: 0;
}

ul#detail_fixed li {
	margin-right: 1px;
	display: inline-block;
}

ul#detail_fixed li a {
	padding: 5px 15px;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	background: #020048;
}

@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop,
	ul#detail_fixed li a {
		padding: 3px 15px;
	}
}

ul#detail_fixed li a:hover {
	color: #020048;
	background: #d8e3ec;
}

ul.detail_none {
	display: none;
}

.recruit {
	display: block !important;
	position: absolute;
	right: 0;
	top: 0;
}
@media screen and (max-width: 1538px) {
	.recruit {
		position: fixed;
		top: auto;
		bottom: 0;
		z-index: 999;
	}
}

.recruit a {
	width: 130px;
	height: 80px;
	display: block;
	background: #020048;
}

.recruit a:hover {
	background: #da0852;
}

.recruit img {
	margin: auto;
	padding: 21px 0;
	display: block;
}

/** ?^?u???b?g
===================================*/
@media screen and (max-width: 1210px) {
	.head-nav {
		width: 750px;
		margin: 0;
	}
}

/** ?^?u???b?g?E?X?}?[?g?t?H??
===================================*/
@media screen and (max-width: 1260px) {
	h1 {
		text-align: left;
		line-height: 0;
	}

	h1 img {
		width: 150px;
	}

	#inner {
		height: 60px;
		margin: 0;
		padding: 13px 20px;
	}

	#inner:after {
		content: none;
	}

	.nav-open {
		overflow: hidden;
	}

	button {
		width: 60px;
		height: 60px;
		display: block;
		background: #020048;
		border: none;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
		cursor: pointer;
	}

	.black-bg {
		width: 100vw;
		height: 100vh;
		background-color: #000;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 99;
		opacity: 0;
		visibility: hidden;
		transition: all 0.6s;
		cursor: pointer;
	}

	.nav-open .black-bg {
		opacity: 0.6;
		visibility: visible;
	}

	#nav-switch {
		width: 35px;
		height: 35px;
		display: block;
		position: absolute;
		top: 18px;
		right: 12px;
	}

	#nav-switch:before,
	#nav-switch:after {
		content: "";
		width: 100%;
		height: 2px;
		display: block;
		background: #fff;
		border-radius: 1px;
		position: absolute;
		left: 0;
		-webkit-transition: 0.5s;
		transition: 0.5s;
	}

	#nav-switch:before {
		top: 0;
		box-shadow: 0 10px 0 #fff;
	}

	#nav-switch:after {
		top: 20px;
	}

	.nav-open #nav-switch:before {
		top: 10px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		box-shadow: none;
	}

	.nav-open #nav-switch:after {
		top: 10px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.head-nav {
		width: 300px;
		height: 100vh;
		margin: 0;
		display: block;
		background: #fff;
		position: fixed;
		top: 0;
		right: 0; /* ?????B??? */
		z-index: 999;
		overflow-y: auto;
		transform: translateX(300px); /* right0????250px?????????u */
		transition: all 0.5s; /* ????????? */
	}

	.nav-open .head-nav {
		transform: translateX(0); /* right0???-250px??? */
		transition: all 0.5s; /* ????????? */
	}

	.head-nav-lv1 .sp_only {
		display: block;
	}
	.head-nav-lv1 .sp_only a {
		border: none;
	}

	.head-nav-lv1 .fa-window-restore {
		margin-left: 0.5em;
	}

	.head-nav-lv1_item {
		width: 100%;
		padding: 0;
		float: none;
	}

	.head-nav-lv1_item &gt; a {
		height: auto;
		padding: 23px 20px;
		text-align: left;
		border-bottom: #020048 1px solid;
	}

	.head-nav-lv1_itemInner {
		display: block;
		position: relative;
		-webkit-transform: none;
		transform: none;
	}

	.head-nav-lv1_break .fa-chevron-right {
		margin-right: 0.5em;
		display: inline-block;
		font-size: 11px;
	}

	.head-nav-lv2_wrap {
		width: 100%;
		padding: 0;
		display: none;
		background: #666;
		position: static;
	}

	.head-nav-lv2_wrap ul {
		position: static;
	}
	.head-nav-lv2_wrap ul li {
		display: block;
	}

	li.head-nav-lv2_item {
		margin: 0;
		border-bottom: 1px solid #020048;
	}

	li.head-nav-lv2_item i {
		display: inline-block;
	}

	.head-nav-lv2_wrap ul li a {
		padding: 10px 0 10px 2.8em;
		color: #020048;
		background: #f2f2f2;
	}

	/* ????????? */
	ul#detail_fixed {
		display: none;
	}
	ul.detail_none {
		display: block;
	}

	.recruit {
		display: none !important;
	}
}
</pre></body></html>