@charset "UTF-8";
/* Hallmark · genre: editorial · macrostructure: Split Studio · tone: warm-utilitarian · anchor hue: navy oklch(37% 0.12 248) · footer: Ft6 Letter close */
:root {
  /* ── Palette (OKLCH) ──────────────────────────────── */ /* was #1B4F8A */ /* was #143D6E */ /* was #E86826 */ /* was #FFF3EC */ /* was #F8F7F3 */ /* was #0F2340 */ /* was #1A1A1A */ /* was #5A6070 */ /* was #FFFFFF */ /* was #E2E4E9 */ /* was #F5A623 */
  /* Hallmark semantic tokens */
  /* ── Typography ───────────────────────────────────── */
  /* ── Spacing (4pt scale) ──────────────────────────── */
  /* ── Radius ───────────────────────────────────────── */
  /* ── Elevation ────────────────────────────────────── */
  /* ── Easing ───────────────────────────────────────── */
}

@media (max-width: 767px) {
  :root {
    --space-lg: 40px;
    --space-xl: 64px;
  }
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: oklch(14% 0.003 248);
  background: oklch(99% 0 0);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

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

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

a:hover {
  opacity: 0.8;
}

ul, ol {
  list-style: none;
}

section {
  padding: 96px 0;
}

:focus-visible {
  outline: 2px solid oklch(55% 0.19 248);
  outline-offset: 3px;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Hallmark · Ft6 Letter close */
.l-footer {
  background: oklch(18% 0.070 248);
  color: rgba(255, 255, 255, .75);
}

/* ── Letter close body ───────────────────────────────── */
.l-footer__letter {
  padding: 96px 0 64px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.l-footer__letter-text {
  font-size: clamp(1.0625rem, 2vw, 1.3125rem);
  line-height: 1.8;
  color: rgba(255, 255, 255, .88);
  max-width: 50ch;
  margin-bottom: 32px;
  word-wrap: anywhere;
}

.l-footer__letter-signoff {
  font-size: 1rem;
  font-weight: 700;
  color: oklch(99% 0 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-footer__letter-signoff span {
  font-size: 0.8125rem;
  font-weight: 400;
  color: rgba(255, 255, 255, .5);
}

/* ── Meta band ───────────────────────────────────────── */
.l-footer__meta {
  padding: 32px 0 16px;
}

.l-footer__meta-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-footer__logo {
  font-size: 0.875rem;
  font-weight: 700;
  color: rgba(255, 255, 255, .55);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}

.l-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px 16px;
}

.l-footer__nav-list a {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, .45);
  white-space: nowrap;
  -webkit-transition: color 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: color 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.l-footer__nav-list a:hover {
  opacity: 1;
  color: rgba(255, 255, 255, .85);
}

.l-footer__copy {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, .35);
  margin-left: auto;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .l-footer__letter {
    padding: 64px 0 32px;
  }
  .l-footer__meta-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
  .l-footer__copy {
    margin-left: 0;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: transparent;
  -webkit-transition: background 250ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-box-shadow 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 250ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-box-shadow 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 250ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 250ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 250ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-box-shadow 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.l-header.is-scrolled {
  background: oklch(99% 0 0);
  -webkit-box-shadow: 0 2px 8px rgba(15, 35, 64, .06);
          box-shadow: 0 2px 8px rgba(15, 35, 64, .06);
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  height: 72px;
}

.l-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.2;
}

.l-header__logo-main {
  font-size: 1.125rem;
  font-weight: 700;
  color: oklch(99% 0 0);
  -webkit-transition: color 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: color 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.l-header.is-scrolled .l-header__logo-main {
  color: oklch(37% 0.121 248);
}

.l-header__logo-sub {
  font-size: 0.625rem;
  color: rgba(255, 255, 255, .7);
  -webkit-transition: color 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: color 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.l-header.is-scrolled .l-header__logo-sub {
  color: oklch(44% 0.012 248);
}

.l-header__menu {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

.l-header__overlay {
  display: none;
}

.l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.l-header__nav-item {
  position: relative;
}

.l-header__nav-item > a,
.l-header__nav-trigger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, .9);
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px 4px;
  font-family: inherit;
  -webkit-transition: color 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: color 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.l-header.is-scrolled .l-header__nav-item > a,
.l-header.is-scrolled .l-header__nav-trigger {
  color: oklch(14% 0.003 248);
}

.l-header__nav-item > a:hover,
.l-header__nav-trigger:hover {
  opacity: 1;
  color: oklch(61% 0.182 40);
}

.l-header__nav-chevron {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 250ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.l-header__nav-item--dropdown.is-open .l-header__nav-chevron {
  -webkit-transform: rotate(-135deg) translateY(1px);
          transform: rotate(-135deg) translateY(1px);
}

.l-header__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(6px);
          transform: translateX(-50%) translateY(6px);
  min-width: 200px;
  padding: 8px 0;
  background: oklch(99% 0 0);
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 20px rgba(15, 35, 64, .10);
          box-shadow: 0 4px 20px rgba(15, 35, 64, .10);
  border: 1px solid oklch(91% 0.008 248);
  list-style: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 250ms cubic-bezier(0.16, 1, 0.3, 1), visibility 250ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 250ms cubic-bezier(0.16, 1, 0.3, 1), visibility 250ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 250ms cubic-bezier(0.16, 1, 0.3, 1), transform 250ms cubic-bezier(0.16, 1, 0.3, 1), visibility 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 250ms cubic-bezier(0.16, 1, 0.3, 1), transform 250ms cubic-bezier(0.16, 1, 0.3, 1), visibility 250ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 250ms cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 10;
}

.l-header__nav-item--dropdown.is-open .l-header__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}

.l-header__dropdown a {
  display: block;
  padding: 10px 16px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: oklch(14% 0.003 248);
  white-space: nowrap;
  -webkit-transition: background 250ms cubic-bezier(0.16, 1, 0.3, 1), color 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 250ms cubic-bezier(0.16, 1, 0.3, 1), color 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.l-header__dropdown a:hover {
  opacity: 1;
  background: oklch(97% 0.008 85);
  color: oklch(61% 0.182 40);
}

.l-header__menu > .c-btn--header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-header__hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-header__hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: oklch(99% 0 0);
  -webkit-transition: background 250ms cubic-bezier(0.16, 1, 0.3, 1), opacity 250ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 250ms cubic-bezier(0.16, 1, 0.3, 1), opacity 250ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 250ms cubic-bezier(0.16, 1, 0.3, 1), transform 250ms cubic-bezier(0.16, 1, 0.3, 1), opacity 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 250ms cubic-bezier(0.16, 1, 0.3, 1), transform 250ms cubic-bezier(0.16, 1, 0.3, 1), opacity 250ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.l-header.is-scrolled .l-header__hamburger span {
  background: oklch(14% 0.003 248);
}

.l-header.is-menu-open .l-header__hamburger span:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}

.l-header.is-menu-open .l-header__hamburger span:nth-child(2) {
  opacity: 0;
}

.l-header.is-menu-open .l-header__hamburger span:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}

body.is-header-menu-open {
  overflow: hidden;
}

/* サブページ用ヘッダー */
.l-header--sub {
  background: oklch(99% 0 0);
  -webkit-box-shadow: 0 2px 8px rgba(15, 35, 64, .06);
          box-shadow: 0 2px 8px rgba(15, 35, 64, .06);
}

.l-header--sub .l-header__logo-main {
  color: oklch(37% 0.121 248);
}

.l-header--sub .l-header__logo-sub {
  color: oklch(44% 0.012 248);
}

.l-header--sub .l-header__nav-item > a,
.l-header--sub .l-header__nav-trigger {
  color: oklch(14% 0.003 248);
}

.l-header--sub .l-header__nav-item > a[aria-current=page] {
  color: oklch(61% 0.182 40);
}

.l-header--sub .l-header__hamburger span {
  background: oklch(14% 0.003 248);
}

/* Responsive */
@media (max-width: 1023px) {
  .l-header__overlay {
    display: block;
    position: fixed;
    inset: 72px 0 0 0;
    background: rgba(15, 23, 42, .45);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 250ms cubic-bezier(0.16, 1, 0.3, 1), visibility 250ms cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 250ms cubic-bezier(0.16, 1, 0.3, 1), visibility 250ms cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 98;
  }
  .l-header.is-menu-open .l-header__overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .l-header__menu {
    position: fixed;
    top: 72px;
    right: 0;
    z-index: 99;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
    width: min(300px, 88vw);
    height: calc(100vh - 72px);
    padding: 16px 0 32px;
    background: oklch(99% 0 0);
    -webkit-box-shadow: 0 8px 40px rgba(15, 35, 64, .14);
            box-shadow: 0 8px 40px rgba(15, 35, 64, .14);
    overflow-y: auto;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 250ms cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 250ms cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 250ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 250ms cubic-bezier(0.16, 1, 0.3, 1);
  }
  .l-header.is-menu-open .l-header__menu {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .l-header__nav {
    width: 100%;
  }
  .l-header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
  }
  .l-header__nav-item > a,
  .l-header__nav-trigger {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 14px 32px;
    color: oklch(14% 0.003 248);
    border-bottom: 1px solid oklch(91% 0.008 248);
  }
  .l-header__dropdown {
    position: static;
    -webkit-transform: none;
            transform: none;
    min-width: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: oklch(97% 0.008 85);
    max-height: 0;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
  }
  .l-header__nav-item--dropdown.is-open .l-header__dropdown {
    max-height: 320px;
    -webkit-transform: none;
            transform: none;
  }
  .l-header__dropdown a {
    padding: 12px 32px 12px 40px;
    border-bottom: 1px solid oklch(91% 0.008 248);
    font-size: 0.875rem;
  }
  .l-header__dropdown li:last-child a {
    border-bottom: none;
  }
  .l-header__menu > .c-btn--header {
    margin: 32px 32px 0;
    width: calc(100% - 64px);
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
  .l-header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
}
.l-inner {
  max-width: 1140px;
  margin-inline: auto;
  padding-inline: 32px;
}

@media (max-width: 767px) {
  .l-inner {
    padding-inline: 16px;
  }
}
.c-breadcrumb {
  margin-bottom: 32px;
  text-align: left;
}

.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px 0;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, .75);
}

.c-breadcrumb__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin: 0 8px;
  opacity: 0.7;
}

.c-breadcrumb__item a {
  color: rgba(255, 255, 255, .9);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.c-breadcrumb__item a:hover {
  opacity: 0.85;
}

.c-breadcrumb__item span {
  color: rgba(255, 255, 255, .65);
}

.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.9375rem;
  border: 2px solid transparent;
  cursor: pointer;
  -webkit-transition: background 250ms cubic-bezier(0.16, 1, 0.3, 1), color 250ms cubic-bezier(0.16, 1, 0.3, 1), border-color 250ms cubic-bezier(0.16, 1, 0.3, 1), opacity 250ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-box-shadow 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 250ms cubic-bezier(0.16, 1, 0.3, 1), color 250ms cubic-bezier(0.16, 1, 0.3, 1), border-color 250ms cubic-bezier(0.16, 1, 0.3, 1), opacity 250ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-box-shadow 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 250ms cubic-bezier(0.16, 1, 0.3, 1), color 250ms cubic-bezier(0.16, 1, 0.3, 1), border-color 250ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 250ms cubic-bezier(0.16, 1, 0.3, 1), opacity 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 250ms cubic-bezier(0.16, 1, 0.3, 1), color 250ms cubic-bezier(0.16, 1, 0.3, 1), border-color 250ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 250ms cubic-bezier(0.16, 1, 0.3, 1), opacity 250ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-box-shadow 250ms cubic-bezier(0.16, 1, 0.3, 1);
  text-align: center;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-btn--primary {
  background: oklch(61% 0.182 40);
  color: oklch(99% 0 0);
  border-color: oklch(61% 0.182 40);
}

.c-btn--primary:hover {
  background: #d05a1a;
  border-color: #d05a1a;
  opacity: 1;
  -webkit-box-shadow: 0 4px 20px rgba(15, 35, 64, .10);
          box-shadow: 0 4px 20px rgba(15, 35, 64, .10);
}

.c-btn--outline {
  background: transparent;
  color: oklch(37% 0.121 248);
  border-color: oklch(37% 0.121 248);
}

.c-btn--outline:hover {
  background: oklch(37% 0.121 248);
  color: oklch(99% 0 0);
  opacity: 1;
}

.c-btn--white {
  background: oklch(99% 0 0);
  color: oklch(37% 0.121 248);
  border-color: oklch(99% 0 0);
}

.c-btn--white:hover {
  -webkit-box-shadow: 0 4px 20px rgba(15, 35, 64, .10);
          box-shadow: 0 4px 20px rgba(15, 35, 64, .10);
  opacity: 1;
}

.c-btn--outline-white {
  background: transparent;
  color: oklch(99% 0 0);
  border-color: oklch(99% 0 0);
}

.c-btn--outline-white:hover {
  background: rgba(255, 255, 255, .1);
  opacity: 1;
}

.c-btn--lg {
  padding: 18px 36px;
  font-size: 1rem;
}

.c-btn--full {
  width: 100%;
}

.c-btn--header {
  background: oklch(61% 0.182 40);
  color: oklch(99% 0 0);
  border-color: oklch(61% 0.182 40);
  padding: 10px 20px;
  font-size: 0.875rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  white-space: nowrap;
}

.c-btn--header:hover {
  background: #d05a1a;
  border-color: #d05a1a;
  opacity: 1;
}

.c-btn small {
  font-size: 0.75rem;
  font-weight: 400;
  opacity: 0.85;
}

.c-btn__icon {
  font-style: normal;
}

@media (max-width: 767px) {
  .c-btn--lg {
    width: 100%;
  }
}
.c-card {
  background: oklch(99% 0 0);
  border-radius: 12px;
  padding: 32px;
  -webkit-box-shadow: 0 2px 8px rgba(15, 35, 64, .06);
          box-shadow: 0 2px 8px rgba(15, 35, 64, .06);
  border: 1px solid oklch(91% 0.008 248);
}

.c-card--featured {
  border-color: oklch(61% 0.182 40);
  -webkit-box-shadow: 0 4px 24px rgba(232, 104, 38, .18);
          box-shadow: 0 4px 24px rgba(232, 104, 38, .18);
  position: relative;
}

.c-card--price {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-card__icon {
  font-size: 1.875rem;
  font-weight: 700;
  color: oklch(61% 0.182 40);
  margin-bottom: 16px;
  font-family: "Inter", sans-serif;
}

.c-card__title {
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.5;
}

.c-card__body {
  font-size: 0.875rem;
  color: oklch(44% 0.012 248);
  line-height: 1.8;
}

.c-cta-band {
  background: oklch(97% 0.020 50);
  border: 1px solid rgba(232, 104, 38, .2);
  border-radius: 20px;
  padding: 32px 64px;
  text-align: center;
}

.c-cta-band--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  text-align: left;
  background: oklch(18% 0.070 248);
  border: none;
  border-radius: 12px;
  padding: 32px 64px;
}

.c-cta-band--inline .c-cta-band__text {
  color: rgba(255, 255, 255, .9);
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-cta-band--inline .c-btn--outline {
  color: oklch(99% 0 0);
  border-color: rgba(255, 255, 255, .5);
}

.c-cta-band--inline .c-btn--outline:hover {
  background: rgba(255, 255, 255, .1);
  color: oklch(99% 0 0);
}

.c-cta-band__text {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 16px;
  color: oklch(14% 0.003 248);
}

.c-cta-band__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-cta-band--inline .c-cta-band__actions {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-cta-band {
  background: oklch(99% 0 0);
  padding-bottom: 64px;
}

@media (max-width: 767px) {
  .c-cta-band__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-cta-btn {
    margin-top: 32px;
  }
  .c-cta-band__actions .c-btn {
    width: 100%;
  }
  .c-cta-band--inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .c-cta-band--inline .c-cta-band__text {
    margin-bottom: 32px;
  }
  .c-cta-band--inline .c-cta-band__actions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.c-title {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 32px;
  text-align: center;
}

.c-title--light {
  color: oklch(99% 0 0);
}

.c-title--left {
  text-align: left;
}

.c-title strong {
  color: oklch(61% 0.182 40);
}

.c-eyebrow {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: oklch(61% 0.182 40);
  margin-bottom: 8px;
  text-align: center;
}

.c-eyebrow--light {
  color: rgba(255, 255, 255, .7);
}

.c-lead {
  font-size: 1.0625rem;
  color: oklch(44% 0.012 248);
  text-align: center;
  max-width: 640px;
  margin-inline: auto;
  margin-bottom: 64px;
  line-height: 1.9;
}

.p-about {
  background: oklch(99% 0 0);
}

.p-about__inner {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 96px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  max-width: 980px;
}

/* ── プロフィール写真 ────────────────────── */
.p-about__photo {
  margin: 0;
  -ms-flex-item-align: start;
      align-self: start;
  position: sticky;
  top: 100px;
}

.p-about__photo-img {
  display: block;
  width: 100%;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
  background: oklch(96% 0.006 248);
}

.p-about__photo-initials {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  border: 2px solid rgba(255, 255, 255, .18);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: rgba(255, 255, 255, .45);
  letter-spacing: 0.04em;
}

.p-about__photo-caption {
  font-family: "Inter", sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .28);
}

.p-about__content .c-eyebrow,
.p-about__content .c-title {
  text-align: left;
}

.p-about__name {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.p-about__name span {
  font-size: 0.9375rem;
  font-weight: 400;
  color: oklch(44% 0.012 248);
}

.p-about__role {
  font-size: 0.875rem;
  color: oklch(61% 0.182 40);
  font-weight: 500;
  margin-bottom: 32px;
}

.p-about__body {
  font-size: 0.9375rem;
  color: oklch(44% 0.012 248);
  line-height: 1.9;
  margin-bottom: 32px;
}

.p-about__dl {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 8px 32px;
  padding-top: 32px;
  border-top: 1px solid oklch(91% 0.008 248);
  font-size: 0.875rem;
}

.p-about__dl dt {
  font-weight: 700;
  color: oklch(37% 0.121 248);
}

.p-about__dl dd {
  color: oklch(44% 0.012 248);
}

@media (max-width: 1023px) {
  .p-about__inner {
    grid-template-columns: 1fr;
  }
  .p-about__photo {
    position: static;
    max-width: 240px;
  }
}
@media (max-width: 767px) {
  .p-about__dl {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .p-about__dl dd + dt {
    margin-top: 8px;
  }
}
.p-page-hero--compact {
  padding-top: 136px;
  padding-bottom: 64px;
  text-align: left;
}

.p-page-hero--compact .p-page-hero__title,
.p-page-hero--compact .p-page-hero__lead {
  margin-inline: 0;
  text-align: left;
}

.p-page-hero--compact .c-eyebrow {
  text-align: left;
}

.p-article__cat {
  font-size: 0.8125rem;
  font-weight: 700;
  color: oklch(61% 0.182 40);
  margin-bottom: 8px;
}

.p-article__title {
  margin-bottom: 16px;
}

.p-article__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px 32px;
  color: rgba(255, 255, 255, .8);
  font-size: 0.875rem;
}

.p-article__meta time {
  font-family: "Inter", sans-serif;
}

.p-article__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-article__tags a {
  color: rgba(255, 255, 255, .9);
  font-size: 0.8125rem;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.p-article__content {
  background: oklch(97% 0.008 85);
  padding: 96px 0;
}

.p-article__eyecatch {
  margin: 0 0 64px;
  border-radius: 12px;
  overflow: hidden;
}

.p-article__eyecatch-img {
  width: 100%;
  height: auto;
  display: block;
}

.p-article__body {
  max-width: 760px;
  margin: 0 auto;
  background: oklch(99% 0 0);
  border: 1px solid oklch(91% 0.008 248);
  border-radius: 12px;
  padding: 64px;
  font-size: 0.9375rem;
  line-height: 1.9;
  color: oklch(14% 0.003 248);
}

.p-article__body > *:first-child {
  margin-top: 0;
}

.p-article__body > *:last-child {
  margin-bottom: 0;
}

.p-article__body h2 {
  font-size: 1.375rem;
  font-weight: 700;
  margin: 64px 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid oklch(37% 0.121 248);
  line-height: 1.45;
}

.p-article__body h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 32px 0 8px;
  line-height: 1.5;
}

.p-article__body p {
  margin: 0 0 1.25em;
}

.p-article__body ul,
.p-article__body ol {
  margin: 0 0 1.25em;
  padding-left: 1.5em;
}

.p-article__body li + li {
  margin-top: 0.35em;
}

.p-article__body a {
  color: oklch(61% 0.182 40);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.p-article__body img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 16px 0;
}

.p-article__body blockquote {
  margin: 32px 0;
  padding: 16px 32px;
  border-left: 3px solid oklch(37% 0.121 248);
  background: rgba(27, 79, 138, .05);
  color: oklch(44% 0.012 248);
}

.p-article__footer {
  max-width: 760px;
  margin: 64px auto 0;
  text-align: center;
}

@media (max-width: 767px) {
  .p-article__body {
    padding: 32px 16px;
  }
  .p-article__body h2 {
    margin-top: 32px;
    font-size: 1.25rem;
  }
}
.p-contact {
  position: relative;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .72)), to(rgba(0, 0, 0, .72))), url("../images/contact-bg.jpg");
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .72)), url("../images/contact-bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 96px;
}
@media (max-width: 1023px) {
  .p-contact {
    background-attachment: scroll;
  }
}

.p-contact__inner {
  text-align: center;
}

.p-contact__head {
  margin-bottom: 32px;
}

.p-contact__body {
  color: rgba(255, 255, 255, .8);
  font-size: 0.9375rem;
  line-height: 1.9;
  max-width: 560px;
  margin: 0 auto;
}

.p-contact__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 32px;
}

.p-contact__tel {
  margin-top: 32px;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, .85);
}

