@charset "UTF-8";
.l_kv {
  position: relative;
  z-index: 0;
  height: 54.6527778vw;
  width: 100%;
  min-height: 787px;
}
.l_kv .bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.l_kv .bg img, .l_kv .bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l_kv .bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.l_kv .content {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding-left: 72px;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 3;
}
.l_kv .content .en {
  width: 60%;
}
.l_kv .content .en img {
  width: 100%;
}
.l_kv .content .copy {
  position: absolute;
  bottom: 80px;
  left: 72px;
  font-size: 3.2rem;
  letter-spacing: 0.5em;
  font-weight: 600;
  line-height: 2;
  color: #fff;
  margin-top: 24px;
}
.l_kv .recruit {
  position: absolute;
  z-index: 3;
  top: 30%;
  transform: translateY(-50%);
  right: 0;
  width: 200px;
}
.l_kv .recruit img {
  width: 100%;
}
.l_kv .newsbox {
  position: absolute;
  z-index: 3;
  bottom: 40px;
  right: 40px;
  width: 580px;
  background-color: #fff;
  border-radius: 10px;
  padding: 32px;
}
.l_kv .newsbox .lr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l_kv .newsbox .lr .left {
  width: calc(100% - 400px);
}
.l_kv .newsbox .lr .left .heading {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
}
.l_kv .newsbox .lr .left .eng {
  margin-top: 8px;
  width: 64px;
  display: block;
}
.l_kv .newsbox .lr .left .eng img {
  width: 100%;
}
.l_kv .newsbox .lr .right {
  width: 400px;
}
.l_kv .newsbox .lr .right ul li:first-of-type a {
  padding-top: 0;
}
.l_kv .newsbox .lr .right ul li a {
  padding: 12px 0;
  display: flex;
  border-bottom: solid 1px #E0E0E0;
  align-items: center;
}
.l_kv .newsbox .lr .right ul li a .subinfo {
  padding-right: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: none;
  gap: 12px;
}
.l_kv .newsbox .lr .right ul li a .subinfo .cat {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
}
.l_kv .newsbox .lr .right ul li a .subinfo .cat span {
  color: #fff;
  background-color: #D80000;
  display: inline-block;
  padding: 4px 8px;
  font-size: 1.2rem;
}
.l_kv .newsbox .lr .right ul li a .subinfo time {
  color: #fff;
  background-color: #D80000;
  display: inline-block;
  padding: 4px 8px;
  font-size: 1.2rem;
}
.l_kv .newsbox .lr .right ul li a .title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
}

