main.business-listing-page { width: min(100% - 32px, 1200px); margin: 36px auto; padding: 0; background: transparent; border: 0; border-radius: 0; }
.listing-intro { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 36px; }
.listing-intro h1 { margin: 0 0 8px; font-size: clamp(22px, 3vw, 30px); }
.listing-intro p { margin: 0; color: #64756c; }
.listing-actions { display: flex; flex-wrap: wrap; gap: 10px; flex-shrink: 0; }
.listing-actions .button { padding: 10px 16px; font-size: 14px; }
.listing-actions .secondary-button { background: white; color: #20734e; border: 1px solid #b9d4c5; }
.listing-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.listing-heading h2 { margin: 0; font-size: 21px; color: #172b23; }
.listing-heading h2 span { color: #dfa900; font-size: 28px; }
.business-card-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.business-card { min-width: 0; overflow: hidden; background: white; border: 1px solid #e4e9e6; border-radius: 12px; box-shadow: 0 2px 8px rgb(25 55 39 / 4%); }
.listing-photo { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.no-photo { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; background: #eaf2ec; color: #759081; font-size: 12px; }
.no-photo svg { width: 44px; height: 44px; }
.business-card-body { padding: 12px; overflow-wrap: anywhere; }
.listing-category { display: table; position: relative; margin-top: -12px; transform: translateY(-50%); margin-bottom: -10px; max-width: 100%; padding: 2px 10px; border-radius: 20px; background: #21855b; color: white; font-size: 11px; font-weight: 700; line-height: 1.7; }
.business-card h3 { margin: 8px 0 5px; color: #22342c; font-size: 15px; line-height: 1.5; }
.listing-station { display: flex; align-items: flex-start; gap: 5px; margin: 0; color: #69776f; font-size: 12px; line-height: 1.6; }
.listing-station svg { flex-shrink: 0; width: 15px; height: 18px; }
.listing-title { margin: 8px 0 0; font-size: 13px; line-height: calc(1.8em - 2px); color: #4c5e54; }
.listing-empty { grid-column: 1 / -1; padding: 40px 20px; text-align: center; background: white; border-radius: 12px; color: #64756c; }
.listing-pagination { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 24px; margin-top: 28px; font-size: 14px; }
.listing-pagination a { color: #20734e; padding: 10px; }
@media (max-width: 1000px) { .listing-intro { flex-direction: column; align-items: flex-start; } }
@media (max-width: 840px) { .business-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; } }
@media (max-width: 480px) { .business-card-grid { grid-template-columns: minmax(0, 1fr); } .listing-heading h2 { font-size: 19px; } }

.editorial-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 28px; margin-top: 36px; padding-top: 26px; border-top: 1px solid #e1e8e3; }
.editorial-grid section { min-width: 0; }
.editorial-heading { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.editorial-heading h2 { display: flex; align-items: center; gap: 9px; margin: 0; color: #22342c; font-size: 17px; }
.editorial-heading h2 svg { width: 22px; height: 22px; flex-shrink: 0; fill: none; stroke: #20734e; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.editorial-heading small { font-size: 10px; font-weight: 400; color: #75837b; }
.editorial-more, .editorial-news-footer { color: #287747; font-size: 11px; font-weight: 600; }
.feature-banners { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.feature-banner { position: relative; aspect-ratio: 8 / 7; overflow: hidden; border-radius: 10px; background: #fffdf5; border: 1px solid #e7e8df; }
.feature-banner img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.editorial-news { padding-left: 24px; border-left: 1px solid #e1e8e3; }
.editorial-news-list { list-style: none; margin: 0; padding: 0; }
.editorial-news-list li { display: flex; align-items: center; gap: 12px; min-height: 48px; padding: 8px 0; border-bottom: 1px solid #e6ece8; }
.editorial-news-list time { color: #7c877f; flex-shrink: 0; font-size: 10px; font-variant-numeric: tabular-nums; }
.editorial-news-list li > a > h3 { flex: 1; min-width: 0; margin: 0; font-size: 16px; font-weight: 500; line-height: 1.6; overflow-wrap: anywhere; color: #46584c; }
.editorial-news-list img { width: 60px; height: 42px; object-fit: cover; border-radius: 4px; flex-shrink: 0; }
.editorial-news-footer { margin: 12px 0 0; text-align: right; }
@media (max-width: 840px) {
  .editorial-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .editorial-news { border-left: 0; padding-left: 0; }
}
@media (max-width: 480px) {
  .editorial-heading h2 { font-size: 16px; }
  .feature-banners { gap: 8px; }
  .editorial-news-list li { gap: 8px; flex-wrap: wrap; }
  .editorial-news-list time { width: 100%; }
}

.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.main-visual { position: relative; isolation: isolate; min-height: 350px; padding: 48px 24px 32px; background: #dff1f8 url('https://platta.jp/kashiwapp/mv.jpg') center center / cover no-repeat; }
.hero-content { position: relative; z-index: 1; max-width: 860px; margin: 0 auto; text-align: center; }
.hero-content h1 { margin: 0 0 12px; color: #092b35; font-size: clamp(30px, 3.6vw, 49px); font-weight: 800; line-height: 1.4; letter-spacing: .02em; text-shadow: 0 1px 12px #ffffffb3; }
.hero-heading-end { white-space: nowrap; }
.hero-highlight { position: relative; display: inline-block; z-index: 0; }
.hero-highlight::after { content: ''; position: absolute; z-index: -1; bottom: 3px; left: 2%; width: 96%; height: 9px; background: #ffdf3e; border-radius: 50% 40% 20% 30%; transform: rotate(-4deg); }
.hero-description { margin: 0 0 22px; color: #18353e; font-size: 15px; font-weight: 700; line-height: 1.8; text-shadow: 0 0 10px white; }
.hero-search { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1.2fr) minmax(0, 1.2fr) 112px; gap: 0; padding: 8px; border: 1px solid #dcece6; border-radius: 17px; background: #ffffffed; box-shadow: 0 3px 18px #295f5330; }
.hero-keyword { display: flex; align-items: center; padding-left: 14px; min-width: 0; border: 1px solid #cfe1db; border-radius: 9px 0 0 9px; background: white; }
.hero-search svg { width: 20px; height: 20px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.hero-keyword svg { color: #25835a; }
.hero-search input { width: 100%; min-width: 0; height: 58px; padding: 12px; border: 0; background: transparent; color: #203c33; font-size: 12px; }
.hero-search select { width: 100%; min-width: 0; padding: 12px 8px; border: 1px solid #cfe1db; border-left: 0; border-radius: 0; background: white; color: #203c33; font: inherit; font-size: 12px; font-weight: 600; }
.hero-search select:last-of-type { border-radius: 0 9px 9px 0; }
.hero-search button { display: flex; align-items: center; justify-content: center; gap: 9px; margin-left: 8px; border: 1px solid #1d683e; border-radius: 9px; color: white; background: #287a49; font: inherit; font-size: 15px; font-weight: 700; cursor: pointer; }
.hero-search button:hover { background: #1e603a; }
.hero-keywords { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px; margin-top: 22px; }
.hero-keywords > span { color: #344f51; font-size: 12px; font-weight: 700; }
.hero-keywords a { padding: 4px 15px; border: 1px solid #b5d4c9; border-radius: 24px; background: #fffffff2; color: #256846; text-decoration: none; font-size: 12px; font-weight: 700; box-shadow: 0 2px 4px #284c3810; }
.hero-keywords a:hover { background: #e5f4ea; }
.hero-reset { display: inline-block; margin-top: 12px; color: #23553e; font-size: 12px; }
.hero-note { position: absolute; top: 18px; margin: 0; color: #27643e; font-size: 15px; line-height: 1.8; letter-spacing: .16em; font-family: serif; transform: rotate(-8deg); }
.hero-note-left { left: 4%; border-bottom: 1px solid #387b50; }
.hero-note-right { right: 4%; }
.hero-note small { display: block; margin-top: 8px; font-size: 10px; text-align: right; letter-spacing: .18em; }
.hero-sticker { position: absolute; right: 24px; bottom: 12px; display: flex; flex-direction: column; justify-content: center; width: 112px; height: 112px; border-radius: 50%; background: #ffe460; color: #31482f; text-align: center; font-size: 12px; font-weight: 700; transform: rotate(-8deg); }
.hero-sticker small { margin-top: 5px; font-size: 10px; }
@media (max-width: 1250px) { .hero-note { display: none; } .hero-sticker { display: none; } }
@media (max-width: 840px) {
  .main-visual { padding: 32px 16px; }
  .hero-content { padding: 18px 12px; border-radius: 16px; background: #ffffffb8; }
  .hero-content h1 { font-size: clamp(26px, 5vw, 38px); }
  .hero-description { font-size: 13px; }
  .hero-search { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .hero-keyword { grid-column: 1 / -1; border-radius: 8px; }
  .hero-search select, .hero-search select:last-of-type { min-height: 48px; border: 1px solid #cfe1db; border-radius: 8px; }
  .hero-search button { grid-column: 1 / -1; min-height: 48px; margin: 0; }
  .hero-keywords { gap: 6px; margin-top: 16px; }
  .hero-keywords > span { width: 100%; margin-bottom: 4px; }
  .hero-keywords a { padding: 4px 10px; }
}

.news-headline { flex: 1; min-width: 0; color: inherit; text-decoration: none; overflow-wrap: anywhere; }
.news-headline:hover { text-decoration: underline; }
.news-headline small { display: block; margin-top: 3px; font-size: 10px; color: #728177; }
a.editorial-news-footer { display: block; text-decoration: none; }
a.editorial-more { text-decoration: none; }

.recruitment-banner { margin-top: 32px; }
.recruitment-banner img { display: block; width: 100%; height: auto; border-radius: 10px; }
.business-card-link { display: block; flex: 1; color: inherit; text-decoration: none; }
.business-card:has(.business-card-link:hover) { border-color: #91baa3; box-shadow: 0 3px 12px rgb(25 57 38 / 9%); }
.business-card-link:focus-visible { outline-offset: -3px; }

.business-card { display: flex; flex-direction: column; }
.business-card > .save-widget { margin: 0; padding: 0 12px 12px; }
