:root {
  --ink: #082052;
  --ink-soft: #365176;
  --blue: #006ff2;
  --blue-strong: #0059d9;
  --sky: #46b7ff;
  --teal: #009f9b;
  --purple: #8f28d8;
  --line: #dfeaf7;
  --surface: #ffffff;
  --surface-soft: #f6fbff;
  --shadow: 0 18px 42px rgba(16, 54, 103, .12);
  --shadow-soft: 0 10px 28px rgba(16, 54, 103, .08);
  --radius: 8px;
  --header-h: 84px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  line-height: 1.8;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.is-nav-open {
  overflow: hidden;
}

h1,
h2,
h3,
p,
a,
span {
  overflow-wrap: anywhere;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a.is-link-disabled,
a[aria-disabled="true"] {
  pointer-events: none;
  cursor: default;
  opacity: .45;
  filter: grayscale(.2);
  text-decoration: none;
}

button {
  font: inherit;
}

.sp-only {
  display: none;
}

.section-inner,
.site-header__inner,
.site-footer__inner {
  width: min(100% - 48px, 1160px);
  margin-inline: auto;
}

.section-inner--narrow {
  width: min(100% - 48px, 900px);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: var(--header-h);
  background: transparent;
  border-bottom: 1px solid transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}

.site-header.is-scrolled {
  background: #fff;
  border-bottom-color: rgba(8, 32, 82, .08);
  box-shadow: 0 12px 32px rgba(15, 47, 94, .08);
}

.site-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  height: 100%;
  gap: 34px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  color: #42aaf7;
  font-family: Arial, "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  white-space: nowrap;
}

.brand__symbol {
  position: relative;
  width: 48px;
  height: 33px;
  flex: 0 0 auto;
}

header .brand img {
  max-width: 50%;
  height: auto;
}

@media (max-width: 980px) {
  header .brand img {
    max-width: 200px;
  }
}

header .brand img:hover {
  opacity: .88;
  transition: transform .2s ease;
}

footer .brand img {
  max-width: 170px;
  height: auto;
}

.global-nav {
  display: flex;
  justify-content: center;
  gap: clamp(24px, 4vw, 58px);
  font-size: 15px;
  font-weight: 800;
}

.global-nav__links {
  display: contents;
}

.global-nav__links a {
  position: relative;
  padding: 9px 0;
  color: var(--ink);
  white-space: nowrap;
}

.global-nav__links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  border-radius: 999px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}

.global-nav__links a:hover::after,
.global-nav__links a.is-current::after {
  transform: scaleX(1);
}

.global-nav__links a.is-link-disabled::after,
.global-nav__links a[aria-disabled="true"]::after {
  transform: scaleX(0);
}

.header-contact,
.footer-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 22px;
  border: 2px solid var(--blue);
  border-radius: 999px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.header-contact svg,
.footer-contact svg,
.button svg,
.text-link svg,
.news-item svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(0, 111, 242, .28);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: var(--ink);
  transition: opacity .2s ease, transform .2s ease;
}

.hero {
  min-height: 730px;
  padding-top: var(--header-h);
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, .88) 0%, rgba(255, 255, 255, .58) 38%, rgba(255, 255, 255, .08) 72%),
    url("../images/hero-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero__inner {
  width: min(100% - 48px, 1160px);
  min-height: calc(730px - var(--header-h));
  margin-inline: auto;
  display: flex;
  align-items: center;
  padding: 60px 0 92px;
}

.hero__content {
  width: min(100%, 690px);
}

.hero__title {
  margin: 0;
  font-size: clamp(34px, 4.3vw, 56px);
  line-height: 1.48;
  font-weight: 900;
  letter-spacing: .03em;
}

.hero__line {
  display: inline-block;
  white-space: nowrap;
}

@media screen and (max-width: 420px) {
  .hero__line {
    white-space: normal;
  }
}

.hero__accent,
.philosophy h2 span {
  color: var(--blue);
}

