@charset "UTF-8";
/******************************************************************
Theme Name: 八女急送
******************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, label, input, textarea, small, figure, :before, :after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  vertical-align: baseline;
  word-break: break-all;
  line-height: 1.7em;
}

html, h1, h2, h3, h4 {
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.02em;
  text-decoration: none;
  font-feature-settings: "palt";
}

@media screen and (max-width: 750px) {
  html {
    font-size: 3.73vw;
    line-height: 1.785em;
  }
}
article, header, footer, aside, figure, figcaption, nav, section, main, picture {
  display: block;
  box-sizing: border-box;
}

body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

/* iPhone reset */
input, textarea {
  -webkit-appearance: none;
  max-width: 100%;
}

input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}
input::-moz-placeholder {
  color: #B2B2B2;
}
input::placeholder {
  color: #B2B2B2;
}

textarea::placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder, input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #B2B2B2;
}

/* IE */
/* Edge */
@media screen and (max-width: 750px) {
  input[type=text] {
    font-size: 16px;
  }
}
/*---------------------------------*/
#wrap {
  position: relative;
  min-width: 1000px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  #wrap {
    min-width: 0;
  }
}
/* COMMON */
/*---------------------------------*/
.btn.common a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 197px;
  height: 36px;
  background-color: #E8E8E8;
  padding-left: 20px;
}
.btn.common a:after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url(./img/ico_more.svg) no-repeat center center/contain;
  margin-left: 20px;
}

.section_header.common {
  color: #fff;
}
.section_header.common .pref {
  margin-bottom: 4px;
  font-family: "Josefin Sans";
  font-size: 5rem;
  font-weight: 600;
  line-height: 1em;
}
@media screen and (max-width: 1440px) {
  .section_header.common .pref {
    font-size: 4rem;
  }
}
.section_header.common .title {
  color: inherit;
  font-size: 1.428rem;
  font-weight: bold;
}

br.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .btn.common a {
    width: 40vw;
    height: 7.1vw;
    padding-left: 1rem;
  }
  .btn.common a:after {
    width: 4.8vw;
    height: 4.8vw;
    margin-left: 2rem;
  }
  .section_header.common .pref {
    margin-bottom: 0;
    font-size: 2.5rem;
  }
  .section_header.common .title {
    font-size: 1.2rem;
    line-height: 0.8em;
  }
  br.pc {
    display: none;
  }
  br.sp {
    display: inline;
  }
}
.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* header */
/*---------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  min-width: 1000px;
  width: 100%;
  transition: 0.3s;
}
#header.scrolled {
  background-color: #fff;
}
#header > .inner {
  display: flex;
  align-items: center;
  max-width: 1367px;
  height: 100px;
  margin: 0 auto;
  padding: 0 10px;
}
#header .logo {
  width: 240px;
  height: 100px;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  padding: 10px 0 0 10px;
}
#header .logo::after {
  content: "";
  position: absolute;
  top: 0;
  right: -68px;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 100px solid transparent;
  border-left: 68px solid #fff;
}
#header .g_nav {
  margin-left: auto;
}
#header .g_nav .menu {
  display: flex;
  align-items: center;
}
#header .g_nav .menu .sp_menu {
  display: none;
}
#header .g_nav .menu > li {
  position: relative;
  margin: 0 25px;
}
@media screen and (max-width: 1440px) {
  #header .g_nav .menu > li {
    margin: 0 10px;
  }
}
#header .g_nav .menu > li > a {
  position: relative;
  font-family: "ヒラギノ角ゴ ProN";
  font-weight: 600;
  font-size: 1.428rem;
  line-height: 1em;
  color: #fff;
  transition: 0.3s;
}
#header .g_nav .menu > li > a.scrolled {
  color: #333;
}
@media screen and (max-width: 1440px) {
  #header .g_nav .menu > li > a {
    font-size: 15px;
  }
}
#header .g_nav .menu li.current:not(.contact) > a {
  color: #031f95;
}
#header .g_nav .menu > li.child {
  padding-right: 20px;
}
#header .g_nav .menu > li.child > span {
  position: absolute;
  top: 0.62rem;
  right: 0;
  display: block;
  width: 10px;
  height: 7px;
  background: url(./img/ico_open_pc.svg) no-repeat center center/contain;
  cursor: pointer;
}
#header .g_nav .menu .contact a {
  display: flex;
  align-items: center;
  height: 44px;
  background-color: #031f95;
  padding: 0 2rem 0;
  margin: 0 0 0 20px;
  color: #fff !important;
}
#header .g_nav .menu .sub-menu {
  position: absolute;
  top: 62px;
  display: none;
  left: -60px;
  width: 341px;
  background-color: #f5f5f5;
  box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
  padding: 20px 60px;
}
#header .g_nav .menu .service .sub-menu {
  width: 376px;
}
#header .g_nav .menu .service .sub-menu .flexwrap {
  display: flex;
  justify-content: space-between;
}
#header .g_nav .menu .sub-menu li {
  padding: 16px 0;
  font-size: 1.142rem;
  line-height: 1em;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: 0.35s ease-in-out;
}

@media screen and (max-width: 750px) {
  #header {
    min-width: 0;
    padding-top: 0;
  }
  #header > .inner {
    height: auto;
    padding: 0.8vw 0.8vw 0.8vw 3.2vw;
  }
  #header .logo {
    width: 140px;
    padding-right: 20px;
    height: 50px;
  }
  #header .logo:after {
    right: -38px;
    border-bottom: 50px solid transparent;
    border-left: 38px solid #fff;
  }
  #header .g_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
    width: 100%;
    background: #fff url(./img/menu_bg_sp.png) no-repeat center bottom/100% auto;
    padding-bottom: 17vw;
  }
  #header .g_nav > .inner {
    padding: 14.4vw 6.5vw 9.6vw;
  }
  #header .g_nav .menu {
    display: block;
  }
  #header .g_nav .menu .sp_menu {
    display: block;
  }
  #header .g_nav .menu li {
    margin: 0;
    border-top: 1px dashed #BCB8B8;
  }
  #header .g_nav .menu li a {
    display: flex;
    align-items: center;
    height: 12vw;
    margin: 0;
    padding: 0.3em 0 0;
    color: #031f95;
  }
  #header .g_nav .menu .privacy a {
    font-family: "Noto Sans CJK JP";
    font-weight: 500;
    font-size: 1.142rem;
  }
  #header .g_nav .menu .privacy a:after {
    content: "";
    position: absolute;
    top: 1.28em;
    left: 11em;
    display: block;
    width: 3.2vw;
    height: 3.2vw;
    transform: rotate(45deg);
    border-top: 1px solid #031f95;
    border-right: 1px solid #031f95;
  }
  #header .g_nav .menu > li.child a {
    margin-right: 10vw;
  }
  #header .g_nav .menu > li.child > span {
    top: 4.6vw;
    right: 4vw;
    width: 3vw;
    height: 3vw;
    background-image: url(./img/ico_open_sp.svg);
  }
  #header .g_nav .menu > li.child > span.open {
    background-image: url(./img/ico_close_sp.svg);
  }
  #header .g_nav .menu .contact {
    display: none;
  }
  #header .btn {
    position: relative;
    z-index: 3;
    width: 13.5vw;
    height: 13.5vw;
    background: url(./img/btn_menu.svg) no-repeat center center/contain;
    margin-left: auto;
    cursor: pointer;
  }
  #header .g_nav .menu .sub-menu {
    position: static;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
  }
  #header .g_nav .menu .service .sub-menu {
    width: 100%;
  }
  #header .g_nav .menu .service .sub-menu .flexwrap {
    display: block;
  }
  #header .g_nav .menu .sub-menu li {
    padding: 0 0 0 1rem;
  }
  #header .g_nav .menu .sub-menu a {
    color: #707070;
    padding: 0;
  }
  /* nav open */
  body.open {
    overflow: hidden;
  }
  body.open #overlay {
    z-index: 99;
    opacity: 0.6;
  }
}
/* footer */
/*---------------------------------*/
#footer {
  padding-top: 60px;
  color: #fff;
}
#footer .inner {
  position: relative;
  background: url(./img/footer_bg_pc.png) no-repeat center top/cover;
}
#footer .section_header {
  position: absolute;
  top: -60px;
  display: flex;
  justify-content: flex-end;
  background-color: #fff;
  padding-bottom: 10px;
  width: calc(50% - 265px);
}
#footer .section_header:after {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  bottom: 0;
  width: 48px;
  background: url(./img/footer_logo_tail.svg) no-repeat left bottom/100% auto;
}
#footer .section_header .logo {
  position: relative;
  z-index: 1;
  width: 382px;
}
#footer .section_body {
  display: flex;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  padding: 46px 10px 70px;
}
#footer .section_body .info {
  width: calc(100% - 820px);
}
#footer .section_body .info * {
  margin-left: -30px;
  font-size: 1.142rem;
  font-style: normal;
}
#footer .section_body .navi {
  width: 820px;
}
#footer .section_body .navi .g_nav {
  position: relative;
  display: flex;
  margin-bottom: 36px;
}
#footer .section_body .navi .menu {
  margin-right: 60px;
}
#footer .section_body .navi .menu dt {
  font-family: "Josefin Sans";
  font-weight: 600;
  font-size: 1.428rem;
  line-height: 1.5em;
}
#footer .section_body .navi .menu dd {
  margin-top: 1em;
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  font-size: 0.857rem;
  line-height: 1.5em;
}
#footer .section_body .navi .privacy {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 20px;
}
#footer .section_body .navi .privacy:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#footer .section_body .navi .copyright {
  display: flex;
  align-items: center;
}
#footer .section_body .navi .copyright small {
  margin-right: auto;
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  font-size: 1.142rem;
}
#footer .section_body .navi .copyright img {
  width: auto;
  height: 63px;
  margin: 0 10px;
}

@media screen and (max-width: 1280px) {
  #footer .section_body .info * {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    padding-top: 7.2vw;
  }
  #footer .inner {
    background-image: url(./img/footer_bg_sp.png);
  }
  #footer .section_header {
    top: -7.6vw;
    padding-right: 4vw;
    padding-bottom: 2.5vw;
    width: 57.6vw;
  }
  #footer .section_header:after {
    right: -5vw;
    bottom: 0;
    width: 6vw;
  }
  #footer .section_header .logo {
    width: 45.8vw;
  }
  #footer .section_body {
    display: block;
    padding: 16vw 8.5vw 10vw;
  }
  #footer .section_body .info {
    width: 100%;
  }
  #footer .section_body .info * {
    margin-left: 0;
  }
  #footer .section_body .navi {
    width: 100%;
  }
  #footer .section_body .navi .g_nav {
    display: none;
  }
  #footer .section_body .navi .copyright {
    display: block;
    margin-top: 13vw;
    text-align: center;
  }
  #footer .section_body .navi .copyright img {
    display: none;
  }
}
/* main */
/*---------------------------------*/
/* mv */
/*---------------------------------*/
#mv {
  position: relative;
  height: 100vh;
  background: url(./img/mv_pc.jpg) no-repeat center center/cover;
}
#mv .copy {
  position: absolute;
  top: 160px;
  left: 13%;
  z-index: 3;
  color: #fff;
  font-weight: bold;
  font-size: 6.5rem;
  line-height: 1.4em;
  text-shadow: 0px 3px 3px #777;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
@media screen and (max-width: 1440px) {
  #mv .copy {
    top: 120px;
  }
}
#mv .copy p {
  line-height: 1.4em;
  text-align: right;
}
@media screen and (max-width: 1440px) {
  #mv .copy p {
    font-size: 40px;
    letter-spacing: 5px;
  }
}
#mv .copy .yellow {
  color: #fcd338;
}
@media screen and (max-width: 1440px) {
  #mv .copy .yellow {
    font-size: 60px;
  }
}
#mv .mv-bg {
  content: "";
  position: absolute;
  top: 0;
  left: -434px;
  z-index: 1;
  width: 100%;
  height: 90vh;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
#mv .mv-bg img {
  height: 100%;
}
#mv .logo {
  position: absolute;
  bottom: 75px;
  right: 10%;
  z-index: 2;
  width: 500px;
  height: 249px;
  background: url(./img/mv_logo_bg.png) no-repeat center center/contain;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
@media screen and (max-width: 1440px) {
  #mv .logo {
    bottom: 0;
    width: 400px;
    height: auto;
  }
}
#mv .logo img {
  width: 330px;
  margin: 60px 0 0 65px;
}
@media screen and (max-width: 1440px) {
  #mv .logo img {
    width: 240px;
    margin: 30px 20px 50px 65px;
  }
}

#mv .copy.is-show,
#mv .mv-bg.is-show,
#mv .logo.is-show {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 750px) {
  #mv {
    height: 450px;
    background-image: url(./img/mv_sp.jpg);
  }
  #mv:after {
    top: 1.33vw;
    left: -22.6vw;
    width: 94.8vw;
    height: 63.2vw;
    background-image: url(./img/mv_cover_sp.png);
  }
  #mv .copy {
    top: 80px;
    right: auto;
    font-size: 2.357rem;
    line-height: 1.363em;
    width: 100%;
    left: 0;
  }
  #mv .copy p {
    font-size: 26px;
  }
  #mv .copy p .yellow {
    font-size: 36px;
  }
  #mv .mv-bg {
    top: 1.33vw;
    left: -22.6vw;
    width: 94.8vw;
    height: 450px;
  }
  #mv .logo {
    bottom: 10vw;
    left: 6.8vw;
    width: 56vw;
    height: 21.6vw;
  }
  #mv .logo img {
    width: 40vw;
    margin: 2vw 0 0 5.5vw;
  }
}
/* about */
/*---------------------------------*/
#about {
  position: relative;
  z-index: 1;
}
#about:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 60px;
  z-index: 1;
  width: 119px;
  height: 673px;
  background: url(./img/about_title_pc.png) no-repeat center center/contain;
}
@media screen and (max-width: 1440px) {
  #about:after {
    right: 0;
  }
}
#about .section_header {
  display: flex;
  align-items: flex-end;
  height: 132px;
  background: url(./img/about_title_bg.svg) no-repeat left center/contain;
  margin-left: calc(100% - 752px);
}
#about .section_header .title {
  margin-left: 110px;
  padding: 0 10px 20px 180px;
  border-bottom: 2px solid #031F95;
  color: #031f95;
  font-weight: bold;
  font-size: 3.57rem;
  line-height: 1em;
}
#about .section_body {
  display: flex;
  max-width: 1240px;
  height: 510px;
  margin: 0 auto;
  padding: 0 10px;
}
#about .section_body .content {
  width: 600px;
}
#about .section_body .content .body_header {
  margin-bottom: 1rem;
}
#about .section_body .content .body_header .title {
  color: #031f95;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1.33em;
}
#about .section_body .content .text {
  margin-bottom: 35px;
  color: #000;
  font-size: 1.142rem;
  font-weight: 500;
  line-height: 1.75em;
}
#about .section_body .image {
  position: relative;
  width: calc(100% - 600px);
  margin-top: auto;
  z-index: 2;
}
#about .section_body .image img {
  width: 466px;
}
@media screen and (max-width: 1440px) {
  #about .section_body .image img {
    width: 400px;
  }
}
#about .section_body .image:after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: -110px;
  z-index: -1;
  width: 231px;
  height: 305px;
  background: url(./img/about_bg.png) no-repeat center center/contain;
}

