/* JINGS top page, below the existing first view. */
:root {
  --jings-home-ink: #10283d;
  --jings-home-text: #354e62;
  --jings-home-muted: #6d7f8c;
  --jings-home-line: #cbd5dc;
  --jings-home-paper: #ffffff;
  --jings-home-wash: #f3f6f7;
  --jings-home-wash-strong: #e8eef1;
  --jings-home-blue: #164f7c;
  --jings-home-dark: #0c263b;
  --jings-home-shell: min(1540px, calc(100vw - 120px));
}

.jings-home-shell {
  margin-inline: auto;
  width: var(--jings-home-shell);
}

#business,
#service,
#cases {
  scroll-margin-top: 116px;
}

.jings-home-kicker {
  align-items: center;
  color: var(--jings-home-blue);
  display: flex;
  font-family: var(--font-noto-sans-jp), sans-serif;
  font-size: .76rem;
  font-weight: 700;
  gap: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 0 34px;
}

.jings-home-kicker::before {
  background: currentColor;
  content: "";
  flex: 0 0 36px;
  height: 1px;
}

.jings-partners__eyebrow,
.top-news ._ttl .all_ttl,
.jings-faq__head .all_ttl,
.jings-faq__item summary .jings-faq__mark {
  color: var(--jings-home-blue);
}

