@charset "UTF-8";
/* Common CSS */
/* _setting CSS */
body {
  color: #000;
  font-size: 12px;
  font-family: "Noto Sans Japanese";
  line-height: 1.0;
}

#wrap {
  min-width: 1000px;
}

.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  text-align: center;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  #wrap {
    min-width: inherit;
  }

  .container {
    width: 100%;
  }
}
/* br */
.sp_btn, .sp_br {
  display: none;
}

.pc_br {
  display: inherit;
}

@media only screen and (max-width: 767px) {
  /* sp_navi */
  .sp_br {
    display: inherit;
  }

  .pc_br {
    display: none;
  }
}
nav li a {
  position: relative;
  float: left;
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 0 27px 0 12px;
  text-align: right;
  text-decoration: none;
}
nav li a:hover {
  color: #D2A704;
}
nav li a:after {
  position: absolute;
  top: 0;
  right: 5px;
  content: "/";
}
nav li a:hover:after {
  color: #fff;
}
nav li:last-child a:after {
  display: none;
}
nav li a span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  padding-top: 10px;
}
nav li ul {
  list-style: none;
  position: absolute;
  top: 75%;
  left: 0;
  margin: 0;
  padding: 10px;
  background: #09207e;
  width: 200px;
}
nav li ul li {
  overflow: hidden;
  height: 0;
  color: #fff;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
nav li ul li a {
  width: 100%;
  padding: 13px 15px;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  border-bottom: 1px dotted #fff;
}
nav li ul li a:after {
  display: none;
}
nav li:hover > a {
  background: #09207e;
  color: #D2A704;
}
nav li:hover ul li {
  overflow: visible;
  height: 38px;
}
nav li:hover ul li:first-child {
  border-top: 0;
}
nav li:hover ul li:last-child {
  border-bottom: 0;
}

.sp_menu {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sp_menu {
    display: block;
  }

  #menu-bt {
    float: right;
    position: relative;
    background: #09207e;
    padding: 15px 13px;
    max-height: 50px;
  }
  #menu-bt:before {
    position: absolute;
    content: "";
    top: 0;
    left: -50px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #09207e transparent;
  }
  #menu-bt img {
    width: 86.5px;
    height: auto;
  }

  #menu {
    clear: right;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
  #menu li a {
    display: block;
    padding: 15px 15px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  #menu li a span {
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    margin-left: 15px;
  }
}
.c_main {
  width: 960px;
  margin: 0 auto;
  min-height: 365px;
  font-size: 85px;
  color: #fff;
  padding-top: 30px;
  font-weight: 900;
}

.c_httl01 {
  font-size: 40px;
  letter-spacing: 25px;
  font-weight: bold;
  margin-left: 0.9em;
}
.c_httl01 span {
  display: block;
  font-size: 12px;
  letter-spacing: 10px;
  padding-top: 15px;
  margin-left: -0.9em;
}

.c_httl02 {
  clear: both;
  display: inline-block;
  background: #09207E;
  color: #fff;
  padding: 7px 20px;
  letter-spacing: 6px;
}

.c_httl03 {
  background: #42A65C;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  letter-spacing: 6px;
}

.c_httl04 {
  display: inline-block;
  background: #09207E;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  padding: 8px;
  letter-spacing: 6px;
  width: 195px;
  margin-bottom: 10px;
}

.c_httl05 {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 6px;
}

.c_btn01 a {
  background: #fff;
  padding: 8px 13px;
  color: #09207E;
  letter-spacing: 7px;
  text-decoration: none;
}
.c_btn01 a:hover {
  background: #09207E;
  color: #fff;
}

.c_btn02 a {
  background: #09207E;
  padding: 8px 13px;
  color: #fff;
  letter-spacing: 7px;
  text-decoration: none;
}
.c_btn02 a:hover {
  background: #fff;
  color: #09207E;
}