@media screen and (max-width: 750px) {
  #about {
    margin-top: 0;
    margin-bottom: 8vw;
  }
  #about:after {
    content: none;
  }
  #about .inner {
    background: url(./img/about_title_sp.png) no-repeat left center/contain;
    padding: 7.2vw 7.2vw 0 17.6vw;
  }
  #about .section_header {
    position: absolute;
    top: -7.2vw;
    right: 0;
    align-items: center;
    width: 55vw;
    height: 11.2vw;
    background-size: cover;
    margin-left: 45vw;
  }
  #about .section_header .title {
    margin-right: 7.2vw;
    margin-left: auto;
    padding: 0;
    border-bottom: 0;
    font-size: 1.785rem;
  }
  #about .section_body {
    display: block;
    height: auto;
    padding: 0;
  }
  #about .section_body .content {
    width: 100%;
    margin-bottom: 1.5vw;
  }
  #about .section_body .content .body_header {
    margin-bottom: 1rem;
  }
  #about .section_body .content .body_header .title {
    font-size: 2rem;
    line-height: 1.25em;
  }
  #about .section_body .content .text {
    margin-bottom: 2.4vw;
    font-size: 0.857rem;
    line-height: 1.66em;
  }
  #about .section_body .image {
    width: 100%;
  }
  #about .section_body .image img {
    width: 52.8vw;
    margin-left: auto;
  }
  #about .section_body .image:after {
    bottom: -5.6vw;
    left: 4vw;
    width: 28vw;
    height: 37.2vw;
  }
}
/* features */
/*---------------------------------*/
#features {
  position: relative;
  background: url(./img/features_bg_pc.jpg) no-repeat center bottom/cover;
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: lighten;
  margin-top: 50px;
  padding: 114px 10px 146px;
}
#features .header_cover {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 1;
  width: calc(50% - 148px);
  height: 498px;
  background: url(./img/features_title_bg_pc.png) no-repeat right center/cover;
}
#features .header_cover .section_header {
  position: absolute;
  top: 68px;
  left: calc(100% - 463px);
  padding-left: 10px;
}
@media screen and (max-width: 1440px) {
  #features .header_cover .section_header {
    left: 0;
  }
}
#features .section_body {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 10px;
}
#features .section_body .list {
  counter-reset: number 0;
  display: flex;
  justify-content: space-between;
  width: 1003px;
}
#features .section_body .list .item {
  position: relative;
  width: 304px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 64px 10px 40px;
}
#features .section_body .list .item:before {
  counter-increment: number 1;
  content: "0" counter(number);
  position: absolute;
  top: -12px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 63px;
  background-color: #FEC900;
  margin: auto;
  color: #fff;
  font-family: "Century Gothic Pro";
  font-weight: bold;
  font-size: 2.14rem;
  line-height: 0;
}
#features .section_body .list .item .item_title {
  margin-bottom: 35px;
}
#features .section_body .list .item .item_title .title {
  color: #031f95;
  font-weight: bold;
  font-size: 2.07rem;
  line-height: 1.45em;
  text-align: center;
}
#features .section_body .list .item .content {
  padding: 0 20px;
}

@media screen and (max-width: 750px) {
  #features {
    background-image: url(./img/features_bg_sp.jpg);
    background-size: contain;
    margin-top: 0;
    padding: 0;
  }
  #features .header_cover {
    position: static;
    width: 82.4vw;
    height: 25.5vw;
    background-image: url(./img/features_title_bg_sp.png);
  }
  #features .header_cover .section_header {
    position: static;
    padding: 4vw 8vw;
  }
  #features .section_body {
    display: block;
    padding: 6.4vw 7.2vw 18.4vw;
  }
  #features .section_body .list {
    display: block;
    width: 100%;
  }
  #features .section_body .list .item {
    width: 100%;
    margin-bottom: 8vw;
    padding: 16vw 4vw 10.4vw;
  }
  #features .section_body .list .item:before {
    top: -2.5vw;
    width: 14.5vw;
    height: 14.5vw;
    font-size: 1.785rem;
  }
  #features .section_body .list .item .item_title {
    margin-bottom: 1rem;
  }
  #features .section_body .list .item .item_title .title {
    font-size: 1.785rem;
    line-height: 1.44em;
  }
  #features .section_body .list .item .content {
    padding: 0;
  }
}
/* service */
/*---------------------------------*/
#service {
  position: relative;
}
#service .header_cover {
  position: absolute;
  top: -78px;
  right: 0;
  z-index: 1;
  width: calc(50% - 63px);
  height: 157px;
  background: url(./img/service_title_bg_pc.png) no-repeat left center/cover;
}
#service .header_cover .section_header {
  position: absolute;
  top: 25px;
  right: calc(100% - 560px);
  padding-right: 10px;
  text-align: right;
}
@media screen and (max-width: 1440px) {
  #service .header_cover .section_header {
    right: 0;
  }
}
#service .item {
  background: no-repeat center center/cover;
}
#service .item .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1240px;
  margin: 0 auto;
  padding: 30px 10px;
}
#service .item .content {
  width: 526px;
}
#service .item .content .item_header {
  margin-bottom: 2rem;
}
#service .item .content .item_header .pref {
  margin-bottom: 24px;
  color: #707070;
  font-family: "Josefin Sans";
  font-weight: 600;
  font-size: 5rem;
  line-height: 1em;
  opacity: 0.39;
}
#service .item .content .item_header .title {
  color: #031f95;
  font-weight: bold;
  font-size: 2.785rem;
  letter-spacing: 0.02em;
}
#service .item .content .text {
  margin-bottom: 2rem;
}
#service .item .image {
  width: 526px;
}
#service .item.delivery {
  background-image: url(./img/service_image001_bg_pc.png);
  padding-top: 106px;
}
#service .item.logistics {
  background-image: url(./img/service_image002_bg_pc.png);
}
#service .item.warehouse {
  background-image: url(./img/service_image003_bg_pc.png);
}
#service .item.maintnance {
  background-image: url(./img/service_image004_bg_pc.png);
}
#service .item.logistics .inner, #service .item.maintnance .inner {
  flex-direction: row-reverse;
}

@media screen and (max-width: 750px) {
  #service .header_cover {
    position: absolute;
    top: -17.5vw;
    width: 80vw;
    height: 25.5vw;
    background-image: url(./img/service_title_bg_sp.png);
  }
  #service .header_cover .section_header {
    position: static;
    padding: 4vw 7.2vw;
  }
  #service .item .inner {
    display: block;
    padding: 8.8vw 6.4vw 10.5vw;
  }
  #service .item .content {
    width: 100%;
    padding-bottom: 3.2vw;
  }
  #service .item .content .item_header {
    margin-bottom: 1rem;
  }
  #service .item .content .item_header .pref {
    margin-bottom: 0;
    color: #d3d3d3;
    font-size: 2.857rem;
    line-height: 1.5em;
    opacity: 1;
  }
  #service .item .content .item_header .title {
    font-size: 1.785rem;
  }
  #service .item .content .text {
    margin-bottom: 2rem;
  }
  #service .item .image {
    width: 100%;
  }
  #service .item.delivery {
    padding-top: 7.2vw;
  }
}
/* news */
/*---------------------------------*/
#news {
  background: url(./img/news_bg_pc.png) no-repeat center top/contain;
  margin-bottom: 50px;
}
#news .banner {
  display: flex;
  justify-content: space-between;
  max-width: 1386px;
  margin: 0 auto;
  padding: 56px 10px 50px;
}
#news .banner .item {
  width: 49%;
}
#news .banner .item a {
  display: block;
  width: 100%;
  height: 183px;
  background: no-repeat center center/cover;
  color: #fff;
  text-align: center;
}
#news .banner .item.vehicle a {
  background-image: url(./img/bn_vehicle.jpg);
}
#news .banner .item.initiatives a {
  background-image: url(./img/bn_initiatives.jpg);
}
#news .banner .item .title {
  margin-bottom: 23px;
  padding: 25px 0;
  font-weight: bold;
  font-size: 1.785rem;
  line-height: 1em;
}
#news .banner .item.vehicle .title {
  background-color: rgba(3, 31, 149, 0.8);
}
#news .banner .item.initiatives .title {
  background-color: rgba(0, 146, 229, 0.75);
}
#news .banner .item .pref {
  font-family: "Josefin Sans";
  font-weight: bold;
  font-size: 3.57rem;
  line-height: 1em;
}
#news .inner {
  display: flex;
  margin-top: 72px;
}
#news .header_cover {
  min-width: 270px;
  width: calc(100% - 1060px);
  height: 484px;
  background: url(./img/news_title_bg_pc.png) no-repeat right center/cover;
  padding-left: 10px;
}
#news .header_cover .section_header {
  padding-top: 76px;
  padding-left: calc(100% - 270px);
}
#news .section_body {
  display: flex;
  flex-direction: column;
  width: 1060px;
  padding-top: 90px;
  padding-left: 120px;
}
#news .section_body .content {
  width: 700px;
  margin-bottom: auto;
}
#news .section_body .content .list .item {
  margin-bottom: 1.5rem;
}
#news .section_body .content .list .item a {
  display: flex;
  align-items: center;
}
#news .section_body .content .list .item .cat {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 39px;
  background-color: #031F95;
  color: #f5f5f5;
  font-size: 1.142rem;
  line-height: 1em;
}
#news .section_body .content .list .item .cat.important {
  background-color: #972B00;
}
#news .section_body .content .list .item .cat.release {
  background-color: #FFC900;
}
#news .section_body .content .list .item .date {
  width: 140px;
  font-size: 1.142rem;
  line-height: 1em;
  text-align: center;
}
#news .section_body .content .list .item .title {
  width: calc(100% - 286px);
  font-size: 1.142rem;
  line-height: 1.875em;
}
#news .section_body .btn {
  width: 830px;
}
@media screen and (max-width: 1440px) {
  #news .section_body .btn {
    width: auto;
  }
}
#news .section_body .btn a {
  float: right;
}

@media screen and (max-width: 750px) {
  #news {
    background-image: url(./img/news_bg_sp.png);
    margin-bottom: 13.5vw;
  }
  #news .banner {
    display: block;
    padding: 12.5vw 6.4vw 4.8vw;
  }
  #news .banner .item {
    width: 100%;
    margin-bottom: 6.4vw;
  }
  #news .banner .item a {
    display: block;
    width: 100%;
    height: 23.2vw;
  }
  #news .banner .item .title {
    margin-bottom: 0.8rem;
    padding: 0.5rem 0;
    font-size: 1.428rem;
  }
  #news .banner .item .pref {
    font-size: 1.785rem;
  }
  #news .inner {
    display: block;
    height: auto;
    margin-top: 0;
  }
  #news .header_cover {
    min-width: initial;
    width: 76.8vw;
    height: 27.68vw;
    background-image: url(./img/news_title_bg_sp.png);
    padding-left: 0;
  }
  #news .header_cover .section_header {
    padding: 4vw 8vw;
  }
  #news .section_body {
    width: 100%;
    padding: 6.4vw 6.4vw 0;
  }
  #news .section_body .content {
    width: 100%;
    margin-bottom: 0;
  }
  #news .section_body .content .list .item {
    margin-bottom: 2.4vw;
  }
  #news .section_body .content .list .item a {
    align-items: center;
    flex-wrap: wrap;
  }
  #news .section_body .content .list .item .cat {
    width: 39vw;
    height: 10.4vw;
  }
  #news .section_body .content .list .item .date {
    width: calc(90% - 39vw);
    padding-top: 0;
  }
  #news .section_body .content .list .item .title {
    width: 100%;
    margin-top: 2vw;
    font-size: 1rem;
    line-height: 1.785em;
  }
  #news .section_body .btn {
    width: 100%;
    padding-top: 8vw;
  }
  #news .section_body .btn a {
    float: none;
  }
}
/* company */
/*---------------------------------*/
#company {
  background: url(./img/company_title_bg_pc.png) no-repeat left 230px top, url(./img/company_bg_pc.png) no-repeat right 810px bottom;
  margin-bottom: 20px;
  padding: 58px 10px 10px;
}
#company .inner {
  max-width: 1220px;
  margin: 0 auto;
}
#company .section_header {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-bottom: 70px;
  color: #333;
}
#company .section_header .title {
  margin-right: 2rem;
}
#company .section_body {
  margin-bottom: 50px;
}
#company .section_body .list {
  display: flex;
  justify-content: space-between;
}
#company .section_body .list .item {
  width: 32.37%;
  background: no-repeat center center/cover;
}
#company .section_body .list .item a {
  display: block;
  width: 100%;
  height: 326px;
  padding: 77px 47px;
  color: #fff;
  text-align: right;
}
#company .section_body .list .item.profile {
  background-image: url(./img/company_image001_pc.jpg);
}
#company .section_body .list .item.initiatives {
  background-image: url(./img/company_image002_pc.jpg);
}
#company .section_body .list .item.recruit {
  background-image: url(./img/company_image003_pc.jpg);
}
#company .section_body .list .item .pref {
  font-family: "Josefin Sans";
  font-weight: bold;
  font-size: 2.142rem;
}
#company .section_body .list .item .title {
  background: url(./img/ico_more.svg) no-repeat right bottom/31.5px auto;
  padding-bottom: 32px;
  font-size: 1.428rem;
  line-height: 1.6em;
}
#company .banner {
  display: flex;
  justify-content: space-between;
  width: 431px;
  margin-left: 610px;
}
#company .banner .item {
  width: 162px;
}
#company .banner .item img {
  width: auto;
  height: auto;
  max-height: 150px;
}

