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

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
    font-size: 16px;
	line-height: 1.7;
	color: #4a4a4a;
	text-align: center;
}

a {color: #666666; text-decoration: none;}
a:hover {color: #666666;text-decoration: underline;}
a:hover img {opacity: 0.7;filter: alpha(opacity=70);-ms-filter: "alpha(opacity=70)";}
a[href*="tel:"] {pointer-events: none;}

.sp {display: none;}
.sp-no {display: block;}
.col-red {color: #a42c2b;}
.float-left {float: left; margin-right: 60px;}
.float-right {float: right; margin-left: 60px;}
.float-center {text-align: center;}
.mb-30 {margin-bottom:20px; }
.txt-right {text-align: right;}
img {height: auto;}


@media screen and (max-width: 769px) {
	
	body {font-size: 15px;}
	a[href*="tel:"] {pointer-events: initial;} 
	img { max-width: 100%; height: auto;}
	.sp {display: block;}
	.sp-no {display: none;}
	.float-left {float: none; margin: 0px;width: 100%;}
	.float-right {float: none; margin: 0px;width: 100%;}
}
@media screen and (max-width: 321px) {
}

/* -----------------------------------------------------------------------------
    header
   -------------------------------------------------------------------------- */

#header {
	width:100%;
	position: fixed;
	top:0px;
    left: 0px;
	height: 100px;
	z-index: 1;
	background: #ffffff;
}

#header-wrapper {
	width:1280px;
	position: relative;
	margin: 0 auto;
}


.header-logo {
    position: absolute;
    top: 28px;
    left: 0px;
}
.header-tel {
    position: absolute;
    top: 0;
    right: 0px;
}

#header-navi {
    position: absolute;
    top: 10px;
    left: 320px;
    width:600px;
}

#header nav ul li {
	display:inline-block;
	padding: 26px 25px;
    margin: 0px;
}
#header nav ul li a {
	color: #333333;
	text-decoration: none;
	padding: 10px 0;
}
#header nav ul li a:hover {color: #aaa}

#header nav ul li a.header-navi-ac {
	border-bottom: 1px solid #949494;
}
/* sp */

@media screen and (max-width: 769px) {

	#header {
		width:100%;
		height: 80px;
	}

	.header-logo {
    	position: absolute;
    	top: 20px;
    	left: 20px;
	}
	.header-tel {
	    display: none;
	}

	#header-navi {
    	position: fixed;
    	top: 0;
    	right: 0px;
		left:auto;
    	width: 100%;
	}
	
	#header nav {
    	position: fixed;
    	top: 0;
    	right: -300px;
    	width: 300px;
    	height: 100%;
    	padding-top: 50px;
		text-align: left;
    	background:#333;
    	font-size: 16px;
    	box-sizing: border-box;
    	z-index: 2
	}
	
	#header nav ul li {
    	display:block;
    	padding: 20px 28px
	}
 
	#header nav ul li a {
    	text-decoration: none;
    	color: #ddd;
	}
 
	#header .btn-gnavi {
    	position: fixed;
    	top: 28px;
    	right: 30px;
    	width: 30px;
    	height: 24px;
    	z-index: 3;
    	box-sizing: border-box;
	    cursor: pointer;
    	-webkit-transition: all 400ms;
    	transition: all 400ms
	}
 
	#header .btn-gnavi span {  
	    position: absolute;
	    width: 30px;
 		height: 4px;
    	background: #666;
    	border-radius: 10px;
    	-webkit-transition: all 400ms;
    	transition: all 400ms
	}
 
	#header .btn-gnavi span:nth-child(1) {
  		top: 0px;
	}
 
	#header .btn-gnavi span:nth-child(2) {
  		top: 10px;
	}
 
	#header .btn-gnavi span:nth-child(3) {
  		bottom: 0px;
	}
 
	#header .btn-gnavi.open span {
    	background: #ccc;
	}
 
	#header .btn-gnavi.open span:nth-child(1) {
    	transform: translateY(10px) rotate(-45deg);
	}
 
	#header .btn-gnavi.open span:nth-child(2) {   
  		opacity: 0;
	}
 
	#header .btn-gnavi.open span:nth-child(3) {    
		transform: translateY(-10px) rotate(45deg);
	}
 
	#header .contents section p {
    	position: absolute;
    	top: 50%;
    	width: 30%;
    	line-height: 1.4;
    	font-size: 20px;
    	color: #fff;
    	text-shadow: 0 0 6px #666
	}
 
	#header .contents section:nth-child(odd) p {
    	left: 10%
	}
 
	#header .contents section:nth-child(even) p {
    	right: 10%
	}
}

