:root {
  --blue: #173078;
  --blue-deep: #081a48;
  --blue-soft: #e9eef8;
  --ink: #202124;
  --paper: #f8f8f8;
  --white: #ffffff;
  --yellow: #f5ff02;
  --yellow-soft: #fbffc3;
  --line: #06c755;
  --red: #c93b3b;
  --gray: #8a95b2;
  --border: #173078;
  --shadow: 0 18px 40px rgba(10, 26, 72, 0.16);
}

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #dcdcdc;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.7;
}

body,
h1,
h2,
h3,
p,
dl,
dd {
  margin: 0;
}

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

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

.page,
.footer {
  width: min(100%, 37.5rem);
  margin: 0 auto;
}

.page {
  position: relative;
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 0 0 1px rgba(23, 48, 120, 0.08), 0 24px 80px rgba(0, 0, 0, 0.18);
}

.phone-float {
  position: absolute;
  inset: 1.2rem 1rem auto auto;
  z-index: 12;
  display: inline-flex;
  width: 13.6rem;
  height: 3.6rem;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  border: 2px solid var(--white);
  border-radius: 99rem;
  color: var(--white);
  background: #212121;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.28);
}

.phone-icon {
  position: relative;
  display: inline-grid;
  width: 1.8rem;
  height: 1.8rem;
  place-items: center;
  border-radius: 50%;
  background: var(--white);
}

.phone-icon::before {
  width: 0.76rem;
  height: 0.76rem;
  border: 0.22rem solid #212121;
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 0 0 0 0.5rem;
  content: "";
  transform: rotate(-34deg);
}

.mv {
  position: relative;
  min-height: 66.8rem;
  padding-top: 6rem;
  background:
    radial-gradient(circle at 28% 16%, rgba(245, 255, 2, 0.45) 0 7rem, transparent 7.2rem),
    linear-gradient(180deg, #102767 0%, #173078 45%, #f8f8f8 45.2%);
}

.mv__visual {
  position: absolute;
  inset: 0 0 auto;
  z-index: 1;
  height: 48rem;
  overflow: hidden;
}

.mv__visual::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 26, 72, 0.18) 0%, rgba(8, 26, 72, 0.42) 36%, rgba(8, 26, 72, 0.78) 100%),
    linear-gradient(90deg, rgba(8, 26, 72, 0.72) 0%, rgba(8, 26, 72, 0.22) 58%, rgba(8, 26, 72, 0.44) 100%);
  content: "";
}

.mv__visual img {
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
}

.mv__brand {
  position: absolute;
  inset: 1.5rem auto auto 1rem;
  z-index: 13;
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 0.8rem;
  align-items: center;
  color: var(--white);
}

.brand-mark {
  display: grid;
  width: 4rem;
  height: 4rem;
  place-items: center;
  border: 0.2rem solid var(--yellow);
  border-radius: 0.6rem;
  color: var(--yellow);
  background: rgba(8, 26, 72, 0.82);
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}

.brand-copy {
  display: grid;
  gap: 0.1rem;
}

.brand-copy strong {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: 0.03em;
}

.brand-copy em {
  color: var(--yellow);
  font-size: 1rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
}

.mv__badge {
  position: absolute;
  inset: 6rem 1.6rem auto auto;
  z-index: 4;
  display: grid;
  width: 8.6rem;
  height: 8.6rem;
  place-items: center;
  border: 0.25rem solid var(--blue);
  border-radius: 50%;
  color: var(--blue);
  background: var(--yellow);
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  box-shadow: 0 1.2rem 0 rgba(8, 26, 72, 0.2);
  transform: rotate(8deg);
}

.mv__copy {
  position: relative;
  z-index: 3;
  width: 28.7rem;
  margin: 0 auto;
  padding-top: 9.2rem;
  color: var(--white);
  text-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.36);
}

.mv__kicker {
  display: inline-block;
  margin-bottom: 0.8rem;
  padding: 0.35rem 0.8rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.5);
  border-radius: 99rem;
  background: rgba(8, 26, 72, 0.72);
  color: var(--yellow);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.4;
}

.mv h1 {
  font-size: 3.95rem;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}

