*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: #f5f5f5;
}

body.freshers-page {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  background: #f5f5f5;
  color: #1f1f1f;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.freshers-page__frame {
  width: 100%;
  max-width: 600px;
  min-height: 100vh;
  margin: 0 auto;
  background: #fff;
}

.freshers-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  width: 100%;
  height: 50px;
  padding: 8px 24px;
  background: #fff;
}

.freshers-header__logo-link {
  display: inline-grid;
  place-items: center;
  height: 100%;
  line-height: 0;
  text-decoration: none;
}

.freshers-header__logo {
  display: block;
  width: 105.092px;
  height: 34px;
  object-fit: contain;
}

.freshers-kv {
  width: 100%;
  margin: 0;
  background: #fff;
  line-height: 0;
}

.freshers-kv__image {
  display: block;
  width: 100%;
  height: auto;
}

.freshers-logo-slider {
  width: 100%;
  height: 40px;
  overflow: hidden;
  background: #fff;
  line-height: 0;
}

.freshers-logo-slider__track {
  display: flex;
  align-items: center;
  width: max-content;
  height: 40px;
  animation: freshers-logo-slider-scroll 28s linear infinite;
  will-change: transform;
}

.freshers-logo-slider__list {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 20px;
  width: max-content;
  height: 40px;
  margin: 0;
  padding: 0 20px 0 0;
  list-style: none;
}

.freshers-logo-slider__list li {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 40px;
}

.freshers-logo-slider__list img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes freshers-logo-slider-scroll {
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .freshers-logo-slider__track {
    animation: none;
    transform: translateX(0);
    will-change: auto;
  }
}

.freshers-compare {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.freshers-compare__shell {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  background: #fff;
  color: #322c2c;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.freshers-compare__tabs {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2px;
  width: 100%;
  height: 56px;
  padding: 0 10px;
  border-bottom: 6px solid #036eb8;
  background: #fff;
}

.freshers-compare__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 24px) / 3);
  max-width: 122px;
  height: 46px;
  margin: 0;
  padding: 0 4px;
  border: 0;
  border-radius: 10px 10px 0 0;
  appearance: none;
  background: #d9eaff;
  color: #a0a0a0;
  cursor: pointer;
  font: 700 16px/1 "Noto Sans JP", "Yu Gothic", "YuGothic", sans-serif;
  letter-spacing: 0;
  white-space: nowrap;
}

.freshers-compare__tab[aria-selected="true"] {
  height: 50px;
  background: #036eb8;
  color: #fff;
}

.freshers-compare__tab:focus-visible {
  outline: 2px solid #188216;
  outline-offset: -3px;
}

.freshers-compare__panel[hidden] {
  display: none;
}

.freshers-compare__panel-frame {
  width: 100%;
  padding-bottom: 5px;
  border: solid #036eb8;
  border-width: 0 5px 5px;
  background: #fff;
}

.freshers-compare__panel[data-freshers-compare-panel="features"] .freshers-compare__panel-frame {
  padding-bottom: 0;
}

.freshers-compare__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  color: #322c2c;
}

.freshers-compare__col-service {
  width: 27.368421%;
}

.freshers-compare__col-metric {
  width: 17.894737%;
}

.freshers-compare__col-official {
  width: 18.947368%;
}

.freshers-compare__col-feature {
  width: 53.684211%;
}

.freshers-compare__col-review {
  width: 72.631579%;
}

.freshers-compare__table thead th {
  height: 28px;
  padding: 8px 2px;
  border-right: 1px solid #d9eaff;
  background: #e9f3ff;
  color: #036eb8;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.freshers-compare__table thead th:last-child,
.freshers-compare__table tbody th:last-child,
.freshers-compare__table td:last-child {
  border-right: 0;
}

.freshers-compare__table tbody th,
.freshers-compare__table td {
  padding: 0;
  border-top: 1px solid #d9eaff;
  border-right: 1px solid #d9eaff;
  background: #fff;
  font-weight: 400;
  vertical-align: top;
}

.freshers-compare__row > td {
  vertical-align: middle;
}

.freshers-compare__table tbody .freshers-compare__service-cell {
  vertical-align: middle;
}

.freshers-compare__table tbody tr.freshers-compare__row--featured > th,
.freshers-compare__table tbody tr.freshers-compare__row--featured > td {
  background: #fff8e8;
}
.freshers-compare__table tbody tr.freshers-compare__row--featured > td{
  padding: 12px 0;
}

.freshers-compare__table--overall tbody tr {
  height: 102px;
}

.freshers-compare__table--features tbody tr:first-child {
  height: 102px;
}

.freshers-compare__table--features tbody tr:not(:first-child) {
  height: 86.5px;
}

.freshers-compare__table--features tbody tr:not(:first-child) .freshers-compare__service {
  padding: 6px 4px;
}

.freshers-compare__table--features tbody tr:not(:first-child) .freshers-compare__service-link {
  gap: 3px;
}

.freshers-compare__table--reviews tbody tr {
  height: 107px;
}

.freshers-compare__service,
.freshers-compare__metric,
.freshers-compare__years,
.freshers-compare__features,
.freshers-compare__review-cell {
  min-height: inherit;
  height: 100%;
}

.freshers-compare__service {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  overflow: hidden;
  padding: 10px 6px;
}

.freshers-compare__service-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #036eb8;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
}

