@charset "UTF-8";

/* ------------------------------------------------------------------
   Root
   基準 16px 固定（画面幅による可変拡大はしない）
   ------------------------------------------------------------------ */

:root {
  --blue: #134e82;
  --blue2: #23629a;
  --orange: #e27c00;
  --black: #444444;
  --gray: #8f8f8f;
  --light-gray: #e9e9e9;
  --ivory: #f7f8fa;
  --white: #ffffff;
  --max-width: 1200px;
  --fv-max-width: 1600px;
  --content-padding: 80px;
  --content-width: 1040px;
  --site-gutter: max(0px, calc((100vw - var(--max-width)) / 2));
  --site-inset: calc(var(--site-gutter) + var(--content-padding));
  --site-inset-wide: calc(var(--site-gutter) + 174px);
  --header-height: 5rem;
  /* 共通スペーシング */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 28px;
  --space-8: 40px;
  --radius-btn: 6px;
  /* コラム・お知らせ（現行 desimu.com / Lightning origin3 と同じ） */
  --font-sans: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}

.u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

html {
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden;
  font-size: 16px;
  scroll-padding-top: calc(var(--header-height) + 8px);
}

body {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  color: var(--black);
  background: var(--ivory);
  line-height: 1.5;
}

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

img[class*="__"],
.c-btn img,
.p-worries__item img,
.p-achievement-card img,
.p-hero__stat-label img,
.p-hero__flow-item img,
.p-hero__flow-arrow,
.p-flow__step-icon img,
.p-cta-block__list img {
  flex-shrink: 0;
}

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

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

.l-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-top: var(--header-height);
  overflow-x: clip;
}

/* PC TOP: 1200px 固定枠（案Aフルブリード以前） */
@media (min-width: 1190px) {
  .l-page:not(.l-page--sub) {
    /* FVはヘッダー裏から開始（content の padding-top: 9rem でクリア） */
    padding-top: 0;
    width: 100%;
    max-width: var(--max-width);
    margin-inline: auto;
    overflow-x: visible;
    --site-gutter: 0px;
    --site-inset: var(--content-padding);
    --site-inset-wide: 174px;
  }

  /* 枠内に収める（100vwフルブリードを解除） */
  .l-page:not(.l-page--sub) .u-fullbleed {
    left: 0 !important;
    right: auto !important;
    width: 100% !important;
    transform: none;
  }

  .l-page:not(.l-page--sub) .p-worries::before,
  .l-page:not(.l-page--sub) .p-achievements__bg {
    left: 0;
    width: 100%;
    margin-left: 0;
    transform: none;
  }
}

/* SP/TB: worries / achievements 背景の 100vw 解除 */
@media (max-width: 1189px) {
  .l-page:not(.l-page--sub) .p-worries__bg {
    left: 0;
    width: 75%;
    margin-left: 0;
  }

  .l-page:not(.l-page--sub) .p-achievements__bg {
    left: 0;
    right: 0;
    width: 100%;
    margin-left: 0;
    transform: none;
  }
}

.l-container {
  width: min(100%, var(--max-width));
  margin-inline: auto;
  padding-inline: var(--content-padding);
}

.l-content {
  box-sizing: border-box;
  width: min(100%, var(--max-width));
  margin-inline: auto;
  padding-inline: var(--content-padding);
}

.l-inner {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  padding-inline: var(--content-padding);
}

/* SPのみ改行（PC/TBでは非表示） */
.u-br-sp {
  display: none;
}

/* Full-bleed background layer (100vw) inside a centered section */
.u-fullbleed {
  left: 50% !important;
  right: auto !important;
  width: 100vw !important;
  transform: translateX(-50%);
}

.c-section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
}

.c-section-title {
  margin: 0;
  text-align: center;
  color: var(--blue);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.045rem;
  line-height: 1;
}

.c-section-title--strengths {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  white-space: nowrap;
}

.c-section-title--strengths .c-section-title__num {
  font-family: Roboto, sans-serif;
  font-size: 46px;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1725rem;
}

.c-section-title--strengths .ls-072 {
  letter-spacing: -0.045rem;
}

.c-section-title--strengths .ls-612 {
  letter-spacing: -0.3825rem;
}

.c-section-title--strengths .ls-288 {
  letter-spacing: -0.18rem;
}

.c-section-title--strengths .ls-468 {
  letter-spacing: 0.2925rem;
}

.c-section-title--strengths .ls-144 {
  letter-spacing: 0.09rem;
}

.c-section-header__subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  margin: 0;
  color: var(--blue2);
  font-family: Mulish, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.05rem;
  margin-bottom: var(--space-6);
}

.c-section-header__subtitle::before,
.c-section-header__subtitle::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 3.125rem;
  height: 1px;
  background: currentColor;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-1);
  border: none;
  border-radius: var(--radius-btn);
  background: var(--orange);
  color: var(--white);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  cursor: pointer;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

.c-btn img {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
}

.c-btn--lg {
  min-height: 3.5rem;
  padding: 0.75rem 1.25rem;
  font-size: 20px;
  font-weight: 500;
}

.c-btn--sm {
  min-height: 2.25rem;
  padding: 0.25rem 1.125rem;
  margin-left: 0.9375rem;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.c-btn--blue {
  min-height: 3.5rem;
  padding: 0.625rem 1.875rem 0.75rem;
  background: var(--blue);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.c-btn-note {
  margin-top: var(--space-2);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

/* Header */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: var(--header-height);
  background: var(--white);
  box-sizing: border-box;
}

/* WP管理バー表示時: 固定ヘッダーをバー下へ */
.admin-bar .l-header {
  top: var(--wp-admin--admin-bar--height, 32px);
}

@media screen and (max-width: 782px) {
  .admin-bar .l-header {
    top: var(--wp-admin--admin-bar--height, 46px);
  }
}

/*
 * SP（〜600px）: WPコアは #wpadminbar を absolute にするが、
 * そのままではスクロール時にヘッダー上へ空きができる。
 * 管理バーも fixed に揃え、ヘッダーはその直下（46px）を維持する。
 */
@media screen and (max-width: 600px) {
  .admin-bar #wpadminbar {
    position: fixed;
  }

  .admin-bar .l-header {
    top: var(--wp-admin--admin-bar--height, 46px);
  }
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: var(--max-width);
  height: var(--header-height);
  margin-inline: auto;
  padding: 0.625rem 1.875rem;
  box-sizing: border-box;
}

/* PC: 1200〜1600は左右30pxを残して追従、1600超で固定 */
@media (min-width: 1190px) {
  .l-header__inner {
    max-width: 1600px;
    padding-inline: 30px;
  }
}

.l-header__logo {
  width: 8.9375rem;
  flex-shrink: 0;
}

.l-header__logo img {
  width: 100%;
  height: auto;
}

.l-header__nav {
  display: flex;
  align-items: center;
  gap: var(--space-5);
}

.l-header__nav > a:not(.c-btn) {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.64px;
}

.l-header__nav > a[aria-current="page"] {
  color: var(--blue);
}

/* SPメニュー用ラッパー。PCでは中身だけ使う */
.l-header__nav-sheet {
  display: contents;
}

.l-header__menu-wrap {
  display: contents;
}

.l-header__menu-close,
.l-header__menu-x,
.l-header__nav-close,
.l-header__nav-brand {
  display: none;
}

/* SP/TB: 3本線は flex+gap（iOS の absolute 崩れ対策）／×はクロスフェード */
@media (max-width: 1189px) {
  .l-header__menu {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10006;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    opacity: 1 !important;
    visibility: visible !important;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  .l-header__menu-icon,
  .l-header__menu-x {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transition:
      opacity 0.22s ease,
      transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0.22s ease;
  }

  .l-header__menu-icon {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
    width: 24px;
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
  }

  .l-header__menu-line {
    position: static !important;
    top: auto !important;
    left: auto !important;
    display: block !important;
    flex-shrink: 0;
    width: 24px;
    height: 2px !important;
    margin: 0 !important;
    border-radius: 2px;
    background: #134e82 !important;
    transform: none !important;
  }

  .l-header__menu-line:nth-child(1) {
    width: 24px !important;
  }

  .l-header__menu-line:nth-child(2) {
    width: 18px !important;
  }

  .l-header__menu-line:nth-child(3) {
    width: 12px !important;
  }

  .l-header__menu-x {
    display: block;
    color: #134e82;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0.75);
  }

  body.is-nav-open .l-header,
  body.is-nav-closing .l-header {
    z-index: 10005 !important;
    background-color: #fff !important;
    background: #fff !important;
  }

  body.is-nav-open .l-header__menu-icon,
  body.is-nav-closing .l-header__menu-icon {
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%) scale(0.75);
  }

  body.is-nav-open .l-header__menu-x,
  body.is-nav-closing .l-header__menu-x {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
  }

  /* 青い面はヘッダー下から（×を青背景に埋もれさせない） */
  body.is-nav-mounted .l-header__nav {
    top: var(--header-height, 60px) !important;
    height: calc(var(--nav-vh, 100svh) - var(--header-height, 60px)) !important;
    max-height: calc(var(--nav-vh, 100svh) - var(--header-height, 60px)) !important;
  }
}

.l-header__nav-en {
  display: none;
}

.l-header__nav-inner,
.l-header__nav-links {
  display: contents;
}

.l-header__nav-link {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.64px;
  text-decoration: none;
}

.l-header__nav-link[aria-current="page"] {
  color: var(--blue);
}

/* Hero */
.p-hero {
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 50rem;
  background: var(--ivory);
  overflow: visible;
}

.p-hero__bg-wrap {
  position: absolute;
  top: 0.75rem;
  bottom: 0;
  /* 1200pxデザイン枠に合わせて配置（超ワイドでも人物と離れない） */
  left: calc(var(--site-gutter) + 35.375rem);
  right: var(--site-gutter);
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  /* Figma: Ellipse 822（779×1120）で背景写真をマスク */
  -webkit-mask-image: url("../assets/hero-bg-ellipse-mask.svg");
  mask-image: url("../assets/hero-bg-ellipse-mask.svg");
  -webkit-mask-size: 48.6875rem 70rem;
  mask-size: 48.6875rem 70rem;
  -webkit-mask-position: 0.7305rem -8.2415rem;
  mask-position: 0.7305rem -8.2415rem;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

/*
  TOP FV:
  - 〜1189px: 従来レイヤー構成（SP/TB含む）
  - 1190px〜: 合成FV画像に差し替え、FV幅は最大1600まで拡大
*/
@media (min-width: 1190px) {
  .l-page:not(.l-page--sub) .p-hero {
    --fv-image-width: 730px;
    --fv-image-height: 720px;
    width: min(100vw, var(--fv-max-width));
    max-width: var(--fv-max-width);
    /* 画像下辺 = 悩みセクション上端になるよう FV 高さを固定 */
    height: calc(var(--header-height) + var(--fv-image-height));
    min-height: calc(var(--header-height) + var(--fv-image-height));
    margin-left: calc((100% - min(100vw, var(--fv-max-width))) / 2);
    overflow: hidden;
    isolation: isolate;
  }

  .l-page:not(.l-page--sub) .p-hero__content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin-inline: auto;
    /* ヘッダー下端〜label上端: 63.5px */
    padding: calc(var(--header-height) + 45.5px) 60px 2rem;
    box-sizing: border-box;
  }

  .l-page:not(.l-page--sub) .p-hero__bg-wrap,
  .l-page:not(.l-page--sub) .p-hero__photo-picture,
  .l-page:not(.l-page--sub) .p-hero__photo,
  .l-page:not(.l-page--sub) .p-hero__shape,
  .l-page:not(.l-page--sub) .p-hero__flow {
    display: none !important;
  }

  .l-page:not(.l-page--sub) .p-hero__visual {
    overflow: hidden;
    contain: paint;
  }

  .l-page:not(.l-page--sub) .p-hero__composite {
    display: block !important;
    position: absolute;
    left: auto;
    /*
      ヘッダー下端起点・730×720。
      FV高さ = ヘッダー + 画像高 のため、画像下辺が悩みセクション上端と一致する。
    */
    right: calc(max(0px, (100% - 1200px) / 2) - 125px);
    top: var(--header-height);
    bottom: auto;
    z-index: 1;
    width: var(--fv-image-width);
    height: var(--fv-image-height);
    max-width: none;
    max-height: none;
    aspect-ratio: 730 / 720;
    object-fit: contain;
    object-position: right top;
    pointer-events: none;
  }

  .l-page:not(.l-page--sub) .p-worries {
    z-index: 2;
    background: var(--ivory);
  }

  .l-page:not(.l-page--sub) .p-worries::before {
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
  }
}

.p-hero__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  border-radius: 0;
}