.mv__copy p:not(.mv__kicker) {
  width: 23.6rem;
  margin-top: 1.2rem;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.65;
}

.point-strip {
  position: absolute;
  inset: 40.8rem 2rem auto;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}

.point-strip span {
  min-height: 5.7rem;
  align-content: center;
  border: 0.2rem solid var(--blue);
  border-radius: 50%;
  color: var(--blue);
  background: var(--white);
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 0.8rem 0 rgba(8, 26, 72, 0.12);
}

.cta {
  position: relative;
  min-height: 18.6rem;
  padding: 3rem 2rem 2.4rem;
  background: var(--yellow);
}

.mv__cta {
  position: absolute;
  inset: auto 0 0;
  z-index: 5;
}

.cta__bg {
  position: absolute;
  inset: -5.6rem 0 auto;
  height: 9rem;
  background:
    radial-gradient(circle at 11% 100%, var(--yellow) 0 4rem, transparent 4.2rem),
    radial-gradient(circle at 50% 100%, var(--yellow) 0 7.4rem, transparent 7.6rem),
    radial-gradient(circle at 89% 100%, var(--yellow) 0 4rem, transparent 4.2rem);
}

.cta__inner {
  position: relative;
  z-index: 1;
}

.cta h2 {
  margin-bottom: 1.2rem;
  color: #212121;
  font-size: 1.85rem;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  overflow-wrap: anywhere;
}

.line-button {
  position: relative;
  display: flex;
  width: 33.5rem;
  max-width: 100%;
  min-height: 6rem;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: visible;
  border: 0.2rem solid var(--white);
  border-radius: 99rem;
  color: var(--white);
  background: var(--line);
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: inset 0 -0.4rem 0 rgba(0, 0, 0, 0.16), 0 1.1rem 1.8rem rgba(6, 199, 85, 0.28);
}

.line-button::after {
  position: absolute;
  inset: 0 2.2rem 0 auto;
  width: 2rem;
  height: 2rem;
  margin: auto;
  border-radius: 50%;
  background:
    linear-gradient(45deg, transparent 48%, var(--line) 49% 54%, transparent 55%),
    var(--white);
  content: "";
}

.line-button__badge {
  position: absolute;
  inset: -1rem auto auto 0.5rem;
  display: grid;
  width: 5.4rem;
  height: 5.4rem;
  place-items: center;
  border: 0.2rem solid var(--line);
  border-radius: 50%;
  color: var(--line);
  background: var(--white);
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.line-button__label {
  display: block;
  padding: 0 3.7rem 0 4.6rem;
  overflow-wrap: anywhere;
}

.line-button--pulse {
  animation: pulse 2.3s ease-out infinite;
}

@keyframes pulse {
  0%,
  42%,
  66%,
  100% {
    transform: scale(1);
  }
  54%,
  78% {
    transform: scale(1.055);
  }
}

.section-pad {
  padding: 0 2rem;
}

.worry-section {
  position: relative;
  min-height: 42rem;
  padding-top: 3.5rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.62)),
    repeating-linear-gradient(135deg, #eef1f6 0 0.8rem, #f8f8f8 0.8rem 1.6rem);
}

.image-title {
  color: var(--blue);
  text-align: center;
}

.image-title span {
  display: block;
  color: #212121;
  font-size: 1.45rem;
  font-weight: 900;
}

.image-title strong {
  display: block;
  margin-top: 0.2rem;
  background: linear-gradient(transparent 62%, var(--yellow) 62%);
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.24;
  text-wrap: balance;
}

.worry-card {
  position: absolute;
  display: grid;
  width: 13.2rem;
  min-height: 15.4rem;
  align-content: start;
  padding: 0.6rem 0.6rem 0.95rem;
  border: 0.2rem solid var(--blue);
  border-radius: 0.8rem;
  background: var(--white);
  box-shadow: var(--shadow);
}

.worry-card img {
  width: 100%;
  height: 8.2rem;
  border-radius: 0.45rem;
  object-fit: cover;
}