.freshers-compare__service-name {
  color: #036eb8;
  text-decoration: underline;
  text-underline-offset: 2px;
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: normal;
}

.freshers-compare__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  flex-shrink: 0;
  line-height: 0;
}

.freshers-compare__logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.freshers-compare__logo--shutocari img {
  width: 88px;
  max-width: none;
}

.freshers-compare__logo--leverwell img {
  width: 76px;
  height: 15px;
}

.freshers-compare__badge {
  position: relative;
  top: -3px;
  align-self: center;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 1px;
  min-height: 18px;
  padding: 0 5px;
  border-radius: 60px;
  background: #ff5800;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

.freshers-compare__badge img {
  display: block;
  width: 13px;
  height: 13px;
}

.freshers-compare__metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  padding: 8px 3px;
  text-align: center;
}

.freshers-compare__target-icon {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
}

.freshers-compare__target-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
}

.freshers-compare__target-icon--single {
  display: grid;
  place-items: center;
}

.freshers-compare__target-icon--single img {
  position: static;
  width: 23px;
  height: auto;
  max-height: 23px;
  object-fit: contain;
  transform: none;
}

.freshers-compare__score,
.freshers-compare__jobs {
  color: #322c2c;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: normal;
}

.freshers-compare__score span {
  color: #f8b62d;
  font-size: 13px;
  line-height: 1;
}

.freshers-compare__years {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 8px 4px;
}

.freshers-compare__year-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 28px;
  padding: 0 6px 1px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

.freshers-compare__year-chip--active {
  background: #e9f3ff;
  color: #036eb8;
  font-weight: 700;
}

.freshers-compare__year-chip--inactive,
.freshers-compare__year-chip--disabled {
  background: #f3f3f3;
  color: rgba(63, 63, 63, 0.35);
  font-weight: 400;
}

.freshers-compare__official-cell {
  position: relative;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

.freshers-compare__cta {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 47px;
  min-height: 43px;
  padding: 11px 0 8px;
  border-radius: 3px;
  background: #35a37b;
  box-shadow: 0 2px 0 #188216;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.freshers-compare__line-label {
  position: absolute;
  top: -13px;
  left: 50%;
  display: block;
  width: 55px;
  height: auto;
  transform: translateX(-50%);
  pointer-events: none;
}

.freshers-compare__features {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 5px;
}

.freshers-compare__features ul {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.freshers-compare__features li {
  display: flex;
  align-items: flex-start;
  min-width: 0;
  color: #3a3e3f;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.freshers-compare__features li img {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin-top: 2px;
}

.freshers-compare__features p {
  margin: 0;
  color: #878787;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
}

.freshers-compare__service--review {
  gap: 8px;
  padding: 12px 6px;
}

.freshers-compare__review-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  min-height: 30px;
  padding: 5px 8px;
  border-radius: 43px;
  background: #35a37b;
  box-shadow: 0 2px 0 #188216;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.freshers-compare__review-cell {
  padding: 16px 5px;
}

.freshers-compare__table--reviews tbody tr:nth-child(n + 2) > td {
  padding-top: 12px;
  padding-bottom: 12px;
}

.freshers-compare__review-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 4px;
  width: 100%;
  min-height: 89px;
}

.freshers-compare__review-viewport {
  width: 100%;
  overflow: hidden;
}

.freshers-compare__review-track {
  display: flex;
  width: 100%;
  transition: transform 260ms ease;
  will-change: transform;
}

.freshers-compare__review-card {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  margin: 0;
  padding: 10px;
  border-radius: 4px;
  background: #e9f3ff;
  color: #322c2c;
  text-align: left;
}

.freshers-compare__review-card--white {
  background: #fff;
}

.freshers-compare__review-card p {
  margin: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3;
}

.freshers-compare__review-card footer {
  color: #036eb8;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
}

