/**モバイルサイズ(最大幅：599px)**/
@charset "UTF-8";
@media (max-width:599px) {
    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;
        z-index: 90;
        padding: 0 3%;
        height: 70px;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        background-color: rgba(255, 255, 255, 0.5);
        box-shadow: 0 3px 6px rgba(0, 0, 0, .18);
    }

    .logo img {
        width: 65%;
      }
    /*-----*/

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

    /*メニュー*/
    menu {
        display: none;
    }

    .tel {
        display: none;
    }

    /*ハンバーガーメニューの表示*/
    menu.hamburger {
        display: inline;
        z-index: 999;
    }

    .tel-icon{
        width: 7%;
        margin: 0;
      }

    /*---*/

    #main {
        position: relative;
        background: #fff;
        width: 100%;
        margin-top: 39%;
    }


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

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

    .moviearea {
        position: absolute;
        z-index: -1;
    }
    /*----*/

    /*コンテンツ横並び*/
    .box-1 {
        display: flex;
        flex-direction: column;
        margin: 8%;
    }

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

    .text-right {
        width: 100%;
        margin: 0;
        padding: 2%;
        text-align: center;
        font-size: 15px;
    }

    .box-2p {
        display: none;
    }

    .box-2m {
        display: flex;
        flex-direction: column;
        margin: 8%;
    }

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

    .text-left {
        width: 100%;
        padding: 0;
        text-align: center;
        font-size: 15px;
    }
    /*----*/

    /*-下層ページ共通-*/
    #bunner-title{
        margin-top: -4% !important;
    }
    .bunner{
        position: relative;
        z-index: -1;
        margin: 0;
    }
    .slidein-title{
        position: absolute;
        bottom: 66%;
        margin: 0%;
    }
    .title_truck{
        display: flex;
        text-align: right;
        margin: 0 4%;
        bottom: 0;
    }
    .title{
        width: 66%;
        font-size: 28px;
        letter-spacing: 0.5em;
        text-align: center;
        background: rgba(245, 211, 16, 0.6);
        padding: 1px 10px;
        color: #000;
    }
    .truck{
        width: 30%;
    }

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

    p{
        font-size: 14px;
    }

    .simple-profile{
        margin: 0 5%;
 }
    /*----*/

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

    .m-br{
        display: none;
    }

    .c-img-left{
        width: 100%;
        margin-left: 0%;
    }

    .c-img-right{
        width: 100%;
        margin-left: 0%;
    }

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

        font-size: 24px;
    }

    .staff-profile_list {
        display: block;
        justify-content: center;
        margin-top: 8%;
    }

    .staff-profile {
        position: relative;
        margin: 10% 0;
    }

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

    .staff-profile>h2 {
        color: #fff;
        position: absolute;
        bottom: 14%;
        left: 13.5%;

        font-size: 24px;
    }

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

        font-size: 30px;
    }

       /*会社概要*/
       .company-profile {
        text-align: center;
        padding: 3%;
    }

    .profile {
        /*display: flex;
    flex-direction: column;*/
        padding-top: 2%;
    }

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

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

    table {
        border-collapse: collapse;
    }

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

    td {
        width: 70%;
        text-align: left;
        padding-left: 10%;
        height: 35px;
    }

    .map {
        width: 100%;
        margin: 0;
        padding-top: 3%;
    }

    .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;
        flex-direction: column;
        margin: 5% 6%;
        /*border: #333 solid 1px;*/
        text-align: center;
    }

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

    .b-text {
        width: 70%;
        margin: 5% 15%;
        padding: 0;
    }

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

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

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

    .introduct-1 {
        width: 100%;
        margin-top: 3%;
    }

    .car-img {
        width: 70% !important;
    }

    .car-text {
        font-size: 12px;
        width: 55%;
    }

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

    /*----採用情報ページ----*/
    #recruit-main {
        text-align: center;
    }
    
    .recruit-1 {
        display: flex;
        flex-direction: column;
        margin: 10% 6%;
        align-items: center;
    }

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

    .r-text {
        font-size: 10px;
        width: 70%;
        margin: 0 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: 80%;
        margin: 0;
        padding: 0;
        overflow: hidden;
        position: relative;
    }

    .r-message-text {
        font-size: 10px;
        width: 70%;
        margin: 0 0 0 5%;
        padding: 0;
        text-align: center;
    }

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

        /*--お問い合わせページ（googleフォーム）--*/
        #googleform{
            margin: 0;
            padding: 5% 0;
            background: #c4e3fc;
        }
        #googleform iframe{
            height: 1280px !important;
        }
        /*--------*/

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

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

.btn,
a.btn,
button.btn {
  font-size: 1rem;
  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: 1rem 3rem;

  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);
}


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

    /*--トップに戻るボタン--*/
    .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: #d3d3d3;
    }

    .copyright {
        margin-top: 4%;
        font-size: small;
    }
}

/*----*/