.career-support-section {
  background: #156fc6;
  border-radius: 24px;
  margin: 0 auto 56px;
  padding: 40px 0 40px 0;
  position: relative;
  overflow: hidden;
}
.career-support-ashirai {
  padding: 0 24px;
}
.career-support-decoration {
  position: absolute;
  top: -24px;
  left: 24px;
  width: 47px;
  height: 48px;
  z-index: 1;
}

.career-support-header {
  margin-bottom: 24px;
  padding: 0 24px;
}
.career-support-en {
  font-size: var(--12px);
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.career-support-ja {
  font-size: var(--22px);
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
  margin: 0;
}

.career-support-eyecatch--none {
  width: 100%;
  height: 120px;
  border-radius: 16px;
  margin-bottom: 24px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bbb;
  font-size: 1.1rem;
}
.career-support-list {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 24px;
  padding: 0 0 32px 0;
  justify-content: flex-start;
  scroll-padding-left: 24px;
}

.support-card {
  background: #fff;
  border-radius: 16px;
  width: 239px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 260px;
  max-width: 320px;
  flex: 0 0 auto;
  scroll-snap-align: start;
  justify-content: space-between;
}
.support-card:first-child {
  margin-left: 24px; /* 必要なスペースに調整 */
}

.support-thumbnail {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  aspect-ratio: 327 / 148;
  border-radius: 16px 16px 0 0;
}

.main-thumbnail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.support-card-body {
  padding: 16px 16px 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-grow: 1; /* カード内で余白があれば拡張 */
}

.support-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* 余白があれば拡張 */
  
}
.career-support-title {
  color: #27292b;
  font-size: var(--14px);
  font-style: normal;
  font-weight: 600;
  line-height: 170%; /* 23.8px */
  text-align: left;
  padding: 8px 0 0;
  display: inline-block;
  position: relative;
  z-index: 2;
  min-height: calc(var(--14px) * 1.9 * 2);/* 2行分の高さ */
}

.support-desc {
  color: #27292b;
  font-size: var(--14px);
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 約23.8px (14px × 1.7) */
  padding-top: 8px;
  align-self: stretch;
  /* 6行分の高さ制限 (23.8px × 6 ≈ 142.8px) */
  max-height: calc(var(--14px) * 1.7 * 6);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.support-card-footer {
  display: flex;
  justify-content: flex-start;
  padding: 0 0 24px;
}
.career-support-link {
  display: inline-flex;
  color: #156fc6;
  font-size: var(--14px);
  font-style: normal;
  font-weight: 600;
  line-height: 170%; /* 23.8px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  align-items: center;
  gap: 4px;
}
.career-support-link__icon {
  display: flex;
}

.career-support-footer {
  text-align: center;
}
.career-support-list-btn {
  display: flex;
  width: 243px;
  height: 58px;
  padding: 18px 33px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  border: 3px solid #ffee56;
  background: #fff;
  margin: 0 auto;
  color: #156fc6;
}
.career-support-list-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