.hero__lead {
  margin: 30px 0 30px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.8;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 50px;
  padding: 0 28px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

@keyframes siteRevealUp {
  from {
    opacity: 0;
    transform: translateY(48px) scale(.94);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes siteRevealLeft {
  from {
    opacity: 0;
    transform: translateX(-48px) scale(.96);
  }

  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes siteRevealRight {
  from {
    opacity: 0;
    transform: translateX(48px) scale(.96);
  }

  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes siteRevealScale {
  from {
    opacity: 0;
    transform: scale(.86);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

main .site-animate {
  opacity: 0;
  visibility: hidden;
  transform: translateY(24px) scale(.98);
  transition:
    opacity .8s cubic-bezier(.2, .8, .2, 1),
    transform .8s cubic-bezier(.2, .8, .2, 1);
  transition-delay: var(--site-animate-delay, 0ms);
  will-change: transform, opacity;
}

main .site-animate[data-animate-variant="up"] {
  transform: translateY(24px) scale(.98);
}

main .site-animate[data-animate-variant="left"] {
  transform: translateX(-24px) scale(.98);
}

main .site-animate[data-animate-variant="right"] {
  transform: translateX(24px) scale(.98);
}

main .site-animate[data-animate-variant="scale"] {
  transform: scale(.92);
}

main .site-animate.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

main .site-animate[data-animate-variant="left"].is-visible {
  transform: translateX(0) scale(1);
}

main .site-animate[data-animate-variant="right"].is-visible {
  transform: translateX(0) scale(1);
}

main .site-animate[data-animate-variant="scale"].is-visible {
  transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  main .site-animate {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

.button--primary {
  background: linear-gradient(135deg, #005ce8, #138fff);
  color: #fff;
  box-shadow: 0 14px 28px rgba(0, 111, 242, .24);
}

.button--hero-service {
  border: 0 !important;
  border-width: 0;
}

.button--light {
  min-height: 42px;
  padding: 0 24px;
  background: #fff;
  color: var(--blue);
  box-shadow: 0 10px 24px rgba(0, 50, 126, .14);
}

.button--secondary {
  background: #fff;
  border-color: rgba(0, 111, 242, .32);
  color: var(--blue);
  box-shadow: 0 10px 24px rgba(16, 54, 103, .08);
}

.button--outline {
  border-color: rgba(255, 255, 255);
  color: #fff;
}

.partners {
  padding: 34px 0 56px;
  background: linear-gradient(180deg, #fff, #f7fbff);
}

.partners__title,
.section-heading p {
  margin: 0;
  text-align: center;
  color: var(--ink);
  font-size: 19px;
  font-weight: 900;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 28px;
  margin-top: 24px;
}

.partner-logo {
  display: grid;
  aspect-ratio: 2 / 1;
  min-height: 84px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .88);
  color: #46628c;
  font-size: 19px;
  font-weight: 900;
  box-shadow: 0 8px 22px rgba(16, 54, 103, .04);
}

.partner-logo img {
  display: block;
  max-width: 85%;
  object-fit: contain;
}

.seminar {
  padding: 0 0 70px;
  background: #f7fbff;
}

.seminar-card {
  min-height: 250px;
  border-radius: var(--radius);
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(0, 76, 203, .95) 0%, rgba(0, 120, 239, .82) 50%, rgba(0, 126, 242, .18) 100%),
    url("../images/seminar-banner-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  box-shadow: var(--shadow);
}

.seminar-card__content {
  width: min(100%, 720px);
  padding: 30px 38px;
}

.seminar-card__label {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 18px;
  margin: 0 0 22px;
  border-radius: 999px;
  background: #fff;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.seminar-card h2 {
  margin: 0;
  font-size: clamp(22px, 2.8vw, 29px);
  line-height: 1.55;
  font-weight: 900;
}

.seminar-card p:not(.seminar-card__label) {
  margin: 8px 0 0;
  font-size: 17px;
  font-weight: 700;
}

.seminar-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 26px;
  margin-top: 26px;
}

.seminar-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  font-weight: 900;
}

.seminar-card__meta span svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.philosophy {
  padding: 76px 0 86px;
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, .8), rgba(255, 255, 255, .52)),
    url("../images/philosophy-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.philosophy__inner {
  text-align: center;
}

.section-heading {
  margin-bottom: 32px;
  text-align: center;
}

.section-heading p::after {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  margin: 13px auto 0;
  border-radius: 999px;
  background: var(--blue);
}

.section-heading h2 {
  margin: 24px 0 0;
  font-size: clamp(28px, 3.3vw, 40px);
  line-height: 1.55;
  font-weight: 900;
}

.philosophy__body {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 2.1;
}

.services {
  padding: 66px 0 58px;
  background:
    radial-gradient(circle at 18% 6%, rgba(70, 183, 255, .11), transparent 30%),
    radial-gradient(circle at 92% 42%, rgba(0, 159, 155, .09), transparent 32%),
    #f8fcff;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  min-height: 422px;
  padding: 34px 26px 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .9);
  box-shadow: var(--shadow-soft);
}

.service-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 34px;
  margin: 0;
  color: var(--blue);
  font-size: clamp(20px, 2.1vw, 27px);
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.service-logo__mark {
  width: 34px;
  height: 25px;
  flex: 0 0 auto;
  border-radius: 24px 24px 2px 2px;
  background: currentColor;
  clip-path: polygon(0 100%, 8% 50%, 42% 5%, 76% 22%, 100% 72%, 66% 58%, 44% 100%);
  transform: rotate(-16deg);
}

.service-card--agent .service-logo {
  color: var(--teal);
}

.service-card--search .service-logo {
  color: var(--purple);
}

.service-card img {
  width: 100%;
  /* aspect-ratio: 1.72 / 1; */
  object-fit: contain;
  object-position: center;
  margin-bottom: 0;
}

.service-card--crm img,
.service-card--search img,
.service-card--agent img {
  width: 88%;
  margin-top: 0;
  margin-bottom: 24px;
}

.service-card p {
  min-height: 72px;
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 2;
  text-align: center;
}

.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: auto;
  color: var(--blue);
  font-weight: 900;
}

.text-link--soon {
  color: #7188aa;
  cursor: default;
}

.news {
  padding: 38px 0 76px;
  background:
    linear-gradient(180deg, #f8fcff 0%, #fff 48%, #f9fcff 100%);
}

.news .section-heading {
  margin-bottom: 18px;
}

.news .section-heading h2 {
  margin-top: 0;
  font-size: 0;
}

.news-list {
  border-top: 1px solid var(--line);
}

.news-item {
  display: grid;
  grid-template-columns: 112px 136px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 16px;
  min-height: 58px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 14px;
}

.news-item time {
  color: #637798;
  font-size: 13px;
  font-weight: 800;
}

.news-item__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  padding: 0 14px;
  border-radius: 999px;
  background: #ecf4fd;
  color: #42628e;
  font-size: 12px;
  font-weight: 800;
}

.news-item__title {
  min-width: 0;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-item svg {
  color: #7891b5;
  justify-self: end;
}

.news__more {
  margin: 28px auto 0;
}

.recruit-strip {
  padding: 52px 0;
  background:
    linear-gradient(135deg, rgba(5, 45, 124, .95), rgba(0, 111, 242, .84)),
    url("../images/hero-bg.png");
  background-position: center bottom;
  background-size: cover;
  color: #fff;
  margin-bottom: 70px;
}

.recruit-strip__inner {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.recruit-strip p,
.recruit-strip h2 {
  margin: 0;
}

.recruit-strip p {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.recruit-strip h2 {
  font-size: clamp(22px, 2.7vw, 32px);
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
}

.site-footer {
  position: relative;
  padding: 28px 0;
  overflow: hidden;
  background: linear-gradient(135deg, #003e9f 0%, #005cd6 46%, #00256b 100%);
  color: #fff;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: -90px -10% auto;
  height: 140px;
  border-radius: 50%;
  background: #fff;
}

.site-footer__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  /* gap: 32px 40px; */
  margin-top: 96px;
}

.site-footer__inner>* {
  flex: 1 1 0;
  min-width: 0;
}

.footer-company {
  margin-top: -30px;
}

.footer-company,
.footer-nav>div,
.footer-actions {
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  text-align: right;
}

@media (max-width: 599px) {
  .footer-company,
  .footer-nav>div,
  .footer-actions {
    text-align: left;
  }
}

@media (max-width: 1207px) {
  .partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__inner>* {
    flex: 1 1 0;
  }
}

.brand--footer {
  color: #fff;
  font-size: 30px;
}

.brand--footer .brand__symbol::before {
  background: #fff;
}

.brand--footer .brand__symbol::after {
  border-color: rgba(255, 255, 255, .86);
}

.footer-company p {
  margin: 0;
  font-size: 14px;
  /* font-weight: 700; */
  line-height: 2;
}

.footer-nav {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 26px;
}

.footer-nav h2 {
  margin: 0 0 12px;
  font-size: 17px;
}

.footer-nav a,
.footer-actions a {
  display: block;
  font-size: 14px;
  /* font-weight: 700; */
  line-height: 2.15;
  transition: color .2s ease, text-decoration-color .2s ease;
}

.footer-nav a:hover,
.footer-nav a:focus-visible,
.footer-actions>a:not(.footer-contact):hover,
.footer-actions>a:not(.footer-contact):focus-visible {
  color: #dceeff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.footer-contact:hover,
.footer-contact:focus-visible {
  color: #fff;
  text-decoration: none;
}

.footer-actions {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
}

.footer-actions>a,
.footer-actions>.footer-contact {
  padding-block: 0;
  line-height: 2.15;
}

.footer-actions>.footer-contact+a {
  margin-top: 16px;
}

.footer-contact {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  border-color: rgba(255, 255, 255, .78);
  color: #fff;
}

.footer-actions .footer-contact {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
}

.copyright {
  position: relative;
  z-index: 1;
  margin: 48px 0 0;
  text-align: center;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
}

.page-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 30;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, .42);
  border-radius: 50%;
  background: rgba(0, 46, 124, .88);
  color: #fff;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .2s ease, transform .2s ease;
}

.page-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.page-top svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-page {
  padding-top: var(--header-h);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .78), rgba(247, 251, 255, .94) 34%, #f7fbff 100%),
    url("../images/service-page-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.service-hero {
  padding: 68px 0 36px;
  text-align: center;
}

.service-hero__inner {
  display: grid;
  justify-items: center;
}

.page-kicker {
  margin: 0;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .08em;
}

.page-kicker::after {
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  margin: 10px auto 0;
  border-radius: 999px;
  background: var(--blue);
}

.service-hero h1 {
  margin: 24px 0 12px;
  font-size: clamp(34px, 4.2vw, 52px);
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: .08em;
}

.service-hero__title-line {
  display: inline-block;
  white-space: nowrap;
}

.service-hero__title-line+.service-hero__title-line {
  margin-left: .28em;
}

.service-hero p:not(.page-kicker) {
  margin: 0;
  color: var(--blue-strong);
  font-size: 18px;
  font-weight: 800;
  line-height: 2;
}

.service-showcase {
  padding: 0 0 22px;
}

.service-showcase__inner {
  display: grid;
  gap: 18px;
}

.service-detail {
  --service-accent: var(--blue);
  --service-accent-dark: #075bd7;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(0, 111, 242, .20);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .90) 48%, rgba(255, 255, 255, .54) 100%),
    url("../images/service-crm-card-bg.png");
  background-position: center;
  background-size: cover;
  box-shadow: var(--shadow-soft);
}

.service-detail--agent {
  --service-accent: var(--teal);
  --service-accent-dark: #008f8b;
  border-color: rgba(0, 159, 155, .22);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .88) 48%, rgba(255, 255, 255, .32) 100%),
    url("../images/service-agent-card-bg.png");
  background-position: center;
  background-size: cover;
}

.service-detail--search {
  --service-accent: var(--purple);
  --service-accent-dark: #6f27c6;
  border-color: rgba(143, 40, 216, .22);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .88) 48%, rgba(255, 255, 255, .26) 100%),
    url("../images/service-search-card-bg.png");
  background-position: center;
  background-size: cover;
}

.service-detail__content {
  position: relative;
  z-index: 1;
  padding: 34px 38px;
}

.service-detail__header {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
}

.service-detail__header .service-detail__logo {
  margin: 0;
  flex-shrink: 0;
}

.service-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 17px;
  border-radius: 999px;
  background: var(--service-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.service-detail__logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: var(--service-accent);
  font-size: clamp(26px, 3vw, 36px);
  font-style: italic;
  line-height: 1;
}

.service-detail__logo img {
  width: auto;
  max-width: 220px;
  height: auto;
  display: block;
}

.service-detail h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(20px, 1.55vw, 23px);
  line-height: 1.5;
  font-weight: 900;
  line-break: strict;
  word-break: keep-all;
  overflow-wrap: normal;
}

.service-title-line {
  display: inline;
}

.service-detail p {
  margin: 15px 0 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
}

.service-feature-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.service-feature-list div {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 8px;
}

.service-detail--agent .service-feature-list {
  grid-template-columns: minmax(118px, .72fr) minmax(184px, 1.14fr) minmax(184px, 1.14fr);
  gap: 14px;
}

.service-detail--search .service-feature-list {
  grid-template-columns: minmax(118px, .76fr) minmax(154px, 1fr) minmax(190px, 1.18fr);
  gap: 14px;
}

.service-feature-list .service-icon {
  grid-row: 1 / 3;
}

.service-feature-list strong,
.service-feature-list small {
  display: block;
  line-height: 1.45;
}

.service-feature-list strong {
  color: var(--ink);
  font-size: 12.5px;
  font-weight: 900;
  white-space: nowrap;
}

.service-feature-list small {
  color: var(--ink);
  font-size: 11.5px;
  font-weight: 800;
  white-space: nowrap;
}

.service-stats {
  border-radius: var(--radius);
  backdrop-filter: blur(10px);
}

.service-stats div {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  min-height: 76px;
  padding: 12px 10px;
  column-gap: 8px;
}

.service-stats div+div {
  border-left: 1px solid rgba(8, 32, 82, .12);
}

.service-stats .service-icon {
  grid-row: 1 / 3;
}

.service-stats small {
  color: var(--ink);
  font-size: 11.5px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}

.service-stats strong {
  color: var(--ink);
  font-size: clamp(21px, 1.65vw, 25px);
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.service-stats em {
  margin-left: 3px;
  font-size: 12px;
  font-style: normal;
}

.service-icon {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  color: var(--service-accent);
}

.service-icon::before,
.service-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.service-icon--person::before {
  left: 9px;
  top: 2px;
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.service-icon--person::after {
  left: 5px;
  bottom: 2px;
  width: 20px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 14px 14px 3px 3px;
}

.service-icon--bar::before {
  inset: 3px 4px;
  border-bottom: 2px solid currentColor;
  background:
    linear-gradient(currentColor, currentColor) 2px 14px / 4px 7px no-repeat,
    linear-gradient(currentColor, currentColor) 10px 8px / 4px 13px no-repeat,
    linear-gradient(currentColor, currentColor) 18px 3px / 4px 18px no-repeat;
}

.service-icon--db::before {
  inset: 3px 4px;
  border: 2px solid currentColor;
  border-radius: 50% / 18%;
}

.service-icon--db::after {
  left: 4px;
  right: 4px;
  top: 11px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.service-icon--building::before {
  inset: 3px 6px 2px;
  border: 2px solid currentColor;
  background:
    radial-gradient(currentColor 1.5px, transparent 2px) 4px 5px / 7px 7px;
}

.service-icon--group::before {
  left: 3px;
  top: 9px;
  width: 9px;
  height: 9px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: 8px -5px 0 -2px #fff, 8px -5px 0 0 currentColor, 16px 0 0 -2px #fff, 16px 0 0 0 currentColor;
}

.service-icon--group::after {
  left: 1px;
  right: 1px;
  bottom: 2px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 10px 10px 3px 3px;
}

.service-icon--doc::before {
  inset: 2px 6px;
  border: 2px solid currentColor;
  border-radius: 2px;
}

.service-icon--doc::after {
  left: 11px;
  top: 10px;
  width: 9px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 6px 0 currentColor;
}

.service-icon--handshake::before {
  left: 2px;
  top: 11px;
  width: 26px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 8px;
  transform: rotate(-18deg);
}

.service-icon--search::before {
  left: 4px;
  top: 3px;
  width: 17px;
  height: 17px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.service-icon--search::after {
  right: 3px;
  bottom: 4px;
  width: 11px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
}

.service-icon--screen::before {
  inset: 4px 3px 7px;
  border: 2px solid currentColor;
  border-radius: 2px;
}

.service-icon--screen::after {
  left: 10px;
  right: 10px;
  bottom: 3px;
  height: 2px;
  background: currentColor;
}

.service-detail__visual {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  justify-items: end;
  padding: 34px 40px 34px 0;
}

.service-detail__visual img {
  width: min(100%, 565px);
  /* margin-top: 46px; */
  filter: drop-shadow(0 24px 34px rgba(16, 54, 103, .12));
}

.service-detail__visual--empty {
  min-height: 100%;
}

.service-detail__buttons {
  position: absolute;
  top: 28px;
  right: 38px;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.service-detail__actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 18px;
}

.service-detail__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 30px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--service-accent);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(0, 111, 242, .16);
}

.service-detail__button svg,
.service-contact-strip svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-detail__button--outline {
  border-color: var(--service-accent);
  background: rgba(255, 255, 255, .78);
  color: var(--service-accent);
  box-shadow: none;
}

.service-detail__button--crm,
.service-detail__button--agent,
.service-detail__button--search {
  margin-top: 28px;
}

.service-contact-strip {
  padding: 0 0 12px;
}

.service-contact-strip__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  min-height: 82px;
  padding: 12px 34px;
  border: 1px solid rgba(0, 111, 242, .18);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .90), rgba(236, 247, 255, .88)),
    url("../images/service-page-bg.png");
  background-position: center;
  background-size: cover;
}

.service-contact-strip p,
.service-contact-strip h2 {
  margin: 0;
}

.service-contact-strip p {
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.service-contact-strip h2 {
  color: var(--ink);
  font-size: clamp(20px, 2.3vw, 28px);
  line-height: 1.4;
  font-weight: 900;
}

.service-contact-strip__buttons {
  display: flex;
  gap: 20px;
}

@media (min-width: 1081px) and (max-width: 1097px) {
  .service-detail--agent .service-stats,
  .service-detail--search .service-stats {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

@media (max-width: 1080px) {
  .service-detail {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .service-detail__content {
    padding-bottom: 0;
  }

  .service-detail__visual {
    min-height: 260px;
    padding: 0 30px 34px;
    justify-items: center;
  }

  .service-detail__visual img {
    width: min(100%, 560px);
  }

  .service-detail__button--crm,
  .service-detail__button--search,
  .service-detail__button--agent,
  .service-detail__buttons {
    position: static;
    /* justify-content: flex-start; */
    margin: 22px 0;
  }

  .service-detail__visual--empty {
    min-height: 220px;
    align-content: start;
    justify-items: start;
  }
}

@media (min-width: 721px) and (max-width: 1080px) {
  .service-detail .service-feature-list {
    grid-template-columns: repeat(3, max-content);
    column-gap: clamp(20px, 3vw, 36px);
    justify-content: start;
  }
}

@media (max-width: 980px) {
  :root {
    --header-h: 72px;
  }

  .site-header__inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 14px;
  }

  .brand {
    font-size: 27px;
  }

  .brand__symbol {
    width: 41px;
    height: 29px;
  }

  .nav-toggle {
    display: block;
    position: relative;
    z-index: 60;
  }

  .global-nav {
    position: fixed;
    inset: 0 0 0 auto;
    display: grid;
    align-content: start;
    gap: 0;
    width: min(50vw, 520px);
    min-width: min(100vw, 360px);
    height: 100vh;
    height: 100dvh;
    overflow-y: auto;
    padding: 0;
    background: #fff;
    box-shadow: 0 22px 34px rgba(15, 47, 94, .12);
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform .24s ease, visibility 0s linear .24s;
  }

  body.is-nav-open .nav-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  body.is-nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.is-nav-open .nav-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  body.is-nav-open .global-nav {
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    transition-delay: 0s;
  }

  .global-nav__links {
    display: grid;
    padding-top: 80px;
  }

  .global-nav__links a {
    width: 100%;
    padding: 14px 24px;
    border-bottom: 1px solid var(--line);
  }

  .global-nav__links a::after {
    display: none;
  }

  .header-contact {
    display: none;
  }

  .service-grid,
  .footer-nav {
    grid-template-columns: 1fr;
  }

  .site-footer__inner {
    flex-direction: column;
    gap: 28px;
  }

  .site-footer__inner>* {
    flex-basis: 100%;
  }

  .service-card {
    min-height: auto;
  }

  .recruit-strip__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .recruit-strip .button {
    justify-self: center;
  }

  .service-detail__visual {
    min-height: 260px;
    padding: 0 30px 34px;
    justify-items: center;
  }

  .service-detail__visual img {
    width: min(100%, 560px);
  }

  .service-detail__button--search,
  .service-detail__button--agent .service-detail__buttons {
    position: static;
    /* justify-content: flex-start; */
    margin: 22px 0;
  }

  .service-detail__button--crm {
    margin: 22px 0;
  }

  .service-detail__visual--empty {
    min-height: 220px;
    align-content: start;
    justify-items: start;
  }

  .service-contact-strip__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}

@media (min-width: 721px) and (max-width: 980px) {
  .service-grid {
    width: min(100%, 680px);
    margin-inline: auto;
  }

  .service-card {
    min-height: 380px;
    padding: 30px 22px 24px;
  }

  .service-card img {
    width: min(100%, 560px);
  }

  .service-card--crm img {
    width: min(82%, 480px);
  }

  .site-footer__inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 24px;
    align-items: start;
  }

  .site-footer__inner>* {
    flex-basis: auto;
  }

  .footer-company {
    /* margin-top: 0; */
  }

  .brand--footer img {
    /* max-width: 220px !important; */
  }

  .footer-company p {
    margin-top: 18px;
    max-width: 640px;
  }

  .footer-nav {
    min-width: 0;
  }

  .footer-nav h2 {
    font-size: 15px;
    white-space: nowrap;
  }

  .footer-nav a,
  .footer-actions a {
    font-size: 13px;
    line-height: 2;
  }

  .footer-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px 18px;
    align-items: center;
    justify-content: start;
  }

  .footer-actions>.footer-contact+a {
    margin-top: 0;
  }

  .footer-actions .footer-contact {
    justify-self: start;
  }
}

@media (max-width: 720px) {
  .sp-only {
    display: block;
  }

  .service-page {
    background-color: #f4f8ff;
    background-image: url("../images/service-page-bg-sp.png");
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100% auto;
  }

  .section-inner,
  .section-inner--narrow,
  .site-header__inner,
  .site-footer__inner,
  .hero__inner {
    width: min(100% - 32px, 1160px);
  }

  .hero {
    min-height: 650px;
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .82) 48%, rgba(255, 255, 255, .22) 100%),
      url("../images/hero-bg.png");
    background-position: 58% center;
  }

  .global-nav__links a {
    padding-inline: 16px;
  }

  .site-footer {
    padding-block: 52px 26px;
  }

  .site-footer__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 26px 18px;
    margin-top: 42px;
  }

  .footer-company {
    /* margin-top: 0; */
  }

  .brand--footer img {
    /* max-width: 200px !important; */
  }

  .footer-company p {
    /* margin-top: 16px; */
    font-size: 13px;
    line-height: 1.9;
  }

  .footer-nav {
    width: 100%;
  }

  .footer-nav h2 {
    margin-bottom: 8px;
    font-size: 15px;
  }

  .footer-nav a,
  .footer-actions a {
    font-size: 13px;
    line-height: 2;
  }

  .footer-actions {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 10px 18px;
    align-items: flex-start;
  }

  .footer-actions .footer-contact {
    flex: 0 0 auto;
  }

  .footer-actions>.footer-contact+a {
    flex-basis: 100%;
    margin-top: 0;
  }

  .copyright {
    margin-top: 32px;
  }

  .hero__inner {
    min-height: calc(650px - var(--header-h));
    align-items: flex-start;
    padding: 68px 0 56px;
  }

  .hero__title {
    font-size: clamp(25px, 6.8vw, 42px);
    line-height: 1.55;
  }

  .hero__lead {
    margin: 22px 0 24px;
    font-size: 15px;
    line-height: 1.9;
  }

  .partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .partner-logo {
    min-height: 66px;
    font-size: 15px;
  }

  .seminar-card {
    background-image:
      linear-gradient(90deg, rgba(0, 75, 203, .97) 0%, rgba(0, 105, 220, .86) 66%, rgba(0, 126, 242, .28) 100%),
      url("../images/seminar-banner-bg.png");
    background-position: 62% center;
  }

  .seminar-card__content {
    padding: 26px 22px;
  }

  .seminar-card__meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .philosophy,
  .services,
  .news {
    padding-block: 58px;
  }

  .section-heading {
    margin-bottom: 24px;
  }

  .section-heading h2 {
    font-size: clamp(24px, 7vw, 32px);
  }

  .philosophy__body {
    font-size: 15px;
    line-height: 2;
  }

  .service-card p {
    font-size: 13px;
  }

  .news-item {
    grid-template-columns: 92px 1fr 20px;
    gap: 10px 12px;
    padding: 14px 0;
  }

  .news-item__category {
    grid-column: 2;
    justify-self: start;
  }

  .news-item__title {
    grid-column: 1 / 3;
    white-space: normal;
  }

  .news-item svg {
    grid-column: 3;
    grid-row: 1 / 4;
  }

  .site-footer {
    padding-top: 58px;
  }

  .footer-nav {
    gap: 20px;
  }

  .page-top {
    right: 16px;
    bottom: 16px;
  }

  .service-hero {
    padding: 48px 0 26px;
  }

  .service-hero h1 {
    font-size: clamp(28px, 8vw, 38px);
    letter-spacing: .03em;
  }

  .service-hero__title-line {
    display: block;
  }

  .service-hero__title-line+.service-hero__title-line {
    margin-left: 0;
  }

  .service-hero p:not(.page-kicker) {
    font-size: 15px;
    line-height: 1.9;
  }

  .service-detail__content {
    padding: 26px 22px 0 22px;
  }

  .service-detail h3 {
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .service-title-line {
    display: block;
  }

  .service-feature-list,
  .service-stats {
    grid-template-columns: 1fr;
  }

  .service-detail--agent .service-feature-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-detail--search .service-feature-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-stats div+div {
    border-left: 0;
    border-top: 1px solid rgba(8, 32, 82, .12);
  }

  .service-detail__buttons,
  .service-contact-strip__buttons {
    width: 100%;
    display: grid;
    gap: 12px;
  }

  .service-detail__button {
    width: 100%;
  }

  .service-contact-strip__inner {
    width: min(100% - 32px, 1160px);
    padding: 22px;
  }
}