.p-hero__visual {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.p-hero__composite {
  display: none;
}

.p-hero__photo-picture {
  display: contents;
}

.p-hero__photo {
  position: absolute;
  right: var(--site-gutter);
  bottom: 0;
  width: 39.125rem;
  height: 46rem;
  aspect-ratio: 1 / 1;
  max-width: none;
  z-index: 1;
  object-fit: contain;
  object-position: right bottom;
}

.p-hero__shape {
  position: absolute;
  right: var(--site-gutter);
  bottom: 0;
  z-index: 2;
  width: 37.28125rem;
  height: 16.1875rem;
}

.p-hero__shape-bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.p-hero__tagline {
  position: absolute;
  left: 17.46875rem;
  top: 2.96875rem;
  width: 13.625rem;
  margin: 0;
  transform: rotate(-12.1deg);
  color: var(--white);
  font-family: "Oooh Baby", cursive;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.1875rem;
  white-space: nowrap;
}

.p-hero__flow {
  position: absolute;
  right: calc(var(--site-gutter) + 3.75rem);
  bottom: 1.875rem;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.p-hero__flow-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.375rem;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
}

.p-hero__flow-icon {
  position: relative;
  width: 3.75rem;
  height: 3.75rem;
  flex-shrink: 0;
}

.p-hero__flow-icon-bg,
.p-hero__flow-icon-mark {
  position: absolute;
  inset: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.p-hero__flow-icon-mark {
  inset: 0.875rem;
  max-width: calc(100% - 1.75rem);
  max-height: calc(100% - 1.75rem);
}

.p-hero__flow-item > img:first-child,
.p-hero__flow-icon-pc {
  width: 3.75rem;
  height: 3.75rem;
  object-fit: contain;
}

.p-hero__flow-arrow {
  width: 0.8125rem;
  height: auto;
  align-self: center;
  transform: rotate(90deg);
}

.p-hero__flow-icon-sp,
.p-hero__flow-arrow--sp {
  display: none;
}

.p-hero__content {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: var(--max-width);
  margin-inline: auto;
  padding: 9rem var(--content-padding) 2.1875rem;
}

.p-hero__label {
  display: inline-block;
  border-bottom: 0.5px solid var(--blue);
  color: var(--blue);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 100%;
  letter-spacing: 0.025rem;
}

.p-hero__title {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  margin: 1.5rem 0 0;
  color: #134e82;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
}

.p-hero__title-line {
  display: block;
}

.p-hero__title-line--row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.p-hero__title-sm {
  font-size: 36px;
}

.p-hero__title-accent {
  color: #e27c00;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.p-hero__title .ls-728 {
  letter-spacing: -0.455rem;
}

.p-hero__title .ls-1404 {
  letter-spacing: -0.8775rem;
}

.p-hero__title .ls-572 {
  letter-spacing: -0.3575rem;
}

.p-hero__title .ls-1728 {
  letter-spacing: -1.08rem;
}

.p-hero__title .ls-260 {
  letter-spacing: -0.1625rem;
}

.p-hero__title .ls-312 {
  letter-spacing: -0.195rem;
}

.p-hero__title .ls-208 {
  letter-spacing: -0.13rem;
}

.p-hero__title .ls-464 {
  letter-spacing: -4.64px;
}

.p-hero__title .ls-986 {
  letter-spacing: -9.86px;
}

.p-hero__title .ls-104 {
  letter-spacing: 0.065rem;
}

.p-hero__title .ls-052 {
  letter-spacing: 0.0325rem;
}

.p-hero__catch {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin-top: 1rem;
}

.p-hero__catch-row {
  display: flex;
  align-items: center;
  gap: 0.125rem;
}

.p-hero__catch-prefix,
.p-hero__catch-suffix,
.p-hero__catch-line2 {
  color: #134e82;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.p-hero__catch-sm {
  font-size: 26px;
}

.p-hero__catch .ls-090 {
  letter-spacing: -0.05625rem;
}

.p-hero__catch .ls-060 {
  letter-spacing: -0.0375rem;
}

.p-hero__catch .ls-120 {
  letter-spacing: -0.075rem;
}

.p-hero__catch .ls-1248 {
  letter-spacing: -0.78rem;
}

.p-hero__catch .ls-360 {
  letter-spacing: -0.225rem;
}

.p-hero__catch .ls-330 {
  letter-spacing: -0.20625rem;
}

.p-hero__catch-design {
  display: block;
  height: 2.375rem;
  width: auto;
}

.p-hero__lead {
  margin-top: 1rem;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}

.p-hero__lead-line {
  display: block;
}

.p-hero__stats-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-self: flex-start;
  width: fit-content;
  max-width: 100%;
  gap: 4px;
  margin-top: 1.125rem;
}

.p-hero__stats {
  display: flex;
  gap: 0.5rem;
  margin-top: 0;
}

.p-hero__stats-asof {
  margin: 0;
  padding-right: 8px;
  color: var(--black);
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

.p-hero__stat {
  width: 9.375rem;
  border: 1px solid var(--light-gray);
  border-radius: 0.75rem;
  background: var(--white);
  text-align: center;
  padding-bottom: 0.5rem;
}

.p-hero__stat-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  font-size: 14px;
  font-weight: 500;
  margin: 1.125rem 0 -0.625rem;
}

.p-hero__stat-label img {
  width: 1.125rem;
  height: 1.125rem;
  object-fit: contain;
}

.p-hero__stat-value {
  margin: 0.5rem 0;
  color: var(--blue);
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.p-hero__stat-num {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

.p-hero__stat-value small {
  font-size: 18px;
  font-weight: 500;
}

.p-hero__stat-value .p-hero__stat-note {
  font-size: 10px;
  font-weight: 500;
}

.p-hero__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  width: 29.125rem;
  margin-top: 1.875rem;
}

.p-hero__cta .c-btn {
  width: 100%;
}

.p-hero__cta .c-btn-note {
  margin-top: 0;
}

/* Worries */
.p-worries {
  position: relative;
  z-index: 1;
  padding: 33px var(--site-inset-wide) 54px;
}

.p-worries__bg {
  position: absolute;
  inset: 0 auto 0 0;
  left: 50%;
  width: 75vw;
  margin-left: -50vw;
  overflow: hidden;
}

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

.p-worries__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  /* 左（人物）はかからない／右へ行くほど白が強くなる */
  background: linear-gradient(
    to right,
    rgba(247, 248, 250, 0) 0%,
    rgba(247, 248, 250, 0) 38%,
    rgba(247, 248, 250, 0.4) 58%,
    rgba(247, 248, 250, 0.88) 78%,
    rgba(247, 248, 250, 1) 100%
  );
}

.p-worries::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: var(--ivory);
}

.p-worries__content {
  position: relative;
  padding-top: 47px;
  margin-left: auto;
  max-width: 610px;
  text-align: center;
}

.p-worries__title {
  margin: 0 0 -12px;
  color: #444;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.p-worries__title-comma {
  letter-spacing: -12px;
}

.p-worries__sub {
  margin: 20px 0 -20px;
  font-size: 20px;
  font-weight: 500;
}

.p-worries__list {
  margin-top: 24px;
  padding: 26px 30px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  text-align: left;
}

.p-worries__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid var(--gray);
  font-size: 16px;
  font-weight: 500;
}

.p-worries__item img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
}

/* Solution */
.p-solution {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px var(--site-inset) 50px;
  background: var(--ivory);
}

.p-solution__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: var(--content-width);
  padding: 20px 0;
}

.p-solution__head {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  padding: 2px 6px;
}

.p-solution__line {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.142px;
  height: 41.602px;
  flex-shrink: 0;
}

.p-solution__line-inner {
  display: block;
  width: 44.272px;
  flex-shrink: 0;
}

.p-solution__line-inner--left {
  transform: rotate(70deg);
}

.p-solution__line-inner--right {
  transform: scaleX(-1) scaleY(-1) rotate(110deg) rotate(180deg);
}

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

.p-solution__title {
  margin: 0;
  color: var(--blue);
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}

.p-solution__title .accent {
  color: var(--orange);
}

.p-solution__lead {
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: var(--black);
  letter-spacing: 0.36px;
}

/* Services */
.p-services {
  background: var(--ivory);
  padding-inline: var(--site-gutter);
}

.p-services__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 70px var(--content-padding);
  border-radius: 80px;
  background: var(--white);
  overflow: clip;
  box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, 0.25),
    inset 0 -2px 4px rgba(0, 0, 0, 0.25);
}

.p-services__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.p-services__title {
  margin: 0;
  color: var(--blue);
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.72px;
  text-align: center;
}

.p-services__subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  color: var(--blue2);
  font-family: Mulish, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.8px;
}

.p-services__subtitle::before,
.p-services__subtitle::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 50px;
  height: 1px;
  background: currentColor;
}

.p-services__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.p-services__lead {
  margin: 0;
  max-width: 524px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.72px;
  color: var(--black);
}

.p-services__lead-sub {
  color: #444;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.72px;
  margin-top: -20px;
  margin-bottom: 0;
}

.p-services__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 480px));
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: var(--max-width);
}

.p-service-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 480px;
  min-width: 0;
  height: 100%;
  padding: 28px 40px 24px;
  border: 1px solid var(--gray);
  border-radius: 10px;
  background: var(--white);
  box-sizing: border-box;
}

.p-service-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.p-service-card__head--end {
  align-items: flex-end;
}

.p-service-card__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 46px;
  flex-shrink: 0;
  overflow: visible;
}

.p-service-card__divider img {
  width: 46px;
  transform: rotate(90deg);
}

.p-service-card__num {
  flex-shrink: 0;
  color: var(--blue);
  font-family: Roboto, sans-serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.76px;
}

.p-service-card__head-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.p-service-card__title {
  margin: 0;
  color: #134e82;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.p-service-card__title--ls-260 {
  letter-spacing: 2.6px;
}

.p-service-card__title--ls-130 {
  letter-spacing: 1.3px;
}

.p-service-card__meta {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: var(--blue);
  white-space: nowrap;
}

.p-service-card__badge {
  flex-shrink: 0;
  padding: 3px 8px 4px;
  border-radius: 2px;
  background: var(--orange);
  color: var(--white);
  font-size: 14px;
  letter-spacing: 0.56px;
  white-space: nowrap;
}

.p-service-card__desc {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 0 0 auto;
  color: var(--black);
}

.p-service-card__desc strong {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
}

.p-service-card__desc p {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
  color: var(--black);
}

.p-service-card__foot {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  width: 100%;
  margin-top: auto;
}

.p-service-card__recommend {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 310px;
  max-width: 100%;
  min-height: 67px;
  padding-bottom: 10px;
  border: 1px solid var(--blue);
  border-radius: 2px;
  background: var(--ivory);
}

.p-service-card__recommend-head {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  background: var(--blue);
  color: var(--white);
}

.p-service-card__recommend-head p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.p-service-card__recommend-head img {
  width: 11px;
  height: 13px;
  flex-shrink: 0;
}

.p-service-card__recommend > p {
  margin: 0;
  padding-inline: 8px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.28px;
  color: var(--black);
}

.p-service-card__link {
  flex-shrink: 0;
  padding: 4px 0;
  border-bottom: 1px solid var(--blue);
  color: var(--blue);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.p-services__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.p-services__cta-lead {
  margin: 0;
  color: var(--blue);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.p-services__cta-lead strong {
  font-size: 26px;
  font-weight: 700;
}

.p-services__cta-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.p-services__cta-action .c-btn-note {
  margin-top: 0;
}

.p-services__cta .c-btn {
  width: 400px;
  max-width: 100%;
  font-size: 18px;
}

/* Strengths */
.p-strengths {
  background: var(--ivory);
  padding-inline: var(--site-gutter);
}

.p-strengths__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: var(--max-width);
  margin-inline: auto;
  padding: 80px var(--content-padding);
}

.p-strengths__grid {
  display: grid;
  grid-template-columns: repeat(2, 506px);
  gap: 24px;
  width: 1036px;
  max-width: 100%;
}

.p-strength-card {
  display: flex;
  width: 506px;
  max-width: 100%;
  min-height: 280px;
}

.p-strength-card__no {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  padding-inline: 10px;
  border-radius: 10px 0 0 0;
  background: var(--blue2);
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.28px;
}

.p-strength-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  min-height: 280px;
  padding: 20px 22px;
  border-radius: 0 0 10px 0;
  background: var(--white);
}

.p-strength-card__top {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}

.p-strength-card__intro {
  flex: 1;
}

.p-strength-card__title {
  margin: 0;
  color: var(--blue);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.72px;
}

.p-strength-card__title-line {
  display: block;
}

.p-strength-card__catch {
  margin: 8px 0 0;
  color: var(--orange);
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}

.p-strength-card__icon {
  width: 62px;
  height: auto;
  flex-shrink: 0;
  object-fit: contain;
}

.p-strength-card__text {
  margin: 8px 0 0;
  color: #333;
  font-size: 14px;
  line-height: 1.4;
}

.p-strength-card__foot {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 8px;
  background: var(--ivory);
  color: var(--black);
}

.p-strength-card__foot-label {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  transform: none;
}

.p-strength-card__foot-group {
  display: inline-flex;
  align-items: center;
}

.p-strength-card__foot-num {
  position: relative;
  top: -5px;
  margin-inline: 4px;
  color: var(--blue);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  transform: none;
}

.p-strength-card__foot-unit {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  transform: none;
}

/* Achievements */
.p-achievements {
  position: relative;
  z-index: 0;
  padding: 80px var(--site-inset);
  text-align: center;
  overflow: hidden;
  isolation: isolate;
  background-color: var(--ivory);
}

.p-achievements::before {
  content: none;
  display: none;
}

.p-achievements__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: none;
  margin-left: 0;
  transform: none;
  overflow: hidden;
  pointer-events: none;
}

.p-achievements__bg-photo {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center center;
  opacity: 0.4;
}

@media (min-width: 1190px) {
  .p-achievements__bg-photo {
    object-position: bottom center;
  }
}

.p-achievements__bg-logo {
  position: absolute;
  z-index: 1;
  top: 72px;
  right: 32px;
  width: 259px;
  height: 198px;
  overflow: hidden;
}

