/* ============================================
   産業廃棄物処理ページ専用スタイル
   sangyo-haiki.css
   モバイルファースト / ブレークポイント: 768px
   ============================================ */

/* ----------------------------------------
   ナビ：現在地スタイル
   ---------------------------------------- */
.header_nav_item.is_current {
  color: var(--color_main);
  border-bottom: 2px solid var(--color_main);
  padding-bottom: 2px;
}

/* ============================================
   ページヒーロー（SP）
   ============================================ */
.sh_hero {
  position: relative;
  width: 100%;
  height: 160px;
  overflow: hidden;
}

.sh_hero_bg {
  position: absolute;
  inset: 0;
}

.sh_hero_bg picture,
.sh_hero_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.8);
}

.sh_hero_inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6vw;
}

.sh_hero_title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  border-left: 4px solid var(--color_main);
  padding-left: 16px;
}

/* ============================================
   リードセクション（SP）
   ============================================ */
.sh_lead {
  background: var(--color_white);
  padding: 50px 0;
}

.sh_lead_inner {
  padding: 0 6vw;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}

.sh_lead_main {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color_main);
  line-height: 1.4;
}

.sh_lead_sub {
  font-size: 1rem;
  font-weight: 400;
  color: var(--color_black);
  line-height: 1.6;
  margin-top: 6px;
}

.sh_lead_body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sh_lead_body p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--color_black);
}

/* ============================================
   強みセクション（SP）
   ============================================ */
.sh_strength {
  background: var(--color_sub);
  padding: 60px 0;
}

.sh_strength_inner {
  padding: 0 6vw;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.sh_strength_cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sh_strength_card {
  background: var(--color_white);
  border-radius: 8px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}

.sh_strength_num {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color_main);
  line-height: 1;
  opacity: 0.18;
  letter-spacing: -0.02em;
}

.sh_strength_body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sh_strength_card_title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--color_main);
  line-height: 1.4;
}

.sh_strength_card_text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--color_black);
}

.sh_strength_note {
  font-size: 0.8125rem;
  color: var(--color_gray);
  line-height: 1.6;
}

/* リサイクルバッジ */
.sh_recycle_badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--color_main);
  border-radius: 8px;
  padding: 12px 20px;
  margin-top: 8px;
  width: fit-content;
}

.sh_recycle_num {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.sh_recycle_num small {
  font-size: 1.25rem;
}

.sh_recycle_label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
}

/* ============================================
   受け入れ品目（SP）
   ============================================ */
.sh_items {
  background: var(--color_white);
  padding: 60px 0;
}

.sh_items_inner {
  padding: 0 6vw;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.sh_items_groups {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sh_items_group {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
}

.sh_items_group_special {
  border-color: #c0392b;
  background: #fff8f8;
}

.sh_items_group_title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color_main);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.sh_items_consult {
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  background: #c0392b;
  border-radius: 4px;
  padding: 2px 8px;
}

.sh_items_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.sh_items_list li {
  font-size: 0.9375rem;
  color: var(--color_black);
  line-height: 1.5;
  padding-left: 12px;
  position: relative;
}

.sh_items_list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: var(--color_main);
}

.sh_items_note {
  font-size: 0.8125rem;
  color: var(--color_gray);
  margin-top: 12px;
  line-height: 1.6;
}

/* ============================================
   金属買取（SP）
   ============================================ */
.sh_buy {
  background: var(--color_main);
  padding: 60px 0;
}

.sh_buy_inner {
  padding: 0 6vw;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.sh_buy_inner .section_head .section_title,
.sh_buy_inner .section_head .section_en {
  color: #fff;
}

.sh_buy_inner .section_head .section_en {
  color: rgba(255,255,255,0.5);
}

.sh_buy_content {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.sh_buy_catch {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
}

.sh_buy_catch strong {
  color: #FFD700;
}

.sh_buy_body {
  font-size: 0.9375rem;
  color: rgba(255,255,255,0.9);
  line-height: 1.8;
  margin-top: 8px;
}

.sh_buy_note {
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
  margin-top: 8px;
}

.sh_buy_items {
  background: rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 20px;
}

.sh_buy_items_title {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  margin-bottom: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.sh_buy_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}

.sh_buy_list li {
  font-size: 0.9375rem;
  color: #fff;
  line-height: 1.5;
  padding-left: 14px;
  position: relative;
}

.sh_buy_list li::before {
  content: "▶";
  position: absolute;
  left: 0;
  font-size: 0.5rem;
  top: 5px;
  color: #FFD700;
}

/* ============================================
   処理の流れ（SP）
   ============================================ */
.sh_flow {
  background: #f7f9fc;
  padding: 60px 0;
}

.sh_flow_inner {
  padding: 0 6vw;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1080px;
  margin: 0 auto;
}

.sh_flow_steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.sh_flow_step {
  background: var(--color_white);
  border-radius: 8px;
  border-left: 4px solid var(--color_main);
  padding: 18px 20px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.sh_flow_step_num {
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--color_main);
  text-align: center;
  white-space: nowrap;
  line-height: 1.2;
  min-width: 36px;
  flex-shrink: 0;
}

.sh_flow_step_num span {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
}

.sh_flow_step_body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sh_flow_step_title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color_black);
  line-height: 1.4;
}

