/* INSIGHTS pages only. Keep every selector under .insights-page or .insight-article-page. */
.insights-page,
.insight-article-page {
  line-break: strict;
  word-break: normal;
  overflow-wrap: anywhere;
  overflow-x: hidden;
}

.insights-page .insights-breadcrumb,
.insight-article-page .insights-breadcrumb {
  padding: 25px 0 0;
  color: var(--muted);
  font-size: .72rem;
  letter-spacing: .12em;
}

.insights-page .insights-breadcrumb ol,
.insight-article-page .insights-breadcrumb ol {
  display: flex;
  max-width: 100%;
  margin: 0;
  padding: 0;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  row-gap: 4px;
}

.insights-page .insights-breadcrumb li,
.insight-article-page .insights-breadcrumb li {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.insights-page .insights-breadcrumb li + li::before,
.insight-article-page .insights-breadcrumb li + li::before {
  margin: 0 12px;
  color: var(--muted);
  content: "/";
}

.insights-page .insights-breadcrumb a,
.insight-article-page .insights-breadcrumb a {
  display: inline-flex;
  min-height: 44px;
  padding-inline: 2px;
  align-items: center;
  color: var(--ink);
  font-weight: 700;
}

.insights-page .insights-breadcrumb a:hover,
.insight-article-page .insights-breadcrumb a:hover {
  opacity: .68;
}

.insights-page .insights-hero {
  position: relative;
  overflow: hidden;
  padding: 94px 0 112px;
  background: var(--white);
}

.insights-page .insights-hero-inner {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  gap: 70px;
  align-items: center;
}

.insights-page .insights-hero-copy {
  min-width: 0;
  max-width: 790px;
}

.insights-page .insights-kicker,
.insight-article-page .insights-kicker {
  color: #6d645b;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .18em;
}

.insights-page .insights-kicker::before,
.insight-article-page .insights-kicker::before {
  display: inline-block;
  width: 34px;
  height: 2px;
  margin-right: 14px;
  background: var(--brand-yellow);
  content: "";
  vertical-align: 3px;
}

.insights-page .insights-hero h1,
.insight-article-page .insight-article-hero h1,
.insights-page .insights-list-heading h2,
.insight-article-page .insight-article-body h2,
.insight-article-page .insight-article-body h3 {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: .025em;
}

.insights-page .insights-hero h1 {
  max-width: 780px;
  margin: 25px 0 28px;
  font-size: clamp(2.25rem, 4.2vw, 3.65rem);
  line-height: 1.35;
  text-wrap: pretty;
}

.insights-page .insights-hero h1 span {
  display: block;
}

.insights-page .insights-hero-copy > p {
  max-width: 730px;
  margin: 0;
  color: #4e4943;
  font-size: .98rem;
  line-height: 2;
  text-wrap: pretty;
}

.insights-page .insights-hero-graphic {
  position: relative;
  width: min(100%, 370px);
  height: 278px;
  margin-inline: auto;
  pointer-events: none;
}

.insights-page .insights-sheet {
  position: absolute;
  width: 245px;
  height: 172px;
  padding: 27px 27px;
  border: 1px solid #d8d2c8;
  background: var(--white);
}

.insights-page .insights-sheet-back {
  top: 4px;
  right: 0;
  width: 218px;
  height: 148px;
}

.insights-page .insights-sheet-middle {
  top: 45px;
  right: 53px;
  width: 232px;
  height: 160px;
}

.insights-page .insights-sheet-front {
  top: 86px;
  right: 106px;
}

.insights-page .insights-sheet i {
  display: block;
  height: 1px;
  margin: 0 0 17px;
  background: #d7d1c7;
}

.insights-page .insights-sheet i:nth-of-type(1) {
  width: 64%;
}

.insights-page .insights-sheet i:nth-of-type(2) {
  width: 86%;
}

.insights-page .insights-sheet i:nth-of-type(3) {
  width: 51%;
}

.insights-page .insights-sheet b {
  display: block;
  width: 80%;
  height: 1px;
  margin: -7px 0 17px 10%;
  background: #ebe7df;
}

.insights-page .insights-sheet b:last-child {
  width: 57%;
}

.insights-page .insights-sheet-dot {
  position: absolute;
  right: 40px;
  bottom: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand-red);
}

.insights-page .insights-list-section {
  padding: 102px 0 116px;
  background: var(--warm);
}

.insights-page .insights-list-heading h2 {
  margin: 0;
  font-size: clamp(1.8rem, 2.65vw, 2.7rem);
  line-height: 1.35;
}

.insights-page .insights-filters-scroll {
  max-width: 100%;
  margin-top: 52px;
  overflow-x: auto;
  padding-top: 2px;
  padding-bottom: 10px;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
}

.insights-page .insights-filters {
  display: flex;
  width: max-content;
  min-width: 100%;
  gap: 8px;
  align-items: stretch;
}

