@charset "UTF-8";

.l-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

.c-cta__hero--card_JOBOLE {
  padding: 72px 0 56px;
  background: radial-gradient(circle at top left, #efeefa 0%, #e3f3fc 45%, #fff 100%);
}

.jo-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 32px;
  align-items: flex-start;
}

.jo-hero__head {
  max-width: 640px;
}

.jo-hero__label {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: #0b5bd3;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

@media (max-width: 767px) {
  .jo-hero__label {
    margin-top: 30px;
  }
}

.jo-hero__label span {
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 10px;
}

.c-kv__title_catch {
  margin: 4px 0 12px;
  font-size: 4.25rem;
  line-height: 1.35;
  font-weight: 800;
}

.c-kv__title {
  margin: 4px 0 12px;
  font-size: 4.5rem;
  line-height: 1.35;
  font-weight: 800;
}


.c-nav__link_agent{
  display:block;
  text-align:center;
  width:100%;
  padding:16px 0;
  text-decoration:none;
  font-size:1.6rem;
  font-weight:bold;
  letter-spacing:.1rem;
  color:rgba(0, 0, 0, 0.75);
  -webkit-transition:.2s;
  transition:.2s;
}

.jo-hero__highlight {
  display: inline-block;
  padding: 0 2px;
  background: linear-gradient(transparent 60%, #ff0 60%);
}

.c-kv__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0;
}

.c-chip {
  padding: 4px 8px;
  border: 1px solid #e3eef7;
  border-radius: 999px;
  background: #e8edf5;
  font-size: 12px;
  white-space: nowrap;
}

.c-kv__cta {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 24px;
  margin-top: 16px;
}

.c-kv__cta-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.c-kv__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.jo-hero__subtext {
  margin-top: 6px;
  color: #555;
  font-size: 1rem;
}

.jo-hero__undersubtext {
  margin-top: 6px;
  font-size: 1.5rem;
}

.jo-hero__side-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.jo-hero__side {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 50px;
  padding: 20px 18px 60px;
  border: 1px solid #e0ecff;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(6, 39, 89, 0.12);
}

.jo-hero__side-title {
  margin-bottom: 8px;
  color: #0b5bd3;
  font-size: 2.5rem;
  font-weight: 700;
}

.jo-hero__side-lead {
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.jo-hero__side-list {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  font-size: 1.2rem;
}

.jo-hero__side-list li {
  position: relative;
  margin: 5px 0;
  padding-left: 1.5em;
}

.jo-hero__side-list li::before {
  content: "●";
  position: absolute;
  top: 4px;
  left: 0;
  color: #0b5bd3;
  font-size: 0.55rem;
}

.jo-hero__side-bottom {
  color: #777;
  font-size: 1.1rem;
}

.c-kv__support {
  margin-top: 12px;
  opacity: 0.85;
  font-size: 0.9rem;
}

.c-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  opacity: 0.9;
}

.c-logos img {
  height: 22px;
}

.jo-hero__img {
  width: 120px;
  height: auto;
  margin: 0 auto 2px;
  padding: 0;
  box-shadow: none;
}

.badge {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 8px;
  padding: 0;
  border: none;
  background: transparent;
  color: #555;
  font-size: 0.65rem;
  line-height: 1.5;
}

.c-kv__cta .badge {
  margin-top: -50px;
}

.badge::before {
  content: "";
  position: absolute;
  inset: -20px;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0, rgba(255, 255, 255, 0) 65%);
}

.badge span {
  margin-top: -6px;
  text-align: center;
  line-height: 1.4;
}

.badge--sp {
  display: none;
}

.badge--pc {
  display: flex;
}

.c-section:nth-of-type(odd) {
  padding: 30px 0;
  background: #f8fbff;
}

.c-section[aria-label="人材紹介・派遣ならではの課題"] {
  padding: 10px 0;
}

.c-section[aria-label="主な機能"] {
  padding: 10px 0;
}

.c-section[aria-label="導入フロー"] {
  padding: 20px 0;
}

.c-section h2 {
  margin-bottom: 8px;
  text-align: center;
  font-size: 1.9rem;
}

.jo-section__eyebrow_asbfcfrf {
  margin-bottom: 2px;
  text-align: center;
  color: #0b5bd3;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.jo-section__lead {
  margin-bottom: 20px;
  text-align: center;
  color: #555;
  font-size: 1.5rem;
}

