:root {
  --knw-navy: #132a4c;
  --knw-navy2: #1c3b66;
  --knw-navy-light: #eef3f9;
  --knw-red: #c8102e;
  --knw-red-dark: #9c0b23;
  --knw-red-tint: #fdeef0;
  --knw-red-tint-border: #f3b6bf;
  --knw-gold: #8a6d1f;
  --knw-gold-bg: #f4e6b8;
  --knw-gray: #f6f7f9;
  --knw-border: #e1e5ea;
  --knw-text: #28313d;
  --knw-muted: #5b6673;
  --knw-max: 1040px;
  --knw-library-max: 1200px;
}

.knw {
  box-sizing: border-box;
  color: var(--knw-text);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", -apple-system, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  background: #fff;
}

.knw *,
.knw *::before,
.knw *::after {
  box-sizing: border-box;
}

.knw-wrap {
  max-width: var(--knw-max);
  margin: 0 auto;
  padding: 0 24px;
}

.knw a {
  text-decoration: none;
}

.knw img {
  display: block;
  max-width: 100%;
  height: auto;
}

.knw-section {
  padding: 46px 0;
}



.knw-section-title {
  margin: 0 0 28px;
  font-size: 22px;
  font-weight: 800;
  color: var(--knw-navy);
  text-align: center;
}

.knw-section-lead {
  margin: -16px 0 32px;
  font-size: 14px;
  color: var(--knw-muted);
  text-align: center;
}


.knw-hero {
  position: relative;
  background: center/cover no-repeat;
}

.knw.knw-library {
  margin: 0;
  padding: 0;
}

.knw-hero--library {
  position: relative;
  overflow: hidden;
  color: var(--knw-navy);
}

.knw-hero--library .knw-hero__media {
  position: relative;
  display: block;
  width: 100%;
  line-height: 0;
}

.knw-hero--library .knw-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  object-position: right center;
}

@media (min-width: 901px) {
  .knw-hero--library .knw-hero__media {
    aspect-ratio: 5 / 2;
    overflow: hidden;
  }

  .knw-hero--library .knw-hero__media img {
    height: 100%;
    object-fit: cover;
  }
}

.knw-hero--library .knw-hero__inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 0;
  padding: 48px 24px;
  text-align: left;
}

.knw-hero--library .knw-hero__text {
  width: 100%;
  max-width: 560px;
}

.knw-hero--library .knw-hero__title {
  margin: 0 0 24px;
  color: var(--knw-navy);
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS Mincho E", serif;
  font-size: clamp(30px, 2.6vw, 42px);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.04em;
}

.knw-hero--library .knw-hero__lead {
  margin: 0 0 44px;
  max-width: 500px;
  color: var(--knw-navy);
  font-size: 14px;
  line-height: 2;
  opacity: 1;
}

.knw-hero--library .knw-hero__slogan {
  margin: 0;
  color: var(--knw-navy);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", -apple-system, "Segoe UI", sans-serif;
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.knw-hero__title {
  margin: 0 0 20px;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  line-height: 1.45;
}

.knw-hero__lead {
  margin: 0 0 24px;
  max-width: 640px;
  font-size: 15px;
  line-height: 1.9;
  opacity: 0.95;
}

.knw-hero__slogan {
  margin: 0;
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 800;
  letter-spacing: 0.02em;
}

.knw-hero--lp {
  padding: 0;
  background: #fff;
  color: var(--knw-text);
}

.knw-hero__stage {
  position: relative;
  overflow: hidden;
}

.knw-hero--lp .knw-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.knw-hero--lp .knw-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  box-shadow: none;
  object-fit: cover;
  object-position: center right;
}

.knw-hero__stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.97) 0%,
    rgba(255, 255, 255, 0.9) 42%,
    rgba(255, 255, 255, 0.45) 62%,
    rgba(255, 255, 255, 0) 78%
  );
  pointer-events: none;
}

.knw-hero--lp .knw-hero__inner {
  position: relative;
  z-index: 2;
  min-height: clamp(360px, 42vw, 460px);
  padding: 40px 24px 36px;
  display: flex;
  align-items: center;
}

.knw-hero--lp .knw-hero__inner {
  align-items: flex-start;
}

.knw-hero__badge-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  pointer-events: none;
}

.knw-hero__badge-tr {
  position: absolute;
  top: 0;
  right: 24px;
  line-height: 0;
}

.knw-badge--price {
  position: relative;
  display: block;
  width: 280px;
}

