@charset "UTF-8";
/* CSS Document */
#main{
	border-bottom: solid 1px #707070;
}
#main div{
	text-align: center;
}
#main p{
	text-align: center;
}


/*-------------------------------------------------
   サービス紹介
--------------------------------------------------*/
h3[id] {
  display: block;
  padding-top: 177px;
    margin-top: -177px;
}
.local_title{
	margin-top: 60px;
	margin-bottom: 60px;
}
.local_title h2:after{
   content:"";
   display:block;
   width:80px;
   height:3px;
   background-color:#E6810A;
	margin: 0 auto;
}
.jump_area{
	width: 98%;
	max-width: 1000px;
	margin: 0 auto;
	border: solid 1px #BEBEBE;
	border-radius: 100px;
	margin-bottom: 177px;
	margin-top: 100px;
	background-color:#fff;box-shadow: 0px 6px 15px -10px #777777;
}
.jump_area ul{
	display: flex;
	width: 90%;
	margin: 0 auto;
	justify-content: center;
}
.jump_area ul li{
	width: calc(100% / 4);
	display: flex;
	justify-content: center;
}
.jump_area ul li a{
	line-height: 4em;
	display: flex;
	align-items: center;
}
.jump_area ul li a:after{
  font-family: "Font Awesome 5 Free";
  content: '\f078';
  font-weight: 900;
  margin-left: 8px;
  color: #E6810A;
  font-size: 10px;
}

.content{
	margin-bottom: 8%;
}
.con_title{
	display: flex;
	align-items: center;
	margin-bottom: 3%;
}
.con_title hr{
	width: 30%;
	height: 1px;
}
.con_title h3{
	font-size: 30px;
	width: 40%;
	text-align: center;
	font-weight: bold;
}
.content img{
	width: 90%;
	max-width: 800px;
}
.content .text{
	text-align: center;
	width: 95%;
	max-width: 1000px;
	margin: 3% auto;
}
.content .text p{
	text-align: center;
}
.con01_inner{
	margin-bottom: 5%;
}
.con01_inner h4{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background-color: #000000;
	padding: 3px 20px;
	display: inline-block;
	margin-bottom: 2%;
}
.service .tel a{
	font-size: 43px;
	font-weight: bold;
	color: #017AAC;
	letter-spacing: 2px;
	text-indent: 2px;
	padding-bottom: 2px;
	border-bottom: solid 1px;
}
.app_wrap{
	display: flex;
	width: 95%;
	max-width: 900px;
	margin: 0 auto;
	justify-content: space-between;
}
.app_box{
	border: solid 2px #707070;
	margin: 5px;
	width: 50%;
	padding: 3%;
}
.app_box img{
	width: 30%;
	margin-bottom: 3%;
}
.app_box h5{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 3%;
}
.app_box p{
	color: #E00000;
	margin-bottom: 5%;
}
.download{
	display: flex;
}
.download img{
	width: 100%;
}
.download .ios, .download .android{
	display: flex;
	flex-direction: column;
	width: 50%;
	margin: 0 10%;
}
.btn_green{
	color: #fff;
	background-color: #017AAC;
	position: relative;
	z-index: 5;
}
.note{
	font-size:90%;
}
.service{
	background-image: url("../img/service_bg.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
}

/*-------------------------------------------------
   車両紹介
--------------------------------------------------*/
.car{
	width: 95%;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 8%;
}

.car .data{
	border: solid 1px #3684c6; 
	margin-top: 1px;
}
.car .data h3{
	font-size: 23px;
	font-weight: bold;
	background: #3684c6;
	color: #fff;
	padding-bottom: 8px;
	padding-top: 8px;
	text-align: center;
}
.car .data dl{
	display: flex;
	flex-wrap: wrap;
	padding: 3%;
}
.car .data dt{
	width: 40%;
	font-weight: bold;
	margin-bottom: 5%;
}
.car .data dt:last-of-type{
	margin-bottom: 0;
}
.car .data dd{
	width: 60%;
	margin-bottom: 5%;
}
.car .data dd:last-of-type{
	margin-bottom: 0;
}
.car .slick-slide img{
	border: solid 2px #fff;
}
#thumbs li img, #thumbs2 li img{
	transition: .3s;
}
#thumbs li img:hover, #thumbs2 li img:hover{
	opacity: 0.5;
}
/*-------------------------------------------------
   会社概要
--------------------------------------------------*/
.map{
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 2%;
	width: 95%;
}
table.table01 {
    width: 95%;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 8%;
}
table.table01, table.table01 th, table.table01 td {
    border-collapse: collapse;
    border: 1px solid #ccc;
}
table.table01, table.table01 th, table.table01 td {
    border-collapse: collapse;
    border: 1px solid #ccc;
}
table.table01 th, table.table01 td {
    padding: 2%;
}
table.table01 th {
    width: 18%;
    background-color: #eee;
	font-weight: bold;
	vertical-align:middle;
	text-align: center;
}
.company .content h3{
	text-align: center;
	font-weight: bold;
	font-size: 23px;
	border-bottom: dotted 3px #017AAC;
	padding-bottom: 2px;
	width: 98%;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 3%;
}
.company .content .img{
	width: 50%;
	max-width: 200px;
	margin: 0 auto;
	margin-bottom: 3%;
}
.company .content .detail{
	width: 95%;
	max-width: 900px;
	margin: 0 auto;
}
.company .content .detail dt{
	font-weight: bold;
}
.company .content .detail dd{
	margin-bottom: 3%;
}
.company .content .detail p{
	text-align: left!important;
}
.company .con03 .img{
	width: 80%;
	max-width: 550px;
}
.company .con03 p{
	margin-bottom: 5%;
}

