@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,500,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@600&display=swap');

html,body,a,p,ul,li,h1,h2,h3,h4,h5,h6,figure,dl,dt,dd{margin:0;padding:0;}

*{
    box-sizing: border-box;
    letter-spacing: 0.02em;
    font-family: YakuHanJPs,'Noto Sans JP', sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

body{
    background: #000;
    
}
body.lower{
    background: #fff;
}
img{
    width: 100%;
    pointer-events: none;
    user-select: none;
    display: block;
    font-size: 0;
}

a{
    color: inherit;
    text-decoration: none;
}


li{
    list-style-type: none;
}

.sp{
    display: none;
}

@media screen and (max-width: 896px){
    
    .pc{
        display: none;
    }
   .sp{
    display:block;
} 
    
}

@media screen and (min-width: 897px){
    .fixed-back{
        display: none !important;
    }
}
 .fixed-back{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.4;
    
}
      
.fixed-back img{
          position: absolute;
          bottom: 0;
          width: auto;
          height: 100vh;
}
header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 9999;
    padding: 0 50px;
    transition-duration: 0.1s;
   
    
    
}

header.on{
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}
header h1{
    width: 80%;
    max-width: 400px;
    position: relative;
    z-index: 9999;
}



header nav{
    color: #000;
    transition-duration: 0s;
}


header nav ul{
    display: flex;
    align-items: center;
}

header nav ul li{
    margin-right: 50px;
    position: relative;
    padding-bottom: 5px;
    cursor: default;
}

header nav ul li:nth-child(2):after,header nav ul li:nth-child(4):after{
       content: "";
       display: block;
       position: absolute;
       top: 100%;
       left: calc(50% - 4px);
   width: 0;
height: 0;
border-style: solid;
border-width: 5px 4px 0 4px;
 border-color: #000 transparent transparent transparent;
}


header nav ul li:last-child a{
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px #0070d6;
    color: #fff;
    background: #0070d6;
    margin: 10px auto 0;
    letter-spacing: 0em;
    font-size: 10px;
    border-radius: 0.8em;
    transition-duration: 0.1s;
   
}

@media screen and (min-width: 1025px){
    
    header:not(.on) nav li:hover p{
   opacity: 0.5;
}

header.on nav li:hover p{
    color: #0070d6;
}
    
header nav ul li div{
    position: absolute;
    top: 100%;
    left: 50%;
    width: 190px;
    height: auto;
    background: #fff;
    border-radius: 20px;
    color: #000;
    padding: 15px 0;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    text-align:center;
    font-size: 14px;
   visibility:hidden;	
    opacity: 0;
    transform: translate(-50%,10px);
    z-index: 3;
   
}
header nav ul li:nth-child(2) div a{
    display: block;
    font-size: 14px;
    text-align:center;
    padding: 10px 0;
    
}
header nav ul li:nth-child(2) div a:hover{
     color: #0070d6;
}

header nav ul li div span{
    font-size: 10px;
    text-align:center;
    line-height: 1.2;
    display: block;
    margin-bottom: 10px;
    
    
}
header nav ul li:hover div{
    display: block;
    opacity: 1;
     transition-duration: 0.5s;
    visibility: inherit;
    transform: translate(-50%,0px);
}
    

header nav ul li:last-child{
    margin-right: 0px;
    
}
header nav ul li:last-child div{
    font-size: 12px;
}


header nav ul li:last-child a:hover{
    color: #0070d6;
    background: none;
}
}

