/* STORK19の既存表現を基準にした、言語化経営メディア用の最小限の追加スタイル */
.gk-home-intro {
  padding: 52px 24px 46px;
  background: #fff;
  border-top: 1px solid #e8edf1;
  border-bottom: 1px solid #e8edf1;
}

.gk-home-intro__inner {
  width: min(100%, 980px);
  margin: 0 auto;
}

.gk-home-intro h2 {
  margin: 0 0 14px;
  color: #1f4e78;
  font-size: clamp(1.35rem, 2.5vw, 1.8rem);
  line-height: 1.55;
  text-align: center;
}

.gk-home-intro__inner > p {
  max-width: 760px;
  margin: 0 auto 28px;
  color: #3e4b55;
  line-height: 2;
  text-align: center;
}

.gk-topic-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #d8e0e7;
  border-left: 1px solid #d8e0e7;
}

.gk-topic-links a {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  color: #1f4e78;
  background: #fff;
  border-right: 1px solid #d8e0e7;
  border-bottom: 1px solid #d8e0e7;
  font-weight: 700;
  line-height: 1.55;
  text-decoration: none;
  transition: background-color .2s ease;
}

.gk-topic-links a:hover,
.gk-topic-links a:focus-visible {
  color: #1f4e78;
  background: #f6f8fa;
}

.gk-article-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 14px;
  margin: 28px 0 18px;
  padding: 20px;
  background: #fff;
  border: 1px solid #dce3e8;
}

.gk-article-filters label {
  min-width: 210px;
  flex: 1 1 240px;
  margin: 0;
}

.gk-article-filters label span {
  display: block;
  margin-bottom: 7px;
  color: #394752;
  font-size: .82rem;
  font-weight: 700;
}

.gk-article-filters select {
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0 34px 0 12px;
  background-color: #fff;
  border: 1px solid #bfcbd4;
  border-radius: 0;
}

.gk-article-filters button {
  min-height: 44px;
  margin: 0;
  padding: 10px 24px;
  color: #fff;
  background: #1f4e78;
  border: 1px solid #1f4e78;
  border-radius: 0;
  font-weight: 700;
}

.gk-filter-reset {
  min-height: 44px;
  padding: 11px 6px;
  color: #53636f;
  font-size: .86rem;
}

.gk-result-count {
  margin: 0 0 16px;
  color: #5a6770;
  font-size: .86rem;
}

.gk-article-list {
  margin-top: 0;
}

.gk-post-card .post-list__link {
  height: 100%;
}

.gk-card-pillar {
  display: inline-block;
  margin: 0 0 8px;
  color: #1f4e78;
  font-size: .72rem;
  font-weight: 700;
}

.gk-card-excerpt {
  margin: 8px 0 12px;
  color: #53636f;
  font-size: .88rem;
  line-height: 1.75;
}

.gk-empty {
  margin: 24px 0;
  padding: 24px;
  color: #59666f;
  background: #f7f8f8;
  border-left: 3px solid #9aa99c;
}

.gk-pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 30px 0 10px;
  padding: 0;
  list-style: none;
}

.gk-pagination a,
.gk-pagination span {
  display: grid;
  min-width: 40px;
  min-height: 40px;
  place-items: center;
  padding: 6px 10px;
  border: 1px solid #ccd6dd;
  text-decoration: none;
}

.gk-pagination .current {
  color: #fff;
  background: #1f4e78;
  border-color: #1f4e78;
}

.gk-article-classification {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 22px;
}

.gk-classification {
  display: inline-block;
  padding: 5px 10px;
  font-size: .73rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.gk-classification--pillar {
  color: #1f4e78;
  background: #fff;
  border: 1px solid #1f4e78;
}

.gk-classification--process {
  color: #445348;
  background: #eef2ee;
  border: 1px solid #cdd7cf;
}

.gk-process-loop {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 26px 0 16px;
  background: #d8e0dc;
  border: 1px solid #d8e0dc;
}

.gk-process-step {
  position: relative;
  min-height: 178px;
  padding: 24px 20px;
  background: #fff;
}

.gk-process-step__number {
  display: block;
  margin-bottom: 12px;
  color: #a38c4b;
  font-size: .78rem;
  letter-spacing: .08em;
}

.gk-process-step h3 {
  margin: 0 0 9px;
  color: #1f4e78;
  font-size: 1.12rem;
}

.gk-process-step p {
  margin: 0;
  color: #506058;
  font-size: .88rem;
  line-height: 1.75;
}

.gk-process-loop__note {
  color: #59675f;
  font-size: .86rem;
  text-align: center;
}

@media (max-width: 767px) {
  .gk-home-intro {
    padding: 38px 18px 34px;
  }

  .gk-home-intro__inner > p {
    text-align: left;
  }

  .gk-topic-links {
    grid-template-columns: 1fr;
  }

  .gk-topic-links a {
    min-height: 62px;
    padding: 15px 16px;
  }

  .gk-article-filters {
    display: block;
    padding: 16px;
  }

  .gk-article-filters label,
  .gk-article-filters button,
  .gk-filter-reset {
    display: block;
    width: 100%;
    margin-bottom: 14px;
  }

  .gk-process-loop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gk-process-step {
    min-height: 164px;
    padding: 20px 16px;
  }
}

@media (max-width: 420px) {
  .gk-process-loop {
    grid-template-columns: 1fr;
  }
  .gk-process-step {
    min-height: auto;
  }
}

