@charset "utf-8";


#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 1;
}
#loader {
	display: none;
	position: fixed;
	top: calc((100% - 64px) / 2);
	top: -webkit-calc((100% - 64px) / 2);
	top: -moz-calc((100% - 64px) / 2);
	left: calc((100% - 64px) / 2);
	left: -webkit-calc((100% - 64px) / 2);
	left: -moz-calc((100% - 64px) / 2);
	width: 64px;
	height: 64px;
	/*margin-top: -100px;*/
	/*margin-left: -100px;*/
	text-align: center;
	color: #fff;
	z-index: 2;
}


#wrapper {
	position: relative;
	width: 100%;
	height: 100vh;
	background: #EEEEED;
}






/* ヘッダー */

#header {
	z-index: 13;
	position: relative;
	top: 0px;
	left: 0px;
	width: 92%;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

.company_logo {
	z-index: 5;
	position: absolute;
	top: 25px;
	left: 0px;
	width: 210px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.site_title {
	z-index: 5;
	position: absolute;
	top: 40px;
	right: 70px;
	/*
	left: calc((100% - 250px) / 2);
	left: -webkit-calc((100% - 250px) / 2);
	left: -moz-calc((100% - 250px) / 2);
	*/
	width: 230px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

@media print, screen and (max-width: 580px) {

	#header {
		width: 92%;
		height: 100px;
	}

	.company_logo {
		top: 10px;
		left: 0px;
		width: 160px;
		height: auto;
	}

	.site_title {
		top: 65px;
		right: calc((100% - 180px) / 2);
		right: -webkit-calc((100% - 180px) / 2);
		right: -moz-calc((100% - 180px) / 2);
		width: 180px;
	}


}



/* スライドメニュー */

#global-menu-btn {
	position: absolute;
	top: 30px;
	right: 0px;
	width: 50px;
	height: 50px;
	padding: 0;
	cursor: pointer;
}

#global-menu {
	width: 300px;
	height: auto;
	background: rgba(87,87,87, 0.8);
	position: fixed;
	top: 30px;
	right: 0;
	z-index: 100;
	transform: translate(120%);
	transition: all .5s;
}
#global-menu.open {
	transform: translate(0);
}
/*
#products-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#products-menu li {
	padding: 8px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
*/

#global-menu .global-menu-wrapper {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	display:-webkit-box; 
	display:-moz-box; 
	display:-ms-box; 
	display:-webkit-flexbox; 
	display:-moz-flexbox; 
	display:-ms-flexbox; 
	display:-webkit-flex; 
	display:-moz-flex; 
	display:-ms-flex; 
	display:flex; 
	-webkit-box-lines:multiple; 
	-moz-box-lines:multiple; 
	-webkit-flex-wrap:wrap; 
	-moz-flex-wrap:wrap; 
	-ms-flex-wrap:wrap; 
	flex-wrap:wrap;
}
#global-menu .global-menu-wrapper li {
	display: inline-block; 
	width: 100%;
	height: auto; 
	font-size: 18px; 
	font-weight: bold; 
	text-align: left; 
	color: #ffffff;
	vertical-align: middle; 
	padding: 0 0 0 25px; 
	margin: 0; 
	overflow: hidden;
}
#global-menu .global-menu-wrapper li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 30px;
	color: #ffffff;
	text-decoration: none;
}
#global-menu .global-menu-wrapper li:hover {
	background: #D83544;
}


.global_menu_img {
	width: 100%;
	height: auto;
	display: block;
}
.global_menu_img2 {
	width: 175px;
	height: auto;
	margin-right: 15px;
	display: block;
	float: left;
}

.menu_site_title {
	width: 100%;
	margin: 50px auto 10px auto;
	padding: 0 30px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

.menu_official_link {
	width: 100%;
	margin: 30px auto 10px auto;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
.menu_official_link a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 30px;
	color: #ffffff;
	text-decoration: none;
}
.menu_official_link:hover {
	background: #D83544;
}


.global-menu-background {
	position: fixed;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 0;
	height: 0;
	background-color: rgba(0, 0, 0, 0);
	z-index: 99;
	opacity: 0;
	transition: opacity 0.5s;
}
.global-menu-background.open {
	width: 100%;
	height: 100%;
	opacity: 1;
}

.global-menu-open {
	width: 50px;
	height: auto;
}

.global-menu-close {
	display: none;
	z-index: 101;
	padding-top: 12px;
}

.global-menu-close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	z-index: 101;
}

@media print, screen and (max-width: 768px) {
	/*
	#global-menu .global-menu-wrapper li {
		display: inline-block; 
		width: 100%;
		height: auto; 
		font-size: 14px; 
		font-weight: bold; 
		text-align: left; 
		color: #000000;
		vertical-align: middle; 
		padding: 0; 
		margin: 0 0 15px 0; 
		background: #ffffff;
		box-shadow: 2px 2px 4px;
		border-radius: 10px;
		overflow: hidden;
	}

	#global-menu .global-menu-wrapper li:nth-child(2n) {
		margin: 0 0 15px 0; 
	}

	#global-menu .global-menu-wrapper li a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 7px;
		color: #515151;
		text-decoration: none;
	}
	*/

}

