@charset "UTF-8";

:root {
    --baseColor: #222222;
    --primaryColor: #FFF600;
    --textColor: #000000;
}

html {
    font-family: 'Noto Sans JP', sans-serif;
}

.container {
    overflow: hidden;
}

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

.pc {
    display: none;
}

p {
    font-size: 16px;
    line-height: 2.0;
}

h1 {
    width: 50px;
}

.header-inner {
    padding: 15px;
    position: absolute;
}

/* kv */
.kv {
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 15px;
    padding-bottom: 50px;
}

.kv .main-copy {
    color: #fff;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: 2.5px;
    margin-bottom: 25px;
}

.kv .sub-copy {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
}

.kv .fz57 {
    font-size: 57px;
    color: var(--primaryColor);
}

.kv .fz53 {
    font-size: 53px;
}

.kv .fz55 {
    font-size: 55px;
    color: var(--primaryColor);
}

.kv .fz50 {
    font-size: 50px;
}

.kv .sub-copy span {
    color: var(--primaryColor);
}

/* video */
.video {
    width: 100%;
    height: 100vh;
    background: url(../img/kv-alternative.jpg) no-repeat center/cover;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.video::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .5;
}

.video video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    zoom: 0.1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

@media screen and (min-width: 768px) {

    /* kv */
    .kv {
        min-width: 960px;
    }

    .kv .main-copy {
        font-size: 60px;
    }

    .kv .sub-copy {
        font-size: 30px;
    }

    /* video */
    .video {
        min-width: 960px;
    }
}

.container {
    position: relative;
}

.right-to-left {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 202px;
    color: #000;
    opacity: 0.5;
    position: absolute;
    z-index: 990;
    right: -140px;
    top: 20px;
}

section {
    padding: 50px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 999;
}

.section-title h2 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
}

.section-title p {
    color: var(--primaryColor);
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}


/* こんな方におすすめ */
#recommend {
    background-image: url(../images/recommend-bg.jpg);
    padding-top: 100px;
}

#recommend ul {
    position: relative;
    z-index: 999;
}

#recommend ul li .sectionimg {
    width: 60%;
}

#recommend ul li .scroll_right {
    margin: 0 0 0 auto;
}

#recommend ul li p {
    background-color: var(--primaryColor);
    font-weight: 700;
    display: inline-block;
    padding: 4px 15px;
    margin-top: -15px;
    margin-bottom: 50px;
}

#recommend ul li .right-p {
    text-align: right;
}

#recommend ul li .top-p {
    margin-bottom: 20px;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}

.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}

.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/* ドライバー募集 */
#recruite {
    background-color: var(--baseColor);
}

#recruite .section-inner {
    background-color: #EEEEEE;
    padding: 20px 10px 30px;
    margin: 0 15px;
    position: relative;
    z-index: 999;
}

#recruite h3 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background-color: var(--primaryColor);
    padding: 12px;
}

#recruite h4 {
    font-weight: 700;
    margin-bottom: 6px;
    padding-top: 20px;
}

#recruite .section-inner ul li p {
    font-size: 14px;
    line-height: normal;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--baseColor);
}

#recruite .section-inner ul li .fz13 {
    font-size: 13px;
}

#recruite .section-inner ul li .last-p {
    padding-bottom: 0;
    border-bottom: none;
}

/* お問い合わせ */
#contact {
    background-image: url(../images/contact-bg.jpg);
    background-size: cover;
}

#contact .section-inner {
    padding: 0 10px;
    line-height: normal;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    z-index: 999;
}

#contact a {
    cursor: pointer;
    transition: all .7s;
    display: block;
    text-align: center;
    align-items: center;
    color: var(--primaryColor);
    font-size: 18px;
    font-weight: 900;
    padding: 13px;
    margin: 0 20px;
    border: 1.5px solid #FFF600;
    position: relative;
    z-index: 999;
}

#contact a:hover {
    background-color: var(--primaryColor);
    color: #000;
}

/* お問い合わせフォーム */
#contactform {
    background-color: var(--baseColor);
    padding: 30px 15px;
}

#contactform .section-inner {
    background-color: #eee;
    padding: 50px 10px;
    position: relative;
    z-index: 999;
}

#contactform h2 {
    color: #000;
}

.label {
    font-weight: 700;
}

.check {
    margin-top: 5px;
    margin-bottom: 30px;
}

input[type=checkbox] {
    display: none;
}

.check-box__text {
    display: inline-block;
    padding: 6px 20px 3px 29px;
    cursor: pointer;
    position: relative;
}

.check-box__text::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    padding-top: 7px;
    top: 10px;
    left: 10px;
    border: 1.5px solid #000;
}

.check-box__text::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    padding-top: 4px;
    top: 8px;
    left: 12px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    opacity: 0;
}

input[type=checkbox]:checked+span::after {
    opacity: 1;
}

.input {
    border: 1.5px solid var(--baseColor);
    width: 100%;
    height: 30px;
    margin-bottom: 30px;
    margin-top: 5px;
    padding: 3px;
}

#form textarea {
    border: 1.5px solid var(--baseColor);
    width: 100%;
    margin-bottom: 30px;
    margin-top: 5px;
    padding: 3px;
}

button {
    cursor: pointer;
    transition: all .7s;
    display: block;
    text-align: center;
    align-items: center;
    color: var(--baseColor);
    font-size: 18px;
    font-weight: 900;
    padding: 13px;
    margin: 0 auto;
    width: 100%;
    border: 1.5px solid var(--baseColor);
}

button:hover {
    background-color: #222222;
    color: var(--primaryColor);
}


