:root {
  --bg: #f7f7f5;
  --paper: #fff;
  --ink: #050505;
  --muted: #666;
  --line: #d7d7d4;
  --soft: #efefed;
  --shadow: 0 18px 50px rgba(0, 0, 0, .08);
  --container-max: 1280px;
  --container-wide: 1440px;
  --pc-padding: 40px;
  --sp-padding: 20px;
  --container-lg: var(--container-max);
  --container-xl: var(--container-wide);
  --page-padding-pc: var(--pc-padding);
  --page-padding-sp: var(--sp-padding);
  --header-height: 76px;
  font-family: Inter, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; color: inherit; }
button { cursor: pointer; }

.site-shell {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  background: var(--paper);
  min-height: 100vh;
  border-left: 0;
  border-right: 0;
}

.global-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  pointer-events: auto;
  height: var(--header-height);
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0 var(--page-padding-pc);
  width: 100%;
  max-width: var(--container-wide);
  margin: 0 auto;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.wordmark {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: .09em;
  line-height: 1;
  white-space: nowrap;
}
.desktop-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 800;
}
.desktop-nav a {
  padding: 10px 0;
  letter-spacing: .04em;
}
.desktop-nav .entry-link {
  min-width: 72px;
  text-align: center;
  color: #fff;
  background: #000;
  border-radius: 3px;
  padding: 14px 22px;
}
.header-favorites {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 4px;
  transition: background .16s ease;
}
.header-favorites:hover,
.header-favorites:focus-visible {
  background: var(--soft);
}
.header-favorites .mi {
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}
.search-plain {
  display: block;
  width: 26px;
  height: 26px;
  border: 0;
  background: transparent;
  position: relative;
}
.search-plain::before, .search-box span::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 2px solid #222;
  border-radius: 50%;
}
.search-plain::after, .search-box span::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 2px;
  background: #222;
  transform: rotate(45deg);
}
.search-plain::before { left: 2px; top: 2px; }
.search-plain::after { left: 16px; top: 17px; }

.search-block {
  width: 100%;
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: 28px var(--page-padding-pc) 12px;
}
.search-box {
  display: block;
  position: relative;
}
.search-box input {
  width: 100%;
  height: 58px;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 0 60px 0 22px;
  font-size: 15px;
  background: #fff;
  outline: none;
}
.search-box input::placeholder { color: #aaa; }
.search-box span {
  position: absolute;
  right: 22px;
  top: 17px;
  width: 24px;
  height: 24px;
}
.search-box span::before { left: 0; top: 0; }
.search-box span::after { left: 14px; top: 15px; }

section {
  padding: 0 var(--page-padding-pc) 34px;
}
main > section {
  width: 100%;
  max-width: var(--container-wide);
  margin-left: auto;
  margin-right: auto;
}
.section-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}
.section-title-row a {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}
.section-title-row a::after { content: " 〉"; }

.profile-strip {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 22px;
}
.profile-avatar {
  display: block;
  text-align: center;
  min-width: 0;
  cursor: pointer;
  border-radius: 6px;
  padding: 4px 2px 6px;
  transition: background .16s ease, outline-color .16s ease, transform .16s ease;
}
.profile-avatar:hover {
  background: #f1f1ef;
  transform: translateY(-1px);
}
.profile-avatar:focus-visible {
  outline: 2px solid #111;
  outline-offset: 4px;
}
.profile-avatar span {
  display: block;
  width: 76px;
  height: 76px;
  margin: 0 auto 9px;
  border-radius: 50%;
  border: 2px solid #fff;
  outline: 1px solid #000;
  background-image: url("../assets/man-front.jpg");
  background-size: cover;
  background-position: center;
  filter: grayscale(1);
}
.profile-avatar b {
  display: block;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile-avatar small { display: block; font-size: 10px; color: #555; margin-top: 3px; }
.p1 span { background-image: url("../assets/sato-daisuke-portrait.jpg"); background-position: center 28%; }
.p2 span { background-image: url("../assets/tanaka-kento-portrait.jpg"); background-position: center 25%; }
.p3 span, .p6 span, .p8 span { background-image: url("../assets/woman-smile-clean.jpg"); }
.p4 span { background-image: url("../assets/woman-side-clean.jpg"); }
.p5 span, .p7 span { background-image: url("../assets/man-side-clean.jpg"); }

.visual-slider {
  display: none;
  position: relative;
  padding-bottom: 60px;
}
.visual-slider-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
}
.visual-slider-track::-webkit-scrollbar { display: none; }
.visual-slider-track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
  user-select: none;
}
.visual-slide {
  display: block;
  flex: 0 0 clamp(470px, 42vw, 600px);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111;
  scroll-snap-align: start;
}
.visual-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1);
  transition: opacity .3s ease, transform .38s ease;
}
.visual-slide:hover img,
.visual-slide:focus-visible img {
  opacity: .86;
  transform: scale(1.025);
}
.visual-slider-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  gap: 8px;
}
.visual-arrow {
  position: relative;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: #fff;
  transition: color .15s ease, background .15s ease, border-color .15s ease;
}
.visual-arrow:hover,
.visual-arrow:focus-visible {
  color: #fff;
  background: #111;
  border-color: #111;
}
.visual-arrow::before {
  content: "";
  position: absolute;
  top: 16px;
  width: 10px;
  height: 10px;
  border-top: 1.7px solid currentColor;
  border-right: 1.7px solid currentColor;
}
.visual-arrow-prev::before {
  left: 18px;
  transform: rotate(-135deg);
}
.visual-arrow-next::before {
  right: 18px;
  transform: rotate(45deg);
}

.profile-page {
  background: #fbfbfa;
}
.profile-main {
  padding: 34px 32px 58px;
}
.profile-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 13px;
  font-weight: 900;
}
.profile-back::before {
  content: "";
  width: 9px;
  height: 9px;
  border-left: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: rotate(45deg);
}
.profile-detail-card {
  display: grid;
  grid-template-columns: minmax(280px, 410px) 1fr;
  gap: 34px;
  align-items: stretch;
}
.profile-detail-card > * {
  min-width: 0;
}
.profile-visual {
  min-height: 520px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  color: #fff;
  background-image: linear-gradient(to top, rgba(0,0,0,.86), rgba(0,0,0,.16)), var(--profile-photo);
  background-size: cover;
  background-position: center;
  filter: grayscale(1);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}
