/*
Theme Name: JON Surveyors
Theme URI: https://jon.or.jp/
Author: 土地家屋調査士法人JON
Description: 地図とシステムを使った現場共有を主役にした、土地家屋調査士法人JON公式テーマ。
Version: 3.0.0
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: jon-surveyors
*/

:root {
  --navy-950: #06182e;
  --navy-900: #08213d;
  --navy-800: #0d2b4d;
  --navy-700: #153c64;
  --cyan-500: #13bceb;
  --cyan-600: #079fd1;
  --cyan-100: #dff7fd;
  --ink: #071b33;
  --muted: #54677b;
  --line: #dbe5ee;
  --soft: #f5f9fc;
  --white: #ffffff;
}

.page-main {
  min-height: 65vh;
  padding-top: clamp(72px, 9vw, 130px);
}

.page-heading {
  margin-bottom: 48px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 32px;
}

.page-heading h1 {
  margin: 8px 0 0;
  font-size: clamp(38px, 5vw, 68px);
  letter-spacing: -0.035em;
}

.page-content {
  color: var(--muted);
  font-size: 17px;
  line-height: 2;
}

.page-content h2 {
  margin: 64px 0 20px;
  color: var(--ink);
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.35;
}

.page-content h3 {
  margin: 38px 0 12px;
  color: var(--ink);
  font-size: 23px;
}

