:root {
  --works-navy: #12324b;
  --works-navy-deep: #0c263a;
  --works-green: #008a68;
  --works-green-dark: #006d53;
  --works-paper: #f6f5f1;
  --works-ink: #202522;
  --works-muted: #59615c;
  --works-line: #dedfd9;
  --works-radius: 14px;
  --works-shadow: 0 1px 1px rgba(21, 33, 26, .03), 0 8px 24px rgba(21, 33, 26, .055);
}

body { padding-bottom: 68px; background: var(--works-paper); color: var(--works-ink); font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif; font-size: 17px; line-height: 1.75; }
.wrap { width: min(1120px, calc(100% - 48px)); }
.trustbar { background: var(--works-navy-deep); }
.trustbar-in { width: min(1120px, calc(100% - 48px)); min-height: 34px; margin: 0 auto; }
.sitehead { border-bottom: 1px solid var(--works-line); background: rgba(255, 255, 255, .97); }
.sitehead .in { width: min(1120px, calc(100% - 48px)); }
.sitehead-row { min-height: 76px; }
.sitehead .logo { color: var(--works-navy); font-size: 23px; }
.sitehead-logo-mark { width: 48px; height: 48px; }
.sitehead-logo-kana { display: block; margin-top: 3px; color: #607069; font-size: 11px; line-height: 1; }
.site-nav { gap: 21px; }
.site-nav a { color: #344840; font-weight: 700; }
.site-nav a[aria-current="page"] { color: var(--works-green-dark); }
.crumb { margin: 0; padding: 16px 0; color: #68756e; font-size: 14px; }

.works-hero { padding: 68px 0 64px; background: var(--works-navy); color: #fff; }
.works-hero .wrap { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 56px; align-items: end; }
.works-hero .label { margin-bottom: 10px; color: #9ee0ce; font-size: 13px; font-weight: 800; letter-spacing: .09em; }
.works-hero .t { max-width: 760px; margin: 0 0 16px; color: #fff; font-size: clamp(35px, 4.2vw, 54px) !important; line-height: 1.24; letter-spacing: -.045em; }
.works-hero .lead { max-width: 700px; margin: 0; color: #e0eae6; font-size: 18px; }
.works-hero-note { padding: 24px; border: 1px solid rgba(255,255,255,.25); border-radius: var(--works-radius); background: rgba(255,255,255,.08); }
.works-hero-note strong { display: block; margin-bottom: 7px; font-size: 22px; line-height: 1.35; }
.works-hero-note span { color: #d7e8e3; font-size: 14px; line-height: 1.6; }

.works-content { padding: 72px 0 88px; }
.works-content-intro { max-width: 720px; margin: 0 0 34px; }
.works-content-intro h2 { margin: 0 0 9px; color: var(--works-navy); font-size: clamp(28px, 3vw, 40px); line-height: 1.32; letter-spacing: -.035em; }
.works-content-intro p { margin: 0; color: var(--works-muted); }
.works-filter { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 12px; }
.works-filter button { min-height: 45px; padding: 9px 15px; border: 1px solid #b9cac2; border-radius: 999px; background: #fff; color: #31473d; font: inherit; font-size: 15px; font-weight: 800; cursor: pointer; }
.works-filter button[aria-pressed="true"] { border-color: var(--works-green); background: var(--works-green); color: #fff; }
.works-result-count { margin: 0 0 24px; color: var(--works-muted); font-size: 14px; font-weight: 700; }
.cards[data-works-grid] { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 0 !important; }
.cards[data-works-grid] .card { display: flex; overflow: hidden; min-width: 0; flex-direction: column; border: 1px solid var(--works-line); border-radius: var(--works-radius); background: #fff; box-shadow: var(--works-shadow); color: inherit; text-decoration: none; }
.cards[data-works-grid] .card:hover, .cards[data-works-grid] .card:focus-visible { border-color: #9db8ac; transform: translateY(-2px); }
.cards[data-works-grid] .card[hidden] { display: none; }
.cards[data-works-grid] .card > img { width: 100%; height: auto; aspect-ratio: 1.36; object-fit: cover; }
.cards[data-works-grid] .card > .in { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.cards[data-works-grid] .cno { margin-bottom: 8px; color: var(--works-green-dark); font-size: 13px; font-weight: 800; line-height: 1.45; }
.cards[data-works-grid] h3 { margin: 0 0 12px; color: var(--works-navy); font-size: 21px; line-height: 1.42; letter-spacing: -.02em; }
.cards[data-works-grid] .who { padding: 9px 0; border-top: 1px solid #e5e9e6; border-bottom: 1px solid #e5e9e6; color: #4d5953; font-size: 14px; font-weight: 700; line-height: 1.55; }
.cards[data-works-grid] .sum { margin: 14px 0 0; color: var(--works-muted); font-size: 15px; line-height: 1.7; }
.cards[data-works-grid] .more { margin-top: auto; padding-top: 16px; color: var(--works-green-dark); font-size: 15px; font-weight: 800; }

.work-process-section { margin-top: 78px; padding: 42px; border: 1px solid var(--works-line); border-radius: var(--works-radius); background: #fff; box-shadow: var(--works-shadow); }
.work-process-section .label { margin-bottom: 7px; color: var(--works-green); font-size: 13px; font-weight: 800; letter-spacing: .09em; }
.work-process-section .t { margin: 0 0 10px; color: var(--works-navy); font-size: clamp(26px, 2.8vw, 36px); line-height: 1.35; }
.work-process-section .lead { margin: 0 0 25px; color: var(--works-muted); }
.work-process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.work-process-grid figure { overflow: hidden; margin: 0; border-radius: 9px; background: #eef2ef; }
.work-process-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.work-process-grid figcaption { padding: 7px 8px; color: #43544c; font-size: 12px; font-weight: 700; line-height: 1.4; }
.works-content > .wrap > p:last-child { margin: 28px 0 0; }
.works-content > .wrap > p:last-child a, .work-process-section a { color: var(--works-green-dark); font-weight: 800; text-underline-offset: 4px; }

.finalcta { padding: 84px 0; background: var(--works-navy); }
.finalcta .narrow { width: min(1120px, calc(100% - 48px)); }
.finalcta h2 { color: #fff; font-size: clamp(29px, 3.2vw, 42px); line-height: 1.35; }
.finalcta p { max-width: 700px; color: #dce8e4; }
.ctabtns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 800px; }
.ctabtns .btn { display: grid; place-items: center; min-height: 58px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.55); border-radius: 10px; color: #fff; font-weight: 800; text-align: center; text-decoration: none; }
.ctabtns .btn:not(.ghost):not(.line) { border-color: var(--works-green); background: var(--works-green); }
.ctabtns .btn.line { border-color: #19a75b; background: #19a75b; }

.sitefoot { padding: 48px 0 30px; background: var(--works-navy-deep); color: #d2e1dc; }
.sitefoot .wrap { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 24px; }
.sitefoot a { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.14); color: #edf5f1; font-size: 14px; font-weight: 700; text-decoration: none; }
.sitefoot a:hover, .sitefoot a:focus-visible { text-decoration: underline; text-underline-offset: 4px; }
.sitefoot .cp { grid-column: 1 / -1; margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); color: #aac0b8; font-size: 13px; }
.sticky { z-index: 30; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(9, 36, 54, .2); background: rgba(255,255,255,.97); box-shadow: 0 -4px 20px rgba(0,0,0,.08); }
.sticky a { display: grid; min-height: 68px; padding: 8px 12px; place-items: center; color: var(--works-navy); font-weight: 800; line-height: 1.35; }
.sticky .line { background: #19a75b; }

@media (max-width: 820px) {
  body { padding-bottom: 62px; font-size: 16px; }
  .wrap, .sitehead .in, .trustbar-in, .finalcta .narrow { width: min(100% - 32px, 680px); }
  .sitehead-row { min-height: 72px; }
  .sitehead .logo { font-size: 20px; }
  .sitehead-logo-mark { width: 42px; height: 42px; }
  .works-hero { padding: 50px 0; }
  .works-hero .wrap { grid-template-columns: 1fr; gap: 22px; }
  .works-hero .t { font-size: 34px !important; }
  .works-hero .lead { font-size: 16px; }
  .works-hero-note { padding: 20px; }
  .works-content { padding: 56px 0 62px; }
  .cards[data-works-grid] { grid-template-columns: 1fr; gap: 16px; }
  .work-process-section { margin-top: 54px; padding: 24px 18px; }
  .work-process-grid { grid-template-columns: repeat(2, 1fr); }
  .ctabtns { grid-template-columns: 1fr; }
  .sitefoot .wrap { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; }
  .sitefoot .cp { grid-column: 1 / -1; }
  .sticky a { min-height: 62px; padding: 5px 8px; font-size: 15px; line-height: 1.35; }
}
