@charset "UTF-8";
/* ==========================================================
 Foundation
========================================================== */
:root {
  --ink: #151515;
  --paper: #f4f1eb;
  --lime: #d8ff45;
  --blue: #4169e1;
  --line: rgba(21, 21, 21, 0.17);
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 14px;
}

body {
  margin: 0;
  color: #151515;
  background: #f4f1eb;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
body.is-menu-fixed {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

[v-cloak] {
  display: none;
}

/* ==========================================================
 Layout
========================================================== */
.l-container {
  width: min(1000px, 100% - 3rem);
  margin-inline: auto;
}

.l-section {
  padding: 9rem 0;
}

.l-header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(1180px, 100% - 3rem);
  height: 7.2rem;
  margin: auto;
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.8rem;
  font: 600 0.78rem "DM Sans", sans-serif;
  letter-spacing: 0.1em;
}
.l-header__nav a:not(.l-header__contact) {
  position: relative;
  padding: 0.8rem 0;
}
.l-header__nav a:not(.l-header__contact)::after {
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  background: #151515;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__nav a:not(.l-header__contact):hover::after, .l-header__nav a:not(.l-header__contact).is-current::after {
  width: 100%;
}
.l-header__nav a > span {
  margin-right: 0.45rem;
  color: #777;
  font-size: 0.62rem;
}
.l-header__contact {
  padding: 1rem 1.4rem;
  color: white;
  background: #151515;
}
.l-header__contact span {
  margin-left: 1.6rem;
  color: #d8ff45 !important;
  font-size: 1rem !important;
}
.l-header__toggle {
  display: none;
}

.l-footer {
  padding: 7.5rem 0 2rem;
  color: white;
  background: #151515;
}
.l-footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5rem 0;
  border-bottom: 1px solid #3c3c3c;
}
.l-footer__main p {
  margin: 2rem 0 0;
  color: #aaa;
  font-size: 0.78rem;
  line-height: 2;
}
.l-footer__main nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  font: 600 0.8rem "DM Sans", sans-serif;
  letter-spacing: 0.12em;
}
.l-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1.5rem;
  color: #777;
  font: 500 0.65rem "DM Sans", sans-serif;
  letter-spacing: 0.15em;
}

/* ==========================================================
 Component
========================================================== */
.c-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  font: 700 1rem/1 "DM Sans", sans-serif;
  letter-spacing: 0.18em;
}
.c-logo svg {
  width: 2.4rem;
  fill: currentColor;
}
.c-logo small {
  display: block;
  margin-top: 0.45rem;
  color: #707070;
  font-size: 0.48rem;
  letter-spacing: 0.25em;
}
.c-logo--light {
  color: white;
}

.c-eyebrow {
  margin: 0 0 1.2rem;
  font: 600 0.72rem "DM Sans", sans-serif;
  letter-spacing: 0.2em;
}

.c-section-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin: 0 0 2rem;
  font: 600 0.72rem "DM Sans", sans-serif;
  letter-spacing: 0.18em;
}
.c-section-label span {
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  border: 1px solid rgba(21, 21, 21, 0.17);
  border-radius: 50%;
  font-size: 0.6rem;
}
.c-section-label--light span {
  border-color: #555;
}

.c-section-title {
  margin: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.c-section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4rem;
}

.c-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 17rem;
  padding: 1.25rem 1.5rem;
  border: 0;
  cursor: pointer;
  font-weight: 600;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.c-button:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.c-button--primary {
  color: white;
  background: #151515;
}
.c-button--primary span {
  color: #d8ff45;
}
.c-button--submit {
  width: 100%;
  margin-top: 2.5rem;
}

.c-text-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid currentColor;
  font-size: 0.82rem;
  font-weight: 600;
}
.c-text-link span {
  font-size: 1.2rem;
}
.c-text-link--light {
  color: white;
}

