.jings-category {
  --category-blue: #155ba7;
  --category-copy: #44586c;
  --category-ink: #0d2744;
  --category-line: #cbd5de;
  --category-paper: #fff;
  --category-wash: #f1f4f6;
  background: var(--category-paper);
  color: var(--category-ink);
  font-family: var(--font-noto-sans-jp), "Noto Sans JP", sans-serif;
  overflow: clip;
}

.jings-category-shell {
  margin: 0 auto;
  max-width: 1220px;
  width: calc(100% - 80px);
}

.jings-category-hero {
  background: var(--category-paper);
  border-bottom: 1px solid var(--category-line);
  padding: 160px 0 110px;
}

.jings-category-hero__layout {
  align-items: center;
  display: grid;
  gap: 7%;
  grid-template-columns: minmax(360px, .84fr) minmax(0, 1.16fr);
}

.jings-category-label,
.jings-category-sectionLabel {
  align-items: center;
  color: var(--category-blue);
  display: flex;
  font-size: .7rem;
  font-weight: 500;
  gap: 16px;
  letter-spacing: .1em;
  margin: 0;
}

.jings-category-label::before,
.jings-category-sectionLabel::before {
  background: currentColor;
  content: "";
  height: 1px;
  width: 34px;
}

.jings-category-hero h1 {
  color: var(--category-ink);
  font-size: clamp(2.4rem, 4.5vw, 4.8rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.38;
  margin: 34px 0 0;
}

.jings-category-hero h1 span {
  display: block;
  white-space: nowrap;
}

.jings-category-hero__copy > p:last-child {
  color: var(--category-copy);
  font-size: .95rem;
  line-height: 2.1;
  margin: 38px 0 0;
  max-width: 37em;
}

.jings-category-hero__image {
  aspect-ratio: 16 / 11;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.jings-category-hero__image::after {
  border: 1px solid rgba(255, 255, 255, .55);
  content: "";
  inset: 18px;
  pointer-events: none;
  position: absolute;
}

.jings-category-hero__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.jings-category--products .jings-category-hero__image {
  background: #eef3f5;
}

.jings-category--products .jings-category-hero__image img {
  object-fit: contain;
}

.jings-category-nav {
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--category-line);
  position: sticky;
  top: 0;
  z-index: 10;
}

.jings-category-nav .jings-category-shell {
  display: flex;
  justify-content: flex-end;
}

.jings-category-nav a {
  border-left: 1px solid var(--category-line);
  color: var(--category-ink);
  font-size: .72rem;
  padding: 19px 28px;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease;
}

.jings-category-nav a:last-child {
  border-right: 1px solid var(--category-line);
}

.jings-category-nav a:hover,
.jings-category-nav a:focus-visible {
  background: var(--category-ink);
  color: #fff;
}

.jings-category-role {
  background: var(--category-paper);
  padding: 150px 0;
}

.jings-category-role__layout {
  display: grid;
  gap: 8%;
  grid-template-columns: minmax(180px, .42fr) minmax(0, 1.58fr);
}

.jings-category-role h2,
.jings-category-sectionHead h2 {
  color: var(--category-ink);
  font-size: clamp(2.15rem, 3.8vw, 4.1rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.48;
  margin: 0;
}

.jings-category-role__layout > div > p {
  color: var(--category-copy);
  font-size: .95rem;
  line-height: 2.2;
  margin: 42px 0 0;
  max-width: 47em;
}

.jings-category-process {
  background: var(--category-wash);
  padding: 140px 0 150px;
}

.jings-category-sectionHead {
  display: grid;
  gap: 8%;
  grid-template-columns: minmax(180px, .42fr) minmax(0, 1.58fr);
}

.jings-category-process ol {
  list-style: none;
  margin: 84px 0 0 calc(21% + 2px);
  padding: 0;
}

.jings-category-process li {
  align-items: start;
  border-top: 1px solid var(--category-line);
  display: grid;
  gap: 4%;
  grid-template-columns: 54px minmax(210px, .7fr) minmax(0, 1.3fr);
  padding: 38px 0 42px;
}

.jings-category-process li:last-child {
  border-bottom: 1px solid var(--category-line);
}

.jings-category-process li > span {
  color: var(--category-blue);
  font-size: .7rem;
  padding-top: 6px;
}

.jings-category-process h3 {
  color: var(--category-ink);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 500;
  line-height: 1.65;
  margin: 0;
}

.jings-category-process li > p {
  color: var(--category-copy);
  font-size: .88rem;
  line-height: 2;
  margin: 3px 0 0;
}

.jings-category-scope {
  background: var(--category-ink);
  color: #fff;
  padding: 140px 0 155px;
}

.jings-category-sectionHead--light h2,
.jings-category-sectionHead--light .jings-category-sectionLabel {
  color: #fff;
}

.jings-category-sectionHead--light .jings-category-sectionLabel {
  opacity: .75;
}

.jings-category-scope__list {
  margin: 80px 0 0 calc(21% + 2px);
}

.jings-category-scope__list > div {
  border-top: 1px solid rgba(255, 255, 255, .25);
  display: grid;
  gap: 5%;
  grid-template-columns: minmax(180px, .6fr) minmax(0, 1.4fr);
  padding: 34px 0 38px;
}

.jings-category-scope__list > div:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.jings-category-scope dt {
  font-size: 1.15rem;
  font-weight: 500;
}

.jings-category-scope dd {
  color: rgba(255, 255, 255, .75);
  font-size: .88rem;
  line-height: 1.9;
  margin: 0;
}

.jings-category-products {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 80px;
}

.jings-category-product {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .3);
  color: var(--category-ink);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: border-color .25s ease, background-color .25s ease;
}

.jings-category-product figure {
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
}

.jings-category-product figure img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
  width: 100%;
}

