@charset "UTF-8";
/* line 5, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.sp-corp-wrapper {
  --brand-blue: #0055ff;
  --bg-light: #f8f9fa;
  --text-main: #1a1a1a;
  --radius-news: 4px;
  /* Update用のシャープな角丸 */
  --radius-card: 24px;
  /* Solutions以降の洗練された角丸 */
  --shadow-soft: 0 20px 40px rgba(0, 0, 0, 0.06);
  font-family: "Inter", "Hiragino Sans", sans-serif;
  color: var(--text-main);
}

/* --- 1. Hero (100% Full Width) --- */
/* line 18, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.sp-hero-fullwide {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  /* --- 画像配置の設定 --- */
  background-image: url(/assets/index-base-66dc253ec97c76045f9c649e00a637a7c640d8ca98fbfedaadf68583e631b4b0.webp);
  background-size: cover;
  /* 隙間なく敷き詰める */
  background-position: center;
  /* 中央合わせ */
  background-repeat: no-repeat;
  /* 文字を読みやすくするためのオーバーレイ（暗幕） */
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: overlay;
  padding: 180px 0;
  /* 画像を見せるために上下余白を少し広げると綺麗です */
  margin-bottom: 80px;
  color: #ffffff;
  /* 背景が画像なので文字は白に */
}

/* line 41, /opt/webroot/jwork/app/assets/stylesheets/alcohols.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;
  }
}
/* モバイル対応：画面幅に合わせてサイズを調整 */
@media (max-width: 768px) {
  /* line 70, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
  .sp-badge {
    font-size: 16px;
    letter-spacing: 0.3em;
    padding: 10px 20px;
    border-left-width: 8px;
    box-shadow: 10px 10px 0px rgba(0, 85, 255, 0.3);
  }
}
/* line 79, /opt/webroot/jwork/app/assets/stylesheets/alcohols.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 84, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.sp-hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
  text-align: center;
}

/* line 91, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.sp-copy {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 30px;
}

/* line 98, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.sp-btn-primary {
  display: inline-block;
  padding: 20px 50px;
  background: var(--text-main);
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  font-weight: 700;
}

/* --- Content Container (中央寄せ 1200px) --- */
/* line 109, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.sp-content-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
}

/* --- 2. Update (丸み抑制) --- */
/* line 116, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.sp-news-row {
  display: flex;
  background: #fff;
  border: 2px solid #eee;
  border-radius: var(--radius-news);
  /* 4pxのシャープな角丸 */
  padding: 25px 30px;
  margin-bottom: 80px;
  align-items: center;
  gap: 25px;
}

/* line 127, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.sp-news-label {
  font-weight: 800;
  color: var(--brand-blue);
  font-size: 3.0rem;
}

/* line 128, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.sp-news-item {
  display: flex;
  text-decoration: none;
  color: inherit;
  font-size: 1.5rem;
  gap: 20px;
  margin-left: 20px;
}

/* --- 3. Solutions (以降、以前のデザインを維持) --- */
/* line 131, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.sp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}

/* line 138, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.sp-card {
  background: #fff;
  border-radius: var(--radius-card);
  /* 24pxの洗練された角丸 */
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: transform 0.3s ease;
}

