/* ============================================================
   LABOR ROBOT PAGE — v3
   ============================================================ */
.subpage-main.lbr-subpage { padding: 0; }
.lbr-inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
/* ============================================================
   LEAD
   ============================================================ */
.lbr-lead {
  background: #fff;
  padding: 110px 0 90px;
}
.lbr-lead__label { margin-bottom: 28px; }
.lbr-lead__catch {
  font-size: clamp(1.7rem, 3.2vw, 2.8rem);
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: 2px;
  color: #111;
  margin-bottom: 28px;
}
.lbr-lead__catch em {
  color: #ea9801;
  font-style: normal;
}
.lbr-lead__txt {
  font-size: 1.05rem;
  line-height: 2.2;
  color: #444;
  max-width: 780px;
  margin-bottom: 48px;
}
.lbr-lead__badges {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.lbr-badge {
  display: flex;
  align-items: center;
  gap: 0 10px;
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-left: 3px solid #ea9801;
  padding: 12px 20px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #333;
}
.lbr-badge i {
  color: #ea9801;
  font-size: 1rem;
}
/* ============================================================
   FEATURE SECTION（画像＋テキスト 左右交互）
   ============================================================ */
.lbr-feat-section {
  display: flex;
  align-items: stretch;
  min-height: 560px;
  background: #fff;
  overflow: hidden;
}
.lbr-feat-section--rev { flex-direction: row-reverse; }
.lbr-feat-section--dark { background: #111; }
/* 画像エリア */
.lbr-feat-section__img {
  flex: 0 0 52%;
  position: relative;
  overflow: hidden;
}
.lbr-feat-section__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}
.lbr-feat-section:hover .lbr-feat-section__img img {
  transform: scale(1.04);
}
/* オレンジ斜めアクセント（参考デザインの右下三角） */
.lbr-feat-section__img-accent {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 80px;
  background: #ea9801;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.lbr-feat-section__img-accent--br {
  left: 0;
  right: auto;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
/* テキストエリア */
.lbr-feat-section__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 72px;
  position: relative;
}
.lbr-feat-section__body--right { padding: 80px 72px 80px 80px; }
/* ラベル（/ SERVICE 01） */
.lbr-feat-section__label {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 28px;
}
.lbr-feat-slash {
  display: inline-block;
  width: 4px;
  height: 36px;
  background: #ea9801;
  transform: skewX(-12deg);
  flex-shrink: 0;
}
.lbr-feat-tag {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 4px;
  color: #ea9801;
  font-weight: 600;
}
.lbr-feat-num {
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(234,152,1,0.18);
  letter-spacing: -2px;
  margin-left: 4px;
}
/* タイトル */
.lbr-feat-section__ttl {
  font-size: clamp(1.4rem, 2.4vw, 2.1rem);
  font-weight: 900;
  color: #111;
  letter-spacing: 1.5px;
  line-height: 1.55;
  margin-bottom: 22px;
}
.lbr-feat-section__ttl--light { color: #fff; }
/* 本文 */
.lbr-feat-section__txt {
  font-size: 0.96rem;
  line-height: 2.1;
  color: #555;
  margin-bottom: 28px;
  max-width: 460px;
}
.lbr-feat-section__txt--light { color: rgba(255,255,255,0.65); }
/* チェックリスト */
.lbr-feat-section__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}
.lbr-feat-section__list li {
  display: flex;
  align-items: flex-start;
  gap: 0 12px;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #333;
}
.lbr-feat-section__list li i {
  color: #ea9801;
  font-size: 0.78rem;
  margin-top: 5px;
  flex-shrink: 0;
}
.lbr-feat-section__list--light li { color: rgba(255,255,255,0.8); }
/* 実績スタット（SERVICE 02） */
.lbr-stat-row {
  display: flex;
  gap: 0 2px;
  margin-top: 36px;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 32px;
}
.lbr-stat-item {
  flex: 1;
  text-align: center;
  padding: 0 16px;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.lbr-stat-item:last-child { border-right: none; }
.lbr-stat-item__num {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: #ea9801;
  line-height: 1;
  margin-bottom: 8px;
}
.lbr-stat-item__num span {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255,255,255,0.5);
}
.lbr-stat-item__label {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.4);
  letter-spacing: 1px;
}
/* 助成金ミニステップ（SERVICE 03） */
.lbr-subsidy-mini {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 32px;
}
.lbr-subsidy-mini__step {
  display: flex;
  align-items: flex-start;
  gap: 0 18px;
  padding: 18px 0;
  border-top: 1px solid #ebebeb;
}
.lbr-subsidy-mini__step:last-child { border-bottom: 1px solid #ebebeb; }
.lbr-subsidy-mini__num {
  flex: 0 0 36px;
  height: 36px;
  background: #ea9801;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.lbr-subsidy-mini__ttl {
  font-weight: 700;
  font-size: 0.95rem;
  color: #111;
  margin-bottom: 4px;
}
.lbr-subsidy-mini__txt {
  font-size: 0.85rem;
  color: #777;
  line-height: 1.7;
}
/* ============================================================
   ABOUT US（選ばれる5つの理由 カード型）
   ============================================================ */
.lbr-reasons {
  background: #111;
  padding: 110px 0;
  position: relative;
  overflow: hidden;
}
.lbr-reasons::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.lbr-reasons .lbr-inner {
  position: relative;
  z-index: 1;
}
.lbr-reasons__head {
  margin-bottom: 64px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-bottom: 28px;
}
.lbr-reasons__en {
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 6px;
  color: #fff;
  display: block;
  margin-bottom: 8px;
}
.lbr-reasons__ja {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.35);
  letter-spacing: 2px;
  font-weight: 400;
  margin: 0;
}
.lbr-reasons__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* 5枚目は中央2列目に */
.lbr-reason:nth-child(4) { grid-column: 1; }
.lbr-reason:nth-child(5) { grid-column: 2; }
.lbr-reason {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-top: 3px solid #ea9801;
  padding: 36px 28px 32px;
  position: relative;
  overflow: hidden;
  transition: background 0.3s, transform 0.3s;
}
.lbr-reason:hover {
  background: rgba(255,255,255,0.07);
  transform: translateY(-4px);
}
.lbr-reason__num {
  font-family: "Josefin Sans", sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(234,152,1,0.1);
  position: absolute;
  top: 12px;
  right: 16px;
  letter-spacing: -3px;
}
.lbr-reason__icon {
  font-size: 1.8rem;
  color: #ea9801;
  margin-bottom: 20px;
}
.lbr-reason__ttl {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  line-height: 1.5;
}
.lbr-reason__txt {
  font-size: 0.88rem;
  line-height: 1.9;
  color: rgba(255,255,255,0.5);
}
/* ============================================================
   PRICE（白背景）
   ============================================================ */
