/*
Theme Name: CREVIA
Theme URI: https://crevia-ts.com
Author: CREVIA
Author URI: https://crevia-ts.com
Description: CREVIAウェブデザインテーマ
Version: 1.01
*/

:root {
      --ink: #090909;
      --paper: #f7f6f1;
      --white: #fff;
      --muted: #6d6962;
      --line: rgba(9, 9, 9, .16);
      --accent: #d7ff3f;
      --mint: #e3f3e8;
      --mist: #edf1ea;
      --ease: cubic-bezier(.19, 1, .22, 1);
    }

    * {
      box-sizing: border-box;
    }

    html {
      min-height: 100%;
      max-width: 100%;
      background: var(--white);
      color: var(--ink);
      scroll-behavior: smooth;
      scroll-padding-top: 92px;
      overflow-x: clip;
      -webkit-text-size-adjust: 100%;
    }

    body {
      min-height: 100%;
      max-width: 100%;
      margin: 0;
      background: var(--white);
      color: var(--ink);
      font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
      line-height: 1.7;
      overflow-x: clip;
    }

    @supports not (overflow-x: clip) {
      html,
      body {
        overflow-x: hidden;
      }
    }

    img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      image-orientation: from-image;
    }

    iframe,
    video {
      max-width: 100%;
    }

    figure {
      margin: 0;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    .sofnet-top-page,
    .sofnet-site-page {
      width: 100%;
      max-width: 100%;
      overflow-x: clip;
    }

    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    button {
      border: 0;
      background: none;
      color: inherit;
      font: inherit;
    }

    .site-header {
      position: fixed;
      inset: 0 0 auto;
      z-index: 30;
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      min-height: 74px;
      padding: 18px clamp(18px, 4vw, 48px);
      border-bottom: 1px solid rgba(9, 9, 9, .08);
      background: rgba(255, 255, 255, .78);
      color: var(--ink);
      backdrop-filter: blur(16px);
      pointer-events: none;
    }

    .site-header a,
    .site-header button {
      pointer-events: auto;
    }

    .brand {
      justify-self: start;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      font-weight: 600;
      line-height: 1.2;
    }

    .brand-logo {
      width: clamp(42px, 4.6vw, 58px);
      aspect-ratio: 1;
      overflow: hidden;
      flex: 0 0 auto;
    }

    .brand-logo img {
      object-fit: cover;
      mix-blend-mode: multiply;
    }

    .brand-name {
      font-size: clamp(14px, 1.35vw, 18px);
      letter-spacing: .02em;
      white-space: nowrap;
    }

    .header-nav {
      display: flex;
      gap: clamp(14px, 2.8vw, 42px);
      align-items: center;
      justify-self: center;
      font-family: Oswald, sans-serif;
      font-size: 13px;
      letter-spacing: .1em;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .header-nav-item {
      position: relative;
      display: grid;
      place-items: center;
      min-height: 38px;
      pointer-events: auto;
    }

    .header-nav-main {
      display: inline-flex;
      align-items: center;
      min-height: 38px;
    }

    .header-nav-main::after {
      content: "";
      width: 4px;
      height: 4px;
      margin-left: 8px;
      border-radius: 50%;
      background: var(--olive, #6b7a00);
      transform: translateY(1px);
      opacity: .72;
    }

    .header-subnav {
      position: absolute;
      top: calc(100% + 14px);
      left: 50%;
      width: min(360px, 86vw);
      padding: 10px;
      border: 1px solid rgba(9, 9, 9, .14);
      background: rgba(255, 255, 255, .96);
      box-shadow: 0 22px 50px rgba(9, 9, 9, .12);
      opacity: 0;
      visibility: hidden;
      transform: translate(-50%, 8px);
      transition: opacity .24s var(--ease), transform .24s var(--ease), visibility .24s var(--ease);
      pointer-events: none;
      text-transform: none;
      white-space: normal;
    }

    .header-subnav::before {
      content: "";
      position: absolute;
      inset: -16px 0 auto;
      height: 16px;
    }

    .header-nav-item:hover .header-subnav,
    .header-nav-item:focus-within .header-subnav {
      opacity: 1;
      visibility: visible;
      transform: translate(-50%, 0);
      pointer-events: auto;
    }

    .header-subnav a {
      display: grid;
      gap: 4px;
      padding: 12px;
      border-bottom: 1px solid rgba(9, 9, 9, .08);
      font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
      letter-spacing: 0;
      transition: background .22s var(--ease), transform .22s var(--ease);
    }

    .header-subnav a:last-child {
      border-bottom: 0;
    }

    .header-subnav a:hover {
      background: var(--paper);
      transform: translateX(3px);
    }

    .header-subnav strong {
      font-size: 14px;
      line-height: 1.45;
    }

    .header-subnav span {
      color: var(--muted);
      font-size: 12px;
      line-height: 1.6;
    }

    .header-tools {
      justify-self: end;
      display: flex;
      align-items: center;
      gap: 14px;
    }

    .header-social {
      display: flex;
      align-items: center;
      gap: 7px;
    }

    .header-social a {
      display: inline-grid;
      place-items: center;
      width: 31px;
      height: 31px;
      border: 1px solid rgba(9, 9, 9, .18);
      border-radius: 6px;
      font-size: 14px;
      transition: background .28s var(--ease), color .28s var(--ease), border-color .28s var(--ease), transform .28s var(--ease);
    }

    .header-social a:hover {
      background: var(--ink);
      color: #526000;
      color: var(--white);
      border-color: var(--ink);
      transform: translateY(-2px);
    }

    .header-cta {
      display: inline-grid;
      place-items: center;
      min-height: 34px;
      padding: 0 14px;
      border: 1px solid currentColor;
      font-family: Oswald, sans-serif;
      font-size: 13px;
      letter-spacing: .08em;
      text-transform: uppercase;
      transition: background .28s var(--ease), color .28s var(--ease);
    }

    .header-cta:hover {
      background: var(--ink);
      color: var(--white);
    }

    .menu-toggle {
      display: none;
      place-items: center;
      width: 38px;
      height: 38px;
      border: 1px solid rgba(9, 9, 9, .18);
      border-radius: 7px;
      cursor: pointer;
      transition: background .28s var(--ease), color .28s var(--ease), border-color .28s var(--ease), transform .28s var(--ease);
    }

    .menu-toggle:hover {
      background: var(--ink);
      color: var(--white);
      border-color: var(--ink);
      transform: translateY(-2px);
    }

    .menu-close-icon {
      display: none;
    }

    .mobile-menu {
      display: none;
    }

    .mobile-menu-section {
      border-bottom: 1px solid rgba(9, 9, 9, .12);
    }

    .mobile-menu-main {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 18px 0 12px;
      font-family: Oswald, sans-serif;
      font-size: clamp(28px, 7vw, 48px);
      font-weight: 500;
      letter-spacing: 0;
      line-height: 1;
      text-transform: uppercase;
    }

    .mobile-menu-main::after {
      content: "↘";
      font-family: sans-serif;
      font-size: 17px;
      line-height: 1;
    }

    .mobile-menu-sublinks {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px 14px;
      padding: 0 0 18px;
    }

    .mobile-menu-sublinks a {
      color: #3f3c36;
      font-size: 13px;
      line-height: 1.6;
    }

    body.sofnet-menu-open {
      overflow: hidden;
    }

    body.sofnet-menu-open .menu-open-icon {
      display: none;
    }

    body.sofnet-menu-open .menu-close-icon {
      display: block;
    }

    .hero {
      position: relative;
      min-height: 100svh;
      display: grid;
      grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
      align-items: end;
      gap: clamp(22px, 5vw, 74px);
      padding: 92px clamp(18px, 4vw, 54px) 34px;
      isolation: isolate;
      background: var(--white);
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: auto clamp(18px, 4vw, 54px) 28px;
      height: 1px;
      background: var(--line);
    }

    .hero-copy {
      position: relative;
      z-index: 2;
      padding-bottom: 46px;
    }

    .hero-title {
      margin: 0;
      font-family: Oswald, sans-serif;
      font-size: clamp(72px, 13vw, 212px);
      font-weight: 600;
      letter-spacing: 0;
      line-height: .9;
      text-transform: uppercase;
    }

    .hero-title span {
      display: block;
      opacity: 0;
      transform: translateY(.22em);
      animation: titleRise .92s var(--ease) forwards;
    }

    .hero-title span:nth-child(2) {
      animation-delay: .14s;
    }

    .hero-lead {
      max-width: 540px;
      margin: 26px 0 0;
      font-size: clamp(17px, 2vw, 24px);
      font-weight: 700;
      letter-spacing: .02em;
      line-height: 1.65;
    }

    .hero-body {
      max-width: 430px;
      margin: 16px 0 0;
      color: #34322d;
      font-size: 14px;
      line-height: 2;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 28px;
    }

    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 0 18px;
      border: 1px solid var(--ink);
      background: var(--ink);
      color: var(--white);
      font-family: Oswald, sans-serif;
      font-size: 14px;
      letter-spacing: .08em;
      text-transform: uppercase;
      transition: background .35s var(--ease), color .35s var(--ease), transform .35s var(--ease);
    }

    .button.secondary {
      background: transparent;
      color: var(--ink);
    }

    .button:hover {
      transform: translateY(-2px);
    }

    .button.secondary:hover {
      background: var(--accent);
    }

    .hero-visual {
      position: relative;
      display: grid;
      grid-template-columns: .82fr 1fr;
      grid-template-rows: 1fr .74fr;
      gap: clamp(10px, 1.2vw, 18px);
      min-height: clamp(520px, 74vh, 760px);
      align-self: center;
    }

    .hero-frame {
      position: relative;
      overflow: hidden;
      min-height: 0;
      background: #ddd;
      opacity: 0;
      transform: translateY(28px) scale(.985);
      animation: frameIn .9s var(--ease) forwards;
    }

    .hero-frame.main {
      grid-row: 1 / span 2;
      animation-delay: .2s;
    }

    .hero-frame:nth-child(2) {
      animation-delay: .34s;
    }

    .hero-frame:nth-child(3) {
      animation-delay: .46s;
    }

    .hero-frame img {
      filter: contrast(1.04) saturate(.92);
      transition: transform 1.2s var(--ease);
    }

    .hero-frame:hover img {
      transform: scale(1.045);
    }

    .hero-note {
      position: absolute;
      right: clamp(12px, 2vw, 28px);
      bottom: clamp(10px, 2vw, 28px);
      z-index: 3;
      display: grid;
      place-items: center;
      width: clamp(112px, 12vw, 164px);
      aspect-ratio: 1;
      border-radius: 50%;
      background: var(--accent);
      color: var(--ink);
      font-family: Oswald, sans-serif;
      font-size: clamp(16px, 2vw, 28px);
      letter-spacing: .04em;
      line-height: .96;
      text-transform: uppercase;
      animation: floatNote 4.8s ease-in-out infinite;
    }

    .hero-note p {
      margin: 0;
    }

    .ticker {
      overflow: hidden;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      background: var(--ink);
      color: var(--white);
      font-family: Oswald, sans-serif;
      font-size: clamp(42px, 8vw, 118px);
      font-weight: 600;
      letter-spacing: .02em;
      line-height: 1;
      text-transform: uppercase;
    }

    .ticker-track {
      display: flex;
      gap: .34em;
      width: max-content;
      padding: .18em 0 .24em;
      animation: ticker 24s linear infinite;
    }

    .ticker span {
      white-space: nowrap;
    }

    .section {
      position: relative;
      padding: clamp(82px, 10vw, 150px) clamp(18px, 4vw, 54px);
      background: var(--white);
      scroll-margin-top: 92px;
    }

    .section.is-paper,
    #people,
    #column {
      background: var(--paper);
    }

    .section-head {
      display: grid;
      grid-template-columns: minmax(0, .9fr) minmax(280px, .62fr);
      gap: clamp(26px, 5vw, 82px);
      align-items: end;
      margin-bottom: clamp(42px, 6vw, 80px);
    }

    .section-label {
      display: flex;
      align-items: center;
      gap: 10px;
      margin: 0 0 14px;
      color: var(--muted);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .16em;
    }

    .section-label::before {
      content: "";
      width: 36px;
      height: 1px;
      background: currentColor;
    }

    .section-title {
      margin: 0;
      font-family: Oswald, sans-serif;
      font-size: clamp(54px, 8.2vw, 126px);
      font-weight: 600;
      letter-spacing: 0;
      line-height: .96;
      text-transform: uppercase;
      overflow-wrap: anywhere;
    }

    .section-copy {
      margin: 0;
      color: #3d3a34;
      font-size: clamp(14px, 1.4vw, 16px);
      line-height: 2;
    }

    .section-side {
      display: grid;
      justify-items: start;
      gap: 22px;
    }

    .section-link {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      min-height: 40px;
      padding-bottom: 7px;
      border-bottom: 1px solid currentColor;
      font-family: Oswald, sans-serif;
      font-size: 14px;
      letter-spacing: .1em;
      line-height: 1;
      text-transform: uppercase;
      transition: gap .28s var(--ease), color .28s var(--ease);
    }

    .section-link::after {
      content: "↗";
      font-family: sans-serif;
      font-size: 13px;
      line-height: 1;
    }

    .section-link:hover {
      gap: 20px;
      color: #526000;
    }

    .sofnet-site-page .section-label {
      color: var(--sub-yellow-text);
    }

    .sofnet-site-page .section-label::before {
      height: 3px;
      background: var(--sub-yellow);
    }

    .sofnet-site-page .section-link:hover {
      color: #526000;
    }

    .sofnet-site-page .button.secondary:hover {
      background: var(--accent);
      border-color: var(--ink);
    }

    .business-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: clamp(18px, 3vw, 42px);
    }

    .business-card {
      position: relative;
      min-height: clamp(460px, 56vw, 760px);
      overflow: hidden;
      background: #ddd;
      color: var(--white);
    }

    .business-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .62));
      pointer-events: none;
    }

    .business-card img {
      filter: saturate(.94) contrast(1.04);
      transition: transform 1.3s var(--ease);
    }

    .business-card:hover img {
      transform: scale(1.05);
    }

    .business-meta {
      position: absolute;
      inset: auto 0 0;
      z-index: 2;
      display: grid;
      gap: 12px;
      padding: clamp(24px, 4vw, 46px);
    }

    .business-meta em {
      font-family: Oswald, sans-serif;
      font-size: 12px;
      font-style: normal;
      letter-spacing: .14em;
      text-transform: uppercase;
    }

    .business-meta h3 {
      margin: 0;
      font-family: Oswald, sans-serif;
      font-size: clamp(54px, 7vw, 112px);
      line-height: .86;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .business-meta p {
      max-width: 430px;
      margin: 0;
      font-size: 14px;
      line-height: 1.9;
    }

    .story-grid {
      display: grid;
      grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
      gap: clamp(20px, 4vw, 58px);
      align-items: stretch;
    }

    .story-photo {
      min-height: clamp(420px, 50vw, 680px);
      overflow: hidden;
    }

    .story-stack {
      display: grid;
      gap: 14px;
    }

    .story-row {
      display: grid;
      grid-template-columns: 90px minmax(0, 1fr);
      gap: clamp(16px, 3vw, 42px);
      padding: clamp(18px, 2.6vw, 32px) 0;
      border-top: 1px solid var(--line);
    }

    .story-row:last-child {
      border-bottom: 1px solid var(--line);
    }

    .story-row em {
      font-family: Oswald, sans-serif;
      font-style: normal;
      letter-spacing: .12em;
      text-transform: uppercase;
    }

    .story-row strong {
      display: block;
      font-size: clamp(18px, 2vw, 28px);
      line-height: 1.5;
    }

    .story-row p {
      margin: 10px 0 0;
      color: #4c4942;
      line-height: 1.95;
    }

    .people-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: clamp(12px, 1.5vw, 20px);
    }

    .people-card {
      position: relative;
      min-height: clamp(300px, 36vw, 520px);
      overflow: hidden;
      background: #ddd;
    }

    .people-card:nth-child(2),
    .people-card:nth-child(4) {
      transform: translateY(clamp(24px, 4vw, 58px));
    }

    .people-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .56));
    }

    .people-card span {
      position: absolute;
      left: 18px;
      right: 18px;
      bottom: 18px;
      z-index: 2;
      color: var(--white);
      font-size: 13px;
      font-weight: 700;
      line-height: 1.7;
    }

    .features {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1px;
      margin-top: clamp(88px, 11vw, 150px);
      background: var(--line);
      border: 1px solid var(--line);
    }

    .feature-card {
      min-height: 220px;
      display: grid;
      align-content: space-between;
      gap: 22px;
      padding: clamp(20px, 2.8vw, 34px);
      background: var(--white);
      transition: background .35s var(--ease), transform .35s var(--ease);
    }

    .feature-card:hover {
      background: var(--accent);
      transform: translateY(-4px);
    }

    .feature-card em {
      font-family: Oswald, sans-serif;
      font-style: normal;
      font-size: 18px;
      letter-spacing: .08em;
    }

    .feature-card strong {
      display: block;
      font-size: clamp(16px, 1.7vw, 22px);
      line-height: 1.45;
    }

    .feature-card span {
      display: block;
      color: #4d4a43;
      font-size: 13px;
      line-height: 1.85;
    }

    .recruit {
      background: linear-gradient(135deg, #e9f6ee 0%, #f8fbf4 54%, #dff0ea 100%);
    }

    .recruit-panel {
      display: grid;
      grid-template-columns: minmax(0, .98fr) minmax(340px, .72fr);
      gap: clamp(20px, 4vw, 58px);
      align-items: stretch;
    }

    .recruit-photo {
      position: relative;
      min-height: clamp(420px, 48vw, 680px);
      overflow: hidden;
      background: #ddd;
    }

    .recruit-photo::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .62));
    }

    .recruit-photo-caption {
      position: absolute;
      z-index: 1;
      left: clamp(22px, 3vw, 42px);
      right: clamp(22px, 3vw, 42px);
      bottom: clamp(22px, 3vw, 42px);
      color: var(--white);
    }

    .recruit-photo-caption em {
      display: block;
      margin-bottom: 12px;
      font-family: Oswald, sans-serif;
      font-style: normal;
      font-size: 13px;
      letter-spacing: .12em;
      line-height: 1;
      text-transform: uppercase;
    }

    .recruit-photo-caption strong {
      display: block;
      max-width: 520px;
      font-size: clamp(24px, 3.4vw, 48px);
      line-height: 1.28;
    }

    .recruit-board {
      display: grid;
      align-content: center;
      gap: clamp(18px, 2.2vw, 30px);
      padding: clamp(24px, 3.7vw, 54px);
      background: rgba(255, 255, 255, .78);
      border: 1px solid rgba(9, 9, 9, .12);
      box-shadow: 0 24px 70px rgba(20, 35, 28, .12);
      backdrop-filter: blur(14px);
    }

    .recruit-board-head em {
      display: block;
      margin-bottom: 14px;
      font-family: Oswald, sans-serif;
      font-style: normal;
      font-size: 13px;
      letter-spacing: .12em;
      line-height: 1;
      text-transform: uppercase;
      color: #667100;
    }

    .recruit-board-head h3 {
      margin: 0;
      font-family: Oswald, sans-serif;
      font-size: clamp(42px, 5vw, 76px);
      font-weight: 600;
      letter-spacing: 0;
      line-height: .96;
      text-transform: uppercase;
    }

    .recruit-board-head p {
      max-width: 34em;
      margin: 18px 0 0;
      color: #47443d;
      font-size: 14px;
      line-height: 1.9;
    }

    .recruit-primary-links {
      display: grid;
      gap: 12px;
    }

    .recruit-card {
      display: grid;
      grid-template-columns: 54px minmax(0, 1fr) auto;
      gap: 16px;
      align-items: center;
      min-height: 104px;
      padding: 18px 20px;
      background: var(--white);
      border: 1px solid rgba(9, 9, 9, .12);
      transition: transform .36s var(--ease), background .36s var(--ease), border-color .36s var(--ease);
    }

    .recruit-card:hover {
      transform: translateX(8px);
      background: var(--accent);
      border-color: rgba(9, 9, 9, .2);
    }

    .recruit-card em,
    .recruit-card i,
    .recruit-sub-links span {
      font-family: Oswald, sans-serif;
      font-style: normal;
      letter-spacing: .1em;
      line-height: 1;
      text-transform: uppercase;
    }

    .recruit-card em {
      color: #7b7f63;
      font-size: 13px;
    }

    .recruit-card strong {
      display: block;
      font-size: clamp(18px, 1.7vw, 24px);
      line-height: 1.35;
    }

    .recruit-card-text,
    .recruit-card-note {
      display: block;
    }

    .recruit-card-note {
      margin-top: 6px;
      color: #5d5a52;
      font-size: 12px;
      line-height: 1.65;
    }

    .recruit-card i {
      font-size: 13px;
    }

    .recruit-sub-links {
      display: grid;
      gap: 10px;
      padding-top: 8px;
    }

    .recruit-sub-links a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 15px 0;
      border-bottom: 1px solid rgba(9, 9, 9, .14);
      transition: color .28s var(--ease), padding-left .28s var(--ease);
    }

    .recruit-sub-links a:hover {
      padding-left: 8px;
      color: #526000;
    }

    .recruit-sub-links strong {
      font-size: 14px;
      line-height: 1.5;
    }

    .recruit-sub-links span {
      flex: 0 0 auto;
      color: #667100;
      font-size: 12px;
    }

    .recruit-sub-links span::after {
      content: "↗";
      margin-left: 9px;
      font-family: sans-serif;
      letter-spacing: 0;
    }

    .column-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-auto-rows: minmax(270px, 1fr);
      gap: clamp(12px, 1.5vw, 20px);
    }

    .article-card {
      position: relative;
      min-height: 330px;
      overflow: hidden;
      background: #ddd;
      color: var(--white);
    }

    .article-card.big {
      grid-column: span 2;
      grid-row: span 2;
    }

    .article-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .7));
    }

    .article-card img {
      filter: saturate(.94) contrast(1.02);
      transition: transform 1.1s var(--ease);
    }

    .article-card:hover img {
      transform: scale(1.055);
    }

    .article-meta {
      position: absolute;
      inset: auto 0 0;
      z-index: 2;
      display: grid;
      gap: 12px;
      padding: clamp(18px, 2.6vw, 32px);
    }

    .article-meta em {
      font-family: Oswald, sans-serif;
      font-style: normal;
      font-size: 12px;
      letter-spacing: .12em;
      text-transform: uppercase;
    }

    .article-meta h3 {
      margin: 0;
      font-size: clamp(16px, 2vw, 28px);
      line-height: 1.45;
    }

    .article-card:not(.big) .article-meta h3 {
      font-size: 16px;
    }

    .column-hub {
      background:
        linear-gradient(180deg, #fff 0%, #fff 38%, #f7f6f1 38%, #f7f6f1 100%);
    }

    .column-hub .section-title {
      font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
      font-size: clamp(25px, 3.3vw, 44px);
      font-weight: 700;
      letter-spacing: .01em;
      line-height: 1.34;
      text-transform: none;
    }

    .column-hero {
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(circle at 12% 22%, rgba(215, 255, 63, .2), transparent 32%),
        linear-gradient(135deg, #ffffff 0%, #f8f7f1 54%, #edf2e7 100%);
    }

    .column-hero::after {
      content: "";
      position: absolute;
      right: clamp(18px, 5vw, 72px);
      bottom: clamp(28px, 6vw, 78px);
      width: min(42vw, 520px);
      aspect-ratio: 1.55;
      border: 1px solid rgba(9, 9, 9, .12);
      background: url("https://xs078413.xsrv.jp/sofnet/wp-content/uploads/sofnet-top-20260610-people-team.jpg") center / cover;
      filter: saturate(1.04) contrast(1.02) brightness(1.04);
      opacity: .94;
      pointer-events: none;
    }

    .column-hero .sub-hero-copy {
      position: relative;
      z-index: 1;
      max-width: 880px;
    }

    .column-hero-stats {
      display: flex;
      flex-wrap: wrap;
      gap: 1px;
      width: min(100%, 540px);
      margin-top: 32px;
      border: 1px solid var(--line);
      background: var(--line);
    }

    .column-hero-stats span {
      flex: 1 1 150px;
      display: grid;
      gap: 4px;
      padding: 18px 20px;
      background: rgba(255, 255, 255, .88);
    }

    .column-hero-stats strong {
      font-family: Oswald, sans-serif;
      font-size: 34px;
      line-height: 1;
    }

    .column-hero-stats em {
      font-family: Oswald, sans-serif;
      font-size: 11px;
      font-style: normal;
      font-weight: 600;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: #657000;
    }

    .column-cluster-nav {
      position: sticky;
      top: 88px;
      z-index: 12;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      background: rgba(255, 255, 255, .9);
      backdrop-filter: blur(16px);
    }

    .column-cluster-nav a {
      display: grid;
      grid-template-columns: auto minmax(0, 1fr);
      gap: 4px 12px;
      align-items: center;
      min-height: 74px;
      padding: 14px clamp(16px, 2vw, 28px);
      border-right: 1px solid var(--line);
      transition: background .28s var(--ease), color .28s var(--ease);
    }

    .column-cluster-nav a:hover {
      background: #ecfffb;
      color: var(--ink);
    }

    .column-cluster-nav i {
      grid-row: span 2;
      display: grid;
      place-items: center;
      width: 34px;
      height: 34px;
      border: 1px solid rgba(0, 190, 174, .34);
      border-radius: 8px;
      background: #f5fffd;
      color: #00a99a;
      font-size: 15px;
    }

    .column-cluster-nav span {
      min-width: 0;
      font-weight: 700;
      line-height: 1.35;
    }

    .column-cluster-nav em {
      font-family: Oswald, sans-serif;
      font-size: 11px;
      font-style: normal;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: #767167;
    }

    .column-featured-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
      border: 0;
      background: transparent;
    }

    .column-latest-section {
      background: #fff;
    }

    .column-latest-list {
      border: 1px solid var(--line);
      background: var(--white);
    }

    .column-featured-card {
      display: grid;
      min-height: 0;
      border: 1px solid var(--line);
      background: var(--white);
      overflow: hidden;
    }

    .column-featured-card.is-primary {
      grid-row: auto;
      min-height: 0;
    }

    .column-featured-card figure {
      aspect-ratio: 16 / 10;
      min-height: 0;
      overflow: hidden;
      background: #ddd;
    }

    .column-featured-card img {
      transition: transform 1.1s var(--ease);
    }

    .column-featured-card:hover img {
      transform: scale(1.045);
    }

    .column-featured-card figure.is-noimage,
    .column-news-row figure.is-noimage {
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, #f6f8f3 0%, #eef5ef 100%);
    }

    .column-featured-card figure.is-noimage img,
    .column-news-row figure.is-noimage img {
      width: min(62%, 170px);
      height: auto;
      object-fit: contain;
      opacity: .86;
    }

    .column-featured-card:hover figure.is-noimage img {
      transform: none;
    }

    .column-featured-copy {
      display: grid;
      align-content: start;
      gap: 10px;
      padding: clamp(18px, 2.2vw, 28px);
    }

    .column-featured-copy em,
    .column-news-copy em {
      font-family: Oswald, sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 600;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: #00a99a;
    }

    .column-featured-copy strong {
      font-size: clamp(18px, 1.7vw, 23px);
      line-height: 1.36;
      letter-spacing: .01em;
    }

    .column-featured-card:not(.is-primary) .column-featured-copy strong {
      font-size: clamp(18px, 1.7vw, 23px);
    }

    .column-featured-copy small {
      color: #4d4a43;
      font-size: 14px;
      line-height: 1.9;
    }

    .column-cluster-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
      gap: clamp(26px, 4vw, 54px);
      align-items: start;
    }

    .column-main-stream,
    .column-sidebar {
      display: grid;
      gap: clamp(24px, 3vw, 40px);
    }

    .column-sidebar {
      position: sticky;
      top: 182px;
      align-self: start;
      max-height: calc(100vh - 206px);
      max-height: calc(100dvh - 206px);
      overflow-y: auto;
      overscroll-behavior: contain;
      padding-right: 4px;
      scrollbar-width: thin;
    }

    .column-topic-block {
      scroll-margin-top: 190px;
      border: 1px solid var(--line);
      background: var(--white);
    }

    .column-topic-head {
      display: grid;
      grid-template-columns: auto minmax(0, 1fr) auto;
      gap: 20px;
      align-items: center;
      padding: clamp(24px, 3vw, 38px);
      border-bottom: 1px solid var(--line);
      background: #fbfaf5;
    }

    .column-topic-icon {
      display: grid;
      place-items: center;
      width: 52px;
      height: 52px;
      border: 1px solid rgba(9, 9, 9, .14);
      border-radius: 8px;
      background: #fff;
      color: #00a99a;
      font-size: 20px;
    }

    .column-topic-icon i {
      display: block;
      width: 1em;
      height: 1em;
      line-height: 1;
      text-align: center;
    }

    .column-topic-head p,
    .column-topic-head h2,
    .column-topic-head span,
    .column-topic-head em {
      margin: 0;
    }

    .column-topic-head p,
    .column-topic-head em {
      font-family: Oswald, sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 600;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: #00a99a;
    }

    .column-topic-head h2 {
      margin-top: 4px;
      font-size: clamp(24px, 2.6vw, 38px);
      line-height: 1.32;
    }

    .column-topic-head span {
      display: block;
      max-width: 720px;
      margin-top: 8px;
      color: #4d4a43;
      line-height: 1.8;
    }

    .column-news-list {
      display: grid;
    }

    .column-news-row + .column-news-row {
      border-top: 1px solid var(--line);
    }

    .column-news-row a {
      display: grid;
      grid-template-columns: 180px minmax(0, 1fr) auto;
      gap: clamp(18px, 2.6vw, 34px);
      align-items: center;
      padding: clamp(20px, 3vw, 34px);
      transition: background .28s var(--ease), transform .28s var(--ease), box-shadow .28s var(--ease);
    }

    .column-news-row a:hover {
      background: #ecfffb;
      box-shadow: inset 4px 0 0 #e7ff3e;
    }

    .column-news-row figure {
      aspect-ratio: 1.35;
      overflow: hidden;
      background: #ddd;
    }

    .column-category-hero .sub-title {
      font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
      font-size: clamp(34px, 4.2vw, 58px);
      font-weight: 800;
      line-height: 1.2;
      text-transform: none;
      word-break: keep-all;
      overflow-wrap: normal;
    }

    .column-category-hero .sub-lead {
      max-width: none;
      white-space: nowrap;
    }

    .column-news-copy {
      display: grid;
      gap: 9px;
      min-width: 0;
    }

    .column-news-copy h3 {
      margin: 0;
      font-size: clamp(19px, 1.8vw, 27px);
      line-height: 1.42;
    }

    .column-news-copy p {
      margin: 0;
      color: #4d4a43;
      line-height: 1.85;
    }

    .column-news-action {
      display: inline-grid;
      place-items: center;
      width: 78px;
      height: 78px;
      border: 1px solid rgba(9, 9, 9, .18);
      border-radius: 50%;
      font-family: Oswald, sans-serif;
      font-size: 12px;
      letter-spacing: .12em;
      text-transform: uppercase;
      transition: background .28s var(--ease), color .28s var(--ease);
    }

    .column-news-row a:hover .column-news-action {
      border-color: #00a99a;
      background: #e7ff3e;
      color: var(--ink);
    }

    .column-side-widget {
      display: grid;
      gap: 22px;
      padding: clamp(24px, 3vw, 34px);
      border: 1px solid var(--line);
      background: var(--white);
    }

    .column-side-widget h2 {
      margin: 0;
      font-size: 27px;
      line-height: 1.36;
    }

    .column-category-list {
      display: grid;
      gap: 1px;
      border: 1px solid var(--line);
      background: var(--line);
    }

    .column-category-list a {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 12px;
      align-items: center;
      min-height: 48px;
      padding: 12px 14px;
      background: #fbfaf5;
      transition: background .28s var(--ease), color .28s var(--ease);
    }

    .column-category-list a:hover,
    .column-category-list a.is-current {
      background: #ecfffb;
    }

    .column-category-list span {
      min-width: 0;
      color: var(--ink);
      font-size: 14px;
      font-weight: 700;
      line-height: 1.55;
      overflow-wrap: anywhere;
    }

    .column-category-list em {
      display: inline-grid;
      place-items: center;
      min-width: 34px;
      height: 28px;
      padding: 0 8px;
      border: 1px solid rgba(0, 169, 154, .26);
      background: var(--white);
      color: #007f75;
      font-family: Oswald, sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 600;
      line-height: 1;
    }

    .column-reading-path {
      display: grid;
      gap: 10px;
      padding-top: 22px;
      border-top: 1px solid var(--line);
    }

    .column-reading-path h3,
    .column-reading-path p {
      margin: 0;
    }

    .column-reading-path h3 {
      font-size: 18px;
      line-height: 1.45;
    }

    .column-reading-path p {
      color: #5b574f;
      font-size: 14px;
      line-height: 1.8;
    }

    .column-reading-path ul {
      display: grid;
      gap: 9px;
      margin: 4px 0 0;
      padding: 0;
      list-style: none;
    }

    .column-reading-path li a {
      display: block;
      padding-left: 18px;
      color: #2f3320;
      font-size: 14px;
      line-height: 1.7;
      text-decoration: underline;
      text-underline-offset: 4px;
      text-decoration-thickness: 1px;
      text-decoration-color: rgba(0, 169, 154, .38);
    }

    .column-reading-path li a::before {
      content: "";
      display: inline-block;
      width: 6px;
      height: 6px;
      margin: 0 10px 2px -18px;
      border-radius: 50%;
      background: #00a99a;
    }

    .column-next-links {
      display: grid;
      gap: 1px;
      border: 1px solid var(--line);
      background: var(--line);
    }

    .column-next-links a {
      display: grid;
      gap: 6px;
      padding: 18px;
      background: #fbfaf5;
      transition: background .28s var(--ease), color .28s var(--ease);
    }

    .column-next-links a:hover {
      background: #ecfffb;
      color: var(--ink);
    }

    .column-next-links strong {
      font-size: 16px;
      line-height: 1.45;
    }

    .column-next-links span {
      color: #5b574f;
      font-size: 13px;
      line-height: 1.7;
    }

    .column-next-section {
      border-top: 1px solid var(--line);
    }

    .sub-main {
      padding-top: 74px;
      background: var(--white);
    }

    .sofnet-site-page {
      --sub-yellow: #e7ff3e;
      --sub-yellow-line: #e7ff3e;
      --sub-yellow-text: var(--ink);
    }

    .sub-hero {
      position: relative;
      min-height: 720px;
      display: grid;
      grid-template-columns: minmax(0, .88fr) minmax(340px, 1fr);
      gap: clamp(28px, 5vw, 78px);
      align-items: end;
      padding: 118px clamp(18px, 4vw, 54px) clamp(56px, 6vw, 92px);
      border-bottom: 1px solid var(--line);
      background: var(--white);
      overflow: hidden;
    }

    .sofnet-site-page .sub-hero::after {
      display: none;
    }

    .sub-hero--compact {
      min-height: 520px;
      grid-template-columns: minmax(0, 980px);
      align-items: end;
    }

    .sub-label {
      margin: 0 0 18px;
      font-family: Oswald, sans-serif;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: .16em;
      line-height: 1;
      text-transform: uppercase;
      color: #5f6f00;
    }

    .sofnet-site-page .sub-label {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--sub-yellow-text);
    }

    .sofnet-site-page .sub-label::before {
      content: "";
      width: 22px;
      height: 2px;
      background: var(--sub-yellow);
    }

    .sub-title {
      margin: 0;
      font-family: Oswald, sans-serif;
      font-size: 112px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: .88;
      text-transform: uppercase;
    }

    .sub-lead {
      max-width: 640px;
      margin: 24px 0 0;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: .02em;
      line-height: 1.9;
    }

    .sub-hero-visual {
      height: 620px;
      overflow: hidden;
      background: #ddd;
    }

    .sub-hero-visual img,
    .image-block img {
      filter: saturate(.94) contrast(1.03);
    }

    .company-hero-visual img {
      object-position: center 42%;
    }

    .sub-section {
      padding: clamp(82px, 9vw, 138px) clamp(18px, 4vw, 54px);
      background: var(--white);
      scroll-margin-top: 92px;
    }

    .sub-main:not(.column-hub) .sub-section .section-title {
      font-size: clamp(46px, 6.8vw, 104px);
      line-height: 1;
    }

    .page-route-nav {
      display: grid;
      grid-template-columns: minmax(280px, .34fr) minmax(0, 1fr);
      gap: clamp(22px, 4vw, 54px);
      padding: clamp(32px, 5vw, 58px) clamp(18px, 4vw, 54px);
      border-top: 1px solid var(--line);
      background: var(--paper);
    }

    .sofnet-site-page .page-route-nav {
      border-top: 1px solid var(--line);
      background: var(--white);
    }

    .page-route-head {
      display: grid;
      align-content: start;
      gap: 12px;
    }

    .page-route-head h2 {
      margin: 0;
      font-size: 28px;
      line-height: 1.35;
      letter-spacing: 0;
      word-break: keep-all;
    }

    .page-route-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr));
      gap: 12px;
      background: transparent;
    }

    .page-route-grid a {
      display: grid;
      gap: 10px;
      min-height: 154px;
      padding: clamp(18px, 2.2vw, 28px);
      border: 1px solid var(--line);
      background: var(--white);
      transition: background .24s var(--ease), transform .24s var(--ease);
    }

    .sofnet-site-page .page-route-grid a,
    .sofnet-site-page .route-grid article,
    .sofnet-site-page .contact-routes article,
    .sofnet-site-page .job-list article,
    .sofnet-site-page .statement-panel,
    .sofnet-site-page .sofnet-cf7-form {
      box-shadow: none;
    }

    .page-route-grid a:hover {
      background: var(--accent);
      transform: translateY(-3px);
    }

    .sofnet-site-page .page-route-grid a:hover,
    .sofnet-site-page .recruit-lp-nav a:hover,
    .sofnet-site-page .recruit-path-grid a:hover,
    .sofnet-site-page .recruit-final-routes a:hover {
      border-color: var(--line);
      background: var(--accent);
      box-shadow: none;
    }

    .page-route-grid strong {
      font-size: clamp(17px, 1.7vw, 23px);
      line-height: 1.45;
    }

    .page-route-grid span {
      color: #4d4a43;
      font-size: 13px;
      line-height: 1.7;
    }

    .recruit-lp-nav {
      position: sticky;
      top: 94px;
      z-index: 20;
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      padding: 14px clamp(18px, 4vw, 54px);
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      background: rgba(255, 255, 255, .94);
      backdrop-filter: blur(14px);
    }

    .recruit-lp-nav a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 36px;
      padding: 0 14px;
      border: 1px solid var(--line);
      background: var(--white);
      font-size: 13px;
      font-weight: 700;
      line-height: 1.35;
      text-align: center;
      transition: background .24s var(--ease), transform .24s var(--ease);
    }

    .recruit-lp-nav a:hover {
      background: var(--accent);
      transform: translateY(-2px);
    }

    .recruit-intro-grid {
      display: grid;
      grid-template-columns: minmax(280px, .36fr) minmax(0, 1fr);
      gap: clamp(28px, 5vw, 76px);
      align-items: start;
      margin-bottom: clamp(34px, 5vw, 72px);
    }

    .recruit-overview .section-title {
      font-size: clamp(50px, 6vw, 88px);
      line-height: .92;
    }

    .recruit-intro-copy {
      max-width: 860px;
    }

    .recruit-intro-copy h3 {
      margin: 0 0 20px;
      font-size: clamp(28px, 3.4vw, 48px);
      line-height: 1.35;
      letter-spacing: 0;
    }

    .recruit-intro-copy p {
      margin: 0;
      color: #3f3c36;
      line-height: 2;
    }

    .recruit-intro-copy p + p {
      margin-top: 14px;
    }

    .recruit-pillar-grid,
    .recruit-path-grid,
    .recruit-step-list,
    .recruit-final-routes {
      display: grid;
      gap: 14px;
    }

    .recruit-pillar-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .recruit-pillar-grid article,
    .recruit-step-list article {
      display: grid;
      align-content: start;
      gap: 18px;
      min-height: 250px;
      padding: clamp(24px, 3vw, 38px);
      border: 1px solid var(--line);
      background: var(--white);
    }

    .recruit-pillar-grid article:first-child {
      background: var(--accent);
    }

    .sofnet-site-page .recruit-pillar-grid article:first-child,
    .sofnet-site-page .contact-routes article:nth-child(2) {
      background: var(--white);
      border-color: var(--line);
      box-shadow: none;
    }

    .recruit-pillar-grid em,
    .recruit-path-grid em,
    .recruit-step-list em,
    .recruit-final-routes span {
      font-family: Oswald, sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 700;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: #5f6f00;
    }

    .recruit-pillar-grid h3,
    .recruit-step-list h3 {
      margin: 0;
      font-size: clamp(22px, 2.4vw, 32px);
      line-height: 1.38;
      letter-spacing: 0;
    }

    .recruit-pillar-grid p,
    .recruit-step-list p {
      margin: 0;
      color: #4d4a43;
      line-height: 1.9;
    }

    .recruit-icon {
      display: inline-grid;
      place-items: center;
      width: 48px;
      height: 48px;
      border: 1px solid rgba(9, 9, 9, .14);
      background: var(--white);
      color: #5f6f00;
      font-size: 20px;
    }

    .recruit-pillar-grid article:first-child .recruit-icon {
      background: var(--ink);
      color: var(--white);
      border-color: var(--ink);
    }

    .recruit-visual-strip {
      display: grid;
      grid-template-columns: 1.25fr .9fr .9fr;
      gap: 14px;
      margin-top: clamp(32px, 5vw, 70px);
    }

    .recruit-visual-strip figure {
      position: relative;
      min-height: 260px;
      margin: 0;
      overflow: hidden;
      background: #ddd;
    }

    .recruit-visual-strip figure:first-child {
      min-height: 360px;
    }

    .recruit-visual-strip img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: saturate(.96) contrast(1.02);
    }

    .recruit-visual-strip figcaption {
      position: absolute;
      left: 16px;
      bottom: 16px;
      max-width: calc(100% - 32px);
      padding: 10px 12px;
      background: rgba(255, 255, 255, .9);
      color: var(--ink);
      font-size: 13px;
      font-weight: 700;
      line-height: 1.45;
    }

    .recruit-path-grid {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .recruit-path-grid a,
    .recruit-final-routes a {
      display: grid;
      align-content: space-between;
      gap: 14px;
      min-height: 210px;
      padding: clamp(20px, 2.5vw, 30px);
      border: 1px solid var(--line);
      background: var(--white);
      transition: background .24s var(--ease), transform .24s var(--ease);
    }

    .recruit-path-grid a:hover,
    .recruit-final-routes a:hover {
      background: var(--accent);
      transform: translateY(-3px);
    }

    .recruit-path-grid strong,
    .recruit-final-routes strong {
      font-size: clamp(19px, 2vw, 27px);
      line-height: 1.4;
      letter-spacing: 0;
    }

    .recruit-path-grid span {
      color: #4d4a43;
      font-size: 13px;
      line-height: 1.75;
    }

    .recruit-step-list {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .recruit-support-note {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      margin-top: 24px;
      padding: clamp(24px, 3vw, 36px);
      border: 1px solid var(--line);
      background: var(--white);
    }

    .recruit-support-note p {
      max-width: 760px;
      margin: 0;
      color: #3f3c36;
      line-height: 1.9;
    }

    .recruit-final-routes {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      margin-top: 26px;
    }

    .recruit-work-grid,
    .recruit-benefit-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
      margin-top: clamp(28px, 4vw, 54px);
    }

    .recruit-benefit-grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .recruit-work-grid article,
    .recruit-benefit-grid article {
      display: grid;
      align-content: start;
      gap: 16px;
      min-height: 220px;
      padding: clamp(22px, 2.8vw, 34px);
      border: 1px solid var(--line);
      background: var(--white);
    }

    .recruit-work-grid em,
    .recruit-benefit-grid em {
      font-family: Oswald, sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 700;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: #5f6f00;
    }

    .recruit-work-grid h3,
    .recruit-benefit-grid h3 {
      margin: 0;
      font-size: clamp(21px, 2vw, 28px);
      line-height: 1.4;
      letter-spacing: 0;
    }

    .recruit-work-grid p,
    .recruit-benefit-grid p {
      margin: 0;
      color: #4d4a43;
      line-height: 1.9;
    }

    .recruit-system-list {
      margin-top: 14px;
    }

    .recruit-culture-note {
      display: grid;
      gap: 14px;
      margin-top: clamp(30px, 5vw, 70px);
      padding: clamp(28px, 4vw, 46px);
      border: 1px solid var(--line);
      background: var(--white);
    }

    .recruit-culture-note h3 {
      margin: 0;
      font-size: clamp(25px, 3vw, 40px);
      line-height: 1.4;
      letter-spacing: 0;
    }

    .recruit-culture-note p {
      max-width: 980px;
      margin: 0;
      color: #3f3c36;
      line-height: 1.95;
    }

    .recruit-lp #people .people-grid {
      margin-bottom: clamp(22px, 4vw, 42px);
    }

    .recruit-lp #people .people-card:nth-child(2),
    .recruit-lp #people .people-card:nth-child(4) {
      transform: none;
    }

    .recruit-lp-condition {
      margin-top: 28px;
    }

    .recruit-lp-entry {
      align-items: stretch;
    }

    .recruit-lp-entry h2 {
      margin: 0 0 12px;
      color: var(--white);
      font-size: clamp(30px, 4vw, 54px);
      line-height: 1.25;
      letter-spacing: 0;
    }

    .recruit-lp-entry .section-label {
      margin: 0 0 12px;
      color: rgba(255, 255, 255, .72);
    }

    .recruit-entry-actions {
      display: grid;
      align-content: center;
      gap: 12px;
      min-width: min(100%, 280px);
    }

    .cta-panel.recruit-lp-entry .button,
    .cta-panel.recruit-lp-entry .button.secondary {
      width: 100%;
      justify-content: center;
      color: var(--white);
      background: transparent;
      border-color: rgba(255, 255, 255, .72);
    }

    .cta-panel.recruit-lp-entry .button:hover,
    .cta-panel.recruit-lp-entry .button.secondary:hover {
      color: var(--ink);
      background: var(--white);
      border-color: var(--white);
    }

    .sub-section.is-paper {
      background: var(--paper);
    }

    .sub-section-head {
      display: grid;
      grid-template-columns: minmax(0, .78fr) minmax(280px, .62fr);
      gap: clamp(26px, 5vw, 74px);
      align-items: end;
      margin-bottom: clamp(38px, 5vw, 72px);
    }

    .split-feature {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
      gap: clamp(24px, 5vw, 72px);
      align-items: center;
    }

    .split-feature.reverse .image-block {
      order: 2;
    }

    .image-block {
      height: 560px;
      overflow: hidden;
      background: #ddd;
    }

    .sub-copy {
      max-width: 720px;
    }

    .sub-copy h3 {
      margin: 0 0 18px;
      font-size: 38px;
      line-height: 1.36;
      letter-spacing: .02em;
    }

    .sub-copy p {
      margin: 0;
      color: #444139;
      line-height: 2.05;
    }

    .sub-copy p + p {
      margin-top: 16px;
    }

    .sub-copy .section-link {
      margin-top: 28px;
    }

    .statement-panel {
      padding: clamp(34px, 5vw, 72px);
      border: 1px solid var(--line);
      background: var(--white);
    }

    .statement-panel p {
      max-width: 920px;
      margin: 0;
      color: #444139;
      line-height: 2;
    }

    .statement-large {
      margin: 0 0 18px !important;
      color: var(--ink) !important;
      font-size: 68px;
      font-weight: 700;
      letter-spacing: .02em;
      line-height: 1.22 !important;
    }

    .statement-large.statement-mission {
      width: 100%;
      max-width: 100%;
      font-size: clamp(26px, 3.1vw, 42px);
      letter-spacing: 0;
      line-height: 1.45 !important;
    }

    .editorial-list,
    .route-grid,
    .contact-routes,
    .column-category-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
      border: 0;
      background: transparent;
    }

    .column-category-grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .editorial-list article,
    .route-grid article,
    .contact-routes article,
    .column-category-grid a {
      display: grid;
      align-content: space-between;
      gap: 24px;
      min-height: 270px;
      padding: clamp(24px, 3vw, 38px);
      border: 1px solid var(--line);
      background: var(--white);
      transition: background .35s var(--ease), transform .35s var(--ease);
    }

    .editorial-list article:hover,
    .route-grid article:hover,
    .column-category-grid a:hover {
      background: var(--accent);
      transform: translateY(-4px);
    }

    .contact-routes article:nth-child(2) {
      background: var(--accent);
    }

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

    .editorial-list em,
    .route-grid em,
    .contact-routes em,
    .column-category-grid em,
    .job-list em {
      font-family: Oswald, sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 600;
      letter-spacing: .14em;
      line-height: 1;
      text-transform: uppercase;
      color: #5f6f00;
    }

    .editorial-list h3,
    .route-grid h3,
    .contact-routes h2,
    .column-category-grid strong {
      margin: 0;
      font-size: 27px;
      line-height: 1.38;
      letter-spacing: .02em;
    }

    .editorial-list p,
    .route-grid p,
    .contact-routes p,
    .column-category-grid span {
      margin: 0;
      color: #4d4a43;
      line-height: 1.9;
    }

    .core-value-list article {
      align-content: start;
      gap: 18px;
      min-height: 250px;
    }

    .core-value-list h3 {
      font-size: clamp(21px, 2vw, 27px);
      line-height: 1.42;
    }

    .column-category-grid strong,
    .column-category-grid span {
      display: block;
    }

    .info-table {
      margin: 0;
      border-top: 1px solid var(--line);
    }

    .info-table div {
      display: grid;
      grid-template-columns: 220px minmax(0, 1fr);
      gap: 24px;
      padding: 22px 0;
      border-bottom: 1px solid var(--line);
    }

    .info-table dt {
      font-family: Oswald, sans-serif;
      font-weight: 600;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: #5f6f00;
    }

    .info-table dd {
      margin: 0;
      color: #34322d;
      line-height: 1.9;
    }

    .business-metric-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1px;
      border: 1px solid var(--line);
      background: var(--line);
    }

    .business-metric-grid article {
      display: grid;
      gap: 18px;
      min-height: 220px;
      padding: clamp(24px, 3vw, 38px);
      background: var(--white);
    }

    .business-metric-grid em,
    .store-list em {
      font-family: Oswald, sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 700;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: var(--olive);
    }

    .business-metric-grid strong {
      display: block;
      font-family: Oswald, sans-serif;
      font-size: clamp(48px, 6vw, 86px);
      line-height: .92;
      color: var(--ink);
    }

    .business-metric-grid p {
      margin: 0;
      color: #4d4a43;
      line-height: 1.9;
    }

    .store-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1px;
      border: 1px solid var(--line);
      background: var(--line);
    }

    .store-list article {
      display: grid;
      align-content: start;
      gap: 18px;
      min-height: 250px;
      padding: clamp(24px, 3vw, 38px);
      background: var(--white);
    }

    .store-list h3 {
      margin: 0;
      font-size: clamp(20px, 2.3vw, 30px);
      line-height: 1.45;
      letter-spacing: .02em;
    }

    .store-list dl {
      display: grid;
      gap: 12px;
      margin: 0;
    }

    .store-list dl div {
      display: grid;
      grid-template-columns: 88px minmax(0, 1fr);
      gap: 16px;
    }

    .store-list dt {
      font-family: Oswald, sans-serif;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--olive);
    }

    .store-list dd {
      margin: 0;
      color: #3f3c36;
      line-height: 1.75;
    }

    .metric-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1px;
      border: 1px solid var(--line);
      background: var(--line);
    }

    .metric-grid article {
      min-height: 200px;
      display: grid;
      align-content: center;
      gap: 14px;
      padding: clamp(24px, 3vw, 38px);
      background: var(--white);
      text-align: center;
    }

    .metric-grid strong {
      font-family: Oswald, sans-serif;
      font-size: 78px;
      font-weight: 600;
      line-height: .9;
    }

    .metric-grid span {
      font-weight: 700;
      line-height: 1.7;
    }

    .cta-panel,
    .form-placeholder {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      padding: clamp(30px, 4vw, 56px);
      background: var(--ink);
      color: var(--white);
    }

    .cta-panel p,
    .form-placeholder p {
      max-width: 760px;
      margin: 0;
      line-height: 1.9;
    }

    .cta-panel .button.secondary {
      border-color: rgba(255, 255, 255, .7);
      color: var(--white);
    }

    .cta-panel .button.secondary:hover {
      background: var(--white);
      color: var(--ink);
    }

    .contact-form-section .sub-section-head {
      width: min(100%, 1040px);
      margin-right: auto;
      margin-left: auto;
    }

    .sofnet-cf7-form {
      width: min(100%, 1040px);
      margin: 0 auto;
      padding: clamp(26px, 4vw, 52px);
      border: 1px solid var(--line);
      background: var(--white);
    }

    .sofnet-cf7-form .wpcf7 {
      width: 100%;
    }

    .sofnet-cf7-form form {
      display: grid;
      gap: 24px;
      margin: 0;
    }

    .sofnet-cf7-form form > p {
      margin: 0;
    }

    .sofnet-cf7-grid,
    .sofnet-cf7-grid > p {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 20px;
      margin: 0;
    }

    .sofnet-cf7-grid > p > br {
      display: none;
    }

    .sofnet-field,
    .sofnet-field--full {
      display: grid;
      gap: 9px;
    }

    .sofnet-field p,
    .sofnet-cf7-consent p,
    .sofnet-cf7-submit-row p {
      margin: 0;
    }

    .sofnet-cf7-form label {
      display: grid;
      gap: 9px;
      color: #34312c;
      font-size: 14px;
      font-weight: 700;
      line-height: 1.6;
    }

    .sofnet-cf7-form .wpcf7-form-control-wrap {
      display: block;
      width: 100%;
    }

    .sofnet-cf7-form input,
    .sofnet-cf7-form select,
    .sofnet-cf7-form textarea {
      width: 100%;
      min-height: 50px;
      padding: 13px 14px;
      border: 1px solid rgba(9, 9, 9, .2);
      border-radius: 0;
      background: #fff;
      color: var(--ink);
      font: inherit;
      font-weight: 500;
      letter-spacing: 0;
      outline: none;
    }

    .sofnet-cf7-form textarea {
      min-height: 170px;
      resize: vertical;
    }

    .sofnet-cf7-form input:focus,
    .sofnet-cf7-form select:focus,
    .sofnet-cf7-form textarea:focus {
      border-color: var(--ink);
      box-shadow: 0 0 0 3px rgba(215, 255, 63, .36);
    }

    .sofnet-cf7-hp {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
    }

    .sofnet-cf7-consent {
      display: flex;
      align-items: center;
      gap: 12px;
      width: 100%;
      margin: 0;
      padding: 16px 18px;
      border: 1px solid rgba(9, 9, 9, .14);
      background: #f6f5ee;
      color: #34312c;
      font-size: 14px;
      font-weight: 700;
      line-height: 1.7;
    }

    .sofnet-cf7-consent .wpcf7-form-control-wrap,
    .sofnet-cf7-consent .wpcf7-form-control,
    .sofnet-cf7-consent .wpcf7-list-item {
      display: inline-flex;
      align-items: center;
      width: auto;
      margin: 0;
    }

    .sofnet-cf7-form input[type="checkbox"] {
      width: 18px;
      min-height: 18px;
      margin: 0;
      padding: 0;
      accent-color: var(--ink);
    }

    .sofnet-cf7-submit-row {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 14px;
      margin: 0;
    }

    .wpcf7 form .wpcf7-response-output {
      margin: 0;
      padding: 14px 16px;
      border: 1px solid var(--line);
      font-size: 14px;
      line-height: 1.7;
    }

    .wpcf7-not-valid-tip {
      margin-top: 6px;
      color: #b42318;
      font-size: 13px;
      line-height: 1.6;
    }

    .wpcf7-submit {
      width: auto !important;
      min-width: 180px;
      margin: 0;
      border-color: var(--ink) !important;
      background: var(--ink) !important;
      color: var(--white) !important;
      cursor: pointer;
      transition: background .24s var(--ease), color .24s var(--ease), transform .24s var(--ease);
    }

    .wpcf7-submit:hover {
      background: var(--accent) !important;
      color: var(--ink) !important;
      transform: translateY(-2px);
    }

    .sofnet-site-page .wpcf7-submit:hover {
      background: var(--accent) !important;
      color: var(--ink) !important;
    }

    .sofnet-cf7-form .wpcf7-spinner {
      margin: 0;
    }

    @media (max-width: 640px) {
      .sofnet-cf7-form {
        padding: 24px 18px;
      }

      .sofnet-cf7-submit-row {
        justify-content: stretch;
      }

      .wpcf7-submit {
        width: 100% !important;
      }

      .sofnet-cf7-consent {
        align-items: flex-start;
      }
    }

    .job-list {
      display: grid;
      gap: 18px;
    }

    .job-list article {
      display: grid;
      grid-template-columns: minmax(220px, .34fr) minmax(0, 1fr) auto;
      grid-template-areas:
        "meta text action"
        "title text action";
      gap: 24px;
      align-items: center;
      padding: clamp(24px, 3vw, 38px);
      border: 1px solid var(--line);
      background: var(--white);
    }

    .job-list em {
      grid-area: meta;
    }

    .job-list h2 {
      grid-area: title;
      margin: 0;
      font-size: 38px;
      line-height: 1.2;
      letter-spacing: 0;
      word-break: keep-all;
      overflow-wrap: normal;
    }

    .job-list p {
      grid-area: text;
      margin: 0;
      color: #4d4a43;
      line-height: 1.85;
    }

    .job-list .section-link {
      grid-area: action;
      justify-self: end;
      white-space: nowrap;
    }

    .recruit-jobs-hero .sub-title {
      line-height: .96;
    }

    .sub-title--job-detail {
      font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
      font-size: clamp(42px, 5.6vw, 72px);
      font-weight: 800;
      line-height: 1.16;
      text-transform: none;
      word-break: keep-all;
      overflow-wrap: normal;
    }

    .job-route-tabs {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      padding: 18px clamp(18px, 4vw, 54px);
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      background: rgba(255, 255, 255, .92);
      backdrop-filter: blur(12px);
    }

    .job-route-tabs a {
      display: inline-grid;
      place-items: center;
      min-height: 42px;
      padding: 0 18px;
      border: 1px solid var(--line);
      background: var(--white);
      font-size: 14px;
      font-weight: 800;
      line-height: 1.2;
      transition: background .28s var(--ease), border-color .28s var(--ease);
    }

    .job-route-tabs a:hover,
    .job-route-tabs a.is-current {
      border-color: rgba(0, 169, 154, .46);
      background: #ecfffb;
    }

    .job-structured-copy {
      display: grid;
      gap: 14px;
      max-width: 920px;
      font-size: clamp(17px, 1.5vw, 21px);
      font-weight: 700;
      line-height: 1.9;
    }

    .job-structured-copy p {
      margin: 0;
    }

    .job-detail-layout {
      display: grid;
      grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
      gap: clamp(24px, 4vw, 56px);
      align-items: start;
    }

    .job-summary-panel,
    .job-spec-card {
      border: 1px solid var(--line);
      background: var(--white);
    }

    .job-summary-panel {
      position: sticky;
      top: 104px;
      display: grid;
      gap: 18px;
      padding: clamp(24px, 3vw, 36px);
    }

    .job-summary-panel em {
      font-family: Oswald, sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 600;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: #00a99a;
    }

    .job-summary-panel h2 {
      margin: 0;
      font-size: clamp(28px, 3vw, 42px);
      line-height: 1.22;
      letter-spacing: 0;
    }

    .job-summary-panel p {
      margin: 0;
      color: #4d4a43;
      line-height: 1.9;
    }

    .job-spec-card {
      display: grid;
      gap: 22px;
      padding: clamp(22px, 3vw, 34px);
    }

    .job-spec-table {
      border: 0;
      background: transparent;
    }

    .job-application-links {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 12px;
    }

    .job-application-links a {
      display: inline-grid;
      place-items: center;
      min-height: 36px;
      padding: 0 14px;
      border: 1px solid rgba(0, 169, 154, .42);
      background: #ecfffb;
      color: var(--ink);
      font-family: Oswald, sans-serif;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
      transition: background .28s var(--ease), border-color .28s var(--ease), transform .28s var(--ease);
    }

    .job-application-links a:hover {
      border-color: var(--ink);
      background: var(--accent);
      transform: translateY(-2px);
    }

    .job-location-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1px;
      border: 1px solid var(--line);
      background: var(--line);
    }

    .job-location-list article {
      display: grid;
      gap: 6px;
      padding: 18px;
      background: var(--white);
    }

    .job-location-list strong {
      font-size: 16px;
      line-height: 1.45;
    }

    .job-location-list p {
      margin: 0;
      color: #4d4a43;
      font-size: 14px;
      line-height: 1.7;
    }

    .sub-more-link {
      margin-top: 32px;
    }

    .faq-list {
      display: grid;
      gap: 1px;
      border: 1px solid var(--line);
      background: var(--line);
    }

    .faq-list article {
      display: grid;
      grid-template-columns: 86px minmax(0, .72fr) minmax(0, 1fr);
      gap: 24px;
      padding: clamp(22px, 3vw, 36px);
      background: var(--white);
      align-items: start;
    }

    .faq-list em,
    .article-body em,
    .member-list em {
      font-family: Oswald, sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 600;
      letter-spacing: .14em;
      line-height: 1;
      text-transform: uppercase;
      color: #5f6f00;
    }

    .faq-list h3 {
      margin: 0;
      font-size: 22px;
      line-height: 1.45;
    }

    .faq-list p {
      margin: 0;
      color: #4d4a43;
      line-height: 1.9;
    }

    .member-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: clamp(18px, 3vw, 34px);
    }

    .member-list a {
      display: grid;
      gap: 18px;
      padding-bottom: 26px;
      border-bottom: 1px solid var(--line);
    }

    .member-list figure {
      height: 420px;
      overflow: hidden;
      background: #ddd;
    }

    .member-list h3 {
      margin: 0;
      font-size: 30px;
      line-height: 1.34;
    }

    .member-list p {
      margin: 0;
      color: #4d4a43;
      line-height: 1.9;
    }

    .article-body {
      width: min(100%, 940px);
      margin: 0 auto;
      display: grid;
      gap: 38px;
    }

    .article-body--source {
      gap: 28px;
    }

    .column-article-main {
      background: var(--white);
    }

    .column-article-cover {
      padding: 120px clamp(18px, 4vw, 54px) 32px;
      border-bottom: 1px solid var(--line);
      background:
        linear-gradient(90deg, rgba(231, 255, 62, .34), rgba(236, 255, 251, .72) 38%, rgba(255, 255, 255, 0) 74%),
        var(--white);
    }

    .column-article-cover-inner {
      width: min(100%, 1080px);
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }

    .column-back-link {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-height: 42px;
      color: #007f75;
      font-family: Oswald, sans-serif;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: .1em;
      line-height: 1;
      text-transform: uppercase;
    }

    .column-back-link i {
      display: inline-grid;
      place-items: center;
      width: 34px;
      height: 34px;
      border: 1px solid rgba(0, 169, 154, .28);
      background: var(--white);
      color: #00a99a;
    }

    .column-article-meta {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 8px;
      color: #4b5754;
      font-size: 13px;
      font-weight: 700;
      line-height: 1;
    }

    .column-article-meta span,
    .column-article-meta time {
      display: inline-flex;
      align-items: center;
      min-height: 34px;
      padding: 0 12px;
      border: 1px solid rgba(0, 169, 154, .2);
      background: rgba(255, 255, 255, .82);
    }

    .column-article-section {
      padding-top: clamp(54px, 7vw, 96px);
    }

    .column-article-head {
      display: grid;
      gap: 18px;
      padding-bottom: clamp(28px, 4vw, 46px);
      border-bottom: 1px solid var(--line);
    }

    .column-article-head h1 {
      max-width: 980px;
      margin: 0;
      color: var(--ink);
      font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
      font-size: clamp(20px, 2vw, 30px);
      font-weight: 800;
      letter-spacing: 0;
      line-height: 1.44;
    }

    .column-article-eyecatch {
      width: min(100%, 860px);
      margin: 0 0 clamp(4px, 1vw, 10px);
      border: 1px solid var(--line);
      background: #edf1ea;
    }

    .column-article-eyecatch img {
      width: 100%;
      height: auto;
      object-fit: initial;
    }

    .article-body article {
      padding-bottom: 34px;
      border-bottom: 1px solid var(--line);
    }

    .article-body h2 {
      margin: 0 0 16px;
      font-size: 34px;
      line-height: 1.36;
    }

    .article-body p {
      margin: 0;
      color: #3f3c36;
      line-height: 2.05;
    }

    .article-lead {
      font-size: 20px;
      font-weight: 700;
      color: var(--ink) !important;
    }

    .article-taxonomy {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .article-taxonomy a {
      display: inline-flex;
      align-items: center;
      min-height: 34px;
      padding: 0 12px;
      border: 1px solid rgba(0, 169, 154, .26);
      background: #ecfffb;
      color: #007f75;
      font-size: 13px;
      font-weight: 700;
      line-height: 1;
    }

    .sub-title--article {
      max-width: 1040px;
      font-size: clamp(34px, 5vw, 72px);
      line-height: 1.2;
      letter-spacing: 0;
    }

    .article-source-content {
      color: #3f3c36;
      font-size: 17px;
      line-height: 2.05;
      overflow-wrap: anywhere;
      word-break: normal;
    }

    .article-source-content > * + * {
      margin-top: 20px;
    }

    .article-source-content h2,
    .article-source-content h3 {
      margin: 42px 0 16px;
      color: var(--ink);
      line-height: 1.42;
    }

    .article-source-content h2 {
      font-size: 28px;
    }

    .article-source-content h3 {
      font-size: 22px;
    }

    .article-source-content p {
      margin: 0 0 18px;
    }

    .article-source-content a {
      color: #008f83;
      text-decoration: underline;
      text-decoration-color: rgba(0, 169, 154, .38);
      text-underline-offset: .22em;
      overflow-wrap: anywhere;
    }

    .article-source-content img {
      width: auto;
      height: auto;
      max-width: 100%;
      margin: 24px auto;
      object-fit: contain;
    }

    .article-source-content iframe {
      display: block;
      width: 100%;
      aspect-ratio: 16 / 9;
      height: auto;
      margin: 28px 0;
      border: 0;
    }

    .article-source-content hr {
      height: 1px;
      margin: 34px 0;
      border: 0;
      background: var(--line);
    }

    .entry-form {
      padding: clamp(28px, 4vw, 52px);
      border: 1px solid var(--line);
      background: var(--white);
    }

    .form-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 22px;
    }

    .form-grid label {
      display: grid;
      gap: 9px;
      font-weight: 700;
    }

    .form-grid input,
    .form-grid select,
    .form-grid textarea {
      width: 100%;
      border: 1px solid rgba(9, 9, 9, .22);
      background: var(--white);
      color: var(--ink);
      font: inherit;
      padding: 13px 14px;
    }

    .form-wide {
      grid-column: 1 / -1;
    }

    .form-submit-row {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 24px;
    }

    .form-alert {
      display: grid;
      gap: 8px;
      margin-bottom: 18px;
      padding: 18px;
      border: 1px solid rgba(180, 42, 42, .35);
      background: #fff5f2;
    }

    .form-alert p {
      margin: 0;
    }

    .entry-form-hidden {
      position: absolute;
      left: -9999px;
      width: 1px;
      height: 1px;
      overflow: hidden;
    }

    .footer-sitemap {
      padding: clamp(70px, 8vw, 116px) clamp(18px, 4vw, 54px) 30px;
      border-top: 1px solid var(--line);
      background: var(--white);
    }

    .footer-top {
      display: flex;
      justify-content: space-between;
      gap: 28px;
      padding-bottom: clamp(28px, 4vw, 48px);
      border-bottom: 1px solid rgba(9, 9, 9, .12);
      margin: 0 auto;
      width: min(100%,1000px);
    }

    .footer-brand-main {
      display: flex;
      align-items: center;
      gap: 16px;
      min-width: 0;
    }

    .footer-brand-logo {
      width: clamp(54px, 5vw, 76px);
      aspect-ratio: 1;
      overflow: hidden;
      flex: 0 0 auto;
    }

    .footer-brand-main h2 {
      margin: 0;
      min-width: 0;
      font-size: clamp(16px, 1.35vw, 22px);
      line-height: 1.35;
      letter-spacing: .02em;
      white-space: nowrap;
    }

    .footer-actions {
      display: grid;
      justify-items: end;
      align-content: start;
      gap: 14px;
      flex: 0 0 auto;
    }

    .footer-contact {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-height: 42px;
      padding: 0 16px;
      border: 1px solid currentColor;
      font-family: Oswald, sans-serif;
      font-size: 14px;
      letter-spacing: .08em;
      line-height: 1;
      text-transform: uppercase;
      transition: background .28s var(--ease), color .28s var(--ease);
    }

    .footer-contact:hover {
      background: var(--ink);
      color: var(--white);
    }

    .footer-social {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 8px;
    }

    .footer-social a {
      display: inline-grid;
      place-items: center;
      width: 40px;
      height: 40px;
      border: 1px solid rgba(9, 9, 9, .16);
      border-radius: 7px;
      font-size: 16px;
      transition: background .28s var(--ease), color .28s var(--ease), border-color .28s var(--ease), transform .28s var(--ease);
    }

    .footer-social a:hover {
      background: var(--ink);
      color: var(--white);
      border-color: var(--ink);
      transform: translateY(-3px);
    }

    .footer-nav-grid {
      display: flex;
      grid-template-columns: repeat(4, minmax(130px, 1fr));
      gap: clamp(22px, 5vw, 72px);
      padding-top: clamp(30px, 4vw, 52px);
      justify-content: space-between;
      width: min(100%,1000px);
      margin: 0 auto;
    }

    .footer-sitemap h3 {
      margin: 0 0 14px;
      font-family: Oswald, sans-serif;
      font-size: 16px;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    .footer-sitemap ul {
      list-style: none;
      display: grid;
      gap: 9px;
      margin: 0;
      padding: 0;
      color: #4a463f;
      font-size: 13px;
    }

    .footer-copy {
      margin: clamp(30px, 4vw, 46px) 0 0;
      color: var(--muted);
      font-size: 12px;
      letter-spacing: .04em;
      text-align: center;
    }

    [data-animate] {
      opacity: 0;
      transform: translateY(34px);
      transition: opacity .7s var(--ease), transform .8s var(--ease);
    }

    [data-animate].is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    .sofnet-site-page .page-route-grid a:hover,
    .sofnet-site-page .recruit-lp-nav a:hover,
    .sofnet-site-page .recruit-path-grid a:hover,
    .sofnet-site-page .recruit-final-routes a:hover,
    .sofnet-site-page .route-grid article:hover,
    .sofnet-site-page .editorial-list article:hover,
    .sofnet-site-page .column-category-grid a:hover {
      border-color: var(--line);
      background: var(--accent);
      color: var(--ink);
      box-shadow: none;
    }

    .sofnet-site-page .contact-routes article:nth-child(2),
    .sofnet-site-page .recruit-pillar-grid article:first-child {
      background: var(--white);
      border-color: var(--line);
      box-shadow: none;
    }

    .sofnet-site-page .section-label,
    .sofnet-site-page .sub-label,
    .sofnet-site-page .job-list em,
    .sofnet-site-page .editorial-list em,
    .sofnet-site-page .route-grid em,
    .sofnet-site-page .contact-routes em {
      color: var(--sub-yellow-text);
    }

    @keyframes titleRise {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes frameIn {
      to {
        opacity: 1;
        transform: translateY(0) scale(1);
      }
    }

    @keyframes floatNote {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-10px);
      }
    }

    @keyframes ticker {
      to {
        transform: translateX(-50%);
      }
    }

    @media (max-width: 1080px) {
      .site-header {
        grid-template-columns: 1fr auto;
      }

      .header-nav {
        display: none;
      }

      .header-tools {
        gap: 12px;
      }

      .menu-toggle {
        display: inline-grid;
      }

      .mobile-menu {
        position: fixed;
        z-index: 29;
        top: 74px;
        right: clamp(18px, 4vw, 48px);
        left: clamp(18px, 4vw, 48px);
        display: block;
        max-height: calc(100svh - 92px);
        overflow: auto;
        padding: clamp(22px, 4vw, 34px);
        border: 1px solid rgba(9, 9, 9, .12);
        background: rgba(255, 255, 255, .94);
        box-shadow: 0 30px 90px rgba(20, 30, 24, .16);
        backdrop-filter: blur(18px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-14px) scale(.985);
        transition: opacity .32s var(--ease), visibility .32s var(--ease), transform .42s var(--ease);
      }

      body.sofnet-menu-open .mobile-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0) scale(1);
      }

      .mobile-menu-links {
        display: grid;
      }

      .mobile-menu-main {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
      }

      .mobile-menu-main::after {
        content: "↘";
        font-family: sans-serif;
        font-size: 17px;
        line-height: 1;
      }

      .mobile-menu-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        margin-top: 24px;
      }

      .mobile-menu-contact {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        padding: 0 18px;
        border: 1px solid currentColor;
        font-family: Oswald, sans-serif;
        font-size: 14px;
        letter-spacing: .08em;
        line-height: 1;
        text-transform: uppercase;
      }

      .mobile-menu-social {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 8px;
      }

      .mobile-menu-social a {
        display: inline-grid;
        place-items: center;
        width: 40px;
        height: 40px;
        border: 1px solid rgba(9, 9, 9, .16);
        border-radius: 7px;
        font-size: 16px;
      }

      .hero,
      .section-head,
      .sub-hero,
      .sub-section-head,
      .page-route-nav,
      .recruit-intro-grid,
      .split-feature,
      .story-grid,
      .recruit-panel {
        grid-template-columns: 1fr;
      }

      .hero {
        min-height: auto;
        padding-top: 110px;
      }

      .hero-copy {
        padding-bottom: 0;
      }

      .hero-visual {
        min-height: 62vh;
      }

      .sub-hero {
        min-height: auto;
        padding-top: 110px;
      }

      .sub-hero--compact {
        min-height: 440px;
      }

      .column-hero::after {
        width: min(48vw, 360px);
        opacity: .42;
      }

      .column-cluster-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        position: static;
      }

      .column-featured-grid,
      .sofnet-cf7-grid,
      .column-cluster-layout {
        grid-template-columns: 1fr;
      }

      .column-featured-card,
      .column-featured-card.is-primary {
        min-height: auto;
      }

      .column-featured-card.is-primary {
        grid-row: auto;
      }

      .column-sidebar {
        position: static;
        max-height: none;
        overflow: visible;
        padding-right: 0;
      }

      .column-topic-block {
        scroll-margin-top: 96px;
      }

      .sub-title {
        font-size: 82px;
      }

      .sub-lead {
        font-size: 18px;
      }

      .sub-hero-visual,
      .image-block {
        height: 460px;
      }

      .recruit-photo {
        min-height: 420px;
      }

      .people-grid,
      .features,
      .column-grid,
      .recruit-pillar-grid,
      .recruit-path-grid,
      .recruit-step-list,
      .recruit-final-routes,
      .recruit-visual-strip,
      .recruit-work-grid,
      .recruit-benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .editorial-list,
      .route-grid,
      .contact-routes,
      .column-category-grid,
      .member-list,
      .metric-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .job-list article {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
          "meta"
          "title"
          "text"
          "action";
        align-items: start;
      }

      .job-detail-layout,
      .job-location-list {
        grid-template-columns: 1fr;
      }

      .job-summary-panel {
        position: static;
      }

      .column-category-hero .sub-lead {
        white-space: normal;
      }

      .faq-list article {
        grid-template-columns: 72px minmax(0, 1fr);
      }

      .faq-list p {
        grid-column: 2;
      }

      .footer-nav-grid {
        flex-wrap: wrap;
      }

      .footer-nav-grid nav {
        flex: 1 1 220px;
      }
    }

    @media (max-width: 640px) {
      html {
        scroll-padding-top: 82px;
      }

      .sofnet-top-page *,
      .sofnet-site-page * {
        min-width: 0;
      }

      .site-header,
      .site-footer,
      .sub-main,
      .hero,
      .section,
      .sub-section,
      .sub-hero,
      .mobile-menu {
        max-width: 100%;
      }

      .brand-name {
        font-size: 13px;
        white-space: normal;
        overflow-wrap: anywhere;
      }

      .header-cta {
        display: none;
      }

      .header-social {
        display: none;
      }

      .mobile-menu {
        right: 16px;
        left: 16px;
        padding: 22px;
      }

      .mobile-menu-bottom {
        display: grid;
        align-items: stretch;
      }

      .mobile-menu-contact {
        width: 100%;
      }

      .mobile-menu-social {
        justify-content: center;
      }

      .hero {
        padding-inline: 16px;
      }

      .hero-visual {
        grid-template-columns: 1fr 1fr;
        min-height: 520px;
      }

      .hero-frame.main {
        grid-column: 1 / -1;
        grid-row: auto;
      }

      .section {
        padding-inline: 16px;
        scroll-margin-top: 82px;
      }

      .sub-hero {
        gap: 28px;
        padding: 104px 16px 44px;
      }

      .sub-hero--compact {
        min-height: 390px;
      }

      .column-hero::after {
        display: none;
      }

      .column-hero-stats {
        margin-top: 24px;
      }

      .column-hero-stats span {
        padding: 15px 16px;
      }

      .column-hero-stats strong {
        font-size: 28px;
      }

      .column-cluster-nav {
        grid-template-columns: 1fr;
      }

      .column-cluster-nav a {
        min-height: 62px;
        padding: 12px 16px;
      }

      .column-featured-card figure {
        min-height: 210px;
      }

      .column-featured-card figure.is-noimage img,
      .column-news-row figure.is-noimage img {
        width: min(54%, 150px);
      }

      .column-topic-head {
        grid-template-columns: 1fr;
        gap: 14px;
      }

      .column-topic-head em {
        justify-self: start;
      }

      .column-news-row a {
        grid-template-columns: 1fr;
      }

      .column-news-row figure {
        aspect-ratio: 1.55;
      }

      .column-news-action {
        width: auto;
        height: 42px;
        border-radius: 0;
      }

      .sub-title {
        font-size: 52px;
      }

      .sub-title--article {
        font-size: 32px;
        line-height: 1.32;
      }

      .column-category-hero .sub-title {
        font-size: 32px;
        line-height: 1.28;
      }

      .sub-title--job-detail {
        font-size: 34px;
      }

      .sub-lead {
        margin-top: 18px;
        font-size: 16px;
        line-height: 1.85;
      }

      .column-category-hero .sub-lead {
        white-space: normal;
      }

      .sub-hero-visual,
      .image-block {
        height: 340px;
      }

      .sub-section {
        padding: 72px 16px;
        scroll-margin-top: 82px;
      }

      .recruit-lp-nav {
        position: static;
        top: 78px;
        gap: 6px;
        padding: 10px 16px;
      }

      .recruit-lp-nav a {
        min-height: 32px;
        padding: 0 10px;
        font-size: 12px;
      }

      .job-route-tabs {
        gap: 6px;
        padding: 12px 16px;
      }

      .job-route-tabs a {
        flex: 1 1 calc(50% - 6px);
        min-height: 38px;
        padding: 0 10px;
        font-size: 12px;
      }

      .sub-section-head {
        gap: 14px;
        margin-bottom: 34px;
      }

      .sub-copy h3 {
        font-size: 25px;
      }

      .statement-large {
        font-size: 34px;
      }

      .business-grid,
      .people-grid,
      .features,
      .column-grid,
      .editorial-list,
      .route-grid,
      .contact-routes,
      .column-category-grid,
      .business-metric-grid,
      .page-route-grid,
      .recruit-pillar-grid,
      .recruit-path-grid,
      .recruit-step-list,
      .recruit-final-routes,
      .recruit-work-grid,
      .recruit-benefit-grid,
      .recruit-visual-strip,
      .store-list {
        grid-template-columns: 1fr;
      }

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

      .metric-grid article {
        min-height: 160px;
      }

      .metric-grid strong {
        font-size: 56px;
      }

      .info-table div {
        grid-template-columns: 1fr;
        gap: 6px;
      }

      .store-list dl div {
        grid-template-columns: 1fr;
        gap: 4px;
      }

      .job-list article {
        gap: 14px;
      }

      .job-list h2 {
        font-size: 28px;
      }

      .job-summary-panel,
      .job-spec-card {
        padding: 22px 18px;
      }

      .faq-list article,
      .form-grid,
      .member-list {
        grid-template-columns: 1fr;
      }

      .faq-list p {
        grid-column: auto;
      }

      .faq-list h3,
      .member-list h3 {
        font-size: 22px;
      }

      .member-list figure {
        height: 320px;
      }

      .article-body h2 {
        font-size: 25px;
      }

      .article-lead {
        font-size: 17px;
      }

      .article-source-content {
        font-size: 16px;
        line-height: 1.95;
      }

      .article-source-content h2 {
        font-size: 23px;
      }

      .article-source-content h3 {
        font-size: 20px;
      }

      .article-source-content img,
      .article-source-content iframe {
        max-width: 100%;
      }

      .column-article-cover {
        padding: 100px 16px 24px;
      }

      .column-article-cover-inner {
        display: grid;
        gap: 14px;
      }

      .column-article-meta {
        justify-content: flex-start;
      }

      .column-article-section {
        padding-top: 48px;
      }

      .column-article-head {
        gap: 14px;
      }

      .column-article-head h1 {
        line-height: 1.5;
      }

      .people-card:nth-child(2),
      .people-card:nth-child(4) {
        transform: none;
      }

      .article-card.big {
        grid-column: span 1;
        grid-row: span 1;
      }

      .recruit-photo {
        min-height: 340px;
      }

      .recruit-board {
        padding: 24px 18px;
      }

      .recruit-card {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px 14px;
        min-height: auto;
      }

      .recruit-card em {
        grid-column: 1 / -1;
      }

      .recruit-pillar-grid article,
      .recruit-path-grid a,
      .recruit-step-list article,
      .recruit-final-routes a,
      .recruit-work-grid article,
      .recruit-benefit-grid article {
        min-height: auto;
      }

      .recruit-visual-strip figure,
      .recruit-visual-strip figure:first-child {
        min-height: 230px;
      }

      .footer-top {
        display: grid;
      }

      .footer-brand-main h2 {
        white-space: normal;
        overflow-wrap: anywhere;
      }

      .footer-actions {
        justify-items: start;
      }

      .footer-social {
        justify-content: flex-start;
      }

      .footer-nav-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-items: center;
        gap: 28px 32px;
        width: 100%;
      }

      .footer-nav-grid nav {
        width: 100%;
        max-width: 160px;
        text-align: center;
      }

      .footer-sitemap ul {
        justify-items: center;
      }
    }

body.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}