.freshers-compare__review-arrow {
  z-index: 1;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  appearance: none;
  background: transparent;
  cursor: pointer;
}

.freshers-compare__legacy-link img {
  transform: rotate(180deg);
}

.freshers-compare__review-arrow img {
  display: block;
  width: 24px;
  height: 24px;
}

.freshers-compare__review-arrow:focus-visible {
  outline: 3px solid rgba(3, 110, 184, 0.35);
  outline-offset: 2px;
}

.freshers-compare__legacy {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 67px;
  padding: 20px 10px;
  background: #fff;
}

.freshers-compare__legacy-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: #036eb8;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}

.freshers-compare__legacy-link img {
  display: block;
  width: 17px;
  height: 17px;
}

.freshers-advice {
  width: 100%;
  min-height: 219px;
  padding: 16px 16px 20px;
  background: #036eb8;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.freshers-advice__inner {
  width: 100%;
  max-width: 358px;
  margin: 0 auto;
}

.freshers-advice__intro {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  width: 100%;
  height: 76px;
}

.freshers-advice__avatar {
  position: relative;
  flex: 0 0 76px;
  width: 76px;
  height: 76px;
  overflow: hidden;
  border-radius: 50%;
  line-height: 0;
}

.freshers-advice__avatar img {
  position: absolute;
  display: block;
  pointer-events: none;
}

.freshers-advice__avatar-base {
  inset: 0;
  width: 76px;
  height: 76px;
}

.freshers-advice__avatar-person {
  left: 5px;
  top: 11px;
  width: 65px;
  height: auto;
}

.freshers-advice__avatar-person--line {
  left: 5px;
  top: 10px;
}

.freshers-advice__title {
  align-self: center;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0;
}

.freshers-advice__title span {
  display: block;
  white-space: nowrap;
}

.freshers-advice__title strong {
  color: #fff70e;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.freshers-advice__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  min-height: 91px;
  margin: 16px 0 0;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  list-style: none;
}

.freshers-advice__item {
  display: flex;
  align-items: flex-start;
  gap: 3px;
  min-width: 0;
  margin: 0;
  color: #322c2c;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

.freshers-advice__check {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin-top: 4px;
}

.freshers-advice__item span {
  min-width: 0;
}

.freshers-advice__item strong {
  color: #036eb8;
  font-weight: 700;
}

.freshers-type {
  width: 100%;
  padding: 40px 0;
  background: #fff;
  color: #322c2c;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.freshers-type__inner {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
}

.freshers-type__heading {
  width: 100%;
  padding: 0 16px 20px;
  text-align: center;
}

.freshers-type__lead {
  display: inline-grid;
  grid-template-columns: 15px auto 15px;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: #036eb8;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.freshers-type__lead-slash {
  display: block;
  width: 14.5px;
  height: 14.5px;
}

.freshers-type__lead-slash--right {
  transform: scaleX(-1);
}

.freshers-type__lead-text span {
  display: block;
}

.freshers-type__title {
  margin: 0;
  color: #036eb8;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}

.freshers-type__accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 358px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
}

.freshers-type__item {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  background: #d9eaff;
}

.freshers-type__item-title {
  margin: 0;
}

.freshers-type__trigger {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 70px;
  padding: 10px 15px;
  border: 0;
  background: transparent;
  color: #322c2c;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.freshers-type__trigger:focus-visible {
  outline: 3px solid rgba(3, 110, 184, 0.35);
  outline-offset: -3px;
}

.freshers-type__trigger-icon {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  line-height: 0;
}

.freshers-type__trigger-icon img {
  position: absolute;
  display: block;
  pointer-events: none;
}

.freshers-type__trigger-icon-circle {
  inset: 0;
  width: 50px;
  height: 50px;
}

.freshers-type__trigger-person--fast-base {
  left: 4px;
  top: 3px;
  width: 43px;
  height: auto;
}

.freshers-type__trigger-person--fast-fill {
  left: 1px;
  top: 0;
  width: 49px;
  height: auto;
}

.freshers-type__trigger-person--fast-line {
  left: 4px;
  top: 2px;
  width: 44px;
  height: auto;
}

.freshers-type__trigger-person--support {
  left: -1px;
  top: -2px;
  width: 52px;
  height: auto;
}

.freshers-type__trigger-person--wide {
  left: 0;
  top: 0;
  width: 50px;
  height: auto;
}

.freshers-type__trigger-label {
  min-width: 0;
  color: #322c2c;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.freshers-type__trigger-arrow {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
}

.freshers-type__trigger-arrow img {
  display: block;
  width: 9px;
  height: 5.5px;
  transition: transform 180ms ease;
}

.freshers-type__item:not(.is-open) .freshers-type__trigger-arrow img {
  transform: rotate(180deg);
}

.freshers-type__panel[hidden] {
  display: none;
}

.freshers-type__panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 328px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  padding: 2px 0 14px;
}