.insights-page .insights-filter {
  min-width: 0;
  min-height: 48px;
  padding: 10px 17px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 255, 255, .38);
  box-shadow: none;
  cursor: pointer;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.45;
  white-space: nowrap;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.insights-page .insights-filter:hover {
  border-color: var(--brand-orange);
  color: var(--ink);
  background: #ffffff;
  border-radius: 8px;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .06);
}

.insights-page .insights-filter.is-active,
.insights-page .insights-filter[aria-pressed="true"] {
  border: 1px solid var(--ink);
  border-radius: 8px;
  color: #ffffff;
  background: var(--ink);
  transform: none;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .05);
}

.insights-page .insights-filter.is-active:hover,
.insights-page .insights-filter[aria-pressed="true"]:hover {
  border: 1px solid var(--ink);
  border-radius: 8px;
  color: #ffffff;
  background: var(--ink);
  transform: none;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .05);
}

.insights-page .insights-filter:focus-visible,
.insights-page .insight-card-read:focus-visible,
.insight-article-page .insight-article-cta .btn:focus-visible {
  outline: 2px solid var(--brand-red);
  outline-offset: 3px;
}

.insights-page .insights-filter-count {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.insights-page .insights-list-grid {
  display: grid;
  margin-top: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 74px;
}

.insights-page .insight-card {
  min-width: 0;
  padding: 36px 0 43px;
  border-top: 1px solid var(--line);
}

.insights-page .insight-card-tags {
  display: flex;
  margin: 0 0 16px;
  padding: 0;
  color: #716a61;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.5;
  list-style: none;
  flex-wrap: wrap;
  gap: 3px 0;
}

.insights-page .insight-card-tags li + li::before {
  margin-inline: 8px;
  color: var(--brand-orange);
  content: "・";
}

.insights-page .insight-card h3 {
  margin: 0;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(1.28rem, 1.7vw, 1.65rem);
  font-weight: 500;
  letter-spacing: .025em;
  line-height: 1.55;
}

.insights-page .insight-card p {
  max-width: 560px;
  margin: 17px 0 0;
  color: #4e4943;
  font-size: .92rem;
  line-height: 1.95;
}

.insights-page .insight-card-read {
  display: inline-flex;
  min-height: 44px;
  margin-top: 17px;
  padding: 8px 0;
  align-items: center;
  border-bottom: 1px solid #9f9a91;
  color: var(--ink);
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.5;
  transition: color .2s ease, border-color .2s ease, transform .2s ease;
}

.insights-page .insight-card-read:hover {
  border-color: var(--brand-red);
  color: var(--brand-red);
  transform: translateY(-2px);
}

.insights-page .insight-card-read-pending {
  border-color: var(--line);
  color: var(--muted);
}

.insights-page .insight-card-read-pending:hover {
  border-color: var(--line);
  color: var(--muted);
  transform: none;
}

.insights-page .insight-card[hidden] {
  display: none;
}

.insights-page .insights-cta,
.insight-article-page .insight-article-cta {
  border-top: 1px solid rgba(120, 105, 80, .08);
  background: var(--warm-strong);
}

.insights-page .insights-cta-inner,
.insight-article-page .insight-article-cta-inner {
  display: flex;
  padding-top: 78px;
  padding-bottom: 90px;
  justify-content: center;
}

.insight-article-page .insight-article-hero {
  padding: 76px 0 84px;
  background: var(--white);
}

.insight-article-page .insight-article-hero h1 {
  max-width: 960px;
  margin: 25px 0 0;
  font-size: clamp(2rem, 3.9vw, 3.35rem);
  line-height: 1.4;
}

.insight-article-page .insight-article-date {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: .78rem;
  letter-spacing: .06em;
}

.insight-article-page .insight-article-tags {
  display: flex;
  margin: 22px 0 0;
  padding: 0;
  color: #716a61;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.5;
  list-style: none;
  flex-wrap: wrap;
}

.insight-article-page .insight-article-tags li + li::before {
  margin-inline: 8px;
  color: var(--brand-orange);
  content: "・";
}

.insight-article-page .insight-article-body {
  max-width: 950px;
  padding-top: 76px;
  padding-bottom: 24px;
}

.insight-article-page .insight-article-body section {
  padding: 52px 0;
  border-top: 1px solid var(--line);
}

.insight-article-page .insight-article-body section:first-child {
  padding-top: 0;
  border-top: 0;
}

.insight-article-page .insight-article-body h2 {
  margin: 0 0 25px;
  font-size: clamp(1.48rem, 2.35vw, 2.05rem);
  line-height: 1.55;
}

.insight-article-page .insight-article-body h3 {
  margin: 34px 0 16px;
  font-size: clamp(1.17rem, 1.65vw, 1.45rem);
  line-height: 1.6;
}

.insight-article-page .insight-article-body h3:first-child {
  margin-top: 0;
}

.insight-article-page .insight-article-body p {
  margin: 0 0 1.2em;
  color: #393530;
  font-size: .97rem;
  line-height: 2;
  text-wrap: pretty;
}

.insight-article-page .insight-article-body p:last-child {
  margin-bottom: 0;
}

.insight-article-page .insight-article-body ul {
  margin: 18px 0 24px;
  padding: 0 0 0 1.45em;
  list-style: none;
}

.insight-article-page .insight-article-body li {
  position: relative;
  margin: 7px 0;
  padding-left: .35em;
  line-height: 1.9;
}

.insight-article-page .insight-article-body li::before {
  position: absolute;
  top: .82em;
  left: -1.1em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--brand-orange);
  content: "";
}

