@charset "UTF-8";
/* base */
body {
	color: #fff;
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, Arial, "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 24px;
	line-height: 1.5rem;
	background: #333;
}
h2 {
	font-weight: normal;
	font-size: 24px;
	line-height: 32px;
	line-height: 2rem;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
h2.subtitle01 {
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 2px;
	margin-bottom: 5px;
	line-height: 120%;
}
p {
	margin-bottom: 20px;
}
a {
	color: #fff;
}
input {
	font-size: 100%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix {
	width: 100%;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* 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 0.2s;
	transition: background 0.2s;
}
.sec {
	position: relative;
	height: 700px;
}
.sec_btn {
	position: relative;
	height: 200px;
}
.map_sec {
	position: relative;
	height: 360px;
}
#about.sec {
	height: 900px;
}
.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 0.3s;
	transition: all 0.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 0.3s;
	transition: all 0.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 0.3s;
	transition: all 0.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 0.3s;
	transition: all 0.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: 0 0 10px;
}
.profile-btn01 a {
	color: #0cf;
}
.profile-btn02 {
	text-align: center;
	font-size: 16px;
	color: #ff0;
	margin: 0 0 10px;
}
.profile-btn02 a {
	color: #ff0;
}

.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%;
	background-color: rgba(0, 0, 0, 0.5);
}
.brand-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 33.3%;
	height: 100%;
	background: url(../images/bg-001.jpg) center center no-repeat;
	background-size: cover;
	z-index: 1;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.brand-item:nth-child(2) {
	left: 33.3%;
	background-image: url(../images/bg-002.jpg);
}
.brand-item:nth-child(3) {
	left: 66.6%;
	background-image: url(../images/bg-003.jpg);
}
.brand-item:nth-child(4) {
	left: 75%;
	background-image: url(../images/bg-004.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 0.5s;
	transition: all 0.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 0.1s;
	transition: all 0.1s;
}
.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 0.2s;
	transition: all 0.2s;
}
.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: 500px;
	vertical-align: middle;
}
.brand-item-txt h2 {
	background-color: rgba(255, 255, 255, 0.4);
	padding: 5px;
	color: #fff;
}
.brand-item-txt p {
	background-color: rgba(255, 255, 255, 0.4);
	padding: 5px;
	color: #fff;
}
.brand-item-img {
	width: 50%;
	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: 50%;
	height: 100%;
	display: block;
}
#map-kokura {
	border-right: solid 5px #000;
}
#map-yahata {
	border-left: solid 5px #000;
}

#map-kokura1,
#map-yahata1 {
	box-sizing: border-box;
	float: left;

	height: 360px;
	display: block;
}
#map-kokura1 {
	width: 32.8%;
	margin: 0 0.1%;
}
#map-yahata1 {
	width: 33.8%;
	margin: 0 0.1%;
}

#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;
}
.swiper-container {
	background-color: #ddd;
	width: auto;
	/*max-width:1200px;*/
	padding-bottom: 40px;
}

.swiper-container .swiper-wrapper img {
	/*max-width:1200px;*/
	width: 110%;
	left: -5%;
}
.img_wrap {
	/*border: 1px solid #ddd;
  width: 300px;
  height: 226px;*/
	margin: 0 auto;
	overflow: hidden;
}
a.img_wrap {
	/**/
	width: auto;
	cursor: pointer;
	filter: grayscale(0%);
	transition-duration: 0.3s;
}
a.img_wrap:hover {
	filter: grayscale(50%);
	transition-duration: 0.3s;
}
/* 横並び */

.flex {
	display: flex; /*横並び*/
}
.flex .image {
	width: 300px; /*画像サイズ指定*/
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
.flex .right {
	margin: 0 0 0 20px;
	padding: 0;
}
.flex .title {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
}
.flex .text {
	margin: 10px 0 20px;
	padding: 0;
}

/* 画像を天地中央表示

.flex .image {
  overflow: hidden;
  position: relative;
}
.flex .image::before {
  content: "";
  display: block;
  padding-top: 58%;
}
.flex .image img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
} */

@media screen and (max-width: 640px) {
	.flex {
		display: flex; /*横並び*/
		flex-direction: column;
	}
	.sec_btn {
		height: 300px;
	}
}