.l_business {
  padding-top: 80px;
}
.l_business__heading-gr {
  padding-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.l_business__heading-gr .jpn {
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}
.l_business__heading-gr .eng {
  transform: translateY(6px);
  max-width: 941px;
  width: 100%;
  display: block;
}
.l_business__heading-gr .eng img {
  width: 100%;
  display: block;
}
.l_business__content .items .item {
  position: relative;
  z-index: 0;
  padding: 32px 0 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.l_business__content .items .item:nth-of-type(1) {
  background-image: url(../img/toppage/business/office.jpg);
}
.l_business__content .items .item:nth-of-type(1)::after {
  background-color: rgba(216, 0, 0, 0.7);
}
.l_business__content .items .item:nth-of-type(2) {
  background-image: url(../img/toppage/business/logistics.jpg);
}
.l_business__content .items .item:nth-of-type(2)::after {
  background-color: rgba(0, 0, 0, 0.7);
}
.l_business__content .items .item:nth-of-type(3) {
  background-image: url(../img/toppage/business/transport.jpg);
}
.l_business__content .items .item:nth-of-type(3) .eng {
  color: #D80000;
}
.l_business__content .items .item:nth-of-type(3)::after {
  mix-blend-mode: hard-light;
  background-color: rgba(255, 255, 255, 0.5);
}
.l_business__content .items .item::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: darken;
}
.l_business__content .items .item .eng {
  display: block;
  padding-left: 40px;
  position: relative;
  font-size: 19.5rem;
  z-index: 2;
  font-weight: 600;
  line-height: 0.6;
  color: #fff;
  opacity: 0;
  letter-spacing: -3.4px;
  transform: translateX(-2.5%);
}
.l_business__content .items .item .box {
  margin-top: -40px;
  margin-left: auto;
  margin-right: 40px;
  position: relative;
  z-index: 2;
  width: 643px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px 32px;
  box-shadow: 5px 6px 6px rgba(0, 0, 0, 0.7);
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.6s ease-out;
}
.l_business__content .items .item .box .c-heading {
  margin-bottom: 24px;
}
.l_business__content .items .item .box .c-heading span {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
.l_business__content .items .item .box .c-heading h3 {
  margin-top: 8px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #D80000;
}
.l_business__content .items .item .box .btn {
  margin-top: 24px;
}
.l_business__content .items .item .box .btn a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #D80000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  border-radius: 50px;
  padding: 16px 12px;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.7);
}
.l_business__content .items .item .box .btn a i {
  margin-left: 24px;
  font-size: 1.5rem;
}
.l_business__content .items .item.is-animated .eng {
  transform: translateX(0%);
  opacity: 0.6;
  transition: all 0.6s ease-out;
}
.l_business__content .items .item.is-animated .box {
  opacity: 1;
  transition-delay: 0.4s;
  transition-duration: 0.6s;
  transition-timing-function: ease-out;
  transform: translateY(0);
}

.l_location {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #fff;
}
.l_location .lr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l_location .lr .left {
  width: 45%;
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.6s ease-out;
}
.l_location .lr .left .heading-gr {
  margin-bottom: 32px;
  align-items: center;
  gap: 40px;
}
.l_location .lr .left .heading-gr .eng {
  width: 430px;
  display: block;
}
.l_location .lr .left .heading-gr .eng img {
  width: 100%;
}
.l_location .lr .left .heading-gr .jpn {
  margin-top: 8px;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}
