@charset "UTF-8";
body {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

header {
  background-color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
header .c-title {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  header .c-title {
    display: block;
    margin: 0 auto;
  }
  header .c-title .logo {
    width: 100%;
  }
  header .c-title .logo img {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  header .c-title .logo {
    width: 150px;
    margin: 0 auto;
  }
  header .c-title .logo img {
    display: block;
    width: 100%;
  }
  header .c-title .c-name {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
  }
}
header .navi {
  margin-left: auto;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  header .navi {
    display: none;
  }
}
header .navi li:hover a {
  color: #91c3fd;
}
header .navi li:hover a span {
  color: #bdbdbd;
}
header .navi li a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  transition: 0.45s;
  color: #133D6D;
}
header .navi li a span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  color: #000;
  transition: 0.45s;
}
header .mark {
  display: none;
  position: absolute;
  top: 10px;
  right: 30px;
}
@media screen and (max-width: 1100px) {
  header .mark {
    display: block;
    top: 15px;
  }
}
header .mark img {
  width: 80px;
}

/*topページ　キービジュアル*/
.key-visual {
  position: relative;
  width: 100%;
  height: 90vh;
  display: grid;
  grid-template-columns: 50% 50%;
  margin-bottom: 150px;
}
@media screen and (max-width: 970px) {
  .key-visual {
    height: 400px;
  }
}
@media screen and (max-width: 800px) {
  .key-visual {
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 520px) {
  .key-visual {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 400px) {
  .key-visual {
    height: 300px;
  }
}
.key-visual .bg-movie {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.key-visual .bg-movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.key-visual .bg-movie .mv1 {
  display: block;
}
@media screen and (max-width: 768px) {
  .key-visual .bg-movie .mv1 {
    display: none;
  }
}
.key-visual .bg-movie .mv2 {
  display: none;
}
@media screen and (max-width: 768px) {
  .key-visual .bg-movie .mv2 {
    display: block;
  }
}
.key-visual .left-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .key-visual .left-block {
    display: block;
    padding: 20px;
    z-index: 200;
    position: relative;
  }
}
.key-visual .left-block h1 {
  display: block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  text-align: left;
  color: #fff;
  margin-bottom: 50px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-shadow: 0 0 10px #000;
}
@media screen and (max-width: 800px) {
  .key-visual .left-block h1 {
    text-align: center;
    margin: 30px 0 30px 35px;
  }
}
@media screen and (max-width: 600px) {
  .key-visual .left-block h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 400px) {
  .key-visual .left-block h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.key-visual .left-block .sub-title {
  display: block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  text-align: left;
  color: #fff;
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px #000;
}
@media screen and (max-width: 800px) {
  .key-visual .left-block .sub-title {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .key-visual .left-block .sub-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 400px) {
  .key-visual .left-block .sub-title {
    font-size: 18px;
  }
}
.key-visual .right-block {
  display: inline;
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .key-visual .right-block {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 400px) {
  .key-visual .right-block {
    padding: 20px;
  }
}
.key-visual .right-block .iso {
  display: block;
  width: 150px;
  margin-left: auto;
}
@media screen and (max-width: 800px) {
  .key-visual .right-block .iso {
    width: 120px;
    position: absolute;
    bottom: 5%;
    left: 30px;
  }
}
@media screen and (max-width: 400px) {
  .key-visual .right-block .iso {
    width: 80px;
  }
}
.key-visual .right-block .wrap-box {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -10%;
  right: 0%;
}
@media screen and (max-width: 1250px) {
  .key-visual .right-block .wrap-box {
    width: 70%;
  }
}
@media screen and (max-width: 800px) {
  .key-visual .right-block .wrap-box {
    width: 300px;
    z-index: 100;
    bottom: -30%;
  }
}
@media screen and (max-width: 600px) {
  .key-visual .right-block .wrap-box {
    width: 250px;
    bottom: -20%;
  }
}
.key-visual .right-block .wrap-box .truck {
  position: absolute;
  display: block;
  bottom: 0%;
  right: 0%;
}
@media screen and (max-width: 1250px) {
  .key-visual .right-block .wrap-box .truck {
    width: 100%;
  }
}

/*subページ　キービジュアル*/
.key-visual-sub {
  width: 100%;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.key-visual-sub h1 {
  display: block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 900;
  font-size: 60px;
  color: #fff;
  text-shadow: 0 0 10px #000;
  letter-spacing: 0.1em;
}
.key-visual-sub .sub-title {
  display: block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  text-shadow: 0 0 10px #000;
}

.service-key {
  background-image: url(../images/top/service_3.webp);
}

.office-key {
  background-image: url(../images/office/key-visual.webp);
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}

.office-key.fade-out {
  opacity: 0;
}

.office-key-another {
  background-image: url(../images/office/office-key-another.webp);
}

.wrap-key {
  background-image: url(../images/wraping/key-visual.webp);
}
.wrap-key h1 {
  text-shadow: 0 0 15px #000;
}

.about-key {
  width: 100%;
  height: 800px;
  margin-bottom: 80px;
  background-image: url(../images/top/about_1.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: grid;
  grid-template-columns: 70% 25%;
  -moz-column-gap: 5%;
       column-gap: 5%;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .about-key {
    display: block;
    height: auto;
  }
}
.about-key::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.8;
}
.about-key .text-box {
  position: relative;
  z-index: 100;
  width: 100%;
  padding: 10%;
  display: grid;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .about-key .text-box {
    padding: 7% 20px 0;
  }
}
.about-key .text-box .sub-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 5px;
}
.about-key .text-box h1 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 30px;
}
.about-key .text-box .greeting {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .about-key .text-box .greeting {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .about-key .text-box .greeting {
    font-size: 14px;
  }
}
.about-key .text-box .name {
  text-align: right;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 900;
}
.about-key .text-box .name span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.about-key .ceo-image {
  width: 100%;
  display: flex;
  align-items: end;
  position: relative;
  z-index: 100;
}
.about-key .ceo-image img {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1440px) {
  .about-key .ceo-image img {
    width: 80%;
  }
}
@media screen and (max-width: 1280px) {
  .about-key .ceo-image img {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .about-key .ceo-image img {
    width: 30%;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .about-key .ceo-image img {
    width: 50%;
    margin: 0 0 0 auto;
  }
}

.recruit-key {
  margin: 40px 0;
}
.recruit-key h1 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #133D6D;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .recruit-key h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 520px) {
  .recruit-key h1 {
    font-size: 32px;
  }
}
.recruit-key .sub-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #133D6D;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit-key .sub-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  .recruit-key .sub-text {
    font-size: 14px;
  }
}

footer {
  width: 100%;
  padding: 30px;
  background-color: #0099e6;
  position: relative;
}

.up-bt {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
@media screen and (max-width: 700px) {
  .up-bt {
    width: 120px;
  }
}
@media screen and (max-width: 600px) {
  .up-bt {
    bottom: 90%;
  }
}
.up-bt a {
  display: block;
  width: 100%;
}
.up-bt a img {
  display: block;
  width: 100%;
}

.navi-title {
  display: block;
  text-align: center;
  width: 200px;
  margin: 0 auto 20px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 0 20px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1100px) {
  .navi-title {
    display: none;
  }
}

.under-navi {
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1100px) {
  .under-navi {
    display: none;
  }
}
.under-navi li:hover a {
  color: #133D6D;
}
.under-navi li:hover a span {
  color: #133D6D;
}
.under-navi li a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  transition: 0.45s;
  color: #fff;
}
.under-navi li a span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  transition: 0.45s;
}

.under-box {
  display: grid;
  justify-content: center;
  align-items: center;
}
.under-box .sns-box {
  display: grid;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  width: 100%;
}
.under-box .sns-box p {
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
}
.under-box .sns-box .sns-image {
  display: grid;
  grid-template-columns: 49% 49%;
  -moz-column-gap: 2%;
       column-gap: 2%;
  align-items: end;
  width: 100%;
}
.under-box .sns-box .sns-image a {
  display: block;
  height: 60px;
  text-align: center;
  transition: 0.45s;
}
.under-box .sns-box .sns-image a:hover {
  filter: drop-shadow(0 0 5px rgba(23, 79, 199, 0.6));
}
.under-box .sns-box .sns-image a img {
  display: block;
  height: 100%;
}
.under-box .footer-logo {
  width: 300px;
}
.under-box .footer-logo img {
  width: 100%;
}

#menubar {
  display: none;
  position: fixed;
  overflow: auto;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  padding: 100px 50px;
  transform: translateX(-100%);
  background: #133D6D;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1100px) {
  #menubar {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #menubar {
    width: 100%;
    padding: 100px 50px;
  }
}
#menubar .logo {
  width: 200px;
  margin: 0 auto 40px;
}
#menubar .logo img {
  width: 100%;
}
#menubar .navi-all {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 20px;
  margin-bottom: 30px;
}
#menubar .navi-all li {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 10px;
  position: relative;
  background-color: #133D6D;
  transition: 0.45s;
}
#menubar .navi-all li:hover {
  background-color: #fff;
}
#menubar .navi-all li:hover a .name {
  color: #133D6D;
}
#menubar .navi-all li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  position: relative;
}
#menubar .navi-all li a .icon {
  position: relative;
  height: 40px;
  margin-bottom: 10px;
}
#menubar .navi-all li a .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s ease;
}
#menubar .navi-all li a .icon .img-1 {
  opacity: 1;
}
#menubar .navi-all li a .icon .img-2 {
  opacity: 0;
}
#menubar .navi-all li a:hover .img-1 {
  opacity: 0;
}
#menubar .navi-all li a:hover .img-2 {
  opacity: 1;
}
#menubar .navi-all li a .name {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #fff;
  text-align: center;
  transition: 0.45s;
}
#menubar .navi-name {
  display: block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #fff;
  padding: 0 5px 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}
