:root {
  --header-offset: 72px;
  --primary-50: #f0f4f8;
  --primary-100: #d9e2ec;
  --primary-200: #bcccdc;
  --primary-300: #9fb3c8;
  --primary-400: #829ab1;
  --primary-500: #627d98;
  --primary-600: #486581;
  --primary-700: #334e68;
  --primary-800: #243b53;
  --primary-900: #102a43;
  --accent-50: #fff5f7;
  --accent-100: #fed7e2;
  --accent-200: #fbb6ce;
  --accent-300: #f687b3;
  --accent-400: #ed64a6;
  --accent-500: #d53f8c;
  --accent-600: #b83280;
  --accent-700: #97266d;
  --accent-800: #702459;
  --accent-900: #521b41;
}

.py-custom-header {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.card-target-audience {
  border-width: 1px;
  border-style: solid;
  border-color: #f7fafc;
  border-left-width: 4px;
  border-left-color: var(--accent-500);
}

.header-title-adjust {
  margin-top: -10px;
  flex: 1 1 auto;
  min-width: 0;
}

.header-main-title {
  white-space: nowrap;
}

.quote-heading {
  display: block;
  width: 100%;
  position: relative;
  padding: 0;
  white-space: nowrap;
  font-size: clamp(1.25rem, 4vw, 2.05rem);
  letter-spacing: -0.012em;
}

@media (max-width: 640px) {
  .quote-heading {
    font-size: clamp(1.35rem, 6vw, 1.8rem);
    white-space: nowrap;
  }
}

.quote-heading::before,
.quote-heading::after {
  content: "";
  position: relative;
  font-size: 1em;
  font-weight: inherit;
}

.quote-heading::before {
  content: "「";
  margin-right: 0.08em;
  margin-left: -0.35em;
}

.quote-heading::after {
  content: "」";
  margin-left: 0.1em;
  margin-right: -0.2em;
}

.p-text-shift-up {
  margin-top: -4px;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  color: var(--primary-900);
  background-color: #f9fafb;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.mobile-break {
  display: none;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
}

.bg-primary-900 {
  background-color: var(--primary-900);
}

.bg-primary-800 {
  background-color: var(--primary-800);
}

.bg-primary-700 {
  background-color: var(--primary-700);
}

.bg-primary-100 {
  background-color: var(--primary-100);
}

.bg-primary-50 {
  background-color: var(--primary-50);
}

.text-primary-900 {
  color: var(--primary-900);
}

.text-primary-700 {
  color: var(--primary-700);
}

.text-primary-300 {
  color: var(--primary-300);
}

.text-primary-200 {
  color: var(--primary-200);
}

.text-primary-100 {
  color: var(--primary-100);
}

.border-primary-700 {
  border-color: var(--primary-700);
}

.border-primary-600 {
  border-color: var(--primary-600);
}

.border-primary-100 {
  border-color: var(--primary-100);
}

.focus\:ring-primary-500:focus {
  --tw-ring-color: var(--primary-500);
}

.hover\:bg-primary-50:hover {
  background-color: var(--primary-50);
}

.hover\:bg-primary-800:hover {
  background-color: var(--primary-800);
}

.bg-accent-600 {
  background-color: var(--accent-600);
}

.bg-accent-500 {
  background-color: var(--accent-500);
}

.bg-accent-100 {
  background-color: var(--accent-100);
}

.text-accent-600 {
  color: var(--accent-600);
}

.text-accent-500 {
  color: var(--accent-500);
}

.text-accent-300 {
  color: var(--accent-300);
}

.text-accent-200 {
  color: var(--accent-200);
}

.border-accent-500 {
  border-color: var(--accent-500);
}

.focus\:ring-accent-500:focus {
  --tw-ring-color: var(--accent-500);
}

.hover\:bg-accent-700:hover {
  background-color: var(--accent-700);
}

.text-white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.bg-gray-50 {
  background-color: #f9fafb;
}

.text-gray-700 {
  color: #374151;
}

.text-gray-600 {
  color: #4b5563;
}

.border-gray-100 {
  border-color: #f7fafc;
}

.hover\:bg-gray-100:hover {
  background-color: #edf2f7;
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.from-primary-800 {
  --tw-gradient-from: var(--primary-800);
  --tw-gradient-stops: var(--tw-gradient-from),
    var(--tw-gradient-to, rgba(36, 59, 83, 0));
}

.via-primary-700 {
  --tw-gradient-stops: var(--tw-gradient-from), var(--primary-700),
    var(--tw-gradient-to, rgba(51, 78, 104, 0));
}

.to-primary-900 {
  --tw-gradient-to: var(--primary-900);
}

.from-primary-700 {
  --tw-gradient-from: var(--primary-700);
  --tw-gradient-stops: var(--tw-gradient-from),
    var(--tw-gradient-to, rgba(51, 78, 104, 0));
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-gray-50 {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from),
    var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.to-white {
  --tw-gradient-to: #fff;
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.hover\:shadow-xl:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.15),
    0 10px 10px -5px rgba(0, 0, 0, 0.08);
}

.hover\:shadow-lg:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.15),
    0 4px 6px -2px rgba(0, 0, 0, 0.08);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.hover\:-translate-y-1:hover {
  transform: translateY(-0.25rem);
}

/* マイクロインタラクション: カードホバー */
.card-hover-effect {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.card-hover-effect::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.4s ease;
  background: linear-gradient(135deg,
      rgba(213, 63, 140, 0.03),
      rgba(72, 101, 129, 0.03));
  pointer-events: none;
}

.card-hover-effect:hover::after {
  opacity: 1;
}

.card-hover-effect:hover {
  transform: translateY(-8px) scale(1.01);
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

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

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-20 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.leading-tight {
  line-height: 1.25;
}

.leading-relaxed {
  line-height: 1.75;
}

.block {
  display: block;
}

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

.inline-flex {
  display: inline-flex;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

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

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.space-x-2>*:not([hidden])~*:not([hidden]) {
  margin-left: 0.5rem;
}

.space-x-3>*:not([hidden])~*:not([hidden]) {
  margin-left: 0.75rem;
}

.space-x-4>*:not([hidden])~*:not([hidden]) {
  margin-left: 1rem;
}

.space-y-1>*:not([hidden])~*:not([hidden]) {
  margin-top: 0.25rem;
}

.space-y-2>*:not([hidden])~*:not([hidden]) {
  margin-top: 0.5rem;
}

.space-y-3>*:not([hidden])~*:not([hidden]) {
  margin-top: 0.75rem;
}

.space-y-6>*:not([hidden])~*:not([hidden]) {
  margin-top: 1.5rem;
}

.space-y-8>*:not([hidden])~*:not([hidden]) {
  margin-top: 2rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-2xl {
  border-radius: 1rem;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --focus-ring-size: 3px;
  --focus-ring-color: var(--tw-ring-color, rgba(213, 63, 140, 0.6));
  box-shadow: 0 0 0 var(--focus-ring-size) var(--focus-ring-color);
  outline: none;
}

.focus\:ring-offset-2:focus {
  --focus-ring-offset-size: 2px;
  --focus-ring-offset-color: var(--tw-ring-offset-color,
      rgba(255, 255, 255, 1));
  box-shadow: 0 0 0 var(--focus-ring-offset-size) var(--focus-ring-offset-color),
    0 0 0 calc(var(--focus-ring-offset-size) + var(--focus-ring-size, 3px)) var(--focus-ring-color, rgba(213, 63, 140, 0.6));
  outline: none;
}

.border {
  border-width: 1px;
  border-style: solid;
}

.border-2 {
  border-width: 2px;
}

.border-white {
  border-color: #fff;
}

.border-white\/20 {
  border-color: rgba(255, 255, 255, 0.2);
}

.border-gray-100 {
  border-color: #f7fafc;
}

.border-primary-100 {
  border-color: var(--primary-100);
}

.border-primary-700 {
  border-color: var(--primary-700);
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t {
  border-top-width: 1px;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-12 {
  width: 3rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.h-1 {
  height: 0.25rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-12 {
  height: 3rem;
}

.h-20 {
  height: 5rem;
}

.h-64 {
  height: 16rem;
}

.h-full {
  height: 100%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.object-cover {
  object-fit: cover;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.backdrop-blur-sm {
  backdrop-filter: blur(4px);
}

.italic {
  font-style: italic;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-\[calc\(100\%-2rem\)\] {
  max-width: calc(100% - 2rem);
}

.w-full {
  width: 100%;
}

.bg-white\/10 {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-white\/95 {
  background-color: rgba(255, 255, 255, 0.95);
}

.sup {
  vertical-align: super;
  font-size: smaller;
}

.ml-9 {
  margin-left: 2.25rem;
}

.hidden {
  display: none;
}

.sticky {
  position: sticky;
}

.fixed {
  position: fixed;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.grid {
  display: grid;
}

.sm\:flex-row {
  flex-direction: row;
}

@media (min-width: 640px) {
  .sm\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .md\:hidden {
    display: none;
  }

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:ml-1 {
    margin-left: 0.25rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
  }

  .md\:py-16 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-20 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-24 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:py-32 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:space-x-3>*:not([hidden])~*:not([hidden]) {
    margin-left: 0.75rem;
  }

  .md\:space-x-6>*:not([hidden])~*:not([hidden]) {
    margin-left: 1.5rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:whitespace-nowrap {
    white-space: nowrap;
  }

  .md\:whitespace-normal {
    white-space: normal;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:base {
    font-size: 1rem;
  }
}

/* Prevent horizontal overflow on narrow screens:
         - 親に .prevent-overflow-mobile を付与すると幅<640px で縦並び＆ボタン幅100%になります
         - 640px 以上は従来の行並びに戻ります */
@media (max-width: 639px) {
  .prevent-overflow-mobile {
    flex-direction: column !important;
    align-items: stretch;
  }

  .prevent-overflow-mobile .prevent-btn {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }
}

@media (min-width: 640px) {
  .prevent-overflow-mobile {
    flex-direction: row !important;
    align-items: center;
  }

  .prevent-overflow-mobile .prevent-btn {
    width: auto;
  }
}

/* 全体の幅計算をボックスサイズで統一（はみ出し対策） */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

/* メディア要素は幅を超えないようにする */
img,
video,
iframe,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Emphasis utilities */
.eyebrow-pill {
  border: 1px solid rgba(255, 255, 255, 0.45);
  background-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.type-emphasis-strong {
  font-weight: 700;
  font-size: 1.08em;
  letter-spacing: 0.01em;
}

.type-emphasis-xl {
  font-weight: 700;
  font-size: 1.18em;
  letter-spacing: 0.015em;
}

.type-letterwide {
  letter-spacing: 0.08em;
  display: inline-block;
}

.type-emphasis-xl {
  font-weight: 700;
  font-size: 1.18em;
  letter-spacing: 0.015em;
}

.type-compact {
  margin-left: -0.4em;
  margin-right: -0.4em;
}

.type-compact::before {
  content: "「";
  position: relative;
  top: -0.1em;
}

.type-compact::after {
  content: "」";
}

.type-toned {
  font-weight: 400;
  opacity: 0.85;
}

.text-nowrap {
  white-space: nowrap;
}

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

.site-main {
  padding-top: var(--header-offset);
}

.site-footer {
  margin-top: 0;
  padding-top: clamp(2.5rem, 7vw, 4rem);
  padding-bottom: clamp(3rem, 9vw, 4.5rem);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background-color: var(--primary-900);
}

.footer-legal-accordion {
  max-width: 720px;
  margin: 2.5rem auto 0;
  text-align: left;
}

.footer-legal-accordion details {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  margin-bottom: 0.75rem;
}

.footer-legal-accordion summary {
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-legal-accordion summary::after {
  content: "+";
  font-size: 1.2rem;
  transition: transform 0.2s ease;
}

.footer-legal-accordion details[open] summary::after {
  transform: rotate(45deg);
}

.footer-legal-accordion p {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  margin: 0.75rem 0 0;
}

.footer-legal-link {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.45);
  padding-bottom: 0.05rem;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.footer-legal-link:hover,
.footer-legal-link:focus-visible {
  border-color: rgba(255, 255, 255, 0.75);
  color: #fff;
}

.hero-section {
  position: relative;
  margin-top: calc(var(--header-offset) * -1);
  padding-top: calc(2.6rem + var(--header-offset));
  padding-bottom: clamp(4.5rem, 8vw, 7.5rem);
  background-image: url("images/1-hero-mobile.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
}

.hero-section::before,
.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-section::before {
  background-color: rgba(0, 0, 0, 0.45);
}

.hero-section::after {
  background: rgba(0, 0, 0, 0.55);
}

@media (min-width: 768px) {
  .hero-section {
    padding-top: calc(var(--header-offset) + 2.5rem);
    padding-bottom: 3rem;
    background-image: url("images/1-hero.jpg");
    background-size: cover;
    background-position: center;
  }

  .hero-section::after {
    inset: 0;
    background: linear-gradient(90deg,
        rgba(0, 0, 0, 0.05) 0%,
        rgba(0, 0, 0, 0.2) 40%,
        rgba(0, 0, 0, 0.65) 90%);
  }
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: min(90vh, 720px);
  padding-left: clamp(1.5rem, 6vw, 4rem);
  padding-right: clamp(4rem, 12vw, 5rem);
}

.hero-content {
  max-width: 560px;
  margin-left: auto;
  margin-right: clamp(0, 2vw, 1rem);
  text-align: left;
  width: 100%;
  position: relative;
  left: 2.5rem;
}

@media (min-width: 1024px) {
  .hero-section {
    padding-top: calc(var(--header-offset) + 2.5rem);
    padding-bottom: 1.5rem;
  }

  .hero-layout {
    min-height: calc(100vh - (var(--header-offset) + 3.5rem));
  }
}

.hero-headline {
  font-weight: 600;
  font-size: clamp(2rem, 6vw, 3.2rem);
  line-height: 1.05;
  /* さらに行間を詰め、力強い密度に */
  word-break: normal;
  overflow-wrap: break-word;
  text-wrap: balance;
  font-feature-settings: "palt", "kern";
  font-kerning: normal;
  margin-bottom: 1.5rem;
}

/* サブコピーのグルーピング */
.hero-subtext-group {
  margin-bottom: 0.9rem;
}

.hero-subtext {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
  /* サブコピーを完全に密着させる */
}

.hero-subtext-strong {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 0;
  text-wrap: balance;
}

.hero-credential-card {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.15rem;
  margin-top: 0.35rem;
  margin-bottom: 0.9rem;
  /* 大幅に短縮 */
  border-radius: 0.4rem;
  border: 0.5px solid rgba(255, 255, 255, 0.45);
  background: rgba(0, 0, 0, 0.24);
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: none;
  max-width: 100%;
}

.hero-credential-text {
  color: #fff;
  font-weight: 500;
  font-size: clamp(1.05rem, 4.2vw, 1.875rem);
  letter-spacing: clamp(0.005em, 0.14vw, 0.05em);
  line-height: 1.2;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: none;
}

.hero-credential-sup {
  font-size: clamp(0.75rem, 3.2vw, 1.25rem);
}

.organization-section {
  background-color: #fff;
  padding-top: clamp(4rem, 8vw, 7rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
}

.organization-shell {
  max-width: 1100px;
  width: 100%;
}

.organization-head {
  padding-bottom: 1.5rem;
}

.organization-eyebrow {
  font-size: 0.95rem;
  color: var(--primary-600);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.organization-title {
  font-size: clamp(2.1rem, 4vw, 2.8rem);
  font-weight: 600;
  color: var(--primary-900);
  margin-bottom: 1rem;
}

.organization-title-line {
  width: 140px;
  height: 1px;
  margin: 0 auto;
  background: rgba(201, 204, 209, 0.2);
}

.organization-intro-card {
  background-color: #fdfefe;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  padding: 2.25rem 2.5rem;
  margin: 0 auto 2.5rem;
}

.what-is-layout {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.what-is-image,
.what-is-card {
  width: 100%;
  display: flex;
  align-items: stretch;
  min-width: 0;
}

.what-is-card-inner {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.what-is-image img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .what-is-layout {
    flex-direction: row;
    gap: 2rem;
    align-items: stretch;
  }

  .what-is-image,
  .what-is-card {
    flex: 1 1 0;
    min-width: 0;
  }
}

.organization-lead {
  font-size: 1.1rem;
  line-height: 1.95;
  color: #4b5563;
}

.organization-lead-strong {
  font-weight: 600;
  color: var(--primary-900);
}

.organization-lead-highlight {
  font-weight: 500;
  color: var(--primary-800);
}

.organization-features-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 2.5rem;
}

@media (max-width: 1023px) {
  .organization-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

@media (max-width: 639px) {
  .organization-features-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.organization-feature-card {
  background-color: #f8fafc;
  border-radius: 14px;
  padding: 2rem 1.5rem;
  text-align: center;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.organization-feature-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.25rem;
}

.organization-feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.organization-feature-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--primary-900);
  margin-bottom: 0.5rem;
}

.organization-feature-text {
  color: #4b5563;
  line-height: 1.6;
  font-size: 0.95rem;
  text-wrap: balance;
}

.organization-story-card {
  margin-top: 3rem;
  padding: 2.5rem;
  border-radius: 18px;
  background: linear-gradient(135deg, #f8fafc, #ffffff);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.organization-story-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--primary-900);
  margin-bottom: 1rem;
}

.organization-story-text {
  color: #4b5563;
  line-height: 1.9;
  font-size: 1rem;
}

.faq-hero-image {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.faq-hero-image img {
  width: 100%;
  max-width: 560px;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
  display: block;
}

@media (max-width: 1023px) {
  .organization-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .organization-section {
    padding-top: clamp(4.5rem, 14vw, 6rem);
  }

  .organization-intro-card {
    padding: 1.75rem 1.5rem;
  }

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

  .organization-feature-card {
    padding: 1.75rem 1.25rem;
  }

  .faq-hero-image img {
    max-width: 100%;
  }
}

.hero-cta-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 0.5rem;
  /* 大幅に短縮 */
}

.hero-cta {
  border-radius: 0.9rem;
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(10, 15, 23, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

.hero-cta-secondary {
  box-shadow: 0 5px 14px rgba(15, 23, 42, 0.18);
}

.hero-no-wrap {
  white-space: nowrap;
}

@media (min-width: 640px) {
  .hero-cta-group {
    flex-direction: row;
  }

  .hero-cta {
    min-width: 240px;
  }
}

@media (max-width: 767px) {
  .hero-subtext-group {
    margin-bottom: 0.4rem;
  }

  .hero-headline {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-break {
    display: block;
  }

  .hero-section {
    background-position: center 18%;
    padding-top: calc(3.4rem + var(--header-offset));
    padding-bottom: clamp(6rem, 12vw, 10rem);
  }

  .hero-section::before {
    background-color: rgba(0, 0, 0, 0.65);
  }

  .hero-layout {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    min-height: auto;
    justify-content: center;
    align-items: center;
  }

  .hero-content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    left: 0;
  }

  .hero-credential-card {
    margin-top: 0.2rem !important;
    /* 1.75remから縮小 */
    padding: 0.6rem 1.25rem;
    margin-bottom: 1.2rem;
  }

  .hero-cta-group {
    margin-top: 0.9rem !important;
    gap: 1rem;
  }

  .hero-cta {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    min-width: 100%;
    padding: 0.875rem 2rem;
  }
}

@media (max-width: 420px) {
  .hero-no-wrap {
    white-space: normal;
  }
}

@media (min-width: 768px) {
  .hero-section {
    padding-top: calc(var(--header-offset) + 2.5rem);
    background-position: 50% center;
  }

  .hero-layout {
    min-height: 600px;
  }
}

@media (min-width: 768px) {
  .profile-details-inner {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .site-header {
    padding-top: 1.25rem;
  }
}

.cta-primary,
.cta-secondary {
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cta-primary {
  overflow: visible;
}

.cta-secondary {
  overflow: hidden;
}

.cta-primary {
  box-shadow: 0 20px 40px rgba(184, 50, 128, 0.4);
  animation: ctaPulse 4s ease-in-out infinite;
}

.cta-primary:hover,
.cta-primary:focus-visible {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 28px 50px rgba(184, 50, 128, 0.5);
  animation: none;
}

.cta-secondary {
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.85) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25),
    0 12px 30px rgba(16, 42, 67, 0.4) !important;
  background-color: rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(4px);
}

.cta-secondary:hover,
.cta-secondary:focus-visible {
  transform: translateY(-2px);
  background-color: rgba(255, 255, 255, 1);
  color: var(--primary-900);
}

.cta-contrast {
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(16, 42, 67, 0.1);
  box-shadow: 0 15px 30px rgba(16, 42, 67, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cta-contrast:hover,
.cta-contrast:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(16, 42, 67, 0.35);
}

@keyframes ctaPulse {

  0%,
  100% {
    box-shadow: 0 20px 40px rgba(184, 50, 128, 0.4);
  }

  50% {
    box-shadow: 0 25px 50px rgba(184, 50, 128, 0.5);
  }
}

/* タブレット最適化 */
@media (min-width: 640px) and (max-width: 1023px) {
  .text-4xl {
    font-size: 2rem;
  }

  .text-3xl {
    font-size: 1.75rem;
  }

  .text-2xl {
    font-size: 1.375rem;
  }
}

/* セクション間の視覚的な流れ */
section {
  position: relative;
}

section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right,
      transparent,
      rgba(0, 0, 0, 0.05),
      transparent);
}

section:first-of-type::before {
  display: none;
}

/* スマホ表示での余白調整 */
@media (max-width: 639px) {
  /* bodyの余白は削除（各セクションで個別に管理） */
}

@media (max-width: 480px) {
  .site-header .header-main-title {
    font-size: clamp(0.85rem, 3.6vw, 1rem);
    letter-spacing: -0.01em;
  }

  .organization-title {
    font-size: clamp(1.4rem, 6.4vw, 1.9rem);
    letter-spacing: -0.01em;
    white-space: nowrap;
  }
}

@media (max-width: 430px) {
  .hero-headline {
    font-size: clamp(1.95rem, 8.5vw, 2.4rem);
  }

  .hero-credential-card {
    width: 100%;
    justify-content: center;
    padding: 0.6rem 0.75rem;
  }

  .hero-credential-text {
    text-align: center;
    font-size: clamp(1.3rem, 5.8vw, 2.2rem);
    letter-spacing: clamp(0.005em, 0.1vw, 0.04em);
  }

  .hero-cta {
    font-size: 1rem;
  }

  .section-title-underline {
    padding-bottom: 0.85rem;
  }

  .footer-links {
    flex-direction: column;
    gap: 0.5rem;
  }

  .footer-links a {
    font-size: 0.85rem;
  }

  .footer-copy,
  .footer-subtext {
    line-height: 1.8;
  }
}


/* アクセシビリティ: キーボードナビゲーション強化 */
*:focus-visible {
  outline: 3px solid rgba(213, 63, 140, 0.6);
  outline-offset: 2px;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(213, 63, 140, 0.8);
  outline-offset: 3px;
}

/* セクションタイトル下線アニメーション */
.section-title-underline {
  position: relative;
  display: inline-block;
  padding-bottom: 1.2rem;
  /* レスポンシブフォントサイズ: 画面幅に応じて自動調整 */
  font-size: clamp(1.25rem, 5.5vw, 1.875rem) !important;
}

.section-title-underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 5rem;
  height: 0.25rem;
  background: linear-gradient(90deg, var(--accent-500), var(--accent-600));
  border-radius: 2px;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.section-title-underline.in-view::after {
  transform: translateX(-50%) scaleX(1);
}

/* PC表示時はセクション見出しを大きめに */
@media (min-width: 768px) {
  .section-title-underline {
    font-size: 2.25rem !important;
    /* 36px */
  }
}

.cta-section {
  padding-top: 0;
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .cta-section {
    padding-top: 0.5rem;
    padding-bottom: 7.5rem;
  }
}

.cta-image-link {
  display: inline-block;
  border-radius: 1rem;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cta-image-link:hover,
.cta-image-link:focus-visible {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 20px 40px rgba(16, 42, 67, 0.25);
}

/* ボタンマイクロインタラクション */
.btn-micro-interaction {
  position: relative;
}

.btn-micro-interaction:not(.cta-primary) {
  overflow: hidden;
}

.btn-micro-interaction:not(.cta-primary)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
  z-index: 0;
}

.btn-micro-interaction:not(.cta-primary):hover::before {
  width: 300px;
  height: 300px;
}

.btn-micro-interaction:not(.cta-primary)>* {
  position: relative;
  z-index: 2;
}

/* cta-primaryには波紋エフェクトなし（通知ドット優先） */
.cta-primary:hover {
  transform: translateY(-3px) scale(1.02);
}

/* CTA緊急性デザイン */
.cta-urgency::after {
  content: "";
  position: absolute;
  top: -6px;
  right: -6px;
  width: 14px;
  height: 14px;
  background: #ff4444;
  border-radius: 50%;
  border: 3px solid white;
  animation: urgencyPulse 2s ease-in-out infinite;
  z-index: 100;
  pointer-events: none;
}

@keyframes urgencyPulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}

/* セクションフェードイン */
.fade-in-section {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-section.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* モバイルの改行制御 */
@media (max-width: 640px) {
  .hero-headline {
    word-break: keep-all;
    overflow-wrap: anywhere;
    line-height: 1.25;
    /* 行間を狭める */
    letter-spacing: 0.03em;
    font-size: clamp(1.75rem, 9.5vw, 2.15rem);
  }

  .hero-headline .inline-block {
    display: inline-block;
    vertical-align: top;
  }
}

/* スマホ表示時のサブテキストサイズ抑制 */
@media (max-width: 640px) {
  .hero-subtext-sm {
    font-size: 0.93rem !important;
    /* 少し小さく */
    line-height: 1.5 !important;
  }
}

/* キャッチコピーの強調（ジャンプ率） */
.hero-headline {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  /* ベースサイズを少し下げて差を出す */
  font-weight: 500;
  line-height: 1.15;
  /* 行間をさらにタイトに */
}

.hero-em {
  font-size: 1.25em;
  /* キーワードを25%大きく */
  font-weight: 700;
  letter-spacing: 0.05em;
  display: inline-block;
}

@media (min-width: 768px) {
  .hero-headline {
    font-size: 3.5rem;
  }
}

@media (max-width: 640px) {
  .hero-headline {
    font-size: 1.875rem;
    /* スマホ時のベースサイズを30px相当に */
  }
}

/* Hero Section Layout Clearup */
.hero-gift-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

/* ヒーロー内では画像は非表示、または極小に */
.hero-gift-container .gift-image-wrapper {
  display: none;
}

.hero-gift-text {
  text-align: left;
  border-left: 2px solid #c5a059;
  padding-left: 1rem;
  animation: none;
  /* 動きを止める */
  max-width: 32rem;
  width: 100%;
}

.hero-gift-text .gift-label {
  color: #ffffff;
  opacity: 0.9;
  font-size: clamp(0.75rem, 2.8vw, 0.9rem);
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.hero-gift-text .gift-label::before,
.hero-gift-text .gift-label::after {
  display: none;
}

.hero-gift-text .gift-title {
  color: #c5a059;
  font-size: clamp(0.85rem, 3.4vw, 1rem);
  font-weight: 500;
  margin-top: 0.25rem;
  text-align: left;
  line-height: 1.6;
  line-break: strict;
  text-wrap: balance;
}

/* 下部CTAのリッチバナー（ここは維持して、最後のご褒美にする） */
.banner-wrapper {
  max-width: 800px;
  margin: 3rem auto 0;
  perspective: 1000px;
}

.rich-gift-banner {
  display: block;
  position: relative;
  background: linear-gradient(135deg, #102a43 0%, #06101b 100%);
  border: 1px solid rgba(197, 160, 89, 0.3);
  border-radius: 1.5rem;
  overflow: hidden;
  text-decoration: none !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.rich-gift-banner:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
  border-color: rgba(197, 160, 89, 0.6);
}

.banner-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 2rem;
  gap: 2.5rem;
}

.banner-cover-image {
  width: 180px;
  height: auto;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));
  transform: rotate(-3deg);
}

.banner-text-col {
  flex-grow: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.banner-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.label-text {
  color: #c5a059;
  font-size: 0.85rem;
  font-weight: 600;
}

.banner-title {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.banner-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background-color: #00C300;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 100px;
  font-weight: 700;
  width: fit-content;
}

.banner-cta-extra-img {
  max-width: 180px;
  height: auto;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

@media (max-width: 767px) {
  .hero-gift-container {
    align-items: center;
    text-align: center;
  }

  .hero-gift-text {
    text-align: center;
    border-left: none;
    padding-left: 0;
    border-top: 1px solid rgba(197, 160, 89, 0.4);
    padding-top: 0.75rem;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-gift-text .gift-title {
    text-align: center;
  }

  .banner-content {
    flex-direction: column;
    text-align: center;
  }

  .banner-text-col {
    align-items: center;
  }

  .banner-cta-button {
    width: 100%;
  }
}

/* B案専用: コンフィジェンヌ協会セクションのグリッドレイアウト */
.confi-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
  width: 100%;
}

@media (min-width: 768px) {
  .confi-features-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}

.confi-feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.confi-feature-icon-wrapper {
  width: 4rem;
  /* 64px */
  height: 4rem;
  margin-bottom: 0.75rem;
  background-color: var(--primary-50);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.confi-feature-icon {
  width: 2rem;
  /* 32px */
  height: 2rem;
  object-fit: contain;
  opacity: 0.8;
}

.confi-feature-title {
  font-weight: 700;
  color: var(--primary-900);
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 768px) {
  .confi-feature-title {
    font-size: 1rem;
  }
}

.confi-feature-desc {
  font-size: 0.75rem;
  color: #6b7280;
  /* text-gray-500 */
}

/* B案専用: 協会セクションの背景図解スタイル */
.organization-section-bg-diagram {
  position: relative;
  overflow: hidden;
}

.organization-section-bg-diagram::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 600px;
  /* 図解が主張しすぎない適切なサイズ */
  height: 100%;
  /* ユーザー作成画像を背景に指定 */
  background-image: url('images/Professional Association Concept Diagram 4_3.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.1;
  /* 背景図解の視認性をさらに向上 */
  z-index: 0;
  pointer-events: none;
}

/* 前面のコンテンツを背景より上に表示 */
.organization-content-relative {
  position: relative;
  z-index: 1;
}

/* レスポンシブサブタイトル：一行で表示し、画面幅に合わせて縮小 */
.responsive-subtitle-wrapper {
  width: 100%;
  max-width: 100%;
  text-align: center;
  /* コンテナクエリが使える環境ならコンテナ基準、そうでなければvw基準 */
  container-type: inline-size;
}

.responsive-subtitle {
  white-space: nowrap;
  font-weight: 700;
  color: var(--primary-800);
  /* スマホ: 画面幅に合わせて自動調整。改行しない限界サイズを狙う */
  font-size: clamp(0.75rem, 5vw, 1.5rem);
  line-height: 1.4;
}

@media (min-width: 768px) {
  .responsive-subtitle {
    font-size: 1.75rem;
    /* PC版は大きめ固定 */
  }
}