.l_location .lr .right {
  width: 50%;
}
.l_location .lr .right .map {
  position: relative;
  width: 100%;
  height: 100%;
  filter: blur(45px);
}
.l_location .lr .right .map .image {
  width: 100%;
  height: 100%;
}
.l_location .lr .right .map .image img {
  width: 100%;
}
.l_location .lr .right .map .dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l_location .lr .right .map .dots span {
  position: absolute;
  background-color: #0F653A;
  display: block;
  width: 1.5%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: solid 1.5px #f5ea4f;
  transition: all 0.3s ease;
  animation: dot-pulse 1.4s ease-in-out infinite alternate;
}
@keyframes dot-pulse {
  0% {
    transform: scale(1);
    opacity: 0.9;
    filter: saturate(100%);
  }
  100% {
    transform: scale(1.5);
    opacity: 1;
    filter: saturate(200%); /* 彩度を上げる */
  }
}
.l_location .lr .right .map .dots span:hover {
  cursor: pointer;
  background-color: #f5ea4f;
  border: solid 3px #0F653A;
  transition: all 0.3s ease;
}
.l_location .lr .right .map .dots span.headquarters {
  left: 38%;
  top: 72.8%;
}
.l_location .lr .right .map .dots span.daito {
  left: 38.5%;
  top: 70.8%;
}
.l_location .lr .right .map .dots span.daito-2 {
  left: 40%;
  top: 70.6%;
}
.l_location .lr .right .map .dots span.inuyama {
  left: 46%;
  top: 64.4%;
}
.l_location .lr .right .map .dots span.ooguchi {
  left: 44%;
  top: 67.1%;
}
.l_location .lr .right .map .dots span.ooguchi2 {
  left: 41.9%;
  top: 67.1%;
}
.l_location .lr .right .map .dots span.fukuoka {
  left: 13.6%;
  top: 75.9%;
}
.l_location .lr .right .map .dots span.okayama {
  left: 29.2%;
  top: 70.4%;
}
.l_location .lr.is-animated .left {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.6s;
  transition-timing-function: ease-out;
}
.l_location .lr.is-animated .right .map {
  filter: blur(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-in;
  transition-delay: 0.3s;
}

/* ===== 事業所モーダル ===== */
.location-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.location-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.location-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.location-modal__content {
  position: relative;
  z-index: 1;
  max-width: 960px;
  width: 90%;
  height: 400px;
  background-color: #ffffff;
  padding: 32px 12px;
  box-sizing: border-box;
  border-radius: 12px;
  overflow: hidden;
}

.location-modal__close {
  position: absolute;
  top: 8px;
  right: 12px;
  width: 32px;
  height: 32px;
  border: none;
  background: none;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
  color: #333333;
  z-index: 2;
}

/* モーダル表示中は背景スクロール禁止 */
body.is-location-modal-open {
  overflow: hidden;
}

/* Swiperスライドのレイアウト */
.location-modal__swiper {
  width: 100%;
  height: 100%;
}

.location-modal__swiper .swiper-slide {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.location-modal__slide-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
}

.location-modal__image {
  width: 30%;
}

.location-modal__image img {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #eee;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.location-modal__body {
  width: 60%;
}

.location-modal__label {
  font-size: 2.4rem;
  font-weight: 700;
  color: #D80000;
  margin-bottom: 24px;
}

.location-modal__address {
  padding-left: 18px;
  position: relative;
  font-size: 1.3rem;
  line-height: 1.6;
  border-bottom: solid 1px #ddd;
  padding-bottom: 12px;
}

.location-modal__address::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 12px;
  height: 18px;
  background-image: url(../img/toppage/location/modal/icon-location.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.location-modal__text {
  font-size: 1.3rem;
  line-height: 1.8;
  margin-top: 8px;
}

.location-modal__btn {
  text-align: right;
  margin-top: 16px;
}
.location-modal__btn a {
  display: inline-block;
  color: #D80000;
  border-bottom: solid 1px #D80000;
  font-size: 1.5rem;
  padding-bottom: 6.4px;
}
.location-modal__btn a i {
  margin-left: 15px;
  font-size: 1.35rem;
  transform: translateY(1px);
}

/* Swiperナビ */
.swiper-button-next, .swiper-button-prev {
  top: 50% !important;
  background-color: #D80000;
  color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 13.5px;
}

.location-modal__swiper .swiper-pagination-bullet {
  background: #D80000;
}

.l_projects {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #F2F2F2;
}
.l_projects__heading-gr {
  padding-bottom: 80px;
}
.l_projects__heading-gr .lr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l_projects__heading-gr .lr .left {
  width: auto;
  display: flex;
  align-items: center;
  gap: 40px;
}
.l_projects__heading-gr .lr .left .jpn {
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}
.l_projects__heading-gr .lr .right {
  width: 50%;
}
.l_projects__content .items {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 1.3%;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
}
.l_projects__content .items.is-animated {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s ease-out;
}
.l_projects__content .btn {
  margin-top: 64px;
  text-align: center;
}

.l_blog {
  margin-top: 100px;
  position: relative;
  z-index: 0;
  padding-top: 32px;
  padding-bottom: 100px;
  background-color: #fff;
  background-image: url(../img/toppage/blog/backnote.png);
  background-size: 100% 50%;
  background-repeat: repeat-y;
  background-position: center;
}
.l_blog::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  mix-blend-mode: lighten;
  opacity: 0.6;
}
.l_blog__heading-gr {
  position: relative;
  z-index: 4;
  padding-bottom: 80px;
}
.l_blog__heading-gr .characters {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.l_blog__heading-gr .characters .pre {
  position: absolute;
  left: 5%;
  bottom: -46px;
  width: 16%;
}
.l_blog__heading-gr .characters .staff {
  position: absolute;
  right: -3%;
  bottom: -3%;
  width: 33%;
}
.l_blog__heading-gr .heading {
  position: relative;
  z-index: 2;
  text-align: center;
}
.l_blog__heading-gr .heading h2 {
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}
.l_blog__heading-gr .heading h2 img {
  width: 100%;
}
.l_blog__heading-gr .back-heading {
  position: absolute;
  z-index: 0;
  right: 12px;
  top: 40px;
  width: 70%;
  height: 100%;
}
.l_blog__heading-gr .back-heading img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  width: 100%;
}
.l_blog__content {
  position: relative;
  z-index: 2;
  margin-top: -137px;
  background-color: #FFDBB2;
  padding: 120px 40px 40px;
  border-radius: 30px;
  mix-blend-mode: multiply;
}
.l_blog__content .desc {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  color: #BF6A02;
  text-align: center;
}
.l_blog__content .items {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px 0;
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.6s ease-out;
}
.l_blog__content .items::after {
  content: "";
  width: 32%;
}
.l_blog__content .items li {
  width: 32%;
}
.l_blog__content .items.is-animated {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.6s ease-out;
}
.l_blog__content .btn {
  margin-top: 64px;
  text-align: center;
}

.l_vision {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #fff;
}
.l_vision__content .upper {
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: all 0.6s ease-out;
}
.l_vision__content .upper .lr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l_vision__content .upper .lr .left {
  position: relative;
  width: 60%;
}
.l_vision__content .upper .lr .left h2 {
  color: #D80000;
  font-size: 2.4rem;
}
.l_vision__content .upper .lr .left .copy {
  margin-top: 24px;
  color: #000;
  font-size: 5.6rem;
  font-weight: 600;
  line-height: 1.2;
}
.l_vision__content .upper .lr .left .eng {
  position: absolute;
  right: 0;
  top: 40px;
  width: 70%;
  display: block;
}
.l_vision__content .upper .lr .left .eng img {
  width: 100%;
}
.l_vision__content .upper .lr .right {
  position: relative;
  width: 40%;
}
.l_vision__content .upper .lr .right .desc-gr {
  text-align: right;
}
.l_vision__content .upper .lr .right .desc-gr .desc {
  display: inline-block;
  text-align: left;
}
.l_vision__content .upper.is-animated {
  opacity: 1;
  transition: all 1.5s ease-out;
  transition-delay: 0.25s;
}
.l_vision__content .back {
  position: relative;
  z-index: 0;
}
.l_vision__content .back::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgb(255, 255, 255));
}
.l_vision__content .back img {
  width: 100%;
  height: 100%;
  display: block;
}
.l_vision__content .back .btn {
  position: absolute;
  z-index: 3;
  right: 80px;
  bottom: 32px;
}
.l_vision__content .back.is-animated::after {
  background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  opacity: 1;
  transition: all 0.6s ease-out;
  transition-delay: 0.25s;
}
.l_vision__content .images {
  margin-top: 40px;
}
.l_vision__content .images img {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transform: translateX(100px);
}
.l_vision__content .images.is-animated img {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.6s ease-out;
  transition-delay: 0.25s;
}