@media screen and (max-width: 1024px){
    
   h1.on img:last-child{
    opacity: 0 !important;
    }
    header nav{
        position:fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #0070d6;
        color: #fff !important;
        transform: translateX(100%);
        transition-duration: 0.3s;
        transition-timing-function:cubic-bezier(.33,.69,.63,.89);
        display: block;
    }
    
    nav.on{
        transform: translateX(0%);
    }
    
    header nav ul{
        display: block;
        width: 100%;
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 650px;
    max-height: 100vh;
    margin: 0 auto;
    padding: 70px 0 50px;
    opacity: 1;
    overflow-y:auto;
    }
    header nav ul li{
        margin-right: 0;
    }
    header nav ul li p{
         font-size: 16px;
        padding: 5px 0;
        
    }
    header nav ul li:not(:last-child) a{
        display: block;
        position: relative;
       
    }
    
     header nav ul li:not(:last-child) a:after{
         content: "→";
         display: block;
         position: absolute;
         top: 50%;
         right: 0;
         transform: translateY(-50%);
     }
    header nav ul li:nth-child(4){
        border-top: solid 1px #fff;
        padding-top: 15px;
        margin-top: 15px;
    }
    
    header nav ul li:nth-child(4) p{
        display: none;
    }
    header nav ul li:nth-child(2) div{
        font-size: 13px;
        
    }
    
    header nav ul li:nth-child(2) div a{
        padding: 7px 0;
        margin-left: 2em;
    }
    header nav ul li:nth-child(2):after,header nav ul li:nth-child(4):after{
        display: none;
    }
    
    header nav ul li:last-child{
        text-align:center;
        
    }
    header nav ul li div span{
    font-size: 12px;
    text-align:center;
    display: block;
    margin-bottom: 10px;
    
    
}
    
    header nav ul li:last-child a{
    width: 100%;
    height: 50px;
    color: #0070d6;
        display: flex;
    background: #fff;
    margin: 10px auto 0;
    font-size: 12px;
    border-radius: 0.8em;
   
    
}
    
    .nav-btn {
        display: block;
        top: 0px;
        right: 0px;
        width: 35px;
        height: 35px;
        position: relative;
        cursor: pointer;
        z-index: 9999;
    }

    .nav-btn span {
        position: absolute;
        right: 0;
        width: 35px;
        height: 1px;
         background: #000;
        transition-duration: 0.2s;
    }
    
   
    .nav-btn.close span{
        background: #fff !important;
    }

    .nav-btn span:nth-of-type(1) {
        top: 10px;
    }

    .nav-btn.close span:nth-of-type(1) {
        top: calc(50% - 1px);
        transform: rotate(45deg);
    }

    .nav-btn span:nth-of-type(2) {
        top: 50%;
        margin-top: -1px;
    }

    .nav-btn.close span:nth-of-type(2) {
        opacity: 0;
        transform: translateX(-20%);

    }

    .nav-btn span:nth-of-type(3) {
        bottom: 10px;
    }

    .nav-btn.close span:nth-of-type(3) {
        bottom: calc(50% - 0px);
        transform: translateY(0) rotate(-45deg);
    }
    
    
}

@media screen and (max-width: 896px){
    header{
        padding: 5%;
        height: 75px;
    } 
    
    
}
.main-visual{
    position: relative;
     width: 100%;
    background-color: #000;
    

}
.main-visual figure{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    background: url(../img/main.jpg);
    background-size: cover;
    background-position: left center;
}
.main-visual-inner{
    width: 100%;
    height: 100vh;
    position: relative;
}
.main-visual h2{
    position: absolute;
    bottom: 10%;
    right: 5%;
    z-index: 3;
    color: #fff;
    font-size: 55px;
    text-align:right;
    font-weight: 300;
    line-height: 1;
     letter-spacing: 0.2em;
    font-style: italic;
}

.main-visual h2 span{
    display: inline-block;
    opacity: 0;
    transform: rotateY(-90deg) translateY(20px);
    transition-timing-function: ease-out;
}

.main-visual h2 span.on{
    transition-duration: 1s;
    opacity: 1;
    transform: rotateY(0deg);
}
.main-visual h2 small{
    font-size: 50%;
    letter-spacing: 0.1em;
    font-size: 50%;
    padding-right: 0.8em;
    
}
.main-visual h2 small span{
    font-family: 'Hind', sans-serif;
    font-style: normal;
}


@media screen and (max-width: 896px){
    
    
    .main-visual h2{
    line-height: 1.3;
        font-size: 45px;
    
}
    .main-visual h2 small{
        line-height: 1.6;
        display: block;
    }

    
}

@media screen and (max-width: 480px){
    

.main-visual figure{
    height: 90vh;
    background: url(../img/sp/main.jpg);
     background-size: cover;
    background-position:center bottom;
}
.main-visual-inner{
    width: 100%;
    height: 90vh;
    position: relative;
}
.main-visual h2{
    font-size: 7vw;
    top: auto;
    bottom: 8%;
    transform: translateY(0%);
    
}
    
}


.top-news{
    background: #fff;
}
.top-news .news-inner{
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    padding: 50px 0;
    justify-content: space-between;
    align-items: center;
}

.top-news h3{
    font-size: 20px;
    width: 10em;
    color: #0070d6;
}
.top-news h3 span{
    text-align:left;
}
.top-news p{
    width: calc(100% - 10em - 250px);
    display: flex;
}

 .top-news p a{
        text-decoration: underline;
    }