.page-content a {
  color: var(--cyan-600);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.jon-cards {
  display: grid;
  margin: 36px 0;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jon-cards > div {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--soft);
  padding: 28px;
}

.jon-cards h3 {
  margin-top: 0;
}

.jon-profile {
  margin: 24px 0;
}

.jon-profile > div {
  display: grid;
  grid-template-columns: 180px 1fr;
  border-top: 1px solid var(--line);
  padding: 20px 0;
}

.jon-profile dt {
  color: var(--ink);
  font-weight: 700;
}

.jon-contact-box {
  margin-top: 36px;
  border-radius: 12px;
  background: var(--navy-950);
  color: var(--white);
  padding: clamp(28px, 5vw, 56px);
}

.jon-contact-box a {
  color: var(--white);
}

@media (max-width: 700px) {
  .jon-cards {
    grid-template-columns: 1fr;
  }

  .jon-profile > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}

body {
  margin: 0;
  width: 100%;
  max-width: none;
  background: var(--white);
  color: var(--ink);
  font-family:
    "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

#main-content {
  position: relative;
  width: 100%;
  max-width: none;
  container-type: inline-size;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

svg {
  display: block;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(7, 27, 51, 0.1);
  background: rgba(255, 255, 255, 0.94);
  padding: 0 4.5vw;
  backdrop-filter: blur(14px);
}

.admin-bar .site-header {
  top: 32px;
}

.jon-settings-wrap {
  max-width: 980px;
}

.jon-settings-card {
  margin: 18px 0;
  border: 1px solid #dcdcde;
  border-radius: 8px;
  background: #fff;
  padding: 22px 26px;
}

.jon-settings-card h2 {
  margin-top: 0;
  color: #071b33;
}

.jon-settings-field {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: start;
  border-top: 1px solid #edf0f2;
  padding: 16px 0;
  gap: 22px;
}

.jon-settings-field:first-of-type {
  border-top: 0;
}

.jon-settings-field label {
  font-weight: 700;
}

.jon-settings-field input[type="text"],
.jon-settings-field input[type="url"],
.jon-settings-field textarea {
  width: 100%;
}

.jon-settings-field textarea {
  min-height: 88px;
}

.jon-image-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.jon-image-row input {
  flex: 1;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-logo {
  display: block;
  width: 62px;
  height: 50px;
  object-fit: contain;
}

.brand > span:last-child {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.brand small {
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.brand strong {
  font-size: 26px;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.front-brand-badge {
  position: absolute;
  z-index: 6;
  top: 28px;
  left: 4.5vw;
  display: flex;
  align-items: center;
  gap: 13px;
}

.front-brand-logo {
  display: block;
  width: 86px;
  height: 68px;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(7, 31, 59, 0.12));
}

.front-brand-badge span {
  display: grid;
  gap: 3px;
}

.front-brand-badge small {
  color: var(--cyan-600);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.front-brand-badge strong {
  color: var(--navy-950);
  font-size: 13px;
  letter-spacing: 0.08em;
}

.desktop-nav {
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}

.desktop-nav-list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: clamp(20px, 2.4vw, 42px);
  list-style: none;
}

.desktop-nav-list a {
  position: relative;
  transition: color 180ms ease;
}

.desktop-nav-list li:not(:last-child) a::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  background: var(--cyan-500);
  content: "";
  transition: transform 180ms ease;
}

.desktop-nav-list a:hover {
  color: var(--cyan-600);
}

.desktop-nav-list a:hover::after {
  transform: scaleX(1);
}

.desktop-nav-list li:last-child a {
  display: block;
  border: 1px solid var(--cyan-500);
  border-radius: 7px;
  color: var(--cyan-600);
  padding: 12px 21px;
  transition:
    background 180ms ease,
    color 180ms ease;
}

.desktop-nav-list li:last-child a:hover {
  background: var(--cyan-500);
  color: var(--white) !important;
}

.mobile-menu {
  display: none;
}

.hero {
  display: grid;
  min-height: 640px;
  grid-template-columns: minmax(420px, 41%) 1fr;
  overflow: hidden;
  background: var(--white);
}

.hero-copy {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 138px 2vw 72px 4.5vw;
}

.hero-copy::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -140px;
  width: 260px;
  height: 100%;
  background: linear-gradient(90deg, #fff 28%, rgba(255, 255, 255, 0));
  content: "";
  pointer-events: none;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--cyan-600);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.hero h1 {
  margin: 0;
  font-size: clamp(54px, 5.25vw, 80px);
  font-weight: 850;
  letter-spacing: -0.06em;
  line-height: 1.18;
}

.nowrap {
  white-space: nowrap;
}

.hero-lead {
  margin: 27px 0 0;
  font-size: clamp(16px, 1.42vw, 20px);
  font-weight: 650;
  letter-spacing: 0.03em;
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  margin-top: 30px;
  gap: 14px;
}

.button {
  display: inline-flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  padding: 0 25px;
  font-size: 15px;
  font-weight: 800;
  gap: 16px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.button svg,
.text-link svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--cyan-500), var(--cyan-600));
  box-shadow: 0 13px 28px rgba(19, 188, 235, 0.22);
  color: var(--white);
}

.button-primary:hover {
  box-shadow: 0 17px 34px rgba(19, 188, 235, 0.3);
}

.button-secondary {
  border: 1px solid var(--navy-800);
  background: rgba(255, 255, 255, 0.86);
}

.button-secondary:hover {
  background: var(--navy-950);
  color: var(--white);
}

.hero-map {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: var(--navy-950);
}

.map-image {
  position: absolute;
  inset: 0;
  transform: scale(1.04);
  background:
    linear-gradient(90deg, rgba(6, 24, 46, 0.18), rgba(6, 24, 46, 0.06)),
    url("assets/hero-map.png") center / cover no-repeat;
  animation: map-arrive 1.3s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.map-status {
  position: absolute;
  top: 31px;
  right: 32px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(145, 230, 255, 0.35);
  border-radius: 999px;
  background: rgba(4, 22, 44, 0.72);
  color: #cceff9;
  font-size: 11px;
  font-weight: 700;
  padding: 8px 13px;
  gap: 7px;
  letter-spacing: 0.06em;
  backdrop-filter: blur(10px);
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan-500);
  box-shadow: 0 0 10px var(--cyan-500);
}

.map-card {
  position: absolute;
  right: clamp(20px, 3vw, 50px);
  display: flex;
  width: clamp(195px, 15.5vw, 238px);
  align-items: center;
  border: 1px solid rgba(153, 227, 250, 0.5);
  border-radius: 8px;
  background: rgba(5, 28, 55, 0.8);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.2);
  color: var(--white);
  padding: 14px 17px;
  gap: 13px;
  backdrop-filter: blur(9px);
  animation: card-arrive 700ms ease both;
}

.map-card::before {
  position: absolute;
  top: 50%;
  right: 100%;
  width: clamp(40px, 7vw, 108px);
  height: 1px;
  background: var(--cyan-500);
  content: "";
  box-shadow: 0 0 7px rgba(19, 188, 235, 0.8);
}

.map-card::after {
  position: absolute;
  top: calc(50% - 4px);
  right: calc(100% + clamp(36px, 7vw, 104px));
  width: 9px;
  height: 9px;
  border: 2px solid var(--cyan-100);
  border-radius: 50%;
  background: var(--cyan-500);
  content: "";
  box-shadow: 0 0 12px var(--cyan-500);
}

.map-card-icon {
  color: var(--cyan-500);
  font-size: 29px;
  line-height: 1;
}

.map-card > span:last-child {
  display: grid;
  gap: 5px;
}

.map-card strong {
  font-size: 14px;
  letter-spacing: 0.06em;
}

.map-card small {
  color: #b5cbda;
  font-size: 11px;
}

.card-boundary {
  top: 24%;
  animation-delay: 500ms;
}

.card-building {
  top: 45%;
  animation-delay: 680ms;
}

.card-register {
  top: 66%;
  animation-delay: 860ms;
}

.hero-features {
  display: grid;
  min-height: 142px;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.98);
}

