/*
Theme Name: ラボメン
Theme URI: https://labomen.co.jp/
Author: LABOMEN Inc.
Description: ラボメン株式会社オフィシャルサイト用テーマ（Twenty Twelve ベース）
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwelve
Tags: custom-menu, featured-images, full-width-template
*/

/* =================================================================
   1. リセット & グローバルセクター (resset.dev v5.0.2 ベース)
   ================================================================= */
   html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    -moz-tab-size: 4;
    tab-size: 4;
    scroll-behavior: smooth;
  }
  
  *,
  ::before,
  ::after {
    background-repeat: no-repeat;
    box-sizing: inherit;
  }
  
  ::before,
  ::after {
    text-decoration: inherit;
    vertical-align: inherit;
  }
  
  * {
    padding: 0;
    margin: 0;
  }
  
  html {
    overflow-x: clip;
  }
  
  body {
    color: #333;
    overflow-x: clip;
    max-width: 100%;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, "Noto Sans JP", sans-serif;
    -webkit-font-smoothing: antialiased;
  }
  
  hr {
    overflow: visible;
    height: 0;
    color: inherit;
  }
  
  details,
  main {
    display: block;
  }
  
  summary {
    display: list-item;
  }
  
  small {
    font-size: 80%;
  }
  
  [hidden] {
    display: none;
  }
  
  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
  }
  
  a {
    background-color: transparent;
    text-decoration: none;
    color: #19448e;
    transition: all 0.3s ease;
  }
  
  a:active,
  a:hover {
    outline-width: 0;
  }
  
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
  }
  
  pre {
    font-size: 1em;
  }
  
  b,
  strong {
    font-weight: bolder;
  }
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  table {
    border-color: inherit;
    text-indent: 0;
  }
  
  iframe {
    border-style: none;
  }
  
  img {
    border-style: none;
  }
  
  progress {
    vertical-align: baseline;
  }
  
  /* フォーム関連リセット */
  input,
  button,
  select,
  textarea {
    background-color: transparent;
    border-style: none;
    font: inherit;
  }
  
  input {
    border-radius: 0;
  }
  
  optgroup {
    font-weight: bold;
  }
  
  button {
    overflow: visible;
  }
  
  button,
  select {
    text-transform: none;
  }
  
  button,
  [type='button'],
  [type='reset'],
  [type='submit'],
  [role='button'] {
    cursor: pointer;
  }
  
  button::-moz-focus-inner,
  [type='button']::-moz-focus-inner,
  [type='reset']::-moz-focus-inner,
  [type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  button:-moz-focusring,
  [type='button']::-moz-focus-inner,
  [type='reset']::-moz-focus-inner,
  [type='submit']::-moz-focus-inner {
    outline: 1px dotted ButtonText;
  }
  
  button,
  html [type='button'],
  [type='reset'],
  [type='submit'] {
    -webkit-appearance: button;
  }
  
  a:focus,
  button:focus,
  input:focus,
  select:focus,
  textarea:focus {
    outline-width: 0;
  }
  
  select {
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  
  select::-ms-expand {
    display: none;
  }
  
  select::-ms-value {
    color: currentColor;
  }
  
  legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
  }
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    color: inherit;
    font: inherit;
  }
  
  [disabled] {
    cursor: default;
  }
  
  /* アクセシビリティ */
  [aria-busy='true'] {
    cursor: progress;
  }
  
  [aria-controls] {
    cursor: pointer;
  }
  
  [aria-disabled='true'] {
    cursor: default;
  }
  
  /* =================================================================
     2. 共通レイアウト
     ================================================================= */
  .inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 4%;
    box-sizing: border-box;
  }
  
  .site-content,
  #content {
    width: 100%;
  }
  
  /* =================================================================
     3. ヘッダーエリア
     ================================================================= */
  .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  
  .site-header {
    background-color: #fff;
    position: relative;
    z-index: 100;
  }
  
  .header_area {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 0 40px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    box-sizing: border-box;
    min-height: 90px;
    min-width: 0;
  }
  
  .header_area .logo {
    flex-shrink: 0;
  }
  
  .logo:hover {
    opacity: 0.8;
  }
  
  .logo-img {
    width: 200px;
    object-fit: contain;
    display: block;
  }
  
  .header-nav {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
    margin-right: 24px;
    min-width: 0;
  }
  
  .g_navi {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: clamp(12px, 1.4vw, 22px);
    align-items: center;
  }
  
  .g_navi_link a {
    display: block;
    padding: 8px 0 12px;
    font-size: clamp(0.7rem, 0.85vw, 0.8rem);
    font-weight: 500;
    color: #222;
    white-space: nowrap;
    position: relative;
    transition: color 0.2s ease;
  }
  
  .g_navi_link a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #f5b800;
    transform: scaleX(0);
    transition: transform 0.2s ease;
  }
  
  .g_navi_link a:hover {
    color: #000;
  }
  
  .g_navi_link a:hover::after,
  .g_navi_link.is-current a::after {
    transform: scaleX(1);
  }
  
  .header-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    align-self: stretch;
    padding: 0 36px;
    background-color: #f5b800;
    color: #222;
    font-size: 0.95rem;
    font-weight: 700;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background-color 0.2s ease;
  }
  
  .header-cta:hover {
    background-color: #e5ab00;
    color: #222;
  }
  
  .header-cta-icon {
    flex-shrink: 0;
  }
  /* PC環境ではスマホ専用コンポーネントを非表示にする */
  .sp {
    display: none;
  }
  img {
    width: 100%;
    object-fit: contain;
  }
  
  /* =================================================================
     4. トップページ
     ================================================================= */
  
  /* メインビジュアル */
  .mv {
    position: relative;
    overflow: hidden;
  }
  
  .mv_img {
    position: relative;
    width: 100%;
  }
  
  .mv_img > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  /* テキストの視認性を上げる左側のグラデーション */
  .mv_img::before {
    position: absolute;
    content: '';
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0) 60%);
  }
  
  .mv_content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
  }
  
  .mv_inner {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  
  .mv_catch {
    margin: 0;
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.35;
    color: #1a1a1a;
    letter-spacing: 0.02em;
  }
  
  .mv_catch_line {
    display: block;
  }
  
  .mv_catch_accent {
    color: #f5b800;
  }
  
  .mv_lead {
    margin: 28px 0 0;
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.9;
    color: #333;
  }
  
  .mv_btns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 36px;
  }
  
  .mv_btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    min-width: 200px;
    padding: 16px 26px;
    font-size: 0.95rem;
    font-weight: 700;
    border-radius: 4px;
    transition: all 0.25s ease;
  }
  
  .mv_btn_arrow {
    font-size: 1.1rem;
    line-height: 1;
  }
  
  .mv_btn--primary {
    background-color: #f5b800;
    color: #222;
  }
  
  .mv_btn--primary:hover {
    background-color: #e5ab00;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(245, 184, 0, 0.35);
  }
  
  .mv_btn--secondary {
    background-color: #fff;
    color: #222;
    border: 1px solid #333;
  }
  
  .mv_btn--secondary:hover {
    background-color: #222;
    color: #fff;
    transform: translateY(-2px);
  }
  
  /* --- 実績バー（MV直下・独立セクション） --- */
  .stats-bar-section {
    position: relative;
    z-index: 1;
    margin-top: 0;
    padding: 56px 4%;
    box-sizing: border-box;
    background: linear-gradient(
      135deg,
      rgba(255, 220, 118, 0.22) 0%,
      rgba(247, 247, 247, 1) 42%,
      rgba(255, 255, 255, 1) 100%
    );
    border-top: 1px solid rgba(245, 184, 0, 0.28);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  
  .stats-bar-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
  }
  
  .stats-bar {
    display: flex;
    align-items: stretch;
    background-color: #fff;
    border-top: 6px solid #f5b800;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }
  
  .stats-bar__list {
    display: flex;
    flex: 1;
    align-items: stretch;
    min-width: 0;
  }
  
  .stats-bar__item {
    display: flex;
    align-items: center;
    gap: clamp(10px, 1.2vw, 14px);
    flex: 1;
    padding: clamp(22px, 2.4vw, 34px) clamp(16px, 1.8vw, 22px);
    position: relative;
    min-width: 0;
  }
  
  .stats-bar__item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background-color: #e5e5e5;
  }
  
  .stats-bar__icon {
    flex-shrink: 0;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .stats-bar__icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
  }
  
  .stats-bar__body {
    min-width: 0;
  }
  
  .stats-bar__label {
    margin: 0;
    font-size: clamp(0.68rem, 1vw, 0.78rem);
    font-weight: 700;
    color: #1a2540;
    line-height: 1.4;
  }
  
  .stats-bar__value {
    margin: 4px 0 0;
    line-height: 1.2;
  }
  
  .stats-bar__num {
    font-size: clamp(1.85rem, 3.2vw, 3rem);
    font-weight: 900;
    position: relative;
    display: inline-block;
    letter-spacing: -0.02em;
    background: linear-gradient(180deg, #fff2b8 0%, #f5b800 38%, #e58d00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  
  .stats-bar__num::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 56%;
    width: 130px;
    height: 42px;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle at center, rgba(245, 184, 0, 0.35) 0%, rgba(245, 184, 0, 0.0) 65%);
    pointer-events: none;
    z-index: -1;
  }
  
  .stats-bar__unit {
    font-size: 0.85rem;
    font-weight: 700;
    color: #222;
    margin-left: 2px;
  }
  
  .stats-bar__sub {
    margin: 4px 0 0;
    font-size: 0.68rem;
    color: #666;
    line-height: 1.4;
  }
  
  .stats-bar__cta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    background-color: #f5b800;
    padding: 20px 16px 20px 28px;
    border-radius: 0 0 16px 0;
    position: relative;
    min-width: 260px;
  }
  
  .stats-bar__cta-content {
    flex: 1;
    min-width: 0;
  }
  
  .stats-bar__cta-lead {
    margin: 0 0 12px;
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
  }
  
  .stats-bar__cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 16px;
    border: 1px solid #19448E;
    background-color: #19448E;
    border-radius: 4px;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    transition: all 0.25s ease;
  }
  
  .stats-bar__cta-btn:hover {
    background-color: #fff;
    color: #222;
  }
  
  .stats-bar__cta-arrow {
    font-size: 1rem;
    line-height: 1;
  }
  
  .stats-bar__mascot {
    flex-shrink: 0;
    width: 80px;
    height: auto;
    margin-right: -8px;
    align-self: flex-end;
  }
  
  /* 実績バー：1001px〜1200px（4列横並び時の段落ち揃え） */
  @media (min-width: 1001px) and (max-width: 1200px) {
    .stats-bar__item {
      padding: 20px 10px;
      gap: 8px;
    }
  
    .stats-bar__icon,
    .stats-bar__icon img {
      width: 40px;
      height: 40px;
    }
  
    .stats-bar__label {
      font-size: 0.64rem;
      letter-spacing: -0.03em;
      white-space: nowrap;
    }
  
    .stats-bar__num {
      font-size: clamp(1.55rem, 2.2vw, 2rem);
    }
  
    .stats-bar__num::after {
      width: 100px;
      height: 34px;
    }
  
    .stats-bar__unit {
      font-size: 0.75rem;
    }
  
    .stats-bar__sub {
      font-size: 0.6rem;
      line-height: 1.45;
      min-height: calc(0.6rem * 1.45 * 2);
    }
  
    .stats-bar__cta {
      min-width: 220px;
      padding: 16px 12px 16px 20px;
    }
  
    .stats-bar__cta-lead {
      font-size: 0.85rem;
    }
  
    .stats-bar__cta-btn {
      font-size: 0.72rem;
      padding: 7px 12px;
    }
  
    .stats-bar__mascot {
      width: 68px;
    }
  }
  
  /* --- 選ばれる理由 --- */
  .reasons-section {
    background-color: #fff;
    padding: 120px 4% 140px;
    box-sizing: border-box;
  }
  
  .reasons-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 40px;
  }
  
  .reasons-head {
    flex: 0 0 220px;
    padding-top: 8px;
  }
  
  .reasons-title {
    margin: 0;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.45;
    color: #1a1a1a;
  }
  
  .reasons-title_line {
    display: block;
  }
  
  .reasons-title::after {
    content: '';
    display: block;
    width: 48px;
    height: 4px;
    background-color: #ffdc76;
    margin-top: 16px;
  }
  
  .reasons-lead {
    margin: 24px 0 0;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.9;
    color: #333;
  }
  
  .reasons-btn {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
    padding: 12px 24px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    color: #222;
    font-size: 0.9rem;
    font-weight: 700;
    transition: all 0.25s ease;
  }
  
  .reasons-btn:hover {
    border-color: #222;
    background-color: #222;
    color: #fff;
  }
  
  .reasons-btn_arrow {
    font-size: 1.1rem;
    line-height: 1;
  }
  
  .reasons-cards {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
  }
  
  .reasons-row {
    display: grid;
    gap: 14px;
  }
  
  .reasons-row--top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .reasons-row--bottom {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: center;
  }
  
  .reasons-card {
    min-width: 0;
    width: 100%;
    background-color: #ffdc76;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    position: relative;
    display: flex;
    flex-direction: column;
    height: 340px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  }
  
  .reasons-card--featured {
    border-color: #f5b800;
    border-width: 2px;
    background: linear-gradient(180deg, #19448e 0%, #1a2540 100%);
    box-shadow: 0 18px 48px rgba(25, 68, 142, 0.25);
    transform: translateY(-6px);
  }
  
  .reasons-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.12);
  }
  
  .reasons-card--featured:hover {
    transform: translateY(-10px);
  }
  
  .reasons-card--point01::before,
  .reasons-card--point02::before,
  .reasons-card--point03::before,
  .reasons-card--point04::before,
  .reasons-card--point05::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(245, 184, 0, 0.95);
    color: #1a2540;
    font-weight: 900;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    z-index: 3;
  }
  
  .reasons-card--point01::before {
    content: 'POINT 01';
  }
  
  .reasons-card--point02::before {
    content: 'POINT 02';
  }
  
  .reasons-card--point03::before {
    content: 'POINT 03';
  }
  
  .reasons-card--point04::before {
    content: 'POINT 04';
  }
  
  .reasons-card--point05::before {
    content: 'POINT 05';
  }
  
  .reasons-card--featured .reasons-card__img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 220, 118, 0.18) 0%, rgba(25, 68, 142, 0.35) 100%);
    pointer-events: none;
  }
  
  .reasons-card--featured .reasons-card__title {
    color: #fff;
    font-size: 1rem;
  }
  
  .reasons-card--featured .reasons-card__text {
    color: rgba(255, 255, 255, 0.88);
  }
  
  .reasons-card--featured .reasons-card__icon {
    background-color: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 220, 118, 0.55);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.25);
  }
  
  /* 非featuredカードの背景 */
  .reasons-card--plain {
    background-color: #fff;
  }
  
  .reasons-card--muted {
    background-color: #f7f7f7;
  }
  
  .reasons-card__img-wrap {
    position: relative;
  }
  
  .reasons-card__img-wrap img {
    display: block;
    width: 100%;
    height: 206px;
    aspect-ratio: auto;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
  }
  
  .reasons-card__icon {
    position: absolute;
    left: 12px;
    bottom: -18px;
    z-index: 2;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(25, 68, 142, 0.5);
    border-radius: 6px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
  }
  .reasons-card__icon img {
    width: 100%;
    object-fit: contain;
  }
  .reasons-card__body {
    padding: 24px 14px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  
  .reasons-card__title {
    margin: 0;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.5;
    color: #1a1a1a;
  }
  
  .reasons-card__text {
    margin: 10px 0 0;
    font-size: 0.72rem;
    line-height: 1.75;
    color: #555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  
  /* --- 協力会社様の声（インタビュー） --- */
  .voice-section {
    background-color: #f7f7f7;
    padding: 120px 4% 140px;
    box-sizing: border-box;
  }
  
  .voice-inner {
    max-width: 1400px;
    margin: 0 auto;
  }
  
  .voice-head {
    margin-bottom: 34px;
  }
  
  .voice-title {
    margin: 0;
    font-size: 2rem;
    font-weight: 900;
    color: #1a1a1a;
    line-height: 1.45;
    padding-left: 18px;
    border-left: 8px solid #f5b800;
  }
  
  .voice-lead {
    margin: 18px 0 0;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.95;
    color: #333;
    max-width: 920px;
  }
  
  .voice-layout {
    display: grid;
    grid-template-columns: minmax(260px, 38%) minmax(0, 1fr);
    gap: 36px;
    align-items: stretch;
  }
  
  .voice-visual {
    position: relative;
    min-height: 560px;
    overflow: hidden;
  }
  
  .voice-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .voice-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(26, 37, 64, 0) 38%, rgba(26, 37, 64, 0.32) 100%);
  }
  
  .voice-list {
    background-color: transparent;
  }
  
  .voice-item {
    position: relative;
    padding: 24px 0 24px 26px;
  }
  
  .voice-item:not(:last-child) {
    border-bottom: 1px solid rgba(26, 37, 64, 0.18);
  }
  
  .voice-item::before {
    content: '“';
    position: absolute;
    top: 6px;
    left: -2px;
    font-size: 3.3rem;
    font-weight: 900;
    line-height: 1;
    color: rgba(245, 184, 0, 0.35);
    pointer-events: none;
  }
  
  .voice-item__quote {
    margin: 0;
    font-size: 0.94rem;
    line-height: 2;
    color: #1a1a1a;
    font-weight: 600;
  }
  
  .voice-item__meta {
    margin: 12px 0 0;
    font-size: 0.78rem;
    color: #1a2540;
    font-weight: 700;
    letter-spacing: 0.02em;
  }
  
  .voice-item__meta strong {
    display: inline-block;
    margin-right: 8px;
    color: #19448E;
  }
  
  /* --- 登録から案件開始まで（STEP） --- */
  .step-section {
    background-color: #fff;
    padding: 120px 4% 140px;
    box-sizing: border-box;
  }
  
  .step-inner {
    max-width: 1400px;
    margin: 0 auto;
  }
  
  .step-head {
    text-align: center;
    margin-bottom: 42px;
  }
  
  .step-title {
    margin: 0;
    font-size: 2rem;
    font-weight: 900;
    color: #1a1a1a;
  }
  
  .step-subtitle {
    margin: 8px 0 0;
    font-size: 0.72rem;
    letter-spacing: 0.25em;
    font-weight: 700;
    color: rgba(26, 37, 64, 0.55);
  }
  
  .step-head::after {
    content: '';
    display: block;
    width: 220px;
    max-width: 50%;
    height: 2px;
    margin: 14px auto 0;
    background: linear-gradient(90deg, transparent 0%, rgba(25, 68, 142, 0.45) 50%, transparent 100%);
  }
  
  .step-lead {
    margin: 18px auto 0;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.9;
    color: #333;
    max-width: 920px;
  }
  
  .step-line {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }
  
  .step-line__track {
    position: absolute;
    top: 46px;
    left: 8%;
    right: 8%;
    height: 2px;
    background-color: rgba(26, 37, 64, 0.18);
    z-index: 0;
  }
  
  .step-item {
    position: relative;
    padding: 0 4px 0 0;
    z-index: 1;
  }
  
  .step-item::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    border-radius: 50%;
    background-color: #f5b800;
    box-shadow: 0 0 0 8px rgba(245, 184, 0, 0.18);
  }
  
  .step-node {
    position: relative;
    margin: 0 0 26px;
    font-size: 4.8rem;
    font-weight: 900;
    line-height: 1;
    color: rgba(26, 37, 64, 0.08);
    letter-spacing: -0.03em;
  }
  
  .step-item__content {
    position: relative;
    padding-left: 2px;
  }
  
  .step-item__title {
    margin: 0;
    font-size: 1rem;
    font-weight: 900;
    color: #1a1a1a;
    line-height: 1.7;
  }
  
  .step-item__text {
    margin: 10px 0 0;
    font-size: 0.84rem;
    font-weight: 500;
    line-height: 1.95;
    color: #333;
  }
  
  /* --- 事業内容 --- */
  .business-section {
    background-color: #f7f7f7;
    padding: 120px 4% 140px;
    box-sizing: border-box;
  }
  
  .business-inner {
    max-width: 1400px;
    margin: 0 auto;
  }
  
  .business-title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 36px;
    font-size: 2rem;
    font-weight: 900;
    color: #1a1a1a;
  }
  
  .business-title_accent {
    display: inline-block;
    width: 40px;
    height: 4px;
    background-color: #446bad;
    flex-shrink: 0;
  }
  
  .business-cards {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 10px;
  }
  
  .business-row {
    display: grid;
    gap: 14px;
  }
  
  .business-row--top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .business-row--bottom {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  
  .business-card {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    color: inherit;
    text-decoration: none;
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  }
  
  .business-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.12);
  }
  
  .business-card__img-wrap {
    position: relative;
  }
  
  .business-card__img-wrap img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
  }
  
  .business-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin: 18px auto 0;
    border-radius: 18px;
    background-color: rgba(var(--accent-rgb, 25, 68, 142), 0.08);
    border: 1px solid rgba(var(--accent-rgb, 25, 68, 142), 0.18);
    box-shadow: none;
  }
  .business-card__icon img {
    width: 40px;
    object-fit: contain;
  }
  
  .business-card__body {
    position: relative;
    flex: 1;
    padding: 16px 14px 20px;
  }
  
  .business-card__title {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.5;
    color: #1a2540;
  }
  
  .business-card__text {
    margin: 10px 0 0;
    font-size: 0.78rem;
    line-height: 1.75;
    color: #444;
  }
  
  .business-card__arrow {
    display: none;
  }
  
  .business-card--main {
    color: #fff;
    border: 1px solid rgba(var(--accent-rgb, 25, 68, 142), 0.25);
    min-height: 320px;
  }
  
  .business-card--main .business-card__img-wrap {
    position: absolute;
    inset: 0;
  }
  
  .business-card--main .business-card__img-wrap img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    border-radius: 0;
  }
  
  .business-card--main .business-card__img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.08) 0%,
      rgba(0, 0, 0, 0.55) 60%,
      rgba(var(--accent-rgb, 25, 68, 142), 0.35) 100%
    );
    pointer-events: none;
  }
  
  .business-card--main .business-card__icon {
    position: absolute;
    top: 18px;
    left: 18px;
    margin: 0;
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: none;
    z-index: 2;
  }
  
  .business-card--main .business-card__icon img {
    width: 34px;
  }
  
  .business-card--main .business-card__body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 26px 16px 44px;
  }
  
  .business-card--main .business-card__title {
    color: #fff;
    font-size: 1.1rem;
  }
  
  .business-card--main .business-card__text {
    color: rgba(255, 255, 255, 0.92);
  }
  
  .business-card--main .business-card__arrow {
    display: block;
    position: absolute;
    right: 16px;
    bottom: 18px;
    font-size: 1.05rem;
    color: #fff;
    line-height: 1;
  }
  
  .business-card--mini .business-card__icon {
    position: absolute;
    top: 16px;
    left: 16px;
    margin: 0;
    width: 54px;
    height: 54px;
    z-index: 2;
    /* 上段（main）と同じく半透明の白でアイコンを浮かせる */
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.28);
  }
  
  .business-card--mini .business-card__icon img {
    width: 34px;
  }
  
  /* 工種ごとのカラーリング */
  .business-card--large { --accent: #19448E; --accent-rgb: 25, 68, 142; }
  .business-card--waterproof { --accent: #0B7285; --accent-rgb: 11, 114, 133; }
  .business-card--sealing { --accent: #F08C00; --accent-rgb: 240, 140, 0; }
  .business-card--painting { --accent: #E91E63; --accent-rgb: 233, 30, 99; }
  .business-card--reform { --accent: #8F641A; --accent-rgb: 143, 100, 26; }
  
  .business-card--mini {
    color: #fff;
    border: 1px solid rgba(var(--accent-rgb, 25, 68, 142), 0.25);
    min-height: 320px;
  }
  
  .business-card--mini .business-card__img-wrap {
    position: absolute;
    inset: 0;
  }
  
  .business-card--mini .business-card__img-wrap img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    border-radius: 0;
  }
  
  .business-card--mini .business-card__img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.08) 0%,
      rgba(0, 0, 0, 0.55) 60%,
      rgba(var(--accent-rgb, 25, 68, 142), 0.35) 100%
    );
    pointer-events: none;
  }
  
  .business-card--mini .business-card__body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 26px 16px 44px;
  }
  
  .business-card--mini .business-card__title {
    color: #fff;
    font-size: 1.1rem;
  }
  
  .business-card--mini .business-card__text {
    color: rgba(255, 255, 255, 0.92);
  }
  
  .business-card--mini .business-card__arrow {
    display: block;
    position: absolute;
    right: 16px;
    bottom: 18px;
    font-size: 1.05rem;
    color: #fff;
    line-height: 1;
  }
  
  .business-footer {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 24px;
    margin-top: 48px;
    position: relative;
  }
  
  .business-btn {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 16px 48px;
    background-color: #446bad;
    border-radius: 6px;
    color: #fcfcfc;
    font-size: 0.95rem;
    font-weight: 700;
    transition: all 0.25s ease;
  }
  
  .business-btn:hover {
    background-color: #e5ab00;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(245, 184, 0, 0.35);
    color: #fcfcfc;
  }
  
  .business-btn_arrow {
    font-size: 1.1rem;
    line-height: 1;
  }
  
  .business-mascot {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  
  .business-speech {
    position: relative;
    margin: 0 0 20px;
    padding: 12px 16px;
    background-color: #fff;
    border: 2px solid #222;
    border-radius: 12px;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.5;
    color: #222;
    white-space: nowrap;
  }
  
  .business-speech::after {
    content: '';
    position: absolute;
    right: -10px;
    bottom: 16px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #222;
  }
  
  .business-speech::before {
    content: '';
    position: absolute;
    right: -8px;
    bottom: 18px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff;
    z-index: 1;
  }
  
  .business-mascot img {
    width: 80px;
    height: auto;
    flex-shrink: 0;
  }
  
  /* --- ハウスクリーニング（トップ） --- */
  .hc-top-section {
    --hc-top-navy: #239FDB;
    --hc-top-navy-dark: #0C6FA8;
    --hc-top-sky: #EEF7FC;
    --hc-top-gold: #F5D422;
    background:
      radial-gradient(ellipse 80% 60% at 90% 10%, rgba(125, 211, 245, 0.45) 0%, transparent 55%),
      linear-gradient(180deg, #f7fbfe 0%, var(--hc-top-sky) 48%, #e8f4fb 100%);
    padding: 100px 4% 110px;
    box-sizing: border-box;
    overflow: hidden;
  }
  
  .hc-top-inner {
    max-width: 1400px;
    margin: 0 auto;
  }
  
  .hc-top-head {
    margin: 0 0 28px;
    text-align: left;
  }
  
  .hc-top-head__en {
    margin: 0 0 10px;
    color: var(--hc-top-navy);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
  }
  
  .hc-top-title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0;
    font-size: 2rem;
    font-weight: 900;
    color: #1a3a4a;
    letter-spacing: 0.04em;
  }
  
  .hc-top-title::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 4px;
    background: var(--hc-top-gold);
    flex-shrink: 0;
  }
  
  .hc-top-lead {
    margin: 14px 0 0;
    max-width: 36em;
    color: #5a7585;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
  
  .hc-top-banner {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid rgba(12, 111, 168, 0.18);
    box-shadow: 0 16px 48px rgba(35, 159, 219, 0.18);
    text-decoration: none !important;
    transform: translateZ(0);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
  }
  
  .hc-top-banner img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  }
  
  .hc-top-banner__cta {
    position: absolute;
    right: 4%;
    bottom: 8%;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 22px;
    background: var(--hc-top-gold);
    color: #1a3a4a;
    font-size: 0.92rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    box-shadow: 0 8px 24px rgba(12, 111, 168, 0.2);
    transition: transform 0.3s ease, background 0.3s ease;
  }
  
  .hc-top-banner__cta-arrow {
    font-size: 1.05rem;
    line-height: 1;
    transition: transform 0.3s ease;
  }
  
  .hc-top-banner:hover,
  .hc-top-banner:focus-visible {
    transform: translateY(-4px);
    box-shadow: 0 22px 56px rgba(35, 159, 219, 0.26);
  }
  
  .hc-top-banner:hover img,
  .hc-top-banner:focus-visible img {
    transform: scale(1.03);
  }
  
  .hc-top-banner:hover .hc-top-banner__cta,
  .hc-top-banner:focus-visible .hc-top-banner__cta {
    background: #ffe24a;
  }
  
  .hc-top-banner:hover .hc-top-banner__cta-arrow,
  .hc-top-banner:focus-visible .hc-top-banner__cta-arrow {
    transform: translateX(4px);
  }
  
  .hc-top-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    list-style: none;
    margin: 22px 0 0;
    padding: 0;
  }
  
  .hc-top-points li {
    padding: 10px 16px;
    background: #fff;
    border: 1px solid #c5e4f4;
    color: var(--hc-top-navy-dark);
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.4;
  }
  
  @media (max-width: 1000px) {
    .hc-top-section {
      padding: 72px 5% 80px;
    }
  
    .hc-top-title {
      font-size: 1.55rem;
    }
  
    .hc-top-banner__cta {
      right: 50%;
      bottom: 6%;
      transform: translateX(50%);
      width: max-content;
      max-width: calc(100% - 24px);
      padding: 12px 18px;
      font-size: 0.82rem;
    }
  
    .hc-top-banner:hover .hc-top-banner__cta,
    .hc-top-banner:focus-visible .hc-top-banner__cta {
      transform: translateX(50%);
    }
  }
  
  @media (max-width: 700px) {
    .hc-top-section {
      padding: 56px 5% 64px;
    }
  
    .hc-top-lead {
      font-size: 0.92rem;
    }
  
    .hc-top-banner {
      aspect-ratio: auto;
    }
  
    .hc-top-banner__cta {
      position: static;
      transform: none;
      width: 100%;
      max-width: none;
      justify-content: center;
      margin-top: 0;
      border-radius: 0;
    }
  
    .hc-top-banner:hover .hc-top-banner__cta,
    .hc-top-banner:focus-visible .hc-top-banner__cta {
      transform: none;
    }
  
    .hc-top-points {
      flex-direction: column;
    }
  
    .hc-top-points li {
      width: 100%;
      box-sizing: border-box;
      text-align: center;
    }
  }
  
  /* --- 施工事例（トップ） --- */
  .works-top-section {
    background-color: #fff;
    padding: 120px 4% 140px;
    box-sizing: border-box;
  }
  
  .works-top-inner {
    max-width: 1400px;
    margin: 0 auto;
  }
  
  .works-top-header {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 20px;
    row-gap: 12px;
    margin-bottom: 36px;
  }
  
  .works-top-title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0;
    font-size: 2rem;
    font-weight: 900;
    color: #1a1a1a;
    flex-shrink: 0;
    grid-column: 1;
    grid-row: 1;
  }
  
  .works-top-title_accent {
    display: inline-block;
    width: 40px;
    height: 4px;
    background-color: #f5b800;
    flex-shrink: 0;
  }
  
  .works-top-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
    grid-column: 2;
    grid-row: 1;
    justify-content: flex-start;
    min-width: 0;
  }
  
  .works-top-filter button {
    padding: 8px 14px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #333;
    border-radius: 20px;
    background: transparent;
    transition: all 0.2s ease;
    white-space: nowrap;
  }
  
  .works-top-filter button:hover {
    color: #000;
  }
  
  .works-top-filter button.is-active {
    background-color: #f5b800;
    color: #222;
  }
  
  .works-top-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #333;
    flex-shrink: 0;
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
    white-space: nowrap;
    transition: color 0.2s ease;
  }
  
  .works-top-all:hover {
    color: #000;
  }
  
  .works-top-all_arrow {
    font-size: 1rem;
    line-height: 1;
  }
  
  /* 施工事例ヘッダー：1001px〜1300px（フィルター段落ち抑制） */
  @media (min-width: 1001px) and (max-width: 1300px) {
    .works-top-header {
      column-gap: 30px;
    }
  
    .works-top-filter {
      gap: 15px;
    }
  
    .works-top-filter button {
      padding: 7px 10px;
      font-size: 0.68rem;
    }
  }
  
  .works-top-slider-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  
  .works-top-slider {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    padding: 5px 0;
  }
  
  .works-top-slider-prev,
  .works-top-slider-next {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a2540;
    color: #fff;
    border-radius: 50%;
    transition: background-color 0.2s ease;
    z-index: 2;
  }
  
  .works-top-slider-prev:hover,
  .works-top-slider-next:hover {
    background-color: #2d3a5c;
  }
  
  .works-top-slider-prev.swiper-button-disabled,
  .works-top-slider-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: not-allowed;
  }
  
  .works-top-card {
    display: block;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    color: inherit;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: 100%;
  }
  
  .works-top-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    color: inherit;
  }
  
  .works-top-card__img {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #e8edf5;
  }
  
  .works-top-card__img img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
  }
  
  .works-top-card__img--logo {
    background: #f7f9fc;
  }
  
  .works-top-card__img--logo img {
    object-fit: contain;
    padding: 14% 12%;
    box-sizing: border-box;
  }
  
  .works-top-card__label {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 6px 12px;
    background-color: #1a2540;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1.4;
  }
  
  .works-top-card__body {
    padding: 16px 14px 18px;
  }
  
  .works-top-card__title {
    margin: 0;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.5;
    color: #1a1a1a;
  }
  
  .works-top-card__period {
    margin: 8px 0 0;
    font-size: 0.75rem;
    color: #666;
    line-height: 1.5;
  }
  
  .works-top-slider .swiper-slide {
    height: auto;
  }
  
  .works-top-slider .swiper-slide.is-hidden {
    display: none !important;
  }
  
  .works-top-slider .swiper-button-disabled {
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: none;
  }
  
  /* 施工実績アーカイブ */
  .works-archive-section {
    padding: 48px 4% 100px;
    box-sizing: border-box;
  }
  
  .works-archive-inner {
    max-width: 1400px;
    margin: 0 auto;
  }

  .works-archive-lead {
    margin: 0 0 28px;
    font-size: 0.95rem;
    line-height: 1.8;
    color: #444;
  }
  
  .works-archive-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0 0 32px;
    padding: 0;
  }
  
  .works-archive-filter__link {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #333;
    background-color: #f7f7f7;
    transition: all 0.2s ease;
  }
  
  .works-archive-filter__link:hover,
  .works-archive-filter__link.is-active {
    background-color: #f5b800;
    color: #222;
  }
  
  .works-archive-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
  
  .works-archive-grid__item {
    min-width: 0;
  }
  
  .works-archive-empty,
  .blog-archive-section {
    max-width: 1400px;
    margin: 0 auto;
    padding: 48px 4% 100px;
    box-sizing: border-box;
  }
  
  .works-archive-empty {
    padding-left: 0;
    padding-right: 0;
    color: #666;
  }
  
  /* ── ブログ一覧 ── */
  .blog-archive-inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  
  .blog-archive-lead {
    margin: 0 0 36px;
    color: #555;
    font-size: 0.95rem;
    letter-spacing: 0.04em;
    line-height: 1.8;
    text-align: center;
  }
  
  .blog-archive-lead a {
    color: #19448E;
    font-weight: 700;
    text-decoration: none;
  }
  
  .blog-archive-lead a:hover {
    color: #8F641A;
  }
  
  .blog-archive-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 22px;
  }
  
  .blog-archive-empty {
    margin: 40px 0 0;
    text-align: center;
    color: #666;
  }
  
  .blog-card {
    margin: 0;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 28px rgba(26, 37, 64, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(26, 37, 64, 0.1);
  }
  
  .blog-card__link {
    display: block;
    color: inherit;
    text-decoration: none !important;
    height: 100%;
  }
  
  .blog-card__img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #eef2f8;
  }
  
  .blog-card__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .blog-card__img--logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(160deg, #f5f7fb 0%, #e8eef8 100%);
  }
  
  .blog-card__img--logo img {
    width: auto;
    max-width: 48%;
    height: auto;
    max-height: 56%;
    object-fit: contain;
  }
  
  .blog-card__label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 14px;
    background: #19448E;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
  }
  
  .blog-card__body {
    padding: 20px 18px 22px;
  }
  
  .blog-card__date {
    display: block;
    margin: 0 0 8px;
    color: #8a94a6;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
  }
  
  .blog-card__title {
    margin: 0 0 12px;
    color: #1a2540;
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1.55;
    word-break: keep-all;
    line-break: strict;
    text-wrap: balance;
  }
  
  .blog-card__excerpt {
    margin: 0 0 16px;
    color: #555;
    font-size: 0.88rem;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
  
  .blog-card__more {
    display: inline-block;
    color: #19448E;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.06em;
  }
  
  .blog-card:hover .blog-card__more {
    color: #8F641A;
  }
  
  .blog-archive-section .navigation.pagination,
  .blog-archive-section .nav-links,
  .blog-archive-section ul.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 48px;
    padding: 0;
    list-style: none;
  }
  
  .blog-archive-section ul.page-numbers li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .blog-archive-section .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    background: #fff;
    border: 1px solid #d9e1ee;
    color: #19448E;
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
  }
  
  .blog-archive-section .page-numbers.current,
  .blog-archive-section a.page-numbers:hover {
    background: #19448E;
    border-color: #19448E;
    color: #fff;
  }
  
  /* ── ブログ詳細 ── */
  .blog-detail__inner {
    max-width: 820px;
    margin: 0 auto;
    padding: 48px 4% 96px;
    box-sizing: border-box;
  }
  
  .blog-detail__meta {
    list-style: none;
    margin: 0 0 32px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  
  .blog-detail__meta-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 160px;
    padding: 14px 18px;
    background: #f5f7fb;
    border-left: 3px solid #f5b800;
  }
  
  .blog-detail__meta-label {
    color: #8a94a6;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.16em;
  }
  
  .blog-detail__meta-value {
    color: #1a2540;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.04em;
  }
  
  .blog-detail__thumbnail {
    margin: 0 0 36px;
  }
  
  .blog-detail__thumbnail img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .blog-detail__body {
    margin-bottom: 48px;
  }
  
  .blog-detail__body p {
    margin: 0 0 1.35em;
    color: #333;
    font-size: 1rem;
    line-height: 1.95;
    letter-spacing: 0.02em;
    line-break: strict;
    text-wrap: pretty;
  }
  
  .blog-detail__body h2 {
    margin: 2.2em 0 0.9em;
    padding-bottom: 0.45em;
    color: #19448E;
    font-size: clamp(1.15rem, 2.4vw, 1.35rem);
    font-weight: 900;
    letter-spacing: 0.06em;
    line-height: 1.5;
    border-bottom: 2px solid #D7AE67;
    word-break: keep-all;
    line-break: strict;
  }
  
  .blog-detail__body ul,
  .blog-detail__body ol {
    list-style: none;
    margin: 0 0 1.8em;
    padding: 0;
    display: grid;
    gap: 10px;
  }
  
  .blog-detail__body ul > li {
    position: relative;
    margin: 0;
    padding: 14px 18px 14px 48px;
    background: linear-gradient(160deg, #f7f9fc 0%, #eef2f8 100%);
    border-left: 3px solid #19448E;
    color: #1a2540;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
  
  .blog-detail__body ul > li::before {
    content: '';
    position: absolute;
    left: 18px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f5b800;
    transform: translateY(-50%);
  }
  
  .blog-detail__body a {
    color: #19448E;
    font-weight: 700;
  }
  
  .blog-detail__body a:hover {
    color: #8F641A;
  }
  
  .blog-detail__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 28px;
    padding-top: 28px;
    border-top: 1px solid #e2e8f0;
  }
  
  .blog-detail__nav a {
    display: block;
    padding: 16px 18px;
    background: #f5f7fb;
    color: #19448E;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.6;
    text-decoration: none;
    word-break: keep-all;
  }
  
  .blog-detail__nav a:hover {
    background: #eef2f8;
    color: #8F641A;
  }
  
  .blog-detail__nav-next {
    text-align: right;
  }
  
  .blog-detail__back {
    margin: 0;
    text-align: center;
  }
  
  .blog-detail__back a {
    color: #19448E;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-decoration: none;
  }
  
  .blog-detail__back a:hover {
    color: #8F641A;
  }
  
  @media (max-width: 900px) {
    .blog-archive-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 700px) {
    .blog-archive-section {
      padding: 32px 4% 72px;
    }
  
    .blog-archive-grid {
      grid-template-columns: 1fr;
    }
  
    .blog-detail__inner {
      padding: 32px 4% 72px;
    }
  
    .blog-detail__nav {
      grid-template-columns: 1fr;
    }
  
    .blog-detail__nav-next {
      text-align: left;
    }
  }
  
  /* =================================================================
     5. 下層ページ
     ================================================================= */
  
  /* 下層ページヘッダー */
  .entry-header {
    position: relative;
    background: linear-gradient(125deg, #19448E 0%, #1f54af 48%, #1a2540 100%);
    overflow: hidden;
    border-bottom: 4px solid #f5b800;
  }
  
  .entry-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #f5b800 0%, #D7AE67 100%);
    z-index: 2;
  }
  
  .entry-header::after {
    content: '';
    position: absolute;
    right: -60px;
    top: -60px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(245, 184, 0, 0.1);
    pointer-events: none;
  }
  
  .entry-title {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
    padding: 48px 4% 44px calc(4% + 22px);
    color: #fff;
    font-size: clamp(1.55rem, 3.4vw, 2.2rem);
    font-weight: 900;
    letter-spacing: 0.06em;
    line-height: 1.5;
    text-shadow: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: none;
    text-wrap: balance;
    word-break: keep-all;
    line-break: strict;
  }
  
  .entry-title > span {
    order: -1;
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    color: #f5b800;
    text-transform: uppercase;
    text-shadow: none;
    opacity: 0.95;
  }

  /* パンくず（AIOSEO） */
  .aioseo-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35em 0.5em;
    max-width: 1100px;
    width: 92%;
    margin: 18px auto 0;
    padding: 0 0 0 calc(4% + 6px);
    box-sizing: border-box;
    color: #5a6478;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.6;
  }

  .aioseo-breadcrumb {
    display: inline-flex;
    align-items: center;
  }

  .aioseo-breadcrumbs a {
    color: #19448E;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
  }

  .aioseo-breadcrumbs a:hover {
    color: #1f54af;
    border-bottom-color: #D7AE67;
    opacity: 1;
  }

  .aioseo-breadcrumb-separator {
    color: #D7AE67;
    font-size: 0.8em;
    line-height: 1;
  }

  .aioseo-breadcrumb:last-child {
    color: #1a2540;
    font-weight: 700;
  }

  @media screen and (max-width: 782px) {
    .aioseo-breadcrumbs {
      width: 100%;
      margin-top: 14px;
      padding: 0 4%;
      font-size: 0.8rem;
    }
  }
  
  
  .ttl1 {
    padding: 30px 0 30px 30px;
    color: #19448E;
    border-left: #19448E solid 6px;
    font-size: 30px;
    letter-spacing: 0.1em;
  }
  
  .ttl2 {
    font-size: 20px;
    color: #D7AE67;
    margin-bottom: 20px;
  }
  
  .ttl3 {
    margin:3% 0 2.5%;
    padding:10px;
    font-size:28px;
    color:#19448E;
    border-bottom: #19448E 3px solid;
    position:relative;
    z-index:1;
  }
  
  .ttl3 span {
    position:absolute;
    bottom:0;
    left:-10px;
    font-size:80px;
    z-index:-1;
    color:#c7c7c7;
  }
  
  .ttl4 {
    color:#fff;
    font-size:20px;
    background:#8F641A;
    padding:10px;
    margin:2% 0 1.5%;
  }
  
  /* アンカーリンク */
  .anchor_link {
    display: flex;
    list-style: none;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  
  .anchor_link li>a {
    padding: 10px 0;
    display: block;
    width: 180px;
    text-align: center;
    background: #19448E;
    border: #19448E 1px solid;
    border-radius: 5px;
    color: #fcfcfc;
    font-size: 16px;
    font-weight: bold;
  }
  
  .anchor_link li>a:hover {
    background: #fcfcfc;
    color: #19448E;
  }
  
  /* 施工事例固定ページ用 */
  .works_bg {
    padding: 50px 0;
  }
  
  .works_bg>.inner {
    display:flex;
    justify-content:space-between;
    align-items:center;
  }
  
  .works_img_area {
    width: 45%;
  }
  
  .works_img_area.order1 {
    order:1;
  }
  
  .works_img_area .b_img {
    width: 90%;
    margin-right: auto;
    position:relative;
    writing-mode: vertical-rl;
  }
  
  .works_img_area .b_img>img {
    width: 100%;
    height: 230px;
    object-fit: cover;
  }
  
  .works_img_area .b_img>span {
    position:absolute;
    font-size:24px;
    letter-spacing:0.25rem;
    font-weight:bold;
    top: 10px;
    right: -40px;
  }
  
  .works_img_area .a_img {
    width: 90%;
    margin-left: auto;
    position:relative;
    top:-50px;
    writing-mode: vertical-lr;
  }
  
  .works_img_area .a_img>img {
    width: 100%;
    height: 230px;
    object-fit: cover;
  }
  
  .works_img_area .a_img>span {
    position:absolute;
    font-size:24px;
    letter-spacing:0.25rem;
    font-weight:bold;
    bottom: 10px;
    left: -40px;
    color:#D7AE67;
  }
  
  .works_txt_area {
    width: 45%;
  }
  
  .works_txt_area p{
    line-height:1.3;
    letter-spacing:0.15em;
    margin-bottom:10px;
  }
  
  /* --- 施工事例詳細（single-works） --- */
  .works-detail__inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 56px 4% 100px;
    box-sizing: border-box;
  }
  
  .works-detail__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
    list-style: none;
    margin: 0 0 36px;
    padding: 0;
  }
  
  .works-detail__meta-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 140px;
    padding: 16px 20px;
    background: linear-gradient(160deg, #f7f9fc 0%, #eef2f8 100%);
    border-left: 3px solid #19448E;
  }
  
  .works-detail__meta-item--price {
    border-left-color: #f5b800;
    background: linear-gradient(160deg, #fffdf5 0%, #faf4e4 100%);
  }
  
  .works-detail__meta-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: #8F641A;
  }
  
  .works-detail__meta-value {
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #19448E;
    line-height: 1.4;
  }
  
  .works-detail__meta-item--price .works-detail__meta-value {
    font-size: 1.25rem;
    color: #8F641A;
  }
  
  .works-detail__quote {
    margin: 0 0 36px;
    padding: 28px 28px 28px 32px;
    border-left: 4px solid #f5b800;
    background: linear-gradient(90deg, rgba(245, 184, 0, 0.1) 0%, rgba(245, 184, 0, 0) 100%);
    color: #1a2540;
    font-size: clamp(1.15rem, 2.4vw, 1.45rem);
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.7;
  }
  
  .works-detail__body {
    margin-bottom: 56px;
  }
  
  .works-detail__body p {
    margin: 0 0 1.35em;
    color: #333;
    font-size: 1rem;
    line-height: 1.9;
    letter-spacing: 0.06em;
  }
  
  .works-detail__body h2,
  .works-detail__body h3 {
    margin: 2.2em 0 0.9em;
    padding-bottom: 0.45em;
    color: #19448E;
    font-size: clamp(1.2rem, 2.5vw, 1.45rem);
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.5;
    border-bottom: 2px solid #D7AE67;
  }
  
  .works-detail__body ul,
  .works-detail__body ol {
    list-style: none;
    margin: 0 0 1.8em;
    padding: 0;
    display: grid;
    gap: 10px;
  }
  
  .works-detail__body ul > li,
  .works-detail__body ol > li {
    position: relative;
    margin: 0;
    padding: 16px 20px 16px 52px;
    background: linear-gradient(160deg, #f7f9fc 0%, #eef2f8 100%);
    border-left: 3px solid #19448E;
    color: #1a2540;
    font-size: 1.02rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
  
  .works-detail__body ul > li::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f5b800;
    transform: translateY(-50%);
  }
  
  .works-detail__body ol {
    counter-reset: works-detail-ol;
  }
  
  .works-detail__body ol > li {
    counter-increment: works-detail-ol;
    padding-left: 58px;
  }
  
  .works-detail__body ol > li::before {
    content: counter(works-detail-ol);
    position: absolute;
    left: 16px;
    top: 50%;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #19448E;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 28px;
    text-align: center;
    transform: translateY(-50%);
  }
  
  .works-detail__body blockquote {
    margin: 1.8em 0;
    padding: 20px 24px;
    border-left: 3px solid #19448E;
    background: #f4f7fb;
    color: #1a2540;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
  
  .works-detail__photos {
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-bottom: 48px;
  }
  
  .works-photo__head {
    margin-bottom: 20px;
  }
  
  .works-photo__label {
    margin: 0 0 6px;
    color: #f5b800;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
  }
  
  .works-photo--before .works-photo__label {
    color: #666;
  }
  
  .works-photo--after .works-photo__label {
    color: #D7AE67;
  }
  
  .works-photo__title {
    margin: 0;
    color: #19448E;
    font-size: clamp(1.25rem, 2.6vw, 1.55rem);
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  
  .works-photo__figure {
    margin: 0;
    overflow: hidden;
    background: #e8edf5;
  }
  
  .works-photo__figure img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }
  
  .works-photo__figure--single img {
    aspect-ratio: 16 / 9;
  }
  
  .works-photo__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  
  .works-photo__grid .works-photo__figure:only-child {
    grid-column: 1 / -1;
  }
  
  .works-detail__thumbnail {
    margin: 0 0 48px;
    overflow: hidden;
    background: #e8edf5;
  }
  
  .works-detail__thumbnail img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .works-detail__back {
    margin: 0;
    padding-top: 8px;
    border-top: 1px solid #ddd;
  }
  
  .works-detail__back a {
    display: inline-block;
    padding-top: 24px;
    color: #19448E;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
  }
  
  .works-detail__back a:hover {
    color: #8F641A;
  }
  
  /* 会社概要テーブル */
  #table01 {
    width:100%;
  }
  
  #table01 th,
  #table01 td {
    padding: 25px 0;
    border: none;
    font-size: 18px;
  }
  
  #table01 th {
    width: 30%;
    vertical-align:baseline;
    background-image: linear-gradient(90deg, rgba(25, 68, 142, 1), rgba(25, 68, 142, .3));
    color:#fcfcfc;
    font-weight:bold;
  }
  
  #table01 td {
    width: 70%;
    padding-left: 25px;
    background:#ededed;
  }
  
  #table01 td>a {
    color:#19448e;
  }
  
  #table01 td>a:hover {
    color:#8F641A;
  }
  
  /* お問い合わせフォーム（Contact Form 7） */
  #cf-tbl,
  .labomen-cf7 {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 30px;
  }
  
  #cf-tbl table,
  .labomen-cf7__table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #c9d5e8;
    color: #1a2540;
    margin: 0 auto;
    background: #fff;
  }
  
  #cf-tbl table tr th,
  #cf-tbl table tr td,
  .labomen-cf7__table tr th,
  .labomen-cf7__table tr td {
    padding: 18px 20px;
    text-align: left;
    border: 1px solid #c9d5e8;
    vertical-align: middle;
    line-break: strict;
  }
  
  #cf-tbl table tr th,
  .labomen-cf7__table tr th {
    width: 32%;
    background: linear-gradient(145deg, #1f54af 0%, #19448E 55%, #0a295c 100%);
    color: #fcfcfc;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.04em;
  }
  
  #cf-tbl table tr th p,
  .labomen-cf7__table tr th p {
    margin: 0;
    color: #fcfcfc;
  }
  
  #cf-tbl table tr td,
  .labomen-cf7__table tr td {
    background: #f5f7fb;
  }
  
  .required {
    display: inline-block;
    margin-right: 8px;
    padding: 3px 8px;
    border-radius: 2px;
    background: #8F641A;
    color: #fcfcfc;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    vertical-align: middle;
  }
  
  .optional {
    display: inline-block;
    margin-right: 8px;
    padding: 2px 8px;
    border: 1px solid #8F641A;
    border-radius: 2px;
    background: #fff;
    color: #8F641A;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    vertical-align: middle;
  }
  
  .labomen-cf7 .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
  }
  
  .labomen-cf7 input.wpcf7-form-control.wpcf7-text,
  .labomen-cf7 input.wpcf7-form-control.wpcf7-email,
  .labomen-cf7 input.wpcf7-form-control.wpcf7-tel,
  .labomen-cf7 textarea.wpcf7-form-control.wpcf7-textarea,
  .labomen-cf7 select.wpcf7-form-control.wpcf7-select,
  input.wpcf7-form-control.wpcf7-text,
  input.wpcf7-form-control.wpcf7-email,
  input.wpcf7-form-control.wpcf7-tel,
  textarea.wpcf7-form-control.wpcf7-textarea,
  select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid #c9d5e8;
    border-radius: 0;
    background: #fff;
    color: #1a2540;
    font-size: 1rem;
    font-family: "Kosugi Maru", "Noto Sans JP", sans-serif;
    line-height: 1.6;
    letter-spacing: 0.02em;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }
  
  .labomen-cf7 input.wpcf7-form-control:focus,
  .labomen-cf7 textarea.wpcf7-form-control:focus,
  .labomen-cf7 select.wpcf7-form-control:focus,
  input.wpcf7-form-control:focus,
  textarea.wpcf7-form-control:focus,
  select.wpcf7-form-control:focus {
    outline: none;
    border-color: #19448E;
    box-shadow: 0 0 0 3px rgba(25, 68, 142, 0.12);
  }
  
  .labomen-cf7 textarea.wpcf7-form-control.wpcf7-textarea,
  textarea.wpcf7-form-control.wpcf7-textarea {
    min-height: 180px;
    resize: vertical;
  }
  
  .labomen-cf7 select.wpcf7-form-control.wpcf7-select,
  select.wpcf7-form-control.wpcf7-select {
    appearance: none;
    -webkit-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #19448E 50%), linear-gradient(135deg, #19448E 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 36px;
  }
  
  .labomen-cf7__agree {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    color: #1a2540;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.7;
    cursor: pointer;
  }
  
  .labomen-cf7__agree .wpcf7-form-control-wrap {
    width: auto;
    flex-shrink: 0;
  }
  
  .labomen-cf7__agree a {
    color: #19448E;
    text-decoration: underline;
  }
  
  .labomen-cf7__agree a:hover {
    color: #8F641A;
  }
  
  .labomen-cf7__submit {
    margin-top: 28px;
    text-align: center;
  }
  
  .labomen-cf7 input.wpcf7-submit,
  input.wpcf7-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    margin: 0;
    padding: 16px 40px;
    border: none;
    border-radius: 0;
    background: #f5b800;
    color: #1a2540;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    cursor: pointer;
    box-shadow: none;
    transition: background 0.25s ease, transform 0.25s ease;
  }
  
  .labomen-cf7 input.wpcf7-submit:hover,
  input.wpcf7-submit:hover {
    background: #e5ab00;
    transform: translateY(-2px);
    box-shadow: none;
    position: static;
    top: auto;
  }
  
  .labomen-cf7 .wpcf7-not-valid-tip,
  span.wpcf7-not-valid-tip {
    display: block;
    margin-top: 8px;
    color: #c0392b;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.02em;
  }
  
  .labomen-cf7 .wpcf7-response-output,
  .wpcf7-response-output {
    margin: 24px 0 0;
    padding: 16px 18px;
    border: 1px solid #c9d5e8;
    background: #fff;
    color: #1a2540;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.7;
    text-align: center;
  }
  
  .labomen-cf7 .wpcf7-mail-sent-ok,
  .wpcf7 form.sent .wpcf7-response-output {
    border-color: #19448E;
    background: #eef4fb;
    color: #19448E;
  }
  
  .labomen-cf7 .wpcf7-validation-errors,
  .wpcf7-response-output.wpcf7-validation-errors,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7form.failed .wpcf7-response-output {
    border-color: #c0392b;
    background: #fdf2f1;
    color: #c0392b;
  }
  
  .labomen-cf7 input[type="checkbox"],
  input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    vertical-align: middle;
    accent-color: #19448E;
  }
  
  .labomen-cf7 .wpcf7-spinner {
    margin-left: 12px;
  }
  
  
  /* =================================================================
     6. フッターエリア
     ================================================================= */
  #colophon {
    padding: 0;
    color: #333;
    font-size: 0.95rem;
  }
  
  /* --- 黄色CTAバンド --- */
  .footer-cta {
    background-color: #19448E;
    background-image: linear-gradient(135deg, #19448E 0%, #1a2540 65%, #f5b800 140%);
    color: #fff;
    padding: 56px 4%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }
  
  .footer-cta::after {
    content: '';
    position: absolute;
    left: -40px;
    right: -40px;
    bottom: -18px;
    height: 140px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20600%20200'%3E%3Crect%20width='600'%20height='200'%20fill='none'/%3E%3Cpath%20d='M0%20160%20L0%20120%20L30%20120%20L30%20100%20L60%20100%20L60%20120%20L90%20120%20L90%20100%20L120%20100%20L120%20160%20L160%20160%20L160%20120%20L190%20120%20L190%2090%20L220%2090%20L220%20120%20L250%20120%20L250%20160%20L290%20160%20L290%20135%20L330%20135%20L330%2095%20L360%2095%20L360%20135%20L400%20135%20L400%20160%20L430%20160%20L430%20125%20L470%20125%20L470%2090%20L500%2090%20L500%20125%20L540%20125%20L540%20160%20L600%20160%20L600%20160%20L600%20200%20L0%20200%20L0%20160%20Z'%20fill='%23ffffff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 900px auto;
    opacity: 0.12;
    pointer-events: none;
  }
  
  .footer-cta-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 280px 1fr auto;
    align-items: center;
    gap: 32px;
  }
  
  .footer-cta-main {
    min-width: 0;
  }
  
  .footer-cta-title {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 900;
    line-height: 1.45;
    color: #fff;
  }
  
  .footer-cta-lead {
    margin: 16px 0 0;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.92);
  }
  
  .footer-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin-top: 24px;
    padding: 12px 24px;
    border: 1px solid rgba(255, 220, 118, 0.95);
    border-radius: 4px;
    background-color: #f5b800;
    color: #1a2540;
    font-size: 0.88rem;
    font-weight: 700;
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
    white-space: nowrap;
  }
  
  .footer-cta-btn::before {
    content: '';
    position: absolute;
    inset: -6px;
    background: radial-gradient(circle at 35% 30%, rgba(255, 220, 118, 0.8) 0%, rgba(255, 220, 118, 0.0) 60%);
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
  }
  
  .footer-cta-btn:hover {
    background-color: transparent;
    color: #ffdc76;
  }
  
  .footer-cta-btn:hover::before {
    opacity: 1;
  }
  
  .footer-cta-btn_arrow {
    font-size: 1.1rem;
    line-height: 1;
  }
  
  .footer-cta-benefits {
    display: flex;
    align-items: stretch;
    gap: 0;
    min-width: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
  }
  
  .footer-benefit {
    flex: 1;
    padding: 0 15px;
    text-align: center;
    position: relative;
    min-width: 0;
  }
  
  .footer-benefit:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  
  .footer-benefit__icon {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
  }
  .footer-benefit__icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    filter: drop-shadow(2px 2px 6px white);
  }
  
  .footer-benefit__title {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 800;
    color: #fcfcfc;
    line-height: 1.4;
    white-space: nowrap;
  }
  
  .footer-benefit__text {
    margin: 10px 0 0;
    font-size: 0.75rem;
    line-height: 1.75;
    color: #fcfcfc;
    min-height: calc(0.75rem * 1.75 * 2);
  }
  
  .footer-cta-mascot {
    flex-shrink: 0;
    display: flex;
    align-items: flex-end;
    gap: 8px;
  }
  
  .footer-cta-speech {
    position: relative;
    margin: 0 0 24px;
    padding: 12px 16px;
    background-color: #fff;
    border: 2px solid #222;
    border-radius: 12px;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.5;
    color: #222;
    white-space: nowrap;
  }
  
  .footer-cta-speech::after {
    content: '';
    position: absolute;
    right: -10px;
    bottom: 16px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #222;
  }
  
  .footer-cta-speech::before {
    content: '';
    position: absolute;
    right: -8px;
    bottom: 19px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff;
    z-index: 1;
  }
  
  .footer-cta-mascot img {
    width: 100px;
    height: auto;
    flex-shrink: 0;
  }
  
  /* フッターCTA：1001px〜1300px（マスコットを2行目右端へ） */
  @media (min-width: 1001px) and (max-width: 1300px) {
    .footer-cta-inner {
      grid-template-columns: minmax(220px, 260px) 1fr;
      grid-template-rows: auto auto;
      column-gap: 24px;
      row-gap: 20px;
      align-items: start;
    }
  
    .footer-cta-main {
      grid-column: 1;
      grid-row: 1;
    }
  
    .footer-cta-title {
      font-size: 1.55rem;
    }
  
    .footer-cta-lead {
      font-size: 0.82rem;
    }
  
    .footer-cta-btn {
      margin-top: 20px;
      padding: 10px 20px;
      font-size: 0.82rem;
      gap: 14px;
    }
  
    .footer-cta-benefits {
      grid-column: 2;
      grid-row: 1;
      align-self: center;
    }
  
    .footer-benefit {
      padding: 0 10px;
    }
  
    .footer-benefit__icon img {
      width: 58px;
      height: 58px;
    }
  
    .footer-benefit__title {
      font-size: 0.85rem;
    }
  
    .footer-benefit__text {
      font-size: 0.7rem;
      min-height: calc(0.7rem * 1.75 * 2);
    }
  
    .footer-cta-mascot {
      grid-column: 2;
      grid-row: 2;
      justify-self: end;
    }
  
    .footer-cta-speech {
      font-size: 0.72rem;
      padding: 10px 14px;
    }
  
    .footer-cta-mascot img {
      width: 86px;
    }
  }
  
  /* フッターCTA：701px〜1000px（3列メリット＋マスコット下段） */
  @media (min-width: 701px) and (max-width: 1000px) {
    .footer-cta {
      padding: 48px 4%;
    }
  
    .footer-cta-inner {
      grid-template-columns: 1fr;
      grid-template-rows: auto auto auto;
      gap: 24px;
      align-items: stretch;
    }
  
    .footer-cta-main {
      grid-column: 1;
      grid-row: 1;
      display: grid;
      grid-template-columns: 1fr auto;
      grid-template-rows: auto auto;
      column-gap: 20px;
      row-gap: 10px;
      align-items: center;
    }
  
    .footer-cta-title {
      grid-column: 1;
      grid-row: 1;
      font-size: 1.5rem;
    }
  
    .footer-cta-lead {
      grid-column: 1;
      grid-row: 2;
      margin-top: 0;
      font-size: 0.82rem;
    }
  
    .footer-cta-btn {
      grid-column: 2;
      grid-row: 1 / span 2;
      margin-top: 0;
      align-self: center;
      padding: 10px 18px;
      font-size: 0.8rem;
      gap: 12px;
    }
  
    .footer-cta-benefits {
      grid-column: 1;
      grid-row: 2;
      flex-direction: row;
      border-left: none;
      border-right: none;
      border-top: 1px solid rgba(255, 255, 255, 0.15);
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      padding: 20px 0;
    }
  
    .footer-benefit {
      padding: 0 8px;
    }
  
    .footer-benefit__icon img {
      width: 52px;
      height: 52px;
    }
  
    .footer-benefit__title {
      font-size: 0.78rem;
      letter-spacing: -0.02em;
    }
  
    .footer-benefit__text {
      font-size: 0.66rem;
      line-height: 1.7;
      min-height: calc(0.66rem * 1.7 * 2);
    }
  
    .footer-cta-mascot {
      grid-column: 1;
      grid-row: 3;
      justify-self: end;
    }
  
    .footer-cta-speech {
      font-size: 0.7rem;
      padding: 10px 12px;
    }
  
    .footer-cta-mascot img {
      width: 80px;
    }
  }
  
  /* --- ダークフッター --- */
  .footer-main {
    background-color: #f5b800;
    color: #fff;
    padding: 48px 4% 32px;
    box-sizing: border-box;
  }
  
  .footer-main-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding-right: 72px;
    box-sizing: border-box;
  }
  
  .footer-main-top {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  
  .footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    color: #fff;
  }
  
  .footer-brand:hover {
    opacity: 0.85;
    color: #fff;
  }
  
  .footer-brand__icon {
    filter: drop-shadow(0px 0px 7px white);
  }
  
  .footer-contact {
    flex-shrink: 0;
  }
  
  .footer-contact p {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
  }
  
  .footer-contact__tel,
  .footer-contact__mail {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
  }
  
  .footer-contact a {
    color: rgba(255, 255, 255, 0.9);
  }
  
  .footer-contact a:hover {
    color: #1a2540;
  }
  
  .footer-nav {
    flex: 1;
    min-width: 200px;
  }
  
  .footer-nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px 20px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .footer-nav__list a {
    font-size: 0.78rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    transition: color 0.2s ease;
  }
  
  .footer-nav__list a:hover {
    color: #1a2540;
  }
  
  .footer-main-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    gap: 20px;
  }
  
  .footer-copy {
    margin: 0;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.04em;
  }
  
  .footer-sns {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  
  .footer-sns__link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: color 0.2s ease;
  }
  
  .footer-sns__link:hover {
    color: #1a2540;
  }
  
  /* ページトップボタン */
  .pagetop {
    position: fixed;
    right: 24px;
    bottom: 85px;
    width: 50px;
    height: 50px;
    background-color: #f5b800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 0 #d9a000;
    z-index: 99;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    border: #fcfcfc 1px solid;
  }
  
  .pagetop:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 0 #c99400;
    background-color: #ffc933;
  }
  
  .pagetop__arrow {
    width: 12px;
    height: 12px;
    border-top: 4px solid #1a2540;
    border-left: 4px solid #1a2540;
    transform: rotate(45deg);
    margin-top: 4px;
  }
  
  /* フッター：701px〜1000px */
  @media (min-width: 701px) and (max-width: 1000px) {
    .footer-main {
      padding: 40px 4% 28px;
    }
  
    .footer-main-inner {
      padding-right: 64px;
    }
  
    .footer-main-top {
      display: grid;
      grid-template-columns: minmax(180px, 220px) 1fr;
      grid-template-rows: auto auto;
      gap: 20px 28px;
      align-items: start;
      flex-wrap: nowrap;
      padding-bottom: 28px;
    }
  
    .footer-brand {
      grid-column: 1;
      grid-row: 1;
    }
  
    .footer-contact {
      grid-column: 1;
      grid-row: 2;
    }
  
    .footer-nav {
      grid-column: 2;
      grid-row: 1 / span 2;
      flex: none;
      min-width: 0;
    }
  
    .footer-nav__list {
      justify-content: flex-start;
      gap: 8px 14px;
    }
  
    .footer-nav__list a {
      font-size: 0.74rem;
    }
  
    .footer-main-bottom {
      padding-top: 20px;
    }
  }
  
  /* =================================================================
     7. スマホ用 ハンバーガーメニュー ＆ モバイルUI
     ================================================================= */
  .hamburger-menu {
    display: none;
    align-self: center;
    margin-left: auto;
  }
  
  .menu-btn {
    position: relative;
    top: auto;
    right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: transparent;
    border-radius: 0;
    cursor: pointer;
    z-index: 1010;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  
  .menu-btn span,
  .menu-btn span::before,
  .menu-btn span::after {
    content: '';
    display: block;
    height: 2px;
    width: 24px;
    border-radius: 0;
    background-color: #222;
    position: absolute;
    transition: all 0.3s ease;
  }
  
  .menu-btn span::before { top: -7px; }
  .menu-btn span::after { top: 7px; }
  
  #menu-btn-check:checked ~ .menu-btn {
    background-color: transparent;
    box-shadow: none;
  }
  
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: transparent;
    box-shadow: none;
  }
  
  #menu-btn-check:checked ~ .menu-btn span::before {
    transform: rotate(45deg);
    top: 0;
  }
  
  #menu-btn-check:checked ~ .menu-btn span::after {
    transform: rotate(-45deg);
    top: 0;
  }
  
  #menu-btn-check {
    display: none;
  }
  
  .menu-content {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1005;
    background: linear-gradient(165deg, #19448e 0%, #1a2540 52%, #0f1828 100%);
    transform: translateX(100%);
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.4s;
    padding: 105px 24px 80px;
    box-sizing: border-box;
    overflow-y: auto;
    box-shadow: -12px 0 40px rgba(0, 0, 0, 0.25);
  }
  
  .menu-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #f5b800 0%, #ffdc76 50%, #f5b800 100%);
  }
  
  .menu-content::after {
    content: 'MENU';
    display: block;
    max-width: 420px;
    margin: 0 auto 20px;
    padding-left: 4px;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.28em;
    color: #f5b800;
  }
  
  .menu-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 420px;
    margin-inline: auto;
    text-align: left;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.04);
  }
  
  .menu-content ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
  }
  
  .menu-content ul li:nth-last-child(2),
  .menu-content ul li:last-child {
    border-bottom: none;
  }
  
  .menu-content ul li:nth-last-child(2) {
    padding: 16px 16px 8px;
    background-color: rgba(0, 0, 0, 0.15);
  }
  
  .menu-content ul li:last-child {
    padding: 8px 16px 16px;
    background-color: rgba(0, 0, 0, 0.15);
  }
  
  .menu-content ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 17px 20px;
    font-size: 0.95rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.92);
    transition: background-color 0.25s ease, color 0.25s ease, padding-left 0.25s ease;
  }
  
  .menu-content ul li a::after {
    content: '\2192';
    flex: 0 0 1.2em;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1;
    color: #f5b800;
    opacity: 0;
    transform: translateX(4px);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }
  
  .menu-content ul li a:hover,
  .menu-content ul li a:focus {
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffdc76;
    padding-left: 26px;
  }
  
  .menu-content ul li a:hover::after,
  .menu-content ul li a:focus::after {
    opacity: 1;
    transform: translateX(0);
  }
  
  .menu-content ul li:nth-last-child(2) a,
  .menu-content ul li:last-child a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    border-radius: 8px;
    font-weight: 800;
    text-align: center;
  }
  
  .menu-content ul li:nth-last-child(2) a {
    background: linear-gradient(135deg, #f5b800 0%, #e5ab00 100%);
    color: #1a2540;
    box-shadow: 0 4px 0 #c99400;
  }
  
  .menu-content ul li:last-child a {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 220, 118, 0.55);
    color: #ffdc76;
  }
  
  .menu-content ul li:nth-last-child(2) a::after,
  .menu-content ul li:last-child a::after {
    display: none;
  }
  
  .menu-content ul li:nth-last-child(2) a:hover,
  .menu-content ul li:nth-last-child(2) a:focus {
    background: linear-gradient(135deg, #ffc933 0%, #f5b800 100%);
    color: #1a2540;
    padding-left: 20px;
    box-shadow: 0 6px 0 #b88800;
    transform: translateY(-1px);
  }
  
  .menu-content ul li:last-child a:hover,
  .menu-content ul li:last-child a:focus {
    background-color: rgba(255, 220, 118, 0.16);
    color: #fff;
    padding-left: 20px;
  }
  
  #menu-btn-check:checked ~ .menu-content {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
  }
  
  #menu-btn-check:checked ~ .menu-btn span::before,
  #menu-btn-check:checked ~ .menu-btn span::after {
    background-color: #fcfcfc;
  }
  
  /* =================================================================
     8. レスポンシブ
     ================================================================= */
  
  /* --- ヘッダー：ナビ項目増に伴い 1280px 以下はハンバーガー --- */
  @media (max-width: 1280px) {
    .header_area {
      padding: 0 16px 0 20px;
      min-height: 70px;
      align-items: center;
    }
  
    .header_area .header-nav,
    .header_area .header-cta {
      display: none;
    }
  
    .logo {
      padding: 12px 0;
    }
  
    .hamburger-menu {
      display: block;
    }
  }
  
  /* --- タブレット以下 (1000px以下) --- */
  @media (max-width: 1000px) {
  
    /* ヘッダー */
    .logo-en {
      font-size: 1.1rem;
    }
  
    .logo-ja {
      font-size: 0.65rem;
    }
  
    /* メインビジュアル */
    .mv_img {
      min-height: 520px;
    }
  
    .mv_img > img {
      min-height: 520px;
      object-position: right;
    }
  
    .mv_content {
      align-items: flex-start;
    }
  
    .mv_inner {
      width: 100%;
      padding: 48px 5% 40px;
      box-sizing: border-box;
    }
  
    .mv_catch {
      font-size: 2.2rem;
      line-height: 1.35;
    }
  
    .mv_lead {
      margin-top: 20px;
      font-size: 0.95rem;
      line-height: 1.8;
    }
  
    .mv_btns {
      flex-direction: column;
      align-items: flex-start;
      gap: 14px;
      margin-top: 28px;
    }
  
    .mv_btn {
      width: 100%;
      max-width: 360px;
      min-width: 0;
      box-sizing: border-box;
    }
  
    /* 実績バー */
    .stats-bar-section {
      padding: 48px 4%;
    }
  
    .stats-bar {
      flex-direction: column;
    }
  
    .stats-bar__list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  
    .stats-bar__item {
      flex: none;
      padding: 22px 18px;
    }
  
    .stats-bar__item::after {
      display: none;
    }
  
    .stats-bar__item:nth-child(odd) {
      border-right: 1px solid #e5e5e5;
    }
  
    .stats-bar__item:nth-child(-n + 2) {
      border-bottom: 1px solid #e5e5e5;
    }
  
    .stats-bar__cta {
      border-radius: 0 0 16px 16px;
      min-width: 0;
      width: 100%;
      padding: 24px 20px;
      justify-content: center;
    }
  
    /* セクション余白 */
    .reasons-section,
    .voice-section,
    .step-section,
    .business-section,
    .works-top-section {
      padding: 70px 4% 90px;
    }
  
    /* 共通タイトル */
    .voice-title,
    .step-title,
    .reasons-title,
    .business-title,
    .works-top-title {
      font-size: 1.75rem;
    }
  
    .voice-lead,
    .step-lead {
      font-size: 0.9rem;
    }
  
    /* 選ばれる理由 */
    .reasons-inner {
      flex-direction: column;
      gap: 36px;
    }
  
    .reasons-head {
      flex: none;
      width: 100%;
      display: grid;
      grid-template-columns: 1fr auto;
      grid-template-rows: auto auto;
      column-gap: 24px;
      row-gap: 12px;
      align-items: center;
    }
  
    .reasons-title {
      grid-column: 1;
      grid-row: 1;
    }
  
    .reasons-lead {
      grid-column: 1;
      grid-row: 2;
      margin-top: 0;
    }
  
    .reasons-btn {
      grid-column: 2;
      grid-row: 1 / span 2;
      margin-top: 0;
      align-self: center;
    }
  
    .reasons-cards {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
      overflow: visible;
      padding-bottom: 0;
      width: 100%;
    }
  
    .reasons-row {
      display: contents;
    }
  
    .reasons-card {
      height: auto;
      min-height: 300px;
    }
  
    .reasons-card__img-wrap img {
      height: 180px;
      aspect-ratio: auto;
    }
  
    .reasons-card--featured {
      transform: none;
    }
  
    .reasons-card--featured:hover {
      transform: none;
    }
  
    /* 協力会社様の声 */
    .voice-layout {
      grid-template-columns: 1fr;
      gap: 22px;
    }
  
    .voice-visual {
      min-height: 340px;
    }
  
    /* 登録から案件開始まで */
    .step-line {
      grid-template-columns: 1fr;
      gap: 26px;
    }
  
    .step-line__track {
      top: 0;
      left: 30px;
      right: auto;
      bottom: 0;
      width: 2px;
      height: auto;
    }
  
    .step-item {
      padding-left: 46px;
    }
  
    .step-item::before {
      left: 24px;
      top: 16px;
      margin-left: 0;
    }
  
    .step-node {
      margin: 0 0 8px;
      font-size: 3.3rem;
    }
  
    /* 事業内容 */
    .business-cards {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
      overflow: visible;
      padding-bottom: 0;
    }
  
    .business-row {
      display: contents;
    }
  
    .business-card {
      flex: none;
      max-width: none;
    }
  
    .business-card--main,
    .business-card--mini {
      min-height: 280px;
    }
  
    .business-footer {
      flex-direction: row;
      justify-content: center;
      align-items: flex-end;
      gap: 20px;
      margin-top: 36px;
    }
  
    .business-mascot {
      position: static;
      margin-top: 0;
    }
  
    /* 施工事例 */
    .works-top-header {
      grid-template-columns: 1fr;
      grid-template-rows: auto auto auto;
      row-gap: 16px;
    }
  
    .works-top-title {
      grid-column: 1;
      grid-row: 1;
    }
  
    .works-top-filter {
      grid-column: 1;
      grid-row: 2;
      width: 100%;
    }
  
    .works-top-all {
      grid-column: 1;
      grid-row: 3;
      justify-self: end;
    }
  
    .works-archive-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  
    /* 下層ページ */
    .entry-title {
      padding: 36px 4% 32px calc(4% + 18px);
    }
  
    .works-detail__inner {
      padding-top: 48px;
    }
  
    .works-detail__meta {
      gap: 10px 12px;
    }
  }
  
  /* --- スマホ以下 (700px以下) --- */
  @media (max-width: 700px) {
    .site-header {
      position: fixed;
      width: 100%;
      height: 75px;
      box-shadow: rgba(0,0,0,0.25) 0px 2px 4px;
    }
    .logo-img {
      width: 150px;
    }
    #main {
      padding-top: 75px;
    }
  
    /* 下層ページ */
    .works_bg > .inner {
      flex-direction: column;
    }
  
    .works_img_area {
      order: 1;
      width: 100%;
    }
  
    .works_txt_area {
      margin-bottom: 5%;
      width: 100%;
    }
  
    .works-detail__inner {
      padding: 40px 4% 72px;
    }
  
    .works-detail__meta-item {
      flex: 1 1 calc(50% - 12px);
      min-width: 0;
    }
  
    .works-detail__quote {
      padding: 22px 18px 22px 20px;
    }
  
    .works-detail__photos {
      gap: 36px;
    }
  
    .works-photo__grid {
      grid-template-columns: 1fr;
      gap: 10px;
    }
  
    #table01 th,
    #table01 td {
      width: 100%;
      display: block;
    }
  
    #table01 td {
      text-align: center;
      padding-left: 0;
    }
  
    #cf-tbl,
    .labomen-cf7 {
      width: 100%;
      max-width: 100%;
    }
  
    #cf-tbl table,
    #cf-tbl table tbody,
    #cf-tbl table tr,
    #cf-tbl table tr th,
    #cf-tbl table tr td,
    .labomen-cf7__table,
    .labomen-cf7__table tbody,
    .labomen-cf7__table tr,
    .labomen-cf7__table tr th,
    .labomen-cf7__table tr td {
      display: block;
      width: 100%;
    }
  
    #cf-tbl table,
    .labomen-cf7__table {
      border: none;
    }
  
    #cf-tbl table tr th,
    #cf-tbl table tr td,
    .labomen-cf7__table tr th,
    .labomen-cf7__table tr td {
      box-sizing: border-box;
      padding: 14px 16px;
      margin: 0;
    }
  
    #cf-tbl table tr th,
    .labomen-cf7__table tr th {
      border-bottom: none;
    }
  
    #cf-tbl table tr td,
    .labomen-cf7__table tr td {
      margin-bottom: 12px;
    }
  
    .labomen-cf7 input.wpcf7-submit,
    input.wpcf7-submit {
      width: 100%;
      min-width: 0;
    }
  
    .entry-title {
      padding: 28px 5% 24px calc(5% + 16px);
      letter-spacing: 0.06em;
    }
  
    .entry-title > span {
      font-size: 0.62rem;
      letter-spacing: 0.2em;
    }
  
    .anchor_link {
      flex-direction: column;
    }
  
    .anchor_link li > a {
      width: 100%;
    }
  
    /* メインビジュアル */
    .mv_img {
      min-height: 460px;
    }
  
    .mv_img::before {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.55) 40%, rgba(255, 255, 255, 0) 75%);
    }
  
    .mv_img > img {
      min-height: 460px;
    }
  
    .mv_content {
      align-items: flex-start;
    }
  
    .mv_inner {
      padding: 40px 6% 32px;
    }
  
    .mv_catch {
      font-size: 1.7rem;
      line-height: 1.4;
    }
  
    .mv_lead {
      margin-top: 20px;
      font-size: 0.95rem;
      line-height: 1.8;
    }
  
    .mv_lead br {
      display: none;
    }
  
    .mv_btns {
      flex-direction: column;
      gap: 14px;
      margin-top: 28px;
    }
  
    .mv_btn {
      width: 55%;
      max-width: 340px;
      min-width: 0;
      box-sizing: border-box;
      gap: 5px;
      font-size: 13px;
      padding: 15px 14px;
    }
  
    /* 実績バー */
    .stats-bar-section {
      margin-top: 0;
      padding: 40px 4%;
    }
  
    .stats-bar__list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  
    .stats-bar__item {
      padding: 16px 14px;
    }
  
    .stats-bar__icon {
      width: 36px;
    }
  
    .stats-bar__icon img {
      width: 36px;
      height: 36px;
    }
  
    .stats-bar__cta {
      flex-direction: row;
      align-items: flex-end;
      padding: 20px 16px;
    }
  
    .stats-bar__mascot {
      width: 64px;
    }
  
    /* セクション余白 */
    .reasons-section,
    .voice-section,
    .step-section,
    .business-section,
    .works-top-section {
      padding: 55px 4% 70px;
    }
  
    /* 選ばれる理由 */
    .reasons-head {
      display: block;
    }
  
    .reasons-title {
      font-size: 1.6rem;
    }
  
    .reasons-lead {
      margin-top: 16px;
    }
  
    .reasons-lead br {
      display: none;
    }
  
    .reasons-btn {
      width: 100%;
      max-width: 340px;
      justify-content: center;
      box-sizing: border-box;
      margin-top: 24px;
    }
  
    .reasons-card {
      min-height: 280px;
    }
  
    .reasons-card__img-wrap img {
      height: 160px;
    }
  
    .reasons-card__body {
      padding: 20px 12px 16px;
    }
  
    .reasons-card__text {
      -webkit-line-clamp: 3;
    }
  
    /* 協力会社様の声 */
    .voice-title {
      font-size: 1.6rem;
      padding-left: 14px;
      border-left-width: 6px;
    }
  
    .voice-lead br {
      display: none;
    }
  
    .voice-visual {
      min-height: 260px;
    }
  
    .voice-item {
      padding: 18px 0 18px 20px;
    }
  
    .voice-item::before {
      font-size: 2.6rem;
    }
  
    /* 登録から案件開始まで */
    .step-title {
      font-size: 1.6rem;
    }
  
    .step-lead br {
      display: none;
    }
  
    .step-node {
      font-size: 3rem;
    }
  
    .step-item__title {
      font-size: 0.94rem;
    }
  
    .step-item__text {
      font-size: 0.8rem;
    }
  
    /* 事業内容 */
    .business-title {
      font-size: 1.6rem;
      margin-bottom: 28px;
    }
  
    .business-card--main,
    .business-card--mini {
      min-height: 240px;
    }
  
    .business-card--main .business-card__body,
    .business-card--mini .business-card__body {
      padding: 20px 14px 40px;
    }
  
    .business-card--main .business-card__title,
    .business-card--mini .business-card__title {
      font-size: 0.95rem;
    }
  
    .business-card--main .business-card__text,
    .business-card--mini .business-card__text {
      font-size: 0.72rem;
      line-height: 1.65;
    }
  
    .business-footer {
      flex-direction: column;
      align-items: center;
      margin-top: 32px;
    }
  
    .business-mascot {
      margin-top: 16px;
    }
  
    .business-btn {
      width: 100%;
      max-width: 340px;
      justify-content: center;
      padding: 14px 24px;
      box-sizing: border-box;
    }
  
    .business-speech {
      font-size: 0.72rem;
      white-space: normal;
    }
  
    /* 施工事例 */
    .works-top-title {
      font-size: 1.6rem;
    }
  
    .works-top-filter button {
      padding: 15px;
      font-size: 13px;
    }
  
    .works-top-slider-prev,
    .works-top-slider-next {
      width: 36px;
      height: 36px;
    }
  
    .works-archive-grid {
      grid-template-columns: 1fr;
    }
  
    /* フッター */
    .footer-cta {
      padding: 40px 4%;
    }
  
    .footer-cta-inner {
      grid-template-columns: 1fr;
      gap: 32px;
    }
  
    .footer-cta-main {
      display: block;
      grid-column: 1;
      grid-row: auto;
    }
  
    .footer-cta-benefits,
    .footer-cta-mascot {
      grid-column: 1;
      grid-row: auto;
    }
  
    .footer-cta-title {
      font-size: 1.4rem;
    }
  
    .footer-cta-lead {
      margin-top: 16px;
    }
  
    .footer-cta-lead br {
      display: none;
    }
  
    .footer-cta-btn {
      margin-top: 20px;
    }
  
    .footer-cta-benefits {
      flex-direction: column;
      border-left: none;
      border-right: none;
      border-top: none;
      border-bottom: none;
      padding: 0;
      gap: 24px;
    }
  
    .footer-benefit {
      padding: 0;
    }
  
    .footer-benefit__title {
      white-space: normal;
      font-size: 0.95rem;
      letter-spacing: normal;
    }
  
    .footer-benefit__icon img {
      width: 70px;
      height: 70px;
    }
  
    .footer-benefit__text {
      font-size: 0.75rem;
      min-height: 0;
    }
  
    .footer-benefit:not(:last-child)::after {
      display: none;
    }
  
    .footer-benefit:not(:last-child) {
      padding-bottom: 24px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
  
    .footer-cta-mascot {
      justify-self: center;
      justify-content: center;
    }
  
    .footer-cta-speech {
      white-space: normal;
    }
  
    .footer-main-top {
      flex-direction: column;
      gap: 28px;
    }
  
    .footer-main-inner {
      padding-right: 58px;
    }
  
    .footer-nav__list {
      justify-content: flex-start;
    }
  
    .footer-main-bottom {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .pagetop {
      right: 15px;
      bottom: 88px;
      width: 44px;
      height: 44px;
    }
  
    /* モバイルUI（固定CTA・余白調整） */
    .sp.bottom_cta {
      display: block;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 999;
      background: #fff;
      box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.1);
      padding: 8px 10px;
      box-sizing: border-box;
    }
  
    .bottom_cta ul {
      display: flex;
      list-style: none;
      padding: 0;
      margin: 0;
      gap: 10px;
    }
  
    .bottom_cta ul li {
      flex: 1;
      height: 50px;
    }
  
    .bottom_cta ul li a {
      display: block;
      text-align: center;
      padding: 12px 5px;
      font-size: 0.9rem;
      font-weight: 800;
      color: #fff;
      border-radius: 8px;
      box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
    }
  
    .bottom_cta ul li:nth-child(1) a {
      background-color: #19448e;
    }
  
    .bottom_cta ul li:nth-child(2) a {
      background-color: #f5b800;
      color: #1a2540;
    }
  
    body {
      padding-bottom: 65px;
    }
  }
  
  /* =================================================================
     下層ページ共通（会社概要 / 建設事業 / 協力会社 / 採用 / お問い合わせ）
     ================================================================= */
  .entry-content > .sub {
    width: auto;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  
  .entry-content .sub,
  .sub {
    color: #1a2540;
    line-height: 1.85;
    letter-spacing: 0.02em;
    line-break: strict;
    overflow-wrap: anywhere;
    word-break: normal;
  }
  
  .entry-content .sub p,
  .entry-content .sub li,
  .entry-content .sub dd,
  .entry-content .sub td,
  .entry-content .sub th,
  .sub p,
  .sub li,
  .sub dd,
  .sub td,
  .sub th {
    line-break: strict;
    overflow-wrap: anywhere;
    text-wrap: pretty;
  }
  
  .entry-content .sub .sub-message__sign,
  .sub-message__sign {
    text-align: right;
  }
  
  .entry-content .sub .sub-voice,
  .entry-content .sub .sub-voice p,
  .sub-voice,
  .sub-voice p {
    text-align: left;
  }
  
  .entry-content .sub .sub-steps__item,
  .entry-content .sub .sub-steps__label,
  .entry-content .sub .sub-steps__title,
  .entry-content .sub .sub-steps__text,
  .sub-steps__item,
  .sub-steps__label,
  .sub-steps__title,
  .sub-steps__text {
    text-align: center;
  }
  
  .entry-content .sub a,
  .sub a {
    color: #19448E;
  }
  
  .entry-content .sub a:hover,
  .sub a:hover {
    color: #8F641A;
  }
  .sub-contact-tel__number a {
    color: #fff !important;
    text-decoration: none;
  }
  
  /* ── 揃えルール：見出し系は中央 / 本文ブロックは左 ── */
  .entry-content .sub .sub-lead-block,
  .entry-content .sub .sub-lead-block__catch,
  .entry-content .sub .sub-lead-block__text,
  .entry-content .sub .sub-head,
  .entry-content .sub .sub-head__en,
  .entry-content .sub .sub-head__title,
  .entry-content .sub .sub-head__lead,
  .entry-content .sub .sub-message__catch,
  .entry-content .sub .sub-service,
  .entry-content .sub .sub-service__label,
  .entry-content .sub .sub-service__title,
  .entry-content .sub .sub-service__sub,
  .entry-content .sub .sub-cta,
  .entry-content .sub .sub-cta__catch,
  .entry-content .sub .sub-cta__text,
  .entry-content .sub .sub-contact-tel,
  .entry-content .sub .sub-contact-tel__number,
  .entry-content .sub .sub-contact-tel__hours,
  .sub-lead-block,
  .sub-lead-block__catch,
  .sub-lead-block__text,
  .sub-head,
  .sub-head__en,
  .sub-head__title,
  .sub-head__lead,
  .sub-message__catch,
  .sub-service,
  .sub-service__label,
  .sub-service__title,
  .sub-service__sub,
  .sub-cta,
  .sub-cta__catch,
  .sub-cta__text,
  .sub-contact-tel,
  .sub-contact-tel__number,
  .sub-contact-tel__hours {
    text-align: center;
  }
  
  .entry-content .sub .sub-message p,
  .entry-content .sub .sub-service__body > p:not(.sub-service__label):not(.sub-service__sub),
  .entry-content .sub .sub-philosophy__text,
  .entry-content .sub .sub-feature__title,
  .entry-content .sub .sub-feature__text,
  .entry-content .sub .sub-access__notes,
  .entry-content .sub .sub-timeline,
  .entry-content .sub #table01 th,
  .entry-content .sub #table01 td,
  .sub-message p:not(.sub-message__catch):not(.sub-message__sign),
  .sub-service__body > p:not(.sub-service__label):not(.sub-service__sub),
  .sub-philosophy__text,
  .sub-feature__title,
  .sub-feature__text,
  .sub-access__notes,
  .sub-timeline,
  .sub #table01 th,
  .sub #table01 td {
    text-align: left;
  }
  
  .sub-lead-block {
    max-width: 920px;
    margin: 0 auto;
    padding: 64px 4% 40px;
  }
  
  .sub-lead-block__catch {
    margin: 0 0 24px;
    color: #19448E;
    font-size: clamp(1.45rem, 3.2vw, 2rem);
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1.6;
    text-wrap: balance;
    word-break: keep-all;
    line-break: strict;
  }
  
  .sub-lead-block__text {
    margin: 0 auto;
    max-width: 40em;
    color: #444;
    font-size: 0.98rem;
    line-height: 1.95;
    letter-spacing: 0.02em;
    text-wrap: pretty;
  }
  
  .sub-section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 64px 4%;
  }
  
  .sub-section--tint {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    background: linear-gradient(180deg, #f5f7fb 0%, #eef2f8 100%);
  }
  
  .sub-section--tint > .sub-head,
  .sub-section--tint > .sub-philosophy,
  .sub-section--tint > .sub-service,
  .sub-section--tint > .sub-access,
  .sub-section--tint > .sub-strengths,
  .sub-section--tint > .sub-feature-grid,
  .sub-section--tint > .sub-voices,
  .sub-section--tint > .sub-form,
  .sub-section--tint > #cf-tbl,
  .sub-section--tint > .labomen-cf7,
  .sub-section--tint > .partner-filter,
  .sub-section--tint > .partner-jobs,
  .sub-section--tint > .partner-job-apply-form,
  .sub-section--tint > .partner-apply-notice,
  .sub-section--tint > .sub-steps,
  .sub-section--tint > .sub-join-cta {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4%;
    padding-right: 4%;
    box-sizing: border-box;
  }
  
  .sub-section--tint > #cf-tbl,
  .sub-section--tint > .sub-form,
  .sub-section--tint > .labomen-cf7 {
    max-width: 1100px;
  }
  
  .sub-head {
    margin: 0 0 36px;
  }
  
  .sub-head__en {
    margin: 0 0 10px;
    color: #f5b800;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
  }
  
  .sub-head__title {
    margin: 0;
    color: #19448E;
    font-size: clamp(1.3rem, 2.6vw, 1.65rem);
    font-weight: 900;
    letter-spacing: 0.06em;
    line-height: 1.5;
    text-wrap: balance;
    word-break: keep-all;
    line-break: strict;
  }
  
  .sub-head__title::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    margin: 16px auto 0;
    background: #f5b800;
  }
  
  .sub-head__lead {
    margin: 18px auto 0;
    max-width: 640px;
    color: #555;
    font-size: 0.95rem;
    line-height: 1.85;
  }
  
  .sub-message {
    max-width: 38em;
    margin: 0 auto;
  }
  
  .sub-message p {
    margin: 0 0 1.2em;
    color: #333;
    letter-spacing: 0.02em;
    text-wrap: pretty;
    line-break: strict;
  }
  
  .sub-message__catch {
    margin-bottom: 1.6em !important;
    color: #19448E !important;
    font-size: clamp(1.1rem, 2.2vw, 1.3rem);
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.75;
    text-wrap: balance;
    word-break: keep-all;
  }
  
  .sub-message__sign {
    margin-top: 2em !important;
    text-align: right;
    font-weight: 800;
    color: #1a2540;
  }
  
  .sub-philosophy {
    display: grid;
    gap: 16px;
  }
  
  .sub-philosophy__item {
    padding: 28px 28px 26px;
    background: #fff;
    border-left: 4px solid #19448E;
    box-shadow: 0 8px 28px rgba(26, 37, 64, 0.06);
    text-align: left;
  }
  
  .sub-philosophy__item--values {
    border-left-color: #f5b800;
    text-align: left;
  }
  
  .sub-philosophy__item--values .sub-philosophy__label {
    text-align: left;
  }
  
  .sub-philosophy__label {
    margin: 0 0 12px;
    color: #f5b800;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
  }
  
  .sub-philosophy__text {
    margin: 0;
    color: #1a2540;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.85;
    letter-spacing: 0.02em;
    text-wrap: pretty;
    word-break: keep-all;
    line-break: strict;
  }
  
  .sub-values {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }
  
  .sub-values li {
    padding: 10px 16px;
    background: #f5f7fb;
    border: 1px solid #d9e1ee;
    color: #19448E;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.06em;
  }
  
  .sub .sub-table,
  .sub #table01 {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    border-collapse: collapse;
  }
  
  .sub #table01 th,
  .sub #table01 td {
    display: table-cell;
    padding: 18px 22px;
    border-bottom: 1px solid #d7deea;
    font-size: 0.95rem;
    vertical-align: middle;
  }
  
  .sub #table01 th {
    width: 28%;
    color: #fff;
    background: linear-gradient(90deg, #19448E 0%, #2a5db0 100%);
    font-weight: 800;
    letter-spacing: 0.06em;
    text-align: left;
  }
  
  .sub #table01 td {
    width: auto;
    padding-left: 24px;
    background: #f7f9fc;
    color: #1a2540;
    text-align: left;
  }
  
  .sub-access {
    max-width: 720px;
    margin: 0 auto;
    padding: 32px;
    background: #fff;
    border: 1px solid #d9e1ee;
    text-align: center;
  }
  
  .sub-access__address {
    margin: 0 0 18px;
    color: #19448E;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1.7;
    text-align: center;
  }
  
  .sub-access__notes {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: grid;
    gap: 8px;
    max-width: 32em;
    text-align: left;
  }
  
  .sub-access__notes li {
    position: relative;
    padding-left: 16px;
    color: #555;
    font-size: 0.92rem;
  }
  
  .sub-access__notes li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 6px;
    height: 2px;
    background: #f5b800;
  }
  
  .sub-timeline {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 760px;
    border-left: 3px solid #19448E;
  }
  
  .sub-timeline li {
    position: relative;
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 20px;
    margin: 0;
    padding: 0 0 28px 28px;
  }
  
  .sub-timeline li::before {
    content: '';
    position: absolute;
    left: -7px;
    top: 0.45em;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #f5b800;
    border: 2px solid #19448E;
    box-sizing: border-box;
  }
  
  .sub-timeline__year {
    color: #19448E;
    font-weight: 900;
    letter-spacing: 0.04em;
  }
  
  .sub-timeline__text {
    color: #333;
    letter-spacing: 0.02em;
    word-break: keep-all;
    line-break: strict;
    text-wrap: pretty;
  }
  
  .sub-service {
    max-width: 860px;
    margin: 0 auto;
  }
  
  .sub-service__label {
    margin: 0 0 10px;
    color: #f5b800;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
  }
  
  .sub-service__title {
    margin: 0 0 18px;
    color: #19448E;
    font-size: clamp(1.25rem, 2.4vw, 1.55rem);
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-wrap: balance;
    word-break: keep-all;
    line-break: strict;
  }
  
  .sub-service__title::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    margin: 16px auto 0;
    background: #f5b800;
  }
  
  .sub-service__body > p {
    margin: 0 auto 1.1em;
    max-width: 40em;
    color: #333;
    letter-spacing: 0.02em;
    text-wrap: pretty;
    line-break: strict;
  }
  
  .sub-service__sub {
    margin: 1.6em auto 12px !important;
    color: #1a2540 !important;
    font-size: 0.85rem !important;
    font-weight: 800;
    letter-spacing: 0.12em;
  }
  
  .sub-tags {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  
  .sub-tags li {
    padding: 10px 16px;
    background: #fff;
    border: 1px solid #c9d5e8;
    color: #19448E;
    font-size: 0.88rem;
    font-weight: 800;
  }
  
  .sub-section--tint .sub-tags li {
    background: #f8fafc;
  }
  
  .sub-strengths {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 760px;
    display: grid;
    gap: 12px;
  }
  
  .sub-strengths li {
    position: relative;
    padding: 18px 20px 18px 52px;
    background: #fff;
    border-left: 3px solid #19448E;
    color: #1a2540;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.6;
    word-break: keep-all;
    line-break: strict;
    text-wrap: pretty;
    box-shadow: 0 6px 20px rgba(26, 37, 64, 0.05);
  }
  
  .sub-strengths li::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f5b800;
    transform: translateY(-50%);
  }
  
  .sub-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  
  .sub-feature {
    padding: 28px 24px;
    background: #fff;
    border-top: 3px solid #19448E;
    box-shadow: 0 8px 28px rgba(26, 37, 64, 0.06);
    text-align: left;
  }
  
  .sub-feature__num {
    margin: 0 0 14px;
    color: #f5b800;
    font-size: 0.85rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-align: left;
  }
  
  .sub-feature__title {
    margin: 0 0 12px;
    color: #19448E;
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1.55;
    text-wrap: balance;
    word-break: keep-all;
    line-break: strict;
  }
  
  .sub-feature__text {
    margin: 0;
    color: #555;
    font-size: 0.92rem;
    line-height: 1.85;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-wrap: pretty;
  }
  
  .sub-voices {
    display: grid;
    gap: 14px;
    max-width: 860px;
    margin: 0 auto;
  }
  
  .sub-voice {
    margin: 0;
    padding: 24px 26px;
    background: #fff;
    border-left: 4px solid #f5b800;
    box-shadow: 0 6px 20px rgba(26, 37, 64, 0.05);
  }
  
  .sub-voice p {
    margin: 0;
    color: #1a2540;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.85;
    letter-spacing: 0.02em;
    text-wrap: pretty;
    word-break: keep-all;
    line-break: strict;
  }
  
  .sub-voice__meta {
    margin: 12px 0 0 !important;
    color: #5a6a7a !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em;
  }
  
  .sub-lead-block__cta {
    margin: 28px 0 0;
    text-align: center;
  }
  
  .labomen-cf7__checks,
  .labomen-cf7 .wpcf7-checkbox {
    display: grid;
    gap: 10px;
  }
  
  .labomen-cf7 .wpcf7-list-item {
    display: block;
    margin: 0;
  }
  
  .labomen-cf7 .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #c9d5e8;
    color: #1a2540;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.5;
    cursor: pointer;
  }
  
  .labomen-cf7 .wpcf7-list-item input[type="checkbox"] {
    flex-shrink: 0;
  }
  
  .sub-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    counter-reset: none;
  }
  
  .sub-steps__item {
    padding: 28px 22px;
    background: #fff;
    border: 1px solid #d9e1ee;
    text-align: center;
  }
  
  .sub-steps__label {
    margin: 0 0 12px;
    color: #f5b800;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.18em;
  }
  
  .sub-steps__title {
    margin: 0 0 10px;
    color: #19448E;
    font-size: 1.02rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    word-break: keep-all;
    line-break: strict;
    text-wrap: balance;
  }
  
  .sub-steps__text {
    margin: 0;
    color: #555;
    font-size: 0.9rem;
    line-height: 1.7;
  }

  .sub-join-cta {
    text-align: center;
    margin: 24px auto 0;
  }
  
  .sub-flow {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 820px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 0;
  }
  
  .sub-flow li {
    position: relative;
    min-width: 120px;
    padding: 18px 22px;
    background: #19448E;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-align: center;
  }
  
  .sub-flow li:not(:last-child)::after {
    content: '→';
    position: absolute;
    right: -18px;
    top: 50%;
    color: #f5b800;
    font-size: 1.1rem;
    font-weight: 900;
    transform: translateY(-50%);
    z-index: 1;
  }
  
  .sub-flow li:not(:last-child) {
    margin-right: 24px;
  }
  
  .sub-contact-tel {
    max-width: 560px;
    margin: 0 auto;
    padding: 36px 28px;
    text-align: center;
    background: linear-gradient(135deg, #19448E 0%, #1a2540 100%);
    color: #fff;
  }
  
  .sub-contact-tel__number {
    margin: 0 0 12px;
    font-size: clamp(1.6rem, 4vw, 2.2rem);
    font-weight: 900;
    letter-spacing: 0.06em;
  }
  
  .sub-contact-tel__number a {
    color: #fff;
    text-decoration: none;
  }
  
  .sub-contact-tel__number a:hover {
    color: #f5b800;
  }
  
  .sub-contact-tel__hours {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.9rem;
  }
  
  .sub-form {
    max-width: 1100px;
    margin: 0 auto;
  }
  
  .sub-form-privacy {
    max-width: 1100px;
    margin: 20px auto 0;
    text-align: center;
    font-size: 0.88rem;
    color: #555;
  }
  
  .sub-cta {
    padding: 56px 4%;
    text-align: center;
    background: linear-gradient(125deg, #19448E 0%, #1f54af 48%, #1a2540 100%);
    color: #fff;
  }
  
  .sub-cta__catch {
    margin: 0 0 12px;
    font-size: clamp(1.15rem, 2.4vw, 1.45rem);
    font-weight: 900;
    letter-spacing: 0.04em;
    text-wrap: balance;
    word-break: keep-all;
    line-break: strict;
  }
  
  .sub-cta__text {
    margin: 0 auto 28px;
    max-width: 36em;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.95rem;
    line-height: 1.85;
    letter-spacing: 0.02em;
    text-wrap: pretty;
  }
  
  .sub-cta__btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
  
  .sub-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 14px 28px;
    font-size: 0.92rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-decoration: none !important;
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
  }
  
  .sub-btn:hover {
    transform: translateY(-2px);
  }
  
  .sub-btn--primary {
    background: #f5b800;
    color: #1a2540 !important;
  }
  
  .sub-btn--primary:hover {
    background: #e5ab00;
    color: #1a2540 !important;
  }
  
  .sub-btn--secondary {
    background: #fff;
    color: #19448E !important;
  }
  
  .sub-btn--secondary:hover {
    background: #eef2f8;
    color: #19448E !important;
  }
  
  .sub-btn--ghost {
    background: transparent;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.55);
  }
  
  .sub-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important;
  }

  /* フォーム完了ページ */
  .sub-thanks {
    max-width: 720px;
    margin: 0 auto;
    padding: 72px 4% 96px;
    text-align: center;
  }

  .sub-thanks__en {
    margin: 0 0 12px;
    color: #D7AE67;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
  }

  .sub-thanks__title {
    margin: 0 0 20px;
    color: #19448E;
    font-size: clamp(1.4rem, 3vw, 1.9rem);
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-wrap: balance;
    word-break: keep-all;
    line-break: strict;
  }

  .sub-thanks__text {
    margin: 0 auto 36px;
    max-width: 34em;
    color: #3a4458;
    font-size: 0.98rem;
    line-height: 1.9;
    letter-spacing: 0.02em;
    text-wrap: pretty;
  }

  .sub-thanks__btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  .sub-thanks .sub-btn--secondary {
    border: 1px solid #19448E;
  }
  
  .sp-only {
    display: none;
  }
  
  @media (max-width: 900px) {
    .sub-feature-grid,
    .sub-steps {
      grid-template-columns: 1fr;
    }
  
    .sub-flow {
      flex-direction: column;
      align-items: stretch;
    }
  
    .sub-flow li {
      margin-right: 0 !important;
    }
  
    .sub-flow li:not(:last-child)::after {
      content: '↓';
      right: auto;
      left: 50%;
      top: auto;
      bottom: -18px;
      transform: translateX(-50%);
    }
  
    .sub-flow li:not(:last-child) {
      margin-bottom: 24px;
    }
  }
  
  @media (max-width: 700px) {
    .sp-only {
      display: inline;
    }

    .sub-thanks {
      padding: 48px 4% 72px;
    }

    .sub-thanks__btns .sub-btn {
      width: 100%;
    }
  
    .sub-lead-block {
      padding: 40px 4% 28px;
    }
  
    .sub-section {
      padding: 48px 4%;
    }
  
    .sub-section--tint {
      padding-top: 48px;
      padding-bottom: 48px;
    }
  
    .sub-timeline li {
      grid-template-columns: 1fr;
      gap: 6px;
    }
  
    .sub #table01 th,
    .sub #table01 td {
      display: block;
      width: 100%;
    }
  
    .sub #table01 th {
      padding: 12px 16px;
    }
  
    .sub #table01 td {
      padding: 14px 16px 18px;
    }
  
    .sub-cta {
      padding: 44px 4%;
    }
  
    .sub-btn {
      width: 100%;
    }
  
    .sub-access {
      padding: 24px 18px;
    }
  }
  
  /* =================================================================
     会員専用（partner-archive）
     ================================================================= */
  .partner-note {
    max-width: 860px;
    margin: 0 auto;
    padding: 32px 28px;
    background: linear-gradient(135deg, #19448E 0%, #1a2540 100%);
    color: #fff;
    text-align: center;
  }
  
  .partner-note__label {
    margin: 0 0 10px;
    color: #f5b800;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
  }
  
  .partner-note__text {
    margin: 0 auto 24px;
    max-width: 36em;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    line-height: 1.85;
    letter-spacing: 0.02em;
    text-wrap: pretty;
  }
  
  .partner-note__btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
  
  .partner-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
  }
  
  .partner-filter span,
  .partner-filter__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border: 1px solid #c9d5e8;
    background: #fff;
    color: #1a2540 !important;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none !important;
  }
  
  .partner-filter span.is-active,
  .partner-filter__link.is-active,
  .partner-filter__link:hover {
    background: #f5b800;
    border-color: #f5b800;
    color: #1a2540 !important;
  }
  
  .partner-jobs {
    display: grid;
    gap: 18px;
    max-width: 900px;
    margin: 0 auto;
  }
  
  .partner-jobs-empty {
    max-width: 900px;
    margin: 0 auto;
    padding: 28px 20px;
    background: #fff;
    border: 1px solid #c9d5e8;
    color: #5a6a7a;
    font-size: 0.95rem;
    font-weight: 700;
    text-align: center;
  }
  
  .partner-job {
    padding: 0;
    background: #fff;
    border-top: 3px solid #19448E;
    box-shadow: 0 8px 28px rgba(26, 37, 64, 0.06);
    text-align: left;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  
  .partner-job:has(.partner-job__link:hover),
  .partner-job:has(.partner-job__link:focus-visible) {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(26, 37, 64, 0.1);
  }
  
  .partner-job__link {
    display: block;
    padding: 28px 26px;
    color: inherit !important;
    text-decoration: none !important;
  }
  
  .partner-job__link:hover,
  .partner-job__link:focus {
    color: inherit !important;
    text-decoration: none !important;
  }
  
  .partner-job--detail {
    padding: 28px 26px;
  }
  
  .partner-job__title a {
    color: inherit !important;
    text-decoration: none !important;
  }
  
  .partner-job__title a:hover {
    color: #19448E !important;
  }
  
  .partner-job__more {
    margin: 16px 0 0;
    color: #19448E;
    font-size: 0.88rem;
    font-weight: 900;
    letter-spacing: 0.06em;
  }
  
  .partner-job__link:hover .partner-job__more,
  .partner-job__link:focus-visible .partner-job__more {
    color: #8F641A;
  }
  
  .partner-job-detail__body {
    margin: 8px 0 18px;
    padding: 24px 22px 20px;
    background: linear-gradient(180deg, #f7f9fc 0%, #fff 48%);
    border: 1px solid #e4ebf5;
    border-left: 4px solid #19448E;
    color: #444;
    font-size: 0.98rem;
    line-height: 1.9;
  }

  .partner-job-detail__body > *:first-child {
    margin-top: 0;
  }

  .partner-job-detail__body > *:last-child {
    margin-bottom: 0;
  }

  .partner-job-detail__body p {
    margin: 0 0 1.05em;
    color: #3a4558;
    letter-spacing: 0.02em;
    text-wrap: pretty;
  }

  .partner-job-detail__body h2,
  .partner-job-detail__body h3,
  .partner-job-detail__body h4 {
    margin: 1.55em 0 0.7em;
    color: #1a2540;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.45;
  }

  .partner-job-detail__body h2 {
    padding-bottom: 8px;
    border-bottom: 2px solid #19448E;
    font-size: 1.12rem;
  }

  .partner-job-detail__body h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.02rem;
  }

  .partner-job-detail__body h3::before {
    content: '';
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    background: #f5b800;
  }

  .partner-job-detail__body h4 {
    font-size: 0.95rem;
    color: #19448E;
  }

  .partner-job-detail__body ul,
  .partner-job-detail__body ol {
    margin: 0 0 1.2em;
    padding: 14px 18px 14px 1.4em;
    background: #fff;
    border: 1px solid #e4ebf5;
    list-style: none;
  }

  .partner-job-detail__body ul li,
  .partner-job-detail__body ol li {
    position: relative;
    margin: 0 0 0.55em;
    padding-left: 1.05em;
    color: #1a2540;
    font-weight: 700;
    line-height: 1.7;
  }

  .partner-job-detail__body ul li:last-child,
  .partner-job-detail__body ol li:last-child {
    margin-bottom: 0;
  }

  .partner-job-detail__body ul li::before {
    content: '';
    position: absolute;
    top: 0.62em;
    left: 0;
    width: 7px;
    height: 7px;
    background: #19448E;
  }

  .partner-job-detail__body ol {
    counter-reset: partner-job-body;
    padding-left: 18px;
  }

  .partner-job-detail__body ol li {
    counter-increment: partner-job-body;
    padding-left: 1.7em;
  }

  .partner-job-detail__body ol li::before {
    content: counter(partner-job-body);
    position: absolute;
    top: 0.15em;
    left: 0;
    width: 1.35em;
    color: #8F641A;
    font-size: 0.85em;
    font-weight: 900;
  }

  .partner-job-detail__body strong,
  .partner-job-detail__body b {
    color: #1a2540;
    font-weight: 900;
  }

  .partner-job-detail__body a {
    color: #19448E;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 0.18em;
  }

  .partner-job-detail__body a:hover {
    color: #8F641A;
  }

  .partner-job-detail__body blockquote {
    margin: 0 0 1.2em;
    padding: 14px 16px;
    border-left: 3px solid #f5b800;
    background: #fff8e6;
    color: #5a6a7a;
    font-weight: 700;
  }
  
  .partner-apply-notice {
    max-width: 800px;
    margin: 0 auto 20px;
    padding: 14px 16px;
    font-size: 0.92rem;
    font-weight: 700;
    text-align: center;
  }
  
  .partner-apply-notice--ok {
    background: #eef4fb;
    border: 1px solid #19448E;
    color: #19448E;
  }
  
  .partner-apply-notice--ng {
    background: #fdf2f1;
    border: 1px solid #c0392b;
    color: #c0392b;
  }
  
  .partner-apply-form {
    max-width: 800px;
    margin: 0 auto;
  }
  
  .partner-apply-form .labomen-cf7__input,
  .partner-apply-form .labomen-cf7__textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid #c9d5e8;
    background: #fff;
    color: #1a2540;
    font-size: 1rem;
  }
  
  .partner-apply-form .labomen-cf7__textarea {
    min-height: 140px;
    resize: vertical;
  }
  
  .partner-apply-form__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    margin: 0;
    padding: 16px 40px;
    border: none;
    background: #f5b800;
    color: #1a2540;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    cursor: pointer;
  }
  
  .partner-apply-form__btn:hover {
    background: #e5ab00;
    transform: translateY(-2px);
  }
  
  .partner-login-form {
    max-width: 440px;
    margin: 0 auto;
    padding: 32px 28px;
    background: #f5f7fb;
    border: 1px solid #c9d5e8;
    text-align: left;
  }
  
  .partner-login-form__error {
    margin: 0 0 16px;
    padding: 12px 14px;
    background: #fdf2f1;
    border: 1px solid #c0392b;
    color: #c0392b;
    font-size: 0.88rem;
    font-weight: 700;
  }
  
  .partner-login-form__label {
    display: block;
    margin-bottom: 8px;
    color: #1a2540;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.04em;
  }
  
  .partner-login-form__input {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 20px;
    padding: 12px 14px;
    border: 1px solid #c9d5e8;
    background: #fff;
    color: #1a2540;
    font-size: 1rem;
  }
  
  .partner-login-form__input:focus {
    outline: none;
    border-color: #19448E;
    box-shadow: 0 0 0 3px rgba(25, 68, 142, 0.12);
  }
  
  .partner-login-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 28px;
    border: none;
    background: #f5b800;
    color: #1a2540;
    font-size: 0.95rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    cursor: pointer;
  }
  
  .partner-login-form__submit:hover {
    background: #e5ab00;
  }
  
  .partner-login-form__note {
    max-width: 440px;
    margin: 20px auto 0;
    color: #5a6a7a;
    font-size: 0.88rem;
    line-height: 1.7;
    text-align: center;
  }
  
  .partner-login-form__note a {
    color: #19448E;
    font-weight: 700;
    text-decoration: underline;
  }

  .partner-apply-gate {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
  }

  .partner-apply-gate__lead {
    margin: 0 0 20px;
    color: #1a2540;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.7;
  }

  .partner-login-form--gate {
    margin-bottom: 28px;
  }

  .partner-apply-gate__register {
    padding: 24px 20px;
    background: #fff;
    border: 1px solid #c9d5e8;
  }

  .partner-apply-gate__register-text {
    margin: 0 0 16px;
    color: #5a6a7a;
    font-size: 0.92rem;
    line-height: 1.7;
  }

  .partner-apply-gate__register .sub-btn {
    display: inline-flex;
  }

  .partner-unsub {
    max-width: 640px;
    margin: 0 auto;
  }

  .partner-unsub__form {
    margin-top: 8px;
  }

  .partner-unsub__email {
    display: inline-block;
    margin: 0 0 16px;
    padding: 8px 14px;
    background: #f4f7fb;
    border-radius: 4px;
    color: #19448E;
    font-size: 0.95rem;
    font-weight: 700;
    word-break: break-all;
  }

  .partner-unsub__note {
    margin: 0 auto 28px;
    max-width: 34em;
    padding: 12px 16px;
    background: #fff8e8;
    border: 1px solid #e6d5a8;
    color: #5a4a20;
    font-size: 0.88rem;
    line-height: 1.7;
    text-align: left;
  }

  .partner-unsub__home {
    margin: 36px 0 0;
    font-size: 0.88rem;
  }

  .partner-unsub__home a {
    color: #19448E;
  }
  
  .partner-job {
    padding: 20px;
    background: #fff;
    border-top: 3px solid #19448E;
    box-shadow: 0 8px 28px rgba(26, 37, 64, 0.06);
    text-align: left;
  }
  
  .partner-job__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
  }
  
  .partner-job__status {
    margin: 0;
    padding: 4px 10px;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
  }
  
  .partner-job__status--open {
    background: #19448E;
    color: #fff;
  }
  
  .partner-job__status--soon {
    background: #e8edf5;
    color: #5a6a7a;
  }
  
  .partner-job__status--closed {
    background: #d9dee8;
    color: #6a7585;
  }
  
  .partner-job__cat {
    margin: 0;
    color: #8F641A;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
  }
  
  .partner-job__title {
    margin: 0 0 16px;
    color: #1a2540;
    font-size: 1.15rem;
    font-weight: 900;
    letter-spacing: 0.03em;
    line-height: 1.55;
    text-wrap: balance;
    word-break: keep-all;
    line-break: strict;
  }
  
  .partner-job__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    list-style: none;
    margin: 0 0 16px;
    padding: 16px;
    background: #f5f7fb;
    border: 1px solid #e4ebf5;
  }
  
  .partner-job__meta li {
    margin: 0;
    color: #1a2540;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.5;
  }
  
  .partner-job__meta span {
    display: inline-block;
    min-width: 4.5em;
    margin-right: 8px;
    color: #5a6a7a;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
  }

  .partner-job__meta-item--amount {
    grid-column: 1 / -1;
    padding-top: 2px;
    color: #19448E;
    font-size: 1rem;
  }

  .partner-amount-panel {
    position: relative;
    margin: 0 0 28px;
    padding: 28px 24px 26px;
    text-align: center;
    overflow: hidden;
    scroll-margin-top: 96px;
  }

  .partner-amount-panel::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .partner-amount-panel > * {
    position: relative;
    z-index: 1;
  }

  .partner-amount-panel--open {
    background: linear-gradient(145deg, #1f54af 0%, #19448E 45%, #0a295c 100%);
    color: #fff;
    border: 2px solid #f5b800;
    box-shadow: 0 12px 36px rgba(25, 68, 142, 0.28);
  }

  .partner-amount-panel--open::before {
    background:
      radial-gradient(circle at 80% 15%, rgba(245, 184, 0, 0.35), transparent 38%),
      radial-gradient(circle at 15% 85%, rgba(255, 255, 255, 0.1), transparent 42%);
  }

  .partner-amount-panel__badge {
    display: inline-block;
    margin: 0 0 12px;
    padding: 4px 12px;
    background: #f5b800;
    color: #1a2540;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.18em;
  }

  .partner-amount-panel__label {
    margin: 0 0 6px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
  }

  .partner-amount-panel__value {
    margin: 0 0 14px;
    color: #f5b800;
    font-size: clamp(1.7rem, 4vw, 2.35rem);
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1.3;
    text-wrap: balance;
    word-break: keep-all;
  }

  .partner-amount-panel__note {
    margin: 0 auto 22px;
    max-width: 34em;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.95rem;
    line-height: 1.85;
  }

  .partner-amount-panel__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  .partner-amount-panel__actions .sub-btn--primary {
    background: #f5b800;
    color: #1a2540 !important;
    border-color: #f5b800;
  }

  .partner-amount-panel__actions .sub-btn--primary:hover {
    background: #ffe24a;
    border-color: #ffe24a;
    color: #1a2540 !important;
  }

  /* 旧クラス互換 */
  .partner-amount-teaser,
  .partner-amount-panel--locked {
    display: none;
  }
  
  .partner-job__text {
    margin: 0 0 14px;
    color: #555;
    font-size: 0.92rem;
    line-height: 1.85;
    letter-spacing: 0.02em;
    text-wrap: pretty;
  }

  .partner-job-photos {
    margin: 36px 0 8px;
  }

  .partner-job-photos__title {
    margin: 0 0 16px;
    color: #1a2540;
    font-size: 1.15rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }

  .partner-job-photos__wrap {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .partner-job-photos__viewport {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
  }

  .partner-job-photos-slider {
    width: 100%;
    overflow: hidden;
    background: #edf1f7;
    border: 1px solid #d7e0ee;
  }

  .partner-job-photos-slider .swiper-wrapper {
    align-items: stretch;
  }

  .partner-job-photos-slider .swiper-slide {
    height: auto;
    box-sizing: border-box;
  }

  .partner-job-photos__figure {
    margin: 0;
    width: 100%;
    aspect-ratio: 16 / 10;
    background: #edf1f7;
    overflow: hidden;
  }

  .partner-job-photos__img,
  .partner-job-photos__figure img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center;
  }

  .partner-job-photos-prev,
  .partner-job-photos-next {
    flex: 0 0 auto;
    position: static;
    z-index: 2;
    min-width: 88px;
    padding: 16px 18px;
    border: 2px solid #19448E;
    background: #19448E;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(25, 68, 142, 0.28);
  }

  .partner-job-photos-prev:hover,
  .partner-job-photos-next:hover {
    background: #f5b800;
    border-color: #f5b800;
    color: #1a2540;
  }

  .partner-job-photos-prev.swiper-button-disabled,
  .partner-job-photos-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
    box-shadow: none;
  }
  
  /* WPパスワード保護フォーム */
  .post-password-form {
    max-width: 480px;
    margin: 40px auto;
    padding: 32px 28px;
    background: #f5f7fb;
    border: 1px solid #c9d5e8;
    text-align: center;
  }
  
  .post-password-form p {
    margin: 0 0 16px;
    color: #1a2540;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.7;
  }
  
  .post-password-form label {
    display: block;
    margin-bottom: 12px;
    color: #5a6a7a;
    font-size: 0.85rem;
    font-weight: 700;
  }
  
  .post-password-form input[type="password"] {
    width: 100%;
    max-width: 280px;
    margin: 8px auto 0;
    padding: 12px 14px;
    border: 1px solid #c9d5e8;
    background: #fff;
    color: #1a2540;
    font-size: 1rem;
    box-sizing: border-box;
  }
  
  .post-password-form input[type="submit"] {
    display: inline-flex;
    margin-top: 16px;
    padding: 12px 28px;
    border: none;
    background: #f5b800;
    color: #1a2540;
    font-size: 0.92rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    cursor: pointer;
  }
  
  .post-password-form input[type="submit"]:hover {
    background: #e5ab00;
  }
  
  @media (max-width: 900px) {
    .partner-note {
      padding: 28px 20px;
    }
  
    .partner-note__btns .sub-btn {
      width: 100%;
    }
  
    .partner-job__link,
    .partner-job--detail {
      padding: 24px 18px;
    }
  
    .partner-job__meta {
      grid-template-columns: 1fr;
    }

    .partner-job-photos__wrap {
      flex-wrap: wrap;
    }

    .partner-job-photos__viewport {
      flex: 1 1 100%;
      order: 1;
    }

    .partner-job-photos-prev,
    .partner-job-photos-next {
      flex: 1 1 calc(50% - 7px);
      min-width: 0;
      order: 2;
      padding: 14px 12px;
      font-size: 0.88rem;
    }

    .partner-job-detail__body {
      padding: 20px 16px 16px;
    }
  
    .partner-apply-form__btn {
      width: 100%;
      min-width: 0;
    }
  }
  
  
  