.c-form-field {
  margin-bottom: 2rem;
}
.c-form-field label {
  display: block;
  margin-bottom: 0.7rem;
  font-weight: 600;
}
.c-form-field label em,
.c-form-field label small {
  margin-left: 0.7rem;
  padding: 0.2rem 0.45rem;
  font-size: 0.62rem;
  font-style: normal;
}
.c-form-field label em {
  color: white;
  background: #4169e1;
}
.c-form-field label small {
  color: #777;
  background: #e9e6df;
}
.c-form-field input,
.c-form-field select,
.c-form-field textarea {
  width: 100%;
  padding: 1.15rem;
  border: 1px solid #d5d1c8;
  border-radius: 0;
  outline: none;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-form-field input:focus,
.c-form-field select:focus,
.c-form-field textarea:focus {
  border-color: #4169e1;
  -webkit-box-shadow: 0 0 0 2px rgba(65, 105, 225, 0.1);
          box-shadow: 0 0 0 2px rgba(65, 105, 225, 0.1);
}
.c-form-field input[aria-invalid=true],
.c-form-field select[aria-invalid=true],
.c-form-field textarea[aria-invalid=true] {
  border-color: #d44343;
}
.c-form-field textarea {
  resize: vertical;
}
.c-form-field__error {
  margin: 0.4rem 0 0;
  color: #c43232;
  font-size: 0.75rem;
}

.c-form-agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7rem;
  margin-top: 0.5rem;
  cursor: pointer;
}
.c-form-agree input {
  width: 1.2rem;
  height: 1.2rem;
  accent-color: #4169e1;
}

/* ==========================================================
 Project: Header / Hero / Top
========================================================== */
.p-hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 52rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding-top: 7rem;
  background: #f4f1eb;
}
.p-hero::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  content: "";
  background: #d8ff45;
}
.p-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-hero__content {
  position: relative;
  z-index: 2;
}
.p-hero__title {
  margin: 0;
  font-size: 5.7rem;
  font-weight: 500;
  line-height: 1.13;
  letter-spacing: -0.07em;
}
.p-hero__title span {
  position: relative;
  z-index: 1;
}
.p-hero__title span::after {
  position: absolute;
  z-index: -1;
  bottom: 0.07em;
  left: 0;
  width: 100%;
  height: 0.22em;
  content: "";
  background: #d8ff45;
}
.p-hero__lead {
  margin: 2rem 0 2.8rem;
  color: #555;
}
.p-hero__visual {
  position: relative;
  display: grid;
  height: 36rem;
  place-items: center;
}
.p-hero__visual::before {
  position: absolute;
  width: 25rem;
  height: 31rem;
  content: "";
  background: #4169e1;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}
.p-hero__visual p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: white;
  font: 700 5.4rem/0.8 "DM Sans", sans-serif;
  letter-spacing: -0.09em;
  mix-blend-mode: screen;
}
.p-hero__orb {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.p-hero__orb--one {
  top: 1rem;
  right: -2rem;
  width: 13rem;
  height: 13rem;
  background: #ff6a3d;
}
.p-hero__orb--two {
  bottom: 1rem;
  left: 0;
  width: 9rem;
  height: 9rem;
  background: #ffc4d5;
}
.p-hero__scroll {
  position: absolute;
  bottom: 2rem;
  left: 2.5rem;
  margin: 0;
  font: 600 0.6rem "DM Sans", sans-serif;
  letter-spacing: 0.2em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.p-hero__scroll span {
  display: inline-block;
  width: 3rem;
  height: 1px;
  margin: 0 0 0.2rem 0.7rem;
  background: #151515;
}

.p-concept__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7rem;
}
.p-concept__body {
  padding-top: 4.5rem;
}
.p-concept__body p {
  margin: 0 0 1.7rem;
  color: #555;
  line-height: 2.25;
}
.p-concept__body .c-text-link {
  margin-top: 1.2rem;
}

.p-services {
  color: white;
  background: #151515;
}
.p-services__list {
  border-top: 1px solid #444;
}

.p-service-card {
  display: grid;
  grid-template-columns: 5rem 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 10rem;
  border-bottom: 1px solid #444;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.p-service-card:hover {
  padding-left: 1rem;
  color: #d8ff45;
}
.p-service-card__number {
  color: #777;
  font: 500 0.7rem "DM Sans", sans-serif;
}
.p-service-card__en {
  margin: 0 0 0.4rem;
  color: #888;
  font: 500 0.65rem "DM Sans", sans-serif;
  letter-spacing: 0.15em;
}
.p-service-card h3 {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 500;
}
.p-service-card__arrow {
  font-size: 2rem;
}

.p-news__grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 5rem;
}
.p-news__list {
  border-top: 1px solid #151515;
}

.p-news-item {
  display: grid;
  grid-template-columns: 7rem 6rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 6.5rem;
  border-bottom: 1px solid rgba(21, 21, 21, 0.17);
}
.p-news-item time {
  font: 500 0.72rem "DM Sans", sans-serif;
}
.p-news-item span {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.22rem 0.6rem;
  border: 1px solid #aaa;
  font-size: 0.62rem;
}
.p-news-item p {
  margin: 0;
}

