@charset "UTF-8";
/*************************************************

top-mvslide

*************************************************/
.top-mvslide {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1040px) {
  .top-mvslide .swiper-slide {
    width: 1040px;
  }
}

.top-mvslide-target__img {
  line-height: 0;
}
.top-mvslide-target__img img {
  width: 100%;
}

.top-mvslide-target__pagination {
  position: absolute;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .top-mvslide-target__pagination {
    bottom: 5rem;
    gap: 3rem;
  }
}
.top-mvslide-target__pagination .swiper-pagination-bullet {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 10px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 !important;
  background-color: #fff;
  border: #000 solid 1px;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .top-mvslide-target__pagination .swiper-pagination-bullet {
    width: 2.2rem;
  }
}

/*************************************************

top-search

*************************************************/
.top-search {
  padding: 3rem 2rem 0;
  background-color: #4C99C9;
}

.top-search__form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  margin-top: 10px;
  padding-right: 50px;
  background-color: #fff;
  border: #000 solid 1px;
}

.top-search__input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 50px;
  display: block;
  margin: 0;
  padding: 0 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  outline: none;
  z-index: 1;
}

.top-search__submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  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;
  line-height: 0;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  z-index: 2;
}

.bnr_index ul {
  width: 1040px;
  margin: 40px auto 0;
  display: -webkit-box; /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox; /*--- IE10 ---*/ /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify; /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify; /*--- IE10 ---*/ /*--- safari（PC）用 ---*/
  justify-content: space-between;
  -ms-flex-wrap: wrap; /*--- IE10用 ---*/ /* Safari */
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .bnr_index ul {
    width: auto;
    margin: 20px 0;
    padding: 0 10px;
  }
  .bnr_index ul li {
    width: 48%;
    margin-bottom: 20px;
    text-align: center;
  }
}

.forklift-slide {
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .index-wrapper .sec1 .slider-holder .swiper-container .swiper-slide {
    width: auto !important;
  }
}

@media screen and (max-width: 750px) {
  .index-wrapper .company-purpose {
    padding: 7.5rem 2rem;
  }
}

.company-purpose__contents01__flexbox__inbox__lead__position {
  display: block;
  background: url(../images/common/arw01.png) no-repeat center center/80% auto;
  color: transparent !important;
}