.lbr-price {
  background: #fff;
  padding: 110px 0;
  border-top: 1px solid #f0f0f0;
}
.lbr-price__head {
  margin-bottom: 56px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 24px;
}
.lbr-price__en {
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 6px;
  color: #111;
  display: block;
  margin-bottom: 8px;
}
.lbr-price__ja {
  font-size: 0.85rem;
  color: #999;
  letter-spacing: 2px;
  font-weight: 400;
  margin: 0;
}
.lbr-price__table-wrap {
  overflow-x: auto;
  margin-bottom: 24px;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 4px 24px rgba(0,0,0,0.05);
}
.lbr-price__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  min-width: 400px;
}
.lbr-price__table thead tr {
  background: #111;
}
.lbr-price__table th {
  padding: 18px 28px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.7);
  text-align: left;
  font-weight: 600;
}
.lbr-price__table th small,
.lbr-price__table td small {
  font-size: 0.78em;
  opacity: 0.6;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
.lbr-price__table tbody tr {
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.2s;
}
.lbr-price__table tbody tr:last-child { border-bottom: none; }
.lbr-price__table tbody tr:hover { background: #fafafa; }
.lbr-price__table td {
  padding: 22px 28px;
  color: #444;
  vertical-align: middle;
  line-height: 1.6;
}
.lbr-price__row--featured {
  background: #fffbf2 !important;
  border-top: 2px solid #ea9801 !important;
  border-bottom: 2px solid rgba(234,152,1,0.2) !important;
}
.lbr-price__plan-name {
  font-weight: 700;
  font-size: 1rem;
  color: #111;
  display: block;
}
.lbr-price__amount-cell {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ea9801 !important;
}
.lbr-price__estimate-cell {
  color: #999 !important;
  font-size: 0.9rem;
}
.lbr-price__note {
  font-size: 0.8rem;
  color: #bbb;
  letter-spacing: 0.5px;
}
/* ============================================================
   CTA
   ============================================================ */
.lbr-cta {
  background: #111;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.lbr-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}
.lbr-cta__inner {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.lbr-cta__ttl {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.lbr-cta__txt {
  font-size: 0.95rem;
  line-height: 2.1;
  color: rgba(255,255,255,0.7);
  margin-bottom: 44px;
}
.lbr-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 0 14px;
  background: #ea9801;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 4px;
  padding: 20px 56px;
  border-radius: 2px;
  border: 2px solid #ea9801;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}
.lbr-cta__btn:hover {
  background: transparent;
  color: #ea9801;
}

/* ============================================================
   モバイル（max-width: 767px）
   ============================================================ */
@media (max-width: 767px) {
  .lbr-lead { padding: 64px 0 52px; }
  .lbr-lead__catch { font-size: clamp(1.3rem, 6vw, 1.8rem); }
.lbr-lead__txt {
  font-size: 0.93rem;
  margin-bottom: 32px;
}
  .lbr-lead__badges { gap: 10px; }
.lbr-badge {
  font-size: 0.82rem;
  padding: 10px 14px;
}
  /* feature section → 縦積み */
  .lbr-feat-section,
  .lbr-feat-section--rev {
    flex-direction: column !important;
  }
.lbr-feat-section__img {
  flex: none;
  width: 100%;
  height: 240px;
}
  .lbr-feat-section__body {
    padding: 48px 6% !important;
  }
  .lbr-feat-num { font-size: 2.8rem; }
  .lbr-feat-section__ttl { font-size: clamp(1.2rem, 5vw, 1.6rem); }
.lbr-feat-section__txt {
  font-size: 0.9rem;
  max-width: 100%;
}
  .lbr-feat-section__list li { font-size: 0.88rem; }
.lbr-stat-row {
  padding-top: 24px;
  margin-top: 24px;
}
  .lbr-stat-item__num { font-size: 2rem; }
  .lbr-subsidy-mini { margin-top: 24px; }
  .lbr-reasons { padding: 64px 0; }
.lbr-reasons__grid {
  grid-template-columns: 1fr;
  gap: 14px;
}
  .lbr-reason:nth-child(4),
  .lbr-reason:nth-child(5) { grid-column: 1; }
  .lbr-reason { padding: 28px 20px 24px; }
  .lbr-reason__ttl { font-size: 1rem; }
  .lbr-price { padding: 64px 0; }
  .lbr-price__table th,
  .lbr-price__table td { padding: 16px 16px; }
  .lbr-price__amount-cell { font-size: 1.2rem; }
  .lbr-cta { padding: 72px 0; }
.lbr-cta__btn {
  width: 100%;
  justify-content: center;
  padding: 18px;
}
}
/* ============================================================
   スクリーンモックアップ（システム画面風）
   ============================================================ */

/* 画像エリアをモックアップ対応にする */
.lbr-feat-section__img--screen {
  background: #e8edf2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 48px;
}
.lbr-screen-wrap {
  width: 100%;
  max-width: 520px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow:
    0 4px 6px rgba(0,0,0,0.06),
    0 20px 60px rgba(0,0,0,0.12);
  position: relative;
  z-index: 1;
}
/* ブラウザ風のタイトルバー */
.lbr-screen-bar {
  height: 32px;
  background: #e0e4e8;
  display: flex;
  align-items: center;
  gap: 0 7px;
  padding: 0 14px;
  flex-shrink: 0;
  border-bottom: 1px solid #d0d4d8;
}
.lbr-screen-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.lbr-screen-bar span:nth-child(1) { background: #ff5f57; }
.lbr-screen-bar span:nth-child(2) { background: #febc2e; }
.lbr-screen-bar span:nth-child(3) { background: #28c840; }
.lbr-screen-wrap img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ダーク背景のスクリーンモックアップ */
.lbr-feat-section--dark .lbr-feat-section__img--screen {
  background: #0a0a0a;
}
.lbr-feat-section--dark .lbr-screen-bar {
  background: #1e2228;
  border-bottom-color: #111;
}

/* モバイルでの調整 */
@media (max-width: 767px) {
.lbr-feat-section__img--screen {
  padding: 24px 20px;
  height: auto !important;
}
  .lbr-screen-wrap {
    max-width: 100%;
  }
}
@charset "UTF-8";