/*-------------------------------------------------
  　タクシー乗務員募集
--------------------------------------------------*/
.main_img{
	margin-bottom: 5%;
}
.entry h3{
	text-align: center;
	font-size: 28px;
	color: #017AAC;
	margin-bottom: 1%;
}

.btn_orange{
	background-color: #E6810A;
	border: #E6810A;
	color: #fff;
}
.recruit .text{
	width: 95%;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 5%;
}
.recruit .text p{
	text-align: left!important;
}
.recruit .table01{
	margin-bottom: 5%;
}
.recruit .step{
	width: 95%;
	max-width: 800px;
	margin: 0 auto;
}
.recruit .step_box h4{
	text-align: center;
	font-size: 45px;
	font-weight: bold;
	letter-spacing: 7px;
	text-indent: 7px;
	line-height: 1;
	color: #3684c6;
}
.recruit .step_box h4 span{
	display: block;
	font-size: 60%;
	text-align: center;
	font-weight: normal;
}
.recruit .step_detail{
	display: flex;
	align-items: center;
	border: solid 1px #3684c65e;
    padding: 2%;
    border-radius: 20px;
}

.step_detail .img{
	width: 20%;
}
.step_detail .text{
	width: 80%;
	margin-bottom: 0;
	padding: 2%;
}
.step_box:not(:last-of-type):after{
  font-family: "Font Awesome 5 Free";
  content: '\f063';
  font-weight: 900;
  color: #E3E3E3;
  font-size: 70px;
}
.debut .step_detail{
	flex-direction: column;
	border: none;
}
.debut .img{
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 2%;
}
.recruit .con02{
	margin-top: 10%;
}
.dormitory h4{
	text-align: center;
	font-weight: bold;
	color: #3684c6;
	font-size: 30px;
	margin-bottom: 1%;
}
.dormitory p{
	width: 95%;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 1%;
}
.dormitory ul{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	display: flex;
}
.dormitory ul li{
	border: solid 3px #3684c6;
	border-radius: 16px;
	width: 50%;
	margin: 1%;
	text-align: center;
	padding-bottom: 2%;
}
.dormitory ul li h5{
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	color: #d13a3a;
}
.jpntaxi .img_wrap{
	display: flex;
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}
.jpntaxi .img_wrap .img{
	width: 50%;
	
}
/*-------------------------------------------------
  　タクシーの1日
--------------------------------------------------*/
.workstyle .content{
	width: 98%;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 5%;
}
.workstyle .content .title{
	display: flex;
	flex-wrap: wrap;
	background-color: #FFF09F;
	font-weight: bold;
	align-items: center;
	font-size: 120%;
}
.workstyle .content .text{
	margin-top: 0;
}
.workstyle .content .title .time{
	display: flex;
	align-items: center;
	background-color: #FFC950;
	color: #fff;
	padding: 5px 15px;
}
.workstyle .content .title .time:before{
	content: "";
	display: inline-block;
	height: 30px;
	width: 30px;
	background-image: url("../img/workstyle_icon_time.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 5px;
}
.workstyle .content .title span{
	margin-left: 20px;
}
.workstyle .content ul{
	border-left: solid 10px #FFC950;
}
.workstyle .content ul li{
	display: flex;
	margin: 2%;
}
.workstyle .content ul li .text, .workstyle .content ul li .text p{
	text-align: left!important;
}
.workstyle .content ul li .text span{
	font-size: 120%;
	font-weight: bold;
	color: #E6810A;
}
.workstyle .content ul li .text p{
	margin-top: 2%;
}
.workstyle .con02 .title{
	background-color: #FFDA9F;
}
.workstyle .con03 .title{
	background-color: #FFC569;
}
.workstyle .con04 .title{
	background-color: #FFB289;
}
.workstyle .con05 .title{
	background-color: #D8E5FF;
}
.workstyle .con06 .title{
	background-color: #A7BFEF;
}
.workstyle .con07 .title{
	background-color: #FFF09F;
}
.workstyle .con08 .title{
	background-color: #FFDA9F;
}
.workstyle .con02 .title .time{
	background-color: #FFA750;
}
.workstyle .con03 .title .time{
	background-color: #F48313;
}
.workstyle .con04 .title .time{
	background-color: #F46113;
}
.workstyle .con05 .title .time{
	background-color: #1355D1;
}
.workstyle .con06 .title .time{
	background-color: #0D3071;
}
.workstyle .con07 .title .time{
	background-color: #FFC950;
}
.workstyle .con08 .title .time{
	background-color: #FFA750;
}
.workstyle .con02 ul{
	border-left: solid 10px #FFA750;
}
.workstyle .con03 ul{
	border-left: solid 10px #F48313;
}
.workstyle .con04 ul{
	border-left: solid 10px #F46113;
}
.workstyle .con04 ul:last-child{
	border-left: solid 10px #77ABF2;	
}
.workstyle .con05 ul{
	border-left: solid 10px #1355D1;
}
.workstyle .con06 ul{
	border-left: solid 10px #0D3071;
}
.workstyle .con07 ul{
	border-left: solid 10px #FFC950;
}
.workstyle .con08 ul{
	border-left: solid 10px #FFA750;
}
.entry{
	margin-bottom: 5%;
}
.workstyle .entry{
	margin-top: 10%;
}
/*-------------------------------------------------
  　応募フォーム
--------------------------------------------------*/

/*-------------------------------------------------
  　内容確認ページ
--------------------------------------------------*/

/*-------------------------------------------------
  　thanksページ
--------------------------------------------------*/
.thanks p{
	max-width: 700px;
	width: 95%;
	margin: 0 auto;
	text-align: left!important;
}

/*-------------------------------------------------
   プライバシーポリシー
--------------------------------------------------*/
.privacy .wrap{
	width: 95%;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 2%;
}
.privacy .wrap:last-child{
	margin-bottom: 5%;
}
.heading_gray {
	background-image: linear-gradient(0deg, rgba(219, 219, 219, 1), rgba(229, 229, 229, 1) 41%, rgba(249, 249, 249, 1));
    font-size: 18px;
    font-weight: bold;
    color: #333333;
	margin: 0 auto;
	padding: 5px 15px;
    margin-bottom: 2%;
	border-radius: 4px;
}
.privacy .wrap p{
	text-align: left!important;
	padding-left: 2%;
	padding-right: 2%;
}


/*-------------------------------------------------
   サイトマップ
--------------------------------------------------*/
.sitemap a{
	color: #28B573;
}
.sitemap .wrap{
	width: 95%;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 5%;
	border: solid 1px #ccc;
	padding: 5%;
}
.sitemap .wrap .sub{
	text-align: left!important;
	margin-left: 2%;
	margin-bottom: 2%;
}
.sitemap .wrap .sub a{
	display: block;
}
.sitemap .wrap .sub a:before{
	content: "ー";
	margin-right: 1%;
	color: #7b7b7b;
}
.sitemap li{
	font-size: 18px;
	font-weight: bold;
	color: #7b7b7b;
	line-height: 2.5;
}

@media only screen and ( max-width : 768px ) {
	.jump_area{
		border-radius: 0;
	}
	.jump_area ul{
		flex-wrap: wrap;
		width: 100%;
	}
	.jump_area ul li{
		width: 50%;
		border: solid 1px #BEBEBE;
	}
	.jump_area ul li a{
		width: 100%;
		justify-content: center;
	}
	.recruit .step_box h4{
		font-size: 40px;
	}
	.dormitory ul{
		width: 98%;
	}
	.dormitory ul li h5{
		font-size: 21px;
	}
}
@media only screen and ( max-width : 480px ) {
	.con_title hr{
		width: 15%;
	}
	.con_title h3{
		width: 70%;
		font-size: 25px;
	}
	.con01_inner h4{
		font-size: 20px;
	}
	.app_wrap{
		flex-direction: column;
		justify-content: center;
		
	}
	.app_box{
		width: 98%;
	}
	.recruit .step_box h4{
		font-size: 32px;
	}
	.step_box:not(:last-of-type):after{
		font-size: 44px;
	}
	.workstyle .content ul li .img{
		width: 40%;
	}
	.workstyle .content ul li .text{
		width: 60%;
	}
	.workstyle .content .title .time:before{
		width: 20px;
		height: 20px;
	}
	.workstyle .content .title .time{
		padding: 5px 9px;
	}
	.workstyle .content .title span{
		margin-left: 15px;
	}
	.entry .local_title h2{
		font-size: 23px!important;
	}
	.formTable tr{
		flex-direction: column;
	}
	.formTable th, .formTable td{
		width: 100%;
	}
	.formTable th{
		border-right: solid 1px rgb(118, 118, 118);
		border-bottom: solid 1px rgb(118, 118, 118);
	}
	.formTable td{
		padding: 6% 3%;
	}
	h3[id] {
 		 padding-top: 107px;
   		 margin-top: -107px;
	}
	.content{
		margin-bottom: 20%;
	}
	.dormitory{
		margin-bottom: 10%;
		margin-top: 10%;
	}
	.dormitory p{
		text-align: justify!important;
		margin-bottom: 2%;
	}
	.dormitory ul li{
		width: 100%;
	}
	.dormitory h4{
		font-size: 25px;
	}
	.jpntaxi .img_wrap{
		flex-direction: column;
	}
	.jpntaxi .img_wrap .img{
		width: 100%;
		margin: 1%;
	}
	.heading_gray{
		font-size: 14px;
	}
}