.top-news p span{
    display: inline-block;
    margin-right: 2em;
    font-size: 12px;
    line-height: 24px;
    flex-shrink: 0;
    width: 5em;
}
.top-news .common-btn{
    width: 180px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px #0070d6;
    color: #fff;
    background: #0070d6;
    margin: 0;
    letter-spacing: 0.1em;
    font-size: 12px;

  transition-duration: 0.1s;
   
}

.top-news .common-btn:hover{
    color: #0070d6;
    background: none;
}


@media screen and (max-width: 896px){
    
   .top-news .news-inner{
   
    display: block;
    padding: 50px 0;
    
}

.top-news h3{
    font-size: 25px;
    width: auto;
    margin-bottom: 25px;
}

.top-news p{
    width: 100%;
    display: block;
    margin-bottom: 25px;
    font-size: 14px;
}
   
.top-news p span{
    display:block;
    margin-right: 2em;
}
.top-news .common-btn{
   margin: 0 auto;
   
}

.top-news .common-btn:hover{
    color: #0070d6;
    background: none;
}

    
}
.top h3{
  font-family: 'Hind', sans-serif;
    letter-spacing: 0.2em;
    line-height: 1;
}

.top h3 span{
    display: block;
    font-size: 40%;
    letter-spacing: 0.2em;
    margin-top: 0.5em;
}

