:root {
  --ks-main: #78b4cd;
  --ks-text: #000000;
  --ks-light: #c4d0d0;
  --ks-white: #ffffff;
  --ks-w-header: 1180px;
  --ks-w-hero: 1180px;
  --ks-w-about: 1180px;
  --ks-w-features: 1180px;
  --ks-w-usecase: 1180px;
  --ks-w-price: 1180px;
  --ks-w-flow: 1180px;
  --ks-w-footer-cta: 1180px;
  --ks-w-footer: 1200px;
}

body,
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--ks-text);
}

.site-footer {
  margin: 0;
  padding: 0;
  background: transparent;
}

.home .site,
.home #page {
  background: #fff;
  max-width: none;
  overflow-x: hidden;
  overflow-x: clip;
}

.home .top-bar {
  display: none;
}

.home .site-content,
.home .inside-article,
.home .content-area,
.home .site-main {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.home .content-area {
  float: none;
}

.home .grid-container,
.home .container.grid-container {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.home.one-container .site-content,
.home.separate-containers .inside-article,
.home.separate-containers .site-main {
  margin: 0;
  padding: 0;
}

.ks-top * {
  box-sizing: border-box;
}

.ks-top {
  color: var(--ks-text);
  line-height: 1.75;
}

.ks-inner {
  width: calc(100% - 48px);
  margin-inline: auto;
}

.ks-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  padding-top: 0;
  background: transparent;
  transition: background-color 0.28s ease;
}

.ks-header.is-sticky {
  background: rgba(255, 255, 255, 0.5);
}

.ks-header-brand {
  transition: margin 0.28s ease, gap 0.28s ease;
}

.ks-logo img {
  transition: width 0.28s ease, height 0.28s ease;
}

.ks-brand-copy {
  transition: height 0.28s ease;
}

.ks-brand-access {
  transition: font-size 0.28s ease, margin-bottom 0.28s ease;
}

.ks-brand-name {
  transition: font-size 0.28s ease;
}

.ks-nav {
  transition: min-height 0.28s ease, gap 0.28s ease;
}

.ks-nav > a:not(.ks-nav-cta) {
  transition: margin-top 0.28s ease;
}

.ks-header .ks-inner {
  --ks-section-max: none;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 26px;
}

.ks-header-brand {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: 42px;
  margin-top: 42px;
}

.ks-logo img {
  width: 96px;
  height: 96px;
  display: block;
}

.ks-menu-toggle {
  display: none;
}

.ks-brand-access,
.ks-brand-name {
  margin: 0;
  line-height: 1.2;
}

.ks-brand-copy {
  height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ks-brand-access {
  color: #1d2087;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.ks-brand-name {
  color: #000;
  font-size: 22px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .ks-header.is-sticky .ks-header-brand {
    align-self: center;
    margin-left: 28px;
    margin-top: 0;
    gap: 14px;
  }

  .ks-header.is-sticky .ks-logo img {
    width: 61px;
    height: 61px;
  }

  .ks-header.is-sticky .ks-brand-copy {
    height: 68px;
  }

  .ks-header.is-sticky .ks-brand-access {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .ks-header.is-sticky .ks-brand-name {
    font-size: 18px;
  }
}

.ks-nav {
  position: relative;
  display: flex;
  margin-left: auto;
  align-items: flex-start;
  gap: 48px;
  min-height: 76px;
  padding-right: 368px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}

.ks-nav a {
  color: #000;
  text-decoration: none;
}

.ks-nav > a:not(.ks-nav-cta) {
  margin-top: 31px;
  line-height: 1;
}

.ks-nav-cta {
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  color: #fff !important;
  width: 320px;
  height: 76px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0;
  z-index: 1;
}

.ks-nav-cta::after {
  content: "";
  position: absolute;
  left: -2px;
  bottom: -2px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  z-index: 2;
}

.ks-nav-cta img {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1);
}

.ks-guide-hero::after,
.ks-access-page-hero::after,
.ks-facility-hero::after,
.ks-contact-page-hero::after,
.ks-privacy-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.18);
  pointer-events: none;
}

.ks-hero {
  position: relative;
  overflow: hidden;
}

.ks-hero-slides {
  position: relative;
  display: grid;
  z-index: 1;
}

.ks-hero-slide {
  position: relative;
  grid-area: 1 / 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.1s ease, visibility 1.1s ease;
}

.ks-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.ks-hero-slide > picture {
  display: block;
}

.ks-hero-title-switch {
  display: block;
}

.ks-hero-bg {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1.035);
  transition: transform 7.2s ease, filter 1.1s ease;
  filter: saturate(0.98);
  will-change: transform;
}

.ks-hero-slide.is-active .ks-hero-bg {
  transform: scale(1);
}

.ks-hero-title,
.ks-hero-subcopy {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.78s ease, transform 0.78s ease;
}

.ks-hero-subcopy {
  transition-delay: 0.08s;
}

.ks-hero-slide.is-active .ks-hero-title,
.ks-hero-slide.is-active .ks-hero-subcopy {
  opacity: 1;
  transform: translateY(0);
}

.ks-hero::after {
}