.p-contact__tel a {
  color: oklch(99% 0 0);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.p-contact__tel a:hover {
  opacity: 1;
}

.p-contact__tel small {
  display: block;
  margin-top: 4px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, .55);
}

.p-contact__note {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, .5);
  margin-top: 16px;
}

.p-contact--compact {
  padding-block: 96px;
}

/* Contact Form（静的HTML / Contact Form 7 共通） */
.p-contact-form-wrap {
  max-width: 640px;
  margin-inline: auto;
  text-align: left;
}

.p-contact-form,
.p-contact .wpcf7 form {
  background: oklch(99% 0 0);
  border-radius: 20px;
  padding: 32px;
  -webkit-box-shadow: 0 8px 40px rgba(15, 35, 64, .14);
          box-shadow: 0 8px 40px rgba(15, 35, 64, .14);
}

.p-contact-form__row {
  margin-bottom: 16px;
}

.p-contact-form__row--2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.p-contact-form__label {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: oklch(14% 0.003 248);
}

.p-contact-form__required {
  font-size: 0.6875rem;
  font-weight: 700;
  color: oklch(99% 0 0);
  background: oklch(61% 0.182 40);
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 4px;
  vertical-align: middle;
}

.p-contact-form__input,
.p-contact-form__select,
.p-contact-form__textarea,
.p-contact .wpcf7 input[type=text],
.p-contact .wpcf7 input[type=email],
.p-contact .wpcf7 input[type=tel],
.p-contact .wpcf7 select,
.p-contact .wpcf7 textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 0.9375rem;
  font-family: inherit;
  color: oklch(14% 0.003 248);
  background: oklch(97% 0.008 85);
  border: 1px solid oklch(91% 0.008 248);
  border-radius: 6px;
  -webkit-transition: border-color 250ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-box-shadow 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: border-color 250ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-box-shadow 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: border-color 250ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: border-color 250ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 250ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-box-shadow 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.p-contact-form__input:focus,