.hero-features article {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--line);
  gap: 25px;
}

.hero-features article:last-child {
  border-right: 0;
}

.hero-features article > div {
  display: grid;
  gap: 8px;
}

.hero-features strong {
  font-size: clamp(20px, 1.8vw, 28px);
  letter-spacing: 0.03em;
}

.hero-features small {
  color: var(--muted);
  font-size: 12px;
}

.feature-icon {
  position: relative;
  display: grid;
  width: 55px;
  height: 55px;
  place-items: center;
  color: var(--cyan-600);
  font-size: 28px;
}

.layers-icon i {
  position: absolute;
  width: 34px;
  height: 22px;
  transform: rotate(30deg) skewX(-30deg);
  border: 2px solid var(--cyan-600);
}

.layers-icon i:nth-child(1) {
  top: 7px;
}

.layers-icon i:nth-child(2) {
  top: 16px;
}

.layers-icon i:nth-child(3) {
  top: 25px;
}

.shield-icon {
  border: 2px solid var(--cyan-600);
  border-radius: 50% 50% 52% 52% / 42% 42% 65% 65%;
}

.link-icon {
  border: 2px solid var(--cyan-600);
  border-radius: 12px;
}

.section {
  padding: 120px max(4.5vw, calc((100vw - 1320px) / 2));
}

.intro {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 10vw;
}

.section-heading h2,
.section-title h2,
.business-copy h2,
.contact-inner h2 {
  margin: 0;
  font-size: clamp(35px, 3.5vw, 54px);
  font-weight: 830;
  letter-spacing: -0.045em;
  line-height: 1.4;
}

.intro-content {
  max-width: 660px;
  padding-top: 8px;
}

.intro-content p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 2;
}

.intro-content .large-copy {
  margin-bottom: 34px;
  color: var(--ink);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 750;
  line-height: 1.75;
}

.system-section {
  overflow: hidden;
  background: var(--navy-950);
  color: var(--white);
}

.section-title.centered {
  text-align: center;
}

.section-title > p:last-child {
  margin: 20px 0 0;
  color: #bfd0df;
  font-size: 15px;
  line-height: 1.9;
}

.platform {
  position: relative;
  max-width: 1040px;
  min-height: 570px;
  margin: 55px auto 0;
}

