@charset "UTF-8";
/* line 1, /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 14, /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 37, /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 66, /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 75, /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 80, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.sp-hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
  text-align: center;
}

/* line 87, /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 94, /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 105, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.sp-content-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
}

/* --- 2. Update (丸み抑制) --- */
/* line 112, /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 123, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.sp-news-label {
  font-weight: 800;
  color: var(--brand-blue);
  font-size: 3.0rem;
}

/* line 124, /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 127, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.sp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}

/* line 134, /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 142, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.sp-card:hover {
  transform: translateY(-10px);
}

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

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

/* --- 4. Company --- */
/* line 153, /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 162, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
.sp-row {
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #eee;
}

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

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

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

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

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

  /* line 176, /opt/webroot/jwork/app/assets/stylesheets/alcohols.scss */
  .sp-company {
    padding: 30px 20px;
  }
}
