:root {
  --pink: #ff337b;
  --blue: #33b9ff;
  --green: #8bfff3;
  --orange: #ff7e5b;
  --ink: #171717;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
.font-BE {
  font-family: "bebas-neue-v14-deprecated", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font-BE._long {
  letter-spacing: 0.1em;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  margin: 0;
}
body {
  overflow: hidden;
  background: #fff;
  color: var(--ink);
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
p {
  margin: 0;
}
.sp-br {
  display: none;
}
.preloader {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  background: #fff;
}
.preloader > i {
  position: relative;
  display: block;
  width: 100vw;
  height: 2px;
  overflow: hidden;
  background: #e8e8e8;
}
.preloader > i::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ff337b;
  transform: translateX(-100%);
  animation: preloader-bar 1.1s ease-in-out infinite;
}
@keyframes preloader-bar {
  50% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}
.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  height: 72px;
  padding: 0 clamp(20px, 4vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  mix-blend-mode: multiply;
  transform: translateY(-100%);
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.intro-ui-visible .site-header {
  transform: translateY(0);
}
.wordmark,
.end-logo {
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.22em;
}
.wordmark b,
.end-logo b,
.hero b {
  color: var(--pink);
  font-size: 22px;
  margin-right: 10px;
}
.wordmark img,
.end-logo img {
  display: block;
  width: 160px;
  height: auto;
}
.wordmark img {
  width: 120px;
}
.end-logo img {
  margin-inline: auto;
}
.site-header nav {
  display: flex;
  gap: clamp(18px, 3vw, 50px);
  font-size: 12px;
  font-weight: 700;
}
.menu-toggle,
.menu-overlay {
  display: none;
}
.sp-contact-fixed {
  display: none;
}
.site-header nav a {
  position: relative;
  padding: 10px 0;
}
.site-header nav a:not(.is-disabled)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 420ms var(--ease);
}
.site-header nav a:not(.is-disabled):hover::after,
.site-header nav a:not(.is-disabled):focus-visible::after {
  transform: scaleX(1);
}
.site-header nav a.is-disabled,
.link-grid a.is-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
#scroller {
  height: 100svh;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: auto;
}
.screen {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
}
.hero {
  display: grid;
  place-items: center;
  text-align: center;
}
.hero h1 {
  font-size: clamp(18px, 3vw, 32px);
  letter-spacing: 0.08em;
}
.catch-frame {
  position: absolute;
  left: 50%;
  top: calc(55% - 50px);
  transform: translateX(-50%);
  width: max-content;
  max-width: calc(100vw - 40px);
  overflow: hidden;
  visibility: hidden;
}
.intro-text-visible .catch-frame {
  visibility: visible;
}
.catch-sizer {
  display: block;
  visibility: hidden;
  font-size: clamp(18px, 3vw, 32px);
  letter-spacing: 0.1em;
  text-indent: 0;
  white-space: nowrap;
}
#chatch {
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  white-space: nowrap;
  text-align: left;
  text-indent: 0;
  letter-spacing: 0.1em;
  color: transparent;
  background-image: linear-gradient(
    90deg,
    #ff3b30,
    #ff9500,
    #ffcc00,
    #34c759,
    #00bfff,
    #5856d6,
    #af52de,
    #ff3b30
  );
  background-size: 200% 100%;
  background-position: 0% 50%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: rainbow-slide 5s linear infinite;
}
@keyframes rainbow-slide {
  from {
    background-position: 0% 50%;
  }

  to {
    background-position: 200% 50%;
  }
}
.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translate(-50%, 100px);
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
  display: grid;
  justify-items: center;
  gap: 10px;
  font-size: 10px;
  letter-spacing: 0.18em;
}
.intro-ui-visible .scroll-cue {
  transform: translate(-50%, 0);
}
.scroll-cue i {
  display: block;
  width: 1px;
  height: 38px;
  background: transparent;
}
.middle {
  position: relative;
}
.center-line {
  position: absolute;
  z-index: 1;
  top: -62px;
  bottom: -4vw;
  left: 50%;
  width: 1px;
  transform: translate(-50%, 62px);
  transition:
    width 850ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
  background: linear-gradient(
    to bottom,
    rgb(255, 51, 123) 0%,
    rgb(243, 139, 255) 14%,
    rgb(160, 114, 255) 26%,
    rgb(51, 185, 255) 39%,
    rgb(139, 255, 243) 53%,
    rgb(207, 255, 139) 71%,
    #ffc000 88%,
    rgb(255, 126, 91) 100%
  );
}
.intro-ui-visible .center-line {
  transform: translate(-50%, 0);
}
.center-line.is-expanded {
  width: 10px;
}
.content-screen {
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 10px minmax(0, 1fr);
  align-items: center;
  padding-inline: max(6vw, calc((100vw - 1180px) /2));
}
.content-screen > i {
  width: 10px;
}
.content-screen .left,
.content-screen .right {
  padding: 48px clamp(28px, 4vw, 78px);
  will-change: opacity;
}
.content-screen .left {
  text-align: right;
}
.title-block h2 {
  font-size: clamp(24px, 3.2vw, 52px);
  line-height: 0.95;
}
.title-block p {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.pink {
  color: var(--pink);
}
.blue {
  color: #828ef7;
}
.green {
  color: #5cf5bd;
}
.orange {
  color: #ffc000;
}
.body-block {
  color: var(--ink);
}
.question {
  font-size: clamp(20px, 2.3vw, 34px);
  line-height: 1.75;
  letter-spacing: 0.02em;
}
.left.question {
  padding-left: 0;
  font-size: clamp(16px, 2.0vw, 26px);
}
.answer {
  font-size: 16px;
  line-height: 1.9;
}
.answer p {
  max-width: 510px;
  margin-bottom: 1.25em;
}
.title-block h2,
.title-block p,
.body-block .question,
.body-block .answer p {
  opacity: 1;
  filter: none;
  transform: none;
  will-change: transform;
}
.position {
  position: fixed;
  z-index: 40;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 12px;
  visibility: hidden;
}
.intro-ui-visible .position {
  visibility: visible;
}
.position span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  writing-mode: vertical-rl;
}
.position > i {
  display: block;
  width: 2px;
  height: 80px;
  background: #e2e2e2;
}
.position > i b {
  display: block;
  width: 100%;
  height: 10%;
  background: var(--pink);
  transition:
    height 0.4s ease,
    background-color 0.4s ease;
}
.end-screen {
  min-height: 130svh;
  padding-top: 16vh;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.end-intro > p {
  color: #e8002a;
  font-weight: 800;
  font-size: clamp(14px, 2.4vw, 28px);
}
.end-intro h2 {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-size: clamp(30px, 3.7vw, 43px);
  font-weight: 200;
  letter-spacing: 0.14em;
  margin: 36px 0 42px;
}
.link-grid {
  width: min(860px, calc(100% - 40px));
  margin: 14vh auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.link-grid a {
  position: relative;
  padding: 18px 20px;
  background: #e60012;
  border: 1px solid #e60012;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  overflow: hidden;
  box-shadow: inset 0 0 0 #fff;
  transition:
    color 420ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}
.link-grid a b {
  position: absolute;
  right: 18px;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}
.free-area {
  margin-top: 55px;
  padding: 58px 20px 65px;
  background: #f9f9f9;
}
.youtube {
  margin-bottom: 43px;
}
.youtube img {
  display: block;
  width: 130px;
  height: auto;
}
.free-area a {
  display: inline-block;
}
.tonap-logo {
  margin-bottom: 40px;
}
.tonap-logo img {
  display: block;
  width: 240px;
  height: auto;
}
.tonap-figure {
  display: block;
  width: min(590px, 100%);
  height: auto;
  margin: 0 auto 55px;
}
.channel-copy {
  color: #666;
  font-size: 14px;
}
footer {
  background: #090909;
  color: #fff;
  min-height: 160px;
  display: grid;
  place-items: center;
  gap: 28px;
  padding: 22px;
}
footer > a {
  background: #e60012;
  border: 1px solid #e60012;
  min-width: 270px;
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 700;
  overflow: hidden;
  box-shadow: inset 0 0 0 #fff;
  transition:
    color 420ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) {
  .link-grid a:not(.is-disabled):hover,
  footer > a:hover {
    color: #e60012;
    box-shadow: inset 900px 0 0 #fff;
    transform: translateY(-3px);
  }
  .link-grid a:not(.is-disabled):hover b {
    transform: translate(4px, -4px);
  }
}
.link-grid a:focus-visible,
footer > a:focus-visible {
  color: #e60012;
  outline: 2px solid #e60012;
  outline-offset: 4px;
  box-shadow: inset 900px 0 0 #fff;
  transform: translateY(-3px);
}
.link-grid a:focus-visible b {
  transform: translate(4px, -4px);
}
.link-grid a:active,
footer > a:active {
  transform: translateY(0);
}
footer small {
  color: #777;
  font-size: 10px;
}
.footer-legal {
  margin-bottom: -12px;
  color: #aaa;
  font-size: 11px;
}
.footer-legal a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.subpage {
  overflow: auto;
  opacity: 1;
  transition: opacity 800ms var(--ease);
}
html.wf-loading .subpage {
  opacity: 0;
}
.subpage-main {
  overflow: hidden;
}
.subpage-hero {
  min-height: 72svh;
  padding: 150px 20px 90px;
  display: grid;
  place-items: center;
  text-align: center;
}
.subpage-kicker {
  margin-bottom: 22px;
  color: var(--pink);
  font-size: clamp(16px, 2.2vw, 26px);
}
.subpage-hero h1 {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 200;
  letter-spacing: 0.16em;
}
.company-overview {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
  padding: 30px 0 150px;
}
.company-lead {
  width: min(720px, 100%);
  margin: 0 auto 90px;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 2.1;
  text-align: center;
}
.about-section {
  margin-top: 150px;
}
.about-heading {
  margin-bottom: 48px;
}
.about-kicker {
  margin-bottom: 12px;
  color: var(--pink);
  font-size: 18px;
}
.about-heading h2 {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 200;
  letter-spacing: 0.1em;
}
.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.experience-grid > div {
  padding: 42px 30px;
  text-align: center;
}
.experience-grid > div + div {
  border-left: 1px solid #dcdcdc;
}
.experience-grid strong {
  display: block;
  color: var(--pink);
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 400;
  line-height: 1;
}
.experience-grid p {
  margin-top: 14px;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.strength-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}
.strength-grid article {
  position: relative;
  min-height: 330px;
  padding: 52px;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.strength-grid article > span {
  position: absolute;
  top: 44px;
  right: 44px;
  color: var(--pink);
  font-size: 20px;
}
.strength-grid h3 {
  font-size: clamp(21px, 2.5vw, 30px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.05em;
}
.strength-grid article > p {
  margin-top: 32px;
  font-size: 14px;
  line-height: 2;
}
.capability-list {
  margin: 0;
  border-top: 1px solid #dcdcdc;
}
.capability-list > div {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  border-bottom: 1px solid #dcdcdc;
}
.capability-list dt,
.capability-list dd {
  margin: 0;
  padding: 28px 30px;
  font-size: 15px;
  line-height: 1.9;
}
.capability-list dt {
  font-weight: 700;
  background: #f9f9f9;
}
.project-list {
  border-top: 1px solid #dcdcdc;
}
.project-list article {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 48px;
  padding: 38px 20px;
  border-bottom: 1px solid #dcdcdc;
}
.project-year {
  color: var(--pink);
  font-size: 24px;
  letter-spacing: 0.08em;
}
.project-list h3 {
  margin-bottom: 12px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.project-list article div p {
  font-size: 14px;
  line-height: 1.9;
}
.company-profile {
  margin: 0;
  border-top: 1px solid #dcdcdc;
}
.company-profile > div {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  border-bottom: 1px solid #dcdcdc;
}
.company-profile dt,
.company-profile dd {
  margin: 0;
  padding: 28px 30px;
  font-size: 15px;
  line-height: 1.9;
}
.company-profile dt {
  font-weight: 700;
  background: #f9f9f9;
}
.company-profile ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-container {
  width: min(860px, calc(100% - 40px));
  margin: 0 auto;
  padding: 20px 0 150px;
}
.contact-lead {
  margin-bottom: 70px;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 2;
  text-align: center;
}
.contact-errors {
  margin: 0 0 40px;
  padding: 24px 28px;
  border: 1px solid #e60012;
  color: #b00010;
  font-size: 14px;
  line-height: 1.8;
}
.contact-errors ul {
  margin: 8px 0 0;
  padding-left: 1.4em;
}
.contact-form {
  border-top: 1px solid #dcdcdc;
}
.form-row {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  border-bottom: 1px solid #dcdcdc;
}
.form-row > label,
.form-label {
  padding: 30px;
  background: #f9f9f9;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}
.required {
  margin-left: 10px;
  color: #e60012;
  font-size: 11px;
}
.form-control,
.form-value {
  padding: 22px 30px;
}
.form-control input,
.form-control select,
.form-control textarea {
  width: 100%;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  padding: 14px 16px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 16px;
}
.form-control textarea {
  min-height: 220px;
  resize: vertical;
  line-height: 1.8;
}
.form-control input:focus,
.form-control select:focus,
.form-control textarea:focus {
  border-color: var(--pink);
  outline: 2px solid rgb(255 51 123 / 18%);
}
.form-note {
  margin-top: 8px;
  color: #777;
  font-size: 12px;
  line-height: 1.7;
}
.privacy-check {
  margin: 42px 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
}
.privacy-check input {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: -4px;
  accent-color: var(--pink);
}
.privacy-check a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.form-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
}
.confirm-actions {
  margin-top: 42px;
}
.form-button {
  display: inline-block;
  min-width: 240px;
  border: 1px solid #e60012;
  padding: 17px 28px;
  background: #e60012;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  transition:
    color 420ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}
.form-button.secondary {
  background: #fff;
  color: #e60012;
}
.form-complete {
  padding: 70px 30px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
}
.form-complete h2 {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 200;
  letter-spacing: 0.1em;
}
.form-complete p {
  margin-top: 28px;
  font-size: 15px;
  line-height: 2;
}
.form-complete .form-actions {
  margin-top: 42px;
}
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.policy-container {
  width: min(860px, calc(100% - 40px));
  margin: 0 auto;
  padding: 20px 0 150px;
}
.policy-lead {
  margin-bottom: 70px;
  font-size: 16px;
  line-height: 2;
}
.policy-section {
  padding: 36px 0;
  border-top: 1px solid #dcdcdc;
}
.policy-section:last-of-type {
  border-bottom: 1px solid #dcdcdc;
}
.policy-section h2 {
  margin-bottom: 20px;
  font-size: clamp(19px, 2.2vw, 24px);
  font-weight: 500;
  letter-spacing: 0.05em;
}
.policy-section p,
.policy-section li {
  font-size: 15px;
  line-height: 2;
}
.policy-section ul,
.policy-section ol {
  margin: 0;
  padding-left: 1.5em;
}
.policy-section a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.policy-date {
  margin-top: 40px;
  text-align: right;
  color: #666;
  font-size: 13px;
}
@media (hover: hover) {
  .form-button:hover {
    background: #fff;
    color: #e60012;
    transform: translateY(-3px);
  }
  .form-button.secondary:hover {
    background: #e60012;
    color: #fff;
  }
}
.subpage .end-screen {
  min-height: 130svh;
}
@media (max-width: 720px) {
  .sp-br {
    display: block;
  }
  .site-header {
    height: 58px;
    padding-inline: 12px;
    background: rgb(255 255 255/0.84);
    backdrop-filter: blur(10px);
    mix-blend-mode: normal;
  }
  .site-header nav {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    width: min(82vw, 340px);
    height: 100svh;
    padding: 110px 38px 48px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
    background: #fff;
    box-shadow: -18px 0 50px rgb(0 0 0 / 10%);
    font-size: 15px;
    transform: translateX(105%);
    visibility: hidden;
    transition:
      transform 600ms var(--ease),
      visibility 600ms;
  }
  .site-header nav a {
    padding: 17px 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .site-header nav .nav-contact,
  footer > a {
    display: none;
  }
  .site-header nav a:not(.is-disabled)::after {
    bottom: 11px;
  }
  .site-header.menu-open nav {
    transform: translateX(0);
    visibility: visible;
  }
  .menu-toggle {
    position: relative;
    z-index: 4;
    width: 44px;
    height: 44px;
    margin-left: auto;
    padding: 0;
    display: block;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .menu-toggle span {
    position: absolute;
    right: 7px;
    width: 27px;
    height: 1px;
    background: var(--ink);
    transition:
      top 420ms var(--ease),
      transform 420ms var(--ease),
      opacity 220ms ease;
  }
  .menu-toggle span:nth-child(1) {
    top: 13px;
  }
  .menu-toggle span:nth-child(2) {
    top: 21px;
  }
  .menu-toggle span:nth-child(3) {
    top: 29px;
  }
  .menu-open .menu-toggle span:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
  }
  .menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }
  .menu-open .menu-toggle span:nth-child(3) {
    top: 21px;
    transform: rotate(-45deg);
  }
  .menu-overlay {
    position: fixed;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100svh;
    padding: 0;
    display: block;
    border: 0;
    background: rgb(0 0 0 / 22%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 420ms ease,
      visibility 420ms;
  }
  .menu-open .menu-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  body.nav-open,
  body.nav-open #scroller {
    overflow: hidden;
  }
  .sp-contact-fixed {
    position: fixed;
    z-index: 45;
    right: auto;
    bottom: 7vw;
    left: 10vw;
    width: 80vw;
    display: block;
    padding: 15px 24px;
    border: 1px solid #e60012;
    background: #e60012;
    color: #fff;
    box-shadow: 0 8px 28px rgb(0 0 0 / 18%);
    font-size: 13px;
    font-weight: 700;
    text-align: center;
  }
  .wordmark {
    font-size: 10px;
  }
  .wordmark img {
    width: 80px;
  }
  .position {
    right: 8px;
  }
  .position span {
    display: none;
  }
  .position > i {
    height: 52px;
  }
  .subpage-hero {
    min-height: 62svh;
    padding-top: 120px;
  }
  .company-overview {
    padding-bottom: 100px;
  }
  .company-lead {
    margin-bottom: 60px;
    text-align: left;
  }
  .about-section {
    margin-top: 100px;
  }
  .about-heading {
    margin-bottom: 32px;
  }
  .experience-grid {
    grid-template-columns: 1fr;
  }
  .experience-grid > div {
    padding: 32px 20px;
  }
  .experience-grid > div + div {
    border-top: 1px solid #dcdcdc;
    border-left: 0;
  }
  .strength-grid {
    grid-template-columns: 1fr;
  }
  .strength-grid article {
    min-height: 0;
    padding: 38px 28px;
  }
  .strength-grid article > span {
    top: 34px;
    right: 28px;
  }
  .project-list article {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 30px 10px;
  }
  .capability-list > div {
    grid-template-columns: 1fr;
  }
  .capability-list dt,
  .capability-list dd {
    padding: 20px;
  }
  .company-profile > div {
    grid-template-columns: 1fr;
  }
  .company-profile dt,
  .company-profile dd {
    padding: 20px;
  }
  .contact-container {
    padding-bottom: 100px;
  }
  .policy-container {
    padding-bottom: 100px;
  }
  .contact-lead {
    margin-bottom: 50px;
    text-align: left;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .form-row > label,
  .form-label,
  .form-control,
  .form-value {
    padding: 18px 20px;
  }
  .form-actions {
    flex-direction: column-reverse;
  }
  .form-button {
    width: 100%;
  }
  .content-screen {
    padding-inline: 18px;
  }
  .content-screen .left,
  .content-screen .right {
    padding-inline: 12px;
  }
  .title-block h2 {
    font-size: clamp(20px, 5.3vw, 30px);
  }
  .title-block p {
    font-size: 11px;
  }
  .question {
    font-size: clamp(15px, 3.8vw, 19px);
  }
  .left.question {
    padding-left: 0;
    font-size: clamp(13px, 3vw, 16px);
  }
  .answer {
    font-size: 12px;
    line-height: 1.65;
  }
  .link-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 9vh;
  }
  .end-screen {
    min-height: 145svh;
    padding-top: 14vh;
  }
}
@media (prefers-reduced-motion: reduce) {
  #chatch {
    animation: none;
  }
  * {
    animation: none !important;
    transition: none !important;
  }
}
