:root {
  --motto-black: #1d1d1b;
  --motto-red: #c93f45;
  --motto-white: #fff;
  --motto-gray: #f5f5f2;
  --motto-line: #d8d8d2;
  --motto-soft-ink: #5f5f5a;
  --motto-width: 1120px;
  --motto-gutter: clamp(20px, 3.333vw, 48px);
  --motto-section-space: clamp(80px, 9.028vw, 130px);
}

.motto-page-body {
  color: var(--motto-black);
  background: var(--motto-white);
}

.motto-page,
.motto-page * {
  box-sizing: border-box;
}

.motto-page {
  overflow: hidden;
  font-family: tbcinergothic-std, "Yu Gothic", Meiryo, sans-serif;
  letter-spacing: 0;
}

.motto-hero {
  position: relative;
  display: flex;
  min-height: min(720px, 84vh);
  padding: 0 var(--motto-gutter);
  align-items: flex-end;
  overflow: hidden;
  color: var(--motto-black);
  background: var(--motto-white);
}

.motto-hero::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: var(--motto-line);
}

.motto-hero__logo {
  position: absolute;
  top: 20%;
  right: 4%;
  width: min(40vw, 560px);
  height: auto;
  opacity: .045;
}

.motto-hero__inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--motto-width));
  margin: 0 auto;
  padding: clamp(140px, 17vh, 200px) 0 clamp(80px, 10vh, 112px);
  align-self: stretch;
}

.motto-hero__eyebrow,
.motto-section-heading > p,
.motto-cta > div > p {
  margin: 0;
  color: var(--motto-red);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.motto-hero h1 {
  max-width: 900px;
  margin: 24px 0 0;
  font-size: clamp(34px, 3.5vw, 50px);
  font-weight: 600;
  line-height: 1.5;
}

.motto-hero h1 span {
  display: block;
  margin-bottom: clamp(34px, 4vw, 54px);
  font-size: clamp(54px, 6.5vw, 92px);
  font-weight: 600;
  line-height: 1.15;
  color: var(--motto-black);
}

.motto-hero__lead {
  max-width: 860px;
  margin: 38px 0 0;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 2;
  color: var(--motto-soft-ink);
}

.motto-hero__lead strong {
  padding-bottom: 2px;
  border-bottom: 2px solid rgba(201, 63, 69, .55);
  color: var(--motto-black);
  font-weight: 600;
}

.motto-flow {
  padding: var(--motto-section-space) var(--motto-gutter);
  background: var(--motto-gray);
}

.motto-flow__inner,
.motto-principles__intro,
.motto-principle,
.motto-cta {
  width: min(100%, var(--motto-width));
  margin-right: auto;
  margin-left: auto;
}

.motto-section-heading h2 {
  margin: 14px 0 0;
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 600;
  line-height: 1.45;
}

.motto-flow__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: clamp(48px, 6vw, 76px) 0 0;
  padding: 0;
  list-style: none;
}

.motto-flow__list::before {
  position: absolute;
  top: 21px;
  right: 10%;
  left: 10%;
  height: 1px;
  content: "";
  background: var(--motto-line);
}

.motto-flow__list li {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: clamp(112px, 9.583vw, 138px);
  padding: 0 clamp(8px, 1.111vw, 16px);
  flex-direction: column;
  gap: clamp(16px, 1.667vw, 24px);
  align-items: center;
  text-align: center;
}

.motto-flow__list span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 42px;
  height: 42px;
  border: 1px solid var(--motto-red);
  border-radius: 50%;
  color: var(--motto-red);
  font-size: 13px;
  font-weight: 700;
  background: var(--motto-gray);
  place-items: center;
}

.motto-flow__list strong {
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 600;
}

.motto-flow__statement {
  margin: clamp(45px, 6vw, 72px) 0 0;
  max-width: 760px;
  font-size: clamp(22px, 2.5vw, 36px);
  font-weight: 600;
  line-height: 1.8;
  color: var(--motto-soft-ink);
}

.motto-principles {
  padding: clamp(90px, 10.417vw, 150px) var(--motto-gutter);
  background: var(--motto-white);
}

