
:root {
  --navy: #071c35;
  --navy-2: #0d2f57;
  --blue: #155eb5;
  --blue-2: #1f78d1;
  --cyan: #19a6b3;
  --green: #14a083;
  --ink: #152232;
  --muted: #66778a;
  --pale: #f5f8fb;
  --sky: #eaf4ff;
  --line: #d9e3ee;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(7, 28, 53, 0.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Noto Sans JP", "Yu Gothic", "Yu Gothic UI", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.85;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0; }
h1, h2, h3 { margin: 0; color: var(--navy); line-height: 1.24; letter-spacing: 0; }
h1 { font-size: clamp(40px, 4.6vw, 60px); font-weight: 800; }
h2 { font-size: clamp(30px, 3.6vw, 46px); font-weight: 800; }
h3 { font-size: 21px; font-weight: 800; }
h1, h2, h3, p, li, a, label { overflow-wrap: anywhere; line-break: strict; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; min-height: 82px;
  padding: 14px clamp(22px, 5vw, 72px);
  background: rgba(255,255,255,0.94);
  border-bottom: 1px solid rgba(217,227,238,0.85);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { display: block; width: auto; height: 54px; max-width: min(340px, 58vw); }
.site-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; color: #111; font-size: 16.5px; font-weight: 800; }
.site-nav a { white-space: nowrap; }
.site-nav a:hover { color: var(--blue); }
.nav-mobile-only { display: none; }
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-left: 28px;
  padding: 10px 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--navy-2));
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 16px 34px rgba(21,94,181,.22);
}
.header-cta:hover { background: linear-gradient(135deg, var(--blue-2), var(--navy-2)); }
.menu-toggle { display: none; width: 42px; height: 40px; margin-left: auto; padding: 8px; background: #fff; border: 1px solid var(--line); border-radius: 2px; }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: var(--navy); }
.button, button.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 50px; padding: 14px 24px;
  border: 1px solid transparent; border-radius: 3px;
  font-weight: 800; line-height: 1.2; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button.primary { color: #fff; background: linear-gradient(135deg, var(--blue), var(--navy-2)); box-shadow: 0 16px 34px rgba(21,94,181,.22); }
.button.secondary { color: var(--navy); background: #fff; border-color: rgba(21,94,181,.26); }
.button.light-button { color: var(--navy); background: #fff; border-color: rgba(255,255,255,.3); }
.hero-primary { min-width: 220px; padding-left: 36px; padding-right: 36px; }
.text-link { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.site-main { overflow: hidden; }
.section { padding: clamp(76px, 9vw, 126px) clamp(22px, 6vw, 88px); }
.section.light {
  background:
    linear-gradient(180deg, #f7fafc 0%, #eef5fc 100%);
}
.section-inner, .hero-inner, .page-hero-inner { width: min(1160px, 100%); margin: 0 auto; min-width: 0; }
.hero {
  position: relative;
  min-height: calc(100vh - 82px);
  display: grid; align-items: center;
  padding: clamp(60px, 7vw, 104px) clamp(22px, 6vw, 88px);
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 31%, rgba(245,249,253,.72) 50%, rgba(245,249,253,.16) 100%),
    linear-gradient(180deg, rgba(7,28,53,.03), rgba(7,28,53,.10)),
    url("/assets/images/hero-corporate-tech.png") center right / cover no-repeat;
  overflow: hidden;
}
.hero::before {
  content: none;
}
.hero-inner {
  position: relative;
  z-index: 2;
  display: block;
}
.hero-copy { width: min(720px, 100%); max-width: 720px; }
.eyebrow { margin-bottom: 16px; color: var(--blue); font-size: 16px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.lead { margin-top: 26px; color: #2a3b4f; font-size: 18px; line-height: 1.95; }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-image {
  display: none;
}
.section-heading { max-width: 780px; margin-bottom: 38px; }
.section-heading.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading p:not(.eyebrow) { margin-top: 18px; color: var(--muted); }
.content-block { max-width: 880px; min-width: 0; }
.content-block p + p { margin-top: 18px; }
.two-column, .concept-layout { display: grid; grid-template-columns: minmax(0,.86fr) minmax(0,1.14fr); gap: clamp(32px, 6vw, 76px); align-items: start; }
.concept-section {
  position: relative;
  background:
    linear-gradient(135deg, rgba(245,248,251,.98) 0%, rgba(255,255,255,.96) 48%, rgba(232,243,255,.70) 100%);
}
.concept-layout { align-items: center; }
.concept-copy .section-heading { margin-bottom: 28px; }
.concept-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(121,159,199,.28);
  border-radius: 6px;
  box-shadow: 0 26px 70px rgba(7,28,53,.10);
}
.concept-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,.18), transparent 44%),
    linear-gradient(0deg, rgba(7,28,53,.08), transparent 42%);
  pointer-events: none;
}
.concept-visual img { display: block; width: 100%; height: auto; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.card, .service-card, .service-detail, .news-card { padding: clamp(26px, 3vw, 34px); background: #fff; border: 1px solid var(--line); border-radius: 4px; }
.service-card {
  position: relative;
  min-height: 264px;
  padding: 0;
  border-color: rgba(217,227,238,.72);
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
  box-shadow: 0 16px 42px rgba(7,28,53,.045);
  overflow: hidden;
}
.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(21,94,181,.70), rgba(25,166,179,.32));
}
.featured-card { border-color: rgba(217,227,238,.78); background: linear-gradient(180deg, #fff 0%, #f8fbff 100%); }
.card-title-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 14px;
}
.card-kicker { display: inline-block; flex: 0 0 auto; color: rgba(21,94,181,.82); font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.card h3, .service-card h3, .service-detail h2 { margin-bottom: 14px; }
.card-title-row h3 { margin-bottom: 0; }
.service-card h3 { font-size: 20px; }
.card p, .service-card p, .service-detail p { color: var(--muted); }
.service-card-image {
  position: relative;
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eef5fc;
  border-bottom: 1px solid rgba(217,227,238,.82);
}
.service-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-card-body {
  padding: clamp(22px, 3vw, 30px);
}
.tag-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }
.tag-list li { padding: 7px 11px; color: var(--navy-2); background: var(--sky); border: 1px solid rgba(21,94,181,.14); border-radius: 999px; font-size: 13px; font-weight: 700; }
.ai-section {
  position: relative;
  background:
    radial-gradient(circle at 18% 18%, rgba(31,120,209,.10), transparent 28%),
    linear-gradient(180deg, #f7fbff 0%, #fff 100%);
}
.ai-panel {
  position: relative;
  padding: clamp(34px, 5vw, 58px);
  overflow: hidden;
  background: rgba(255,255,255,.90);
  border: 1px solid rgba(21,94,181,.14);
  box-shadow: 0 22px 70px rgba(7,28,53,.055);
}
.ai-panel::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(217,227,238,.60);
  pointer-events: none;
}
.ai-panel > * { position: relative; z-index: 1; }
.featured-service-panel {
  text-align: center;
}
.featured-service-head {
  max-width: 860px;
  margin: 0 auto;
}
.featured-service-image {
  width: min(960px, 100%);
  margin: clamp(24px, 4vw, 36px) auto clamp(26px, 4vw, 38px);
  overflow: hidden;
  background: #eef5fc;
  border: 1px solid rgba(21,94,181,.14);
}
.featured-service-image img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}
.featured-service-copy {
  max-width: 860px;
  margin: 0 auto clamp(26px, 4vw, 36px);
  text-align: left;
}
.featured-service-copy p + p {
  margin-top: 18px;
}
.featured-service-steps {
  max-width: 920px;
  margin: 0 auto;
  text-align: left;
}
.featured-service-panel .support-note {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.featured-service-actions {
  justify-content: center;
}
.ai-steps {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(217,227,238,.9);
}
.ai-steps li {
  display: grid;
  grid-template-columns: 58px minmax(0,1fr);
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(217,227,238,.9);
}
.ai-step-number {
  color: var(--blue);
  font-size: 19px;
  font-weight: 900;
  letter-spacing: .06em;
}
.ai-steps h3 {
  margin-bottom: 8px;
  font-size: 19px;
}
.ai-steps p { color: var(--muted); }
.support-note {
  margin-top: 24px;
  color: var(--muted);
  font-size: 15px;
}
.company-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, #fff 0%, rgba(255,255,255,.94) 46%, rgba(239,247,255,.72) 100%),
    url("/assets/images/company-operation-layer.svg") right center / min(52vw, 680px) auto no-repeat;
}
.company-section::before {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  width: min(54vw, 720px);
  height: 80%;
  background: linear-gradient(90deg, rgba(255,255,255,.74), rgba(255,255,255,.06));
  pointer-events: none;
}
.company-section .section-inner {
  position: relative;
  z-index: 1;
}
.company-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 10px;
  margin-top: 26px;
}
.company-points span {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 12px 14px;
  color: var(--navy-2);
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(217,227,238,.86);
  font-size: 13px;
  font-weight: 800;
}
.contact-band { padding-top: clamp(54px, 7vw, 86px); }
.cta-area {
  position: relative;
  overflow: hidden;
  padding: clamp(38px, 6vw, 62px);
  color: #fff;
  background:
    linear-gradient(135deg, var(--navy), #0b3c70 58%, #12569f);
}
.cta-area::after {
  content: "";
  position: absolute;
  right: -72px;
  top: -96px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(255,255,255,.18);
  transform: rotate(18deg);
}
.cta-area > * { position: relative; z-index: 1; }
.cta-area h2, .cta-area p { color: #fff; }
.cta-area p { margin-top: 18px; max-width: 760px; }
.page-hero { padding: clamp(72px, 9vw, 110px) clamp(22px, 6vw, 88px); background: linear-gradient(135deg, #f6f9fd 0%, #fff 72%, #edf6ff 100%); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(36px, 4.6vw, 58px); }
.service-detail-list { display: grid; gap: clamp(42px, 6vw, 72px); }
.service-detail.primary-detail { padding: clamp(34px, 5vw, 54px); border-color: rgba(21,94,181,.32); background: linear-gradient(180deg, #fff, #f6faff); }
.service-detail-media {
  display: grid;
  grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr);
  gap: clamp(26px, 4vw, 44px);
  align-items: stretch;
  overflow: hidden;
  padding: 0;
}
.service-detail-media.primary-detail { padding: 0; }
.service-detail-image {
  min-height: 100%;
  margin: 0;
  background: #eef5fc;
  border-right: 1px solid rgba(217,227,238,.82);
}
.service-detail-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}
.service-detail-body {
  padding: clamp(34px, 5vw, 56px);
}
.support-structure {
  margin-top: 28px;
  border-top: 1px solid rgba(217,227,238,.95);
}
.support-structure h3 {
  margin: 20px 0 10px;
  color: var(--navy-2);
  font-size: 16px;
}
.support-structure ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 0 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.support-structure li {
  display: grid;
  grid-template-columns: 36px minmax(0,1fr);
  gap: 10px;
  align-items: start;
  padding: 12px 0;
  border-bottom: 1px solid rgba(217,227,238,.82);
  color: #2a3b4f;
  font-weight: 700;
  line-height: 1.55;
}
.support-structure li span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .10em;
}
.representative-section-wrap {
  background:
    linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}
.representative-section {
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(0,1fr);
  gap: clamp(34px, 5vw, 58px);
  align-items: center;
}
.representative-photo {
  margin: 0;
}
.representative-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border-radius: 10px;
  border: 1px solid rgba(217,227,238,.82);
  background: #eef5fc;
}
.representative-message h2 {
  margin-top: 8px;
  margin-bottom: 24px;
}
.representative-message .content-block p {
  line-height: 2;
}
.representative-message .content-block p + p {
  margin-top: 22px;
}
.representative-signature {
  display: grid;
  gap: 6px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(217,227,238,.9);
}
.representative-signature span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}
.representative-signature strong {
  color: var(--navy);
  font-size: 22px;
  letter-spacing: .04em;
}
.company-profile-wrap { width: 100%; max-width: 100%; overflow-x: visible; padding-bottom: 0; }
.company-profile-wrap img { display: block; width: 100%; max-width: 460px; margin: 0; border: 0; background: #fff; }
.news-list { display: grid; gap: 18px; }
.news-item a {
  display: block;
  padding: clamp(24px, 4vw, 34px);
  background: #fff;
  border: 1px solid rgba(217,227,238,.86);
  border-radius: 4px;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.news-item a:hover {
  transform: translateY(-1px);
  border-color: rgba(21,94,181,.28);
  box-shadow: 0 16px 42px rgba(7,28,53,.06);
}
.news-item h2 {
  margin-top: 12px;
  font-size: clamp(22px, 2.4vw, 30px);
}
.news-item p {
  margin-top: 14px;
  color: var(--muted);
}
.news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}
.news-meta span {
  padding: 3px 8px;
  color: var(--navy-2);
  background: var(--sky);
  border: 1px solid rgba(21,94,181,.12);
}
.article-body {
  font-size: 17px;
}
.contact-form { display: grid; gap: 20px; width: 100%; max-width: 860px; margin: 0 auto; padding: clamp(26px, 5vw, 44px); background: #fff; border: 1px solid var(--line); border-radius: 4px; }
.contact-form > .button { justify-self: start; min-width: 180px; }
.form-row { display: grid; gap: 8px; }
.form-row label { color: var(--navy); font-weight: 800; }
.required { color: #b22d2d; font-size: 13px; }
input, select, textarea { width: 100%; padding: 13px 14px; color: var(--ink); border: 1px solid #c9d6e3; border-radius: 3px; font: inherit; background: #fff; }
textarea { min-height: 180px; resize: vertical; }
.check-label { display: flex; align-items: flex-start; gap: 10px; }
.check-label input { width: auto; margin-top: .45em; }
.form-note { color: var(--muted); font-size: 14px; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.policy-list { display: grid; gap: 30px; }
.policy-list section { padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.policy-list h2 { font-size: clamp(22px, 2.6vw, 30px); }
.policy-list ul { margin: 14px 0 0; padding-left: 1.3em; }
.site-footer { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 28px; align-items: center; padding: 42px clamp(22px, 6vw, 72px); color: #dbe8f2; background: var(--navy); }
.footer-brand img { height: 44px; width: auto; max-width: min(280px, 76vw); filter: brightness(0) invert(1); }
.footer-text { margin-top: 14px; color: #c8d9ea; font-size: 14px; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px; font-size: 14px; }
.copyright { margin-top: 8px; color: #b8cbdf; font-size: 13px; }
@media (max-width: 1040px) {
  .hero-inner, .two-column, .concept-layout { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-copy { max-width: 760px; }
  .card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .site-nav { gap: 22px; }
  .header-cta { margin-left: 18px; }
}
@media (max-width: 980px) {
  .site-header { position: sticky; display: flex; align-items: center; min-height: 72px; padding: 12px 74px 12px 18px; }
  .site-header::after {
    content: "";
    position: absolute;
    right: 29px;
    top: 50%;
    width: 22px;
    height: 16px;
    transform: translateY(-50%);
    background:
      linear-gradient(var(--navy), var(--navy)) 0 0 / 22px 2px no-repeat,
      linear-gradient(var(--navy), var(--navy)) 0 7px / 22px 2px no-repeat,
      linear-gradient(var(--navy), var(--navy)) 0 14px / 22px 2px no-repeat;
    pointer-events: none;
    z-index: 80;
  }
  .brand { min-width: 0; }
  .brand img { height: 44px; max-width: min(270px, calc(100vw - 94px)); }
  .header-cta { display: none; }
  .menu-toggle { position: absolute; right: 18px; top: 50%; display: inline-block !important; flex: 0 0 44px; width: 44px; height: 42px; margin-left: 0; background: #fff; transform: translateY(-50%); z-index: 70; }
  .menu-toggle span { display: none; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; grid-template-columns: 1fr; gap: 0; margin-left: 0; padding: 10px 18px 18px; background: #fff; border-bottom: 1px solid var(--line); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .nav-mobile-only { display: block; }
  .hero, .section, .page-hero { padding-left: 24px; padding-right: 24px; }
  .hero { min-height: 620px; padding-top: 44px; padding-bottom: 30px; align-items: start; }
  .hero-copy { width: 100%; max-width: 100%; }
  .hero-inner, .section-inner, .page-hero-inner, .content-block, .ai-panel, .card, .service-card, .service-detail, .contact-form { width: 100%; max-width: 100%; min-width: 0; }
  .hero {
    background:
      linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 40%, rgba(245,249,253,.50) 61%, rgba(245,249,253,.10) 100%),
      linear-gradient(180deg, rgba(7,28,53,.02), rgba(7,28,53,.12)),
      url("/assets/images/hero-corporate-tech.png") center 78% / cover no-repeat;
  }
  .hero-inner { gap: 22px; }
  h1 { font-size: 34px; line-height: 1.28; }
  h2 { font-size: 27px; line-height: 1.36; }
  h3 { font-size: 20px; }
  .eyebrow { font-size: 15px; letter-spacing: .10em; }
  .lead { font-size: 16px; line-height: 1.85; }
  h1, h2, h3, p, li, a, label { word-break: auto-phrase; overflow-wrap: anywhere; }
  .hero-actions, .cta-actions { flex-direction: column; }
  .hero-actions { margin-top: 26px; }
  .button, button.button { width: 100%; }
  .contact-form > .button { justify-self: stretch; min-width: 0; }
  .card-grid, .site-footer { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-detail-media { grid-template-columns: 1fr; }
  .service-detail-image { border-right: 0; border-bottom: 1px solid rgba(217,227,238,.82); }
  .service-detail-image img { min-height: 220px; max-height: 320px; }
  .support-structure ul { grid-template-columns: 1fr; }
  .representative-section { grid-template-columns: 1fr; gap: 26px; }
  .representative-photo { max-width: 360px; margin: 0 auto; width: 100%; }
  .representative-image { aspect-ratio: 4 / 5; }
  .concept-layout { gap: 28px; }
  .concept-visual { border-radius: 4px; }
  .ai-steps li { grid-template-columns: 1fr; gap: 8px; padding: 22px 0; }
  .ai-section {
    background:
      radial-gradient(circle at 22% 10%, rgba(31,120,209,.11), transparent 32%),
      linear-gradient(180deg, #f7fbff 0%, #fff 100%);
  }
  .ai-panel {
    background: rgba(255,255,255,.92);
  }
  .featured-service-panel,
  .featured-service-head,
  .featured-service-panel .support-note {
    text-align: left;
  }
  .featured-service-image {
    margin-top: 22px;
  }
  .featured-service-image img {
    aspect-ratio: 16 / 10;
  }
  .featured-service-actions {
    justify-content: stretch;
  }
  .company-points { grid-template-columns: 1fr; }
  .company-section {
    background:
      linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(246,250,254,.92) 58%, rgba(239,247,255,.84) 100%),
      url("/assets/images/company-operation-layer.svg") center bottom / 120% auto no-repeat;
  }
  .company-section::before { width: 100%; height: 100%; top: 0; background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.48)); }
  .footer-nav { justify-content: flex-start; }
}