.jings-home-problem h2,
.jings-home-value h2,
.jings-home-domains h2,
.jings-home-process h2,
.jings-home-cases h2,
.jings-home-principles h2,
.jings-home-trust h2,
.jings-home-vision h2 {
  color: var(--jings-home-ink);
  font-family: var(--font-noto-sans-jp), sans-serif;
  font-size: clamp(2.55rem, 4.2vw, 4.9rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.36;
  margin: 0;
}

.jings-home-textLink {
  align-items: center;
  border-bottom: 1px solid #9eb0bd;
  color: var(--jings-home-ink);
  display: inline-flex;
  font-size: .86rem;
  font-weight: 700;
  gap: 48px;
  justify-content: space-between;
  line-height: 1.5;
  min-height: 46px;
  padding: 0 2px 7px;
  text-decoration: none;
  transition: border-color .25s ease, color .25s ease;
}

.jings-home-textLink > span:last-child {
  display: inline-block;
  transition: transform .25s ease;
}

.jings-home-textLink:hover {
  border-color: var(--jings-home-blue);
  color: var(--jings-home-blue);
}

.jings-home-textLink:hover > span:last-child {
  transform: translate3d(4px, 0, 0);
}

.jings-home-textLink--light {
  border-color: rgba(255, 255, 255, .46);
  color: #fff;
}

.jings-home-textLink--light:hover {
  border-color: #fff;
  color: #fff;
}

.jings-home-button {
  align-items: center;
  background: var(--jings-home-dark);
  color: #fff;
  display: inline-flex;
  font-size: .88rem;
  font-weight: 700;
  gap: 72px;
  justify-content: space-between;
  min-height: 64px;
  min-width: 300px;
  padding: 0 24px 0 28px;
  text-decoration: none;
  transition: background-color .25s ease, transform .25s ease;
}

.jings-home-button:hover {
  background: var(--jings-home-blue);
  transform: translate3d(0, -2px, 0);
}

.jings-home-problem {
  background: var(--jings-home-wash);
  padding: 160px 0 180px;
  scroll-margin-top: 100px;
}

.jings-home-problem__head {
  align-items: end;
  display: grid;
  gap: 50px 7%;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  margin-bottom: 100px;
}

.jings-home-problem__head .jings-home-kicker {
  grid-column: 1 / -1;
  margin-bottom: -6px;
}

.jings-home-problem__head h2 {
  font-size: clamp(2.8rem, 4.4vw, 5.15rem);
}

.jings-home-lead {
  color: var(--jings-home-text);
  font-size: clamp(1rem, 1.15vw, 1.2rem);
  line-height: 2.15;
  margin: 0 0 6px;
  max-width: 47em;
}

.jings-home-problem__body {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(370px, .75fr);
}

.jings-home-problem__visual {
  margin: 0;
  min-height: 680px;
  overflow: hidden;
  position: relative;
}

.jings-home-problem__visual::after {
  background: rgba(7, 33, 52, .18);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

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

.jings-home-problem__visual figcaption {
  bottom: 28px;
  color: #fff;
  font-size: .78rem;
  left: 32px;
  line-height: 1.8;
  max-width: 32em;
  position: absolute;
  right: 32px;
  z-index: 1;
}

.jings-home-problem__points {
  background: var(--jings-home-paper);
  list-style: none;
  margin: 0;
  padding: 18px 44px;
}

.jings-home-problem__points li {
  align-items: start;
  border-bottom: 1px solid var(--jings-home-line);
  display: grid;
  gap: 26px;
  grid-template-columns: 38px minmax(0, 1fr);
  padding: 54px 0;
}

.jings-home-problem__points li:last-child {
  border-bottom: 0;
}

.jings-home-problem__points span,
.jings-home-value__link > span:first-child,
.jings-home-domain__meta span,
.jings-home-process__steps > li > span,
.jings-home-case__meta span,
.jings-home-principles__list > li > span,
.jings-home-trust__layer > span {
  color: var(--jings-home-blue);
  font-family: var(--font-inter), sans-serif;
  font-size: .7rem;
  font-weight: 700;
}

.jings-home-problem__points h3 {
  color: var(--jings-home-ink);
  font-size: clamp(1.08rem, 1.35vw, 1.35rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0 0 16px;
}

.jings-home-problem__points p {
  color: var(--jings-home-text);
  font-size: .88rem;
  line-height: 2;
  margin: 0;
}

.jings-home-value {
  background: var(--jings-home-paper);
  padding: 180px 0;
}

.jings-home-value__layout {
  display: grid;
  gap: 9%;
  grid-template-columns: minmax(340px, .72fr) minmax(0, 1.28fr);
}

.jings-home-value__head {
  align-self: start;
  position: sticky;
  top: 140px;
}

.jings-home-value__head h2 {
  font-size: clamp(2.15rem, 3vw, 4rem);
}

.jings-home-value__head h2 span {
  white-space: nowrap;
}

.jings-home-value__head > p:last-child {
  color: var(--jings-home-text);
  font-size: .96rem;
  line-height: 2.1;
  margin: 42px 0 0;
  max-width: 34em;
}

.jings-home-value__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.jings-home-value__item {
  border-top: 1px solid var(--jings-home-line);
  min-height: 250px;
}

.jings-home-value__item:last-child {
  border-bottom: 1px solid var(--jings-home-line);
}

.jings-home-value__link {
  align-items: start;
  color: inherit;
  display: grid;
  gap: 36px;
  grid-template-columns: 54px minmax(0, 1fr) 36px;
  min-height: 250px;
  padding: 48px 0 56px;
  text-decoration: none;
}

.jings-home-value__arrow {
  align-self: center;
  color: var(--jings-home-blue);
  font-size: 1.2rem;
  transition: transform .3s ease;
}

.jings-home-value__link:hover .jings-home-value__arrow,
.jings-home-value__link:focus-visible .jings-home-value__arrow {
  transform: translateX(6px);
}

.jings-home-value__link:focus-visible {
  outline: 2px solid var(--jings-home-blue);
  outline-offset: 8px;
}

.jings-home-value__item h3 {
  color: var(--jings-home-ink);
  font-size: clamp(1.45rem, 2vw, 2.05rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.55;
  margin: 0 0 22px;
}

.jings-home-value__item p {
  color: var(--jings-home-text);
  font-size: .92rem;
  line-height: 2.05;
  margin: 0;
  max-width: 48em;
}

.jings-home-domains {
  background: var(--jings-home-wash-strong);
  padding: 180px 0 200px;
  scroll-margin-top: 100px;
}

.jings-home-domains__layout {
  display: grid;
  gap: 7.5%;
  grid-template-columns: minmax(320px, .66fr) minmax(0, 1.34fr);
}

.jings-home-domains__head {
  align-self: start;
  grid-column: 1;
  grid-row: 1;
  position: sticky;
  top: 140px;
}

.jings-home-domains__head h2 {
  font-size: clamp(2.45rem, 3.45vw, 4.2rem);
}

.jings-home-domains__titlePhrase {
  white-space: nowrap;
}

.jings-home-domains__head > p:not(.jings-home-kicker) {
  color: var(--jings-home-text);
  font-size: .94rem;
  line-height: 2.1;
  margin: 38px 0 34px;
  max-width: 34em;
}

.jings-home-domains__list {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

.jings-home-domain {
  border-top: 1px solid #b9c7cf;
  color: inherit;
  display: block;
  padding: 0 0 100px;
  text-decoration: none;
  transition: border-color .25s ease;
}

.jings-home-domain + .jings-home-domain {
  padding-top: 100px;
}

.jings-home-domain__image {
  aspect-ratio: 16 / 9;
  margin: 0 0 44px;
  overflow: hidden;
}

.jings-home-domain__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2, .75, .25, 1);
  width: 100%;
}

.jings-home-domain:hover .jings-home-domain__image img,
.jings-home-domain:focus-visible .jings-home-domain__image img {
  transform: scale(1.025);
}

.jings-home-domain:hover,
.jings-home-domain:focus-visible {
  border-color: #55758b;
}

.jings-home-domain:hover .jings-home-textLink,
.jings-home-domain:focus-visible .jings-home-textLink {
  border-color: var(--jings-home-blue);
  color: var(--jings-home-blue);
}

.jings-home-domain:hover .jings-home-textLink > span:last-child,
.jings-home-domain:focus-visible .jings-home-textLink > span:last-child {
  transform: translate3d(4px, 0, 0);
}

.jings-home-domain:focus-visible {
  outline: 2px solid var(--jings-home-blue);
  outline-offset: 5px;
}

.jings-home-domain__copy {
  margin-left: clamp(0px, 6vw, 104px);
  max-width: 720px;
}

.jings-home-domain:nth-child(even) .jings-home-domain__copy {
  margin-left: 0;
  margin-right: clamp(0px, 6vw, 104px);
}

.jings-home-domain__meta {
  align-items: center;
  display: flex;
  gap: 24px;
  margin-bottom: 26px;
}

.jings-home-domain__meta p {
  color: var(--jings-home-ink);
  font-size: .78rem;
  font-weight: 700;
  margin: 0;
}

.jings-home-domain__copy h3 {
  color: var(--jings-home-ink);
  font-size: clamp(1.8rem, 2.65vw, 3.15rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.55;
  margin: 0 0 28px;
}

.jings-home-domain__copy > p {
  color: var(--jings-home-text);
  font-size: .94rem;
  line-height: 2.1;
  margin: 0 0 24px;
}

.jings-home-domain__copy small {
  border-left: 2px solid var(--jings-home-blue);
  color: var(--jings-home-muted);
  display: block;
  font-size: .72rem;
  line-height: 1.8;
  margin: 0 0 34px;
  padding-left: 16px;
}

.jings-home-process {
  background: var(--jings-home-dark);
  color: #fff;
  padding: 180px 0 150px;
}

.jings-home-process .jings-home-kicker {
  color: #a9c4d6;
}

.jings-home-process h2 {
  color: #fff;
  font-size: clamp(2.65rem, 4vw, 4.8rem);
}

.jings-home-process__head {
  display: grid;
  gap: 40px 8%;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  margin-bottom: 96px;
}

.jings-home-process__head .jings-home-kicker {
  grid-column: 1 / -1;
  margin-bottom: -4px;
}

.jings-home-process__head > p:last-child {
  align-self: end;
  color: #c9d6df;
  font-size: .96rem;
  line-height: 2.1;
  margin: 0 0 8px;
  max-width: 40em;
}

.jings-home-process__steps {
  border-left: 1px solid rgba(255, 255, 255, .2);
  border-top: 1px solid rgba(255, 255, 255, .2);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.jings-home-process__steps li {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  border-right: 1px solid rgba(255, 255, 255, .2);
  min-height: 290px;
  padding: 40px 38px 46px;
}

.jings-home-process__steps > li > span {
  color: #a9c4d6;
  display: block;
  margin-bottom: 64px;
}

.jings-home-process__steps h3 {
  color: #fff;
  font-size: clamp(1.2rem, 1.55vw, 1.55rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.55;
  margin: 0 0 18px;
}

.jings-home-process__steps p {
  color: #b9cad5;
  font-size: .82rem;
  line-height: 2;
  margin: 0;
}

.jings-home-process__foot {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-top: 54px;
}

.jings-home-process__foot p {
  color: #b9cad5;
  font-size: .78rem;
  line-height: 1.9;
  margin: 0;
  max-width: 60em;
}

.jings-home-cases {
  background: var(--jings-home-paper);
  padding: 180px 0 200px;
  scroll-margin-top: 100px;
}

.jings-home-cases__head {
  align-items: end;
  display: grid;
  gap: 60px 8%;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  margin-bottom: 96px;
}

.jings-home-cases__head h2 {
  font-size: clamp(2.55rem, 3.8vw, 4.6rem);
}

.jings-home-cases__head > p {
  color: var(--jings-home-text);
  font-size: .94rem;
  line-height: 2.1;
  margin: 0 0 8px;
  max-width: 42em;
}

.jings-home-cases__grid {
  display: grid;
  gap: 80px 42px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jings-home-case {
  border-top: 1px solid var(--jings-home-line);
  padding-top: 18px;
}

.jings-home-case:first-child {
  grid-column: 1 / -1;
}

.jings-home-case > a {
  color: inherit;
  display: block;
  text-decoration: none;
}

.jings-home-case:first-child > a {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(380px, .75fr);
}

.jings-home-case__image {
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
}

.jings-home-case:first-child .jings-home-case__image {
  aspect-ratio: 16 / 9;
}

.jings-home-case__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .75s cubic-bezier(.2, .75, .25, 1);
  width: 100%;
}

.jings-home-case:hover .jings-home-case__image img {
  transform: scale(1.025);
}

.jings-home-case__copy {
  padding: 34px 0 0;
}

.jings-home-case:first-child .jings-home-case__copy {
  background: var(--jings-home-wash);
  padding: 54px 48px;
}

.jings-home-case__meta {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}

.jings-home-case__meta p {
  color: var(--jings-home-muted);
  font-size: .7rem;
  font-weight: 700;
  margin: 0;
}

.jings-home-case__copy h3 {
  color: var(--jings-home-ink);
  font-size: clamp(1.45rem, 2.15vw, 2.45rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0 0 22px;
}

.jings-home-case__copy > p {
  color: var(--jings-home-text);
  font-size: .88rem;
  line-height: 2;
  margin: 0 0 30px;
}

.jings-home-case__link {
  align-items: center;
  border-bottom: 1px solid #9eb0bd;
  color: var(--jings-home-ink);
  display: inline-flex;
  font-size: .76rem;
  font-weight: 700;
  gap: 36px;
  padding-bottom: 8px;
}

.jings-home-cases__foot {
  display: flex;
  justify-content: flex-end;
  margin-top: 78px;
}

.jings-home-principles {
  background: var(--jings-home-wash-strong);
  padding: 170px 0 180px;
}

.jings-home-principles__layout {
  display: grid;
  gap: 8%;
  grid-template-columns: minmax(350px, .75fr) minmax(0, 1.25fr);
}

.jings-home-principles__head h2 {
  font-size: clamp(2.45rem, 3.5vw, 4.3rem);
}

.jings-home-principles__list {
  border-top: 1px solid #b9c7cf;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jings-home-principles__list > li {
  border-bottom: 1px solid #b9c7cf;
  display: grid;
  gap: 32px;
  grid-template-columns: 46px minmax(0, 1fr);
  padding: 44px 0 48px;
}

.jings-home-principles__list h3 {
  color: var(--jings-home-ink);
  font-size: clamp(1.35rem, 1.85vw, 1.9rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.55;
  margin: 0 0 18px;
}

.jings-home-principles__list p {
  color: var(--jings-home-text);
  font-size: .88rem;
  line-height: 2;
  margin: 0;
  max-width: 50em;
}

.jings-home-trust {
  background: var(--jings-home-paper);
  padding: 180px 0;
}

.jings-home-trust__intro {
  align-items: end;
  display: grid;
  gap: 52px 8%;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  margin-bottom: 90px;
}

.jings-home-trust__copy h2 {
  font-size: clamp(2.45rem, 3.65vw, 4.5rem);
}

.jings-home-trust__intro > p {
  color: var(--jings-home-text);
  font-size: .94rem;
  line-height: 2.1;
  margin: 0 0 8px;
}

.jings-home-trust__layers {
  border-bottom: 1px solid var(--jings-home-line);
  border-left: 1px solid var(--jings-home-line);
  border-top: 1px solid var(--jings-home-line);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.jings-home-trust__layer {
  min-height: 340px;
  padding: 38px 40px 42px;
  position: relative;
}

.jings-home-trust__layer + .jings-home-trust__layer {
  border-left: 1px solid var(--jings-home-line);
}

.jings-home-trust__layer::after {
  background: var(--jings-home-paper);
  border-right: 1px solid var(--jings-home-line);
  border-top: 1px solid var(--jings-home-line);
  content: "";
  height: 14px;
  position: absolute;
  right: -8px;
  top: 50%;
  transform: rotate(45deg);
  width: 14px;
  z-index: 1;
}

.jings-home-trust__layer:last-child::after {
  display: none;
}

.jings-home-trust__layer > span {
  display: block;
  margin-bottom: 62px;
}

.jings-home-trust__layer h3 {
  color: var(--jings-home-ink);
  font-size: clamp(1.2rem, 1.6vw, 1.65rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0 0 25px;
}

.jings-home-trust__layer ul {
  display: grid;
  gap: 0 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.jings-home-trust__layer ul li {
  border-top: 1px solid #e0e6ea;
  color: var(--jings-home-text);
  font-size: .76rem;
  line-height: 1.7;
  padding: 11px 0;
}

.jings-home-trust__foot {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  padding-top: 42px;
}

.jings-home-trust__foot p {
  color: var(--jings-home-text);
  font-size: .82rem;
  line-height: 1.9;
  margin: 0;
  max-width: 62em;
}

.jings-home-vision {
  color: #fff;
  min-height: 780px;
  overflow: hidden;
  position: relative;
  scroll-margin-top: 100px;
}

.jings-home-vision__image,
.jings-home-vision__overlay {
  inset: 0;
  margin: 0;
  position: absolute;
}

.jings-home-vision__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  width: 100%;
}

.jings-home-vision__overlay {
  background: rgba(7, 31, 49, .76);
}

.jings-home-vision__inner {
  align-items: center;
  display: flex;
  min-height: 780px;
  position: relative;
  z-index: 1;
}

.jings-home-vision__copy {
  max-width: 810px;
  padding: 120px 0;
}

.jings-home-vision .jings-home-kicker {
  color: #c1d3de;
}

.jings-home-vision h2 {
  color: #fff;
  font-size: clamp(2.8rem, 4.5vw, 5.3rem);
  margin-bottom: 44px;
}

.jings-home-vision__copy > p:not(.jings-home-kicker) {
  color: #d9e2e8;
  font-size: .96rem;
  line-height: 2.1;
  margin: 0 0 18px;
  max-width: 49em;
}

.jings-home-vision__copy .jings-home-textLink {
  margin-top: 24px;
}

/* Latest news: retain the original tabs while making each article visual. */
.top-news .js-topNewsTabs li button {
  color: var(--jings-home-muted);
  cursor: pointer;
  display: block;
  font-size: .88rem;
  line-height: 1.4;
  padding: 4px 0 4px 28px;
  position: relative;
}

.top-news .js-topNewsTabs li button::before {
  border: 1px solid #aebcc5;
  border-radius: 50%;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 15px;
}

.top-news .js-topNewsTabs li.is-active button {
  color: var(--jings-home-blue);
  font-weight: 500;
}

.top-news .js-topNewsTabs li.is-active button::after {
  background: var(--jings-home-blue);
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 4px;
  position: absolute;
  top: 10px;
  width: 7px;
}

.top-news .jings-home-news-list {
  width: 100%;
}

.top-news .jings-home-news-card {
  background: transparent;
  border-bottom: 1px solid var(--jings-home-line);
  padding-left: 0;
}

.top-news .jings-home-news-card:first-child {
  border-top: 1px solid var(--jings-home-line);
}

.top-news .jings-home-news-card:hover {
  background: #f5f8fa;
  padding-left: 0;
}

.top-news .c-news-wrapper ._body .c-news-archive .jings-home-news-card > a {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: 190px minmax(0, 1fr);
  padding: 24px 18px 24px 0;
}

.jings-home-news-card__thumb {
  aspect-ratio: 16 / 10;
  background: var(--jings-home-wash-strong);
  margin: 0;
  overflow: hidden;
}

.top-news .c-news-wrapper .jings-home-news-card__thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .45s cubic-bezier(.2, .65, .2, 1);
  width: 100%;
}

.top-news .jings-home-news-card:hover .jings-home-news-card__thumb img {
  transform: scale(1.035);
}

.jings-home-news-card__body {
  min-width: 0;
}

.top-news .c-news-wrapper ._body .jings-home-news-card ._head {
  margin-bottom: 13px;
}

.top-news.c-news .c-news-wrapper ._body .c-news-archive li.jings-home-news-card > a ._txt {
  -webkit-box-decoration-break: clone;
  background-image: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 54%,
    rgba(122, 220, 203, .6) 54%,
    rgba(122, 220, 203, .6) 88%,
    transparent 88%,
    transparent 100%
  );
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 0 100%;
  box-decoration-break: clone;
  display: inline;
  font-size: .96rem;
  font-weight: 500;
  line-height: 1.75;
}

.top-news.c-news .c-news-wrapper ._body .c-news-archive li.jings-home-news-card > a:hover ._txt,
.top-news.c-news .c-news-wrapper ._body .c-news-archive li.jings-home-news-card > a:focus-visible ._txt {
  background-size: 100% 100%;
}

@media screen and (max-width: 1100px) {
  :root {
    --jings-home-shell: min(100% - 64px, 1220px);
  }

  .jings-home-problem__head,
  .jings-home-process__head,
  .jings-home-cases__head,
  .jings-home-trust__intro {
    gap: 40px 6%;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
  }

  .jings-home-problem__body {
    grid-template-columns: minmax(0, 1.4fr) minmax(330px, .8fr);
  }

  .jings-home-problem__visual {
    min-height: 620px;
  }

  .jings-home-value__layout,
  .jings-home-domains__layout,
  .jings-home-principles__layout {
    gap: 6%;
    grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  }

  .jings-home-process__steps li {
    min-height: 270px;
    padding-inline: 28px;
  }

  .jings-home-case:first-child > a {
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
  }

  .jings-home-trust__layer {
    padding-inline: 26px;
  }
}

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

  .jings-home-kicker {
    font-size: .69rem;
    gap: 12px;
    margin-bottom: 22px;
  }

  .jings-home-kicker::before {
    flex-basis: 24px;
  }

  .jings-home-problem h2,
  .jings-home-value h2,
  .jings-home-domains h2,
  .jings-home-process h2,
  .jings-home-cases h2,
  .jings-home-principles h2,
  .jings-home-trust h2,
  .jings-home-vision h2 {
    font-size: clamp(1.9rem, 9.3vw, 2.65rem);
    line-height: 1.48;
  }

  .jings-home-button {
    gap: 28px;
    min-height: 58px;
    min-width: 0;
    width: 100%;
  }

  .top-news .c-news-wrapper ._body .c-news-archive .jings-home-news-card > a {
    gap: 14px;
    grid-template-columns: 92px minmax(0, 1fr);
    padding: 18px 0;
  }

  .jings-home-news-card__thumb {
    aspect-ratio: 4 / 3;
  }

  .top-news .c-news-wrapper ._body .jings-home-news-card ._head {
    margin-bottom: 8px;
  }

  .top-news .c-news-wrapper ._body .jings-home-news-card ._head ._date {
    font-size: .72rem;
    margin-right: 6px;
    padding-right: 6px;
  }

  .top-news .c-news-wrapper ._body .jings-home-news-card ._head ._cate {
    font-size: .62rem;
    padding: 3px 5px;
  }

  .top-news .c-news-wrapper ._body .jings-home-news-card ._txt {
    font-size: .82rem;
    line-height: 1.65;
  }

  .jings-home-problem,
  .jings-home-value,
  .jings-home-domains,
  .jings-home-process,
  .jings-home-cases,
  .jings-home-principles,
  .jings-home-trust {
    padding: 88px 0 98px;
    scroll-margin-top: 70px;
  }

  .jings-home-problem__head,
  .jings-home-problem__body,
  .jings-home-value__layout,
  .jings-home-domains__layout,
  .jings-home-process__head,
  .jings-home-cases__head,
  .jings-home-principles__layout,
  .jings-home-trust__intro {
    display: block;
  }

  .jings-home-problem__head,
  .jings-home-process__head,
  .jings-home-cases__head,
  .jings-home-trust__intro {
    margin-bottom: 52px;
  }

  .jings-home-lead,
  .jings-home-value__head > p:last-child,
  .jings-home-domains__head > p:not(.jings-home-kicker),
  .jings-home-process__head > p:last-child,
  .jings-home-cases__head > p,
  .jings-home-trust__intro > p {
    font-size: .88rem;
    line-height: 2;
    margin-top: 28px;
  }

  .jings-home-problem__visual {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  .jings-home-problem__visual figcaption {
    bottom: 18px;
    font-size: .67rem;
    left: 18px;
    right: 18px;
  }

  .jings-home-problem__points {
    padding: 6px 20px;
  }

  .jings-home-problem__points li {
    gap: 16px;
    grid-template-columns: 28px minmax(0, 1fr);
    padding: 32px 0 34px;
  }

  .jings-home-problem__points h3 {
    font-size: 1.08rem;
    margin-bottom: 10px;
  }

  .jings-home-problem__points p,
  .jings-home-value__item p,
  .jings-home-domain__copy > p,
  .jings-home-case__copy > p,
  .jings-home-principles__list p,
  .jings-home-vision__copy > p:not(.jings-home-kicker) {
    font-size: .82rem;
    line-height: 1.95;
  }

  .jings-home-value__head,
  .jings-home-domains__head {
    position: static;
  }

  .jings-home-value__head,
  .jings-home-domains__head,
  .jings-home-principles__head {
    margin-bottom: 50px;
  }

  .jings-home-value__item {
    min-height: 0;
  }

  .jings-home-value__link {
    gap: 18px;
    grid-template-columns: 28px minmax(0, 1fr) 24px;
    min-height: 0;
    padding: 34px 0 38px;
  }

  .jings-home-value__item h3 {
    font-size: 1.3rem;
    margin-bottom: 14px;
  }

  .jings-home-domain {
    padding-bottom: 72px;
  }

  .jings-home-domain + .jings-home-domain {
    padding-top: 72px;
  }

  .jings-home-domain__image {
    aspect-ratio: 4 / 3;
    margin-bottom: 30px;
  }

  .jings-home-domain__copy,
  .jings-home-domain:nth-child(even) .jings-home-domain__copy {
    margin: 0;
  }

  .jings-home-domain__copy h3 {
    font-size: 1.55rem;
    line-height: 1.6;
    margin-bottom: 18px;
  }

  .jings-home-domain__copy small {
    font-size: .66rem;
    margin-bottom: 25px;
  }

  .jings-home-process__head > p:last-child {
    color: #c9d6df;
  }

  .jings-home-process__steps {
    display: block;
  }

  .jings-home-process__steps li {
    min-height: 0;
    padding: 30px 24px 34px;
  }

  .jings-home-process__steps > li > span {
    margin-bottom: 30px;
  }

  .jings-home-process__steps h3 {
    font-size: 1.18rem;
  }

  .jings-home-process__foot,
  .jings-home-trust__foot {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-top: 36px;
  }

  .jings-home-process__foot p,
  .jings-home-trust__foot p {
    font-size: .72rem;
  }

  .jings-home-cases__grid {
    display: block;
  }

  .jings-home-case,
  .jings-home-case:first-child {
    display: block;
    margin-bottom: 58px;
  }

  .jings-home-case:first-child > a {
    display: block;
  }

  .jings-home-case__image,
  .jings-home-case:first-child .jings-home-case__image {
    aspect-ratio: 4 / 3;
  }

  .jings-home-case__copy,
  .jings-home-case:first-child .jings-home-case__copy {
    background: transparent;
    padding: 26px 0 0;
  }

  .jings-home-case__copy h3 {
    font-size: 1.35rem;
    line-height: 1.65;
  }

  .jings-home-cases__foot {
    margin-top: 0;
  }

  .jings-home-principles__list > li {
    gap: 18px;
    grid-template-columns: 28px minmax(0, 1fr);
    padding: 32px 0 36px;
  }

  .jings-home-principles__list h3 {
    font-size: 1.25rem;
    margin-bottom: 12px;
  }

  .jings-home-trust__layers {
    display: block;
  }

  .jings-home-trust__layer {
    min-height: 0;
    padding: 30px 24px 34px;
  }

  .jings-home-trust__layer + .jings-home-trust__layer {
    border-left: 0;
    border-top: 1px solid var(--jings-home-line);
  }

  .jings-home-trust__layer::after {
    bottom: -8px;
    right: 30px;
    top: auto;
    transform: rotate(135deg);
  }

  .jings-home-trust__layer > span {
    margin-bottom: 30px;
  }

  .jings-home-trust__layer h3 {
    font-size: 1.2rem;
    margin-bottom: 18px;
  }

  .jings-home-vision,
  .jings-home-vision__inner {
    min-height: 700px;
  }

  .jings-home-vision__image img {
    object-position: 52% center;
  }

  .jings-home-vision__overlay {
    background: rgba(7, 31, 49, .82);
  }

  .jings-home-vision__copy {
    padding: 90px 0;
  }

  .jings-home-vision h2 {
    margin-bottom: 32px;
  }
}

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

  .jings-home-problem h2,
  .jings-home-value h2,
  .jings-home-domains h2,
  .jings-home-process h2,
  .jings-home-cases h2,
  .jings-home-principles h2,
  .jings-home-trust h2,
  .jings-home-vision h2 {
    font-size: 1.72rem;
  }

  .jings-home-problem__points,
  .jings-home-process__steps li,
  .jings-home-trust__layer {
    padding-inline: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jings-home-domain__image img,
  .jings-home-case__image img,
  .jings-home-value__arrow,
  .jings-home-button,
  .jings-home-textLink > span:last-child {
    transition: none;
  }
}