.p-contact-form__select:focus,
.p-contact-form__textarea:focus,
.p-contact .wpcf7 input:focus,
.p-contact .wpcf7 select:focus,
.p-contact .wpcf7 textarea:focus {
  outline: none;
  border-color: oklch(37% 0.121 248);
  -webkit-box-shadow: 0 0 0 3px rgba(27, 79, 138, .12);
          box-shadow: 0 0 0 3px rgba(27, 79, 138, .12);
}

.p-contact-form__textarea,
.p-contact .wpcf7 textarea {
  resize: vertical;
  min-height: 140px;
}

.p-contact-form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  font-size: 0.875rem;
  color: oklch(44% 0.012 248);
  cursor: pointer;
}

.p-contact-form__checkbox input {
  margin-top: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  accent-color: oklch(37% 0.121 248);
}

.p-contact-form__link {
  color: oklch(37% 0.121 248);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.p-contact-form__link:hover {
  opacity: 1;
  color: oklch(61% 0.182 40);
}

.p-contact-form__submit {
  margin-top: 16px;
}

.p-contact-form__note {
  margin-top: 16px;
  font-size: 0.75rem;
  color: oklch(44% 0.012 248);
  text-align: center;
  line-height: 1.6;
}

.p-contact .wpcf7 form p {
  margin: 0 0 16px;
}

.p-contact .wpcf7 form p:last-of-type {
  margin-bottom: 0;
}

.p-contact .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 16px;
  border-radius: 6px;
  font-size: 0.875rem;
  text-align: center;
}

.p-contact .wpcf7-not-valid-tip {
  font-size: 0.75rem;
  color: #c0392b;
  margin-top: 4px;
}