.jings-category-product > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 220px;
  padding: 30px 28px 26px;
}

.jings-category-product p {
  color: var(--category-blue);
  font-size: .72rem;
  margin: 0 0 12px;
}

.jings-category-product h3 {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 500;
  margin: 0;
}

.jings-category-product > div > span {
  align-items: center;
  border-top: 1px solid var(--category-line);
  display: flex;
  font-size: .76rem;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 20px;
}

.jings-category-product b {
  font-size: 1rem;
  font-weight: 400;
  transition: transform .25s ease;
}

.jings-category-product:hover,
.jings-category-product:focus-visible {
  background: #f6f8f9;
  border-color: #8ea5b8;
}

.jings-category-product:hover img,
.jings-category-product:focus-visible img {
  transform: scale(1.02);
}

.jings-category-product:hover b,
.jings-category-product:focus-visible b {
  transform: translate3d(5px, 0, 0);
}

.jings-category-product:focus-visible,
.jings-category-nav a:focus-visible,
.jings-category-next a:focus-visible {
  outline: 2px solid #67b7e8;
  outline-offset: 4px;
}

.jings-category-next {
  background: #fff;
  padding: 70px 0 84px;
}

.jings-category-next a {
  align-items: center;
  color: var(--category-ink);
  display: inline-flex;
  flex-direction: row-reverse;
  font-size: .8rem;
  gap: 18px;
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  .jings-category-shell {
    width: calc(100% - 64px);
  }

  .jings-category-hero__layout {
    gap: 5%;
    grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  }

  .jings-category-role__layout,
  .jings-category-sectionHead {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .jings-category-process ol,
  .jings-category-scope__list {
    margin-left: 176px;
  }
}

@media screen and (max-width: 767px) {
  .jings-category-shell {
    width: calc(100% - 40px);
  }

  .jings-category-hero {
    padding: 116px 0 72px;
  }

  .jings-category-hero__layout {
    display: flex;
    flex-direction: column;
    gap: 44px;
  }

  .jings-category-label,
  .jings-category-sectionLabel {
    font-size: .64rem;
  }

  .jings-category-hero h1 {
    font-size: clamp(2rem, 10vw, 2.85rem);
    line-height: 1.5;
    margin-top: 24px;
  }

  .jings-category--products .jings-category-hero h1 {
    font-size: clamp(1.78rem, 8.8vw, 2.4rem);
  }

  .jings-category-hero__copy > p:last-child {
    font-size: .84rem;
    line-height: 2;
    margin-top: 26px;
  }

  .jings-category-hero__image {
    aspect-ratio: 4 / 3;
    width: 100%;
  }

  .jings-category--products .jings-category-hero__image {
    aspect-ratio: 16 / 11;
  }

  .jings-category-hero__image::after {
    inset: 12px;
  }

  .jings-category-nav {
    overflow-x: auto;
    position: relative;
    scrollbar-width: none;
  }

  .jings-category-nav::-webkit-scrollbar {
    display: none;
  }

  .jings-category-nav .jings-category-shell {
    justify-content: flex-start;
    width: max-content;
  }

  .jings-category-nav a {
    padding: 16px 20px;
    white-space: nowrap;
  }

  .jings-category-role,
  .jings-category-process,
  .jings-category-scope {
    padding: 88px 0 96px;
  }

  .jings-category-role__layout,
  .jings-category-sectionHead {
    display: block;
  }

  .jings-category-role__layout > .jings-category-sectionLabel,
  .jings-category-sectionHead > .jings-category-sectionLabel {
    margin-bottom: 26px;
  }

  .jings-category-role h2,
  .jings-category-sectionHead h2 {
    font-size: clamp(1.8rem, 8vw, 2.35rem);
    line-height: 1.58;
  }

  .jings-category-role__layout > div > p {
    font-size: .84rem;
    line-height: 2;
    margin-top: 28px;
  }

  .jings-category-process ol,
  .jings-category-scope__list {
    margin: 52px 0 0;
  }

  .jings-category-process li {
    gap: 12px 14px;
    grid-template-columns: 28px minmax(0, 1fr);
    padding: 28px 0 32px;
  }

  .jings-category-process li > p {
    grid-column: 2;
  }

  .jings-category-process h3 {
    font-size: 1.25rem;
  }

  .jings-category-scope__list > div {
    display: block;
    padding: 27px 0 30px;
  }

  .jings-category-scope dd {
    font-size: .82rem;
    margin-top: 12px;
  }

  .jings-category-products {
    gap: 18px;
    grid-template-columns: 1fr;
    margin-top: 52px;
  }

  .jings-category-product > div {
    min-height: 188px;
    padding: 24px 22px 21px;
  }

  .jings-category-next {
    padding: 52px 0 60px;
  }
}

@media screen and (max-width: 350px) {
  .jings-category-shell {
    width: calc(100% - 32px);
  }

  .jings-category-hero h1 {
    font-size: 1.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jings-category-product,
  .jings-category-product img,
  .jings-category-product b,
  .jings-category-nav a {
    transition: none;
  }
}