@media screen and (max-width: 321px) {
	.header-logo  {
		text-align: left;
		top:24px;
	}
	.header-logo img {
    	width:85%;
	}
}

/* -----------------------------------------------------------------------------
    contents
   -------------------------------------------------------------------------- */

#contents {
	padding-top:100px;
	width: 1100px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#contents section {
	clear: both;
	overflow: hidden;
	margin: 30px auto;
}

h1 {
	font-size:30px;
	text-align: center;
	margin: 1em 0;
}
h2 {
	font-size:24px;
	margin: 0 0 1.5em 0;
	text-align: center;
}
h3 {
	font-size:20px;
	margin: 0 0 1em 0;
}
section p {
	margin: 0 0 1.5em 0;
	line-height: 2em;
}

.cont-box{
	background: #fefef0;
	padding: 30px 40px;
	margin: 30px auto;
}

.cont-box h2{
	margin: 0 0 0.5em 0;
}
.cont-box h3{
	margin: 0 0 0.5em 0;
}

.cont-box ul{
	margin: 1em 0;
	padding-left: 3em;
}

.cont-box dl {
 	display: flex;
 	flex-wrap: wrap;
	font-size: 15px;
}
.cont-box dt{
	width: 25%;
	padding:10px;
	border-top:1px dotted #ccc;
	white-space: nowrap;
}
.cont-box dd{
	width: 75%;
	padding:10px;
	border-top:1px dotted #ccc;
}

.cont-box dt:first-child,
.cont-box dd:nth-child(2){
	border: none;
}

/* sp */
@media screen and (max-width: 769px) {
	#contents {
		padding-top:70px;
		width: 100%;
	}
	h1 {
		font-size:18px;
		letter-spacing: 0.1em
	}
	h1 span {
		padding:0 10px 8px 10px;
		border-bottom:1px solid #959595;
}
	section h2 {
		margin-top: 2em;
		font-size:18px;
	}
	
	.cont-box{
		width: 100%;
		padding: 30px 20px;
		margin: 20px auto;
	}
	.cont-box dl {
		display: block;
	}
	
	.cont-box dt{
		padding:10px 0 0 0;
		font-weight: bold;
		width: 100%;
	}
	.cont-box dd{
		border:none;
		width: 100%;
		padding:0 0 10px 0;
	}
}

/* top
   ========================================================================== */

#contents-top {
	margin-top: 100px;
	width: 100%;
	background: url(../images/top-bg.jpg) repeat-x ;
  	background-position: top 100px ;
}

.top-main {
	max-width: 1410px;
    	height: 634px;
   	margin: 0 auto;
    	position: relative;
    	background: url("../images/top_main.jpg") no-repeat bottom center;
}


.top-cont {
	width: 1100px;
	margin: 20px auto;
	overflow: hidden;
}

.top-link {
	list-style: none;
	padding:20px 0px;
	overflow: hidden;
}
.top-link li:nth-child(1) {
	/*float:left;*/
	width: 530px;
	margin: auto;
}
.top-link li:nth-child(2) {
	float:right;
	width: 530px;
}
.top-link li .top-link-notice {
	font-size:12px;
	text-align: center;
}
.top-link li .top-link-text {
	padding:10px 50px;
	text-align: left;
}
.top-info {
	margin: 20px 0;
	border: 1px solid #e6e6e3;
	background-color: #ffffff;
	padding:40px 100px;
	text-align: left;
}

.top-img {
	width: 1250px;
	margin: 40px auto 60px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
    	-webkit-justify-content: space-between;
    	justify-content: space-between;
}

.top-img img {
	max-width: 100%;
}

/* sp */
@media screen and (max-width: 769px) {
	#contents-top {
		top:0px;
		}
	.top-main {
		max-width: 100%;
    		margin: 0 auto;
    		-webkit-background-size: cover;
    		background-size:cover;
	}

	.top-cont {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.top-link {
		margin: 10px ;
	}
	.top-link li:nth-child(1),
	.top-link li:nth-child(2) {
		float:none;
		width: 100%;
	}
	.top-link li .top-link-text {
		padding:10px 20px;
		}
	
	.top-info {
		margin: 20px;
		padding:20px 20px 0 20px ;
	}

	.top-img {
		width: 100%;
		flex-wrap: wrap;
	}
	.top-img > img  {
		width:50%;
		height: 50%;
		padding:1px ;
	}
	.top-img img:nth-child(5){
		display: none;
	}
	.top-copy {padding:0 20px;
		text-align:left;}
	
}