.l_recruit {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}
.l_recruit__heading-gr {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 8px;
}
.l_recruit__heading-gr .eng {
  width: 320px;
  display: inline-block;
}
.l_recruit__heading-gr .eng img {
  width: 100%;
}
.l_recruit__heading-gr h2 {
  font-size: 2.4rem;
}
.l_recruit__content {
  position: relative;
  border-top: solid 2px #0F653A;
  border-bottom: solid 2px #0F653A;
  margin-top: 24px;
  background-image: url(../img/toppage/recruit/back.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 35.138888vw;
}
.l_recruit__content img {
  display: block;
}
.l_recruit__content .inner {
  position: relative;
  height: 100%;
}
.l_recruit__content .copy {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
}
.l_recruit__content .copy span {
  background-color: #0F653A;
  display: inline-block;
  padding: 0px 32px;
  line-height: 1.7;
  color: #fff;
  font-size: 5.6rem;
  border-radius: 10px;
  box-shadow: 3px 3px 3.4px rgba(0, 0, 0, 0.5);
  font-weight: 600;
}
.l_recruit__content .copy span:nth-of-type(1) {
  transform: translateX(-50px);
  opacity: 0;
  transition: all 0.6s ease-out;
  transition-delay: 0;
}
.l_recruit__content .copy span:nth-of-type(2) {
  opacity: 0;
  margin-top: 8px;
  transform: translateX(350px);
}
.l_recruit__content .copy span .bigger {
  font-size: 6.4rem;
  font-weight: 600;
}
.l_recruit__content .btn {
  position: absolute;
  right: 0;
  bottom: 40px;
}
.l_recruit__content.is-animated .copy span:nth-of-type(1) {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.6s ease-out;
  transition-delay: 0;
}
.l_recruit__content.is-animated .copy span:nth-of-type(2) {
  transform: translateX(400px);
  opacity: 1;
  transition: all 0.6s ease-out;
  transition-delay: 0.5s;
}
.l_recruit__content.is-animated .btn {
  position: absolute;
  right: 0;
  bottom: 40px;
}

@media screen and (max-width: 768px) {
  .l_kv {
    height: 125vw;
    width: 100%;
    min-height: initial;
  }
  .l_kv .content {
    padding-left: 12px;
  }
  .l_kv .content .en {
    width: 90%;
  }
  .l_kv .content .copy {
    bottom: 24px;
    left: 12px;
    font-size: 7.3vw;
    margin-top: 12px;
    line-height: 1.4;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.7);
    letter-spacing: 0.34em;
  }
  .l_kv .recruit {
    top: initial;
    width: 120px;
    bottom: 17%;
  }
  .l_kv .newsbox {
    display: none;
  }
  .l_newssp {
    padding-top: 24px;
    padding-bottom: 0;
    background-color: #fff;
  }
  .l_newssp__heading-gr {
    padding-bottom: 12px;
    gap: 13px;
    display: block;
    color: #D80000;
  }
  .l_newssp__content {
    border: solid 1px #ddd;
  }
  .l_newssp__content .newsbox {
    display: block;
    background-color: #fff;
  }
  .l_newssp__content .newsbox ul {
    padding: 8px;
  }
  .l_newssp__content .newsbox ul li a {
    display: block;
    border-bottom: solid 1px #ddd;
    padding: 8px 0;
  }
  .l_newssp__content .newsbox ul li a .subinfo time {
    color: #D80000;
    font-size: 1.2rem;
  }
  .l_newssp__content .newsbox ul li:last-of-type a {
    border-bottom: none;
  }
  .l_newssp__content .newsbox ul li .title {
    color: #000;
    font-size: 1.2rem;
  }
  .l_business {
    padding-top: 40px;
  }
  .l_business .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .l_business__heading-gr {
    padding-bottom: 24px;
    gap: 13px;
    display: block;
  }
  .l_business__heading-gr .jpn {
    padding-left: 12px;
    font-size: 3.2rem;
    text-align: left;
    margin-bottom: 8px;
  }
  .l_business__heading-gr .eng {
    padding-left: 12px;
    margin-top: 6px;
    transform: translateY(6px);
    max-width: 941px;
    width: 100%;
  }
  .l_business__content .items .item {
    padding: 24px 0 40px;
  }
  .l_business__content .items .item:nth-of-type(1) {
    background-image: url(../img/toppage/business/office.jpg);
  }
  .l_business__content .items .item:nth-of-type(2) {
    background-image: url(../img/toppage/business/logistics.jpg);
  }
  .l_business__content .items .item:nth-of-type(3) {
    background-image: url(../img/toppage/business/transport.jpg);
  }
  .l_business__content .items .item .eng {
    padding-left: 0px;
    font-size: 16.8vw;
    letter-spacing: -3.4px;
    transform: translateX(-10%);
  }
  .l_business__content .items .item .box {
    margin-top: -12px;
    margin-right: 12px;
    position: relative;
    width: 85%;
    padding: 24px 16px;
    transform: translateY(20px);
  }
  .l_business__content .items .item .box .c-heading {
    margin-bottom: 12px;
  }
  .l_business__content .items .item .box .c-heading span {
    font-size: 1.5rem;
  }
  .l_business__content .items .item .box .c-heading h3 {
    margin-top: 4.8px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .l_business__content .items .item .box .btn {
    margin-top: 20px;
  }
  .l_business__content .items .item .box .btn a {
    position: relative;
    font-size: 1.3rem;
    padding: 8px 32px 8px 22px;
    line-height: 1.5;
    text-align: left;
  }
  .l_business__content .items .item .box .btn a i {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 12px;
    font-size: 1.3rem;
  }
  .l_location {
    padding-top: 40px;
    padding-bottom: 32px;
  }
  .l_location .lr {
    display: block;
  }
  .l_location .lr .left {
    width: 100%;
    transform: translateY(25px);
  }
  .l_location .lr .left .heading-gr {
    margin-bottom: 24px;
    gap: 24px;
  }
  .l_location .lr .left .heading-gr .eng {
    width: 90%;
  }
  .l_location .lr .left .heading-gr .jpn {
    font-size: 3.2rem;
  }
  .l_location .lr .right {
    width: 100%;
  }
  .l_location .lr .right .map {
    margin-top: 24px;
  }
  .l_location .lr .right .map .dots span {
    border-width: 1px;
  }
  .l_location .lr .right .map .dots span:hover {
    border: solid 1px #0F653A;
  }
  /* ===== 事業所モーダル ===== */
  .location-modal__content {
    width: calc(100% - 40px);
    height: auto;
    background-color: #ffffff;
    padding: 32px 16px;
    box-sizing: border-box;
    border-radius: 10px;
  }
  .location-modal__close {
    top: 8px;
    right: 12px;
    width: 32px;
    height: 32px;
    font-size: 32px;
  }
  .location-modal__slide-inner {
    display: block;
    padding-top: 24px;
    margin-bottom: 40px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .location-modal__image {
    width: 100%;
    margin-bottom: 12px;
  }
  .location-modal__body {
    width: 100%;
  }
  .location-modal__label {
    font-size: 1.7rem;
    margin-bottom: 6.4px;
  }
  .location-modal__address {
    padding-left: 18px;
    font-size: 1.25rem;
    padding-bottom: 6.5px;
  }
  .location-modal__text {
    font-size: 1.25rem;
  }
  .location-modal__btn {
    margin-top: 12px;
  }
  .location-modal__btn a {
    font-size: 1.4rem;
    padding-bottom: 5.6px;
  }
  .location-modal__btn a i {
    margin-left: 12px;
    font-size: 1.25rem;
    transform: translateY(0.5px);
  }
  /* Swiperナビ */
  .swiper-button-next, .swiper-button-prev {
    top: initial !important;
    bottom: 2.4px !important;
    width: 26px !important;
    height: 26px !important;
    z-index: 100 !important;
  }
  .swiper-button-next::after, .swiper-button-prev::after {
    font-size: 11.75px !important;
  }
  .l_projects {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .l_projects__heading-gr {
    padding-bottom: 24px;
  }
  .l_projects__heading-gr .lr {
    display: block;
  }
  .l_projects__heading-gr .lr .left {
    display: block;
  }
  .l_projects__heading-gr .lr .left .jpn {
    margin-top: 5px;
    margin-bottom: 24px;
    font-size: 3.8rem;
  }
  .l_projects__heading-gr .lr .right {
    width: 100%;
  }
  .l_projects__content .items {
    gap: 24px 0;
    justify-content: space-between;
  }
  .l_projects__content .btn {
    margin-top: 40px;
  }
  .l_blog {
    margin-top: 40px;
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .l_blog__heading-gr {
    padding-bottom: 40px;
  }
  .l_blog__heading-gr .characters .pre {
    left: 5%;
    bottom: -53%;
    width: 28%;
    display: none;
  }
  .l_blog__heading-gr .characters .staff {
    right: -3%;
    bottom: 39%;
    width: 56%;
  }
  .l_blog__heading-gr .heading h2 {
    width: 100%;
  }
  .l_blog__heading-gr .back-heading {
    right: 0;
    top: 40px;
    width: 100%;
  }
  .l_blog__content {
    position: relative;
    margin-top: -61px;
    padding: 42px 16px 32px;
    border-radius: 15px;
  }
  .l_blog__content .desc {
    margin-left: auto;
    margin-right: 0;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .l_blog__content .items {
    position: relative;
    z-index: 3;
    margin-top: 24px;
    gap: 12px 0;
    justify-content: space-between;
    transform: translateX(25px);
  }
  .l_blog__content .items::after {
    display: none;
  }
  .l_blog__content .items li {
    width: 48.75%;
  }
  .l_blog__content .btn {
    margin-top: 40px;
  }
  .l_vision {
    padding-top: 40px;
    padding-bottom: 24px;
  }
  .l_vision__content .upper .lr {
    display: block;
  }
  .l_vision__content .upper .lr .left {
    width: 100%;
  }
  .l_vision__content .upper .lr .left h2 {
    font-size: 1.8rem;
  }
  .l_vision__content .upper .lr .left .copy {
    margin-top: 5px;
    font-size: 3.2rem;
  }
  .l_vision__content .upper .lr .left .eng {
    top: 40px;
    width: 50%;
  }
  .l_vision__content .upper .lr .right {
    margin-top: 24px;
    position: relative;
    width: 100%;
  }
  .l_vision__content .back {
    position: relative;
    z-index: 0;
    margin-top: 72px;
  }
  .l_vision__content .back .btn {
    position: absolute;
    z-index: 3;
    left: 50%;
    width: calc(65% - 24px);
    top: -51px;
    bottom: initial;
    right: inherit;
    transform: translateX(-50%);
  }
  .l_vision__content .images {
    margin-top: 24px;
  }
  .l_recruit {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .l_recruit__heading-gr {
    gap: 4.8px;
  }
  .l_recruit__heading-gr .eng {
    width: 50%;
  }
  .l_recruit__heading-gr h2 {
    font-size: 1.8rem;
    transform: translateY(-2.4px);
  }
  .l_recruit__content {
    margin-top: 12px;
    background-image: url(../img/toppage/recruit/back.jpg);
    height: 100vw;
  }
  .l_recruit__content .copy {
    font-size: 1.8rem;
  }
  .l_recruit__content .copy span {
    padding: 4px 16px;
    font-size: 2.4rem;
    line-height: 1.4;
    border-radius: 5px;
    box-shadow: none;
  }
  .l_recruit__content .copy span:nth-of-type(1) {
    opacity: 0;
    transform: translateX(100px);
  }
  .l_recruit__content .copy span:nth-of-type(2) {
    margin-top: 4px;
    transform: translateX(0px);
  }
  .l_recruit__content .copy span .bigger {
    font-size: 3.2rem;
  }
  .l_recruit__content .btn {
    right: 50%;
    width: 80%;
    transform: translateX(-16px);
    bottom: 24px;
  }
  .l_recruit__content.is-animated .copy span:nth-of-type(1) {
    opacity: 1;
    transform: translateX(0);
  }
  .l_recruit__content.is-animated .copy span:nth-of-type(2) {
    opacity: 1;
    transform: translateX(0);
  }
}/*# sourceMappingURL=toppage.css.map */