.p-contact .wpcf7 input[type=submit] {
  width: 100%;
  padding: 18px 36px;
  font-size: 1rem;
  font-weight: 700;
  color: oklch(99% 0 0);
  background: oklch(61% 0.182 40);
  border: 2px solid oklch(61% 0.182 40);
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: background 250ms cubic-bezier(0.16, 1, 0.3, 1), border-color 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 250ms cubic-bezier(0.16, 1, 0.3, 1), border-color 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.p-contact .wpcf7 input[type=submit]:hover {
  background: #d05a1a;
  border-color: #d05a1a;
}

@media (max-width: 767px) {
  .p-contact__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-contact-form__row--2col {
    grid-template-columns: 1fr;
  }
}
.p-faq {
  background: oklch(97% 0.008 85);
}

.p-faq__list {
  max-width: 760px;
  margin: 32px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.p-faq__item {
  background: oklch(99% 0 0);
  border: 1px solid oklch(91% 0.008 248);
  border-radius: 12px;
  overflow: hidden;
}

.p-faq__question {
  cursor: pointer;
  padding: 16px 32px;
  font-size: 0.9375rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.p-faq__question::after {
  content: "+";
  font-size: 1.25rem;
  font-weight: 400;
  color: oklch(61% 0.182 40);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 250ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.p-faq__item.is-open .p-faq__question::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-faq__answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.35s ease;
  transition: max-height 0.35s ease;
  font-size: 0.9375rem;
  color: oklch(44% 0.012 248);
  line-height: 1.85;
}

.p-faq__answer a {
  color: oklch(61% 0.182 40);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.p-faq__answer-inner {
  padding: 8px 32px 16px;
}

.p-flow {
  background: oklch(99% 0 0);
}

.p-flow__track {
  position: relative;
  margin-top: 32px;
}

.p-flow__line-bg,
.p-flow__line {
  position: absolute;
  top: 15px;
  left: 0;
  width: 0;
  height: 2px;
  z-index: 0;
  pointer-events: none;
}

.p-flow__line-bg {
  background: oklch(91% 0.008 248);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-flow__line {
  background: -webkit-gradient(linear, left top, right top, from(oklch(37% 0.121 248)), to(oklch(61% 0.182 40)));
  background: linear-gradient(to right, oklch(37% 0.121 248), oklch(61% 0.182 40));
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-flow__track.is-drawn .p-flow__line-bg {
  opacity: 1;
}

.p-flow__track.is-drawn .p-flow__line {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.p-flow__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  position: relative;
  z-index: 1;
}

.p-flow__item {
  text-align: center;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(28px);
          transform: translateY(28px);
  -webkit-transition: opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1), transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1), transform 0.55s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-flow__track.is-active .p-flow__item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-flow__track.is-active .p-flow__item:nth-child(1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.p-flow__track.is-active .p-flow__item:nth-child(2) {
  -webkit-transition-delay: 220ms;
          transition-delay: 220ms;
}

.p-flow__track.is-active .p-flow__item:nth-child(3) {
  -webkit-transition-delay: 440ms;
          transition-delay: 440ms;
}

.p-flow__track.is-active .p-flow__item:nth-child(4) {
  -webkit-transition-delay: 660ms;
          transition-delay: 660ms;
}

.p-flow__num {
  display: inline-block;
  background: oklch(37% 0.121 248);
  color: oklch(99% 0 0);
  font-family: "Inter", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.p-flow__title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.p-flow__body {
  font-size: 0.8125rem;
  color: oklch(44% 0.012 248);
  line-height: 1.8;
}

@media (max-width: 1023px) {
  .p-flow__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-flow__line-bg, .p-flow__line {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-flow__list {
    grid-template-columns: 1fr;
  }
}
/* Hallmark · pre-emit critique: P4 H4 E4 S4 R4 V4 */
/* Hallmark · genre: editorial · macrostructure: consultation-led local landing · design-system: existing tokens · redesigned: top-page */
.p-hero {
  background: oklch(18% 0.070 248);
  min-height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  padding: 112px 0 96px;
}

.p-hero__bg {
  position: absolute;
  inset: -30% 0 -30%;
  background: linear-gradient(145deg, oklch(18% 0.070 248) 0%, oklch(29% 0.108 248) 58%, oklch(37% 0.121 248) 100%);
  will-change: transform;
}

.p-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
  background-size: 88px 88px;
  opacity: 0.3;
}

.p-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
  gap: 96px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-hero__content {
  color: oklch(99% 0 0);
  min-width: 0;
}

.p-hero__label {
  display: inline-block;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .25);
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 0.8125rem;
  margin-bottom: 16px;
  letter-spacing: 0;
}

.p-hero__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.p-hero__title-main {
  font-size: clamp(1.625rem, 3.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.45;
  color: oklch(99% 0 0);
  letter-spacing: 0;
  word-wrap: anywhere;
}

.p-hero__title-sub {
  font-size: clamp(1.375rem, 3.2vw, 2.125rem);
  font-weight: 700;
  line-height: 1.4;
  color: rgba(255, 255, 255, .92);
  letter-spacing: 0;
}

.p-hero__services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
  list-style: none;
  padding: 0;
}

.p-hero__services li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 14px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  color: oklch(99% 0 0);
  background: rgba(255, 255, 255, .08);
}

.p-hero__copy {
  font-size: clamp(0.9375rem, 2vw, 1.125rem);
  color: rgba(255, 255, 255, .8);
  line-height: 1.8;
  margin-bottom: 32px;
}

.p-hero__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-hero__panel {
  color: oklch(99% 0 0);
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 20px;
  padding: 32px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-hero__panel-title {
  font-size: 0.875rem;
  font-weight: 700;
  color: rgba(255, 255, 255, .72);
  margin-bottom: 16px;
}

.p-hero__panel-list {
  display: grid;
  gap: 16px;
}

.p-hero__panel-list > div {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.p-hero__panel-list dt {
  font-size: 0.8125rem;
  font-weight: 700;
  color: oklch(61% 0.182 40);
}

.p-hero__panel-list dd {
  color: rgba(255, 255, 255, .9);
  line-height: 1.7;
}

.p-hero__panel-note {
  margin-top: 32px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .68);
  font-size: 0.875rem;
}

.p-hero__scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .45);
  font-size: 0.625rem;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.08em;
  z-index: 1;
}

.p-hero__scroll:hover {
  opacity: 0.8;
}

.p-hero__scroll-line {
  display: block;
  width: 1px;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), to(transparent));
  background: linear-gradient(to bottom, rgba(255, 255, 255, .4), transparent);
  -webkit-animation: scrollLine 1.8s ease-in-out infinite;
          animation: scrollLine 1.8s ease-in-out infinite;
}

@-webkit-keyframes scrollLine {
  0%, 100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scaleY(0.3);
            transform: scaleY(0.3);
    opacity: 0.3;
  }
}

@keyframes scrollLine {
  0%, 100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scaleY(0.3);
            transform: scaleY(0.3);
    opacity: 0.3;
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-flow__item {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
  .p-flow__line-bg {
    opacity: 1;
  }
  .p-flow__line {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 1023px) {
  .p-hero__inner {
    grid-template-columns: 1fr;
  }
  .p-hero {
    padding: 112px 0 64px;
  }
}
@media (max-width: 767px) {
  .p-hero__title-main {
    font-size: clamp(1.5rem, 6.5vw, 2rem);
  }
  .p-hero__title-sub {
    font-size: clamp(1.25rem, 5.5vw, 1.75rem);
  }
  .p-hero__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-hero__panel {
    padding: 16px;
  }
  .p-hero__panel-list > div {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .p-hero__scroll {
    display: none;
  }
}
.p-news__content {
  background: oklch(97% 0.008 85);
  padding: 96px 0;
}

.p-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.p-news__item {
  background: oklch(99% 0 0);
  border: 1px solid oklch(91% 0.008 248);
  border-radius: 12px;
  overflow: hidden;
  -webkit-transition: border-color 250ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-box-shadow 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: border-color 250ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-box-shadow 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: box-shadow 250ms cubic-bezier(0.16, 1, 0.3, 1), border-color 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: box-shadow 250ms cubic-bezier(0.16, 1, 0.3, 1), border-color 250ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-box-shadow 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.p-news__item:hover {
  border-color: rgba(27, 79, 138, .2);
  -webkit-box-shadow: 0 2px 8px rgba(15, 35, 64, .06);
          box-shadow: 0 2px 8px rgba(15, 35, 64, .06);
}

.p-news__link {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 32px;
  padding: 32px;
  color: inherit;
}

.p-news__thumb {
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: oklch(97% 0.008 85);
}

.p-news__thumb-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-news__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
}

.p-news__cat {
  font-size: 0.75rem;
  font-weight: 700;
  color: oklch(61% 0.182 40);
  margin-bottom: 8px;
}

.p-news__title {
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: 8px;
  -webkit-transition: color 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: color 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.p-news__item:hover .p-news__title {
  color: oklch(37% 0.121 248);
}

.p-news__date {
  font-family: "Inter", sans-serif;
  font-size: 0.8125rem;
  color: oklch(44% 0.012 248);
  margin-bottom: 8px;
}

.p-news__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: auto;
}

.p-news__tags li {
  font-size: 0.75rem;
  color: oklch(37% 0.121 248);
}

.p-news__empty {
  text-align: center;
  color: oklch(44% 0.012 248);
  padding: 96px 0;
}

.p-news__pagination {
  margin-top: 64px;
}

.p-news__pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-news__pagination-item a,
.p-news__pagination-item span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid oklch(91% 0.008 248);
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 700;
  color: oklch(14% 0.003 248);
  background: oklch(99% 0 0);
}

.p-news__pagination-item span.current {
  background: oklch(37% 0.121 248);
  border-color: oklch(37% 0.121 248);
  color: oklch(99% 0 0);
}

.p-news__pagination-item a:hover {
  border-color: oklch(37% 0.121 248);
  color: oklch(37% 0.121 248);
}

@media (max-width: 767px) {
  .p-news__link {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .p-news__thumb {
    max-width: 100%;
  }
}
.p-page-hero {
  background: linear-gradient(135deg, oklch(18% 0.070 248) 0%, #1B4F8A 70%, #2a6db5 100%);
  padding: 168px 0 96px;
  color: oklch(99% 0 0);
  text-align: center;
}

.p-page-hero__title {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 16px;
}

.p-page-hero__badge {
  display: inline-block;
  font-size: clamp(0.875rem, 2vw, 1rem);
  color: oklch(99% 0 0);
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 6px;
  padding: 10px 20px;
  margin-bottom: 16px;
  line-height: 1.5;
}

.p-page-hero__badge strong {
  font-weight: 700;
  color: oklch(99% 0 0);
}

.p-page-hero__lead {
  font-size: clamp(0.9375rem, 2vw, 1.0625rem);
  color: rgba(255, 255, 255, .85);
  line-height: 1.85;
  max-width: 800px;
  margin-inline: auto;
}

.p-philosophy {
  background: oklch(97% 0.008 85);
  padding-bottom: 96px;
}

.p-philosophy__intro {
  max-width: 720px;
  margin: 0 auto 64px;
  text-align: center;
}

.p-philosophy__ai {
  max-width: 800px;
  margin: 0 auto 64px;
  padding: 64px;
}

.p-philosophy__body {
  font-size: 0.9375rem;
  color: oklch(44% 0.012 248);
  line-height: 1.9;
  margin-bottom: 16px;
}

.p-philosophy__body--emphasis {
  color: oklch(14% 0.003 248);
  font-weight: 500;
  padding: 16px;
  background: oklch(97% 0.020 50);
  border-radius: 6px;
  border-left: 3px solid oklch(61% 0.182 40);
}

.p-philosophy__values {
  margin-bottom: 64px;
}

.p-philosophy__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 32px;
}

.p-philosophy__item {
  height: 100%;
}

.p-philosophy__item-num {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: oklch(61% 0.182 40);
  margin-bottom: 8px;
}

.p-philosophy__item-title {
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.45;
}

.p-philosophy__item-body {
  font-size: 0.875rem;
  color: oklch(44% 0.012 248);
  line-height: 1.85;
}

.p-philosophy__belief {
  max-width: 720px;
  margin: 0 auto 64px;
  text-align: center;
  background: oklch(99% 0 0);
  border-radius: 20px;
  padding: 64px;
  -webkit-box-shadow: 0 2px 8px rgba(15, 35, 64, .06);
          box-shadow: 0 2px 8px rgba(15, 35, 64, .06);
  border: 1px solid oklch(91% 0.008 248);
}

.p-philosophy__points {
  text-align: left;
  max-width: 520px;
  margin: 32px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.p-philosophy__points li {
  font-size: 0.9375rem;
  color: oklch(44% 0.012 248);
  line-height: 1.7;
  padding-left: 1.25em;
  position: relative;
}

.p-philosophy__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: oklch(61% 0.182 40);
}

.p-philosophy__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 32px;
}

/* 理念ティザー（トップページ） */
.p-philosophy-teaser {
  background: oklch(37% 0.121 248);
  color: oklch(99% 0 0);
}

.p-philosophy-teaser__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  padding-block: 64px;
}

.p-philosophy-teaser__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.p-philosophy-teaser__eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, .65);
  margin-bottom: 8px;
}

.p-philosophy-teaser__title {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 8px;
}

.p-philosophy-teaser__body {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, .8);
  line-height: 1.75;
}

.p-philosophy-teaser .c-btn--white {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1023px) {
  .p-philosophy__list {
    grid-template-columns: 1fr;
  }
  .p-philosophy-teaser__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .p-philosophy-teaser .c-btn--white {
    width: 100%;
  }
  .p-philosophy__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-philosophy__actions .c-btn--lg {
    width: 100%;
  }
}
.p-price {
  background: oklch(97% 0.008 85);
}

