@charset "UTF-8";
#cta-683d375b97100408b397b6ad {
  /*----------------------------------
  トピック欄（News / 新着求人）
  リデザイン
  ----------------------------------*/
  /* 見出しタグの初期化 */
  /* カード全体 */
  /* 左のアクセント */
  /* NEW */
  /* 日付 */
  /* タイトル */
  /* 矢印 */
  /* hover */
  /* フォーカス */
  /* タブレット */
  /* スマホ */
}
#cta-683d375b97100408b397b6ad .topic-item {
  margin-bottom: 12px;
}
#cta-683d375b97100408b397b6ad .topic_text {
  margin: 0;
  padding: 0;
}
#cta-683d375b97100408b397b6ad .topic_text a {
  position: relative;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  column-gap: 14px;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 18px;
  background: #ffffff;
  border: 1px solid #dfeaf3;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(35, 74, 105, 0.06);
  text-decoration: none;
  color: #23384a;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
#cta-683d375b97100408b397b6ad .topic_text a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 4px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(180deg, #3c91df, #50c8d7);
}
#cta-683d375b97100408b397b6ad .topic_label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: #eef8fd;
  border: 1px solid #cce8f5;
  color: #1688bd;
  font-size: 11px !important;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1;
}
#cta-683d375b97100408b397b6ad .topic_date {
  white-space: nowrap;
  font-size: 13px !important;
  font-weight: 600;
  color: #71808d;
  font-variant-numeric: tabular-nums;
}
#cta-683d375b97100408b397b6ad .topic_title {
  min-width: 0;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1.55;
  color: #20384b;
}
#cta-683d375b97100408b397b6ad .topic_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f1f7fa;
  color: #58a8ca;
  font-size: 22px !important;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 769px) {
  #cta-683d375b97100408b397b6ad .topic_text a:hover {
    transform: translateY(-2px);
    background: #fbfdfe;
    border-color: #c9e2ef;
    box-shadow: 0 8px 22px rgba(35, 74, 105, 0.1);
  }
}
#cta-683d375b97100408b397b6ad .topic_text a:focus-visible {
  outline: 3px solid rgba(61, 149, 219, 0.25);
  outline-offset: 2px;
}
@media screen and (max-width: 1024px) {
  #cta-683d375b97100408b397b6ad .topic_text a {
    column-gap: 11px;
    padding: 15px 16px;
  }
  #cta-683d375b97100408b397b6ad .topic_title {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  #cta-683d375b97100408b397b6ad .topic-item {
    margin-bottom: 10px;
  }
  #cta-683d375b97100408b397b6ad .topic_text a {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "label date arrow" "title title arrow";
    row-gap: 6px;
    column-gap: 9px;
    padding: 14px 14px 14px 16px;
    border-radius: 10px;
  }
  #cta-683d375b97100408b397b6ad .topic_label {
    grid-area: label;
    min-width: 38px;
    height: 22px;
    padding: 0 8px;
    font-size: 10px !important;
  }
  #cta-683d375b97100408b397b6ad .topic_date {
    grid-area: date;
    font-size: 11px !important;
  }
  #cta-683d375b97100408b397b6ad .topic_title {
    grid-area: title;
    font-size: 14px !important;
    line-height: 1.6;
  }
  #cta-683d375b97100408b397b6ad .topic_arrow {
    grid-area: arrow;
    width: 28px;
    height: 28px;
    font-size: 20px !important;
  }
  #cta-683d375b97100408b397b6ad .topic_text a::before {
    top: 12px;
    bottom: 12px;
    width: 3px;
  }
}