@media (max-width: 1080px) {
  .service-detail .service-stats {
    text-align: center;
  }

  .service-detail--agent .service-stats,
  .service-detail--search .service-stats {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .service-detail__button--crm,
  .service-detail__button--agent,
  .service-detail__button--agent-outline,
  .service-detail__button--search,
  .service-detail__button--search-outline {
    width: fit-content;
  }
}

@media (min-width: 600px) and (max-width: 720px) {
  .site-footer__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 24px;
  }
}

@media (max-width: 599px) {
  .hero {
    min-height: 540px;
  }

  .service-detail__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .service-detail__visual {
    align-content: normal;
  }

  .hero__inner {
    min-height: calc(540px - var(--header-h));
    padding-block: 42px 38px;
  }

  .footer-company,
  .footer-nav>div,
  .footer-actions {
    width: 100%;
    margin-inline: 0;
  }
}

@media (max-width: 522px){
  .service-detail__button--agent,
  .service-detail__button--search {
    margin-bottom: 0;
  }

  .service-detail__button--agent-outline,
  .service-detail__button--search-outline {
    margin-bottom: 22px;
  }
}

@media (max-width: 420px) {
  .brand {
    font-size: 23px;
  }

  .button {
    width: 100%;
    padding-inline: 18px;
  }

  .hero__title {
    font-size: 25px;
  }

  .seminar-card h2 {
    font-size: 21px;
  }

  .service-card {
    padding: 28px 18px 24px;
  }

  .service-logo {
    font-size: 20px;
  }
}

