/* Background Color */
.theme-bg {
  background: #d8899d;
}
.secondary-bg {
  background: #df0e0e;
}
.white-bg {
  background: #fff;
}
.black-bg {
  background: #222222;
}
.dark-black-bg {
  background: #000000 !important;
}
.gray-bg2 {
  background: #f7f7f7;
}
.brown-l-bg {
  background: #b79c6e;
}

.gray-bg {
  background: #d4d4d4;
}
.light-gray-bg {
  background: #f5f5f5;
}
.orange-bg {
  background: #da1b1b;
}
.pink-bg {
  background: #f06eaa;
}
.lower-blue-bg {
  background: #8194d9;
}
.darkblue-bg {
  background: #004a80;
}
.yellow-brown-bg {
  background: #c69c6d;
}
.green-bg {
  background: #1cbbb4;
}
.yellow-bg {
  background: #fbaf5d;
}
.dark-black {
  background: #000;
}
.footer-4-bg {
  background-color: #161619;
}
.p-blue {
  background: #2349d5;
  border: 1px solid #2349d5 !important;
}
.p-d-blue {
  background: #004a80;
  border: 1px solid #004a80 !important;
}
.p-gray {
  background: #d4d4d4;
  border: 1px solid #d4d4d4 !important;
}
.p-green {
  background: #1cbbb4;
  border: 1px solid #1cbbb4 !important;
}
.p-l-black {
  background: #363636;
  border: 1px solid #363636 !important;
}
.p-l-blue {
  background: #8194d9;
  border: 1px solid #8194d9 !important;
}
.p-orange {
  background: #fbaf5d;
  border: 1px solid #fbaf5d !important;
}
.p-pink {
  background: #f06eaa;
  border: 1px solid #f06eaa !important;
}
.p-yellow {
  background: #c69c6d;
  border: 1px solid #c69c6d !important;
}
.w-0 {
  min-width: 0 !important;
}

/* Color */
.theme-color {
  color: #292929;
}
.dark-black-color {
  color: #000000;
}
.primary-color {
  color: #a94a69;
}
.secondary-color {
  color: #d8899d;
}
.white {
  color: #fff;
}
.black-color {
  color: #222222;
}
.light-blue {
  color: #006699;
}
.light-black-color {
  color: #555555;
}
.red {
  color: #df0e0e;
}
.yellow-bg {
  background: #fbaf5d;
}
.red-bg {
  background: #df0e0e;
}
.blue-bg {
  background: #3c5b9b;
}
.pink-bg {
  background: #d03384;
}
.light-blue-bg {
  background: #40c1e0;
}
.p-blue {
  background: #2349d5;
  border: 3px solid #000 !important;
}
.p-d-blue {
  background: #004a80;
  border: 3px solid #004a80 !important;
}
.p-gray {
  background: #d4d4d4;
  border: 3px solid #d4d4d4 !important;
}
.p-green {
  background: #1cbbb4;
  border: 3px solid #1cbbb4 !important;
}
.p-l-black {
  background: #363636;
  border: 3px solid #363636 !important;
}
.p-l-blue {
  background: #8194d9;
  border: 3px solid #8194d9 !important;
}
.p-orange {
  background: #fbaf5d;
  border: 3px solid #fbaf5d !important;
}
.p-pink {
  background: #f06eaa;
  border: 3px solid #f06eaa !important;
}
.p-yellow {
  background: #c69c6d;
  border: 3px solid #c69c6d !important;
}
/* border */
.border-b-white {
  border-bottom: 1px solid #fff;
}
.border-gray {
  border: 1px solid #ddd;
}
.border-light-gray {
  border: 1px solid #ebebeb;
}
.border-light-gray2 {
  border: 2px solid #ebebeb;
}
.border-l-light-gray {
  border-left: 1px solid #ebebeb;
}
.border-r-light-gray {
  border-right: 1px solid #ebebeb;
}
.border-b-light-gray {
  border-bottom: 1px solid #ebebeb;
}
.border-t-light-gray {
  border-top: 1px solid #ebebeb;
}
.border-light-dark2 {
  border: 2px solid #292929;
}
.border-b-light-dark {
  border-bottom: 1px solid #434343;
}
.border-t-light-dark {
  border-top: 1px solid #434343;
}

/* HERO 文字サイズ変更 */

