@charset "utf-8";
/* CSS Document */

 body {
	 font-family: "游明朝体", YuGothic, "游明朝体 Medium", "Yu Gothic Medium", "游明朝体", "Yu Gothic", "メイリオ", sans-serif;
 /* font-family: "Noto Sans Japanese";*/
	 height: auto;
}
#container{
	background-color: #000;
}
.ts{
	font-size: 80%;
}
.tsb{
	font-size: 120%;
}
.fcf{
	color: #fff;
}
.fc0{
	color: #000;
}

.center{
	text-align: center;
}
.pc-item{
	display: block;
}
.sp-item{
	display: none;
}
#square{
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  background: radial-gradient(#434343,#000);
  z-index:99999;background-color:#0e0e0f;opacity:1	
}
 header{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX( -50% ) translateY( -50% );
    font-size: 60px;
    color: #fff;
    z-index: 1;
 }
h1{
	text-shadow: 2px 2px #373533;
}
nav{
	padding: 20px;
	background-color: #fff;
}
nav::after{
	content: "";
	display: block;
	clear: both;
}
nav li{
	list-style-type: none;
/*	float: left;
*/	margin: 20px;
}
nav li a{
	text-decoration: none;
}
.bg {
  animation:slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #52616a 50%, #66a4ac 50%);
  bottom:0;
  left:-50%;
  opacity:.5;
  position:fixed;
  right:-50%;
  top:0;
  z-index:-1;
}
.bg2 {
  animation-direction:alternate-reverse;
  animation-duration:4s;
}
.bg3 {
  animation-duration:5s;
}

@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}


.flexnav {
	z-index: 100;
	}
.ozlogo img{
	margin-left: 25%;
	width: 50%;
}
/*==================================================
        navigation <flexnav.cssも少し変えている>
====================================================*/

nav {
	width: 100%;
	height: 75px;
	margin-top: 2%;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	border-top: 1px solid rgba(0,0,0,0.2);
	}
.flexnav li a{
	height: 20px;
	text-align: center;
	}
.flexnav li a:hover {
	background-color: #000;
	color: #fff;
	}
.flexnav li a i {
	display: none;
	}
.flexnav li:last-child {
	border-right: 1px solid #acaca1;
	}	
