@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
  border: none;
  list-style: none;
  font-weight: inherit;
  font-size: 1em;
  font-style: inherit;
  -webkit-transition: none 0.3s ease-in-out 0s;
  transition: none 0.3s ease-in-out 0s;
}
*::before, *::after {
  padding: 0px;
  margin: 0px;
  border: none;
  list-style: none;
  font-weight: inherit;
  font-size: 1em;
  font-style: inherit;
  -webkit-transition: none 0.3s ease-in-out 0s;
  transition: none 0.3s ease-in-out 0s;
}

p, figure {
  margin: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

a img {
  border: none;
}

/*! Writen by SCSS */
/*font-style
---------------------------------------*/
body {
  font-size: 17px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #000;
  background: #fff;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  letter-spacing: 0.02em;
  overflow-x: hidden;
}
body *, body *:before, body *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body *.bs_cb {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
body .wrap {
  position: relative;
  overflow: hidden;
}

h1, h2, h3, h4, h5, p, dt, dd {
  line-height: 2em;
}

@media screen and (max-width: 992px) {
  p, dt, dd, li, th, td {
    font-size: 14px;
  }
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/* article
------------------------------------------- */
.entry-content h2 {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  margin: 120px 0 54px;
  border-left: solid 10px #b40000;
  border-bottom: solid 1px #b40000;
  padding: 0px 0 10px 20px;
}
@media screen and (max-width: 992px) {
  .entry-content h2 {
    font-size: 24px;
    margin: 73px 0 40px;
    font-weight: 700;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .entry-content h2 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.entry-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  position: relative;
  margin: 54px 0 32px;
  padding-left: 30px;
}
@media screen and (max-width: 992px) {
  .entry-content h3 {
    font-size: 17px;
    font-weight: 500;
    margin: 36px 0 20px;
  }
}
.entry-content h3::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #003282;
  border-radius: 100px;
  z-index: 1;
  left: 0;
  top: 15px;
}
@media screen and (max-width: 992px) {
  .entry-content h3::before {
    top: 8px;
  }
}
.entry-content h2 + h3 {
  margin-top: 30px;
}
.entry-content h4 {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .entry-content h4 {
    font-size: 16px;
  }
}
.entry-content ul {
  margin: 0 0 20px;
  padding: 0;
}
.entry-content ul li {
  list-style: disc;
  margin-left: 1em;
  margin-bottom: 5px;
}
.entry-content figure {
  margin: 0;
}
.entry-content figcaption {
  font-size: 14px;
  color: #000;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .entry-content figcaption {
    font-size: 13px;
  }
}
.entry-content dt, .entry-content dd {
  font-weight: inherit;
  margin: 0;
}
.entry-content table thead {
  border: none;
}
.entry-content table th {
  padding: 15px;
  background: #D7DED3;
  color: #364D1F;
  text-align: center;
  border-color: #849276;
}
@media screen and (max-width: 768px) {
  .entry-content table th {
    padding: 10px;
  }
}
.entry-content table td {
  padding: 15px;
  border-color: #0096dc;
}
@media screen and (max-width: 768px) {
  .entry-content table td {
    padding: 10px;
    font-size: 12px;
  }
}
.entry-content .img-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry-content .img-area img {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .entry-content .img-area img {
    max-width: 500px;
    margin: auto;
  }
}
.entry-content .float_wrap .float_img {
  display: block;
  float: right;
  margin-left: 4%;
  margin-bottom: 4%;
  width: 42%;
}
@media screen and (max-width: 992px) {
  .entry-content .float_wrap .float_img {
    float: none;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 768px) {
  .entry-content .float_wrap .float_img {
    max-width: inherit;
    margin-bottom: 20px;
  }
}
.entry-content .float_wrap .float_img img {
  width: 100%;
}
.entry-content .float_wrap .float_txt {
  text-align: justify;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .entry-content .float_wrap .float_txt {
    text-align: inherit;
  }
}
.entry-content .float_wrap .float_txt p {
  margin-bottom: 1.6em;
}

/* page-links
------------------------------------------- */
.page-links h2 {
  text-align: center;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .page-links h2 {
    margin-bottom: 25px;
  }
}
.page-links__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 992px) {
  .page-links__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-links__group a {
  display: block;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: inherit;
  margin: 0 1%;
}
@media screen and (max-width: 992px) {
  .page-links__group a {
    margin: 1% auto;
    width: 100%;
    max-width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .page-links__group a {
    margin: 3% auto;
  }
}

.sec + .page-links {
  padding-top: 0;
}

/* btn
------------------------------------------- */
.c-btn__main {
  max-width: 260px;
  background-color: #003282;
  border-radius: 4px;
  padding: 15px 10px;
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn__main {
    font-size: 14px;
  }
}
.c-btn__main::before {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
  border-radius: 2px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.c-btn__main:hover {
  background-color: #000;
}
.c-btn__main--red {
  background-color: #b40000;
}
.c-btn__main--red:hover {
  background: #000;
}
.c-btn__recruit {
  width: 100%;
  height: 200px;
  padding-left: 4vw;
  background: #003282;
  padding-bottom: 15px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 992px) {
  .c-btn__recruit {
    height: 140px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn__recruit {
    padding-left: 40px;
  }
}
.c-btn__recruit::before {
  content: "";
  position: absolute;
  background: url(../img/icon-recruit.svg) no-repeat center center/contain;
  width: 50px;
  height: 50px;
  right: 5vw;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-btn__recruit::before {
    right: 40px;
  }
}
.c-btn__recruit::after {
  content: "";
  position: absolute;
  width: 132px;
  height: 1px;
  background: #fff;
  margin-bottom: -70px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn__recruit:hover {
  background: #000;
  padding-left: 5vw;
}
.c-btn__recruit:hover::after {
  width: 180px;
}

.animate-link {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#000));
  background-image: linear-gradient(90deg, #000, #000);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.6s;
  transition: background-size 0.6s;
}
.animate-link:hover {
  background-size: 100% 1px;
}

.modal-header {
  padding: 30px 20px 20px 30px;
}

.modal-body {
  padding: 30px;
}

.modal-title {
  font-size: 20px;
}

.modal-content {
  border: none;
}

header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  width: 100%;
  background: #fff;
}
header.sticky .navbar .navbar-nav li a {
  color: #000;
}
header.sticky .navbar .navbar-nav li a:hover {
  color: #b40000;
}
header.sticky .navbar .navbar-nav li .dropdown-menu li a {
  color: #fff !important;
}
header.sticky .navbar .navbar-nav li a.nav-tel::before {
  background-image: url(../img/icon-tel-black.svg);
}
header.sticky .navbar .navbar-nav li a.nav-tel:hover::before {
  background-image: url(../img/icon-tel-red.svg);
}

body.home .navbar .navbar-nav li a,
body.hino .navbar .navbar-nav li a,
body.meishin-sangyo .navbar .navbar-nav li a,
body.sun-field .navbar .navbar-nav li a {
  color: #000;
}
body.home .navbar .navbar-nav li a:hover,
body.hino .navbar .navbar-nav li a:hover,
body.meishin-sangyo .navbar .navbar-nav li a:hover,
body.sun-field .navbar .navbar-nav li a:hover {
  color: #b40000;
}
body.home .navbar .navbar-nav li .dropdown-item,
body.hino .navbar .navbar-nav li .dropdown-item,
body.meishin-sangyo .navbar .navbar-nav li .dropdown-item,
body.sun-field .navbar .navbar-nav li .dropdown-item {
  color: #fff;
}
body.home .navbar .navbar-nav li a.nav-tel::before,
body.hino .navbar .navbar-nav li a.nav-tel::before,
body.meishin-sangyo .navbar .navbar-nav li a.nav-tel::before,
body.sun-field .navbar .navbar-nav li a.nav-tel::before {
  background-image: url(../img/icon-tel-black.svg);
}
body.home .navbar .navbar-nav li a.nav-tel:hover::before,
body.hino .navbar .navbar-nav li a.nav-tel:hover::before,
body.meishin-sangyo .navbar .navbar-nav li a.nav-tel:hover::before,
body.sun-field .navbar .navbar-nav li a.nav-tel:hover::before {
  background-image: url(../img/icon-tel-red.svg);
}

.navbar {
  padding: 0;
}
.navbar .container-fluid {
  padding: 0px;
}
.navbar .navbar-brand {
  padding: 0;
  padding-left: 30px;
}
@media screen and (max-width: 992px) {
  .navbar .navbar-brand {
    padding-left: 10px;
  }
}
.navbar .navbar-brand img {
  height: 60px;
}
@media screen and (max-width: 1200px) {
  .navbar .navbar-brand img {
    height: 50px;
  }
}
@media screen and (max-width: 992px) {
  .navbar .navbar-brand img {
    height: 40px;
  }
}
.navbar .navbar__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar .navbar-collapse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .navbar .navbar-collapse {
    position: fixed;
    width: calc(100% - 22px);
    background: #003282;
    left: 11px;
    top: 131px;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 992px) {
  .navbar .navbar-collapse {
    top: 151px;
  }
}
.navbar .offcanvas-body {
  margin-right: 20px;
}
.navbar .navbar-nav {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar .navbar-nav li {
  margin: 0 1vw;
  font-size: clamp(0.875rem, 0.5732rem + 0.4878vw, 1rem);
}
.navbar .navbar-nav li a {
  color: #fff;
  text-decoration: none;
}
.navbar .navbar-nav li a:hover {
  text-decoration: none;
  color: #b40000;
}
.navbar .navbar-nav li a.nav-tel {
  font-family: "Jost", sans-serif;
  font-size: clamp(1rem, 0.3963rem + 0.9756vw, 1.25rem);
  font-style: italic;
  line-height: 2em;
  position: relative;
  padding-left: 25px;
}
.navbar .navbar-nav li a.nav-tel::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../img/icon-tel-white.svg) no-repeat 0 0/contain;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.navbar .navbar-nav li a.nav-tel:hover {
  color: #b40000;
}
.navbar .navbar-nav li a.nav-tel:hover::before {
  background-image: url(../img/icon-tel-red.svg);
}
.navbar .navbar-contactbtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #b40000;
  color: #fff;
  text-align: center;
  width: 100px;
  height: 100px;
  font-family: "Jost", sans-serif;
  font-style: italic;
  font-size: 20px;
  position: relative;
  padding-top: 30px;
}
.navbar .navbar-contactbtn a::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 16px;
  top: 25px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/icon-mail.svg) no-repeat 0 0/contain;
}
.navbar .navbar-contactbtn a:hover {
  background: #000;
}
@media screen and (max-width: 992px) {
  .navbar .navbar-contactbtn {
    display: none;
  }
}
.navbar .navbar-recruitbtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #003282;
  color: #fff;
  text-align: center;
  width: 100px;
  height: 100px;
  font-family: "Jost", sans-serif;
  font-style: italic;
  font-size: 20px;
  position: relative;
  padding-top: 30px;
}
.navbar .navbar-recruitbtn a::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  top: 23px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/icon-recruit.svg) no-repeat 0 0/contain;
}
.navbar .navbar-recruitbtn a:hover {
  background: #000;
}
@media screen and (max-width: 992px) {
  .navbar .navbar-recruitbtn {
    display: none;
  }
}

/* トップページの初期状態では非表示 */
#index .navbar-recruitbtn {
  display: none;
}

