header .header_bk {
  background: url(../img/mv_bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 582px;
  background-position: bottom center;
  border-bottom: 4px solid #3E3C39; }

header .header_logo {
  max-width: 272px;
  width: 100%;
  padding-top: 20px;
  margin-left: 30px; }
  header .header_logo a {
    display: block; }

header .mv_text {
  max-width: 1029px;
  max-height: 410px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

@media (min-width: 1px) and (max-width: 767px) {
  header .header_bk {
    background: #fff;
    height: auto; }
  header .header_logo {
    padding: 0;
    margin-left: 0;
    max-width: 100%; }
  header .mv_text {
    position: static;
    max-width: 100%;
    max-height: 100%; } }

.sec01 {
  background: #ed5a24;
  padding: 55px 0;
  border-bottom: 4px solid #3E3C39; }
  .sec01 .wrap {
    position: relative; }
  .sec01 .sec01_top {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../img/sec01_f.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 604px;
    height: 100px; }
    .sec01 .sec01_top .title {
      font-size: 23px;
      text-align: center;
      line-height: 80px;
      font-weight: 600; }
      .sec01 .sec01_top .title .big {
        font-size: 43px;
        margin-left: 5px; }
  .sec01 .open_logo {
    position: absolute;
    max-width: 226px;
    width: 100%;
    top: -135px;
    right: 30px; }
  .sec01 .sec01_text {
    max-width: 1200px;
    width: 100%;
    padding-top: 25px; }

@media (min-width: 1px) and (max-width: 1150px) {
  .sec01 .open_logo {
    display: none; } }

@media (min-width: 1px) and (max-width: 767px) {
  .sec01 {
    padding: 25px 0; }
    .sec01 .sec01_top {
      display: none; }
    .sec01 .sec01_text {
      padding-top: 0; } }

.sec02 {
  padding: 50px 0 107px;
  border-bottom: 4px solid #3E3C39;
  background-position: center; }
  .sec02 .wrap {
    position: relative; }
  .sec02 .sec02_title {
    background: url(../img/sec02_f.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 455px;
    height: 110px;
    margin: auto; }
    .sec02 .sec02_title .title {
      font-size: 23px;
      line-height: 90px;
      padding-left: 45px;
      font-weight: 600; }
  .sec02 .truck_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px; }
    .sec02 .truck_list .list_pic {
      position: relative; }
      .sec02 .truck_list .list_pic .coment_box {
        position: absolute;
        bottom: 5px;
        right: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 190px; }
        .sec02 .truck_list .list_pic .coment_box .coment_area {
          width: 75%;
          position: relative; }
          .sec02 .truck_list .list_pic .coment_box .coment_area .fukidashi {
            width: 144px;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            z-index: 0; }
          .sec02 .truck_list .list_pic .coment_box .coment_area .coment {
            font-size: 12px;
            position: relative;
            z-index: 1;
            padding: 7px 8px 0;
            padding-right: 0;
            line-height: 1.5; }
            .sec02 .truck_list .list_pic .coment_box .coment_area .coment.first {
              padding: 15px 8px 0;
              padding-right: 0; }
              .sec02 .truck_list .list_pic .coment_box .coment_area .coment.first.second {
                padding: 15px 6px 0;
                padding-right: 0; }
        .sec02 .truck_list .list_pic .coment_box .coment_face {
          max-width: 47px;
          width: 45%; }
    .sec02 .truck_list .truck_item {
      display: block;
      border: 3px solid #3E3C39;
      width: 32%;
      margin-bottom: 2%; }
      .sec02 .truck_list .truck_item:nth-child(2), .sec02 .truck_list .truck_item:nth-child(5), .sec02 .truck_list .truck_item:nth-child(8), .sec02 .truck_list .truck_item:nth-child(11) {
        margin-left: 2%;
        margin-right: 2%; }
      .sec02 .truck_list .truck_item .text_area {
        background: #3E3C39;
        padding: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
      .sec02 .truck_list .truck_item .left {
        width: 60%; }
      .sec02 .truck_list .truck_item .right {
        width: 40%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
      .sec02 .truck_list .truck_item .item_model {
        color: #fff;
        font-size: 14px; }
      .sec02 .truck_list .truck_item .item_name {
        color: #fff;
        font-size: 20px;
        font-weight: 600; }
      .sec02 .truck_list .truck_item .year {
        color: #fff;
        font-size: 14px;
        text-align: right; }
      .sec02 .truck_list .truck_item .contact_number {
        background: #ffed00;
        border-radius: 5px;
        padding: 0 5px;
        font-size: 14px;
        display: inline-block;
        margin-top: 6px; }
  .sec02 .truck_bottom {
    max-width: 982px;
    width: 100%;
    margin-left: auto; }
  .sec02 .check_icon {
    position: absolute;
    bottom: -107px;
    left: 0;
    max-width: 166px;
    width: 100%; }

@media (min-width: 1px) and (max-width: 1315px) {
  .sec02 .truck_list .truck_item .item_name {
    font-size: 18px; } }

@media (min-width: 1px) and (max-width: 1198px) {
  .sec02 .truck_list .truck_item .text_area {
    padding: 15px 10px; }
  .sec02 .truck_list .truck_item .item_name {
    font-size: 17px; } }

@media (min-width: 1px) and (max-width: 1180px) {
  .sec02 {
    padding-bottom: 120px; }
  .sec02 .check_icon {
    bottom: -120px; }
  .sec02 .truck_list .truck_item .left {
    width: 58%; }
  .sec02 .truck_list .truck_item .right {
    width: 42%; } }

@media (min-width: 1px) and (max-width: 1140px) {
  .sec02 .truck_list .truck_item .item_name {
    font-size: 15px; }
  .sec02 .truck_list .truck_item .left {
    width: 55%; }
  .sec02 .truck_list .truck_item .right {
    width: 45%; }
  .sec02 .truck_list .truck_item .text_area {
    padding: 15px 8px; } }

@media (min-width: 1px) and (max-width: 1060px) {
  .sec02 .truck_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .sec02 .truck_list .truck_item {
      width: 49%;
      margin-bottom: 2%; }
      .sec02 .truck_list .truck_item:nth-child(2), .sec02 .truck_list .truck_item:nth-child(5), .sec02 .truck_list .truck_item:nth-child(8), .sec02 .truck_list .truck_item:nth-child(11) {
        margin-left: 0%;
        margin-right: 0%; }
      .sec02 .truck_list .truck_item:nth-child(odd) {
        margin-right: 2%; }
      .sec02 .truck_list .truck_item .text_area {
        padding: 15px; }
      .sec02 .truck_list .truck_item .item_name {
        font-size: 16px; } }

@media (min-width: 1px) and (max-width: 767px) {
  .sec02 {
    padding-bottom: 75px;
    background: #fff; }
    .sec02 .sec02_title {
      background: transparent;
      width: 100%;
      height: auto; }
    .sec02 .truck_list .truck_item {
      width: 100%; }
      .sec02 .truck_list .truck_item:nth-child(odd) {
        margin-right: 0%; }
      .sec02 .truck_list .truck_item .left {
        width: 57%; }
      .sec02 .truck_list .truck_item .right {
        width: 43%; }
      .sec02 .truck_list .truck_item .text_area {
        padding: 10px; }
      .sec02 .truck_list .truck_item .item_model {
        font-size: 12px; }
      .sec02 .truck_list .truck_item .item_name {
        font-size: 17px; }
      .sec02 .truck_list .truck_item .year {
        font-size: 12px; }
      .sec02 .truck_list .truck_item .contact_number {
        font-size: 12px; }
    .sec02 .check_icon {
      display: none; } }

@media (min-width: 1px) and (max-width: 365px) {
  .sec02 .truck_list .truck_item .item_name {
    font-size: 16px; } }

@media (min-width: 1px) and (max-width: 350px) {
  .sec02 .truck_list .truck_item .item_name {
    font-size: 15px; } }

@media (min-width: 1px) and (max-width: 330px) {
  .sec02 .truck_list .truck_item .item_name {
    font-size: 14px;
    margin-top: 5px; } }

.sec03 {
  background: url(../img/contact_bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 4px solid #3E3C39;
  position: relative;
  padding: 50px 0; }
  .sec03 .sec03_title {
    background: url(../img/sec03_f.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 308px;
    height: 106px;
    margin: auto;
    position: absolute;
    top: -59px;
    left: 0;
    right: 0;
    margin: auto; }
    .sec03 .sec03_title .title {
      font-size: 23px;
      line-height: 84px;
      text-align: center;
      font-weight: 600; }
  .sec03 .contact_box {
    background: #fff;
    border: 4px solid #3E3C39;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .sec03 .contact_left {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #3E3C39;
    padding: 10px 0; }
  .sec03 .contact_right {
    width: 60%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0;
    padding-left: 30px; }
  .sec03 .contact_logo {
    max-width: 360px;
    width: 100%;
    margin: 0 auto 15px; }
  .sec03 .contact_time {
    text-align: center; }
  .sec03 .contact_tel {
    display: block;
    max-width: 442px;
    margin-bottom: 28px; }
  .sec03 .contact_image {
    position: absolute;
    bottom: -19.9px;
    right: 0;
    max-width: 239px;
    max-height: 233px;
    width: 100%;
    height: auto; }
  .sec03 .contact_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .sec03 .contact_btn .con_btn {
      max-width: 215px;
      width: 100%;
      border: 3px solid #3E3C39;
      -webkit-box-shadow: 2px 2px #3E3C39;
      box-shadow: 2px 2px #3E3C39;
      border-radius: 5px;
      padding: 14.5px 0;
      font-weight: 600;
      text-align: center;
      font-size: 17px; }
      .sec03 .contact_btn .con_btn.web_btn {
        background: #ffed00 url(../img/btn_arrow.png);
        background-repeat: no-repeat;
        background-size: 9px 13px;
        background-position: 98% center;
        margin-right: 8px; }
      .sec03 .contact_btn .con_btn.line_btn {
        background: #39D036 url(../img/btn_arrow.png);
        background-repeat: no-repeat;
        background-size: 9px 13px;
        background-position: 98% center; }

@media (min-width: 1px) and (max-width: 1335px) {
  .sec03 .contact_image {
    display: none; } }

@media (min-width: 1px) and (max-width: 1040px) {
  .sec03 .contact_left {
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

@media (min-width: 1px) and (max-width: 930px) {
  .sec03 {
    height: auto; }
    .sec03 .contact_box {
      display: block; }
    .sec03 .contact_left {
      width: 100%;
      border-right: none; }
    .sec03 .contact_right {
      width: 100%;
      padding-left: 0; }
    .sec03 .contact_tel {
      margin: 0 auto 28px; }
    .sec03 .contact_btn {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

@media (min-width: 1px) and (max-width: 767px) {
  .sec03 {
    background: url(../img/contact_bk_sp.jpg); }
    .sec03 .contact_logo {
      max-width: 268px; }
    .sec03 .contact_right {
      padding: 0; }
    .sec03 .contact_tel {
      width: 90%; }
    .sec03 .contact_btn .con_btn {
      font-size: 11px;
      max-width: 146px;
      padding: 9px 0; }
      .sec03 .contact_btn .con_btn.line_btn {
        background-size: 5px 8px; }
      .sec03 .contact_btn .con_btn.web_btn {
        background-size: 5px 8px; }
    .sec03 .tel_sub {
      font-size: 11px;
      text-align: center;
      line-height: 1.3;
      margin-bottom: 7px; } }

footer .footer_wrap {
  padding: 50px;
  position: relative; }

footer .footer_flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  footer .footer_flexbox .footer_flexitem_lft .footer_flexitem_lft_logo {
    max-width: 141px;
    width: 100%;
    height: auto;
    margin-bottom: 20px; }
  footer .footer_flexbox .footer_flexitem_lft .spfooter_flexbox01 {
    margin-top: 40px; }
    footer .footer_flexbox .footer_flexitem_lft .spfooter_flexbox01 .footer_tel {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 33px;
      font-weight: bold;
      margin-bottom: 10px; }
      footer .footer_flexbox .footer_flexitem_lft .spfooter_flexbox01 .footer_tel .tel_icon {
        width: 33px;
        height: 33px;
        margin-right: 5px; }

footer .footer_flexitem_rig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 50px; }
  footer .footer_flexitem_rig .footer_flexitem_navbox {
    margin-right: 50px; }
    footer .footer_flexitem_rig .footer_flexitem_navbox .plusminu {
      display: none; }
    footer .footer_flexitem_rig .footer_flexitem_navbox li {
      line-height: 2; }
    footer .footer_flexitem_rig .footer_flexitem_navbox li.li_first {
      border-bottom: 2px solid #ececec;
      padding-bottom: 10px;
      margin-bottom: 20px;
      font-size: 16px; }
    footer .footer_flexitem_rig .footer_flexitem_navbox .footer_flexitem_spno {
      display: block; }

footer .copyright {
  background-color: #ed5a24;
  text-align: center;
  padding: 22px 0; }
  footer .copyright small {
    color: #fff;
    font-size: 16px; }

.sp_footer_fixed {
  display: none; }

@media (min-width: 1px) and (max-width: 1050px) {
  footer .footer_flexitem_rig {
    margin-left: 0; }
  footer .footer_flexitem_rig .footer_flexitem_navbox {
    margin-right: 30px; } }

@media (min-width: 1px) and (max-width: 950px) {
  footer .footer_flexbox {
    display: block; } }

@media (min-width: 1px) and (max-width: 850px) {
  footer {
    margin-bottom: 55px; }
  .sp_footer_fixed {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 100; }
    .sp_footer_fixed .sp_menu_fixed {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .sp_footer_fixed .sp_menu_fixed li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%; }
        .sp_footer_fixed .sp_menu_fixed li a {
          display: block;
          text-align: center;
          padding: 9.5px 0;
          font-weight: 600;
          font-size: 16px;
          line-height: 1.3; }
        .sp_footer_fixed .sp_menu_fixed li:first-child {
          background: #ea5514; }
          .sp_footer_fixed .sp_menu_fixed li:first-child a {
            color: #fff; }
        .sp_footer_fixed .sp_menu_fixed li:nth-child(2) {
          background: #fff100; }
          .sp_footer_fixed .sp_menu_fixed li:nth-child(2) a {
            color: #333; }
        .sp_footer_fixed .sp_menu_fixed li:nth-child(3) {
          background: #39D036; }
          .sp_footer_fixed .sp_menu_fixed li:nth-child(3) a {
            color: #333; } }

@media (min-width: 1px) and (max-width: 767px) {
  footer .footer_wrap {
    padding: 25px 0 0; }
  footer .footer_flexbox .footer_flexitem_lft {
    width: 90%;
    margin: auto; }
  footer .spfooter_flexbox02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 95%;
    margin: auto;
    margin-bottom: 10px; }
  footer .footer_flexitem_lft_logo {
    max-width: 150px;
    margin-right: 20px; }
  footer .spfooter_flexbox01 {
    width: 95%;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 0; }
  footer .footer_flexitem_rig {
    display: block; }
    footer .footer_flexitem_rig .footer_flexitem_navbox {
      margin-right: 0;
      position: relative; }
      footer .footer_flexitem_rig .footer_flexitem_navbox .plusminu {
        display: block;
        position: absolute;
        right: 10px;
        top: 15px;
        font-size: 20px;
        font-weight: bold; }
      footer .footer_flexitem_rig .footer_flexitem_navbox li {
        text-indent: 20px;
        background-color: #f2f2f2;
        border-top: 2px solid #ccc;
        margin-bottom: 0; }
        footer .footer_flexitem_rig .footer_flexitem_navbox li.li_first {
          padding-bottom: 0;
          margin-bottom: 0;
          border-bottom: none; }
        footer .footer_flexitem_rig .footer_flexitem_navbox li a {
          display: block;
          padding: 10px 0; }
      footer .footer_flexitem_rig .footer_flexitem_navbox .footer_flexitem_spno {
        display: none; }
  footer .copyright small {
    font-size: 14px; } }