.p-price__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.p-price__grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.p-price__grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

.p-price__grid--single {
  grid-template-columns: 1fr;
  max-width: 480px;
  margin-inline: auto;
}

.p-price__grid--preview {
  grid-template-columns: repeat(3, 1fr);
}

.p-price__card-badge {
  position: absolute;
  top: -1px;
  right: 32px;
  background: oklch(61% 0.182 40);
  color: oklch(99% 0 0);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 0 0 6px 6px;
}

.p-price__card-head {
  padding-bottom: 16px;
  border-bottom: 1px solid oklch(91% 0.008 248);
}

.c-card--featured .p-price__card-head {
  border-color: rgba(232, 104, 38, .2);
}

.p-price__plan-name {
  font-size: 1.0625rem;
  font-weight: 700;
  color: oklch(37% 0.121 248);
  margin-bottom: 6px;
  line-height: 1.4;
}

.p-price__plan-target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  font-size: 0.8125rem;
  line-height: 1.55;
  margin-bottom: 16px;
}

.p-price__plan-spec {
  font-weight: 600;
  color: oklch(14% 0.003 248);
}

.p-price__plan-audience {
  color: oklch(44% 0.012 248);
}

.p-price__amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-price__amount-num {
  font-family: "Inter", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: oklch(37% 0.121 248);
}

.p-price__amount-num--accent {
  color: oklch(61% 0.182 40);
}

.p-price__amount-unit {
  font-size: 1rem;
  font-weight: 700;
  color: oklch(37% 0.121 248);
}

.p-price__amount-strike {
  font-size: 0.875rem;
  color: oklch(44% 0.012 248);
  text-decoration: line-through;
}

.p-price__amount small {
  font-size: 0.75rem;
  color: oklch(44% 0.012 248);
}

.p-price__subsidy-note {
  font-size: 0.75rem;
  color: oklch(61% 0.182 40);
  margin-top: 4px;
}

.p-price__features {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-price__features li {
  font-size: 0.8125rem;
  padding-left: 1.5em;
  position: relative;
  line-height: 1.65;
}

.p-price__features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: oklch(37% 0.121 248);
  font-weight: 700;
}

.p-price__features--short {
  padding-top: 16px;
  padding-bottom: 16px;
}

.p-price__subsidy {
  font-size: 0.8125rem;
  color: oklch(44% 0.012 248);
  background: rgba(27, 79, 138, .05);
  padding: 10px 0;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  line-height: 1.6;
}

.p-price__subsidy--accent {
  background: oklch(97% 0.020 50);
}

.p-price__subsidy-badge {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: oklch(37% 0.121 248);
  color: oklch(99% 0 0);
  font-size: 0.6875rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 100px;
  white-space: nowrap;
}

.p-price__subsidy-badge--accent {
  background: oklch(61% 0.182 40);
}

.p-price__card > .c-btn {
  margin-top: 16px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.8125rem;
  padding: 12px 14px;
  line-height: 1.5;
}

.p-price__grid--2 .p-price__card > .c-btn br {
  display: none;
}

.p-price__samples {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 16px;
}

.p-price__sample-label {
  font-size: 0.75rem;
  color: oklch(44% 0.012 248);
  white-space: nowrap;
}

.p-price__sample-btn.c-btn {
  font-size: 0.75rem;
  padding: 5px 10px;
}

.p-price__note {
  font-size: 0.8125rem;
  color: oklch(44% 0.012 248);
  text-align: center;
  margin-top: 32px;
  line-height: 1.9;
}

.p-price__scope {
  font-size: 0.8125rem;
  color: oklch(44% 0.012 248);
  line-height: 1.75;
  margin-top: auto;
  margin-bottom: 8px;
}

.p-price--page {
  padding-top: 64px;
  padding-bottom: 96px;
}

.p-price--preview {
  padding-bottom: 64px;
}

.c-cta-band--price {
  margin-top: 64px;
  margin-bottom: 64px;
}

/* ── 3つの安心サポート ─────────────────────────────────── */
.p-price-features-intro {
  margin-bottom: 64px;
  padding: 64px 0;
  border-top: 1px solid oklch(91% 0.008 248);
  border-bottom: 1px solid oklch(91% 0.008 248);
}

.p-price-features-intro__title {
  font-size: clamp(1.125rem, 2.5vw, 1.375rem);
  font-weight: 700;
  text-align: center;
  color: oklch(37% 0.121 248);
  margin-bottom: 32px;
  line-height: 1.5;
}

.p-price-features-intro__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  background: oklch(99% 0 0);
  border: 1px solid oklch(91% 0.008 248);
  border-radius: 12px;
  overflow: hidden;
}

.p-price-features-intro__item {
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.p-price-features-intro__item:not(:last-child) {
  border-right: 1px solid oklch(91% 0.008 248);
}

.p-price-features-intro__num {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: oklch(61% 0.182 40);
  margin: 0;
}

.p-price-features-intro__heading {
  font-size: 1rem;
  font-weight: 700;
  color: oklch(37% 0.121 248);
  line-height: 1.45;
  margin: 0;
}

.p-price-features-intro__body {
  font-size: 0.875rem;
  color: oklch(44% 0.012 248);
  line-height: 1.75;
  margin: 0;
}

/* ── 簡易比較表 ─────────────────────────────────────────── */
.p-price-compare-table {
  margin-bottom: 32px;
}

.p-price-compare-table__lead {
  margin-bottom: 32px;
}

.p-price-compare-table__wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid oklch(91% 0.008 248);
  border-radius: 12px;
  background: oklch(99% 0 0);
}

.p-price-compare-table__table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.p-price-compare-table__table th,
.p-price-compare-table__table td {
  padding: 16px 20px;
  border-bottom: 1px solid oklch(91% 0.008 248);
  vertical-align: top;
  line-height: 1.65;
  text-align: left;
}

.p-price-compare-table__table thead th {
  background: oklch(37% 0.121 248);
  color: oklch(99% 0 0);
  font-weight: 700;
  text-align: center;
}

.p-price-compare-table__table thead th small {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  opacity: 0.85;
  margin-top: 4px;
}

.p-price-compare-table__table tbody th[scope=row] {
  background: oklch(94% 0.010 85);
  font-weight: 700;
  color: oklch(37% 0.121 248);
  white-space: nowrap;
  width: 22%;
}

.p-price-compare-table__table tbody td {
  width: 39%;
  color: oklch(14% 0.003 248);
}

.p-price-compare-table__table tbody tr:last-child th,
.p-price-compare-table__table tbody tr:last-child td {
  border-bottom: none;
}

.p-price-compare-table__jump td {
  background: oklch(99% 0 0);
}

.p-price-compare-table__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.p-price-compare-table__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  font-weight: 700;
  color: oklch(37% 0.121 248);
  text-decoration: none;
  line-height: 1.45;
  -webkit-transition: color 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: color 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.p-price-compare-table__link:hover {
  opacity: 1;
  color: oklch(61% 0.182 40);
}

.p-price-compare-table__link:focus-visible {
  outline: 2px solid oklch(55% 0.19 248);
  outline-offset: 2px;
  border-radius: 2px;
}

.p-price-compare-table__price {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: oklch(37% 0.121 248);
}

.p-price-compare-table__note {
  font-size: 0.8125rem;
  color: oklch(44% 0.012 248);
  line-height: 1.85;
  margin-top: 16px;
  max-width: 72ch;
  margin-inline: auto;
  text-align: center;
}

.p-price-preview__more {
  text-align: center;
  margin-top: 64px;
}

.p-price-preview__more p {
  font-size: 0.9375rem;
  color: oklch(44% 0.012 248);
  margin-bottom: 16px;
  line-height: 1.8;
}

/* アンカーナビ */
.p-price-nav {
  margin-top: 32px;
}

.p-price-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-price-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  border: 2px solid oklch(91% 0.008 248);
  border-radius: 6px;
  background: oklch(99% 0 0);
  font-size: 0.875rem;
  font-weight: 700;
  color: oklch(37% 0.121 248);
  text-decoration: none;
  line-height: 1.4;
  text-align: center;
  -webkit-transition: border-color 0.2s, background 0.2s;
  transition: border-color 0.2s, background 0.2s;
}

.p-price-nav__link small {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: oklch(61% 0.182 40);
  margin-top: 2px;
}

.p-price-nav__link:hover {
  border-color: oklch(37% 0.121 248);
  background: rgba(27, 79, 138, .04);
}

/* セクション見出し */
.p-price-section-head {
  margin-top: 64px;
  margin-bottom: 32px;
  scroll-margin-top: 88px;
  padding-bottom: 16px;
  border-bottom: 2px solid oklch(91% 0.008 248);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-price-section-head__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: oklch(37% 0.121 248);
  line-height: 1.4;
}

.p-price-section-head__sub {
  font-size: 0.8125rem;
  color: oklch(44% 0.012 248);
  font-weight: 400;
}

/* おまかせパック */
.p-price-omakase {
  margin-top: 32px;
  margin-bottom: 64px;
  padding: 64px;
  border: 2px solid oklch(37% 0.121 248);
  background: linear-gradient(135deg, rgba(26, 54, 93, .03) 0%, rgb(255, 255, 255) 100%);
}

.p-price-omakase__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  margin-bottom: 16px;
}

.p-price-omakase__lead {
  font-size: 0.9375rem;
  color: oklch(44% 0.012 248);
  line-height: 1.85;
  max-width: 720px;
}

.p-price-omakase__body {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid oklch(91% 0.008 248);
}

