/**PCサイズ(最小幅：769px)**/
@charset "UTF-8";
@media (min-width:769px) {
    body {
        margin: 0;
        padding: 0;
        font-family: 'BIZ UDGothic', sans-serif;
        font-family: 'Dhurjati', sans-serif;
        font-family: 'Josefin Sans', sans-serif;
        background: #fff !important;
    }

    /*ヘッダー*/
    header {
        display: flex;
        position: sticky;
        top: 0;
        height: 85px;
        z-index: 90;
        padding: 0 3%;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        background-color: rgba(255, 255, 255, 0.7);
        box-shadow: 0 3px 6px rgba(255, 255, 255, 0.18);
    }

    .logo img {
        width: 30%;
    }

    /*-----*/

    /*メニュー*/
    menu {
        text-align: center;
        width: 80%;
    }

    menu ul {
        margin: 0;
        padding: 0;
    }

    menu li {
        list-style: none;
        display: inline-block;
        width: 10%;
        min-width: 105px;
    }

    menu li:not(:last-child) {
        border-right: 2px solid #ddd;
    }

    menu a {
        text-decoration: none;
        color: #333;
    }

    menu a:hover {
        color: #F7CB4D;
        border-bottom: 2px solid #F7CB4D;
    }



    /*ハンバーガーメニューの非表示*/
    menu.hamburger {
        display: none;
    }

    /*---*/

    #main {
        position: relative;
        width: 100%;
        margin-top: 40%;
    }

    /*----トップページ----*/
    /*ムービー埋込*/
    video {
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        max-width: 100%;
        min-height: 100%;
    }

    .bg-movie {
        overflow: hidden;
        max-width: 100%;
        height: auto;
    }

    .moveiarea {
        position: absolute;
        z-index: -1;
    }

    /*----*/

    /*コンテンツ*/
    .content {
        padding: 5% 0;
        background: linear-gradient(170deg, #b3b3b3 0%, #b3b3b3 48%, rgba(245, 211, 16, 0.6) 48%, rgba(245, 211, 16, 0.6) 54%, #fff 54%, #fff 0%);
    }

    .box-1 {
        display: flex;
        padding: 3% 12%;
    }

    .img-left {
        width: 70%;
        margin: 0;
        padding: 0;
        overflow: hidden;
        position: relative;
    }

    .text-right {
        width: 30%;
        margin: 5% 0 0 2%;
        padding: 0;
        text-align: center;
    }

    .box-2p {
        display: flex;
        padding: 1% 12%;
    }

    .box-2p .img-right {
        width: 70%;
        padding: 0;
        overflow: hidden;
        position: relative;
    }

    .box-2p>a {
        text-align: right;
    }

    .text-left {
        width: 30%;
        margin: 16% 2% 0 0;
        padding: 0;
        text-align: center;
    }

    .box-2m {
        display: none;
    }

    /*----*/

    /*----ここまでトップページ----*/

    /*スクロールダウン全体の場所*/
    .scrolldown1 {
        /*描画位置※位置は適宜調整してください*/
        position: absolute;
        left: 50%;
        bottom: -10%;
        /*全体の高さ*/
        height: 100px;
    }

    /*Scrollテキストの描写*/
    .scrolldown1 span {
        /*描画位置*/
        position: absolute;
        left: -15px;
        top: -15px;
        /*テキストの形状*/
        color: #333;
        font-size: 1rem;
        letter-spacing: 0.05em;
    }

    /* 線の描写 */
    .scrolldown1::after {
        content: "";
        /*描画位置*/
        position: absolute;
        top: 0;
        /*線の形状*/
        width: 1px;
        height: 30px;
        background: #333;
        /*線の動き1.4秒かけて動く。永遠にループ*/
        animation: pathmove 1.4s ease-in-out infinite;
        opacity: 0;
    }

    /*高さ・位置・透過が変化して線が上から下に動く*/
    @keyframes pathmove {
        0% {
            height: 0;
            top: 0;
            opacity: 0;
        }

        30% {
            height: 30px;
            opacity: 1;
        }

        100% {
            height: 0;
            top: 50px;
            opacity: 0;
        }
    }

    /*----*/

    /*-下層ページ共通-*/
    .bunner {
        position: relative;
        z-index: -1;
    }

    .slidein-title {
        position: absolute;
        bottom: 17%;
    }

    .title_truck {
        display: flex;
        text-align: right;
        margin: 0 4%;
    }

    .title {
        width: 68%;
        font-size: 80px;
        letter-spacing: 0.5em;
        text-align: center;
        background: rgba(245, 211, 16, 0.6);
        padding: 1px 10px;
        color: #000;
    }

    .truck {
        width: 32%;
    }

    .b-content .c-content .r-content {
        background: #fff;
    }


    /*----*/

    /*----企業情報ページ----*/
    #company-main {
        text-align: center;
    }

    .c-img-left {
        width: 30%;
        margin: 0;
        padding: 0;
        overflow: hidden;
        position: relative;
    }

    .c-text-right {
        width: 65%;
        margin: 1% 0 0 2%;
        padding: 0;
        text-align: center;
    }

    .img-right {
        width: 35%;
        margin-right: 5%;
        padding: 0;
        overflow: hidden;
        position: relative;
    }

    .text-left {
        width: 65%;
        margin: 10% 0 0 0%;
        padding: 0;
        text-align: center;
        justify-content: center;
    }

    .banner-box{
        position: relative;
    }
    .banner-box>img{
        margin: 0;
        width: 100%;
    }
    .banner-box>h1{
        position: absolute;
        top: 40%;
        left: 45%;
        color: #fff;
    }

    .staff-profile_list {
        display: grid;
        grid-template-columns: 400px 400px;
        grid-auto-rows: 300px;
        gap: 40px;
        justify-content: center;
        margin-top: 8%;
    }

    .staff-profile {
        background: #6fb2d2;
        position: relative;
    }

    .staff-profile>img {
        width: 100%;
    }

    .staff-profile>h2 {
        color: #fff;
        position: absolute;
        bottom: 15%;
        left: 4.5%;
    }

    .staff-profile>h1 {
        color: #fff;
        position: absolute;
        bottom: 0%;
        left: 4.5%;
    }


    .company-profile {
        text-align: center;
        padding: 5% 10%;
        background: #fff;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .profile {
        display: flex;
        padding-top: 2%;
    }

    table.address {
        width: 49%;
        padding: 0;
    }

    table,
    td,
    th {
        border: 1px solid #887d7a;
    }

    table {
        border-collapse: collapse;
    }

    th {
        width: 30%;
        text-align: center;
        background-color: #d3d3d3;
        height: 43px;
    }

    td {
        width: 40%;
        text-align: left;
        padding-left: 5%;
        height: 43px;
    }

    .map {
        width: 49%;
        margin: 0 0 0 2%;
        padding-top: 1%;
    }

    .map iframe {
        width: 100%;
        aspect-ratio: 16/9;
    }

    /*----ここまで企業情報ページ----*/

    /*----事業内容ページ----*/
    .flow-img {
        width: 90vw;
    }

    .flow {
        display: flex;
        width: 90%;
        margin-left: 5%;
    }

    .flow-box {
        width: 100%;
    }

    .business-flow {
        margin-top: 5%;
    }

    .flow-box {
        margin-bottom: 5%;
    }

    .business-1 {
        display: flex;
        margin: 4% 20%;
        background: #d3d3d3;
        /*border: #333 solid 1px;*/
    }

    .b-img {
        width: 30%;
        margin: 0;
        padding: 0;
        overflow: hidden;
        position: relative;
    }

    .b-text {
        width: 70%;
        margin: 6% 0 0 5%;
        padding: 0;
        text-align: center;
    }

    .b-content {
        margin-top: 8%;
    }

    /*----ここまで事業内容ページ----*/

    /*----車両紹介ページ----*/
    #introduction-main {
        text-align: center;
    }

    .car-content {
        display: flex;
        width: 100vw;
        margin-top: 5%;
    }

    .introduct-1 {
        width: 33%;
    }

    .car-img {
        width: 80%;
    }

    /*----ここまで車両紹介ページ----*/

    /*----採用情報ページ----*/
    #recruit-main {
        text-align: center;
    }

    .recruit-1 {
        display: flex;
        margin: 2% 15%;
        background: #d3d3d3;
        /*border: #333 solid 1px;*/
    }

    .r-img {
        width: 25%;
        margin: 0;
        padding: 0;
        overflow: hidden;
        position: relative;
    }

    .r-text {
        width: 70%;
        margin: 6% 0 0 5%;
        padding: 0;
        text-align: center;
    }

    .r-message {
        display: flex;
        margin: 8% 6% 0;
        padding: 2%;
        border: #333 solid 1px;
    }

    .r-message-img {
        width: 35%;
        margin: 0;
        padding: 0;
        overflow: hidden;
        position: relative;
    }

    .r-message-text {
        width: 60%;
        margin: 0 0 0 5%;
        padding: 0;
        text-align: center;
    }

    .fadein-box {
        margin-top: 8%;
    }

    /*----ここまで採用情報ページ----*/

    /*お問い合わせボタン*/
    .contact-btn-area {
        margin: 0;
        padding: 5% 0;
    }

    *,
    *:before,
    *:after {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
    }

    .btn,
    a.btn,
    button.btn {
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.5;
        position: relative;
        display: inline-block;
        padding: 1rem 4rem;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        letter-spacing: 0.1em;
        color: #999999;
        border-radius: 0.5rem;
    }

    a.btn-flat {
        overflow: hidden;

        padding: 1.5rem 6rem;

        color: #fff;
        border-radius: 10px;
        background: #999999;
    }

    a.btn-flat span {
        position: relative;
    }

    a.btn-flat:before {
        position: absolute;
        top: 0;
        left: 0;

        width: 150%;
        height: 500%;

        content: "";
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transform: translateX(-95%) translateY(-25%) rotate(45deg);
        transform: translateX(-95%) translateY(-25%) rotate(45deg);

        background: #f5d310;
    }

    a.btn-flat:hover:before {
        -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
        transform: translateX(-9%) translateY(-25%) rotate(45deg);
    }

    /*----------------*/
    /*--お問い合わせページ（googleフォーム）--*/
    #googleform {
        margin: 0;
        padding: 5% 0;
    }

    /*--------*/

    /*--トップに戻るボタン--*/
    .back-to-top {
        display: none;
        position: fixed;
        right: 5%;
        bottom: 5%;
        color: #fff;
        padding: 2rem;
        border-radius: 50%;
        display: inline-block;
        text-decoration: none;
    }

    .back-to-top::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: inline-block;
        width: 70px;
        height: 70px;
        background-color: #999999;
        border-radius: 50%;
        z-index: -1;
    }

    section {
        margin: 50px;
        border-radius: 20px;
        height: 1000px;
        font-size: 48px;
        padding: 30px;
        color: #999999;
        text-shadow: 3px 3px 0 #cd5;
        -webkit-text-stroke: 1px #888;
        /*text-stroke: 1px #888;*/
        padding: 0 0 10px;
    }

    .red {
        background-color: #6fb2d2;
    }

    .blue {
        background-color: #85c88a;
    }

    .yellow {
        background-color: #ebd671;
    }

    body {
        background-color: #eeeeee;
    }

    /*--------*/

    /*フッター*/
    footer {
        padding: 2%;
        text-align: center;
        background: #b3b3b3;
        z-index: 50;
    }

    footer>menu {
        text-align: center;
        margin-left: 7%;
    }

    .copyright {
        margin-top: 4%;
    }
}

/*----*/