.freshers-type__recommend {
  position: relative;
  display: grid;
  place-content: center;
  width: 100%;
  height: 68px;
  background: #036eb8;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0;
}

.freshers-type__recommend::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 12px;
  height: 12px;
  background: #036eb8;
  transform: translateX(-50%) rotate(45deg);
}

.freshers-type__recommend span {
  display: block;
}

.freshers-type__services {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 158px);
  gap: 12px;
  width: 100%;
}

.freshers-type__service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  min-height: 306px;
  padding: 10px 10px 20px;
  border-radius: 0;
  background: #fff;
}

.freshers-type__banner-link {
  display: block;
  width: 110px;
  height: 91.667px;
  overflow: hidden;
  line-height: 0;
  text-decoration: none;
}

.freshers-type__banner {
  display: block;
  width: 110px;
  height: 91.667px;
  object-fit: cover;
}

.freshers-type__service-name {
  width: 100%;
  min-height: 38px;
  margin: 10px 0 0;
  color: #036eb8;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.18;
  text-align: center;
  letter-spacing: 0;
}

.freshers-type__service-name a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.freshers-type__service-copy {
  width: 100%;
  margin: 8px 0 12px;
  color: #3f3f3f;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

.freshers-type__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin-top: auto;
  border-radius: 8px;
  background: #ff5800;
  box-shadow: 0 4px 0 #b62400;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.freshers-type__cta:focus-visible,
.freshers-type__banner-link:focus-visible,
.freshers-type__service-name a:focus-visible {
  outline: 3px solid rgba(255, 88, 0, 0.32);
  outline-offset: 2px;
}

.freshers-type__plus {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  line-height: 0;
  transform: translate(-50%, -50%);
}

.freshers-type__plus-bg,
.freshers-type__plus-mark {
  grid-area: 1 / 1;
  display: block;
  pointer-events: none;
}

.freshers-type__plus-bg {
  width: 30px;
  height: 30px;
}

.freshers-type__plus-mark {
  width: 11px;
  height: 11px;
}

.freshers-ranking {
  width: 100%;
  background: #036eb8;
  color: #3f3f3f;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.freshers-ranking__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 390px;
  height: 132.8px;
  margin: 0 auto;
  padding: 40px 16px 20.8px;
  background: #036eb8;
  text-align: center;
}

.freshers-ranking__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 226px;
  height: 32px;
  margin: 0;
  background: #fff;
  color: #ff5800;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.freshers-ranking__title {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 31.8px;
}

.freshers-ranking__body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  padding: 0 16px 30px;
  background: #036eb8;
}

.freshers-ranking__card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 358px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 20px 40px;
  background: #fff;
}

.freshers-ranking__service {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  min-height: 72px;
  padding-bottom: 16px;
  border-bottom: 2px solid #036eb8;
}

.freshers-ranking__rank {
  position: relative;
  display: grid;
  flex: 0 0 44px;
  place-items: center;
  width: 44px;
  height: 54px;
  color: #3f3f3f;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.freshers-ranking__rank img {
  grid-area: 1 / 1;
  display: block;
  width: 44px;
  height: 54px;
}

.freshers-ranking__rank-number {
  position: relative;
  z-index: 1;
  grid-area: 1 / 1;
  transform: translateY(-4px);
}

.freshers-ranking__service-main {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.freshers-ranking__service-name {
  margin: 0;
  color: #3f3f3f;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.22;
}

.freshers-ranking__score {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: #3f3f3f;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
}

.freshers-ranking__stars {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  color: #f8b62d;
  font-size: 15px;
  line-height: 1;
}

.freshers-ranking__star-half {
  position: relative;
  color: #d9d9d9;
}

.freshers-ranking__star-empty {
  color: #d9d9d9;
}

.freshers-ranking__star-half::before {
  content: "★";
  position: absolute;
  inset: 0;
  width: 50%;
  overflow: hidden;
  color: #f8b62d;
}

.freshers-ranking__score-number {
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
}

.freshers-ranking__lead {
  width: 100%;
  margin: 0;
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.freshers-ranking__lead strong {
  color: #ff5800;
  font-weight: 700;
}

.freshers-ranking__banner-link {
  display: block;
  width: 100%;
  line-height: 0;
  text-decoration: none;
}

.freshers-ranking__banner {
  display: block;
  width: 100%;
  height: auto;
}

.freshers-ranking__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: #3f3f3f;
}

.freshers-ranking__table th,
.freshers-ranking__table td {
  border: 1px solid #d9eaff;
  text-align: center;
  vertical-align: middle;
}

.freshers-ranking__table th {
  height: 32px;
  padding: 8px 2px;
  background: #e9f3ff;
  color: #036eb8;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.freshers-ranking__table--summary td {
  height: 40px;
  padding: 4px 2px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.freshers-ranking__table-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  white-space: nowrap;
}

.freshers-ranking__table-value img {
  display: block;
  flex: 0 0 auto;
}

.freshers-ranking__year-pills {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  white-space: nowrap;
}

.freshers-ranking__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 24px;
  padding: 0 5px 1px;
  border-radius: 3px;
  font-size: 13px;
  line-height: 1;
}

