@charset "utf-8";

body{
    background:#888888;
    font-family: 'Noto Sans JP', sans-serif;
	color: #eee;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
}

*{box-sizing: border-box;}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #eee;
	text-decoration: none;
    outline: none;
}

img{
    max-width: 100%;
    height: auto;
}

section{
    display: block;
    padding-top: 30px;
    margin-top: -30px;
}


/* loading ※https://projects.lukehaas.me/css-loaders/参照*/

.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  animation: load1 1s infinite ease-in-out;
  width: 0.5em;
  height: 1em;
}
.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}

@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 1em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 2em;
  }
}


/* area */

#container{
    overflow-x: hidden;
    /*以下、IE11用*/
    z-index: 1;
    position: relative;
}

/* font-family */

h1,
h2,
#service .service-area section h3,
#g-nav,
#footer-link,
.scrolldown1 span,
#vidual-area dt,
.footer-logo{
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.2em;
}

/* heading */

h2{
    font-size: 2rem;
    margin: 0 0 50px 0;
    text-transform: uppercase;
}

/* header */

#header h1 a{
    color: #ddd;
}

#header h1{
    text-transform: uppercase;
    font-size: 1.5rem;
    padding: 0 0 0 2%; 
    line-height: 1;
    white-space: nowrap;
}

@media screen and (max-width:960px){
  #header h1{
    position: absolute;
      top:22px;
      left:20px;
      padding: 0;
    }
}

.scrolldown1 span {
    transform: rotate(-90deg);
    text-transform:uppercase;
    left: -23px;
    top: -31px;
}

/* vidualarea */
#vidual-area{
    position: relative;
    height: 100vh;
}

body.appear #vidual-area::after{
    content:'';
    background:#87C248;
    width:0;
    height: 12%;
    position: absolute;
    bottom:0;
    right:0;
    z-index: -1;
	animation-name:vidualbgRLextendAnime;
    animation-duration:.2s;
	animation-fill-mode:forwards;
    animation-timing-function: ease-in-out;
    animation-delay: 1s;
}

@keyframes vidualbgRLextendAnime{
	0% {
		width:0;
	}
	100% {
		width:40%;
	}
}


#vidual-area #slider-area{
    position: absolute;
    top:0;
    right: 0;
    width:85%;
    z-index: -1;/*最背面へ*/
}

#vidual-area h2{
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 3vw;
    position: absolute;
    top:36%;
    left:5%;
}

#vidual-area dl{
    position: absolute;
    left:2%;
    bottom:2%;
}

#vidual-area dl{
    color:#aaa;
}

#vidual-area dt,
#vidual-area dd,
#vidual-area ul,
#vidual-area ul li{
    display: inline-block;
}

#vidual-area dt{
    text-transform: uppercase;
}

#vidual-area ul li{
    margin:0 10px;
}

#vidual-area ul img{
    width:20px;
}

@media screen and (max-width:960px) {
#vidual-area{
    height: 90vh;
}
#vidual-area #slider-area{
    width:100%;
    height: 90vh;
}
#vidual-area h2{
    font-size:2.1rem;
}
#vidual-area dl{
    left:20px;
    bottom:16px;
}
#vidual-area ul li{
    margin:0 2px;
}
    
}

@media screen and (max-width:450px) {
#vidual-area h2{
    font-size:7vw;
    top: inherit;
    bottom: 13%;
}

}


h2.heading-block{
    display: flex;
    justify-content: center;
    margin: 50px 0 20px 0;
}

/* aboutus */

#aboutus{
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
    margin:0 0 100px 0;
}

@media screen and (max-width:768px) {
    #aboutus{
        margin:0 0 50px 0;
    }
    
}

#aboutus .img{
    width:40%;
    min-height: 590px;
    background:url("../img/gaikan.jpg") no-repeat center;
    background-size: cover;
}

#aboutus .content{
   width:50%; 
    text-align: right;
}

@media screen and (max-width:768px) {
  #aboutus .img{
    width:100%;
    min-height: 290px;
      margin:0 0 50px 0;
}

#aboutus .content{
   width:100%; 
    text-align: left;
}  
}

#aboutus h2{
    color:#c1d1e0;
    margin:0 0 30px 0;
}

#aboutus p{
    line-height: 2;
    margin: 0 0 50px 0;
}

#aboutus .aboutus-lead{
    position: relative;
    color:#c1d1e0;
    font-size:1.3rem;
    font-weight: bold;
    margin: 0 0 90px 0;
}

@media screen and (max-width:768px) {
#aboutus .aboutus-lead{
    font-size:1rem;
    }
    
}

#aboutus .aboutus-lead::after{
     content:'';
    position: absolute;
    bottom:-30px;
    right:0;
    background:#c1d1e0;
    width:12em;
    height: 3px;
}

/* staff */

#staff{
    position: relative;
    padding:0 70px;
    
}