.profile-visual::after {
  content: "NANIMONO";
  position: absolute;
  left: 24px;
  top: 22px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .16em;
}
.profile-visual-copy {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 26px;
}
.profile-visual-copy span {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 3px;
  background: rgba(255,255,255,.22);
  font-size: 12px;
  font-weight: 900;
}
.profile-visual-copy h1 {
  margin: 0;
  font-size: 38px;
  line-height: 1.24;
  font-weight: 900;
}
.profile-visual-copy p {
  margin: 14px 0 0;
  font-size: 14px;
  font-weight: 900;
}
.profile-detail-body {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 30px;
  min-width: 0;
  overflow: hidden;
}
.profile-kicker {
  margin: 0 0 10px;
  color: #555;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}
.profile-detail-body h2 {
  font-size: 30px;
  line-height: 1.35;
  margin-bottom: 16px;
  overflow-wrap: anywhere;
}
.profile-lead {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 700;
  color: #222;
  overflow-wrap: anywhere;
}
.profile-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  margin: 22px 0;
}
.profile-info-grid div {
  min-height: 82px;
  padding: 15px 12px;
  border-right: 1px solid var(--line);
}
.profile-info-grid div:last-child { border-right: 0; }
.profile-info-grid small {
  display: block;
  color: #666;
  font-size: 10px;
  font-weight: 900;
  margin-bottom: 8px;
}
.profile-info-grid b {
  font-size: 16px;
  line-height: 1.35;
}
.profile-summary {
  margin: 22px 0;
  padding: 18px 20px;
  border-left: 4px solid #111;
  background: #f4f4f2;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.profile-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 26px;
}
.profile-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 900;
}
.profile-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.profile-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 900;
}
.profile-actions .primary { color: #fff; background: #000; }
.profile-actions .secondary { border: 1px solid #111; background: #fff; }
.profile-list-main {
  padding: 36px 32px 64px;
}
.profile-list-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 28px;
}
.profile-list-head h1 {
  margin: 0;
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: .03em;
}
.profile-list-head p {
  margin: 8px 0 0;
  color: #555;
  font-size: 13px;
  font-weight: 800;
}
.profile-list-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.profile-list-card {
  min-height: 286px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  color: #fff;
  background-image: linear-gradient(to top, rgba(0,0,0,.88), rgba(0,0,0,.15)), var(--profile-photo);
  background-size: cover;
  background-position: center;
  filter: grayscale(1);
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.profile-list-card:hover { transform: translateY(-2px); }
.profile-list-card:focus-visible {
  outline: 2px solid #111;
  outline-offset: 4px;
}
.profile-list-card span {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 8px;
  border-radius: 3px;
  background: rgba(255,255,255,.24);
  border: 1px solid rgba(255,255,255,.32);
  font-size: 11px;
  font-weight: 900;
}
.profile-list-card b {
  font-size: 22px;
  line-height: 1.3;
}
.profile-list-card small {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 900;
}
.profile-photo-man-front { --profile-photo: url("../assets/man-front.jpg"); }
.profile-photo-sato { --profile-photo: url("../assets/sato-daisuke-portrait.jpg"); }
.profile-photo-tanaka { --profile-photo: url("../assets/tanaka-kento-portrait.jpg"); }
.profile-photo-woman-smile { --profile-photo: url("../assets/woman-smile-clean.jpg"); }
.profile-photo-woman-side { --profile-photo: url("../assets/woman-side-clean.jpg"); }
.profile-photo-man-side { --profile-photo: url("../assets/man-side-clean.jpg"); }

.profile-rich-card {
  grid-template-columns: minmax(320px, 430px) minmax(0, 1fr);
}
.profile-section {
  padding: 24px 0;
  border-top: 1px solid var(--line);
}
.profile-section h3 {
  margin: 0 0 16px;
  font-size: 20px;
  line-height: 1.3;
}
.profile-info-wide {
  grid-template-columns: repeat(4, 1fr);
}
.profile-info-wide div {
  border-bottom: 1px solid var(--line);
}
.profile-info-wide div:nth-child(4n) {
  border-right: 0;
}
.profile-info-wide div:nth-last-child(-n + 4) {
  border-bottom: 0;
}
.profile-process.process-timeline {
  grid-template-columns: 1fr;
}
.profile-process.process-timeline article {
  min-height: auto;
}
.profile-process.process-timeline article::before {
  display: none;
}
.profile-metrics.article-metric-grid {
  grid-template-columns: repeat(5, 1fr);
}

.concept-copy {
  max-width: 760px;
  margin: 0;
  color: #222;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 700;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.story-card {
  position: relative;
  min-width: 0;
  color: #111;
}
.story-card-link {
  display: grid;
  gap: 17px;
  height: 100%;
}
.story-card-image {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 4px;
  background-color: #e4e4e2;
  background-image: var(--photo);
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(1);
  transition: opacity .18s ease;
}
.story-card-link:hover .story-card-image,
.story-card-link:focus-visible .story-card-image {
  opacity: .82;
}
.story-card-copy {
  display: flex;
  flex-direction: column;
  min-height: 148px;
}
.story-card .chip {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(17,17,17,.12);
  border-radius: 3px;
  padding: 5px 8px;
  color: #111;
  font-size: 11px;
  font-weight: 800;
}
.story-card-category {
  color: #555;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
}
.favorite-button {
  position: absolute;
  z-index: 5;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 3px;
  background: rgba(255,255,255,.86);
  color: #111;
  display: grid;
  place-items: center;
  box-shadow: 0 3px 10px rgba(0,0,0,.1);
  transition: background .16s ease, color .16s ease, transform .16s ease;
}
.favorite-button:hover {
  transform: translateY(-1px);
  background: #fff;
}
.favorite-button::before {
  content: "";
  width: 19px;
  height: 19px;
  display: block;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.5l2.63 5.33 5.88.85-4.25 4.15 1 5.85L12 16.92l-5.26 2.76 1-5.85-4.25-4.15 5.88-.85L12 3.5z' fill='none' stroke='%23111' stroke-width='1.7' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.favorite-button::after {
  display: none;
}
.favorite-button.is-saved::before,
.favorite-button.is-active::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.5l2.63 5.33 5.88.85-4.25 4.15 1 5.85L12 16.92l-5.26 2.76 1-5.85-4.25-4.15 5.88-.85L12 3.5z' fill='%23111' stroke='%23111' stroke-width='1.7' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.story-card strong {
  display: block;
  margin-top: 11px;
  font-size: clamp(19px, 1.65vw, 22px);
  line-height: 1.48;
  font-weight: 900;
}
.story-card small {
  display: block;
  margin-top: 8px;
  color: #555;
  font-size: 12px;
  font-weight: 800;
}
.story-card time {
  display: block;
  margin-top: auto;
  padding-top: 14px;
  color: #777;
  font-size: 11px;
  font-weight: 700;
}
.hero-man { --photo: url("../assets/man-front.jpg"); background-position: center 34%; }
.sato-photo { --photo: url("../assets/sato-daisuke-portrait.jpg"); background-position: center 26%; }
.tanaka-photo { --photo: url("../assets/tanaka-kento-portrait.jpg"); background-position: center 24%; }
.woman-smile { --photo: url("../assets/woman-smile-clean.jpg"); background-position: center 28%; }
.woman-side { --photo: url("../assets/woman-side-clean.jpg"); background-position: center 28%; }
.man-side { --photo: url("../assets/man-side-clean.jpg"); background-position: center 28%; }
.story-card,
.latest-thumb,
.article-main-photo,
.profile-avatar span {
  background-repeat: no-repeat;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}
.tag-list a,
.article-tags span,
.article-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
}

