@charset "UTF-8";

/* ━━━━━━━━━━━━━━━━━ KV ━━━━━━━━━━━━━━━━━ */

/* KVの背景 */
.section-theme.kv {
    position: relative;
    background: #00a854;
    color: #fff;
    overflow: hidden;
}

/* 画像を左半分に配置し、右端をフェードアウト */
.kv-bg-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url(https://cdn.clipkit.co/tenants/1056/resources/assets/000/003/601/original/16_iStock-697577152.jpg?1774424231) center / cover no-repeat;
    -webkit-mask-image: linear-gradient(to right, #000 60%, transparent 100%);
            mask-image: linear-gradient(to right, #000 60%, transparent 100%);
    z-index: 0;
}

/* 画像を右半分に配置し、左端をフェードアウト */
.kv-bg-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url(https://cdn.clipkit.co/tenants/1056/resources/assets/000/003/598/original/pixta_73491294_L.jpg?1774424230) center / cover no-repeat;
    -webkit-mask-image: linear-gradient(to left, #000 60%, transparent 100%);
            mask-image: linear-gradient(to left, #000 60%, transparent 100%);
    z-index: 0;
}

/* グラデーションオーバーレイ */
.kv-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(47, 228, 110, 0.5), rgba(0, 128, 80, 0.5));
    z-index: 1;
}

/* テキストを前面に */
.section-theme.kv > .container {
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) {
    .kv-bg-right {
        display: none;
    }
    .kv-bg-left {
        width: 100%;
    }
}

/* ━━━━━━━━━━━━━━━━━ Button - ボタン ━━━━━━━━━━━━━━━━━ */
/* CTAボタン */
.button-cta a {
    background-image: linear-gradient(135deg, #ff851a, #ff451c); 
}

/* ━━━━━━━━━━━━━━━━━ CTA - CTAエリア ━━━━━━━━━━━━━━━━━ */
.button-cta a.dl {
    background-image: linear-gradient(135deg, #1ac6ff, #1c55ff);                        /* 🟢 変更 */
}

/* ━━━━━━━━━━━━━━━━━ ボックス ━━━━━━━━━━━━━━━━━ */
.box-list {
    background: #34d399;                                                                /* 🟢 変更 */
}

/* ━━━━━━━━━━━━━━━━━ 汎用クラス ━━━━━━━━━━━━━━━━━ */
/* 背景色 */
.bg-mb {
    background: #6edfb5;                                                                /* 🟢 変更 */
}
.bg-bl {
    background: #0ea564;                                                                /* 🟢 変更 */
}
.bg-gr-yo {
    background-image: linear-gradient(180deg, #ffd240, #f6a400);
}
.bg-gr-gb {
    background-image: linear-gradient(290deg, rgb(84, 222, 140), rgba(14, 165, 100));   /* 🟢 変更 */
}
.bg-gr-sb {
    background-image: linear-gradient(135deg, #a3f0c0, #0ea564);                        /* 🟢 変更 */
}

/* 背景の区切りデザイン */
.custom-shape-triangle .shape-fill {
    fill: #6edfb5;                                                                      /* 🟢 変更 */
}
.custom-shape-wave .shape-fill {
    fill: #fff;
}
.custom-shape-wave.wave-gy .shape-fill {
    fill: #e8e9eb;
}

/* 装飾 */
.text-marker {
    background: linear-gradient(transparent 70%, #e5ff00 70%);
}

.balloonSmall-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.balloonSmall-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.balloonSmall {
  position: relative;
  margin: 2em 0 3em 0;
  padding: 15px;
  background: #dff2f7;
  border-radius: 30px;
  max-width: 90%;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15);
}

/* しっぽ（大きい丸） */
.balloonSmall::after {
  content: "";
  position: absolute;
  left: calc(30% - 5px);
  bottom: -30%;
  width: 30px;
  height: 30px;
  background: #dff2f7;
  border-radius: 50%;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15);
}

/* しっぽ（小さい丸） */
.balloonSmall::before {
  content: "";
  position: absolute;
  left: calc(30% + 10px);
  bottom: -50%;
  width: 20px;
  height: 20px;
  background: #dff2f7;
  border-radius: 50%;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15);
}

.balloonSmall p {
    margin: 0;
    padding: 10px;
}

.balloonSmall-img {
  width: 60%;
  height: 60%;
  object-fit: cover;
}

.balloonSmall-row {
  display: flex;
  gap: 16px;
}

.balloonSmall-card {
  flex: 1 1 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

/* ===== スマホ版：縦1列 ===== */
@media screen and (max-width: 768px) {
  .balloonSmall-row {
    flex-direction: column;
    align-items: center;
  }

  .balloonSmall-card {
    width: 80%;
  }
}

.compare {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 850px;
  table-layout: fixed;
}

.compare tr {
  background-color: #fff;
  padding: .35em;
  border: 2px solid #eee;
}
.compare tr:last-child{
  border: none;
}
.compare th{
  padding: 2em;
  border-right: 2px solid #fff !important;
}
.compare td {
  padding: 2em .5em;
  border-right: 2px solid #eee;
  text-align: center;
}
.compare th {
  font-size: .85em;
  font-weight: bold;
}
.compare thead td{
  background-color: #50535d !important;
  color:#fff !important;
}
.compare tbody th {
    border-right: 2px solid #eee !important;
}
th.non {
    border-right: none !important;
}
.price{
  color: #000;
  font-weight: bold;
  font-size:1.3em
}
.red_bk{
  background:#e81010 !important;
}
.red-txt{
  color:#e81010;
}
@media screen and (max-width: 600px) {
  .wrap{
     overflow-x: scroll;
  }
}

/* ========================================
   用途おすすめセクション - 2×2 グリッド
   ======================================== */

/* --- グリッドコンテナ --- */
.usecase-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 3em;
}

/* --- カード --- */
.usecase-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.8em;
  background: #fff;
  border-radius: 12px;
  padding: 2em 3em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.usecase-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* --- バッジ番号（左上に配置） --- */
.usecase-card .badge-num {
  position: absolute;
  top: -0.6em;
  left: -0.6em;
  width: 2.2em;
  height: 2.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  background: linear-gradient(135deg, #000);                                /* 🟢 変更 */
  z-index: 1;
}

/* --- アイコン画像 --- */
.usecase-icon {
  flex-shrink: 0;
  width: 120px;
  margin: 0;
}

.usecase-icon img {
  width: 100%;
  height: auto;
}

/* --- テキストエリア --- */
.usecase-body {
  flex: 1;
}

.usecase-body h3 {
  font-size: 1.3rem;
  margin: 0 0 0.5em;
  line-height: 1.4;
}

.usecase-body p {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

/* ========================================
   レスポンシブ（スマホ：1カラム縦積み）
   ======================================== */
@media screen and (max-width: 768px) {
  .usecase-grid {
    grid-template-columns: 1fr;
    gap: 1.5em;
    padding-bottom: 2em;
  }

  .usecase-card {
    padding: 1.5em 1.5em 1.5em 2em;
    gap: 1.2em;
  }

  .usecase-icon {
    width: 80px;
  }

  .usecase-body h3 {
    font-size: 1.1rem;
  }

  .usecase-body p {
    font-size: 0.95rem;
  }
}

.case-studies {
  font-family: Arial, sans-serif;
  margin: 20px 0;
  padding: 20px;
  background-color: #f3f2f2;
  border-radius: 10px;
}

.case-studies h2 {
  text-align: center;
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}

.case-study {
  background-color: #fff;
  margin: 15px 0;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.case-study-header {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

.item-box {
  background-color: #fff; /* 背景を白に変更 */
  color: #333; /* 全体の文字色 */
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  flex: 1 1 calc(20% - 10px); /* 横並びの時の幅調整 */
  text-align: left; /* テキストを左寄せ */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* ボックスに影を追加 */
  display: flex; /* フレックスボックスで配置 */
  align-items: center; /* 縦方向の中央揃え */
  gap: 10px; /* 見出しと内容の間にスペースを追加 */
  border: 2px solid #ffbb00; /* 外枠の装飾 */
}

.item-header {
  font-weight: bold; /* 見出しを強調 */
  font-size: 14px; /* 見出しのフォントサイズ */
  background-color: #ffbb00; /* 背景色を設定 */
  color: #fff; /* 見出しの文字色を白に設定 */
  padding: 5px 10px; /* 見出し内側の余白 */
  border-radius: 3px; /* 見出しの角を丸くする */
}

.item-content {
  font-size: 14px; /* 内容のフォントサイズ */
  color: #333; /* 内容の文字色 */
}

/* スマホサイズ対応用 */
@media (max-width: 768px) {
  .case-study-header {
    flex-direction: column; /* 項目を縦並びに変更 */
  }

  .item-box {
    flex: 1 1 100%; /* 幅を100%に調整 */
  }
}

.case-study-content {
  font-size: 15px;
  color: #555;
}

.case-font {
  font-family: Arial, sans-serif; /* シンプルで読みやすいフォント */
  font-weight: bold;
  text-transform: uppercase; /* 英字を大文字に変換 */
  letter-spacing: 2px; /* 文字間隔を広く */
  color: #e67e22; /* アクセントカラー */
}

.case-heading {
  display: flex; /* 横並びに設定 */
  align-items: center; /* 縦の中央揃え */
  gap: 50px; /* 見出しとタイトルの間隔を設定 */
  margin-bottom: 10px; /* 下の余白を追加 */
}

.case-title-font {
  font-family: Arial, sans-serif; /* 元のフォント設定 */
  font-weight: bold;
  text-transform: uppercase; /* 英字を大文字に */
  letter-spacing: 2px; /* 文字間隔を広く */
  color: #e67e22; /* アクセントカラー */
  font-size: 20px; /* フォントサイズを調整 */
}

.case-title {
  font-family: Arial, sans-serif; /* 一貫性のあるフォント */
  font-size: 18px; /* タイトルのフォントサイズを調整 */
  font-weight: normal; /* 通常のウェイト */
  color: #333; /* タイトル部分の色を設定 */
  flex: 1; /* スペースを適切に利用 */
  border-left: 3px solid #e67e22; /* 左側にラインを追加 */
  padding-left: 10px; /* ラインと文字の間隔 */
}

.icon_man {
  max-width: 80%;
}

.con_icon {
  flex: 1;
}

.con_box {
  flex: 5;
}

.case-section {
    background: #fff;
}

.case-study .box-list {
    background: #fff;
}