.staff-area{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    
}

.staff-img{
    background:url("../img/staff.jpg") no-repeat center;
    background-size: cover;
    height: 50vh;
    width:48%;
}

.staff-content{
    display: flex;
    justify-content: center;
    padding: 150px 0 0 0;
    width:45%;
}

.staff-box{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.staff-content h3,
.staff-content p{
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;    
    text-orientation: upright;
    height: 20em;
    letter-spacing: 0.1em;
}

.staff-content h3{
    font-size:1.5rem;
    line-height: 2.5;
}

_:-ms-lang(x)::-ms-backdrop, .staff-content h3{/*IE11用ハック*/
    width:30%;
}

.staff-content p{
    line-height: 3.5;
    margin: 0 0 0 50px;
}

_:-ms-lang(x)::-ms-backdrop, .staff-content p{/*IE11用ハック*/
    width:60%;
}

_:-ms-lang(x)::-ms-backdrop, .staff-content .staff-btn{/*IE11用ハック*/
    width:10%;
}


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

.staff-content h3{
    line-height: 2;
    margin: 0 0 0 10px;
}

.staff-content p{
    line-height: 3;
    margin: 0 0 0 20px;
}
    
}

@media screen and (max-width:1000px) {
.staff-content p{
    line-height: 2;
}
}


@media screen and (max-width:768px) {
#staff{
    padding: 0 30px;
}
    
    .staff-img,
    .staff-content{
        width:100%;
    }
    
    .staff-img{
        height:40vh;
    }

    .staff-content{
    padding:50px 0 0 0;
    }
    
.staff-content h3,
.staff-content p,
.staff-content .staff-btn{
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    height: inherit;
    margin: 0 0 50px 0;
}
    
_:-ms-lang(x)::-ms-backdrop, .staff-content h3,
_:-ms-lang(x)::-ms-backdrop, .staff-content p,
_:-ms-lang(x)::-ms-backdrop, .staff-content .staff-btn{/*IE11用ハック*/
    width:100%;
}
    
.staff-content h3{
    text-align: center;
    font-size: 1.2rem;

}
    
.staff-box{
    display: block;

}
    
.staff-box .btn{
    padding: 10px;
    display: block;
}
        
}


@media screen and (max-width:430px) {
    .staff-img{
        height:20vh;
    }
}

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

 .staff-content p br{
    display: none;
    }
}


/* company */


h2.company-name{
    display: flex;
    margin: 50px 0 0 0;
    justify-content: center;
}


table.company {
  width: 60%;
  margin: 20px auto;
  border-collapse: collapse;
  font-
}

@media only screen and (max-width: 768px) {
table.company {
  width: 95%;
}
}


table.company tr{
  border-bottom: solid 2px white;
}

table.company tr:last-child{
  border-bottom: none;
}

table.company th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #87C248;
  color: white;
  text-align: center;
  padding: 10px 0;
}

table.company th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #87C248;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.company td{
  text-align: left;
  width: 70%;
  text-align: center;
  color:#000;
  background-color: #eee;
  padding: 10px 0;
}


dl.history {
  width: 80%;
  margin: 20px auto;
  border-collapse: collapse;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
dl.history {
  width: 95%;
}
}

dl.history dt {
  text-align: right;
  width: 8.5em;
  padding: 0.5em 1.0em 0.5em 0.5em;
  position: relative;
}

dl.history dt::after {
  content: '●';
  position: absolute;
  right: -0.55em;
  top: 5px;
  font-size: 22px;
  color: green;
}

dl.history dd {
  width: calc(100% - 8.5em);
  padding: 0.5em 2.0em 3.0em;
  border-left: 2px solid #ccc;
}

dl.history dd h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 5px;
}

@media screen and (max-width: 767px) {
  dl.history dt::after {
    font-size: 15px;
  }
  
  dl.history dd h2 {
    font-size: 15px;
  }
}


/* recruit */


#recruit p{
    text-align: center;
}

.recruit-list{
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.recruit-list section{
    width:32%;
    background: #fff8ee;
	position: relative;
	box-shadow: 10px 10px 0 rgba(0,0,0,0.1);
	margin:0 0 40px 0;
    padding:10px 10px 40px 10px;
}


@media screen and (max-width:840px) {
    .recruit-list section{
        width:100%;
    }
}

@media screen and (max-width:545px) {
    .recruit-list section{
        width:100%;
    }
}

.recruit-list section h2{
	display: inline-block;
	position: absolute;
    left: -5px;
    top: -15px;
	z-index: 2;
	padding: 3px 5px;
	font-size:1.5rem;
}

.recruit-list section h3{
	color:#000;
    font-size: 2.0rem;
    text-align: center;
    border-bottom: 5px #333;
    margin: 30px 0 0 0;
    padding: 0 0 20px 0;
}

.recruit-list section h4{
	color:#000;
    font-size: 1rem;
    text-align: center;
}

@media screen and (max-width:1090px) {
    .recruit-list section h3{
        font-size: 1.5rem;
    }    
}





/* access */

#access{
    position:relative;
    margin: 0 0 100px 0;
}