@media screen and (max-width: 750px) {
  #company {
    background: url(./img/company_title_bg_sp.png) no-repeat left 6.4vw top/auto 45.3vw;
    margin-bottom: 21.5vw;
    padding: 0;
  }
  #company .section_header {
    display: block;
    margin-bottom: 0;
    padding: 4vw 6.4vw 4.8vw;
    text-align: right;
  }
  #company .section_header .title {
    margin-right: 0;
  }
  #company .section_body {
    margin-bottom: 0;
    padding: 0 6.4vw;
  }
  #company .section_body .list {
    display: block;
  }
  #company .section_body .list .item {
    width: 100%;
    margin-bottom: 4.8vw;
  }
  #company .section_body .list .item a {
    height: 44vw;
    padding: 4.4vw 4.2vw 0;
  }
  #company .section_body .list .item.profile {
    background-image: url(./img/company_image001_sp.jpg);
  }
  #company .section_body .list .item.initiatives {
    background-image: url(./img/company_image002_sp.jpg);
  }
  #company .section_body .list .item.recruit {
    background-image: url(./img/company_image003_sp.jpg);
  }
  #company .section_body .list .item .title {
    background-size: 8.4vw auto;
    padding-bottom: 12vw;
  }
  #company .banner {
    width: 46.5vw;
    margin: 6.8vw auto 0;
  }
  #company .banner .item {
    width: 21vw;
  }
  #company .banner .item img {
    width: 100%;
  }
}
/*---------------------------------------------------------------------------------------*/
/* sub */
/*---------------------------------*/
#sub-page .mv {
  min-height: 300px;
  background: url(./img/sub/mv_pc.jpg) no-repeat center center/cover;
}
#sub-page.delivery .mv, #sub-page.vehicle .mv {
  background-image: url(./img/sub/mv_delivery_pc.jpg);
}
#sub-page.logistics .mv {
  background-image: url(./img/sub/mv_logistics_pc.jpg);
}
#sub-page.maintenance .mv {
  background-image: url(./img/sub/mv_maintenance_pc.jpg);
}
#sub-page.warehouse .mv {
  background-image: url(./img/sub/mv_warehouse_pc.jpg);
}
#sub-page.contact .mv {
  background-image: url(./img/sub/mv_contact_pc.jpg);
}
#sub-page .mv .copy {
  padding-top: 95px;
}
#sub-page .mv .copy .pref {
  margin-bottom: 0.3rem;
  color: #fff;
  font-family: Inter;
  font-size: 4.57rem;
  font-weight: normal;
  line-height: 1.3em;
  text-align: center;
}
#sub-page .mv .copy .title {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.57rem;
  line-height: 1.36em;
  text-align: center;
}
#sub-page .inner {
  max-width: 1040px;
  margin: 0 auto;
}
#sub-page .common_header {
  margin-bottom: 2.57rem;
}
#sub-page .common_header .pref {
  margin-bottom: 0.5rem;
  color: #aaa;
  font-family: Inter;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1.325em;
}
#sub-page .common_header .title {
  color: #031f95;
  font-size: 1.142rem;
  font-weight: bold;
  line-height: 1.375em;
}
#sub-page .common_title {
  padding: 70px 10px;
  color: #000;
  text-align: center;
}
#sub-page .common_title .title {
  font-size: 1.714rem;
  font-weight: 500;
  line-height: 1.375em;
}
#sub-page .common_title .text {
  margin-top: 26px;
  font-size: 1.142rem;
  font-weight: normal;
  line-height: 1.375em;
}
#sub-page .cta.common {
  background: url(./img/sub/cta_bg_pc.jpg) no-repeat center center/cover;
  padding: 70px 10px;
}
#sub-page .cta.common .inner {
  background: rgba(255, 255, 255, 0.8);
  padding: 56px 10px;
  border-radius: 8px;
}
#sub-page .cta.common .section_header {
  margin-bottom: 30px;
}
#sub-page .cta.common .section_header .title {
  color: #000;
  font-size: 22px;
  text-align: center;
}
#sub-page .cta.common .section_body {
  display: flex;
  width: 724px;
  margin: 0 auto;
}
#sub-page .cta.common .section_body .item {
  width: 50%;
}
#sub-page .cta.common .section_body .item.tel {
  border-right: 1px solid #D4DADC;
}
#sub-page .cta.common .section_body .item.mail {
  border-left: 1px solid #D4DADC;
}
#sub-page .cta.common .section_body .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 338px;
  height: 85px;
  background: url(./img/ico_more.svg) no-repeat right 28px center/21px auto;
  border-radius: 6px;
}
#sub-page .cta.common .section_body .item.tel a {
  background-color: #fff;
  border: 1px solid #ccc;
}
#sub-page .cta.common .section_body .item.tel a .pref {
  color: #000;
  font-size: 1.142rem;
  line-height: 1.25em;
}
#sub-page .cta.common .section_body .item.tel a .telno {
  color: #031f95;
  font-family: Inter;
  font-size: 1.428rem;
  text-align: center;
}
#sub-page .cta.common .section_body .item.tel a .tail {
  color: #000;
  font-size: 0.857rem;
  font-weight: normal;
  line-height: 1em;
  text-align: center;
}
#sub-page .cta.common .section_body .item.mail a {
  background-color: #031F95;
  margin-left: auto;
  color: #fff;
  font-size: 1.142rem;
}
#sub-page .breadcrumbs {
  padding: 20px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#sub-page .breadcrumbs ol {
  text-align: right;
}
#sub-page .breadcrumbs li {
  position: relative;
  display: inline-block;
  line-height: 1.2em;
}
#sub-page .breadcrumbs li:not(:last-child) {
  margin-right: 1rem;
  padding-right: 2rem;
}
#sub-page .breadcrumbs li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  margin: auto;
  border-top: 2px solid #aaa;
  border-right: 2px solid #aaa;
}
#sub-page .breadcrumbs li a {
  color: #000;
  font-weight: normal;
}
#sub-page .breadcrumbs li:last-child a {
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal;
  pointer-events: none;
}

@media screen and (max-width: 750px) {
  #sub-page .mv {
    min-height: 42.6vw;
    background-image: url(./img/sub/mv_sp.jpg);
  }
  #sub-page.delivery .mv, #sub-page.vehicle .mv {
    background-image: url(./img/sub/mv_delivery_sp.jpg);
  }
  #sub-page.logistics .mv {
    background-image: url(./img/sub/mv_logistics_sp.jpg);
  }
  #sub-page.maintenance .mv {
    background-image: url(./img/sub/mv_maintenance_sp.jpg);
  }
  #sub-page.warehouse .mv {
    background-image: url(./img/sub/mv_warehouse_sp.jpg);
  }
  #sub-page.contact .mv {
    background-image: url(./img/sub/mv_contact_sp.jpg);
  }
  #sub-page .mv .copy {
    padding-top: 14vw;
  }
  #sub-page .mv .copy .pref {
    margin-bottom: 0.3rem;
    font-size: 1.857rem;
  }
  #sub-page .mv .copy .title {
    font-size: 1rem;
  }
  #sub-page .common_header {
    margin-bottom: 6vw;
  }
  #sub-page .common_header .pref {
    margin-bottom: 0.2rem;
    font-size: 2.285rem;
    word-break: normal;
  }
  #sub-page .common_header .title {
    font-size: 0.857rem;
    line-height: 1.375em;
  }
  #sub-page .common_title {
    padding: 8vw 5.3vw;
  }
  #sub-page .common_title .title {
    font-size: 1.142rem;
    line-height: 1.5em;
  }
  #sub-page .common_title .text {
    margin-top: 5.3vw;
    font-size: 1rem;
    line-height: 1.57em;
  }
  #sub-page .cta.common {
    background-image: url(./img/sub/cta_bg_sp.jpg);
    padding: 8vw 5.3vw;
  }
  #sub-page .cta.common .inner {
    padding: 4vw;
    border-radius: 2vw;
  }
  #sub-page .cta.common .section_header {
    margin-bottom: 4vw;
  }
  #sub-page .cta.common .section_header .title {
    font-size: 1.142rem;
  }
  #sub-page .cta.common .section_body {
    display: block;
    width: 100%;
  }
  #sub-page .cta.common .section_body .item {
    width: 100%;
  }
  #sub-page .cta.common .section_body .item.tel {
    margin-bottom: 4vw;
    border-right: 0;
  }
  #sub-page .cta.common .section_body .item.mail {
    border-left: 0;
  }
  #sub-page .cta.common .section_body .item a {
    width: 100%;
    height: auto;
    background-position: right 6.4vw center;
    background-size: 5.6vw auto;
    border-radius: 1.6vw;
  }
  #sub-page .cta.common .section_body .item.tel a {
    height: 21.6vw;
  }
  #sub-page .cta.common .section_body .item.tel a .pref {
    font-size: 1rem;
    line-height: 1.25em;
  }
  #sub-page .cta.common .section_body .item.tel a .telno {
    font-size: 1.428rem;
  }
  #sub-page .cta.common .section_body .item.tel a .tail {
    line-height: 1em;
  }
  #sub-page .cta.common .section_body .item.mail a {
    height: 17vw;
    font-size: 1.142rem;
  }
  #sub-page .breadcrumbs {
    padding: 3.2vw 5.3vw;
  }
  #sub-page .breadcrumbs li:not(:last-child) {
    margin-right: 0.7rem;
    padding-right: 1.6rem;
  }
  #sub-page .breadcrumbs li:not(:last-child):after {
    width: 2.5vw;
    height: 2.5vw;
  }
  #sub-page .breadcrumbs li a {
    font-size: 0.857rem;
  }
}
.list.vehicles {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
}
.list.vehicles .item {
  display: flex;
  flex-direction: column;
  width: 328px;
  background-color: #F7F8F9;
  margin-bottom: 40px;
  padding: 20px 20px 0;
  border: 1px solid #C6C7C8;
  border-radius: 4px;
}
.list.vehicles .item:not(:nth-child(3n)) {
  margin-right: 28px;
}
.list.vehicles .item .image {
  position: relative;
  margin-bottom: 0.8rem;
}
.list.vehicles .item .image img {
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
.list.vehicles .item .image .zoom {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: url(./img/sub/ico_zoom.png) no-repeat right 10px bottom 10px/24px auto;
  cursor: pointer;
}
.list.vehicles .item .image .more {
  display: none;
}
.list.vehicles .item .image.zoom {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.35s ease-in-out;
}
.list.vehicles .item .image.zoom .imagewrap {
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.list.vehicles .item .image.zoom img {
  width: auto;
  height: auto;
  -o-object-fit: unset;
     object-fit: unset;
}
.list.vehicles .item .image.zoom .zoom {
  top: 15px;
  right: 15px;
  bottom: auto;
  left: auto;
  width: 34px;
  height: 34px;
  background: url(./img/sub/ico_close_pc.png) no-repeat center center/contain;
}
.list.vehicles .item .pref {
  color: rgba(0, 0, 0, 0.3);
  line-height: 1.357em;
}
.list.vehicles .item .title {
  margin-bottom: 0.8rem;
  color: #000;
  font-size: 1.285rem;
}
.list.vehicles .item .text {
  padding-bottom: 20px;
  color: #000;
  font-weight: normal;
  line-height: 1.357em;
}
.list.vehicles .item .tail {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 1rem;
  padding-bottom: 20px;
  border-top: 1px solid #EAEBEC;
  color: #000;
  font-weight: normal;
  line-height: 1.357em;
}

/*
.list.vehicles .item .image .zoom {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  width: 24px;
  height: 24px;
  background: url(./img/sub/ico_zoom.png) no-repeat center center / contain;
  cursor: pointer;
}*/
@media screen and (max-width: 750px) {
  .list.vehicles {
    margin-bottom: -4vw;
  }
  .list.vehicles .item {
    width: 100%;
    margin-bottom: 4vw;
    padding: 4vw 4vw 0;
    border-radius: 1vw;
  }
  .list.vehicles .item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .list.vehicles .item .image img {
    height: 42.6vw;
  }
  .list.vehicles .item .image .zoom {
    background-position: right 2.6vw bottom 2.6vw;
    background-size: 6.4vw auto;
  }
  .list.vehicles .item .image.zoom .zoom {
    top: 8vw;
    right: 5.3vw;
    width: 9vw;
    height: 9vw;
    background-image: url(./img/sub/ico_close_sp.png);
  }
  .list.vehicles .item .image.zoom .more {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 64.3vw;
    height: 19.2;
    background: url(./img/sub/ico_zoom_more.png) no-repeat center center/contain;
    margin: auto;
  }
  .list.vehicles .item .image.zoom.more .more {
    display: none;
  }
  .list.vehicles .item .image.zoom .imagewrap {
    position: static;
    max-width: 90%;
  }
  .list.vehicles .item .image.zoom.more .imagewrap {
    max-width: initial;
  }
  .list.vehicles .item .image.zoom img {
    width: 100%;
  }
  .list.vehicles .item .image.zoom.more img {
    width: auto;
  }
  .list.vehicles .item .title {
    font-size: 1.142rem;
  }
  .list.vehicles .item .text, .list.vehicles .item .tail {
    padding-bottom: 4vw;
  }
}
.pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .wp-pagenavi > a, .pagination .wp-pagenavi > span {
  display: block;
}
.pagination .wp-pagenavi .previouspostslink, .pagination .wp-pagenavi .nextpostslink {
  position: relative;
  margin: 0 20px;
}
.pagination .wp-pagenavi .previouspostslink {
  padding-left: 2rem;
  color: #000;
  /* //  color: #ccc; */
}
.pagination .wp-pagenavi .nextpostslink {
  padding-right: 2rem;
  color: #000;
}
.pagination .wp-pagenavi .previouspostslink:after, .pagination .wp-pagenavi .nextpostslink:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  transform: rotate(-135deg);
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  /* //  border-top: 1px solid #ccc;
  //  border-right: 1px solid #ccc; */
}
.pagination .wp-pagenavi .previouspostslink:after {
  left: 0;
}
.pagination .wp-pagenavi .nextpostslink:after {
  right: 0;
  transform: rotate(45deg);
  border-color: #000;
}
.pagination .wp-pagenavi .page {
  margin: 0 12px;
  color: #707070;
  font-size: 1.142rem;
}
.pagination .wp-pagenavi .extend {
  margin: 0 20px;
  color: #aaa;
  font-size: 1.142rem;
}
.pagination .wp-pagenavi .current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  background-color: #031F95;
  margin: 0 12px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.142rem;
}