.freshers-ranking__pill--active,
.freshers-ranking__feature-pill--active {
  background: #036eb8;
  color: #fff;
  font-weight: 700;
}

.freshers-ranking__pill--inactive,
.freshers-ranking__feature-pill--inactive {
  background: #f3f3f3;
  color: rgba(63, 63, 63, 0.35);
  font-weight: 400;
}

.freshers-ranking__table--features td {
  height: 82px;
  padding: 9px 8px;
}

.freshers-ranking__feature-pills {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
}

.freshers-ranking__feature-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 26px;
  padding: 0 4px 1px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

.freshers-ranking__editorial {
  overflow: hidden;
  width: 100%;
  min-height: 156px;
  border-radius: 10px;
  background: #e9f3ff;
}

.freshers-ranking__editorial-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  height: 53px;
  margin: 0;
  background: #036eb8;
  color: #fff;
  text-align: center;
}

.freshers-ranking__editorial-title span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.freshers-ranking__editorial-title strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.freshers-ranking__editorial-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 14px 14px 15px;
  list-style: none;
}

.freshers-ranking__editorial-list li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  min-width: 0;
  color: #3f3f3f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.freshers-ranking__editorial-list img {
  display: block;
  flex: 0 0 18.5px;
  width: 18.5px;
  height: 18.5px;
  margin-top: 1px;
}

.freshers-ranking__reviews {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.freshers-ranking__reviews-tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  margin: 0;
  padding: 8px 12px 7px;
  border-radius: 8px 8px 0 0;
  background: #036eb8;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.freshers-ranking__reviews-tab img {
  display: block;
  flex: 0 0 23px;
  width: 23px;
  height: 20.667px;
}

.freshers-ranking__reviews-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 286px;
  padding: 16px 0;
  overflow: hidden;
  background: #e9f3ff;
}

.freshers-ranking__review-viewport {
  width: 100%;
  overflow: hidden;
}

.freshers-ranking__review-track {
  display: flex;
  align-items: stretch;
  gap: 10px;
  width: max-content;
  transition: transform 220ms ease;
  will-change: transform;
}

.freshers-ranking__review-card {
  display: flex;
  flex: 0 0 224px;
  flex-direction: column;
  gap: 10px;
  width: 224px;
  min-height: 198px;
  margin: 0;
  padding: 10px;
  border-radius: 4px;
  background: #fff;
  color: #3f3f3f;
}

.freshers-ranking__review-card header {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.freshers-ranking__review-card header img {
  display: block;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.freshers-ranking__review-card header span {
  min-width: 0;
  color: #036eb8;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.freshers-ranking__review-card p {
  margin: 0;
  color: #3f3f3f;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.55;
}

.freshers-ranking__carousel-controls {
  display: grid;
  grid-template-columns: 34px 50px 34px;
  align-items: center;
  justify-content: center;
  gap: 25px;
  width: 100%;
}

.freshers-ranking__carousel-button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  appearance: none;
  background: #fff;
  cursor: pointer;
}

.freshers-ranking__carousel-button:focus-visible,
.freshers-ranking__cta:focus-visible,
.freshers-ranking__banner-link:focus-visible {
  outline: 3px solid rgba(255, 88, 0, 0.32);
  outline-offset: 2px;
}

.freshers-ranking__carousel-button img {
  display: block;
  width: 9px;
  height: 16px;
}

.freshers-ranking__carousel-counter {
  color: #3f3f3f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.freshers-ranking__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 70px;
  border-radius: 10px;
  background: #ff5800;
  box-shadow: 0 6px 0 #b62400;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.freshers-ranking__cta span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.freshers-ranking__cta small {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.freshers-step {
  width: 100%;
  min-height: 766px;
  padding: 0 0 40px;
  overflow: hidden;
  background: #fff;
  color: #322c2c;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.freshers-step__inner {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
}

.freshers-step__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 319px;
  max-width: calc(100% - 71px);
  height: 114px;
  margin: 0 auto;
  padding: 40px 0 20px;
  text-align: center;
}

