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

/*border-radius: 150px;*/

body {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background: #000;
	
  	margin:0;
 	padding:0;
 	/* perspective: 1px; */　
  	transform-style: preserve-3d; 

  	overflow-y: auto;
  	overflow-x: hidden; 
	
	/* ふわっと1/2 */　
	-webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
	/* ふわっと1/2 */　
}

/* ふわっと2/2 */　
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/* ふわっと2/2 */　

html {
 -webkit-text-size-adjust: 100%;
 height: 100%;
 /*overflow: hidden;	/* sp pararax */
}

a { text-decoration:none; }

a:link { color: #000; }
a:visited { color: #000; }
a:hover { color: #000; }
a:active { color: #000; }
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.tokyo_kanri a:link { color: #a38a77; }
.tokyo_kanri a:visited { color: #a38a77; }
.tokyo_kanri a:hover { color: #a38a77; }
.tokyo_kanri a:active { color: #a38a77; }

.tokyo_cov a:link { color: #FFFFFF; }
.tokyo_cov a:visited { color: #FFFFFF; }
.tokyo_cov a:hover { color: #FFFF55; }
.tokyo_cov a:active { color: #FFFFFF; }
.tokyo_cov a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* ロールオーバー */
    a.hoge {
        color: #fff;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
        }
    a.hoge:hover {
        color: #ccc;
        }
/* ここまで初期設定 **********************************************************************/	
	
p.font01{	/* title */  
  color: #FFF;
  font-size: 33px;
  font-weight: normal; 
  margin: 0px;
  text-align:center;
  letter-spacing: 0.2em;
  line-height: 40px;
}
p.font02{	/* about */  
  color: #A38D51;
  font-size: 15px;
  font-weight: normal; 
  margin: 0px;
  text-align:left;
  letter-spacing: 0.2em;
  line-height: 20px;
}
/* ここまでフォント設定 **********************************************************************/	

/* iflame */
.ifrm-container {
  width:700px;
  height:110px;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  display: inline-block;
  z-index: 100;
  background: #222;
}

.ifrm {
  width:100%;
  height:100%;
  border:none;
  display:block;
}
/* iflame */


/* 画像のmove2 **********************************************************************/
.list{
	margin: 0px 0px;
	list-style-type: none;
	overflow: hidden;
	
}
.list li{
	margin: 2px 5px;
	float: left;
	transition: .8s;
	
}
.list-mv07{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
}
.mv07{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
/* 画像のmove2 **********************************************************************/


/* 動画movie */
.main-visual {
    height: 600px;
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: hidden;
}
 
.main-visual img {
    z-index: 2;
    position: absolute;
    top: 100px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
 
.main-visual video {
    margin: 0 auto;
    width: 100%;
    min-width: 1080px;

}
.pattern {
  width: 100%;
  height: 80%;
  background: url(../image/yokojima.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
/* 動画movie */



/* palalax **********************************************************************/
.image1 {
    background: url("../image/taxi_h.jpg") no-repeat fixed 0% 0% transparent;
}

.image2{
    background: url("../image/stone.jpg") no-repeat 0 0 / cover;

}

/* 背景画像の高さ */
.image-base{
    max-height: 800px; 
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* palalax **********************************************************************/

	

.find-banner{

	width: 100%;
	display: flex;

}
.find-banner-2{
	margin: 0 auto;
	width: 70%;
	max-width: 800px;
	display: flex;

}
.find-banner-2-L{
	width: 60%;
	padding-right: 20px;
}
.find-banner-2-R{
	width: 40%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	
	text-align: center;
}
.find-attention{
	margin: 0 auto;
	width: 70%;
	max-width: 800px;
	color: #ffffff;
}


.boxer001_0 {		/* menu */
	width: 100%;
	height: 100px;
    margin: 0 auto;  
	
	position: fixed;
	z-index: 100;
 	background: #000;
	}
.boxer001_01 {		/* menu base */
	width: 800px;
	height: 70px;
    margin: 0 auto;  
	position: relative;
	top: 30px;
	left: 0px;
	z-index: 100;
 	
	}
.boxer001_02 {		/* menu */
	width: 105px;
	height: 45px;
    margin: 0 auto;  
	position: absolute;
	top: 10px;
	left: 50px;
	z-index: 100;
 	
	}
.boxer001_03 {		/* menu */
	width: 105px;
	height: 45px;
    margin: 0 auto;  
	position: absolute;
	top: 10px;
	left: 200px;
	z-index: 100;
 	
	}
.boxer001_04 {		/* menu */
	width: 105px;
	height: 45px;
    margin: 0 auto;  
	position: absolute;
	top: 10px;
	left: 500px;
	z-index: 100;
 	
	}
.boxer001_05 {		/* menu */
	width: 105px;
	height: 45px;
    margin: 0 auto;  
	position: absolute;
	top: 10px;
	left: 650px;
	z-index: 100;
 	
	}
.boxer001_06 {		/* menu main logo */
	width: 51px;
	height: 54px;
    margin: 0 auto;  
	position: absolute;
	top: 0px;
	left: 385px;
	z-index: 100;
 	
	}
h1{
	position: absolute;
	top: -20px;
}	
	
	
.boxer001_1 {		/* doga base */
	background: #000;
	width: 100%;
	height: 600px;
    margin: 0 auto;  
 	background: #020;
	position: absolute;
    left: 0px;
    top: 90px;
	}
	
	
.boxer001_2 {		/* title base */
	width: 650px;
	height: 90px;
	
	position: relative;
    left: 0px;
    top: 250px;
	border: 0px solid #000;
    margin: 0 auto;  
    text-align: center; 
	
	}
.boxer001_3 {		/* title base */
	width: 650px;
	height: 40px;
	
	position: relative;
    left: 0px;
    top: 280px;
	border: 0px solid #000;
    margin: 0 auto;  
    text-align: left; 
	
	z-index: 3;
	}
		
	
.boxer001_5 {		/* gold1*/
	width: 100%;
	height: 2px;
	background: #A38D51;
	position: relative;
    left: 0px;
    top: 100px;
	border: 0px solid #000;
    margin: 0 auto;  
    text-align: left;
	z-index: 3;
	}	
.boxer001_6 {		/* gold2*/
	width: 100%;
	height: 2px;
	background: #A38D51;
	position: relative;
    left: 0px;
    top: 648px;
	border: 0px solid #000;
    margin: 0 auto;  
    text-align: left;
	z-index: 3;
	}	
	
	
	
	
.boxer001_7 {		/* one rank blackbase*/
	width: 100%;
	height: 70px;
	
	position: relative;
    left: 0px;
    top: 300px;
	border: 0px solid #000;
    margin: 0 auto;  
    text-align: left; 
	background-color: rgba(0,0,0,0.5);
	}
.boxer001_8 {		/* one rank moji */
	width: 700px;
	height: 50px;
	
	position: relative;
    left: 0px;
    top: 240px;
	border: 0px solid #000;
    margin: 0 auto;  
    text-align: center; 
	
	z-index: 3;
	}
.tokyo_app {		/* banner app */
	width: 100%;
	height: auto;
	
	position: relative;
    left: 0px;
    top: 280px;
	border: 0px solid #000;
    margin: 0 auto;  
    text-align: center; 
	
	z-index: 3;
	}
.tokyo_banner {		/* banner twin */
	width: 100%;
	height: auto;
	
	background-color: #000;
	padding: 20px 0 20px 0;
	
	position: relative;
    left: 0px;
    top: 300px;
	border: 0px solid #000;
    margin: 0 auto;  
    text-align: center; 

	z-index: 3;
	}
.boxer001_9 {		/* newsエリア黒ベース バナーなし*/
	width: 100%;
	height: 220px;
	background: #000;
	position: relative;
    left: 0px;
    top: 440px;
	border: 0px solid #000;
    margin: 0 auto;  
    text-align: center;
	}
.boxer001_9_onbanner {		/* newsエリア黒ベース バナーあり*/
	width: 100%;
	height: 220px;
	background: #000;
	position: relative;
    left: 0px;
    top: 300px;
	border: 0px solid #000;
    margin: 0 auto;  
    text-align: center;
	}

.boxer001_91 {		/* minibase */
	width: 800px;
	height: 50px;
	position: relative;
    left: 0px;
    top: 20px;
	background: #000;
	border: 0px solid #000;
    margin: 0 auto;
	text-align: center;
    
	}	
.boxer001_92 {		/* minilogo */
	width: 104px;
	height: 45px;
    position: relative;
    
    top: 0px;
	left: 10px;
	background: #000;
	border: 0px solid #000;
    margin: 0 auto;
	text-align: center;
    
	}	
.boxer001_93 {		/* iflamebase */
	width: 800px;
	height: 110px;
	position: relative;
    left: 0px;
    top: 35px;
	background: #000;
	border: 0px solid #000;
    margin: 0 auto;
	text-align: center;
	
    
	}	
/* ---------------------------------------------------------------------- */	
.boxer001_101 {		/* back 1 black */
	width: 100%;
	height: 800px;
	background-color: rgba(1,0,0,0.5);

	border: 0px solid #000;
    margin: 0 auto;  
    text-align: left;
	
	}	
.boxer001_102 {		/* back 1 base */
	width: 800px;
	height: 600px;

	position: relative;
    left: 0px;
    top: 100px;
	border: 0px solid #000;
    margin: 0 auto;  
    text-align: left;
	
	}		
.boxer001_11 {		/* aboutlogo */
	width: 163px;
	height: 35px;
	
	position: absolute;
    left: 0px;
    top: 5px;
	border: 0px solid #888;
    margin: 0 auto; 
	}
.boxer001_number {		/* taxi tel */
	width: 351px;
	height: 32px;
	
	position: relative;
    left: 260px;
    top: -30px;
	border: 0px solid #000;
    margin: 0 auto;  
    text-align: left;	
	}

.boxer001_12 {		/* about moji */
	width: 163px;
	height: 25px;
	
	position: absolute;
    left: 180px;
    top: 15px;
	border: 0px solid #888;
    margin: 0 auto; 
	}	
.boxer001_13 {		/* gold1*/
	width: 100%;
	height: 2px;
	background: #A38D51;
	position: relative;
    left: 0px;
    top: 50px;
	border: 0px solid #000;
    margin: 0 auto;  
    text-align: left;
	z-index: 3;
	}	
.boxer001_14 {		/* anshin */
	width: 800px;
	height: 35px;
	
	position: absolute;
    left: 0px;
    top: 70px;
	border: 0px solid #888;
    margin: 0 auto; 
	}	
	
.boxer001_150 {		/* botbase */
	width: 800px;
	height: 400px;
	
	position: absolute;
    left: 0px;
    top: 120px;
	border: 0px solid #888;
    margin: 0 auto; 
	}		
.boxer001_15 {		/* bottan */
	width: 390px;
	height: 210px;
	
	
	position: absolute;
	top: 120px;
	left: 0px;
	
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
	}
.boxer001_16 {		/* bottan */
	width: 390px;
	height: 210px;
	
	
	position: absolute;
	top: 120px;
	right: 0px;
	
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
	}
.boxer001_17 {		/* bottan */
	width: 390px;
	height: 210px;
	
	
	position: absolute;
	top: 350px;
	left: 0px;
	
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
	}
.boxer001_18 {		/* bottan */
	width: 390px;
	height: 210px;
	
	
	position: absolute;
	top: 350px;
	right: 0px;
	
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
	}
/* ---------------------------------------------------------------------- */		
.boxer002_1 {		/* 2 */
	width: 100%;
	height: 510px;
	background: #FFF;

	border: 0px solid #FFFFFF;
    margin: 0 auto;  
    text-align: center; 
	}
.boxer002_2a {		/* 2 */
	
	width: 100%;
	height: 1200px;
	background: #FFF;

	border: 0px solid #FFFFFF;
    margin: 0 auto;  
    text-align: center;
	
	position: relative;
    left: 0px;
    top: -450px;
	}






.boxer002_3 {		/* back 1 base */
	width: 800px;
	height: auto;
	position: absolute;
    top: 35%;
    left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: 0 auto;  
    text-align: left;

	}
.boxer002_4 {		/* aboutlogo */
	width: 163px;
	height: 35px;
	
	position: absolute;
    left: 0px;
    top: 5px;
	border: 0px solid #888;
    margin: 0 auto; 
	}			
.boxer002_5 {		/* about moji */
	width: 163px;
	height: 25px;
	
	position: absolute;
    left: 430px;
    top: 15px;
	border: 0px solid #888;
    margin: 0 auto; 
	}	
.boxer002_6 {		/* gold1*/
	width: 100%;
	height: 2px;
	background: #A38D51;
	position: relative;
    left: 0px;
    top: 50px;
	border: 0px solid #000;
    margin: 0 auto;  
    text-align: left;
	z-index: 3;
	}			
.boxer002_7 {		/* anshin */
	width: 800px;
	height: 35px;
	
	position: absolute;
    left: 0px;
    top: 70px;
	border: 0px solid #888;
    margin: 0 auto; 
	}	
.boxer002_8 {		/* picbase */
	width: 800px;
	height: 400px;
	
	position: absolute;
    left: 0px;
    top: 160px;
	border: 0px solid #888;
    margin: 0 auto; 
	}	
.boxer002_9 {		/* text */
	width: 380px;
	height: 200px;
	
	position: absolute;
    left: 410px;
    top: 160px;
	border: 0px solid #888;
    margin: 0 auto;
	
	color: #888888;
  	font-size: 19px;
 	font-weight: normal; 
  	margin: 0px;
  	
  	letter-spacing: 0.05em;
  	line-height: 28px;
	text-align: justify;
	text-justify: inter-ideograph;
	}	
.boxer002_10 {		/* text */
	width: 380px;
	height: 200px;
	
	position: absolute;
    left: 410px;
    top: 355px;
	border: 0px solid #888;
    margin: 0 auto;
	
	color: #888888;
  	font-size: 16px;
 	font-weight: normal; 
  	margin: 0px;
  	
  	letter-spacing: 0.05em;
  	line-height: 22px;
	text-align: justify;
	text-justify: inter-ideograph;
	}
.boxer002_11 {		/* hire bottan */
	width: 380px;
	height: 100px;
	
	position: absolute;
    left: 410px;
    top: 493px;
	border: 0px solid #888;
    margin: 0 auto;
	}	
		
.boxer003_1 {		/* 3リクルートベース smooth */
	width: 800px;
	height: auto;
	
	position: relative;
    left: 0px;
    top: -1260px;
	border: 0px solid #FF00FF;
    margin: 0 auto;  
    text-align: center; 
	
	}
.boxer003_2 {		/* 3リクルートロゴ */
	width: 800px;
	height: 150px;
	
	position: absolute;
    left: 0px;
    top: 150px;
	border: 0px solid #FF00FF;
    margin: 0 auto;  
    text-align: center; 
	
	}
.boxer003_3 {		/* 3リクルート車が良い*/
	width: 800px;
	height: 150px;
	
	position: absolute;
    left: 0px;
    top: 270px;
	border: 0px solid #FF00FF;
    margin: 0 auto;  
    text-align: center; 
	
	}
.boxer003_4 {		/* 3リクルートtext*/
	width: 800px;
	height: 150px;
	color: #888888;
	position: absolute;
    left: 0px;
    top: 320px;
	border: 0px solid #FF00FF;
    margin: 0 auto;  
    text-align: center; 
	line-height: 1.4;
	letter-spacing: 0.05em;
	
	}	
.boxer003_5 {		/* 3リクルート概要テーブル*/
    width: 650px;
    height: 590px;
	margin: 0 auto;
	position: absolute;
    left: 75px;
    top: 430px;
	border: 0px solid #FF00FF;
}
.boxer003_5b {		/* 3リクルート概要テーブル*/
    width: 650px;
    height: 600px;
	margin: 0 auto;
	border: 0px solid #0000FF;
}	
/* テーブル */
table.type03 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 3px solid #20b2aa;
	background-color: rgba(255,255,255,0.5);
}
table.type03 th {
	width: 100px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #000;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.type03 td {
	width: 550px;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
}		
.boxer003_6 {		/* 3リクルートbottan base*/
	width: 650px;
	height: 80px;
    margin: 0 auto;  
    text-align: center; 
	z-index: 3;
	
	}	
.boxer003_7 {		/* 3リクルートbottan form*/
	width: 210px;
	height: 80px;	
    margin: 0 auto;
	margin-right: 10px;
	float: left;	
	}	
.boxer003_8 {		/* 3リクルートbottan form*/
	width: 210px;
	height: 80px;
    margin: 0 auto;  
    margin-right: 10px;
	float: left;	
	}	
.boxer003_9 {		/* 3リクルートbottan form*/
	width: 210px;
	height: 80px;
    margin: 0 auto;  
	float: left;
	}	
		
		
	
.boxer004_1 {		/* 4 company */
	width: 100%;
	height: 1050px;
	background: #FFF;
	position: relative;
    left: 0px;
    top: 0px;
	border: 0px solid #FF00FF;
    margin: 0 auto;  
    text-align: left;  	
	}
.boxer004_2 {		/* 4 pic1 */
	width: 900px;
	height: 365px;
	
	position: relative;
    left: 0px;
    top: -100px;
	
	border: 0px solid #FF00FF;
    margin: 0 auto;  
    text-align: center;  	
	}
.boxer004_21 {		/* 4 pic2 */
	width: 900px;
	height: 265px;
	
	position: relative;
    left: 0px;
    top: 120px;
	
	border: 0px solid #FF00FF;
    margin: 0 auto;  
    text-align: center;  	
	}
	
.boxer004_3 {		/* 4compロゴ */
	width: 800px;
	height: 87px;
	
	position: relative;
    left: 0px;
    top: -250px;
	border: 0px solid #FF00FF;
    margin: 0 auto;  
    text-align: center;
	}
.boxer004_4 {		/* 4comptext*/
	width: 800px;
	height: 100px;
	background: #FFF;
	color: #000;
	position: relative;
    left: 0px;
    top: -170px;
    margin: 0 auto;  
    text-align: center; 
	line-height: 1.4;
	letter-spacing: 0.05em;
	}		
.boxer004_5 {		/* 4compテーブル*/
    width: 650px;
    height: 525px;
	margin: 0 auto;
	position: absolute;
    left: 75px;
    top: 80px;
	
	z-index: 5;
}
/* テーブル */
table.type04 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 3px solid #ccc;
	background-color: rgba(255,255,255,0.3);
	
}
table.type04 th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #000;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	

}
table.type04 td {
	width: 500px;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
}
	
.boxer004_6 {		/* company bottan*/
	width: 210px;
	height: 80px;
	
	position: absolute;
    left: 295px;
    top: 630px;
    margin: 0 auto;  
    
	display: flex;
	align-items: center;
	justify-content: center;
	}	
	
.boxer005_1 {		/* 5 footer */
	width: 100%;
	height: 130px;
	background: #000;
	position: relative;
    left: 0px;
    top: 0px;
	border: 0px solid #FF00FF;
    margin: 0 auto;  
    text-align: left;
	
	}		
.boxer005_2 {		/* 5 footertext*/
	width: 800px;
	height: 50px;
	
	color: #888;
	position: relative;
    left: 0px;
    top: 10px;
    margin: 0 auto;  
    text-align: center; 
	line-height: 1.4;
	letter-spacing: 0.05em;
	}	
	
	
	