@charset "UTF-8";

/* web-maintenance.html 追加スタイル */

/* ページ全体 */
.page {
  padding: 120px 0 100px;
}

.page > .container {
  max-width: 1080px;
}

.page h1 {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: var(--text, #3a4750);
}

.page-lead {
  max-width: 880px;
  margin-top: 20px;
  font-size: 1rem;
  line-height: 2;
  color: var(--muted, #6f7b83);
}

/* タグ */
.portfolio-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 56px;
}

.portfolio-tags .tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  border: 1px solid rgba(124, 168, 247, 0.2);
  border-radius: 999px;
  background: rgba(124, 168, 247, 0.08);
  font-size: 0.76rem;
  line-height: 1;
  color: var(--accent, #7ca8f7);
}

/* 各セクション */
.detail-section {
  position: relative;
  margin-top: 34px;
  padding: 44px 42px;
  border: 1px solid rgba(58, 71, 80, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 40px rgba(58, 71, 80, 0.06);
}

.detail-section + .detail-section {
  margin-top: 28px;
}

.detail-section h2 {
  margin: 0 0 22px;
  font-size: clamp(1.3rem, 2vw, 1.65rem);
  font-weight: 700;
  line-height: 1.5;
  color: var(--text, #3a4750);
}

.detail-section p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 2;
  color: var(--muted, #66747d);
}

.detail-section p + p {
  margin-top: 14px;
}

/* お困りごと */
.detail-section:first-of-type ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-section:first-of-type li {
  position: relative;
  min-height: 92px;
  padding: 20px 18px 18px 42px;
  border: 1px solid rgba(124, 168, 247, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.96),
      rgba(244, 248, 255, 0.82)
    );
  line-height: 1.75;
  color: var(--text, #3a4750);
}

.detail-section:first-of-type li::before {
  content: "✓";
  position: absolute;
  top: 20px;
  left: 18px;
  font-weight: 700;
  color: var(--accent, #7ca8f7);
}

/* 他社制作サイト */
.detail-section:nth-of-type(2) {
  overflow: hidden;
  border-color: rgba(124, 168, 247, 0.22);
  background:
    radial-gradient(
      circle at 92% 10%,
      rgba(124, 168, 247, 0.15),
      rgba(124, 168, 247, 0) 36%
    ),
    radial-gradient(
      circle at 8% 90%,
      rgba(236, 180, 220, 0.11),
      rgba(236, 180, 220, 0) 34%
    ),
    rgba(255, 255, 255, 0.82);
}

.detail-section:nth-of-type(2)::before {
  content: "Other Company Website";
  display: block;
  margin-bottom: 10px;
  font-family: "Quicksand", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent, #7ca8f7);
}

/* 保守・運用サービス */
.detail-section:nth-of-type(3) ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-section:nth-of-type(3) li {
  position: relative;
  padding: 14px 16px 14px 36px;
  border-bottom: 1px solid rgba(58, 71, 80, 0.07);
  line-height: 1.7;
  color: var(--text, #3a4750);
}

.detail-section:nth-of-type(3) li::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 15px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent, #7ca8f7);
  box-shadow: 0 0 0 5px rgba(124, 168, 247, 0.1);
}

/* Auribeoの保守運用 */
.detail-section:nth-of-type(4) {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.detail-section:nth-of-type(4) p {
  max-width: 820px;
  margin-inline: auto;
}

/* 実績 */
.detail-section:nth-of-type(5) {
  border-color: rgba(58, 71, 80, 0.1);
}

.detail-section:nth-of-type(5)::after {
  content: "Portfolio";
  position: absolute;
  top: 26px;
  right: 30px;
  font-family: "Quicksand", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(124, 168, 247, 0.72);
}

/* 料金 */
.detail-section:nth-of-type(6) {
  text-align: center;
}

/* FAQ */
.detail-section:nth-of-type(7) h2 {
  margin-bottom: 30px;
}

.detail-section:nth-of-type(7) h3 {
  position: relative;
  margin: 26px 0 0;
  padding: 22px 52px 12px 42px;
  border-top: 1px solid rgba(58, 71, 80, 0.09);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  color: var(--text, #3a4750);
}

.detail-section:nth-of-type(7) h3:first-of-type {
  margin-top: 0;
  border-top: 0;
}

.detail-section:nth-of-type(7) h3::before {
  content: "Q";
  position: absolute;
  top: 20px;
  left: 4px;
  font-family: "Quicksand", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--accent, #7ca8f7);
}

.detail-section:nth-of-type(7) h3 + p {
  position: relative;
  margin-top: 0;
  padding: 0 0 6px 42px;
}

.detail-section:nth-of-type(7) h3 + p::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 4px;
  font-family: "Quicksand", sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  color: rgba(58, 71, 80, 0.42);
}

/* 最終CTA */
.detail-section:nth-of-type(8) {
  overflow: hidden;
  padding: 58px 44px;
  text-align: center;
  border-color: rgba(124, 168, 247, 0.2);
  background:
    radial-gradient(
      circle at 20% 10%,
      rgba(124, 168, 247, 0.18),
      rgba(124, 168, 247, 0) 38%
    ),
    radial-gradient(
      circle at 86% 80%,
      rgba(240, 190, 225, 0.14),
      rgba(240, 190, 225, 0) 35%
    ),
    rgba(255, 255, 255, 0.9);
}

.detail-section:nth-of-type(8) p {
  max-width: 760px;
  margin-inline: auto;
}

/* ボタン */
.detail-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.detail-actions .btn {
  min-width: 210px;
}

.detail-actions .btn.ghost {
  color: var(--accent, #7ca8f7);
  background: rgba(124, 168, 247, 0.08);
  border: 1px solid rgba(124, 168, 247, 0.35);
  box-shadow: none;
}

@media (hover: hover) and (pointer: fine) {
  .detail-actions .btn.ghost:hover {
    color: #fff;
    background: var(--accent, #7ca8f7);
    border-color: var(--accent, #7ca8f7);
    transform: translateY(-2px);
  }
}
/* 最終ナビ */
.page > .container > .detail-actions {
  margin-top: 44px;
}

.page > .container > .detail-actions .back-link {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  font-size: 0.9rem;
  color: var(--muted, #6f7b83);
}

/* PCで本文を読みやすく */
@media (min-width: 1024px) {
  .detail-section {
    margin-inline: auto;
  }
}

/* タブレット */
@media (max-width: 900px) {
  .page {
    padding-top: 100px;
  }

  .detail-section {
    padding: 36px 30px;
    border-radius: 20px;
  }

  .detail-section:first-of-type ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* スマホ */
@media (max-width: 640px) {
  .page {
    padding: 88px 0 72px;
  }

  .page h1 {
    font-size: 1.8rem;
    line-height: 1.45;
  }

  .page-lead {
    font-size: 0.94rem;
    line-height: 1.9;
  }

  .portfolio-tags {
    margin-bottom: 36px;
  }

  .detail-section,
  .detail-section:nth-of-type(8) {
    padding: 30px 22px;
    border-radius: 18px;
  }

  .detail-section + .detail-section {
    margin-top: 20px;
  }

  .detail-section:first-of-type ul,
  .detail-section:nth-of-type(3) ul {
    grid-template-columns: 1fr;
  }

  .detail-section:first-of-type li {
    min-height: auto;
  }

  .detail-section:nth-of-type(5)::after {
    display: none;
  }

  .detail-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .detail-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .detail-section:nth-of-type(7) h3 {
    padding-right: 0;
  }
}