.c-columns {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: flex-start;
  gap: 32px;
}

.jo-problem__tag {
  display: inline-block;
  margin-bottom: 8px;
  padding: 2px 8px;
  border: 1px solid #fbbf24;
  border-radius: 999px;
  background: #fef3c7;
  color: #92400e;
  font-size: 0.78rem;
}

.c-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9rem;
}

.c-list li {
  position: relative;
  margin: 0.4em 0;
  padding-left: 1.1em;
}

.c-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #4a84c5;
}

.c-media {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 10px;
}

.c-card {
  padding: 16px 16px 14px;
  border: 1px solid #e3eef7;
  border-radius: 12px;
  background: #fff;
}

.c-card--accent_a {
  border: 2px solid #8dadf3;
  box-shadow: 0 10px 26px rgba(37, 99, 235, 0.18);
}

.c-card h3 {
  margin: 0 0 0.3rem;
  font-size: 1.5rem;
}

.c-card p {
  font-size: 1.35rem;
  line-height: 1.7;
}

.c-section[aria-label="人材紹介・派遣ならではの課題"] .c-media.c-card {
  justify-content: center;
}

.c-section[aria-label="人材紹介・派遣ならではの課題"] .c-media.c-card > div {
  text-align: center;
}

.jo-card__label {
  display: inline-block;
  margin-bottom: 4px;
  padding: 2px 6px;
  border-radius: 999px;
  background: #e8f3ff;
  color: #0b5bd3;
  font-size: 1rem;
}

.jo-section__cta-inline,
.jo-section__cta-inline_top {
  grid-column: 1 / -1;
  margin-top: 24px;
  text-align: center;
  font-size: 0.85rem;
}

.jo-section__cta-inline a {
  display: inline-block;
  margin-top: 8px;
}

.c-section[aria-label="人材紹介・派遣ならではの課題"] .l-container {
  max-width: 1200px;
  margin-bottom: 20px;
}

.c-section[aria-label="人材紹介・派遣ならではの課題"] .c-columns {
  display: block;
}

.c-section[aria-label="人材紹介・派遣ならではの課題"] .c-columns > div:nth-of-type(3) {
  display: none;
}

.c-section[aria-label="人材紹介・派遣ならではの課題"] .c-columns > div:nth-of-type(2) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 24px;
  max-width: 840px;
  margin: 32px auto 0;
}

.c-section[aria-label="人材紹介・派遣ならではの課題"] .c-columns > div:nth-of-type(2) .jo-section__eyebrow_asbfcfrf,
.c-section[aria-label="人材紹介・派遣ならではの課題"] .c-columns > div:nth-of-type(2) .jo-section__cta-inline {
  grid-column: 1 / -1;
  text-align: center;
}

.c-section[aria-label="人材紹介・派遣ならではの課題"] .c-columns > div:nth-of-type(2) .c-media.c-card {
  margin: 0;
}

.c-section[aria-label="人材紹介・派遣ならではの課題"] .c-columns .c-card {
  padding: 20px 24px 18px;
}

.c-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.jo-benefit__tagline {
  margin-bottom: 18px;
  color: #555;
  font-size: 1.5rem;
}

.jo-benefit__card-title-sub {
  margin-bottom: 4px;
  color: #777;
  font-size: 0.78rem;
}

.jo-feature__card {
  position: relative;
  padding-top: 18px;
}

.jo-feature__badge {
  position: absolute;
  top: 8px;
  right: 12px;
  padding: 2px 6px;
  border-radius: 999px;
  background: #f0f5ff;
  color: #0b5bd3;
  font-size: 1rem;
}

.jo-section__bottom-cta {
  margin-top: 22px;
  text-align: left;
}

.c-section[aria-label="導入メリット"] .jo-section__eyebrow_asbfcfrf,
.c-section[aria-label="導入メリット"] h2,
.c-section[aria-label="導入メリット"] .jo-benefit__tagline {
  text-align: center;
}

.c-section[aria-label="導入メリット"] .jo-section__bottom-cta,
.c-section[aria-label="主な機能"] .jo-section__bottom-cta,
.c-section[aria-label="導入事例"] .jo-section__bottom-cta,
.c-section[aria-label="導入フロー"] .jo-section__bottom-cta,
.c-section[aria-label="よくある質問"] .jo-section__bottom-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 22px;
  text-align: center;
}

