html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}

.fv {
  margin-top: 135px;
  display: flex;
  justify-content: center;
  background-image: url(../assets/images/fv.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 0 24px;
  position: relative;
}
.fv__inner {
  max-width: 1180px;
  width: 100%;
  padding: 97px 0px 32.3611111111vw;
  position: relative;
  z-index: 3;
}
.fv__head {
  color: #fff;
  text-align: left;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.2);
  -webkit-text-stroke-width: 1px;
  font-family: sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 76.8px */
  letter-spacing: 1.8px;
  margin-bottom: 24px;
}
.fv__desc {
  color: #fff;
  text-align: left;
  font-family: sans-serif;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.2);
  -webkit-text-stroke-width: 1px;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  letter-spacing: 1.6px;
}
.fv .fv-truck {
  position: absolute;
  z-index: 1;
  bottom: -7.9861111111vw;
  background-image: url(../assets/images/fv-truck.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 87.7777777778vw;
  height: 47.1527777778vw;
}

.inserted-img {
  height: 0px;
  position: relative;
  z-index: 1;
}
.inserted-img img {
  position: absolute;
  top: -85px;
  right: 0;
}

.company {
  background-image: url(../assets/images/company-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0 24px;
}
.company .logo {
  position: absolute;
  right: 0;
  bottom: -10.9027777778vw;
  background-image: url(../assets/images/logo-big.png);
  width: 25vw;
  aspect-ratio: 360/380;
  background-size: contain;
  background-repeat: no-repeat;
}
.company__inner {
  position: relative;
  padding: 100px 0px 63px;
  max-width: 1120px;
  width: 100%;
}
.company__inner .cmn-head {
  margin-bottom: 40px;
}
.company__inner .cta-imgs {
  display: flex;
  justify-content: space-between;
}
.company__inner .cta-imgs__img {
  width: 100%;
  max-width: 540px;
  height: 380px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.company__inner .cta-imgs__img .cmn-head {
  padding-top: 35px;
  padding-left: 41px;
}
.company__inner .cta-imgs__img--left {
  background-image: url(../assets/images/company-1.jpg);
  margin-right: 10px;
}
.company__inner .cta-imgs__img--right {
  background-image: url(../assets/images/company-2.jpg);
}

.recruit {
  background-image: url(../assets/images/recruit-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  padding: 0 24px;
}
.recruit__inner {
  padding: 140px 0px;
  max-width: 1120px;
  width: 100%;
}
.recruit__inner .recruit-info {
  position: relative;
  display: flex;
  width: 100%;
  height: 500px;
}
.recruit__inner .recruit-info__left {
  width: 35.2678571429%;
  background: var(--primary-003478, #003478);
}
.recruit__inner .recruit-info__left .cmn-head {
  padding-top: 88px;
  padding-left: 29px;
  margin-bottom: 14px;
}
.recruit__inner .recruit-info__left .desc {
  padding-left: 24px;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 28px */
}
.recruit__inner .recruit-info__right {
  width: 64.7321428571%;
  background-image: url(../assets/images/recruit.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.business {
  background-image: url(../assets/images/business-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.business__inner {
  max-width: calc(100% - (50% - 560px));
  width: calc(100% - 24px);
  margin-left: auto;
  padding: 91px 0px 110px;
  display: flex;
  justify-content: space-between;
}
.business__inner .cmn-head {
  margin-right: 20px;
  white-space: nowrap;
}
.business__inner .cta-imgs {
  padding-top: 9px;
  display: flex;
  justify-content: space-between;
  max-width: 1064px;
  width: 100%;
}
.business__inner .cta-imgs__img {
  max-width: 512px;
  height: 340px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.business__inner .cta-imgs__img .text {
  text-align: center;
}
.business__inner .cta-imgs__img .text__title {
  color: #fff;
  /* H2 */
  text-shadow: 0px 0px 14px rgba(34, 34, 34, 0.8);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 51.2px */
  letter-spacing: 1.28px;
}
.business__inner .cta-imgs__img .text__desc {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.8px;
}
.business__inner .cta-imgs__img--left {
  background-image: url(../assets/images/business-1.jpg);
  color: #fff;
  margin-right: 10px;
}
.business__inner .cta-imgs__img--left .text {
  padding-bottom: 48px;
}
.business__inner .cta-imgs__img--right {
  background-image: url(../assets/images/business-2.jpg);
  padding-bottom: 22px;
}

.news {
  display: flex;
  justify-content: center;
  padding: 0 24px;
}
.news__wrapper {
  max-width: 1120px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 100px;
}
.news__wrapper .news-left {
  width: 100%;
  margin-right: 20px;
}
.news__wrapper .news-left .cmn-head {
  margin-bottom: 40px;
}
.news__wrapper .news-left .news-list {
  max-width: 595px;
  width: 100%;
}
.news__wrapper .news-left .news-list .news-content {
  max-width: 595px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgb(238, 239, 240);
  display: flex;
  align-items: flex-start;
}
.news__wrapper .news-left .news-list .news-content__date {
  color: rgba(0, 0, 0, 0.5);
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 28px */
  width: 85px;
  margin-right: 35px;
}
.news__wrapper .news-left .news-list .news-content__desc {
  color: var(--mono-222, #222);
  /* text/16 - bold - line-hegiht :175% */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 28px */
}
.news__wrapper .news-left .news-list .news-content:first-child {
  padding-top: 0;
}
.news__wrapper .news-left .news-btn {
  max-width: 240px;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 12px 32px;
  color: var(--neutral-color-fff, #fff);
  font-weight: 700;
  line-height: 175%; /* 31.5px */
  background: var(--primary-003478, #003478);
}
.news__wrapper .news-right {
  max-width: 485px;
  width: 100%;
}
.news__wrapper .news-right .contact-box {
  max-width: 485px;
  width: 100%;
  height: 380px;
  padding: 15px;
  background-image: url(../assets/images/contact-img.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
}
.news__wrapper .news-right .contact-box__wrapper {
  max-width: 485px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #fff;
  padding-top: 70px;
}
.news__wrapper .news-right .contact-box__wrapper .section-head {
  margin-bottom: 60px;
  text-align: center;
}
.news__wrapper .news-right .contact-box__wrapper .section-head__en {
  color: #fff;
  /* text/20 - bold - line-hegiht :175% */
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 32px */
}
.news__wrapper .news-right .contact-box__wrapper .section-head__jp {
  position: relative;
  top: -8px;
  color: #fff;
  /* title/40 - bold - line-hegiht:150%- letter-padding:5% */
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 60px */
  letter-spacing: 2px;
}
.news__wrapper .news-right .contact-box__wrapper .click-here {
  border: 1px solid #fff;
  display: inline-flex;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
}
.news__wrapper .news-right .contact-box__wrapper .click-here p {
  color: var(--neutral-color-fff, #fff);
  text-align: center;
  /* text/18 - bold - line-hegiht :175% */
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 31.5px */
}/*# sourceMappingURL=index.css.map */