.section-contents {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section-contents {
    width: 100%;
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .section-contents {
    width: 100%;
    padding: 0 20px;
  }
}

.underlayer_bg {
  position: relative;
  width: 100%;
  height: 392px;
  background-image: url(../images/servise_bg.png);
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .underlayer_bg {
    height: 168px;
  }
}
.underlayer_bg .filter {
  background-color: #3D3D3D;
  position: absolute;
  width: 100%;
  height: 392px;
  background-size: cover;
  background-position: center;
  mix-blend-mode: hard-light;
  z-index: 1;
}
@media (max-width: 767px) {
  .underlayer_bg .filter {
    height: 168px;
  }
}
.underlayer_bg h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 48px;
  line-height: 48px;
  font-weight: 500;
  color: #fff;
  z-index: 2;
}
@media (max-width: 767px) {
  .underlayer_bg h2 {
    font-size: 24px;
  }
}

.service-inner {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .service-inner {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .service-inner {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.section-title {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 32px;
  line-height: 46px;
  text-align: center;
  color: #202020;
  margin-top: 128px;
}
@media (max-width: 767px) {
  .section-title {
    margin-top: 56px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .section-title {
    margin-top: 56px;
  }
}

.section-title_en {
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  color: #EF6041;
  font-family: "Sen", sans-serif;
  position: relative;
  letter-spacing: 0.2em;
  padding-top: 10px;
}
.section-title_en::after {
  position: absolute;
  content: "";
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 400px;
  height: 0;
  border: 2px solid #EF6041;
}
@media (max-width: 767px) {
  .section-title_en {
    font-size: 16px;
  }
  .section-title_en::after {
    width: 160px;
    height: 0px;
    border: 2px solid #EF6041;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .section-title_en {
    font-size: 16px;
  }
  .section-title_en::after {
    width: 160px;
    height: 0px;
    border: 2px solid #EF6041;
  }
}

@media (max-width: 767px) {
  .business {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .business {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.business-items {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .business-items {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .business-items {
    margin-top: 40px;
  }
}

.business-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.business-item:not(:first-child) {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .business-item:not(:first-child) {
    display: block;
    margin-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .business-item:not(:first-child) {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .business-item {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .business-item {
    display: block;
  }
}

.business-img {
  width: 56.1%;
}
.business-img img {
  width: 100%;
}
@media (max-width: 767px) {
  .business-img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .business-img {
    width: 100%;
  }
}

.business-text-wrapper {
  position: relative;
  margin-left: 24px;
  width: 36.7%;
}
.business-text-wrapper:nth-child(even) {
  margin-right: 24px;
}
@media (max-width: 767px) {
  .business-text-wrapper {
    width: 100%;
    margin-left: 0px;
  }
  .business-text-wrapper:nth-child(even) {
    margin-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .business-text-wrapper {
    width: 100%;
    margin-left: 0px;
  }
  .business-text-wrapper:nth-child(even) {
    margin-right: 0px;
  }
}

.business-num {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Avenir";
  font-weight: 800;
  font-size: 240px;
  line-height: 240px;
  color: #EF6041;
  opacity: 0.1;
}
@media (max-width: 767px) {
  .business-num {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .business-num {
    display: none;
  }
}

.business-text {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  color: #202020;
}
@media (max-width: 767px) {
  .business-text {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .business-text {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
  }
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.machine-items {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .machine-items {
    display: block;
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .machine-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.machine-item {
  width: 48%;
}
@media (min-width: 1440px) {
  .machine-item:nth-child(n+3) {
    margin-top: 44px;
  }
}
@media (max-width: 767px) {
  .machine-item {
    width: 100%;
  }
  .machine-item:not(:first-child) {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .machine-item {
    width: 48%;
  }
  .machine-item:nth-child(n+3) {
    margin-top: 40px;
  }
}

.machine-name {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #202020;
  width: 340px;
  height: 48px;
  background-color: #EFEFEF;
}

.machine-img {
  height: 400px;
}
.machine-img img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .machine-img {
    width: 100%;
  }
  .machine-img img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .machine-img {
    width: 100%;
  }
  .machine-img img {
    width: 100%;
  }
}

.work {
  padding: 128px 0;
  background-color: #EFEFEF;
  margin-top: 94px;
  margin-bottom: 160px;
  z-index: -2;
}
@media (max-width: 767px) {
  .work {
    padding: 40px 0 40px 0;
    margin-top: 56px;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .work {
    padding: 40px 0 40px 0;
    margin-top: 56px;
    margin-bottom: 80px;
  }
}

.work-title {
  margin-top: 0;
}

.slide-items {
  width: 100%;
  height: 100%;
  margin-top: 90px;
}
@media (max-width: 767px) {
  .slide-items {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .slide-items {
    margin-top: 40px;
  }
}

.slide-items img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-dots li button:before {
  font-size: 18px;
  top: 6px;
}

.slick-arrow:before {
  content: "" !important;
  width: 45px !important;
  height: 70px !important;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-next:before {
  background: url(../images/right-arrow.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat;
  left: -70px;
  z-index: 99;
}

.slick-prev:before {
  background: url(../images/left-arrow.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat;
}

.slick-prev {
  z-index: 2;
  left: 20px;
}

.slick-dots li {
  width: 8px;
  height: 8px;
}
.slick-dots li:not(:first-child) {
  margin-left: 16px;
}
/*# sourceMappingURL=style.css.map */