.sh_flow_step_text {
  font-size: 0.9375rem;
  color: #555;
  line-height: 1.7;
}

.sh_flow_arrow {
  width: 2px;
  height: 28px;
  background: var(--color_main);
  opacity: 0.3;
  flex-shrink: 0;
  margin: 0 auto;
}

/* ============================================
   マニフェスト（SP）
   ============================================ */
.sh_manifest {
  background: var(--color_sub);
  padding: 50px 0;
}

.sh_manifest_inner {
  padding: 0 6vw;
  max-width: 900px;
  margin: 0 auto;
}

.sh_manifest_content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sh_manifest_title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--color_main);
  line-height: 1.4;
}

.sh_manifest_text {
  font-size: 0.9375rem;
  color: var(--color_black);
  line-height: 1.8;
}

/* ============================================
   許可・認証（SP）
   ============================================ */
.sh_license {
  background: var(--color_white);
  padding: 60px 0;
}

.sh_license_inner {
  padding: 0 6vw;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 960px;
  margin: 0 auto;
}

.sh_license_tablebox {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.sh_license_table {
  width: 100%;
  border-collapse: collapse;
  min-width: 420px;
}

.sh_license_table tr {
  border-bottom: 1px solid #e0e0e0;
}

.sh_license_table tr:first-child {
  border-top: 1px solid #e0e0e0;
}

.sh_license_table th {
  padding: 14px 12px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--color_main);
  /* white-space: nowrap; */
  text-align: left;
  vertical-align: top;
  width: 30%;
}

.sh_license_table td {
  padding: 14px 12px;
  font-size: 1rem;
  color: var(--color_black);
  line-height: 1.6;
  vertical-align: top;
}

.sh_license_table td:last-child {
  color: var(--color_gray);
  font-size: 1rem;
}

/* ============================================
   FAQ（SP）
   ============================================ */
.sh_faq {
  background: #f7f9fc;
  padding: 60px 0;
}

.sh_faq_inner {
  padding: 0 6vw;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 960px;
  margin: 0 auto;
}

.sh_faq_list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #e0e0e0;
}

.sh_faq_item {
  border-bottom: 1px solid #e0e0e0;
  padding: 0;
}

.sh_faq_q,
.sh_faq_a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
}

.sh_faq_a {
  background: transparent;
  border-top: 1px dotted #e0e0e0;
}

.sh_faq_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--color_main);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  flex-shrink: 0;
}

.sh_faq_icon_a {
  background: var(--color_gray);
}

.sh_faq_q p {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--color_black);
  line-height: 1.6;
  padding-top: 4px;
}

.sh_faq_a p {
  font-size: 0.9375rem;
  color: var(--color_black);
  line-height: 1.8;
  padding-top: 4px;
}

/* ============================================
   PC レイアウト（768px 以上）
   ============================================ */
@media (min-width: 768px) {

  /* ページヒーロー */
  .sh_hero {
    height: 240px;
  }

  .sh_hero_title {
    font-size: 2.5rem;
    padding-left: 24px;
  }

  /* リード */
  .sh_lead_inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 60px;
    padding: 0;
  }

  .sh_lead_catch {
    flex-shrink: 0;
    width: 300px;
  }

  .sh_lead_main {
    font-size: 1.875rem;
  }

  /* 強み */
  .sh_strength_inner {
    padding: 0 60px;
  }

  .sh_strength_cards {
    flex-direction: row;
    align-items: stretch;
    gap: 24px;
  }

  .sh_strength_card {
    flex: 1;
  }

  .sh_strength_num {
    font-size: 3rem;
  }

  /* 品目 */
  .sh_items_inner {
    padding: 0 60px;
  }

  .sh_items_groups {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
  }

  .sh_items_group {
    flex: 1;
  }

  /* 金属買取 */
  .sh_buy_inner {
    padding: 0 60px;
  }

  .sh_buy_content {
    flex-direction: row;
    gap: 60px;
    align-items: flex-start;
  }

  .sh_buy_text {
    flex: 1;
  }

  .sh_buy_items {
    width: 280px;
    flex-shrink: 0;
  }

  .sh_buy_catch {
    font-size: 1.5rem;
  }

  /* 処理の流れ */
  .sh_flow_inner {
    padding: 0;
  }

  .sh_flow_steps {
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
  }

  .sh_flow_step {
    flex: 1;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-left: none;
    border-top: 4px solid var(--color_main);
    padding: 20px 16px;
  }

  .sh_flow_step_body {
    align-items: center;
  }

  .sh_flow_arrow {
    width: 28px;
    height: 2px;
    margin: 0;
    margin-top: 40px;
    flex-shrink: 0;
  }

  /* マニフェスト */
  .sh_manifest_inner {
    padding: 0 60px;
  }

  .sh_manifest_content {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
  }

  .sh_manifest_title {
    flex-shrink: 0;
    width: 220px;
    font-size: 1.6rem;
  }

  /* 許可 */
  .sh_license_inner {
    padding: 0;
  }

  /* FAQ */
  .sh_faq_inner {
    padding: 0;
  }
}
