@charset "UTF-8";
body#sd-home {
    background:#fff url(/ytc/corp/recruit/sales-driver/img/pc_home_headbg.jpg?t=25112601) no-repeat 50% top;
    background-size: 2830px 1480px;
}

@media screen and (max-width:767px){
    body#sd-home {
        background:#fff url(/ytc/corp/recruit/sales-driver/img/sp_home_headbg.jpg?t=25112601) no-repeat center top;
        background-size: 100vw auto;
    }
}

.main__salesdriver {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 50px 0 60px;
}


/* HERO */
.main__salesdriver-hero {
    position: relative;
    width: 960px;
    height: 540px;
    margin: 42px auto 210px;
}
.main__salesdriver-hero::before {
    content: "";
    display: block;
    position: absolute;
    top: 130px;
    left: -124px;
    width: 312px;
    height: 478px;
    background: url(/ytc/corp/recruit/sales-driver/img/home__hero-cart.png?t=25112601) no-repeat 47px 0,
        url(/ytc/corp/recruit/sales-driver/img/home__hero-truck.png?t=25112601) no-repeat bottom left;
    background-size: 110px 158px, 312px 180px;
    z-index: 10;
}
.main__salesdriver-hero::after {
    content: "";
    display: block;
    position: absolute;
    right: -155px;
    bottom: -51px;
    width: 432px;
    height: 162px;
    background: url(/ytc/corp/recruit/sales-driver/img/jobdescription-stepup-box.png?t=25112601) no-repeat 0 0;
    background-size: 432px 161.2px;
    z-index: 10;
}

.main__salesdriver-hero .swiper-slide {
    width: 960px;
    height: 0;
    padding-top: 540px;
    line-height: 1;
    overflow: hidden;
    text-indent: -9999px;
}
.main__salesdriver-hero .swiper-slide.slide1 {
    background: url(/ytc/corp/recruit/sales-driver/img/home__hero-slide1-pc.jpg?t=25112601) no-repeat 0 0;
    background-size: 960px 540px;
}
.main__salesdriver-hero .swiper-slide.slide2 {
    background: url(/ytc/corp/recruit/sales-driver/img/home__hero-slide2-pc.jpg?t=25112601) no-repeat 0 0;
    background-size: 960px 540px;
}
.main__salesdriver-hero .swiper-slide.slide3 {
    background: url(/ytc/corp/recruit/sales-driver/img/home__hero-slide3-pc.jpg?t=25112601) no-repeat 0 0;
    background-size: 960px 540px;
}

