@charset "UTF-8";
/* ===========================================================
   1. PC用スタイル（元のデザイン・余白・装飾を完全維持）
=========================================================== */
/* line 10, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-corp-wrapper {
  --brand-blue: #0055ff;
  --bg-light: #f8f9fa;
  --text-main: #1a1a1a;
  --radius-news: 4px;
  --radius-card: 24px;
  --shadow-soft: 0 20px 40px rgba(0, 0, 0, 0.06);
  font-family: "Inter", "Hiragino Sans", sans-serif;
  color: var(--text-main);
}

/* line 21, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-hero-fullwide {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  /* PC用背景画像 */
  background-image: url(/assets/index-base-92c8a06f3f66c9ac394dc395dc93f7b45665883d90549cec06fa8b0dd4943e59.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* 画像の明るさを死守しつつ、文字の視認性を確保するブレンド */
  background-color: rgba(0, 0, 0, 0.2);
  background-blend-mode: overlay;
  filter: none !important;
  opacity: 1 !important;
  padding: 180px 0;
  margin-bottom: 80px;
  color: #ffffff;
}

/* line 46, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
  text-align: center;
}

/* line 53, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-badge {
  display: inline-block;
  margin-bottom: 40px;
  padding: 12px 32px;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  border-left: 12px solid var(--brand-blue);
  animation: slideIn 0.8s cubic-bezier(0.2, 1, 0.3, 1) forwards;
}

@keyframes slideIn {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* line 72, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-copy {
  font-size: clamp(1.5rem, 3.5vw, 4.5rem);
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 30px;
}

/* line 79, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-lead {
  color: rgba(255, 255, 255, 0.9);
  line-height: 30px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* line 85, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-cta-wrap {
  --log-white-glow: #e0faff;
  --log-blue-light: #5de6ff;
  --logo-blue-main: #0088ff;
  --logo-blue-deep: #0055ff;
}

/* line 92, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-btn-primary {
  display: inline-block;
  padding: 20px 50px;
  background: linear-gradient(135deg, var(--log-white-glow) 0%, var(--log-blue-light) 30%, var(--logo-blue-main) 100%);
  color: black;
  text-decoration: none;
  border-radius: 100px;
  font-weight: 800;
  box-shadow: 0 0 20px rgba(93, 230, 255, 0.5);
  border: 1px solid #fff;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* line 111, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-btn-primary:hover {
  background: linear-gradient(135deg, #ffffff 0%, var(--log-white-glow) 20%, var(--log-blue-light) 100%);
  box-shadow: 0 0 30px rgba(93, 230, 255, 0.8);
  transform: translateY(-3px) scale(1.02);
  color: #0055ff;
}

/* ===========================================================
   2. スマホ用レスポンシブ（768px以下に集約）
=========================================================== */
@media (max-width: 768px) {
  /* line 122, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
  .sp-hero-fullwide {
    /* スマホ用背景画像に切り替え */
    background-image: url(/assets/index-base-sp-557bdb3045d14b689088b1f9cd6fc3c9e067c50a3327bde0c830e0f462d288d8.webp);
    padding: 100px 0;
    /* スマホ向けに上下余白を調整 */
    margin-bottom: 40px;
    /* 明るさを絶対に落とさない */
    filter: none !important;
    opacity: 1 !important;
  }

  /* line 132, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
  .sp-badge {
    font-size: 14px;
    letter-spacing: 0.2em;
    padding: 10px 20px;
    border-left-width: 8px;
    margin-bottom: 25px;
  }

  /* line 140, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
  .sp-copy {
    font-size: 24px;
    /* 小さくなりすぎないよう固定気味に調整 */
    line-height: 1.8;
    margin-bottom: 20px;
    padding: 0 10px;
  }

  /* line 147, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
  .sp-lead {
    display: none;
    font-size: 14px;
    line-height: 1.6;
    padding: 0 15px;
    margin-bottom: 30px;
  }

  /* line 155, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
  .sp-btn-primary {
    margin-top: 130px;
    padding: 16px 30px;
    font-size: 14px;
    width: 85%;
    /* 押しやすいサイズ感 */
    box-sizing: border-box;
  }
}
/* --- 指定範囲のみのスタイル適用 --- */
/* line 167, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-content-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
  background-color: #050505;
  /* ロゴに合わせた黒 */
  color: #ffffff;
}