/* Contact page */
.contact-page {
  padding-top: var(--header-h);
  background: linear-gradient(180deg, #f8fcff 0%, #fff 34%, #f8fcff 100%);
}

.contact-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98), rgba(246, 251, 255, .88)),
    url("../images/service-page-bg.png");
  background-position: center;
  background-size: cover;
}

.contact-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 320px;
  align-content: center;
  padding: 52px 0 64px;
}

.contact-hero h1 {
  margin: 18px 0 20px;
  color: var(--ink);
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: .04em;
}

.contact-hero p:not(.page-kicker) {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 2;
}

.contact-form-section {
  padding: 48px 0 64px;
}

.contact-form-layout {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: 36px;
}

.contact-form-intro {
  padding: 34px 30px;
  border: 1px solid rgba(0, 111, 242, .16);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(240, 248, 255, .90)),
    url("../images/service-page-bg.png");
  background-position: center;
  background-size: cover;
  box-shadow: var(--shadow-soft);
}

.contact-form-intro ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-form-intro li {
  position: relative;
  padding-left: 18px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.7;
}

.contact-form-intro li::before {
  position: absolute;
  top: .72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  content: "";
}

.contact-form {
  padding: 36px;
  border: 1px solid rgba(0, 111, 242, .16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--shadow);
}

