@charset "UTF-8";
/*
Theme Name: 都 MIYAKO
Theme URI: https://miyako-cloud.com
Author: Neutralization株式会社
Description: 建設業向け現場・労務・利益管理クラウド「都 MIYAKO」のランディングページテーマ。
Version: 2.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: miyako
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #0b1526;
  background: #ffffff;
}

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

input,
button,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
  background: none;
  border: none;
  color: inherit;
}

a {
  color: #003edf;
  text-underline-offset: 0.15em;
}
a:hover {
  color: #0030b8;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  font-weight: 700;
  margin: 0;
  color: #0b1526;
}

p {
  margin: 0 0 1rem;
}

.container {
  width: 100%;
  max-width: 1420px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4.5vw, 64px);
}

.container--wide {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4.5vw, 64px);
}

.container--narrow {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4.5vw, 64px);
}

.container--faq {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4.5vw, 64px);
}

.section {
  padding-block: clamp(76px, 9vw, 144px);
}

.section--tint {
  background: linear-gradient(160deg, #f7f9fc 0%, #eef2fa 100%);
  position: relative;
  overflow: hidden;
}

.section--gray {
  background: #f7f9fc;
}

.section--final {
  background: linear-gradient(165deg, #003edf, #0030b8);
}

.section-title {
  margin: 0 auto 0;
  font-size: clamp(27px, 3.4vw, 44px);
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
  color: #0b1526;
}

.section-lead {
  margin: 20px auto 0;
  font-size: 15px;
  line-height: 1.95;
  color: #4b5565;
  text-align: center;
  max-width: 680px;
}

.text-primary {
  color: #003edf;
}

.text-accent {
  color: #e8611c;
}

.text-lg {
  font-size: 1.22em;
}

.rv {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-iv="1"] .rv,
.rv.is-visible {
  opacity: 1;
  transform: none;
}

.gbar {
  transform: scaleY(0.05);
  transform-origin: bottom;
  transition: transform 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
}

[data-iv="1"] .gbar,
.gbar.is-visible {
  transform: scaleY(1);
}

.grid-overlay {
  position: absolute;
  inset: 0;
  background-size: 46px 46px;
  pointer-events: none;
}

.grid-overlay--light {
  background-image: linear-gradient(rgba(20, 43, 84, 0.05) 1px, rgba(0, 0, 0, 0) 1px), linear-gradient(90deg, rgba(20, 43, 84, 0.05) 1px, rgba(0, 0, 0, 0) 1px);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 40%, #000 30%, rgba(0, 0, 0, 0) 78%);
  mask-image: radial-gradient(ellipse 80% 80% at 50% 40%, #000 30%, rgba(0, 0, 0, 0) 78%);
}

.grid-overlay--dark {
  background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, rgba(0, 0, 0, 0) 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, rgba(0, 0, 0, 0) 1px);
  -webkit-mask-image: radial-gradient(ellipse 85% 90% at 50% 100%, #000 25%, rgba(0, 0, 0, 0) 75%);
  mask-image: radial-gradient(ellipse 85% 90% at 50% 100%, #000 25%, rgba(0, 0, 0, 0) 75%);
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
  .rv {
    opacity: 1;
    transform: none;
  }
  .gbar {
    transform: none;
  }
}
.u-mobile-only {
  display: none !important;
}

@media (max-width: 1080px) {
  .u-desktop-only {
    display: none !important;
  }
  .u-mobile-only {
    display: block !important;
  }
}
.site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-main {
  flex: 1;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  height: 76px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: none;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0 clamp(16px, 3vw, 44px);
  box-shadow: none;
  transition: box-shadow 0.25s, background 0.25s, backdrop-filter 0.25s;
}
.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 #e6e9f0, 0 8px 24px rgba(11, 21, 38, 0.07);
}

.site-header-spacer {
  height: 76px;
}

.site-header__brand {
  display: flex;
  align-items: center;
  gap: 11px;
  cursor: pointer;
  flex: none;
  color: inherit;
  text-decoration: none;
}

.site-header__mark {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header__mark img {
  width: 88%;
  height: auto;
}

.site-header__name-group {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.site-header__name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.site-header__tagline {
  font-size: 10px;
  font-weight: 500;
  color: #8a94a6;
  letter-spacing: 0.06em;
}

.site-header__nav {
  display: none;
  align-items: center;
  gap: clamp(10px, 1.8vw, 26px);
  margin: 0 auto;
}
.site-header__nav ul {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.8vw, 26px);
}
.site-header__nav a {
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  color: #3a4557;
  white-space: nowrap;
  padding: 9px 4px;
}
.site-header__nav a:hover {
  color: #003edf;
}

.site-header__actions {
  display: none;
  align-items: center;
  gap: 12px;
  flex: none;
}

.site-header__login {
  font-size: 14.5px;
  font-weight: 700;
  color: #3a4557;
  text-decoration: none;
  padding: 9px 6px;
}
.site-header__login:hover {
  color: #003edf;
}

.site-header__mobile-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
}

@media (max-width: 1080px) {
  .site-header__nav,
  .site-header__actions {
    display: none !important;
  }
}
@media (min-width: 1081px) {
  .site-header__nav {
    display: flex;
  }
  .site-header__actions {
    display: flex;
  }
  .site-header__mobile-actions {
    display: none;
  }
}
.nav-toggle {
  width: 46px;
  height: 46px;
  border: 1.5px solid #e6e9f0;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b1526;
}

.nav-toggle__icon--close {
  display: none;
}

.site-header.is-menu-open .nav-toggle__icon--open {
  display: none;
}

.site-header.is-menu-open .nav-toggle__icon--close {
  display: block;
}

.mobile-menu {
  position: fixed;
  top: 76px;
  left: 0;
  right: 0;
  z-index: 55;
  background: #fff;
  padding: 10px 22px 26px;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #e6e9f0;
  border-radius: 0 0 20px 20px;
  max-height: calc(100vh - 76px);
  overflow-y: auto;
  transform: translateY(-8px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.mobile-menu.is-open {
  transform: none;
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu__nav ul {
  display: flex;
  flex-direction: column;
}
.mobile-menu__nav a {
  display: block;
  padding: 16px 4px;
  font-size: 16.5px;
  font-weight: 700;
  color: #0b1526;
  text-decoration: none;
  border-bottom: 1px solid #eef1f6;
}

.mobile-menu__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 14px;
}

.mobile-menu-backdrop {
  position: fixed;
  inset: 76px 0 0 0;
  z-index: 54;
  background: rgba(11, 21, 38, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.mobile-menu.is-open ~ .mobile-menu-backdrop {
  opacity: 1;
  pointer-events: auto;
}

@media (min-width: 1081px) {
  .mobile-menu,
  .mobile-menu-backdrop {
    display: none !important;
  }
}
.site-footer {
  background: #f7f9fc;
  border-top: 1px solid #eef1f6;
  padding: clamp(52px, 6.5vw, 76px) 0 44px;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(36px, 5.5vw, 80px);
  align-items: flex-start;
}

.footer-brand {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-brand__logo {
  display: flex;
  align-items: center;
  gap: 11px;
}

.footer-brand__mark {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-brand__mark img {
  width: 88%;
  height: auto;
}

.footer-brand__name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.footer-brand__address {
  font-size: 13px;
  color: #8a94a6;
  line-height: 1.9;
  font-weight: 500;
}

.footer-links {
  flex: 1 1 140px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 140px;
}
.footer-links h3 {
  font-size: 13.5px;
  font-weight: 700;
  color: #8a94a6;
  margin-bottom: 7px;
  letter-spacing: 0.06em;
}
.footer-links a,
.footer-links .footer-links__btn {
  display: block;
  font-size: 14.5px;
  color: #3a4557;
  padding: 6px 0;
  font-weight: 500;
  text-decoration: none;
  text-align: left;
}

.hv-footer-link:hover {
  color: #003edf !important;
}

.footer-bottom {
  border-top: 1px solid #e6e9f0;
  margin-top: 36px;
  padding-top: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
}

.footer-bottom__copy,
.footer-bottom__tag {
  font-size: 12.5px;
  color: #8a94a6;
  font-weight: 500;
}

.footer-mobile.u-mobile-only {
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1080px) {
  .footer-mobile.u-mobile-only {
    display: flex !important;
  }
}

.footer-mobile__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-accordion {
  border-bottom: 1px solid #e6e9f0;
}

.footer-accordion__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 56px;
  padding: 16px 2px;
  font-size: 16px;
  font-weight: 700;
  color: #0b1526;
  text-align: left;
}

.footer-accordion__chev {
  display: flex;
  transition: transform 0.2s;
}

.footer-accordion__head.is-open .footer-accordion__chev {
  transform: rotate(180deg);
}

.footer-accordion__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0 2px 16px;
}
.footer-accordion__body a,
.footer-accordion__body button {
  display: block;
  font-size: 15px;
  color: #3a4557;
  padding: 9px 0;
  text-align: left;
  text-decoration: none;
}

.footer-mobile-spacer {
  height: 80px;
}

@media (max-width: 1080px) {
  .footer-mobile-spacer {
    display: block;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  border-radius: 999px;
  font-family: inherit;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  white-space: nowrap;
}

.btn-primary {
  background: #003edf;
  color: #fff;
  box-shadow: 0 6px 16px rgba(0, 62, 223, 0.28);
  height: 46px;
  padding: 0 24px;
  font-size: 14.5px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:visited {
  color: #fff;
}

.btn-outline {
  background: #fff;
  color: #003edf;
  border: 2px solid #003edf;
  height: 46px;
  padding: 0 22px;
  font-size: 14.5px;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:visited {
  color: #003edf;
}

.btn-white {
  background: #fff;
  color: #003edf;
  box-shadow: 0 16px 36px rgba(0, 10, 60, 0.35);
}
.btn-white:hover, .btn-white:focus, .btn-white:visited {
  color: #003edf;
}

.btn-outline-invert {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.85);
}
.btn-outline-invert:hover, .btn-outline-invert:focus, .btn-outline-invert:visited {
  color: #fff;
}

.btn-lg {
  height: 62px;
  padding: 0 34px;
  font-size: 17.5px;
}

.btn-block {
  width: 100%;
  height: 54px;
}

.btn--rect {
  gap: 30px;
  border-radius: 10px;
  height: 68px;
  padding: 0 40px;
  font-size: 19px;
  letter-spacing: 0.06em;
  box-shadow: 0 14px 30px rgba(27, 63, 214, 0.3);
}
.btn--rect.btn-outline {
  gap: 8px;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 41px;
  letter-spacing: 0.08em;
  box-shadow: none;
}

.hv-btn-primary-lift:hover {
  background: #0030b8;
  transform: translateY(-2px);
}

.btn--rect.hv-btn-primary-lift:hover {
  background: #1332b4;
  box-shadow: 0 18px 36px rgba(27, 63, 214, 0.38);
}

.hv-btn-outline:hover {
  background: #eef3ff;
}

.hv-btn-outline-invert:hover {
  background: rgba(255, 255, 255, 0.12);
}

.hv-btn-primary-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(0, 10, 60, 0.4);
}

.hv-icon-btn:hover {
  background: #e6e9f0;
}

.hv-card-lift:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(24, 44, 84, 0.12);
}

.hv-card-lift-sm:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(11, 21, 38, 0.09);
}

.hv-share-tile:hover {
  background: #f5f8ff;
}

.hv-tab-mini:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(24, 44, 84, 0.13);
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 15.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 8px 22px;
  border-radius: 999px;
  white-space: nowrap;
}

.badge--outline {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(27, 63, 214, 0.3);
  color: #1b3fd6;
}

.badge__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #1b3fd6;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  font-size: 13px;
  font-weight: 700;
  color: #3a4557;
  background: #f1f4f9;
  padding: 7px 15px;
  border-radius: 999px;
}

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #f8fbfe 0%, #f0f5fa 52%, #e8eef6 100%);
}

.hero__media {
  position: absolute;
  inset: 0;
}
.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1720px;
  padding: clamp(52px, 7vw, 118px) clamp(20px, 6.3vw, 108px) clamp(64px, 7.8vw, 130px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(18px, 2.15vw, 36px);
  padding-top: calc(76px + clamp(52px, 7vw, 118px));
}

.hero__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(40px, 5.3vw, 88px);
  line-height: 1.34;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: #17233c;
}
.hero__title span {
  color: #1b3fd6;
}

.hero__lead {
  font-size: clamp(15.5px, 1.3vw, 21px);
  line-height: 1.95;
  color: #333f55;
  font-weight: 500;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.hero__consult-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 16.5px;
  font-weight: 700;
  color: #1b3fd6;
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 1.5px;
}

.hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 0;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #e3e8f1;
  padding: 12px 20px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  color: #233047;
  box-shadow: 0 3px 12px rgba(16, 30, 60, 0.07);
  white-space: nowrap;
}

@media (max-width: 1080px) {
  .badge {
    max-width: 100%;
    box-sizing: border-box;
    align-items: center;
    white-space: normal;
    text-align: left;
  }
  .badge__dot {
    flex: none;
  }
}
.hero__media-mobile img {
  width: 100%;
  aspect-ratio: 16/11;
  object-fit: cover;
  object-position: right center;
  border-radius: 18px;
  box-shadow: 0 20px 48px -12px rgba(16, 30, 60, 0.25);
  display: block;
  margin-top: 6px;
}

.video-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
  background: #0b1526;
  box-shadow: 0 30px 70px -16px rgba(11, 21, 38, 0.35);
  margin-top: 6px;
}
.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-frame__play {
  position: absolute;
  inset: 0;
  cursor: pointer;
  padding: 0;
}
.video-frame__play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-frame__overlay {
  position: absolute;
  inset: 0;
  background: rgba(11, 21, 38, 0.18);
  transition: background 0.25s;
}

.video-frame__play:hover .video-frame__overlay {
  background: rgba(11, 21, 38, 0.05);
}

.video-frame__button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 88px;
  height: 62px;
  border-radius: 16px;
  background: rgba(255, 0, 0, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.problem-decor {
  position: absolute;
  left: 0;
  top: 0;
  width: clamp(200px, 24vw, 410px);
  opacity: 0.9;
  -webkit-mask-image: linear-gradient(115deg, #000 55%, rgba(0, 0, 0, 0) 96%);
  mask-image: linear-gradient(115deg, #000 55%, rgba(0, 0, 0, 0) 96%);
  pointer-events: none;
}
@media (max-width: 1080px) {
  .problem-decor {
    width: 150px;
    opacity: 0.35;
  }
}

.card-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 24px;
  margin-top: clamp(40px, 5vw, 64px);
}

.card-grid--3 {
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}

.problem-card {
  background: #fdfeff;
  border: 1px solid #eef1f6;
  border-radius: 20px;
  box-shadow: 0 8px 28px rgba(24, 44, 84, 0.07);
  padding: 24px 26px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s;
}
.problem-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(24, 44, 84, 0.12);
}
.problem-card h3 {
  font-size: clamp(18px, 1.7vw, 21px);
  color: #14233f;
}
.problem-card p {
  font-size: 16px;
  line-height: 1.95;
  color: #42506a;
  margin: 0;
}

.problem-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.problem-card__num {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #e8611c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.problem-card__label {
  font-size: 15px;
  font-weight: 700;
  color: #17233c;
}

.problem-card__frame {
  width: 100%;
  aspect-ratio: 1069/1456;
  align-self: center;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #edf1f8;
  background: #fff;
}

.problem-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.problem-card .tag {
  background: #fcebde;
  color: #d25a14;
  margin-top: auto;
}

.callout {
  position: relative;
  z-index: 1;
  max-width: min(800px, 90%);
  margin: 26px auto 0;
  background: #fff;
  border: 1px solid #eef1f6;
  border-radius: 20px;
  box-shadow: 0 8px 28px rgba(24, 44, 84, 0.07);
  padding: 20px clamp(20px, 3vw, 36px);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 16px 22px;
}
.callout p {
  margin: 0;
  min-width: 0;
  font-size: clamp(19px, 1.7vw, 24px);
  font-weight: 700;
  color: #14233f;
  line-height: 1.9;
  text-align: center;
}
@media (max-width: 1080px) {
  .callout {
    max-width: 100%;
  }
}

.callout__icon {
  flex: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #14233f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.callout__text {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
  white-space: nowrap;
}
@media (max-width: 1080px) {
  .callout__text {
    white-space: normal;
  }
}

.callout__accent {
  color: #e8611c;
}

.callout__underline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(232, 97, 28, 0.15), #e8611c 30%, #e8611c 70%, rgba(232, 97, 28, 0.15));
  transform: skewX(-30deg);
}

.section--danzu {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f7f9fd, #ecf1f9);
}
.section--danzu > .container {
  position: relative;
  z-index: 1;
}

.danzu-stage {
  position: relative;
  width: min(1200px, 100%);
  margin: clamp(16px, 2.2vw, 30px) auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(320px, 39%, 468px) minmax(0, 1fr);
  column-gap: clamp(4px, 1vw, 14px);
  row-gap: clamp(24px, 3.2vw, 44px);
  align-items: center;
}

.danzu-stage__lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.danzu-stage__line {
  opacity: 0;
  transition: opacity 0.9s ease;
}
#danzu-stage[data-iv="1"] .danzu-stage__line {
  opacity: 1;
}

.danzu-stage__person {
  position: relative;
  z-index: 1;
  justify-self: center;
  width: 100%;
  max-width: 382px;
}
.danzu-stage__person img {
  display: block;
  width: 100%;
  height: auto;
}

.danzu-stage__core {
  grid-column: 2;
  grid-row: 1/span 2;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  background: linear-gradient(180deg, #fbfcfe 0%, #f1f4fa 100%);
  border: 1px solid rgba(232, 97, 28, 0.34);
  border-radius: 16px;
  padding: clamp(18px, 2vw, 26px) clamp(20px, 2.2vw, 30px);
  box-shadow: 0 8px 20px -14px rgba(20, 35, 63, 0.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(10px, 1.1vw, 14px);
}
.danzu-stage__core::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(232, 97, 28, 0), rgba(232, 97, 28, 0.7) 45%, rgba(232, 97, 28, 0));
}

.danzu-stage__core-badge {
  flex: none;
  display: flex;
}

.danzu-stage__core-title {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #14233f;
  white-space: nowrap;
}
.danzu-stage__core-title span:first-child {
  font-size: clamp(13.5px, 1.25vw, 17px);
  line-height: 1.4;
  color: #8a94a6;
  letter-spacing: 0.06em;
}
.danzu-stage__core-title span:last-child {
  font-size: clamp(23px, 2.4vw, 33px);
  line-height: 1.34;
  letter-spacing: 0.03em;
}

.danzu-stage__core-accent {
  color: #d9550f;
}

.danzu-stage__core-note {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(12px, 1vw, 13.5px);
  line-height: 1.6;
  font-weight: 500;
  color: #6b7a92;
  padding-top: clamp(9px, 1vw, 12px);
  border-top: 1px dashed #d5ddeb;
  width: 100%;
}

.danzu-mobile {
  width: 100%;
  max-width: 460px;
  margin: clamp(22px, 4vw, 34px) auto 0;
}

.danzu-mobile__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 4px;
  row-gap: 14px;
  width: 100%;
}

.danzu-mobile__person img {
  display: block;
  width: 100%;
  height: auto;
}

.danzu-divider {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.8vw, 20px);
  width: min(1120px, 100%);
  margin: clamp(34px, 4.2vw, 58px) auto 0;
}
@media (max-width: 1080px) {
  .danzu-divider {
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 9px;
    margin-top: 26px;
  }
}

.danzu-divider__icon {
  flex: none;
  display: flex;
}
@media (max-width: 1080px) {
  .danzu-divider__icon {
    margin-top: 3px;
  }
}

.danzu-divider__line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(20, 43, 84, 0), rgba(20, 43, 84, 0.2));
}
.danzu-divider__line:last-child {
  background: linear-gradient(90deg, rgba(20, 43, 84, 0.2), rgba(20, 43, 84, 0));
}
@media (max-width: 1080px) {
  .danzu-divider__line {
    display: none;
  }
}

.danzu-divider__text {
  margin: 0;
  white-space: nowrap;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(19px, 2vw, 26px);
  font-weight: 700;
  color: #14233f;
  letter-spacing: 0.01em;
}
@media (max-width: 1080px) {
  .danzu-divider__text {
    font-size: 19px;
    line-height: 1.75;
    white-space: normal;
    text-align: left;
    flex: 1 1 auto;
    min-width: 0;
  }
}

.danzu-divider__accent {
  color: #e8611c;
}

.danzu-risks {
  box-sizing: border-box;
  width: min(1120px, 100%);
  margin: clamp(18px, 2.2vw, 28px) auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 20px);
}
@media (max-width: 1080px) {
  .danzu-risks {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.danzu-risk {
  box-sizing: border-box;
  background: #fff;
  border: 1.5px solid rgba(232, 97, 28, 0.45);
  border-radius: 14px;
  padding: clamp(14px, 1.5vw, 18px) clamp(12px, 1.4vw, 17px);
  display: flex;
  align-items: flex-start;
  gap: clamp(10px, 1.2vw, 15px);
}

.danzu-risk__icon {
  flex: none;
  width: clamp(40px, 3.8vw, 50px);
  height: clamp(40px, 3.8vw, 50px);
  border-radius: 50%;
  background: #fdebe0;
  box-shadow: 0 0 0 1px rgba(232, 97, 28, 0.14) inset;
  display: flex;
  align-items: center;
  justify-content: center;
}

.danzu-risk__body {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

.danzu-risk__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 1.35vw, 16.5px);
  font-weight: 700;
  color: #14233f;
  line-height: 1.45;
}

.danzu-risk__accent {
  color: #e8611c;
}

.danzu-risk__desc {
  font-size: clamp(11px, 1vw, 12.5px);
  font-weight: 500;
  color: #7c8798;
  line-height: 1.65;
}

.danzu-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: clamp(30px, 3.4vw, 48px);
}
.danzu-footer::before {
  content: "";
  width: 1px;
  height: clamp(26px, 3vw, 42px);
  background: linear-gradient(180deg, rgba(20, 43, 84, 0), rgba(20, 43, 84, 0.3));
}

.danzu-footer__pill {
  display: inline-flex;
  align-items: center;
  background: #14233f;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(16px, 1.65vw, 22px);
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: clamp(12px, 1.3vw, 17px) clamp(24px, 2.6vw, 38px);
  border-radius: 999px;
  box-shadow: 0 12px 26px -16px rgba(20, 35, 63, 0.45);
  white-space: nowrap;
}

.danzu-footer__accent {
  color: #ff8a3d;
}

.danzu-footer__chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(34px, 3.2vw, 42px);
  height: clamp(34px, 3.2vw, 42px);
  border-radius: 50%;
  background: #fff;
  border: 1px solid #dce3ef;
  box-shadow: 0 6px 16px -12px rgba(20, 35, 63, 0.35);
  animation: danzuFloat 2.4s ease-in-out infinite;
}

@keyframes danzuFloat {
  0%, 100% {
    transform: translateY(0.3em);
  }
  50% {
    transform: translateY(-0.3em);
  }
}
@keyframes solutionDash {
  to {
    stroke-dashoffset: -44;
  }
}
.solution-timeline {
  position: relative;
  width: min(1300px, 100%);
  height: 26px;
  margin: clamp(34px, 4vw, 54px) auto 0;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.solution-timeline__before,
.solution-timeline__after {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
}
.solution-timeline__before i,
.solution-timeline__after i {
  flex: none;
  width: 58px;
  height: 1px;
  background: #c9d2e0;
}

.solution-timeline__before {
  left: 16.4%;
  color: #8a94a6;
}

.solution-timeline__after {
  left: 83.3%;
  color: #003edf;
}
.solution-timeline__after i {
  background: #a6bef2;
}

.solution-stage {
  position: relative;
  width: min(1300px, 100%);
  aspect-ratio: 1536/660;
  margin: 14px auto 0;
  font-size: clamp(9px, 1.2vw, 15.5px);
}

.solution-stage__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 34% 62% at 50% 60%, rgba(0, 62, 223, 0.09), rgba(0, 62, 223, 0) 72%);
  pointer-events: none;
}

.solution-stage__ring {
  position: absolute;
  left: 50%;
  top: 60.5%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
}

.solution-stage__ring--inner {
  width: 32%;
  height: 75%;
  border: 1px solid rgba(0, 62, 223, 0.12);
}

.solution-stage__ring--outer {
  width: 46%;
  height: 107%;
  border: 1px solid rgba(0, 62, 223, 0.07);
}

.solution-stage__lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.solution-stage__path {
  opacity: 0;
  transition: opacity 0.6s ease;
}

#solution-stage[data-iv="1"] .solution-stage__path--dash {
  opacity: 0.85;
}

#solution-stage[data-iv="1"] .solution-stage__path--flow {
  opacity: 0.9;
  animation: solutionDash 1.6s linear infinite;
}

.solution-stage__ray {
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 1.15s cubic-bezier(0.4, 0, 0.3, 1) 1.2s;
}
#solution-stage[data-iv="1"] .solution-stage__ray {
  stroke-dashoffset: 0;
}

#solution-stage[data-hv] .solution-stage__path {
  opacity: 0.13;
}

#solution-stage[data-hv="1"] .solution-stage__path--k1 {
  opacity: 1;
  stroke-width: 3.4;
}

#solution-stage[data-hv="2"] .solution-stage__path--k2 {
  opacity: 1;
  stroke-width: 3.4;
}

#solution-stage[data-hv="3"] .solution-stage__path--k3 {
  opacity: 1;
  stroke-width: 3.4;
}

#solution-stage[data-hv="4"] .solution-stage__path--k4 {
  opacity: 1;
  stroke-width: 3.4;
}

#solution-stage[data-hv="5"] .solution-stage__path--k5 {
  opacity: 1;
  stroke-width: 3.4;
}

#solution-stage[data-hv="6"] .solution-stage__path--k6 {
  opacity: 1;
  stroke-width: 3.4;
}

.solution-stage__src {
  position: absolute;
  left: 6%;
  width: 20.8%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 0.8em;
  background: #fff;
  border-radius: 1.05em;
  padding: 0.72em 0.9em;
  box-shadow: 0 0.5em 1.5em rgba(24, 44, 84, 0.07);
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 0.75s ease, transform 1.15s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease;
}
#solution-stage[data-iv="1"] .solution-stage__src {
  opacity: 1;
  transform: translateY(-50%);
}

#solution-stage:not([data-iv="1"]) .solution-stage__src[data-k="1"] {
  transform: translateY(-50%) translate(3.6em, -2.2em) rotate(-6deg);
}

#solution-stage:not([data-iv="1"]) .solution-stage__src[data-k="2"] {
  transform: translateY(-50%) translate(6.4em, 3em) rotate(5deg);
}

#solution-stage:not([data-iv="1"]) .solution-stage__src[data-k="3"] {
  transform: translateY(-50%) translate(2.4em, -3.6em) rotate(7deg);
}

#solution-stage:not([data-iv="1"]) .solution-stage__src[data-k="4"] {
  transform: translateY(-50%) translate(7.2em, 2.6em) rotate(-5deg);
}

#solution-stage:not([data-iv="1"]) .solution-stage__src[data-k="5"] {
  transform: translateY(-50%) translate(3em, 3.8em) rotate(4deg);
}

#solution-stage:not([data-iv="1"]) .solution-stage__src[data-k="6"] {
  transform: translateY(-50%) translate(5.6em, -2.8em) rotate(-7deg);
}

.solution-stage__src-icon {
  flex: none;
  width: 2.85em;
  height: 2.85em;
  border-radius: 0.78em;
  background: #f1f3f7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution-stage__src-body {
  display: flex;
  flex-direction: column;
  gap: 0.16em;
  min-width: 0;
}

.solution-stage__src-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.12em;
  font-weight: 700;
  color: #141c2b;
  line-height: 1.3;
}

.solution-stage__src-desc {
  font-size: 0.82em;
  font-weight: 500;
  color: #7a8698;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.solution-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-weight: 700;
  white-space: nowrap;
}

.solution-badge--line {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #06c755;
  font-size: 9px;
  letter-spacing: 0.01em;
}

.solution-badge--excel {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: #1d6f42;
  font-size: 15px;
}

.solution-stage__core {
  position: absolute;
  left: 50%;
  top: 54.5%;
  width: 22.7%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45em;
  z-index: 2;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
  transition: opacity 0.8s ease 0.1s, transform 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
}
#solution-stage[data-iv="1"] .solution-stage__core {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.solution-stage__core-brand {
  display: flex;
  align-items: center;
  gap: 0.55em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.75em;
  font-weight: 900;
  letter-spacing: 0.03em;
  color: #141c2b;
}

.solution-stage__core-mark {
  width: 2.3em;
  height: 2.3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution-stage__core-mark img {
  width: 88%;
  height: auto;
  display: block;
}

.solution-stage__core-sub {
  font-size: 0.86em;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #7a8698;
}

.solution-stage__core-shot {
  width: 100%;
  aspect-ratio: 470/230;
  border-radius: 0.6em;
  overflow: hidden;
  margin: 0.85em 0 0;
}
.solution-stage__core-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.solution-stage__out {
  position: absolute;
  right: 5%;
  width: 24.4%;
  box-sizing: border-box;
  font-size: 1.26em;
  display: flex;
  align-items: center;
  gap: 0.72em;
  background: #fff;
  border-radius: 0.85em;
  padding: 0.72em 0.85em;
  box-shadow: 0 0.45em 1.4em rgba(24, 44, 84, 0.08);
  opacity: 0;
  transform: translateY(-50%) translateX(1.4em);
  transition: opacity 0.7s ease, transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
#solution-stage[data-iv="1"] .solution-stage__out {
  opacity: 1;
  transform: translateY(-50%);
}

.solution-stage__out-icon {
  flex: none;
  width: 1.85em;
  height: 1.85em;
  border-radius: 50%;
  background: #1b4ce0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution-stage__out-body {
  display: flex;
  flex-direction: column;
  gap: 0.16em;
  min-width: 0;
}

.solution-stage__out-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: #141c2b;
  line-height: 1.3;
}

.solution-stage__out-accent {
  color: #003edf;
}

.solution-stage__out-rest {
  font-size: 0.8em;
}

.solution-stage__out-desc {
  font-size: 0.68em;
  font-weight: 500;
  color: #7a8698;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.solution-mobile.u-mobile-only {
  width: 100%;
  max-width: 420px;
  margin: clamp(30px, 5vw, 44px) auto 0;
  align-items: center;
  gap: 14px;
}
@media (max-width: 1080px) {
  .solution-mobile.u-mobile-only {
    display: flex !important;
    flex-direction: column;
  }
}

.solution-mobile__label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #8a94a6;
}

.solution-mobile__label--after {
  color: #003edf;
  margin-top: 4px;
}

.solution-mobile__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: 100%;
}

.solution-mobile__src {
  display: flex;
  align-items: center;
  gap: 9px;
  background: #fff;
  border: 1px solid #e4eaf4;
  border-radius: 12px;
  padding: 9px 11px;
  box-shadow: 0 4px 12px rgba(24, 44, 84, 0.06);
}

.solution-mobile__src-icon {
  flex: none;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: #f4f6fa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution-mobile__src-icon .solution-badge--line {
  width: 32px;
  height: 32px;
  font-size: 7px;
}
.solution-mobile__src-icon .solution-badge--excel {
  width: 22px;
  height: 22px;
  font-size: 12px;
}
.solution-mobile__src-icon svg {
  width: 17px;
  height: 17px;
}

.solution-mobile__src-body {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.solution-mobile__src-title {
  font-size: 13.5px;
  font-weight: 700;
  color: #1f2a3d;
  line-height: 1.3;
}

.solution-mobile__src-desc {
  font-size: 10.5px;
  font-weight: 500;
  color: #8a94a6;
  line-height: 1.3;
}

.solution-mobile__arrows {
  display: block;
}

.solution-mobile__arrow-flow {
  animation: solutionDash 1.6s linear infinite;
}

.solution-mobile__arrow-flow--delay {
  animation-delay: -0.5s;
}

.solution-mobile__hub {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #003edf;
  border-radius: 20px;
  padding: 18px 16px;
  box-shadow: 0 18px 40px -12px rgba(0, 62, 223, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}

.solution-mobile__hub-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.solution-mobile__hub-mark {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution-mobile__hub-mark img {
  width: 88%;
  height: auto;
  display: block;
}

.solution-mobile__hub-sub {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #8a94a6;
}

.solution-mobile__hub-divider {
  width: 100%;
  height: 1px;
  background: #edf1f8;
}

.solution-mobile__hub-shot {
  width: 100%;
  aspect-ratio: 470/230;
  border-radius: 10px;
  overflow: hidden;
  margin: 2px 0 0;
}
.solution-mobile__hub-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.solution-mobile__outputs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.solution-mobile__out {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  box-sizing: border-box;
  border: 2px solid rgba(0, 62, 223, 0.4);
  border-radius: 12px;
  padding: 10px 12px;
  box-shadow: 0 4px 12px rgba(0, 62, 223, 0.13);
}

.solution-mobile__out-icon {
  flex: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #003edf;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution-mobile__out-body {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.solution-mobile__out-title {
  font-size: 14.5px;
  font-weight: 700;
  color: #1f2a3d;
  line-height: 1.35;
}

.solution-mobile__out-accent {
  color: #003edf;
}

.solution-mobile__out-rest {
  font-size: 0.75em;
}

.solution-mobile__out-desc {
  font-size: 11.5px;
  font-weight: 500;
  color: #8a94a6;
  line-height: 1.4;
}

.solution-cta {
  width: 100%;
  margin-top: clamp(44px, 5.5vw, 100px);
  background: #f2f5fa;
  border-radius: 26px;
  padding: clamp(22px, 2.8vw, 32px) clamp(22px, 3.2vw, 42px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px 30px;
}

.solution-cta__text {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 1 1 330px;
}
.solution-cta__text p {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(16.5px, 1.7vw, 21px);
  font-weight: 700;
  line-height: 1.75;
}

.solution-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.feature-row {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(32px, 4.5vw, 72px);
  align-items: center;
  margin-top: clamp(52px, 6.5vw, 96px);
}

.feature-row--reverse {
  flex-wrap: wrap-reverse;
}

.feature-row__text {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.feature-row__text h3 {
  font-size: clamp(22px, 2.4vw, 31px);
  line-height: 1.6;
}
.feature-row__text p {
  font-size: clamp(15.5px, 1.35vw, 19px);
  line-height: 2;
  color: #4b5565;
  margin: 0;
}

.feature-row__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #003edf;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.feature-row__num {
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.feature-row__rule {
  width: 34px;
  height: 2px;
  background: #003edf;
}

.feature-row__media {
  display: flex;
  flex: 1.15 1 340px;
}

.feature-row__media--wide > .feature-shot-placeholder {
  width: 100%;
  aspect-ratio: 16/10;
}

.feature-row__media--tall {
  justify-content: center;
  width: 100%;
}
.feature-row__media--tall > .feature-shot-placeholder {
  width: min(270px, 100%);
  aspect-ratio: 9/16.5;
}

.feature-shot-placeholder {
  border-radius: 20px;
  box-shadow: 0 24px 56px -12px rgba(11, 21, 38, 0.15);
  background: repeating-linear-gradient(135deg, #eef1f6, #eef1f6 12px, #e6e9f0 12px, #e6e9f0 24px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #8a94a6;
  font-size: 13px;
  font-weight: 700;
  padding: 24px;
}

.roles {
  display: flex;
  gap: clamp(22px, 2.6vw, 36px);
  align-items: stretch;
  margin-top: clamp(40px, 5vw, 60px);
}

.roles__tabs {
  flex: 0 0 224px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.roles__tab {
  display: flex;
  align-items: center;
  gap: 13px;
  width: 100%;
  text-align: left;
  padding: 17px 18px;
  border-radius: 16px;
  background: #fff;
  color: #0b1526;
  font-size: 16.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-family: inherit;
  box-shadow: 0 3px 12px rgba(24, 44, 84, 0.07);
}
.roles__tab svg {
  stroke: #003edf;
}
.roles__tab.is-active {
  background: linear-gradient(135deg, #0a46e4, #0034c2);
  color: #fff;
  box-shadow: 0 12px 26px rgba(0, 62, 223, 0.3);
}
.roles__tab.is-active svg {
  stroke: #fff;
}

.roles__tab-chev {
  margin-left: auto;
}

.roles__panels {
  flex: 1;
  min-width: 0;
  position: relative;
}

.roles__panel {
  display: none;
  position: relative;
  background: #fff;
  border-radius: 26px;
  box-shadow: 0 22px 54px -12px rgba(24, 44, 84, 0.14);
  overflow: hidden;
  min-height: 100%;
}
.roles__panel.is-active {
  display: block;
}

.roles__panel-photo {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 41%;
  background-size: cover;
  background-position: center;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0), #000 20%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0), #000 20%);
}

.roles__panel-body {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.5vw, 38px);
  padding: clamp(28px, 3.2vw, 46px);
  padding-right: 41%;
  min-height: 430px;
}

.roles__panel-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.roles__panel-head {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.roles__panel-icon {
  flex: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(160deg, #f2f6fe, #e2ecfc);
  box-shadow: inset 0 0 0 1.5px #dce6f8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.roles__panel-label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(20px, 1.9vw, 25px);
  font-weight: 900;
}

.roles__panel-body h3 {
  font-size: clamp(22px, 2.4vw, 31px);
  line-height: 1.62;
  font-weight: 900;
  color: #14233f;
}

.roles__panel-body p {
  font-size: 16px;
  line-height: 1.95;
  color: #4b5565;
  font-weight: 500;
  max-width: 430px;
  margin: 0;
}

.roles__panel-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 11px 13px;
  margin-top: 4px;
  max-width: 560px;
}

.roles__panel-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f2f6fc;
  border-radius: 11px;
  padding: 11px 15px;
  font-size: 13.5px;
  font-weight: 700;
  color: #1f2a3d;
  white-space: nowrap;
}

.roles__panel-check {
  flex: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #003edf;
  display: flex;
  align-items: center;
  justify-content: center;
}

.roles__panel-check--sm {
  width: 17px;
  height: 17px;
}

.roles__minis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 26px);
  margin-top: clamp(18px, 2.4vw, 28px);
  width: 100%;
}

.roles__tabs + .roles__panels + .roles__minis {
  flex-basis: 100%;
}

.roles__mini {
  position: relative;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 6px 20px rgba(24, 44, 84, 0.07);
  overflow: hidden;
  min-height: 150px;
  cursor: pointer;
  transition: transform 0.25s, box-shadow 0.25s;
}
.roles__mini.is-active-hidden {
  display: none;
}

.roles__mini-photo {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 46%;
  background-size: cover;
  background-position: center;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0), #000 62%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0), #000 62%);
}

.roles__mini-body {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 20px 22px;
  width: 68%;
}

.roles__mini-head {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 17.5px;
  font-weight: 900;
}

.roles__mini-icon {
  flex: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #eef3ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.roles__mini-text {
  font-size: 13.5px;
  line-height: 1.8;
  color: #2a3a56;
  font-weight: 500;
}

.roles {
  flex-wrap: wrap;
}

.roles__tabs {
  order: 1;
}

.roles__panels {
  order: 2;
}

.roles__minis {
  order: 3;
}

.roles-mobile.u-mobile-only {
  flex-direction: column;
  gap: 16px;
  margin-top: 34px;
}
@media (max-width: 1080px) {
  .roles-mobile.u-mobile-only {
    display: flex !important;
  }
}

.roles-mobile__card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(24, 44, 84, 0.08);
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.roles-mobile__head {
  display: flex;
  align-items: center;
  gap: 11px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 17px;
  font-weight: 900;
  color: #14233f;
}

.roles-mobile__icon {
  flex: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #eef3ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.roles-mobile__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16.5px;
  font-weight: 700;
  line-height: 1.6;
}

.roles-mobile__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 10px;
}

.roles-mobile__item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f2f6fc;
  border-radius: 9px;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 700;
  color: #1f2a3d;
}

.effects {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(26px, 3.5vw, 52px);
  margin-top: clamp(40px, 5vw, 60px);
  align-items: stretch;
}

.effects__chart {
  flex: 1.5 1 420px;
  background: #fff;
  border: 1px solid #e6e9f0;
  border-radius: 20px;
  padding: clamp(24px, 3vw, 36px);
  box-shadow: 0 4px 16px rgba(11, 21, 38, 0.06);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.effects__chart-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.effects__chart-area {
  flex: 1;
  position: relative;
  min-height: clamp(310px, 30vw, 380px);
  margin: 36px 0;
}

.effects__axis-label {
  position: absolute;
  left: 0;
  width: 62px;
  text-align: right;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #8a94a6;
}

.effects__gridline {
  position: absolute;
  left: 76px;
  right: 0;
  border-top: 1px solid #eef1f6;
}

.effects__baseline {
  position: absolute;
  left: 76px;
  right: 0;
  bottom: 0;
  border-top: 2px solid #e6e9f0;
}

.effects__bars {
  position: absolute;
  left: 76px;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}

.effects__connector {
  position: absolute;
  left: calc(25% + clamp(59px, 7.5vw, 92px));
  width: calc(50% - clamp(118px, 15vw, 184px));
  top: 2%;
  bottom: 10%;
  pointer-events: none;
}
.effects__connector svg {
  display: block;
  width: 100%;
  height: 100%;
}

.effects__bar-col {
  position: relative;
  width: clamp(118px, 15vw, 184px);
}

.effects__bar-col--before {
  height: 98%;
}

.effects__bar-col--after {
  height: 10%;
}

.effects__bar-value {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 6px;
  white-space: nowrap;
  font-size: clamp(19px, 2vw, 26px);
  font-weight: 700;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
}

.effects__bar-value--before {
  color: #e8611c;
}

.effects__bar {
  position: absolute;
  inset: 0;
  border-radius: 10px 10px 0 0;
}

.effects__bar--before {
  background: linear-gradient(180deg, #f08a56, #e8611c);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 12px 6px;
}

.effects__bar-job {
  font-size: clamp(10.5px, 1vw, 13.5px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
}

.effects__bar--after {
  background: #003edf;
  border-radius: 8px 8px 0 0;
  transition-delay: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.effects__bar-label {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}

.effects__bar-caption {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
  font-size: 14.5px;
  font-weight: 700;
  color: #8a94a6;
  white-space: nowrap;
}

.effects__bar-col--after .effects__bar-caption {
  color: #14233f;
}

.effects__bar-callout {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
}

.effects__bar-callout-line {
  font-size: 15px;
  font-weight: 700;
  color: #14233f;
  line-height: 1.2;
}
.effects__bar-callout-line sup {
  font-size: 10.5px;
  color: #8a94a6;
  font-weight: 600;
}

.effects__bar-callout-pct {
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-size: clamp(26px, 2.6vw, 34px);
  font-weight: 700;
  color: #003edf;
}

.effects__note {
  font-size: 12px;
  line-height: 1.9;
  color: #8a94a6;
}

.effects__list {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.effects__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 17px 4px;
  border-bottom: 1px solid #eef1f6;
  font-size: 16px;
  font-weight: 700;
  color: #3a4557;
}

.effects__row--last {
  border-bottom: 0;
}

.effects__row-value {
  font-size: 15px;
  color: #8a94a6;
  font-weight: 500;
}

.effects__row-value--strong {
  color: #003edf;
  font-weight: 700;
}

.effects__arrow {
  color: #c3cad6;
}

.comp-table {
  margin-top: clamp(36px, 4.5vw, 52px);
  background: #fff;
  border: 1px solid #e6e9f0;
  border-radius: 20px;
  box-shadow: 0 4px 16px rgba(11, 21, 38, 0.05);
  overflow: hidden;
}

.comp-table__head,
.comp-table__row {
  display: grid;
  grid-template-columns: 1.7fr 1.2fr 1.2fr 1.35fr;
}

.comp-table__head-cell {
  padding: 18px 8px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid #c9d2df;
  color: #3a4557;
  background: #fff;
}

.comp-table__head-cell--label {
  text-align: left;
  padding: 18px 18px;
  color: #8a94a6;
  border-radius: 20px 0 0 0;
}

.comp-table__head-cell--brand {
  background: #003edf;
  border-bottom-color: #003edf;
  padding: 10px 8px 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  border-radius: 0 20px 0 0;
}

.comp-table__head-badge {
  font-size: 10.5px;
  font-weight: 700;
  color: #9fbcff;
  letter-spacing: 0.18em;
}

.comp-table__head-name {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}

.comp-table__label {
  display: flex;
  align-items: center;
  padding: 15px 18px;
  font-size: 15px;
  font-weight: 700;
  border-top: 1px solid #eef1f6;
  color: #3a4557;
}

.comp-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 13px 8px;
  border-top: 1px solid #eef1f6;
}

.comp-cell--brandcol {
  background: #f0f5ff;
  border-top-color: #dce7fb;
}

.comp-cell__badge {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
  flex: none;
}

.comp-cell__badge--best-brand {
  background: #003edf;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(0, 62, 223, 0.28);
}

.comp-cell__badge--best {
  border: 2px solid #8face0;
  color: #2e5fcb;
  font-weight: 700;
}

.comp-cell__badge--good {
  border: 1.5px solid #9aa6b8;
  color: #3a4557;
}

.comp-cell__badge--fair {
  border: 1.5px dashed #b9c2cf;
  color: #8a94a6;
}

.comp-cell__badge--poor {
  border: 1.5px solid #e3e8f0;
  color: #c3cad6;
}

.comp-cell__label {
  font-size: 11.5px;
  letter-spacing: 0.02em;
}

.comp-cell__label--best-brand {
  font-weight: 700;
  color: #003edf;
}

.comp-cell__label--best {
  font-weight: 600;
  color: #4b5565;
}

.comp-cell__label--good {
  font-weight: 600;
  color: #6b7686;
}

.comp-cell__label--fair {
  font-weight: 500;
  color: #8a94a6;
}

.comp-cell__label--poor {
  font-weight: 500;
  color: #b6bfcc;
}

.comp-cards.u-mobile-only {
  flex-direction: column;
  gap: 14px;
  margin-top: 30px;
}
@media (max-width: 1080px) {
  .comp-cards.u-mobile-only {
    display: flex !important;
  }
}

.comp-card {
  border: 1px solid #e6e9f0;
  border-radius: 16px;
  padding: 18px 20px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(11, 21, 38, 0.04);
}

.comp-card__title {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16.5px;
  font-weight: 700;
  margin-bottom: 10px;
}

.comp-card__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 14px;
  border-top: 1px solid #eef1f6;
}

.comp-card__row-label {
  font-size: 14.5px;
  color: #4b5565;
  font-weight: 500;
}

.comp-card__row-value {
  font-size: 16px;
  color: #8a94a6;
}

.comp-card__row--brand {
  padding: 10px 14px;
  background: #eef3ff;
  border-radius: 10px;
  margin-top: 3px;
  border-top: 0;
}
.comp-card__row--brand .comp-card__row-label {
  font-size: 14.5px;
  font-weight: 700;
  color: #003edf;
}
.comp-card__row--brand .comp-card__row-value {
  font-size: 18px;
  font-weight: 700;
  color: #003edf;
}

.comp-footnote {
  margin: 18px 0 0;
  font-size: 12.5px;
  line-height: 1.9;
  color: #8a94a6;
  text-align: center;
}

.pricing {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pricing__toggle {
  display: inline-flex;
  background: #f1f4f9;
  border: 1px solid #e6e9f0;
  border-radius: 999px;
  padding: 5px;
  margin-top: clamp(30px, 3.5vw, 44px);
}

.pricing__toggle-btn {
  padding: 11px 30px;
  border-radius: 999px;
  background: transparent;
  color: #4b5565;
  font-size: 15px;
  font-weight: 500;
  font-family: inherit;
}
.pricing__toggle-btn.is-active {
  background: #003edf;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 12px rgba(0, 62, 223, 0.25);
}

.pricing__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(20px, 2.5vw, 30px);
  margin-top: 26px;
  width: 100%;
  align-items: stretch;
}

.pricing-card {
  flex: 0 1 488px;
  min-width: min(360px, 100%);
  position: relative;
  background: #fff;
  border: 2.5px solid #003edf;
  border-radius: 26px;
  padding: clamp(30px, 3.5vw, 42px);
  box-shadow: 0 28px 64px -14px rgba(0, 62, 223, 0.28);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.pricing-card--plain {
  flex-basis: 420px;
  border: 1px solid #e6e9f0;
  box-shadow: 0 4px 16px rgba(11, 21, 38, 0.06);
  align-items: stretch;
  text-align: left;
  gap: 16px;
}

.pricing-card__badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #003edf;
  color: #fff;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 7px 20px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 6px 14px rgba(0, 62, 223, 0.3);
}

.pricing-card__name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 19px;
  font-weight: 700;
  margin-top: 8px;
}

.pricing-card__price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.pricing-card__amount {
  display: flex;
  align-items: baseline;
  gap: 7px;
  white-space: nowrap;
}

.pricing-card__number {
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-size: clamp(46px, 4.8vw, 62px);
  font-weight: 700;
  color: #003edf;
  line-height: 1;
}

.pricing-card__yen {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.pricing-card__unit {
  font-size: 15px;
  color: #8a94a6;
  font-weight: 500;
}

.pricing-card__sub {
  font-size: 14px;
  font-weight: 700;
  color: #3a4557;
}

.pricing-card__actions {
  width: 100%;
  border-top: 1px solid #eef1f6;
  padding-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pricing-card__consult {
  text-align: center;
  font-size: 14.5px;
  font-weight: 700;
  color: #003edf;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.pricing-card__features-title {
  font-size: 14px;
  font-weight: 700;
  color: #8a94a6;
  letter-spacing: 0.08em;
}

.pricing-card__feature-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pricing-card__feature {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  color: #3a4557;
}

.pricing-card__feature-check {
  flex: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #eef3ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cases {
  margin-top: clamp(40px, 5vw, 60px);
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.case-feature,
.case-card {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e6e9f0;
  border-radius: 26px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 16px rgba(11, 21, 38, 0.06);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s;
}
.case-feature:hover,
.case-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(11, 21, 38, 0.1);
}

.case-card--link {
  color: inherit;
  text-decoration: none;
}

.case-feature__photo,
.case-card__photo {
  position: relative;
}
.case-feature__photo .feature-shot-placeholder,
.case-card__photo .feature-shot-placeholder {
  position: absolute;
  inset: 0;
  border-radius: 0;
  box-shadow: none;
}

.case-feature__photo {
  flex: 0 0 min(300px, 100%);
  min-height: 230px;
}

.case-card__photo {
  flex: 0 0 min(230px, 100%);
  min-height: 230px;
}

.case-feature__body {
  flex: 1 1 320px;
  padding: clamp(26px, 3.5vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
}
.case-feature__body h3 {
  font-size: clamp(19px, 2.1vw, 26px);
  line-height: 1.75;
}

.case-card__body {
  flex: 1 1 240px;
  padding: clamp(20px, 2.4vw, 30px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.case-card__body h3 {
  font-size: clamp(15.5px, 1.35vw, 18px);
  line-height: 1.8;
}

.case-feature__quote {
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #d6e1fb;
  line-height: 0.6;
}

.case-feature__meta-row,
.case-card__meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
}

.case-card__meta-row {
  gap: 8px;
}

.case-feature__name {
  font-size: 14px;
  font-weight: 700;
  color: #14233f;
}

.case-feature__meta {
  font-size: 12.5px;
  color: #8a94a6;
  font-weight: 500;
}

.case-card__name {
  font-size: 13.5px;
  font-weight: 700;
  color: #14233f;
}

.case-card__meta {
  font-size: 12px;
  color: #8a94a6;
  font-weight: 500;
}

.case-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #003edf;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.case-link span {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.case-link--sm {
  font-size: 14.5px;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 430px), 1fr));
  gap: 22px;
}

.section--referral {
  position: relative;
  overflow: hidden;
  background: linear-gradient(170deg, #eef3ff, #dfe7fa);
}

.referral-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: clamp(256px, 30.5vw, 512px);
  background-size: cover;
  background-position: center top;
  -webkit-mask-image: linear-gradient(90deg, #000 52%, rgba(0, 0, 0, 0) 97%);
  mask-image: linear-gradient(90deg, #000 52%, rgba(0, 0, 0, 0) 97%);
  height: 825px;
}

.referral {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(48px, 6.5vw, 96px);
  align-items: flex-start;
  justify-content: center;
}

.referral__main {
  flex: 1.8 1 520px;
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 3.2vw, 40px);
  min-width: 0;
}

.referral__intro {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(24px, 3vw, 44px);
  align-items: center;
}

.referral__intro-spacer {
  flex: 1 1 200px;
  max-width: 290px;
  min-height: 300px;
}

.referral__intro-photo {
  flex: 1 1 230px;
  max-width: 330px;
}
.referral__intro-photo img {
  width: 100%;
  border-radius: 26px;
  box-shadow: 0 24px 56px -14px rgba(11, 21, 38, 0.28);
}

.referral__intro-text {
  flex: 1.4 1 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  font-weight: 700;
  color: #0b1526;
}
.referral__intro-text h2 {
  font-size: clamp(27px, 3.2vw, 42px);
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.referral__intro-text p {
  font-size: clamp(15.5px, 1.35vw, 19px);
  line-height: 2.05;
  color: #4b5565;
  font-weight: 400;
  margin: 0;
}

.referral__panel {
  margin-left: clamp(0px, 14.5vw, 232px);
  margin-right: clamp(-60px, -3.7vw, 0px);
  background: #fff;
  border-radius: 26px;
  padding: clamp(26px, 3.2vw, 38px) clamp(20px, 2.6vw, 34px);
  box-shadow: 0 14px 40px rgba(11, 21, 38, 0.08);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1080px) {
  .referral__panel {
    margin-left: 0;
    margin-right: 0;
  }
}
.referral__panel {
  gap: 26px;
}

.referral__panel-title {
  text-align: center;
  color: #003edf;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.08em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.referral__panel-tiles {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 16px 6px;
}
@media (max-width: 1080px) {
  .referral__panel-tiles {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}

.referral__tile {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  padding: 10px 8px;
  border-radius: 14px;
  transition: background 0.2s;
}
@media (max-width: 1080px) {
  .referral__tile {
    flex: 0 1 26%;
    min-width: 74px;
  }
}

.referral__tile-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: #f2f5fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.referral__tile-line {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #06c755;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10.5px;
  font-weight: 700;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
}

.referral__tile-qr {
  width: 32px;
  height: 32px;
  border: 2px solid #fff;
  outline: 1px solid #e6e9f0;
  background-image: linear-gradient(45deg, #0b1526 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, #0b1526 75%), linear-gradient(45deg, #0b1526 25%, #fff 25%, #fff 75%, #0b1526 75%);
  background-size: 8px 8px;
  background-position: 0 0, 4px 4px;
}

.referral__tile-label {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 1080px) {
  .referral__tile-label {
    white-space: normal;
    text-align: center;
  }
}

.referral__tile-note {
  font-size: 13px;
  line-height: 1.3;
  color: #8a94a6;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 1080px) {
  .referral__tile-note {
    white-space: normal;
    text-align: center;
  }
}

.referral__panel-sep {
  flex: none;
  width: 1px;
  background: #eef1f6;
  margin: 6px 0;
}
@media (max-width: 1080px) {
  .referral__panel-sep {
    display: none;
  }
}

.referral__actions {
  margin-left: clamp(0px, 14.5vw, 232px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 28px;
  justify-content: center;
}
@media (max-width: 1080px) {
  .referral__actions {
    margin-left: 0;
  }
}

.referral__self-link {
  font-size: 15px;
  font-weight: 700;
  color: #003edf;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.referral__phone {
  flex: 0 1 300px;
  margin: 0 auto;
  transform: translateX(clamp(0px, 3.6vw, 60px));
}
.referral__phone img {
  width: min(300px, 100%);
  margin: 0 auto;
  filter: drop-shadow(0 28px 46px rgba(11, 21, 38, 0.32));
  border-radius: 58px;
}

.steps {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.steps__row {
  display: flex;
  align-items: stretch;
  gap: 8px;
  margin-top: clamp(40px, 5vw, 60px);
  width: 100%;
}

.step-card {
  flex: 1;
  background: #fff;
  border: 1px solid #e6e9f0;
  border-radius: 20px;
  padding: 26px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 2px 10px rgba(11, 21, 38, 0.05);
}

.step-card--brand {
  background: linear-gradient(160deg, #003edf, #0030b8);
  border: 0;
  box-shadow: 0 16px 36px rgba(0, 62, 223, 0.3);
}

.step-card__num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #003edf;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  box-shadow: 0 6px 14px rgba(0, 62, 223, 0.22);
}

.step-card__num--light {
  background: #fff;
  color: #003edf;
  box-shadow: none;
}

.step-card__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #0b1526;
}

.step-card__title--light {
  color: #fff;
}

.step-card__art {
  display: flex;
  justify-content: center;
  padding: 8px 0 2px;
}

.step-card__desc {
  font-size: 16px;
  line-height: 1.85;
  color: #4b5565;
  text-align: center;
  margin-top: auto;
}

.step-card__desc--light {
  color: rgba(255, 255, 255, 0.9);
}

.steps__chevron {
  align-self: center;
  flex: none;
}

.steps-mobile {
  display: flex;
  flex-direction: column;
  margin-top: 34px;
  width: 100%;
  max-width: 440px;
}

.steps-mobile__item {
  display: flex;
  gap: 18px;
}

.steps-mobile__rail {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.steps-mobile__num {
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #eef3ff;
  color: #003edf;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
}

.steps-mobile__num--brand {
  background: #003edf;
  color: #fff;
}

.steps-mobile__line {
  flex: 1;
  width: 2px;
  background: #e6e9f0;
  margin: 5px 0;
}

.steps-mobile__body {
  padding-bottom: 26px;
}

.steps-mobile__title {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.steps-mobile__title--brand {
  color: #003edf;
}

.steps-mobile__desc {
  display: block;
  font-size: 16px;
  line-height: 1.9;
  color: #4b5565;
  margin-top: 3px;
}

.steps__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: clamp(36px, 4.5vw, 52px);
}

.faq {
  display: flex;
  gap: clamp(28px, 4vw, 56px);
  align-items: flex-start;
  margin-top: clamp(40px, 5vw, 60px);
}

.faq__cats {
  flex: 0 0 216px;
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.faq__cat {
  display: block;
  width: 100%;
  text-align: left;
  padding: 13px 18px;
  border-radius: 12px;
  background: transparent;
  color: #4b5565;
  font-size: 15px;
  font-weight: 500;
  font-family: inherit;
}
.faq__cat.is-active {
  background: #003edf;
  color: #fff;
  font-weight: 700;
}

.faq__panel {
  flex: 1;
  min-width: 0;
  background: #fff;
  border: 1px solid #e6e9f0;
  border-radius: 20px;
  padding: 10px 32px;
  box-shadow: 0 4px 16px rgba(11, 21, 38, 0.06);
}

.faq__list {
  display: none;
}

.faq__list.is-active {
  display: block;
}

.faq-item {
  border-bottom: 1px solid #eef1f6;
}
.faq-item:last-child {
  border-bottom: 0;
}

.faq-item__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-height: 60px;
  padding: 20px 2px;
  text-align: left;
  font-family: inherit;
}

.faq-item__q-text {
  display: flex;
  align-items: center;
  gap: 14px;
}

.faq-item__qmark {
  flex: none;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #003edf;
}

.faq-item__q span:last-child {
  font-size: 16.5px;
  font-weight: 700;
  line-height: 1.7;
  color: #0b1526;
}

.faq-item--mobile .faq-item__q span {
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.7;
  color: #0b1526;
}

.faq-item__chev {
  display: flex;
  transition: transform 0.2s;
  flex: none;
}

.faq-item__q.is-open .faq-item__chev {
  transform: rotate(180deg);
}

.faq-item__a {
  display: flex;
  gap: 14px;
  padding: 0 2px 22px;
}
.faq-item__a p {
  margin: 0;
  font-size: 16px;
  line-height: 2;
  color: #4b5565;
}

.faq-item__amark {
  flex: none;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #8a94a6;
}

.faq-item__a--mobile {
  padding: 0 2px 18px;
}
.faq-item__a--mobile p {
  font-size: 16px;
  line-height: 1.95;
}

.faq-mobile__group {
  margin-bottom: 28px;
}
.faq-mobile__group h3 {
  font-size: 14px;
  font-weight: 700;
  color: #8a94a6;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.faq-mobile__list {
  background: #fff;
  border: 1px solid #e6e9f0;
  border-radius: 16px;
  padding: 2px 20px;
}

.section--final {
  position: relative;
  overflow: hidden;
  padding-block: clamp(84px, 10vw, 152px);
}

.final-cta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.final-cta h2 {
  font-size: clamp(29px, 3.9vw, 52px);
  line-height: 1.55;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
}

.final-cta__mark {
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.final-cta__mark img {
  width: 88%;
}

.final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 8px;
  width: 100%;
}
.final-cta__actions .btn {
  flex: 0 1 auto;
  min-width: min(260px, 100%);
}

.final-cta__consult {
  font-size: 15px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: underline;
  text-underline-offset: 5px;
}

.referral-modal,
.referral-sheet {
  position: fixed;
  inset: 0;
  z-index: 80;
}

.referral-modal--pc {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.referral-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 21, 38, 0.55);
}

.referral-modal__panel {
  position: relative;
  width: min(640px, 100%);
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 40px 90px rgba(11, 21, 38, 0.4);
  padding: 30px 34px 34px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-height: 88vh;
  overflow: auto;
}

.referral-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.referral-modal__close {
  flex: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f1f4f9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3a4557;
}

.referral-modal__desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: #4b5565;
}

.referral-modal__body {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.referral-modal__qr {
  flex: 0 0 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  border: 1.5px solid #e6e9f0;
  border-radius: 16px;
  padding: 18px;
}

.referral-modal__qr-box {
  width: 126px;
  height: 126px;
  border: 6px solid #fff;
  outline: 1.5px solid #e6e9f0;
  background-image: linear-gradient(45deg, #0b1526 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, #0b1526 75%), linear-gradient(45deg, #0b1526 25%, #fff 25%, #fff 75%, #0b1526 75%);
  background-size: 14px 14px;
  background-position: 0 0, 7px 7px;
}

.referral-modal__qr-box--lg {
  width: 170px;
  height: 170px;
  border-width: 8px;
  background-size: 18px 18px;
  background-position: 0 0, 9px 9px;
}

.referral-modal__qr-label {
  font-size: 12px;
  color: #8a94a6;
  font-weight: 700;
}

.referral-modal__actions {
  flex: 1 1 260px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  justify-content: center;
}

.referral-modal__share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  height: 50px;
  font-size: 15.5px;
  font-weight: 700;
  font-family: inherit;
  transition: filter 0.15s, background 0.15s;
  width: 100%;
}

.referral-modal__share--line {
  background: #1e8a4f;
  color: #fff;
  box-shadow: 0 8px 18px rgba(30, 138, 79, 0.3);
}
.referral-modal__share--line:hover {
  filter: brightness(1.06);
}

.referral-modal__share--outline {
  background: #fff;
  color: #003edf;
  border: 2px solid #003edf;
}
.referral-modal__share--outline:hover {
  background: #eef3ff;
}

.referral-modal__share--ghost {
  flex: 1;
  background: #f1f4f9;
  color: #3a4557;
  height: 44px;
  font-size: 14px;
}
.referral-modal__share--ghost:hover {
  background: #e6e9f0;
}

.referral-modal__share--full {
  height: 54px;
  font-size: 16px;
}

.referral-modal__row {
  display: flex;
  gap: 10px;
}

.referral-modal__excerpt {
  background: #f7f9fc;
  border: 1px solid #eef1f6;
  border-radius: 14px;
  padding: 15px 19px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.referral-modal__excerpt span {
  font-size: 12px;
  font-weight: 700;
  color: #8a94a6;
  letter-spacing: 0.05em;
}
.referral-modal__excerpt p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.9;
  color: #4b5565;
}

.referral-sheet__panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 22px 22px 0 0;
  box-shadow: 0 -20px 60px rgba(11, 21, 38, 0.3);
  padding: 12px 22px calc(22px + env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-height: 88vh;
  overflow: auto;
}

.referral-sheet__handle {
  width: 40px;
  height: 4.5px;
  border-radius: 3px;
  background: #dde3ec;
  align-self: center;
}

.referral-sheet__qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
}

@media (max-width: 1080px) {
  .referral-modal--pc {
    display: none;
  }
}
@media (min-width: 1081px) {
  .referral-sheet {
    display: none !important;
  }
}
.mobile-cta-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.97);
  border-top: 1px solid #e6e9f0;
  box-shadow: 0 -6px 20px rgba(11, 21, 38, 0.09);
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  display: flex;
  gap: 10px;
}
.mobile-cta-bar .btn {
  flex: 1;
}
.mobile-cta-bar .btn-outline {
  flex: 1;
}
.mobile-cta-bar .btn-primary {
  flex: 1.2;
}

@media (min-width: 1081px) {
  .mobile-cta-bar {
    display: none !important;
  }
}
.toast {
  position: fixed;
  left: 50%;
  top: 92px;
  transform: translateX(-50%);
  z-index: 90;
  max-width: calc(100vw - 32px);
  display: flex;
  align-items: center;
  gap: 11px;
  background: #0b1526;
  color: #fff;
  border-radius: 999px;
  padding: 13px 22px;
  box-shadow: 0 16px 40px rgba(11, 21, 38, 0.35);
}

.toast__icon {
  flex: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #1e8a4f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toast__text {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.toast__close {
  flex: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.single-case__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14.5px;
  font-weight: 700;
  color: #8a94a6;
  margin-bottom: 18px;
}
.single-case__back:hover {
  color: #003edf;
}

.single-case__meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.single-case__company {
  font-size: 15px;
  font-weight: 700;
  color: #003edf;
}

.single-case__tag {
  background: #eef3ff;
  color: #003edf;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 999px;
}

.single-post__date {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #8a94a6;
  margin-bottom: 10px;
}

.single-case__head,
.single-post__head {
  padding-bottom: clamp(24px, 3vw, 36px);
}
.single-case__head h1,
.single-post__head h1 {
  margin: 0;
  font-size: clamp(27px, 3.4vw, 42px);
  line-height: 1.5;
  font-weight: 700;
  color: #0b1526;
}

.single-case__thumb {
  margin-bottom: clamp(30px, 4vw, 48px);
}
.single-case__thumb img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 8px 28px rgba(24, 44, 84, 0.07);
  display: block;
}

.single-case__content {
  font-size: 16px;
  line-height: 2;
  color: #4b5565;
}
.single-case__content h2 {
  font-size: clamp(21px, 2.2vw, 28px);
  font-weight: 700;
  color: #0b1526;
  margin: 2.2em 0 0.8em;
}
.single-case__content h3 {
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 700;
  color: #0b1526;
  margin: 1.8em 0 0.7em;
}
.single-case__content p {
  margin: 0 0 1.4em;
}
.single-case__content ul,
.single-case__content ol {
  margin: 0 0 1.4em;
  padding-left: 1.4em;
}
.single-case__content li {
  margin-bottom: 0.5em;
}
.single-case__content img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  margin: 1.4em 0;
}
.single-case__content a {
  color: #003edf;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.single-case__content blockquote {
  margin: 1.8em 0;
  padding: 1em 1.4em;
  border-left: 3px solid #003edf;
  background: #eef3ff;
  border-radius: 0 16px 16px 0;
  color: #3a4557;
}

.archive-cases__pagination,
.archive-blog__pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: clamp(36px, 4.5vw, 56px);
}
.archive-cases__pagination .page-numbers,
.archive-blog__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 14.5px;
  font-weight: 700;
  color: #3a4557;
  background: #fff;
  border: 1px solid #e6e9f0;
}
.archive-cases__pagination .page-numbers:hover,
.archive-blog__pagination .page-numbers:hover {
  border-color: #003edf;
  color: #003edf;
}
.archive-cases__pagination .page-numbers.current,
.archive-blog__pagination .page-numbers.current {
  background: #003edf;
  border-color: #003edf;
  color: #fff;
}
.archive-cases__pagination .page-numbers.dots,
.archive-blog__pagination .page-numbers.dots {
  border: none;
  background: none;
}

.archive-cases__empty,
.archive-blog__empty {
  text-align: center;
  padding: 60px 20px;
  color: #8a94a6;
  font-size: 16px;
}

.archive-cases__grid {
  margin-top: clamp(30px, 4vw, 48px);
}

.blog-grid {
  margin-top: clamp(30px, 4vw, 48px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: 24px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e6e9f0;
  border-radius: 26px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 16px rgba(11, 21, 38, 0.06);
  color: inherit;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s;
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(11, 21, 38, 0.1);
}

.blog-card__photo {
  position: relative;
  aspect-ratio: 16/10;
}
.blog-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-card__photo .feature-shot-placeholder {
  position: absolute;
  inset: 0;
  border-radius: 0;
  box-shadow: none;
}

.blog-card__body {
  padding: clamp(20px, 2.4vw, 26px);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.blog-card__body h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #0b1526;
}
.blog-card__body p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.85;
  color: #8a94a6;
}

.blog-card__date {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #003edf;
}

.page-contact__intro {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.95;
  color: #4b5565;
}
.page-contact__intro p {
  margin: 0 0 1em;
}

.contact-form {
  max-width: 640px;
  margin: clamp(30px, 4vw, 48px) auto 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form__hp {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.contact-form__row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-form__row label {
  font-size: 14.5px;
  font-weight: 700;
  color: #3a4557;
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-form__row input,
.contact-form__row textarea {
  font-family: inherit;
  font-size: 15.5px;
  color: #0b1526;
  background: #fff;
  border: 1px solid #e6e9f0;
  border-radius: 10px;
  padding: 13px 16px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.contact-form__row input:focus,
.contact-form__row textarea:focus {
  outline: none;
  border-color: #003edf;
  box-shadow: 0 0 0 3px #eef3ff;
}
.contact-form__row textarea {
  resize: vertical;
  min-height: 140px;
}

.contact-form__required {
  font-size: 11.5px;
  font-weight: 700;
  color: #e8611c;
  background: #fcebde;
  padding: 2px 8px;
  border-radius: 999px;
}

.contact-form__errors {
  background: #fcebde;
  border: 1px solid rgba(232, 97, 28, 0.35);
  border-radius: 16px;
  padding: 16px 20px;
}
.contact-form__errors p {
  margin: 0;
  font-size: 14.5px;
  font-weight: 700;
  color: #d25a14;
}
.contact-form__errors p + p {
  margin-top: 6px;
}

.contact-form__actions {
  margin-top: 8px;
}
.contact-form__actions .btn {
  width: 100%;
}

.contact-form__success {
  max-width: 520px;
  margin: clamp(30px, 4vw, 48px) auto 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: clamp(36px, 4.5vw, 52px) clamp(24px, 3vw, 40px);
  background: #fff;
  border: 1px solid #e6e9f0;
  border-radius: 26px;
  box-shadow: 0 8px 28px rgba(24, 44, 84, 0.07);
}
.contact-form__success h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #0b1526;
}
.contact-form__success p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #4b5565;
}

.contact-form__success-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #003edf;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-hero {
  background: linear-gradient(160deg, #0b1526 0%, #0030b8 100%);
  color: #fff;
  padding: 124px 0 48px;
}
.page-hero .container {
  max-width: 900px;
}
.page-hero h1 {
  color: #fff;
  font-size: clamp(28px, 4vw, 40px);
  margin-bottom: 0;
}

.page-content {
  padding-block: 48px 96px;
}
.page-content .container {
  max-width: 900px;
}
.page-content h2 {
  margin-top: 2rem;
  font-size: 1.375rem;
}
.page-content p {
  color: #4b5565;
  line-height: 1.9;
}
.page-content ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin: 0 0 1rem;
  color: #4b5565;
}
.page-content ul li {
  margin-bottom: 0.5rem;
}
.page-content a {
  color: #003edf;
}

/*# sourceMappingURL=style.css.map */
