/* 汎用クラス */
.sp_only { display: none; }
@media (max-width: 1000px) {
  .sp_only { display: inline; }
}

@media (min-width: 1001px) {
  .top_sect {
    padding: 70px 70px;
  }
  .top_sect .top_sect_inner {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .top_sect.feature {
    margin-top: 60px;
  }
}


/* --------------------------------------------------------------------------
            サポートセクション (Figma node-id 1:351 / 1:2289)
-------------------------------------------------------------------------- */
.support_section {
  background-color: #f5a100;
  padding: 60px 0 80px;
}

.support_inner {
  max-width: 1340px;
  margin: 0 auto;
}

.support_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
}

.support_title_icon {
  width: 50px;
  height: 50px;
}

.support_title h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  margin: 0;
  line-height: normal;
}

/* カードスタイル共通 */
.support_card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  box-sizing: border-box;
}

/* PC向け (1001px以上) */
@media (min-width: 1001px) {
  #support_carousel {
    overflow: visible;
    width: 100%;
  }
  #support_carousel .support_cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto 30px;
    width: auto;
    height: auto;
    transform: translate3d(0, 0, 0) !important;
    transition: none !important;
  }
  #support_carousel .support_card {
    width: 400px;
    /* height: 290px; */
    padding: 25px 20px;
    margin: 0;
  }
  .support_nav_btn {
    display: none;
  }
}

/* カード内要素 */
.support_card_header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.support_card_icon {
  width: 66px;
  height: 66px;
  flex-shrink: 0;
}

.support_card_icon img{
  display: block;
  width: 100%;
  height: auto;
}

.support_card_title_wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.support_card_label {
  font-size: 12px;
  color: #444444;
}
.support_card_title {
  font-size: 22px;
  font-weight: bold;
  color: #444444;
  line-height: 1.2;
}

.support_compare_box {
  background-color: #fef5e5;
  border: 2px solid #f5a100;
  border-radius: 6px;
  padding: 22px 20px;
  padding-right: 0px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 8px;
  margin-bottom: 16px;
}
.support_compare_item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.support_badge {
  display: inline-block;
  font-size: 10px;
  color: #ffffff;
  padding: 2px 6px;
  border-radius: 3px;
  width: fit-content;
}
.support_badge.before {
  background-color: #999999;
}
.support_badge.after {
  background-color: #f65757;
}
.support_compare_text {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3;
  color: #424242;
}
.support_compare_item.after .support_compare_text {
  color: #f65757;
}
.support_arrow {
  height: 40px;
  flex-shrink: 0;
}

.support_card_footer {
  text-align: center;
}
.support_footer_text {
  font-size: 20px;
  color: #444444;
  font-weight: bold;
  line-height: 1.4;
}
.support_footer_text span {
  color: #f65757;
}
.support_note {
  color: #ffffff;
  font-size: 14px;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .support_note {
    max-width: 1000px;
    text-align: center;
  }
}
/* SP・タブレット向け (1000px以下) */
@media (max-width: 1000px) {
  .support_section {
    padding: 24px 0 60px;
    overflow: hidden;
  }
  .support_title {
    gap: 5px;
    margin-bottom: 24px;
  }
  .support_title h2 {
    font-size: 22px;
    text-align: center;
    line-height: 1.4;
  }
  .support_title_icon {
    width: 30px;
    height: 30px;
  }

  #support_carousel {
    overflow: visible;
    padding: 0 40px 10px;
    width: 100%;
    position: relative;
    max-width: 450px;
    margin: 0 auto;
  }
  /* Swiperの絶対計算を邪魔しない */
  #support_carousel .support_cards {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0;
  }
  #support_carousel .support_card {
    width: 330px;
    /* height: 258px; */
    padding: 18px 14px;
    flex-shrink: 0;
    /* margin: 0 auto を完全に削除し、Swiperの見切れを許可する */
  }

  .support_card_header {
    margin-bottom: 17px;
  }
  .support_card_icon {
    width: 50px;
    height: 50px;
  }
  .support_card_title {
    font-size: 18px;
  }

  .support_compare_box {
    width: 302px;
    height: 97px;
    padding: 15px 8px;
    gap: 4px;
  }
  .support_compare_text {
    font-size: 12px;
  }
  .support_badge {
    font-size: 9px;
    padding: 3px 6px;
  }
  .support_arrow {
    height: 34px;
  }
  .support_footer_text {
    font-size: 16px;
    line-height: 1.3;
  }
  .support_note {
    font-size: 12px;
    width: 350px;
    max-width: 95%;
    margin: 20px auto 0;
    text-align: left;
  }

  /* SPナビゲーション */
  .support_nav_btn {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #f5a100;
    border: 2px solid #ffffff;
    border-radius: 50%;
    z-index: 10;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .support_nav_btn::after {
    color: #ffffff;
    font-size: 8px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    text-transform: lowercase;
    content: "";
    position: absolute;
    right: 5px;
  }
  .support_prev {
    left: 5px;
  }
  .support_next {
    right: 5px;
  }
  .support_prev::after {
    content: "prev";
  }
  .support_next::after {
    content: "next";
  }
  .support_nav_btn.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
  }
}

