@charset "UTF-8";
#sitemenu {
	position: fixed;
	z-index: 100;
	text-align: left;
	display: none;
	width: 100%;
	height: 100%;
	overflow: auto;
	top: 0;
	right: 0;
	color: #000;
	background-color: rgba(255, 255, 255, 1.0);
}
#sitemenu[data-opend="true"] {
	display: block;
}
/**/
#sitemenu .head {
}
	#sitemenu .head > a {
		display: block;
		text-align: left;
	}
		#sitemenu .head .lgm > img {
			width: 15%;
			height: auto;
		}
	#sitemenu .head .close {
		position: fixed;
		z-index: 5;
		top: 1em;
		right: 0.5em;
		display: inline-block;
		width: 7.5em;
		height: 7em;
	}
		#sitemenu .head .close::before {
			content: "";
			display: block;
			padding-top: 100%;
		}
			#sitemenu .head .close span.line:nth-of-type(1) {
				transform: translate(-50%, 0) rotate(45deg);
			}
			#sitemenu .head .close span.line:nth-of-type(2) {
				transform: translate(-50%, 0) rotate(-45deg);
			}
				#sitemenu .head .close:hover span.line:nth-of-type(1) {
					transform: translate(-50%, 0) rotate(25deg);
				}
				#sitemenu .head .close:hover span.line:nth-of-type(2) {
					transform: translate(-50%, 0) rotate(-25deg);
				}
/**/
#sitemenu .menus {
	padding-top: 5.75em;
}
    #sitemenu .menus a {
		display: block;
		font-size: 1em;
		font-weight: 500;
		padding: 0 1.5em;
		color: #fff;
		transition: all 0.4s;
}
	#sitemenu .menus a:first-child {
		font-size: 1.0625em;
	}
	#sitemenu .menus a:last-of-type {
		padding-right: 0;   
	}
	#sitemenu .menus a:hover {
		color: var(--cl-hover);
        transition: all 0.4s;
	}
@media only screen and (min-width:641px) {
	#sitemenu .head .lgm > img {
        min-width: 16.25em;
	}
	#sitemenu .menus {
		justify-content: flex-end;
		padding-right: 2.75em;
	}
}
@media only screen and (max-width:950px) {
	#sitemenu .menus a {
		padding: 0 0.75em;
	}
}
@media only screen and (max-width:700px) {
	#sitemenu .menus a {
		padding: 0 0.65em;
	}
}
@media only screen and (max-width:640px) {
	#sitemenu .menus {
		display: block;
        padding-top: 2em;
	}
        #sitemenu .menus a {
			padding: 0;
			text-align: left;
			margin-bottom: 2em;
        }
	#sitemenu .head .close {
		width: 4.5em;
		height: 4em;
	}
	#sitemenu .head .lgm > img {
		width: 95%;
		max-width: 15.3em; /**/
		height: auto;
	}
}
/**/
#sitemenu .menu_box {
	padding: 0 0;
	padding-top: 3.375em;
}

@media only screen and (max-width:1279px) {
	#sitemenu .menu_box {
		padding: 0 var(--pad-comp);
		padding-top: 3.375em;
	}
}
@media only screen and (max-width:950px) {
	#sitemenu .menu_box {
		padding: 0 2.25em;
		padding-top: 3.375em;
	}
}
@media only screen and (max-width:640px) {
	#sitemenu .menu_box {
		padding: 0 var(--pad-comp-smp) 0 2em;
		padding-top: 5em;
		width: 100%;
	}
}
/**/
#sitemenu .vis-face .cover div.abs-centering {
	width: 100%;
	height: 100%;
}
#sitemenu .bt-recruit {
	display: none;
}
@media only screen and (min-width:641px) {
	#sitemenu .vis-face {
		margin-bottom: 2em;
	}
}
@media only screen and (max-width:640px) {
	#sitemenu .vis-face {
		margin-bottom: 0;
	}
	#sitemenu span.line {
		width: 1.8em;
	}
}
	