/* 草加タクシーのこと
   ========================================================================== */

.about-img{
	width:400px;
	float: right;
	text-align: right;
}
 .about-txt{
	width:600px;
	margin-bottom: 40px;
	float: left;
}
.about-txt h2 {
	text-align: left;
	margin: 0 0 20px 0;
}

/* sp */
@media screen and (max-width: 769px) {
	
	.about-txt h2 {
		text-align: center;
		margin: 30px 0 20px 0 ;
	}
	
	.about-img{
		display: none;
	}
	.about-txt{
		float: none;
		padding: 0 20px;
		width:100%;
	}
	
}

/* ご利用案内
   ========================================================================== */

.info-img {
	width: 1100px;
	margin: 40px auto 60px auto;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}

.info-img > img {
	width: 20%;
	height: 20%;
	padding:0 3px 0 0;
}

.info-txt{
	width: 900px;
}
.info-txt h2{
	text-align: left;
	margin: 0 ;
}
.info-btn {
	margin-top: 20px;
}
.info-img2 {
	margin-top: 0px;
	padding-bottom:30px;
	display: -ms-flexbox;
	display: -webkit-box;
    	display: flex;
	align-items:  flex-start;
	justify-content: space-between;
}

@media screen and (max-width: 769px) {

	.info-img {
		width: 100%;
		margin: 20px 0 0px 0;
	}
	.info-img img {
		width: 33%;
		height: 33%;
		padding:1px;
	}
	.info-img img:nth-child(4),
	.info-img img:nth-child(5){
		display: none;
	}
	.info-txt {
		width: 100%;
		padding: 0 30px;
	}
	.info-txt .float-left{
		margin: 0 auto;
		text-align: center;
	}
	.info-txt h2{
		text-align: center;
		margin: 0 0 20px 0;
	}
	.info-img2 {
		padding: 0 20px;
		flex-direction: column;
		text-align: center;
	}
}

/* 会社概要
   ========================================================================== */

.company {
	width: 1000px;
	margin: auto;
}
.company h2 {
	text-align: left;
}

.com-txt{
	float: left;
	width: 560px;
}
.com-name {
	text-align: right;
}

.com-img2 {
	width: 510px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	float: left;
}

.com-img2>img {
	padding: 0 3px 3px 0;
}
.com-txt2 {
	width:450px;
	float: right;
}


.company .cont-box .com-logo{
	width:297px;
	float: right;
}


.company .cont-box{
	padding: 30px 80px;
}
.company .cont-box dl {
	width: 500px;
}
.company .cont-box dt{
	width: 35%;
}
.company .cont-box dd{
	width: 65%;
}

.access {
	padding: 20px;
}
.access h2 {
	text-align: center;
}
.access h3 {
	font-size: 1em;
	margin: 0 0 5px 0;
}
.com-gmap {
	width: 560px;
	height: 400px;
	float: left;
	margin-right:60px; 
}

@media screen and (max-width: 769px) {
	.company {width: 100%}
	.company h2 {
		text-align: center;
	}
	
	.com-txt,
	.com-txt2{
		float: none;
		width: 100%;
		padding: 0 20px;
	}
	.com-img{
		float: none;
		width: 100%;
	}
	.com-img2 {
		float: none;
		width: 100%;
	}
	.com-img2 img {
		width: 50%;
		height: 50%;
		padding: 1px;
	}
	.company .cont-box{
		padding: 30px 20px;
	}
	.company .cont-box dl,
	.company .cont-box dt,
	.company .cont-box dd {
		width: 100%;
	}
	.access {
		padding: 0 20px;
	}
	.company .cont-box .com-logo {
		float: none;
		width:100%;
		margin:10px auto;
		text-align: center;
	}
	.company .cont-box .com-logo img:last-child {
		display: none;
	}
	.com-gmap {
		width: 100%;
		height: 250px;
		float: none;
		margin:0 0 40px 0;
		overflow: hidden;
	}
}

/* 採用情報
   ========================================================================== */

.rec-wrap {
	width: 1200px;
	margin: 0 auto;
  	background-image: url("../images/rec-img1.jpg") ,
	  url("../images/rec-img2.jpg");
  	background-repeat: no-repeat,
	  no-repeat;
  	background-position: top 150px  left,
	  top 150px right;
}

.rec-cont {
	width: 600px;
	margin: 0 auto;
}
.rectuit .cont-box {
	width:760px;
}