/* 時給表示のフォントサイズ設定 */
.support_wage_label {
  font-size: 11px;
  vertical-align: baseline;
}

.support_wage_number {
  font-size: 18px;
  vertical-align: baseline;
}

.support_wage_unit {
  font-size: 13px;
  vertical-align: baseline;
}

.support_wage_plus {
  font-size: 11px;
  vertical-align: baseline;
}

.support_wage_exclamation {
  font-size: 18px;
  vertical-align: baseline;
}

@media (max-width: 1000px) {
  .support_section { padding: 24px 0 60px; overflow: hidden; }
  .support_title { flex-direction: column; gap: 4px; margin-bottom: 24px; }
  .support_title h2 { font-size: 22px; text-align: center; line-height: 1.4; }
  .support_title_icon { width: 30px; height: 30px; }

  #support_carousel {
    overflow: visible;
    padding: 0 40px 10px;
    width: 100%;
    position: relative;
    max-width: 450px;
    margin: 0 auto;
  }
  /* Swiperの絶対計算を邪魔しない */
  #support_carousel .support_cards {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0;
  }
  #support_carousel .support_card {
    width: 330px;
    height: 258px;
    padding: 18px 14px;
    flex-shrink: 0;
    /* margin: 0 auto を完全に削除し、Swiperの見切れを許可する */
  }

  .support_card_header { margin-bottom: 17px; }
  .support_card_icon { width: 50px; height: 50px; }
  .support_card_title { font-size: 18px; }

  .support_compare_box {
    width: 302px;
    height: 97px;
    padding: 15px 8px;
    gap: 4px;
  }
  .support_compare_text { font-size: 15px; }
  .support_badge { font-size: 9px; padding: 3px 6px; }
  .support_arrow { height: 34px; }
  .support_footer_text { font-size: 18px; line-height: 1.3; }
  .support_note { font-size: 12px; width: 350px; max-width: 95%; margin: 20px auto 0; text-align: left; }

  /* SPナビゲーション */
  .support_nav_btn {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #f5a100;
    border: 2px solid #ffffff;
    border-radius: 50%;
    z-index: 10;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .support_nav_btn::after {
    color: #ffffff; 
    font-size: 8px;
    font-family: swiper-icons; 
    font-weight: 700;
    text-transform: lowercase;
    content: "";
    position: absolute;
    /* right: 5px; */
  }
  .support_prev { left: 5px; }
  .support_next { right: 5px; }
  .support_prev::after { content: "prev"; font-size: 16px; transform: translateX(-6px);}
  .support_next::after { content: "next"; font-size: 16px; transform: translateX(-6px);}
  .support_nav_btn.swiper-button-disabled { opacity: 0.35; cursor: auto; }
}