#menubar nav > ul > li a {
  margin-bottom: 1rem;
}
#menubar nav li {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 520px) {
  #menubar nav li {
    font-size: 16px;
  }
}
#menubar nav a {
  position: relative;
}
#menubar nav a::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.3s;
  transform: scaleX(0);
  transform-origin: left top;
}
#menubar nav a:hover::before {
  transform: scaleX(1);
}
#menubar nav .no-action::before {
  display: none;
}
#menubar #toiawase {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 1rem 2rem;
  border: 2px solid #111;
  color: #111;
}
#menubar #toiawase h3 {
  margin-bottom: 0;
  border-bottom: 3px dotted #ccc;
  display: inline-block;
}
#menubar #toiawase .btn1 i {
  color: #fff;
}

#menubar.open {
  transform: translateX(0);
}

#menubar_hdr {
  position: fixed;
  z-index: 1010;
  cursor: pointer;
  left: 30px;
  top: 8px;
  padding: 20px;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  transition: 0.2s;
  display: none;
}
@media screen and (max-width: 1100px) {
  #menubar_hdr {
    display: flex;
  }
}
@media screen and (max-width: 700px) {
  #menubar_hdr {
    width: 60px;
    height: 60px;
    padding: 15px;
  }
}
@media screen and (max-width: 400px) {
  #menubar_hdr {
    width: 50px;
    height: 50px;
    padding: 10px;
  }
}
#menubar_hdr span {
  display: block;
  transition: 0.3s;
  border-top: 4px solid #0097E0;
}
#menubar_hdr.ham span:nth-of-type(1), #menubar_hdr.ham span:nth-of-type(3) {
  transform-origin: center center;
  width: 30px;
}
#menubar_hdr.ham span:nth-of-type(1) {
  transform: rotate(45deg) translate(8px, 12px);
}
@media screen and (max-width: 700px) {
  #menubar_hdr.ham span:nth-of-type(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }
}
#menubar_hdr.ham span:nth-of-type(3) {
  transform: rotate(-45deg) translate(1px, -6px);
}
@media screen and (max-width: 700px) {
  #menubar_hdr.ham span:nth-of-type(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}
#menubar_hdr.ham span:nth-of-type(2) {
  display: none;
}