.swiper-pager.bullets {
    position: absolute;
    width: 960px !important;
    height: 16px;
    text-align: center;
    transform-origin: 50% 50%;
    transform: rotate(90deg);
    z-index: 10;
    top: 50% !important;
    left: 600px !important;
}
.swiper-pagination-bullet { background-color: #f0f0f0 !important; opacity: 1 !important;}
.swiper-pagination-bullet-active { background-color: #fccf00 !important;}
@media screen and (max-width:767px){
    .main__hero-wrapper {
        width: 100vw;
        margin: 0 auto;
        overflow: hidden;
    }
    .main__salesdriver-hero {
        width: 75.73vw;
        height: 93.3vw;
        margin: 5.3vw auto 14.6vw;
    }
    .main__salesdriver-hero::before {
        content: "";
        top: 36.27vw;
        left: -9.2vw;
        width: 27.6vw;
        height: 58.66vw;
        background: url(/ytc/corp/recruit/sales-driver/img/home__hero-cart.png?t=25112601) no-repeat 1.1vw 0,
            url(/ytc/corp/recruit/sales-driver/img/home__hero-truck.png?t=25112601) no-repeat bottom left;
        background-size: 10.9vw 15.66vw, 27.47vw 15.85vw;
    }
    .main__salesdriver-hero::after {
        content: "";
        right: -18.6vw;
        bottom: -10vw;
        width: 42.6vw;
        height: 15.9vw;
        background: url(/ytc/corp/recruit/sales-driver/img/jobdescription-stepup-box.png?t=25112601) no-repeat 0 0;
        background-size: 42.6vw 15.9vw;
    }
    .main__salesdriver-hero .swiper-slide {
        width: 75.73vw;
        height: 0;
        padding-top: 93.3vw;
        text-indent: -300vw;
    }
    .main__salesdriver-hero .swiper-slide.slide1 {
        background: url(/ytc/corp/recruit/sales-driver/img/home__hero-slide1-sp.jpg?t=25112601) no-repeat 0 0;
        background-size: 75.73vw 93.3vw;
    }
    .main__salesdriver-hero .swiper-slide.slide2 {
        background: url(/ytc/corp/recruit/sales-driver/img/home__hero-slide2-sp.jpg?t=25112601) no-repeat 0 0;
        background-size: 75.73vw 93.3vw;
    }
    .main__salesdriver-hero .swiper-slide.slide3 {
        background: url(/ytc/corp/recruit/sales-driver/img/home__hero-slide3-sp.jpg?t=25112601) no-repeat 0 0;
        background-size: 75.73vw 93.3vw;
    }

    .swiper-pager.bullets {
        width: 75.73vw !important;
        height: 2.1vw;
        text-align: center;
        transform-origin: 50% 50%;
        transform: rotate( 0);
        z-index: 10;
        top: initial !important;
        bottom: -3.1vw !important;
        left: 0 !important;
    }


}

/* tagline */
.main__salesdriver.tagline {
    position: relative;
    display: table;
    padding: 0;
    margin-top: 90px;
}
.tagline-wrapper {
    position: relative;
    display: table-cell;
    box-sizing:border-box;
    vertical-align: top;
    width: 100%;
    padding-left: 440px;
    min-height: 440px;
    height: 440px;
    background:url(/ytc/corp/recruit/sales-driver/img/home__tagline-image.jpg?t=25112601) no-repeat left 30px top 0;
    background-size: 340px 436px;
    z-index: 2;
}
.main__salesdriver.tagline::before {
    content: "";
    display: block;
    position: absolute;
    top: -90px;
    left: -120px;
    width: 240px;
    height: 240px;
    background-color: #fccf00;
    z-index: 1;
}

.main__salesdriver.tagline h2 {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: -2px;;
    margin: 0 0 40px;
}
.main__salesdriver.tagline p {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: -1px;;
    line-height: 2.18;
    margin: 0 0 30px;
}

@media screen and (max-width:767px){
    .main__salesdriver.tagline {
        display: block;
        margin-top: 0;
        width: 100vw;
    }

    .tagline-wrapper {
        display: block;
        width: 85.3vw;
        margin: 0 auto;
        padding: 0 ;
        min-height: 143vw;
        height: 143vw;;
        background:url(/ytc/corp/recruit/sales-driver/img/home__tagline-image.jpg?t=25112601) no-repeat right 0 bottom 0;
        background-size: 46.6vw 59.8vw;
    }
    .main__salesdriver.tagline::before {
        content: "";
        top: 70.6vw;
        left: 33.6vw;
        width: 32.8vw;
        height: 32.8vw;
    }
    .main__salesdriver.tagline h2 {
        font-size: 5.3vw;
        line-height: 1.6;
        letter-spacing: -2px;;
        margin: 0 0 5.3vw;
    }
    .main__salesdriver.tagline p {
        font-size: 3.5vw;
        letter-spacing: -1px;;
        line-height: 2.0;
        margin: 0 0 6vw;
    }


}

/* management */
.management__structure {
    list-style-type: none;
    display: block;
    width: 960px;
}
.management__structure-feature {
    display: block;
    width: 960px;
    padding: 0 30px;
    margin-bottom: -35px;
}
.management__structure-feature ul {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.management__structure-feature li {
    display: block;
    width: 280px;
    height: 280px;
    background-color:#fccf00;
    border-radius: 140px;
    box-sizing: border-box;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
}

.management__structure-feature li span {
    display: block;
    width: 240px;
    height: 83px;
    padding-top: 10px;
    box-sizing: border-box;
    background: url(/ytc/corp/recruit/sales-driver/img/home__management-baloon.svg?t=25112601) no-repeat center top;
    background-size: 240px 83px;
    margin: -10px auto 40px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.27;
    letter-spacing: -1px;
}

.management__structure-base {
    display: table;
    width: 960px;
    height: 180px;
    background: url(/ytc/corp/recruit/sales-driver/img/home__management-base-pc.svg?t=25112601) no-repeat center top;
    background-size: 960px 180px
}
.management__structure-base span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    box-sizing: border-box;
    padding: 10px 0 0;
}
.management__structure-base strong {
    display: block;
    font-size: 3.0rem;
}

@media screen and (max-width:767px){

    .main__salesdriver.management {
        margin: 16vw auto 22vw;
    }


    .main__salesdriver.management,
    .management__structure {
        width: 85.3vw;
        position: relative;
        padding: 0;
    }

    .management__structure-feature {
        display: block;
        position: relative;
        width: 85.3vw;
        padding: 0 6.6vw;
        margin-bottom: -3.6vw;
        z-index: 3;
    }
    .management__structure-feature ul {
        display: block;
        width: 72vw
    }

    .management__structure-feature li {
        display: block;
        width: 72vw;
        height: 20vw;
        padding-top: 2.9vw;
        margin-top: 1.1vw;
        border-radius: 1.33vw;
        font-size: 4.27vw;
    }
    .management__structure-feature li span {
        width: 61.3vw;
        height: 6.4vw;
        box-sizing: border-box;
        background-image: none;
        background-color: #fff;
        border-radius: 3.2vw;
        margin: 0 auto 1.3vw;
        padding-top: 1.3vw;
        text-align: center;
        font-size: 3.47vw;
        line-height: 1.0;
    }
    .management__structure-base {
        display: table;
        position: relative;
        width: 85.3vw;
        height: 33.3vw;
        background: url(/ytc/corp/recruit/sales-driver/img/home__management-base-sp.svg?t=25112601) no-repeat center top;
        background-size: 85.3vw 33.3vw;
        z-index: 2;
    }
    .management__structure-base span {
        font-size: 3.46vw;
        padding: 0 0;
        margin: 0 auto 1.8vw;
    }
    .management__structure-base strong {
        font-size: 5.3vw;
        margin-top: 1.8vw;
    }

}



/* search */
.main__search {
    width: 100%;
    height: 360px;
    background-color: #f0f0f0;
}
.main__search-wrapper {
    position: relative;
    display: table;
    width: 1200px;
    height: 360px;
    margin: 0 auto;
    box-sizing: border-box;
    background:url(/ytc/corp/recruit/sales-driver/img/home__areasearch-japan.svg?t=25112601) no-repeat 600px 50%;
    background-size: 337px 286px;
}
.main__search-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -33px;
    right: 0;
    width: 202px;
    height: 108px;
    background: url(/ytc/corp/recruit/sales-driver/img/jobdescription-schedule-car.png?t=25112601) no-repeat 0 0;
    background-size: 202px 108px;
}
.main__search-cell {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    padding-left: 120px;
}
.main__search h2 {
    font-size: 3.0rem;
    font-weight: bold;
    margin: 0;
    line-height: 1.7;
}
.main__search p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.7;
    margin: 0 0 30px;
}

@media screen and (max-width:767px){
    .main__search {
        height: 103vw;
    }
    .main__search-wrapper {
        display: block;
        width: 100vw;
        height: 103vw;
        background:url(/ytc/corp/recruit/sales-driver/img/home__areasearch-japan.svg?t=25112601) no-repeat top 48vw left 50%;
        background-size: 52.67vw 44.8vw;
    }
    .main__search-wrapper::after {
        content: "";
        bottom: -4.6vw;
        right: 6vw;
        width: 26.93vw;
        height: 14.4vw;
        background-size: 26.93vw 14.4vw;
    }
    .main__search-cell {
        display: block;
        padding: 9.3vw 0;
        width: 100%;
        text-align: center;
    }

    .main__search h2 {
        font-size: 4.27vw;
        margin: 0 auto 2.6vw;
    }
    .main__search p {
        font-size: 3.2vw;
        line-height: 1.7;
        margin: 0 0 4vw;
    }

}