@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
/* CSS Document */

.gnav-sp{
	display: none;
}
#top {
	width: 100%;
	position: fixed;
	z-index: 99;
}
.gnav-wrap {
	height: 100px;
	padding-left: 30px;
	display: flex;
	align-items: flex-end;
	background-color: #fff;
}
.logo {
	margin-right: auto;
	height: 100px;
	display: flex;
	align-items: center;
}
.gnav {
	width: 690px;
}
.gnav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
.gnav ul li {
	margin-left: 5%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	color: #0071be;
}
.gnav ul li img{
	vertical-align: bottom;
}
.gnav ul li span {
	position: relative;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #0071be;
}
.gnav a {
	display: block;
	text-decoration: none;
	color: #292929;
}
.gnav a:hover{
	color: #0071be;
}

/* フッター */
.footer-wrap-sp{
	display: none;
}
.footer-wrap-pc{
	width: 100%;
	background-color: #f0f2f3;
}
.footer-wrap{
	margin: 0 auto;
	padding-top: 65px;
	width: 1000px;
	height: 350px;/* カンプ428px */
	display: flex;
	justify-content: space-between;
	
}
.footer-wrap a{
	text-decoration: none;
	color: #525659;
	transition: all 0.2s;
}
.footer-wrap a:hover{
	text-decoration: underline;
	color: #525659;
	transition: all 0.2s;
}
.footer-wrap ul li{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #525659;
	font-size: 0.88rem;
	font-weight: 500;
	line-height: 1.85;
}
.footer-logo-under{
	margin-top: 10px;
}
.footer-list-head,.footer-list-head2{
	margin-bottom: 5px;
}
.footer-list-head a,.footer-list-head2 a{
	font-weight: bold;
}
.footer-indent{
	padding-left: 20px;
}
.personal-category{
	margin-top: 30px;
}
.footer-small{
	width: 100%;
	height: 62px;
	background-color: #fff;
	text-align: center;
	line-height: 62px;
	font-family: 'Lato', sans-serif;
	color: #525659;
	font-size: 0.69rem;
	font-weight: 400;
}
/* パンくずリスト */
#breadcrumns {
	width: 100%;
	height: 45px;
	background-color: #f4f7fa;
}
.bread-list {
	margin: 0 auto;
	width: 1000px;
	height: 100%;
	display: flex;
	align-items: center;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #292929;
	font-size: 0.875rem;
	font-weight: 500;
}
.bread-list span{
	color: #d2d7dc;
}
.bread-list a{
	text-decoration: none;
	color: #292929;
}
@media screen and (max-width:1024px) {
.gnav {
	width: 58.59375vw;
}
.gnav ul li {
	margin-left: 0;
}
#interview-wrap ul{
	width: 100%;
	justify-content: space-around;
}
	.footer-wrap{
		width: 94%;
	}
}
@media screen and (max-width:1000px){
	.bread-list{
		width: 95%;
	}
}

@media screen and (max-width:980px) {
.gnav ul li {
	margin-left: 1%;
}
}
@media screen and (max-width:905px){
	.gnav-pc{
	display: none;
}
	.gnav-sp{
	display: block;
}
}
@media screen and (max-width:768px) {
.logo {
	width: 100%;
	height: 100%;
}
.logo img {
	width: 41.1999999vw;
	height: 5.999999985vw;
	position: absolute;
	top: 6.933333316vw;
	z-index: 100;
}
#header {
	border-top: #0071be 6px solid;
}
.gnav-wrap {
	height: 14.9333333vw;
	padding: 0 3.99999999vw;
}
	#header .job {
		margin-bottom: 4.933333321vw;
	}
#header .ather {
	display: inline-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-wrap-pc{
		display: none;
	}
	.footer-wrap-sp{
		display: block;
		padding: 9.765625vw 3.99999999vw 3.255208333vw;
	}
	.footer-wrap-sp img{
		width: 32.8125vw;
		height: auto;
	}
	.footer-small-sp{
	font-family: 'Lato', sans-serif;
		font-size: 2.1484375vw;
		color: #9ca0a4;
		padding-top: 1.692708333vw;
	}
	#breadcrumns {
	display: none;
}
}

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