.insight-article-page .insight-table-wrap {
  max-width: 100%;
  margin: 30px 0 28px;
  overflow-x: auto;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  overscroll-behavior-x: contain;
}

.insight-article-page .insight-table-wrap table {
  width: 100%;
  min-width: 660px;
  border-collapse: collapse;
  font-size: .87rem;
  line-height: 1.7;
  text-align: left;
}

.insight-article-page .insight-table-wrap th,
.insight-article-page .insight-table-wrap td {
  padding: 15px 17px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.insight-article-page .insight-table-wrap thead th {
  color: var(--ink);
  background: rgba(252, 250, 242, .75);
  font-weight: 700;
}

.insight-article-page .insight-table-wrap tbody th {
  width: 23%;
  font-weight: 700;
}

.insight-article-page .insight-table-wrap tr:last-child th,
.insight-article-page .insight-table-wrap tr:last-child td {
  border-bottom: 0;
}

.insight-article-page .insight-article-cta-inner {
  gap: 18px;
  flex-wrap: wrap;
}

@media (max-width: 920px) {
  .insights-page .insights-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(270px, 330px);
    gap: 32px;
  }

  .insights-page .insights-hero h1 {
    font-size: clamp(2.1rem, 5.4vw, 3.1rem);
  }
}

@media (max-width: 834px) {
  .insights-page .insights-hero {
    padding: 76px 0 88px;
  }

  .insights-page .insights-hero-inner {
    display: block;
  }

  .insights-page .insights-hero-graphic {
    display: none;
  }

}

@media (max-width: 768px) {
  .insights-page .insights-list-section {
    padding: 78px 0 88px;
  }

  .insights-page .insights-filters-scroll {
    margin-top: 40px;
  }

  .insights-page .insights-list-grid {
    grid-template-columns: 1fr;
  }

  .insights-page .insights-cta-inner,
  .insight-article-page .insight-article-cta-inner {
    padding-top: 62px;
    padding-bottom: 72px;
  }

  .insight-article-page .insight-article-hero {
    padding: 62px 0 68px;
  }

  .insight-article-page .insight-article-body {
    padding-top: 58px;
  }

  .insight-article-page .insight-article-body section {
    padding: 44px 0;
  }

  .insight-article-page .insight-article-body section:first-child {
    padding-top: 0;
  }
}

@media (max-width: 560px) {
  .insights-page .insights-breadcrumb,
  .insight-article-page .insights-breadcrumb {
    padding-top: 19px;
  }

  .insights-page .insights-hero {
    padding: 62px 0 72px;
  }

  .insights-page .insights-hero h1 {
    margin-top: 21px;
    margin-bottom: 24px;
    font-size: clamp(1.95rem, 9.2vw, 2.55rem);
    line-height: 1.5;
  }

  .insights-page .insights-hero-copy > p,
  .insight-article-page .insight-article-body p {
    font-size: .93rem;
  }

  .insights-page .insights-list-section {
    padding: 65px 0 74px;
  }

  .insights-page .insights-filter {
    padding-inline: 14px;
  }

  .insights-page .insight-card {
    padding: 31px 0 37px;
  }

  .insights-page .insight-card h3 {
    font-size: 1.34rem;
  }

  .insight-article-page .insight-article-hero {
    padding: 52px 0 58px;
  }

  .insight-article-page .insight-article-hero h1 {
    margin-top: 21px;
    font-size: clamp(1.8rem, 8.4vw, 2.35rem);
  }

  .insight-article-page .insight-article-body {
    padding-top: 48px;
  }

  .insight-article-page .insight-article-body section {
    padding: 38px 0;
  }

  .insight-article-page .insight-article-body h2 {
    margin-bottom: 21px;
    font-size: 1.45rem;
  }

  .insight-article-page .insight-table-wrap table {
    min-width: 610px;
    font-size: .82rem;
  }

  .insight-article-page .insight-table-wrap th,
  .insight-article-page .insight-table-wrap td {
    padding: 13px 14px;
  }

  .insight-article-page .insight-article-cta-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .insight-article-page .insight-article-cta-inner .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .insights-page .insights-filter,
  .insights-page .insight-card-read,
  .insights-page .btn,
  .insight-article-page .btn {
    transition-duration: 0s;
  }

  .insights-page .insight-card-read:hover {
    transform: none;
  }
}
