
/* CSS Document */

/*==================================================

top-contents
=================================================*/

/* feature */

.feature {
    position: relative;
    margin-top: 12%!important;
}
.feature .car-photo {
    width: 100%;
    max-width: 90%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -110%); 
    transform: translate(-50%, -110%);
}
.feature .car-photo img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
.feature section {
    position: relative;
    background-color: #371c40;
}
.feature section:nth-of-type(n+2) {
    margin-top: 80px;
}
.feature section:nth-of-type(1)::before {
    content: " ";
	display: block;
	position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url("../../feature/images/feature_08.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}
.feature section:nth-of-type(2)::before {
    content: " ";
	display: block;
	position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../../feature/images/feature_06.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.feature section:nth-of-type(3)::before {
    content: " ";
	display: block;
	position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url("../../feature/images/feature_04.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.feature section dl {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}
.feature section dl dt {
    display: none;
}
.feature section dl img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.feature section dl dd {
    width: 50%;
    color: #FFF;
    padding: 7% 5%;
}
.feature section dl dd p {
    margin-top: 40px;
}
.feature section:nth-of-type(even) dl dd {
    margin: 0 0 0 auto;
}

/* recruit */

.recruit {
    
}
.recruit section:nth-of-type(n+2) {
	margin-top: 80px;
}
.recruit section h1 img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.recruit section p {
    color: #371c40;
	margin-top: 40px;
}

/* conctact */

.contact {
    
}
.contact .opening-txt {
    font-size: 2.4rem;
    line-height: 4.8rem;
}
.contact .title-s {
    font-size: 2.4rem;
    line-height: 4.8rem;
    margin: 0;
}
.contact .contents-item section h2.info {
    font-size: 2.4rem;
    text-align: center;
    line-height: 4.8rem;
    margin-top: 40px;
}
.contact .contents-item section p.info {
    text-align: center;
}
.contact .contents-item section p.info span {
    color: #F00;
}
.contact .contents-item section ul {
    text-align: center;
    margin-bottom: 60px;
}
.contact .contents-item section ul li {
    display: inline-block;
    font-size: 4rem;
    line-height: 60%;
    color: #371c40;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 30px 10px 0;
}
.contact .contents-item section ul li span {
    display: inline-block;
    font-size: 2.4rem;
    vertical-align: middle;
    color: #371c40;
    background-color: #EEE;
    margin: 0 15px;
    padding: 5px 15px;
}
.contact .contents-item .data-tstyle {
    margin-top: 40px;
}
.contact .contents-item .data-tstyle th {
    color: #000;
    background-color: transparent;
    border-bottom: none;
}

/* vehicle */

.vehicle {
    
}

.vehicle section:nth-of-type(n+2) {
    margin-top: 100px;
}
.vehicle section dl {
    width: 45.8%;
}
.vehicle section dl dd {
    font-size: 1.8rem;
    line-height: 180%;
    color: #FFF;
    text-align: center;
    background-color: #381c40;
    padding: 7% 1em;
}
.vehicle section dl img {
    width: 100%;
	max-width: 100%;
	height: auto;
}


/* service */

.service {
    
}
.service section {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service section:nth-of-type(1) {
    background-image: url("../../service/images/se_bg1.jpg");
}
.service section:nth-of-type(2) {
    background-image: url("../../service/images/se_bg2.jpg");
    margin-top: 80px;
}
.service section .inner {
    width: 90%;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    
    color: #FFF;
    margin: 0 auto;
    padding: 180px 0;
}

.service section .inner h1 {
    width: 45%;
    max-width: 550px;
    color: #381c40;
    text-align: center;
    background-color: #FFF;
    padding: 1em;
}
.service section .inner p {
    width: 50%;
}


/* company */

.message {
    
}
.message p {
    font-size: 1.8rem;
    line-height: 240%;
    text-align: center;
    margin: 60px 0;
}
.message h2 {
    color: #371c40;
    text-align: center;
    background-color: #EEE;
    padding: 15px 1em;
}
.message h2 span {
    font-size: 1.8rem;
}
.message h2 img {
	width: 100%;
	max-width: 355px;
	height: auto;
}

.company {
    
}
.company .list-item {
    
}
.company .list-item li {
    width: 30%;
    margin-top: 50px;
}
.company .list-item li dl {
    width: 100%;
    color: #381c40;
    text-align: center;
    background-color: #EEE;
    border-radius: 10px;
    padding: 40px 15px;
}
.company .list-item li dl dt {
    font-size: 3rem;
}
.company .list-item li dl dd {
    font-size: 2.4rem;
    line-height: 180%;
    margin-top: 30px;
}

.company .list-item-t {
    margin-top: 50px;
}
.company .list-item-t li {
    font-size: 2.2rem;
    line-height: 180%;
    color: #381c40;
    background-color: #EEE;
    border-radius: 36px;
    margin-top: 20px;
    text-indent: -1.5em;
    padding: 18px 1em 18px 3em;
}

.company .mark-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.company .mark-list li {
    width: 30.33%;
    max-width: 163px;
    margin: 40px 1.5% 0;
}
.company .mark-list li img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
.company .mark-list li p {
    font-size: 1.4rem;
    line-height: 160%;
    text-align: center;
    margin: 10px 0 0;
}

/* safety */

.safety {
    
}
.safety section:nth-of-type(n+2) {
    margin-top: 80px;
}
.safety-cont {
    width: 100%;
    background-color: #EEE;
    background-image: url("../../images/bg1.png");
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 40px;
}
.safety-cont .inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.safety-cont .inner ul {
    margin-top: 50px;
}
.safety-cont .inner ul li {
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 10px;
}
.safety-cont .inner p {
    margin-top: 50px;
}
.safety section:nth-of-type(odd) .fl-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.safety section .fl-box .photo {
    width: 46%;
    margin-top: 50px;
}
.safety section .fl-box .photo img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
.safety section .fl-box .txt {
    width: 48%;
}
.safety section .button {
    margin-top: 50px;
}
.safety-cont .inner.g-mark p {
    background-image: url("../../safety/images/g_mark.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 150px;
    padding-right: 180px;
}

@media only screen and (min-width:1px) and (max-width: 768px) {
	
    .feature section {
        padding-top: 5%;
    }
    .feature section:nth-of-type(n+2) {
        margin-top: 8%;
    }
    .feature section:nth-of-type(1)::before,.feature section:nth-of-type(2)::before,.feature section:nth-of-type(3)::before {
        content: " ";
        display: none;
    } 
    .feature section dl dt {
        display: block;
    }
    .feature section dl dd {
        width: 100%;
        color: #FFF;
        padding: 7% 0;
    }
    .feature section dl dd p {
        margin-top: 5%;
    }
    .feature section:nth-of-type(even) dl dd {
        margin: 0;
    }
    
    .recruit section:nth-of-type(n+2) {
        margin-top: 8%;
    }
    .contact .opening-txt {
        font-size: 1.8rem;
        line-height: 3.6rem;
        margin: 0 auto 5%;
    }
    .contact .title-s {
        font-size: 1.8rem;
        line-height: 3.6rem;
    }
    .contact .contents-item section h2.info {
        font-size: 1.8rem;
        line-height: 3.6rem;
        margin-top: 5%;
    }
    .contact .contents-item section ul {
        text-align: center;
        margin-bottom: 5%;
    }
    .contact .contents-item section ul li {
        font-size: 3rem;
        margin: 20px 0 0;
    }
    .contact .contents-item section ul li span {
        font-size: 2rem;
        margin: 0 15px 0 0;
    }
    .contact .contents-item .data-tstyle {
        margin-top: 5%;
    }
    .contact .contents-item .data-tstyle th {
        background-color: #EEE;
    }
    
    .vehicle section:nth-of-type(n+2) {
        margin-top: 8%;
    }
    .vehicle section dl {
        width: 100%;
    }
    .vehicle section dl:nth-of-type(2) {
        margin-top: 8%;
    }
    .vehicle section dl dd {
        font-size: 1.6rem;
        padding: 5% 1em;
    }
    
    .service section:nth-of-type(2) {
        margin-top: 8%;
    }
    .service section .inner {
        display: block;
        padding: 18% 0;
    }

    .service section .inner h1 {
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding: .5em 1em;
    }
    .service section .inner p {
        width: 100%;
        margin-top: 5%;
    }
    .message p {
        font-size: 1.6rem;
        line-height: 180%;
        text-align: left;
        margin: 6% 0;
    }
    .message h2 {
        color: #371c40;
        text-align: center;
        background-color: #EEE;
        padding: 15px 1em;
    }
    .message h2 span {
        font-size: 1.6rem;
    }
    
    .company .list-item {
        display: block;
    }
    .company .list-item li {
        width: 100%;
        margin-top: 5%;
    }
    .company .list-item li dl {
        padding: 20px 15px;
    }
    .company .list-item li dl dt {
        font-size: 2.4rem;
    }
    .company .list-item li dl dd {
        font-size: 1.8rem;
        margin-top: 20px;
    }

    .company .list-item-t {
        margin-top: 5%;
    }
    .company .list-item-t li {
        font-size: 1.8rem;
    }
    
    .safety-cont {
        background-size: 30px;
    }
    .safety section:nth-of-type(n+2) {
        margin-top: 8%;
    }
    .safety-cont .inner {
        padding-bottom: 6%;
    }
    .safety-cont .inner ul {
        margin-top: 5%;
    }
    .safety-cont .inner p {
        margin-top: 5%;
    }
    .safety section .fl-box {
        display: block;
    }
    .safety section .fl-box .photo {
        width: 100%;
        margin-top: 5%;
    }
    .safety section .fl-box .txt {
        width: 100%;
    }
    .safety section .button {
        margin-top: 5%;
    }
    .safety-cont .inner.g-mark p {
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 140px;
        padding: 170px 0 0 0;
    }
}

@media only screen and (min-width:1px) and (max-width: 568px) {
	


}
	
@media only screen and (min-width:1px) and (max-width: 480px) {
	
   
    
}