.motto-principles__intro {
  margin-bottom: clamp(50px, 6vw, 80px);
}

.motto-principle {
  display: grid;
  grid-template-columns: clamp(60px, 5.972vw, 86px) minmax(0, 1fr);
  gap: clamp(24px, 3vw, 44px);
  padding: clamp(42px, 5vw, 68px) 0;
  border-top: 1px solid var(--motto-line);
  align-items: start;
}

.motto-principle:last-child {
  border-bottom: 1px solid var(--motto-line);
}

.motto-principle__number {
  margin: 0;
  color: var(--motto-red);
  font-size: clamp(34px, 3.8vw, 52px);
  font-weight: 600;
  line-height: .85;
  white-space: nowrap;
}

.motto-principle__content h3 {
  margin: 0;
  font-size: clamp(25px, 2.7vw, 38px);
  font-weight: 600;
  line-height: 1.45;
}

.motto-principle__content p {
  margin: clamp(18px, 1.667vw, 24px) 0 0;
  max-width: 680px;
  font-size: 16px;
  line-height: 2;
  color: var(--motto-soft-ink);
}

.motto-cta {
  display: flex;
  width: 100%;
  max-width: none;
  min-height: 320px;
  padding: clamp(64px, 6.944vw, 100px) max(var(--motto-gutter), calc((100vw - var(--motto-width)) / 2));
  border-top: 1px solid var(--motto-line);
  color: var(--motto-black);
  background: var(--motto-gray);
  align-items: center;
  justify-content: space-between;
  gap: clamp(32px, 3.333vw, 48px);
}

.motto-cta h2 {
  margin: 18px 0 0;
  font-size: clamp(28px, 3.5vw, 50px);
  font-weight: 600;
  line-height: 1.55;
}

.motto-cta a {
  display: flex;
  width: min(100%, 310px);
  min-height: 82px;
  padding: 18px 26px;
  color: var(--motto-white);
  background: var(--motto-black);
  font-size: 18px;
  font-weight: 700;
  align-items: center;
  justify-content: space-between;
  transition: color .25s ease, background-color .25s ease, transform .25s ease;
}

.motto-cta a:hover,
.motto-cta a:focus-visible {
  color: var(--motto-white);
  background: var(--motto-red);
  opacity: 1;
  transform: translateX(8px);
}

.motto-cta a span {
  font-size: 30px;
  line-height: 1;
}

.motto-js .motto-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s ease, transform .8s cubic-bezier(.22, 1, .36, 1);
}

.motto-js .motto-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 760px) {
  .motto-hero {
    min-height: 650px;
  }

  .motto-hero::before {
    left: 0;
  }

  .motto-hero__logo {
    top: 18%;
    right: -18%;
    width: 82vw;
  }

  .motto-hero__inner {
    padding-top: clamp(140px, 43.59vw, 170px);
    padding-bottom: clamp(56px, 18.462vw, 72px);
  }

  .motto-hero h1 span {
    margin-bottom: 36px;
    font-size: clamp(44px, 12vw, 52px);
  }

  .motto-hero h1 {
    font-size: clamp(29px, 8vw, 34px);
  }

  .motto-hero__lead br {
    display: none;
  }

  .motto-flow__list {
    grid-template-columns: 1fr;
  }

  .motto-flow__list::before {
    top: 21px;
    right: auto;
    bottom: 21px;
    left: 21px;
    width: 1px;
    height: auto;
  }

  .motto-flow__list li {
    display: grid;
    grid-template-columns: 42px 1fr;
    min-height: 82px;
    padding: 0;
    align-items: center;
    text-align: left;
  }

  .motto-flow__list strong {
    font-size: 25px;
  }

  .motto-principle {
    grid-template-columns: 15vw minmax(0, 1fr);
    gap: 4vw;
  }

  .motto-principle__number {
    line-height: 1;
  }

  .motto-principle__content p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.9;
  }

  .motto-cta {
    min-height: 400px;
    padding: clamp(56px, 17.949vw, 70px) var(--motto-gutter);
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }

  .motto-cta a {
    width: 100%;
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motto-js .motto-reveal,
  .motto-cta a {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