@media screen and (max-width: 750px) {
  .pagination .wp-pagenavi .previouspostslink, .pagination .wp-pagenavi .nextpostslink {
    margin: 0 2.4vw;
  }
  .pagination .wp-pagenavi .page {
    margin: 0 1.6vw;
  }
  .pagination .wp-pagenavi .extend {
    margin: 0 2.4vw;
  }
  .pagination .wp-pagenavi .current {
    width: 11.2vw;
    height: 11.2vw;
    margin: 0 1.6vw;
  }
}
/* company */
/*---------------------------------*/
#sub-page.company #message {
  padding: 75px 10px 70px;
}
#sub-page.company #message .inner {
  display: flex;
}
#sub-page.company #message .section_body {
  display: flex;
  flex-direction: column;
  width: calc(100% - 332px);
  padding-right: 87px;
}
#sub-page.company #message .section_body .text {
  color: #333;
  font-size: 1.142rem;
  font-weight: normal;
  line-height: 1.375em;
}
#sub-page.company #message .section_body .footer {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  margin-top: auto;
}
#sub-page.company #message .section_body .footer .pref {
  margin-right: 2em;
  font-weight: normal;
}
#sub-page.company #message .section_body .footer .name {
  font-size: 1.285rem;
}
#sub-page.company #message .image {
  width: 332px;
}
#sub-page.company #team {
  background-color: #E8EFF3;
  padding: 40px 10px;
}
#sub-page.company #team .section_body .list .item {
  padding: 20px;
  border: 1px solid #B2B2B2;
}
#sub-page.company #team .section_body .list .item:not(:last-child) {
  margin-bottom: 15px;
}
#sub-page.company #team .section_body .list .item .line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 896px;
  margin: 0 auto;
  padding: 0.7rem 0;
  font-size: 1.142rem;
}
#sub-page.company #team .section_body .list .item .line:not(:last-child) {
  border-bottom: 1px solid #B2B2B2;
}
#sub-page.company #team .section_body .list .item .line dt {
  width: 214px;
  font-weight: bold;
}
#sub-page.company #team .section_body .list .item .line dd {
  width: calc(100% - 214px);
  font-weight: normal;
}
#sub-page.company #profile {
  padding: 70px 10px;
}
#sub-page.company #profile .section_body .list .item {
  padding: 20px;
  border: 1px solid #B2B2B2;
}
#sub-page.company #profile .section_body .list .item:not(:last-child) {
  margin-bottom: 15px;
}
#sub-page.company #profile .section_body .list .item .line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 896px;
  margin: 0 auto;
  padding: 0.7rem 0;
  font-size: 1.142rem;
}
#sub-page.company #profile .section_body .list .item .line:not(:last-child) {
  border-bottom: 2px solid #F2F2F2;
}
#sub-page.company #profile .section_body .list .item .line dt {
  width: 214px;
  font-weight: bold;
}
#sub-page.company #profile .section_body .list .item .line dd {
  width: calc(100% - 214px);
  font-weight: normal;
}
#sub-page.company #facilities {
  padding: 20px 10px 70px;
}
#sub-page.company #facilities .section_body .list .item {
  display: flex;
  padding: 20px;
  border: 1px solid #B2B2B2;
}
#sub-page.company #facilities .section_body .list .item:not(:last-child) {
  margin-bottom: 15px;
}
#sub-page.company #facilities .section_body .list .item .image {
  width: 200px;
}
#sub-page.company #facilities .section_body .list .item .content {
  display: flex;
  flex-direction: column;
  width: calc(100% - 640px);
  padding: 0 16px;
}
#sub-page.company #facilities .section_body .list .item .content .title {
  margin-bottom: auto;
  font-size: 1.428rem;
}
#sub-page.company #facilities .section_body .list .item .content .line {
  display: flex;
  padding: 0.3rem 0;
  border-bottom: 2px solid #F2F2F2;
}
#sub-page.company #facilities .section_body .list .item .content .line dt {
  width: 95px;
  line-height: 1.357em;
}
#sub-page.company #facilities .section_body .list .item .content .line dd {
  width: calc(100% - 95px);
  font-weight: normal;
  line-height: 1.357em;
}
#sub-page.company #facilities .section_body .list .item .map {
  margin-bottom: -8px;
}
#sub-page.company #facilities .section_body .list .item .map iframe {
  width: 440px;
  height: 200px;
}
#sub-page.company #initiatives {
  background-color: #E6E6E6;
  padding: 80px 10px 60px;
}
#sub-page.company #initiatives .inner {
  background: url(./img/sub/company_safety_image_pc.jpg) no-repeat right center/contain;
  height: 383px;
}
#sub-page.company #initiatives .section_body {
  position: relative;
  top: -40px;
  display: flex;
  flex-direction: column;
  background-color: #031F95;
  width: 405px;
  height: 380px;
  padding: 40px 50px;
}
#sub-page.company #initiatives .section_body .common_header * {
  color: #fff;
}
#sub-page.company #initiatives .section_body .text {
  margin: 4px 0 auto;
  color: #fff;
  font-weight: normal;
  line-height: 1.357em;
}
#sub-page.company #initiatives .section_body .btn.common a {
  width: 288px;
  padding-left: 60px;
}
#sub-page.company #initiatives .section_body .btn.common a:after {
  margin-left: 75px;
}
#sub-page.about #group {
  padding: 70px 10px;
}
#sub-page.about #group .inner {
  display: flex;
}
#sub-page.about #group .section_body {
  display: flex;
  flex-direction: column;
  width: calc(100% - 463px);
  padding-right: 17px;
}
#sub-page.about #group .section_body .text {
  font-size: 1.142rem;
  font-weight: normal;
  line-height: 1.375em;
}
#sub-page.about #group .section_body .list {
  display: flex;
  margin-top: auto;
}
#sub-page.about #group .section_body .list .item {
  width: 176px;
  font-size: 0.857rem;
  font-weight: normal;
}
#sub-page.about #group .section_body .list .item:not(:nth-child(3n)) {
  margin-right: 16px;
}
#sub-page.about #group > .image {
  width: 463px;
}
#sub-page.about #feature {
  position: relative;
  background: url(./img/sub/about_features_bg_pc.jpg) no-repeat center center/cover;
  padding: 70px 10px 80px;
}
#sub-page.about #feature .common_header * {
  color: #fff;
}
#sub-page.about #feature .section_body .list {
  counter-reset: number 0;
  display: flex;
  justify-content: space-between;
}
#sub-page.about #feature .section_body .list .item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 336px;
  background-color: #fff;
  padding: 45px 25px 25px;
}
#sub-page.about #feature .section_body .list .item:before {
  counter-increment: number 1;
  content: "0" counter(number);
  position: absolute;
  top: -31px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 63px;
  background-color: #FEC900;
  margin: auto;
  color: #fff;
  font-family: "Century Gothic Pro";
  font-weight: bold;
  font-size: 2.14rem;
  line-height: 0;
}
#sub-page.about #feature .section_body .list .item .item_title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  margin-bottom: 30px;
}
#sub-page.about #feature .section_body .list .item .item_title .title {
  color: #031f95;
  font-size: 1.428rem;
  font-weight: 500;
  line-height: 1.35em;
  text-align: center;
}
#sub-page.about #feature .section_body .list .item .content {
  margin-bottom: auto;
  color: #000;
  font-weight: normal;
  line-height: 1.357em;
}
#sub-page.about #feature .section_body .list .item .btn.common a {
  width: 100%;
  margin-top: 10px;
  padding-left: 60px;
}
#sub-page.about #feature .section_body .list .item .btn.common a:after {
  margin-left: 75px;
}
#sub-page.about #solution {
  padding: 70px 10px;
}
#sub-page.about #solution .wapper {
  max-width: 1240px;
  background-color: #E8EFF3;
  margin: 0 auto;
  padding: 40px 10px;
}
#sub-page.about #solution .inner {
  display: flex;
  padding: 0 15px 0 5px;
}
#sub-page.about #solution .common_header {
  width: calc(100% - 696px);
  margin-bottom: 0;
}
#sub-page.about #solution .common_header .img_solution {
  width: 140px;
  margin-top: 40px;
}
#sub-page.about #solution .section_body {
  width: 696px;
}
#sub-page.about #solution .section_body .list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -8px;
}
#sub-page.about #solution .section_body .list .item {
  display: flex;
  align-items: center;
  width: 344px;
  height: 94px;
  background: #fff url(./img/ico_check.svg) no-repeat left 24px center/24px auto;
  margin-bottom: 8px;
  padding-left: 62px;
  color: #000;
  font-size: 1.142rem;
  font-weight: normal;
  line-height: 1.375em;
}
#sub-page.about #solution .section_body .list .item:not(:nth-child(2n)) {
  margin-right: 8px;
}
#sub-page.delivery #areas {
  background: url(./img/sub/delivery_area_bg_pc.jpg) no-repeat right center/cover;
  padding: 80px 10px;
}
#sub-page.delivery #areas * {
  color: #fff;
}
#sub-page.delivery #areas .section_body .text {
  font-size: 1.142rem;
  font-weight: normal;
  line-height: 1.375em;
}
#sub-page.delivery #areas .section_body .list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 440px;
  height: 69px;
  background-color: rgba(13, 26, 84, 0.7);
  margin-top: 40px;
  padding: 0 20px;
  font-weight: normal;
}
#sub-page.delivery #detail {
  padding: 70px 10px;
}
#sub-page.delivery #detail .section_body.type {
  margin-bottom: 70px;
}
#sub-page.delivery #detail .section_body.type .list {
  display: flex;
  justify-content: space-between;
}
#sub-page.delivery #detail .section_body.type .list .item {
  width: 330px;
  line-height: 1.357em;
}
#sub-page.delivery #detail .section_body.type .list .title {
  margin: 1rem 0;
  color: #031f95;
  font-size: 1.428rem;
}
#sub-page.delivery #detail .section_body.needs {
  margin-bottom: 70px;
  border: 1px solid #ccc;
}
#sub-page.delivery #detail .section_body.needs .body_header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 57px;
  background-color: #031f95;
}
#sub-page.delivery #detail .section_body.needs .body_header .title {
  color: #fff;
  font-size: 1.57rem;
}
#sub-page.delivery #detail .section_body.needs .list {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
#sub-page.delivery #detail .section_body.needs .list .item {
  width: 312px;
  color: #000;
  font-size: 1.285rem;
  text-align: center;
}
#sub-page.delivery #detail .section_body.needs .list .item:not(:last-child) {
  border-right: 2px solid #E6E6E6;
}
#sub-page.delivery #detail .section_body.needs .list .item .image {
  width: 160px;
  margin: 0 auto 10px;
}
#sub-page.delivery #banner {
  padding: 0 10px 54px;
}
#sub-page.delivery #banner .section_body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#sub-page.delivery #banner .item {
  margin-bottom: 16px;
}
#sub-page.delivery #banner .item.vehicle {
  width: 100%;
}
#sub-page.delivery #banner .item.logistics, #sub-page.delivery #banner .item.warehouse {
  width: 512px;
}
#sub-page.delivery #banner .item a {
  display: block;
  width: 100%;
  height: 114px;
  background: no-repeat center center/cover;
  color: #fff;
  text-align: center;
}
#sub-page.delivery #banner .item.vehicle a {
  background-image: url(./img/sub/delivery_bn001.jpg);
}
#sub-page.delivery #banner .item.logistics a {
  background-image: url(./img/sub/delivery_bn002.jpg);
}
#sub-page.delivery #banner .item.warehouse a {
  background-image: url(./img/sub/delivery_bn003.jpg);
}
#sub-page.delivery #banner .item .title {
  margin-bottom: 30px;
  padding: 5px 0;
  font-size: 1.142rem;
  line-height: 1.35em;
}
#sub-page.delivery #banner .item.vehicle .title {
  background-color: rgba(3, 31, 149, 0.8);
}
#sub-page.delivery #banner .item.logistics .title {
  background-color: rgba(255, 201, 0, 0.7);
}
#sub-page.delivery #banner .item.warehouse .title {
  background-color: rgba(63, 173, 235, 0.7);
}
#sub-page.delivery #banner .item .pref {
  font-family: "Josefin Sans";
  font-weight: bold;
  font-size: 1.714rem;
  line-height: 1em;
}
#sub-page.logistics #point {
  background-color: #F6F8F9;
  padding: 75px 10px 70px;
}
#sub-page.logistics #point .list {
  display: flex;
  justify-content: space-between;
}
#sub-page.logistics #point .list .item {
  width: 330px;
}
#sub-page.logistics #point .list .item .caption {
  margin-top: 1rem;
  color: #000;
  font-size: 1.428rem;
  line-height: 1.35em;
  text-align: center;
}
#sub-page.logistics #workflow {
  background: url(./img/sub/logistics_workflow_image_pc.jpg) no-repeat right center/contain;
  margin: 80px 0 70px;
  padding: 0 10px 5px;
}
#sub-page.logistics #workflow .image {
  width: 650px;
}
#sub-page.logistics #case {
  padding: 70px 10px 80px;
}
#sub-page.logistics #case .list {
  display: flex;
  justify-content: space-between;
}
#sub-page.logistics #case .list .item {
  width: 328px;
  padding: 22px;
  border: 1px solid #ccc;
  color: #000;
}
#sub-page.logistics #case .list .item .title {
  margin: 0.8rem 0 0.8rem;
  font-size: 1.285rem;
}
#sub-page.logistics #case .list .item .text {
  font-family: "Hiragino Kaku Gothic ProN";
  font-weight: normal;
  line-height: 1.5em;
}
#sub-page.logistics #case .list .item .category {
  margin-top: 1.2rem;
  padding-top: 0.2rem;
  border-top: 2px solid #F2F2F2;
}
#sub-page.maintenance #type {
  padding: 0 10px 70px;
}
#sub-page.maintenance #type .list {
  display: flex;
  justify-content: space-between;
}
#sub-page.maintenance #type .list .item {
  width: 330px;
}
#sub-page.maintenance #type .list .item .caption {
  margin-top: 1rem;
  color: #000;
  font-size: 1.428rem;
  line-height: 1.35em;
  text-align: center;
}
#sub-page.maintenance #vehicles {
  background-color: #F6F8F9;
  padding: 70px 10px;
}
#sub-page.maintenance #vehicles .list.vehicles .item {
  background-color: #fff;
}
#sub-page.maintenance #vehicles .more {
  padding-top: 50px;
}
#sub-page.maintenance #vehicles .more .btn.common a {
  width: 288px;
  margin: 0 auto;
  padding-left: 60px;
}
#sub-page.maintenance #vehicles .more .btn.common a:after {
  margin-left: 75px;
}
#sub-page.warehouse #list {
  background-color: #F6F8F9;
  padding: 70px 10px 100px;
}
#sub-page.warehouse #list .list {
  margin-bottom: 70px;
}
#sub-page.warehouse #list .list .item {
  display: flex;
  background-color: #fff;
  padding: 23px;
  border: 1px solid #B2B2B2;
}
#sub-page.warehouse #list .list .item:not(:last-child) {
  margin-bottom: 23px;
}
#sub-page.warehouse #list .list .item .image {
  width: 200px;
}
#sub-page.warehouse #list .list .item .image img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-page.warehouse #list .list .item .content {
  display: flex;
  flex-direction: column;
  width: calc(100% - 684px);
  padding: 0 25px;
}
#sub-page.warehouse #list .list .item .content .title {
  margin-bottom: auto;
  font-size: 1.428rem;
}
#sub-page.warehouse #list .list .item .content .line {
  display: flex;
  padding: 0.3rem 0;
  border-bottom: 2px solid #F2F2F2;
}
#sub-page.warehouse #list .list .item .content .line dt {
  width: 95px;
  line-height: 1.357em;
}
#sub-page.warehouse #list .list .item .content .line dd {
  width: calc(100% - 95px);
  font-weight: normal;
  line-height: 1.357em;
}
#sub-page.warehouse #list .list .item .spec {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 484px;
  background-color: #F5F5F5;
  padding: 24px;
}
#sub-page.warehouse #list .list .item .spec .line {
  display: flex;
  width: 100%;
  padding: 0.3rem 0;
  border-bottom: 2px solid #E9E9E9;
}
#sub-page.warehouse #list .list .item .spec .line:nth-child(1), #sub-page.warehouse #list .list .item .spec .line:nth-child(3) {
  width: 45%;
}
#sub-page.warehouse #list .list .item .spec .line:nth-child(2), #sub-page.warehouse #list .list .item .spec .line:nth-child(4) {
  width: 52%;
}
#sub-page.warehouse #list .list .item .spec .line dt {
  width: 95px;
  line-height: 1.357em;
}
#sub-page.warehouse #list .list .item .spec .line dd {
  width: calc(100% - 95px);
  font-weight: normal;
  line-height: 1.357em;
}
#sub-page.warehouse #list .list .item .btn.common {
  display: none;
}
#sub-page.vehicle #list {
  padding: 0 10px 100px;
}
#sub-page.vehicle #list .list {
  margin-bottom: 40px;
}
#sub-page.safety .common_title .inner {
  background: #EFF1F2 url(./img/company_bn001.png) no-repeat left 74px center/93px auto;
  padding: 30px 70px 26px 210px;
}
#sub-page.safety .common_title .text {
  margin-top: 18px;
  font-size: 1rem;
  line-height: 1.142em;
  text-align: left;
}
#sub-page.safety #feature {
  padding: 0 10px 50px;
}
#sub-page.safety #feature .list {
  display: flex;
  justify-content: space-between;
}
#sub-page.safety #feature .list .col {
  width: 330px;
}
#sub-page.safety #feature .list .item {
  height: 360px;
  color: #000;
}
#sub-page.safety #feature .list .item .image {
  margin-bottom: 0.5rem;
}
#sub-page.safety #feature .list .item .title {
  font-size: 1.428rem;
  text-align: center;
}
#sub-page.safety #feature .list .item .text {
  font-weight: normal;
  line-height: 1.357em;
}
#sub-page.safety #environmental {
  background-color: #F6F8F9;
  padding: 40px 10px 50px;
}
#sub-page.safety #environmental .item {
  display: flex;
  margin-bottom: 20px;
}
#sub-page.safety #environmental .item .image {
  width: 320px;
}
#sub-page.safety #environmental .item .content {
  width: calc(100% - 320px);
  padding-left: 20px;
}
#sub-page.safety #environmental .item .content .title {
  margin-bottom: 10px;
  color: #000;
  font-size: 1.428rem;
  line-height: 1.35em;
}
#sub-page.safety #environmental .item .content .text {
  color: #000;
  font-weight: normal;
  line-height: 1.357em;
}
#sub-page.news .common_title .category .list {
  text-align: center;
}
#sub-page.news .common_title .category .list .item {
  display: inline-block;
  margin: 0 1.7rem;
}
#sub-page.news .common_title .category .list .item a {
  padding-bottom: 0.3rem;
  padding-right: 0.6rem;
  color: rgba(0, 0, 0, 0.3);
  font-size: 1.142rem;
}
#sub-page.news .common_title .category .list .item.current a {
  border-bottom: 3px solid #031f95;
  color: #031f95;
  font-weight: bold;
}
#sub-page.news #list {
  padding: 80px 10px 100px;
}
#sub-page.news #list .list {
  margin-bottom: 85px;
}
#sub-page.news #list .list .item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #F2F2F2;
}
#sub-page.news #list .list .item a {
  display: flex;
  flex-wrap: wrap;
  padding: 0.7rem 0;
}
#sub-page.news #list .list .item .cat {
  width: 188px;
}
#sub-page.news #list .list .item .cat .tag {
  background-color: #031F95;
  padding: 0.3rem 1rem 0.3rem 1rem;
  color: #fff;
  font-weight: normal;
  line-height: 1em;
}
#sub-page.news #list .list .item .cat.important .tag {
  background-color: #972B00;
}
#sub-page.news #list .list .item .cat.release .tag {
  background-color: #FFC900;
  color: #000;
}
#sub-page.news #list .list .item .cat.others .tag {
  background-color: #666;
  color: #fff;
}
#sub-page.news #list .list .item .date {
  width: 105px;
  padding-top: 0.5rem;
  color: rgba(0, 0, 0, 0.4);
  font-family: Inter;
  font-weight: normal;
  line-height: 1em;
}
#sub-page.news #list .list .item .title {
  width: calc(100% - 293px);
  padding-top: 0.1rem;
  font-size: 1.142rem;
  line-height: 1.375em;
}
#sub-page.news_detail #article {
  padding: 70px 10px 100px;
}
#sub-page.news_detail #article .inner {
  display: flex;
  justify-content: center;
}
#sub-page.news_detail #article .article {
  width: calc(100% - 340px);
  padding-right: 25px;
}
#sub-page.news_detail #article .article .article_header {
  padding-bottom: 38px;
}
#sub-page.news_detail #article .article .article_header .title {
  color: #000;
  font-size: 2.285rem;
  line-height: 1.343em;
}
#sub-page.news_detail #article .article .pref_line {
  display: flex;
  align-items: center;
  margin: 38px 0 30px;
}
#sub-page.news_detail #article .article .pref_line .cat {
  background-color: #031F95;
  margin-right: 1.7rem;
  padding: 0.3rem 2rem 0.3rem 1rem;
  color: #fff;
  font-weight: normal;
  line-height: 1em;
}
#sub-page.news_detail #article .article .pref_line .cat.important {
  background-color: #972B00;
}
#sub-page.news_detail #article .article .pref_line .cat.release {
  background-color: #FFC900;
  color: #000;
}
#sub-page.news_detail #article .article .pref_line .date {
  color: rgba(0, 0, 0, 0.4);
  font-family: Inter;
  font-weight: normal;
  line-height: 1em;
}
#sub-page.news_detail #article .article .text {
  color: #000;
  font-weight: normal;
  line-height: 1.357em;
}
#sub-page.news_detail #article .article .pagination {
  margin-top: 75px;
}
#sub-page.news_detail #article .article .pagination .navi {
  display: flex;
  justify-content: space-between;
}
#sub-page.news_detail #article .article .pagination .navi .prev a, #sub-page.news_detail #article .article .pagination .navi .prev span {
  position: relative;
  padding-left: 2rem;
}
#sub-page.news_detail #article .article .pagination .navi .next a, #sub-page.news_detail #article .article .pagination .navi .next span {
  position: relative;
  padding-right: 2rem;
}
#sub-page.news_detail #article .article .pagination .navi .prev a, #sub-page.news_detail #article .article .pagination .navi .next a {
  color: #000;
}
#sub-page.news_detail #article .article .pagination .navi .prev span, #sub-page.news_detail #article .article .pagination .navi .next span {
  color: #ccc;
}
#sub-page.news_detail #article .article .pagination .navi .prev a:after, #sub-page.news_detail #article .article .pagination .navi .next a:after, #sub-page.news_detail #article .article .pagination .navi .prev span:after, #sub-page.news_detail #article .article .pagination .navi .next span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  transform: rotate(-135deg);
  margin: auto;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#sub-page.news_detail #article .article .pagination .navi .prev a:after, #sub-page.news_detail #article .article .pagination .navi .prev span:after {
  left: 0;
}
#sub-page.news_detail #article .article .pagination .navi .next a:after, #sub-page.news_detail #article .article .pagination .navi .next span:after {
  right: 0;
  transform: rotate(45deg);
}
#sub-page.news_detail #article .article .pagination .navi .prev a:after, #sub-page.news_detail #article .article .pagination .navi .next a:after {
  border-color: #000;
}
#sub-page.news_detail #article .side-bar {
  width: 340px;
  padding-left: 25px;
  border-left: 2px solid #E6E6E6;
}
#sub-page.news_detail #article .side-bar .side_header {
  display: flex;
  justify-content: center;
  margin-bottom: 2.3rem;
}
#sub-page.news_detail #article .side-bar .side_header .title {
  padding: 0 1rem 0.4rem 0;
  border-bottom: 3px solid #031F95;
  color: #031f95;
  font-size: 1.142rem;
  font-weight: bold;
  line-height: 1.2em;
}
#sub-page.news_detail #article .side-bar .item {
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #F2F2F2;
}
#sub-page.news_detail #article .side-bar .item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#sub-page.news_detail #article .side-bar .item .cat {
  background-color: #031F95;
  margin-right: 1.7rem;
  padding: 0.3rem 2rem 0.3rem 1rem;
  color: #fff;
  font-weight: normal;
  line-height: 1em;
}
#sub-page.news_detail #article .side-bar .item .cat.important {
  background-color: #972B00;
}
#sub-page.news_detail #article .side-bar .item .cat.release {
  background-color: #FFC900;
  color: #000;
}
#sub-page.news_detail #article .side-bar .item .date {
  color: rgba(0, 0, 0, 0.4);
  font-family: Inter;
  font-weight: normal;
  line-height: 1em;
}
#sub-page.news_detail #article .side-bar .item .title {
  margin-top: 0.8rem;
  font-weight: normal;
  line-height: 1.357em;
  width: 100%;
}
#sub-page.news_detail #article .article .text a {
  color: #76323F;
  text-decoration: underline;
}
#sub-page.news_detail #article .article .text img {
  width: initial;
  margin-bottom: 1.2em;
}
#sub-page.news_detail #article .article .text img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
#sub-page.news_detail #article .article .text img.alignright {
  float: right;
  margin-left: 1.5em;
}
#sub-page.news_detail #article .article .text img.alignleft {
  float: left;
  margin-right: 1.5em;
}
#sub-page.news_detail #article .article .text ul {
  list-style-type: disc;
  padding-left: 1.5em;
}
#sub-page.news_detail #article .article .text ol {
  list-style-type: decimal;
  padding-left: 1.5em;
}
#sub-page.news_detail #article .article .text blockquote {
  position: relative;
  background-color: #f0f0f0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 1.5em 2em;
}
#sub-page.news_detail #article .article .text blockquote:before, #sub-page.news_detail #article .article .text blockquote:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 10px;
  border: 2px solid #222;
}
#sub-page.news_detail #article .article .text blockquote:before {
  left: 0;
  border-right: 0;
}
#sub-page.news_detail #article .article .text blockquote:after {
  right: 0;
  border-left: 0;
}
#sub-page.news_detail #article .article .text blockquote p:last-child {
  margin-bottom: 0;
}
#sub-page.news_detail #article .article .text p {
  margin-top: 0;
  margin-bottom: 30px;
}
#sub-page.news_detail #article .article .text h2 {
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 0.4em 0;
  border-bottom: solid 5px #464646;
}
#sub-page.news_detail #article .article .text h3 {
  font-size: 1.35em;
  margin-top: 1.5em;
  margin-bottom: 1em;
  padding: 0 0.5em;
  border-left: solid 5px #777777;
  background: transparent;
}
#sub-page.news_detail #article .article .text h4 {
  font-size: 1.2em;
  margin: 0 0 0.3em;
}
#sub-page.news_detail #article .article .text h5 {
  font-size: 1.1em;
  margin: 0 0 0.3em;
}
#sub-page.recruit {
  margin-bottom: 50px;
}
#sub-page.recruit .common_header .pref {
  margin-bottom: 5px;
  color: #004b97;
  font-weight: bold;
  font-size: 6.285rem;
}
#sub-page.recruit .common_header .title {
  color: #999;
  font-weight: 500;
}
#sub-page.recruit .mv_recruit {
  height: 850px;
  background: url(./img/sub/mv_recruit_pc.jpg) no-repeat center center/cover;
  padding: 172px 10px 0;
}
#sub-page.recruit .mv_recruit .copy {
  max-width: 1120px;
  margin: 0 auto;
  color: #fff;
}
#sub-page.recruit .mv_recruit .copy .copy_header {
  margin-bottom: 100px;
}
@media screen and (max-width: 1440px) {
  #sub-page.recruit .mv_recruit .copy .copy_header {
    margin-bottom: 40px;
  }
}
#sub-page.recruit .mv_recruit .copy .copy_header .pref {
  font-family: Inter;
  font-size: 1.285rem;
  font-weight: 500;
  line-height: 1.33em;
}
#sub-page.recruit .mv_recruit .copy .copy_header .title {
  margin: 1rem 0 2rem;
  color: #fff;
  font-size: 4.57rem;
  font-weight: bold;
  line-height: 1.36em;
}
@media screen and (max-width: 1440px) {
  #sub-page.recruit .mv_recruit .copy .copy_header .title {
    font-size: 50px;
    margin: 0.5rem 0 1rem;
  }
}
#sub-page.recruit .mv_recruit .copy .copy_header .tail {
  font-family: Inter;
  font-size: 1.714rem;
  font-weight: normal;
  line-height: 1.33em;
}
@media screen and (max-width: 1440px) {
  #sub-page.recruit .mv_recruit .copy .copy_header .tail {
    font-size: 16px;
  }
}
#sub-page.recruit .mv_recruit .copy .copy_body .title {
  margin-bottom: 3.714rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.357em;
}
@media screen and (max-width: 1440px) {
  #sub-page.recruit .mv_recruit .copy .copy_body .title {
    font-size: 24px;
  }
}
#sub-page.recruit .mv_recruit .copy .copy_body .text {
  font-size: 1.285rem;
  font-weight: bold;
  line-height: 1.33em;
}
#sub-page.recruit #business {
  background: url(./img/sub/recruit_business_image_pc.jpg) no-repeat right top 192px/440px auto;
  padding: 70px 10px 180px;
}
#sub-page.recruit #business .section_body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 700px;
}
#sub-page.recruit #business .section_body .item {
  width: 222px;
  height: 248px;
  background: no-repeat center center/cover;
  margin-bottom: 24px;
  padding: 28px 32px 0;
  border-radius: 4px;
  color: #fff;
}
#sub-page.recruit #business .section_body .item.delivery {
  display: flex;
  width: 100%;
  height: 143px;
  background-image: url(./img/sub/recruit_business_bg001_pc.jpg);
  padding: 40px 50px 0;
}
#sub-page.recruit #business .section_body .item.logistics {
  background-image: url(./img/sub/recruit_business_bg002_pc.jpg);
}
#sub-page.recruit #business .section_body .item.warehouse {
  background-image: url(./img/sub/recruit_business_bg003_pc.jpg);
}
#sub-page.recruit #business .section_body .item.maintenance {
  background-image: url(./img/sub/recruit_business_bg004_pc.jpg);
}
#sub-page.recruit #business .section_body .item .title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.571rem;
  font-weight: bold;
  line-height: 1.363em;
}
#sub-page.recruit #business .section_body .item .text {
  color: #fff;
  font-weight: normal;
}
#sub-page.recruit #business .section_body .item.delivery .title {
  width: 100px;
}
#sub-page.recruit #business .section_body .item.delivery .text {
  width: calc(100% - 100px);
}
#sub-page.recruit .slider .slick-slider .slick-item {
  width: 28.5714285714vw;
  margin: 0 12px;
}
#sub-page.recruit #interview {
  background-color: #EEEEEE;
  padding: 76px 10px 160px;
}
#sub-page.recruit #interview .section_body {
  display: flex;
  justify-content: space-between;
}
#sub-page.recruit #interview .section_body .content {
  position: relative;
  width: 320px;
  background-color: #0192E5;
  overflow: hidden;
}
#sub-page.recruit #interview .section_body .content:nth-child(even) {
  top: 60px;
}
#sub-page.recruit #interview .section_body .content .content_header .eye-catch .open {
  display: none;
}
#sub-page.recruit #interview .section_body .content .content_header .eye-catch img {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-page.recruit #interview .section_body .content .content_header .box {
  display: flex;
  flex-direction: column;
  min-height: 211px;
  padding: 16px 20px 20px;
}
#sub-page.recruit #interview .section_body .content .content_header .box .pref {
  margin-bottom: 0.7rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.357em;
}
#sub-page.recruit #interview .section_body .content .content_header .box .title {
  color: #fff;
  font-weight: normal;
  line-height: 1.357em;
}
#sub-page.recruit #interview .section_body .content .content_header .box .name {
  display: none;
}
#sub-page.recruit #interview .section_body .content .content_header .box .tail {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-weight: normal;
  line-height: 1.357em;
}
#sub-page.recruit #interview .section_body .content .content_header .box .tail .open {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: url(./img/sub/ico_modal_open.svg) no-repeat right 20px bottom 20px/13px auto;
  cursor: pointer;
}
#sub-page.recruit #interview .section_body .content .content_body {
  counter-reset: number 0;
  display: none;
  padding: 35px 90px 60px;
}
#sub-page.recruit #interview .section_body .content .content_body .item:not(:last-child) {
  margin-bottom: 30px;
}
#sub-page.recruit #interview .section_body .content .content_body .item .item_header {
  margin-bottom: 1rem;
  padding-bottom: 0.7rem;
  border-bottom: 2px solid #0092E5;
}
#sub-page.recruit #interview .section_body .content .content_body .item .item_header .title {
  display: flex;
  align-items: center;
  color: #0092e5;
  font-size: 1.285rem;
  line-height: 1.33em;
}
#sub-page.recruit #interview .section_body .content .content_body .item .item_header .title:before {
  counter-increment: number 1;
  content: "Q" counter(number);
  margin-right: 1rem;
  font-family: Inter;
  font-size: 2.285rem;
  font-weight: bold;
}
#sub-page.recruit #interview .section_body .content .content_body .item .item_body {
  display: flex;
}
#sub-page.recruit #interview .section_body .content .content_body .item .item_body .image {
  width: 360px;
}
#sub-page.recruit #interview .section_body .content .content_body .item .item_body .text {
  width: calc(100% - 360px);
  padding-left: 24px;
  color: #000;
  font-weight: normal;
  line-height: 1.357em;
}

