@charset "UTF-8";
/* base */

/* body */
#loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #888;
	z-index: 2000;
}
#loader-bar {
	position: fixed;
	width: 0;
	height: 2px;
	background: #f9ff0d;
}
#wrapper {
	position: relative;
	min-width: 960px;
	overflow-x: hidden;
}
#burger {
	position: fixed;
	top: 20px;
	right: 10%;
	width: 30px;
	height: 25px;
	z-index: 100;
	cursor: pointer;
}
#burger i {
	display: block;
	height: 2px;
	margin-bottom: 3px;
	background: #fff;
}
#nav {
	position: fixed;
	display: none;
	width: 100%;
	z-index: 1000;
}
#nav a {
	display: block;
	font-family: Roboto;
	font-weight: 100;
	font-style: italic;
	font-size: 36px;
	height: 100px;
	line-height: 100px;
	border-bottom: solid 1px rgba(255,255,255,0.2);
	background: rgba(157,195,33,0.8);
	text-align: center;
	text-decoration: none;
	letter-spacing: 5px;
}
#nav a:hover {
	background: rgba(157,195,33,0.9);
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sec {
	position: relative;
	height: 350px;
}
#about.sec{
	height:800px;
}
.sec-inner {
	display: table;
	width: 100%;
	height: 100%;
	/*height: 650px;*/
}
.sec-inner-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.sec-inner-inner1 {
	position: absolute;
	text-align: center;
	top: 20%;
	z-index: 10;
	width: 100%;
}
.sec-inner-inner2 {
	position: absolute;
	text-align: center;
	bottom: 1%;
	z-index: 20;
	width: 100%;
	/*height:50px;*/
}
.sec-box {
	display: inline-block;
	margin: 20px 40px;
	text-align: left;
	vertical-align: middle;
}
#kv {
	background: url(../images/top_bg.jpg) center center no-repeat;
	background-size: cover
}
#kv .sec-inner {
	background: rgba(0,0,0,0.6);
}
#kv .path {
	fill: rgba(255,255,255,0);
	stroke: rgba(255,255,255,0.8);
	stroke-width: 2;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
}
#kv-svg-alt {
	display:none;
}
#vision {
	background:  url(../images/bg-010.png);
}
#vision .sec-box:first-child {
	width: 540px;
}
#vision .sec-box:last-child {
	width: 200px;
	text-align: center;
}
.vision-item {
	display: none;
	color:#333;
}
.vision-item-PC {
	display:block;
	visibility: visible;
}
.vision-item-MB {
	display: none;
	visibility: hidden;
}
.vision-nav {
	display: none;
	margin-top: 40px;
}
.vision-nav i {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 20px;
	border-radius: 8px;
	background: #333;
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.vision-nav i.active {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 1;
	filter: alpha(opacity=100);
}


.about-item {
	display: none;
	color:#fff;
	font-size:12px;
}
.about-nav {
	display: none;
	margin-top: 40px;
}
.about-nav i {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 20px;
	border-radius: 8px;
	background: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.about-nav i.active {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 1;
	filter: alpha(opacity=100);
}


.profile-item1 {
	display: none;
	color:#fff;
	font-size:12px;
}
.profile-nav1 {
	display: none;
	margin-top: 40px;
}
.profile-nav1 i {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 20px;
	border-radius: 8px;
	background: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.profile-nav1 i.active {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 1;
	filter: alpha(opacity=100);
}
.profile-item2 {
	display: none;
	color:#fff;
	font-size:12px;
}
.profile-nav2 {
	display: none;
	margin-top: 40px;
}
.profile-nav2 i {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 20px;
	border-radius: 8px;
	background: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.profile-nav2 i.active {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 1;
	filter: alpha(opacity=100);
}
.profile-btn01 {
	text-align:center;
	font-size:16px;
	color:#0CF;
	margin:20px 0 10px;
}
.profile-btn01 a {
	color:#0CF;
}
.profile-btn02 {
	text-align:center;
	font-size:16px;
	color:#FF0;
	margin:20px 0 10px;
}
.profile-btn02 a {
	color:#FF0;
	text-decoration: underline;
}

.profile-btn03 {
	text-align:center;
	font-size:16px;
	color:#FF0;
	margin:20px 0 10px;
	width:50%;
}
.profile-btn03 a {
	color:#FF0;
	text-decoration: underline;
}
.profile-btnbox{
	display:flex;
}

.mask-top, .mask-bottom {
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	line-height: 0;
	z-index: 10;
}
.mask-bottom {
	top: auto;
	bottom: -1px;
}
#brand .mask-bottom .polygon {
	fill: #333;
}
.brand-inner {
	position: relative;
	width: 100%;
	height: 100%;
	min-height:780px;
	background-color: rgba( 0, 0, 0, 0.5 );
}
.brand-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 34%;
	height: 100%;
	background: url(../images/bg-004.jpg) center center no-repeat;
	background-size: cover;
	z-index: 1;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.brand-item:nth-child(2) {
	left: 33%;
	background-image: url(../images/bg-007.jpg);
}
.brand-item:nth-child(3) {
	left: 67%;
	background-image: url(../images/bg-008.jpg);
}
.brand-item:nth-child(4) {
	left: 75%;
	background-image: url(../images/bg-009.jpg);
}
.brand-item-active {
	left: 0!important;
	width: 100%;
	cursor: default;
}
.brand-item-active .brand-item-inner {
	background: rgba(0,0,0,0.3);
	-webkit-transition: all .5s;
	transition: all .5s;
}
.brand-close {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-top: -60px;
	margin-left: 400px;
	z-index: 10;
	cursor: pointer;
	background-color: rgba( 0, 0, 0, 0.5 );
}
.brand-close i {
	display: block;
	position: absolute;
	left: 10px;
	top: 30px;
	width: 40px;
	height: 1px;
	background: #fff;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	/*
	-webkit-transition: all .1s;
	transition: all .1s;
	*/
	
}
.brand-close-active i:nth-child(1) {
	background: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.brand-close-active i:nth-child(2) {
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.brand-item-inner {
	display: table;
	width: 100%;
	height: 100%;
	/*background: rgba(0,0,0,0.7);*/
}
.brand-item-inner-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.brand-item-box {
	display: inline-block;
	width: 240px;
	text-align: left;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.brand-item-active .brand-item-box {
	width: 800px;
}
.brand-item-logo {
	display: inline-block;
	width: 240px;
	text-align: center;
	vertical-align: middle;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: all .3s;
	transition: all .3s;
	
	
}
.brand-item:hover .brand-item-logo, .brand-item-active .brand-item-logo {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.brand-item-txt {
	display: inline-block;
	width: 520px;
	vertical-align: middle;
}
.brand-item-txt h2{
	background-color: rgba( 255, 255, 255, 0.6 );
	padding:15px;
	color:#111;
	
}
.brand-item-txt p{
	background-color: rgba( 255, 255, 255, 0.6 );
	padding:15px;
	color:#111;
}
.brand-item-txt p sup{
	width:100%;
	text-align:center;
	color:#FF0;
}
.brand-item-img {
	width:48%;
	float:left;
}
#about{
	background-color:#002878;
}
#about .sec-box_a {
	width: 100%;
}
#about .sec-box{
	width: 720px;
}
#about table {
	width: 100%;
	border-collapse: collapse;
}
#about th {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	padding: 10px 10px 10px 0;
	border-bottom: solid 1px #777;
}
#about td {
	padding: 10px 0;
	border-bottom: solid 1px #777;
}
#profile {
	background: url(../images/bg-005.jpg);
	background-size: cover;
}
#profile .sec-box {
	width: 720px;
}
#profile .mask-top .polygon {
	fill: #333;
}
#profile2 {
	background: url(../images/bg-006.jpg);
	background-size: cover;
}
#profile2 .sec-box {
	width: 720px;
}
#profile2 .mask-top .polygon {
	fill: #333;
}
#map-tab {
	display: none;
}
#map-kokura, #map-yahata {
	box-sizing: border-box;
	float: right;
	width: 33.3%;
	height: 350px;
	display: block;
	color:#fff;
	background-color:#333;
	
}
#map-kokura {
	border-right: solid 5px #333;
	
}
#map-yahata {
	border-left: solid 5px #333;
	
}

#map-kokura1, #map-yahata1 {
	box-sizing: border-box;
	float: left;
	width: 33.1%;
	
	height: 350px;
	display: block;
	color:#fff;
	background-color:#333;
}
#map-kokura1 {
	margin:0 0.1% 0 0;
	color:#fff;
	background-color:#333;
	border-right: solid 5px #333;
	border-left: solid 5px #333;
}
#map-yahata1 {
	margin:0 0 0 0.1%;
	color:#fff;
	background-color:#333;
	border-right: solid 5px #333;
	border-left: solid 5px #333;
}

#map-tab1{
	width: 100%;
	height:50px;
	text-align: center;
	line-height: 50px;
	font-size:1.3em;
	display: block;
}


.gm-style .gm-style-iw {
	color: #333;
}
ul.list, ol.list {
	margin-left: 20px;
}
ul.list {
	margin-bottom: 20px;
}
ul.list li {
	list-style: disc;
}
#footer {
	height: 140px;
	padding: 30px;
	background: #fff;
	text-align: center;
	color:#333;
}