.p-achievements__bg-logo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-achievements > *:not(.p-achievements__bg) {
  position: relative;
  z-index: 2;
}

.p-achievements__lead {
  margin: -10px 0 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.p-achievements__grid-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: fit-content;
  max-width: 100%;
  margin: 40px auto 0;
  gap: 6px;
}

.p-achievements__grid {
  display: grid;
  grid-template-columns: repeat(3, 280px);
  justify-content: center;
  gap: 20px;
  margin-top: 0;
}

.p-achievements__asof {
  margin: 0;
  padding-right: 8px;
  color: var(--black);
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2px;
  white-space: nowrap;
  text-align: right;
}

.p-achievement-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 280px;
  height: 160px;
  padding: 23px 20px 0;
  border-radius: 10px;
  background: var(--white);
  box-sizing: border-box;
  overflow: hidden;
}

.p-achievement-card img {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  object-fit: contain;
}

.p-achievement-card__label {
  color: var(--, #444);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.64px;
  margin: 4px 0 -4px;
}

.p-achievement-card__value {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 6px;
  line-height: 0;
}

.p-achievement-card__num {
  color: var(--blue);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -1.8px;
}

.p-achievement-card__value small {
  margin-top: 20px;
  color: var(--blue);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.9px;
}

.p-achievement-card__suffix {
  margin-top: 39px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.56px;
  color: var(--black);
  font-weight: 400;
}

.p-achievement-card__value--sm .p-achievement-card__num {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -2px;
}

.p-achievement-card__value--sm small {
  margin-top: 17px;
  font-size: 24px;
  line-height: 46px;
  letter-spacing: -0.96px;
}

.p-achievement-card__value--sm .p-achievement-card__suffix {
  margin-top: 36px;
  line-height: 1;
}

.p-achievement-card__value--sm-wide small {
  margin-top: 28px;
  line-height: 1;
}

.p-achievement-card__value--sm-wide .p-achievement-card__suffix {
  margin-top: 33px;
  line-height: 24px;
}

.p-achievement-card__value--sm-count .p-achievement-card__suffix {
  margin-top: 38px;
  line-height: 14px;
}

/* Flow */
.p-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px var(--site-inset);
  background: var(--ivory);
}

.p-flow__steps {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
  box-sizing: border-box;
  min-width: 0;
}

.p-flow__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 0;
  flex-shrink: 1;
  width: auto;
  min-width: 175px;
  max-width: 180px;
  max-height: 246px;
  padding: 26px 3px 20px;
  border-radius: 80px 80px 0 0;
  background: var(--white);
  text-align: center;
  box-sizing: border-box;
}

.p-flow__step-arrow {
  flex-shrink: 0;
  align-self: center;
  width: 20px;
  height: 17px;
  object-fit: contain;
  transform: rotate(-90deg) scaleY(-1);
}

/* 1195px以下では上3・下2になるよう、3つ目の後ろで改行 */
.p-flow__steps-break {
  display: none;
}

@media (min-width: 768px) and (max-width: 1195px) {
  .p-flow__steps {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 8px;
    width: 100%;
    max-width: 100%;
  }

  .p-flow__steps-break {
    display: block;
    flex-basis: 100%;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
  }

  .p-flow__step {
    flex: 0 0 auto;
    width: 180px;
    min-width: 180px;
    max-width: 180px;
    min-height: 244px;
  }

  .p-flow__step-arrow {
    display: block;
  }
}

.p-flow__step-label {
  margin: 0;
  color: var(--blue);
  font-family: Mulish, sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: 26px;
}

.p-flow__step-label-ste {
  font-size: 20px;
  line-height: 26px;
}

.p-flow__step-label-p {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1.6px;
}

.p-flow__step-label-zero {
  font-size: 30px;
  line-height: 26px;
}

.p-flow__step-label-num {
  font-size: 30px;
  line-height: 26px;
  letter-spacing: 1.2px;
}

.p-flow__step-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin: 0;
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.p-flow__step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 84px;
  overflow: hidden;
}

.p-flow__step:first-of-type .p-flow__step-icon {
  height: 80px;
}

.p-flow__step-icon img {
  width: 50px;
  height: auto;
  max-height: 50px;
  object-fit: contain;
}

.p-flow__step-text {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

.p-flow__note {
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
  margin: 14px auto 0;
  font-size: 14px;
  letter-spacing: 0.56px;
  text-align: left;
}

.p-flow__cta {
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
  margin: 20px auto 0;
  padding: 30px;
  border-radius: 10px;
  background: var(--blue2);
  color: var(--white);
}

.p-flow__cta-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
}

.p-flow__cta-grid > div:first-child > p {
  width: 330px;
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.p-flow__cta-list {
  width: 330px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-flow__cta-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid var(--light-gray);
  font-size: 16px;
}

.p-flow__cta-list img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.p-flow__cta-action {
  flex-shrink: 0;
  text-align: center;
}

.p-flow__cta-note__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  margin: 0 auto;
}

.p-flow__cta-note__text {
  line-height: 1.5;
  text-align: center;
}

.p-flow__cta-note__text p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.p-flow__cta-note__sub {
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  white-space: nowrap;
}

.p-flow__cta-note__slash {
  width: 44px;
  height: auto;
  flex-shrink: 0;
  object-fit: contain;
}

.p-flow__cta-note__slash--left {
  transform: rotate(70deg);
}

.p-flow__cta-note__slash--right {
  transform: rotate(110deg) scaleY(-1);
}

.p-flow__cta-action .c-btn {
  margin-top: 20px;
}

/* FAQ */
.p-faq {
  padding: 80px var(--site-inset);
  background: var(--ivory);
}

.p-faq__list {
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
}

.p-faq__item {
  margin-bottom: 30px;
  background: var(--white);
  interpolate-size: allow-keywords;
}

.p-faq__item::details-content {
  block-size: 0;
  overflow: hidden;
  transition:
    block-size 0.55s cubic-bezier(0.33, 1, 0.68, 1),
    content-visibility 0.55s allow-discrete;
  transition-behavior: allow-discrete;
}

.p-faq__item[open]::details-content {
  block-size: auto;
}

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

.p-faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  cursor: pointer;
  list-style: none;
}

.p-faq__item summary::-webkit-details-marker {
  display: none;
}

.p-faq__q {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
  min-width: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.64px;
}

.p-faq__toggle {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  object-fit: contain;
  transition: transform 0.55s cubic-bezier(0.33, 1, 0.68, 1);
}

.p-faq__item[open] .p-faq__toggle {
  transform: scaleY(-1);
}

.p-faq__mark {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  background: var(--blue);
  color: var(--white);
  font-size: 16px;
}

.p-faq__answer {
  border-top: 1px solid transparent;
  transition: border-color 0.55s cubic-bezier(0.33, 1, 0.68, 1);
}

.p-faq__item[open] .p-faq__answer {
  border-top-color: var(--light-gray);
}

.p-faq__answer-inner {
  display: flex;
  gap: 14px;
  padding: 20px;
  opacity: 0;
  transform: translateY(-8px);
  transition:
    opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.06s,
    transform 0.55s cubic-bezier(0.33, 1, 0.68, 1);
}

.p-faq__item[open] .p-faq__answer-inner {
  opacity: 1;
  transform: translateY(0);
}

@supports not (interpolate-size: allow-keywords) {
  .p-faq__answer {
    display: grid;
    grid-template-rows: 0fr;
    transition:
      grid-template-rows 0.55s cubic-bezier(0.33, 1, 0.68, 1),
      border-color 0.55s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .p-faq__item[open] .p-faq__answer {
    grid-template-rows: 1fr;
  }

  .p-faq__answer-inner {
    min-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transform: none;
    transition:
      padding 0.55s cubic-bezier(0.33, 1, 0.68, 1),
      opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.06s;
  }

  .p-faq__item[open] .p-faq__answer-inner {
    padding: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .p-faq__item::details-content,
  .p-faq__answer,
  .p-faq__answer-inner,
  .p-faq__toggle {
    transition: none;
  }
}

.p-faq__answer-inner p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.64px;
}

.p-faq__mark--a {
  background: transparent;
  border: 1px solid var(--blue);
  color: var(--blue);
}

html.is-faq-enhanced .p-faq__item::details-content {
  block-size: auto;
  overflow: visible;
  transition: none;
}

html.is-faq-enhanced .p-faq__answer {
  display: block;
  overflow: hidden;
  transition: height 0.42s cubic-bezier(0.33, 1, 0.68, 1);
}

html.is-faq-enhanced .p-faq__answer-inner {
  opacity: 1;
  transform: none;
  transition: none;
}

html.is-faq-enhanced .p-faq__item.is-closing .p-faq__answer {
  border-top-color: transparent;
}

html.is-faq-enhanced .p-faq__item.is-closing .p-faq__toggle {
  transform: none;
}

@supports not (interpolate-size: allow-keywords) {
  html.is-faq-enhanced .p-faq__answer {
    grid-template-rows: none;
  }
}

/* Column */
.p-column {
  padding: 5rem var(--site-inset);
  background: var(--ivory);
}

.p-column__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
}

.p-column__lead {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.0275rem;
  text-align: center;
}

.p-column__lead em {
  color: var(--orange);
  font-style: normal;
}

.p-column__desc {
  margin-top: 1.25rem;
  text-align: center;
}

.p-column__desc p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02rem;
}

.p-column__grid {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  gap: 1.875rem;
  width: 100%;
  margin-top: 2.5rem;
}

.p-column-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 18.75rem;
  height: 18.75rem;
  padding: 1.25rem;
  background: var(--white);
  box-shadow: 1px 1px 0.25rem rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  overflow: hidden;
}

a.p-column-card {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.p-column-card__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  height: 16.125rem;
}

.p-column-card__photo {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  flex-shrink: 0;
  width: 260px;
  height: 146px;
  aspect-ratio: 130 / 73;
  overflow: hidden;
  background: var(--white);
}

.p-column-card__photo img,
.p-column-card__img {
  /* 幅100%・高さは比率任せ。枠より低い場合は下に余白、高い場合は下をクリップ */
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: unset !important;
  object-position: top center !important;
  align-self: flex-start;
  flex-shrink: 0;
}

.p-column-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  width: 100%;
  min-width: 0;
}

.p-column-card__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.p-column-card__date {
  color: #444;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.035rem;
  white-space: nowrap;
}

.p-column-card__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 6.25rem;
  height: 1.25rem;
  padding: 0 1.125rem;
  background: var(--blue2);
  color: var(--white);
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.52px;
  box-sizing: border-box;
}

.p-column-card__title {
  margin: 0;
  color: #444;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.0175rem;
}

.p-column__btn {
  display: flex;
  margin-top: 2.5rem;
  width: 25rem;
  height: 3.5rem;
  padding: 0.625rem 1.875rem 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  box-sizing: border-box;
  font-size: 16px;
}

/* Contact CTA (before footer) */
.p-cta-block {
  padding: 2.5rem var(--site-inset);
  background: var(--ivory);
  box-shadow: none;
}

.p-cta-block__card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 3.75rem 0;
  border-radius: 1.25rem;
  background: var(--white, #fff);
  box-shadow: 0.125rem 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.25);
}

.p-cta-block__left {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  align-items: flex-start;
  flex-shrink: 0;
}

.p-cta-block__copy {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
}

.p-cta-block__header {
  align-items: center;
}

.p-cta-block__message {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.p-cta-block__lead {
  margin: 0;
  color: var(--blue);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.03rem;
}

.p-cta-block__text {
  margin: 0;
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.p-cta-block__photo {
  position: relative;
  width: 23.125rem;
  height: 18rem;
  overflow: hidden;
}

.p-cta-block__photo img {
  position: absolute;
  width: 128.34%;
  height: 110.45%;
  left: -15.03%;
  top: -2.91%;
  max-width: none;
  object-fit: cover;
}

.p-cta-block__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  flex: 0 0 auto;
  flex-shrink: 0;
  box-sizing: border-box;
  width: fit-content;
  max-width: 100%;
  padding: 1.875rem;
  border-radius: 0.625rem;
  border: 0.125rem solid var(--light-gray, #e9e9e9);
  background: var(--white, #fff);
  box-shadow: 1px 1px 0.125rem 0 rgba(0, 0, 0, 0.25);
}

.p-cta-block__form-native {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  margin: 0;
}

.p-cta-block__form-inner {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
}

.p-cta-block__fields {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  width: auto;
  max-width: 100%;
}

.p-cta-block__field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  min-width: 0;
}

.p-cta-block__field-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
  box-sizing: border-box;
  width: 9.5rem;
  max-width: 100%;
  flex-wrap: nowrap;
  align-self: flex-start;
}

.p-cta-block__form--cf7 .p-cta-block__field-head,
.p-cta-block__form--cf7 label.p-cta-block__field-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 9.5rem !important;
  max-width: 100%;
  margin: 0;
  font-weight: 500;
  align-self: flex-start;
}

/* 長いラベル：必須を文字の直後に置く（他フィールドの固定幅揃えから外す） */
.p-cta-block__field-head--wide,
.p-cta-block__form--cf7 .p-cta-block__field-head--wide,
.p-cta-block__form--cf7 label.p-cta-block__field-head--wide,
.p-cta-block__form--cf7 label.p-cta-block__field-head[for="contact-type"] {
  width: fit-content !important;
  min-width: 0 !important;
  max-width: 100% !important;
  justify-content: flex-start !important;
  gap: 0.25rem !important;
}