/* line 175, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-content-container .sp-news-row {
  display: flex;
  background: #000000;
  border: 1px solid #222222;
  border-radius: 4px;
  /* 丸み抑制 */
  padding: 25px 30px;
  margin-bottom: 80px;
  align-items: center;
  gap: 25px;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 170, 255, 0.1);
}

/* 左端のアクセントライン（ロゴの発光をイメージ） */
/* line 189, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-content-container .sp-news-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #00aaff;
  box-shadow: 0 0 10px #00aaff;
}

/* line 198, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-content-container .sp-news-label {
  font-weight: 800;
  color: #ffffff;
  font-size: 2.2rem;
  letter-spacing: 0.15em;
  text-shadow: 0 0 8px rgba(0, 170, 255, 0.8);
}

/* line 206, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-content-container .sp-news-content {
  flex: 1;
}

/* line 210, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-content-container .sp-news-item {
  display: flex;
  text-decoration: none;
  color: #b0b0b0;
  font-size: 1.0rem;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #1a1a1a;
  transition: all 0.3s ease;
  align-items: center;
}

/* line 222, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-content-container .sp-news-item:last-child {
  border-bottom: none;
}

/* line 226, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-content-container .sp-news-item:hover {
  color: #00aaff;
  transform: translateX(5px);
}

/* line 231, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-content-container .sp-news-item time {
  color: #666666;
}

/* line 235, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-content-container .sp-news-item .category {
  color: #00aaff;
  border: 1px solid #00aaff;
  padding: 1px 6px;
  font-size: 0.75rem;
  border-radius: 2px;
}

/* モバイル対応 */
@media (max-width: 768px) {
  /* line 245, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
  .sp-content-container .sp-news-row {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
}
/* line 256, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
:root {
  --primary-blue: #0066ff;
  --primary-hover: #0052cc;
  --bg-slate: #f8fafc;
  --border-color: #e2e8f0;
  --text-dark: #1e293b;
  --text-muted: #64748b;
  --radius-lg: 1.5rem;
  --shadow-main: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* line 267, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.contract-wrapper {
  max-width: 860px;
  margin: 3rem auto;
  padding: 3.5rem;
  background: #ffffff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-main);
  font-family: "Inter", "Hiragino Sans", "Meiryo", sans-serif;
  color: var(--text-dark);
}

/* ヘッダーデザイン */
/* line 279, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.contract-header {
  text-align: center;
  margin-bottom: 3rem;
}
/* line 283, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.contract-header .contract-subtitle {
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--primary-blue);
  text-transform: uppercase;
  letter-spacing: 0.25em;
  display: block;
  margin-bottom: 0.75rem;
}
/* line 293, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.contract-header .contract-title {
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

/* 契約書本文ボックス */
/* line 301, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.contract-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 1.5rem;
  margin-bottom: 3.5rem;
}
/* line 307, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.contract-box .contract-inner {
  max-height: 300px;
  overflow-y: auto;
  padding: 3rem;
  font-size: 1.1rem;
  line-height: 2;
  color: #334155;
  /* スクロールバー */
}
/* line 315, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.contract-box .contract-inner h4 {
  font-size: 1.3rem;
  color: #1e293b;
  margin: 2.5rem 0 1rem;
  font-weight: 800;
  border-left: 6px solid #0055ff;
  padding-left: 1rem;
}
/* line 325, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.contract-box .contract-inner::-webkit-scrollbar {
  width: 8px;
}
/* line 326, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.contract-box .contract-inner::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}

/* 単価・条件のグリッド */
/* line 331, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

/* line 338, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.info-card {
  padding: 1.5rem;
  border: 1px solid var(--border-color);
  border-radius: 1.25rem;
  transition: transform 0.2s ease;
}
/* line 344, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.info-card:hover {
  transform: translateY(-4px);
  border-color: var(--primary-blue);
}
/* line 349, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.info-card .info-card-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  text-align: center;
}

/* line 360, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.price-list {
  list-style: none;
  padding: 0;
}
/* line 363, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.price-list li {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--bg-slate);
}
/* line 369, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.price-list li .vehicle {
  color: var(--text-muted);
  font-size: 0.9rem;
}
/* line 370, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.price-list li .amount {
  font-weight: 800;
  color: var(--text-dark);
}
/* line 373, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.price-list li .amount span {
  font-size: 0.7rem;
  margin-left: 2px;
}

/* line 378, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.schedule-item {
  margin-bottom: 1rem;
}
/* line 380, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.schedule-item .badge {
  display: inline-block;
  padding: 2px 10px;
  background: var(--primary-blue);
  color: white;
  font-size: 0.7rem;
  font-weight: 700;
  border-radius: 4px;
  margin-bottom: 4px;
}
/* line 389, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.schedule-item .badge.outline {
  background: transparent;
  border: 1px solid var(--primary-blue);
  color: var(--primary-blue);
}
/* line 395, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.schedule-item p {
  font-size: 0.85rem;
  font-weight: 600;
  margin: 0;
}

/* 同意エリア & ボタン */
/* line 399, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.action-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

/* line 406, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  padding: 1rem 2rem;
  background: var(--bg-slate);
  border-radius: 100px;
  transition: all 0.2s ease;
}
/* line 416, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.custom-checkbox:hover {
  background: #eff6ff;
}
/* line 418, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.custom-checkbox input {
  display: none;
}
/* line 420, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.custom-checkbox .checkmark {
  width: 24px;
  height: 24px;
  border: 2px solid var(--primary-blue);
  border-radius: 50%;
  position: relative;
  background: white;
  transition: all 0.2s;
}
/* line 430, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.custom-checkbox input:checked + .checkmark {
  background: var(--primary-blue);
}
/* line 432, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.custom-checkbox input:checked + .checkmark::after {
  content: '✓';
  color: white;
  position: absolute;
  left: 5px;
  top: 0;
  font-size: 14px;
  font-weight: 900;
}
/* line 443, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.custom-checkbox .label-text {
  font-weight: 700;
  font-size: 1rem;
}

/* line 446, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.button-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  gap: 1rem;
}

/* line 454, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
#submitBtn {
  width: 100%;
  padding: 1.25rem;
  border-radius: 100px;
  border: none;
  background: linear-gradient(135deg, var(--primary-blue) 0%, #0044cc 100%);
  color: white;
  font-size: 1.1rem;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 10px 15px -3px rgba(0, 102, 255, 0.3);
}
/* line 467, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
#submitBtn:disabled {
  background: #cbd5e1;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}
/* line 474, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
#submitBtn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 20px 25px -5px rgba(0, 102, 255, 0.4);
}

/* line 480, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
#translate {
  background: transparent;
  border: 1px solid var(--border-color);
  color: var(--text-muted);
  padding: 0.75rem;
  border-radius: 100px;
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
/* line 494, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
#translate:hover {
  background: var(--bg-slate);
  color: var(--text-dark);
}

/* レスポンシブ */
@media (max-width: 640px) {
  /* line 502, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
  .contract-wrapper {
    padding: 2rem 1.5rem;
  }

  /* line 503, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
  .info-grid {
    grid-template-columns: 1fr;
  }

  /* line 504, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
  .contract-title {
    font-size: 1.5rem;
  }
}
/* 日付フィールド全体のコンテナ */
/* line 509, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.date-field {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 0.75rem 1.5rem;
  background: #ffffff;
  border: 2px solid var(--border-color);
  border-radius: 1rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: -moz-fit-content;
  width: fit-content;
  min-width: 300px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  /* 入力中・クリック時の青い強調 */
  /* --- CSS描画のモダンなカレンダーアイコン --- */
  /* --- テキスト入力エリア --- */
}
/* line 522, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.date-field:hover {
  border-color: #cbd5e1;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
/* line 529, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.date-field:focus-within {
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 4px rgba(0, 102, 255, 0.1);
  /* フォーカス時にアイコンも少し強調 */
}
/* line 534, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.date-field:focus-within .icon-calendar-blue {
  transform: scale(1.05);
}
/* line 540, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.date-field .icon-calendar-blue {
  position: relative;
  width: 22px;
  height: 22px;
  border: 2px solid var(--primary-blue);
  border-radius: 4px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
  /* カレンダー上部の突起 */
  /* カレンダー内部の横線（デザインアクセント） */
}
/* line 550, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.date-field .icon-calendar-blue::before, .date-field .icon-calendar-blue::after {
  content: '';
  position: absolute;
  top: -5px;
  width: 2px;
  height: 5px;
  background: var(--primary-blue);
  border-radius: 1px;
}
/* line 560, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.date-field .icon-calendar-blue::before {
  left: 4px;
}
/* line 561, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.date-field .icon-calendar-blue::after {
  right: 4px;
}
/* line 564, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.date-field .icon-calendar-blue span {
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--primary-blue);
  opacity: 0.3;
}
/* line 576, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.date-field .date-input-group {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
/* line 581, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.date-field .date-input-group label {
  font-size: 0.65rem;
  font-weight: 800;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
/* line 590, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.date-field .date-input-group .styled-date-input {
  border: none;
  outline: none !important;
  background: transparent;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-dark);
  font-family: inherit;
  cursor: pointer;
  width: 100%;
  padding: 0;
  /* 標準のピッカーアイコンも青色へ(Chrome用) */
}
/* line 603, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.date-field .date-input-group .styled-date-input::-webkit-calendar-picker-indicator {
  cursor: pointer;
  filter: invert(21%) sepia(100%) saturate(2514%) hue-rotate(212deg) brightness(97%) contrast(101%);
  opacity: 0.6;
}
/* line 607, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.date-field .date-input-group .styled-date-input::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}

/* 調整：action-area内での中央揃え */
/* line 614, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.action-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

/* --- おしゃれなモダンボタン --- */
/* line 631, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-card-body .sp-btn-modern.btn-primary {
  background-color: #0066ff;
  /* テーマカラー */
  border: none;
  color: #ffffff;
  border-radius: 4px;
  /* ここがポイント */
  padding: 12px 20px;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  /* すべて大文字に */
  letter-spacing: 0.12em;
  /* 文字間を少し広げる */
  font-size: 0.85rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  /* 軽い影 */
}

