nav {
	width: inherit;
	position: relative;
	top: 0;
	z-index: 999 !important;
	display: block;
}

nav>a {
	display: block;
	background: #fff;
	opacity: 1 !important;
	padding: 15px 0;
	z-index: 2;
}

nav>a img {
	max-width: 200px;
	padding: 10px;
	box-sizing: border-box;
}

nav p {
	display: none;
}

#nav ul li {
	padding: 0;
}

nav {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

nav a:hover {
	text-decoration: none !important;
}

.overlay {
	position: fixed !important;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	/*background: #0270D2;*/
	background: #333;
	opacity: 0.5;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	z-index: 3;
}

header .inner {
	position: relative;
	padding: 1.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

header nav {
	overflow: scroll;
	position: fixed !important;
	left: -100%;
	width: 100% !important;
	height: 100%;
	background: #e7eaf5;
	z-index: 10279 !important;
	font-weight: bold;
	padding: 0;
	padding-top: 120px;
	box-sizing: border-box;
}

header.navOpen nav {
	top: 0;
	opacity: 1;
	left: 0;
	z-index: 9 !important;
	padding-top: 120px;
	border-radius: 0;
	overflow: scroll;
}

nav>img:nth-of-type(1) {
	width: 80px;
	margin: 3% auto 0%;
	display: block;
}

nav>img:nth-of-type(2) {
	width: 300px;
	margin: 3% auto 5%;
}

header nav ul {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 2%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #666;
	padding-bottom: 0.5%;
}

header nav ul .nav01 {
	width: 48.25%;
	text-align: center;
	margin-bottom: 3%;
}

header nav ul li a {
	box-sizing: border-box;
	letter-spacing: 0.1em;
}

header nav ul li a:hover {
	transform: scale(1.05) !important;
	transition: 0.6s all !important;
}

#nav_content {
	padding-top: 5%;
}

.nav01 a {
	display: block;
	font-size: 160%;
	background: #fff;
	padding: 20px 8% 20px 3%;
	background: #024f95;
	border: 3px solid #fff;
	letter-spacing: 0;
	position: relative;
	color: #fff;
}

.nav01 a::after {
	content: '';
	width: 10px;
	height: 10px;
	display: block;
	background: url(../img/icon_arrow03.png) no-repeat right center;
	background-size: 100% auto;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}


.nav01 a:hover {}

#nav_content .nav01:nth-of-type(2) a {
	background: #51afef;
}

#nav_content .nav01:nth-of-type(3) a {
	background: #e88279;
}

#nav_content .nav01:nth-of-type(4) a {
	background: #66d68d;
}

#nav_content .nav01:nth-of-type(5) a {
	background: #e8ba4f;
}

#nav_content .nav01:nth-of-type(6) a {
	background: #dc729e;
}

.nav01 a span {
	font-size: 90%;
	color: #024f95;
}

#nav_content .nav01:nth-of-type(2) a span {
	color: #36bdef;
}

#nav_content .nav01:nth-of-type(3) a span {
	color: #ee899d;
}

#nav_content .nav01:nth-of-type(4) a span {
	color: #84ccc9;
}

#nav_content .nav01:nth-of-type(5) a span {
	color: #8a9acd;
}

#nav_content .nav01:nth-of-type(6) a span {
	color: #f5a223;
}



.nav02 {
	width: 31%;
	margin-bottom: 3%;
}

.nav02 a {
	width: 100%;
	display: block;
	max-width: 800px;
	margin: 0 auto;
	background: #024f95;
	color: #fff;
	font-size: 120%;
	padding: 20px 10px 25px;
	box-sizing: border-box;
	position: relative;
}

#nav_company .nav02 a {
	background: #fff;
	border: 3px solid #024f95;
	color: #024f95;
}

#nav_company .nav02 a::after {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	background: url(../img/icon_arrow04.png) no-repeat right center;
	background-size: 100% auto;
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.nav02 a i {
	display: block;
	font-size: 130%;
	padding-top: 5px;
	box-sizing: border-box;
}

#nav_rec li {
	width: 48%;
}

#nav_rec li:nth-child(1) {
	width: 100%;
	font-size: 160%;
	font-weight: bold;
	margin: 2% auto 10px;
	letter-spacing: 0.1em;

}

#nav_rec li:nth-child(2) a {
	background: #3eb2e0;
}

#nav_rec li:nth-child(3) a {
	background: #d77b4a;
}

header nav ul li:after {
	content: '' !important;
	display: none !important;
}


header .navBtn {
	display: block;
	width: 70px;
	height: 60px;
	position: fixed;
	top: 20px;
	right: 20px;
	cursor: pointer;
	padding: 12px 15px 20px;
	z-index: 999 !important;
	box-sizing: border-box;
	background: #024f95;
}



header .navBtn:after {
	width: 53px;
	position: absolute;
	bottom: 1px;
	right: 0;
	left: 0;
	text-align: center;
	margin: 0 auto;
	content: 'MENU';
	font-size: 11px;
	color: #fff;
	letter-spacing: 0.1rem;
}

header.navOpen .navBtn:after {
	content: 'CLOSE';
}

header .navBtn span {
	display: block;
	height: 3px;
	width: 40px;
	background: #fff;
	border-radius: 0px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-aout;
	transition: all .5s ease-in-out;
	z-index: 99999 !important;
}

header .navBtn span:nth-of-type(2),
header .navBtn span:nth-of-type(3) {
	margin-top: 8px;
}


header.navOpen .navBtn span:nth-of-type(1) {
	margin-top: -2px;
	-webkit-transform: translateY(14px) translateX(0) rotate(45deg);
	-ms-transform: translateY(14px) translateX(0) rotate(45deg);
	transform: translateY(14px) translateX(0) rotate(45deg);
	background: #fff;
}

header.navOpen .navBtn span:nth-of-type(2) {
	margin-top: 5px;
	opacity: 0;
	-webkit-transform: translateY(9px);
	-ms-transform: translateY(9px);
	transform: translateY(9px);
	background: #fff;
}

header.navOpen .navBtn span:nth-of-type(3) {
	width: 40px;
	margin-top: 2px;
	-webkit-transform: translateY(0) translateX(0) rotate(-45deg);
	-ms-transform: translateY(0) translateX(0) rotate(-45deg);
	transform: translateY(0) translateX(0) rotate(-45deg);
	background: #fff;
}

.line01,
.line02 {
	display: none;
}

footer nav {
	display: none;
}

.nav_pc {
	display: block;
}

.nav_sp {
	display: none;
}


@media screen and (max-width: 1000px) {
	.nav01 a {
		font-size: 140%;
	}
}

@media screen and (max-width: 800px) {
	#nav_content {
		padding-top: 3%;
	}

	header nav ul .nav01 {
		width: 100% !important;
		max-width: 500px;
		margin: 0 auto 15px;
	}

	.nav02 {
		width: 100% !important;
		max-width: 500px;
		margin: 0 auto 15px;
	}
}