@media screen and (max-width: 750px) {
  #sub-page.company #message {
    padding: 9.6vw 5.3vw 10.6vw;
  }
  #sub-page.company #message .inner {
    display: block;
  }
  #sub-page.company #message .section_body {
    width: 100%;
    padding: 0 0 5.3vw;
  }
  #sub-page.company #message .section_body .text {
    font-size: 1rem;
    line-height: 1.574em;
  }
  #sub-page.company #message .section_body .footer {
    margin-top: 10vw;
  }
  #sub-page.company #message .section_body .footer .pref {
    font-size: 0.857rem;
  }
  #sub-page.company #message .section_body .footer .name {
    font-size: 1rem;
  }
  #sub-page.company #message .image {
    width: 100%;
  }
  #sub-page.company #team {
    padding: 10.6vw 5.3vw 4.2vw;
  }
  #sub-page.company #team .section_body .list .item {
    padding: 4vw;
  }
  #sub-page.company #team .section_body .list .item:not(:last-child) {
    margin-bottom: 4vw;
  }
  #sub-page.company #team .section_body .list .item .line {
    padding: 0.7rem 0;
    font-size: 1rem;
  }
  #sub-page.company #team .section_body .list .item .line:not(:last-child) {
    border-bottom: 1px solid #B2B2B2;
  }
  #sub-page.company #team .section_body .list .item .line dt {
    width: 100%;
  }
  #sub-page.company #team .section_body .list .item .line dd {
    width: 100%;
    line-height: 1.357em;
  }
  #sub-page.company #profile {
    padding: 10.6vw 5.3vw;
  }
  #sub-page.company #profile .section_body .list .item {
    padding: 4vw;
  }
  #sub-page.company #profile .section_body .list .item:not(:last-child) {
    margin-bottom: 4vw;
  }
  #sub-page.company #profile .section_body .list .item .line {
    padding: 0.7rem 0;
    font-size: 1rem;
  }
  #sub-page.company #profile .section_body .list .item .line:not(:last-child) {
    border-bottom: 2px solid #F2F2F2;
  }
  #sub-page.company #profile .section_body .list .item .line dt {
    width: 100%;
  }
  #sub-page.company #profile .section_body .list .item .line dd {
    width: 100%;
    line-height: 1.357em;
  }
  #sub-page.company #facilities {
    padding: 5.3vw 5.3vw 10.6vw;
  }
  #sub-page.company #facilities .section_body .list .item {
    display: block;
    padding: 4vw;
  }
  #sub-page.company #facilities .section_body .list .item:not(:last-child) {
    margin-bottom: 4vw;
  }
  #sub-page.company #facilities .section_body .list .item .image {
    width: 100%;
  }
  #sub-page.company #facilities .section_body .list .item .content {
    width: 100%;
    padding: 3.2vw 0;
  }
  #sub-page.company #facilities .section_body .list .item .content .title {
    margin-bottom: 0.8rem;
    font-size: 1.142rem;
  }
  #sub-page.company #facilities .section_body .list .item .content .line {
    padding: 0.3rem 0;
  }
  #sub-page.company #facilities .section_body .list .item .content .line dt {
    width: 25.3vw;
  }
  #sub-page.company #facilities .section_body .list .item .content .line dd {
    width: calc(100% - 25.3vw);
  }
  #sub-page.company #facilities .section_body .list .item .map iframe {
    width: 100%;
    height: 42.6vw;
  }
  #sub-page.company #initiatives {
    padding: 40vw 0 16vw;
  }
  #sub-page.company #initiatives .inner {
    background-image: url(./img/sub/company_safety_image_sp.jpg);
    height: 86.4vw;
  }
  #sub-page.company #initiatives .section_body {
    top: -29.6vw;
    width: 90vw;
    height: 90vw;
    margin: 0 auto;
    padding: 8vw 5.3vw 10.6vw;
  }
  #sub-page.company #initiatives .section_body .btn.common a {
    width: 100%;
    height: 9.6vw;
    padding-left: 16vw;
  }
  #sub-page.company #initiatives .section_body .btn.common a:after {
    width: 5.6vw;
    height: 5.6vw;
    margin-left: 20vw;
  }
}
/* about */
/*---------------------------------*/
@media screen and (max-width: 750px) {
  #sub-page.about #group {
    padding: 9.6vw 5.3vw 13.3vw;
  }
  #sub-page.about #group .inner {
    display: block;
  }
  #sub-page.about #group .section_body {
    width: 100%;
    padding-right: 0;
  }
  #sub-page.about #group .section_body .text {
    font-size: 1rem;
    line-height: 1.357em;
  }
  #sub-page.about #group .section_body .list {
    flex-wrap: wrap;
    margin-top: 14.6vw;
  }
  #sub-page.about #group .section_body .list .item {
    width: 43.2vw;
    margin-bottom: 3.2vw;
  }
  #sub-page.about #group .section_body .list .item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  #sub-page.about #group .section_body .list .item:not(:nth-child(2n)) {
    margin-right: 2.93vw;
  }
  #sub-page.about #group > .image {
    width: 100%;
  }
  #sub-page.about #feature {
    background-image: url(./img/sub/about_features_bg_sp.jpg);
    padding: 13.3vw 5.3vw 12.8vw;
  }
  #sub-page.about #feature .section_body .list {
    counter-reset: number 0;
    display: block;
  }
  #sub-page.about #feature .section_body .list .item {
    width: 100%;
    height: auto;
    margin-top: 8vw;
    padding: 10.6vw 6.4vw 6.4vw;
  }
  #sub-page.about #feature .section_body .list .item:not(:first-child) {
    margin-top: 13.4vw;
  }
  #sub-page.about #feature .section_body .list .item:before {
    top: -8vw;
    width: 15.4vw;
    height: 15.4vw;
    font-size: 1.714rem;
  }
  #sub-page.about #feature .section_body .list .item .item_title {
    height: auto;
    margin-bottom: 3.2vw;
  }
  #sub-page.about #feature .section_body .list .item .item_title .title {
    font-size: 1.285rem;
    line-height: 1.5em;
  }
  #sub-page.about #feature .section_body .list .item .content {
    margin-bottom: 6.4vw;
  }
  #sub-page.about #feature .section_body .list .item .btn.common a {
    height: 9.6vw;
    padding-left: 16vw;
  }
  #sub-page.about #feature .section_body .list .item .btn.common a:after {
    width: 5.6vw;
    height: 5.6vw;
    margin-left: 20vw;
  }
  #sub-page.about #solution {
    padding: 5.3vw;
  }
  #sub-page.about #solution .wapper {
    padding: 10.4vw 4vw;
  }
  #sub-page.about #solution .inner {
    display: block;
    padding: 0;
  }
  #sub-page.about #solution .common_header {
    width: 100%;
    background: none;
    margin-bottom: 4vw;
  }
  #sub-page.about #solution .common_header .img_solution {
    display: none;
  }
  #sub-page.about #solution .section_body {
    width: 100%;
  }
  #sub-page.about #solution .section_body .list {
    display: block;
    margin-bottom: -2.13vw;
  }
  #sub-page.about #solution .section_body .list .item {
    width: 100%;
    height: 25vw;
    background: #fff url(./img/ico_check.svg) no-repeat left 24px center/24px auto;
    background-position: left 4vw center;
    background-size: 6.4vw auto;
    margin-bottom: 2.13vw;
    padding: 0 4vw 0 14.4vw;
    font-size: 1rem;
    line-height: 1.357em;
  }
  #sub-page.about #solution .section_body .list .item:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