/*  linkhover  */
a {
  padding: 1em;
  background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, #E3E3E3 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;
  color: #000;
}
a:hover {
  background-position: -100% 0;
  color: #A1051D;
}
footer{
	padding: 5%;
	text-align: center;
	background-image: linear-gradient(to right,#000,#434343,#000);
}
footer ul{
	margin: 50px 200px;
    display: flex;
    justify-content: space-between;
	text-align: center;
}
footer li{
	list-style-type: none;
	float: left;
	text-align: center;
}
footer li a{
	margin: 5px 40px;
	padding:20px;
	color: #000;
	width: 100px;
	background-color: #fff;
	text-decoration: none;
}

.footernav::after{
	content: "";
	display: block;
	clear: both;
}
.copyright{
	margin-top: 20px;
	color: #fff;
}
.copyright img{
	width: 5%;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝HOME＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.content img{
	width: 650px;
	height: 500px;
	padding-bottom: 30px;
}
.contentwrap{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
.text{
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
	margin: 20px;
	padding: 30px;
	background-color: #000;
	color: #fff;
	font-size: 120%;
}
/*  1  */
.content1{
	background-image: linear-gradient(to right,#e2d1c3,#434343,#000);
	color: #fff;
	margin: 30px;
	padding: 20px;
	width: 800px;
	height: 700px;
}
/* 基本のスタイル */
   .content1.delighter {
      transition: all .3s ease-out;
      transform: translateX(-100%);
      opacity: 0;
   }
/* スタート時のスタイル */
   .content1.delighter.started {
	  transition:5s all ease 0s ;
      transform: translate(0%, 0%);
      opacity: 1;
   }
/* エンド時のスタイル */
   .content1.delighter.started.ended {
      transform: translate(0%, 0%);
   }
/*  2  */
.content2{
	background-image: linear-gradient(to right,#e2d1c3,#434343,#e2d1c3);
	color: #fff;
	margin: 30px auto;
	padding: 20px;
	width: 900px;
	height: auto;
}
/* 基本のスタイル */
   .content2.delighter {
      transition: all .3s ease-out;
      transform: translateX(-100%);
      opacity: 0;
   }
/* スタート時のスタイル */
   .content2.delighter.started {
	  transition:4s all ease 0s ;
      transform: translate(0%, 0%);
      opacity: 0.5;
   }
/* エンド時のスタイル */
   .content2.delighter.started.ended {
      transform: translate(0%, 0%);
   }
/*  3  */
.content3{
	background-image: linear-gradient(to right,#000,#e2d1c3,#434343);
	color: #fff;
	margin: 30px;
	padding: 20px;
	width: 800px;
	height: 1200px;
}
/* 基本のスタイル */
   .content3.delighter {
      transition: all .3s ease-out;
      transform: translateX(-100%);
      opacity: 0;
   }
/* スタート時のスタイル */
   .content3.delighter.started {
	  transition:4s all ease 0s ;
      transform: translate(0%, 0%);
      opacity: 0.7;
   }
/* エンド時のスタイル */
   .content3.delighter.started.ended {
      transform: translate(0%, 0%);
   }
.h1logo{
	font-size: 150%;
}

/* フォント赤 */
	@keyframes fontColor {
	  0% {
		color: #fff;
	  }
	  50% {
		color: red;
	  }
	  100% {
		color: #fff;
	  }
	}

	.changeFontColor {
	  animation-name: fontColor;
	  animation-duration: 3s;
	  animation-direction: alternate;
	  animation-iteration-count: infinite;
	}

	/* フェードイン */
/*	@keyframes fadeIn {
		from {
			opacity:0;
		}
		to {
			opacity:1;
		}
	}
		.duration{
			animation-name: fontColor;
			animation-name: fadeIn;
			animation-duration: 2s;
			animation-timing-function: linear;
			animation-delay: 5s;
		} */

.list{
	margin: 50px 50px 50px 50px;
	list-style-type: none;
	overflow: hidden;
}
.list li{
	margin: 50px 20px 50px 20px;
	float: left;
	transition: .8s;
}

.list-mv01{
	transform: scale(0, 0);
}
.mv01{
	transform: scale(1, 1);
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ABOUT＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.about{
	padding: 50px;
	color: #fff;
	text-align: center;
}
.gaiyou table{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 20px;
	color: #000;
	background-color: #fff;
	font-size: 150%;
	text-align: left;
}
.gaiyou td{
	padding: 10px 30px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝CONTACT＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.toiawase{
	padding: 50px;
	color: #fff;
	text-align: center;
}
.contact {
	display: flex;
	background-color: #DFD8D0;
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
}
.contactleft,.contactright{
	width: 45%;
	margin: 10px;
	padding: 20px;
	text-align: left;
	color: #000;
}
.contact p{
	margin-bottom: 0px;
}
.contact input{
	width: 100%;
	padding: 10px;
	border-radius: 5px;
}
.contact textarea{
	width: 100%;
	height: 250px;
}
.contactbtn1{
	margin-top: 50px;
	padding: 20px;
	border-radius: 8px;
	background: linear-gradient(to right, #F5515F ,#F5515F, #A1051D); 
	color: #fff;
}
.contactbtn2{
	margin-top: 50px;
	padding: 30px;
	font-size: 120%;
	border-radius: 8px;
	background-color: #fff;
}
.contactbtn3{
	margin-top: 10px;
	padding: 20px;
	border-radius: 8px;
	background:  linear-gradient(to right, #5D6874 ,#E3E3E3, #5D6874); 
}
.sendbtn input{
	width: 200px;
	margin: 30px 50px;
	padding: 10px;
	background-color: rgb(255,205,210);
}
.thanks{
	width: 800px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 50px 10px 1000px 10px;;
	color: #fff;
	font-size: 150%;
}
.fo{
	font-family:Georgia, "Times New Roman", Times, "serif";
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝SERVICE＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.service{
	padding: 20px;
	text-align: center;
	color: #fff;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝RECRUTE＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.recrute{
	padding: 20px;
	text-align: center;
	color: #fff;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ROADSERVIS＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.carwrap{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

.car img{
	width: 100%;
	text-align: center;
}

/*******************************************************************
*******************************MOBLE*******************************
*******************************************************************/

@media screen and (max-width: 640px) {
	
	body{
		width: 100%;
		margin: 0px;
	}
	#container{
		width: 100%;
	}
	.pc-item{
		display: none;
	}
	.sp-item{
		display: block;
	}

	/*
	#square{
	  background-image: radial-gradient(#434343,#434343,#434343,#000);
	  background-image: radial-gradient(#ccc,#ccc,#434343,#000,#000);
	}
	*/
	.ozlogo img{
		margin-left: 0px;
		width: 100%;
	}
	nav{
		width: 90%;
	}	
	nav .flexnav li ul{
		z-index: 100;
	}
	.flexnav li a i,
	.menu-button i {
		padding-right: 0.5em;
	}
	footer ul{
		width: 90%;
		margin: 10px;
		padding: 0px;
	}
	footer li a{
	margin: 5px;
	padding:10px;
	}
	img{
		width: 100%;
	}

	.contentwrap{
		width: 100%;
	}
	.text{
		margin: 10px 0px;
		padding: 15px;
	}
	.contentwrap img{
		width: 100%;
		height: 300px;
	}
	.content1,.content2,.content3{
		width: 90%;
		margin: 20px 5px;
		padding: 10px;
	}
	.about{
		padding: 10px;
	}
	.gaiyou td{
		font-size: 60%;
		padding: 10px;
		border-bottom: 1px solid rgba(0,0,0,0.20);
	}
	.toiawase{
		width: 100%;
		padding: 20px 0px;
	}
	.contact{
		width: 100%;
		margin: 10px 0px;
		padding: 10px 0px;
		display: block;
	}
	.contactleft,.contactright{
		width: 80%;
	}
	.contactright{
		padding-top: 0px;
	}
	.contactbtn{
		
	}
	.thanks{
		width: 100%;
	}
}