.knw-badge--price-media {
  display: block;
  width: 100%;
  line-height: 0;
}

.knw-badge--price-img {
  display: block;
  width: 100%;
  height: auto;
}

.knw-badge--price-slot {
  position: absolute;
  top: 11%;
  left: 47%;
  width: 52%;
  height: 78%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 3% 0 1%;
  overflow: hidden;
  pointer-events: none;
}

.knw-badge--price-label {
  width: 100%;
  color: #111;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.06em;
  text-align: center;
}

.knw-badge--price-line {
  display: block;
  width: 100%;
  white-space: nowrap;
}

.knw-hero__text {
  position: relative;
  z-index: 2;
  max-width: min(540px, 100%);
  padding-top: 8px;
}

.knw-checklist-wrap {
  padding-bottom: 8px;
}

.knw-checklist-wrap .knw-checklist-bar {
  margin-top: 0;
}

.knw-tag-pill {
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 12px;
  border-radius: 3px;
  background: var(--knw-navy);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.knw-hero__pain {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
  color: var(--knw-navy2);
}

.knw-hero__headline {
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 34px);
  font-weight: 800;
  line-height: 1.4;
  color: #1a1a1a;
}

.knw-hero__headline .accent {
  color: var(--knw-red);
  font-size: 1.15em;
}

.knw-hero__subhead {
  margin: 6px 0;
  padding-left: 12px;
  border-left: 6px solid var(--knw-navy);
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 800;
  color: var(--knw-navy);
}

.knw-hero__tagline {
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 700;
  color: var(--knw-red-dark);
}

.knw-hero__tagline .mark {
  padding: 0 4px;
  background: #fde8ea;
}

.knw-hero__desc {
  margin: 0;
  font-size: 14px;
  color: var(--knw-muted);
}

.knw-checklist-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.knw-checklist-bar__item {
  display: flex;
  flex: 1;
  gap: 10px;
  align-items: center;
  min-width: 220px;
  padding: 14px 16px;
  border: 1px solid var(--knw-border);
  border-radius: 6px;
  background: #fff;
}

.knw-checklist-bar__chk {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--knw-gold);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.knw-checklist-bar__chk img {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.knw-checklist-bar__label {
  font-size: 13px;
  font-weight: 700;
  color: var(--knw-navy);
}

.knw-benefits {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(var(--knw-cols, 5), 1fr);
}

.knw-benefit {
  text-align: center;
}

.knw-benefits--card .knw-benefit {
  padding: 22px 14px;
  border: 1px solid var(--knw-border);
  border-radius: 8px;
  background: var(--knw-gray);
}

.knw-benefit__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: var(--knw-navy);
  color: #fff;
}

.knw-benefit__icon img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.knw-benefits--card .knw-benefit__icon {
  width: 56px;
  height: 56px;
}

.knw-benefit__title {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--knw-navy);
}

.knw-benefit__desc {
  margin: 0;
  font-size: 11px;
  color: var(--knw-muted);
}

.knw-preview {
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 28px;
  border: 1px solid var(--knw-border);
  border-radius: 10px;
  background: var(--knw-gray);
}

.knw-preview__main {
  flex: 2;
}

.knw-chapter-tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 3px;
  background: var(--knw-navy);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.knw-preview__main h3 {
  margin: 0 0 10px;
  font-size: 17px;
  color: var(--knw-navy);
}

.knw-preview__main p {
  margin: 0;
  font-size: 13px;
  color: var(--knw-muted);
}

.knw-preview__diagram {
  margin: 16px 0 0;
}

.knw-preview__diagram img {
  display: block;
  width: 100%;
  height: auto;
}

.knw-preview__side {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
}

.knw-preview__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background: var(--knw-navy);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-align: center;
}

.knw-preview__cta span {
  display: block;
}

.knw-cta {
  padding: 46px 0;
  background: var(--knw-navy-light);
}

.knw-cta__card {
  display: flex;
  gap: 32px;
  align-items: center;
  padding: 32px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(20, 40, 70, 0.08);
}

.knw-cta__thumb {
  flex: 0 0 220px;
}


.knw-cta__cover-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}

