html {font-size: 625%;}

/*リセット*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	/* background: transparent; */
}

body {
	font-family:'futura-pt','inherit','Yu Gothic',"游ゴシック",'YuGothic',"游ゴシック体",'Hiragino Kaku Gothic ProN','Meiryo',sans-serif;
	font-size: .16rem;
	font-size: 16px;
	color:#fff;
	background: #fff;
	letter-spacing: .014rem;
	box-sizing: border-box;
	overflow-x: hidden;
	padding: .15rem;
}

/*共通*/
ol
,ul {
	list-style: none;
}
a{
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}
#container{
	overflow: hidden;
}
section{
	margin-bottom: .15rem;
}
.wrap{
	max-width: 1350px;
	width: 96%;
	margin: 0 auto;
}
.half{
	display: inline-block;
	width: 49%;
}
.bg_blue{
	background: #669db4;
}

/*button*/
.button
,button{
	display: inline-block;
	border: 1px solid #fff;
	padding: .07rem .15rem;
	font-size: .12rem;
	transition: all  0.7s ease;
	outline: none;
}
.button:hover
,button:hover{
	text-decoration: none;
	color: #669db4;
	border: 1px solid #fff;
	background: #fff;
}
button{
	width: 200px;
	display: block;
	margin: 0 auto;
	background: #669db4;
	color: #fff;
}
.title{
	height: 70px;
	filter: drop-shadow(1.5px -1px 0.5px black);
}

/*header*/
header{
	padding: .1rem .5rem;
}
.logo{
	width: 60%;
	display: inline-block;
}
.logo img{
	width: 10%;
	vertical-align: middle;
	filter: drop-shadow(2px 2px 2px black);
}
.logo span{
	font-size: 44px;
	margin-left: 25px;
	vertical-align: middle;
	font-weight: bold;
	filter: drop-shadow(2px 2px 2px black);
	letter-spacing: 10px;
}
/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 5%;
  top   : 5%;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #fff;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition   : 0.5s ease-in-out;
  transition        : 0.5s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span{
	background: #4d4d4d;
}
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(315deg);
  -moz-transform   : rotate(315deg);
  transform        : rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(-315deg);
  -moz-transform   : rotate(-315deg);
  transform        : rotate(-315deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  right : 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 30%;
}