.freshers-step__lead {
  display: inline-grid;
  grid-template-columns: 12.5px max-content 12.5px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  max-width: 100%;
  margin: 0;
  color: #036eb8;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  white-space: nowrap;
}

.freshers-step__lead-slash {
  display: block;
  width: 12.5px;
  height: 12.5px;
}

.freshers-step__lead-slash--right {
  transform: scaleX(-1);
}

.freshers-step__title {
  margin: 0;
  color: #036eb8;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.freshers-step__description {
  width: 323px;
  max-width: calc(100% - 67px);
  margin: 0 auto;
  color: #322c2c;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0;
}

.freshers-step__description strong {
  font-weight: 700;
}

.freshers-step__flow {
  display: block;
  width: 354px;
  max-width: calc(100% - 36px);
  height: auto;
  margin: 0px auto 0;
}

.freshers-faq {
  width: 100%;
  padding: 0 0 20px;
  background: #e9f3ff;
  color: #3f3f3f;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.freshers-faq__inner {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
}

.freshers-faq__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 104px;
  padding: 40px 16px 20px;
  text-align: center;
}

.freshers-faq__title {
  margin: 0;
  color: #3f3f3f;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.2px;
  text-align: center;
}

.freshers-faq__underline {
  display: block;
  width: 80px;
  height: 4px;
  background: #036eb8;
}

.freshers-faq__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  padding: 0 16px;
}

.freshers-faq__item {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}

.freshers-faq__item-title {
  margin: 0;
}

.freshers-faq__trigger {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  min-height: 74px;
  margin: 0;
  padding: 16px;
  border: 0;
  appearance: none;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.freshers-faq__trigger:focus-visible {
  outline: 3px solid rgba(3, 110, 184, 0.35);
  outline-offset: -3px;
}

.freshers-faq__question-body,
.freshers-faq__panel {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}

.freshers-faq__question-body {
  flex: 1 1 auto;
}

.freshers-faq__mark {
  flex: 0 0 10px;
  width: 10px;
  padding-top: 1px;
  color: #036eb8;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.6px;
}

.freshers-faq__question-text {
  flex: 1 1 auto;
  min-width: 0;
  color: #3f3f3f;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.7px;
}

.freshers-faq__chevron {
  display: grid;
  flex: 0 0 20px;
  place-items: center;
  width: 20px;
  height: 20px;
}

.freshers-faq__chevron img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
  transition: transform 180ms ease;
}

.freshers-faq__item.is-open .freshers-faq__chevron img {
  transform: rotate(180deg);
}

.freshers-faq__panel[hidden] {
  display: none;
}

.freshers-faq__panel {
  padding: 0 16px 16px;
}

.freshers-faq__panel p {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #3f3f3f;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.6px;
}

.freshers-search {
  width: 100%;
  padding: 25px 0 0;
  background: #fff;
  color: #3f3f3f;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.freshers-search__inner {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  padding: 0 16px 40px;
}

.freshers-search__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 92px;
  margin: 0;
  padding: 16px;
  border-radius: 8px 8px 0 0;
  background: #036eb8;
  text-align: center;
}

.freshers-search__badge {
  display: flex;
  flex: 0 0 55px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #f8b62d;
  color: #036eb8;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0;
}

.freshers-search__badge strong {
  display: block;
  font: inherit;
}

.freshers-search__title {
  display: flex;
  flex-direction: column;
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1px;
}

.freshers-search__form {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
  height: 362px;
  margin: 0;
  padding: 20px;
  border: 0;
  border-radius: 0 0 10px 10px;
  background: #fff;
  box-shadow: inset 2px 0 0 #036eb8, inset -2px 0 0 #036eb8, inset 0 -2px 0 #036eb8;
}

.freshers-search__row {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.freshers-search__row--graduation,
.freshers-search__row--company {
  min-height: 86px;
}

.freshers-search__row--location {
  min-height: 39px;
}

.freshers-search__label {
  min-width: 0;
  padding: 0;
  color: #3f3f3f;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0;
  white-space: nowrap;
}

.freshers-search__controls {
  width: 100%;
  min-width: 0;
}

.freshers-search__controls--grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 117px));
  gap: 8px;
}

.freshers-search__choice {
  display: block;
  min-width: 0;
  cursor: pointer;
}