@media (min-width: 768px) {
  .ks-guide-hero::after,
  .ks-access-page-hero::after,
  .ks-facility-hero::after,
  .ks-contact-page-hero::after,
  .ks-privacy-page-hero::after {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.68) 0%,
      rgba(255, 255, 255, 0.44) 26%,
      rgba(255, 255, 255, 0.22) 100%
    );
  }
}

.ks-hero-content {
  --ks-section-max: var(--ks-w-hero);
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 41px;
}

.ks-hero-copy {
  position: absolute;
  z-index: 3;
  left: var(--ks-hero-copy-left, auto);
  right: var(--ks-hero-copy-right, auto);
  top: var(--ks-hero-copy-top, auto);
  bottom: var(--ks-hero-copy-bottom, auto);
  transform: var(--ks-hero-copy-transform, none);
  width: var(--ks-hero-copy-width, auto);
}

.ks-hero-title {
  width: var(--ks-hero-title-width, 433px);
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.ks-hero-subcopy {
  display: inline-block;
  width: 538px;
  padding: 0;
  font-size: 18px;
  letter-spacing: 0.069em;
  line-height: 1.85;
  font-weight: 400;
  color: #000;
  background: transparent;
  text-shadow: 0 0 33px rgba(255, 255, 255, 5),
    0 0 18px rgba(255, 255, 255, 8);
}

.ks-sp-break {
  display: none;
}

.ks-pc-break {
  display: inline;
}

.ks-hero-slide.-slide-1 .ks-hero-copy {
  --ks-hero-title-width: 433px;
  --ks-hero-copy-right: calc(clamp(120px, 14vw, 300px) + 20px);
  --ks-hero-copy-bottom: 137px;
}

.ks-hero-slide.-slide-1 .ks-hero-subcopy {
  margin-top: -19px;
}

.ks-hero-slide.-slide-1 .ks-hero-title {
  margin-left: -44px;
}

.ks-hero-slide.-slide-2 .ks-hero-copy {
  --ks-hero-title-width: 372px;
  --ks-hero-copy-left: auto;
  --ks-hero-copy-right: clamp(120px, 12vw, 231px);
  --ks-hero-copy-bottom: 331px;
  --ks-hero-copy-transform: none;
}

.ks-hero-slide.-slide-2 .ks-hero-subcopy {
  margin-top: 16px;
}

.ks-hero-slide.-slide-2 .ks-hero-title {
  margin-left: -12px;
}

.ks-hero-slide.-slide-3 .ks-hero-copy {
  --ks-hero-title-width: 326px;
  --ks-hero-copy-left: calc(clamp(120px, 12vw, 320px) + 154px);
  --ks-hero-copy-right: auto;
  --ks-hero-copy-top: 233px;
  --ks-hero-copy-transform: none;
}

.ks-hero-slide.-slide-3 .ks-hero-subcopy {
  margin-top: 25px;
}

.ks-news {
  width: 596px;
  height: 60px;
  margin-right: -24px;
  background: rgba(255, 255, 255, 1);
  border-radius: 999px 0 0 999px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0 18px 0 28px;
}

.ks-news-label {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1;
  white-space: nowrap;
}

.ks-news-ticker {
  flex: 1;
  min-width: 0;
}

.ks-news-item {
  display: none;
  align-items: center;
  gap: 22px;
  min-width: 0;
}

.ks-news-item.is-active {
  display: flex;
}

.ks-news-date {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  padding-left: 22px;
  border-left: 2px solid #a9a9a9;
  white-space: nowrap;
}

.ks-news-date-text {
  display: inline-block;
}

.ks-news-title {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  flex: 1;
  min-width: 0;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ks-news-item.is-active .ks-news-date-text,
.ks-news-item.is-active .ks-news-title {
  animation: ks-news-title-in 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes ks-news-title-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ks-news-nav {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-right: 40px;
}

.ks-news-arrow {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  font-size: 0;
  line-height: 0;
}

.ks-news-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.ks-news-arrow.-prev::before {
  transform: rotate(-135deg);
}

.ks-news-arrow.-next::before {
  transform: rotate(45deg);
}

.ks-about,
.ks-features,
.ks-usecase,
.ks-flow {
  padding: 176px 0;
}

.ks-section-subhead {
  margin: 0 0 28px;
}

.ks-section-subhead img {
  width: auto;
  max-width: 260px;
  height: 24px;
  object-fit: contain;
}

.ks-about {
  height: 940px;
  background-image: url("../images/top/TOP/top-about-bg.webp");
  background-size: cover;
  background-position: center bottom;
}

.ks-about .ks-inner {
  --ks-section-max: var(--ks-w-about);
  position: relative;
}

.ks-about .ks-section-subhead {
  position: absolute;
  top: 0;
  left: 449px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.ks-about .ks-section-subhead::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #9fc0cc;
}

.ks-about .ks-section-subhead img {
  width: 78px;
  height: 20px;
  max-width: none;
}

.ks-about-grid {
  position: absolute;
  top: 0px;
  left: 722px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  margin: 0px;
}

.ks-about h3 {
  margin: 0;
  font-size: 24px;
  letter-spacing: 0.12em;
  font-weight: 500;
  color: var(--ks-main);
}

.ks-about p {
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.05em;
}

.ks-about .ks-about-badge {
  width: 290px;
  height: 48px;
  margin: 35px 0px 14px;
  display: flex;
  align-items: center;
  padding: 0px 18px;
  background: rgb(120, 180, 205);
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 400;
}

.ks-about-points {
  width: 290px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ks-about-points li {
  width: 290px;
  padding: 12px 0 13px;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #89b6c7;
}

.ks-about-points li:last-child {
  border-bottom: 0;
}

.ks-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: var(--ks-main);
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.06em;
  padding: 11px 24px;
  border: 1px solid var(--ks-main);
  min-width: 210px;
  transition: all 0.2s ease;
}

.ks-button:hover {
  background: #fff;
  color: var(--ks-main);
}

.ks-center {
  text-align: center;
  margin-top: 26px;
}

.ks-features {
  background: #fff;
  padding: 198px 0 180px;
}

.ks-features .ks-inner {
  width: calc(100% - 48px);
  max-width: 1060px;
}

.ks-features-head {
  display: grid;
  grid-template-columns: 292px 1fr;
  row-gap: 34px;
  align-items: start;
  margin-bottom: 82px;
}

.ks-features .ks-section-subhead {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.ks-features .ks-section-subhead::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #9fc0cc;
}

.ks-features .ks-section-subhead img {
  width: 120px;
  height: 20px;
  max-width: none;
  display: block;
}

.ks-features-head h3 {
  margin: 0;
  color: var(--ks-main);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  align-self: start;
}

.ks-features-head p {
  grid-column: 2;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 2;
}

.ks-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 312px);
  justify-content: space-between;
  gap: 62px 0;
}

.ks-feature-card {
  width: 312px;
  height: 312px;
  border: 1px solid #c6dce5;
  min-height: 312px;
  padding: 39px 20px;
  text-align: center;
}

.ks-feature-icon {
  width: 128px;
  height: 128px;
  margin: 0 auto 23px;
}

.ks-feature-icon img {
  width: 128px;
  height: 128px;
  display: block;
}

.ks-feature-card h3 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: var(--ks-main);
}