/* delivery */
/*---------------------------------*/
@media screen and (max-width: 750px) {
  #sub-page.delivery #areas {
    background: #011967 url(./img/sub/delivery_area_bg_sp.jpg) no-repeat center bottom/contain;
    padding: 13vw 5.3vw 110vw;
  }
  #sub-page.delivery #areas .section_body .text {
    font-size: 1rem;
    line-height: 1.357em;
  }
  #sub-page.delivery #areas .section_body .list {
    width: 100%;
    height: 18.5vw;
    margin-top: 16vw;
    padding: 0 5.3vw;
    font-weight: normal;
    line-height: 1.357em;
  }
  #sub-page.delivery #detail {
    padding: 10.6vw 5.3vw;
  }
  #sub-page.delivery #detail .section_body.type {
    margin-bottom: 10.6vw;
  }
  #sub-page.delivery #detail .section_body.type .list {
    display: block;
  }
  #sub-page.delivery #detail .section_body.type .list .item {
    width: 100%;
    margin-bottom: 5.3vw;
  }
  #sub-page.delivery #detail .section_body.type .list .title {
    margin: 1rem 0 0.8rem;
    font-size: 1.285rem;
  }
  #sub-page.delivery #detail .section_body.needs {
    margin-bottom: 10.6vw;
  }
  #sub-page.delivery #detail .section_body.needs .body_header {
    height: 15.2vw;
  }
  #sub-page.delivery #detail .section_body.needs .body_header .title {
    font-size: 1.285rem;
  }
  #sub-page.delivery #detail .section_body.needs .list {
    display: block;
    padding: 0 0 4vw;
  }
  #sub-page.delivery #detail .section_body.needs .list .item {
    width: 64.8vw;
    margin: 0 auto;
    padding-bottom: 5.3vw;
    font-size: 1.142rem;
  }
  #sub-page.delivery #detail .section_body.needs .list .item:not(:last-child) {
    border-right: 0;
    border-bottom: 2px solid #E6E6E6;
  }
  #sub-page.delivery #detail .section_body.needs .list .item .image {
    width: 37.6vw;
    margin-bottom: 0;
  }
  #sub-page.delivery #banner {
    padding: 5.3vw 5.3vw 14.4vw;
  }
  #sub-page.delivery #banner .item {
    margin-bottom: 4vw;
  }
  #sub-page.delivery #banner .item.logistics, #sub-page.delivery #banner .item.warehouse {
    width: 100%;
  }
  #sub-page.delivery #banner .item a {
    height: 23.2vw;
  }
  #sub-page.delivery #banner .item .title {
    margin-bottom: 5.3vw;
    padding: 0.3rem 0 0.4rem;
    font-size: 1.285rem;
  }
  #sub-page.delivery #banner .item .pref {
    font-size: 1.428rem;
  }
}
/* logistics */
/*---------------------------------*/
@media screen and (max-width: 750px) {
  #sub-page.logistics #point {
    padding: 10.6vw 5.3vw 5.3vw;
  }
  #sub-page.logistics #point .list {
    display: block;
  }
  #sub-page.logistics #point .list .item {
    width: 100%;
    margin-bottom: 5.3vw;
  }
  #sub-page.logistics #point .list .item .caption {
    font-size: 1.142rem;
  }
  #sub-page.logistics #workflow {
    background: none;
    margin: 0;
    padding: 12.8vw 5.3vw;
  }
  #sub-page.logistics #workflow .image {
    width: 100%;
  }
  #sub-page.logistics #case {
    padding: 10.6vw 5.3vw 6.4vw;
  }
  #sub-page.logistics #case .list {
    display: block;
  }
  #sub-page.logistics #case .list .item {
    width: 100%;
    margin-bottom: 5.3vw;
    padding: 5.6vw;
  }
  #sub-page.logistics #case .list .item .title {
    margin: 0.8rem 0 0.8rem;
    font-size: 1.142rem;
  }
}
/* maintenance */
/*---------------------------------*/
@media screen and (max-width: 750px) {
  #sub-page.maintenance #type {
    padding: 0 5.3vw 13.3vw;
  }
  #sub-page.maintenance #type .list {
    display: block;
  }
  #sub-page.maintenance #type .list .item {
    width: 100%;
    margin-bottom: 5.3vw;
  }
  #sub-page.maintenance #type .list .item .caption {
    margin-top: 0.8rem;
    font-size: 1.142rem;
  }
  #sub-page.maintenance #vehicles {
    padding: 10.6vw 5.3vw 18.6vw;
  }
  #sub-page.maintenance #vehicles .list.vehicles .item {
    padding: 5.6vw 5.6vw 0;
  }
  #sub-page.maintenance #vehicles .list.vehicles .item .text {
    padding-bottom: 5.6vw;
  }
  #sub-page.maintenance #vehicles .more {
    padding-top: 6.4vw;
  }
  #sub-page.maintenance #vehicles .more .btn.common a {
    width: 100%;
    height: 9.6vw;
    padding-left: 16vw;
  }
  #sub-page.maintenance #vehicles .more .btn.common a:after {
    width: 5.6vw;
    height: 5.6vw;
    margin-left: 20vw;
  }
}
/* warehouse */
/*---------------------------------*/
@media screen and (max-width: 750px) {
  #sub-page.warehouse #list {
    padding: 5.3vw 5.3vw 18.4vw;
  }
  #sub-page.warehouse #list .list {
    margin-bottom: 18.4vw;
  }
  #sub-page.warehouse #list .list .item {
    display: block;
    padding: 4vw;
  }
  #sub-page.warehouse #list .list .item:not(:last-child) {
    margin-bottom: 4vw;
  }
  #sub-page.warehouse #list .list .item .image {
    width: 100%;
  }
  #sub-page.warehouse #list .list .item .image img {
    height: 42.6vw;
  }
  #sub-page.warehouse #list .list .item .content {
    width: 100%;
    padding: 3.2vw 0 4vw;
  }
  #sub-page.warehouse #list .list .item .content .title {
    margin-bottom: 5.3vw;
    font-size: 1.142rem;
  }
  #sub-page.warehouse #list .list .item .content .line dt {
    width: 25.3vw;
  }
  #sub-page.warehouse #list .list .item .content .line dd {
    width: calc(100% - 25.3vw);
  }
  #sub-page.warehouse #list .list .item .spec {
    width: 100%;
    margin-bottom: 4vw;
    padding: 2.2vw;
  }
  #sub-page.warehouse #list .list .item .spec .line:nth-child(1), #sub-page.warehouse #list .list .item .spec .line:nth-child(3), #sub-page.warehouse #list .list .item .spec .line:nth-child(2), #sub-page.warehouse #list .list .item .spec .line:nth-child(4) {
    width: 100%;
  }
  #sub-page.warehouse #list .list .item .spec .line dt {
    width: 25.3vw;
  }
  #sub-page.warehouse #list .list .item .spec .line dd {
    width: calc(100% - 25.3vw);
  }
  #sub-page.warehouse #list .list .item .btn.common {
    display: block;
  }
  #sub-page.warehouse #list .list .item .btn.common a {
    width: 100%;
    height: 9.6vw;
    background-color: #fff;
    padding-left: 16vw;
    border: 1px solid #707070;
  }
  #sub-page.warehouse #list .list .item .btn.common a:after {
    transform: rotate(90deg);
    width: 5.6vw;
    height: 5.6vw;
    margin-left: 20vw;
    transition: 0.3s;
  }
  #sub-page.warehouse #list .list .item .btn.common.open a:after {
    transform: rotate(-90deg);
  }
}
/* vehicle */
/*---------------------------------*/
@media screen and (max-width: 750px) {
  #sub-page.vehicle #list {
    padding: 0 5.3vw 18.4vw;
  }
  #sub-page.vehicle #list .list {
    margin-bottom: 14.4vw;
  }
}
/* safety */
/*---------------------------------*/
@media screen and (max-width: 750px) {
  #sub-page.safety .common_title {
    padding: 13.3vw 5.3vw;
  }
  #sub-page.safety .common_title .inner {
    background-position: left 4vw top 4vw;
    background-size: 13.3vw auto;
    padding: 4vw;
  }
  #sub-page.safety .common_title .title {
    padding-left: 17vw;
    line-height: 1.375em;
    text-align: left;
  }
  #sub-page.safety .common_title .text {
    margin-top: 1.5rem;
  }
  #sub-page.safety #feature {
    padding: 0 5.3vw 10.4vw;
  }
  #sub-page.safety #feature .list {
    display: block;
  }
  #sub-page.safety #feature .list .col {
    width: 100%;
  }
  #sub-page.safety #feature .list .item {
    height: auto;
    margin-bottom: 8vw;
  }
  #sub-page.safety #environmental {
    padding: 10.4vw 5.3vw 13.3vw;
  }
  #sub-page.safety #environmental .item {
    display: block;
    margin-bottom: 10.4vw;
  }
  #sub-page.safety #environmental .item .image {
    width: 100%;
  }
  #sub-page.safety #environmental .item .content {
    width: 100%;
    padding: 3vw 0 0;
  }
  #sub-page.safety #environmental .item .content .title {
    margin-bottom: 0.6rem;
  }
}
/* news */
/*---------------------------------*/
@media screen and (max-width: 750px) {
  #sub-page.news .common_title {
    padding: 10.5vw 5.3vw;
  }
  #sub-page.news .common_title .category .list {
    padding-bottom: 1.6rem;
    text-align: left;
    white-space: nowrap;
    overflow-x: scroll;
  }
  #sub-page.news .common_title .category .list .item {
    margin: 0 1.35rem 0 0;
  }
  #sub-page.news #list {
    padding: 50px 5.3vw 18.4vw;
  }
  #sub-page.news #list .list {
    margin-bottom: 18.4vw;
  }
  #sub-page.news #list .list .item {
    margin-bottom: 1.5rem;
    padding-bottom: 0.7rem;
  }
  #sub-page.news #list .list .item a {
    padding: 0;
  }
  #sub-page.news #list .list .item .cat {
    width: 60%;
  }
  #sub-page.news #list .list .item .date {
    width: 40%;
    text-align: right;
  }
  #sub-page.news #list .list .item .title {
    width: 100%;
    padding-top: 0.7rem;
    font-size: 1rem;
  }
}
/* news_detail */
/*---------------------------------*/
@media screen and (max-width: 750px) {
  #sub-page.news_detail #article {
    padding: 10.6vw 5.3vw 5.3vw;
  }
  #sub-page.news_detail #article .inner {
    display: block;
  }
  #sub-page.news_detail #article .article {
    width: 100%;
    padding-bottom: 10.6vw;
    padding-right: 0;
    border-bottom: 2px solid #E6E6E6;
  }
  #sub-page.news_detail #article .article .article_header {
    padding-bottom: 6.4vw;
  }
  #sub-page.news_detail #article .article .article_header .title {
    font-size: 1.428rem;
    line-height: 1.45em;
  }
  #sub-page.news_detail #article .article .eye_chatch {
    padding-bottom: 6.4vw;
  }
  #sub-page.news_detail #article .article .pref_line {
    margin: 0 0 10.6vw;
  }
  #sub-page.news_detail #article .article .text {
    line-height: 1.642em;
  }
  #sub-page.news_detail #article .article .pagination {
    margin-top: 5.6vw;
  }
  #sub-page.news_detail #article .side-bar {
    width: 100%;
    padding-top: 9.6vw;
    padding-left: 0;
    border-left: 0;
  }
}
/*記事のCSS*/
@media (max-width: 750px) {
  #sub-page.news_detail #article .article .text h2 {
    font-size: 1.25em;
  }
  #sub-page.news_detail #article .article .text h3 {
    font-size: 1.2em;
  }
  #sub-page.news_detail #article .article .text h3:after {
    display: none;
  }
  #sub-page.news_detail #article .article .text h4 {
    font-size: 1.15em;
  }
  #sub-page.news_detail #article .article .text h5 {
    font-size: 1.1em;
  }
}
/* recruit */
/*---------------------------------*/
@media screen and (max-width: 750px) {
  #sub-page.recruit {
    margin-bottom: 6.4vw;
  }
  #sub-page.recruit .common_header .pref {
    margin-bottom: 2.2vw;
    font-size: 2.57rem;
  }
  #sub-page.recruit .common_header .title {
    color: #999;
    font-size: 1rem;
    font-weight: 500;
  }
}
/*------- Modal -------*/
#overlay.modal {
  z-index: 210;
  opacity: 0.6;
}