.worry-card p {
  margin-top: 0.7rem;
  color: var(--blue);
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

.worry-card--one {
  inset: 13.2rem auto auto 0.9rem;
  transform: rotate(-4deg);
}

.worry-card--two {
  inset: 18.1rem auto auto 11.6rem;
  z-index: 2;
  width: 14.6rem;
  transform: rotate(3deg);
}

.worry-card--three {
  inset: 13.8rem 0.8rem auto auto;
  transform: rotate(-2deg);
}

.night-section {
  padding: 3.2rem 2rem 3.6rem;
  background:
    radial-gradient(circle at 90% 0%, rgba(245, 255, 2, 0.28) 0 5.6rem, transparent 5.8rem),
    linear-gradient(180deg, #071842 0%, var(--blue) 100%);
}

.night-panel {
  position: relative;
  overflow: hidden;
  padding: 2.4rem 1.8rem 2rem;
  border: 0.2rem solid rgba(245, 255, 2, 0.74);
  border-radius: 0.8rem;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0)),
    rgba(8, 26, 72, 0.78);
  box-shadow: 0 1.8rem 4rem rgba(0, 0, 0, 0.28);
}

.night-eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-height: 2.7rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0 1rem;
  border-radius: 99rem;
  color: var(--blue);
  background: var(--yellow);
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1;
}

.night-panel h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
  font-size: 2.55rem;
  font-weight: 900;
  line-height: 1.22;
  text-wrap: balance;
}

.night-lead {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.85;
}

.night-cards {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 1.7rem;
}

.night-cards article {
  min-height: 8.1rem;
  padding: 0.8rem 0.55rem;
  border: 0.15rem solid var(--yellow);
  border-radius: 0.6rem;
  background: var(--white);
  color: var(--blue);
  text-align: center;
}

.night-cards span,
.night-cards strong {
  display: block;
}

.night-cards span {
  margin-bottom: 0.45rem;
  color: #212121;
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1;
}

.night-cards strong {
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.28;
}

.support-section {
  min-height: 52rem;
  padding: 3.6rem 2rem 4rem;
  color: var(--white);
  background:
    radial-gradient(circle at 110% 8%, rgba(245, 255, 2, 0.22) 0 8rem, transparent 8.2rem),
    linear-gradient(160deg, var(--blue) 0%, var(--blue-deep) 100%);
}

.support-photo {
  position: relative;
  margin: 0 0 2.6rem;
  overflow: hidden;
  border: 0.3rem solid var(--yellow);
  border-radius: 0.8rem;
  background: var(--blue-deep);
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.28);
}

.support-photo::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(8, 26, 72, 0.54));
  content: "";
}

.support-photo img {
  height: 16.4rem;
  object-fit: cover;
  object-position: center 58%;
}

.support-title {
  margin-bottom: 3rem;
  line-height: 1;
}

.support-title span {
  display: block;
  margin-bottom: 0.6rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.6rem;
  font-weight: 900;
}

.support-title strong {
  display: inline-block;
  padding-right: 0.5rem;
  color: var(--yellow);
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.1;
}

.support-title em {
  color: var(--white);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 900;
  vertical-align: top;
}

.support-list {
  display: grid;
  gap: 1.2rem;
  margin: 0;
  padding: 0;
  counter-reset: support;
}

.support-list li {
  position: relative;
  min-height: 4.9rem;
  align-content: center;
  padding: 1rem 1rem 0.9rem 2rem;
  border: 0.2rem solid var(--yellow);
  border-radius: 0.4rem;
  color: var(--ink);
  background: var(--white);
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1.3;
  list-style: none;
  text-align: center;
  overflow-wrap: anywhere;
  counter-increment: support;
}