.contact-form .wpcf7-form-control-wrap {
  display: block;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
}

@media (max-width: 720px) {
  .form-grid {
    gap: 0;
  }
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field--full {
  grid-column: 1 / -1;
}

.form-field.is-hidden {
  display: none;
}

.form-field label {
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.4;
}

.form-field label > span:first-of-type:not(.wpcf7-form-control-wrap) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 18px;
  margin-left: 6px;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(0, 111, 242, .10);
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  vertical-align: 1px;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(8, 32, 82, .16);
  border-radius: var(--radius);
  outline: none;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.form-field input,
.form-field select {
  padding: 0 15px;
}

.form-field textarea {
  min-height: 170px;
  padding: 14px 15px;
  resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #91a3bd;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: rgba(0, 111, 242, .70);
  box-shadow: 0 0 0 4px rgba(0, 111, 242, .10);
}

.contact-form__footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 24px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.contact-form__footer .button {
  width: min(100%, 200px);
}

.contact-form__footer p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;
}

.contact-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #c62828;
  font-size: 12px;
  font-weight: 700;
}

.contact-form .wpcf7 form .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 12px 14px;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 1080px) {
  .contact-form-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .contact-hero__inner {
    min-height: 280px;
    padding: 44px 0 52px;
  }

  .contact-hero h1 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .contact-hero p:not(.page-kicker) {
    font-size: 14px;
    line-height: 1.9;
  }

  .contact-form-section {
    padding: 34px 0 46px;
  }

  .contact-form-intro,
  .contact-form {
    padding: 24px 20px;
  }

  .form-grid,
  .contact-form__footer {
    grid-template-columns: 1fr;
  }

  .contact-form__footer {
    justify-items: center;
    text-align: center;
  }

}

@media (max-width: 375px) {
  .service-detail__button--crm,
  .service-detail__button--agent,
  .service-detail__button--agent-outline,
  .service-detail__button--search,
  .service-detail__button--search-outline {
    font-size: clamp(12px, 3.6vw, 14px);
    padding: 0 13px 0 20px;
  }
}

.brand__symbol::before {
  content: "";
  position: absolute;
  left: 3px;
  bottom: 2px;
  width: 34px;
  height: 22px;
  border-radius: 34px 34px 3px 3px;
  background: linear-gradient(135deg, #2191eb, #71cfff);
  clip-path: polygon(0 100%, 8% 50%, 42% 5%, 76% 22%, 100% 72%, 66% 58%, 44% 100%);
  transform: rotate(-16deg);
}

.brand__symbol::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 43px;
  height: 17px;
  border-top: 3px solid #48aef3;
  border-radius: 50%;
  transform: rotate(-6deg);
}

.global-nav a {
  position: relative;
  padding: 9px 0;
  color: var(--ink);
}

.global-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  border-radius: 999px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}

.global-nav a:hover::after,
.global-nav a.is-current::after {
  transform: scaleX(1);
}

.global-nav a.is-link-disabled::after,
.global-nav a[aria-disabled="true"]::after {
  transform: scaleX(0);
}

.company-page {
  padding-top: var(--header-h);
  background: linear-gradient(180deg, #fff 0%, #f8fcff 42%, #fff 100%);
}

.company-hero {
  min-height: 460px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .90) 36%, rgba(255, 255, 255, .14) 68%),
    url("../images/company-hero-bg.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

.company-hero__inner {
  min-height: 460px;
  display: flex;
  align-items: center;
  padding: 54px 0 64px;
}

.company-hero__content {
  width: min(100%, 700px);
}

.page-kicker--left::after {
  margin-left: 0;
}

.company-hero h1 {
  margin: 24px 0 30px;
  color: var(--ink);
  font-size: clamp(34px, 3.55vw, 46px);
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: .04em;
}

.company-hero h1 span {
  display: block;
  word-break: keep-all;
  overflow-wrap: normal;
}

.company-hero p:not(.page-kicker) {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 2.05;
}

.company-mvv {
  padding: 34px 0 30px;
  background: #fff;
}

.company-section-heading {
  display: grid;
  justify-items: center;
  margin-bottom: 28px;
  text-align: center;
}

.company-section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.4;
  font-weight: 900;
}

.company-section-heading h2::after {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: var(--blue);
}

.mvv-list {
  width: min(100%, 1060px);
  margin-inline: auto;
}

.mvv-item {
  display: grid;
  grid-template-columns: minmax(370px, .86fr) 1px minmax(0, 1.14fr);
  align-items: center;
  gap: 44px;
  min-height: 150px;
  padding: 30px 22px;
  border-bottom: 1px solid var(--line);
}

.mvv-item__lead p {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 16px;
  font-weight: 900;
}

.mvv-item__lead h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(22px, 2.1vw, 26px);
  line-height: 1.65;
  font-weight: 900;
}

.mvv-item__divider {
  width: 1px;
  height: 88px;
  background: var(--line);
}

.mvv-item__body p {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

.value-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: value;
}

.value-list li {
  display: grid;
  grid-template-columns: 26px 132px minmax(0, 1fr);
  align-items: baseline;
  gap: 10px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
  counter-increment: value;
}