.platform::before,
.platform::after {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(19, 188, 235, 0.22);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.platform::before {
  width: 570px;
  height: 570px;
}

.platform::after {
  width: 420px;
  height: 420px;
}

.platform-map {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 330px;
  height: 330px;
  overflow: hidden;
  transform: translate(-50%, -50%) rotate(-8deg);
  border: 1px solid rgba(125, 226, 255, 0.35);
  border-radius: 42%;
  background:
    linear-gradient(rgba(19, 188, 235, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19, 188, 235, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, #12365c, #071d38 68%);
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow:
    inset 0 0 50px rgba(19, 188, 235, 0.12),
    0 0 80px rgba(19, 188, 235, 0.08);
}

.map-grid,
.parcel {
  position: absolute;
  border: 1px solid rgba(99, 219, 253, 0.65);
}

.map-grid {
  inset: 66px;
  transform: rotate(14deg);
  box-shadow:
    60px 0 0 -1px rgba(10, 42, 77, 0.85),
    60px 0 0 0 rgba(99, 219, 253, 0.38),
    0 65px 0 -1px rgba(10, 42, 77, 0.85),
    0 65px 0 0 rgba(99, 219, 253, 0.38);
}

.parcel-one {
  top: 35px;
  left: 54px;
  width: 108px;
  height: 88px;
  transform: skew(-12deg);
}

.parcel-two {
  right: 38px;
  bottom: 56px;
  width: 122px;
  height: 95px;
  transform: skew(9deg);
  background: rgba(19, 188, 235, 0.13);
  box-shadow: 0 0 25px rgba(19, 188, 235, 0.16);
}

.parcel-three {
  bottom: 35px;
  left: 43px;
  width: 83px;
  height: 104px;
  transform: skew(-5deg);
}

.platform-center {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: rotate(8deg);
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.55);
}

.platform-center strong {
  margin-top: 12px;
  font-size: 22px;
  letter-spacing: 0.08em;
}

.platform-center small {
  margin-top: 4px;
  color: #b8d5e5;
  font-size: 11px;
}

.platform-node {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 224px;
  border: 1px solid rgba(126, 213, 238, 0.27);
  border-radius: 10px;
  background: rgba(11, 38, 70, 0.85);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
  padding: 21px 24px;
  backdrop-filter: blur(9px);
}

.platform-node::before {
  position: absolute;
  width: 125px;
  height: 1px;
  background: linear-gradient(90deg, rgba(19, 188, 235, 0.2), var(--cyan-500));
  content: "";
}

.platform-node span {
  color: var(--cyan-500);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.platform-node strong {
  margin-top: 7px;
  font-size: 18px;
}

.platform-node small {
  margin-top: 6px;
  color: #a9c2d3;
  font-size: 11px;
}

.node-survey {
  top: 45px;
  left: 0;
}

.node-survey::before {
  top: 50%;
  left: 100%;
  transform: rotate(23deg);
  transform-origin: left;
}

.node-design {
  top: 45px;
  right: 0;
}

.node-design::before {
  top: 50%;
  right: 100%;
  transform: rotate(-23deg);
  transform-origin: right;
}

.node-client {
  bottom: 45px;
  left: 0;
}

.node-client::before {
  top: 50%;
  left: 100%;
  transform: rotate(-23deg);
  transform-origin: left;
}

.node-register {
  right: 0;
  bottom: 45px;
}

.node-register::before {
  top: 50%;
  right: 100%;
  transform: rotate(23deg);
  transform-origin: right;
}

.system-points {
  display: grid;
  margin-top: 60px;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(170, 220, 236, 0.18);
}

.system-points article {
  border-right: 1px solid rgba(170, 220, 236, 0.18);
  padding: 36px 42px 0;
}

.system-points article:first-child {
  padding-left: 0;
}

.system-points article:last-child {
  border-right: 0;
}

.system-points span {
  color: var(--cyan-500);
  font-size: 12px;
  font-weight: 800;
}

.system-points h3 {
  margin: 12px 0;
  font-size: 23px;
}

.system-points p {
  margin: 0;
  color: #a9c0d1;
  font-size: 13px;
  line-height: 1.9;
}

.split-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.split-title > p {
  color: var(--muted) !important;
}

.service-grid {
  display: grid;
  margin-top: 60px;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.service-grid article {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  background: var(--white);
  padding: 42px;
  transition:
    background 220ms ease,
    color 220ms ease;
}

.service-grid article:hover {
  background: var(--navy-950);
  color: var(--white);
}

.service-grid article > span {
  color: var(--cyan-600);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.service-grid h3 {
  margin: 32px 0 16px;
  font-size: 24px;
}

.service-grid p {
  max-width: 540px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
  transition: color 220ms ease;
}

.service-grid article:hover p {
  color: #b9cbda;
}

.service-line {
  position: absolute;
  right: 42px;
  bottom: 35px;
  left: 42px;
  height: 1px;
  background: var(--line);
}

.service-line::after {
  position: absolute;
  top: -2px;
  left: 0;
  width: 52px;
  height: 3px;
  background: var(--cyan-500);
  content: "";
  transition: width 220ms ease;
}

.service-grid article:hover .service-line::after {
  width: 100%;
}

.business-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--soft);
  gap: 8vw;
}

.business-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 2;
}

.check-list {
  display: grid;
  margin: 32px 0;
  padding: 0;
  list-style: none;
  gap: 15px;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  font-weight: 700;
}

.check-list li::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 13px;
  height: 7px;
  transform: rotate(-45deg);
  border-bottom: 2px solid var(--cyan-600);
  border-left: 2px solid var(--cyan-600);
  content: "";
}

.text-link {
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid var(--cyan-500);
  color: var(--cyan-600);
  font-size: 14px;
  font-weight: 800;
  padding-bottom: 7px;
  gap: 18px;
}

.audience-panel {
  align-self: center;
  border: 1px solid #d5e1ea;
  border-radius: 14px;
  background:
    linear-gradient(rgba(19, 188, 235, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19, 188, 235, 0.025) 1px, transparent 1px),
    var(--white);
  background-size: 28px 28px, 28px 28px, auto;
  box-shadow: 0 28px 70px rgba(7, 27, 51, 0.08);
  padding: 32px;
}

.audience-panel > p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.audience-panel > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.audience-panel span {
  display: flex;
  min-height: 64px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 750;
  padding: 0 15px;
  gap: 11px;
}

.audience-panel small {
  color: var(--cyan-600);
  font-size: 9px;
}

.flow-section {
  background: var(--white);
}

.flow-list {
  display: grid;
  margin: 58px 0 0;
  padding: 0;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
}

.flow-list li {
  position: relative;
  border-top: 1px solid var(--line);
  padding: 35px 27px 0 0;
}

.flow-list li::before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cyan-500);
  content: "";
  box-shadow: 0 0 0 7px var(--cyan-100);
}

