/*
 * =====================================================
 *
 * machinery works detail
 *
 * =====================================================
 */
body.service.machinery.worksDetail .worksDetailIntro {
  margin-top: 70px;
}
body.service.machinery.worksDetail .worksDetailIntroGrid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 64px;
  align-items: center;
}
body.service.machinery.worksDetail .worksDetailIntroLeft,
body.service.machinery.worksDetail .worksDetailIntroRight {
  min-width: 0;
}
body.service.machinery.worksDetail .worksDetailTitle {
  margin: 0 0 18px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
}
body.service.machinery.worksDetail .worksDetailMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0 0 26px;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: .08em;
  color: #999;
}
body.service.machinery.worksDetail .worksDetailLead {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
}
body.service.machinery.worksDetail .worksDetailText {
  max-width: 460px;
  margin: 0;
  font-size: 13px;
  line-height: 2.1;
  color: #666;
}
body.service.machinery.worksDetail .worksDetailMainImage {
  width: 100%;
  overflow: hidden;
  border-radius: 14px;
}
body.service.machinery.worksDetail .worksDetailMainImage img {
  display: block;
  width: 100%;
  height: 390px;
  object-fit: cover;
}
body.service.machinery.worksDetail .worksDetailSections {
  margin-top: 100px;
}
body.service.machinery.worksDetail .worksDetailSections .headS02 {
  margin-bottom: 36px;
}
body.service.machinery.worksDetail .worksDetailGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 56px 28px;
}
body.service.machinery.worksDetail .worksDetailCard {
  min-width: 0;
}
body.service.machinery.worksDetail .worksDetailCardImage {
  width: 100%;
  margin-bottom: 18px;
  overflow: hidden;
  aspect-ratio: 1.52 / 1;
  border-radius: 10px;
}
body.service.machinery.worksDetail .worksDetailCardImage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
body.service.machinery.worksDetail .worksDetailCardTitle {
  margin: 0 0 7px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
}
body.service.machinery.worksDetail .worksDetailCardLabel {
  position: relative;
  margin: 0 0 15px;
  padding-left: 17px;
  font-size: 9px;
  line-height: 1.6;
  letter-spacing: .12em;
  color: #999;
}
body.service.machinery.worksDetail .worksDetailCardLabel::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 1px;
  background: #999;
}
body.service.machinery.worksDetail .worksDetailCardText {
  margin: 0;
  font-size: 12px;
  line-height: 2;
  color: #666;
}
body.service.machinery.worksDetail .worksDetailBack {
  margin-top: 80px;
}
body.service.machinery.worksDetail .worksDetailBack .btnS01 {
  margin-right: auto;
  margin-left: auto;
}
@media (hover: hover) and (pointer: fine) {
  body.service.machinery.worksDetail .worksDetailCard:hover .worksDetailCardImage img {
    transform: scale(1.035);
  }
}
@media only screen and (max-width: 767px) {
  body.service.machinery.worksDetail .worksDetailIntro {
    margin-top: 45px;
  }
  body.service.machinery.worksDetail .worksDetailIntroGrid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  body.service.machinery.worksDetail .worksDetailTitle {
    margin-bottom: 14px;
    font-size: 24px;
  }
  body.service.machinery.worksDetail .worksDetailMeta {
    margin-bottom: 20px;
  }
  body.service.machinery.worksDetail .worksDetailLead {
    margin-bottom: 12px;
    font-size: 18px;
  }
  body.service.machinery.worksDetail .worksDetailText {
    max-width: none;
    font-size: 13px;
  }
  body.service.machinery.worksDetail .worksDetailMainImage {
    border-radius: 10px;
  }
  body.service.machinery.worksDetail .worksDetailMainImage img {
    height: auto;
  }
  body.service.machinery.worksDetail .worksDetailSections {
    margin-top: 70px;
  }
  body.service.machinery.worksDetail .worksDetailGrid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  body.service.machinery.worksDetail .worksDetailCardImage {
    margin-bottom: 16px;
  }
  body.service.machinery.worksDetail .worksDetailBack {
    margin-top: 55px;
  }
}
body.service.machinery.worksDetail .mainHead .mainTitle:after {
  display: none;
}
body.service.machinery.worksDetail .worksDetailTitle {
  width: 100%;
  margin: 0 0 30px;
  padding: 12px 18px;
  background: #f2f1ee;
  border-radius: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
}
body.service.machinery.worksDetail .worksDetailMeta {
  margin-bottom: 22px;
}

