#site-nav ul li a, .shiny-button {
  font-weight: 600;
  position: relative
}
*, ::after, ::before {
  box-sizing: border-box
}
html {
  font-family: "Noto Sans JP", sans-serif
}
img {
  max-width: 100%;
  display: block
}
h2, h3 {
  font-family: "Funnel Sans", "Noto Sans JP", sans-serif
}
html, ul li {
  margin: 0;
  padding: 0
}
a {
  border-bottom: 1px dotted currentColor;
  color: inherit;
  transition: color .2s, border-bottom-color .2s
}
a:hover {
  border-bottom-color: transparent
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  margin: 0 0 .7em;
  letter-spacing: .01em;
  text-align: center
}
h1 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  color: #fff
}
h2 {
  font-size: clamp(1.5rem, 2.5vw, 2rem)
}
h3 {
  font-size: clamp(1.25rem, 1vw + 1.1rem, 1.4rem)
}
p {
  font-size: clamp(1rem, 1vw + .9rem, 1.25rem);
  margin: 0 0 1em
}
.btn-relief, .company-name, a {
  text-decoration: none
}
.acc-toggle, .modal-close {
  place-items: center;
  cursor: pointer
}
.sr-only, .visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}
body {
  line-height: 1.8;
  color: #1a1a1a;
  min-height: 100vh;
  background: linear-gradient(45deg, #5fb8ff 15%, #0078ff 50%, #5f5fff 85%)
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: inherit;
  filter: blur(20px) brightness(1.06);
  transform: scale(1.04);
  z-index: -1
}
.page {
  width: 1200px;
  margin: 0 auto;
  max-width: calc(100% - 4em)
}
@media (max-width:480px) {
  .page {
    max-width: calc(100% - 2em)
  }
}
@media (max-width:360px) {
  .page {
    max-width: 100%
  }
}
#site-header {
  padding: 5em 5em 1.25em;
  text-align: center
}
#site-header p {
  font-size: 1.125rem;
  letter-spacing: -.02em;
  color: #fff
}
#site-header.is-hero h1 {
  font-size: clamp(2.25rem, 5vw, 3.25rem)
}
#site-header .logo img {
  margin: 0 auto 1.5rem;
  max-width: 100px
}
#site-header .logo, #site-header h1, #site-header p {
  opacity: 0;
  transform: translateY(30px)
}
.fade-in-up {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: opacity .5s cubic-bezier(.25, 1, .5, 1), transform .5s cubic-bezier(.25, 1, .5, 1)
}
.shiny-button-wrapper {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000
}
.shiny-button {
  width: fit-content;
  padding: 10px 20px;
  color: #1a1a1a;
  border: 3px solid transparent;
  border-radius: 60px;
  background-color: #d2f029;
  background-image: linear-gradient(135deg, #d2f029, #b4da0d), linear-gradient(125deg, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, .7) 50%, rgba(255, 255, 255, 0) 53%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  background-size: 100%, 200%;
  background-position: 0, -250px;
  animation: 3s linear infinite border-glint, 4s ease-in-out infinite pulse-glow;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
  text-shadow: 0 1px 2px rgba(255, 255, 255, .6);
  transition: transform .25s, box-shadow .25s
}
#advantages .btn-profile:hover, .shiny-button:hover {
  filter: brightness(1.1);
  transform: translateY(-2px)
}
.acc-toggle:active, .modal-close:active, .shiny-button:active {
  transform: scale(.96)
}
.shiny-button:active {
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, .3)
}
.acc-toggle:hover, .modal-close:hover, .modal-primary:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08)
}
@keyframes border-glint {
  0% {
    background-position: 0, -250px
  }
  50% {
    background-position: 0, 0
  }
  100% {
    background-position: 0, 50px
  }
}
@keyframes pulse-glow {
  0%, 100% {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .25), 0 0 6px rgba(210, 240, 41, .5)
  }
  50% {
    box-shadow: 0 6px 18px rgba(0, 0, 0, .3), 0 0 16px rgba(210, 240, 41, .9)
  }
}
@media (min-width:1024px) {
  .shiny-button-wrapper {
    top: 10%;
    left: 50%;
    transform: translateX(400px);
    right: auto
  }
}
#site-nav {
  position: sticky;
  top: 0;
  z-index: 900;
  backdrop-filter: blur(8px);
  background: rgba(247, 247, 247, .85);
  color: #2f2f2f;
  width: min(64em, calc(100% - 4em));
  margin: 0 auto;
  padding: .6rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, .06)
}
#site-nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: .5rem .75rem;
  flex-wrap: wrap
}
#site-nav ul li {
  display: contents
}
#site-nav ul li a {
  display: inline-flex;
  align-items: center;
  gap: .4em;
  padding: .4rem .8rem;
  line-height: 1;
  border: 0;
  border-radius: 6px;
  color: inherit;
  letter-spacing: .01em;
  transition: background-color .15s, transform .12s, color .15s, box-shadow .15s
}
#site-nav ul li a::after {
  content: "";
  position: absolute;
  left: .5rem;
  right: .5rem;
  bottom: -.35rem;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #5f5fff, #0078ff 70%, #5fb8ff);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .18s ease-in-out
}
#site-nav ul li a.active::after, #site-nav ul li a:focus-visible::after, #site-nav ul li a:hover::after {
  transform: scaleX(1)
}
#site-nav ul li a:focus-visible {
  outline: #d2f029 solid 3px;
  outline-offset: 2px
}
#site-nav + #content {
  padding-top: 1.2em
}
#content {
  background: #fff;
  color: #636363;
  border-radius: .25em
}
#content > .section {
  padding: 5em 5em 3em;
  border-top: 1px solid #ddd
}
#content > .section:first-child {
  border-top: 0
}
@media (max-width:1280px) {
  #content > .section {
    padding: 4em
  }
}
.section-head h2 {
  font-size: clamp(1.5rem, 3vw, 2rem)
}
.section-head h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 1rem 0 20px;
  border-radius: 2px;
  background-image: linear-gradient(90deg, #5f5fff, #0078ff, #5fb8ff)
}
.section-head p {
  font-size: clamp(1rem, 1.75vw, 1.25rem);
  letter-spacing: -.02em
}
.hero-intro {
  display: flex;
  align-items: center;
  gap: 4em
}
.hero-intro .text {
  flex: 1
}
.benefit-card > :last-child, .hero-intro .text > :last-child {
  margin-bottom: 0
}
.hero-image-wrapper {
  display: inline-block;
  padding: .65em;
  flex: 1
}
.hero-image-wrapper img {
  width: 100%;
  height: auto
}
#benefits .benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(280px, 1fr));
  gap: clamp(16px, 3vw, 28px);
  align-items: start
}
.benefit-card {
  flex: 1 1 calc(50% - 2em);
  min-width: 260px;
  padding: 0
}
.benefit-card img {
  display: block;
  width: 100%;
  margin: 1rem auto;
  border-radius: 8px
}
@media (max-width:1024px) {
  #benefits .benefit-grid {
    grid-template-columns: repeat(2, minmax(260px, 1fr))
  }
}
@media (max-width:680px) {
  #benefits .benefit-grid {
    grid-template-columns: 1fr
  }
  .benefit-card img {
    max-width: 250px
  }
}
#advantages {
  padding: clamp(40px, 6vw, 96px) 0
}
#advantages .wrap {
  margin-inline: auto
}
#advantages .section-head {
  text-align: center;
  margin-bottom: clamp(24px, 4vw, 48px)
}
#advantages .title {
  margin: .6rem 0 .4rem;
  font-weight: 800;
  line-height: 1.25;
  font-size: clamp(1.4rem, 2.6vw, 2.2rem);
  letter-spacing: .02em
}
#advantages .advantages-grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
  column-gap: 0
}
@media (min-width:640px) {
  #advantages .advantages-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0
  }
}
@media (min-width:1100px) {
  #advantages .advantages-grid {
    grid-template-columns: repeat(4, 1fr)
  }
}
#advantages .advantages-item {
  position: relative;
  isolation: isolate;
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 8px;
  padding: clamp(18px, 2.2vw, 22px) clamp(18px, 2vw, 24px);
  -webkit-clip-path: polygon(16px 0, 100% 0, calc(100% - 16px) 100%, 0 100%);
  clip-path: polygon(16px 0, 100% 0, calc(100% - 16px) 100%, 0 100%);
  min-height: clamp(180px, 24vw, 260px);
  isolation: isolate;
  overflow: hidden
}
#advantages .advantages-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #f2fbfc
}
#advantages .advantages-grid > article.advantages-item:nth-of-type(2n)::before {
  background: #f2f6fc
}
@media (min-width:480px) {
  #advantages .advantages-item {
    -webkit-clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
    clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%)
  }
}
#advantages .icon {
  width: 100px;
  height: 100px;
  margin: 1rem auto
}
#advantages .advantages-title {
  margin: .25rem 0 0
}
#advantages .instructor-cta {
  text-align: center;
  margin-top: clamp(20px, 4vw, 36px)
}
#advantages .btn-profile {
  appearance: none;
  border: 1px solid #0078ff;
  background: #0078ff;
  color: #fff;
  padding: .75rem 1.25rem;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: .02em;
  cursor: pointer;
  transition: transform .1s, box-shadow .2s, background .2s
}
#advantages .btn-profile:active {
  transform: translateY(1px) scale(.99)
}
@media (min-width:640px) and (max-width:1099px) {
  #advantages .advantages-grid {
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    row-gap: 1rem;
    column-gap: 1rem
  }
}
.modal {
  position: fixed;
  inset: 0;
  z-index: 9990;
  display: none
}
.modal.is-open {
  display: block
}
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .45);
  backdrop-filter: blur(2px)
}
.modal-panel {
  position: relative;
  z-index: 1;
  width: min(640px, 92%);
  margin: 1rem auto 0;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .25);
  opacity: 0;
  transform: translateY(12px);
  animation: .22s forwards modal-in
}
@keyframes modal-in {
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
.modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #f2f4f8;
  color: #222;
  font-size: 26px;
  line-height: 1;
  display: grid;
  transition: background .15s, box-shadow .15s, transform .12s
}
.modal-close:hover {
  background: #e9eef6
}
.modal-close:focus-visible {
  outline: #5f5fff solid 3px;
  outline-offset: 2px
}
.modal-head {
  padding: 1.1rem 1.25rem .5rem
}
.modal-title {
  margin: 0;
  font-size: clamp(1.15rem, 1.5vw, 1.35rem);
  color: #0a1a3c
}
.modal-body {
  padding: .75rem 1.25rem 1rem;
  overflow: auto;
  max-height: 65vh
}
.modal-body p {
  margin: .6em 0;
  color: #343434;
  line-height: 1.75;
  font-size: 1rem;
  text-align: left
}
.modal-foot {
  padding: .75rem 1.25rem 1.25rem;
  display: flex;
  justify-content: flex-end;
  gap: .5rem
}
.modal-primary {
  border: 1px solid #d2f029;
  background: #fff;
  padding: .5rem .9rem;
  border-radius: 8px;
  cursor: pointer;
  transition: box-shadow .15s, transform .12s, background .15s
}
.modal-panel.modal--instructor .modal-body {
  display: block;
  padding: 1rem 1.25rem 1.5rem
}
.modal-badge {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .35rem .65rem;
  border: 1px solid #d2f029;
  border-radius: 999px;
  background: #fafbef;
  color: #2f2f2f;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap
}
.instructor-hero {
  display: flex;
  justify-content: center; /* 横方向の中央寄せ */
  margin: 1rem 0;          /* 上下に余白を入れるなら */
}