/* 会社概要 */
#company {
    position: relative;
    background-image: url(../images/company-bg.jpg);
    background-size: cover;
}

#company::after {
    content: "";
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.818);
    z-index: 0;
}

#company ul {
    color: #fff;
    padding: 0 20px;
    position:relative;
    z-index: 1;
}

#company ul h3 {
    font-weight: 700;
    margin-bottom: 5px;
}

#company ul li {
    margin-bottom: 30px;
}

#company ul li :last-child {
    margin-bottom: 0;
}

/* フッター */
footer {
    background-color: var(--baseColor);
    padding-top: 40px;
    padding-bottom: 20px;
}

footer ul {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

footer ul li {
    width: 30px;
    margin-right: 20px;
    cursor: pointer;
    transition: all .2s;
    display: flex;
    align-items: center;
}

footer ul li:hover {
    opacity: 0.7;
}

footer ul li:last-child {
    margin-right: 0;
}

.copy-right {
    text-align: center;
    color: #fff;
    font-size: 12px;
}

@media screen and (min-width: 1024px) {
    .pc {
        display: block;
    }

    .header-inner {
        padding: 50px 100px;
    }

    h1 {
        width: 75px;
    }

    .kv {
        padding-left: 100px;
        padding-bottom: 75px;
    }

    .kv,
    .video {
        height: 100vh;
    }

    .kv .main-copy {
        font-size: 70px;
    }

    .kv .fz57,
    .kv .fz55 {
        font-size: 81px;
    }

    .kv .fz53 {
        font-size: 79px;
    }

    .kv .fz50 {
        font-size: 76px;
    }

    .kv .fz95 {
        font-size: 79px;
    }

    .kv .sub-copy {
        font-size: 32px;
    }

    .right-to-left {
        font-size: 312px;
        right: -210px;
        top: 50px;
    }

    section {
        padding: 150px 200px;
    }

    .section-title {
        margin-bottom: 100px;
    }

    .section-title h2 {
        font-size: 40px;
    }

    .section-title p {
        font-size: 25px;
    }

    /* こんな人におすすめ */
    #recommend {
        padding-top: 150px;
        background-image: url(../images/recommend-bg-pc.jpg);
        background-size: cover;
    }

    #recommend ul li p {
        font-size: 24px;
        padding: 13px 30px;
    }

    #recommend ul li .right-p {
        text-align-last: left;
        margin-left: 150px;
    }

    .sectionimg {
        max-width: 400px;
    }

    .left-p {
        display: block;
        max-width: 500px;
        margin: 0 150px 0 auto;
    }

    /* ドライバー募集 */
    #recruite .section-inner {
        padding-top: 50px;
        padding-bottom: 50px;
        margin: 0;
    }

    #recruite h3 {
        width: 85%;
        margin: 0 auto 20px;
        font-size: 25px;
        padding: 25px;
    }

    #recruite h4 {
        padding-top: 30px;
        margin-bottom: 10px;
        font-size: 18px;
    }

    #recruite .section-inner ul li p {
        font-size: 16px;
        padding-bottom: 30px;
    }

    #recruite ul {
        width: 85%;
        margin: 0 auto;
    }

    /* お問い合わせ */
    #contact {
        background-image: url(../images/contact-bg-pc.jpg);
        background-size: cover;
        background-position: center;
    }

    #contact .section-inner {
        text-align: center;
        font-size: 22px;
        margin-bottom: 75px;
    }

    #contact a {
        font-size: 30px;
        padding: 20px;
        width: 60%;
        margin: 0 auto;
    }

    /* お問い合わせフォーム */
    #contactform {
        padding: 150px 200px;
    }

    #contactform .section-inner {
        padding-top: 75px;
        padding-bottom: 100px;
    }

    #contactform .section-title {
        margin-bottom: 50px;
    }

    form {
        width: 80%;
        margin: 0 auto;
    }

    .check-pc {
        display: flex;
        justify-content: space-between;
    }

    .check {
        width: 60%;
        margin-top: 0;
        margin-bottom: 50px;
    }

    .check-box__text {
        font-size: 18px;
        padding-right: 30px;
    }

    .check-box__text::before {
        width: 13px;
        padding-top: 10px;
        border: 2px solid #000;
    }

    .check-box__text::after {
        width: 14px;
        padding-top: 6px;
        top: 9px;
    }

    .form-item {
        display: flex;
        justify-content: space-between;
    }

    .label {
        width: 30%;
        font-size: 20px;
    }

    .input {
        width: 60%;
        font-size: 18px;
        height: 35px;
        padding: 5px;
        margin-top: 0;
        margin-bottom: 50px;
    }

    #form textarea {
        margin-bottom: 75px;
        width: 60%;
        font-size: 18px;
        margin-top: 0;
    }

    button {
        font-size: 30px;
        padding: 20px;
        width: 60%;
        margin: 0 auto;
    }

    /* 会社概要 */
    #company {
        position: relative;
        background-image: url(../images/company-bg.jpg);
        background-size: cover;
        background-position: center;
    }

    #company ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    #company ul li {
        width: 40%;
        margin-bottom: 75px;
    }

    #company ul li:nth-child(3) {
        margin-bottom: 0;
    }

    #company ul li:last-child {
        margin-bottom: 0;
    }

    #company ul h3 {
        font-size: 20px;
    }

    #company ul p {
        font-size: 18px;
    }

    /* フッター */

    footer {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    footer ul {
        margin-bottom: 50px;
    }

    footer ul li {
        width: 50px;
        margin-right: 50px;
        display: flex;
    align-items: center;
    }

}