@media only screen and (max-width: 767px) {
  .c_main {
    width: 94%;
    margin: 0 3%;
    min-height: 97px;
    font-size: 40px;
    padding-top: 10px;
  }

  .c_httl01 {
    font-size: 20px;
    letter-spacing: 15px;
  }
  .c_httl01 span {
    letter-spacing: 6px;
    padding-top: 10px;
  }

  .c_httl03 {
    width: 94%;
    margin: 0 3%;
  }

  .c_httl04 {
    font-size: 14px;
    padding: 8px;
    width: 55%;
  }

  .c_btn01 a, .c_btn02 a {
    padding: 5px 10px;
    letter-spacing: 5px;
  }
}
html {
  font-size: 62.5%;
}

body {
  position: relative;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* font */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  color: #212121;
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana;
}

/* link */
a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
a:hover {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

/* Desktops and laptops */
@media print, screen and (min-width: 701px) {
  .error-404 {
    padding-top: 70px;
  }
  .error-404 .inner {
    width: 1060px;
    margin: 0 auto;
    padding: 70px 0;
  }

  .site-content {
    margin-top: 0 !important;
    margin-bottom: 40px !important;
  }
  .site-content > .tg-container {
    margin-top: 120px;
  }

  #content {
    margin-top: 0;
  }

  html, body {
    min-width: 1150px;
  }

  .sp {
    display: none;
  }

  .img_wrap img {
    display: block;
  }
  .img_wrap img.sp {
    display: none;
  }

  #header {
    width: 100%;
    border-bottom: solid 6px #121764;
    padding: 18px 0 14px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  #header .inner {
    width: 1150px;
    overflow: hidden;
    margin: 0 auto;
  }
  #header .inner #logo {
    float: left;
  }
  #header .inner #logo a {
    display: block;
    width: 110px;
    padding-top: 50px;
    background: url(../images/common/logo.png) no-repeat top center/100% auto;
    height: 0;
    line-height: 1.5;
    overflow: hidden;
  }
  #header .inner .gnav {
    float: right;
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5px;
  }
  #header .inner .gnav li {
    margin-left: 10px;
  }
  #header .inner .gnav li a {
    font-size: 1.4rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 15px 6px;
  }
  #header .inner .gnav li a:hover {
    color: #f58a00;
  }
  #header .inner .gnav li a.h_btn {
    width: 130px;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    padding: 14px 0 12px;
  }
  #header .inner .gnav li a.green {
    width: 110px;
    background: #00a88a;
  }
  #header .inner .gnav li a.green:hover {
    background: #48b99f;
  }
  #header .inner .gnav li a.blue {
    background: #121764;
  }
  #header .inner .gnav li a.blue:hover {
    background: #db0000;
  }
  #header .inner .gnav li a.orange {
    width: 200px;
    background: #f58a00;
  }
  #header .inner .gnav li a.orange:hover {
    background: #f5be00;
  }
  #header .inner .gnav li a.red {
    background: #db0000;
    position: relative;
    text-align: left;
    padding: 14px 0 12px 16px;
    letter-spacing: 0;
  }
  #header .inner .gnav li a.red:before {
    content: '';
    width: 18px;
    height: 17px;
    position: absolute;
    background: url(../images/top/cart.png) no-repeat top center/100% auto;
    right: 10px;
    top: 12px;
  }
  #header .inner .gnav .recruit {
    margin-left: 15px;
  }

  #footer {
    width: 100%;
    background: #eee;
  }
  #footer p {
    margin-bottom: 0;
  }
  #footer .fooeter_area01 .inner {
    width: 1060px;
    padding: 0 20px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 0 10px;
  }
  #footer .fooeter_area01 .info {
    width: 390px;
  }
  #footer .fooeter_area01 .info .info01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    gap: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 10px;
  }
  #footer .fooeter_area01 .info .info01 .f_logo {
    margin-right: 30px;
  }
  #footer .fooeter_area01 .info .info01 .f_logo a {
    display: block;
    width: 110px;
    padding-top: 50px;
    height: 0;
    line-height: 1.5;
    overflow: hidden;
    background: url(../images/common/logo.png) no-repeat;
  }
  #footer .fooeter_area01 .info .info01 .f_logo a:hover {
    opacity: .9;
  }
  #footer .fooeter_area01 .info .info01 .detail p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  #footer .fooeter_area01 .info .btn_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #footer .fooeter_area01 .info .btn_link a {
    width: 210px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    border-radius: 30px;
    padding: 16px 0 14px;
  }
  #footer .fooeter_area01 .info .btn_link a.blue {
    background-color: #121764;
  }
  #footer .fooeter_area01 .info .btn_link a.blue:hover {
    background: #db0000;
  }
  #footer .fooeter_area01 .info .btn_link a.orange {
    background-color: #f58a00;
  }
  #footer .fooeter_area01 .info .btn_link a.orange:hover {
    background-color: #f5be00;
  }
  #footer .fooeter_area01 .info .btn_link a:not(:last-child) {
    margin-right: 15px;
  }
  #footer .fooeter_area01 .link_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    /* width: 545px; */
  }
  #footer .fooeter_area01 .link_area .list > li {
    margin-bottom: 25px;
  }
  #footer .fooeter_area01 .link_area .list > li a {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #footer .fooeter_area01 .link_area .list > li a:hover {
    text-decoration: underline;
  }
  #footer .fooeter_area01 .link_area .list .f_list {
    position: relative;
    margin-top: 25px;
  }
  #footer .fooeter_area01 .link_area .list .f_list a {
    font-weight: normal;
    color: #494646;
  }
  #footer .fooeter_area01 .link_area .list .f_list li {
    margin-bottom: 25px;
  }
  #footer .fooeter_area01 .link_area .list .f_list li:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #121764;
    border-right: 1px solid #121764;
    -webkit-transform: rotate(45deg) translateY(-2px);
        -ms-transform: rotate(45deg) translateY(-2px);
            transform: rotate(45deg) translateY(-2px);
    margin-right: 10px;
  }
  #footer .fooeter_area01 .link_area .list:nth-child(1) {
    width: 195px;
  }
  #footer .fooeter_area01 .link_area .list:nth-child(2) {
    width: 180px;
  }
  #footer .fooeter_area01 .link_area .list:nth-child(3) {
    width: 210px;
  }
  #footer .footer_area02 {
    height: 45px;
    background-color: #fff;
  }
  #footer .footer_area02 .inner {
    width: 1060px;
    margin: 0 auto;
    overflow: hidden;
  }
  #footer .footer_area02 .link {
    float: left;
    font-size: 1.3rem;
    padding: 15px 0 16px;
  }
  #footer .footer_area02 .link:hover {
    text-decoration: underline;
  }
  #footer .footer_area02 .copy {
    float: right;
    color: #121764;
    font-size: 1.2rem;
    padding: 15px 0 16px;
  }

  #pageTop {
    position: fixed;
    bottom: 65px;
    right: 15px;
    z-index: 100;
    background: #fff;
    border-radius: 50%;
  }
  #pageTop a {
    display: block;
    width: 50px;
    padding-top: 50px;
    height: 0;
    line-height: 1.5;
    overflow: hidden;
    background: url(../images/common/pagetop.png) no-repeat;
  }

  #pankuzu {
    width: 1060px;
    margin: 28px auto 0;
    text-align: left;
  }
  #pankuzu ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
  }
  #pankuzu ol li {
    font-size: 1.5rem;
  }
  #pankuzu ol li:nth-child(2):before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #5c5b5c;
    border-right: 1px solid #5c5b5c;
    -webkit-transform: rotate(45deg) translateY(-2px);
    -ms-transform: rotate(45deg) translateY(-2px);
    transform: rotate(45deg) translateY(-2px);
    margin-right: 20px;
  }
  #pankuzu ol li:first-child:after, #pankuzu ol li:last-child:after {
    display: none;
  }
  #pankuzu ol li:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #5c5b5c;
    border-right: 1px solid #5c5b5c;
    -webkit-transform: rotate(45deg) translateY(-2px);
    -ms-transform: rotate(45deg) translateY(-2px);
    transform: rotate(45deg) translateY(-2px);
    margin-right: 20px;
    margin-left: 15px;
  }
  #pankuzu ol li a:hover {
    text-decoration: underline;
  }
  #pankuzu ol .top {
    margin-right: 20px;
  }
  #pankuzu ol .top a {
    display: inline-block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 22px;
    height: 23px;
    background: url("../images/common/home_logo.png") left 0/100% no-repeat;
    vertical-align: middle;
  }
  #pankuzu ol .top a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }

  #mv {
    width: 100%;
    height: 250px;
    margin-top: 88px;
    overflow: hidden;
    position: relative;
  }
  #mv .inner {
    position: relative;
    width: 1100px;
    height: 250px;
    margin: 0 auto;
  }
  #mv .inner:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    content: '';
    display: block;
    background-color: #fff;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  #mv .mv_title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding-top: 100px;
    z-index: 1;
  }
  #mv .mv_title h2 {
    font-size: 3.0rem;
    font-weight: bold;
    color: #121764;
    line-height: 1;
    margin-bottom: 15px;
  }
  #mv .mv_title span {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }
  #mv.news {
    background: url("../images/news/mv.jpg") center center/cover no-repeat #121764;
    margin-bottom: 100px;
  }
  #mv.news .mv_title span {
    width: 42px;
    height: 10px;
    background: url("../images/news/mv_eng.png") center center/cover no-repeat;
    margin: 0 auto;
  }

  #link {
    border-top: 10px solid #121764;
    margin-bottom: 100px;
  }
  #link .onTrack_plus {
    position: relative;
  }
  #link .onTrack_plus::before {
    content: '';
    position: absolute;
    bottom: calc(100% + 10px);
    left: 220px;
    display: block;
    width: 180px;
    height: 56px;
    background: url(../images/top/truck_right.png) no-repeat;
    background-position: bottom center;
    background-size: contain;
    transform: scalex(-1);
  }
  #link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #link ul li {
    position: relative;
    width: 328px;
    height: 117px;
    background: url("../images/common/link_bg.png") center 0/100% no-repeat;
    padding-top: 28px;
  }
  #link ul li:after {
    content: '';
    display: block;
    background: url("../images/common/link_arrow.png") center 0/100% no-repeat;
    width: 27px;
    height: 23px;
    position: absolute;
    right: 20px;
    top: 62px;
  }
  #link ul li a {
    display: block;
    position: relative;
    text-align: center;
    color: #121764;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.0;
    padding: 27px 0 24px;
  }
  #link ul li a span {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    height: 10px;
    margin: 10px auto 0;
  }
  #link ul li a:after {
    position: absolute;
    content: '';
    display: block;
  }
  #link ul li:hover, #link ul li.on {
    background: url("../images/common/link_bg_hover.png") center 0/100% no-repeat;
  }
  #link ul li:hover:after, #link ul li.on:after {
    background: url("../images/common/link_arrow_hover.png") center 0/100% no-repeat;
  }
  #link ul li:hover a, #link ul li.on a {
    color: #fff;
  }
  #link ul .information a span {
    background: url("../images/common/link_information_en.png") center 0/100% no-repeat;
    width: 104px;
  }
  #link ul .information:hover a span {
    background: url("../images/common/link_information_en_hover.png") center 0/100% no-repeat;
  }
  #link ul .information.on a span {
    background: url("../images/common/link_about_en_hover.png") center 0/100% no-repeat;
  }
  #link ul .service a span {
    background: url("../images/common/link_service_en.png") center 0/100% no-repeat;
    width: 63px;
  }
  #link ul .service:hover a span, #link ul .service.on a span {
    background: url("../images/common/link_service_en_hover.png") center 0/100% no-repeat;
  }
  #link ul .approach a span {
    background: url("../images/common/link_approach_en.png") center 0/100% no-repeat;
    width: 82px;
  }
  #link ul .approach:hover a span, #link ul .approach.on a span {
    background: url("../images/common/link_approach_en_hover.png") center 0/100% no-repeat;
  }
  #link ul .characteristic a span {
    background: url("../images/common/link_characteristic_en.png") center 0/100% no-repeat;
    width: 131px;
  }
  #link ul .characteristic:hover a span, #link ul .characteristic.on a span {
    background: url("../images/common/link_characteristic_en_hover.png") center 0/100% no-repeat;
  }
  #link ul .information a span {
    background: url("../images/common/link_information_en.png") center 0/100% no-repeat;
    width: 104px;
  }
  #link ul .information:hover a span, #link ul .information.on a span {
    background: url("../images/common/link_information_en_hover.png") center 0/100% no-repeat;
  }
  #link ul .groupinformation a span {
    background: url("../images/common/link_groupinformation_en.png") center 0/100% no-repeat;
    width: 150px;
  }
  #link ul .groupinformation:hover a span, #link ul .groupinformation.on a span {
    background: url("../images/common/link_groupinformation_en_hover.png") center 0/100% no-repeat;
  }
  #link ul .message a span {
    background: url("../images/common/link_message_en.png") center 0/100% no-repeat;
    width: 66px;
  }
  #link ul .message:hover a span, #link ul .message.on a span {
    background: url("../images/common/link_message_en_hover.png") center 0/100% no-repeat;
  }
  #link ul .history a span {
    background: url("../images/common/link_history_en.png") center 0/100% no-repeat;
    width: 64px;
  }
  #link ul .history:hover a span, #link ul .history.on a span {
    background: url("../images/common/link_history_en_hover.png") center 0/100% no-repeat;
  }

  .nav_area_common .nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 170px;
  }
  .nav_area_common .nav li {
    width: 320px;
    margin-bottom: 20px;
  }
  .nav_area_common .nav li a {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
    color: #121764;
    border-radius: 5px;
    border: 2px solid #121764;
    letter-spacing: 0.1em;
    padding: 22px 0 21px;
  }
  .nav_area_common .nav li a:after {
    content: '';
    display: block;
    background: url("../images/common/link_arrow.png") center 0/100% no-repeat;
    width: 27px;
    height: 23px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .nav_area_common .nav li:hover a {
    background-color: #121764;
    color: #fff;
  }
  .nav_area_common .nav li:hover a:after {
    background: url("../images/common/link_arrow_hover.png") center 0/100% no-repeat;
  }

  .news_container {
    width: 1190px;
    margin: 0 auto;
  }

  .wp-pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .wp-pagenavi .page, .wp-pagenavi .current {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1.6rem;
    border-radius: 30px;
    margin-right: 5px;
  }
  .wp-pagenavi .page {
    background-color: #eee;
    color: #081e3a;
  }
  .wp-pagenavi .current {
    background-color: #121764;
    color: #fff;
  }
  .wp-pagenavi .extend {
    color: #4d4d4c;
    font-size: 1.6rem;
  }
  .wp-pagenavi .pages {
    display: none;
  }
  .wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
    opacity: 0.8;
  }
  .wp-pagenavi .previouspostslink {
    margin-right: 30px;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/blog/pagenavi_prev.png") center 0/100% no-repeat;
    width: 62px;
    height: 14px;
  }
  .wp-pagenavi .nextpostslink {
    margin-left: 30px;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/blog/pagenavi_next.png") center 0/100% no-repeat;
    width: 62px;
    height: 14px;
  }
  .wp-pagenavi span, .wp-pagenavi a {
    display: inline-block;
  }
  .wp-pagenavi a.page:hover {
    background-color: #121764;
    color: #fff;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  .error-404 {
    padding-top: 70px;
  }
  .error-404 .inner {
    width: 92%;
    margin: 0 auto;
    padding: 70px 0;
  }
  .error-404 .inner .search-form label {
    width: 100%;
  }

  .pc {
    display: none;
  }

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

  .img_wrap img {
    display: block;
  }
  .img_wrap img.pc {
    display: none;
  }

  #header {
    position: fixed;
    height: 61px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    border-bottom: solid 6px #121764;
    background: #fff;
  }
  #header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #header .inner #logo a {
    display: block;
    width: 77px;
    padding-top: 35px;
    height: 0;
    line-height: 1.5;
    overflow: hidden;
    background: url(../images/sp/common/logo.png) no-repeat center/100% auto;
    margin: 12px 0 0 15px;
  }
  #header .inner .sp_menu {
    position: relative;
  }
  #header .inner .sp_menu .submenu {
    width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 8px;
    margin-right: 55px;
    margin-left: 8px;
  }
  #header .inner .sp_menu .submenu .inq {
    margin-left: 13px;
  }
  #header .inner .sp_menu .submenu .inq a {
    width: 40px;
    padding-top: 40px;
    height: 0;
    line-height: 1.5;
    overflow: hidden;
    display: block;
    background: url(../images/sp/common/h_inq.png) center top/100% no-repeat;
  }
  #header .inner .sp_menu .submenu .inq:first-child {
    margin-left: 0;
  }
  #header .inner .sp_menu .submenu .member a {
    background: url(../images/sp/common/h_member.png) center top/100% no-repeat;
  }
  #header .inner .sp_menu .submenu .recruit a {
    background: url(../images/sp/common/h_recruit.png) center top/100% no-repeat;
  }
  #header .inner .sp_menu .submenu #spnavbtn {
    position: absolute;
    width: 55px;
    height: 55px;
    top: 0;
    right: 0;
    z-index: 20;
  }
  #header .inner .sp_menu .submenu #spnavbtn button {
    border: 0;
    padding: 0;
    margin: 0;
    outline: none;
  }
  #header .inner .sp_menu .submenu #spnavbtn span {
    position: absolute;
    display: block;
    width: 25px;
    height: 2px;
    left: 15px;
    background: #121764;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  #header .inner .sp_menu .submenu #spnavbtn span:first-of-type {
    top: 18px;
  }
  #header .inner .sp_menu .submenu #spnavbtn span:nth-of-type(2) {
    top: 26px;
  }
  #header .inner .sp_menu .submenu #spnavbtn span:nth-of-type(3) {
    bottom: 18px;
  }
  #header .inner .sp_menu .submenu #spnavbtn span.open {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  #header .inner .sp_menu .submenu #spnavbtn span.open:first-of-type {
    top: 30px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #header .inner .sp_menu .submenu #spnavbtn span.open:nth-of-type(2) {
    width: 0;
    left: 50%;
  }
  #header .inner .sp_menu .submenu #spnavbtn span.open:nth-of-type(3) {
    top: 30px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #header .inner .sp_gnav {
    display: none;
    width: 100%;
    height: calc(85vh - 67px);
    max-height: 475px;
    background: #121764;
    position: absolute;
    z-index: 10;
    top: 61px;
    left: 0;
  }
  #header .inner .sp_gnav_wrap {
    overflow: scroll;
    width: 100%;
    height: 100%;
  }
  #header .inner .sp_gnav_inner {
    
  }
  #header .inner .sp_gnav li {
    border-bottom: solid 1px #fff;
    margin: 0 15px;
  }
  #header .inner .sp_gnav li:last-of-type {
    border: none;
  }
  #header .inner .sp_gnav li a {
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 14px 20px;
    display: block;
  }
  #header .inner .sp_gnav li.parent {
    position: relative;
  }
  #header .inner .sp_gnav li.parent:before {
    content: '';
    width: 2px;
    height: 25px;
    background: #fff;
    position: absolute;
    right: 12px;
    top: 12px;
  }
  #header .inner .sp_gnav li.parent:after {
    content: '';
    width: 25px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 24px;
  }
  #header .inner .sp_gnav li.parent.active:before {
    display: none;
  }
  #header .inner .sp_gnav li.parent .child {
    display: none;
    background: #fff;
  }
  #header .inner .sp_gnav li.parent .child li {
    border-bottom: solid 1px #121764;
  }
  #header .inner .sp_gnav li.parent .child li:last-of-type {
    border: none;
  }
  #header .inner .sp_gnav li.parent .child li a {
    display: block;
    color: #121764;
  }

  #pankuzu {
    width: 92%;
    margin: 15px 4% 45px;
    text-align: left;
  }
  #pankuzu ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
  }
  #pankuzu ol li {
    font-size: 1.5rem;
  }
  #pankuzu ol li:nth-child(2):before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #5c5b5c;
    border-right: 1px solid #5c5b5c;
    -webkit-transform: rotate(45deg) translateY(-2px);
    -ms-transform: rotate(45deg) translateY(-2px);
    transform: rotate(45deg) translateY(-2px);
    margin-right: 13px;
  }
  #pankuzu ol li:first-child:after, #pankuzu ol li:last-child:after {
    display: none;
  }
  #pankuzu ol li:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #5c5b5c;
    border-right: 1px solid #5c5b5c;
    -webkit-transform: rotate(45deg) translateY(-2px);
    -ms-transform: rotate(45deg) translateY(-2px);
    transform: rotate(45deg) translateY(-2px);
    margin-right: 10px;
    margin-left: 8px;
  }
  #pankuzu ol .top {
    margin-right: 10px;
  }
  #pankuzu ol .top a {
    display: inline-block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 17.6px;
    height: 16px;
    line-height: 1;
    background: url("../images/sp/common/sp_home_logo.png") left 0/100% no-repeat;
    vertical-align: text-bottom;
  }

  #mv {
    position: relative;
    width: 100%;
    height: 130px;
    margin-top: 61px;
  }
  #mv .inner {
    position: relative;
    width: 92%;
    margin: 0 auto;
  }
  #mv .mv_title {
    position: relative;
    text-align: center;
    z-index: 1;
  }
  #mv .mv_title h2 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #121764;
    line-height: 1;
    padding-top: 40px;
    margin-bottom: 15px;
  }
  #mv .mv_title span {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }
  #mv:after {
    content: '';
    display: block;
    background: url("../images/sp/common/sp_mv_circle.png") center 0/100% no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 227px;
    height: 130px;
  }
  #mv.news {
    background: url("../images/sp/news/sp_mv.jpg") center center/cover no-repeat #121764;
    margin-bottom: 50px;
  }
  #mv.news .mv_title span {
    width: 42px;
    height: 10px;
    background: url("../images/news/mv_eng.png") center center/100% no-repeat;
    margin: 0 auto;
  }

  #link {
    border-top: 10px solid #121764;
    margin-bottom: 30px;
  }
  #link .onTrack_plus {
    position: relative;
  }
  #link .onTrack_plus::before {
    content: '';
    position: absolute;
    bottom: calc(100% + 10px);
    left: 20%;
    display: block;
    width: 30%;
    height: 56px;
    background: url(../images/top/truck_right.png) no-repeat;
    background-position: bottom center;
    background-size: contain;
    transform: scalex(-1);
  }
  #link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #link ul li {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #link ul li a {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 26.08%;
  }
  #link ul li a:after {
    position: absolute;
    content: '';
    display: block;
  }
  #link ul .service a {
    background: url("../images/sp/common/sp_link_service.png") center 0/100% no-repeat;
  }
  #link ul .service.on a {
    background: url("../images/sp/common/sp_link_service_hover.png") center 0/100% no-repeat;
  }
  #link ul .approach a {
    background: url("../images/sp/common/sp_link_approach.png") center 0/100% no-repeat;
  }
  #link ul .approach.on a {
    background: url("../images/sp/common/sp_link_approach_hover.png") center 0/100% no-repeat;
  }
  #link ul .characteristic a {
    background: url("../images/sp/common/sp_link_characteristic.png") center 0/100% no-repeat;
  }
  #link ul .characteristic.on a {
    background: url("../images/sp/common/sp_link_characteristic_hover.png") center 0/100% no-repeat;
  }
  #link ul .information a {
    background: url("../images/sp/common/sp_link_information.png") center 0/100% no-repeat;
  }
  #link ul .information.on a {
    background: url("../images/sp/common/sp_link_information_hover.png") center 0/100% no-repeat;
  }
  #link ul .logistics a {
    background: url("../images/sp/common/sp_link_logistics.png") center 0/100% no-repeat;
  }
  #link ul .logistics.on a {
    background: url("../images/sp/common/sp_link_logistics_hover.png") center 0/100% no-repeat;
  }
  #link ul .hokkaido a {
    background: url("../images/sp/common/sp_link_hokkaido.png") center 0/100% no-repeat;
  }
  #link ul .hokkaido.on a {
    background: url("../images/sp/common/sp_link_hokkaido_hover.png") center 0/100% no-repeat;
  }
  #link ul .distributor a {
    background: url("../images/sp/common/sp_link_distributor.png?id=20220601") center 0/100% no-repeat;
  }
  #link ul .distributor.on a {
    background: url("../images/sp/common/sp_link_distributor_hover.png?id=20220601") center 0/100% no-repeat;
  }
  #link ul .groupinformation a {
    background: url("../images/sp/common/sp_link_groupinformation.png") center 0/100% no-repeat;
  }
  #link ul .groupinformation.on a {
    background: url("../images/sp/common/sp_link_groupinformation_hover.png?id=20220601") center 0/100% no-repeat;
  }
  #link ul .message a {
    background: url("../images/sp/common/sp_link_message.png") center 0/100% no-repeat;
  }
  #link ul .message.on a {
    background: url("../images/sp/common/sp_link_message_hover.png?id=20220601") center 0/100% no-repeat;
  }
  #link ul .history a {
    background: url("../images/sp/common/sp_link_history.png") center 0/100% no-repeat;
  }
  #link ul .history.on a {
    background: url("../images/sp/common/sp_link_history_hover.png?id=20220601") center 0/100% no-repeat;
  }

  .nav_area_common .nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto 170px;
  }
  .nav_area_common .nav li {
    width: calc(100% - 40px);
    margin: 0 auto 15px;
  }
  .nav_area_common .nav li:last-child {
    margin-bottom: 0;
  }
  .nav_area_common .nav li a {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2;
    color: #121764;
    border-radius: 5px;
    border: 2px solid #121764;
    letter-spacing: 0.1em;
    padding: 12px 0 11px;
  }
  .nav_area_common .nav li a:after {
    content: '';
    display: block;
    background: url("../images/sp/common/sp_link_arrow.png") center 0/100% no-repeat;
    width: 15px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .nav_area_common .nav li:hover a {
    background-color: #121764;
    color: #fff;
  }
  .nav_area_common .nav li:hover a:after {
    background: url("../images/common/link_arrow_hover.png") center 0/100% no-repeat;
  }

  .news_container {
    width: 92%;
    margin: 0 auto;
  }

  #footer {
    width: 100%;
    background: #eee;
  }
  #footer p {
    margin-bottom: 0;
  }
  #footer .fooeter_area01 {
    padding: 30px 0 28px;
  }
  #footer .fooeter_area01 .info .f_logo a {
    display: block;
    width: 100px;
    margin: 0 auto;
    padding-top: 45px;
    height: 0;
    line-height: 1.5;
    overflow: hidden;
    background: url(../images/sp/common/logo.png) no-repeat center/100% auto;
  }
  #footer .fooeter_area01 .info p {
    margin-top: 15px;
    font-size: 3.7vw;
    line-height: 1.5;
    text-align: center;
  }
  #footer .footer_area02 .inner {
    width: 100%;
  }
  #footer .copy {
    background: #fff;
    text-align: center;
    color: #121764;
    font-size: 1.3rem;
    padding: 12px 0;
    margin-bottom: 0;
  }

  #pageTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
    background: #fff;
    border-radius: 50%;
  }
  #pageTop a {
    display: block;
    width: 35px;
    padding-top: 35px;
    height: 0;
    line-height: 1.5;
    overflow: hidden;
    background: url(../images/sp/common/pagetop.png) no-repeat center/100% auto;
  }

  .news_archive.site-content {
    margin-top: 0;
    margin-bottom: 0;
  }
  .news_archive.site-content #primary {
    margin-bottom: 0;
  }

  .site-content {
    margin-bottom: 0 !important;
  }

  body:not(.layout--no-sidebar) #primary, body:not(.post-template-post-template-cover) #primary {
    margin-bottom: 40px !important;
  }

  .wp-pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .wp-pagenavi span, .wp-pagenavi a {
    display: inline-block;
    margin-bottom: 10px;
  }
  .wp-pagenavi .page, .wp-pagenavi .current {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.6rem;
    border-radius: 30px;
    margin-right: 5px;
  }
  .wp-pagenavi .page {
    background-color: #eee;
    color: #081e3a;
  }
  .wp-pagenavi .current {
    background-color: #121764;
    color: #fff;
  }
  .wp-pagenavi .extend {
    color: #4d4d4c;
    font-size: 1.6rem;
  }
  .wp-pagenavi .pages {
    display: none;
  }
  .wp-pagenavi .previouspostslink {
    margin-right: 20px;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/blog/pagenavi_prev.png") center 0/100% no-repeat;
    width: 48px;
    height: 11px;
  }
  .wp-pagenavi .nextpostslink {
    margin-left: 20px;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/blog/pagenavi_next.png") center 0/100% no-repeat;
    width: 49px;
    height: 11px;
  }
  .wp-pagenavi span, .wp-pagenavi a {
    display: inline-block;
  }
}
