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

#header {
	width: 100%;
	position: fixed;
	z-index: 99;
	box-shadow: 0px 10px 15px rgba(0,0,0,0.02);
	border-top: #0071be 4px solid;
}
.gnav-wrap {
	height: 80px;
	padding: 0 30px;
	display: flex;
	align-items: flex-end;
	background-color: #fff;
}
.logo {
	margin-right: auto;
	margin-bottom: 13px;
}
.gnav {
	width: 570px;
}
.gnav ul {
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.gnav ul li {
	margin-left: 5%;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
	color: #0071be;
}
.gnav ul li span {
	position: relative;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 13px;
	font-weight: 400;
}
.gnav a {
	display: block;
	text-decoration: none;
	color: #0071be;
}
.gnav a::after {
	border-bottom: solid 3px #0071be;
	padding-bottom: 10px;
	content: "";
	display: block;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	width: 0;
}
.gnav a:hover::after {
	width: 100%;
}
#header .ather {
	display: none;
}
/* フッター */
footer {
	padding-top: 45px!important;
	border-bottom: #0071be 4px solid!important;
}
footer ul {
	display: flex;
	justify-content: center;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #26282a;
	font-size: 0.88em;
	font-weight: 500;
}
footer ul li {
	margin: 0 15px;
}
footer ul li::after {
	content: url(../img/shared/icon_blank.gif);
	margin-left: 7px;
}
footer ul li a {
	text-decoration: none;
	color: #26282a;
}
footer small {
	margin-left: 20px;
	font-family: 'Lato', sans-serif;
	color: #9ca0a4;
	font-size: 0.69em;
	font-weight: 500;
}
.footer-logo {
	margin-top: 105px;
	margin-left: 30px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

@media screen and (max-width:1024px) {
.gnav {
	width: 470px;
}
#interview-wrap ul{
	width: 100%;
	justify-content: space-around;
}
}

@media screen and (max-width:980px) {
.gnav ul li {
	margin-left: 1%;
}
}

@media screen and (max-width:768px) {
.logo {
	width: 100%;
	height: 100%;
}
.logo img {
	position: absolute;
	top: 6.933333316vw;
	z-index: 100;
}
#header {
	border-top: #0071be 6px solid;
}
.gnav-wrap {
	height: 15.19999996vw;
	padding: 0 3.99999999vw;
}
#header .ather {
	display: block;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #fff;
	font-size: 0.88em;
	font-weight: 500;
	height: 5%;
}
#header .ather span::after {
	content: '';
	display: inline-block;
	width: 3.99999999vw;
	height: 2.933333326vw;
	background-image: url(../img/shared/nav-sp-icon.gif);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-left: 7px;
}
#header .ather a {
	text-decoration: none;
	color: #fff;
}
footer {
	padding-top: 0;
}
footer ul {
	display: none;
}
footer ul li a {
	text-decoration: none;
	color: #26282a;
}
footer small {
	margin-left: 0;
	margin-top: 0.666666665vw;
	font-size: 2.266666661vw;
}
.footer-logo {
	margin-top: 11.33333331vw;
	margin-left: 3.99999999vw;
	margin-bottom: 2.66666666vw;
	flex-direction: column;
	align-items: flex-start;
	width: 90%;
	height: auto;
}
	.footer-logo img{
		width: 33.59999992vw;
		height: auto;
	}
}

@media screen and (max-width:478px) {
.logo img {
	width: 70%;
	height: auto;
	top: 20px;
}
}</pre></body></html>