.rectuit .cont-box dt{
	width: 20%;
}
.rectuit .cont-box dd{
	width: 80%;
}
.rectuit .cont-box dd ul{
	padding-top:0px;
	margin:0px;
}

.rec-contact {
	background: url("../images/rec-img4.png") no-repeat top 10px left 30px  #01a39e;
	text-align: center;
	color:#ffffff;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 1.2em;
	font-weight: bold;
	padding:10px;
	margin-bottom: 40px;
}
#contents .rec-contact p{
	margin: 0px;
}
.rec-contact .rec-tel {
	font-size: 2em;
}
.rec-contact .rec-tel a{
	color: #ffffff;
}

.rec-txt {
	display: flex;
  justify-content: center;
  align-items: center;
	height: 30em;
}

.rec-people{
	background: url("../images/rec-img5.png") no-repeat top center #d9f3f2;
	padding:100px 100px 20px 100px;
}
.rec-people h2{
	font-size:20px;
	margin: 0;
}
.rec-people h3{
	font-size:24px;
	text-align: center;
	margin-top: 40px;
}

.rec-people dl{
	margin: 0 0 40px 0;
}

.rec-people dt{
	background: #ea7224;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
}
.rec-people dd img{
	margin: 10px 60px 10px 0;
	float: left;
}
.rec-people dd{
	background: #ffffff;
	padding: 30px 60px;
	overflow: hidden;
}

.faq-img {
	width: 250px;
	float: right;
}

.faq-wrap {
	background: #fbfbed;
	padding:30px 40px;
	overflow: hidden;
}

.rec-faq .faq-box {
	width:650px;
	float: left;
}

dt.faq-q {
	padding: 1em 3em;
	margin-top:20px;
	background: #ffffff;
	position: relative;
	cursor: pointer;
	line-height: 1.4;
    	font-weight: bold;
}
dt.faq-q:first-child {
	margin-top:0px;
}

dt.faq-q:before{
  	content: "Q. ";
  	margin-left: -1.4em;
}
dd.faq-a {
	display: none;
   	padding: 1em 3em;
	background: #ffffff;
	border-top: 1px dotted #d4d3d3;
}

dd.faq-a:before{
	content: "A. ";
	margin-left: -1.4em;
}

.faq_btn {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: #ee7427;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
.faq_btn:before, .faq_btn:after {
	display: block;
	content: '';
	background-color: #fff;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.faq_btn:before {
	width: 2px;
	height: 10px;
}
.selected .faq_btn:before {
	content: normal;
}

dd.faq-a {
	display: none;
}

@media screen and (max-width: 769px) {
	.rec-wrap{
		width: 100%;
		background: none;
	}

	.rec-cont{
		width: 100%;
		padding:0 20px;
	}
	.rectuit .cont-box {
		width:100%;
	}
	
	.rectuit .cont-box dt,
	.rectuit .cont-box dd{
		width:100%;
	}
	
	.rec-contact {
		margin: 20px 0;
		background-image: none;
	}
	.rec-contact .rec-tel {
		font-size: 1.4em;
	}
	.rec-txt {
	display: flex;
	height: 5em;
}
	.rec-people{
		background: url("../images/rec-img5.png") no-repeat top center #d9f3f2;
		background-size:230%;
		padding:100px 20px 20px 20px;
	}
	.rec-people h3{
		font-size:20px;
	}
	
	.rec-people dd{
		padding: 30px 20px;
	}
	.rec-people dd img{
		float: none;
		text-align: center;
		margin: 0px auto 20px auto;
		display: block;
	}
	.faq-wrap {
		background: #fbfbed;
		padding:30px 20px;
		overflow: hidden;
	}
	dt.faq-q {
		padding: 0.7em 3em;
	}
	.rec-faq .faq-box {
		width: 100%;
		float: none;
	}
	
	.faq-img {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 40px;
		width: 100%;
		float: none;
	}
	
	.faq-img img {
		width: 33%;
		height: 33%;
		padding:1px;
	}
	.faq-img img:last-child {
		padding:0;
	}
}


/* リンク
   ========================================================================== */

.link section {
	width: 800px;
	margin: auto;
}

section .link h3 {
	text-align: left;
}
.link ol{
	margin: 1em 0;
	padding-left: 40px;
	list-style-type: decimal;
}
.link .cont-box dt{
	width: 40%;
}
.link .cont-box dd{
	width:  60%;
}

@media screen and (max-width: 769px) {
	.link section {
		width: 100%;
		padding: 0 20px;
	}
	.link .cont-box dt,
	.link .cont-box dd{
		width: 100%;
	}
}

/* -----------------------------------------------------------------------------
    Contact
   -------------------------------------------------------------------------- */

#sp-contact {
	display: none;
}