.latest-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 48px;
}
.latest-card {
  position: relative;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  min-height: 112px;
  padding: 0 44px 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.article-card {
  position: relative;
}
.latest-thumb {
  display: block;
  width: 120px;
  height: 90px;
  border-radius: 4px;
  background-image: var(--photo);
  background-size: cover;
  background-position: center;
  filter: grayscale(1);
}
.latest-card-body {
  min-width: 0;
}
.latest-card-body p {
  margin: 0 0 6px;
  color: #555;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 900;
}
.latest-card-body a {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 900;
}
.latest-card-body small,
.latest-card-body span {
  display: block;
  color: #555;
  font-size: 11px;
  line-height: 1.7;
  font-weight: 700;
}
.latest-card-body small { margin-top: 7px; }
.latest-favorite {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5;
}

.operation-note {
  display: flex;
  align-items: center;
  gap: 18px;
  width: calc(100% - (var(--page-padding-pc) * 2));
  max-width: calc(var(--container-wide) - (var(--page-padding-pc) * 2));
  margin: 0 auto 44px;
  padding: 18px 26px;
  background: #f1f1f0;
  border: 1px solid var(--line);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.8;
}
.operation-note p {
  flex: 1;
  min-width: 0;
  margin: 0;
}
.operation-note span {
  display: inline-grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border: 1.8px solid #111;
  border-radius: 50%;
  font-family: Georgia, serif;
  flex: 0 0 auto;
}

.article-page {
  padding-top: 26px;
  border-top: 1px solid var(--line);
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), #e7e7e4 calc(50% - 1px), #e7e7e4 calc(50% + 1px), transparent calc(50% + 1px)),
    #fbfbfa;
}
.article-top {
  height: 54px;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 26px 1fr repeat(3, 28px);
  gap: 10px;
  align-items: center;
}
.article-top a::before,
.article-top button:nth-of-type(3)::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-left: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: rotate(45deg);
}
.article-top button {
  border: 0;
  height: 28px;
  background: transparent;
  position: relative;
}
.article-top button:nth-of-type(1)::before {
  content: "⇧";
  font-weight: 900;
  font-size: 23px;
}
.article-top button:nth-of-type(2)::before {
  content: "";
  position: absolute;
  inset: 4px 8px 6px;
  border: 2px solid #111;
  border-bottom: 0;
}
.article-top button:nth-of-type(2)::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 3px;
  width: 9px;
  height: 9px;
  border-left: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: rotate(-45deg);
}
.article-top button:nth-of-type(3)::before {
  content: "…";
  border: 0;
  transform: none;
  font-size: 25px;
  line-height: 12px;
}
.article-hero {
  min-height: 174px;
  padding: 22px;
  color: #fff;
  filter: grayscale(1);
  background-image: linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.60) 45%, rgba(0,0,0,.06) 100%), var(--photo);
  background-size: cover;
  background-position: center;
}
.article-hero p, .article-hero h1 { margin: 0; }
.article-hero p { font-size: 12px; font-weight: 800; }
.article-hero h1 { margin-top: 13px; font-size: 29px; line-height: 1.34; font-weight: 900; }
.article-hero b, .article-hero small { display: block; margin-top: 8px; font-size: 13px; }
.article-tags {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
}
.article-tags span {
  min-height: 26px;
  white-space: nowrap;
  font-size: 10px;
  padding: 0 10px;
}
.process, .metrics, .companies { padding: 12px 14px 0; }
.process h2, .metrics h2, .companies h2 {
  font-size: 14px;
  margin-bottom: 8px;
}
details {
  border: 1px solid var(--line);
  border-radius: 6px;
  margin-bottom: 7px;
  background: #fff;
}
summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 800;
}
summary::-webkit-details-marker { display: none; }
summary::after { content: "⌄"; margin-left: auto; font-size: 14px; }
details[open] summary::after { content: "⌃"; }
summary span { color: #555; font-weight: 700; }
dl {
  margin: 0;
  padding: 0 14px 12px 46px;
  font-size: 11px;
  line-height: 1.55;
}
dt { font-weight: 900; margin-top: 8px; position: relative; }
dt::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 1px;
  width: 16px;
  height: 16px;
  border: 1.5px solid #111;
  border-radius: 50%;
}
dd { margin: 2px 0 0; color: #333; }
.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}
.metrics h2 { grid-column: 1 / -1; margin-bottom: 0; }
.metrics div {
  min-height: 86px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 7px;
  text-align: center;
}
.metrics b { display: block; font-size: 18px; line-height: 1.1; }
.metrics small { font-size: 10px; font-weight: 700; color: #555; }
.metrics i {
  display: block;
  width: 54px;
  height: 20px;
  margin: 7px auto 0;
  background: linear-gradient(90deg, #111 7px, transparent 7px 12px, #111 12px 20px, transparent 20px 25px, #111 25px 34px, transparent 34px 40px, #111 40px);
  clip-path: polygon(0 74%, 15% 68%, 15% 100%, 0 100%, 22% 60%, 36% 60%, 36% 100%, 22% 100%, 43% 43%, 57% 43%, 57% 100%, 43% 100%, 64% 22%, 78% 22%, 78% 100%, 64% 100%, 85% 0, 100% 0, 100% 100%, 85% 100%);
}
.metrics em {
  display: block;
  width: 30px;
  height: 28px;
  margin: 8px auto 0;
  border: 2px solid #111;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}
.companies {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}
.companies h2 { grid-column: 1 / -1; margin-bottom: 0; }
.companies span {
  display: grid;
  place-items: center;
  min-height: 58px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 5px;
  font-size: 10px;
  font-weight: 800;
}
.companies b { font-size: 12px; }
.quote {
  margin: 14px;
  padding: 11px 40px 11px 62px;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.7;
  position: relative;
}
.quote::before, .quote::after {
  position: absolute;
  color: #ccc;
  font-size: 35px;
  font-weight: 900;
}
.quote::before { content: "“"; left: 10px; top: 2px; }
.quote::after { content: "”"; right: 12px; bottom: -8px; }
.quote img {
  position: absolute;
  left: 20px;
  top: 15px;
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
  filter: grayscale(1);
}
.primary-cta, .secondary-cta {
  display: block;
  width: calc(100% - 28px);
  height: 44px;
  margin: 8px 14px;
  border-radius: 5px;
  font-weight: 900;
}
.primary-cta { color: #fff; background: #000; border: 0; }
.secondary-cta { color: #000; background: #fff; border: 1px solid #111; margin-bottom: 18px; }

.article-detail-page {
  margin-left: auto;
  margin-right: auto;
  padding: 72px var(--pc-padding) 88px;
  border-top: 1px solid var(--line);
  background: #fbfbfa;
}
.article-detail {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(400px, 450px) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}
.article-sidebar {
  position: sticky;
  top: 104px;
}
.article-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 900;
}
.article-back::before {
  content: "";
  width: 9px;
  height: 9px;
  border-left: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: rotate(45deg);
}
.article-main-photo {
  min-height: 600px;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  color: #fff;
  background-image: linear-gradient(to top, rgba(0,0,0,.86), rgba(0,0,0,.08)), var(--photo);
  background-size: cover;
  background-position: center 36%;
  filter: grayscale(1);
}
.article-main-photo::before {
  content: "NANIMONO";
  position: absolute;
  left: 24px;
  top: 24px;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: .15em;
}
.article-main-photo figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 26px;
}
.article-main-photo span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 14px;
  padding: 0 10px;
  border: 1px solid rgba(255,255,255,.44);
  border-radius: 4px;
  background: rgba(255,255,255,.22);
  font-size: 12px;
  font-weight: 900;
}
.article-main-photo strong {
  display: block;
  font-size: 38px;
  line-height: 1.15;
}
.article-main-photo small {
  display: block;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 900;
}
.article-profile-box,
.article-side-actions {
  margin-top: 16px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.article-profile-box h2 {
  margin-bottom: 14px;
  font-size: 13px;
  letter-spacing: .12em;
}
.article-profile-box dl {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 10px 16px;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.5;
}
.article-profile-box dt {
  margin: 0;
  color: #666;
  font-size: 11px;
  font-weight: 900;
}
.article-profile-box dt::before { display: none; }
.article-profile-box dd {
  margin: 0;
  font-weight: 900;
}
.article-side-actions {
  display: grid;
  gap: 14px;
}
.article-save {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  border: 1px solid #111;
  border-radius: 5px;
  background: #fff;
  font-weight: 900;
}
.article-save::before {
  content: "";
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.5l2.63 5.33 5.88.85-4.25 4.15 1 5.85L12 16.92l-5.26 2.76 1-5.85-4.25-4.15 5.88-.85L12 3.5z' fill='none' stroke='%23111' stroke-width='1.7' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.article-save.is-saved {
  color: #111;
  background: #f3f3f1;
}
.article-save.is-saved::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.5l2.63 5.33 5.88.85-4.25 4.15 1 5.85L12 16.92l-5.26 2.76 1-5.85-4.25-4.15 5.88-.85L12 3.5z' fill='%23111' stroke='%23111' stroke-width='1.7' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.article-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.article-share span {
  margin-right: 4px;
  color: #666;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}
.article-share a,
.article-share button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-size: 11px;
  font-weight: 900;
}
.share-status {
  min-height: 18px;
  margin: -4px 0 0;
  color: #555;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 800;
}
.article-content {
  min-width: 0;
}
.article-kicker {
  margin: 6px 0 12px;
  color: #555;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}
.article-content h1 {
  margin: 0;
  max-width: 1040px;
  font-size: clamp(42px, 4.2vw, 64px);
  line-height: 1.14;
  font-weight: 900;
}
.article-catch {
  max-width: 980px;
  margin: 22px 0 0;
  color: #222;
  font-size: 17px;
  line-height: 1.9;
  font-weight: 700;
}
.article-content .article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 26px 0 28px;
  padding: 0;
  border-bottom: 0;
  overflow: visible;
}
.article-content .article-tags span,
.article-content .article-tags a {
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  color: #111;
  font-size: 12px;
  font-weight: 900;
}
.article-profile-panel {
  margin: 0 0 32px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.article-profile-panel > div {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 18px;
}
.article-profile-panel p {
  margin: 0;
  color: #555;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
}
.article-profile-panel h2 {
  margin: 0;
  font-size: 24px;
}
.article-profile-panel dl {
  display: grid;
  grid-template-columns: 150px 1fr 150px 1fr;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.article-profile-panel dt,
.article-profile-panel dd {
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  line-height: 1.55;
}
.article-profile-panel dt {
  color: #555;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}
.article-profile-panel dt::before {
  display: none;
}
.article-profile-panel dd {
  padding-right: 18px;
  font-weight: 900;
}
.article-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 42px;
}
.article-summary-grid div,
.article-metric-grid div,
.company-logo-grid div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.article-summary-grid div {
  min-height: 104px;
  padding: 18px;
}
.article-summary-grid small,
.article-metric-grid small,
.company-logo-grid small {
  display: block;
  color: #666;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 8px;
}
.article-summary-grid b {
  font-size: 30px;
  line-height: 1.1;
}
.article-section {
  padding: 42px 0;
  border-top: 1px solid var(--line);
}
.article-section h2 {
  margin-bottom: 18px;
  font-size: 24px;
}
.process-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.process-timeline article {
  position: relative;
  min-height: 340px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.process-timeline article::before {
  content: "";
  position: absolute;
  top: 28px;
  right: -15px;
  width: 15px;
  border-top: 1px solid #111;
}
.process-timeline article:last-child::before { display: none; }
.process-timeline span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  color: #fff;
  background: #000;
  font-size: 11px;
  font-weight: 900;
}
.process-timeline h3 {
  margin: 14px 0 16px;
  font-size: 18px;
}
.process-timeline dl,
.article-accordion dl {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.75;
}
.process-timeline dt,
.article-accordion dt {
  margin: 14px 0 2px;
  font-weight: 900;
}
.process-timeline dt::before,
.article-accordion dt::before {
  display: none;
}
.process-timeline dd,
.article-accordion dd {
  margin: 0;
  color: #333;
}
.article-metric-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 16px;
}
.article-metric-grid div {
  min-height: 120px;
  padding: 18px;
}
.article-metric-grid b {
  display: block;
  font-size: 28px;
  line-height: 1.1;
}
.article-metric-grid span {
  display: block;
  margin-top: 10px;
  color: #555;
  font-size: 12px;
  font-weight: 800;
}
.company-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.company-name-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.company-logo-grid div {
  min-height: 98px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 16px 10px;
  text-align: center;
}
.company-logo-grid b {
  font-size: 17px;
  line-height: 1.1;
}
.company-name-grid div {
  min-height: 82px;
  display: grid;
  place-items: center;
  padding: 16px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}
.company-name-grid b {
  font-size: 16px;
  line-height: 1.25;
}
.article-secret p {
  max-width: 900px;
  margin: 0;
  font-size: 15px;
  line-height: 2;
  font-weight: 700;
}
.article-message blockquote,
.article-accordion blockquote {
  margin: 0;
  padding: 22px 28px;
  border-left: 4px solid #111;
  background: #f1f1ef;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 900;
}
.article-cta-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding-top: 10px;
}
.article-primary-cta,
.article-secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 900;
}
.article-primary-cta {
  color: #fff;
  background: #000;
}
.article-secondary-cta {
  border: 1px solid #111;
  background: #fff;
}
.article-mobile-accordions {
  display: none;
}

@media (min-width: 1200px) {
  .article-detail {
    min-height: calc(100vh - 220px);
  }
  .article-sidebar {
    width: 100%;
  }
  .article-content {
    width: 100%;
  }
  .article-summary-grid div {
    min-height: 118px;
  }
}

@media (min-width: 1024px) {
  .story-profiles {
    display: none;
  }
  .visual-slider {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --pc-padding: 32px;
  }
  .global-header {
    gap: 18px;
  }
  .desktop-nav {
    gap: 18px;
  }
  .wordmark {
    font-size: 24px;
  }
  .article-detail-page {
    padding-top: 56px;
  }
  .article-detail {
    grid-template-columns: minmax(280px, 330px) minmax(0, 1fr);
    gap: 32px;
  }
  .article-main-photo {
    min-height: 520px;
  }
  .article-main-photo strong {
    font-size: 34px;
  }
  .article-profile-box dl {
    grid-template-columns: 92px 1fr;
  }
  .article-content h1 {
    font-size: clamp(38px, 5vw, 54px);
  }
  .article-profile-panel dl {
    grid-template-columns: 130px 1fr;
  }
  .process-timeline {
    grid-template-columns: 1fr;
  }
  .process-timeline article {
    min-height: auto;
  }
  .process-timeline article::before {
    display: none;
  }
  .company-name-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  :root {
    --pc-padding: 32px;
  }
  .article-detail {
    grid-template-columns: minmax(340px, 380px) minmax(0, 1fr);
    gap: 40px;
  }
  .article-main-photo {
    min-height: 540px;
  }
  .article-main-photo strong {
    font-size: 34px;
  }
  .article-content h1 {
    font-size: clamp(38px, 4.3vw, 54px);
  }
  .article-profile-panel dl {
    grid-template-columns: 140px 1fr;
  }
  .process-timeline {
    grid-template-columns: 1fr;
  }
  .process-timeline article {
    min-height: auto;
  }
  .process-timeline article::before {
    display: none;
  }
}

.simple-page {
  min-height: calc(100vh - 76px);
  width: 100%;
  max-width: var(--container-lg);
  margin: 0 auto;
  padding: 64px var(--page-padding-pc) 80px;
}
.simple-page h1 {
  margin: 0 0 14px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.1;
}
.simple-page > p,
.empty-state {
  max-width: 760px;
  color: #333;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 700;
}
.interview-list {
  margin-top: 28px;
}
.interview-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 58px;
}
.pagination-arrow,
.pagination-page {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 15px;
  font-weight: 800;
  transition: border-color .16s ease, background .16s ease, color .16s ease;
}
.pagination-page.is-active {
  color: #fff;
  border-color: #111;
  background: #111;
}
.pagination-arrow:not(.is-disabled):hover,
.pagination-page:not(.is-active):hover,
.pagination-arrow:not(.is-disabled):focus-visible,
.pagination-page:not(.is-active):focus-visible {
  border-color: #111;
}
.pagination-arrow.is-disabled {
  color: #bbb;
  background: #fafafa;
  cursor: not-allowed;
}
.pagination-ellipsis {
  width: 34px;
  display: inline-grid;
  place-items: center;
  color: #777;
  font-size: 14px;
  font-weight: 800;
}
.simple-logo-grid {
  margin-top: 28px;
}
.simple-news {
  display: grid;
  gap: 0;
  max-width: 860px;
  margin-top: 28px;
  border-top: 1px solid var(--line);
}
.simple-news a {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 800;
}
.simple-form {
  display: grid;
  gap: 12px;
  max-width: 680px;
  margin-top: 28px;
}
.simple-form input,
.simple-form textarea,
.simple-form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 14px 16px;
  background: #fff;
  font: inherit;
}
.simple-form label {
  display: grid;
  gap: 8px;
  color: #555;
  font-size: 12px;
  font-weight: 900;
}
.simple-form textarea {
  min-height: 160px;
  resize: vertical;
}
.simple-form button,
.simple-cta {
  width: fit-content;
  min-width: 220px;
  border: 0;
  border-radius: 5px;
  padding: 14px 22px;
  color: #fff;
  background: #000;
  font-weight: 900;
}