.instructor-hero img {
  max-width: 100%;
  height: auto;
  display: block;          /* 画像の余計な隙間を消す */
}
#voice-section .voice-title {
  display: block;
  max-width: 250px;
  margin: 0 auto;
  position: relative;
  padding: 15px;
  border: 1px solid #333;
  border-radius: 50rem;
  color: #333;
  font-weight: 700;
  font-size: 26px;
  text-align: center
}
#advantages .wrap, #learning-topics .wrap, #voice-section .voice-container {
  width: min(1120px, 92%);
  margin-inline: auto
}
#voice-section .voice-container {
  padding-top: 1rem
}
#voice-section .voice-title:before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) skew(-25deg);
  height: 15px;
  width: 15px;
  border-right: 1px solid #333;
  background-color: #fff;
  content: ""
}
#voice-section, .shiny-button, .voice-row {
  overflow: hidden
}
.voice-row {
  white-space: nowrap;
  margin: 6px 0;
  border-radius: 999px;
  padding: 6px 0
}
.voice-track {
  display: inline-block;
  padding-left: 100%
}
.voice-bubble {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  margin: 0 16px;
  padding: 8px 12px;
  border-radius: 18px;
  line-height: 1.4;
  background: #e7f1ff;
  color: #223
}
.acc-panel, .acc-toggle, .avatar, .tile {
  background: #fff
}
.avatar {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%
}
@keyframes marquee {
  0% {
    transform: translateX(0)
  }
  100% {
    transform: translateX(-100%)
  }
}
.voice-row-1 .voice-track {
  animation: 26s linear infinite marquee
}
.voice-row-2 .voice-track {
  animation: 34s linear -9s infinite marquee
}
.voice-row-3 .voice-track {
  animation: 30s linear -4s infinite marquee
}
#learning-topics {
  padding: clamp(40px, 6vw, 88px) 0;
  background: #fafbef;
  color: #2f2f2f
}
.learning-topics-title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2f2f2f;
  font-size: clamp(1.2rem, 2.4vw, 2rem);
  gap: clamp(10px, 3vw, 30px);
  margin: 1rem 0;
  padding: 0 .25rem;
  flex-wrap: wrap
}
.learning-topics-title::after, .learning-topics-title::before {
  width: 3px;
  height: 40px;
  background-color: #d2f029;
  content: ""
}
.learning-topics-title::before {
  transform: rotate(-35deg);
  margin-right: 30px
}
.learning-topics-title::after {
  transform: rotate(35deg);
  margin-left: 30px
}
#learning-topics p {
  max-width: 720px;
  margin: 0 auto clamp(20px, 3vw, 32px);
  font-size: 1rem;
  color: #474747
}
.topics-tiles {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  padding: 0;
  overflow: visible
}
.tile {
  display: grid;
  place-content: center;
  height: 100%;
  padding: 1rem 1rem 0;
  border: 2px solid #d2f029;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .03);
  transition: box-shadow .15s, transform .15s, border-color .15s;
  align-content: center;
  cursor: pointer;
  position: relative
}
.tile::after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 10px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .9;
  transition: opacity .15s, transform .15s, filter .15s, background-image .15s;
  pointer-events: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%236b7280" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="9"/><path d="M12 8v8M8 12h8"/></svg>')
}
.tile:focus-visible::after, .tile:hover::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23374151" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="9"/><path d="M12 8v8M8 12h8"/></svg>');
  transform: translateY(-1px);
  opacity: 1
}
.fixed summary::-webkit-details-marker {
  display: none
}
.acc-toggle {
  position: absolute;
  top: 8px;
  right: 8px;
  display: grid;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid #d2f029;
  color: #343434;
  transition: box-shadow .15s, transform .12s, background .15s;
  z-index: 2
}
.acc-toggle::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 999px
}
.acc-toggle:focus-visible {
  outline: #5f5fff solid 3px;
  outline-offset: 2px
}
.icon-caret {
  width: 18px;
  height: 18px;
  transition: transform .2s
}
.fixed[open] .icon-caret {
  transform: rotate(180deg)
}
.acc-panel {
  overflow: visible;
  border-left: 2px solid #d2f029;
  border-radius: 0 8px 8px 0;
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows .28s, opacity .2s;
  will-change: grid-template-rows, opacity
}
.fixed[open] .acc-panel {
  grid-template-rows: 1fr;
  opacity: 1
}
.acc-panel-inner {
  min-height: 0;
  max-height: clamp(140px, 24vh, 220px);
  overflow: auto;
  padding: .9rem 1rem 1rem
}
.acc-panel-inner p {
  line-height: 1.6
}
.acc-panel-inner::-webkit-scrollbar {
  width: 4px
}
.acc-panel-inner::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .15);
  border-radius: 8px
}
.tile:has(.fixed[open]) {
  align-content: start
}
#subsidy-info {
  max-width: 600px;
  width: 96%;
  margin: clamp(32px, 6vw, 80px) auto;
  padding: clamp(28px, 6vw, 48px);
  border-radius: 20px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, #0078ff 0, #5f5fff 55%, #8aa7ff 100%) border-box;
  border: 6px solid transparent;
  color: #1a1a1a;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .06)
}
#subsidy-info h2 {
  margin: 0 0 clamp(10px, 2vw, 14px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .01em;
  display: inline-flex;
  align-items: center;
	text-align: left;
	font-size: clamp(1.25rem, 2.5vw + 0.5rem, 2rem);
  gap: 12px;
  color: #0a1a3c
}
#subsidy-info h2::after {
  content: "最大75%助成";
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 700;
  font-size: clamp(12px, 1.2vw, 14px);
  line-height: 1;
  background: linear-gradient(90deg, #5f5fff, #0078ff 70%);
  color: #fff;
  white-space: nowrap
}
#subsidy-info p {
  margin: 0;
  font-size: clamp(15px, 1.2vw, 16px);
  line-height: 1.9
}
#subsidy-info strong {
  background: linear-gradient(90deg, #e3ebff, #f2f6ff);
  padding: 0 .25em;
  font-weight: 600
}
.cta-contents {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 1rem 1rem
}
.btn-relief {
  display: block;
  width: 200px;
  padding: 10px 20px;
  margin: 0 auto;
  background: linear-gradient(180deg, #5f5fff 0, #0078ff 100%);
  border: none;
  border-radius: .5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
  color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: .03em;
  transition: background .25s, transform .15s, box-shadow .15s;
  font-size: 1.1em
}
.btn-relief:focus, .btn-relief:hover {
  background: linear-gradient(180deg, #4a4aff 0, #0060cc 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
  outline: 0
}
.btn-relief:active {
  background: linear-gradient(180deg, #0060cc 0, #004c99 100%);
  transform: translateY(0);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .2)
}
footer {
  padding: 2rem 1rem;
  color: #fff;
  text-align: center
}
#site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  padding: 5em 5em 3em;
  width: 100%;
  margin: 0 0 3em
}
#site-footer > * {
  flex: 1 1 calc(50% - 2em);
  min-width: 280px
}
.company-wrapper {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  margin-bottom: 1rem;
  padding: .25rem .35rem;
  border-radius: .5rem
}
.company-wrapper img {
  width: 28px;
  height: auto;
  display: block;
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, .15))
}
.company-name {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  letter-spacing: .02em;
  padding-inline: .1rem;
  transition: color .2s, transform .2s;
  text-underline-offset: .18em;
  text-decoration-thickness: .09em
}
.company-name::after {
  content: "";
  position: absolute;
  left: .1rem;
  right: .1rem;
  bottom: -2px;
  height: 2px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .9), rgba(255, 255, 255, 0));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .28s
}
.company-name::before {
  content: "";
  position: absolute;
  inset: -.25rem -.35rem;
  border-radius: .6rem
}
.company-name:hover, .company-wrapper:hover .company-name {
  color: #f5f7ff;
  transform: translateY(-1px)
}
.company-name:hover::after, .company-wrapper:hover .company-name::after {
  transform: scaleX(1)
}
.company-name:focus-visible {
  outline: rgba(210, 240, 41, .9) solid 3px;
  outline-offset: 3px;
  border-radius: .6rem
}
.company-name:focus-visible::after {
  transform: scaleX(1)
}
.company-name:visited {
  color: #f0f2ff
}
.footer-bottom p {
  font-size: clamp(10px, 1vw, 12px);
  line-height: 1.4;
  opacity: .85
}
@media (max-width:980px) {
  #site-header {
    padding: 4em 3em 1em
  }
  #content > .section {
    padding: 3em
  }
  .hero-intro {
    flex-direction: column;
    text-align: center;
    gap: 2em
  }
  .media {
    margin: 0
  }
  #site-footer {
    padding: 4em 3em 2em;
    display: block;
    margin: 0 0 3em
  }
  #site-footer > * {
    width: 100%;
    margin-bottom: 2em
  }
}
@media (max-width:736px) {
  #site-nav {
    display: none
  }
  #site-nav + #content {
    padding-top: 0
  }
  #site-footer, #site-header {
    padding: 3em 2em 1em
  }
  #site-header p {
    font-size: 1rem;
    letter-spacing: 0
  }
  #content > .section {
    padding: 2em
  }
  .media {
    padding: .35em
  }
}
@media (max-width:480px) {
  #site-header {
    padding: 3em 1.5em 1em
  }
  #content > .section {
    padding: 1.5em
  }
  .voice-bubble {
    margin: 0 18px;
    padding: 8px 12px
  }
  .avatar {
    width: 20px;
    height: 20px;
    flex-basis: 20px
  }
  #site-footer {
    padding: 2.5em 1.5em .75em
  }
}
@media (prefers-reduced-motion:reduce) {
  #site-nav ul li a, .company-name, .company-name::after, .company-name::before {
    transition: none
  }
  .modal-panel {
    animation: none
  }
  .acc-panel, .acc-toggle, .icon-caret {
    transition: none !important
  }
}