.p-price-omakase__price-label {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.p-price-omakase__price-label small {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: oklch(44% 0.012 248);
  margin-top: 4px;
}

.p-price-omakase__price-tax {
  font-size: 0.8125rem;
  color: oklch(44% 0.012 248);
  margin-top: 8px;
}

.p-price-omakase__features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.p-price-omakase__features li {
  position: relative;
  padding-left: 1.25em;
  font-size: 0.9375rem;
  line-height: 1.7;
}

.p-price-omakase__features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: oklch(61% 0.182 40);
  font-weight: 700;
}

.p-price-omakase__target {
  font-size: 0.875rem;
  color: oklch(44% 0.012 248);
  line-height: 1.85;
  margin-top: 32px;
  margin-bottom: 16px;
}

.p-price-omakase__scope {
  margin-bottom: 32px;
}

.p-price-omakase__divider {
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 700;
  color: oklch(44% 0.012 248);
  margin-bottom: 32px;
  letter-spacing: 0.05em;
}

/* アドオン */
.p-price-addon {
  margin-top: 64px;
  margin-bottom: 64px;
}

.p-price-addon__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 32px;
}

.p-price-addon__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.p-price-addon__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.p-price-addon__price {
  font-family: "Inter", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: oklch(37% 0.121 248);
  margin-bottom: 16px;
}

.p-price-addon__price small {
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: oklch(44% 0.012 248);
  margin-left: 4px;
}

.p-price-addon__body {
  font-size: 0.875rem;
  color: oklch(44% 0.012 248);
  line-height: 1.85;
  margin-bottom: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* スポット依頼 */
.p-price-spot {
  margin-top: 64px;
  margin-bottom: 64px;
}

.p-price-spot__highlight {
  font-size: 0.9375rem;
  font-weight: 700;
  color: oklch(37% 0.121 248);
  line-height: 1.75;
  margin-top: 16px;
  padding: 16px 32px;
  background: rgba(27, 79, 138, .05);
  border-left: 3px solid oklch(37% 0.121 248);
  border-radius: 0 6px 6px 0;
}

.p-price-spot__conserv {
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 32px;
  background: oklch(99% 0 0);
  border: 1px solid oklch(91% 0.008 248);
  border-radius: 12px;
}

.p-price-spot__conserv-title {
  font-size: 1rem;
  font-weight: 700;
  color: oklch(37% 0.121 248);
  margin-bottom: 8px;
}

.p-price-spot__conserv-price {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: oklch(37% 0.121 248);
  margin-bottom: 8px;
}

.p-price-spot__conserv-num {
  font-size: 2rem;
}

.p-price-spot__conserv-price small {
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: oklch(44% 0.012 248);
  margin-left: 4px;
}

.p-price-spot__conserv-body {
  font-size: 0.875rem;
  color: oklch(44% 0.012 248);
  line-height: 1.75;
  margin: 0;
}

.p-price-spot__subtitle {
  font-size: 1.125rem;
  font-weight: 700;
  color: oklch(37% 0.121 248);
  margin-top: 32px;
  margin-bottom: 8px;
}

.p-price-spot__lead {
  font-size: 0.875rem;
  color: oklch(44% 0.012 248);
  line-height: 1.85;
  margin-top: 16px;
  max-width: 720px;
}

.p-price-spot__table-wrap {
  overflow-x: auto;
  margin-top: 32px;
  border-radius: 12px;
  border: 1px solid oklch(91% 0.008 248);
  background: oklch(99% 0 0);
  -webkit-box-shadow: 0 2px 8px rgba(15, 35, 64, .06);
          box-shadow: 0 2px 8px rgba(15, 35, 64, .06);
}

.p-price-spot__table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.p-price-spot__table th,
.p-price-spot__table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid oklch(91% 0.008 248);
  vertical-align: top;
  line-height: 1.6;
}

.p-price-spot__table th {
  background: oklch(37% 0.121 248);
  color: oklch(99% 0 0);
  font-weight: 700;
  white-space: nowrap;
}

.p-price-spot__table tbody tr:nth-child(even) {
  background: rgba(27, 79, 138, .03);
}

.p-price-spot__table tbody tr:last-child td {
  border-bottom: none;
}

.p-price-spot__price {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: oklch(37% 0.121 248);
  white-space: nowrap;
}

.p-price-spot__note {
  font-size: 0.8125rem;
  color: oklch(44% 0.012 248);
  margin-top: 16px;
  line-height: 1.9;
}

.p-price-spot__actions {
  margin-top: 32px;
  text-align: center;
}

/* プラン選び方ガイド */
.p-price-choose {
  margin-top: 64px;
  margin-bottom: 64px;
}

.p-price-choose__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 32px;
}

.p-price-choose__title {
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.5;
}

.p-price-choose__body {
  font-size: 0.875rem;
  color: oklch(44% 0.012 248);
  line-height: 1.8;
}

.p-price-choose__body strong {
  color: oklch(37% 0.121 248);
  font-weight: 700;
}

/* Hallmark · pre-emit critique: P5 H4 E4 S4 R5 V4 */
.p-price-faq {
  margin-top: 64px;
  margin-bottom: 64px;
}

/* ── 価格範囲表示 ─────────────────────────────────────── */
.p-price__amount-range {
  font-size: 2.25rem;
  font-weight: 700;
  color: oklch(37% 0.121 248);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: -0.02em;
}

.c-card--featured .p-price__amount-range {
  color: oklch(61% 0.182 40);
}

/* ── カード内ゴールリスト ──────────────────────────────── */
.p-price__plan-goals {
  list-style: none;
  padding: 16px 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  border-bottom: 1px solid oklch(91% 0.008 248);
}

.p-price__plan-goals li {
  font-size: 0.8125rem;
  color: oklch(44% 0.012 248);
  padding-left: 1.5em;
  position: relative;
  line-height: 1.65;
}

.p-price__plan-goals li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: oklch(61% 0.182 40);
}

/* アンカージャンプ余白 */
.p-price__card[id] {
  scroll-margin-top: 96px;
}

/* ── ゴール別選択ガイド ────────────────────────────────── */
.p-price-goal {
  margin-bottom: 64px;
}

.p-price-goal__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 32px;
  padding-bottom: 4px;
}

.p-price-goal__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 0;
}

.p-price-goal__item {
  background: oklch(99% 0 0);
  border: 1px solid oklch(91% 0.008 248);
  border-radius: 12px;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.p-price-goal__marks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-price-goal__marks li {
  font-size: 0.9375rem;
  color: oklch(14% 0.003 248);
  padding-left: 1.5em;
  position: relative;
  line-height: 1.5;
}

.p-price-goal__marks li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: oklch(61% 0.182 40);
  font-weight: 700;
}

.p-price-goal__plan {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 0.875rem;
  font-weight: 700;
  color: oklch(37% 0.121 248);
  text-decoration: none;
  padding-top: 8px;
  border-top: 1px solid oklch(91% 0.008 248);
  -webkit-transition: color 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: color 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.p-price-goal__plan:hover {
  opacity: 1;
  color: oklch(61% 0.182 40);
}

.p-price-goal__item--full {
  grid-column: span 2;
}

/* ── おまかせオプション（アドオン扱い） ──────────────────── */
.p-price-omakase-option {
  margin-top: 32px;
  margin-bottom: 64px;
  padding: 32px 64px;
  background: oklch(94% 0.010 85);
  border: 1px solid oklch(91% 0.008 248);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.p-price-omakase-option__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: oklch(37% 0.121 248);
  margin-bottom: 8px;
}

.p-price-omakase-option__lead {
  font-size: 0.9375rem;
  color: oklch(44% 0.012 248);
  line-height: 1.85;
  max-width: 65ch;
}

.p-price-omakase-option__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  padding-top: 16px;
  border-top: 1px solid oklch(91% 0.008 248);
}

.p-price-omakase-option__plus {
  font-size: 1.5rem;
  font-weight: 700;
  color: oklch(44% 0.012 248);
  margin-right: 2px;
}

.p-price-omakase-option__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.p-price-omakase-option__list li {
  font-size: 0.875rem;
  color: oklch(44% 0.012 248);
  padding-left: 1.25em;
  position: relative;
  line-height: 1.6;
}

.p-price-omakase-option__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: oklch(61% 0.182 40);
  font-weight: 700;
}

@media (max-width: 1023px) {
  .p-price__grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-inline: auto;
  }
  .p-price__grid--2 {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-inline: auto;
  }
  .p-price__grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }
  .p-price__grid--preview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }
  .p-price-choose__list {
    grid-template-columns: 1fr;
  }
  .p-price-addon__list {
    grid-template-columns: 1fr;
  }
  .p-price-omakase__body {
    grid-template-columns: 1fr;
  }
  .p-price-features-intro__list {
    grid-template-columns: 1fr;
  }
  .p-price-features-intro__item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid oklch(91% 0.008 248);
  }
  .p-price-goal__scroll {
    margin-inline: -16px;
    padding-inline: 16px;
  }
  .p-price-goal__list {
    grid-template-columns: repeat(5, minmax(260px, 1fr));
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
  }
  .p-price-goal__item--full {
    grid-column: auto;
  }
  .p-price-omakase-option {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .p-price__grid--4,
  .p-price__grid--preview {
    grid-template-columns: 1fr;
  }
  .p-price__amount-range {
    font-size: 2.125rem;
  }
}
.p-privacy__content {
  background: oklch(97% 0.008 85);
  padding: 96px 0;
}

.p-privacy__doc {
  max-width: 760px;
  margin: 0 auto;
}

.p-privacy__meta {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid oklch(91% 0.008 248);
  font-size: 0.875rem;
  color: oklch(44% 0.012 248);
  line-height: 1.9;
}

.p-privacy__meta p + p {
  margin-top: 16px;
}

/* Hallmark · pre-emit critique: P5 H4 E4 S5 R4 V5 */
/* Split Studio macrostructure — Problem section */
.p-problem {
  background: oklch(97% 0.008 85);
}

.p-problem__head {
  text-align: center;
  padding-bottom: 64px;
}