.aboutus{
    padding: 150px 0;
    z-index: 3;
    position: relative;
}
.aboutus figure{
    position: absolute;
    top: 0;
    opacity: 0.4;
    width: 100%;
    height: 100%;
   background: url(../img/aboutusback.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: left center;
    
}
.aboutus p{
    text-align:center;
    line-height: 3.5;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    position: relative;
    z-index: 4;
}
.aboutus h3{
    text-align:center;
    color: #fff;
    font-size: 50px;
    margin-bottom: 50px;
    position: relative;
    z-index: 3;
    mix-blend-mode: difference;
}
.torikumi{
    position: relative;
    z-index: 3;
    width: 80%;
    max-width: 600px;
    background: #fff;
    margin: 50px auto 0;
    padding: 15px 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.torikumi img{
    width: calc(100% - 205px);
}

.torikumi a{
    width: 180px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px #0070d6;
    color: #fff;
    background: #0070d6;
    letter-spacing: 0.02em;
    font-size: 12px;
  transition-duration: 0.1s;
    margin: 0;
   
}

@media screen and (max-width: 896px){
    
  .aboutus{
    padding: 75px 0;
    z-index: 3;
    position: relative;
}
.aboutus figure{
    position: absolute;
    top: 0;
    opacity: 0.4;
    width: 100%;
    height: 100%;
   background: url(../img/aboutusback.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: left center;
    
}
.aboutus p{
    text-align:left;
    line-height: 2.4;
    width: 90%;
    font-size: 14px;
}
.aboutus h3{
    font-size: 35px;
    margin-bottom: 50px;
}
.torikumi{
    position: relative;
    z-index: 3;
    margin: 50px auto 0;
    padding: 15px 5%;
    border-radius: 20px;
    display: block;
}

.torikumi img{
    width: 100%;
    margin-bottom: 15px;
}

.torikumi a{
    margin: 0 auto;
   
}
    
}
.common-btn{
    width: 250px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0070d6;
    border: solid 2px #0070d6;
    color: #fff;
    margin: 0 auto;
    letter-spacing: 0.2em;
     border-radius: 0.8em;
  transition-duration: 0.1s;
   
}

.common-btn:hover{
    color: #0070d6;
    background: none;
}
.service{
    padding: 150px 0;
    background: #eee;
}

.service h3{
    text-align:center;
    font-size: 50px;
    margin-bottom: 50px;
    color: #0070d6;

    
}

.service ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 25px;
    margin: 0 auto;
    justify-content: space-between;
    
}
.service li{
    width: calc(16.666% - 25px);
   
    
}
.service li a{
    display: block;
     text-align:center;
    background: #fff;
    padding: 50px 0;
    border-radius: 20px;
    transition-duration: 0.1s;
}

.service li a:hover{
    opacity: 0.6;
}
.service li h4{
    font-size: 14px;
    font-weight: normal;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-weight: bold;
    
}
.service li img{
    width: 70%;
    max-width: 70px;
    margin: 0 auto 15px;
}


@media screen and (max-width: 896px){
    .service{
    padding: 75px 0;
}

.service h3{
    text-align:center;
    font-size: 35px;
    margin-bottom: 50px;
    color: #0070d6;

    
}

.service ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 5%;
    margin: 0 auto;
    justify-content: space-between;
    
}
.service li{
    width: calc(33.33% - 12.5px);
    
   
    
}
    .service li a{
         padding: 25px 0;
    border-radius: 10px;
    margin-bottom: 25px;
    }
.service li h4{
    font-size: 12px;
    font-weight: normal;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-weight: bold;
    
}
.service li img{
    width: 70%;
    max-width: 70px;
    margin: 0 auto 15px;
}

}

@media screen and (max-width: 480px){
    .service li{
    width: calc(50% - 12.5px);
    
}
}
footer{
  background: #0070d6;
    padding: 100px 100px 50px 100px;
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    
}

footer figure{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background: url(../img/sp/main.jpg);
    background-size: cover;
    background-position: 0% 50%;
    opacity: 0.3;
    filter: blur(8px);
    transform: scale(1.2);
}

footer div{
    position: relative;
    z-index: 2;
}
footer ul{
    display: flex;
    margin-bottom: 50px;
}
footer .address{
    color: #fff;
    font-size: 10px;

}

footer .address span{
    font-size: 12px;
}
footer ul li p{
    color: #fff;
    margin-right: 25px;
    font-size: 12px;
}
footer ul li:last-child{
    margin-left: 35px;
     border-left: solid 1px rgba(255,255,255,0.2);
    padding-left: 35px;
}
footer ul li a{
    display: block;
    color: #fff;
    margin-bottom: 25px;
    font-size: 12px;
    transition-duration: 0.1s;
    
}
footer ul li a:last-child{
    margin-bottom: 0;
}
footer ul li a:hover{
    opacity: 0.5;
}
footer ul li a:before{
    content: "・"
}
footer h1{
    width: 90%;
    max-width: 400px;
    margin-bottom: 25px;
}
footer .copy{
    display: flex;
    justify-content:flex-end;
    align-items: center;
     
}

.print-btn{
    display: flex;
    align-items: center;
    font-size: 10px;
    border: solid 1px;
    color: #fff;
    padding: 0.3em 1.2em;
    opacity: 0.8;
    margin-right: 15px;
    transition-duration: 0.1s;
}
.print-btn:hover{
    opacity: 0.3;
}
.print-btn img{
    display: block;
    width: 12px;
    margin-left: 5px;
    flex-shrink: 0;
}
footer small{
    display: block;
    text-align:right;
    font-size: 10px;
    color: #fff;
    opacity: 0.8;
}


@media screen and (max-width: 896px){
    footer{
    padding: 50px 5%;
   display: block;
    
}

footer figure{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background: url(../img/main.jpg);
    background-size: cover;
    background-position: 30% 50%;
    opacity: 0.3;
    filter: blur(5px);
    transform: scale(1.2);
}

footer div{
    position: relative;
    z-index: 2;
}
footer ul{
    display: flex;
    margin-bottom: 25px;
    border-top: solid 1px rgba(255,255,255,0.2);
    padding-top: 25px;
}
footer .address{
   margin-bottom: 25px;

}

footer .address span{
    font-size: 12px;
}
footer ul li{
    max-width: 400px;
    display: flex;
    flex-wrap: wrap;
}
footer ul li:last-child{
    margin-left: 0;
     border-left:none;
    padding-left: 0;
}
footer ul li a{
    width: 50%;
    margin-bottom: 15px;
    font-size: 10px;
    
}
footer ul li a:last-child{
    margin-bottom: 0;
}
footer ul li a:hover{
    opacity: 0.5;
}
footer ul li a:before{
    content: "・"
}

footer small{
    text-align:center;
    
}
footer .copy{
    justify-content: center;
    flex-direction: column;
     
}
    
    .print-btn{
        margin-right: 0;
        margin-bottom: 20px;
    }
    
}


main{
    background: #fff;
    padding: 100px 0 200px;
     width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}


.lower h2{
  font-family: 'Hind', sans-serif;
    letter-spacing: 0.2em;
    line-height: 1;
    font-size: 50px;
    text-align: center;
  color: #fff;
    padding: 150px 0;
    margin-top: 99px;
    position: relative;
    overflow: hidden;
     text-shadow: 0 0 50px #000;
}
.lower h2 figure{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
}

.news h2 figure{
    background: url(../img/news-h2.jpg);
    background-size: cover;
    background-position: center bottom;
}
.servive-page h2 figure{
    background: url(../img/service-h2.jpg);
    background-size: cover;
    background-position: center top;
}
.company h2 figure{
    background: url(../img/company-h2.jpg?1);
    background-size: cover;
    background-position: center 60%;

}
.vehicle h2 figure{
    background: url(../img/vehicle-h2.jpg);
    background-size: cover;
    background-position: center bottom;

}
.csr h2 figure{
    background: url(../img/csr-h2.jpg);
    background-size: cover;
    background-position: center bottom;

}
.recruit h2 figure{
    background: url(../img/recruit-h2.jpg);
    background-size: cover;
    background-position: center top;

}
.location h2 figure{
    background: url(../img/location-h2.jpg?1);
    background-size: cover;
    background-position: center;

}
.contact h2 figure{
    background: url(../img/contact-h2.jpg);
    background-size: cover;
    background-position: center top;

}
.privacy h2 figure{
    background: url(../img/privacy-h2.jpg);
    background-size: cover;
    background-position: center;

}
.lower h2 span{
    display: block;
    font-size: 40%;
    text-align:center;
    letter-spacing: 0.2em;
    margin-top: 0.5em;
}


@media screen and (max-width: 896px){
    main{
    padding: 50px 0 100px;
        font-size: 14px;
}


.lower h2{
    font-size: 28px;
    padding: 70px 0;
    margin-top: 74px;
}
.news h2 figure{
    background: url(../img/sp/news-h2.jpg);
    background-size: cover;
    background-position: center bottom;
}
.servive-page h2 figure{
    background: url(../img/sp/service-h2.jpg);
    background-size: cover;
    background-position: center top;
}
.company h2 figure{
    background: url(../img/sp/company-h2.jpg?1);
    background-size: cover;
    background-position: center 40%;

}
.vehicle h2 figure{
    background: url(../img/sp/vehicle-h2.jpg);
    background-size: cover;
    background-position: center bottom;

}
.csr h2 figure{
    background: url(../img/sp/csr-h2.jpg);
    background-size: cover;
    background-position: center bottom;

}
.recruit h2 figure{
    background: url(../img/sp/recruit-h2.jpg);
    background-size: cover;
    background-position: center top;

}
.location h2 figure{
    background: url(../img/sp/location-h2.jpg?1);
    background-size: cover;
    background-position: center;

}
.contact h2 figure{
    background: url(../img/sp/contact-h2.jpg);
    background-size: cover;
    background-position: center top;

}
.privacy h2 figure{
    background: url(../img/sp/privacy-h2.jpg);
    background-size: cover;
    background-position: center;

}

}

.service-list li{
    display: flex;
    margin: 0 auto 100px;
    align-items: center;
    position: relative;
}

.service-list li .triger{
    position: absolute;
    top: -120px;
}
.service-list li:last-child{
    margin-bottom: 0;
}
.service-list li figure{
    width: 30%;
    max-width: 200px;
    flex-shrink: 0;
    padding: 50px 0;
    margin-right: 50px;
    padding-right: 50px;
     border-right: solid 1px #ccc;
}

.service-list li h3{
    font-size: 22px;
    margin-bottom: 25px;
    color: #0070d6;
}
.service-list li a{
    text-decoration: underline;
    font-size: 110%;
    color: #0070d6;
    font-weight: bold;
    
    
}
.service-list li aside{
    font-size: 12px;
    margin-top: 15px;
}

@media screen and (max-width: 896px){
    
    .service-list li{
    display: block;
        padding-bottom: 50px;
    margin: 0 auto 50px;
        border-bottom: solid 1px #ccc;
}
    .service-list li:last-child{
        border: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    
    .service-list li .triger{
    position: absolute;
    top: -100px;
}
.service-list li figure{
    padding:0;
    margin: 0 auto 25px;
    padding-right: 0px;
     border-right:none;
}

.service-list li h3{
    font-size: 18px;
    text-align:center;
    margin-bottom: 15px;
}
    .service-list li a{
       display: block;
        width: 4.1em;
    text-align:center;
        margin: 0 auto;
        font-size: 120%;
    }
.service-list li aside{
    font-size: 10px;
    margin-top: 15px;
}

    
}


.works h3{
    font-size: 24px;
    text-align: center;
    margin-bottom: 50px;
    color: #0070d6;
}


.works-img{
    display: flex;
    justify-content: space-between;
}

.works-img figure{
    width: calc(50% - 12.5px);
}
.voice{
    background: #f3f3f3;
    padding: 35px 50px 50px;
    margin-top: 75px;
}

.voice div{
    display: flex;
    align-items: center;
}

.voice div figure{
    width: 27%;
    flex-shrink: 0;
    margin-right: 50px;
}

.voice div figcaption{
    display: block;
    text-align:center;
    margin-top: 5px;
    font-size: 14px;
    
}
.voice h3{
    width: 8em;
    padding: 0.2em;
    margin: 0 auto 25px;
    border-radius: 100px;
    color: #fff;
    background: #0070d6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.works p{
    line-height: 1.8;
    text-align: justify;
    font-size: 16px;
}


@media screen and (max-width: 896px){
    
    .works h3{
    font-size: 20px;
    text-align: center;
    margin-bottom: 35px;
    color: #0070d6;
}


.works-img{
   display: block;
}

.works-img figure{
    width: 100%;
    margin-bottom: 25px;
}
.voice{
    background: #f3f3f3;
    padding: 25px 25px 25px;
    margin-top: 75px;
}

.voice div{
    display: block;
}

.voice div figure{
    width: 60%;
    flex-shrink: 0;
   margin: 0 auto 25px;
}

.voice div figcaption{
    display: block;
    text-align:center;
    margin-top: 5px;
    font-size: 12px;
    
}
.voice h3{
    width: 8em;
    padding: 0.2em;
    margin: 0 auto 25px;
    border-radius: 100px;
    color: #fff;
    background: #0070d6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.works p{
    font-size: 14px;
}

    
}
.company-prf,.history {
   
    margin-bottom: 100px;
    
}

.company dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1.7;
}

.company dt {
    width: calc(25% - 50px);
    padding: 25px 0px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-weight: bold;
}
.company dt:first-child{
     border-top: 1px solid #ccc;
}

.company dd:last-child{
    border-bottom: 1px solid #ccc;
}
.company dd {
    width: 75%;
    padding: 25px 25px;
    border-top: 1px solid #ccc;
}

.company dd a {
    color: #000;
    text-decoration: underline;
}
.company h3{
     font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
     color: #0070d6;
}

.company main ul{
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
}

.company main ul li{
    width: 50%;
    text-align:center;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    font-size: 14px;
    padding: 25px 0;
    
}

.company main ul li span{
    margin-right: 1em;
}


@media screen and (max-width: 896px){
    
    .company-prf,.history {
   
    margin-bottom: 50px;
    
}

.company dl {
    display: block;
    font-size: 12px;
}

.company dt {
    width: 100%;
    padding: 25px 5% 0;
    border-bottom: none;
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
}

.company dd:last-child{
    border-bottom: 1px solid #ccc;
}
.company dd {
    width: 100%;
    padding: 0 5% 25px;
    border-top: none;
    border-bottom: solid 1px #ccc;
}

.company dd a {
    color: #000;
    text-decoration: underline;
}
.company h3{
     font-size: 20px;
    margin-bottom: 35px;
}



.company main ul li{
    width: 100%;
    text-align:center;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    font-size: 10px;
    padding: 15px 0;
    
}

.company main ul li span{
    margin-right: 1em;
}

    
}
.location main li{
    display: flex;
    justify-content: space-between;
   
}
.location main li:first-child{
     margin-bottom: 75px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 75px;
}
.location main li p{
    flex-shrink: 0;
    width: 350px;
}
.location main  li span{
    font-size: 22px;
    margin-bottom: 1em;
    display: block;
}
.location li .map{
    height: 350px;
}

.location li .map iframe{
    height: 100%;
}

@media screen and (max-width: 896px){
    .location main li{
    display: block;
   
}
.location main li:first-child{
     margin-bottom: 50px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 50px;
}
.location main li p{
    margin-bottom: 25px;
}
.location main li span{
    font-size: 18px;
}
.location li .map{
    height: 250px;
}

.location li .map iframe{
    width: 100%;
}


    
}
.csr-list li{
    display: flex;
    margin: 0 auto 100px;
    align-items: center;
    position: relative;
}
.csr-list li #csr5{
    display: block;
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
}
.csr-list li:after{
    content: "";
    display: block;
    position: absolute;
    top:0;
    left:0;
    width: calc(35% + 0px);
    max-width: 200px;
    height:100%;
   border-right: solid 1px #ccc;
}