@media screen and (max-width:840px) {
    #access{
        margin:0;
    }
}

#access:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 280px;
    left: -30%;
    width: 150%;
    height: 400px;
    background: #ddd;
    transform: rotate(5deg);
}

.access-list{
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.access-list section{
    width:32%;
    background: #fff;
	position: relative;
	box-shadow: 10px 10px 0 rgba(0,0,0,0.1);
	margin:0 0 50px 0;
    padding:20px 20px 50px 20px;
    border-radius: 10px;
}


@media screen and (max-width:840px) {
    .access-list section{
        width:100%;
    }
}

@media screen and (max-width:545px) {
    .access-list section{
        width:100%;
    }
}

.access-list section h2{
	display: inline-block;
	position: absolute;
    left: -5px;
    top: -15px;
	z-index: 2;
	padding: 3px 5px;
	font-size:1.5rem;
}

.access-list section h3{
	color:#000;
    font-size: 1.3rem;
    text-align: center;
    border-bottom: 5px #333;
    margin: 30px 0 0 0;
    padding: 0 0 20px 0;
}

.access-list section h4{
	color:#000;
    font-size: 1rem;
    text-align: left;
}

@media screen and (max-width:1090px) {
    .access-list section h3{
        font-size: 1rem;
    }    
}

.google_map{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}
.google_map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


/* contact */

#contact{
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#contact .contact-detail{
    width:65%;
    border-right: 1px solid #aaa;
    text-align: center;
    padding: 20px;
}

#contact .contact-detail h2{
     margin:0 0 5px 0;   
    font-size: 1.5rem;
}

#contact .contact-tel{
     width:35%;
}

#contact .contact-tel p{
    text-align: center;
}

#contact .contact-tel p a{
     display: block;  
    padding: 20px;
    transition: all .3s;
}

#contact .contact-tel p a:hover{
     background:rgba(255,255,255,0.2);   
}

#contact .contact-tel p:last-child{
    border-top:1px solid #aaa;
}

#contact .contact-tel br{
    display: none;
}

@media screen and (max-width:690px) {
#contact .contact-detail,
#contact .contact-tel{
    width:50%;
}
    
#contact .contact-tel br{
    display: block;
}
#contact .contact-detail h2{
    font-size: 1.2rem;
}
#contact .contact-detail p{
    text-align: left;
}
}

@media screen and (max-width:400px) {
    #contact{
        font-size: 0.8rem;
    }
}
/* footer */

#footer{
    height: 150px;
    background-image: url("../img/footer_bg.png");
    background-repeat: repeat-x;
}

#footer small{
    padding: 100px 0 0 0;
    display: block;
    text-align: center;
    color: #000;
}

@media screen and (max-width:830px) {
    #footer{
        justify-content: center;
        padding:5% 0;
    }

    #footer small {
        padding:10% 0;
        text-align:center;
    } 
}

}
/* service */

#service{
    position:relative;
    margin: 0 0 100px 0;
}

#service section{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

#service section:nth-of-type(2n){
    flex-direction:row-reverse;
}

#service .service-img{
    width:50%;
    height:40vh;
}

#service .service-img-detail{
    height:40vh;
}

#service .service-box{
    animation-delay:.5s;
}

#service .service-content{
    width:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    -ms-writing-mode: tb-rl;
    text-orientation: upright;
}

#service section:nth-of-type(1) .service-img-detail{
    background:url(../img/maintenance.jpg) no-repeat center;
    background-size:cover;
}

#service section:nth-of-type(2) .service-img-detail{
    background:url(../img/painting.jpg) no-repeat center;
    background-size:cover;
}

#service section:nth-of-type(3) .service-img-detail{
    background:url(../img/sales.jpg) no-repeat center;
    background-size:cover;
}

#service section:nth-of-type(4) .service-img-detail{
    background:url(../img/logistics.jpg) no-repeat center;
    background-size:cover;
}

#service section:nth-of-type(5) .service-img-detail{
    background:url(../img/mixertruck.jpg) no-repeat center;
    background-size:cover;
}

#service section:nth-of-type(6) .service-img-detail{
    background:url(../img/wrecker.jpg) no-repeat center;
    background-size:cover;
}

#service .service-content h3{
    font-size:1.2rem;
    margin:0 0 0 1em;
}

#service .service-content p{
    height:13em;
    line-height:2.5;
}

@media screen and (max-width:768px) {
#service .service-bg{
    background-attachment: inherit;
    }
}

@media screen and (max-width:560px) {
    
#service .service-img,
#service .service-content{
    width:100%;
    margin: 0 0 50px 0;
}



