@charset "utf-8";
:root {
  --badge: clamp(80px, 8vw, 92px);
  --line: #e6e6e6;
  --text: #1a1a1a;
}
.boxwrap {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: clamp(20px, 4vw, 40px);
  padding: clamp(30px, 8vw, 150px) 0 0;
  color: var(--text);
}
.boxwrap > *:first-child {
    
}
.main-wrap .cate_wrap .cate1{padding-left: 30px}
.cate1 #step9.boxwrap{overflow: hidden;}
.boxwrap::after {
  content: "";
  height: 100%;
  position: absolute;
  left: calc(var(--badge) / 2);
  top: calc(var(--badge) + 20px);
  bottom: 30px;
  transform: translateX(-50%);
  border-left: 1px dotted #000;
  pointer-events: none;
}
.boxwrap:last-child::after {
  content: none;
}
.step-num {
  position: relative;
  flex: 0 0 auto;
  width: var(--badge);
  height: var(--badge);
  border-radius: 50%;
  background: #1f1f1f;
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  z-index: 1;
  margin-top: -30px;
}
.step-text {
  font-size: clamp(14px, 1.2vw, 15px);
  letter-spacing: .2em;
  margin: 0;
  margin-top: 10px;
}
.step-number {
  font-size: clamp(25px, 3.5vw, 32px);
  margin: 0;
  line-height: 1;
  letter-spacing: .06em;
  margin-top: -30px;
}
.box {
  gap: clamp(24px, 4vw, 60px);
  align-items: stretch;
}
.box .imgbox {
  width: clamp(320px, 38vw, 520px);
  max-width: 300px;
}
.box .imgbox img {
  aspect-ratio: 4 / 5;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 400px;
}
.rightbox {
  width: 60%;
}
.equip-title {
  margin: 0 0 clamp(10px, 1.4vw, 14px);
}
.equip-lead {
  margin: 0 0 clamp(18px, 2.4vw, 28px);
  line-height: 2;
}
.equip-hr {
  height: 1px;
  background: var(--line);
  margin: 0 0 clamp(18px, 2.4vw, 22px);
}
.equip-spec {
  border: none;
  margin-left: auto;
  margin-right: auto;
}
.equip-spec .row {
  display: grid;
  grid-template-columns: 140px auto;
  width: 100%;
  box-sizing: border-box;
}
.equip-spec .th {
  background: #efe6c9;
  color: #333;
  font-weight: 600;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.9;
  border-right: 1px solid #e9e9e9;
}
.equip-spec .td {
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.9;
  background: #f7f7f7;
  border-bottom: 1px solid #e9e9e9;
}
.equip-spec .row:first-child .th, .equip-spec .row:first-child .td {
  border-top: 1px solid #e9e9e9;
}
@media all and (-ms-high-contrast: none) {}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 1080px) {
  .imgbox img {
    display: block;
    width: 100%;
    height: clamp(400px, 32vw, 500px);
    object-fit: cover;
  }
  .main-wrap .cate_wrap .cate1{padding-left: 0px}
  .boxwrap {
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding-left: clamp(16px, 5vw, 60px);
    padding-right: clamp(16px, 5vw, 60px);
    margin-bottom: 70px;
  }
  .step-num {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%) translateX(-140px);
    margin: 0; 
  }
  .cate1 #step9.boxwrap{overflow: inherit;}
  .boxwrap::after {
    display: none;
  }
  .box {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .leftbox, .rightbox {
    width: 100%;
    max-width: 680px;
  }
  .equip-title {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 576px) {
  .equip-spec .row {
    display: grid;
    grid-template-columns: 100px auto;
    width: 100%;
    box-sizing: border-box;
  }
  .step-num {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%) translateX(-140px);
    margin: 0; 
  }
}

@media screen and (max-width: 350px) {}