.support-list li::before {
  position: absolute;
  inset: -0.9rem auto auto 1rem;
  min-width: 6.7rem;
  padding: 0.15rem 0.65rem;
  border-radius: 0.4rem;
  color: var(--blue);
  background: var(--yellow);
  content: "Support 0" counter(support);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.support-list span {
  color: var(--blue);
  background: linear-gradient(transparent 62%, var(--yellow) 62%);
  font-size: 1.9rem;
}

.job-section {
  padding: 3.2rem 2rem 4rem;
  background:
    radial-gradient(circle at 0% 0%, rgba(23, 48, 120, 0.09) 0 7rem, transparent 7.1rem),
    radial-gradient(circle at 100% 0%, rgba(23, 48, 120, 0.09) 0 7rem, transparent 7.1rem),
    var(--paper);
}

.job-section__heading {
  margin-bottom: 2.8rem;
  text-align: center;
}

.job-section__heading p {
  display: inline-block;
  margin-bottom: 0.6rem;
  padding: 0.2rem 1.2rem;
  border-radius: 99rem;
  color: var(--blue);
  background: var(--yellow);
  font-size: 1.25rem;
  font-weight: 900;
}

.job-section__heading h2 {
  color: var(--blue);
  font-size: 2.7rem;
  font-weight: 900;
  line-height: 1.25;
  text-wrap: balance;
}

.job-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.3rem 1.2rem;
}

.job-card {
  position: relative;
  min-height: 20rem;
  padding: 1.5rem 1rem 1.4rem;
  border: 0.2rem solid var(--blue);
  border-radius: 0.5rem;
  background: var(--white);
  box-shadow: 0 1rem 0 rgba(23, 48, 120, 0.08);
}

.new-label {
  position: absolute;
  inset: -1.5rem auto auto -1rem;
  display: grid;
  width: 4.4rem;
  height: 4.4rem;
  place-items: center;
  border: 0.2rem solid var(--blue);
  border-radius: 50%;
  color: var(--blue);
  background: var(--yellow);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  transform: rotate(-12deg);
}