.knw-cta__cover {
  position: relative;
  aspect-ratio: 3 / 4;
  padding: 14px;
  border-radius: 8px;
  background: linear-gradient(135deg, #1c3b66, #3a6ea5);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
  color: #fff;
}


.knw-cta__tag {
  display: inline-block;
  margin-top: 0;
  padding: 3px 7px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 9px;
}

.knw-cta__title {
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.knw-cta__checks {
  position: absolute;
  right: 14px;
  bottom: 12px;
  left: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #dbe6f4;
  font-size: 9px;
  line-height: 1.6;
}

.knw-cta__checks li {
  display: flex;
  align-items: center;
  gap: 4px;
}

.knw-cta__check-icon {
  display: inline-flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 14px;
}

.knw-cta__check-icon img {
  display: block;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.knw-cta__form {
  flex: 1;
}

.knw-cta__form h2 {
  margin: 0 0 8px;
  font-size: 19px;
  color: var(--knw-navy);
}

.knw-cta__form > p {
  margin: 0 0 18px;
  font-size: 13px;
  color: var(--knw-muted);
}

.knw-cta__form label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
  color: var(--knw-navy);
}

.knw-cta__form em {
  margin-left: 4px;
  color: var(--knw-red);
  font-size: 10px;
  font-style: normal;
}

.knw-cta__form span.opt {
  margin-left: 4px;
  color: var(--knw-muted);
  font-size: 10px;
  font-weight: 400;
}

.knw-cta__form input[type="email"],
.knw-cta__form input[type="tel"],
.knw-cta__form input[type="text"] {
  width: 100%;
  margin-bottom: 16px;
  padding: 12px;
  border: 1px solid var(--knw-border);
  border-radius: 6px;
  font-size: 14px;
}

.knw-cta__submit {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 6px;
  background: var(--knw-navy);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.knw-cta__submit:hover {
  background: var(--knw-navy2);
}

.knw-cta__fine {
  margin: 12px 0 0;
  font-size: 10px;
  color: var(--knw-muted);
}

.knw-cta__fine a {
  color: var(--knw-muted);
  text-decoration: underline;
}

.knw-cta__msg {
  margin: 0 0 16px;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 14px;
}

.knw-cta__msg--ok {
  background: #e8f5f3;
  color: #1e6b5e;
}

.knw-cta__msg--err {
  background: var(--knw-red-tint);
  color: var(--knw-red-dark);
}

.knw-library {
  padding: 40px 0 64px;
}

.knw-library > .knw-wrap {
  max-width: var(--knw-library-max);
}

.knw-library__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.knw-library-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid var(--knw-border);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(19, 42, 76, 0.06);
}

.knw-library-card__head {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.knw-library-card__main {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.knw-library-card__thumb {
  flex: 0 0 38%;
  max-width: 160px;
}

.knw-library-card__thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  object-fit: contain;
}

.knw-library-card__placeholder {
  aspect-ratio: 3 / 4;
  padding: 14px;
  border-radius: 6px;
  background: linear-gradient(135deg, #1c3b66, #3a6ea5);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.knw-library-card__placeholder-tag {
  display: inline-block;
  padding: 3px 7px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 9px;
  line-height: 1.4;
}

.knw-library-card__placeholder-title {
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}


.knw-library-card__info {
  flex: 1;
  min-width: 0;
}

.knw-tag {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 8px;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
}

.knw-tone--navy,
.knw-tag--nursing {
  background: var(--knw-navy);
  color: #fff;
}

.knw-tone--green,
.knw-tag--management {
  background: #3a9b8f;
  color: #fff;
}

.knw-tone--yellow {
  background: #d4a843;
  color: #fff;
}

.knw-tone--blue {
  background: #2f6fad;
  color: #fff;
}

.knw-tone--purple {
  background: #6b4fbb;
  color: #fff;
}

.knw-tone--rose {
  background: #c45c7a;
  color: #fff;
}

.knw-tag--target {
  background: var(--knw-navy-light);
  color: var(--knw-navy);
}

.knw-library-card__title {
  margin: 0 0 4px;
  font-size: 17px;
  font-weight: 800;
  color: var(--knw-navy);
  line-height: 1.45;
}

.knw-library-card__subtitle {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  color: var(--knw-navy2);
}

.knw-library-card__desc {
  margin: 0;
  font-size: 12px;
  color: var(--knw-muted);
  line-height: 1.7;
}

.knw-library-card__checks {
  margin: 0;
  padding: 0;
  list-style: none;
}

.knw-library-card__checks li {
  position: relative;
  padding-left: 24px;
  font-size: 12px;
  font-weight: 600;
  color: var(--knw-navy);
}

.knw-library-card__checks li + li {
  margin-top: 8px;
}

.knw-library-card__checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--knw-gold);
  color: #fff;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
}

.knw-library-card__cta {
  display: block;
  margin-top: auto;
  padding: 14px;
  border-radius: 6px;
  background: var(--knw-navy);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.knw-library-card__cta:hover {
  background: var(--knw-navy2);
  color: #fff;
}

.knw-announce {
  padding: 24px 0 56px;
}

.knw-announce__box {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 28px 32px;
  border: none;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(19, 42, 76, 0.08);
}

.knw-announce__icon {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--knw-gray);
  color: #e8a317;
}

.knw-announce__icon svg {
  display: block;
}

.knw-announce__body {
  flex: 1;
  min-width: 0;
}

.knw-announce__title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.6;
  color: var(--knw-navy);
}

.knw-announce__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--knw-navy);
}