.p-problem__lead {
  max-width: 65ch;
  margin: 16px auto 0;
  color: oklch(44% 0.012 248);
  font-size: 0.9375rem;
  line-height: 1.9;
}

/* ── Split Studio diptych pairs ──────────────────────── */
.p-split-pair {
  border-top: 1px solid oklch(88% 0.010 248);
  padding: 64px 0;
}

.p-split-pair:last-of-type {
  border-bottom: 1px solid oklch(88% 0.010 248);
}

.p-split-pair__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 96px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-split-pair--reverse .p-split-pair__inner {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.p-split-pair--reverse .p-split-pair__text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-split-pair--reverse .p-split-pair__proof {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* text side */
.p-split-pair__index {
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: oklch(61% 0.182 40);
  margin-bottom: 8px;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

.p-split-pair__title {
  font-size: clamp(1.125rem, 2.5vw, 1.375rem);
  font-weight: 700;
  line-height: 1.5;
  color: oklch(14% 0.003 248);
  margin-bottom: 16px;
  word-wrap: anywhere;
  min-width: 0;
}

.p-split-pair__body {
  color: oklch(44% 0.012 248);
  line-height: 1.85;
  font-size: 0.9375rem;
  margin-bottom: 32px;
  max-width: 52ch;
}

.p-split-pair__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 0.875rem;
  font-weight: 700;
  color: oklch(37% 0.121 248);
  -webkit-transition: color 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: color 250ms cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
}

.p-split-pair__link::after {
  content: "→";
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 250ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.p-split-pair__link:hover,
.p-split-pair__link:focus-visible {
  opacity: 1;
  color: oklch(61% 0.182 40);
}

.p-split-pair__link:hover::after,
.p-split-pair__link:focus-visible::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

/* proof side — hairline border, no side-stripe */
.p-split-pair__proof {
  background: oklch(99% 0 0);
  border: 1px solid oklch(88% 0.010 248);
  border-radius: 20px;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  min-height: 160px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* small accent mark instead of side-stripe (avoids gate 5) */
.p-split-pair__proof::before {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background: oklch(61% 0.182 40);
  border-radius: 2px;
  margin-bottom: 8px;
}

.p-split-pair__proof-kw {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 700;
  line-height: 1.4;
  color: oklch(37% 0.121 248);
  letter-spacing: -0.01em;
  word-wrap: anywhere;
  min-width: 0;
}

.p-split-pair__proof-note {
  font-size: 0.875rem;
  color: oklch(44% 0.012 248);
  line-height: 1.7;
}

/* mobile: stack */
@media (max-width: 767px) {
  .p-split-pair {
    padding: 32px 0;
  }
  .p-split-pair__inner,
  .p-split-pair--reverse .p-split-pair__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .p-split-pair--reverse .p-split-pair__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-split-pair--reverse .p-split-pair__proof {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-split-pair__body {
    max-width: none;
  }
  .p-split-pair__proof {
    min-height: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-split-pair__link::after {
    -webkit-transition: none;
    transition: none;
  }
}
.p-reason {
  background: oklch(97% 0.008 85);
}

.p-reason__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 32px;
}

.p-reason__item {
  padding: 32px;
  border: 1px solid oklch(91% 0.008 248);
  border-radius: 12px;
}

.p-reason__icon {
  width: 48px;
  height: 48px;
  color: oklch(37% 0.121 248);
  margin-bottom: 16px;
}

.p-reason__icon svg {
  width: 100%;
  height: 100%;
}

.p-reason__num {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  color: oklch(61% 0.182 40);
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

.p-reason__title {
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.45;
}

.p-reason__body {
  font-size: 0.875rem;
  color: oklch(44% 0.012 248);
  line-height: 1.85;
}

@media (max-width: 1023px) {
  .p-reason__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .p-reason__list {
    grid-template-columns: 1fr;
  }
}
.p-service-detail {
  background: oklch(97% 0.008 85);
  padding-bottom: 96px;
}

.p-service-detail__intro {
  max-width: 720px;
  margin: 0 auto 64px;
  text-align: center;
}

.p-service-detail__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-bottom: 64px;
}

.p-service-detail__nav a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 18px;
  font-size: 0.875rem;
  font-weight: 700;
  color: oklch(37% 0.121 248);
  background: oklch(99% 0 0);
  border: 1px solid oklch(91% 0.008 248);
  border-radius: 100px;
  -webkit-transition: background 250ms cubic-bezier(0.16, 1, 0.3, 1), border-color 250ms cubic-bezier(0.16, 1, 0.3, 1), color 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 250ms cubic-bezier(0.16, 1, 0.3, 1), border-color 250ms cubic-bezier(0.16, 1, 0.3, 1), color 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.p-service-detail__nav a:hover {
  opacity: 1;
  border-color: oklch(37% 0.121 248);
  background: rgba(27, 79, 138, .05);
}

.p-service-detail__block {
  margin-bottom: 64px;
  scroll-margin-top: 88px;
}

.p-service-detail__block:last-child {
  margin-bottom: 0;
}

.p-service-detail__head {
  margin-bottom: 32px;
}

.p-service-detail__label {
  font-family: "Inter", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: oklch(61% 0.182 40);
  margin-bottom: 8px;
}

.p-service-detail__title {
  font-size: clamp(1.375rem, 3vw, 1.75rem);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
}

.p-service-detail__price {
  font-family: "Inter", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: oklch(37% 0.121 248);
}

.p-service-detail__price small {
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: oklch(44% 0.012 248);
  margin-left: 4px;
}

.p-service-detail__lead {
  font-size: 0.9375rem;
  color: oklch(44% 0.012 248);
  line-height: 1.9;
  margin-top: 16px;
}

.p-service-detail__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.p-service-detail__panel {
  padding: 32px;
  height: 100%;
}

.p-service-detail__panel-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid oklch(37% 0.121 248);
  line-height: 1.45;
}

.p-service-detail__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.p-service-detail__list li {
  position: relative;
  padding-left: 1.1em;
  font-size: 0.875rem;
  line-height: 1.75;
  color: oklch(14% 0.003 248);
}

.p-service-detail__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: oklch(61% 0.182 40);
  font-weight: 700;
}

.p-service-detail__meta {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid oklch(91% 0.008 248);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-service-detail__meta-item {
  font-size: 0.875rem;
  color: oklch(44% 0.012 248);
  line-height: 1.7;
}

.p-service-detail__meta-item strong {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: oklch(14% 0.003 248);
  margin-bottom: 2px;
}

.p-service-detail__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

@media (max-width: 1023px) {
  .p-service-detail__body {
    grid-template-columns: 1fr;
  }
  .p-service-detail__meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-service-detail__story {
  margin-bottom: 32px;
  padding: 32px;
  background: oklch(94% 0.010 85);
  border-left: 3px solid oklch(37% 0.121 248);
  border-radius: 6px;
}

.p-service-detail__story-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: oklch(37% 0.121 248);
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.p-service-detail__story-title::before {
  content: "OUR VALUE";
  font-family: "Inter", sans-serif;
  font-size: 0.625rem;
  color: oklch(61% 0.182 40);
  border: 1px solid oklch(61% 0.182 40);
  padding: 2px 6px;
  border-radius: 2px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
}

.p-service-detail__story-text {
  font-size: 0.875rem;
  color: oklch(14% 0.003 248);
  line-height: 1.8;
  margin: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/* Hallmark · macrostructure: Horizontal Row List · tone: professional · anchor hue: warm-orange */
.p-service {
  background: oklch(99% 0 0);
}

.p-service__more {
  text-align: center;
  margin-top: -16px;
  margin-bottom: 32px;
}

/* Row list */
.p-service__rows {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
  border-top: 1px solid oklch(91% 0.008 248);
}

.p-service__row {
  position: relative;
  display: grid;
  grid-template-columns: 88px 200px minmax(0, 1fr) 104px;
  gap: 0 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 28px 16px;
  border-bottom: 1px solid oklch(91% 0.008 248);
  cursor: pointer;
  -webkit-transition: background 150ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 150ms cubic-bezier(0.16, 1, 0.3, 1);
}
.p-service__row:hover {
  background: oklch(97% 0.020 50);
}

.p-service__label {
  font-size: 0.6875rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: oklch(61% 0.182 40);
  line-height: 1.4;
}

.p-service__row-head { /* stacked title + price */ }

.p-service__title {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 4px;
  color: oklch(14% 0.003 248);
}

.p-service__price {
  font-family: "Inter", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  color: oklch(37% 0.121 248);
  line-height: 1.3;
}
.p-service__price span {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-left: 2px;
}
.p-service__price small {
  display: block;
  font-size: 0.6875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: oklch(44% 0.012 248);
  margin-top: 2px;
}

.p-service__body {
  font-size: 0.875rem;
  color: oklch(44% 0.012 248);
  line-height: 1.8;
  margin: 0;
}

.p-service__row-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 0.875rem;
  font-weight: 700;
  color: oklch(61% 0.182 40);
  white-space: nowrap;
  /* stretched link — ::before は .p-service__row(position:relative)を基準に行全体を覆う透明クリック層 */
}
.p-service__row-link::before {
  content: "";
  position: absolute;
  inset: 0;
}
.p-service__row-link::after {
  content: "→";
  margin-left: 4px;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 250ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.p-service__row:hover .p-service__row-link::after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

/* Shared link (used in .p-service__more and .p-works) */
.p-service__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  font-size: 0.875rem;
  font-weight: 700;
  color: oklch(61% 0.182 40);
}
.p-service__link::after {
  content: "→";
  margin-left: 4px;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 250ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 250ms cubic-bezier(0.16, 1, 0.3, 1);
}
.p-service__link:hover {
  opacity: 1;
}
.p-service__link:hover::after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

/* Tablet (768–1023px): 3 columns, hide label */
@media (max-width: 1023px) {
  .p-service__row {
    grid-template-columns: 180px 1fr 96px;
  }
  .p-service__label {
    display: none;
  }
}
/* Mobile (<768px): full stack */
@media (max-width: 767px) {
  .p-service__row {
    grid-template-columns: 1fr;
    padding: 20px 0;
    gap: 8px;
  }
  .p-service__label {
    display: block;
  }
  .p-service__title {
    font-size: 1rem;
  }
  .p-service__row-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-subsidy {
  position: relative;
  background-image: linear-gradient(135deg, rgba(15, 35, 64, .9) 0%, rgba(20, 61, 110, .9) 100%), url("../images/subsidy-bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 96px 0;
}
@media (max-width: 1023px) {
  .p-subsidy {
    background-attachment: scroll;
  }
}

.p-subsidy__inner {
  display: block;
}

.p-subsidy__content {
  max-width: 820px;
}

.p-subsidy__body {
  color: rgba(255, 255, 255, .8);
  font-size: 0.9375rem;
  line-height: 1.9;
  margin-bottom: 32px;
}

.p-subsidy__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
}

.p-subsidy__points li {
  color: rgba(255, 255, 255, .85);
  font-size: 0.9375rem;
  padding-left: 1.5em;
  position: relative;
}

.p-subsidy__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: oklch(61% 0.182 40);
}

.p-subsidy__points strong {
  color: oklch(99% 0 0);
  font-weight: 700;
}

@media (max-width: 1023px) {
  .p-subsidy__inner {
    grid-template-columns: 1fr;
  }
}
.p-voice {
  background: oklch(99% 0 0);
  overflow: hidden;
}

.p-voice__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.p-voice__item {
  height: 100%;
}

.p-voice__item h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 8px;
}

.p-voice__item p {
  color: oklch(44% 0.012 248);
  font-size: 0.9375rem;
  line-height: 1.85;
}

.p-voice__slider {
  margin-top: 32px;
  padding: 0 0 64px;
}

.p-voice .swiper {
  padding: 8px 32px 64px !important;
  overflow: visible !important;
}

.p-voice .swiper-slide {
  height: auto;
}

.p-voice__stars {
  color: oklch(76% 0.155 67);
  font-size: 1.125rem;
  margin-bottom: 8px;
}

.p-voice__text {
  font-size: 0.9375rem;
  line-height: 1.85;
  color: oklch(14% 0.003 248);
  margin-bottom: 16px;
}

.p-voice__name {
  font-size: 0.8125rem;
  color: oklch(44% 0.012 248);
  font-weight: 500;
}

.p-voice .swiper-button-next,
.p-voice .swiper-button-prev {
  color: oklch(37% 0.121 248);
  top: auto;
  bottom: 0;
  width: 40px;
  height: 40px;
}

.p-voice .swiper-button-next {
  right: 32px;
}

.p-voice .swiper-button-prev {
  left: 32px;
}

.p-voice .swiper-button-next::after,
.p-voice .swiper-button-prev::after {
  font-size: 1rem;
  font-weight: 700;
}

.p-voice .swiper-pagination {
  bottom: 4px;
}

.p-voice .swiper-pagination-bullet-active {
  background: oklch(61% 0.182 40);
}

@media (max-width: 1023px) {
  .p-voice__list {
    grid-template-columns: 1fr;
  }
}
.p-works {
  background: #ffffff;
  padding: 80px 0;
}

.p-works__lead {
  font-size: 1rem;
  color: oklch(44% 0.012 248);
  margin-top: 24px;
}

.p-works__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 56px;
}

.p-works__card {
  display: block;
  color: inherit;
  background: #f8f9fa;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  text-decoration: none;
}

.p-works__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .08);
  opacity: 1;
}

.p-works__card-img {
  aspect-ratio: 16/10;
  overflow: hidden;
}

.p-works__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.p-works__card:hover .p-works__card-img img {
  transform: scale(1.05);
}

.p-works__card-body {
  padding: 24px 24px 20px;
}

.p-works__card-title {
  font-size: 1.0625rem;
  font-weight: 500;
  margin-top: 16px;
}

.p-works__card-text {
  font-size: 0.8125rem;
  line-height: 1.7;
  color: oklch(44% 0.012 248);
  margin-top: 8px;
}

.p-works__card-tech {
  font-size: 0.75rem;
  color: oklch(44% 0.012 248 / 65%);
  margin-top: 16px;
  letter-spacing: 0.04em;
}

.p-works__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.p-works__tag {
  font-size: 0.75rem;
  color: oklch(44% 0.012 248);
  background: #ffffff;
  padding: 5px 12px;
  border-radius: 100px;
}

@media (max-width: 1023px) {
  .p-works__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .p-works {
    padding: 60px 0;
  }
  .p-works__grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-ib {
  display: inline-block;
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */

/* =============================================
 * コラム・お知らせ — p-column / p-column-card
 * ============================================= */

/* ── カテゴリーフィルタ ── */
.p-column__filter {
  background: var(--color-white);
  border-bottom: 1px solid var(--color-border);
  position: sticky;
  top: 0;
  z-index: 10;
}

.p-column__filter-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.p-column__filter-btn {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  border-radius: 100px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--color-muted);
  background: transparent;
  border: 1px solid var(--color-border);
  transition: background var(--dur-base) var(--ease-out),
              color var(--dur-base) var(--ease-out),
              border-color var(--dur-base) var(--ease-out);
  white-space: nowrap;
}

.p-column__filter-btn:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
  opacity: 1;
}

.p-column__filter-btn.is-active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}