.ks-feature-card p {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.05em;
}

.ks-features .ks-center {
  margin-top: 70px;
}

.ks-features-button {
  width: 312px;
  min-width: 312px;
  height: 67px;
  padding: 0 18px;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  justify-content: flex-start;
  position: relative;
}

.ks-features-button::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.ks-features-button:hover {
  background: var(--ks-main);
  color: #fff;
}

.ks-usecase {
  background: rgb(255, 255, 255);
  padding: 0px 0px 160px;
}

.ks-usecase .ks-inner {
  --ks-section-max: none;
  width: min(1216px, calc(100% - 48px));
  position: relative;
}

.ks-usecase-head {
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 2;
}

.ks-usecase .ks-section-subhead {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 30px;
}

.ks-usecase .ks-section-subhead::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #9fc0cc;
}

.ks-usecase .ks-section-subhead img {
  width: 120px;
  height: 20px;
  max-width: none;
  display: block;
}

.ks-usecase-head p {
  margin: 0 0 0 47px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 2.5;
}

.ks-usecase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100vw;
  margin-left: calc(50% - 50vw);
  column-gap: 158px;
  row-gap: 52px;
  margin-top: 0;
}

.ks-usecase-card {
  margin-top: 29px;
}

.ks-usecase-card:nth-child(1) {
  margin-top: 257px;
}

.ks-usecase-card:nth-child(2) {
  margin-top: 0;
}

.ks-usecase-card:nth-child(3) {
  margin-top: 33px;
}

.ks-usecase-card:nth-child(4) {
  margin-top: -224px;
}

.ks-usecase-card:nth-child(5) {
  margin-top: -15px;
}

.ks-usecase-card:nth-child(6) {
  margin-top: -224px;
}

.ks-usecase-card img {
  width: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  display: block;
}

.ks-usecase-copy {
  width: fit-content;
  max-width: 100%;
}

.ks-usecase-card h3 {
  margin: 13px 0px 7px;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: rgb(188, 200, 200);
}

.ks-usecase-subtitle {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #bcc8c8;
}

.ks-usecase-card:nth-child(odd) .ks-usecase-copy {
  width: 272px;
  margin-left: auto;
  margin-right: 0;
}

.ks-usecase-card:nth-child(odd) h3,
.ks-usecase-card:nth-child(odd) .ks-usecase-subtitle {
  text-align: left;
}

.ks-usecase-card:nth-child(even) .ks-usecase-copy {
  margin-left: 0;
  margin-right: auto;
}

.ks-usecase-card:nth-child(even) h3,
.ks-usecase-card:nth-child(even) .ks-usecase-subtitle {
  text-align: left;
}

.ks-usecase-head p,
.ks-usecase-subtitle {
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  .ks-usecase-card:nth-child(1) img {
    height: calc(((100vw - 158px) / 2) * 0.6008);
  }

  .ks-usecase-card:nth-child(2) img {
    height: calc(((100vw - 158px) / 2) * 0.6008);
  }

  .ks-usecase-card:nth-child(3) img {
    height: calc(((100vw - 158px) / 2) * 0.6008);
  }

  .ks-usecase-card:nth-child(4) img {
    height: calc(((100vw - 158px) / 2) * 0.6008);
  }

  .ks-usecase-card:nth-child(5) img {
    height: calc(((100vw - 158px) / 2) * 0.6008);
  }

  .ks-usecase-card:nth-child(6) img {
    height: calc(((100vw - 158px) / 2) * 0.6008);
  }
}