.value-list li::before {
  content: counter(value) ".";
  color: var(--blue);
  font-weight: 900;
}

.value-list strong {
  color: var(--ink);
  font-weight: 900;
  white-space: nowrap;
}

.value-list span {
  overflow-wrap: normal;
}

.company-overview {
  padding: 20px 0 26px;
  background: #fff;
}

.company-table {
  width: 100%;
  border: 1px solid var(--line);
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .82);
  box-shadow: var(--shadow-soft);
}

.company-table th,
.company-table td {
  min-height: 52px;
  padding: 13px 42px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 15px;
  line-height: 1.7;
}

.company-table tr:last-child th,
.company-table tr:last-child td {
  border-bottom: 0;
}

.company-message {
  padding: 0 0 26px;
  scroll-margin-top: calc(var(--header-h) + 10px);
  background: #fff;
}

.message-card {
  display: grid;
  grid-template-columns: minmax(280px, .58fr) minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(0, 111, 242, .16);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .62), rgba(247, 251, 255, .96)),
    url("../images/service-page-bg.png");
  background-position: center;
  background-size: cover;
  box-shadow: var(--shadow-soft);
}

.message-card__image {
  min-height: 264px;
  overflow: hidden;
}

.message-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 33% center;
}

.message-card__content {
  padding: 34px 44px 28px;
}

.message-card h2 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: clamp(24px, 2.6vw, 31px);
  line-height: 1.35;
  font-weight: 900;
}

.message-card h2::after {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: var(--blue);
}

.message-card p {
  margin: 0 0 9px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}

.message-card__signature {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 18px;
  margin-top: 22px;
}

.message-card__signature span {
  font-size: 13px;
  font-weight: 800;
}

.message-card__signature strong {
  font-size: 21px;
  font-weight: 900;
}

.company-cta {
  padding: 0 0 16px;
  background: #fff;
}

.company-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  min-height: 76px;
  padding: 10px 38px;
  border: 1px solid rgba(0, 111, 242, .16);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .92), rgba(235, 247, 255, .90)),
    url("../images/service-page-bg.png");
  background-position: center;
  background-size: cover;
}

.company-cta h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(20px, 2.3vw, 27px);
  line-height: 1.45;
  font-weight: 900;
}

.company-cta__buttons {
  display: flex;
  gap: 22px;
}

.news-page {
  padding-top: var(--header-h);
  background: #fff;
}

.news-hero-page {
  min-height: 420px;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .90) 42%, rgba(255, 255, 255, .18) 76%),
    url("../images/news-hero-bg.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

.news-hero-page__inner {
  min-height: 420px;
  display: flex;
  align-items: center;
  padding: 60px 0 68px;
}

.news-hero-page__content {
  width: min(100%, 560px);
}

.news-hero-page h1 {
  margin: 0;
  color: #071a46;
  font-family: Arial, "Noto Sans JP", sans-serif;
  font-size: clamp(64px, 7.2vw, 92px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.news-hero-page__subtitle {
  margin: 18px 0 26px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4;
}

.news-hero-page__lead {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.9;
}

.news-archive {
  padding: 54px 0 26px;
  background: #fff;
}

.news-archive__inner {
  width: min(100% - 48px, 1040px);
}

.news-tabs {
  display: flex;
  align-items: flex-end;
  gap: clamp(30px, 5.2vw, 72px);
  margin-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.news-tabs a {
  position: relative;
  padding: 0 4px 24px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.3;
  white-space: nowrap;
}

.news-tabs a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  border-radius: 999px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}

.news-tabs a:hover,
.news-tabs a.is-current {
  color: var(--blue);
}

.news-tabs a:hover::after,
.news-tabs a.is-current::after {
  transform: scaleX(1);
}

.news-archive__list {
  display: grid;
}

.news-entry {
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 32px;
  min-height: 145px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
}

.news-entry__date {
  display: grid;
  gap: 4px;
  align-self: start;
  padding-top: 4px;
  color: var(--ink);
  line-height: 1.4;
}

.news-entry__date strong {
  font-size: 17px;
  font-weight: 900;
}

.news-entry__date span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.news-entry__body {
  min-width: 0;
}

.news-entry__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  margin-bottom: 12px;
  padding: 0 18px;
  border: 1px solid rgba(0, 111, 242, .54);
  border-radius: 999px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.news-entry h2 {
  margin: 0 0 7px;
  color: var(--ink);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.45;
  font-weight: 900;
}

.news-entry p {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
}

.news-entry>svg {
  width: 25px;
  height: 25px;
  justify-self: end;
  color: var(--blue);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.news-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 30px 0 0;
}

.news-pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.news-pagination a.is-current {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 111, 242, .22);
}

.news-pagination__arrow svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.news-seminar {
  padding: 28px 0 40px;
  background: #fff;
}

.news-seminar-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  min-height: 220px;
  overflow: hidden;
  padding: 28px 34px;
  border-radius: var(--radius);
  background-image:
    linear-gradient(90deg, rgba(0, 72, 203, .98) 0%, rgba(0, 103, 228, .92) 54%, rgba(0, 124, 242, .24) 100%),
    url("../images/news-seminar-banner-bg.png");
  background-position: center;
  background-size: cover;
  color: #fff;
  box-shadow: 0 22px 46px rgba(0, 77, 186, .18);
}

.news-seminar-card__content {
  position: relative;
  z-index: 1;
  width: min(100%, 700px);
}

.news-seminar-card__label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 18px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.news-seminar-card h2 {
  margin: 0;
  font-size: clamp(24px, 2.6vw, 31px);
  line-height: 1.4;
  font-weight: 900;
}

.news-seminar-card__lead {
  margin: 12px 0 0;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.7;
}

.news-seminar-card__status {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 34px;
  border-radius: 999px;
  background: #fff;
  color: var(--blue);
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 18px 32px rgba(0, 43, 127, .18);
  justify-self: end;
  min-width: 220px;
  margin: 0;
}

.news-page-cta {
  padding-bottom: 14px;
}

.recruit-page {
  padding-top: var(--header-h);
  background: #fff;
}

.recruit-hero {
  position: relative;
  min-height: 540px;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .94) 38%, rgba(255, 255, 255, .34) 65%, rgba(255, 255, 255, .06) 100%),
    url("../images/recruit-hero-bg.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  overflow: hidden;
}

.recruit-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 110px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 86%);
  pointer-events: none;
}

.recruit-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 540px;
  display: flex;
  align-items: center;
  padding: 58px 0 70px;
}

.recruit-hero__content {
  width: min(100%, 740px);
}

.recruit-hero h1 {
  margin: 18px 0 8px;
  color: var(--ink);
  font-size: clamp(40px, 4.1vw, 52px);
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: .04em;
  word-break: keep-all;
  overflow-wrap: normal;
}

.recruit-hero__catch {
  margin: 0 0 28px;
  color: var(--blue);
  font-size: clamp(22px, 2.6vw, 31px);
  line-height: 1.45;
  font-weight: 900;
}

.recruit-hero__lead {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 2.1;
}

.recruit-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.recruit-section-heading {
  display: grid;
  justify-items: center;
  margin-bottom: 28px;
  text-align: center;
}

.recruit-section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.45;
  font-weight: 900;
}

.recruit-section-heading h2::after {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: var(--blue);
}

.recruit-values {
  padding: 18px 0 38px;
  background: #fff;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.value-card {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 116px;
  padding: 4px 28px 0;
  text-align: center;
}

.value-card+.value-card {
  border-left: 1px solid var(--line);
}

.value-card p {
  margin: 0;
  color: var(--blue);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
}

.value-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 900;
}

.value-card span {
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.75;
}

.recruit-benefits {
  padding: 16px 0 28px;
  background: #fff;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.benefit-grid article {
  min-height: 138px;
  padding: 24px 18px;
  border: 1px solid rgba(0, 111, 242, .20);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 12px 28px rgba(16, 54, 103, .06);
  text-align: center;
}