/* ── 記事一覧 ── */
.p-column__content {
  background: var(--color-paper-2);
  padding: var(--space-xl) 0;
}

.p-column__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-md);
}

@media (max-width: 1024px) {
  .p-column__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .p-column__grid {
    grid-template-columns: 1fr;
    gap: var(--space-sm);
  }
}

.p-column__empty {
  text-align: center;
  color: var(--color-muted);
  padding: var(--space-xl) 0;
}

/* ── カード ── */
.p-column-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: box-shadow var(--dur-base) var(--ease-out),
              border-color var(--dur-base) var(--ease-out),
              transform var(--dur-base) var(--ease-out);
}

.p-column-card:hover {
  border-color: oklch(37% 0.121 248 / 0.2);
  box-shadow: 0 4px 16px oklch(14% 0.003 248 / 0.08);
  transform: translateY(-2px);
}

.p-column-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
}

.p-column-card__thumb {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--color-paper-2);
  flex-shrink: 0;
}

.p-column-card__thumb--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-paper-2);
}

.p-column-card__thumb--placeholder[data-cat="news"] {
  background: var(--color-rule);
}

.p-column-card__thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--dur-long) var(--ease-out);
}

.p-column-card:hover .p-column-card__thumb-img {
  transform: scale(1.04);
}

.p-column-card__thumb-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--color-muted);
  letter-spacing: 0.05em;
}

.p-column-card__body {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
  padding: 20px 24px 24px;
  flex: 1;
}

.p-column-card__cat {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--color-accent);
  letter-spacing: 0.04em;
}

.p-column-card__cat[data-cat="news"] {
  color: var(--color-primary);
}

.p-column-card__title {
  font-size: clamp(0.9375rem, 1.5vw, 1.0625rem);
  font-weight: 700;
  line-height: 1.55;
  color: var(--color-ink);
  transition: color var(--dur-base) var(--ease-out);
  overflow-wrap: anywhere;
  min-width: 0;
}

.p-column-card:hover .p-column-card__title {
  color: var(--color-primary);
}

.p-column-card__date {
  font-family: var(--font-en);
  font-size: 0.8125rem;
  color: var(--color-muted);
  margin-top: auto;
}

/* ── ページネーション ── */
.p-column__pagination {
  margin-top: var(--space-lg);
}

.p-column__pagination-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-column__pagination-item a,
.p-column__pagination-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-ink);
  background: var(--color-white);
  transition: background var(--dur-base) var(--ease-out),
              color var(--dur-base) var(--ease-out),
              border-color var(--dur-base) var(--ease-out);
}

.p-column__pagination-item span.current {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}

.p-column__pagination-item a:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
  opacity: 1;
}

/* ── 記事詳細 — 前後ナビ ── */
.p-article__nav {
  background: var(--color-paper-2);
  padding: var(--space-md) 0;
  border-top: 1px solid var(--color-border);
}

.p-article__nav-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-md);
}

.p-article__nav-link {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px 24px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  color: var(--color-ink);
  transition: border-color var(--dur-base) var(--ease-out),
              box-shadow var(--dur-base) var(--ease-out);
}

.p-article__nav-link:hover {
  border-color: var(--color-primary);
  box-shadow: 0 2px 8px oklch(14% 0.003 248 / 0.06);
  opacity: 1;
}

.p-article__nav-link--next {
  text-align: right;
}

.p-article__nav-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--color-muted);
  letter-spacing: 0.04em;
}

.p-article__nav-title {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
}

.p-article__nav-placeholder {
  display: block;
}

@media (max-width: 767px) {
  .p-article__nav-inner {
    grid-template-columns: 1fr;
  }

  .p-article__nav-link--next {
    text-align: left;
  }
}

/* ── 関連記事 ── */
.p-related {
  background: var(--color-paper);
  padding: var(--space-xl) 0;
}

.p-related__title {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 700;
  color: var(--color-ink);
  margin-bottom: var(--space-md);
  padding-bottom: var(--space-xs);
  border-bottom: 2px solid var(--color-primary);
  display: inline-block;
}

.p-related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-md);
}

@media (max-width: 1024px) {
  .p-related__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .p-related__grid {
    grid-template-columns: 1fr;
    gap: var(--space-sm);
  }
}

@media (max-width: 767px) {
  .p-column__filter {
    position: static;
  }

  .p-column__filter-inner {
    gap: 6px;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .p-column__filter-inner::-webkit-scrollbar {
    display: none;
  }
}