.ks-price {
  background: #e5eaea;
  padding: 100px 0 75px;
}

.ks-price .ks-inner {
  width: calc(100% - 48px);
  max-width: 963px;
}

.ks-price-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  width: 100%;
}

.ks-price .ks-section-subhead {
  flex: 0 0 290px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.ks-price .ks-section-subhead::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #9fc0cc;
}

.ks-price .ks-section-subhead img {
  width: 70px;
  height: 18px;
  max-width: none;
  display: block;
}

.ks-price-title {
  flex: 0 0 calc(100% - 290px - 312px);
  max-width: calc(100% - 290px - 312px);
  margin: -5px 0 16px;
  margin-left: -25px;
  color: var(--ks-main);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.25;
}

.ks-price-info {
  flex: 0 0 calc(100% - 290px - 312px);
  max-width: calc(100% - 290px - 312px);
  margin-left: 266px;
  margin-top: 8px;
}

.ks-price-main {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0;
  line-height: 1;
}

.ks-price-main-unit {
  display: inline-block;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  margin-top: 3px;
  margin-right: 24px;
}

.ks-price-main strong {
  font-size: 41px;
  line-height: 1;
  font-weight: 400;
  color: #000;
}

.ks-price-main-yen {
  align-self: flex-end;
  font-size: 16px;
  font-weight: 400;
  margin-left: 2px;
  margin-bottom: 3px;
}

.ks-price-main-tax {
  display: inline-block;
  white-space: nowrap;
  align-self: flex-end;
  font-size: 16px;
  font-weight: 400;
  margin-left: 6px;
  margin-bottom: 3px;
}

.ks-price-note,
.ks-price-meta {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.7;
}

.home .ks-top .ks-price-meta {
  font-size: 15px;
  margin-top: 5px;
}

.ks-price-actions {
  position: absolute;
  top: 0;
  right: 0;
  align-self: flex-start;
  width: 312px;
  display: grid;
  gap: 25px;
}

.ks-price-button {
  position: relative;
  width: 312px;
  height: 68px;
  display: inline-flex;
  align-items: center;
  padding: 0 21px;
  background: var(--ks-main);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.25;
}

.ks-price-button::after {
  content: "";
  position: absolute;
  right: 21px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.ks-price-button:hover {
  color: #fff;
}

.ks-flow {
  background: #fff;
  padding: 157px 0 157px;
}

.ks-flow .ks-inner {
  width: calc(100% - 48px);
  max-width: 963px;
}

.ks-flow-head {
  display: grid;
  grid-template-columns: 290px 1fr;
  row-gap: 32px;
  align-items: start;
  margin-bottom: 58px;
}

.ks-flow .ks-section-subhead {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.ks-flow .ks-section-subhead::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #9fc0cc;
}

.ks-flow .ks-section-subhead img {
  width: 64px;
  height: 18px;
  max-width: none;
  display: block;
}

.ks-flow-title {
  margin: 0;
  color: var(--ks-main);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.25;
  margin-left: -27px;
}

.ks-flow-lead {
  grid-column: 2;
  margin: 0;
  margin-left: -27px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.7;
}

.ks-flow-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 40px;
  margin: 0;
}

.ks-flow-card {
  text-align: center;
}

