:root {
  --navy: #074782;
  --navy-deep: #062f5f;
  --pink: #f83287;
  --pink-dark: #d91568;
  --pink-soft: #ffe5f0;
  --yellow: #ffc91a;
  --yellow-soft: #fff1ad;
  --ink: #24364a;
  --muted: #546171;
  --paper: #fffdf8;
  --line: #cbd7e2;
  --mint: #d9f4ea;
  --shadow: 5px 7px 0 rgba(6, 47, 95, 0.1);
}

html {
  font-size: 18px;
}

body {
  color: var(--ink);
  background-color: var(--paper);
  background-image:
    radial-gradient(rgba(6, 47, 95, 0.035) 0.8px, transparent 0.8px),
    radial-gradient(rgba(248, 50, 135, 0.025) 0.8px, transparent 0.8px);
  background-position: 0 0, 8px 8px;
  background-size: 16px 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.9;
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 2px dashed rgba(39, 76, 94, 0.18);
  backdrop-filter: blur(12px);
}

.header-inner {
  min-height: 82px;
}

.brand-mark {
  width: 54px;
  height: 54px;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.brand strong {
  color: var(--navy-deep);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.22rem;
}

.brand small {
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}

nav a {
  color: var(--navy-deep);
  font-size: 0.94rem;
}

nav .nav-contact {
  padding: 10px 20px;
  color: white;
  background: var(--navy);
  border: 2px solid var(--navy-deep);
  border-radius: 17px 12px 19px 13px;
  box-shadow: 3px 4px 0 var(--yellow-soft);
}

.section-pad {
  padding: 100px 0;
}

.hero {
  background:
    radial-gradient(circle at 88% 28%, rgba(255, 201, 26, 0.28) 0 15%, transparent 15.5%),
    radial-gradient(circle at 74% 76%, rgba(248, 50, 135, 0.11) 0 20%, transparent 20.5%),
    linear-gradient(135deg, #fff9fc 0%, #fffdf8 58%, #f5fbff 100%);
  border-bottom: 2px dashed rgba(39, 76, 94, 0.18);
}

.hero::after,
.hero-shape,
.hero-shape-two {
  display: none;
}

.hero-inner {
  min-height: 650px;
  padding: 72px 0 82px;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 72px;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--pink-dark);
  font-size: 1.08rem;
  letter-spacing: 0.05em;
}

.eyebrow span {
  width: 34px;
  height: 3px;
  background: var(--yellow);
  transform: rotate(-3deg);
}

.hero h1,
.section-heading h2,
.profile-content h2,
.contact h2,
.visual-caption h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.hero h1 {
  max-width: 680px;
  color: var(--navy-deep);
  font-size: clamp(2.35rem, 3.6vw, 3rem);
  font-weight: 800;
  line-height: 1.42;
  letter-spacing: -0.03em;
}

.hero h1 em {
  color: var(--pink-dark);
}

.hero-line-main {
  white-space: nowrap;
}

.hero h1 em::after {
  bottom: 1px;
  height: 10px;
  background: rgba(216, 167, 46, 0.56);
  transform: rotate(-1.5deg);
}

.hero-lead {
  margin-top: 24px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.9;
}

.button {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 17px 12px 19px 13px;
  font-size: 0.96rem;
  box-shadow: 3px 4px 0 rgba(76, 60, 44, 0.11);
}

.button-primary {
  color: white;
  background: var(--pink);
  border: 2px solid var(--pink-dark);
  box-shadow: 3px 4px 0 var(--yellow-soft);
}

.button-secondary {
  color: var(--navy-deep);
  background: #fffef9;
  border: 2px solid rgba(39, 76, 94, 0.45);
}

.hero-points {
  margin-top: 34px;
  gap: 10px;
}

.hero-points li,
.hero-points li:first-child {
  min-width: 0;
  flex: 1;
  padding: 13px 10px;
  background: #fffef9;
  border: 1.5px solid var(--line);
  border-radius: 11px 15px 10px 14px;
  text-align: center;
}

.hero-points li:nth-child(2) { background: var(--mint); transform: rotate(1deg); }
.hero-points li:nth-child(3) { background: var(--yellow-soft); transform: rotate(-1deg); }

.hero-points strong {
  color: var(--navy-deep);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.15rem;
}

.hero-points span {
  color: var(--muted);
  font-size: 0.76rem;
}

.hero-summary {
  max-width: 620px;
  margin-top: 30px;
  color: var(--navy-deep);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.9;
}

.hero-visual {
  width: min(100%, 560px);
}

.hero-dashboard {
  aspect-ratio: 1.16 / 1;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.hero-dashboard > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 0.42;
  filter: saturate(0.72) brightness(1.08);
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(ellipse 75% 72% at center, #000 50%, transparent 100%);
  mask-image: radial-gradient(ellipse 75% 72% at center, #000 50%, transparent 100%);
}

.portrait-ring {
  inset: 4%;
  padding: 9px;
  background: #fffef9;
  border: 2px solid var(--navy);
  border-radius: 47% 44% 48% 43% / 45% 49% 43% 48%;
  box-shadow: 8px 9px 0 var(--pink-soft);
  transform: rotate(1deg);
}

.portrait-ring::before {
  inset: -15px 12px 18px -14px;
  background: var(--yellow-soft);
  border: 2px dashed rgba(39, 76, 94, 0.35);
  border-radius: inherit;
}

.intro {
  background: rgba(255, 254, 249, 0.74);
}

.intro-grid {
  grid-template-columns: 0.7fr 1.3fr;
  gap: 72px;
  align-items: start;
}

.about-visual {
  align-self: start;
  justify-self: center;
  width: min(100%, 360px);
}

.about-portrait {
  position: relative;
  width: 100%;
  overflow: visible;
  aspect-ratio: 1 / 1;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.about-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  opacity: 1;
  filter: none;
  mix-blend-mode: normal;
}

.about-facts {
  margin-top: 16px;
  text-align: center;
}

.about-facts p {
  margin: 3px 0;
  color: var(--ink);
  font-size: 0.88rem;
  line-height: 1.7;
}

.about-facts .about-role {
  margin-bottom: 8px;
  color: var(--pink-dark);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.about-facts strong {
  color: var(--navy-deep);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.05rem;
}

.about-profile-details {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 2px dashed rgba(39, 76, 94, 0.18);
}

.intro-copy .about-profile-details .experience-label {
  margin: 0 0 5px;
  color: var(--pink-dark);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
}

.intro-copy .about-profile-details .industry-examples {
  margin: 0;
  color: var(--ink);
  font-size: 0.96rem;
  line-height: 1.9;
}

.intro-copy .section-heading {
  margin-bottom: 28px;
}

.section-kicker {
  margin-bottom: 13px;
  color: var(--pink-dark);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.section-kicker::before {
  content: "●";
  margin-right: 8px;
  color: var(--yellow);
  font-size: 0.72em;
}

.section-heading h2,
.profile-content h2 {
  color: var(--navy-deep);
  font-size: clamp(2rem, 3.3vw, 2.65rem);
  line-height: 1.5;
}

.section-heading h2 span::after {
  bottom: 0;
  height: 8px;
  background: rgba(216, 167, 46, 0.5);
}

.intro-copy p {
  color: var(--ink);
  font-size: 1rem;
  line-height: 2;
}

.career-summary {
  margin-bottom: 21px;
}

.intro-copy .career-summary p {
  margin-bottom: 7px;
}

.intro-copy .career-summary p:last-child {
  margin-bottom: 0;
}

.visual-story {
  padding-bottom: 100px;
  background: rgba(255, 254, 249, 0.74);
}

.visual-card {
  min-height: 460px;
  overflow: hidden;
  background: #fff7fb;
  border: 2px solid rgba(39, 76, 94, 0.45);
  border-radius: 28px 18px 31px 20px;
  box-shadow: 8px 9px 0 var(--yellow-soft);
}

.visual-card::after {
  display: none;
}

.visual-card img {
  object-position: center;
  filter: saturate(1.05) contrast(1.02);
}

.visual-caption {
  position: absolute;
  z-index: 2;
  left: 35px;
  bottom: 34px;
  max-width: 460px;
  padding: 24px 28px;
  color: var(--navy-deep);
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid rgba(39, 76, 94, 0.35);
  border-radius: 18px 13px 20px 14px;
  box-shadow: 4px 5px 0 rgba(39, 76, 94, 0.1);
}

.visual-caption p {
  margin-bottom: 7px;
  color: var(--pink-dark);
  font-size: 0.86rem;
  letter-spacing: 0.02em;
}

.visual-caption h2 {
  color: var(--navy-deep);
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1.55;
}

.services {
  background: linear-gradient(145deg, #fff1f7 0%, #f6fbff 58%, #fff9df 100%);
  border-top: 2px dashed rgba(39, 76, 94, 0.15);
  border-bottom: 2px dashed rgba(39, 76, 94, 0.15);
}

.section-heading.centered > p:last-child {
  color: var(--muted);
  font-size: 1rem;
}

.service-grid {
  gap: 20px;
}

.service-card {
  padding: 36px 30px 31px;
  background: #ffffff;
  border: 2px solid rgba(39, 76, 94, 0.26);
  border-radius: 22px 14px 25px 16px;
  box-shadow: 5px 6px 0 rgba(39, 76, 94, 0.08);
}

.service-card:nth-child(2) {
  transform: translateY(10px) rotate(0.3deg);
}

.service-card::before {
  display: none;
}

.service-number {
  top: 20px;
  right: 22px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--navy-deep);
  background: var(--yellow-soft);
  border: 1.5px solid var(--yellow);
  border-radius: 50% 45% 48% 43%;
  font-size: 0.9rem;
}

.service-label {
  margin-right: 52px;
  color: var(--pink-dark);
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}

.service-card h3 {
  min-height: 0;
  margin-bottom: 15px;
  color: var(--navy-deep);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.42rem;
}

.service-card > p:not(.service-label, .price-note),
.service-card ul {
  color: var(--ink);
  font-size: 0.96rem;
  line-height: 1.9;
}

.service-card > p:not(.service-label, .price-note) {
  min-height: 150px;
}

.service-card ul {
  border-color: rgba(39, 76, 94, 0.18);
}

.price strong {
  color: var(--pink-dark);
  font-size: 1.75rem;
}

.service-card .price {
  margin-top: 28px;
}

.price-note {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.7;
}

.service-card .option-box {
  margin: 30px 0 0;
  padding: 24px 0 0;
  display: block;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-top: 5px solid var(--pink);
  border-radius: 0;
  box-shadow: none;
}

.service-card .option-label {
  margin: 0 0 7px;
  color: var(--pink-dark);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.service-card .option-box h4 {
  margin: 0 0 14px;
  color: var(--navy-deep);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.05rem;
}

.service-card .option-box ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

.service-card .option-box li {
  padding: 10px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  border-bottom: 1px solid var(--line);
  font-size: 0.82rem;
}

.service-card .option-box li:last-child {
  border-bottom: 0;
}

.service-card .option-box li strong {
  color: var(--pink-dark);
}

.flow {
  background:
    radial-gradient(circle at 92% 12%, rgba(217, 244, 234, 0.9) 0 8%, transparent 8.3%),
    linear-gradient(145deg, #fff8fb 0%, #ffffff 52%, #fffbed 100%);
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.flow-group {
  padding: 10px 64px 0 20px;
}

.flow-group + .flow-group {
  padding-right: 20px;
  padding-left: 64px;
  border-left: 1px solid var(--line);
}

.flow-type {
  margin: 0 0 7px;
  color: var(--pink-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.flow-group h3 {
  margin: 0 0 34px;
  color: var(--navy-deep);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.75rem;
}

.flow-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow-list li {
  position: relative;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
}

.flow-list li::after {
  content: "";
  position: absolute;
  top: 44px;
  bottom: 5px;
  left: 23px;
  width: 2px;
  background: var(--pink-soft);
}

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

.flow-list li > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: var(--pink);
  border-radius: 50%;
  box-shadow: 3px 4px 0 var(--yellow-soft);
  font-size: 0.72rem;
  font-weight: 800;
}

.flow-consultation .flow-type {
  color: var(--navy);
}

.flow-consultation .flow-list li > span {
  background: var(--navy);
  box-shadow: 3px 4px 0 var(--mint);
}

.flow-consultation .flow-list li::after {
  background: var(--mint);
}

.flow-list h4 {
  margin: 1px 0 5px;
  color: var(--navy-deep);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.08rem;
}

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

.strengths {
  background: rgba(255, 254, 249, 0.75);
}

.strength-list article {
  border-bottom: 2px dashed rgba(39, 76, 94, 0.18);
}

.strength-list article > span {
  color: var(--navy-deep);
  background: var(--yellow-soft);
  border: 1.5px solid var(--yellow);
}

.strength-list h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.3rem;
}

.strength-list p {
  color: var(--ink);
  font-size: 1rem;
}

.profile {
  background: linear-gradient(135deg, var(--mint), #f4fbff 52%, var(--pink-soft));
  border-top: 2px dashed rgba(39, 76, 94, 0.15);
}

.profile-card {
  grid-template-columns: 1fr;
  max-width: 920px;
  background: #fffef9;
  border: 2px solid rgba(39, 76, 94, 0.34);
  border-radius: 27px 17px 30px 20px;
  box-shadow: 7px 8px 0 rgba(201, 111, 121, 0.2);
}

.profile-image-wrap {
  border: 2px solid var(--navy);
  border-radius: 23px 15px 26px 18px;
  box-shadow: 5px 6px 0 var(--pink-soft);
}

.profile-name {
  background: rgba(255, 250, 240, 0.94);
  border: 1.5px solid rgba(39, 76, 94, 0.28);
  border-radius: 14px 10px 15px 11px;
}

.profile-name span {
  color: var(--pink-dark);
  font-size: 0.78rem;
}

.profile-content > p:not(.section-kicker) {
  color: var(--ink);
  font-size: 1rem;
}

.profile-content .qualification-summary {
  margin: 26px 0 30px;
  color: var(--navy-deep);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.9;
}

.credentials {
  border: 1.5px solid rgba(39, 76, 94, 0.26);
  border-radius: 15px 10px 17px 12px;
}

.credentials span {
  font-size: 0.8rem;
}

.credentials strong {
  color: var(--navy-deep);
  font-size: 0.98rem;
}

.chips span {
  min-height: 44px;
  color: var(--pink-dark);
  background: var(--pink-soft);
  border: 1px solid rgba(201, 111, 121, 0.32);
  border-radius: 14px 9px 15px 10px;
  font-size: 0.82rem;
}

.availability {
  color: white;
  background: var(--navy);
  border-top: 2px dashed rgba(255, 255, 255, 0.25);
  border-bottom: 2px dashed rgba(255, 255, 255, 0.25);
}

.availability .section-kicker {
  color: var(--yellow-soft);
}

.availability h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.25rem;
}

.availability div > p:last-child {
  font-size: 0.92rem;
}

.contact {
  background: linear-gradient(135deg, #fff7fb, #fffdf1);
}

.contact-decoration {
  display: none;
}

.contact h2 {
  color: var(--navy-deep);
  font-size: clamp(2rem, 4vw, 2.85rem);
  line-height: 1.5;
}

.contact-inner > p:not(.section-kicker, .contact-note) {
  color: var(--ink);
  font-size: 1rem;
}

.button-contact {
  background: var(--pink);
  border: 2px solid var(--pink-dark);
  box-shadow: 4px 5px 0 var(--yellow-soft);
}

.notice {
  background: #f4f8fb;
  border-top: 2px dashed rgba(39, 76, 94, 0.15);
}

.notice h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.15rem;
}

.notice ul {
  color: var(--ink);
  font-size: 0.9rem;
}

.privacy {
  background: #fffdf8;
  border-top: 2px dashed rgba(39, 76, 94, 0.15);
}

.privacy-inner {
  max-width: 940px;
}

.privacy h2 {
  margin: 0 0 18px;
  color: var(--navy-deep);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
}

.privacy-lead {
  margin: 0 0 36px;
  color: var(--ink);
  font-size: 0.96rem;
  line-height: 1.9;
}

.privacy-content {
  display: block;
  column-count: 2;
  column-gap: 60px;
}

.privacy-content article {
  width: 100%;
  padding: 20px 0;
  display: inline-block;
  border-top: 1px solid var(--line);
  break-inside: avoid;
}

.privacy-content h3 {
  margin: 0 0 7px;
  color: var(--navy-deep);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
}

.privacy-content p,
.privacy-date {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.85;
}

.privacy-content a {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.privacy-content .privacy-form-note {
  margin-top: 10px;
  color: var(--ink);
}

.privacy-date {
  margin-top: 28px;
  text-align: right;
}

.footer-meta {
  text-align: right;
}

.footer-meta a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
}

.footer-meta p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.76rem;
}

footer {
  background: var(--navy-deep);
}

/* 河南先生のサイトのように、余白を広く取り、内容を箱で囲みすぎない見せ方 */
.services {
  background:
    radial-gradient(circle at 7% 13%, rgba(248, 50, 135, 0.09) 0 7%, transparent 7.3%),
    radial-gradient(circle at 94% 84%, rgba(255, 201, 26, 0.14) 0 8%, transparent 8.3%),
    #ffffff;
}

.service-grid {
  gap: 0;
}

.service-card {
  overflow: visible;
  padding: 32px 38px 28px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.service-card:nth-child(2) {
  transform: none;
}

.service-card + .service-card {
  border-left: 1px solid var(--line);
}

.service-card::before {
  top: 0;
  left: 38px;
  width: 76px;
  height: 7px;
  display: block;
  border-radius: 99px;
}

.service-number {
  position: static;
  width: auto;
  height: auto;
  margin-bottom: 16px;
  display: block;
  color: var(--pink-dark);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.service-label {
  margin-right: 0;
}

.profile-card {
  padding: 0;
  gap: 78px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.profile-image-wrap {
  border: 6px solid #ffffff;
  border-radius: 50px 18px 50px 18px;
  box-shadow: 14px 16px 0 rgba(255, 201, 26, 0.34);
}

.profile-name {
  border: 0;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(6, 47, 95, 0.12);
}

@media (max-width: 980px) {
  html { font-size: 17px; }
  .hero-inner { gap: 34px; }
  .service-card > p:not(.service-label, .price-note) { min-height: 0; }
}

@media (max-width: 720px) {
  html { font-size: 17px; }
  .section-pad { padding: 76px 0; }
  .header-inner { min-height: 70px; }
  .brand small { font-size: 0.6rem; }
  .hero-inner { padding: 58px 0 74px; grid-template-columns: 1fr; gap: 38px; }
  .hero h1 { font-size: clamp(1.7rem, 7.2vw, 2rem); line-height: 1.5; }
  .eyebrow { font-size: 1rem; }
  .hero-line-intro > span { display: inline; }
  .hero-line-main { font-size: 0.87em; }
  .hero-lead { font-size: 1rem; }
  .hero-summary { margin-top: 28px; font-size: 0.96rem; }
  .hero-points li, .hero-points li:first-child { padding: 11px 6px; }
  .hero-points strong { font-size: 1rem; }
  .hero-points span { font-size: 0.66rem; }
  .hero-dashboard { aspect-ratio: 0.92 / 1; }
  .hero-dashboard > img { object-position: center; }
  .intro-grid { grid-template-columns: 1fr; gap: 42px; }
  .about-visual { width: min(82%, 320px); }
  .section-heading h2, .profile-content h2 { font-size: 1.85rem; }
  .intro-copy p { font-size: 1rem; }
  .visual-story { padding-bottom: 76px; }
  .visual-card { min-height: 500px; }
  .visual-card img { object-position: 58% center; }
  .visual-caption { left: 18px; right: 18px; bottom: 18px; padding: 20px; }
  .visual-caption h2 { font-size: 1.55rem; }
  .service-card, .option-box { transform: none; }
  .service-card { padding: 32px 25px 28px; }
  .service-card + .service-card { border-left: 0; border-top: 1px solid var(--line); }
  .service-card::before { left: 25px; }
  .service-card h3 { font-size: 1.35rem; }
  .service-card > p:not(.service-label, .price-note), .service-card ul { font-size: 0.96rem; }
  .strength-list p { font-size: 0.98rem; }
  .profile-card { padding: 0; gap: 42px; }
  .flow-grid { grid-template-columns: 1fr; }
  .flow-group,
  .flow-group + .flow-group { padding: 0; }
  .flow-group + .flow-group { margin-top: 54px; padding-top: 48px; border-top: 1px solid var(--line); border-left: 0; }
  .flow-group h3 { margin-bottom: 28px; font-size: 1.55rem; }
  .flow-list li { grid-template-columns: 44px 1fr; gap: 15px; }
  .flow-list li > span { width: 44px; height: 44px; }
  .flow-list li::after { top: 40px; left: 21px; }
  .profile-content { padding: 27px 8px 32px; }
  .contact h2 { font-size: 2rem; }
  .notice ul { font-size: 0.88rem; }
  .privacy-content { column-count: 1; }
  .privacy-date, .footer-meta { text-align: left; }
}