.page-kicker {
  margin: 0 0 12px;
  color: #555;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
}
.about-page,
.contact-page,
.entry-page {
  background: #fff;
}
.about-page,
.entry-page {
  max-width: var(--container-max);
  text-align: left;
}
.about-page > *,
.entry-page > * {
  margin-left: 0;
  margin-right: 0;
}
.contact-page {
  max-width: 960px;
}
.entry-page {
  max-width: 1200px;
}
.entry-page h1 {
  max-width: none;
}
.entry-lead {
  display: grid;
  gap: 16px;
  width: 100%;
  max-width: none !important;
  margin-bottom: 54px;
  font-size: 17px !important;
  text-wrap: pretty;
}
.entry-lead p {
  margin: 0;
  color: #333;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.95;
}
.no-break {
  white-space: nowrap;
}
.about-lead {
  max-width: 900px;
  display: grid;
  gap: 14px;
  margin-top: 28px;
}
.about-lead p {
  margin: 0;
  font-size: 17px;
  line-height: 2;
  font-weight: 800;
}
.company-info-section,
.about-message,
.entry-panel {
  max-width: 100%;
  margin-top: 42px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.entry-page .entry-panel {
  width: 100%;
  margin-top: 54px;
  padding-top: 34px;
}
.entry-page .entry-panel h2 {
  font-size: 26px;
}
.company-info-list {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 0;
  margin: 18px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.company-info-list dt,
.company-info-list dd {
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.company-info-list dt {
  color: #555;
  font-size: 12px;
  font-weight: 900;
}
.company-info-list dt::before {
  display: none;
}
.company-info-list dd {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 800;
}
.company-info-list a {
  transition: opacity .15s ease;
}
.company-info-list a:hover,
.company-info-list a:focus-visible {
  opacity: .58;
}
.about-message blockquote {
  margin: 18px 0 0;
  padding: 26px 30px;
  border-left: 5px solid #111;
  background: #fff;
  font-size: 21px;
  line-height: 1.9;
  font-weight: 900;
}
.styled-form {
  max-width: 100%;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  gap: 24px;
}
.entry-form {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 64px;
  padding-top: 42px;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.styled-form input,
.styled-form textarea,
.styled-form select {
  min-height: 54px;
  border-radius: 0;
  border-color: #cfcfcb;
  font-size: 15px;
}
.styled-form button {
  min-height: 54px;
  border-radius: 0;
}
.entry-chip-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 24px;
}
.entry-chip-grid span {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 13px;
  font-weight: 900;
}
.entry-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.entry-flow li {
  min-height: 120px;
  padding: 23px 18px;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 900;
}
.entry-flow b {
  display: block;
  margin-bottom: 10px;
  color: #777;
  font-size: 10px;
  letter-spacing: .12em;
}
.entry-form h2 {
  margin: 0 0 8px;
  font-size: 25px;
}

.site-footer {
  margin-top: 48px;
  border-top: 1px solid var(--line);
  background: #fff;
}
.site-footer-inner {
  width: 100%;
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: 46px var(--page-padding-pc) 50px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  align-items: end;
  gap: 52px;
}
.site-footer-brand b {
  display: block;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: .09em;
}
.site-footer-brand p {
  margin: 12px 0 0;
  color: #666;
  font-size: 12px;
  line-height: 1.7;
  font-weight: 700;
}
.site-footer-privacy {
  font-size: 12px;
  font-weight: 800;
}
.site-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  color: #333;
  font-size: 12px;
  font-weight: 800;
}
.site-footer-copyright {
  grid-column: 1 / -1;
  margin-top: 8px;
  color: #777;
  font-size: 11px;
  font-weight: 700;
}
.site-footer a {
  transition: opacity .15s ease;
}
.site-footer a:hover,
.site-footer a:focus-visible {
  opacity: .55;
}
.site-footer a[aria-disabled="true"] {
  cursor: default;
}

.search-page {
  width: 100%;
  max-width: var(--container-lg);
  margin: 0 auto;
  padding: 64px var(--page-padding-pc) 80px;
}

.news-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 42px;
}
.news-filters button {
  min-height: 38px;
  padding: 0 17px;
  border: 1px solid var(--line);
  background: #fff;
  color: #555;
  font-size: 12px;
  font-weight: 800;
}
.news-filters button.is-active,
.news-filters button:hover {
  color: #fff;
  border-color: #111;
  background: #111;
}
.news-list {
  max-width: 980px;
  margin-top: 30px;
  border-top: 1px solid var(--line);
}
.news-card {
  padding: 29px 0 30px;
  border-bottom: 1px solid var(--line);
}
.news-card-head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
}
.news-card-head span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid var(--line);
  color: #333;
  font-size: 11px;
  font-weight: 800;
}
.news-card-head time {
  color: #777;
  font-size: 12px;
  font-weight: 700;
}
.news-card h2 {
  margin: 0 0 10px;
  font-size: 23px;
  line-height: 1.45;
}
.news-card p {
  max-width: 720px;
  margin: 0;
  color: #555;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.about-nanimono-page {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--page-padding-pc) 92px;
}
.about-nanimono-page > section {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.media-manifesto-hero {
  position: relative;
  padding-top: 92px;
  padding-bottom: 82px;
  border-bottom: 1px solid var(--line);
}
.media-manifesto-hero h1 {
  max-width: 960px;
  margin: 22px 0 30px;
  font-size: clamp(55px, 6.4vw, 88px);
  line-height: 1.12;
}
.manifesto-lead {
  max-width: 760px;
  margin: 0;
  font-size: 22px;
  line-height: 1.9;
  font-weight: 800;
}
.manifesto-hero-copy {
  max-width: 790px;
  margin-top: 32px;
}
.manifesto-sub {
  max-width: 720px;
  margin: 30px 0 0;
  padding-top: 25px;
  border-top: 1px solid var(--line);
  color: #555;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 700;
}
.manifesto-index {
  width: min(100%, 360px);
  display: grid;
  gap: 18px;
  margin: 64px 0 0 auto;
  padding: 22px 0 0;
  border-top: 2px solid #111;
}
.manifesto-index span {
  color: #777;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
}
.manifesto-index b {
  font-size: 23px;
  line-height: 1.55;
}
.manifesto-section {
  margin-top: 78px;
  padding-top: 0;
}
.manifesto-section + .manifesto-section {
  padding-top: 74px;
  border-top: 1px solid var(--line);
}
.manifesto-section h2,
.manifesto-final h2 {
  margin: 0 0 30px;
  font-size: clamp(34px, 3.6vw, 49px);
  line-height: 1.3;
}
.manifesto-concept {
  display: grid;
  grid-template-columns: minmax(370px, .9fr) minmax(380px, 1fr);
  gap: 64px;
  align-items: start;
}
.manifesto-copy {
  max-width: 690px;
  display: grid;
  gap: 17px;
}
.manifesto-copy p {
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
}
.manifesto-section-lead {
  max-width: 760px;
  margin: -12px 0 38px;
  color: #333;
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
}
.manifesto-story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.manifesto-story-grid article {
  min-height: 300px;
  padding: 30px 26px;
  border: 1px solid var(--line);
}
.manifesto-story-grid span {
  color: #777;
  font-size: 11px;
  letter-spacing: .12em;
  font-weight: 900;
}
.manifesto-story-grid h3 {
  margin: 34px 0 17px;
  font-size: 24px;
  line-height: 1.48;
}
.manifesto-story-grid p {
  margin: 0;
  color: #444;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 700;
}
.manifesto-two-column {
  display: grid;
  grid-template-columns: minmax(370px, 1fr) minmax(380px, 1fr);
  gap: 64px;
}
.manifesto-proof .manifesto-copy,
.manifesto-editorial .manifesto-copy {
  max-width: 900px;
}
.manifesto-proof-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 44px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.manifesto-proof-grid span {
  min-height: 104px;
  display: grid;
  align-content: center;
  gap: 11px;
  padding: 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #444;
  font-size: 12px;
  font-weight: 800;
}
.manifesto-proof-grid b {
  color: #111;
  font-size: 11px;
  letter-spacing: .12em;
}
.manifesto-values {
  padding: 72px 62px 68px !important;
  border: 1px solid var(--line);
  background: #fff;
}
.manifesto-values .page-kicker {
  color: #777;
}
.manifesto-values h2 {
  max-width: 700px;
  margin-bottom: 50px;
}
.manifesto-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}
.manifesto-value-grid article {
  display: grid;
  align-content: start;
  gap: 0;
  min-height: 430px;
  padding: 30px 30px 0;
  border-right: 1px solid var(--line);
}
.manifesto-value-grid article:first-child {
  padding-left: 0;
}
.manifesto-value-grid article:last-child {
  padding-right: 0;
  border-right: 0;
}
.manifesto-value-grid span {
  color: #777;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
}
.manifesto-value-grid h3 {
  min-height: 76px;
  margin: 32px 0 18px;
  font-size: 25px;
  line-height: 1.45;
}
.manifesto-value-grid p {
  margin: 0 0 28px;
  color: #444;
  font-size: 14px;
  line-height: 1.95;
  font-weight: 600;
}
.manifesto-value-grid ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.manifesto-value-grid li {
  padding: 11px 0;
  border-top: 1px solid var(--line);
  color: #333;
  font-size: 13px;
  font-weight: 700;
}
.manifesto-value-grid blockquote {
  margin: 16px 0 0;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 21px;
  line-height: 1.7;
  font-weight: 800;
}
.manifesto-value-button {
  min-height: 52px;
  min-width: 0;
  margin-top: 30px;
  color: #fff;
  background: #111;
}
.manifesto-small-heading {
  margin: 23px 0 0;
  padding-top: 23px;
  border-top: 1px solid var(--line);
  font-size: 16px;
}
.manifesto-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.manifesto-list li {
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  color: #333;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 700;
}
.manifesto-list li::before {
  content: "";
  width: 7px;
  height: 1px;
  display: inline-block;
  margin: 0 12px 4px 0;
  background: #111;
}
.manifesto-company-value .manifesto-copy {
  margin-bottom: 36px;
}
.manifesto-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  min-width: 244px;
  padding: 0 26px;
  border: 1px solid #111;
  font-size: 14px;
  font-weight: 900;
}
.manifesto-button.is-primary {
  color: #fff;
  background: #111;
}
.manifesto-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}
.manifesto-feature-grid article {
  min-height: 226px;
  padding: 29px 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.manifesto-feature-grid article:nth-child(3n + 1) {
  border-left: 1px solid var(--line);
}
.manifesto-feature-grid b {
  color: #777;
  font-size: 11px;
  letter-spacing: .12em;
}
.manifesto-feature-grid h3 {
  margin: 27px 0 13px;
  font-size: 19px;
  line-height: 1.45;
}
.manifesto-feature-grid p {
  margin: 0;
  color: #444;
  font-size: 13px;
  line-height: 1.85;
  font-weight: 700;
}
.manifesto-editorial {
  display: grid;
  grid-template-columns: minmax(350px, .88fr) minmax(420px, 1fr);
  gap: 64px;
}
.manifesto-publication h2 {
  margin-bottom: 36px;
}
.manifesto-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0 0 30px;
  padding: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}