.slider2 .slider-content h1 {
  font-size: 3rem;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .slider2 .slider-content h1 {
    padding-top: 5px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .slider2 .slider-content h1 {
    padding-top: 5px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .slider2 .slider-content h1 {
    padding-top: 5px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .slider2 .slider-content span {
    font-size: 1.3rem;
  }

  .slider2 .slider-content h1 {
    font-size: 1.5rem;
  }
}

/* HERO 文字色変更 */
.header2 .heading-welcome p {
  color: #d8899d;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); /* ふんわり影 */
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* slick dot非表示 */
.slick-dots {
  display: none !important;
}

/* hero 画像 */
@media screen and (max-width: 767px) {
  .header {
    padding: 15px 0;
    background: none;
  }
}

.single-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.35);
  z-index: 1;
}

.slider-content {
  position: relative;
  z-index: 2;
  color: #2b2b2b;
  text-shadow: 0 2px 6px rgba(255, 255, 255, 0.5);
}
/* サンプル画像 */

.photo-block {
  border-radius: 16px;
  overflow: hidden;
  background: #f6e9ef;
  aspect-ratio: 4/3;
  display: grid;
  place-items: center;
}
/* Philosophy背景 */
#Philosophy {
  background: linear-gradient(180deg, var(--brand-weak), #fff);
}

/* CEO txt */
.ceotxt {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #333;
  margin-bottom: 1.6em;
  letter-spacing: 0.02em;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
}

.ceotxt:last-of-type {
  margin-bottom: 0;
}

.Message-area {
  position: relative;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #f9f2f5 40%,
    #f6e9ef 70%,
    #ffffff 100%
  );
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.Message-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 70% 10%,
    rgba(255, 255, 255, 0.7),
    rgba(255, 255, 255, 0.05) 70%
  );
  pointer-events: none;
  mix-blend-mode: soft-light;
}

/* 会社概要 */
.company-table-wrapper {
  width: 100%;
  overflow-x: auto; /* モバイル時に横スクロール対応 */
}

.company-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 340px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  overflow: hidden;
}

.company-table th,
.company-table td {
  padding: 16px 20px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.company-table th {
  width: 180px;
  white-space: nowrap;
  background: #f9f5f7; /* ごく淡いピンクでブランド感 */
  font-weight: 600;
  color: #444;
}

.company-table td {
  color: #333;
  line-height: 1.8;
}

.company-table tr:last-child th,
.company-table tr:last-child td {
  border-bottom: none;
}

@media (max-width: 768px) {
  .company-table th,
  .company-table td {
    display: block;
    width: 100%;
  }

  .company-table th {
    background: none;
    padding-bottom: 4px;
    font-weight: 700;
    color: #d8899d;
  }

  .company-table td {
    padding-top: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
  }

  .company-table tr:last-child td {
    border-bottom: none;
  }
}

.company-table ul {
  list-style: none; /* 標準マーカーを消す */
  margin: 0;
  padding-left: 0; /* 左余白も一旦リセット */
}

.company-table li {
  position: relative;
  padding-left: 1.4em; /* 疑似要素用に左スペースを確保 */
  margin-bottom: 0.4em;
  line-height: 1.8;
  color: #333;
}

.company-table li::before {
  content: "•"; /* カスタムマーカー */
  position: absolute;
  left: 0;
  top: 0.05em;
  color: #d8899d; /* ブランドピンク（未定義なら#d8899d） */
  font-size: 1.2em;
  line-height: 1;
}

/* 最後の項目だけ余白を消す */
.company-table li:last-child {
  margin-bottom: 0;
}

/* ====== CTA ====== */
:root {
  --bg: #ffffff;
  --ink: #2b2b2b;
  --muted: #6b6b6b;
  --brand: #e9b9c9;
  --brand-weak: #f6e9ef;
  --line: #efefef;
  --max: 1200px;
  --shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}
#cta {
  background: linear-gradient(180deg, #fff, var(--brand-weak));
}

.cta-box {
  display: grid;
  gap: 16px;
  text-align: center;
  padding: 32px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}

.cta-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.eyebrow {
  font-size: 0.85rem;
  color: var(--muted);
  letter-spacing: 0.08em;
}

/* プライバシーポリシー */
ul.privacy {
  margin-left: 1.5em; /* ← ここでリスト全体を右へ */
}

/* 問い合わせフォーム */
#yubin,
#tel {
  width: 12em; /* 適度な幅（日本の郵便番号用） */
  max-width: 100%; /* スマホ対応で崩れ防止 */
  font-size: 1rem;
}

@media (max-width: 480px) {
  #yubin,
  #tel {
    width: 100%; /* モバイルでは全幅表示に切り替え */
  }
}

#type {
  height: 50px;
  width: 100%;
  max-width: 500px;
  padding: 6px 12px;
  font: inherit;
}

#message {
  min-height: 8em; /* 約8行分 */
  resize: vertical; /* ユーザーが縦方向にリサイズ可能 */
}

/* フォーカス時のスタイル */
.form-control:focus {
  border-color: #d8899d; /* ブランドのピンク系 */
  outline: none; /* デフォルトの青枠を消す */
  box-shadow: 0 0 0 3px rgba(216, 137, 157, 0.2); /* ふんわり光る */
}

/* テーブル内リンク */
.company-table a {
  color: #a94a69;
}

/* サンクスページ */
.muted a {
  color: #a94a69;
}

.review-btn {
  border: none;
  outline: none;
  box-shadow: none;
}

.review-btn:focus,
.review-btn:focus-visible,
.review-btn:active {
  outline: none;
  box-shadow: none;
}

button.review-btn:focus {
  box-shadow: none !important;
}

/* スマホレイアウト */
@media (max-width: 767px) {
  .pt-100 {
    padding-top: 10px !important;
  }

  .pb-100 {
    padding-bottom: 10px !important;
  }
}
/* 見出し */
.business-midashi {
  font-size: 18px;
  line-height: 24px;
}