/* sp */
@media screen and (max-width: 769px) {
	#contact,
	#sp-contact {
		display: block;
		position: fixed;
		left:0 ;bottom: 0px;
		width: 100%;
		z-index: 2;
	}
	#sp-contact ul {
		list-style: none;
		display: -webkit-flex;
    		display: flex;
    		-webkit-justify-content: flex-start;
    		justify-content: flex-start;
	}
	#sp-contact ul li {
    		-webkit-flex-grow: 1;
    		flex-grow: 1;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	}
	#sp-contact ul li a {
		display: block;
		padding: 15px 5px;
		color: #ffffff;
		line-height: 1.3em;
	}
	#sp-contact ul li.sp-cont-call {
    	background: #ee7427;
	}
	#sp-contact ul .sp-cont-call-1 {
    	font-size: 18px;
		font-weight: bold;
	}
	#sp-contact ul .sp-cont-call-2 {
    	font-size: 10px;
	}
	#sp-contact ul li.sp-cont-rec {
    	background: #01a39e;
	}
	#sp-contact ul .sp-cont-rec-1 {
    	font-size: 18px;
		font-weight: bold;
	}
	#sp-contact ul .sp-cont-rec-2 {
    	font-size: 10px;
	}
}

/* -----------------------------------------------------------------------------
    footer
   -------------------------------------------------------------------------- */

#footer {
	width: 100%;
	clear: both;
	margin-top:20px;
}

.footer-wrapper {
	padding: 50px 0;
	background: #f4f1f1;
	overflow: hidden;
}


.footer-info-wrapper {
	width: 900px;
	margin: auto;
}

.footer-info {
	float: left;
	text-align: left;
    	width:300px;
}

.footer-info-logo {
	font-size: 20px;
}

.footer-contact {
    	width:550px;
	float: right;
	border: 1px solid #333333;
	padding: 10px 20px;
}

.footer-contact-tel {
	font-size:24px;
	float: left;
	padding-right: 30px;
}
.footer-contact-time {
	font-size:14px;
	float: right;
	text-align: left;
   	white-space: nowrap;
}

.footer-nav {
	clear: both;
	list-style: none;
	font-size:14px;
	line-height: 1em;
	text-align: center;
	padding-top: 50px;
}
.footer-nav li {
	display: inline-block;
}
.footer-nav li:first-child {
	padding:0 2em;
	border-right: 1px solid #333333;
}
.footer-nav li:nth-child(2) {
	padding:0 2em;
	border-right: 1px solid #333333;
}
.footer-nav li:nth-child(3) {
	padding:0 2em;
}


.footer-copyright {
	padding: 40px 0;
	font-size:10px;
	font-family: Verdana, Geneva, "sans-serif"
}
.footer-copyright p {
	padding: 0.2em 0;
}



@media screen and (max-width: 769px) {

	#footer {
		margin-bottom:60px;
	}

	.footer-wrapper {
		padding: 20px;
	}

	.footer-info-wrapper {
		width: 100%;
	}

	.footer-info {
		width: 100%;
		float: none;
		text-align: center;
	}

	.footer-contact {
		width: 100%;
		float: none;
		margin-top:20px;
	}

	.footer-contact-tel {
		float: none;
		padding-right: 0px;
	}
	.footer-contact-time {
		float: none;
	   	text-align: center;
	}

	.footer-nav {
		clear: both;
		text-align: left;
		padding:20px 0 0 0;
	}
	.footer-nav li {
		background: url("../images/footer-li.png") no-repeat left center;
		display: list-item;
	}
	.footer-nav li,
	.footer-nav li:first-child,
	.footer-nav li:nth-child(2),
	.footer-nav li:nth-child(3){
		border: none;
		padding:0.5em 0 0.5em 1em;
	} 

	.footer-copyright {
		padding: 20px 0;
	}
	
}


/* efect
   ========================================================================== */

/*フェードインアニメ*/
/*左から右にフェードイン*/
.left-to-right {
  opacity: 0.1;
  transform: translateX(-30px);
  transition: all 1s;
}
.left-to-right.scrollin {
  opacity: 1;
  transform: translate(0);
}

/*下から上にフェードイン*/
.down-to-top {
  opacity: 0.1;
  transform: translateY(30px);
  transition: all 1s;
}
.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0);
}