/* ヘッダーが sticky 状態のときだけ表示 */
header.sticky .navbar-recruitbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  header.sticky .navbar-recruitbtn {
    display: none;
  }
}

/* dropdown-menu
------------------------------------------- */
.navbar .dropdown-menu {
  padding: 0;
}
.navbar .dropdown-menu li {
  margin: 0;
  text-align: center;
}
.navbar .dropdown-menu li .dropdown-item {
  padding: 10px 5px;
  color: #fff !important;
}
.navbar .dropdown-menu li .dropdown-item-hino {
  background-color: #b40000;
}
.navbar .dropdown-menu li .dropdown-item-meishin {
  background: #a0823c;
}
.navbar .dropdown-menu li .dropdown-item-sun {
  background-color: #0096dc;
}
.navbar .dropdown-menu li .dropdown-item:hover {
  color: #fff;
  background: #000;
}

/* デスクトップ環境でのみ hover によってメニューを開く */
@media (min-width: 576px) {
  .dropdown-center:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .dropdown-center:hover > .dropdown-toggle::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  /* クリック時に display が残ってしまうケースを防止 */
  .dropdown-center > .dropdown-toggle:active {
    pointer-events: none;
  }
}
.dropdown-toggle::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: 0.3em solid #b40000;
}

/* navbar-toggler
------------------------------------------- */
.navbar-toggler {
  margin-left: auto;
  width: 100px;
  height: 100px;
  border-radius: 0;
  border: none;
  background: #b40000;
  padding: 0 0 30px;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .navbar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60px;
    height: 60px;
    padding: 8px 0 28px;
  }
}
.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 992px) {
  .navbar-toggler::after {
    position: absolute;
    content: "MENU";
    height: 1em;
    font-size: 14px;
    font-family: "Jost", sans-serif;
    top: 25px;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    font-size: 12px;
  }
}
.navbar-toggler .navbar-toggler-icon,
.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  content: "";
  display: block;
  height: 1.5px;
  width: 30px;
  border-radius: 0px;
  background-image: none;
  background-color: #fff;
  position: absolute;
}
@media screen and (max-width: 992px) {
  .navbar-toggler .navbar-toggler-icon,
  .navbar-toggler .navbar-toggler-icon:before,
  .navbar-toggler .navbar-toggler-icon:after {
    width: 20px;
  }
}
.navbar-toggler .navbar-toggler-icon:before {
  bottom: 10px;
}
@media screen and (max-width: 992px) {
  .navbar-toggler .navbar-toggler-icon:before {
    bottom: 7px;
  }
}
.navbar-toggler .navbar-toggler-icon:after {
  top: 10px;
}
@media screen and (max-width: 992px) {
  .navbar-toggler .navbar-toggler-icon:after {
    top: 7px;
  }
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-color: rgba(255, 255, 255, 0);
  height: 0;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon::before {
  bottom: 0;
  height: 1.5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon::after {
  top: 0;
  top: -1px;
  height: 1.5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.navbar-toggler.is-open::after {
  content: "CLOSE";
}

/* offcanvasNavbar
------------------------------------------- */
@media screen and (max-width: 992px) {
  #offcanvasNavbar {
    top: 60px;
    height: auto;
    width: 100%;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 992px) {
  #offcanvasNavbar .offcanvas-body {
    max-width: 440px;
    margin: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 992px) {
  #offcanvasNavbar .navbar-nav {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    font-weight: 500;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 2vh;
    margin-bottom: 2vh;
  }
}
@media screen and (max-width: 992px) {
  #offcanvasNavbar .navbar-nav li {
    border-bottom: solid 2px #b40000;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #offcanvasNavbar .navbar-nav li:last-child {
    border-bottom: none;
  }
  #offcanvasNavbar .navbar-nav li .nav-link {
    padding: 2vh 0;
  }
}
@media screen and (max-width: 992px) {
  #offcanvasNavbar .navbar-action .action__box {
    height: 13vh;
    margin-bottom: 1.5vh;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-style: normal;
    font-weight: 600;
    position: relative;
  }
  #offcanvasNavbar .navbar-action .action__box::before {
    content: "";
    position: absolute;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border: 1px solid #fff;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}

