@import url("decorative-shapes-clean.css");

/* TOPのメインコピー周りは、装飾記号を使わず言葉と写真を主役にする */
.hero-copy::after {
  content: none !important;
}

.hero h1 em {
  color: var(--orange);
  font-family: inherit !important;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  letter-spacing: inherit;
}

.reason-copy h2 em,
.content-section .section-heading h2 em,
.consultation h2 em {
  color: var(--ink);
  font-family: inherit !important;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  letter-spacing: inherit;
  text-shadow: none;
}

.site-header .partner-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 6px 11px;
  border: 2px solid var(--ink);
  border-radius: 12px;
  background: #fff;
  box-shadow: 3px 3px 0 var(--ink);
  color: var(--ink);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.site-header .partner-link:hover {
  transform: translate(-1px, -1px);
  box-shadow: 5px 5px 0 var(--ink);
  background: #fff1e8;
}

.partner-link svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: var(--orange);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.partner-link span {
  display: grid;
  gap: 0;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
  white-space: nowrap;
}

.partner-link small {
  color: var(--orange);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .09em;
  line-height: 1.1;
}

.partner-link b {
  color: var(--orange);
  font-size: 15px;
  line-height: 1;
}

.home-sns-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-header .desktop-nav {
  gap: 18px;
}

@media (min-width: 801px) and (max-width: 1180px) {
  .site-header {
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .site-header .desktop-nav {
    gap: 12px;
    font-size: 11px;
  }

  .site-header .partner-link {
    display: none;
  }
}

.home-sns-nav__link,
.footer-social a {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  color: var(--orange);
  background: #fff;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}

.home-sns-nav__link:hover,
.footer-social a:hover {
  transform: translateY(-2px);
  color: #fff;
  background: var(--orange);
}

.home-sns-nav svg,
.footer-social svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.home-sns-nav .sns-icon-fill,
.footer-social .sns-icon-fill {
  fill: currentColor;
  stroke: none;
}

footer .footer-links {
  max-width: 410px;
  justify-content: flex-end;
  flex-wrap: wrap;
  row-gap: 10px;
}

.footer-social {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 4px;
}

.footer-social a {
  width: 28px;
  height: 28px;
  color: #fff;
  background: transparent;
}

.footer-social svg {
  width: 14px;
  height: 14px;
}

@media (max-width: 800px) {
  footer .footer-links {
    max-width: none;
    justify-content: flex-start;
  }
}
