/* グローバルメニュー
=========================================================================
=========================================================================*/
nav {
	/*display: none;*/
	overflow-y: visible;
	position: fixed;
	top: 0;
	right: 0;
	padding: 38px;
	width: 100%;
	height: 100%;
	background: #FFF;
	border: 16px solid #00B939;
	z-index: 999;
	transform: translateX(100%);
	transition: all .5s ease;
}
/* オープン */
nav.open {
	overflow-y: auto;
  	transform: translateX(0);
}
nav .container {
	position: relative;
	padding: 60px 40px 29px;
	min-height: 100%;
	color: #E5E5E5;
	background: #000;
}
/* ボタン
-----------------------------------------------------------*/
nav .button_open {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -71px;
	margin: auto 0;
	width: 55px;
	height: 162px;
	cursor: pointer;
	z-index: 1000;
}
nav .button_open img {
	box-shadow: 1px 1px 6px rgba(0,0,0, .3);
}
nav .container .button_close {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	cursor: pointer;
}

/* ロゴ
-----------------------------------------------------------*/
nav #logo {
	padding: 0 15px 46px;
	position: relative;
}
nav #logo .logo {
	position: relative;
	margin: 0 auto;
	text-align: left;
}
nav #logo .logo img {
	width: 212px;
}
/* サイトマップ
-----------------------------------------------------------*/
nav #sitemap {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	position: relative;
	text-align: left;
}
@media screen and (max-width: 1214px) {
	nav #sitemap {
		margin-left: 0;
		width: 100%;
	}
}
nav #sitemap .widget {
	margin-bottom: 20px;
	text-align: left;
}
nav #sitemap p.sitemap_category {
	text-align: left;
}
nav #sitemap p.sitemap_category img {
	height: 10px;
	width: auto;
}
nav #sitemap p.sitemap_category_title {
	margin-bottom: 14px;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.0em;
}
nav #sitemap ul {
	margin-bottom: 50px;
	margin-right: 5em;
	padding-left: 2em;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6em;
    border-left: 1px solid #454545;
}
nav #sitemap ul li {
	margin-bottom: 0.2em;
}
nav #sitemap ul li img {
	height: 14px;
	width: auto;
}
nav #sitemap a {
	text-decoration: none;
	color: #E5E5E5;
}
nav #sitemap a:hover {
	opacity: .7;
}
nav #sitemap a.deactive {
	pointer-events: none;
	opacity: .2;
}
/* 社員紹介 */
nav #sitemap ul.person {
	margin-right: 2em;
	columns: 2;
    column-fill: auto;
}
nav #sitemap ul.person li {
	margin-right: 2em;
}

/* コピーライト表記／サイサンコーポレートサイトへ
-----------------------------------------------------------*/
nav #copyright {
	overflow: hidden;
}
nav #copyright .copyright {
	float: left;
	width: 261px;
}
nav #copyright .link_cprporatesite {
	float: right;
	text-align: center;
}
nav #copyright .link_cprporatesite a {
	display: inline-block;
	position: relative;
	padding-bottom: 9px;
	padding-right: 31px;
	font-weight: bold;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1em;
	color: #CEB560;
	text-decoration: none;
}
nav #copyright .link_cprporatesite a::before {
	content: "";
	position: absolute;
	top: 7px;
	right: 0;
	width: 17px;
	height: 4px;
	background: url(../img/business/link_official_arrow.svg) center top no-repeat;
	background-size: contain;
	transition: all .3s .3s;
}
nav #copyright .link_cprporatesite a:hover::before {
	right: -2px;
}	
nav #copyright .link_cprporatesite a::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 233px;
	height: 2px;
	background: #CEB560;
	transform-origin: right;
	transition: all .5s ease;
}
nav #copyright .link_cprporatesite a:hover::after {
	animation: link-border .6s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
@keyframes link-border {
	100% {
		transform: scale(0, 1);
	}
}






/*  スマホ（767px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:767px) {
	nav {
		/*overflow: auto;*/
		padding: 0;
		background: #FFF;
		border: none;
	}
	nav .container {
		position: relative;
		padding: 30px 20px 55px;
		color: #E5E5E5;
		background: #000;
	}
	/* ボタン
	-----------------------------------------------------------*/
	nav .button_open {
		display: none;
		position: fixed;
		top: 0;
		bottom: auto;
		left: -60px;
		right: 0;
		margin: 0;
		width: 60px;
		height: 60px;
		cursor: pointer;
		z-index: 1000;
	}
	nav .button_open img {
		box-shadow: none;
	}

	/* ロゴ
	-----------------------------------------------------------*/
	nav #logo {
		padding: 0 0 27px;
	}
	nav #logo .logo img {
		width: 153px;
	}
	/* サイトマップ
	-----------------------------------------------------------*/
	nav #sitemap {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	nav #sitemap .widget {
		margin-bottom: 10px;
		width: 100%;
	}
	nav #sitemap p.sitemap_category_title {
		margin-bottom: 14px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.0em;
	}
	nav #sitemap .widget:nth-child(1),
	nav #sitemap .widget:nth-child(3) {
		display: flex;
		justify-content: space-between;
	}
	nav #sitemap .widget:nth-child(1) > div,
	nav #sitemap .widget:nth-child(3) > div {
		width: 50%;
	}
	nav #sitemap .widget:nth-child(1) ul {
	}
	
	nav #sitemap ul {
		margin-bottom: 30px;
		margin-right: 0;
		padding-left: .5em;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.6em;
	}
	nav #sitemap ul li {
		margin-bottom: 0.4em;
	}
	nav #sitemap ul li img {
		height: 11px;
		width: auto;
	}

	/* 社員紹介 */
	nav #sitemap ul.person {
		margin-right: 0;
	}
	nav #sitemap ul.person li {
		margin-right: 2em;
	}
	
	/* コピーライト表記／サイサンコーポレートサイトへ
	-----------------------------------------------------------*/
	nav #copyright {

	}
	nav #copyright .copyright {
		float: none;
		display: none;
	}
	nav #copyright .link_cprporatesite {
		float: none;
	}

}

/*  スマホ（480px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:480px) {
	nav .container {
		padding: 30px 10px 55px;
	}
	nav #sitemap ul.person li {
		margin-right: 1em;
	}
	
}