/* ホバー時の洗練されたアニメーション */
/* line 654, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-card-body .sp-btn-modern.btn-primary:hover,
.sp-card-body .sp-btn-modern.btn-primary:focus {
  background-color: #0044cc;
  /* 少し暗く */
  transform: translateY(-3px);
  /* 少し上に持ち上げる */
  box-shadow: 0 10px 20px rgba(0, 102, 255, 0.3);
  /* 青白い光のような影を強く */
  text-decoration: none;
  /* 下線を消す */
  color: #ffffff;
}

/* line 665, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-corp-wrapper {
  --log-blue: #0088ff;
  /* ロゴのメイン青 */
  --log-glow: #5de6ff;
  /* ロゴの発光色 */
  --text-main: #1a1a1a;
  --border-light: #eeeeee;
  background-color: #000;
  /* 白背景 */
  color: var(--text-main);
  font-family: "Inter", "Hiragino Sans", sans-serif;
}

/* ===========================================================
   1. PC用スタイル（一切変更なし・完全維持）
=========================================================== */
/* line 683, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-corp-wrapper {
  --log-blue: #0088ff;
  --log-glow: #5de6ff;
  --text-main: #1a1a1a;
  --border-light: #eeeeee;
  background-color: #000;
  color: var(--text-main);
  font-family: "Inter", "Hiragino Sans", sans-serif;
}

/* line 693, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-solutions {
  background-color: #050505;
  color: #ffffff;
}

/* line 698, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-solutions .sp-section-header {
  text-align: center;
  margin-bottom: 80px;
}

/* line 703, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-solutions .sp-section-header .en-sub {
  color: #00aaff;
  font-weight: 700;
  letter-spacing: 0.2em;
}

/* line 709, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-solutions .sp-section-header h2 {
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  background: linear-gradient(to right, #ffffff 40%, #00aaff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 10px rgba(0, 170, 255, 0.4));
}

/* line 720, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-solutions .sp-section-header p.desc {
  font-size: 1.1rem;
  color: #b0b0b0;
}

/* line 725, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-solutions .sp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* line 731, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-solutions .sp-card {
  background: #111111;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #2a2a2a;
  transition: all 0.3s ease;
}

/* line 739, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-solutions .sp-card:hover {
  transform: translateY(-5px);
  border-color: #00aaff;
  box-shadow: 0 10px 30px rgba(0, 170, 255, 0.2);
}

/* line 745, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-solutions .sp-card-image {
  height: 240px;
  overflow: hidden;
}

/* 画像：PCでの明るさを100%に固定 */
/* line 751, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-solutions .sp-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: none !important;
  opacity: 1 !important;
  display: block;
}

/* line 760, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-solutions .sp-card-body {
  padding: 40px;
  position: relative;
  background: linear-gradient(180deg, #111111 0%, #000000 100%);
}

/* line 766, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-solutions .sp-card-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #00aaff;
  color: #ffffff;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: 25px;
  box-shadow: 0 0 15px rgba(0, 170, 255, 0.5);
}

/* line 781, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-solutions .en-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
}

/* line 788, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-solutions .jp-title {
  font-size: 1.2rem;
  color: #00aaff;
  margin-bottom: 20px;
  font-weight: 600;
}

/* line 795, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-solutions .text-detail {
  font-size: 0.95rem;
  color: #cccccc;
  line-height: 1.8;
  margin-bottom: 30px;
}

/* line 802, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-btn-modern {
  display: inline-block;
  background: transparent;
  color: #ffffff;
  border: 1px solid #00aaff;
  border-radius: 4px !important;
  font-weight: 700;
  padding: 15px 25px !important;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* ===========================================================
   2. スマホ用レスポンシブ（991px以下に集約）
=========================================================== */
@media (max-width: 991px) {
  /* line 818, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
  .sp-solutions {
    padding: 60px 20px;
  }

  /* line 822, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
  .sp-solutions .sp-section-header h2 {
    font-size: 2.2rem;
    /* 画面に収まるサイズに調整 */
  }

  /* line 826, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
  .sp-solutions .sp-grid {
    grid-template-columns: 1fr !important;
    /* 縦並び */
    gap: 20px;
  }

  /* line 831, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
  .sp-solutions .sp-card-image {
    height: 200px;
  }

  /* スマホでも画像を絶対に暗くしない */
  /* line 836, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
  .sp-solutions .sp-card-image img {
    filter: none !important;
    opacity: 1 !important;
  }

  /* line 841, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
  .sp-solutions .sp-card-body {
    padding: 30px 20px;
  }

  /* line 845, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
  .sp-solutions .en-title {
    font-size: 1.3rem;
  }

  /* line 849, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
  .sp-btn-modern {
    display: block;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }
}
/* --- 4. Company (Solutions 踏襲・非干渉版) --- */
/* line 870, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-company {
  padding: 80px 0 0;
  background-color: #050505;
  /* Solutionsと統一 */
  color: #ffffff;
}