.p-cta-block__field-head--wide .p-cta-block__badge,
.p-cta-block__form--cf7 .p-cta-block__field-head--wide .p-cta-block__badge,
.p-cta-block__form--cf7 label.p-cta-block__field-head[for="contact-type"] .p-cta-block__badge {
  margin-left: 0.25rem !important;
}

.p-cta-block__field-head label,
.p-cta-block__field-head .p-cta-block__label-text {
  flex: 0 1 auto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04rem;
  line-height: 1;
  white-space: nowrap;
}

.p-cta-block__form--cf7 .p-cta-block__field-head label {
  display: inline !important;
  margin: 0 !important;
  width: auto !important;
}

.p-cta-block__badge {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 auto !important;
  padding: 0.125rem 0.125rem 0.1875rem;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03rem;
  white-space: nowrap;
  color: var(--white);
}

.p-cta-block__badge--required {
  background: #cf2c2c;
}

.p-cta-block__badge--optional {
  background: var(--gray);
}

/* Contact Form 7 inside CTA */
.p-cta-block__form--cf7 .wpcf7 {
  width: 100%;
  margin: 0;
}

.p-cta-block__form--cf7 .wpcf7-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 0;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
}

/* iOS Safari: flex直下の hidden が空の入力枠として見える */
.p-cta-block__form--cf7 .wpcf7-form > input[type="hidden"],
.p-cta-block__form--cf7 input[type="hidden"],
.p-cta-block__form--cf7 .wpcf7-form .wpcf7-hidden,
.p-cta-block__form--cf7 .hidden-fields-container {
  display: none !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.p-cta-block__form--cf7 .wpcf7-form:not(.sent):not(.invalid):not(.failed):not(.unaccepted):not(.spam):not(.aborted) .wpcf7-response-output:empty,
.p-cta-block__form--cf7 .wpcf7-form.init .wpcf7-response-output {
  display: none !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.p-cta-block__form--cf7 .wpcf7-form p,
.p-cta-block__form--cf7 .p-cta-block__field p,
.p-cta-block__form--cf7 .p-cta-block__form-inner p,
.p-cta-block__form--cf7 .p-cta-block__field-head p,
.p-cta-block__form--cf7 .p-cta-block__select-wrap p,
.p-cta-block__form--cf7 .p-cta-block__privacy p {
  margin: 0;
  padding: 0;
}

/* CF7 が label+input を同一 <p> に入れるため、フィールド内 p を縦積みに */
.p-cta-block__form--cf7 .p-cta-block__field > p {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.p-cta-block__form--cf7 .wpcf7-form br,
.p-cta-block__form--cf7 .p-cta-block__field br,
.p-cta-block__form--cf7 .p-cta-block__field-head br,
.p-cta-block__form--cf7 .p-cta-block__form-inner br,
.p-cta-block__form--cf7 .p-cta-block__select-wrap br,
.p-cta-block__form--cf7 .p-cta-block__privacy br {
  display: none;
}

.p-cta-block__form--cf7 .wpcf7-form > p {
  margin: 0;
  width: 100%;
}

.p-cta-block__form--cf7 .wpcf7-response-output {
  margin: 0;
  width: 100%;
  max-width: 25rem;
  box-sizing: border-box;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  border-radius: 4px;
  border: none;
}

.p-cta-block__form--cf7 .wpcf7-mail-sent-ok,
.p-cta-block__form--cf7 form.sent .wpcf7-response-output {
  background: #e8f5e9;
  color: #1b5e20;
}

.p-cta-block__form--cf7 .wpcf7-validation-errors,
.p-cta-block__form--cf7 .wpcf7-mail-sent-ng,
.p-cta-block__form--cf7 .wpcf7-aborted,
.p-cta-block__form--cf7 .wpcf7-spam,
.p-cta-block__form--cf7 form.invalid .wpcf7-response-output,
.p-cta-block__form--cf7 form.failed .wpcf7-response-output,
.p-cta-block__form--cf7 form.aborted .wpcf7-response-output,
.p-cta-block__form--cf7 form.spam .wpcf7-response-output {
  background: #fdecea;
  color: #b71c1c;
}

.p-cta-block__form--cf7 .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.25rem;
  font-size: 12px;
  color: #cf2c2c;
}

.p-cta-block__form--cf7 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.p-cta-block__field input:not([type="hidden"]):not([type="checkbox"]),
.p-cta-block__field textarea,
.p-cta-block__form--cf7 .p-cta-block__field .wpcf7-form-control:not([type="checkbox"]):not([type="submit"]):not([type="acceptance"]):not([type="hidden"]),
.p-cta-block__form--cf7 .p-cta-block__field input.wpcf7-text,
.p-cta-block__form--cf7 .p-cta-block__field input.wpcf7-email,
.p-cta-block__form--cf7 .p-cta-block__field input.wpcf7-tel,
.p-cta-block__form--cf7 .p-cta-block__field textarea.wpcf7-textarea {
  box-sizing: border-box;
  width: 25rem;
  max-width: 100%;
  padding: 0.4375rem 0.375rem;
  border: 1px solid var(--gray);
  border-radius: 0.25rem;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.035rem;
  color: var(--black);
  background: var(--white);
}

.p-cta-block__field input:not([type="hidden"]):not([type="checkbox"]),
.p-cta-block__form--cf7 .p-cta-block__field input.wpcf7-text,
.p-cta-block__form--cf7 .p-cta-block__field input.wpcf7-email,
.p-cta-block__form--cf7 .p-cta-block__field input.wpcf7-tel {
  height: 1.75rem;
}

.p-cta-block__field textarea,
.p-cta-block__form--cf7 .p-cta-block__field textarea.wpcf7-textarea {
  height: 6.25rem;
  resize: none;
}

.p-cta-block__field input::placeholder,
.p-cta-block__field textarea::placeholder {
  color: var(--gray);
}

.p-cta-block__select-wrap {
  position: relative;
  width: 25rem;
  max-width: 100%;
  box-sizing: border-box;
  overflow: visible;
  transform: none;
}

.p-cta-block__form--cf7 .p-cta-block__select-wrap .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  overflow: visible;
  transform: none;
}

.p-cta-block__select-wrap select,
.p-cta-block__form--cf7 .p-cta-block__select-wrap select.wpcf7-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 1.75rem;
  min-height: 1.75rem;
  padding: 0 1.75rem 0 0.375rem;
  border: 1px solid var(--gray);
  border-radius: 0.25rem;
  background-color: var(--white);
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.625rem;
  letter-spacing: 0.035rem;
  color: var(--black);
  overflow: visible;
  transform: none !important;
  filter: none !important;
}

.p-cta-block__select-wrap select option,
.p-cta-block__form--cf7 .p-cta-block__select-wrap select.wpcf7-select option {
  font-size: 14px;
  line-height: 1.4;
}

.p-cta-block__select-wrap select:invalid,
.p-cta-block__form--cf7 .p-cta-block__select-wrap select.wpcf7-select:invalid {
  color: var(--gray);
}

.p-cta-block__select-wrap select:valid,
.p-cta-block__form--cf7 .p-cta-block__select-wrap select.wpcf7-select:valid {
  color: var(--black);
}

.p-cta-block__select-wrap img {
  position: absolute;
  top: calc(50% - 0.15625rem);
  right: 0.875rem;
  width: 0.625rem;
  height: 0.3125rem;
  transform: none;
  pointer-events: none;
  z-index: 1;
}

.p-cta-block__form--cf7 .p-cta-block__select-wrap::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.15625rem);
  right: 0.875rem;
  width: 0.625rem;
  height: 0.3125rem;
  transform: none;
  pointer-events: none;
  z-index: 1;
  background: url("../assets/db6b9e9b48e95d548de1cb369f3201897fe9cad4.svg") center / contain no-repeat;
}

/* カスタムセレクト: ネイティブOSポップアップの代わりに fixed パネルを使う */
.p-cta-block__select-wrap--custom .p-cta-block__select-native,
.p-cta-block__select-wrap--custom select.wpcf7-select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.p-cta-block__select-wrap--custom::after,
.p-cta-block__form--cf7 .p-cta-block__select-wrap--custom::after {
  display: none !important;
}

.p-cta-block__select-trigger {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  height: 1.75rem;
  min-height: 1.75rem;
  padding: 0 0.875rem 0 0.375rem;
  border: 1px solid var(--gray);
  border-radius: 0.25rem;
  background: var(--white);
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.035rem;
  color: var(--black);
  text-align: left;
  cursor: pointer;
}

.p-cta-block__select-trigger.is-placeholder {
  color: var(--gray);
}

.p-cta-block__select-wrap.is-open .p-cta-block__select-trigger,
.p-cta-block__select-trigger:focus {
  outline: none;
  border-color: var(--blue2, #23629a);
}

.p-cta-block__select-trigger-text {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.25;
}

.p-cta-block__select-trigger-icon {
  flex: 0 0 auto;
  width: 0.625rem;
  height: 0.3125rem;
  background: url("../assets/db6b9e9b48e95d548de1cb369f3201897fe9cad4.svg") center / contain no-repeat;
}

.p-cta-block__select-panel {
  box-sizing: border-box;
  margin: 0;
  padding: 0.25rem 0;
  border: 1px solid var(--gray);
  border-radius: 0.25rem;
  background: var(--white);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.p-cta-block__select-panel[hidden] {
  display: none !important;
}

.p-cta-block__select-option {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.5rem 0.75rem;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.035rem;
  color: var(--black);
  text-align: left;
  cursor: pointer;
}

.p-cta-block__select-option:hover,
.p-cta-block__select-option:focus {
  outline: none;
  background: #eef4fa;
}

.p-cta-block__select-option.is-selected {
  background: var(--blue2, #23629a);
  color: var(--white);
}

.p-cta-block__select-option.is-disabled {
  color: var(--gray);
  cursor: default;
}

.p-cta-block__privacy {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  margin: 0;
  width: fit-content;
  max-width: 100%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04rem;
  line-height: 1.4;
  cursor: pointer;
}

/* CF7 acceptance: チェック＋文言を同一ラベル内に置き、1行にする */
.p-cta-block__form--cf7 .p-cta-block__privacy .wpcf7-form-control-wrap,
.p-cta-block__form--cf7 .p-cta-block__privacy .wpcf7-acceptance,
.p-cta-block__form--cf7 .p-cta-block__privacy .wpcf7-list-item {
  display: inline-flex !important;
  align-items: center;
  margin: 0 !important;
  padding: 0;
  width: auto !important;
  max-width: 100% !important;
  flex: 0 1 auto;
  vertical-align: middle;
}

.p-cta-block__form--cf7 .p-cta-block__privacy .wpcf7-list-item label {
  display: inline-flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 0.5rem;
  margin: 0 !important;
  padding: 0;
  width: auto !important;
  max-width: 100%;
  white-space: nowrap;
  cursor: pointer;
}

.p-cta-block__form--cf7 .p-cta-block__privacy .wpcf7-list-item-label {
  display: inline !important;
  margin: 0;
  line-height: 1.4;
  white-space: nowrap;
}

.p-cta-block__form--cf7 .p-cta-block__privacy .wpcf7-list-item-label:empty {
  display: none !important;
}

/* 旧マークアップ（acceptance 外に span）互換 */
.p-cta-block__privacy > span,
.p-cta-block__privacy-text {
  display: inline;
  flex: 0 1 auto;
  min-width: 0;
  line-height: 1.4;
  white-space: nowrap;
}

.p-cta-block__privacy input,
.p-cta-block__form--cf7 .p-cta-block__privacy input[type="checkbox"] {
  flex-shrink: 0;
  width: 0.875rem;
  height: 0.875rem;
  margin: 0 !important;
  vertical-align: middle;
  border: 1px solid var(--black);
  border-radius: 0.125rem;
}

.p-cta-block__privacy a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}

.p-cta-block__privacy a:hover {
  opacity: 0.8;
}

.p-cta-block__submit,
.p-cta-block__form--cf7 input.wpcf7-submit.p-cta-block__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 25rem;
  max-width: 100%;
  height: 3.5rem;
  padding: 0.625rem 1.875rem 0.75rem;
  border: none;
  border-radius: 0.375rem;
  background: var(--orange);
  color: var(--white);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.25);
}

.p-cta-block__submit-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* CF7 spinner は非表示時も幅を取るため、絶対配置にして中央寄せを邪魔しない */
.p-cta-block__submit-wrap .wpcf7-spinner {
  position: absolute !important;
  left: calc(50% + 8.5rem);
  top: 50%;
  margin: 0 !important;
  transform: translateY(-50%);
  pointer-events: none;
}

.p-cta-block__submit-wrap .p-cta-block__submit,
.p-cta-block__submit-wrap input.wpcf7-submit.p-cta-block__submit {
  width: 25rem;
  max-width: 100%;
  margin: 0;
  flex: 0 0 auto;
}

.p-cta-block__form--cf7 input.wpcf7-submit.p-cta-block__submit {
  appearance: none;
  background-image: url("../assets/b3fde97587202e58d88903ed8fb90fda4393cd73.svg");
  background-repeat: no-repeat;
  background-position: calc(50% + 2.5rem) center;
  background-size: 1.25rem 1.25rem;
  padding-right: 2.75rem;
}

.p-cta-block__submit img {
  width: 1.25rem;
  height: 1.25rem;
}

.p-flow__step-title-note {
  display: block;
  margin-top: 0.25rem;
  color: var(--orange);
  font-size: 14px;
  line-height: 1.2;
}