.job-card__label {
  height: 1.8rem;
  align-content: center;
  color: var(--blue);
  background: var(--yellow);
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.job-card__price {
  min-height: 4rem;
  align-content: center;
  margin-bottom: 0.7rem;
  background: rgba(245, 255, 2, 0.22);
  color: var(--red);
  line-height: 1;
  text-align: center;
}

.job-card__price strong {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.86rem;
  letter-spacing: 0.01em;
}

.job-card__price span {
  margin-left: 0.2rem;
  font-size: 1.05rem;
  font-weight: 900;
}

.job-card h3 {
  min-height: 4.3rem;
  margin-bottom: 0.7rem;
  color: var(--blue);
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.job-card__meta {
  color: #333;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.65;
}

.cta--yellow {
  min-height: 16.6rem;
  border-top: 0.4rem solid var(--blue);
  border-bottom: 0.4rem solid var(--blue);
}

.voice-section {
  padding: 3.4rem 2rem 2.6rem;
  background: var(--paper);
}

.section-title {
  margin-bottom: 2.4rem;
  text-align: center;
}

.section-title h2 {
  color: var(--blue);
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.25;
}

.section-title span {
  color: var(--gray);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}

.voice-list {
  display: grid;
  gap: 2rem;
}

.voice-item {
  display: grid;
  grid-template-columns: 5.8rem minmax(0, 1fr);
  gap: 1.2rem;
  align-items: start;
}

.voice-avatar {
  display: grid;
  width: 5.8rem;
  height: 5.8rem;
  place-items: center;
  border: 0.2rem solid var(--blue);
  border-radius: 50%;
  background: var(--yellow);
}

.voice-avatar span {
  color: var(--blue);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.voice-avatar--two {
  background: #dff5ff;
}

.voice-avatar--three {
  background: #fff0d1;
}

.voice-bubble {
  position: relative;
  padding: 1.2rem 1.4rem 1.3rem;
  border: 0.2rem solid var(--blue);
  border-radius: 0.4rem;
  background: var(--white);
}

.voice-bubble::before,
.voice-bubble::after {
  position: absolute;
  top: 2.8rem;
  left: 0;
  border-style: solid;
  content: "";
  transform: translateX(-100%);
}

.voice-bubble::before {
  border-width: 0.8rem 1.3rem 0.8rem 0;
  border-color: transparent var(--blue) transparent transparent;
}

.voice-bubble::after {
  margin-left: 0.3rem;
  border-width: 0.55rem 0.9rem 0.55rem 0;
  border-color: transparent var(--white) transparent transparent;
}

.voice-bubble h3 {
  margin-bottom: 0.8rem;
  color: var(--blue);
  font-size: 1.42rem;
  font-weight: 900;
  line-height: 1.45;
}

.voice-bubble p {
  color: #333;
  font-size: 1.22rem;
  font-weight: 500;
  line-height: 1.8;
}

.flow-section {
  padding: 3.8rem 2rem 0;
  background:
    linear-gradient(180deg, rgba(224, 228, 235, 0.96), rgba(224, 228, 235, 0.96)),
    repeating-linear-gradient(90deg, transparent 0 2.1rem, rgba(23, 48, 120, 0.1) 2.1rem 2.2rem);
}

.section-title--compact {
  margin-bottom: 1.4rem;
}

.flow-label {
  position: relative;
  width: 20.5rem;
  height: 3.7rem;
  align-content: center;
  margin: 0 auto 2.6rem;
  border-radius: 99rem;
  color: var(--blue);
  background: var(--yellow);
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.flow-label::after {
  position: absolute;
  inset: auto 0 -1.4rem;
  width: 0;
  height: 0;
  margin: auto;
  border: 0.8rem solid transparent;
  border-top-color: var(--yellow);
  content: "";
}

.flow-label span {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.7rem;
  line-height: 0.9;
  vertical-align: -0.12em;
}

.flow-cards {
  display: grid;
  gap: 4.8rem;
}

.flow-card {
  position: relative;
  overflow: hidden;
  border-radius: 0.6rem;
  background: var(--white);
  box-shadow: var(--shadow);
}

.flow-card:not(:last-child)::after {
  position: absolute;
  inset: auto 0 -3.2rem;
  width: 6.5rem;
  height: 2.2rem;
  margin: auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: var(--blue);
  content: "";
  transform: translateY(100%);
}

.flow-card img {
  height: 15.4rem;
  object-fit: cover;
  object-position: center;
}

.flow-card:nth-child(2) img {
  object-position: center 58%;
}

.flow-card:nth-child(3) img {
  object-position: center 52%;
}

.flow-card__body {
  padding: 2.4rem 2.4rem 2.6rem;
}

.flow-card__body p {
  color: var(--blue);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1;
}

.flow-card__body h3 {
  margin: 0.4rem 0 0.9rem;
  color: var(--blue);
  font-size: 2.7rem;
  font-weight: 900;
  line-height: 1.2;
}

.flow-card__body span {
  display: block;
  color: #333;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.8;
}

.flow-last {
  padding: 3rem 0 0;
  text-align: center;
}

.flow-last p {
  color: var(--blue);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.6;
}

.flow-last img {
  width: 30.2rem;
  height: 18rem;
  margin: 1.6rem auto 0;
  border: 0.25rem solid var(--white);
  border-radius: 0.8rem 0.8rem 0 0;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 1.3rem 3rem rgba(8, 26, 72, 0.18);
}

.contact-section {
  padding: 4.2rem 2rem 5rem;
  background: var(--paper);
}

.contact-card {
  margin-bottom: 3.2rem;
  padding: 1.6rem;
  border: 0.2rem dashed var(--blue);
  border-radius: 0.6rem;
  background: var(--yellow-soft);
}

.contact-card h2 {
  margin-bottom: 0.6rem;
  color: var(--blue);
  font-size: 1.7rem;
  font-weight: 900;
}

.contact-card p {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.75;
}

.company-info h2 {
  padding-bottom: 1.2rem;
  border-bottom: 0.2rem solid #212121;
  font-size: 2rem;
  font-weight: 900;
}

.company-info dl {
  display: grid;
  grid-template-columns: 6.2rem 1fr;
  gap: 2rem;
  padding: 2rem 0 1.4rem;
  border-bottom: 0.1rem solid #212121;
  font-size: 1.35rem;
  line-height: 1.7;
}

.company-info dt {
  font-weight: 900;
}

.company-info dd {
  font-weight: 600;
}

.footer {
  padding: 1.2rem 0;
  color: var(--white);
  background: #212121;
  text-align: center;
}

.footer p {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media (max-width: 374px) {
  html {
    font-size: 2.6667vw;
  }
}

@media (min-width: 768px) {
  body {
    padding: 4rem 0;
  }
}