body.knw-list-page #bread_crumb {
  margin: 0;
}

body.knw-list-page #container > main.knw-library {
  margin-top: 0;
}

body.knw-list-page #header {
  background: #fff;
}

body.knw-list-page #header::after {
  display: none;
}

@media (max-width: 900px) {
  .knw-hero--library .knw-hero__inner {
    position: absolute;
    inset: 0;
    align-items: center;
    padding: 16px 16px 12px;
  }

  .knw-hero--library .knw-hero__text {
    max-width: none;
  }

  .knw-hero--library .knw-hero__title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }

  .knw-hero--library .knw-hero__lead {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 1.6;
  }

  .knw-hero--library .knw-hero__slogan {
    font-size: 14px;
    line-height: 1.25;
  }

  .knw-hero--lp .knw-hero__stage {
    min-height: auto;
  }

  .knw-hero--lp .knw-hero__stage::before {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.97) 0%,
      rgba(255, 255, 255, 0.9) 48%,
      rgba(255, 255, 255, 0.4) 68%,
      rgba(255, 255, 255, 0) 85%
    );
  }

  .knw-hero--lp .knw-hero__inner {
    min-height: auto;
    padding: 28px 20px 24px;
    align-items: flex-start;
  }

  .knw-hero__inner {
    min-height: auto;
    padding: 56px 24px 40px;
    align-items: flex-start;
  }

  .knw-hero--lp .knw-hero__text {
    max-width: min(540px, 100%);
    padding-top: 24px;
  }

  .knw-hero--lp .knw-hero__media img {
    object-position: center right;
  }

  .knw-hero__badge-tr {
    top: 0;
    right: 16px;
  }

  .knw-badge--price {
    width: 168px;
  }

  .knw-badge--price-slot {
    top: 3%;
    bottom: 18%;
    left: 44%;
    width: 55%;
    height: auto;
    padding: 0 2% 0 0;
  }

  .knw-tag {
    padding: 2px 6px;
    font-size: 8px;
  }

  .knw-tag-pill {
    padding: 3px 7px;
    font-size: 9px;
  }

  .knw-badge--price-label {
    font-size: 6px;
    line-height: 1.1;
    letter-spacing: -0.07em;
  }

  .knw-checklist-wrap .knw-checklist-bar {
    margin-top: 0;
  }

  .knw-benefits {
    grid-template-columns: repeat(min(var(--knw-cols, 5), 2), 1fr);
  }

  .knw-preview {
    flex-direction: column;
  }

  .knw-cta__card {
    flex-direction: column;
  }

  .knw-cta__thumb {
    flex: 0 0 auto;
    width: 160px;
  }

  .knw-library__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .knw-library-card__main {
    flex-direction: column;
  }

  .knw-library-card__thumb {
    flex: none;
    max-width: none;
    width: 100%;
  }

  .knw-announce__box {
    flex-direction: row;
    gap: 16px;
    padding: 24px 20px;
  }

  .knw-announce__icon {
    width: 48px;
    height: 48px;
  }

  .knw-announce__icon svg {
    width: 24px;
    height: 24px;
  }

  .knw-announce__title {
    font-size: 15px;
  }

  .knw-announce__desc {
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .knw-benefits {
    grid-template-columns: 1fr;
  }

  .knw-hero--library .knw-hero__inner {
    padding: 12px 14px 10px;
  }

  .knw-hero--library .knw-hero__title {
    margin-bottom: 6px;
    font-size: 16px;
  }

  .knw-hero--library .knw-hero__lead {
    margin-bottom: 8px;
    font-size: 10px;
    line-height: 1.55;
  }

  .knw-hero--library .knw-hero__slogan {
    font-size: 12px;
  }
}