.manifesto-steps li {
  min-height: 112px;
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 800;
}
.manifesto-steps b {
  color: #777;
  font-size: 11px;
  letter-spacing: .12em;
}
.manifesto-note {
  max-width: 760px;
  margin: 0 0 36px;
  color: #333;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 700;
}
.manifesto-final {
  margin-top: 96px;
  padding: 76px 64px;
  border-top: 1px solid #111;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.manifesto-final p {
  max-width: 720px;
  margin: 0 0 40px;
  font-size: 17px;
  line-height: 1.95;
  color: #333;
  font-weight: 600;
}
.manifesto-final div {
  display: flex;
  gap: 12px;
}
.manifesto-final .manifesto-button {
  border-color: #111;
  color: #111;
}
.manifesto-final .manifesto-button.is-primary {
  color: #fff;
  background: #111;
}
.search-hero {
  padding: 0 0 34px;
  border-bottom: 1px solid var(--line);
}
.search-hero p {
  margin: 0 0 12px;
  color: #555;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
}
.search-hero h1 {
  margin: 0;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.08;
}
.search-hero span {
  display: block;
  max-width: 760px;
  margin-top: 16px;
  color: #333;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 700;
}
.search-layout {
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
  gap: 42px;
  padding: 34px 0 0;
}
.search-filter {
  position: sticky;
  top: 102px;
  display: grid;
  gap: 16px;
  align-self: start;
  padding: 22px;
  border: 1px solid var(--line);
  background: #fff;
}
.search-filter label,
.search-results-head label {
  display: grid;
  gap: 8px;
  color: #555;
  font-size: 11px;
  font-weight: 900;
}
.search-filter input,
.search-filter select,
.search-results-head select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 0 12px;
  background: #fff;
  font: inherit;
}
.search-filter-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 4px;
}
.search-filter-actions button {
  min-height: 44px;
  border: 1px solid #111;
  background: #fff;
  font-weight: 900;
}
.search-filter-actions button[type="submit"] {
  color: #fff;
  background: #000;
}
.search-results {
  min-width: 0;
}
.search-results-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.search-results-head b {
  display: block;
  font-size: 30px;
  line-height: 1;
}
.search-results-head span {
  color: #555;
  font-size: 12px;
  font-weight: 900;
}
.search-result-list {
  grid-template-columns: 1fr;
  gap: 20px;
}
.search-result-card {
  grid-template-columns: 156px minmax(0, 1fr);
  min-height: 126px;
}
.search-result-card .latest-thumb {
  width: 156px;
  height: 108px;
}
.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}