.flow-list li::after {
  position: absolute;
  top: -1px;
  right: 12px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
  content: "";
}

.flow-list li:last-child::after {
  display: none;
}

.flow-list > li > span {
  color: var(--cyan-600);
  font-size: 12px;
  font-weight: 850;
}

.flow-list h3 {
  margin: 17px 0 10px;
  font-size: 17px;
}

.flow-list p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}

.profile-section {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  background: var(--soft);
  gap: 8vw;
}

.profile-list {
  margin: 0;
  border-top: 1px solid #cad8e3;
}

.profile-list > div {
  display: grid;
  min-height: 92px;
  align-items: center;
  grid-template-columns: 150px 1fr;
  border-bottom: 1px solid #cad8e3;
}

.profile-list dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.05em;
}

.profile-list dd {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}

.profile-list dd a {
  color: var(--cyan-600);
  font-size: 18px;
  letter-spacing: 0.03em;
}

.contact-section {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 42%, rgba(19, 188, 235, 0.18), transparent 32%),
    var(--navy-950);
  color: var(--white);
  padding: 100px max(4.5vw, calc((100vw - 1320px) / 2));
}

.contact-inner {
  position: relative;
  z-index: 2;
}

.contact-inner > p:not(.eyebrow) {
  margin: 24px 0 32px;
  color: #b7cbd9;
  font-size: 14px;
  line-height: 2;
}

.contact-actions {
  display: flex;
  align-items: stretch;
  gap: 14px;
}

.contact-phone {
  display: grid;
  min-width: 250px;
  align-content: center;
  border: 1px solid rgba(174, 224, 240, 0.42);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.06);
  padding: 9px 24px;
  transition:
    border-color 180ms ease,
    background 180ms ease;
}

.contact-phone:hover {
  border-color: var(--cyan-500);
  background: rgba(19, 188, 235, 0.11);
}

.contact-phone small {
  color: #a9c6d6;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.contact-phone strong {
  margin-top: 3px;
  font-size: 22px;
  letter-spacing: 0.05em;
}

.button-light {
  background: var(--white);
  color: var(--navy-950);
}

.button-light:hover {
  background: var(--cyan-500);
  color: var(--white);
}

.contact-map {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  opacity: 0.55;
  background:
    linear-gradient(rgba(19, 188, 235, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19, 188, 235, 0.1) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, transparent, black 35%);
}

.contact-map i {
  position: absolute;
  border: 1px solid rgba(19, 188, 235, 0.7);
  background: rgba(19, 188, 235, 0.06);
}

.contact-map i:nth-child(1) {
  top: 9%;
  left: 30%;
  width: 31%;
  height: 38%;
  transform: skew(-15deg) rotate(7deg);
}