/* line 146, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.sp-card:hover {
  transform: translateY(-10px);
}

/* line 148, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.sp-card-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

/* line 154, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.sp-card-body {
  padding: 40px;
}

/* --- 4. Company --- */
/* line 157, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.sp-company {
  margin-top: 100px;
  background: #fff;
  padding: 60px;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
  margin-bottom: 100px;
}

/* line 166, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.sp-row {
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #eee;
}

/* line 172, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.sp-th {
  width: 400px;
  font-weight: 700;
}

/* line 173, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.sp-td {
  width: 400px;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  /* line 177, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
  .sp-grid {
    grid-template-columns: 1fr;
  }

  /* line 178, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
  .sp-news-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  /* line 179, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
  .sp-th {
    width: 100px;
  }

  /* line 180, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
  .sp-company {
    padding: 30px 20px;
  }
}
/* line 188, /opt/webroot/jwork/app/assets/stylesheets/alcohols.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 199, /opt/webroot/jwork/app/assets/stylesheets/alcohols.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 211, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.contract-header {
  text-align: center;
  margin-bottom: 3rem;
}
/* line 215, /opt/webroot/jwork/app/assets/stylesheets/alcohols.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 225, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.contract-header .contract-title {
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

/* 契約書本文ボックス */
/* line 233, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.contract-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 1.5rem;
  margin-bottom: 3.5rem;
}
/* line 239, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.contract-box .contract-inner {
  max-height: 300px;
  overflow-y: auto;
  padding: 3rem;
  font-size: 1.1rem;
  line-height: 2;
  color: #334155;
  /* スクロールバー */
}
/* line 247, /opt/webroot/jwork/app/assets/stylesheets/alcohols.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 257, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.contract-box .contract-inner::-webkit-scrollbar {
  width: 8px;
}
/* line 258, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.contract-box .contract-inner::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}

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

/* line 270, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.info-card {
  padding: 1.5rem;
  border: 1px solid var(--border-color);
  border-radius: 1.25rem;
  transition: transform 0.2s ease;
}
/* line 276, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.info-card:hover {
  transform: translateY(-4px);
  border-color: var(--primary-blue);
}
/* line 281, /opt/webroot/jwork/app/assets/stylesheets/alcohols.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 292, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.price-list {
  list-style: none;
  padding: 0;
}
/* line 295, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.price-list li {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--bg-slate);
}
/* line 301, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.price-list li .vehicle {
  color: var(--text-muted);
  font-size: 0.9rem;
}
/* line 302, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.price-list li .amount {
  font-weight: 800;
  color: var(--text-dark);
}
/* line 305, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.price-list li .amount span {
  font-size: 0.7rem;
  margin-left: 2px;
}

/* line 310, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.schedule-item {
  margin-bottom: 1rem;
}
/* line 312, /opt/webroot/jwork/app/assets/stylesheets/alcohols.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 321, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.schedule-item .badge.outline {
  background: transparent;
  border: 1px solid var(--primary-blue);
  color: var(--primary-blue);
}
/* line 327, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.schedule-item p {
  font-size: 0.85rem;
  font-weight: 600;
  margin: 0;
}

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

/* line 338, /opt/webroot/jwork/app/assets/stylesheets/alcohols.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 348, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.custom-checkbox:hover {
  background: #eff6ff;
}
/* line 350, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.custom-checkbox input {
  display: none;
}
/* line 352, /opt/webroot/jwork/app/assets/stylesheets/alcohols.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 362, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.custom-checkbox input:checked + .checkmark {
  background: var(--primary-blue);
}
/* line 364, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.custom-checkbox input:checked + .checkmark::after {
  content: '✓';
  color: white;
  position: absolute;
  left: 5px;
  top: 0;
  font-size: 14px;
  font-weight: 900;
}
/* line 375, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.custom-checkbox .label-text {
  font-weight: 700;
  font-size: 1rem;
}

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

/* line 386, /opt/webroot/jwork/app/assets/stylesheets/alcohols.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 399, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
#submitBtn:disabled {
  background: #cbd5e1;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}
/* line 406, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
#submitBtn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 20px 25px -5px rgba(0, 102, 255, 0.4);
}

/* line 412, /opt/webroot/jwork/app/assets/stylesheets/alcohols.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 426, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
#translate:hover {
  background: var(--bg-slate);
  color: var(--text-dark);
}

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

  /* line 435, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
  .info-grid {
    grid-template-columns: 1fr;
  }

  /* line 436, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
  .contract-title {
    font-size: 1.5rem;
  }
}
/* 日付フィールド全体のコンテナ */
/* line 441, /opt/webroot/jwork/app/assets/stylesheets/alcohols.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: fit-content;
  min-width: 300px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  /* 入力中・クリック時の青い強調 */
  /* --- CSS描画のモダンなカレンダーアイコン --- */
  /* --- テキスト入力エリア --- */
}
/* line 454, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.date-field:hover {
  border-color: #cbd5e1;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
/* line 461, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.date-field:focus-within {
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 4px rgba(0, 102, 255, 0.1);
  /* フォーカス時にアイコンも少し強調 */
}
/* line 466, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.date-field:focus-within .icon-calendar-blue {
  transform: scale(1.05);
}
/* line 472, /opt/webroot/jwork/app/assets/stylesheets/alcohols.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 482, /opt/webroot/jwork/app/assets/stylesheets/alcohols.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 492, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.date-field .icon-calendar-blue::before {
  left: 4px;
}
/* line 493, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.date-field .icon-calendar-blue::after {
  right: 4px;
}
/* line 496, /opt/webroot/jwork/app/assets/stylesheets/alcohols.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 508, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.date-field .date-input-group {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
/* line 513, /opt/webroot/jwork/app/assets/stylesheets/alcohols.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 522, /opt/webroot/jwork/app/assets/stylesheets/alcohols.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 535, /opt/webroot/jwork/app/assets/stylesheets/alcohols.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 539, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.date-field .date-input-group .styled-date-input::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}

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

/* --- おしゃれなモダンボタン --- */
/* line 563, /opt/webroot/jwork/app/assets/stylesheets/alcohols.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 586, /opt/webroot/jwork/app/assets/stylesheets/alcohols.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;
}
