/* 受託開発サービスページ（/services/）。blog.css と apps.css の共通クラスの上に、この画面固有の差分だけを定義する */
.services-main { min-height: 100vh; padding: 118px 0 96px; background: radial-gradient(circle at 90% 4%, rgba(244, 95, 148, 0.11), transparent 28%), radial-gradient(circle at 6% 34%, rgba(128, 117, 233, 0.08), transparent 25%), #fff; }
.services-main .breadcrumb { margin-bottom: 38px; }
.service-header { max-width: 820px; padding: 10px 0 40px; }
.service-header h1 { margin-top: 12px; font-family: 'Zen Kaku Gothic New', sans-serif; font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 900; letter-spacing: -0.045em; line-height: 1.25; }
.service-lead { margin-top: 22px; color: #4b4959; font-family: 'Zen Kaku Gothic New', sans-serif; font-size: 1.02rem; line-height: 1.95; }
.service-lead strong { color: var(--ink); }
.service-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.service-facts { margin-top: 30px; }
.service-section { margin-top: 72px; }
.service-section > p.section-note { margin-top: 14px; max-width: 760px; color: var(--muted); font-family: 'Zen Kaku Gothic New', sans-serif; line-height: 1.9; }
.service-table-wrap { margin-top: 26px; overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.service-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.service-table th, .service-table td { padding: 14px 16px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); line-height: 1.7; }
.service-table thead th { background: var(--wash); color: var(--ink); font-weight: 700; white-space: nowrap; }
.service-table tbody tr:last-child td { border-bottom: 0; }
.service-table td:first-child { font-weight: 700; white-space: nowrap; }
.service-table a { color: #d34b7b; font-weight: 600; }
.service-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 26px; }
.service-steps article { padding: 24px 22px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255, 255, 255, 0.92); }
.service-steps span { display: block; color: #d34b7b; font-family: 'Outfit', sans-serif; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.16em; }
.service-steps h3 { margin-top: 8px; font-family: 'Zen Kaku Gothic New', sans-serif; font-size: 1.02rem; font-weight: 800; line-height: 1.5; }
.service-steps p { margin-top: 10px; color: var(--muted); font-family: 'Zen Kaku Gothic New', sans-serif; font-size: 0.86rem; line-height: 1.8; }
.service-fit { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 26px; }
.service-fit article { padding: 26px 26px 22px; border-radius: 20px; border: 1px solid var(--line); background: #fff; }
.service-fit article.fit-yes { border-color: #c9ead9; background: linear-gradient(160deg, #f3fbf6, #fff); }
.service-fit article.fit-no { border-color: #f4c6d7; background: linear-gradient(160deg, #fff7fa, #fff); }
.service-fit h3 { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: 1.05rem; font-weight: 800; }
.service-fit ul { margin-top: 14px; display: grid; gap: 10px; list-style: none; padding: 0; }
.service-fit li { position: relative; padding-left: 24px; color: #4b4959; font-family: 'Zen Kaku Gothic New', sans-serif; font-size: 0.9rem; line-height: 1.75; }
.service-fit .fit-yes li::before { content: '✓'; position: absolute; left: 0; color: #2f9e6b; font-weight: 900; }
.service-fit .fit-no li::before { content: '−'; position: absolute; left: 0; color: #d34b7b; font-weight: 900; }
.service-section .article-faq { margin-top: 26px; }
.service-cta { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; margin-top: 88px; padding: 34px; border: 1px solid var(--line); border-radius: 26px; background: var(--wash); }
.service-cta h2 { margin-top: 6px; font-family: 'Zen Kaku Gothic New', sans-serif; font-size: 1.3rem; font-weight: 900; }
.service-cta p:last-child { margin-top: 8px; color: var(--muted); font-size: 0.88rem; line-height: 1.8; }
.service-catalog { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 30px; }
.service-catalog a { display: grid; gap: 10px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255, 255, 255, 0.92); color: var(--ink); text-decoration: none; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.service-catalog a:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.service-catalog span { color: #d34b7b; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.18em; }
.service-catalog h2 { font-family: 'Zen Kaku Gothic New', sans-serif; font-size: 1.2rem; font-weight: 900; line-height: 1.45; }
.service-catalog p { color: var(--muted); font-family: 'Zen Kaku Gothic New', sans-serif; font-size: 0.88rem; line-height: 1.8; }
.service-catalog em { margin-top: 4px; color: var(--ink); font-size: 0.74rem; font-style: normal; font-weight: 700; }
.service-other { margin-top: 22px; color: var(--muted); font-family: 'Zen Kaku Gothic New', sans-serif; font-size: 0.9rem; line-height: 1.9; }
.service-other a { color: #d34b7b; font-weight: 600; }
@media (max-width: 960px) {
  .service-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .services-main { padding: 100px 0 70px; }
  .service-steps, .service-fit, .service-catalog { grid-template-columns: 1fr; }
  .service-cta { grid-template-columns: 1fr; padding: 26px; }
  .service-cta .button { width: 100%; }
  .service-table td:first-child { white-space: normal; }
}