.ks-flow-step {
  margin: 0 0 12px;
  color: var(--ks-main);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.ks-flow-icon img {
  width: 160px;
  height: 160px;
}

.ks-flow-card h3 {
  margin: 6px 0 -3px;
  color: var(--ks-main);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}

.ks-flow-card p:not(.ks-flow-step) {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.ks-flow .ks-center {
  margin-top: 38px;
}

.ks-flow-button {
  position: relative;
  width: 312px;
  min-width: 312px;
  height: 68px;
  padding: 0 21px;
  border: 0;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.ks-flow-button::after {
  content: "";
  position: absolute;
  right: 21px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.ks-flow-button:hover {
  background: var(--ks-main);
  color: #fff;
}

.ks-footer-cta {
  position: relative;
  background-image: url("../images/top/TOP/footer-bg.webp");
  background-size: cover;
  background-position: center;
  padding: 104px 0 110px;
  overflow: hidden;
}

.ks-footer-cta .ks-inner {
  position: relative;
  z-index: 1;
  width: calc(100% - 48px);
  max-width: 964px;
}

.ks-footer-cta-title {
  margin: 0;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: 0.02em;
  color: #000;
}

.ks-footer-cta-lead {
  margin: 16px 0 0;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.03em;
  color: #000;
}

.ks-footer-cta-actions {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
}

.ks-footer-cta-button {
  position: relative;
  padding: 44px 53px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--ks-main);
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.ks-footer-cta-button img {
  width: 22px;
  height: auto;
}

.ks-footer-cta-button::after {
  content: "";
  position: absolute;
  right: 36px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.ks-footer-cta-button:hover {
  color: #fff;
}

.ks-home-footer {
  background: #ffffff;
  padding: 60px 0 0;
}

.ks-home-footer .ks-inner {
  width: calc(100% - 48px);
  max-width: 1200px;
}

.ks-home-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 54px;
  align-items: flex-start;
}

.ks-home-footer-brand {
  display: flex;
  gap: 30px;
}

.ks-home-footer-brand > img {
  width: 95px;
  height: 95px;
}

.ks-home-footer-brand-copy {
  
}

.ks-home-footer-name {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #000;
}

.ks-home-footer-address {
  margin: 13px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: #000;
}

.ks-home-footer-meta {
  margin: 12px 0 0;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #000;
}

.ks-home-footer-meta img {
  width: 16px;
  height: auto;
}

.ks-home-footer-menu {
  flex: 1;
  min-width: 0;
}

.ks-home-footer-nav {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  flex-wrap: wrap;
}

.ks-home-footer-nav a {
  color: var(--ks-main);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.ks-home-footer-policy {
  margin-top: 102px;
  display: inline-block;
  float: right;
  color: var(--ks-main);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.ks-home-footer-copyright {
  margin: 52px 0 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ks-main);
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
}

.ks-mobile-reserve-cta {
  display: none;
}


@media (max-width: 1024px) {
  .ks-header .ks-inner {
    flex-wrap: wrap;
  }

  .ks-nav {
    gap: 20px;
    min-height: 64px;
    padding-right: 280px;
    font-size: 14px;
  }

  .ks-nav > a:not(.ks-nav-cta) {
    margin-top: 24px;
  }

  .ks-nav-cta {
    width: 280px;
    height: 64px;
    font-size: 16px;
  }

  .ks-hero-subcopy {
    font-size: 16px;
  }

  .ks-hero-slide.-slide-1 .ks-hero-copy {
    --ks-hero-copy-right: 90px;
    --ks-hero-copy-bottom: 220px;
  }

  .ks-hero-slide.-slide-2 .ks-hero-copy {
    --ks-hero-copy-left: auto;
    --ks-hero-copy-right: 90px;
    --ks-hero-copy-bottom: 250px;
    --ks-hero-copy-transform: none;
  }

  .ks-hero-slide.-slide-3 .ks-hero-copy {
    --ks-hero-copy-left: 140px;
    --ks-hero-copy-top: 300px;
    --ks-hero-copy-right: auto;
    --ks-hero-copy-bottom: auto;
    --ks-hero-copy-transform: none;
  }

  .ks-news {
    width: min(596px, 100%);
  }

  .ks-news-label {
    font-size: 15px;
  }

  .ks-news-date,
  .ks-news-title {
    font-size: 16px;
  }

  .ks-about-grid {
    position: static;
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 0;
  }

  .ks-about .ks-section-subhead {
    position: static;
    margin: 0;
  }

  .ks-about-grid > div:last-child {
    display: grid;
  }

  .ks-about .ks-about-badge {
    box-sizing: border-box;
    margin: 35px 0 14px auto;
    justify-self: end;
  }

  .ks-about-points {
    margin: 0 0 0 auto;
  }

  .ks-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }

  .ks-features .ks-inner {
    width: calc(100% - 48px);
  }

  .ks-features-head {
    grid-template-columns: 240px 1fr;
    column-gap: 48px;
    row-gap: 18px;
    margin-bottom: 46px;
  }

  .ks-feature-card {
    width: auto;
    height: auto;
    min-height: 360px;
    padding: 36px 24px 28px;
  }

  .ks-flow-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ks-price .ks-inner {
    width: calc(100% - 48px);
  }

  .ks-price-layout {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    row-gap: 20px;
  }

  .ks-price-actions {
    position: static;
    flex: 0 0 100%;
    width: 100%;
    margin-left: 0;
    margin-top: 18px;
    gap: 14px;
  }

  .ks-price-button {
    width: 100%;
    height: 76px;
    font-size: 26px;
  }

  .ks-price-title {
    font-size: 34px;
  }

  .ks-price .ks-section-subhead {
    flex-basis: 220px;
  }

  .ks-price-info {
    flex: 0 0 calc(100% - 220px);
    margin-left: 220px;
    margin-top: 20px;
  }

  .ks-price-main-unit {
    font-size: 22px;
  }

  .ks-price-main strong {
    font-size: 54px;
  }

  .ks-price-main-yen,
  .ks-price-main-tax {
    font-size: 24px;
  }

  .ks-price-note,
  .ks-price-meta {
    font-size: 20px;
  }

  .ks-usecase-head {
    position: static;
    margin-bottom: 28px;
  }

  .ks-usecase-head p {
    margin-left: 0;
    line-height: 2;
  }

  .ks-usecase-grid {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }

  .ks-usecase-card:nth-child(1) {
    margin-top: 0;
  }


}

@media (max-width: 767px) {
  body {
    padding-bottom: calc(74px + env(safe-area-inset-bottom));
  }

  .home .ks-top {
    padding-top: 53px;
  }

  .ks-inner {
    width: calc(100% - 40px);
  }

  .ks-header {
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0;
    background: #fff;
  }

  .ks-header.is-sticky {
    background: #fff;
  }

  .ks-header .ks-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 53px;
    align-items: stretch;
    gap: 0;
    height: 53px;
  }

  .ks-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
    background: #1d2087;
    color: transparent;
    font-size: 0;
    padding: 0;
    width: 53px;
    min-height: 53px;
    height: 53px;
    position: relative;
    text-indent: -9999px;
    overflow: hidden;
  }

  .ks-mobile-reserve-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    display: block;
    background: #000;
    border-top: 1px solid rgba(255, 255, 255, 0.88);
    padding-bottom: env(safe-area-inset-bottom);
    transition: opacity 0.28s ease, transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
  }

  .ks-mobile-reserve-cta[data-hero-trigger="true"] {
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + env(safe-area-inset-bottom)));
  }

  .ks-mobile-reserve-cta[data-hero-trigger="true"].is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .ks-mobile-reserve-cta-link {
    min-height: 74px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: #fff !important;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.12em;
    line-height: 1.2;
  }

  .ks-mobile-reserve-cta-link img {
    width: 28px;
    height: 28px;
    filter: brightness(0) invert(1);
  }

  .ks-menu-toggle::before,
  .ks-menu-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 2px;
    background: #fff;
    transition: transform 0.24s ease, box-shadow 0.24s ease;
  }

  .ks-menu-toggle::before {
    transform: translate(-50%, calc(-50% - 6px));
    box-shadow: 0 6px 0 #fff;
  }

  .ks-menu-toggle::after {
    transform: translate(-50%, calc(-50% + 6px));
  }

  .ks-menu-toggle[aria-expanded="true"]::before {
    transform: translate(-50%, -50%) rotate(45deg);
    box-shadow: none;
  }

  .ks-menu-toggle[aria-expanded="true"]::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .ks-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    padding: 18px 20px 20px;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
    gap: 0;
    min-height: 0;
    border-left: 0;
    border-right: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition:
      opacity 0.24s ease,
      transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 0.34s;
  }

  .ks-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition:
      opacity 0.24s ease,
      transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 0s;
  }

  .ks-nav a {
    width: 100%;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.22s ease, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .ks-nav.is-open a {
    opacity: 1;
    transform: translateY(0);
  }

  .ks-nav.is-open a:nth-child(1) {
    transition-delay: 0.04s;
  }

  .ks-nav.is-open a:nth-child(2) {
    transition-delay: 0.08s;
  }

  .ks-nav.is-open a:nth-child(3) {
    transition-delay: 0.12s;
  }

  .ks-nav.is-open a:nth-child(4) {
    transition-delay: 0.06s;
  }

  .ks-nav-cta {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 14px;
    text-align: center;
    justify-content: center;
    height: 58px;
    font-size: 15px;
  }

  .ks-nav > a:not(.ks-nav-cta) {
    margin-top: 0;
    padding: 14px 0;
    border-bottom: 1px solid #ececec;
    line-height: 1.4;
  }

  .ks-header-brand {
    gap: 8px;
    margin: 0;
    padding: 6px 10px;
  }

  .ks-logo img {
    width: 34px;
    height: 34px;
  }

  .ks-brand-copy {
    height: auto;
    justify-content: center;
  }

  .ks-brand-access {
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 2px;
  }

  .ks-brand-name {
    font-size: 13px;
    line-height: 1.25;
  }

  .ks-hero-content {
    position: static;
    transform: none;
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .ks-hero {
    border-bottom: 1px solid #f0f0f0;
  }

  .ks-hero-slides {
    display: grid;
  }

  .ks-hero-slide {
    display: block;
    grid-area: 1 / 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.1s ease, visibility 1.1s ease;
  }

  .ks-hero-slide.is-active {
    opacity: 1;
    visibility: visible;
  }

  .ks-hero-bg {
    height: 380px;
    object-fit: cover;
    object-position: center;
  }

  .ks-hero-copy {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    display: flex;
    flex-direction: column;
    min-height: 246px;
    width: auto;
    padding: 6px 30px 10px;
    box-sizing: border-box;
    background: #f0f0f0;
  }

  .ks-hero-title {
    width: var(--ks-sp-hero-title-width, 230px);
    height: auto;
    margin: 30px 0 26px;
  }

  .ks-hero-slide.-slide-1 .ks-hero-title {
    --ks-sp-hero-title-width: 230px;
    margin-left: 0;
  }

  .ks-hero-slide.-slide-2 .ks-hero-title {
    --ks-sp-hero-title-width: 230px;
    margin-left: 0;
  }

  .ks-hero-slide.-slide-3 .ks-hero-title {
    --ks-sp-hero-title-width: 230px;
    margin-left: 0;
  }

  .ks-hero .ks-hero-slide .ks-hero-subcopy {
    margin-top: 0;
  }

  .ks-hero-subcopy {
    margin: 0;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.02em;
    text-shadow: none;
    width: auto;
  }

  .ks-sp-break {
    display: block;
    height: 0;
  }

  .ks-pc-break {
    display: none;
  }

  .ks-news {
    width: 100%;
    height: auto;
    min-height: 60px;
    margin-right: 0;
    border-radius: 16px;
    padding: 0 0;
    gap: 10px;
    flex-wrap: wrap;
  }

  .ks-news-label {
    font-size: 15px;
  }

  .ks-news-date {
    font-size: 15px;
    padding-left: 22px;
    border-left-width: 1px;
  }

  .ks-news-title {
    font-size: 15px;
    width: 100%;
  }

  .ks-news-item {
    gap: 10px;
    flex-wrap: wrap;
  }

  .ks-news-nav {
    margin-left: auto;
    margin-top: 0;
  }

  .ks-about,
  .ks-features,
  .ks-usecase,
  .ks-flow,
  .ks-footer-cta {
    padding: 0 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ks-about {
    height: 795px;
  }

  .ks-about .ks-about-badge {
    margin: 35px 0 14px auto;
    justify-self: end;
  }

  .ks-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .ks-usecase-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ks-features .ks-inner {
    width: calc(100% - 40px);
  }

  .ks-features-head {
    grid-template-columns: 1fr;
    row-gap: 16px;
    margin-bottom: 30px;
  }

  .ks-features-head p {
    grid-column: auto;
  }

  .ks-feature-card {
    width: auto;
    height: auto;
    min-height: 0;
    padding: 15px 10px 10px;
  }

  .ks-feature-card h3 {
    font-size: 15px;
    min-height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ks-feature-card-title-text {
    display: block;
    width: 100%;
  }

  .ks-feature-card p {
    font-size: 14px;
  }

  .ks-features .ks-center {
    margin-top: 28px;
  }

  .ks-features-button {
    width: 100%;
    min-width: 0;
    height: 64px;
  }

  .ks-usecase-head {
    position: static;
    margin-bottom: 18px;
  }

  .ks-usecase .ks-section-subhead {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 0;
  }

  .ks-usecase .ks-inner {
    --ks-section-max: none;
    width: min(1216px, calc(100% - 48px));
    position: relative;
    padding-bottom: 40px;
  }

  .ks-usecase-head p {
    margin-left: 0;
    line-height: 1.8;
  }

  .ks-usecase-grid {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }

  .ks-usecase-card:nth-child(2n) {
    transform: translateY(0);
  }

  .ks-usecase-card:nth-child(1),
  .ks-usecase-card:nth-child(2),
  .ks-usecase-card:nth-child(3),
  .ks-usecase-card:nth-child(4),
  .ks-usecase-card:nth-child(5),
  .ks-usecase-card:nth-child(6) {
    display: block;
    margin-top: 0;
  }

  .ks-usecase-copy {
    width: min(272px, 100%);
    max-width: 100%;
  }

  .ks-usecase-card:nth-child(odd) .ks-usecase-copy {
    margin-left: auto;
    margin-right: 0;
  }

  .ks-usecase-card:nth-child(even) .ks-usecase-copy {
    margin-left: 0;
    margin-right: auto;
  }

  .ks-usecase-card:nth-child(odd) h3,
  .ks-usecase-card:nth-child(odd) .ks-usecase-subtitle {
    text-align: right;
  }

  .ks-usecase-card:nth-child(even) h3,
  .ks-usecase-card:nth-child(even) .ks-usecase-subtitle {
    text-align: left;
  }

  .ks-usecase-card h3 {
    font-size: 24px;
  }

  .ks-price {
    padding: 44px 0;
  }

  .ks-price .ks-inner {
    width: calc(100% - 40px);
  }

  .ks-price-layout {
    display: flex;
    flex-direction: column;
  }

  .ks-price-title {
    flex: none;
    max-width: none;
    width: 100%;
    margin: 8px 0 0;
    margin-left: 0;
    font-size: 24px;
    padding-top: 0;
  }

  .ks-price-info {
    order: 3;
    flex: none;
    max-width: none;
    width: 100%;
    margin-left: 0;
    margin-top: 12px;
  }

  .ks-price .ks-section-subhead {
    flex: none;
    flex-basis: auto;
    gap: 8px;
  }

  .ks-price .ks-section-subhead::before {
    width: 36px;
  }

  .ks-price .ks-section-subhead img {
    width: 96px;
    height: 16px;
  }

  .ks-price-main {
    gap: 0;
    justify-content: center;
  }

  .ks-price-main-unit {
    margin-right: 12px;
  }

  .ks-price-main-yen {
    margin-left: 1px;
  }

  .ks-price-main-tax {
    margin-left: 2px;
  }

  .ks-price-main-unit {
    font-size: 16px;
  }

  .ks-price-main strong {
    font-size: 42px;
  }

  .ks-price-main-yen,
  .ks-price-main-tax {
    font-size: 18px;
  }

  .ks-price-note,
  .ks-price-meta {
    font-size: 14px;
    line-height: 1.7;
  }

  .home .ks-top .ks-price-meta {
    font-size: 15px;
    margin-top: 5px;
  }

  .ks-price-actions {
    order: 4;
    position: static;
    flex: none;
    width: 100%;
    margin-left: 0;
    margin-top: 12px;
    gap: 10px;
  }

  .ks-price-button {
    width: 100%;
    height: 60px;
    padding: 0 18px;
    font-size: 16px;
  }

  .ks-price-button::after {
    width: 10px;
    height: 10px;
    right: 16px;
    border-top-width: 1px;
    border-right-width: 1px;
  }

  .ks-flow-head {
    grid-template-columns: 1fr;
    row-gap: 16px;
    margin-bottom: 30px;
  }

  .ks-flow-title {
    margin-left: 0;
    font-size: 24px;
  }

  .ks-flow-lead {
    grid-column: auto;
    margin-left: 0;
    font-size: 14px;
    line-height: 1.8;
  }

  .ks-flow-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ks-flow-card {
    width: min(100%, 520px);
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    column-gap: 14px;
    row-gap: 0;
    align-items: center;
    position: relative;
    max-width: none;
    margin: 0 auto;
    padding: 13px 16px;
    text-align: left;
    background: #fff;
    border: 1px solid #d8e7ee;
    border-radius: 20px;
  }

  .ks-flow-copy {
    grid-column: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    position: relative;
    z-index: 1;
  }

  .ks-flow-card::before {
    content: "";
    position: absolute;
    top: -17px;
    bottom: calc(100% - 1px);
    left: 58px;
    width: 1px;
    background: #d8e7ee;
    z-index: 0;
  }

  .ks-flow-card:first-child::before {
    display: none;
  }

  .ks-flow-card:not(:last-child)::after {
    content: "";
    position: absolute;
    top: calc(100% - 1px);
    bottom: -17px;
    left: 58px;
    width: 1px;
    background: #d8e7ee;
    z-index: 0;
  }

  .ks-flow-step {
    margin: 0;
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 1;
    position: relative;
    z-index: 1;
  }

  .ks-flow-icon {
    grid-column: 1;
    grid-row: 1;
    width: 84px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
  }

  .ks-flow-icon img {
    width: 84px;
    height: 84px;
  }

  .ks-flow-card h3 {
    font-size: 18px;
    margin: 0;
    line-height: 1.25;
    position: relative;
    z-index: 1;
  }

  .ks-flow-card p:not(.ks-flow-step) {
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: 0.02em;
    margin: 0;
    position: relative;
    z-index: 1;
  }

  .ks-flow .ks-center {
    margin-top: 28px;
  }

  .ks-flow-button {
    width: 100%;
    min-width: 0;
    height: 60px;
    padding: 0 18px;
    font-size: 16px;
  }

  .ks-flow-button::after {
    width: 10px;
    height: 10px;
    right: 16px;
  }

  .ks-footer-cta-actions {
    margin-top: 22px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ks-footer-cta-button {
    height: 72px;
    font-size: 18px;
    padding: 0 22px;
    gap: 10px;
  }

  .ks-footer-cta-title {
    font-size: 20px;
    line-height: 1.35;
  }

  .ks-footer-cta-lead {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.8;
  }

  .ks-footer-cta {
    padding: 56px 0 64px;
  }

  .ks-footer-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.6);
  }

  .ks-footer-cta .ks-inner {
    width: calc(100% - 32px);
  }

  .ks-footer-cta-title,
  .ks-footer-cta-lead {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .ks-footer-cta-button img {
    width: 18px;
  }

  .ks-footer-cta-button span {
    display: block;
    padding-right: 20px;
    line-height: 1.35;
  }

  .ks-footer-cta-button::after {
    width: 10px;
    height: 10px;
    right: 18px;
  }

  .ks-home-footer {
    padding-top: 56px;
  }

  .ks-home-footer-inner {
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
  }

  .ks-home-footer-brand {
    display: grid;
    justify-items: center;
    width: 100%;
    gap: 30px;
  }

  .ks-home-footer-brand-copy {
    width: 100%;
  }

  .ks-home-footer-brand > img {
    width: 90px;
    height: 90px;
    flex-basis: 96px;
  }

  .ks-home-footer-name {
    font-size: 20px;
  }

  .ks-home-footer-address,
  .ks-home-footer-meta {
    font-size: 13px;
  }

  .ks-home-footer-nav {
    justify-content: flex-start;
    gap: 15px;
  }

  .ks-home-footer-nav a,
  .ks-home-footer-policy {
    font-size: 14px;
  }

  .ks-home-footer-policy {
    font-size: 13px;
    float: none;
    margin-top: 28px;
  }

  .ks-home-footer-copyright {
    margin-top: 30px;
    font-size: 12px;
    height: 44px;
  }

}
.home .ks-top p:where(:not(.ks-hero-subcopy):not(.ks-news-label):not(.ks-news-title):not(.ks-price-note):not(.ks-price-meta)) {
  margin: 8px 0 19px;
}

.home .ks-top .ks-flow-lead {
  margin: 0;
  margin-left: -27px;
}

@media (max-width: 767px) {
  .home .ks-top .ks-flow-lead {
    margin-left: 0;
  }

  .home .ks-top .ks-flow-step {
    margin: 0;
    margin-bottom: 6px;
  }

  .home .ks-top .ks-flow-card p:not(.ks-flow-step) {
    margin: 0;
    text-align: left;
  }

  .home .ks-top .ks-flow-card h3 {
    margin: 0;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .home .ks-top .ks-flow-step {
    margin: 10px 0 12px;
  }
}