.contact-map i:nth-child(2) {
  top: 44%;
  left: 48%;
  width: 38%;
  height: 43%;
  transform: skew(10deg) rotate(-5deg);
}

.contact-map i:nth-child(3) {
  bottom: 4%;
  left: 15%;
  width: 28%;
  height: 34%;
  transform: skew(-8deg) rotate(4deg);
}

footer {
  display: grid;
  min-height: 240px;
  align-items: center;
  grid-template-columns: 1fr auto;
  background: #041222;
  color: var(--white);
  padding: 60px max(4.5vw, calc((100vw - 1320px) / 2));
  gap: 35px;
}

.footer-brand small {
  color: #bfd0dc;
}

.footer-brand .brand-logo {
  width: 72px;
  height: 58px;
  border-radius: 10px;
  background: var(--white);
  padding: 3px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: #b8c9d6;
  font-size: 12px;
  gap: 24px;
}

.footer-profile {
  display: flex;
  justify-content: flex-end;
  color: #9db3c3;
  font-size: 11px;
  gap: 22px;
}

.footer-profile a {
  color: var(--cyan-500);
  font-weight: 750;
}

footer > p {
  grid-column: 1 / -1;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #8299a9;
  font-size: 10px;
  padding-top: 24px;
  letter-spacing: 0.06em;
}

@keyframes map-arrive {
  from {
    transform: scale(1.11);
    opacity: 0.55;
  }
  to {
    transform: scale(1.04);
    opacity: 1;
  }
}