.p-difference {
  padding: 80px var(--site-inset) 50px;
  background: var(--ivory);
}

.p-difference__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 480px;
  margin-left: 50px;
}

.p-difference__copy .c-section-header {
  width: fit-content;
  align-items: center;
}

.p-difference__copy .c-section-title {
  text-align: center;
}

.p-difference__copy .c-section-header__subtitle {
  justify-content: center;
  margin-bottom: 16px;
}

.p-difference__intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
}

.p-difference__heading {
  margin: 0;
  color: var(--blue);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.2px;
}

.p-difference__lead {
  margin: 14px 0 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.p-difference__lead em {
  color: var(--orange);
  font-style: normal;
}

.p-difference__image {
  width: 510px;
  max-width: 100%;
  height: 251px;
  overflow: hidden;
  flex-shrink: 0;
}

.p-difference__image img {
  width: 100%;
  height: 135%;
  margin-top: -4%;
  object-fit: cover;
}

.p-difference__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: var(--content-width);
  margin: 20px auto 0;
}

.p-difference-roles {
  width: 100%;
  padding: 16px;
  border-radius: 10px;
  background: var(--white);
  text-align: center;
}

.p-difference-roles__title {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.p-difference-roles__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 20px;
}

.p-difference-roles__others {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 530px;
  max-width: 100%;
  justify-content: center;
}

.p-difference-role-card {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 260px;
  height: 90px;
  padding: 10px 20px;
  border: 1px solid var(--light-gray);
  border-radius: 10px;
  background: var(--white);
  text-align: left;
}

.p-difference-role-card__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  object-fit: contain;
}

.p-difference-role-card__name {
  margin: 0;
  color: var(--blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.p-difference-role-card__desc {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.3;
}

.p-difference-role-card--highlight {
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  width: 360px;
  max-width: 100%;
  height: 190px;
  padding: 20px 30px;
  border: 2px solid var(--blue2);
  background: #eef4fa;
  text-align: center;
}

.p-difference-role-card__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.p-difference-role-card__brand-logo {
  display: block;
  width: 40px;
  height: 30px;
  overflow: hidden;
}

.p-difference-role-card__brand-logo img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.p-difference-role-card__brand-name {
  margin: 0;
  color: var(--blue2);
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.p-difference-role-card__highlight-text {
  margin: 0;
  color: var(--blue2);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-align: left;
}

.p-difference-role-card__highlight-text em {
  color: var(--orange);
  font-style: normal;
}

.p-difference-process {
  width: 100%;
  padding: 16px 40px;
  border-radius: 10px;
  background: var(--white);
  text-align: center;
}

.p-difference-process__title {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.p-difference-process__title em {
  color: var(--orange);
  font-style: normal;
}

.p-difference-process__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.p-difference-process__steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* 2行になる幅では 3+2 になるよう、3つ目の後ろで改行 */
.p-difference-process__break {
  display: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .p-difference-process__break {
    display: block;
    flex-basis: 100%;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
  }
}

.p-difference-process__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 160px;
}

.p-difference-process__arrow {
  width: 14px;
  height: 16px;
  margin-top: 28px;
  transform: rotate(-90deg) scaleY(-1);
  object-fit: contain;
  flex-shrink: 0;
}

.p-difference-process__icon {
  position: relative;
  width: 50px;
  height: 50px;
}

.p-difference-process__icon > img:not(.p-difference-process__icon-mark) {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-difference-process__icon--ring .p-difference-process__icon-bg {
  width: 50px;
  height: 50px;
}

.p-difference-process__icon--ring .p-difference-process__icon-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  height: 23px;
  transform: translate(-50%, -50%);
  object-fit: contain;
}

.p-difference-process__icon--ring .p-difference-process__icon-mark--dash {
  transform: translate(-50%, -50%) scaleX(-1);
}

.p-difference-process__step-title {
  margin: 0;
  color: var(--blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}

.p-difference-process__step-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  white-space: nowrap;
}

.p-difference-process__summary {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.4px;
}

.p-difference-process__summary em {
  color: var(--orange);
  font-style: normal;
}

.p-difference .p-difference__cta {
  margin-top: 10px;
}

.p-difference__cta .p-flow__cta-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.p-difference__cta .p-flow__cta-action .c-btn {
  margin-top: 10px;
}

.p-difference__cta .p-flow__cta-action .c-btn-note {
  margin-top: 0;
}

.p-difference__cta .c-btn {
  display: inline-flex;
  width: 400px;
  height: 56px;
  padding: 12px 20px 14px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  box-sizing: border-box;
  font-size: 16px;
}

/* Cases */
.p-cases {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: 80px var(--site-inset);
  background: var(--ivory);
}

.p-cases > .c-btn {
  margin-top: 40px;
  width: 400px;
  box-sizing: border-box;
  justify-content: center;
}

.p-cases__grid {
  display: grid;
  grid-template-columns: repeat(4, 248px);
  gap: 16px;
  justify-content: center;
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
}

.p-case-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
  width: 248px;
  min-width: 0;
  height: 330px;
  padding: 16px 14px;
  background: var(--white);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.p-case-card__photo {
  width: 220px;
  height: 146px;
  overflow: hidden;
}

.p-case-card__photo img {
  width: 100%;
  max-width: none;
  object-fit: cover;
}

.p-case-card__photo--01 img {
  height: 112.5%;
}

.p-case-card__photo--02 img {
  width: 119%;
  height: 100%;
  margin-left: -15%;
}

.p-case-card__photo--03 img {
  height: 112%;
}

.p-case-card__photo--04 img {
  height: 112%;
}

.p-case-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  width: 100%;
  padding-inline: 6px;
  box-sizing: border-box;
}

.p-case-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.p-case-card__num {
  display: grid;
  place-items: center;
  padding: 4px;
  border-radius: 4px;
  background: var(--blue);
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.4px;
}

.p-case-card__label {
  font-size: 14px;
  line-height: 1;
}

.p-case-card__title {
  margin: 0;
  color: var(--blue);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.44px;
}

.p-case-card__title-nowrap {
  display: block;
  white-space: nowrap;
  font-size: 20px;
  letter-spacing: 0.2px;
}

.p-case-card__title-char--shi {
  letter-spacing: -1.98px;
}

.p-case-card__title-char--ta {
  letter-spacing: -2.64px;
}

.p-case-card__title-line--cash {
  letter-spacing: -1.32px;
  font-size: 20px;
}

.p-case-card__desc {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.56px;
}

/* Voices */
.p-voices {
  padding: 5rem var(--site-inset);
  background: var(--ivory);
}

.p-voices__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
}

.p-voices__lead {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.025rem;
}

.p-voices__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 1.625rem;
  width: 100%;
  margin-top: 2.5rem;
}

.p-voices__inner > .c-btn {
  display: flex;
  margin-top: 2.5rem;
  width: 25rem;
  height: 3.5rem;
  padding: 0.625rem 1.875rem 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  box-sizing: border-box;
}

.p-voice-card {
  display: flex;
  flex-direction: column;
  width: 19.375rem;
  border-radius: 0.625rem;
  background: var(--white);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.p-voice-card__photo {
  width: 100%;
  height: 9.375rem;
  flex-shrink: 0;
  overflow: hidden;
  background: #fff;
}

.p-voice-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-voice-card__photo--noimage img {
  object-fit: contain;
  object-position: center;
}

.p-voice-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.625rem;
  padding: 1rem 1.75rem;
  min-width: 0;
  box-sizing: border-box;
}

.p-voice-card__title {
  margin: 0;
  color: var(--blue);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.025rem;
  white-space: nowrap;
}

.p-voice-card__text {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}

.p-voice-card__tags {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.625rem;
  margin-top: auto;
  min-width: 0;
}

.p-voice-card__tags span {
  display: grid;
  place-items: center;
  width: max-content;
  max-width: 100%;
  min-width: 6.25rem;
  flex: 1 1 auto;
  padding: 0.25rem 1.25rem;
  border-radius: 0.25rem;
  box-sizing: border-box;
  background: var(--light-gray);
  color: var(--black);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.035rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Consultants */
.p-consultants {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 80px var(--site-inset);
  background: var(--ivory);
}

.p-consultants__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
}

.p-consultants__photo {
  width: 680px;
  max-width: 100%;
  height: 390px;
  overflow: hidden;
}

.p-consultants__photo img {
  width: 132%;
  height: 153%;
  margin-left: -29%;
  margin-top: -9%;
  max-width: none;
  object-fit: cover;
}

.p-consultants__lead {
  margin: 0;
  color: var(--blue);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.p-consultants__lead em {
  color: var(--orange);
  font-style: normal;
}

.p-consultants__body > .c-btn {
  display: flex;
  width: 400px;
  height: 56px;
  padding: 10px 30px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  box-sizing: border-box;
}

.p-section-placeholder {
  padding: 80px var(--site-inset);
  background: var(--ivory);
}

.p-section-placeholder .c-section-header {
  margin-bottom: 20px;
}

.p-section-placeholder .p-services__lead {
  margin-bottom: 0;
}

/* Company page */
.l-page--sub {
  /* ヘッダー直下の padding 帯をヒーロー色にし、ivory の白帯を出さない */
  background-color: var(--ivory);
  background-image: linear-gradient(
    to bottom,
    #eef7f9 0,
    #eef7f9 var(--header-height),
    var(--ivory) var(--header-height)
  );
}

.p-page-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  /* ヘッダー下端から開始。.l-page の padding-top でオフセット */
  min-height: 14.125rem;
  padding: 5rem var(--site-inset);
  overflow: hidden;
  background-color: #eef7f9;
}

.p-page-hero__bg {
  position: absolute;
  inset: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.p-page-hero__bg img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: bottom;
  transform: rotate(180deg);
}

.p-page-hero__header {
  position: relative;
  z-index: 1;
}

.p-page-hero__header .c-section-header__subtitle {
  margin-bottom: 0;
}

.p-company__body {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  box-sizing: border-box;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 5rem var(--content-padding);
}

.p-company-subhead {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.125rem;
}

.p-company-subhead--left {
  align-items: flex-start;
}

.p-company-subhead__title {
  margin: 0;
  color: var(--blue);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.065rem;
}

.p-company-subhead__subtitle {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin: 0;
  color: var(--blue2);
  font-family: Mulish, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.03rem;
}

.p-company-subhead__subtitle::before,
.p-company-subhead__subtitle::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1px;
  background: var(--blue2);
}

.p-company-subhead__subtitle--md {
  font-size: 14px;
  letter-spacing: 0;
}

.p-company-subhead__subtitle--gap-md {
  gap: 0.375rem;
}

.p-company-intro {
  display: flex;
  align-items: center;
  gap: 3.3125rem;
}

.p-company-intro__copy {
  flex: 1;
  max-width: 29.625rem;
}

.p-company-intro__title {
  margin: 0;
  color: var(--blue);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06rem;
  text-wrap: nowrap;
}

.p-company-intro__text {
  margin: 1.25rem 0 0;
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.p-company-intro__photo {
  flex: 0 1 auto;
  width: 28.75rem;
  max-width: 100%;
  height: 19.1875rem;
  overflow: hidden;
}

.p-company-intro__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-company-profile {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.p-company-profile__photo {
  flex: 0 1 auto;
  width: 28.75rem;
  max-width: 100%;
  height: 21.3125rem;
  overflow: hidden;
}

.p-company-profile__photo img {
  width: 111.17%;
  height: 100%;
  max-width: none;
  margin-left: -11.12%;
  object-fit: cover;
}

.p-company-profile__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.375rem;
  max-width: 31.25rem;
}

.p-company-table {
  width: 100%;
  margin: 0;
}

.p-company-table__row {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--blue);
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04rem;
}

.p-company-table dt {
  flex-shrink: 0;
  width: 10rem;
  margin: 0;
}

.p-company-table dd {
  flex: 1;
  margin: 0;
}

.p-company-table__note {
  font-size: 14px;
  line-height: 1.3;
}