header aside.mainimg-slick div img {
  width: 100%;
}

#container {
  width: 100%;
}

.service-box {
  width: 80%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 940px) {
  .service-box {
    width: 90%;
    margin: 0 auto 40px;
  }
}
.service-box .service {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 30px;
  margin-bottom: 60px;
}
.service-box .service:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 940px) {
  .service-box .service {
    display: block;
  }
}
.service-box .service .image-box {
  width: 30%;
}
@media screen and (max-width: 940px) {
  .service-box .service .image-box {
    width: 100%;
    height: 350px;
    margin: 0 auto 20px;
  }
}
.service-box .service .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-box .service .service-info {
  width: 60%;
  display: grid;
  justify-content: center;
}
@media screen and (max-width: 940px) {
  .service-box .service .service-info {
    display: block;
    width: 100%;
  }
}
.service-box .service .service-info .service-name {
  margin-bottom: 20px;
}
.service-box .service .service-info .service-name h3 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  font-weight: 700;
}
.service-box .service .service-info .service-name p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.service-box .service .service-info .text {
  font-size: 15px;
  margin-bottom: 30px;
}
.service-box .service .service-info .icon-list {
  display: flex;
  gap: 20px;
}
.service-box .service .service-info .icon-list img {
  display: block;
  width: 80px;
}
@media screen and (max-width: 1100px) {
  .service-box .service .service-info .icon-list img {
    width: 60px;
  }
}

.truck-box {
  width: 100%;
}
.truck-box .service-area {
  width: 100%;
  height: 300px;
  margin-bottom: 50px;
  background-image: url(../images/service/service_3.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.truck-box .service-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.truck-box .service-area .service-name {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.truck-box .service-area .service-name h3 {
  display: block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
.truck-box .service-area .service-name p {
  display: block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}
.truck-box .service-area .service-name .text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #fff;
}
.truck-box .truck-list {
  margin-bottom: 30px;
}
.truck-box .truck-list ul {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 49% 49%;
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 40px;
}
@media screen and (max-width: 940px) {
  .truck-box .truck-list ul {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .truck-box .truck-list ul {
    display: block;
  }
}
.truck-box .truck-list ul li {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: rgba(129, 213, 255, 0.6);
}
@media screen and (max-width: 768px) {
  .truck-box .truck-list ul li {
    margin-bottom: 40px;
  }
  .truck-box .truck-list ul li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .truck-box .truck-list ul li:nth-child(2n) .info {
    margin-right: auto;
    padding-left: 30px;
  }
}
.truck-box .truck-list ul li .image-box {
  width: 50%;
  height: 100%;
}
.truck-box .truck-list ul li .image-box img {
  width: 100%;
  height: 100%;
}
.truck-box .truck-list ul li .info .truck-name {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.truck-box .truck-list ul li .info .num {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
.truck-box .link {
  display: block;
  width: 200px;
  margin: 0 auto 80px;
  padding: 20px;
  border: 1px solid #133D6D;
  text-align: center;
  border-radius: 10px;
  transition: 0.45s;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.truck-box .link:hover {
  background-color: #133D6D;
  color: #fff;
}/*# sourceMappingURL=service.css.map */