/* ==========================================================
 Project: Lower pages
========================================================== */
.p-page-hero {
  padding: 13rem 0 6.5rem;
  overflow: hidden;
  color: white;
  background: #4169e1;
}
.p-page-hero--contact {
  background: #ff6846;
}
.p-page-hero h1 {
  position: relative;
  margin: 0;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.06em;
}
.p-page-hero h1 span {
  position: absolute;
  right: 0;
  bottom: -2.5rem;
  color: rgba(255, 255, 255, 0.15);
  font: 700 9rem/1 "DM Sans", sans-serif;
  letter-spacing: -0.08em;
}
.p-page-hero .l-container > p:last-child {
  width: 43%;
  margin: 2rem 0 0 auto;
  font-size: 1.05rem;
}

.p-service-intro p {
  margin: 0;
  padding-top: 0.7rem;
  color: #555;
  line-height: 2.2;
}

.p-service-detail__item {
  padding: 8rem 0;
  border-top: 1px solid rgba(21, 21, 21, 0.17);
  scroll-margin-top: 2rem;
}
.p-service-detail__item:nth-child(even) {
  background: #e9e6df;
}
.p-service-detail__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7rem;
}
.p-service-detail__grid--reverse .p-service-detail__visual {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-service-detail__visual {
  position: relative;
  display: grid;
  height: 26rem;
  place-items: center;
  overflow: hidden;
}
.p-service-detail__visual span {
  position: absolute;
  z-index: 2;
  top: 1.4rem;
  left: 1.4rem;
  color: white;
  font: 500 0.8rem "DM Sans", sans-serif;
}
.p-service-detail__visual div {
  width: 12rem;
  height: 12rem;
  border: 2.5rem solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  -webkit-box-shadow: 3rem 3rem 0 rgba(0, 0, 0, 0.13);
          box-shadow: 3rem 3rem 0 rgba(0, 0, 0, 0.13);
}
.p-service-detail__visual--blue {
  background: #4169e1;
}
.p-service-detail__visual--green {
  background: #159b72;
}
.p-service-detail__visual--orange {
  background: #ff6846;
}
.p-service-detail__content h2 {
  margin: 0 0 1.5rem;
  font-size: 2.5rem;
  font-weight: 500;
}
.p-service-detail__content > p:not(.c-eyebrow) {
  color: #555;
  line-height: 2.1;
}
.p-service-detail__content ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}
.p-service-detail__content li {
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(21, 21, 21, 0.17);
  font-size: 0.8rem;
}
.p-service-detail__content li::before {
  margin-right: 0.5rem;
  color: #4169e1;
  content: "＋";
}