#sub-page.recruit #interview .section_body .content.modal {
  position: fixed;
  top: 150px;
  right: 0;
  left: 0;
  z-index: 220;
  max-width: 960px;
  width: 100%;
  height: calc(100% - 150px);
  overflow-y: scroll;
  background-color: #fff;
  margin: auto;
}
#sub-page.recruit #interview .section_body .content.modal .content_header {
  position: relative;
}
#sub-page.recruit #interview .section_body .content.modal .content_header .eye-catch .open {
  display: block;
}
#sub-page.recruit #interview .section_body .content.modal .content_header .eye-catch .close {
  display: none;
}
#sub-page.recruit #interview .section_body .content.modal .content_header .eye-catch img {
  height: 540px;
}
#sub-page.recruit #interview .section_body .content.modal .content_header .box {
  position: absolute;
  top: 170px;
  right: 90px;
  z-index: 1;
  width: 240px;
  min-height: 340px;
  background-color: #fff;
  padding: 30px 30px 20px;
  border-radius: 8px;
}
#sub-page.recruit #interview .section_body .content.modal .content_header .box .pref {
  margin-bottom: 24px;
}
#sub-page.recruit #interview .section_body .content.modal .content_header .box .pref span {
  background-color: #0092E5;
  padding: 0.2rem 1rem 0.3rem;
  border-radius: 4px;
  color: #fff;
}
#sub-page.recruit #interview .section_body .content.modal .content_header .box .title {
  margin-bottom: 50px;
  color: #000;
  font-weight: bold;
  line-height: 1.357em;
}
#sub-page.recruit #interview .section_body .content.modal .content_header .box .name {
  display: block;
  color: #000;
  font-weight: normal;
}
#sub-page.recruit #interview .section_body .content.modal .content_header .box .tail {
  position: static;
  border-top: 2px solid #D9D9D9;
  color: #000;
  font-weight: normal;
  line-height: 1.357em;
}
#sub-page.recruit #interview .section_body .content.modal .content_header .box .tail .open {
  position: fixed;
  top: 170px;
  right: calc(50vw - 450px);
  bottom: auto;
  left: auto;
  width: 34px;
  height: 34px;
  background: url(./img/sub/ico_close_pc.png) no-repeat center center/contain;
}
#sub-page.recruit #interview .section_body .content.modal .content_body {
  display: block;
}
#sub-page.recruit #point {
  background: linear-gradient(#163A89 0%, #1966d2 49.75%, #2589CC 100%);
  padding: 70px 10px 50px;
}
#sub-page.recruit #point .common_header * {
  color: #fff;
}
#sub-page.recruit #point .section_body {
  counter-reset: number 0;
  display: flex;
  flex-direction: column;
}
#sub-page.recruit #point .section_body .item {
  display: flex;
  width: 931px;
  background-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  padding: 40px;
  border: 1px solid #fff;
  border-radius: 0.6rem;
}
#sub-page.recruit #point .section_body .item .content {
  position: relative;
  z-index: 1;
  width: calc(100% - 462px);
  margin-right: -34px;
}
#sub-page.recruit #point .section_body .item .content:before {
  counter-increment: number 1;
  content: "0" counter(number);
  color: #fff;
  font-family: Inter;
  font-size: 5.142rem;
  line-height: 1em;
}
#sub-page.recruit #point .section_body .item .content .title {
  margin-top: 72px;
  margin-bottom: 54px;
  color: #fff;
  font-size: 1.571rem;
  line-height: 1.363em;
}
#sub-page.recruit #point .section_body .item .content .text {
  color: #fff;
  font-weight: normal;
  line-height: 1.357em;
}
#sub-page.recruit #point .section_body .item .image {
  width: 496px;
  border-radius: 10px;
  overflow: hidden;
}
#sub-page.recruit #point .section_body .item:nth-child(even) {
  flex-direction: row-reverse;
  margin-left: auto;
}
#sub-page.recruit #point .section_body .item:nth-child(even) .content {
  margin-right: 0;
  margin-left: -34px;
}
#sub-page.recruit #entry {
  padding: 70px 10px 80px;
}
#sub-page.recruit #entry .section_body .item {
  display: flex;
  padding: 0.6rem 0;
  border-bottom: 2px solid #F2F2F2;
}
#sub-page.recruit #entry .section_body .item:not(:last-child) {
  margin-bottom: 1rem;
}
#sub-page.recruit #entry .section_body .item dt {
  width: 214px;
  margin-right: 2rem;
  font-size: 1.142rem;
  font-weight: bold;
  line-height: 1.375em;
}
#sub-page.recruit #entry .section_body .item dd {
  width: calc(100% - 214px);
  font-size: 1.142rem;
  font-weight: normal;
  line-height: 1.375em;
}
#sub-page.recruit #recruitment {
  padding: 80px 0;
}
#sub-page.recruit #recruitment .section_body {
  width: 90%;
  margin: 0 auto;
}
#sub-page.recruit #recruitment p {
  text-align: center;
  font-size: 20px;
  margin: 15px 0;
}
#sub-page.recruit .cta.recruit {
  background: url(./img/sub/recruit_cta_bg_pc.jpg) no-repeat center center/cover;
  padding: 78px 10px;
}
#sub-page.recruit .cta.recruit .inner {
  display: flex;
}
#sub-page.recruit .cta.recruit .btn {
  display: flex;
  align-items: center;
  width: 520px;
  height: 100px;
  border-right: 1px solid #fff;
}
#sub-page.recruit .cta.recruit .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 80px;
  background-color: #fec900;
  border-radius: 6px;
  color: #000;
  font-size: 1.285rem;
}
#sub-page.recruit .cta.recruit .info {
  padding-top: 0.5rem;
  padding-left: 92px;
  color: #fff;
  text-align: center;
}
#sub-page.recruit .cta.recruit .info .pref {
  font-size: 1.285rem;
  font-weight: normal;
  line-height: 1.33em;
}
#sub-page.recruit .cta.recruit .info .telno {
  font-family: Inter;
  font-size: 2.428rem;
  line-height: 1.352em;
}
#sub-page.recruit .cta.recruit .info .tail {
  font-weight: normal;
  line-height: 1.142em;
}
#sub-page.contact .common_title {
  padding: 10px 10px 40px;
}
#sub-page.contact .common_title .text {
  margin-top: 76px;
}
#sub-page.contact #form {
  padding: 0 10px 150px;
}
#sub-page.contact #form .section_body {
  background-color: #EEEEEE;
  padding: 75px 120px 80px;
}
#sub-page.contact #form .query {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
#sub-page.contact #form .query dt {
  width: 268px;
  margin-bottom: 10px;
  padding-top: 0.2em;
  font-size: 1.142rem;
}
#sub-page.contact #form .query dt.must:after {
  content: "*";
  margin-left: 0.5rem;
  color: #ff3131;
}
#sub-page.contact #form .query dd {
  min-height: 46px;
  width: calc(100% - 268px);
  margin-bottom: 10px;
  font-weight: normal;
}
#sub-page.contact #form .query dd.radio {
  display: flex;
  flex-wrap: wrap;
}
#sub-page.contact #form .query dd.radio label {
  position: relative;
  display: block;
  width: 200px;
  margin-bottom: 15px;
  padding-left: 28px;
  font-size: 1.142rem;
  line-height: 20px;
  cursor: pointer;
}
#sub-page.contact #form .query dd.radio input[type=radio] {
  display: none;
}
#sub-page.contact #form .query dd.radio label:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: auto;
  border-radius: 50%;
}
#sub-page.contact #form .query dd.radio label:has(input[type=radio]:checked):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #031F95;
  margin: auto;
  border-radius: 50%;
}
#sub-page.contact #form .query dd.radio .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
}
#sub-page.contact #form .query dd.radio .wpcf7-list-item {
  display: block;
  width: 200px;
  margin: 0;
}