.csr-list li:last-child{
    margin-bottom: 0;
}
.csr-list li figure{
    width: 35%;
    max-width: 200px;
    flex-shrink: 0;
    padding: 50px 0;
    margin-right: 50px;
    padding-right: 50px;
}

.csr-list li h3{
    font-size: 22px;
    margin-bottom: 25px;
    color: #0070d6;
}


@media screen and (max-width: 896px){
    
      .csr-list li{
    display: block;
        padding-bottom: 50px;
    margin: 0 auto 50px;
        border-bottom: solid 1px #ccc;
}
    
    .csr-list li #csr5{
    display: block;
    position: absolute;
    top: -125px;
    left: 0;
    width: 100%;
}
    .csr-list li:after{
        display: none;
    }
    .csr-list li:last-child{
        border: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
.csr-list li figure{
    padding:0;
    margin: 0 auto 25px;
    padding-right: 0px;
     border-right:none;
}

.csr-list li h3{
    font-size: 16px;
    text-align:center;
    margin-bottom: 15px;
}



    
}
.vehicle h3{
     font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
     color: #0070d6;
}

.holding{
    margin-bottom: 100px;
}
.holding dl{
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
}

.holding dt{
    width: 22.2%;
    border-bottom: solid 1px #ccc;
    
    padding: 1em;
}

