/*===============================

    Reset

================================*/
/* Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong,
sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
}

ins,
mark {
  background-color: #ff9;
  color: #000;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  background-repeat: no-repeat;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/*===============================

    Base

================================*/
html {
  color: #4f4844;
  font-size: 16px;
}

@media screen and (max-width: 320px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: 'Noto Sans JP', 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial',
    'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo,
    'ＭＳ Ｐゴシック', 'MS PGothic';
}

p {
  line-height: 1.8;
}

a {
  color: var(--color-text-base);
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}

:root {
  --hero-bg-start: #061641;
  --hero-bg-end: #0a1f4d;
  --hero-text: #ffffff;
  --hero-outline-strong: rgba(69, 85, 108, 0.3);
  --hero-outline-soft: rgba(69, 85, 108, 0.2);
  --hero-button-from: #ff6900;
  --hero-button-to: #f54900;
  --feature-bg: #f7f9ff;
  --feature-card-start: #0c1f4e;
  --feature-card-end: #08163c;
  --feature-text: #121d3d;
  --feature-eyebrow: #4b4f5a;
  --feature-highlight: #ffd900;
  --jobs-bg: #f0f1f2;
  --job-card-border: #dfe3ee;
  --job-header-start: #0c1b3f;
  --job-header-end: #0f2254;
  --job-text: #121d3d;
  --job-card-radius: 18px;
  --functions-bg-start: #0f172b;
  --functions-bg-mid: #162456;
  --functions-text: #ffffff;
  --function-card-border: #d9ddea;
  --function-card-title: #0f172b;
  --function-card-accent: #f0931c;
  --gradient-primary: linear-gradient(135deg, #0F172B 0%, #162456 50%, #0F172B 100%);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: #f2f5fb;
  color: var(--color-text-base);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic",
    sans-serif;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
}

main {
  min-height: 100vh;
}

.site-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 24px;
}

.site-header__brand img {
  width: 216px;
  height: auto;
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--hero-text);
  background: var(--gradient-primary);
}

.hero__inner {
  max-width: 1100px;
  min-height: 740px;
  margin: 0 auto;
  position: relative; 
}