.side-menu {
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  background: rgba(0,0,0,0);
  transition: background .2s ease;
}
.side-menu.is-open {
  pointer-events: auto;
  background: rgba(0,0,0,.5);
}
.side-panel {
  width: min(320px, 84vw);
  height: 100%;
  padding: 58px 20px 20px;
  background: #fff;
  transform: translateX(-105%);
  transition: transform .24s ease;
  box-shadow: var(--shadow);
}
.side-menu.is-open .side-panel { transform: translateX(0); }
.side-logo {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: .12em;
}
.side-panel p {
  margin: 8px 0 22px;
  font-size: 12px;
  font-weight: 800;
}
.side-panel a {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 44px;
  padding: 0 8px;
  border-radius: 5px;
  font-weight: 900;
}
.side-panel a:hover { background: #eee; }
.side-panel hr { border: 0; border-top: 1px solid var(--line); margin: 18px 0; }
.about-card, .login-card {
  width: 100%;
  height: 54px;
  margin-top: 10px;
  border-radius: 5px;
  font-weight: 900;
}
.about-card { color: #fff; background: #000; border: 0; }
.login-card { background: #fff; border: 1px solid #111; }
.menu-close {
  position: absolute;
  right: 20px;
  top: 28px;
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent;
}
.menu-close::before, .menu-close::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 14px;
  width: 22px;
  height: 2px;
  background: #111;
}
.menu-close::before { transform: rotate(45deg); }
.menu-close::after { transform: rotate(-45deg); }

.icon-button {
  display: block;
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent;
  padding: 0;
}
.icon-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: #111;
}
.bell {
  position: relative;
}
.bell::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 6px;
  width: 14px;
  height: 16px;
  border: 2px solid #111;
  border-radius: 8px 8px 4px 4px;
}
.bell::after {
  content: "";
  position: absolute;
  left: 12px;
  bottom: 4px;
  width: 6px;
  height: 2px;
  background: #111;
}
.only-mobile, .bottom-nav { display: none; }

.mi {
  display: inline-block;
  width: 22px;
  height: 22px;
  position: relative;
  flex: 0 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}