.holding dd{
    width: 11.1%;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    padding: 1em;
    text-align:center;
    background: #eee;
    
}
.vehicle-list li:not(:last-child){
    margin-bottom: 100px;
}
.vehicle-list .vehicle-spec{
    display: flex;
    
}

.vehicle-spec figure{
    width: 50%;
    flex-shrink: 0;
    margin-right: 50px;
}
.vehicle-list .vehicle-spec div{
    width: 100%;
}

.vehicle-list .vehicle-spec div dl{
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    font-size: 12px;
    margin-bottom: 35px;
}
.vehicle-list .vehicle-spec div dl:last-child{
    margin-bottom: 0;
}
.vehicle-list .vehicle-spec div dl dt{
    width: 9em;
    border-bottom: solid 1px #ccc;
    padding: 10px 15px;
    background: #eee;
    text-align:center;
}

.vehicle-list .vehicle-spec div dl dd{
    width: calc(100% - 9em);
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    padding: 10px 15px;
    text-align:center;
    
    
}


@media screen and (max-width: 896px){
    .vehicle h3{
     font-size: 20px;
    margin-bottom: 35px;
}

.holding{
    margin-bottom: 50px;
}


.holding dt{
    width: 33.33%;
    border-bottom: solid 1px #ccc;
    padding: 1em;
    font-size: 10px;
}

.holding dd{
    width: 16.666%;
   font-size: 10px;
    
}
.vehicle-list li:not(:last-child){
    margin-bottom: 50px;
}
.vehicle-list .vehicle-spec{
    display: block;
    
}

.vehicle-spec figure{
    width: 70%;
    max-width: 500px;
   margin: 0 auto 25px;
}
.vehicle-list .vehicle-spec div{
    width: 100%;
}
    

.vehicle-list .vehicle-spec div dl{
    font-size: 10px;
    margin-bottom: 25px;
}


    
}

