@media (max-width: 768px) {
  body {
    min-width: 100%;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  #header {
    padding: 8px 16px;
  }
  .header-logo {
    gap: 8px;
  }
  .header-logo img {
    height: 28px;
    width: 70px;
  }
  .header-logo p {
    font-size: 11px;
  }
  .header-button {
    font-size: 12px;
    padding: 7px 14px;
  }
  #fv {
    padding: 72px 16px 32px;
    gap: 100px;
  }
  #fv .fv-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    pointer-events: none;
    -o-object-position: 50% 170px;
       object-position: 50% 170px;
  }
  .fv-title-container {
    gap: 12px;
  }
  .fv-title-container .fv-catch {
    font-size: 16px;
    letter-spacing: 0;
  }
  .fv-title-container .fv-title {
    font-size: 26px;
  }
  .fv-title-container .fv-title .sm {
    font-size: 22px;
  }
  .fv-title-container .fv-desc {
    font-size: 13px;
  }
  .fv-cta-container {
    width: 100%;
    flex-wrap: wrap;
    gap: 12px;
  }
  .fv-cta-card {
    width: calc(50% - 6px);
    flex: none;
    height: auto;
    min-height: 180px;
    padding: 14px 10px;
    gap: 10px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  }
  .fv-cta-card .card-label {
    font-size: 11px;
  }
  .fv-cta-card .card-service-name {
    font-size: 12px;
  }
  .fv-cta-card .card-site-link {
    font-size: 10px;
  }
  .fv-cta-card .card-site-link img {
    width: 11px;
    height: 11px;
  }
  .fv-cta-card a {
    width: 100%;
  }
  .fv-cta-card a .card-btn {
    font-size: 13px;
    padding: 8px 10px;
    gap: 3px;
    width: 100%;
  }
  .fv-cta-card a .card-btn img {
    width: 14px;
    height: 14px;
  }
  #fv .logo-clip {
    width: 100px;
    height: 40px;
  }
  .fv-cta-card--staffing .card-logo-area img,
  .fv-cta-card--agent .card-logo-area img {
    height: 26px;
  }
  .fv-cta-card--comrade .card-logo-area img {
    width: 110px;
    height: 28px;
  }
  .fv-cta-card--66plus .card-logo-area img {
    width: 60px;
    height: 38px;
  }
  #message {
    gap: 32px;
    padding: 40px 0;
  }
  .message-container {
    flex-direction: column;
    width: 100%;
    gap: 24px;
  }
  .message-container .message-photo {
    width: 100%;
    height: 204px;
    padding: 0 16px;
    border-radius: 10px;
    overflow: hidden;
  }
  .message-text {
    padding: 0 16px;
    gap: 20px;
  }
  .message-heading h2 {
    font-size: 24px;
  }
  .message-body {
    font-size: 14px;
  }
  .message-achievements {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 0 16px;
    width: 100%;
  }
  .message-achievements .message-catch {
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
  .message-divider {
    height: 3px;
  }
  .message-divider .accent {
    height: 3px;
    width: 54px;
  }
  .achievements-stats {
    width: 100%;
    gap: 12px;
  }
  .achievement-box {
    flex: 1;
    flex-direction: column;
    align-items: center;
    padding: 17px 12px;
    border-radius: 8px;
    gap: 4px;
  }
  .achievement-box .achievement-label {
    font-size: 14px;
  }
  .achievement-box .achievement-number .num {
    font-size: 36px;
  }
  .achievement-box .achievement-number .unit {
    font-size: 12px;
    line-height: 1;
  }
  .service-section {
    gap: 32px;
    padding: 40px 0;
  }
  .service-title {
    width: 100%;
    height: 1px;
  }
  .service-title h2 {
    font-size: 20px;
    padding: 0 16px;
  }
  .service-description {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 0 16px;
  }
  .service-text {
    width: 100%;
    flex: none;
  }
  .service-main-text br,
  .service-text-body br,
  .service-note-text br {
    display: none;
  }
  .service-text .service-main-text {
    font-size: 14px;
    white-space: normal;
  }
  .service-text .service-note-text {
    font-size: 12px;
    white-space: normal;
  }
  .service-text-body {
    font-size: 14px;
  }
  .service-feature {
    width: 100%;
    padding: 0 16px;
  }
  .feature-box {
    flex-direction: column;
    gap: 30px;
    padding-top: 16px;
  }
  .feature-item {
    border-radius: 10px;
    padding: 30px 20px;
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .feature-item .feature-icon {
    top: -15px;
    left: 16px;
    width: 28px;
    height: 28px;
  }
  .feature-title-line {
    font-size: 20px;
    white-space: normal;
  }
  .feature-highlight span {
    font-size: 20px;
  }
  .feature-desc {
    font-size: 13px;
    width: 100%;
  }
  .service-button-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 16px;
    gap: 12px;
  }
  .btn-primary {
    width: 220px;
    font-size: 16px;
    padding: 12px 20px;
  }
  .btn-primary img {
    width: 14px;
    height: 14px;
  }
  .btn-outline {
    width: 220px;
    font-size: 16px;
    padding: 12px 20px;
    border-width: 2px;
  }
  .btn-outline img {
    width: 14px;
    height: 14px;
  }
  .service-section .logo-clip {
    width: 142px;
    height: 56px;
  }
  #dipross-staffing .service-logo-area {
    width: auto;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
  #dipross-staffing .service-brand-name {
    font-size: 20px;
    margin-left: 0;
    margin-top: 0;
    display: inline;
  }
  #dipross-agent .service-logo-area {
    width: auto;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
  #dipross-agent .service-brand-name {
    font-size: 20px;
    white-space: normal;
  }
  #comrade .service-logo-area {
    width: auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0;
    gap: 8px;
  }
  #comrade .service-logo-area img {
    height: auto;
    width: 100%;
  }
  #comrade .service-brand-name {
    font-size: 20px;
    white-space: nowrap;
  }
  #comrade .service-main-text {
    flex: none;
    width: 100%;
    font-size: 14px;
  }
  #rokurokuplus .service-logo-area {
    width: auto;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
  #rokurokuplus .service-logo-area .logo-clip {
    width: auto;
    height: auto;
  }
  #rokurokuplus .service-logo-area img {
    height: auto;
    width: 72px;
  }
  #rokurokuplus .service-brand-name {
    font-size: 20px;
    width: auto;
    text-align: left;
  }
  #company {
    padding: 40px 0;
  }
  .company-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 16px;
    gap: 24px;
  }
  .company-logo-card {
    width: 100%;
    max-width: 300px;
    height: 221px;
    border-radius: 16px;
    flex-shrink: 0;
  }
  .company-logo-card img {
    width: 200px;
  }
  .company-text {
    width: 100%;
    gap: 20px;
  }
  .company-heading h2 {
    font-size: 24px;
  }
  .company-body {
    font-size: 14px;
  }
  .btn-company {
    font-size: 14px;
    padding: 12px 20px;
    align-self: center;
    border-width: 2px;
  }
  .btn-company img {
    width: 14px;
    height: 14px;
  }
  .company-divider {
    height: 3px;
  }
  .company-divider .accent {
    height: 3px;
    width: 54px;
  }
  #cta {
    padding: 60px 16px;
    gap: 32px;
  }
  #cta h2 {
    font-size: 20px;
    white-space: normal;
  }
  .cta-container {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .cta-card {
    padding: 24px 12px;
    gap: 14px;
    border-radius: 8px;
    min-height: 180px;
  }
  .cta-card .cta-card-label {
    font-size: 12px;
    white-space: normal;
  }
  .cta-card .logo-clip {
    width: 100px;
    height: 40px;
  }
  .cta-btn {
    font-size: 12px;
    padding: 8px 10px;
    width: 100%;
  }
  .cta-btn img {
    width: 14px;
    height: 14px;
  }
  .cta-card--staffing .cta-logo-area img,
  .cta-card--agent .cta-logo-area img {
    height: 26px;
    width: auto;
  }
  .cta-card--staffing .cta-service-name {
    font-size: 13px;
  }
  .cta-card--agent .cta-service-name {
    font-size: 13px;
  }
  .cta-card--comrade .cta-logo-area img {
    height: 28px;
    width: 110px;
  }
  .cta-card--comrade .cta-service-name {
    font-size: 10px;
  }
  .cta-card--66plus .cta-logo-area img {
    height: 40px;
    width: 62px;
  }
  .cta-card--66plus .cta-service-name {
    font-size: 12px;
    width: auto;
    text-align: center;
  }
  /* 旧フッター用の height:auto 解除も不要になったため削除。 */
}/*# sourceMappingURL=style-sp.css.map */