.p-company-table__consultant {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.p-company-table__link {
  flex-shrink: 0;
  padding: 0 1.25rem;
  color: var(--blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02625rem;
  text-decoration: none;
}

.p-company-message {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}

.p-company-message__inner {
  display: flex;
  align-items: flex-end;
  gap: 2.5rem;
}

.p-company-message__copy {
  flex: 1;
  max-width: 34.375rem;
}

.p-company-message__catch {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.375rem;
  margin: 0;
  padding: 0.375rem 0.625rem 0.375rem 0;
  color: var(--blue);
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.p-company-message__catch--sub {
  margin-top: 0.125rem;
  padding-top: 0;
}

.p-company-message__design {
  display: block;
  width: 7.5rem;
  height: 2.75rem;
}

.p-company-message__body {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  margin-top: 1.5rem;
}

.p-company-message__body p {
  margin: 0;
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.p-company-message__accent {
  color: var(--orange);
  font-weight: 500;
}

.p-company-message__profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  flex: 0 1 auto;
  width: 22.375rem;
  max-width: 100%;
}

.p-company-message__photo {
  width: 20rem;
  max-width: 100%;
  height: 20rem;
  overflow: hidden;
  border-radius: 50%;
}

.p-company-message__photo img {
  width: 115.63%;
  height: 100%;
  max-width: none;
  margin-left: -7.81%;
  object-fit: cover;
}

.p-company-message__name {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05rem;
  text-align: center;
}

.p-company-message__name p {
  margin: 0;
}

.p-company-message__signature {
  display: block;
  width: 11.25rem;
  height: 4.8125rem;
  object-fit: contain;
}

.p-company-values {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.p-company-values__photo {
  flex: 0 1 auto;
  width: 28.75rem;
  max-width: 100%;
  height: 20.125rem;
  overflow: hidden;
}

.p-company-values__photo img {
  width: 105.12%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.p-company-values__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 30rem;
}

.p-company-values__block {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-company-values__text {
  margin: 0;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04rem;
}

.p-company-values__text--single {
  line-height: 1;
}

.p-company-partner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  padding: 5rem var(--site-inset);
  overflow: hidden;
}

.p-company-partner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: var(--ivory);
}

.p-company-partner__bg {
  position: absolute;
  inset: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  opacity: 0.4;
  pointer-events: none;
}

.p-company-partner__bg img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: bottom;
}

.p-company-partner__title,
.p-company-partner__inner,
.p-company-partner__note {
  position: relative;
  z-index: 1;
}

.p-company-partner__title {
  margin: 0;
  color: var(--black);
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.09rem;
  text-align: center;
}

.p-company-partner__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  max-width: 55rem;
}

.p-company-partner__lead {
  margin: 0;
  color: var(--black);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.045rem;
  text-align: left;
}

.p-company-partner__grid {
  display: grid;
  grid-template-columns: repeat(2, 23.125rem);
  gap: 1.25rem 2rem;
  width: 100%;
}

.p-company-partner__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 6.5rem;
  background: #fbfbfb;
}

.p-company-partner__card-name,
.p-company-partner__card-desc {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.875rem;
  letter-spacing: 0.045rem;
}

.p-company-partner__note {
  margin: 0;
  color: var(--blue);
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06rem;
  text-align: center;
}

/* Service page */
.p-service__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  box-sizing: border-box;
  width: 100%;
  background: var(--ivory);
  padding: 70px var(--site-inset);
}

.p-service__lead {
  margin: 0;
  color: var(--blue);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}

.p-service__lead-accent {
  color: var(--orange);
}

.p-service .p-service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  box-sizing: border-box;
  width: 100%;
  max-width: var(--content-width);
  padding: 60px 0;
  border-radius: 40px;
  /* html の scroll-padding-top と二重にならないよう、ここではヘッダー分を重ねない */
  scroll-margin-top: 8px;
  background: #fff;
  box-shadow:
    0 -1px 2px rgba(0, 0, 0, 0.25),
    0 1px 2px rgba(0, 0, 0, 0.25);
}

.p-service .p-service-card--wide-gap {
  gap: 40px;
}

.p-service .p-service-card__num {
  position: absolute;
  z-index: 0;
  color: var(--blue);
  font-family: Roboto, sans-serif;
  font-size: 90px;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -4.5px;
  opacity: 0.1;
  pointer-events: none;
  white-space: nowrap;
}

.p-service .p-service-card__num--01 {
  left: 45%;
  top: 67px;
  transform: translateX(-50%);
}

.p-service .p-service-card__num--inline {
  position: absolute;
  right: -2%;
  top: -10px;
  transform: none;
}

.p-service .p-service-card__main {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
  max-width: 800px;
}

.p-service .p-service-card__main--reverse {
  gap: 49px;
}

.p-service .p-service-card__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 380px;
  flex-shrink: 0;
}

.p-service .p-service-card--wide-gap .p-service-card__content {
  gap: 14px;
}

.p-service .p-service-card__title {
  margin: 0;
  color: #12304b;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.p-service .p-service-card__title .ls-304 {
  letter-spacing: -3.04px;
}

.p-service .p-service-card__title .ls-672 {
  letter-spacing: -6.72px;
}

.p-service .p-service-card__title .ls-504 {
  letter-spacing: -5.04px;
}

.p-service .p-service-card__title .ls-560 {
  letter-spacing: -5.6px;
}

.p-service .p-service-card__title .ls-616 {
  letter-spacing: -6.16px;
}

.p-service .p-service-card__title .ls-336 {
  letter-spacing: -3.36px;
}

.p-service .p-service-card__title .ls-224 {
  letter-spacing: -2.24px;
}

.p-service .p-service-card__title .ls-476 {
  letter-spacing: -4.76px;
}

.p-service .p-service-card__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin: 0;
  padding: 4px 16px 6px;
  background: var(--blue);
  color: #fff;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.72px;
}

.p-service .p-service-card__tag--scenario {
  letter-spacing: 0;
}

.p-service .p-service-card__tag .ls-180 {
  letter-spacing: -1.8px;
}

.p-service .p-service-card__tag .ls-144 {
  letter-spacing: -1.44px;
}

.p-service .p-service-card__desc {
  margin: 0;
  padding-left: 8px;
  border-left: 1px solid var(--blue);
  color: #12304b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.p-service .p-service-card__photo {
  position: relative;
  width: 380px;
  height: 233px;
  flex-shrink: 0;
  overflow: hidden;
}

.p-service .p-service-card__photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.p-service .p-service-card__photo--01 img {
  width: 100.14%;
  height: 109.01%;
  left: -0.07%;
  top: -9.01%;
}

.p-service .p-service-card__photo--02 img {
  height: 108.74%;
  top: -0.08%;
}

.p-service .p-service-card__photo--03 img {
  height: 125.05%;
  top: -7.8%;
}

.p-service .p-service-card__photo--04 img {
  width: 109.63%;
  height: 100%;
  left: -9.59%;
}

.p-service .p-service-card__points {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  justify-content: center;
  width: 100%;
  max-width: 796px;
  margin-inline: auto;
  box-sizing: border-box;
}

.p-service .p-service-card__points--inset {
  padding-inline: 0;
  max-width: 796px;
}

.p-service-point {
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-sizing: border-box;
  width: auto;
  min-width: 0;
  height: 140px;
  padding: 20px;
  border-radius: 16px 0 16px 0;
  background: var(--ivory);
}

.p-service-point__head {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.p-service-point__badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 20px;
  background: var(--orange);
  color: #fff;
  font-family: Mulish, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.p-service-point__title {
  margin: 0;
  color: var(--blue, #134e82);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: normal;
}

.p-service-point__text {
  margin: 0;
  color: #444;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.32px;
}

/* Footer */
.l-footer {
  padding: 6.25rem var(--site-inset) 1.25rem;
  background: var(--ivory);
  overflow: clip;
}

.l-footer__inner {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}

.l-footer__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9.375rem;
}

.l-footer__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 7.75rem;
}

.l-footer__info {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 14.5rem;
  flex-shrink: 0;
}

.l-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.l-footer__logo-wrap {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 13.125rem;
  height: 4.1875rem;
  margin-left: -1.25rem;
  overflow: visible;
  color: inherit;
  text-decoration: none;
}

.l-footer__logo {
  position: absolute;
  left: 5.9%;
  top: -9.24%;
  width: 105.82%;
  height: 117.91%;
  max-width: none;
  object-fit: contain;
}

.l-footer__company {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #333;
  letter-spacing: 0.06rem;
}

.l-footer__address {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 12.875rem;
  color: #333;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.045rem;
}

.l-footer__address p {
  margin: 0;
}

.l-footer__address p:last-child {
  margin-top: 0.625rem;
  line-height: 1;
}

.l-footer__nav {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 1.875rem;
  width: 28.1875rem;
  height: 6.25rem;
  overflow: hidden;
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.l-footer__copy {
  position: relative;
  z-index: 1;
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  color: #333;
  letter-spacing: 0.035rem;
}

.l-footer__bg-text {
  position: absolute;
  left: 22.28125rem;
  top: 7.5875rem;
  z-index: 0;
  margin: 0;
  color: var(--gray);
  font-family: Mulish, sans-serif;
  font-size: 140px;
  font-weight: 900;
  line-height: 1;
  opacity: 0.1;
  pointer-events: none;
  white-space: nowrap;
}

/* Cases page */
.p-cases-page__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  box-sizing: border-box;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 70px var(--content-padding) 100px;
  background: var(--ivory);
}

.p-cases-page__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 920px;
  text-align: center;
}

.p-cases-page__intro-text {
  margin: 0;
  color: var(--blue);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.88px;
}

.p-cases-page .p-case-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  box-sizing: border-box;
  width: 100%;
  max-width: var(--content-width);
  padding: 40px;
  border-radius: 40px;
  scroll-margin-top: 8px;
  background: var(--white);
  box-shadow:
    0 -1px 2px rgba(0, 0, 0, 0.25),
    0 1px 2px rgba(0, 0, 0, 0.25);
}

.p-cases-page .p-case-detail__hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  padding: 0 20px;
}

.p-cases-page .p-case-detail__hero-content {
  flex: 1;
  min-width: 0;
}

.p-cases-page .p-case-detail__label {
  margin: 0 0 10px;
  color: var(--blue);
  font-family: Mulish, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}

.p-cases-page .p-case-detail__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 10px;
}

.p-cases-page .p-case-detail__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  border-radius: 4px;
  background: var(--blue);
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.64px;
}

.p-cases-page .p-case-detail__title {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
}

.p-cases-page .p-case-detail__lead {
  margin: 0;
  color: var(--black);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.72px;
}

.p-cases-page .p-case-detail__photo {
  flex-shrink: 0;
  width: 360px;
  height: 240px;
  overflow: hidden;
  background: #fff;
}

.p-cases-page .p-case-detail__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-cases-page .p-case-detail__photo--noimage img {
  object-fit: contain;
  object-position: center;
}

.p-cases-page .p-case-detail__photo.photo--02 img {
  object-position: center 30%;
}

.p-cases-page .p-case-detail__photo.photo--03 img {
  object-position: center 20%;
}

.p-cases-page .p-case-detail__photo.photo--04 img {
  object-position: center 35%;
}

.p-cases-page .p-case-detail__blocks {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.p-cases-page .p-case-detail__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 18px 0;
  border-radius: 20px;
}

.p-cases-page .p-case-detail__block--summary {
  border: 1px solid #e9e9e9;
  padding-inline: 0;
}

.p-cases-page .p-case-detail__block--challenges,
.p-cases-page .p-case-detail__block--results {
  background: var(--ivory);
}

.p-cases-page .p-case-detail__block--support {
  background: #d1e5f9;
  padding: 18px 20px;
}

.p-cases-page .p-case-detail__block--recommend {
  padding: 4px 20px 0;
}

.p-cases-page .p-case-detail__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.p-cases-page .p-case-detail__heading-line {
  flex-shrink: 0;
  align-self: center;
  width: 54px;
  height: 1px;
  object-fit: fill;
}

.p-cases-page .p-case-detail__heading-line--short {
  width: 46px;
}

.p-cases-page .p-case-detail__heading-title {
  margin: 0;
  color: var(--blue);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.64px;
  white-space: nowrap;
}

.p-cases-page .p-case-detail__flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  padding: 0 20px 18px;
  box-sizing: border-box;
}

.p-cases-page .p-case-detail__flow-step {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  flex: 1 1 0;
  min-width: 0;
}

.p-cases-page .p-case-detail__flow-icon {
  position: relative;
  flex-shrink: 0;
  width: 55px;
  height: 55px;
}

.p-cases-page .p-case-detail__flow-circle {
  position: absolute;
  inset: 0;
  width: 55px;
  height: 55px;
  max-width: none;
}

.p-cases-page .p-case-detail__flow-pict {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  max-width: none;
  transform: translate(-50%, -50%);
  object-fit: contain;
}

.p-cases-page .p-case-detail__flow-text {
  margin: 0;
  color: #444;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.64px;
  text-align: left;
  white-space: nowrap;
}

.p-cases-page .p-case-detail__flow-step--result .p-case-detail__flow-text {
  color: #134e82;
  font-weight: 500;
}

.p-cases-page .p-case-detail__flow-arrow {
  flex-shrink: 0;
  width: 24px;
  height: 15px;
  transform: rotate(90deg);
}

.p-cases-page .p-case-detail__challenges {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 30px;
  width: 100%;
  padding: 0 30px 18px;
}

.p-cases-page .p-case-detail__challenge-card {
  display: flex;
  align-items: center;
  gap: 16px;
  box-sizing: border-box;
  width: 280px;
  min-height: 70px;
  padding: 14px 16px;
  border-radius: 10px;
  background: var(--white);
}

.p-cases-page .p-case-detail__challenge-num {
  position: relative;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
}

.p-cases-page .p-case-detail__challenge-num img {
  width: 42px;
  height: 42px;
  max-width: none;
}

.p-cases-page .p-case-detail__challenge-num span {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.p-cases-page .p-case-detail__challenge-text {
  margin: 0;
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.64px;
  white-space: nowrap;
}

.p-cases-page .p-case-detail__support-grid {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  gap: 16px;
  width: 100%;
}

.p-cases-page .p-case-detail__support-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 10px;
  box-sizing: border-box;
  width: 220px;
  min-height: 120px;
  height: auto;
  padding: 16px 14px;
  border-radius: 6px;
  background: var(--white);
}

.p-cases-page .p-case-detail__support-head {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 42px;
}

.p-cases-page .p-case-detail__support-num {
  flex-shrink: 0;
  color: #134e82;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.p-cases-page .p-case-detail__support-divider {
  flex-shrink: 0;
  width: 0;
  height: 30px;
  border-left: 1px solid #134e82;
}