/* line 876, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-company .sp-company-inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* タイトルデザインの完全転用 */
/* line 882, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-company .sp-section-header {
  text-align: center;
  margin-bottom: 70px;
}

/* line 887, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-company .sp-section-header .en-sub {
  color: #00aaff;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 0.9rem;
}

/* line 894, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-company .sp-section-header h2 {
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 15px 0;
  background: linear-gradient(to right, #ffffff 40%, #00aaff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 10px rgba(0, 170, 255, 0.4));
}

/* line 905, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-company .sp-section-header .desc {
  font-size: 1.1rem;
  color: #b0b0b0;
}

/* テーブルを廃止した新しいグリッドレイアウト */
/* line 911, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-company .sp-company-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-top: 50px;
}

/* line 918, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-company .sp-info-card {
  background: linear-gradient(180deg, #111111 0%, #000000 100%);
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  /* Solutionsのカードと統一 */
  padding: 35px 45px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* 左側にアクセントの発光ラインを配置 */
/* line 929, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-company .sp-info-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #00aaff;
  box-shadow: 0 0 10px #00aaff;
  opacity: 0.5;
  transition: 0.3s;
}

/* line 940, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-company .sp-info-card:hover {
  transform: translateY(-5px);
  border-color: #00aaff;
  box-shadow: 0 10px 30px rgba(0, 170, 255, 0.1);
}

/* line 946, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-company .sp-info-card:hover::before {
  opacity: 1;
}

/* line 950, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-company .sp-info-label {
  color: #00aaff;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* line 959, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
.sp-company .sp-info-value {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}

/* モバイル対応 */
@media (max-width: 768px) {
  /* line 968, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
  .sp-company {
    padding: 80px 5%;
  }

  /* line 969, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
  .sp-company .sp-company-grid {
    grid-template-columns: 1fr;
  }

  /* line 970, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
  .sp-company .sp-section-header h2 {
    font-size: 2.8rem;
  }

  /* line 971, /opt/webroot/okurite/app/assets/stylesheets/tops.scss */
  .sp-company .sp-info-card {
    padding: 30px;
  }
}
