:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.p-company__subtitle {
  letter-spacing: .04em;
  font-family: Abel, sans-serif;
  font-size: 18px;
}

.c-service__body {
  width: 50%;
}

.s-header__inner {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.c-logo__img {
  height: 100%;
}

.c-service__thumbnail {
  aspect-ratio: 16 / 9;
  width: 50%;
  position: relative;
  overflow: hidden;
}

.p-company__heading {
  width: 33.3%;
  max-width: 400px;
  margin-bottom: 80px;
  position: relative;
}

.p-mv {
  width: 100%;
  height: 100svh;
  max-height: 1080px;
  padding: 128px 40px 40px;
  position: relative;
}

.s-footer {
  background-color: var(--color-main);
  padding: 96px 40px;
}

.p-company__inner {
  flex-flow: column;
  width: 66.6%;
  max-width: 800px;
  padding-top: 32px;
  display: flex;
  position: relative;
}

.p-mv__heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  background-image: linear-gradient(rgba(51, 51, 51, .48), rgba(51, 51, 51, .48)), url('../images/zerosite-mv.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.p-mv__heading.lp {
  background-image: linear-gradient(rgba(51, 51, 51, .64), rgba(51, 51, 51, .64)), url('../images/lp-mv.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.c-heading-lv2 {
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 1.2em;
}

.s-footer__inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.s-header {
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  height: 96px;
  padding-left: 40px;
  padding-right: 40px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.l-wrap {
  background-color: var(--color-container);
  font-family: Zen Kaku Gothic New, sans-serif;
  overflow: hidden;
}

.s-header__logo {
  height: 28px;
  padding-left: 0;
  overflow: hidden;
}

.p-service__heading {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 80px;
  position: relative;
}

.p-divider {
  background-color: var(--color-support);
  width: 100%;
  max-width: 1200px;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.p-divider.top {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.p-company__table {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: .25fr 1fr;
}

.p-service__text {
  letter-spacing: .02em;
  color: var(--color-sub);
  line-height: 1.8em;
}

.p-service__item {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.p-company__flex {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.c-heading-lv1 {
  letter-spacing: .04em;
  font-size: 44px;
  line-height: 1.4em;
}

.c-heading-lv1.sp {
  display: none;
}

.c-heading-lv1.lp {
  font-size: 48px;
}

.p-company__th {
  letter-spacing: .02em;
  margin-bottom: 0;
  line-height: 1.6rem;
}

.p-header__link {
  letter-spacing: .02em;
  color: var(--color-main);
  border-bottom: 1px solid rgba(51, 51, 51, 0);
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 500;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease-in;
}

.p-header__link:hover {
  color: var(--color-accent);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color-accent);
}

.p-header__link.w--current {
  color: var(--color-main);
}

.l-main {
  overflow: hidden;
}

.c-heading-lv4 {
  letter-spacing: .04em;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.5em;
}

.p-service__subtitle {
  letter-spacing: .04em;
  font-family: Abel, sans-serif;
  font-size: 18px;
}

.s-service__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.s-footer__copyright {
  color: var(--color-container);
  margin-bottom: 0;
}

.p-company__td {
  letter-spacing: .02em;
  margin-bottom: 0;
  line-height: 1.6em;
}

.p-service {
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 160px 40px 128px;
  display: flex;
  position: relative;
}

.p-company {
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 160px 40px;
  display: flex;
  position: relative;
}

.p-service__inner {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.body {
  color: var(--color-main);
}

.p-news {
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 160px 40px;
  display: flex;
  position: relative;
}

.p-news__flex {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.p-news__heading {
  width: 33.3%;
  max-width: 400px;
  margin-bottom: 80px;
  position: relative;
}

.p-news__subtitle {
  letter-spacing: .04em;
  font-family: Abel, sans-serif;
  font-size: 18px;
}

.p-news__inner {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 66.6%;
  max-width: 800px;
  padding-top: 32px;
  display: flex;
  position: relative;
}

.p-news__item {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.c-news__thumbnail {
  aspect-ratio: 16 / 9;
  width: 50%;
  display: none;
  position: relative;
  overflow: hidden;
}

.s-news__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.p-news__text {
  letter-spacing: .02em;
  color: var(--color-sub);
  line-height: 1.8em;
}

.p-news__date {
  letter-spacing: .04em;
  color: var(--color-sub);
  font-family: Abel, sans-serif;
  font-size: 16px;
}

.c-heading-lv5 {
  letter-spacing: .04em;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.5em;
}

.p-contact {
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 160px 40px;
  display: flex;
  position: relative;
}

.p-contact__flex {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.p-contact__heading {
  width: 33.3%;
  max-width: 400px;
  margin-bottom: 80px;
  position: relative;
}

.p-contact__subtitle {
  letter-spacing: .04em;
  font-family: Abel, sans-serif;
  font-size: 18px;
}

.p-contact__inner {
  flex-flow: column;
  width: 66.6%;
  max-width: 800px;
  padding-top: 32px;
  display: flex;
  position: relative;
}

.p-contact__input {
  border-style: solid;
  border-width: 1px;
  border-top-color: var(--color-support);
  border-right-color: var(--color-support);
  border-bottom-color: var(--color-support);
  border-left-color: var(--color-support);
  height: 48px;
  margin-bottom: 24px;
}

.p-contact__textarea {
  border-style: solid;
  border-width: 1px;
  border-top-color: var(--color-support);
  border-right-color: var(--color-support);
  border-bottom-color: var(--color-support);
  border-left-color: var(--color-support);
  min-height: 160px;
  margin-bottom: 32px;
}

.p-contact__button {
  color: var(--color-container);
  background-color: var(--color-main);
  width: 200px;
  height: 56px;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.p-contact__label {
  font-weight: 500;
}

.required {
  color: #f23a3c;
}

.success-message {
  border-style: solid;
  border-width: 1px;
  border-top-color: var(--color-support);
  border-right-color: var(--color-support);
  border-bottom-color: var(--color-support);
  border-left-color: var(--color-support);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 8px;
}

.success-message-2 {
  background-color: var(--color-container);
  border-style: solid;
  border-width: 1px;
  border-top-color: var(--color-support);
  border-right-color: var(--color-support);
  border-bottom-color: var(--color-support);
  border-left-color: var(--color-support);
  border-radius: 8px;
}

.image-56 {
  display: none;
}

.p-mv__heding-text {
  text-align: center;
  max-width: 800px;
  font-size: 18px;
  line-height: 1.8em;
}

.p-mv__cta-button {
  background-color: var(--color-accent);
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  min-width: 280px;
  height: 64px;
  font-size: 18px;
  font-weight: 500;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
}

.p-mv__cta-button:hover {
  background-color: var(--color-accent-sub);
}

.p-feature {
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 160px 40px 128px;
  display: flex;
  position: relative;
}

.p-feature__heading {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 80px;
  position: relative;
}

.p-feature__inner {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  display: grid;
  position: relative;
}

.p-feature__item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.c-feature__icon {
  aspect-ratio: 1;
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.s-feature__image {
  object-fit: cover;
  width: 48%;
  height: 48%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.p-pricing {
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 160px 40px 80px;
  display: flex;
  position: relative;
}

.p-pricing__inner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 800px;
  display: flex;
  position: relative;
}

.p-pricing__heading {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 80px;
  position: relative;
}

.p-pricing__subtitle {
  letter-spacing: .04em;
  font-family: Abel, sans-serif;
  font-size: 18px;
}

.p-feature__subtitle {
  letter-spacing: .04em;
  font-family: Abel, sans-serif;
  font-size: 18px;
}

.p-pricing__text {
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3em;
  display: flex;
}

.p-pricing__initial-cost {
  text-align: center;
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6em;
}

.p-pricing__yen {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.p-pricing__monthly-number {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 64px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.p-pricing__monthly-cost {
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  margin-top: 32px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.p-pricing__container {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 80px;
  display: flex;
}

.s-footer__legal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin-bottom: 32px;
  display: flex;
}

.p-footer__link {
  letter-spacing: .02em;
  color: var(--color-container);
  border-bottom: 1px solid rgba(51, 51, 51, 0);
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 500;
  text-decoration: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease-in;
}

.p-footer__link:hover {
  color: var(--color-container);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color-container);
}

.p-footer__link.w--current {
  color: var(--color-main);
}

.p-cta {
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 48px 40px 128px;
  display: flex;
  position: relative;
}

.p-cta__container {
  background-image: linear-gradient(rgba(51, 51, 51, .64), rgba(51, 51, 51, .64)), url('../images/lp-mv.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 80px;
  display: flex;
}

.p-cta__cta-button {
  background-color: var(--color-accent);
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  min-width: 240px;
  height: 64px;
  font-size: 18px;
  font-weight: 500;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
}

.p-cta__cta-button:hover {
  background-color: var(--color-accent-sub);
}

.p-cta__heading {
  color: var(--white);
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 40px;
  position: relative;
}

.s-pageheader {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  padding: 128px 40px 40px;
  display: flex;
  position: relative;
}

.p-pageheader__inner {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.p-pageheader__inner.legal {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  max-width: 800px;
  display: flex;
}

.p-article {
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-bottom: 128px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.p-article__inner {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 800px;
  position: relative;
}

.p-article__rich-text h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.4em;
}

.p-article__rich-text h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.4em;
}

.bold-text {
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  .p-company__heading {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 48px;
  }

  .p-company__inner {
    width: 100%;
    max-width: 1200px;
  }

  .s-header__nav {
    color: #fff;
    background-color: #333;
    width: 240px;
    height: 100svh;
    padding: 96px 32px 32px;
  }

  .p-service__heading {
    margin-bottom: 48px;
  }

  .p-service__item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .c-hamburger {
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: -12px;
    padding: 0;
    display: flex;
  }

  .p-company__flex {
    flex-flow: column;
  }

  .c-hamburger__icon {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .c-heading-lv1 {
    font-size: 32px;
  }

  .p-header__link {
    color: #fff;
  }

  .p-header__link.w--current {
    color: var(--white);
  }

  .p-news__flex {
    flex-flow: column;
  }

  .p-news__heading {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 48px;
  }

  .p-news__inner {
    width: 100%;
    max-width: 1200px;
  }

  .p-news__item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .p-contact__flex {
    flex-flow: column;
  }

  .p-contact__heading {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 48px;
  }

  .p-contact__inner {
    width: 100%;
    max-width: 1200px;
  }

  .p-feature__heading {
    margin-bottom: 48px;
  }

  .p-feature__item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .p-pricing__heading {
    margin-bottom: 48px;
  }

  .p-footer__link {
    color: #fff;
  }

  .p-footer__link.w--current {
    color: var(--white);
  }
}

@media screen and (max-width: 479px) {
  .p-company__subtitle {
    font-size: 16px;
  }

  .c-service__body, .c-service__thumbnail {
    width: 100%;
  }

  .p-mv {
    padding: 96px 16px 16px;
  }

  .s-footer {
    padding: 64px 16px;
  }

  .p-mv__heading {
    padding: 20px;
    align-items: flex-start;
  }

  .p-mv__heading.lp {
    padding-top: 48px;
  }

  .c-heading-lv2 {
    font-size: 28px;
  }

  .c-heading-lv2.lp {
    letter-spacing: .02em;
  }

  .s-footer__inner {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .s-header {
    height: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .s-header__logo {
    height: 24px;
    padding-left: 0;
  }

  .p-service__item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .c-hamburger {
    width: 40px;
    height: 40px;
  }

  .c-heading-lv1 {
    letter-spacing: .02em;
    word-break: normal;
    font-size: 30px;
    display: none;
  }

  .c-heading-lv1.sp {
    display: block;
  }

  .c-heading-lv1.lp.sp {
    word-break: normal;
    font-size: 32px;
    display: block;
  }

  .p-header__link {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .c-heading-lv4 {
    font-size: 20px;
  }

  .p-service__subtitle {
    font-size: 16px;
  }

  .p-service {
    padding: 128px 16px 96px;
  }

  .p-company, .p-news {
    padding: 128px 16px;
  }

  .p-news__subtitle {
    font-size: 16px;
  }

  .p-news__item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .c-news__thumbnail, .c-news__body {
    width: 100%;
  }

  .p-news__date {
    font-size: 14px;
  }

  .c-heading-lv5 {
    font-size: 18px;
  }

  .p-contact {
    padding: 128px 16px;
  }

  .p-contact__subtitle {
    font-size: 16px;
  }

  .p-contact__button {
    width: 100%;
  }

  .image-56 {
    width: 16px;
    height: 16px;
    display: none;
  }

  .p-mv__heding-text {
    text-align: left;
    font-size: 14px;
  }

  .p-mv__cta-button {
    width: 100%;
    height: 48px;
    font-size: 16px;
  }

  .p-feature {
    padding: 128px 16px 96px;
  }

  .p-feature__inner {
    grid-column-gap: 16px;
    grid-row-gap: 48px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .p-feature__item {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
  }

  .c-feature__icon, .c-feature__body {
    width: 100%;
  }

  .p-pricing {
    padding-top: 128px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .p-pricing__subtitle, .p-feature__subtitle {
    font-size: 16px;
  }

  .p-pricing__text {
    font-size: 14px;
  }

  .p-pricing__initial-cost {
    margin-bottom: 24px;
    font-size: 14px;
  }

  .p-pricing__yen {
    font-size: 32px;
  }

  .p-pricing__monthly-number {
    font-size: 40px;
  }

  .p-pricing__monthly-cost {
    margin-top: 24px;
  }

  .p-pricing__container {
    padding: 64px 20px 48px;
  }

  .s-footer__legal {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .p-footer__link {
    padding: 4px 0;
    font-size: 14px;
  }

  .p-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .p-cta__container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-cta__cta-button {
    width: 100%;
    height: 48px;
    font-size: 16px;
  }

  .p-cta__heading {
    margin-bottom: 24px;
  }

  .s-pageheader {
    height: 320px;
    padding: 96px 16px 16px;
  }

  .p-pageheader__inner {
    grid-column-gap: 16px;
    grid-row-gap: 48px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .p-article {
    padding-left: 16px;
    padding-right: 16px;
  }

  .p-article__inner {
    grid-column-gap: 16px;
    grid-row-gap: 48px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}