.hero__visual {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.hero__content {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  max-width: 610px;
  padding: 0 10px;
}

.hero__title {
  margin: 0 0 24px;
  font-family: "Noto Serif JP", "Noto Sans JP", serif;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.17;
  font-weight: 700;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.hero__title {
  line-height: 1.5;
}

.hero__lead {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}

.hero__lead strong {
  font-weight: 700;
}

.hero__cta {
  margin-top: 32px;
}

.hero__tagline {
  font-size: 18px;
  text-align: center;
  margin-top: 16px;
}

.cta-button {
  width: 100%;
  max-width: 540px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px;
  font-size: 25px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(
    90deg,
    var(--hero-button-from),
    var(--hero-button-to)
  );
  box-shadow: 2px 2px 10px -12px rgba(255, 105, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-button img {
  width: 30px;
  height: 30px;
}

@media (hover: hover) and (pointer: fine) {
  .cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 4px 8px 24px rgba(245, 73, 0, 0.35);
  }
}

.message {
  margin-top: -80px;
  position: relative;
}

.message__inner {
  margin: auto;
  background: #fff;
  max-width: 1000px;
  width: 100%;
  padding: 64px clamp(24px, 6vw, 64px) 80px;
  text-align: center;
  box-shadow: 0 4px 19px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.message-heading__eyebrow {
  font-size: 20px;
  color: #888e9e;
  letter-spacing: 1px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-bottom: 1em;
}

.message-heading__title {
  font-size: 40px;
  letter-spacing: 4px;
  color: #121d3d;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}

.message__body {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 1px;
  color: #333;
}

.message__body span {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.features {
  background-color: var(--feature-bg);
  color: var(--feature-text);
  padding: 80px clamp(24px, 6vw, 80px) 96px;
}

.features__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.section-title {
  text-align: center;
  max-width: 625px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  font-size: clamp(24px, 6.4vw, 48px);
  line-height: 1.5;
}

.section-title__eyebrow {
  margin: 0;
  font-size: 22px;
  color: var(--feature-eyebrow);
  font-family: "Noto Serif JP", "Noto Sans JP", serif;
}

.section-title__heading {
  margin: 0;
  font-family: "Noto Serif JP", "Noto Sans JP", serif;
  letter-spacing: 0.09em;
  color: var(--feature-text);
}

.section-title__heading span {
  display: inline-block;
}

.section-title__accent {
  letter-spacing: 0.12em;
}

.features__list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.feature {
  position: relative;
}

.feature__media {
  /* position: absolute;
  top: 0;
  left: 0;
  width: 56.67%; */
}

.feature__media img {
  display: block;
  margin-right: auto;
  box-shadow: 0 20px 60px rgba(5, 16, 40, 0.15);
}

.feature:nth-child(even) .feature__media img {
  margin-left: auto;
  margin-right: 0;
}

.feature__content {
  background: var(--gradient-primary);
  color: #fff;
  padding: clamp(32px, 4vw, 56px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 51.67%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  min-height: 380px;
  box-shadow: 0 30px 60px rgba(5, 10, 30, 0.35);
}

.feature:nth-child(even) .feature__content {
  left: 0;
  right: auto;
}

.feature--reverse .feature__media {
  order: 2;
}

.feature--reverse .feature__content {
  order: 1;
}

.feature__title {
  margin: 0;
  font-family: "Noto Serif JP", "Noto Sans JP", serif;
  font-size: clamp(24px, 4vw, 42px);
  line-height: 1.4;
  font-weight: 700;
}

.feature__title-small {
  font-size: 0.714em;
}

.feature__description {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
}

.feature__highlight {
  color: var(--feature-highlight);
  font-weight: 700;
}

.features__cta {
  display: flex;
  justify-content: center;
}

.functions {
  background: var(--gradient-primary);
  color: #fff;
  padding: 80px clamp(24px, 6vw, 80px) 88px;
}

.functions__inner {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.functions__header {
  text-align: center;
  max-width: 625px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.functions__title {
  margin: 0;
  font-size: 48px;
  letter-spacing: 0.09em;
  font-family: "Noto Serif JP", "Noto Sans JP", serif;
  line-height: 1.5;
}

.functions__subtitle {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
}

.function-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 32px);
}

.function-card {
  background: #fff;
  color: #0f172b;
  border: 1px solid #d4d7e3;
  padding: 41px 33px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 407px;
  box-shadow: 0 25px 50px rgba(2, 6, 23, 0.15);
}

.function-card__icon {
 text-align: center;
}

.function-card__icon img {

}

.function-card__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.function-card__title {
  margin: 0;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

.function-card__title span {
  display: inline-block;
  color: #f0931c;
}

.function-card__accent {
  display: inline-block;
}

.function-card__description {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.jobs {
  background: var(--jobs-bg);
  color: var(--job-text);
  padding: 80px 0;
}

.jobs__inner {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.jobs__header {
  text-align: center;
}

.jobs__title {
  margin: 0;
  font-size: 48px;
  letter-spacing: 0.09em;
  font-family: "Noto Serif JP", "Noto Sans JP", serif;
  color: var(--job-text);
}

.job-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.job-card {
  border: 1px solid rgba(18, 29, 61, 0.08);
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  min-height: 226px;
  box-shadow: 0 20px 38px rgba(15, 23, 43, 0.12);
}

.job-card__heading {
  background: var(--gradient-primary);
  padding: 18px 32px;
  text-align: center;
}

.job-card__heading h3 {
  margin: 0;
  font-size: 20px;
  /* font-size: clamp(20px, 5.33vw, 24px); */
  font-weight: 600;
  font-family: "Noto Serif JP", "Noto Sans JP", serif;
  color: #fff;
}

.job-card__body {
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

.job-card__salary {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  color: var(--job-text);
  font-family: "Noto Serif JP", "Noto Sans JP", serif;
  border-bottom: 1px solid rgba(18, 29, 61, 0.2);
  padding-bottom: 14px;
  font-size: 48px;
  white-space: nowrap;
}

.job-card__salary-label,
.job-card__salary-suffix {
  font-size: 0.5em; /* 24px */
  line-height: 1.3;
}

.job-card__salary-value {
  line-height: 1;
  transform: skewX(-8deg);
}

.job-card__salary-range {
  font-size: 0.667em; /* 32px */
  transform: skewX(8deg);
  display: inline-block;
  margin: 0 4px;
}

.job-card__salary-suffix {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}

.job-card__salary-suffix-small {
  font-size: 0.375em; /* 18px */
  line-height: 1.3;
  white-space: nowrap;
}

.job-card__note {
  font-size: 18px;
  color: var(--job-text);
  font-weight: 500;
  display: inline-block;
}

.job-card__description {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

.jobs__note {
  margin: 0;
  text-align: center;
  font-size: 14px;
  color: #5f6374;
}

.closing {
  position: relative;
  background: #eef3fb;
  padding: 80px 0;
  background-image: url("../images/closing-bg.png");
  overflow: hidden;
}

.closing__inner {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #121d3d;
}

.closing__eyebrow {
  margin: 0;
  font-size: 20px;
  letter-spacing: 1px;
  color: #888e9e;
  font-family: "Noto Serif JP", serif;
}

.closing__title {
  margin: 0;
  font-size: 40px;
  letter-spacing: 4px;
  font-family: "Noto Serif JP", "Noto Sans JP", serif;
  text-shadow: 1px 2px rgba(169, 186, 208, 0.61);
  line-height: 1.5;
}

.closing__lead {
  margin: 0;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 1px;
  color: #333;
}

.closing__cta {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.closing__cta-note {
  margin: 0;
  font-size: 18px;
  color: #333;
  font-weight: 500;
}

.stories {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 80px 0px;
}

.stories__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(22, 35, 81, 0.80) 0%, rgba(22, 35, 81, 0.85) 20%, #162351 51.41%, rgba(22, 35, 81, 0.85) 80%, rgba(22, 35, 81, 0.80) 99.93%);
  pointer-events: none;
  z-index: 0;
}

.stories::before,.stories::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/story-bg-left.png");
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.stories::before {
  width: 47.37%;
  background-image: url("../images/story-bg-left.png");
}

.stories::after {
  width: 55.26%;
  left: auto;
  right: 0;
  background-image: url("../images/story-bg-right.png");
}

.stories__inner {
  position: relative;
  max-width: 1152px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 5;
}

.stories__eyebrow {
  display: inline-flex;
  align-self: center;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  padding: 11px 16px 13px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: none;
  margin: 0;
}

.stories__title {
  margin: 0;
  font-size: 40px;
  letter-spacing: 3px;
  font-family: "Noto Serif JP", "Noto Sans JP", serif;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  line-height: 1.5;
}

.stories__lead {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}

.stories__list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 936px;
  margin-left: auto;
  margin-right: auto;
}

.story-card {
  display: grid;
  grid-template-columns: 276px minmax(0, 1fr);
  background: #fff;
  color: #333;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(6, 10, 33, 0.35);
}

.story-card__media {
  position: relative;
  width: 100%;
  height: 100%;
}

.story-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-card__meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px 15px;
  background: rgba(255, 255, 255, 0.84);
  font-family: "Noto Sans JP", sans-serif;
}

.story-card__name {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  color: #333;
}

.story-card__role {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  color: #818181;
}

.story-card__content {
  padding: 24px 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  border-left: 1px solid rgba(18, 29, 61, 0.1);
}

.story-card__content h3 {
  width: 100%;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  border-bottom: 1px solid rgba(18, 29, 61, 0.3);
  padding-bottom: 8px;
  line-height: 1.5;
}

.story-card__content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.site-footer {
  padding: 24px;
  border-top: 1px solid #1D293D;
  background: #0F172B;
}

.site-footer__copyright {
  color: #62748E;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.sp {
  display: none!important;
}
.pc {
  display: block!important;
}

@media (max-width: 1024px) {
  .hero__inner {
    gap: 32px;
  }

  .hero__brand img {
    margin: 0 auto;
  }

  .hero__grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "content"
      "visual";
  }

  /* .hero__content,
  .hero__cta {
    text-align: center;
    align-items: center;
    margin: 0 auto;
  } */

  .hero__decor--right {
    opacity: 0.4;
  }

  .feature {
    grid-template-columns: 1fr;
  }

  .feature--reverse .feature__media,
  .feature--reverse .feature__content {
    order: initial;
  }

  .feature__content {
    min-height: unset;
  }

  .function-cards {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

  .function-card {
    min-height: unset;
  }

  .job-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

  .job-card__heading {
    padding: 16px 24px;
  }

  .job-card__body {
    padding: 28px;
  }

  .job-card__salary {
    font-size: clamp(24px, 10.6vw, 40px);
  }

  .message {
    padding: 64px 32px 72px;
  }

  .message__title {
    font-size: 34px;
    letter-spacing: 2px;
  }

  .message__body {
    font-size: 17px;
  }

  .stories__title {
    font-size: 34px;
    letter-spacing: 2px;
  }

  /* .story-card {
    grid-template-columns: 1fr;
  }

  .story-card__content {
    border-left: 0;
    border-top: 1px solid rgba(18, 29, 61, 0.1);
    padding: 24px 28px 32px;
  } */

  .closing__title {
    font-size: 34px;
    letter-spacing: 2px;
  }

  .closing__lead {
    font-size: 17px;
  }
}

@media (max-width: 600px) {
  .sp {
    display: block!important;
  }
  .pc {
    display: none!important;
  }

  .hero {
    min-height: unset;
  }

  .hero__inner {
    min-height: 540px;
  }

  .hero__visual {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .hero__content {
    position: absolute;
    top: auto;
    bottom: 60px;
    right: 0;
    transform: translate(0);
    max-width: 590px;
  }

  .hero__title {
    font-size: clamp(32px, 9vw, 42px);
    margin-bottom: 16px;
  }

  .hero__lead,
  .hero__tagline {
    font-size: 16px;
  }

  .cta-button {
    font-size: 20px;
    padding: 18px 16px;
  }

  .hero__visual {
    max-width: 360px;
  }

  .hero__decor {
    display: none;
  }

  .hero__cta {
    margin-top: 16px;
  }

  .features {
    padding: 64px 20px 80px;
  }

  .section-title__heading {
    letter-spacing: 0.06em;
  }

  .section-title__eyebrow {
  font-size: 16px;
  }

  .feature__content {
    position: relative;
    transform: translate(8px, -16px);
    width: 100%;
    box-shadow: none;
  }

  .feature__title {
    /* font-size: 24px; */
  }

  .feature__content,
  .feature__media {
  }

  .feature__description {
    font-size: 16px;
  }

  .cta-button {
    max-width: 100%;
  }
  
  .message {
    padding: 48px 10px 64px;
  }

  .message__inner {
    padding: 48px 10px 64px;
  }

  .message-heading__eyebrow {
    font-size: 18px;
  }

  .message-heading__title {
    font-size: 24px;
    letter-spacing: 1px;
  }

  .message__body {
    font-size: 14px;
  }

  .message__body p {
    line-height: 2;
  }

  .functions__inner {
    gap: 48px;
  }

  .function-cards {
    grid-template-columns: 1fr;
  }

  .functions {
    padding: 64px 20px 72px;
  }

  .functions__title {
    font-size: 36px;
    letter-spacing: 0.06em;
  }

  .function-card {
    padding: 32px 24px;
  }

  .jobs {
    padding: 64px 20px 80px;
  }

  .jobs__title {
    font-size: 36px;
    letter-spacing: 0.06em;
  }

  .job-card__heading h3 {
    
  }

  .job-card__value {
    font-size: 40px;
  }

  .job-card__body {
    padding: 24px;
  }

  .stories {
    padding: 60px 20px 80px;
  }

  .stories__eyebrow {
    font-size: 16px;
  }

  .stories__title {
    font-size: 24px;
    letter-spacing: 1.5px;
  }

  .stories__lead {
    font-size: 16px;
  }

  .stories::before, .stories::after {
    display: none;
  }

  .stories__bg {
    background: var(--gradient-primary);
  }

   .story-card {
    grid-template-columns: 1fr;
  }

  .story-card__content {
    border-left: 0;
    border-top: 1px solid rgba(18, 29, 61, 0.1);
    padding: 24px 28px 32px;
  }

  .story-card__content h3 {
    font-size: 22px;
  }

  .closing {
    padding: 60px 20px 70px;
  }

  .closing__eyebrow {
    font-size: 16px;
  }

  .closing__title {
    font-size: 24px;
    letter-spacing: 1.5px;
  }

  .closing__lead,
  .closing__cta-note {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cta-button {
    transition: none;
  }
}