@media screen and (max-width: 750px) {
  #sub-page.recruit .mv_recruit {
    height: 192vw;
    background-image: url(./img/sub/mv_recruit_sp.jpg);
    padding: 49vw 5.3vw 0;
  }
  #sub-page.recruit .mv_recruit .copy .copy_header {
    margin-bottom: 26.6vw;
  }
  #sub-page.recruit .mv_recruit .copy .copy_header .pref {
    font-size: 1.142rem;
    line-height: 1.312em;
  }
  #sub-page.recruit .mv_recruit .copy .copy_header .title {
    margin-bottom: 0.64rem;
    font-size: 3.357rem;
    line-height: 1.4em;
  }
  #sub-page.recruit .mv_recruit .copy .copy_header .tail {
    font-size: 1rem;
    line-height: 1.214em;
  }
  #sub-page.recruit .mv_recruit .copy .copy_body .title {
    margin-bottom: 2rem;
    font-size: 1.285rem;
    line-height: 1.66em;
  }
  #sub-page.recruit .mv_recruit .copy .copy_body .text {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.642em;
  }
  #sub-page.recruit #business {
    background: none;
    padding: 12vw 5.3vw 0.5vw;
  }
  #sub-page.recruit #business .section_body {
    display: block;
    width: auto;
  }
  #sub-page.recruit #business .section_body .item {
    width: 100%;
    height: 46.4vw;
    margin-bottom: 4.8vw;
    padding: 3.2vw 4vw 0;
  }
  #sub-page.recruit #business .section_body .item.delivery {
    display: block;
    height: 46.4vw;
    background-image: url(./img/sub/recruit_business_bg001_sp.jpg);
    padding: 3.2vw 4vw 0;
  }
  #sub-page.recruit #business .section_body .item.logistics {
    background-image: url(./img/sub/recruit_business_bg002_sp.jpg);
  }
  #sub-page.recruit #business .section_body .item.warehouse {
    background-image: url(./img/sub/recruit_business_bg003_sp.jpg);
  }
  #sub-page.recruit #business .section_body .item.maintenance {
    background-image: url(./img/sub/recruit_business_bg004_sp.jpg);
  }
  #sub-page.recruit #business .section_body .item .title {
    margin-bottom: 4.8vw;
  }
  #sub-page.recruit #business .section_body .item .text {
    font-weight: normal;
    line-height: 1.428em;
  }
  #sub-page.recruit #business .section_body .item.delivery .title, #sub-page.recruit #business .section_body .item.delivery .text {
    width: auto;
  }
  #sub-page.recruit .slider .slick-slider .slick-item {
    width: 100vw;
    margin: 0 1.6vw;
  }
  #sub-page.recruit #interview {
    padding: 4vw 5.3vw 5.3vw;
  }
  #sub-page.recruit #interview .section_body {
    display: block;
  }
  #sub-page.recruit #interview .section_body .content {
    width: 100%;
  }
  #sub-page.recruit #interview .section_body .content:nth-child(even) {
    top: auto;
  }
  #sub-page.recruit #interview .section_body .content + .content {
    margin-top: 6.4vw;
  }
  #sub-page.recruit #interview .section_body .content .content_header .eye-catch img {
    height: 53.3vw;
  }
  #sub-page.recruit #interview .section_body .content .content_header .box {
    min-height: 0;
    padding: 4vw 5.3vw 5.3vw;
  }
  #sub-page.recruit #interview .section_body .content .content_header .box .title {
    font-size: 1rem;
  }
  #sub-page.recruit #interview .section_body .content .content_header .box .tail {
    margin-top: 5.3vw;
  }
  #sub-page.recruit #interview .section_body .content .content_header .box .tail .open {
    background-position: right 5.3vw bottom 5.3vw;
    background-size: 3.46vw auto;
  }
  #sub-page.recruit #interview .section_body .content .content_body {
    padding: 10.4vw 4vw 16vw;
  }
  #sub-page.recruit #interview .section_body .content .content_body .item:not(:last-child) {
    margin-bottom: 16vw;
  }
  #sub-page.recruit #interview .section_body .content .content_body .item .item_header .title {
    font-size: 1.142rem;
    line-height: 1.375em;
  }
  #sub-page.recruit #interview .section_body .content .content_body .item .item_header .title:before {
    white-space: nowrap;
  }
  #sub-page.recruit #interview .section_body .content .content_body .item .item_body {
    display: block;
  }
  #sub-page.recruit #interview .section_body .content .content_body .item .item_body .image {
    width: 100%;
  }
  #sub-page.recruit #interview .section_body .content .content_body .item .item_body .text {
    width: 100%;
    padding: 1rem 0 0;
  }
  #sub-page.recruit #interview .section_body .content.modal {
    position: fixed;
    top: 20.8vw;
    max-width: 89.3%;
    width: 89.3%;
    height: calc(100% - 20.8vw);
  }
  #sub-page.recruit #interview .section_body .content.modal .content_header {
    position: static;
  }
  #sub-page.recruit #interview .section_body .content.modal .content_header .eye-catch img {
    height: 56vw;
  }
  #sub-page.recruit #interview .section_body .content.modal .content_header .box {
    position: static;
    width: 100%;
    min-height: 0;
    padding: 4vw;
    border-radius: 0;
  }
  #sub-page.recruit #interview .section_body .content.modal .content_header .box .pref {
    margin-bottom: 1rem;
  }
  #sub-page.recruit #interview .section_body .content.modal .content_header .box .title {
    margin-bottom: 9vw;
  }
  #sub-page.recruit #interview .section_body .content.modal .content_header .box .tail {
    margin-top: 0.2rem;
    padding-top: 0.5rem;
  }
  #sub-page.recruit #interview .section_body .content.modal .content_header .box .tail .open {
    top: 8vw;
    right: 5.3vw;
    bottom: auto;
    left: auto;
    z-index: 230;
    width: 9vw;
    height: 9vw;
    background: url(./img/sub/ico_close_sp.png) no-repeat center center/contain;
  }
  #sub-page.recruit #point {
    padding: 10.4vw 5.3vw 4vw;
  }
  #sub-page.recruit #point .section_body .item {
    display: block;
    width: 100%;
    margin-bottom: 6.4vw;
    padding: 4vw;
  }
  #sub-page.recruit #point .section_body .item .content {
    position: static;
    width: 100%;
    margin: 0 0 10.4vw;
  }
  #sub-page.recruit #point .section_body .item .content:before {
    font-size: 3.428rem;
  }
  #sub-page.recruit #point .section_body .item .content .title {
    margin-top: 1.6vw;
    margin-bottom: 12vw;
    font-size: 1.285rem;
    line-height: 1.33em;
  }
  #sub-page.recruit #point .section_body .item .image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  #sub-page.recruit #point .section_body .item:nth-child(even) .content {
    margin-left: 0;
  }
  #sub-page.recruit #entry {
    padding: 5.3vw;
  }
  #sub-page.recruit #entry .section_body .item {
    display: block;
    padding: 0 0 1rem;
  }
  #sub-page.recruit #entry .section_body .item dt {
    width: 100%;
    margin: 0 0 0.3rem;
  }
  #sub-page.recruit #entry .section_body .item dd {
    width: 100%;
  }
  #sub-page.recruit .cta.recruit {
    background-image: url(./img/sub/recruit_cta_bg_sp.jpg);
    padding: 16vw 5.3vw;
  }
  #sub-page.recruit .cta.recruit .inner {
    display: block;
  }
  #sub-page.recruit .cta.recruit .btn {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 6vw;
    border-right: 0;
    border-bottom: 1px solid #fff;
  }
  #sub-page.recruit .cta.recruit .btn a {
    width: 100%;
    height: 17.6vw;
  }
  #sub-page.recruit .cta.recruit .info {
    padding-top: 6vw;
    padding-left: 0;
  }
  /*------- Modal -------*/
}
/* contact */
/*---------------------------------*/
.wpcf7-spinner {
  display: none !important;
}

#sub-page.contact #form .query input[type=text], #sub-page.contact #form .query input[type=email] {
  display: flex;
  align-items: center;
  width: 100%;
  height: 46px;
  background-color: #fff;
  padding: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-size: 1rem;
  font-weight: normal;
}
#sub-page.contact #form .query .tel {
  display: flex;
  align-items: center;
}
#sub-page.contact #form .query .tel span {
  width: 50%;
}
#sub-page.contact #form .query .tel .tail {
  padding-left: 1em;
  font-size: 0.857rem;
}
#sub-page.contact #form .query .textarea {
  min-height: 175px;
  font-weight: normal;
  line-height: 1.357em;
}
#sub-page.contact #form .query textarea {
  width: 100%;
  height: 175px;
  padding: 18px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-size: 1rem;
  font-weight: normal;
}
#sub-page.contact #form .note {
  padding: 5px 20px 34px;
  color: #ff3131;
  font-size: 0.857rem;
  font-weight: normal;
  line-height: 1em;
  text-align: right;
}
#sub-page.contact #form .submit input {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.142rem;
}
#sub-page.contact #form .submit.confirm input {
  background-color: #575757;
}
#sub-page.contact #form .submit.send input {
  background-color: #031F95;
  margin-bottom: 15px;
}
#sub-page.contact #form .submit.back input {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #333;
  color: #333;
}
#sub-page.contact #form .content_header {
  text-align: center;
}
#sub-page.contact #form .content_header .title {
  color: #031f95;
  font-size: 1.428rem;
}
#sub-page.contact #form .content_body {
  margin: 20px 0 30px;
  font-weight: normal;
  line-height: 1.714em;
  text-align: center;
}
#sub-page.contact #form .content_footer a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #333;
  border-radius: 4px;
  color: #333;
  font-weight: normal;
  font-size: 1.142rem;
}

@media screen and (max-width: 750px) {
  #sub-page.contact .common_title {
    padding: 0 5.3vw;
  }
  #sub-page.contact .common_title .text {
    margin: 8vw 0;
  }
  #sub-page.contact #form {
    padding: 0;
  }
  #sub-page.contact #form .section_body {
    padding: 10.6vw 5.3vw 18.6vw;
  }
  #sub-page.contact #form .query {
    display: flex;
    flex-wrap: wrap;
  }
  #sub-page.contact #form .query dt {
    width: 100%;
    margin-bottom: 1.6vw;
    padding-top: 0;
  }
  #sub-page.contact #form .query dd {
    min-height: 12vw;
    width: 100%;
    margin-bottom: 3.2vw;
  }
  #sub-page.contact #form .query.confirm dd {
    padding: 0 5vw;
  }
  #sub-page.contact #form .query dd.radio {
    padding: 5.6vw 0 3.2vw;
  }
  #sub-page.contact #form .query dd.radio label {
    width: 100%;
    margin-bottom: 4vw;
    padding-left: 7.2vw;
    line-height: 1.428rem;
  }
  #sub-page.contact #form .query dd.radio label:before {
    width: 5.3vw;
    height: 5.3vw;
  }
  #sub-page.contact #form .query dd.radio label:has(input[type=radio]:checked):after {
    left: 1.3vw;
    width: 2.6vw;
    height: 2.6vw;
  }
  #sub-page.contact #form .query dd.radio .wpcf7-list-item {
    width: 50%;
  }
  #sub-page.contact #form .query input[type=text], #sub-page.contact #form .query input[type=email] {
    height: 12vw;
    padding: 0 5.3vw;
  }
  #sub-page.contact #form .query .textarea {
    min-height: 46.6vw;
  }
  #sub-page.contact #form .query textarea {
    height: 46.6vw;
    padding: 4.8vw 5.3vw;
  }
  #sub-page.contact #form .note {
    padding: 0 5.3vw 8vw;
  }
  #sub-page.contact #form .submit input {
    height: 12.8vw;
  }
  #sub-page.contact #form .submit.confirm input {
    margin-bottom: 10.4vw;
  }
  #sub-page.contact #form .submit.send input {
    margin-bottom: 4vw;
  }
  #sub-page.contact #form .content_body {
    margin: 5.3vw 0 6.6vw;
    padding: 0 6vw;
  }
  #sub-page.contact #form .content_footer a {
    height: 14.4vw;
  }
}/*# sourceMappingURL=style.css.map */