a {
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

header ul li a:hover {
  color: #ddd;
}

.container {
  width: 1200px;
}

body.home header {
  transition: 0.6s;
  transform: translate(0, -140px);
  -webkit-transform: translate(0, -140px);
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

body.home header.iHide {
  transform: translate(0, -140px);
  -webkit-transform: translate(0, -140px);
}

body.home header.iShow {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

body.home header a {
  color: #fff;
}

body.home header a:hover {
  color: #D6CD37;
  opacity: 1;
}

header nav ul {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  margin: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}

header ul li.active a {
  color: #D6CD37;
}

header ul li:after {
  content: "";
  height: 16px;
  border-right: 1px solid #fff;
}

header ul li:first-child:before {
  content: "";
  height: 16px;
  border-left: 1px solid #fff;
}

.top-image {
  position: relative;
  height: 700px;
  overflow: hidden;
}

.top-image-logo {
  position: absolute;
  top: 75px;
  left: 130px;
}

.top-image-lead {
  position: absolute;
  top: 123px;
  left: 350px;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

.top-image-truck {
  position: absolute;
  top: 220px;
  left: 148px;
}

.article01 {
  background: url(../images/background01.png) no-repeat top left;
  background-size: 100% auto;
  min-height: 2400px;
}

.article02 {
  background: url(../images/background02.jpg) no-repeat top left;
  background-size: 100% auto;
  min-height: 800px;
}

.article03 {
  background: url(../images/background03.png) no-repeat top left;
  background-size: 100% auto;
  min-height: 2430px;
}

.h2-text h2 {
  font-size: 20px;
  line-height: 1em;
  display: flex;
  align-items: flex-end;
}

.h2-text .en {
  font-size: 56px;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.h2-text .en:before,
.h2-text .en:after {
  content: "";
  border-left: 4px solid #d6cd37;
  height: 40px;
}

.h2-text .en:before {
  margin-right: 25px;
}

.h2-text .en:after {
  margin-left: 20px;
}

.section-service .h2-text .en:before,
.section-service .h2-text .en:after {
  border-color: #000;
}

.h2-text .ja {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.home .block-contents {
  width: 940px;
  margin: 0 auto;
}

.block-about-contents {
  display: flex;
  align-items: flex-start;
  margin-top: 60px;
  margin-left: 196px;
}

.block-about-image {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.block-about-image .name {
  font-size: 22px;
}

.block-about-image img {
  margin-bottom: 8px;
}

.block-about .block-about-lead {
  margin: 0 28px;
}

.block-about-text {
  margin-top: 0;
}

.block-service-contents {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 470px;
}

.block-service-box {
  width: 198px;
}

.block-service-box h3 {
  font-size: 18px;
  text-align: center;
}

.section-service .arrow {
  text-align: center;
  margin-bottom: 100px;
}

.block-service-contents2 h3 {
  font-size: 26px;
}

.block-outline-text {
  width: 460px;
  margin-right: 50px;
}

.block-outline-text p {
  margin-bottom: 40px;
}

.block-outline-info table {
  font-size: 15px;
}

.block-outline-info td {
  padding-left: 25px;
}

.section-recruit {
  min-height: 1630px;
}

.block-recruit-text {
  width: 550px;
  position: absolute;
  right: 0;
}

.block-recruit-image {
  align-items: flex-start;
}

.block-recruit-image img:nth-child(2) {
  margin-top: 100px;
}

.block-recruit-image img:nth-child(3) {
  margin-top: 200px;
}

.block-recruit-icon {
  margin-top: -70px;
}

.block-recruit2-name h3 {
  font-size: 26px;
}

.block-recruit2-name h4 .name {
  font-size: 22px;
}

.block-recruit2-image3 {
  margin-left: -130px;
}

.block-recruit2-image4 {
  margin: 0 20px 0 50px;
}

.block-recruit2-text p {
  line-height: 1.75em;
}

.block-recruit-btn {
  margin-top: 50px;
  margin-left: -15px;
}

.block-contact-text {
  margin-left: 210px;
}

.block-contact-text h3 {
  font-size: 20px;
}

.block-contact-tel {
  font-size: 15px;
  line-height: 1.8em;
}

.block-contact-flow {
  display: flex;
  align-items: center;
}

.block-contact-flow span {
  border: 1px solid #fff;
  padding: 6px 0;
  width: 125px;
  text-align: center;
  line-height: 1.1;
  font-size: 15px;
  display: block;
}

.block-contact-flow span.triangle {
  border: none;
  padding: 0;
  width: 11px;
  height: 15px;
  background: url(../images/triangle.png) no-repeat;
  background-size: cover;
  margin: 0 12px;
}

.block-contact-btn {
  text-align: right;
  margin-top: 40px;
  width: 600px;
}

/*footer*/
footer .footer-inner {
  position: relative;
  padding: 15px 0;
  display: flex;
  align-items: flex-start;
  width: 95%;
  margin: 0 auto;
}

footer .footer-inner p {
  flex: 1;
}

footer .footer-inner .footer-inner-box {
  margin-left: 20px;
  padding: 4px 0 4px 20px;
  border-left: 0.1rem solid #fff;
}

.block-privacy-text .flex div {
  width: 48%;
}

.loopSliderWrap {
  height: 150px;
}

.slider {
  width: 1200px;
  height: 150px;
}

.slider ul {
  height: 150px;
}

.slider ul li {
  width: 1134px;
  height: 150px;
}

/*other*/
.flex {
  display: flex;
}

.flex1 {
  align-items: center;
}

.flex2 {
  flex-direction: row-reverse;
}

.flex3 {
  justify-content: space-between;
}

a .up {
  transition: 0.3s;
  transform: translateY(0);
}

a .up:hover {
  transform: translateY(-3px);
}

.cl1 {
  color: #fff !important;
}

.cl2 {
  color: #02599d !important;
}

.gd {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.gd2 {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gd3 {
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.bg1 {
  background-color: #FEDD78;
}

.bg2 {
  background-color: #4E3D1F;
}

.lh1 {
  line-height: 1.4;
}

.lh2 {
  line-height: 1.2;
}

.ls0 {
  letter-spacing: 0 !important;
}

.b {
  font-weight: 700;
}

.n {
  font-weight: 400;
}

.w100 {
  max-width: 100%;
}

.pc {
  display: block !important;
}

.pc2 {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

.sp2 {
  display: none !important;
}

.sss {
  font-size: 0.7em;
}

.ss {
  font-size: 0.85em;
}

.lll {
  font-size: 1.2em;
}

.ll {
  font-size: 1.1em;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

/*p m*/
.pt1 {
  padding-top: 10px !important;
}

.pt2 {
  padding-top: 20px !important;
}

.pt3 {
  padding-top: 30px !important;
}

.pt4 {
  padding-top: 40px !important;
}

.pt5 {
  padding-top: 50px !important;
}

.pt6 {
  padding-top: 60px !important;
}

.pt7 {
  padding-top: 70px !important;
}

.pt8 {
  padding-top: 80px !important;
}

.pt9 {
  padding-top: 90px !important;
}

.pt10 {
  padding-top: 100px !important;
}

.pb1 {
  padding-bottom: 10px !important;
}

.pb2 {
  padding-bottom: 20px !important;
}

.pb3 {
  padding-bottom: 30px !important;
}

.pb4 {
  padding-bottom: 40px !important;
}

.pb5 {
  padding-bottom: 50px !important;
}

.pb6 {
  padding-bottom: 60px !important;
}

.pb7 {
  padding-bottom: 70px !important;
}

.pb8 {
  padding-bottom: 80px !important;
}

.pb9 {
  padding-bottom: 90px !important;
}

.pb10 {
  padding-bottom: 100px !important;
}

.mt1 {
  margin-top: 10px !important;
}

.mt2 {
  margin-top: 20px !important;
}

.mt3 {
  margin-top: 30px !important;
}

.mt4 {
  margin-top: 40px !important;
}

.mt5 {
  margin-top: 50px !important;
}

.mt6 {
  margin-top: 60px !important;
}

.mt7 {
  margin-top: 70px !important;
}

.mt8 {
  margin-top: 80px !important;
}

.mt9 {
  margin-top: 90px !important;
}

.mt10 {
  margin-top: 100px !important;
}

.mb1 {
  margin-bottom: 10px !important;
}

.mb2 {
  margin-bottom: 20px !important;
}

.mb3 {
  margin-bottom: 30px !important;
}

.mb4 {
  margin-bottom: 40px !important;
}

.mb5 {
  margin-bottom: 50px !important;
}

.mb6 {
  margin-bottom: 60px !important;
}

.mb7 {
  margin-bottom: 70px !important;
}

.mb8 {
  margin-bottom: 80px !important;
}

.mb9 {
  margin-bottom: 90px !important;
}

.mb10 {
  margin-bottom: 100px !important;
}