.freshers-search__radio {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

.freshers-search__choice-text {
  display: grid;
  place-items: center;
  width: 100%;
  height: 39px;
  border-radius: 4px;
  background: #f3f3f3;
  color: rgba(63, 63, 63, 0.3);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: center;
}

.freshers-search__radio:checked + .freshers-search__choice-text,
.freshers-search__choice.is-selected .freshers-search__choice-text {
  background: #e9f3ff;
  color: #036eb8;
  font-weight: 700;
}

.freshers-search__radio:focus-visible + .freshers-search__choice-text,
.freshers-search__select:focus-visible,
.freshers-search__submit:focus-visible {
  outline: 3px solid rgba(3, 110, 184, 0.35);
  outline-offset: 2px;
}

.freshers-search__select-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 39px;
}

.freshers-search__select-wrap::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 9px;
  height: 8px;
  background: url("../images/freshers-search-arrow.svg") center / contain no-repeat;
  content: "";
  pointer-events: none;
  transform: translateY(-50%) rotate(180deg);
  transform-origin: center;
}

.freshers-search__select {
  width: 100%;
  height: 39px;
  margin: 0;
  padding: 0 38px 0 11px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  appearance: none;
  background: #fff;
  color: #3f3f3f;
  font: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
}

.freshers-search__submit {
  display: grid;
  place-items: center;
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 0 20px;
  border: 0;
  border-radius: 40px;
  background: #ff5800;
  box-shadow: 0 4px 0 #b62400;
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
}

.freshers-search__submit:active {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #b62400;
}

.freshers-result {
  min-height: calc(100vh - 94px);
}

.freshers-result__header {
  height: auto;
  min-height: 132px;
}

.freshers-result__summary {
  width: 100%;
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.freshers-result__service {
  min-height: 0;
  align-items: center;
}

.freshers-result__card .freshers-ranking__service-main {
  gap: 0;
}

.freshers-result__empty {
  display: grid;
  place-items: center;
  width: 358px;
  max-width: 100%;
  min-height: 180px;
  margin: 0 auto;
  padding: 32px 20px;
  background: #fff;
  color: #3f3f3f;
  text-align: center;
}

.freshers-result__empty p {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.freshers-result__back {
  display: grid;
  place-items: center;
  width: 240px;
  min-height: 45px;
  margin: 0 auto;
  border-radius: 40px;
  background: #fff;
  color: #036eb8;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

.freshers-result__back:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.6);
  outline-offset: 3px;
}

.freshers-static {
  width: 100%;
  padding: 32px 16px 40px;
  background: #fff;
  color: #3f3f3f;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.freshers-static__inner {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.freshers-static__header {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 3px solid #036eb8;
  text-align: center;
}

.freshers-static__eyebrow {
  margin: 0 0 6px;
  color: #ff5800;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.freshers-static__title {
  margin: 0;
  color: #036eb8;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
}

.freshers-static__section {
  margin-top: 28px;
}

.freshers-static__heading {
  margin: 0 0 14px;
  padding: 8px 12px;
  border-left: 5px solid #036eb8;
  background: #e9f3ff;
  color: #036eb8;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.45;
}

.freshers-static__subheading {
  margin: 22px 0 8px;
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.freshers-static p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
}

.freshers-static__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
  line-height: 1.7;
}

.freshers-static__table th,
.freshers-static__table td {
  border: 1px solid #d9eaff;
  padding: 12px;
  text-align: left;
  vertical-align: top;
}

.freshers-static__table th {
  width: 34%;
  background: #e9f3ff;
  color: #036eb8;
  font-weight: 700;
}

.freshers-footer {
  width: 100%;
  padding: 8px 16px;
  background: #333;
  color: #fff;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: center;
}

.freshers-footer__links {
  margin: 0;
  padding-top: 0;
  font-size: 12px;
  line-height: 1.7;
}

.freshers-footer__links a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.freshers-footer__copyright {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.5;
}

@media (prefers-reduced-motion: reduce) {
  .freshers-compare__review-track,
  .freshers-ranking__review-track {
    transition: none;
    will-change: auto;
  }
}