.p-cases-page .p-case-detail__support-title {
  flex-shrink: 0;
  margin: 0;
  color: #444;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.32px;
  white-space: nowrap;
}

.p-cases-page .p-case-detail__support-desc {
  margin: 0;
  width: 100%;
  color: #444;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.28px;
}

.p-cases-page .p-case-detail__results-summary {
  margin: 0;
  max-width: 520px;
  color: var(--black);
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.32px;
  text-align: left;
}

.p-cases-page .p-case-detail__highlight {
  color: var(--orange);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.32px;
}

.p-cases-page .p-case-detail__compare {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 0 20px;
}

.p-cases-page .p-case-detail__compare-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  box-sizing: border-box;
  width: 400px;
  min-height: 101px;
  padding: 10px;
  border: 1px solid var(--gray);
  border-radius: 10px;
  background: var(--white);
}

.p-cases-page .p-case-detail__compare-label {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 100%;
  min-height: calc(16px * 1.3);
  margin: 0;
  color: #134e82;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.64px;
  text-align: center;
}

.p-cases-page .p-case-detail__compare-text {
  margin: 0;
  color: #444;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.28px;
  text-align: left;
}

.p-cases-page .p-case-detail__compare-check {
  color: var(--orange);
}

.p-cases-page .p-case-detail__compare-arrow {
  flex-shrink: 0;
  align-self: center;
  width: 17px;
  height: 14px;
  transform: rotate(90deg);
}

.p-cases-page .p-case-detail__stats {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  width: 100%;
  max-width: 838px;
  margin: 0 auto;
  padding: 0 0 10px;
}

.p-cases-page .p-case-detail__stats-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
}

.p-cases-page .p-case-detail__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 258px;
}

#case-01 .p-case-detail__stats-row:first-child .p-case-detail__stat:nth-child(3) {
  width: 260px;
}

.p-cases-page .p-case-detail__stat--wide {
  width: 550px;
}

#case-02 .p-case-detail__stat,
#case-03 .p-case-detail__stat,
#case-04 .p-case-detail__stat {
  width: 400px;
}

.p-cases-page .p-case-detail__stat-head {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  padding: 2px 20px;
  border-radius: 6px;
  background: var(--gray);
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.64px;
  white-space: nowrap;
}

.p-cases-page .p-case-detail__stat-value {
  margin: 0;
  width: 100%;
  color: #444;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.32px;
  text-align: center;
}

.p-cases-page .p-case-detail__recommend-title {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  margin: 0;
  color: var(--blue);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.72px;
  text-align: center;
}

.p-cases-page .p-case-detail__recommend-title::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 10px;
  height: 11px;
  margin-top: 2px;
  background: url("../assets/cases/recommend-ashirai.webp?v=20260721a") center / contain no-repeat;
}

.p-cases-page .p-case-detail__recommend {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 12px;
  width: 100%;
}

.p-cases-page .p-case-detail__recommend-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  width: 300px;
  height: 62px;
  min-height: 62px;
  padding: 10px 20px;
  border-radius: 999px;
  background: #23629a;
  overflow: hidden;
}

.p-cases-page .p-case-detail__recommend-pill img {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}

.p-cases-page .p-case-detail__recommend-pill p {
  flex: 1;
  min-width: 0;
  margin: 0;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.32px;
  white-space: nowrap;
}

#case-03 .p-case-detail__recommend-pill p {
  font-size: 14px;
  letter-spacing: -0.04em;
}

#case-03 .p-case-detail__recommend-pill:nth-child(2) p {
  letter-spacing: -0.1em;
}

/* 動的投稿のみ折り返し（静的 CASE 01–04 は nowrap のまま） */
.p-cases-page .p-case-detail--wrap:not(#case-01):not(#case-02):not(#case-03):not(#case-04) .p-case-detail__title,
.p-cases-page .p-case-detail--wrap:not(#case-01):not(#case-02):not(#case-03):not(#case-04) .p-case-detail__lead,
.p-cases-page .p-case-detail--wrap:not(#case-01):not(#case-02):not(#case-03):not(#case-04) .p-case-detail__flow-text,
.p-cases-page .p-case-detail--wrap:not(#case-01):not(#case-02):not(#case-03):not(#case-04) .p-case-detail__challenge-text,
.p-cases-page .p-case-detail--wrap:not(#case-01):not(#case-02):not(#case-03):not(#case-04) .p-case-detail__support-title,
.p-cases-page .p-case-detail--wrap:not(#case-01):not(#case-02):not(#case-03):not(#case-04) .p-case-detail__stat-value,
.p-cases-page .p-case-detail--wrap:not(#case-01):not(#case-02):not(#case-03):not(#case-04) .p-case-detail__recommend-pill p {
  white-space: normal;
  overflow-wrap: break-word;
  min-width: 0;
}

.p-cases-page .p-case-detail--wrap:not(#case-01):not(#case-02):not(#case-03):not(#case-04) .p-case-detail__support-title {
  flex: 1 1 auto;
  flex-shrink: 1;
}

.p-cases-page .p-case-detail--wrap:not(#case-01):not(#case-02):not(#case-03):not(#case-04) .p-case-detail__recommend-pill {
  height: auto;
}

.p-cases-page .p-case-detail__cta-inline {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding-top: 16px;
}

.p-cases-page .p-case-detail__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  box-sizing: border-box;
  width: 400px;
  min-height: 56px;
  padding: 12px 20px 14px;
  border: none;
  border-radius: 6px;
  background: var(--orange);
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.64px;
  text-decoration: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  transition: opacity 0.2s ease;
}

.p-cases-page .p-case-detail__cta-btn:hover {
  opacity: 0.9;
}

.p-cases-page .p-case-detail__cta-btn img {
  width: 20px;
  height: 20px;
}

/* Consultants page */
.p-consultants-page__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  box-sizing: border-box;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 4.375rem var(--content-padding);
}

.p-consultants-page__intro {
  margin: 0;
  color: var(--blue);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.p-consultants-page__intro em {
  color: var(--orange);
  font-style: normal;
}

.p-consultant-profile {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  width: 100%;
  max-width: var(--content-width);
}

.p-consultant-profile__main {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  flex: 1 1 28.75rem;
  min-width: 0;
  max-width: 28.75rem;
}

.p-consultant-profile__photo {
  width: 100%;
  max-width: 28.75rem;
  height: 19.1875rem;
  overflow: hidden;
}

.p-consultant-profile__photo img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.p-consultant-profile__photo--noimage {
  background: #fff url("../assets/column-noimage.png") center / contain no-repeat;
}

.p-consultant-profile__photo--noimage img {
  object-fit: contain;
  object-position: center;
}

.p-consultant-profile__photo.photo--mizumachi img {
  width: 129%;
  height: 128%;
  margin-left: -15%;
  margin-top: -10%;
}

.p-consultant-profile__photo.photo--kondo img {
  width: 120%;
  height: 120%;
  margin-left: -13%;
  margin-top: -5%;
}

.p-consultant-profile__photo.photo--ogasawara img {
  width: 123%;
  height: 123%;
  margin-left: -13%;
  margin-top: -8%;
}

.p-consultant-profile__photo.photo--nakano img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 42% center;
}

.p-consultant-profile__identity {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.p-consultant-profile__role {
  margin: 0;
  color: var(--blue);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.045rem;
}

.p-consultant-profile__name-row {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.p-consultant-profile__name {
  margin: 0;
  color: var(--blue);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.075rem;
}

.p-consultant-profile__name-en {
  margin: 0;
  color: #8f8f8f;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.p-consultant-profile__qual {
  margin: 0;
  color: var(--orange);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04rem;
}

.p-consultant-profile__affil {
  margin: 0;
  color: var(--blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.035rem;
}

.p-consultant-profile__story {
  display: flex;
  flex-direction: column;
  gap: 0.6875rem;
}

.p-consultant-profile__catch {
  margin: 0;
  color: var(--blue);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.52px;
}

.p-consultant-profile__catch-accent {
  color: var(--orange);
}

.p-consultant-profile__catch--ls156 {
  letter-spacing: -0.975rem;
}

.p-consultant-profile__catch--ls27 {
  letter-spacing: -0.16875rem;
}

.p-consultant-profile__catch--ls42 {
  letter-spacing: -0.2625rem;
}

.p-consultant-profile__catch--ls18 {
  letter-spacing: -0.1125rem;
}

.p-consultant-profile__catch--29 {
  font-size: 29px;
}

.p-consultant-profile__catch--32 {
  font-size: 32px;
}

.p-consultant-profile__catch--ls64 {
  letter-spacing: 0.04rem;
}

.p-consultant-profile__catch--ls87 {
  letter-spacing: -0.054375rem;
}

.p-consultant-profile__catch--ls116 {
  letter-spacing: -0.0725rem;
}

.p-consultant-profile__catch--ls145 {
  letter-spacing: -0.090625rem;
}

.p-consultant-profile__catch--ls174 {
  letter-spacing: -0.10875rem;
}

.p-consultant-profile__catch--ls203 {
  letter-spacing: -0.126875rem;
}

.p-consultant-profile__catch--ls232 {
  letter-spacing: -0.145rem;
}

.p-consultant-profile__catch--ls319 {
  letter-spacing: -0.199375rem;
}

.p-consultant-profile__catch--ls377 {
  letter-spacing: -0.235625rem;
}

.p-consultant-profile__catch--ls464 {
  letter-spacing: -0.29rem;
}

.p-consultant-profile__catch--ls667 {
  letter-spacing: -0.416875rem;
}

.p-consultant-profile__catch em {
  color: var(--orange);
  font-style: normal;
}

.p-consultant-profile__story p {
  margin: 0;
  color: #444;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.0175rem;
}

.p-consultant-profile__aside {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  flex: 1 1 35rem;
  min-width: 0;
  max-width: 35rem;
}

.p-consultant-box {
  box-sizing: border-box;
  width: 100%;
  padding: 1rem;
  border-radius: 0.5rem;
  background: var(--white);
}

.p-consultant-box__title {
  margin: 0 0 0.625rem;
  padding-bottom: 0.125rem;
  border-bottom: 1px solid var(--blue);
  color: var(--blue);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04rem;
}

.p-consultant-box__group {
  margin-bottom: 0.5rem;
}

.p-consultant-box__group:last-child {
  margin-bottom: 0;
}

.p-consultant-box__label {
  margin: 0 0 0.375rem;
  color: var(--blue);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04rem;
}

.p-consultant-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-consultant-box li {
  color: #444;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
  padding-left: 1em;
  text-indent: -1em;
}

.p-consultant-specialties {
  width: 100%;
}

.p-consultant-specialties--4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.p-consultant-specialties--4 .p-consultant-specialty {
  min-width: 0;
}

.p-consultant-specialties--4 .p-consultant-specialty:not(:last-child) {
  border-right: 1px solid #e9e9e9;
}

.p-consultant-specialties--5 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
}

.p-consultant-specialties--5 .p-consultant-specialty {
  min-width: 0;
}

.p-consultant-specialties--5 .p-consultant-specialty:not(:last-child) {
  border-right: 1px solid #e9e9e9;
}

.p-consultant-specialties--5 .p-consultant-specialty__title {
  white-space: nowrap;
}

.p-consultant-specialty {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.375rem;
  padding: 0 0.25rem;
  box-sizing: border-box;
}

.p-consultant-specialty__icon {
  width: 3.75rem;
  height: 3.75rem;
}

.p-consultant-specialty__title {
  display: grid;
  place-items: center;
  margin: 0;
  min-height: calc(1em * 1.3 * 2);
  color: var(--blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.035rem;
  box-sizing: border-box;
}

.p-consultant-specialty__desc {
  margin: 0;
  color: #444;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.p-consultant-specialty__nowrap {
  white-space: nowrap;
}

.p-consultant-specialty__desc--sm {
  font-size: 10px;
  line-height: 1.6;
}

.p-consultant-specialty__desc--lines {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-consultant-specialty__desc--lines span {
  white-space: nowrap;
}

.p-consultant-quote {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
  padding: 1rem;
  border-radius: 0.5rem;
  background: #d1e5f9;
}

.p-consultant-quote__icon {
  flex-shrink: 0;
  width: 3.125rem;
  height: 3.125rem;
}

.p-consultant-quote p {
  margin: 0;
  color: #444;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04rem;
}

.p-consultant-quote em {
  color: var(--orange);
  font-style: normal;
}

/* PC only — aside 内を Figma(1877:17057) に合わせて調整。SP/TB へは影響させない */
@media (min-width: 1190px) {
  .p-consultant-profile__aside {
    flex: 1 1 35rem;
    width: auto;
    max-width: 35rem;
    align-items: center;
  }

  .p-consultant-profile__aside .p-consultant-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
    width: 100%;
    padding: 1rem;
  }

  .p-consultant-profile__aside .p-consultant-box__title {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0.125rem 0;
    border-bottom: 1px solid #134e82;
  }

  .p-consultant-profile__aside .p-consultant-box__group {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    width: 100%;
    margin-bottom: 0;
  }

  .p-consultant-profile__aside .p-consultant-box__label {
    margin: 0;
  }

  .p-consultant-profile__aside .p-consultant-box li {
    letter-spacing: 0.02em;
  }

  .p-consultant-profile__aside .p-consultant-specialties--4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    width: 100%;
  }

  .p-consultant-profile__aside .p-consultant-specialties--4 .p-consultant-specialty {
    position: relative;
    width: auto;
    min-width: 0;
    flex: none;
    padding: 0 0.25rem;
    gap: 0;
    border-right: none;
  }

  .p-consultant-profile__aside .p-consultant-specialties--4 .p-consultant-specialty:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #e9e9e9;
  }

  .p-consultant-profile__aside .p-consultant-specialties--4 .p-consultant-specialty:not(:last-child) {
    border-right: none;
  }

  .p-consultant-profile__aside .p-consultant-specialties--5 {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    width: 100%;
  }

  .p-consultant-profile__aside .p-consultant-specialties--5 .p-consultant-specialty {
    position: relative;
    width: auto;
    min-width: 0;
    flex: none;
    padding: 0 0.25rem;
    gap: 0;
    border-right: none;
  }

  .p-consultant-profile__aside .p-consultant-specialties--5 .p-consultant-specialty:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #e9e9e9;
  }

  .p-consultant-profile__aside .p-consultant-specialties--5 .p-consultant-specialty:not(:last-child) {
    border-right: none;
  }

  .p-consultant-profile__aside .p-consultant-specialty__title,
  .p-consultant-profile__aside .p-consultant-specialty__desc {
    width: 110%;
  }

  .p-consultant-profile__aside .p-consultant-specialty__title {
    margin: 0 0 0.375rem;
    line-height: 1.6;
    min-height: calc(1em * 1.6 * 2);
  }

  .p-consultant-profile__aside .p-consultant-specialty__desc,
  .p-consultant-profile__aside .p-consultant-specialty__desc--sm {
    font-size: 10px;
    line-height: 1.5;
  }

  .p-consultant-profile__aside .p-consultant-quote {
    box-sizing: border-box;
    width: 100%;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
  }
}

/* PC only — 支援事例修正。768–1189 / SP には影響させない */
@media (min-width: 1190px) {
  .p-cases-page .p-case-detail__title {
    letter-spacing: 0.04em;
  }

  .p-cases-page .p-case-detail__lead {
    letter-spacing: 0.02em;
  }

  .p-cases-page .p-case-detail__heading-title {
    letter-spacing: 0.04em;
  }

  .p-cases-page .p-case-detail__flow {
    gap: 0;
  }

  .p-cases-page .p-case-detail__flow-step {
    justify-content: center;
    flex: 0 0 230px;
    width: 230px;
    box-sizing: border-box;
  }

  .p-cases-page .p-case-detail__flow-text {
    flex: 1;
    min-width: 0;
    letter-spacing: 0.02em;
    text-align: left;
    white-space: nowrap;
  }

  .p-cases-page .p-case-detail__flow-arrow {
    margin-inline: 40px;
  }

  .p-cases-page .p-case-detail__challenge-card {
    gap: 12px;
    width: 280px;
    padding: 14px 12px;
  }

  .p-cases-page .p-case-detail__challenge-text {
    flex: 1;
    min-width: 0;
    letter-spacing: 0.02em;
    text-align: left;
  }

  .p-cases-page .p-case-detail__support-title {
    letter-spacing: 0.04em;
  }

  .p-cases-page .p-case-detail__support-desc {
    letter-spacing: 0.02em;
    line-height: 1.3;
  }

  .p-cases-page .p-case-detail__results-summary {
    max-width: 510px;
    letter-spacing: 0.02em;
  }

  .p-cases-page .p-case-detail__highlight {
    letter-spacing: 0.02em;
  }

  .p-cases-page .p-case-detail__compare-label {
    letter-spacing: 0.04em;
  }

  .p-cases-page .p-case-detail__compare-text {
    letter-spacing: 0.02em;
  }

  .p-cases-page .p-case-detail__recommend-title {
    letter-spacing: 0.04em;
  }

  .p-cases-page .p-case-detail__recommend-pill {
    width: 300px;
  }

  .p-cases-page .p-case-detail__recommend-pill p {
    letter-spacing: 0.02em;
  }
}

.p-cases-page .p-case-detail__cta-note {
  margin: 0;
  color: #444;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

/* Voices page */
.p-voices-page__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
  box-sizing: border-box;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 4.375rem var(--content-padding);
}

.p-voices-page__intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.875rem;
  width: 100%;
  max-width: 56.25rem;
  padding-left: 1.25rem;
  box-sizing: border-box;
}

.p-voices-page__intro-text {
  flex: 1 1 27.6875rem;
  min-width: 0;
  max-width: 27.6875rem;
}

.p-voices-page__intro-text p {
  margin: 0 0 0.5em;
  color: var(--blue);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}

.p-voices-page__intro-text p:last-child {
  margin-bottom: 0;
}

.p-voices-page__intro-photo {
  flex: 0 1 auto;
  width: 406px;
  max-width: 100%;
  height: 215px;
  overflow: hidden;
}

.p-voices-page__intro-photo img {
  width: 101%;
  height: 127%;
  margin-left: 0;
  margin-top: -10%;
  max-width: none;
  object-fit: cover;
}

.p-voices-page__list {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  width: 100%;
  max-width: 56.25rem;
}

.p-voice-detail {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  box-sizing: border-box;
  width: 100%;
  min-height: 21.25rem;
  padding: 0 1.875rem;
  background: var(--white);
}

.p-voice-detail__photo {
  position: relative;
  flex: 0 1 auto;
  width: 363px;
  max-width: 100%;
  height: 200px;
  overflow: hidden;
  border: 1px solid var(--gray, #8f8f8f);
  background: #fff;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.p-voice-detail__photo img {
  position: absolute;
  left: -5.601px;
  top: -0.5px;
  width: 102.545%;
  height: 103.5%;
  max-width: none;
  margin: 0;
  object-fit: cover;
  object-position: center;
}

.p-voice-detail__photo--noimage img,
.p-voice-detail__photo.p-voice-detail__photo--noimage img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-voice-detail__photo.photo--01 img,
.p-voice-detail__photo.photo--02 img,
.p-voice-detail__photo.photo--03 img {
  object-fit: cover;
  object-position: center;
}

.p-voice-detail__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
}

.p-voice-detail__head {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-voice-detail__title {
  margin: 0;
  color: var(--blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.0225rem;
}

.p-voice-detail__line {
  display: block;
  width: 100%;
  max-width: 26.9375rem;
  height: 1px;
}

.p-voice-detail__text {
  margin: 0;
  color: #444;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02rem;
}

.p-voice-detail__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.p-voice-detail__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.875rem;
  border-radius: 0.25rem;
  background: #e9e9e9;
  color: #444;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.035rem;
  white-space: nowrap;
}

.p-voice-detail__tag--fixed {
  width: 6.25rem;
}

.p-voice-detail__date {
  margin: 0;
  color: #444;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.035rem;
}

/* Column page */
.p-column-page__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  box-sizing: border-box;
  width: 100%;
  padding: 5rem var(--content-padding);
  background: var(--ivory);
}

.p-column-page__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
}

.p-column-page__lead {
  margin: 0;
  color: var(--blue);
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.0275rem;
}

.p-column-page__lead br {
  display: none;
}

.p-column-page__lead em {
  color: var(--orange);
  font-style: normal;
}

.p-column-page__desc p {
  margin: 0;
  color: var(--blue);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02rem;
}

.p-column-page__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem;
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
}

.p-column-page__filters {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
  margin-bottom: 0;
  /* カードグリッド左端と揃える */
  width: 100%;
}

.p-column-page__filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6.25rem;
  height: 1.5rem;
  padding: 0.125rem 1.125rem;
  border: 1px solid var(--blue);
  background: transparent;
  color: var(--blue);
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.035rem;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}