@keyframes card-arrive {
  from {
    transform: translateX(22px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@media (max-width: 1050px) {
  .desktop-nav {
    font-size: 12px;
  }

  .desktop-nav-list {
    gap: 17px;
  }

  .hero {
    grid-template-columns: minmax(390px, 47%) 1fr;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    max-width: 320px;
  }

  .map-card {
    right: 18px;
  }

  .platform {
    transform: scale(0.88);
    margin-right: -6%;
    margin-left: -6%;
  }
}

/*
 * WordPressのプレビュー枠など、画面全体は広くても本文領域だけが
 * 狭い場合に、PC用カラムが押しつぶされるのを防ぎます。
 */
@container (max-width: 900px) {
  .hero {
    display: flex;
    min-height: auto;
    flex-direction: column;
  }

  .hero-copy {
    padding: 132px 24px 60px;
  }

  .hero-copy::after {
    display: none;
  }

  .hero h1 {
    font-size: clamp(38px, 9vw, 58px);
    line-height: 1.24;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
    max-width: none;
  }

  .hero-map {
    min-height: 440px;
  }

  .hero-features,
  .intro,
  .system-points,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .hero-features article {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 0 30px;
  }

  .section {
    padding: 88px 24px;
  }

  .intro {
    gap: 45px;
  }

  .split-title {
    display: block;
  }

  .service-grid article {
    min-height: 270px;
    padding: 32px 27px;
  }
}

@media (max-width: 800px) {
  html {
    scroll-padding-top: 68px;
  }

  .site-header {
    height: 68px;
    padding: 0 20px;
  }

  .admin-bar .site-header {
    top: 46px;
  }

  .brand small {
    font-size: 9px;
  }

  .brand strong {
    font-size: 21px;
  }

  .brand-logo {
    width: 48px;
    height: 39px;
  }

  .front-brand-badge {
    top: 22px;
    left: 24px;
  }

  .front-brand-logo {
    width: 70px;
    height: 56px;
  }

  .front-brand-badge small {
    display: none;
  }

  .front-brand-badge strong {
    font-size: 11px;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-menu {
    position: relative;
    display: block;
  }

  .mobile-menu summary {
    display: grid;
    width: 44px;
    height: 44px;
    cursor: pointer;
    place-content: center;
    list-style: none;
    gap: 5px;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu summary span {
    display: block;
    width: 23px;
    height: 2px;
    background: var(--ink);
  }

  .mobile-menu nav {
    position: absolute;
    top: 50px;
    right: -20px;
    display: grid;
    width: min(320px, 92vw);
    border-top: 2px solid var(--cyan-500);
    background: var(--white);
    box-shadow: 0 20px 50px rgba(6, 24, 46, 0.15);
    padding: 10px 20px 20px;
  }

  .mobile-nav-list {
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-menu nav a {
    display: block;
    border-bottom: 1px solid var(--line);
    font-size: 13px;
    font-weight: 700;
    padding: 17px 4px;
  }

  .hero {
    display: flex;
    min-height: auto;
    flex-direction: column;
  }

  .hero-copy {
    padding: 112px 24px 60px;
  }

  .hero-copy::after {
    display: none;
  }

  .hero h1 {
    font-size: clamp(38px, 11.4vw, 52px);
    line-height: 1.24;
  }

  .hero-lead {
    font-size: 15px;
  }

  .desktop-only {
    display: none;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
    max-width: none;
  }

  .hero-map {
    min-height: 440px;
  }

  .map-image {
    opacity: 0.92;
  }

  .map-card {
    width: 190px;
  }

  .map-card::before {
    width: 42px;
  }

  .map-card::after {
    right: calc(100% + 38px);
  }

  .hero-features {
    grid-template-columns: 1fr;
  }

  .hero-features article {
    min-height: 118px;
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 0 30px;
  }

  .hero-features article:last-child {
    border-bottom: 0;
  }

  .hero-features strong {
    font-size: 21px;
  }

  .section {
    padding: 88px 24px;
  }

  .intro,
  .business-section,
  .profile-section {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .section-heading h2,
  .section-title h2,
  .business-copy h2,
  .contact-inner h2 {
    font-size: 35px;
  }

  .intro-content .large-copy {
    font-size: 20px;
  }

  .platform {
    display: grid;
    min-height: auto;
    transform: none;
    grid-template-columns: 1fr 1fr;
    margin: 50px 0 0;
    gap: 10px;
  }

  .platform::before,
  .platform::after {
    display: none;
  }

  .platform-map {
    position: relative;
    top: auto;
    left: auto;
    width: min(320px, 84vw);
    height: min(320px, 84vw);
    grid-column: 1 / -1;
    justify-self: center;
    transform: rotate(-8deg);
    margin-bottom: 25px;
  }

  .platform-node {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    padding: 17px;
  }

  .platform-node::before {
    display: none;
  }

  .platform-node strong {
    font-size: 14px;
  }

  .platform-node small {
    font-size: 9px;
  }

  .system-points {
    grid-template-columns: 1fr;
    margin-top: 45px;
  }

  .system-points article,
  .system-points article:first-child {
    border-right: 0;
    border-bottom: 1px solid rgba(170, 220, 236, 0.18);
    padding: 28px 0;
  }

  .system-points article:last-child {
    border-bottom: 0;
  }

  .split-title {
    display: block;
  }

  .split-title > p {
    margin-top: 24px !important;
  }

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

  .service-grid article {
    min-height: 270px;
    padding: 32px 27px;
  }

  .audience-panel {
    padding: 20px;
  }

  .audience-panel > div {
    grid-template-columns: 1fr;
  }

  .flow-list {
    grid-template-columns: 1fr;
  }

  .flow-list li {
    min-height: 145px;
    border-top: 0;
    border-left: 1px solid var(--line);
    padding: 0 0 30px 35px;
  }

  .flow-list li::before {
    top: 0;
    left: -5px;
  }

  .flow-list li::after {
    top: auto;
    right: auto;
    bottom: 14px;
    left: -4px;
    transform: rotate(135deg);
  }

  .contact-section {
    min-height: 590px;
    padding: 86px 24px;
  }

  .contact-actions {
    flex-direction: column;
  }

  .contact-phone {
    min-height: 64px;
    min-width: 0;
  }

  .contact-map {
    top: 43%;
    width: 100%;
    height: 57%;
    mask-image: linear-gradient(180deg, transparent, black 35%);
  }

  footer {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 55px 24px 35px;
  }

  .footer-brand .brand-logo {
    width: 64px;
    height: 51px;
  }

  .footer-links {
    display: grid;
    justify-content: start;
    grid-template-columns: 1fr 1fr;
    gap: 18px 30px;
  }

  .footer-profile {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  footer > p {
    align-self: stretch;
  }
}

@media (max-width: 480px) {
  .profile-list > div {
    align-items: start;
    grid-template-columns: 1fr;
    padding: 22px 0;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