@media (min-width: 601px) {
  .freshers-compare__shell,
  .freshers-type__inner,
  .freshers-ranking__header,
  .freshers-ranking__body,
  .freshers-step__inner,
  .freshers-faq__inner {
    max-width: 600px;
  }

  .freshers-compare__tabs {
    padding-right: 0;
    padding-left: 0;
  }

  .freshers-compare__tab {
    max-width: none;
  }

  .freshers-compare__table thead th {
    height: 38px;
    padding: 10px 4px;
    font-size: 14px;
  }

  .freshers-compare__table--overall tbody tr,
  .freshers-compare__table--features tbody tr:first-child {
    height: 128px;
  }

  .freshers-compare__table--features tbody tr:not(:first-child) {
    height: 112px;
  }

  .freshers-compare__table--reviews tbody tr {
    height: 140px;
  }

  .freshers-compare__service {
    padding: 14px 10px;
  }

  .freshers-compare__service-link {
    gap: 6px;
    font-size: 14px;
  }

  .freshers-compare__logo {
    width: 96px;
  }

  .freshers-compare__logo--shutocari img {
    width: 112px;
  }

  .freshers-compare__logo--leverwell img {
    width: 96px;
    height: auto;
  }

  .freshers-compare__badge {
    top: -4px;
    min-height: 22px;
    padding-right: 7px;
    padding-left: 7px;
    font-size: 13px;
  }

  .freshers-compare__metric {
    gap: 4px;
  }

  .freshers-compare__target-icon {
    width: 30px;
    height: 30px;
  }

  .freshers-compare__target-icon--single img {
    width: 30px;
    height: auto;
    max-height: 30px;
  }

  .freshers-compare__score,
  .freshers-compare__jobs {
    font-size: 15px;
  }

  .freshers-compare__score span {
    font-size: 16px;
  }

  .freshers-compare__year-chip {
    min-width: 52px;
    min-height: 34px;
    font-size: 16px;
  }

  .freshers-compare__cta {
    width: 64px;
    min-height: 56px;
    padding-top: 13px;
    padding-bottom: 10px;
    font-size: 13px;
  }

  .freshers-compare__line-label {
    top: -16px;
    width: 72px;
  }

  .freshers-compare__features {
    padding: 12px 10px;
  }

  .freshers-compare__features li {
    font-size: 14px;
  }

  .freshers-compare__features li img {
    flex-basis: 16px;
    width: 16px;
    height: 16px;
  }

  .freshers-compare__features p {
    font-size: 12px;
  }

  .freshers-compare__review-cell {
    padding: 18px 8px;
  }

  .freshers-compare__table--reviews tbody tr:nth-child(n + 2) > td {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .freshers-compare__review-carousel {
    grid-template-columns: 32px minmax(0, 1fr) 32px;
    gap: 8px;
    min-height: 112px;
  }

  .freshers-compare__review-arrow,
  .freshers-compare__review-arrow img {
    width: 32px;
    height: 32px;
  }

  .freshers-compare__review-card {
    min-height: 112px;
    padding: 14px;
  }

  .freshers-compare__review-card p {
    font-size: 12px;
    line-height: 1.45;
  }

  .freshers-compare__review-card footer {
    font-size: 11px;
  }

  .freshers-compare__panel-frame,
  .freshers-ranking__card,
  .freshers-faq__list {
    width: 100%;
    max-width: none;
  }

  .freshers-type__heading,
  .freshers-ranking__body {
    padding-right: 0;
    padding-left: 0;
  }

  .freshers-type__accordion {
    width: calc(100% - 32px);
    max-width: none;
  }

  .freshers-ranking__body,
  .freshers-faq__list {
    padding-right: 16px;
    padding-left: 16px;
  }

  .freshers-type__panel {
    width: calc(100% - 30px);
    max-width: none;
  }

  .freshers-type__services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .freshers-step__heading {
    max-width: none;
  }

  .freshers-step__flow {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 370px) {
  .freshers-type__trigger {
    grid-template-columns: 46px minmax(0, 1fr) 24px;
    gap: 6px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .freshers-type__trigger-icon {
    width: 46px;
    height: 46px;
  }

  .freshers-type__trigger-icon-circle {
    width: 46px;
    height: 46px;
  }

  .freshers-type__trigger-label {
    font-size: 13px;
    letter-spacing: 0.04em;
  }

  .freshers-type__panel {
    width: calc(100% - 24px);
    max-width: none;
  }

  .freshers-type__services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .freshers-type__service-card {
    min-height: 310px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .freshers-step__heading {
    width: calc(100% - 28px);
    max-width: none;
  }

  .freshers-step__lead {
    grid-template-columns: 10px minmax(0, 1fr) 10px;
    gap: 3px;
    width: 100%;
    font-size: 12px;
  }

  .freshers-step__lead-slash {
    width: 10px;
    height: 10px;
  }

  .freshers-step__flow {
    width: calc(100% - 20px);
    max-width: none;
    margin-right: 10px;
    margin-left: 10px;
  }
}