.recruit h3{
    font-size: 30px;
    text-align: center;
    margin-bottom: 25px;
    color: #0070d6;
    
}

.recruit main p{
    font-size: 22px;
    text-align:center;
    
}

.recruit main p a{
     color: #0070d6;
    text-decoration: underline;
}
.recruit dl {
    margin: 75px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1.7;
}

.recruit dt {
    width: calc(25% - 50px);
    padding: 25px 0px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-weight: bold;
}
.recruit dt:first-child{
     border-top: 1px solid #ccc;
}

.recruit dd:last-child{
    border-bottom: 1px solid #ccc;
}
.recruit dd {
    width: 75%;
    padding: 25px 25px;
    border-top: 1px solid #ccc;
}
.recruit dd span{
    margin-right: 1em;
    display: inline-block;
}
.recruit dd a {
    color: #000;
    text-decoration: underline;
}


@media screen and (max-width: 896px){
    
    .recruit h3{
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    color: #0070d6;
    
}

.recruit main p{
    font-size: 14px;
    text-align:center;
    
}

.recruit main p a{
     color: #0070d6;
    text-decoration: underline;
}
.recruit dl {
    display: block;
    font-size: 12px;
    margin: 50px 0;
}

.recruit dt {
    width: 100%;
    padding: 25px 5% 0;
    border-bottom: none;
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
}


.recruit dd:last-child{
    border-bottom: 1px solid #ccc;
}
.recruit dd {
    width: 100%;
    padding: 0 5% 25px;
    border-top: none;
    border-bottom: solid 1px #ccc;
}

.recruit dd a {
    color: #000;
    text-decoration: underline;
}
    
}
.contact-txt{
    text-align:center;
    font-size: 18px;
    margin-bottom: 75px;
}