nav.globalMenuSp ul {
  background: #fff;
  margin: 0 auto;
  padding: 15vh 10%;
  width: 100%;
	height: 100vh;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0 0 0 5%;
  width: 70%;
  border-bottom: 1px solid #ccc;
	text-align: left;
}
nav.globalMenuSp ul li p:last-child{
	font-size: .14rem;
	text-align: left;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #4d4d4d;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
/*footer*/
footer{
	padding: .5rem;
	background: #669db4;
}
.upper_row{
	margin-bottom: .3rem;
}
footer .logo{
	width: 5%;
	display: inline-block;
	vertical-align: middle;
}
footer .logo img{
	width: 100%;
}
footer p{
	display: inline-block;
	width: 94%;
	text-align: right;
}
footer span{
	display: block;
	text-align: right;
}

/*index*/
.top_main{
	background: url("../images/kobe.jpg") center center /cover no-repeat;
	height: 90vh;
	position: relative;
}
.top_main .catch{
	position: absolute;
	height: fit-content;
	top: 100px;
	bottom: 400px;
	margin: auto;
	text-align: left;
	width: 60%;
}
.top_main .catch h1{
	font-size: .34rem;
	margin-bottom: .1rem;
	line-height: .6rem;
	filter: drop-shadow(1px 1px 0.5px black);
}
.top_main .catch span{
	font-size: .24rem;
	filter: drop-shadow(1px 1px 0.5px black);
}
.plane {
	position: absolute;
	top: 50px;
	left: -80px;
	width: 50px;
	animation: movePlane 20s linear infinite;
	animation-delay: 5s;
}

@keyframes movePlane {
	0% {
		left: -60px;
	}

	40% {
		left: 100%;
	}

	/* 40%時点で画面外へ移動完了 */
	100% {
		left: 100%;
	}

	/* そのまま止まってる時間を稼ぐ */
}

.mobile_suit {
	position: absolute;
	top: 30px;
	left: -200px;
	width: 50px;
	animation: moveMobile_suit 60s linear infinite;
	animation-delay: 50s;
	/* planeより遅れて登場 */
}

@keyframes moveMobile_suit {
	0% {
		left: -200px;
	}

	5% {
		left: 100%;
	}

	/* 画面外に出る */
	100% {
		left: 100%;
	}

	/* 残り時間は待機 */
}

.flexbox{
	background: #669db4;
	position: relative;
	height: 340px;
	width: 100%;
}
.flexbox::before{
	position: absolute;
	left: 0;
	width: 50%;
	height: 100%;
	content: "";
}
.flexbox:nth-child(even)::before{
	right: 0;
	left:auto;
}
.flexbox:first-child::before{
	background: url("../images/about.jpg") center center /cover no-repeat;
}
.flexbox:nth-child(2)::before{
	background: url("../images/car_parts.jpg") center center /cover no-repeat;
}
.flexbox:last-child::before{
	background: url("../images/system.jpg") center center /cover no-repeat;
}
.flexbox .wrap{
	position: relative;
	height: 100%;
}
.flexbox .img{
	width: 48%;
}
.flexbox img{
	position: absolute;
	bottom: 0;
}
.flexbox:nth-child(even) img{
	right: 0%;
}
.flexbox .content div{
	position: absolute;
	width: 40%;
	height: fit-content;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.flexbox:nth-child(even) .content{
	position: absolute;
	width: 40%;
	height: 100%;
}
.flexbox:nth-child(even) .content div{
	width: 100%;
}
.flexbox .content h1{
	margin-bottom: .1rem;
	font-size: .3rem;
	letter-spacing: .04rem;
	line-height: .34rem;
}
.flexbox .content p{
	margin-bottom: .4rem;
	font-size: .17rem;
}
.news{
	background: url("../images/bg_news.jpg") center center /cover no-repeat;
	padding: 1rem 0;
	position: relative;
}
.news::after{
	content: "";
	background-color: rgba(0, 0, 0, .4);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.news .wrap{
	position: relative;
	z-index: 1;
}
.news img{
	vertical-align: top;
}
ul li{
	border-bottom: 1px solid #fff;
	margin-bottom: .2rem;
	padding: .2rem .1rem;
}
.news ul{
	width: 60%;
	margin-left: 10%;
	display: inline-block;
}
.news li a:link{
	text-decoration: none;
}
.news li a:visited{
	color: #fff;
	text-decoration: none;
}

/*about*/
#sub_page section{
	padding: 1rem 0;
}
#sub_page .sub_main{
	height: 500px;
	position: relative;
	padding: 0;
}
.sub_main .catch h1{
	font-size: .8rem;
	filter: drop-shadow(1.5px 1px 0.5px black);
}
.sub_main .catch p{
	filter: drop-shadow(1px 1px 1px black);
}
.about .sub_main{
	background: url("../images/about.jpg") center center /cover no-repeat;
}
.car_parts .sub_main{
	background: url("../images/car_parts.jpg") center center /cover no-repeat;
}
.system .sub_main{
	background: url("../images/system.jpg") center center /cover no-repeat;
}
.contact .sub_main{
	background: url("../images/contact.jpg") center center /cover no-repeat;
}
.sub_main .catch{
	position: absolute;
	height: fit-content;
	width: fit-content;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.catct h1{
	font-size: .24rem;
}
.sub_title{
	margin-bottom: .5rem;
	text-align: center;
}
.content{
	line-height: .26rem;
}
.content h2{
	font-size: .26rem;
	margin-bottom: .5rem;
}
table{
	width: 100%;
}
tr{
	border-bottom: 1px solid #fff;
	text-align: left;
	display: block;
}
th{
	width: calc(30% - .2rem);
	padding: .2rem .1rem .1rem;
	vertical-align: top;
	display: inline-block;
}
td{
	width: calc(69% - .2rem);
	padding: .2rem .1rem .1rem;
	display: inline-block;

}

/*english*/
.english ul label{
	margin-bottom: .1rem;
}

/*car_parts*/
.car_parts .content p
,.car_parts .content img{
	display: inline-block;
	width: 48%;
	vertical-align: middle;
}
.car_parts .box .sub_title{
	margin-bottom: .8rem;
}
.car_parts .content{
	margin-bottom: .5rem;
}
.car_parts .content p{
	padding-right: 10%;
}
.half img{
	width: 80%;
}
.car_parts .half h1{
	margin-bottom: .3rem;
	text-align: center;
}
.car_parts .half p{
	line-height: .3rem;
}
.detail{
	margin-bottom: .5rem;
	padding-bottom: .5rem;
	border-bottom: 3px solid #fff;
}
.car_parts .box .detail:last-child{
	border: none;
	padding-bottom: 0;
}
.detail .half{
	vertical-align: middle;
}
.detail li{
	padding: 0 .1rem;
}

/*system*/
.system .box .half{
	vertical-align: middle;
}
.system .box h1{
	font-size: .3rem;
	text-align: center;
}
.system .box h2{
	font-size: .2rem;
	padding: .3rem 0 .1rem;;
	text-align: center;

}


/*contact*/
input[type=text]
,input[type=email]
,input[type=tel]
,select
,textarea{
	width: 100%;
	padding: .1rem;
	color: #666;
	border: none;
}
textarea{
	height: 200px;
}
form table{
	margin-bottom: .5rem;
}
::placeholder{
	color: #ccc;
}

/*mail*/
@media screen and (max-width: 1000px) {
	.title{
		height: 50px;
	}
}


@media screen and (max-width: 767px) {
	body{
		padding: .06rem;
	}
	/*共通*/
	.sp_none{
		display: none;
	}
	.sub_title{
		width: 80%;
		margin: 0 auto .3rem;
	}

	/*header*/
	header{
		padding: .1rem;
	}
	.logo{
		width: 15%;
	}
	.hamburger{
		top: 3%;
	}
	nav.globalMenuSp{
		width: 60%;
	}
	nav.globalMenuSp h1{
		font-size: .16rem;
	}
	.logo{
		width: 80%;
		display: inline-block;
	}
	.logo img{
		width: 15%;
		vertical-align: middle;
		filter: drop-shadow(2px 2px 2px black);
	}
	.logo span{
		font-size: 0.20rem;
		margin-left: 10px;
		vertical-align: middle;
		font-weight: bold;
		filter: drop-shadow(2px 2px 2px black);
		letter-spacing: 3px;
		display: inline-block;
	}

	/*footer*/
	.upper_row{
		margin-bottom: .1rem;
	}
	.upper_row .en{
		display: none;
	}
	.upper_row .ja{
		width: 100%;
	}
	.upper_row span{
		font-size: .16rem;
		letter-spacing: 0;
		margin-bottom: 0;
	}
	footer{
		padding: .3rem 0;
	}
	footer span{
		display: block;
		text-align: right;
		font-size: .12rem;
	}
	footer .logo{
		width: 15%;
	}
	footer p{
		width: 83%;
	}

	/*index*/
	.top_main{
		height: 400px;
		background-position-x: 60%;
	}
	.top_main .catch{
		width: 90%;
	}
	.top_main .catch{
		font-size: .2rem;
		line-height: .24rem;
		top: 50dvh;
		left: 0;
		right: 0;
		display: none;
	}
	.top_main .catch h1{
		font-size: .18rem;
		line-height: .24rem;
	}
	.top_main .catch span{
		font-size: .16rem;
	}
	.flexbox{
		height: 480px;
	}
	.flexbox::before{
		width: 100%;
		height: 30%;
	}
	.flexbox .content div{
		width: 100%;
		top: 30%;
	}
	.title{
		display: none;
		height: 44px;
		filter: none;
	}
	.flexbox .content p{
		margin-bottom: .2rem;
		font-size: .13rem;
	}
	.flexbox:nth-child(even) .content{
	width: 100%;
	}
	.flexbox:nth-child(even) img{
		left: 0;
	}
	.news ul{
		width: 100%;
		margin-left: 0;
	}
	.flexbox .content h1{
		font-size: .24rem;
		letter-spacing: .01rem;
	}

	/*about*/
	#sub_page .sub_main{
		height: 300px;
	}
	#sub_page section{
		padding: .5rem 0;
	}
	.sub_main .catch h1{
		font-size: .4rem;
	}
	.sub_title h1{
		font-size: .24rem;
	}
	.content h2{
		font-size: .2rem;
		margin-bottom: .2rem;
	}
	th
	,td{
		width: calc(100% - .2rem);
		display: block;
	}
	td{
		padding-top: 0;
	}
	.half{
		width: 100%;
	}
	.half img{
		display: block;
		margin: 0 auto .3rem;
	}

	/* car_parts*/
	.car_parts .content p
	, .car_parts .content img{
		width: 100%;
	}
	.car_parts .content p{
		padding-right: 0;
		margin-bottom: .2rem;
	}
	.car_parts .half h1{
		font-size: .2rem;
	}
	.car_parts .box .sub_title{
		margin-bottom: .3rem;
	}

	/*system*/
	.system .box h1{
		font-size: .24rem;
	}
	.system .box h2{
		font-size: .18rem;
	}

	/*contact*/
	.contact table{
		border-collapse: inherit;
	}
	input[type=text]
	,input[type=email]
	,input[type=tel]
	,textarea{
		width: calc(100% - .2rem);
		font-size: 16px;
		transform: scale(0.8);
	}











}


























}