.benefit-grid h3 {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 900;
}

.benefit-grid p {
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.8;
}

.recruit-numbers {
  padding: 0 0 34px;
  background: #fff;
}

.number-panel {
  padding: 26px 48px 30px;
  border: 1px solid rgba(0, 111, 242, .13);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .92), rgba(235, 247, 255, .86)),
    url("../images/service-page-bg.png");
  background-position: center;
  background-size: cover;
  box-shadow: var(--shadow-soft);
}

.number-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  text-align: center;
}

.number-grid div+div {
  border-left: 1px solid rgba(8, 32, 82, .15);
}

.number-grid p {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.4;
}

.number-grid strong {
  display: block;
  color: var(--blue);
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1.1;
  font-weight: 900;
}

.number-grid strong span {
  margin-left: 2px;
  font-size: .44em;
  font-weight: 900;
}

.number-grid small {
  display: block;
  margin-top: 14px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.6;
}

.recruit-career {
  padding: 2px 0 30px;
  background: #fff;
}

.career-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 26px;
}

.career-flow article {
  position: relative;
  min-height: 120px;
  padding: 20px 13px;
  border: 1px solid rgba(0, 111, 242, .22);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 24px rgba(16, 54, 103, .05);
  text-align: center;
}

.career-flow article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
  transform: translateY(-50%) rotate(45deg);
}

.career-flow h3 {
  margin: 0 0 2px;
  color: var(--blue);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 900;
}

.career-flow p {
  margin: 0 0 9px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.4;
}

.career-flow span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.75;
}

.career-note {
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.recruit-jobs {
  padding: 0 0 32px;
  background: #fff;
}

.job-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}

.job-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px;
  align-items: center;
  min-height: 90px;
  padding: 18px 24px;
  border: 1px solid rgba(0, 111, 242, .20);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 10px 24px rgba(16, 54, 103, .05);
  color: var(--ink);
}

.job-card h3 {
  display: inline;
  margin: 0 10px 0 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.5;
  font-weight: 900;
}

.job-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  margin: 0 4px 6px 0;
  padding: 0 12px;
  border-radius: 999px;
  background: #eef6ff;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  vertical-align: middle;
}

.job-card p {
  margin: 6px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.65;
}

.job-card svg {
  width: 22px;
  height: 22px;
  justify-self: end;
  color: var(--blue);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.recruit-jobs__more {
  margin: 24px auto 0;
}

.recruit-entry {
  padding: 0 0 16px;
  background: #fff;
}

.recruit-entry__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  min-height: 118px;
  padding: 22px 44px;
  overflow: hidden;
  border-radius: var(--radius);
  background-image:
    linear-gradient(90deg, rgba(0, 50, 177, .98) 0%, rgba(0, 87, 220, .92) 58%, rgba(0, 128, 244, .20) 100%),
    url("../images/recruit-cta-bg.png");
  background-position: center;
  background-size: cover;
  color: #fff;
  box-shadow: 0 20px 42px rgba(0, 77, 186, .16);
}

.recruit-entry h2 {
  margin: 0 0 8px;
  font-size: clamp(23px, 2.7vw, 32px);
  line-height: 1.45;
  font-weight: 900;
}

.recruit-entry p {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .global-nav a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
  }

  .global-nav a::after {
    display: none;
  }

  .company-hero {
    background-image:
      linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .90) 48%, rgba(255, 255, 255, .28) 100%),
      url("../images/company-hero-bg.png");
    background-position: 62% center;
  }

  .mvv-item {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .mvv-item__divider {
    display: none;
  }

  .message-card {
    grid-template-columns: 1fr;
  }

  .message-card__image {
    min-height: 320px;
  }

  .company-cta__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 16px;
    text-align: center;
  }

  .news-hero-page {
    background-image:
      linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .90) 48%, rgba(255, 255, 255, .28) 100%),
      url("../images/news-hero-bg.png");
    background-position: 62% center;
  }

  .news-entry {
    grid-template-columns: 118px minmax(0, 1fr) 30px;
    gap: 22px;
  }

  .news-seminar-card {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 30px;
  }

  .news-seminar-card__status {
    justify-self: start;
  }

  .recruit-hero {
    background-image:
      linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .92) 48%, rgba(255, 255, 255, .26) 100%),
      url("../images/recruit-hero-bg.png");
    background-position: 62% center;
  }

  .value-grid,
  .benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .value-card {
    min-height: 138px;
    padding: 20px 18px;
    border: 1px solid rgba(0, 111, 242, .16);
    border-radius: var(--radius);
  }

  .value-card+.value-card {
    border-left: 1px solid rgba(0, 111, 242, .16);
  }

  .benefit-grid article {
    min-height: 128px;
  }

  .career-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .career-flow article:not(:last-child)::after {
    display: none;
  }

  .recruit-entry__inner {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .recruit-entry .button {
    justify-self: center;
  }
}