.p-contact__grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 7rem;
}
.p-contact__aside h2 {
  margin: 0 0 1.5rem;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-contact__aside > p {
  color: #666;
}
.p-contact__aside dl {
  margin-top: 3rem;
  border-top: 1px solid rgba(21, 21, 21, 0.17);
}
.p-contact__aside dl div {
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(21, 21, 21, 0.17);
}
.p-contact__aside dt {
  color: #777;
  font-size: 0.68rem;
}
.p-contact__aside dd {
  margin: 0;
  font: 600 1.15rem "DM Sans", sans-serif;
}
.p-contact__form-wrap {
  padding: 3rem;
  background: white;
}
.p-contact__complete {
  padding: 7rem 1rem;
  text-align: center;
}
.p-contact__complete > span {
  display: grid;
  width: 4rem;
  height: 4rem;
  margin: 0 auto 2rem;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: #159b72;
  font-size: 1.6rem;
}
.p-contact__complete h2 {
  font-size: 1.6rem;
}
.p-contact__complete p {
  margin-bottom: 2.5rem;
  color: #666;
}

.p-footer-cta {
  position: relative;
  display: block;
  padding: 1rem 0 5rem;
  border-bottom: 1px solid #3c3c3c;
}
.p-footer-cta strong {
  display: block;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: -0.05em;
}
.p-footer-cta__arrow {
  position: absolute;
  right: 0;
  bottom: 4.5rem;
  display: grid;
  width: 5rem;
  height: 5rem;
  place-items: center;
  border-radius: 50%;
  color: #151515;
  background: #d8ff45;
  font-size: 2rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.p-footer-cta:hover .p-footer-cta__arrow {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* ==========================================================
 Utility / Responsive
========================================================== */
@media (min-width: 751px) and (max-width: 1000px) {
  html {
    font-size: calc(1.4px * 1vw);
  }
}
@media (max-width: 750px) {
  html {
    font-size: calc(3.7333333333px * 1vw);
  }
  .l-container {
    width: calc(100% - 2.2rem);
  }
  .l-section {
    padding: 5.5rem 0;
  }
  .l-header__inner {
    width: calc(100% - 2rem);
    height: 5.2rem;
  }
  .l-header__toggle {
    position: relative;
    z-index: 2;
    display: block;
    width: 3rem;
    height: 3rem;
    border: 0;
    background: transparent;
  }
  .l-header__toggle span {
    position: absolute;
    left: 0.45rem;
    width: 2.1rem;
    height: 1px;
    background: #151515;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .l-header__toggle span:first-child {
    top: 1.15rem;
  }
  .l-header__toggle span:last-child {
    top: 1.8rem;
  }
  .l-header__nav {
    position: fixed;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.8rem;
    padding: 2rem;
    visibility: hidden;
    opacity: 0;
    background: #d8ff45;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .l-header__nav a:not(.l-header__contact) {
    font-size: 2.1rem;
  }
  .l-header__contact {
    width: 100%;
    margin-top: 1rem;
  }
  .l-header.is-menu-open .l-header__nav {
    visibility: visible;
    opacity: 1;
  }
  .l-header.is-menu-open .l-header__toggle span:first-child {
    top: 1.5rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .l-header.is-menu-open .l-header__toggle span:last-child {
    top: 1.5rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .l-footer {
    padding-top: 5rem;
  }
  .l-footer__main {
    display: block;
    padding: 4rem 0 3rem;
  }
  .l-footer__main nav {
    margin-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .l-footer__bottom {
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-section-title {
    font-size: 2.3rem;
  }
  .c-section-heading {
    display: block;
  }
  .c-section-heading > .c-text-link {
    margin-top: 2.5rem;
  }
  .c-button {
    min-width: 15rem;
  }
  .p-hero {
    min-height: 48rem;
    padding-top: 6rem;
  }
  .p-hero::before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 35%;
  }
  .p-hero__inner {
    display: block;
  }
  .p-hero__title {
    font-size: 4rem;
  }
  .p-hero__lead {
    margin: 1.7rem 0 2rem;
  }
  .p-hero__visual {
    position: absolute;
    right: -2rem;
    bottom: -14rem;
    width: 15rem;
    height: 22rem;
  }
  .p-hero__visual::before {
    width: 13rem;
    height: 18rem;
  }
  .p-hero__visual p {
    font-size: 3rem;
  }
  .p-hero__orb--one {
    width: 7rem;
    height: 7rem;
  }
  .p-hero__orb--two {
    width: 5rem;
    height: 5rem;
  }
  .p-hero__scroll {
    display: none;
  }
  .p-concept__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .p-concept__body {
    padding-top: 0;
  }
  .p-service-card {
    grid-template-columns: 3rem 1fr auto;
    min-height: 8rem;
  }
  .p-service-card h3 {
    font-size: 1.35rem;
  }
  .p-news__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .p-news-item {
    grid-template-columns: 6.2rem 1fr;
    gap: 0.5rem;
    padding: 1.2rem 0;
  }
  .p-news-item p {
    grid-column: 1/-1;
  }
  .p-page-hero {
    padding: 10rem 0 5rem;
  }
  .p-page-hero h1 {
    font-size: 3.1rem;
  }
  .p-page-hero h1 span {
    right: -1rem;
    bottom: -1rem;
    font-size: 5rem;
  }
  .p-page-hero .l-container > p:last-child {
    width: 100%;
    margin-top: 3rem;
  }
  .p-service-detail__item {
    padding: 5rem 0;
  }
  .p-service-detail__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .p-service-detail__grid--reverse .p-service-detail__visual {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .p-service-detail__visual {
    height: 20rem;
  }
  .p-service-detail__content h2 {
    font-size: 2rem;
  }
  .p-contact__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .p-contact__form-wrap {
    padding: 1.5rem;
  }
  .p-contact__aside h2 {
    font-size: 2.3rem;
  }
  .p-footer-cta strong {
    font-size: 2.5rem;
  }
  .p-footer-cta__arrow {
    bottom: 4rem;
    width: 3.5rem;
    height: 3.5rem;
  }
  .u-pc-only {
    display: none;
  }
}