@media print, screen and (max-width: 768px) {

	.site_title_top {
		position: absolute;
		top: 0px;
		left: calc((100% - 200px) / 2);
		left: -webkit-calc((100% - 200px) / 2);
		left: -moz-calc((100% - 200px) / 2);
		width: 200px;
		height: 26px;
		margin: 0 auto;
		padding: 18px 0;
	}

}

@media print, screen and (max-width: 580px) {

	#global-menu-btn {
		top: 10px;
		right: 0px;
		width: 50px;
		height: 50px;
	}

}



/* コンテンツ */

#contents {
	z-index: 10;
	position: relative;
	width: calc(92% - 40px);
	width: -webkit-calc(92% - 40px);
	width: -moz-calc(92% - 40px);
	/*
	height: calc(100vh - 190px);
	height: -webkit-calc(100vh - 190px);
	height: -moz-calc(100vh - 190px);
	*/
	height: auto;
	margin: 0 auto;
	padding: 20px;
	background: #FFFFFF;
	border-radius: 20px;
	overflow: hidden;
	/*
	overflow-x: hidden;
	overflow-y: auto;
	*/
}

#contents2 {
	z-index: 10;
	position: relative;
	width: calc(92% - 40px);
	width: -webkit-calc(92% - 40px);
	width: -moz-calc(92% - 40px);
	height: calc(100vh - 190px);
	height: -webkit-calc(100vh - 190px);
	height: -moz-calc(100vh - 190px);
	margin: 0 auto;
	padding: 20px;
	background: #FFFFFF;
	border-radius: 20px;
	overflow: auto;
}

#contents-home {
	z-index: 10;
	position: relative;
	width: calc(92% - 40px);
	width: -webkit-calc(92% - 40px);
	width: -moz-calc(92% - 40px);
	height: calc(100vh - 190px);
	height: -webkit-calc(100vh - 190px);
	height: -moz-calc(100vh - 190px);
	margin: 0 auto;
	padding: 20px;
	background: #FFFFFF;
	border-radius: 20px;
	overflow: hidden;
}

#contents-op {
	z-index: 10;
	position: relative;
	width: calc(92% - 40px);
	width: -webkit-calc(92% - 40px);
	width: -moz-calc(92% - 40px);
	height: calc(100vh - 190px);
	height: -webkit-calc(100vh - 190px);
	height: -moz-calc(100vh - 190px);
	margin: 0 auto;
	padding: 20px;
	background: #FFFFFF;
	border-radius: 20px;
	overflow: hidden;
}

#contents-detail {
	z-index: 10;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	border-radius: 20px;
}

@media print, screen and (max-width: 580px) {

	#contents {
		width: calc(92% - 40px);
		width: -webkit-calc(92% - 40px);
		width: -moz-calc(92% - 40px);
		height: calc(100vh - 260px);
		height: -webkit-calc(100vh - 260px);
		height: -moz-calc(100vh - 260px);
		margin: 30px auto 0 auto;
		padding: 20px;
		background: #FFFFFF;
		border-radius: 20px;
	}

	#contents2 {
		width: calc(92% - 40px);
		width: -webkit-calc(92% - 40px);
		width: -moz-calc(92% - 40px);
		height: calc(100vh - 260px);
		height: -webkit-calc(100vh - 260px);
		height: -moz-calc(100vh - 260px);
		margin: 0 auto;
		padding: 20px;
		background: #FFFFFF;
		border-radius: 20px;
	}

	#contents-home {
		width: calc(92% - 40px);
		width: -webkit-calc(92% - 40px);
		width: -moz-calc(92% - 40px);
		height: calc(100vh - 260px);
		height: -webkit-calc(100vh - 260px);
		height: -moz-calc(100vh - 260px);
		margin: 0 auto;
		padding: 20px;
		background: #FFFFFF;
		border-radius: 20px;
	}

	#contents-op {
		width: calc(92% - 40px);
		width: -webkit-calc(92% - 40px);
		width: -moz-calc(92% - 40px);
		height: auto;
		margin: 0 auto;
		padding: 20px;
		background: #FFFFFF;
		border-radius: 20px;
	}

}



/* フッター */

#footer {
	z-index: 3;
	position: absolute; /*20221115*/
	/*position: relative;*/
	bottom: 0;
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
	background: #B3B2AF;
}

.copyright {
	z-index: 10;
	position: relative; /*20221115*/
	/*position: absolute;*/
	width: 100%;
	height: 40px;
	margin-top: 65px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	color: #58595C;
}


@media print, screen and (max-width: 580px) {

	#footer {
		z-index: 3;
		position: absolute; /*20221115*/
		/*position: relative;*/
		bottom: 0;
		width: 100%;
		height: 100px;
	}
}