@media (max-width: 720px) {
  .company-hero {
    min-height: 560px;
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .90) 52%, rgba(255, 255, 255, .38) 100%),
      url("../images/company-hero-bg.png");
    background-position: 68% bottom;
  }

  .company-hero__inner {
    min-height: 560px;
    align-items: flex-start;
    padding: 50px 0 58px;
  }

  .company-hero h1 {
    margin: 22px 0 22px;
    font-size: clamp(29px, 8.6vw, 40px);
  }

  .company-hero h1 span {
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .company-hero p:not(.page-kicker) {
    font-size: 15px;
    line-height: 1.95;
  }

  .company-mvv {
    padding-top: 42px;
  }

  .mvv-item {
    padding: 26px 0;
  }

  .mvv-item__lead h2 {
    font-size: 22px;
  }

  .mvv-item__body p {
    font-size: 15px;
    line-height: 1.95;
  }

  .value-list li {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 8px 10px;
  }

  .value-list span {
    grid-column: 2;
  }

  .company-table th,
  .company-table td {
    display: block;
    width: 100%;
    padding: 12px 18px;
    text-align: left;
  }

  .company-table tr:last-child th {
    border-bottom: 1px solid var(--line);
  }

  .message-card__image {
    min-height: 245px;
  }

  .message-card__content {
    padding: 28px 22px 26px;
  }

  .message-card p {
    font-size: 14px;
  }

  .message-card__signature {
    justify-content: flex-start;
  }

  .company-cta__inner {
    width: min(100% - 32px, 1160px);
    padding: 22px;
  }

  .company-cta__buttons {
    width: fit-content;
    display: grid;
    justify-items: stretch;
    gap: 12px;
  }

  .company-cta__buttons .button {
    width: 100%;
  }

  .news-hero-page {
    min-height: 360px;
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .92) 52%, rgba(255, 255, 255, .46) 100%),
      url("../images/news-hero-bg.png");
    background-position: 70% bottom;
  }

  .news-hero-page__inner {
    min-height: 360px;
    align-items: flex-start;
    padding: 48px 0 52px;
  }

  .news-hero-page h1 {
    font-size: clamp(52px, 15vw, 72px);
  }

  .news-hero-page__subtitle {
    margin: 14px 0 20px;
    font-size: 18px;
  }

  .news-hero-page__lead {
    font-size: 15px;
    line-height: 1.85;
  }

  .news-archive {
    padding: 40px 0 22px;
  }

  .news-archive__inner {
    width: min(100% - 32px, 1040px);
  }

  .news-tabs {
    gap: 28px;
    overflow-x: auto;
    margin-inline: -16px;
    padding-inline: 16px;
    scrollbar-width: none;
  }

  .news-tabs::-webkit-scrollbar {
    display: none;
  }

  .news-tabs a {
    padding-bottom: 18px;
    font-size: 14px;
  }

  .news-entry {
    grid-template-columns: minmax(0, 1fr) 24px;
    align-items: start;
    gap: 12px 16px;
    min-height: auto;
    padding: 24px 0;
  }

  .news-entry__date {
    grid-column: 1;
    display: flex;
    align-items: baseline;
    gap: 12px;
    padding-top: 0;
  }

  .news-entry__date strong {
    font-size: 15px;
  }

  .news-entry__body {
    grid-column: 1;
  }

  .news-entry__category {
    min-height: 26px;
    margin-bottom: 10px;
    padding-inline: 15px;
    font-size: 12px;
  }

  .news-entry h2 {
    font-size: 18px;
  }

  .news-entry p {
    font-size: 14px;
    line-height: 1.75;
  }

  .news-entry>svg {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    width: 22px;
    height: 22px;
  }

  .news-seminar {
    padding: 18px 0 30px;
  }

  .news-seminar-card {
    padding: 24px 22px;
    background-image:
      linear-gradient(90deg, rgba(0, 72, 203, .98) 0%, rgba(0, 103, 228, .92) 64%, rgba(0, 124, 242, .28) 100%),
      url("../images/news-seminar-banner-bg.png");
    background-position: 60% center;
  }

  .news-seminar-card__label {
    margin-bottom: 18px;
  }

  .news-seminar-card h2 {
    font-size: 23px;
    line-height: 1.5;
  }

  .news-seminar-card h2 br {
    display: none;
  }

  .news-seminar-card__lead {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .news-seminar-card__status {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    padding-inline: 20px;
  }

  .recruit-hero {
    min-height: 620px;
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .91) 47%, rgba(255, 255, 255, .42) 100%),
      url("../images/recruit-hero-bg.png");
    background-position: 68% bottom;
  }

  .recruit-hero__inner {
    min-height: 620px;
    align-items: flex-start;
    padding: 48px 0 58px;
  }

  .recruit-hero h1 {
    font-size: clamp(32px, 9.2vw, 43px);
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .recruit-hero__catch {
    margin-bottom: 20px;
    font-size: clamp(20px, 6.1vw, 28px);
  }

  .recruit-hero__lead {
    font-size: 14px;
    line-height: 1.95;
  }

  .recruit-hero__buttons {
    width: fit-content;
    display: grid;
    grid-template-columns: max-content;
    gap: 12px;
    margin-top: 26px;
  }

  .recruit-hero__buttons .button {
    width: 100%;
  }

  .recruit-values,
  .recruit-benefits,
  .recruit-numbers,
  .recruit-career,
  .recruit-jobs {
    padding-bottom: 34px;
  }

  .recruit-section-heading {
    margin-bottom: 22px;
  }

  .value-grid,
  .benefit-grid,
  .career-flow,
  .job-grid,
  .number-grid {
    grid-template-columns: 1fr;
  }

  .value-card {
    min-height: auto;
  }

  .benefit-grid article {
    min-height: auto;
    padding: 22px 18px;
  }

  .number-panel {
    padding: 24px 20px;
  }

  .number-grid div+div {
    border-left: 0;
    border-top: 1px solid rgba(8, 32, 82, .15);
    padding-top: 22px;
    margin-top: 22px;
  }

  .career-flow article {
    min-height: auto;
  }

  .job-card {
    padding: 18px;
  }

  .job-card h3 {
    display: block;
    margin: 0 0 8px;
    font-size: 16px;
  }

  .recruit-entry__inner {
    width: min(100% - 32px, 1160px);
    margin-inline: auto;
    padding: 24px 22px;
  }

  .recruit-entry .button {
    width: fit-content;
  }
}

@media (max-width: 499px) {
  .news-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    margin-inline: 0;
    padding: 0 0 12px;
    border-bottom: 0;
  }

  .news-tabs a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    text-align: center;
    white-space: normal;
  }

  .news-tabs a:first-child {
    grid-column: 1 / -1;
  }

  .news-tabs a::after {
    display: none;
  }

  .news-tabs a:hover,
  .news-tabs a.is-current {
    border-color: var(--blue);
    background: var(--blue);
    color: #fff;
  }
}

@media (max-width: 420px) {
  .news-hero-page h1 {
    font-size: 50px;
  }

  .news-entry__date {
    display: grid;
    gap: 2px;
  }

  .news-entry h2 {
    font-size: 17px;
  }

  .news-seminar-card h2 {
    font-size: 21px;
  }

  .recruit-hero {
    min-height: 660px;
    background-position: 71% bottom;
  }

  .recruit-hero__inner {
    min-height: 660px;
  }

  .recruit-hero h1 {
    font-size: 31px;
  }

  .recruit-hero__catch {
    font-size: 20px;
  }

  .recruit-entry h2 {
    font-size: 21px;
  }
}

/* ----- CF7 ----- */

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  border-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
  .button,
  .header-contact,
  .footer-contact,
  .service-detail__button,
  .text-link,
  .news-item,
  .page-top {
    transition:
      transform .22s cubic-bezier(.2, .8, .2, 1),
      color .22s ease,
      background-color .22s ease,
      border-color .22s ease,
      box-shadow .22s ease,
      filter .22s ease;
  }

  .button:hover {
    transform: translateY(-4px) scale(1.015);
    filter: brightness(1.04);
    box-shadow: 0 18px 34px rgba(0, 86, 196, .24);
  }

  .button--secondary:hover {
    border-color: rgba(0, 111, 242, .62);
    background: #f2f8ff;
  }

  .button--outline:hover {
    background: rgba(255, 255, 255, .14);
  }

  .service-detail__button:hover {
    background: var(--service-accent-dark);
    box-shadow: 0 18px 34px rgba(0, 86, 196, .24);
    transform: translateY(-4px) scale(1.015);
  }

  .service-detail__button--outline:hover {
    border-color: var(--service-accent-dark);
    background: #f2f8ff;
    color: var(--service-accent-dark);
    box-shadow: 0 14px 28px rgba(0, 86, 196, .12);
  }

  .button svg,
  .service-detail__button svg,
  .text-link svg,
  .news-item svg {
    transition: transform .22s cubic-bezier(.2, .8, .2, 1);
  }

  .button:hover svg,
  .service-detail__button:hover svg,
  .text-link:not(.text-link--soon):hover svg,
  .news-item:hover svg {
    transform: translateX(5px);
  }

  .service-contact-strip__buttons .button:hover svg {
    transform: none;
  }

  .header-contact:hover {
    border-color: var(--blue);
    background: var(--blue);
    color: #fff;
    box-shadow: 0 12px 26px rgba(0, 111, 242, .24);
    transform: translateY(-2px);
  }

  .footer-contact:hover {
    border-color: rgba(255, 255, 255, .9);
    background: rgba(255, 255, 255, .14);
    box-shadow: 0 12px 26px rgba(0, 21, 68, .22);
    transform: translateY(-2px);
  }

  .text-link:not(.text-link--soon):hover {
    color: #005ed8;
    transform: translateY(-1px);
  }

  .news-item:hover {
    background: linear-gradient(90deg, rgba(0, 111, 242, .06), rgba(0, 111, 242, 0));
    color: var(--blue);
    transform: translateX(6px);
  }

  .page-top.is-visible:hover {
    background: rgba(0, 78, 190, .96);
    box-shadow: 0 14px 28px rgba(0, 35, 104, .28);
    transform: translateY(-4px) scale(1.06);
  }
}

@media (prefers-reduced-motion: reduce) {
  .button,
  .header-contact,
  .footer-contact,
  .service-detail__button,
  .text-link,
  .news-item,
  .page-top,
  .button svg,
  .service-detail__button svg,
  .text-link svg,
  .news-item svg {
    transition: none;
  }

  .button:hover,
  .header-contact:hover,
  .footer-contact:hover,
  .service-detail__button:hover,
  .text-link:hover,
  .news-item:hover,
  .page-top.is-visible:hover {
    transform: none;
  }
}
