/* 就職支援情報一覧ページスタイル */
.support-detail-ashirai {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.favtown-support-list {
  position: relative;
  padding: 60px 0 0;
}

.favtown-support-list .container {
  margin: 0;
  padding: 0;
}

.title-area {
  text-align: center;
  margin-bottom: 60px;
}

.support-title-en {
  font-weight: 600;
  font-size: var(--28px);
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #156fc6;
  margin: 0;
  margin-bottom: 16px;
}

.support-title-ja {
  font-weight: 600;
  font-size: var(--18px);
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #27292b;
}
.support-list {
  margin-bottom: 0;
}

.support-list-inner {
  position: relative;
  padding: 48px 24px 32px;
  border-radius: 40px;
  background: #e8f3ff;
}

.support-count-info {
  display: flex;
  align-items: baseline;
  margin-bottom: 16px;
}

.support-count {
  display: flex;
  align-items: baseline;
  margin-right: 20px;
}

.support-content .support-title {
  color: #27292b;
  font-size: var(--14px);
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  padding-bottom: 8px;
}

.support-content .support-excerpt {
  color: #27292b;
  font-size: var(--13px);
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  margin: 0;
}
.support-content .support-link {
  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;
}
.support-content .support-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.support-content .support-link .career-support-link__icon {
  display: flex;
}

.count-number {
  color: #156fc6;
  text-align: center;

  font-size: var(--24px);
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 38.4px */
  letter-spacing: 0.48px;
}

.count-label {
  color: #156fc6;
  text-align: center;

  font-size: var(--14px);
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.28px;
  margin-left: 4px;
}

.support-display-info {
  color: #156fc6;

  font-size: var(--10px);
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.2px;
}

.supports {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 32px;
  margin-bottom: 60px;
}

.support-card {
  width: 100%;
  min-width: 100%;
  max-width: none;
  box-shadow: none;
}
#supports .support-card:first-child {
  margin-left: 0;
}
.support-card-inner {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.support-card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.support-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.support-card {
  border-radius: 16px;
  overflow: hidden;
  background-color: #ffffff;
}

.support-card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.support-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.support-thumbnail {
  position: relative;
  overflow: hidden;
  aspect-ratio: 478 / 217;
}

.main-thumbnail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.support-thumbnail-container {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.support-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 24px;
}

.support-info {
  flex-grow: 1;
}

.support-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 24px 20px;
  font-size: var(--14px);
}

.arrow-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-left: 8px;
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #ffffff;
}

.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.page-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f5f5f5;
  color: #555;
  text-decoration: none;

  font-size: var(--14px);
}

.page-number.active {
  color: #ffffff;
}

.page-dots {
  padding: 0 4px;
}

.cta-button-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