.p-column-page__filter--active {
  border-color: var(--blue2);
  background: var(--blue2);
  color: var(--white);
}

.p-column-page__grid {
  display: grid;
  grid-template-columns: repeat(3, 18.75rem);
  column-gap: 1.875rem;
  row-gap: 1.875rem;
  justify-content: start;
  width: max-content;
  max-width: 100%;
}

.p-column-card__photo--placeholder,
.p-column-card__photo--noimage {
  position: relative;
  align-items: center;
  justify-content: center;
  background: #fff url("../assets/column-noimage.png") center center / contain no-repeat;
}

/* 通常カード画像（幅100%・上揃え）より優先して中央に収める */
.p-column-card__photo.p-column-card__photo--noimage img,
.p-column-card__photo--noimage .p-column-card__img {
  position: absolute !important;
  inset: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
  align-self: stretch !important;
}

.p-column-page__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  width: 100%;
  margin-top: 0;
  align-self: stretch;
}

.p-column-page__page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.625rem 0.375rem;
  background: var(--white);
  box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.25);
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05rem;
  text-decoration: none;
  transform-origin: center;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

.p-column-page__page--current {
  cursor: default;
  background: #333;
  color: var(--white);
  box-shadow: 0 0.1875rem 0.25rem rgba(0, 0, 0, 0.28);
}

a.p-column-page__page:hover,
a.p-column-page__page:focus-visible {
  transform: scale(1.08);
  background: #333;
  color: var(--white);
  box-shadow: 0 0.1875rem 0.25rem rgba(0, 0, 0, 0.28);
}

a.p-column-page__page:focus-visible {
  outline: 0.125rem solid var(--blue);
  outline-offset: 0.125rem;
}

/* Column detail page — Figma 2056:24456 (内容): p80 / gap60 */
.p-column-detail__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  box-sizing: border-box;
  width: 100%;
  padding: 80px var(--content-padding);
  background: var(--ivory);
}

/* お知らせ・コラム一覧：すべて Zen Kaku Gothic New（Lato 廃止） */
.p-column-page,
.p-column-page *:not(script):not(style) {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif !important;
}

/* お知らせ・コラム詳細：本文などは Lato／タイトルのみ Zen Kaku */
.p-column-detail,
.p-column-detail *:not(script):not(style) {
  font-family: Lato, "Noto Sans JP", sans-serif;
}

.p-column-detail__title {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif !important;
}

.p-column-detail__article {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
  max-width: 800px;
}

.p-column-detail__hero {
  width: 100%;
  height: 28.125rem;
  overflow: hidden;
}

.p-column-detail__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-column-detail__hero--noimage {
  background: #fff url("../assets/column-noimage.png") center / contain no-repeat;
}

.p-column-detail__hero--noimage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.p-column-detail__title {
  margin: 0;
  color: #444;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.11rem;
}

.p-column-detail__summary {
  display: flex;
  flex-direction: column;
  gap: 1.9375rem;
}

.p-column-detail__summary-title {
  margin: 0;
  color: #444;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1rem;
}

.p-column-detail__summary-text {
  margin: 0;
  color: #444;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.09rem;
}

.p-column-detail__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: var(--white);
}

.p-column-detail__placeholder span {
  color: #000;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.875rem;
  letter-spacing: 0.075rem;
}

.p-column-detail__placeholder--toc,
.p-column-detail__placeholder--author {
  min-height: 13.6875rem;
}

.p-column-detail__placeholder--content {
  min-height: 72.5rem;
}

/* Related cards + back button — Figma 2056:25357 / 2056:24476 (gap 30 / 60 via body) */
.p-column-detail__body > .p-column-detail__related-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
  box-sizing: border-box;
}

.p-column-detail__body > .p-column-detail__related-grid > a.p-column-card {
  text-decoration: none;
  color: inherit;
  flex: 0 0 300px;
  width: 300px;
  max-width: 300px;
}

.p-column-detail__body > .p-column-detail__back {
  display: flex;
  align-self: center;
  flex-shrink: 0;
  width: 400px;
  max-width: 100%;
  height: 56px;
  padding: 10px 30px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 10px;
  font-size: 16px;
  letter-spacing: 0.64px;
  box-sizing: border-box;
  margin-inline: auto;
}

/* CTA after column detail — Figma 2056:24480 py40 */
.p-column-detail ~ .p-cta-block {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Privacy policy modal */
.p-privacy {
  position: fixed;
  inset: 0;
  z-index: 400;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  border: none;
  padding: 100px var(--content-padding);
  overflow: auto;
  background: var(--white);
  color: inherit;
}

.p-privacy[open] {
  display: flex;
  justify-content: flex-start;
}

.p-privacy::backdrop {
  background: rgba(0, 0, 0, 0.45);
}

.p-privacy__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 640px;
}

.p-privacy__title {
  margin: 0;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.72px;
  text-align: center;
}

.p-privacy__body {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.64px;
}

.p-privacy__body p {
  margin: 0;
}

.p-privacy__close {
  display: flex;
  width: 400px;
  height: 56px;
  padding: 10px 30px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  letter-spacing: 0.64px;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}

/* Standalone privacy page (direct URL) */
main.p-privacy {
  position: relative;
  inset: auto;
  z-index: auto;
  display: flex;
  min-height: 100vh;
  width: auto;
  height: auto;
  max-height: none;
  overflow: visible;
}

main.p-privacy::backdrop {
  display: none;
}

/*
 * TOPに戻るボタン — 一旦無効化
 *
 * .desimu-article-fonts .page_top_btn,
 * .desimu-article-fonts #page_top,
 * .desimu-article-fonts .veu_pagetop-btn,
 * .desimu-article-fonts a.page_top_btn {
 *   bottom: 5.25rem !important;
 * }
 *
 * @media (max-width: 1189px) {
 *   .desimu-article-fonts .page_top_btn,
 *   .desimu-article-fonts #page_top,
 *   .desimu-article-fonts .veu_pagetop-btn,
 *   .desimu-article-fonts a.page_top_btn {
 *     bottom: 5.75rem !important;
 *   }
 * }
 */
