/* Homepage STEP 01. Every rule is limited to the homepage body class. */
.shhc-home-step01 .hp-hero-message,
.shhc-home-step01 .hp-core-products,
.shhc-home-step01 .hp-manufacturing,
.shhc-home-step01 .hp-quality-note {
  box-sizing: border-box;
}

.shhc-home-step01 .hp-hero-message {
  position: absolute;
  z-index: 3;
  left: 35.2%;
  bottom: 5%;
  width: min(780px, 60%);
  color: #fff;
  text-align: left;
  text-shadow: 0 2px 8px rgba(0, 27, 38, .48);
}
.shhc-home-step01 .hp-hero-message h1 {
  margin: 0 0 9px;
  color: #fff;
  font: 32px/1.16 "FuturaStd-Medium", Arial, sans-serif;
}
.shhc-home-step01 .hp-hero-message p {
  margin: 0 0 16px;
  font: 16px/1.4 "FuturaStd-Medium", Arial, sans-serif;
}
.shhc-home-step01 .hp-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 44px;
  padding: 10px 19px;
  box-sizing: border-box;
  background: #b52d45;
  color: #fff;
  font: 15px/1.3 "FuturaStd-Medium", Arial, sans-serif;
  text-decoration: none;
  text-shadow: none;
}
.shhc-home-step01 .hp-cta:hover { background: #98253a; color: #fff; }
.shhc-home-step01 .hp-cta:focus-visible,
.shhc-home-step01 .hp-core-products a:focus-visible,
.shhc-home-step01 .hp-manufacturing a:focus-visible,
.shhc-home-step01 .hp-quality-note a:focus-visible {
  outline: 3px solid #b52d45;
  outline-offset: 3px;
}

.shhc-home-step01 .hp-inner {
  width: min(1280px, calc(100% - 80px));
  margin: 0 auto;
}
.shhc-home-step01 .hp-core-products {
  padding: 56px 0 48px;
  background: #fff;
  color: #073548;
  font-family: "FuturaStd-Medium", Arial, sans-serif;
}
.shhc-home-step01 .hp-section-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 23px;
}
.shhc-home-step01 .hp-section-intro span,
.shhc-home-step01 .hp-kicker {
  color: #b52d45;
  font-size: 12px;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.shhc-home-step01 .hp-section-intro h2,
.shhc-home-step01 .hp-manufacturing h2 {
  margin: 5px 0 0;
  font: 36px/1.16 "Gothic725 Blk-BT-Black", Arial, sans-serif;
}
.shhc-home-step01 .hp-section-intro p {
  max-width: 520px;
  margin: 0;
  color: #405968;
  font-size: 16px;
  line-height: 1.5;
}
.shhc-home-step01 .hp-product-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.shhc-home-step01 .hp-product-list a { color: #073548; text-decoration: none; min-width: 0; }
.shhc-home-step01 .hp-product-list img {
  display: block;
  width: 100%;
  height: 175px;
  object-fit: contain;
  background: #f8f9f8;
}
.shhc-home-step01 .hp-product-list a:last-child img { object-fit: cover; }
.shhc-home-step01 .hp-product-list strong {
  display: block;
  margin-top: 10px;
  font-size: 17px;
  font-weight: normal;
}
.shhc-home-step01 .hp-product-list a:hover strong,
.shhc-home-step01 .hp-product-more a:hover { color: #b52d45; }
.shhc-home-step01 .hp-product-more {
  margin: 24px 0 0;
  padding-top: 14px;
  border-top: 1px solid #d7e0e1;
  color: #405968;
  font-size: 14px;
}
.shhc-home-step01 .hp-product-more a { color: #073548; text-decoration: underline; text-underline-offset: 3px; }

.shhc-home-step01 .hp-manufacturing {
  padding: 43px 0 36px;
  background: #0c3547;
  color: #fff;
  font-family: "FuturaStd-Medium", Arial, sans-serif;
}
.shhc-home-step01 .hp-manufacturing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 70px;
  align-items: center;
}
.shhc-home-step01 .hp-manufacturing h2 { font-size: 34px; }
.shhc-home-step01 .hp-manufacturing-layout > div:first-child > p {
  max-width: 670px;
  margin: 12px 0 15px;
  font-size: 16px;
  line-height: 1.5;
}
.shhc-home-step01 .hp-manufacturing a,
.shhc-home-step01 .hp-quality-note a { color: inherit; text-decoration: underline; text-underline-offset: 5px; }
.shhc-home-step01 .hp-procurement-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 26px;
}
.shhc-home-step01 .hp-procurement-facts p { margin: 0; padding-top: 9px; border-top: 1px solid rgba(255,255,255,.38); }
.shhc-home-step01 .hp-procurement-facts strong,
.shhc-home-step01 .hp-procurement-facts span { display: block; }
.shhc-home-step01 .hp-procurement-facts strong { font-size: 22px; font-weight: normal; line-height: 1.2; }
.shhc-home-step01 .hp-procurement-facts span { font-size: 12px; opacity: .85; }
.shhc-home-step01 .hp-fact-note { margin-top: 16px; font: 12px/1.4 "FuturaStd-Medium", Arial, sans-serif; opacity: .78; }

.shhc-home-step01 .hp-quality-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 24px max(40px, calc((100vw - 1280px) / 2));
  background: #222;
  color: #fff;
  font: 15px/1.45 "FuturaStd-Medium", Arial, sans-serif;
}
.shhc-home-step01 .hp-quality-note p { max-width: 790px; margin: 0; }
.shhc-home-step01 .hp-quality-note a { white-space: nowrap; }
.shhc-home-step01 .home-dibu .hp-cta { margin-top: 22px; }
.shhc-home-step01 .home-dibu .container { text-align: center; }
.shhc-home-step01 .home-dibu .jsh { text-shadow: 0 2px 5px rgba(0, 31, 39, .85); }

@media (max-width: 1200px) and (min-width: 769px) {
  .shhc-home-step01 .hp-hero-message h1 { font-size: 24px; }
  .shhc-home-step01 .hp-hero-message p { font-size: 13px; margin-bottom: 8px; }
  .shhc-home-step01 .hp-hero-message .hp-cta { min-height: 38px; padding: 7px 14px; }
  .shhc-home-step01 .hp-inner { width: calc(100% - 50px); }
  .shhc-home-step01 .hp-product-list img { height: 140px; }
  .shhc-home-step01 .hp-manufacturing-layout { gap: 32px; }
}

@media (max-width: 768px) {
  .shhc-home-step01 .home-banner .home-banner-slick .item .img1 { height: 165px; overflow: hidden; }
  .shhc-home-step01 .home-banner .home-banner-slick .item .img1 img { width: 100%; height: auto; }
  .shhc-home-step01 .hp-hero-message {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    padding: 20px 22px 29px;
    background: #0c3547;
    text-align: left;
    text-shadow: none;
  }
  .shhc-home-step01 .hp-hero-message h1 { font-size: 29px; line-height: 1.16; }
  .shhc-home-step01 .hp-hero-message p { font-size: 15px; line-height: 1.48; margin-bottom: 19px; }
  .shhc-home-step01 .hp-hero-message .hp-cta { min-height: 46px; }
  .shhc-home-step01 .home-about .img { float: none; width: 100%; height: 200px; overflow: hidden; }
  .shhc-home-step01 .home-about .img img { width: 100%; height: 100%; object-fit: cover; }
  .shhc-home-step01 .home-about .text { float: none; width: 100%; padding: 27px 20px 32px; }
  .shhc-home-step01 .home-about .text .jsh { margin-bottom: 10px; }
  .shhc-home-step01 .hp-inner { width: calc(100% - 36px); }
  .shhc-home-step01 .hp-core-products { padding: 36px 0; }
  .shhc-home-step01 .hp-section-intro { display: block; margin-bottom: 20px; }
  .shhc-home-step01 .hp-section-intro h2 { font-size: 28px; }
  .shhc-home-step01 .hp-section-intro p { margin-top: 12px; font-size: 15px; }
  .shhc-home-step01 .hp-product-list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px 10px; }
  .shhc-home-step01 .hp-product-list img { height: 145px; }
  .shhc-home-step01 .hp-product-list strong { font-size: 15px; line-height: 1.3; }
  .shhc-home-step01 .hp-product-more { font-size: 14px; }
  .shhc-home-step01 .hp-manufacturing { padding: 35px 0; }
  .shhc-home-step01 .hp-manufacturing-layout { grid-template-columns: 1fr; gap: 20px; }
  .shhc-home-step01 .hp-manufacturing h2 { font-size: 28px; }
  .shhc-home-step01 .hp-manufacturing-layout > div:first-child > p { font-size: 15px; }
  .shhc-home-step01 .hp-procurement-facts { gap: 14px 16px; }
  .shhc-home-step01 .hp-procurement-facts p { padding-top: 10px; }
  .shhc-home-step01 .hp-procurement-facts strong { font-size: 21px; line-height: 1.18; }
  .shhc-home-step01 .hp-procurement-facts span { margin-top: 3px; font-size: 13px; line-height: 1.3; opacity: .93; }
  .shhc-home-step01 .hp-fact-note { margin-top: 14px; font-size: 13px; line-height: 1.4; }
  .shhc-home-step01 .home-product .home-title { padding: 28px 16px; font-size: 26px; line-height: 1.2; }
  .shhc-home-step01 .home-product .home-title a,
  .shhc-home-step01 .home-product .home-title p { padding-bottom: 0; background: none; }
  .shhc-home-step01 .home-product .home-bottom {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3px;
    text-align: left;
    background: #e3e8e8;
  }
  .shhc-home-step01 .home-product .home-bottom > .clearfix,
  .shhc-home-step01 .home-product .home-bottom .left-top,
  .shhc-home-step01 .home-product .home-bottom .right-top,
  .shhc-home-step01 .home-product .home-bottom .left-bottom,
  .shhc-home-step01 .home-product .home-bottom .center-bottom,
  .shhc-home-step01 .home-product .home-bottom .right-bottom { display: contents !important; }
  .shhc-home-step01 .home-product .home-bottom .clearfix::before,
  .shhc-home-step01 .home-product .home-bottom .clearfix::after { content: none !important; display: none !important; }
  .shhc-home-step01 .home-product .home-bottom .box { float: none; width: auto !important; min-width: 0; margin: 0; padding: 0; background: #fff; }
  .shhc-home-step01 .home-product .home-bottom .box1 { display: none !important; }
  .shhc-home-step01 .home-product .home-bottom .box > a { display: block; height: 100%; }
  .shhc-home-step01 .home-product .home-bottom .box .pic { height: 130px !important; aspect-ratio: auto; background: #fff; }
  .shhc-home-step01 .home-product .home-bottom .box .pic:after { display: none !important; }
  .shhc-home-step01 .home-product .home-bottom .box .pic img { width: 100%; height: 100%; object-fit: contain; }
  .shhc-home-step01 .home-product .home-bottom .box .box-hover {
    position: static !important;
    display: block;
    padding: 9px 8px 10px !important;
    text-align: left;
    max-width: none;
  }
  .shhc-home-step01 .home-product .home-bottom .box .box-hover .bt {
    padding: 0;
    white-space: normal;
    overflow: visible;
    color: #073548;
    font-size: 16px;
    line-height: 1.3;
    word-break: normal;
  }
  .shhc-home-step01 .home-product .home-bottom .box .box-hover .more1 { display: none; }
  .shhc-home-step01 .home-product .home-bottom2 .box .pic { height: 160px !important; }
  .shhc-home-step01 .hp-quality-note { display: block; padding: 24px 18px; font-size: 16px; line-height: 1.5; }
  .shhc-home-step01 .hp-quality-note a { display: inline-block; margin-top: 15px; white-space: normal; font-size: 15px; text-decoration-thickness: 1.5px; }
  .shhc-home-step01 .home-dibu {
    aspect-ratio: auto;
    min-height: 280px;
    padding: 35px 18px !important;
    background-image: linear-gradient(rgba(0,40,52,.57),rgba(0,40,52,.70)), url("../images/bg.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
  }
  .shhc-home-step01 .home-dibu .bt { color: #fff; }
  .shhc-home-step01 .home-dibu .jsh { line-height: 1.45; }
  .shhc-home-step01 .home-dibu .hp-cta { margin-top: 16px; }
}

@media (min-width: 601px) and (max-width: 768px) {
  .shhc-home-step01 .home-banner .home-banner-slick .item .img1 { height: auto; }
}

@media (max-width: 600px) {
  .shhc-home-step01 .hp-hero-message { padding: 19px 16px 27px; }
  .shhc-home-step01 .hp-hero-message h1 { font-size: 26px; }
  .shhc-home-step01 .hp-product-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px 10px; }
  .shhc-home-step01 .hp-product-list img { height: 116px; }
  .shhc-home-step01 .hp-product-list strong { font-size: 14px; }
  .shhc-home-step01 .home-product .home-bottom { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shhc-home-step01 .home-product .home-bottom .box .pic { height: 124px !important; }
  .shhc-home-step01 .home-product .home-bottom2 .box .pic { height: 145px !important; }
  .shhc-home-step01 .home-product .home-title { font-size: 23px; }
}
