.service-new {
  --primary: #0b4aa6;
  --primary-dark: #061f4b;
  --accent: #2bc5ff;
  --accent-strong: #00a3ff;
  --ink: #0c1b33;
  --text: #21344d;
  --light: #f2f6fb;
  --card: #ffffff;
  --shadow: 0 20px 50px rgba(11, 34, 74, 0.12);
  --radius: 20px;
  color: var(--text);
  font-family: "Noto Sans JP", "Noto Serif JP", sans-serif;
  line-height: 1.7;
}

.service-new *,
.service-new *::before,
.service-new *::after {
  box-sizing: border-box;
}

.service-new img {
  display: block;
  max-width: 100%;
  height: auto;
}

.service-new section {
  margin: 0 0 96px;
}

.service-hero {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: var(--primary-dark);
  color: #fff;
  padding: 96px 0 110px;
  min-height: 560px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.service-hero__media {
  position: absolute;
  inset: 0;
}

.service-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.1);
}

.service-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(6, 19, 41, 0.92), rgba(8, 28, 68, 0.35));
}

.service-hero__shape {
  position: absolute;
  border-radius: 999px;
  opacity: 0.75;
  background: radial-gradient(circle, rgba(43, 197, 255, 0.35), rgba(43, 197, 255, 0));
}

.service-hero__shape--one {
  width: 420px;
  height: 420px;
  top: -120px;
  right: -140px;
}

.service-hero__shape--two {
  width: 320px;
  height: 320px;
  bottom: -160px;
  left: -120px;
}

.service-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: end;
  max-width: calc(var(--container_size, 1120px) + var(--swl-pad_container, 0px) * 2);
  margin: 0 auto;
  padding: 0 clamp(24px, 5vw, 72px);
}

.service-hero__content > * {
  animation: service-fade-up 0.9s ease both;
}

.service-hero__content > *:nth-child(1) {
  animation-delay: 0.1s;
}

.service-hero__content > *:nth-child(2) {
  animation-delay: 0.2s;
}

.service-hero__content > *:nth-child(3) {
  animation-delay: 0.3s;
}

.service-hero__content > *:nth-child(4) {
  animation-delay: 0.4s;
}

.service-hero__content > *:nth-child(5) {
  animation-delay: 0.5s;
}

.service-hero__content > *:nth-child(6) {
  animation-delay: 0.6s;
}

.service-hero__content > *:nth-child(7) {
  animation-delay: 0.7s;
}

.service-hero__eyebrow {
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 12px;
}

.service-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1rem;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(43, 197, 255, 0.2);
  color: #e7f6ff;
  margin-bottom: 18px;
}

.service-hero__title {
  font-size: clamp(2.4rem, 4vw, 4rem);
  margin: 0 0 16px;
  line-height: 1.2;
}

.service-hero__title span {
  display: block;
  font-weight: 600;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  color: rgba(255, 255, 255, 0.8);
}

.service-hero__title strong {
  display: block;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.service-hero__lead {
  font-size: 1.05rem;
  margin-bottom: 22px;
  max-width: 540px;
}

.service-hero__badge {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 12px;
  background: #f7d54b;
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 12px;
}

.service-hero__note {
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.8);
}

.service-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.service-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  background: linear-gradient(120deg, #19b5ff, #0a5bff);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 16px 30px rgba(9, 72, 148, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-hero__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(9, 72, 148, 0.4);
}

.service-hero__cta-sub {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
}

.service-hero__car {
  align-self: end;
  justify-self: end;
  animation: service-fade-up 0.9s ease 0.4s both;
}

.service-hero__car img {
  width: min(360px, 80vw);
  filter: drop-shadow(0 20px 40px rgba(7, 18, 40, 0.5));
}

.service-section-head {
  margin-bottom: 36px;
}

.service-section-head__kicker {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--primary);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.service-section-head__title {
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  margin-bottom: 10px;
  color: var(--ink);
}

.service-section-head__lead {
  font-size: 1.02rem;
  color: #4a5b74;
  max-width: 720px;
}

.service-reasons__grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.service-reason {
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  animation: service-fade-up 0.9s ease both;
}

.service-reason:nth-child(1) {
  animation-delay: 0.1s;
}

.service-reason:nth-child(2) {
  animation-delay: 0.2s;
}

.service-reason:nth-child(3) {
  animation-delay: 0.3s;
}

.service-reason__media img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.service-reason__body {
  padding: 24px;
}

.service-reason__num {
  font-weight: 700;
  color: var(--accent-strong);
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}

.service-reason__title {
  font-size: 1.2rem;
  margin-bottom: 12px;
  color: var(--ink);
}

.service-reason__stat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(43, 197, 255, 0.15);
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 12px;
}

.service-reason__text {
  color: #4a5b74;
}

.service-usecases {
  padding: 70px 0;
  background: linear-gradient(180deg, rgba(11, 74, 166, 0.06), rgba(11, 74, 166, 0.02));
  border-radius: 28px;
}

.service-usecases__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.service-usecase {
  background: var(--card);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(12, 29, 56, 0.1);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  animation: service-fade-up 0.9s ease both;
}

.service-usecase__media img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.service-usecase__body {
  padding: 22px;
}

.service-usecase__title {
  font-size: 1.15rem;
  margin-bottom: 8px;
  color: var(--ink);
}

.service-usecase__text {
  color: #4a5b74;
}

.service-safety {
  margin-bottom: 40px;
}

.service-safety__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 32px;
  align-items: center;
  background: var(--card);
  border-radius: 26px;
  box-shadow: var(--shadow);
  padding: 36px;
}

.service-safety__lead {
  font-weight: 600;
  margin-bottom: 18px;
  color: #1b2b45;
}

.service-safety__points {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: grid;
  gap: 10px;
}

.service-safety__points li {
  position: relative;
  padding-left: 28px;
  color: #4a5b74;
}

.service-safety__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: linear-gradient(120deg, var(--accent), var(--primary));
}

.service-safety__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 999px;
  border: 1px solid rgba(11, 74, 166, 0.2);
  color: var(--primary);
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.service-safety__cta:hover {
  background: var(--primary);
  color: #fff;
}

.service-safety__media img {
  border-radius: 18px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 280px;
}

@keyframes service-fade-up {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .service-hero {
    padding: 72px 0 80px;
    min-height: auto;
  }

  .service-hero__inner {
    grid-template-columns: 1fr;
  }

  .service-hero__car {
    justify-self: start;
  }

  .service-safety__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .service-new section {
    margin-bottom: 72px;
  }

  .service-hero {
    border-radius: 20px;
    padding: 56px 0 64px;
  }

  .service-hero {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .service-hero__actions {
    align-items: flex-start;
  }

  .service-hero__cta {
    width: 100%;
  }

  .service-usecases {
    padding: 48px 0;
  }

  .service-safety__grid {
    padding: 24px;
  }
}