form {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

form dl {
    display: flex;
    margin-bottom: 25px;
    align-items: center;

}

.req {
    color: #f00;
}

form dt {
    width: 25%;
    text-align: center;
    font-size: 14px;
}

form dd {
    width: 75%;
}

form input[type="text"],
form input[type="email"],
textarea {
    width: 100%;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    border: solid 1px #ccc;
    padding: 0.8em 1em;
    background: #fff;
}

textarea {
    resize: none;
    height: 13em;
}

form p {
    font-size: 14px;
    text-align: center;
    margin: 50px 0 50px;
}

form input[type="submit"] {
    outline: none;
    cursor: pointer;
    font-size: 16px;
}



form p a {
    color: #000;
    text-decoration: underline;
}

.thanks{
    margin-top: 100px;
    text-align:center;
    
}

@media screen and (max-width: 896px){
    
    .contact-txt{
    text-align:left;
    font-size: 11px;
    margin-bottom: 50px;
}
    
    
    

form dl {
   display: block;
    margin-bottom: 25px;
    align-items: center;

}


form dt {
    width: 100%;
    text-align: left;
    font-size: 12px;
    margin-bottom: 10px;
}

form dd {
    width: 100%;
}

form input[type="text"],
form input[type="email"],
textarea {
    font-size: 12px;
}

textarea {
    resize: none;
    height: 13em;
}

form p {
    font-size: 12px;
    text-align: center;
    margin: 25px 0 25px;
}

form input[type="submit"] {
    outline: none;
    cursor: pointer;
    font-size: 16px;
}



form p a {
    color: #000;
    text-decoration: underline;
}
    
.thanks{
    margin-top: 50px;
    text-align:center;
    
}
    
}
.privacy main p{
    font-size: 18px;
    line-height: 2;
}


@media screen and (max-width: 896px){
    .privacy main p{
    font-size: 12px;
}
}
.news .news-inner{
   
}
.year-list{
    width: 250px;
}
.year-list ul{
    background: #eee;
    font-size: 14px;
    padding: 25px 50px;
}
.year-list li{
    margin-bottom: 15px;
}

.year-list li:last-child{
    margin-bottom: 0;
}
.news-list{

}
.news-list li{
    display: flex;
    font-size: 18px;
    border-bottom: solid 1px #ccc;
    padding: 0 25px 50px;
    margin-bottom: 50px;
}
.news-list li:last-child{
      border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.news-list li a{
        text-decoration: underline;
    }
.news-list li span{
    display: inline-block;
    margin-right: 5em;
    font-size: 14px;
    line-height: 24px;
    flex-shrink: 0;
    width: 5em;
}

.news-detail h3{
    font-size: 30px;
    margin-bottom: 50px;
}

.news-detail h3 span{
    font-size: 60%;
    margin-bottom: 0.5em;
    display: block;
     font-weight: normal;
}

.news-detail p{
    font-size: 18px;
}

.news-detail p a{
    text-decoration: underline;
}

.news-detail p img{
    width: 50%;
    max-width: 250px;
    margin: 0 auto 25px;
}

 .news-detail p img.gep{
    width: 60%;
    max-width: 350px;
    margin: 0 auto 25px;
}   
@media screen and (max-width: 896px){
        
        .news-list li{
   display: block;
    font-size: 14px;
    margin-bottom: 25px;
            padding: 0 5% 25px;
            
}

.news-list li a{
        text-decoration: underline;
    }
.news-list li span{
    display: block;
    font-size: 12px;
    width: 100%;
}

.news-detail h3{
    font-size: 18px;
    margin-bottom: 25px;
}

.news-detail h3 span{
    font-size: 70%;
    display: block;
    font-weight: normal;
}

.news-detail p{
    font-size: 14px;
}



        
    }