.mi::before,
.mi::after {
  display: none !important;
}
.mi.home { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 10.5L12 3.5l8.5 7v9.5H14v-6h-4v6H3.5z'/%3E%3C/svg%3E"); }
.mi.search { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.7' stroke-linecap='round'%3E%3Ccircle cx='10.5' cy='10.5' r='7'/%3E%3Cpath d='M16 16l5 5'/%3E%3C/svg%3E"); }
.mi.star { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.5l2.63 5.33 5.88.85-4.25 4.15 1 5.85L12 16.92l-5.26 2.76 1-5.85-4.25-4.15 5.88-.85L12 3.5z' fill='none' stroke='%23111' stroke-width='1.7' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.bottom-nav .active .mi.star { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.5l2.63 5.33 5.88.85-4.25 4.15 1 5.85L12 16.92l-5.26 2.76 1-5.85-4.25-4.15 5.88-.85L12 3.5z' fill='%23111' stroke='%23111' stroke-width='1.7' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.mi.grid { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.7' stroke-linejoin='round'%3E%3Cpath d='M4 4h6v6H4zM14 4h6v6h-6zM4 14h6v6H4zM14 14h6v6h-6z'/%3E%3C/svg%3E"); }
.mi.edit { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20h4L19 9l-4-4L4 16v4zM13.5 6.5l4 4'/%3E%3C/svg%3E"); }
.mi.bell { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 10a6 6 0 0112 0v5l2 2H4l2-2zM10 20h4'/%3E%3C/svg%3E"); }
.mi.building { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20h16M6 20V4h9v16M15 9h3v11M9 8h3M9 12h3M9 16h3'/%3E%3C/svg%3E"); }
.mi.mail { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.7' stroke-linejoin='round'%3E%3Cpath d='M3.5 5.5h17v13h-17zM4 6l8 7 8-7'/%3E%3C/svg%3E"); }
.mi.menu { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.7' stroke-linecap='round'%3E%3Cpath d='M4 7h16M4 12h16M4 17h16'/%3E%3C/svg%3E"); }

@media (max-width: 767px) {
  :root {
    --header-height: 64px;
  }
  body { background: #fff; }
  .site-shell {
    border: 0;
    width: 100%;
    max-width: 100%;
    padding-bottom: 76px;
  }
  .global-header {
    height: var(--header-height);
    padding: 0 var(--sp-padding);
    justify-content: space-between;
  }
  .wordmark {
    font-size: 17px;
    letter-spacing: .11em;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .desktop-nav, .desktop-only { display: none; }
  .only-mobile { display: block; }
  .search-block { padding: 13px var(--sp-padding) 20px; }
  .search-box input {
    height: 45px;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 46px;
  }
  .search-box span { right: 14px; top: 11px; }
  section { padding: 0 var(--sp-padding) 28px; }
  .side-panel {
    padding: 58px 24px 24px;
  }
  .side-menu {
    top: var(--header-height);
  }
  .side-panel {
    height: 100%;
  }
  .side-panel a {
    gap: 18px;
    height: 58px;
    font-size: 22px;
  }
  .side-panel .mi {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
  }
  h2 { font-size: 13px; }
  .section-title-row { margin-bottom: 12px; }
  .section-title-row a { font-size: 10px; }
  .profile-strip {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 1px 1px 8px;
    scrollbar-width: none;
  }
  .profile-strip::-webkit-scrollbar, .article-tags::-webkit-scrollbar { display: none; }
  .profile-avatar { flex: 0 0 54px; }
  .profile-avatar span {
    width: 52px;
    height: 52px;
    background-size: cover;
  }
  .profile-avatar b { font-size: 9px; }
  .profile-avatar small { font-size: 8px; }
  .profile-main,
  .profile-list-main {
    width: 100vw;
    max-width: 100vw;
    padding: 22px 18px 46px;
    overflow-x: hidden;
  }
  .profile-back {
    margin-bottom: 18px;
    font-size: 12px;
  }
  .profile-detail-card {
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .profile-visual {
    width: 100%;
    max-width: 100%;
    min-height: 360px;
    border-radius: 6px;
  }
  .profile-visual-copy {
    left: 18px;
    right: 18px;
    bottom: 20px;
  }
  .profile-visual-copy h1 {
    font-size: 31px;
  }
  .profile-detail-body {
    width: 100%;
    max-width: 100%;
    padding: 20px 16px;
    border-radius: 6px;
  }
  .profile-detail-body h2 {
    font-size: 22px;
  }
  .profile-lead,
  .profile-summary {
    font-size: 13px;
  }
  .profile-info-grid {
    grid-template-columns: 1fr;
  }
  .profile-info-grid div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .profile-info-grid div:last-child {
    border-bottom: 0;
  }
  .profile-actions {
    grid-template-columns: 1fr;
  }
  .profile-rich-card {
    grid-template-columns: 1fr;
  }
  .profile-section h3 {
    font-size: 18px;
  }
  .profile-info-wide {
    grid-template-columns: 1fr;
  }
  .profile-info-wide div:nth-child(n),
  .profile-info-wide div:nth-last-child(-n + 4) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .profile-info-wide div:last-child {
    border-bottom: 0;
  }
  .profile-process.process-timeline,
  .profile-metrics.article-metric-grid {
    grid-template-columns: 1fr;
  }
  .profile-list-head {
    display: block;
  }
  .profile-list-head h1 {
    font-size: 28px;
  }
  .profile-list-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .profile-list-card {
    min-height: 210px;
    padding: 14px;
  }
  .profile-list-card b {
    font-size: 17px;
  }
  .profile-list-card small {
    font-size: 10px;
  }
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .story-card {
    min-height: 0;
  }
  .story-card-link { gap: 10px; }
  .story-card-image {
    aspect-ratio: 4 / 3;
    border-radius: 3px;
  }
  .story-card-copy {
    min-height: 123px;
  }
  .story-card .chip {
    top: 7px;
    left: 7px;
    font-size: 9px;
    padding: 3px 6px;
  }
  .favorite-button {
    top: 7px;
    right: 7px;
    width: 32px;
    height: 32px;
  }
  .story-card-category { font-size: 9px; }
  .story-card strong { font-size: 14px; line-height: 1.45; margin-top: 7px; }
  .story-card small { font-size: 9px; margin-top: 5px; }
  .story-card time { font-size: 9px; padding-top: 8px; }
  .tag-list { gap: 7px; }
  .tag-list a {
    min-height: 28px;
    padding: 0 10px;
    font-size: 10px;
  }
  .latest-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .latest-card {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 12px;
    min-height: 90px;
    padding: 0 32px 14px 0;
  }
  .latest-thumb {
    width: 88px;
    height: 72px;
  }
  .latest-card-body p { font-size: 9px; margin-bottom: 3px; }
  .latest-card-body a { font-size: 12px; line-height: 1.45; }
  .latest-card-body small,
  .latest-card-body span { font-size: 9px; line-height: 1.55; }
  .latest-favorite {
    top: 9px;
    right: 8px;
    width: 32px;
    height: 32px;
  }
  .interview-pagination {
    gap: 5px;
    margin-top: 38px;
  }
  .pagination-arrow,
  .pagination-page {
    width: 42px;
    height: 42px;
    font-size: 13px;
  }
  .pagination-ellipsis {
    width: 22px;
    font-size: 12px;
  }
  .search-page {
    padding: 28px var(--sp-padding) 52px;
  }
  .search-hero {
    padding-bottom: 22px;
  }
  .search-hero h1 {
    font-size: 31px;
  }
  .search-layout {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 22px;
  }
  .search-filter {
    position: static;
    padding: 16px;
  }
  .search-results-head {
    align-items: stretch;
    display: grid;
  }
  .search-result-card {
    grid-template-columns: 88px minmax(0, 1fr);
    min-height: 90px;
  }
  .search-result-card .latest-thumb {
    width: 88px;
    height: 72px;
  }
  .form-grid,
  .entry-flow {
    grid-template-columns: 1fr;
  }
  .entry-chip-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .entry-lead {
    margin-bottom: 34px;
    font-size: 14px !important;
  }
  .entry-page .entry-panel {
    margin-top: 36px;
    padding-top: 24px;
  }
  .entry-page .entry-panel h2 {
    font-size: 20px;
  }
  .entry-form {
    margin-top: 42px;
    padding-top: 28px;
  }
  .about-lead p {
    font-size: 14px;
  }
  .company-info-list {
    grid-template-columns: 1fr;
  }
  .company-info-list dt {
    padding-bottom: 4px;
    border-bottom: 0;
  }
  .company-info-list dd {
    padding-top: 0;
  }
  .about-message blockquote {
    padding: 18px;
    font-size: 15px;
  }
  .entry-flow li {
    min-height: auto;
  }
  .site-footer {
    margin-top: 34px;
    margin-bottom: 67px;
  }
  .site-footer-inner {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 26px;
    padding: 34px var(--sp-padding) 36px;
  }
  .site-footer-brand b {
    font-size: 22px;
  }
  .site-footer-social {
    gap: 0;
    justify-content: space-between;
    max-width: 290px;
  }
  .site-footer-copyright {
    margin-top: 2px;
  }
  .news-filters {
    margin-top: 28px;
    gap: 7px;
  }
  .news-filters button {
    min-height: 34px;
    padding: 0 12px;
    font-size: 11px;
  }
  .news-list {
    margin-top: 22px;
  }
  .news-card {
    padding: 23px 0;
  }
  .news-card h2 {
    font-size: 18px;
  }
  .about-nanimono-page {
    padding: 0 var(--sp-padding) 54px;
  }
  .media-manifesto-hero {
    padding-top: 42px;
    padding-bottom: 46px;
  }
  .media-manifesto-hero h1 {
    margin: 16px 0 21px;
    font-size: 39px;
    line-height: 1.2;
  }
  .manifesto-lead {
    font-size: 17px;
    line-height: 1.85;
  }
  .manifesto-hero-copy {
    margin-top: 23px;
  }
  .manifesto-sub {
    margin-top: 21px;
    padding-top: 18px;
    font-size: 13px;
  }
  .manifesto-index {
    margin-top: 36px;
    padding-top: 18px;
  }
  .manifesto-index b {
    font-size: 19px;
  }
  .manifesto-section {
    margin-top: 44px;
  }
  .manifesto-section + .manifesto-section {
    padding-top: 43px;
  }
  .manifesto-section h2,
  .manifesto-final h2 {
    margin-bottom: 22px;
    font-size: 27px;
  }
  .manifesto-concept,
  .manifesto-two-column,
  .manifesto-story-grid,
  .manifesto-feature-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .manifesto-values {
    padding: 38px 20px 40px !important;
  }
  .manifesto-values h2 {
    margin-bottom: 30px;
  }
  .manifesto-value-grid {
    grid-template-columns: 1fr;
  }
  .manifesto-value-grid article,
  .manifesto-value-grid article:first-child,
  .manifesto-value-grid article:last-child {
    min-height: 0;
    padding: 24px 0 27px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .manifesto-value-grid article:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .manifesto-value-grid h3 {
    min-height: 0;
    margin: 20px 0 12px;
    font-size: 21px;
  }
  .manifesto-value-grid p {
    margin-bottom: 19px;
  }
  .manifesto-value-grid blockquote {
    margin-top: 4px;
    font-size: 18px;
  }
  .manifesto-value-button {
    width: 100%;
    margin-top: 25px;
  }
  .manifesto-copy {
    gap: 13px;
  }
  .manifesto-copy p {
    font-size: 14px;
    line-height: 1.9;
  }
  .manifesto-section-lead {
    margin: -8px 0 25px;
    font-size: 14px;
    line-height: 1.9;
  }
  .manifesto-story-grid article {
    min-height: 0;
    padding: 24px 20px;
  }
  .manifesto-story-grid h3 {
    margin: 18px 0 10px;
    font-size: 20px;
  }
  .manifesto-feature-grid article,
  .manifesto-feature-grid article:nth-child(3n + 1) {
    min-height: 0;
    padding: 22px 19px;
    border-left: 1px solid var(--line);
  }
  .manifesto-feature-grid h3 {
    margin: 18px 0 10px;
    font-size: 18px;
  }
  .manifesto-proof-grid,
  .manifesto-steps {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }
  .manifesto-proof-grid span,
  .manifesto-steps li {
    min-height: 82px;
  }
  .manifesto-editorial {
    display: block;
  }
  .manifesto-editorial .manifesto-copy {
    margin-top: 24px;
  }
  .manifesto-small-heading {
    font-size: 15px;
  }
  .manifesto-note {
    font-size: 14px;
    margin-bottom: 28px;
  }
  .manifesto-final {
    margin-top: 54px;
    padding: 40px 20px;
  }
  .manifesto-final p {
    font-size: 14px;
    margin-bottom: 28px;
  }
  .manifesto-final div {
    display: grid;
  }
  .manifesto-button {
    width: 100%;
  }
  .simple-page {
    min-height: calc(100vh - 64px);
    padding: 28px var(--sp-padding) 52px;
  }
  .simple-page h1 {
    font-size: 30px;
  }
  .simple-page > p,
  .empty-state {
    font-size: 13px;
  }
  .simple-form button,
  .simple-cta {
    width: 100%;
  }
  .operation-note {
    width: calc(100% - (var(--sp-padding) * 2));
    max-width: none;
    margin: 0 var(--sp-padding) 28px;
    align-items: flex-start;
    padding: 16px;
    gap: 12px;
    font-size: 13px;
    line-height: 1.7;
  }
  .operation-note span {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }
  .article-page {
    padding: 20px 0 32px;
    background: #f7f7f5;
  }
  .article-hero h1 { font-size: 25px; }
  .metrics, .companies { gap: 5px; }
  .metrics b { font-size: 15px; }
  .article-detail-page {
    padding: 20px var(--sp-padding) 36px;
    background: #f7f7f5;
  }
  .article-detail {
    display: block;
    width: 100%;
  }
  .article-sidebar {
    position: static;
  }
  .article-back {
    margin-bottom: 16px;
    font-size: 12px;
  }
  .article-main-photo {
    min-height: 360px;
    border-radius: 6px;
  }
  .article-main-photo::before {
    left: 18px;
    top: 20px;
    font-size: 16px;
  }
  .article-main-photo figcaption {
    left: 18px;
    right: 18px;
    bottom: 20px;
  }
  .article-main-photo strong {
    font-size: 34px;
  }
  .article-profile-box,
  .article-side-actions {
    padding: 16px;
    border-radius: 6px;
  }
  .article-profile-box dl {
    grid-template-columns: 78px 1fr;
    font-size: 12px;
  }
  .article-content {
    margin-top: 22px;
  }
  .article-kicker {
    font-size: 10px;
  }
  .article-content h1 {
    font-size: 30px;
    line-height: 1.28;
  }
  .article-catch {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.85;
  }
  .article-content .article-tags {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 18px 0;
    padding-bottom: 2px;
  }
  .article-content .article-tags span {
    min-height: 28px;
    white-space: nowrap;
    font-size: 10px;
    padding: 0 10px;
  }
  .article-content .article-tags a {
    min-height: 28px;
    white-space: nowrap;
    font-size: 10px;
    padding: 0 10px;
  }
  .article-profile-panel {
    margin-bottom: 18px;
    padding: 16px;
    border-radius: 6px;
  }
  .article-profile-panel > div {
    display: block;
    margin-bottom: 12px;
  }
  .article-profile-panel h2 {
    margin-top: 6px;
    font-size: 18px;
  }
  .article-profile-panel dl {
    grid-template-columns: 1fr;
  }
  .article-profile-panel dt {
    padding: 12px 0 3px;
    border-bottom: 0;
  }
  .article-profile-panel dd {
    padding: 0 0 12px;
    border-bottom: 1px solid var(--line);
  }
  .article-summary-grid,
  .article-desktop-sections {
    display: none;
  }
  .article-mobile-accordions {
    display: block;
  }
  .article-accordion {
    border: 1px solid var(--line);
    border-radius: 6px;
    margin-bottom: 8px;
    background: #fff;
  }
  .article-accordion summary {
    min-height: 56px;
    padding: 10px 12px;
    gap: 8px;
    font-size: 12px;
  }
  .article-accordion summary::after {
    content: ">";
    margin-left: auto;
    font-size: 17px;
    line-height: 1;
  }
  .article-accordion[open] summary::after {
    content: "∨";
  }
  .article-accordion summary span {
    color: #555;
    font-size: 10px;
  }
  .article-accordion dl,
  .article-accordion p,
  .article-accordion blockquote {
    margin: 0;
    padding: 0 14px 14px;
    font-size: 12px;
    line-height: 1.75;
  }
  .article-accordion blockquote {
    margin: 0 14px 14px;
    padding: 14px 16px;
    border-left: 3px solid #111;
    font-size: 13px;
  }
  .article-accordion .article-metric-grid,
  .article-accordion .company-logo-grid,
  .article-accordion .company-name-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    padding: 0 14px 14px;
  }
  .article-accordion .article-metric-grid div,
  .article-accordion .company-logo-grid div,
  .article-accordion .company-name-grid div {
    min-height: 82px;
    padding: 12px 8px;
  }
  .article-accordion .article-metric-grid b {
    font-size: 17px;
  }
  .article-accordion .company-logo-grid b,
  .article-accordion .company-name-grid b {
    font-size: 12px;
  }
  .article-cta-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-top: 10px;
  }
  .article-primary-cta,
  .article-secondary-cta {
    min-height: 48px;
    font-size: 13px;
  }
  .bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    height: 67px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    background: #fff;
    border-top: 1px solid var(--line);
  }
  .bottom-nav a {
    display: grid;
    justify-items: center;
    gap: 3px;
    font-size: 9px;
    font-weight: 800;
  }
  .bottom-nav .mi {
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
  }
  .bottom-nav .active {
    font-weight: 900;
  }
}

@media (max-width: 390px) {
  .story-card strong { font-size: 13px; }
  .article-hero h1 { font-size: 22px; }
  .profile-list-grid { grid-template-columns: 1fr; }
  .profile-visual { min-height: 320px; }
  .profile-visual-copy h1 { font-size: 28px; }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .companies { grid-template-columns: repeat(2, 1fr); }
}