.offcanvas-backdrop {
  top: var(--header-height, 60px);
}

/* action
------------------------------------------- */
.action {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ccc;
  z-index: 8;
}
@media screen and (max-width: 992px) {
  .action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.action__box {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-style: italic;
  font-size: 16px;
}
.action__box.tel {
  background-color: #a0823c;
}
.action__box.recruit {
  background-color: #003282;
}
.action__box.contact {
  background-color: #b40000;
}
.action__box:hover {
  background-color: #000;
}
.action__icon img {
  height: 18px;
}

.site-footer {
  background: #fff;
  padding: 120px 0 0;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .site-footer {
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .site-footer .container {
    width: 90%;
  }
}
.site-footer .footer-logo {
  max-width: 192px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-logo {
    margin-bottom: 40px;
    margin-left: 0;
  }
}
.site-footer address {
  margin-top: 120px;
  text-align: center;
  background: #000;
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .site-footer address {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .site-footer address {
    font-size: 10px;
  }
}
.site-footer address a {
  color: #fff;
  text-decoration: underline;
}
.site-footer address a:hover {
  text-decoration: none;
}
.site-footer .site-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .site-footer .site-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.site-footer .site-info ul {
  margin: 0;
  padding: 0;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}
.site-footer .site-info ul li {
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .site-footer .site-info ul li {
    margin-bottom: 25px;
  }
}
.site-footer .site-info ul li a {
  color: #000;
  text-decoration: none;
}
.site-footer .site-info ul li a:hover {
  color: #b40000;
}
.site-footer .site-info ul .sub-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
}
.site-footer .site-info ul .sub-menu li {
  margin: 0 0px 8px;
  width: 100%;
}
.site-footer .site-info ul .sub-menu li a {
  color: rgba(255, 255, 255, 0.6);
}

/* section
------------------------------------------- */
.sec {
  padding: 120px 0;
}
@media screen and (max-width: 992px) {
  .sec {
    padding: 80px 0;
  }
}
@media screen and (max-width: 992px) {
  .sec .container {
    max-width: inherit;
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .sec .container {
    width: 90%;
  }
}

@media screen and (max-width: 992px) {
  .sec.entry-content {
    padding-top: 40px;
  }
}

/* head
------------------------------------------- */
.page-title {
  background: url(../img/contact-img.jpg) no-repeat bottom center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 400px;
  position: relative;
}
.page-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
@media screen and (max-width: 992px) {
  .page-title {
    height: 250px;
  }
}
.page-title .container {
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.page-title .nav-link {
  color: #fff;
}

.index-mid_en {
  font-size: 60px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .index-mid_en {
    font-size: 40px;
  }
}

.index-mid_jp {
  margin-top: 30px;
  display: block;
  line-height: 1em;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .index-mid_jp {
    font-size: 24px;
    margin-top: 20px;
  }
}

/* .breadcrumb
------------------------------------------- */
.breadcrumb-area {
  margin-top: 40px;
}
.breadcrumb-area .breadcrumb {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  margin-bottom: 0;
}
.breadcrumb-area .breadcrumb a:hover {
  color: #b40000;
}

/* recruit
------------------------------------------- */
.sec-recruit {
  background: #000 url(../img/recruit-img.jpg) no-repeat 50% 50%/cover;
  color: #fff;
  position: relative;
}
.sec-recruit::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.sec-recruit .container {
  position: relative;
}
.sec-recruit h2 {
  max-width: 650px;
  margin-bottom: 90px;
}
@media screen and (max-width: 992px) {
  .sec-recruit h2 {
    max-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .sec-recruit h2 {
    margin-bottom: 40px;
  }
}
.sec-recruit h2 img {
  width: 100%;
}
.sec-recruit h3 {
  margin-bottom: 20px;
}
.sec-recruit p {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .sec-recruit p {
    display: none;
  }
}

/* contact
------------------------------------------- */
.sec-contact {
  background: #000 url(../img/contact-img.jpg) no-repeat 50% 50%/cover;
  position: relative;
}
.sec-contact::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.sec-contact .container {
  position: relative;
}
.sec-contact h2 {
  font-size: 110px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  line-height: 1em;
  color: #fff;
  text-align: center;
  margin: 0 0 30px;
}
@media screen and (max-width: 992px) {
  .sec-contact h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact h2 {
    margin-bottom: 20px;
  }
}
.sec-contact__box {
  background: #fff;
  position: relative;
}
.sec-contact__box::before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #a0823c;
  border-radius: 2px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.sec-contact h3 {
  position: relative;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  padding-top: 40px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 130px;
  border-right: solid 1px #a0823c;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .sec-contact h3 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: 140px;
    padding-top: 50px;
    border-right: none;
    font-size: 17px;
  }
}
.sec-contact h3::before {
  content: "";
  position: absolute;
  background: url(../img/icon-mail-black.svg) no-repeat 50% 50%/contain;
  width: 37px;
  height: 25px;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .sec-contact h3::before {
    top: 42px;
  }
}
.sec-contact p {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  padding-left: 8%;
}
@media screen and (max-width: 992px) {
  .sec-contact p {
    display: none;
  }
}
.sec-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 80px;
}
@media screen and (max-width: 992px) {
  .sec-contact a {
    padding: 0;
  }
}
.sec-contact a:hover {
  background: #000;
  color: #fff;
}
.sec-contact a:hover h3::before {
  background-image: url(../img/icon-mail.svg);
}

/* hero
------------------------------------------- */
.hero {
  background: url(../img/top/hero-bg.png) no-repeat bottom center/cover;
  width: 100vw;
  height: 80vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hero {
    height: 82svh;
  }
}
.hero-catch {
  font-size: 13vh;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 1em;
  z-index: 4;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  position: absolute;
  left: 5vw;
  bottom: 30vh;
}
.hero-catch span {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media screen and (max-width: 768px) {
  .hero-catch span {
    -webkit-transform: inherit;
            transform: inherit;
  }
}
@media screen and (max-width: 768px) {
  .hero-catch {
    color: #fff;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    font-size: 70px;
    bottom: 25svh;
  }
}
.hero-copy {
  font-family: "Jost", sans-serif;
  font-size: 2vh;
  font-weight: 200;
  color: #fff;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 16vh;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .hero-copy {
    top: 30px;
    right: 20px;
    bottom: inherit;
    font-size: 1.6vh;
  }
}
.hero-recruit {
  width: 32vw;
  height: 22vh;
  font-size: 30px;
  font-style: italic;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  .hero-recruit {
    display: none;
  }
}
.hero-slide {
  position: absolute;
  right: 0;
  top: 0;
  width: 69vw;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 992px) {
  .hero-slide {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .hero-slide {
    width: 100vw;
    height: 60vh;
  }
}
.hero-slide .slick-slider {
  margin: 0;
  padding: 0;
}
.hero-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 80vh;
}
@media screen and (max-width: 768px) {
  .hero-slide img {
    height: 50svh;
  }
}
.hero-img {
  position: absolute;
  right: 100px;
  top: 0;
  width: 60vw;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .hero-img {
    display: none;
  }
}
.hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.hero h1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  z-index: 5;
  position: absolute;
  left: 5%;
  bottom: 5%;
  font-size: 5.5vh;
}
@media screen and (max-width: 768px) {
  .hero h1 {
    font-size: 20px;
    bottom: 5svh;
  }
}
.hero h1 span {
  background: #003282;
  color: #fff;
  line-height: 1em;
  padding: 12px;
  margin-bottom: 10px;
}

/* news
------------------------------------------- */
.sec-news__head,
.sec-column__head {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec-news__head,
  .sec-column__head {
    margin-bottom: 30px;
  }
}
.sec-news__tit,
.sec-column__tit {
  font-size: inherit;
  font-weight: 400;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .sec-news__tit,
  .sec-column__tit {
    font-size: 14px;
  }
}
.sec-news__tit span,
.sec-column__tit span {
  font-size: 60px;
  font-family: "Jost", sans-serif;
  color: #003282;
  margin-right: 60px;
}
@media screen and (max-width: 992px) {
  .sec-news__tit span,
  .sec-column__tit span {
    display: block;
    font-size: 32px;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 992px) {
  .sec-news .c-btn__main,
  .sec-column .c-btn__main {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
  }
  .sec-news .c-btn__main::before,
  .sec-column .c-btn__main::before {
    border-radius: 100px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
  .sec-news .c-btn__main::after,
  .sec-column .c-btn__main::after {
    content: "";
    position: absolute;
    background: url(../img/icon-arrow-white.png) no-repeat 50% 50%/contain;
    width: 4px;
    height: 8px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

/* about us
------------------------------------------- */
.sec-about {
  background: url(../img/top/about-bg.png) no-repeat 50% 50%/cover;
}
.sec-about__head {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 992px) {
  .sec-about__head {
    margin-bottom: 30px;
  }
}
.sec-about__head h2 {
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  .sec-about__head h2 {
    font-size: 14px;
  }
}
.sec-about__head span {
  font-size: clamp(4.375rem, -1.875rem + 10vw, 6.875rem);
  font-family: "Jost", sans-serif;
  line-height: 1em;
  color: #b40000;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .sec-about__head span {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 10px;
  }
}
.sec-about h3 {
  font-size: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .sec-about h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.sec-about p {
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .sec-about p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  .sec-about__img {
    max-width: 320px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 992px) {
  .sec-about .c-btn__main {
    margin: auto;
  }
}

/* service
------------------------------------------- */
.sec-service__group {
  position: relative;
  padding: 60px 0;
  margin-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .sec-service__group {
    padding: 0;
    margin-bottom: 80px;
  }
}
.sec-service__bg {
  width: 55%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .sec-service__bg {
    display: none;
  }
}
.sec-service__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.sec-service__logo img {
  width: auto;
  max-width: 100%;
  height: 60px;
}
@media screen and (max-width: 992px) {
  .sec-service__logo img {
    height: 38px;
  }
}
@media screen and (max-width: 768px) {
  .sec-service__logo img {
    height: 30px;
  }
}
@media screen and (max-width: 992px) {
  .sec-service__logo {
    border-left: solid 8px;
    padding-left: 30px;
  }
}
.sec-service__logo h3 {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .sec-service__logo h3 {
    font-size: 14px;
    margin-top: 5px;
  }
}
.sec-service__box {
  width: 48vw;
  padding: 60px;
  background: #fff;
  position: relative;
  z-index: 2;
  border-left: solid 8px;
}
@media screen and (max-width: 992px) {
  .sec-service__box {
    width: 100%;
    padding: 0;
    border-left: none;
  }
}
.sec-service__box p {
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .sec-service__box .c-btn__main {
    margin: auto;
  }
}
.sec-service__img {
  margin-bottom: 40px;
}
.sec-service__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .sec-service__tag {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .sec-service__tag {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sec-service__tag li {
  background: #aaa;
  border-radius: 4px;
  margin: 0;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(0.875rem, -0.0625rem + 1.5vw, 1.25rem);
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .sec-service__tag li {
    font-size: 17px;
  }
}
.sec-service .service-hino .sec-service__logo,
.sec-service .service-hino .sec-service__box {
  border-left-color: #b40000;
}
.sec-service .service-hino .sec-service__tag li {
  background: #b40000;
}
.sec-service .service-meishin .sec-service__box {
  border-right: #a0823c 8px solid;
  border-left: none;
}
@media screen and (max-width: 992px) {
  .sec-service .service-meishin .sec-service__box {
    border-right: none;
  }
}
@media screen and (max-width: 992px) {
  .sec-service .service-meishin .sec-service__logo {
    border-left: #a0823c 8px solid;
  }
}
.sec-service .service-meishin .sec-service__tag li {
  background: #a0823c;
}
.sec-service .service-meishin .sec-service__bg {
  left: 0;
  right: inherit;
}
.sec-service .service-meishin .sec-service__bg img {
  -o-object-position: right center;
     object-position: right center;
}
.sec-service .service-sun {
  margin-bottom: 0;
}
.sec-service .service-sun .sec-service__logo,
.sec-service .service-sun .sec-service__box {
  border-left-color: #0096dc;
}
.sec-service .service-sun .sec-service__tag li {
  background: #0096dc;
}

body.about .page-title {
  background-image: url(../img/about/subhead-bg.jpg);
}

body.contact .page-title {
  background-image: url(../img/contact/subhead-bg.jpg);
}

body.news .page-title,
body.archive .page-title,
body.single .page-title {
  background-image: url(../img/post/subhead-news-bg.jpg);
}

body.post-type-archive-column .page-title,
body.tax-column-type .page-title,
body.single-column .page-title {
  background-image: url(../img/post/subhead-column-bg.jpg);
}

body.post-type-archive-recruit .page-title,
body.tax-recruit-type .page-title,
body.single-recruit .page-title {
  background-image: url(../img/post/subhead-recruit-bg.jpg);
}

.entry-content {
  /* comapny-index
  ------------------------------------------- */
}
.entry-content .company-index {
  margin-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .entry-content .company-index {
    margin-bottom: 65px;
  }
}
.entry-content .company-index__head {
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .entry-content .company-index__head {
    margin-bottom: 30px;
  }
}
.entry-content .company-index__head_en {
  font-size: 40px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  line-height: 1em;
  border: none;
  padding: 0;
  margin: 0 0 34px;
}
@media screen and (max-width: 992px) {
  .entry-content .company-index__head_en {
    margin-bottom: 9px;
  }
}
.entry-content .company-index__head__jp {
  line-height: 1em;
  display: block;
}
.entry-content .company-index__card {
  border-radius: 8px;
  background-color: #000;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .entry-content .company-index__card {
    margin: 10px auto;
    max-width: 320px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    text-align: left;
    border-radius: 4px;
  }
}
.entry-content .company-index__card:hover {
  background-color: #000;
}
.entry-content .company-index__card:hover .company-index__img img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.entry-content .company-index__text {
  font-size: 24px;
  padding: 6px 0 8px;
  position: relative;
}
.entry-content .company-index__text::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ffffff;
  height: 9px;
  width: 18px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 992px) {
  .entry-content .company-index__text {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
  }
  .entry-content .company-index__text::after {
    right: 20px;
    height: 7.5px;
    width: 15px;
  }
}
.entry-content .company-index__img {
  aspect-ratio: 4/3;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .entry-content .company-index__img {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
}
.entry-content .company-index__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}

/* comapny-head
------------------------------------------- */
body.hino .entry-content h2.comapny-head,
body.meishin-sangyo .entry-content h2.comapny-head,
body.sun-field .entry-content h2.comapny-head {
  border: none;
  padding: 5px 18px 7px 32px;
  background-color: #000;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.hino .entry-content h2.comapny-head,
  body.meishin-sangyo .entry-content h2.comapny-head,
  body.sun-field .entry-content h2.comapny-head {
    padding-left: 24px;
  }
}
body.hino .entry-content h2.comapny-head::before,
body.meishin-sangyo .entry-content h2.comapny-head::before,
body.sun-field .entry-content h2.comapny-head::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #fff;
  left: 10px;
  top: 0;
}
body.hino .entry-content h3::before,
body.meishin-sangyo .entry-content h3::before,
body.sun-field .entry-content h3::before {
  display: none;
}

body.hino .entry-content h2.comapny-head {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

body.meishin-sangyo .entry-content h2.comapny-head {
  clip-path: polygon(0 0, 100% 0%, 98% 100%, 0% 100%);
}

body.sun-field .entry-content h2.comapny-head {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

/* comapny-desc
------------------------------------------- */
.entry-content .company-desc__head {
  border-left: solid 4px #000;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 992px) {
  .entry-content .company-desc__head {
    padding-left: 20px;
  }
}

/* submv
------------------------------------------- */
.submv {
  position: relative;
  height: auto;
}
.submv header {
  position: absolute;
  z-index: 6;
  width: 100%;
}
.submv header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  width: 100%;
  background: #fff;
}

/* hino
------------------------------------------- */
body.hino .entry-content h2.comapny-head {
  background-color: #b40000;
}
body.hino .entry-content .company-index__head_en {
  color: #003282;
}
body.hino .entry-content .company-index__en {
  color: #003282;
}
body.hino .entry-content .company-index__card {
  background-color: #003282;
}
body.hino .entry-content .company-desc__head {
  border-left-color: #003282;
}

/* hino-mv
------------------------------------------- */
.submv-hino {
  position: relative;
  width: 100vw;
  height: 80vh;
  top: 0;
  left: 0;
  border-bottom: solid 2px #b40000;
}
@media screen and (max-width: 768px) {
  .submv-hino {
    height: 70svh;
  }
}
.submv-hino__logo {
  position: absolute;
  bottom: 50vh;
  left: 5vw;
  width: 17vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: start;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .submv-hino__logo {
    background: #fff;
    width: 48vw;
    padding: 20px 6vw;
    left: 3vw;
    bottom: 30svh;
  }
}
.submv-hino__logo .img img {
  width: 100%;
  width: 17vw;
}
@media screen and (max-width: 768px) {
  .submv-hino__logo .img img {
    width: 48vw;
  }
}
.submv-hino__logo span {
  font-size: 2vw;
  line-height: 1em;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .submv-hino__logo span {
    margin-top: 10px;
    font-size: 4.5vw;
  }
}
.submv-hino__catch {
  position: absolute;
  left: 8vw;
  bottom: 9vh;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 2.2vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .submv-hino__catch {
    font-size: 4.4vw;
    left: 3vw;
    bottom: 10svh;
  }
}
.submv-hino__catch span {
  background: #fff;
  border-radius: 4px;
  line-height: 1em;
  padding: 10px;
}
.submv-hino__bg {
  position: absolute;
  right: 0;
  top: 0;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  z-index: 2;
  width: 72vw;
  height: 82vh;
}
@media screen and (max-width: 768px) {
  .submv-hino__bg {
    width: 95vw;
    height: 70svh;
  }
}
.submv-hino__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.submv-hino__material {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40vw;
  height: 35vh;
}
@media screen and (max-width: 768px) {
  .submv-hino__material {
    display: none;
  }
}
.submv-hino__material img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.submv-hino__en {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  font-size: 5.5vw;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #b40000;
}
@media screen and (max-width: 768px) {
  .submv-hino__en {
    font-size: 9vw;
  }
}

/* meishin-sangyo
------------------------------------------- */
body.meishin-sangyo .entry-content h2.comapny-head {
  background-color: #a0823c;
  color: #fff;
}
body.meishin-sangyo .entry-content .company-index__head_en {
  color: #a0823c;
}
body.meishin-sangyo .entry-content .company-index__text::after {
  background-color: #a0823c;
}
body.meishin-sangyo .entry-content .company-index__card:hover {
  background-color: #003282;
}
body.meishin-sangyo .entry-content .company-index__en {
  color: #003282;
}
body.meishin-sangyo .entry-content .company-index__card {
  background-color: #000;
}
body.meishin-sangyo .entry-content .company-desc__head {
  border-left-color: #000;
  color: #a0823c;
}

/* meishin-sangyo - MV
------------------------------------------- */
.submv-meishin {
  position: relative;
  width: 100vw;
  height: 80svh;
  top: 0;
  left: 0;
  background: url(../img/meishin-sangyo/meishin-mv-bg.png) no-repeat 50% 50%/cover;
}
@media screen and (max-width: 768px) {
  .submv-meishin {
    height: 75svh;
  }
}
.submv-meishin__logo {
  position: absolute;
  bottom: 53svh;
  left: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  justify-items: start;
  z-index: 5;
  color: #fff;
  border-left: solid 4px #a0823c;
  padding-left: 20px;
  font-weight: 400;
  font-size: 3.5vw;
}
@media screen and (max-width: 768px) {
  .submv-meishin__logo {
    bottom: 40svh;
    font-size: 8vw;
  }
}
.submv-meishin__logo .en {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  line-height: 1em;
}
.submv-meishin__logo span {
  font-size: 50%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1em;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .submv-meishin__logo span {
    margin-top: 10px;
  }
}
.submv-meishin__catch {
  position: absolute;
  left: 5vw;
  bottom: 5vh;
  z-index: 4;
  color: #fff;
  font-size: 2.2vw;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .submv-meishin__catch {
    font-size: 3vw;
    bottom: 3svh;
    margin: 0;
  }
}
.submv-meishin__bg {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  z-index: 2;
  clip-path: polygon(200px 0, 100% 0%, 100% 100%, 0% 100%);
  width: 80vw;
  height: 80svh;
}
@media screen and (max-width: 768px) {
  .submv-meishin__bg {
    width: 95vw;
    height: 59svh;
    clip-path: polygon(80px 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
.submv-meishin__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .submv-meishin__bg img {
    -o-object-position: left bottom;
       object-position: left bottom;
  }
}
.submv-meishin__en {
  position: absolute;
  left: 5vw;
  bottom: 15svh;
  z-index: 3;
  font-size: 8vw;
  line-height: 1.2;
  color: #a0823c;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .submv-meishin__en {
    font-size: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .submv-meishin__en {
    font-size: 10.7vw;
    bottom: 8svh;
  }
}

/* sun-field
------------------------------------------- */
body.sun-field .entry-content h2.comapny-head {
  background-color: #0096dc;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body.sun-field .entry-content h2.comapny-head {
    padding: 10px 20px 10px 24px;
  }
}
body.sun-field .entry-content .company-index__head_en {
  color: #0096dc;
}
body.sun-field .entry-content .company-index__en {
  color: #003282;
}
body.sun-field .entry-content .company-index__card {
  background-color: #b40000;
  max-width: 380px;
}
body.sun-field .entry-content .company-desc__head {
  border-left-color: #000;
  color: #a0823c;
}

/* sun-field - MV
------------------------------------------- */
.submv-sun-field {
  position: relative;
  width: 100vw;
  height: 80svh;
  top: 0;
  left: 0;
  border-bottom: solid 2px #0096dc;
}
@media screen and (max-width: 768px) {
  .submv-sun-field {
    height: 75svh;
  }
}
.submv-sun-field__logo {
  position: absolute;
  bottom: 30svh;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  z-index: 5;
  width: 45%;
  background: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-left: 20px;
  padding: 4vh 8vw 4vh 5vw;
}
@media screen and (max-width: 992px) {
  .submv-sun-field__logo {
    width: auto;
    max-width: 350px;
    height: auto;
    padding: 4vh 8vw 4vh 0;
    left: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .submv-sun-field__logo {
    bottom: 40svh;
    width: 40vh;
    height: auto;
    padding: 2vh 8vw 3vh 2vw;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
.submv-sun-field__logo .en {
  width: 100%;
}
.submv-sun-field__logo .en img {
  width: 100%;
}
.submv-sun-field__logo span {
  font-size: 2.2vw;
  font-weight: 600;
  line-height: 1em;
  margin-top: 20px;
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .submv-sun-field__logo span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .submv-sun-field__logo span {
    margin-top: 4vw;
    font-size: 55%;
    padding-bottom: 0;
  }
}
.submv-sun-field__catch {
  position: absolute;
  right: 2vw;
  bottom: 3svh;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.submv-sun-field__catch span {
  background: #0096dc;
  border-radius: 100px;
  font-size: 1.6vw;
  font-weight: 500;
  color: #fff;
  line-height: 1em;
  padding: 15px 20px;
}
.submv-sun-field__catch span:last-child {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .submv-sun-field__catch span:last-child {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .submv-sun-field__catch span {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  .submv-sun-field__catch span {
    font-size: 4vw;
    padding: 1.5svh 5vw;
  }
}
@media screen and (max-width: 768px) {
  .submv-sun-field__catch {
    bottom: 4svh;
    right: inherit;
    left: 5vw;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 94%;
  }
}
.submv-sun-field__bg {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
  overflow: hidden;
  z-index: 2;
  width: 90vw;
  height: 74svh;
  border-radius: 8px;
}
@media screen and (max-width: 1200px) {
  .submv-sun-field__bg {
    width: calc(100vw - 200px);
  }
}
@media screen and (max-width: 768px) {
  .submv-sun-field__bg {
    height: 47svh;
    width: 85%;
  }
}
@media screen and (max-width: 576px) {
  .submv-sun-field__bg {
    height: 49svh;
  }
}
.submv-sun-field__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
@media screen and (max-width: 992px) {
  .submv-sun-field__bg img {
    -o-object-position: 35% center;
       object-position: 35% center;
  }
}
@media screen and (max-width: 768px) {
  .submv-sun-field__bg img {
    -o-object-position: center center;
       object-position: center center;
  }
}
.submv-sun-field__en {
  position: absolute;
  right: 3vw;
  bottom: 13svh;
  z-index: 3;
  font-size: 8vw;
  font-weight: 600;
  font-style: italic;
  line-height: 1.2;
  color: #0096dc;
}
@media screen and (max-width: 1200px) {
  .submv-sun-field__en {
    font-size: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .submv-sun-field__en {
    font-size: 54px;
    right: inherit;
    left: 5%;
    bottom: 19svh;
  }
}
@media screen and (max-width: 576px) {
  .submv-sun-field__en {
    font-size: 9vw;
    bottom: 18svh;
  }
}

body.single .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
body.single .post-meta__date {
  font-family: "Jost", sans-serif;
}
body.single .post-meta__cate {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1em;
  padding: 5px;
  border-radius: 4px;
  background: #000;
}
body.single .post-meta__cate.cate-hino {
  background: #b40000;
}
body.single .post-meta__cate.cate-meishin {
  background: #a0823c;
}
body.single .post-meta__cate.cate-sun {
  background: #0096dc;
}
body.single .post-single__content.entry-content h2 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  body.single .post-single__content.entry-content h2 {
    margin-top: 40px;
  }
}

/* card
------------------------------------------- */
@media screen and (max-width: 992px) {
  .news-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 520px;
    margin: auto;
    background: #e6e6e6;
    height: 140px;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .news-card {
    height: 100px;
  }
}
.news-card__img {
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .news-card__img {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
@media screen and (max-width: 768px) {
  .news-card__img {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
}
@media screen and (max-width: 992px) {
  .news-card__img .news-card__date,
  .news-card__img .news-card__cate {
    display: none;
  }
}
.news-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  position: relative;
}
.news-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}
.news-card__date {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  color: #fff;
  font-size: 12px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 1em;
  background: #000;
  padding: 10px;
}
@media screen and (max-width: 992px) {
  .news-card__date {
    position: inherit;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
}
@media screen and (max-width: 768px) {
  .news-card__date {
    font-size: 10px;
    padding: 10px 5px;
  }
}
.news-card__cate {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 1em;
  padding: 5px;
  border-radius: 4px;
  background: #fff;
}
@media screen and (max-width: 992px) {
  .news-card__cate {
    position: inherit;
    border-radius: 0;
    padding: 10px;
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
  }
}
@media screen and (max-width: 768px) {
  .news-card__cate {
    font-size: 10px;
    padding: 10px 5px;
  }
}
.news-card__cate.cate-hino {
  color: #fff;
  background: #b40000;
}
.news-card__cate.cate-meishin {
  color: #fff;
  background: #a0823c;
}
.news-card__cate.cate-sun {
  color: #fff;
  background: #0096dc;
}
.news-card__text {
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  .news-card__text {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .news-card__text {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
  }
}
.news-card__tit {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 992px) {
  .news-card__tit {
    margin: 20px;
    width: calc(100% - 40px);
    height: 100%;
    line-height: 2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 768px) {
  .news-card__tit {
    font-size: 14px;
    margin: 15px;
    line-height: inherit;
    width: calc(100% - 30px);
  }
}
.news-card:hover .news-card__tit {
  text-decoration: underline;
}
.news-card:hover .news-card__img img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

/* アーカイブ
------------------------------------------- */
@media screen and (max-width: 768px) {
  .sec.sec-arvhive {
    padding-top: 30px;
  }
}

.sec-news__intro h2 {
  text-align: center;
  border: none;
  padding: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sec-news__intro h2 {
    margin-bottom: 20px;
  }
}
.sec-news__nav {
  padding: 0;
  margin-top: 120px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .sec-news__nav {
    margin: 70px 0 40px;
  }
}
.sec-news__nav li {
  list-style: none;
  -ms-flex-preferred-size: 18%;
      flex-basis: 18%;
  margin: 1%;
}
@media screen and (max-width: 992px) {
  .sec-news__nav li {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
@media screen and (max-width: 576px) {
  .sec-news__nav li {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
@media screen and (max-width: 992px) {
  .sec-news__nav li.link-length {
    -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
  }
}
@media screen and (max-width: 576px) {
  .sec-news__nav li.link-length {
    -ms-flex-preferred-size: 13em;
        flex-basis: 13em;
  }
}
.sec-news__nav a {
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 4px;
  padding: 15px 8px;
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .sec-news__nav a {
    font-size: 13px;
  }
}
@media screen and (max-width: 992px) {
  .sec-news__nav a {
    font-size: 13px;
    padding: 15px 14px;
  }
}
@media screen and (max-width: 768px) {
  .sec-news__nav a {
    font-size: 12px;
    padding: 15px 14px;
  }
}
.sec-news__nav a::before {
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #000;
  border-radius: 2px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.sec-news__nav a:hover {
  background-color: #000;
  color: #fff;
}
.sec-news__nav a:hover::before {
  border-color: #fff;
}
.sec-news__nav a.nav-all {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.sec-news__nav a.nav-all::before {
  border-color: #fff;
}
.sec-news__nav a.nav-all:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.sec-news__nav a.nav-hino {
  background-color: #b40000;
  border-color: #b40000;
  color: #fff;
}
.sec-news__nav a.nav-hino::before {
  border-color: #fff;
}
.sec-news__nav a.nav-hino:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.sec-news__nav a.nav-meishin {
  background-color: #a0823c;
  border-color: #a0823c;
  color: #fff;
}
.sec-news__nav a.nav-meishin::before {
  border-color: #fff;
}
.sec-news__nav a.nav-meishin:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.sec-news__nav a.nav-sun {
  background-color: #0096dc;
  border-color: #0096dc;
  color: #fff;
}
.sec-news__nav a.nav-sun::before {
  border-color: #fff;
}
.sec-news__nav a.nav-sun:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.sec-news__nav.page-column__nav li, .sec-news__nav.page-recruit__nav li {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
}
@media screen and (max-width: 768px) {
  .sec-news__nav.page-column__nav li, .sec-news__nav.page-recruit__nav li {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
@media screen and (max-width: 768px) {
  .sec-news__nav.page-column__nav li.link-length a, .sec-news__nav.page-recruit__nav li.link-length a {
    padding: 15px 0;
  }
}

/* ページネーション
------------------------------------------- */
.news-pagination {
  margin-top: 120px;
}
.news-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
}
.news-pagination .page-numbers li {
  list-style: none;
  line-height: 1em;
  margin: 5px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
.news-pagination .page-numbers li a {
  color: #fff;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
}
.news-pagination .page-numbers li a:hover {
  background: #b40000;
}
.news-pagination .page-numbers li .current {
  color: #fff;
  background-color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
}

/* 投稿ページ
------------------------------------------- */
body.single .post-single__footer {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  body.single .post-single__footer {
    margin-top: 70px;
  }
}
body.single .post-adjacent .news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: #e6e6e6;
  height: 140px;
}
@media screen and (max-width: 768px) {
  body.single .post-adjacent .news-card {
    height: 100px;
  }
}
body.single .post-adjacent .news-card__img {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
body.single .post-adjacent .news-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}
body.single .post-adjacent .news-card__date {
  position: inherit;
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}
body.single .post-adjacent .news-card__cate {
  position: inherit;
  border-radius: 0;
  padding: 10px;
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
}
@media screen and (max-width: 768px) {
  body.single .post-adjacent .news-card__cate {
    padding: 10px 5px;
  }
}
body.single .post-adjacent .news-card__cate.cate-hino {
  background: #b40000;
}
body.single .post-adjacent .news-card__cate.cate-meishin {
  background: #a0823c;
}
body.single .post-adjacent .news-card__cate.cate-sun {
  background: #0096dc;
}
body.single .post-adjacent .news-card__text {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  body.single .post-adjacent .news-card__text {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
  }
}
body.single .post-adjacent .news-card__tit {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 20px;
  width: calc(100% - 40px);
  height: 100%;
  line-height: 2em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  body.single .post-adjacent .news-card__tit {
    font-size: 14px;
    margin: 15px;
    line-height: inherit;
    width: calc(100% - 30px);
  }
}
body.single .post-adjacent .news-card:hover .news-card__tit {
  text-decoration: underline;
}
body.single .post-adjacent .news-card:hover .news-card__img img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.contact {
  /* 確認画面の時のスタイル */
  /* 送信画面の時のスタイル */
}
.contact .smf-form .smf-item__label {
  margin: 70px 0 32px;
}
@media screen and (max-width: 992px) {
  .contact .smf-form .smf-item__label {
    margin: 36px 0 20px;
  }
}
.contact .smf-form .smf-item__label__text {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 992px) {
  .contact .smf-form .smf-item__label__text {
    font-size: 17px;
    font-weight: 500;
  }
}
.contact .smf-form .smf-item__label__text::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #003282;
  border-radius: 100px;
  z-index: 1;
  left: 0;
  top: 9px;
}
@media screen and (max-width: 992px) {
  .contact .smf-form .smf-item__label__text::before {
    top: 8px;
  }
}
.contact .smf-form .smf-item__label__text em {
  color: #b40000;
}
.contact .smf-form .smf-item:has([data-validations~=required]) .smf-item__label__text::after {
  content: "【必須】";
  display: inline-block;
  color: #b40000;
}
.contact .smf-form .smf-text-control__control,
.contact .smf-form .smf-textarea-control__control {
  border-color: #000 !important;
}
.contact .smf-form .smf-text-control__control::-webkit-input-placeholder, .contact .smf-form .smf-textarea-control__control::-webkit-input-placeholder {
  font-weight: 300;
  color: #a0a0a0;
}
.contact .smf-form .smf-text-control__control::-moz-placeholder, .contact .smf-form .smf-textarea-control__control::-moz-placeholder {
  font-weight: 300;
  color: #a0a0a0;
}
.contact .smf-form .smf-text-control__control:-ms-input-placeholder, .contact .smf-form .smf-textarea-control__control:-ms-input-placeholder {
  font-weight: 300;
  color: #a0a0a0;
}
.contact .smf-form .smf-text-control__control::-ms-input-placeholder, .contact .smf-form .smf-textarea-control__control::-ms-input-placeholder {
  font-weight: 300;
  color: #a0a0a0;
}
.contact .smf-form .smf-text-control__control::placeholder,
.contact .smf-form .smf-textarea-control__control::placeholder {
  font-weight: 300;
  color: #a0a0a0;
}
@media screen and (max-width: 768px) {
  .contact .smf-form .form-control__name .smf-text-control__control {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .contact .smf-form .smf-radio-buttons-control__control {
    display: block;
  }
}
.contact .smf-form .smf-radio-button-control {
  background: #e6e6e6;
  padding: 10px 14px;
}
@media screen and (max-width: 992px) {
  .contact .smf-form .smf-radio-button-control {
    display: block;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 992px) {
  .contact .smf-form .smf-radio-buttons-control--horizontal .smf-radio-buttons-control__control > .smf-label {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .contact .smf-form .smf-radio-buttons-control--horizontal .smf-radio-buttons-control__control > .smf-label label {
    width: 100%;
  }
}
.contact .smf-form .smf-radio-button-control__control {
  border-color: #000 !important;
  border-width: 1.5px;
}
.contact .smf-form .smf-radio-button-control__control:checked {
  background-color: #fff !important;
  border-color: #000 !important;
}
.contact .smf-form .smf-radio-button-control__control:checked::before {
  background-color: #000 !important;
}
@media screen and (max-width: 992px) {
  .contact .smf-form .smf-checkboxes-control {
    display: block;
  }
}
.contact .smf-form .smf-checkbox-control {
  background: #e6e6e6;
  padding: 10px 14px;
}
@media screen and (max-width: 992px) {
  .contact .smf-form .smf-checkbox-control {
    display: block;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 992px) {
  .contact .smf-form .smf-checkboxes-control .smf-checkboxes-control__control > .smf-label {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .contact .smf-form .smf-checkboxes-control .smf-checkboxes-control__control > .smf-label label {
    width: 100%;
  }
}
.contact .smf-form .smf-checkbox-control__control {
  border-color: #000 !important;
  border-width: 1.5px;
}
.contact .smf-form .smf-checkbox-control__control:checked {
  background-color: #000 !important;
}
.contact .smf-action {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .contact .smf-action {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .contact .smf-action .smf-button-control {
    width: 100%;
  }
}
.contact .smf-action .smf-button-control__control {
  background: #003282;
  border: none;
  color: #fff;
  font-weight: 600;
  width: 260px;
  height: 60px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .contact .smf-action .smf-button-control__control {
    width: 100%;
  }
}
.contact .smf-action .smf-button-control__control::before {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
  border-radius: 2px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.contact .smf-action .smf-button-control__control:hover {
  background: #000;
}
.contact .smf-action .smf-button-control__control[data-action=back] {
  background: #bbb;
}
.contact .smf-action .smf-button-control__control[data-action=back]:hover {
  background: #000;
}
.contact .smf-action .smf-button-control__control .smf-sending {
  right: 10px;
}
.contact [data-screen=confirm] .smf-privacy_column {
  display: none;
}
@media screen and (max-width: 768px) {
  .contact [data-screen=confirm] .smf-action .smf-button-control {
    width: 48%;
  }
}
.contact [data-screen=complete] .wp-block-button.c-btn__main .wp-block-button__link {
  background: none;
  display: block;
  padding: 5px 20px;
  font-size: 1rem;
}/*# sourceMappingURL=style.css.map */