.c-section[aria-label="導入メリット"] .jo-section__bottom-cta a {
  display: inline-block;
}

.jo-section__bottom-cta-text {
  margin-bottom: 6px;
  text-align: center;
  color: #555;
  font-size: 1.5rem;
}

@media (max-width: 1024px) {
  .jo-hero {
    grid-template-columns: 1fr;
  }

  .jo-hero__img {
    width: 150px;
    height: auto;
    margin: 0 auto 2px;
    padding: 0;
    box-shadow: none;
    align-self: center;
  }

  .c-logos {
    margin-top: -10px;
  }

  .c-logos img {
    height: 16px;
  }

  .jo-hero__side {
    order: 0;
  }

  .c-benefits,
  .c-columns {
    grid-template-columns: 1fr;
  }

  .jo-hero__side-wrap {
    margin-top: -50px;
    padding: 0;
  }

  .jo-hero__side-title {
    font-size: 2rem;
  }

  .jo-hero__side-lead {
    font-size: 1.25rem;
  }

  .jo-hero__side-list,
  .jo-hero__side-bottom {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .c-section[aria-label="人材紹介・派遣ならではの課題"] .c-columns > div:nth-of-type(2) {
    grid-template-columns: 1fr;
  }

  .c-cta__hero--card_JOBOLE {
    padding: 56px 0 40px;
  }

  .c-kv__title_catch {
    font-size: 2.8rem;
  }

  .c-kv__title {
    font-size: 2.5rem;
  }

  .badge {
    font-size: 0.68rem;
  }

  .jo-hero__subtext {
    font-size: 1.1rem;
  }

  .c-section {
    padding: 40px 0;
  }

  .c-kv__cta {
    flex-direction: column !important;
    align-items: stretch;
    gap: 12px;
  }

  .c-kv__cta .badge {
    margin-top: -14px;
    align-self: center;
  }

  .c-cta__hero + .c-section,
  .c-section + .c-section {
    position: relative;
  }

  .c-cta__hero + .c-section::before,
  .c-section + .c-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 35px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 174, 255, 0.25), rgba(0, 174, 255, 0.03));
  }

  .c-kv__chips {
    gap: 5px;
    margin: 8px 0;
  }

  .c-chip {
    padding: 2px 6px;
    border-radius: 999px;
    font-size: 10px;
  }

  .c-section[aria-label="人材紹介・派遣ならではの課題"] .c-media.c-card {
    padding: 6px 12px 8px;
    border-radius: 10px;
  }

  .c-section[aria-label="人材紹介・派遣ならではの課題"] .jo-problem__tag {
    margin-bottom: 4px;
    padding: 1px 6px;
    font-size: 1rem;
  }

  .c-section[aria-label="人材紹介・派遣ならではの課題"] .c-media.c-card p {
    margin-bottom: 6px;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .jo-section__cta-inline {
    font-size: 1.2rem;
  }

  .badge--sp {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-top: -30px;
  }

  .badge--sp::before {
    content: none;
  }

  .badge--sp .jo-hero__img {
    width: 84px;
    margin: 0;
  }

  .badge--sp span {
    margin-top: 0;
    text-align: left;
    line-height: 1.4;
    font-size: 0.75rem;
  }

  .badge--pc {
    display: none !important;
  }

  .c-section[aria-label="人材紹介・派遣ならではの課題"] .jo-section__cta-inline {
    font-size: 0.75rem;
  }
}

@media (min-width: 1025px) {
  .c-cta__hero--card_JOBOLE .c-kv__cta .badge--pc {
    transform: translateX(100px);
  }
}

#feature {
  scroll-margin-top: 80px;
}

#price {
  scroll-margin-top: 80px;
}

#faq {
  scroll-margin-top: 80px;
}

/*#home {
  scroll-margin-top: 80px;
}*/

@media (max-width: 767px) {
  #feature {
    scroll-margin-top: 96px;
  }
}

/* SPだけ：CTAボタンを中央寄せ */
@media (max-width: 768px) {
  .c-kv__cta-main {
    align-items: center;      /* ボタン塊自体の揃えを中央に */
  }

  .c-kv__cta-buttons {
    justify-content: center;  /* flex内でボタンを中央に */
    width: 100%;              /* これがあると安定して中央に来ます */
  }
}
