*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.pointer-events-none {
  pointer-events: none;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

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

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

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

.mt-10 {
  margin-top: 2.5rem;
}

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

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

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

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

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

.ml-auto {
  margin-left: auto;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-1\/2 {
  height: 50%;
}

.h-auto {
  height: auto;
}

.min-h-10 {
  min-height: 2.5rem;
}

.min-h-11 {
  min-height: 2.75rem;
}

.min-h-12 {
  min-height: 3rem;
}

.w-full {
  width: 100%;
}

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

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

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

/* 会員登録・ログイン: max-w-5xl より全体で約 5mm 広い */
.max-w-member-auth {
  max-width: min(100%, calc(64rem + 5mm));
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-md {
  max-width: 28rem;
}

.list-disc {
  list-style-type: disc;
}

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

.flex-wrap {
  flex-wrap: wrap;
}

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

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

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

.justify-end {
  justify-content: flex-end;
}

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

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

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

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

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

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

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

.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

.border-sky-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}

.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.bg-sky-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}

.bg-sky-50\/80 {
  background-color: rgb(240 249 255 / 0.8);
}

.bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}

.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

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

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.leading-snug {
  line-height: 1.375;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.decoration-blue-200 {
  text-decoration-color: #bfdbfe;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-sky-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 242 254 / var(--tw-ring-opacity, 1));
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hover\:border-blue-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-50\/30:hover {
  background-color: rgb(239 246 255 / 0.3);
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.hover\:bg-emerald-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sky-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.hover\:text-emerald-700:hover {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-700:hover {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-900:hover {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.hover\:text-sky-700:hover {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:mt-11 {
    margin-top: 2.75rem;
  }

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

  .sm\:inline {
    display: inline;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:w-auto {
    width: auto;
  }

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

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

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

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

  .sm\:justify-end {
    justify-content: flex-end;
  }

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

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

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

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

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

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

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

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .lg\:max-w-lg {
    max-width: 32rem;
  }

  .lg\:translate-x-20 {
    --tw-translate-x: 5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-20 {
    --tw-translate-y: -5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-20 {
    --tw-translate-x: -5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

.site-body {
  background: linear-gradient(180deg, #eff4ff 0%, #f8fafc 30%, #ffffff 100%);
  color: #1e293b;
}

.site-main {
  min-height: calc(100vh - 140px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(8px);
}

/* Top page tuning based on public CSS from shoshi-navi.com */
.site-body {
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #333333;
  background: #ffffff;
  word-spacing: 1px;
}

.site-footer {
  border-color: #ededed;
  background-color: #ffffff;
}

.header-inner p a {
  color: #333333;
}

.global-nav a {
  font-size: 0.95rem;
  color: #333333;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  border-radius: 6px;
}

.global-nav a:not([class*="bg-blue-900"]):hover {
  color: #111111;
  background-color: #f5f5f5;
}

.global-nav a[class*="bg-blue-900"] {
  background-color: #007cff;
}

.global-nav a[class*="bg-blue-900"]:hover {
  background-color: #4b9cfb;
}

/* Top: コンテナの幅。このブロックだけ編集すると全体／ヒーローを切り替えやすい */
.home-page {
  --home-content-max-width: 75rem; /* トップページ全体の最大幅（旧 max-w-6xl 相当）。例 60rem, 960px */
  --hero-panel-max-width: none; /* ヒーロー白カードだけ狭くするときだけ指定。例 56rem */

  /* ヒーローカード内の画像まわり（スマホは中央寄せのまま。PCのみ下の値が効く） */
  --hero-layout-shift-y-lg: -5rem; /* 見出し＋画像の2列ブロック全体の上下ずれ（旧 lg:-translate-y-20 に相当）。0 でオフ */
  --hero-image-shift-x-lg: -1rem; /* 画像列の左右ずれ（旧 lg:-translate-x-20 に相当）。0 でオフ */
  --hero-image-shift-y-lg: 0; /* 画像列だけ追加で上下ずらす（単位ありの長さ）。例 -0.5rem */
  --hero-image-object-position: center center; /* 画像の見せ方（切れ調整）：center top / 60% 40% など */
  --hero-image-justify-self-lg: center; /* グリッド内の横寄せ start | center | end */
}

.home-page-content {
  width: 100%;
  max-width: var(--home-content-max-width);
  margin-inline: auto;
  /* トップ全体を80%表示（比率・配色はそのまま、左右に余白が増える） */
  zoom: 0.8;
}

.home-page .hero-panel {
  max-width: var(--hero-panel-max-width, none);
  margin-inline: auto;
}

@media (min-width: 1024px) {
  .home-page .hero-layout {
    transform: translateY(var(--hero-layout-shift-y-lg));
  }

  .home-page .hero-image-wrap {
    justify-self: var(--hero-image-justify-self-lg);
    transform: translate(
      var(--hero-image-shift-x-lg),
      var(--hero-image-shift-y-lg)
    );
  }
}

.home-page .hero-image {
  display: block;
  object-position: var(--hero-image-object-position);
}

/* トップ: メインビジュアル（img を通常フローに置き、高さ欠落・アンホの原因になる絶対配置は使わない） */
.hero-visual-frame {
  position: relative;
  width: 100%;
  background-color: transparent;
}

.hero-visual-img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.hero-visual-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

/* トップ: ヒーロー中央の半透明パネル（背景画像の上で文字を読みやすく） */
.hero-promo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 22rem);
  padding-block: clamp(1.5rem, 4vw, 2.25rem);
  padding-inline: clamp(1.75rem, 4.5vw, 2.5rem);
  border-radius: 1.5rem;
  background: rgba(255, 251, 242, 0.65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: none;
  pointer-events: auto;
}

/* トップ: ヒーロー中央コピー（参照デザインに合わせた配色・階層） */
.hero-visual-promo-stack {
  --hero-promo-maroon: #5c2b33;
  --hero-promo-maroon-deep: #4a232a;
  --hero-promo-subtitle: #9b8b80;
  --hero-promo-blue: #2a7fe0;
  --hero-promo-body: #3a3a3a;
  --hero-promo-muted: #5c5c5c;
  --hero-promo-foot: #6b6b6b;
  --hero-promo-cta: #6fa67e;
  --hero-promo-cta-hover: #5f966e;

  width: min(100%, 19.5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  line-height: 1.35;
}

.hero-promo-brand {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-promo-diamonds {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.2rem;
}

.hero-promo-diamond {
  width: 0.72rem;
  height: 0.72rem;
  background-color: var(--hero-promo-maroon-deep);
  transform: rotate(45deg);
  border-radius: 0.05rem;
}

.hero-promo-diamond--2 {
  margin-top: -0.36rem;
  background-color: var(--hero-promo-maroon);
}

.hero-promo-brand-text {
  text-align: left;
}

.hero-promo-brand-sub {
  margin: 0;
  font-size: clamp(0.65rem, 1.8vw, 0.78rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--hero-promo-subtitle);
}

.hero-promo-brand-main {
  margin: 0;
  font-size: clamp(1.45rem, 4.2vw, 1.85rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--hero-promo-maroon);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", "Noto Serif JP", serif;
  line-height: 1.15;
}

.hero-promo-subblue-block {
  width: 100%;
  margin-top: clamp(0.85rem, 2.2vw, 1.2rem);
}

.hero-promo-subblue {
  margin: 0;
  font-size: clamp(0.82rem, 2.1vw, 0.95rem);
  font-weight: 700;
  color: var(--hero-promo-blue);
  letter-spacing: 0.02em;
  line-height: 1.45;
}

.hero-promo-subblue-num {
  display: inline-block;
  margin: 0 0.04em;
  font-size: clamp(1.65rem, 4.8vw, 2.2rem);
  font-weight: 800;
  line-height: 1;
  vertical-align: -0.12em;
}

.hero-promo-accent {
  margin-top: 0.45rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}

.hero-promo-accent-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--hero-promo-blue);
}

.hero-promo-accent-slash {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--hero-promo-blue);
  line-height: 1;
}

.hero-promo-headlines {
  margin-top: clamp(1rem, 2.5vw, 1.45rem);
  width: 100%;
}

.hero-promo-h1 {
  margin: 0;
  font-size: clamp(0.92rem, 2.35vw, 1.06rem);
  font-weight: 800;
  color: var(--hero-promo-body);
  letter-spacing: 0.03em;
}

.hero-promo-h2 {
  margin: 0.15rem 0 0;
  font-size: clamp(2.2rem, 7.5vw, 3.15rem);
  font-weight: 900;
  color: var(--hero-promo-body);
  letter-spacing: 0.02em;
  line-height: 1.07;
}

.hero-promo-lead {
  margin: clamp(0.75rem, 2vw, 1rem) 0 0;
  font-size: clamp(0.68rem, 1.85vw, 0.79rem);
  font-weight: 400;
  color: var(--hero-promo-muted);
  letter-spacing: 0.02em;
  line-height: 1.55;
}

.hero-promo-cta {
  margin-top: clamp(1rem, 2.6vw, 1.35rem);
  box-sizing: border-box;
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.55rem 2.35rem 0.55rem 2rem;
  border-radius: 0.35rem;
  background-color: var(--hero-promo-cta);
  color: #fff;
  font-size: clamp(0.82rem, 2.05vw, 0.93rem);
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: background-color 0.15s ease;
}

.hero-promo-cta:hover {
  background-color: var(--hero-promo-cta-hover);
}

.hero-promo-cta-label {
  text-align: center;
}

.hero-promo-cta-chevron {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  opacity: 0.95;
}

.hero-promo-foot {
  margin: clamp(0.55rem, 1.8vw, 0.72rem) 0 0;
  font-size: clamp(0.58rem, 1.5vw, 0.67rem);
  font-weight: 400;
  color: var(--hero-promo-foot);
  letter-spacing: 0.02em;
  line-height: 1.5;
}

@media (min-width: 640px) {
  .hero-visual-promo-stack {
    width: min(100%, 21rem);
  }
}

@media (max-width: 359px) {
  .hero-promo-card {
    padding-block: 1.25rem;
    padding-inline: 1.15rem;
  }

  .hero-visual-promo-stack {
    transform: scale(0.92);
    transform-origin: center center;
  }
}

/* トップ: メリット（ヒーロー直下・参照レイアウト準拠） */
.home-page .merits-section {
  --merits-coral: #f0874a;
  --merits-coral-strong: #f07830;
  --merits-pink-accent: #f7bdc8;
  --merits-pink-soft: #fdeef4;
  --merits-yellow-soft: #fff8e9;
  --merits-red: #e53935;
  --merits-text: #353535;

  margin-top: clamp(2rem, 5.5vw, 3.25rem);
  margin-bottom: clamp(2rem, 5vw, 2.85rem);
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  color: var(--merits-text);
}

.home-page .merits-header {
  max-width: 44rem;
  margin-inline: auto;
  text-align: center;
}

.home-page .merits-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin: 0;
}

.home-page .merits-heart {
  display: block;
  flex-shrink: 0;
}

.home-page .merits-kicker-en {
  margin: 0;
  font-size: clamp(0.78rem, 1.8vw, 0.92rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #f3b9c9;
}

.home-page .merits-divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  margin-top: 0.75rem;
  margin-bottom: 0.35rem;
}

.home-page .merits-divider-line {
  width: min(268px, 88%);
  height: 1px;
  background-color: var(--merits-pink-accent);
}

.home-page .merits-divider-notch {
  width: 0;
  height: 0;
  margin-top: -0.03rem;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid var(--merits-pink-accent);
}

.home-page .merits-title {
  margin: 0.55rem 0 0;
  font-size: clamp(1.25rem, 3.35vw, 1.72rem);
  font-weight: 800;
  line-height: 1.42;
  letter-spacing: 0.02em;
  color: #2d2d2d;
}

.home-page .merits-point {
  display: grid;
  gap: clamp(1.35rem, 4vw, 2.25rem);
  align-items: center;
  margin-top: clamp(2.35rem, 6vw, 3.75rem);
  max-width: 58rem;
  margin-inline: auto;
}

@media (min-width: 1024px) {
  .home-page .merits-point {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    column-gap: clamp(1.5rem, 4vw, 2.85rem);
  }
}

.home-page .merits-point--2 {
  margin-top: clamp(2.75rem, 7vw, 4rem);
}

.home-page .merits-point-label {
  margin: 0;
  font-size: clamp(1.75rem, 4.55vw, 2.85rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--merits-coral);
}

.home-page .merits-point-label-num {
  display: inline-block;
  margin-left: 0.08em;
  font-variant-numeric: tabular-nums;
}

.home-page .merits-point-sub {
  margin: 0.55rem 0 0;
  font-size: clamp(0.84rem, 2vw, 0.95rem);
  font-weight: 700;
  line-height: 1.35;
  color: var(--merits-coral);
}

.home-page .merits-point-lead {
  margin: 1rem 0 0;
  font-size: clamp(0.94rem, 2.35vw, 1.06rem);
  font-weight: 800;
  line-height: 1.62;
  color: var(--merits-text);
}

.home-page .merits-point-lead strong {
  font-weight: 900;
}

.home-page .merits-point-body {
  margin: 0.9rem 0 0;
  font-size: clamp(0.78rem, 1.82vw, 0.845rem);
  font-weight: 500;
  line-height: 1.95;
  color: #4a4a4a;
}

.home-page .merits-point-body strong {
  font-weight: 800;
  color: #393939;
}

.home-page .merits-visual {
  border-radius: 1.65rem;
  padding: clamp(1.15rem, 3.2vw, 1.75rem);
  box-sizing: border-box;
  min-height: min(260px, 48vw);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-page .merits-visual--pink {
  background-color: var(--merits-pink-soft);
  justify-content: center;
  gap: clamp(0.6rem, 1.8vw, 1rem);
}

.home-page .merits-visual-pink-burst {
  display: flex;
  gap: 0.22rem;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0.42rem;
  height: 0.85rem;
}

.home-page .merits-visual-pink-burst span {
  display: block;
  width: 2px;
  height: 13px;
  border-radius: 2px;
  background-color: var(--merits-red);
}

.home-page .merits-visual-pink-burst span:nth-child(1) {
  transform: rotate(-32deg);
  height: 10px;
}
.home-page .merits-visual-pink-burst span:nth-child(2) {
  transform: rotate(-14deg);
  height: 12px;
}
.home-page .merits-visual-pink-burst span:nth-child(3) {
  transform: rotate(0deg);
  height: 14px;
}
.home-page .merits-visual-pink-burst span:nth-child(4) {
  transform: rotate(14deg);
  height: 12px;
}
.home-page .merits-visual-pink-burst span:nth-child(5) {
  transform: rotate(32deg);
  height: 10px;
}

.home-page .merits-visual-pink-head {
  margin: 0;
  text-align: center;
  font-size: clamp(1.05rem, 2.8vw, 1.95rem);
  font-weight: 900;
  line-height: 1.32;
  white-space: nowrap;
  color: var(--merits-red);
}

.home-page .merits-visual-pink-sub {
  margin: 0;
  text-align: center;
  font-size: clamp(1.05rem, 2.45vw, 1.45rem);
  font-weight: 800;
  line-height: 1.45;
  color: var(--merits-red);
}

.home-page .merits-visual-pen {
  display: block;
  width: min(212px, 88%);
  height: auto;
  margin-top: 0.5rem;
  margin-inline: auto;
}

.home-page .merits-visual--yellow {
  background-color: var(--merits-yellow-soft);
}

.home-page .merits-visual-banner {
  margin-inline: auto;
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.92rem;
  border-radius: 9999px;
  background-color: var(--merits-coral);
  color: #fff;
  font-size: clamp(0.62rem, 1.52vw, 0.71rem);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  width: fit-content;
  max-width: 100%;
  text-align: center;
}

.home-page .merits-visual-week-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 0.15rem;
  padding: 0.45rem 0.55rem 0.35rem;
  min-height: 5rem;
  width: 100%;
}

.home-page .merits-visual-week-line {
  position: relative;
  z-index: 1;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  row-gap: 0.08rem;
  column-gap: 0.06rem;
  font-size: clamp(0.8rem, 2vw, 0.9rem);
  font-weight: 700;
  line-height: 1.35;
}

.home-page .merits-visual-week-num {
  margin-right: 0.02em;
  font-size: clamp(3.15rem, 10vw, 4.85rem);
  font-weight: 900;
  line-height: 0.92;
  color: var(--merits-coral-strong);
}

.home-page .merits-visual-week-unit {
  margin-right: 0.08em;
  font-size: clamp(1rem, 2.95vw, 1.55rem);
  font-weight: 900;
  color: var(--merits-coral-strong);
}

.home-page .merits-visual-week-rest {
  font-weight: 800;
  color: var(--merits-text);
}

.home-page .merits-visual-week-spark {
  display: flex;
  position: absolute;
  z-index: 0;
  opacity: 0.92;
}

.home-page .merits-visual-week-spark svg {
  display: block;
}

.home-page .merits-visual-week-spark--1 {
  left: 6%;
  top: -0.05rem;
  transform: rotate(-12deg);
}
.home-page .merits-visual-week-spark--2 {
  left: 15%;
  bottom: -0.1rem;
  transform: rotate(8deg);
}
.home-page .merits-visual-week-spark--3 {
  right: 10%;
  top: -0.2rem;
  transform: rotate(18deg);
}
.home-page .merits-visual-week-spark--4 {
  right: 4%;
  bottom: -0.15rem;
  transform: rotate(-8deg);
}

@media (max-width: 399px) {
  .home-page .merits-visual-week-spark--1 {
    left: 4%;
  }
  .home-page .merits-visual-week-spark--4 {
    right: 2%;
  }
}

.home-page .merits-visual-orange-rule {
  width: min(260px, 92%);
  height: 2px;
  margin: 0.55rem auto 0;
  background: linear-gradient(90deg, transparent, var(--merits-coral) 12%, var(--merits-coral) 88%, transparent);
}

.home-page .merits-visual-yellow-mid {
  margin: 1rem 0 0;
  text-align: center;
  font-size: clamp(0.8rem, 2.05vw, 0.9rem);
  font-weight: 800;
  letter-spacing: 0.03em;
  color: var(--merits-coral-strong);
}

.home-page .merits-visual-flow {
  margin-top: 1.15rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.45rem 0.65rem;
  width: 100%;
  padding-top: 0.15rem;
}

.home-page .merits-visual-flow-disks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
}

.home-page .merits-disk {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.85rem;
  padding: 0.38rem 0.72rem;
  border-radius: 9999px;
  border: 2px solid var(--merits-coral-strong);
  background-color: #fff;
  color: var(--merits-coral-strong);
  font-size: clamp(0.61rem, 1.52vw, 0.71rem);
  font-weight: 800;
}

.home-page .merits-flow-muted {
  font-size: clamp(0.66rem, 1.62vw, 0.73rem);
  font-weight: 700;
  color: #595959;
}

.home-page .merits-flow-arrow {
  display: flex;
  align-items: center;
}

.home-page .merits-flow-end {
  font-size: clamp(0.66rem, 1.68vw, 0.76rem);
  font-weight: 800;
  color: var(--merits-coral-strong);
  text-align: center;
  line-height: 1.35;
}

/* トップ: サービス比較バナー（ヒーロー〜料金プランの間） */
.home-page .comparison-banner {
  --compare-bg: #e6f4fa;
  --compare-green: #6ab37a;
  --compare-green-dark: #5a9f68;
  --compare-green-border: #6ab37a;
  --compare-blue: #3788cf;
  --compare-pink: #e85d7a;
  --compare-text: #2a2a2a;
  --compare-muted: #6b6b6b;
  --compare-row-alt: #f2f2f2;
  --compare-price-row: #f2f2f2;

  margin-top: clamp(1.75rem, 5vw, 2.75rem);
  margin-bottom: 0.25rem;
}

.home-page .comparison-banner-shell {
  border-radius: 1.25rem;
  background-color: var(--compare-bg);
  padding: clamp(1.35rem, 4vw, 2.4rem) clamp(1rem, 3vw, 1.85rem) clamp(1.5rem, 4vw, 2.25rem);
}

.home-page .comparison-banner-top {
  text-align: center;
}

.home-page .comparison-banner-lead {
  margin: 0;
  font-size: clamp(0.88rem, 2.1vw, 0.98rem);
  font-weight: 500;
  color: var(--compare-text);
  letter-spacing: 0.02em;
}

.home-page .comparison-banner-catch {
  margin: 0.4rem 0 0;
  font-size: clamp(0.88rem, 2.1vw, 0.98rem);
  font-weight: 800;
  color: var(--compare-text);
  letter-spacing: 0.02em;
  line-height: 1.45;
}

.home-page .comparison-banner-slash {
  display: inline-block;
  margin: 0 0.12em;
  font-weight: 700;
  opacity: 0.85;
}

.home-page .comparison-banner-spark-wrap {
  display: flex;
  justify-content: center;
  margin: 1rem 0 0.65rem;
}

.home-page .comparison-banner-heading {
  margin: 0 0 clamp(1.15rem, 3vw, 1.65rem);
  text-align: center;
  font-size: inherit;
  font-weight: inherit;
}

.home-page .comparison-banner-heading-line1 {
  display: block;
  font-size: clamp(0.93rem, 2.35vw, 1.06rem);
  font-weight: 700;
  color: var(--compare-text);
  line-height: 1.65;
}

.home-page .comparison-banner-head-blue {
  margin: 0 0.1em;
  font-weight: 800;
  color: var(--compare-blue);
}

.home-page .comparison-banner-head-24 {
  display: inline-block;
  margin: 0 0.03em;
  font-size: clamp(1.65rem, 5.2vw, 2.4rem);
  font-weight: 900;
  line-height: 1;
  vertical-align: -0.18em;
}

.home-page .comparison-banner-heading-line2 {
  display: block;
  margin-top: 0.38rem;
  font-size: clamp(1.12rem, 3.05vw, 1.42rem);
  font-weight: 800;
  color: var(--compare-pink);
  letter-spacing: 0.02em;
}

.home-page .comparison-banner-table-outer {
  border-radius: 1rem;
  background-color: #fff;
  padding: clamp(0.95rem, 2.8vw, 1.45rem);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.home-page .comparison-table-scroll {
  overflow-x: auto;
  padding-bottom: 0.125rem;
  -webkit-overflow-scrolling: touch;
}

.home-page .comparison-table-scroll:focus-visible {
  outline: 2px solid var(--compare-blue);
  outline-offset: 2px;
}

.home-page .comparison-table {
  width: 100%;
  min-width: 648px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.home-page .comparison-th-corner {
  width: 24%;
  background-color: #fff;
  border-bottom: 1px solid #dfe6ea;
}

.home-page .comparison-th-shoshinabi {
  position: relative;
  width: 26%;
  vertical-align: top;
  text-align: center;
  padding: 0;
  border: none;
  background-color: transparent;
}

.home-page .comparison-shoshinabi-head {
  border: 2px solid var(--compare-green-border);
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: #fff;
  overflow: hidden;
}

.home-page .comparison-th-plain {
  width: 25%;
  padding: 0.6rem 0.45rem 1rem;
  vertical-align: bottom;
  font-size: clamp(0.66rem, 1.65vw, 0.74rem);
  font-weight: 800;
  line-height: 1.38;
  text-align: center;
  color: var(--compare-text);
  border-bottom: 1px solid #dfe6ea;
}

.home-page .comparison-th-break {
  display: block;
}

.home-page .comparison-crown-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.35rem 0.25rem 0.25rem;
}

.home-page .comparison-crown-record {
  margin: 0;
  font-size: clamp(0.58rem, 1.35vw, 0.63rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #a67f1b;
}

.home-page .comparison-crown-record-no {
  margin-left: 0.05em;
  font-size: clamp(0.72rem, 1.85vw, 0.82rem);
}

.home-page .comparison-osusume {
  margin: 0;
  padding: 0.42rem 0.35rem;
  border-radius: 0;
  background-color: var(--compare-green);
  color: #fff;
  font-size: clamp(0.66rem, 1.65vw, 0.73rem);
  font-weight: 800;
  letter-spacing: 0.18em;
  text-indent: 0.18em;
}

.home-page .comparison-col-brand {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.62rem 0.55rem 0.85rem;
}

.home-page .comparison-brand-diamonds {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.2rem;
}

.home-page .comparison-brand-diamond {
  width: 0.62rem;
  height: 0.62rem;
  background-color: #4a232a;
  transform: rotate(45deg);
  border-radius: 0.06rem;
}

.home-page .comparison-brand-diamond--2 {
  margin-top: -0.32rem;
  background-color: #5f2c33;
}

.home-page .comparison-col-brand-text {
  text-align: left;
}

.home-page .comparison-col-brand-sub {
  display: block;
  font-size: clamp(0.58rem, 1.35vw, 0.62rem);
  font-weight: 500;
  color: #9b8b80;
}

.home-page .comparison-col-brand-main {
  display: block;
  margin-top: 0.08rem;
  font-size: clamp(1.2rem, 3.2vw, 1.45rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #5c2b33;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", "Noto Serif JP", serif;
  line-height: 1.1;
}

.home-page .comparison-row-label {
  padding: 0.65rem 0.65rem 0.65rem 0.72rem;
  font-size: clamp(0.68rem, 1.72vw, 0.74rem);
  font-weight: 800;
  text-align: left;
  vertical-align: middle;
  color: var(--compare-text);
  border-bottom: 1px solid #dfe6ea;
  background-color: #fff;
}

.home-page .comparison-table tbody td {
  --compare-icon-slot: 1.375rem;
  padding: 0.52rem 0.45rem 0.52rem 1.5rem;
  font-size: clamp(0.64rem, 1.62vw, 0.71rem);
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
  vertical-align: middle;
  color: #333;
  border-bottom: 1px solid #dfe6ea;
  background-color: #fff;
}

.home-page .comparison-td-shoshinabi {
  border-left: 2px solid var(--compare-green-border);
  border-right: 2px solid var(--compare-green-border);
  background-color: #fff;
}

.home-page .comparison-tr-alt .comparison-row-label {
  background-color: var(--compare-row-alt);
}

.home-page .comparison-cell-body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.35rem;
  width: 100%;
  text-align: left;
}

.home-page .comparison-ico {
  flex: 0 0 var(--compare-icon-slot);
  width: var(--compare-icon-slot);
  min-width: var(--compare-icon-slot);
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-page .comparison-ico-svg {
  display: block;
  flex-shrink: 0;
  width: var(--compare-icon-slot);
  height: var(--compare-icon-slot);
}

.home-page .comparison-row-label--empty {
  padding-top: 0.82rem;
  padding-bottom: 0.92rem;
}

.home-page .comparison-tr-price td,
.home-page .comparison-tr-price th {
  border-bottom: none;
  padding-top: 0.82rem !important;
  padding-bottom: 0.92rem !important;
  vertical-align: middle !important;
  background-color: var(--compare-price-row) !important;
}

.home-page .comparison-td-price-highlight {
  text-align: center !important;
}

.home-page .comparison-price-shosh {
  font-size: clamp(1.28rem, 3.35vw, 1.74rem);
  font-weight: 900;
  color: var(--compare-green-dark);
  letter-spacing: 0.02em;
}

.home-page .comparison-price-unit {
  font-size: 0.92em;
  font-weight: 800;
}

.home-page .comparison-td-price {
  text-align: center !important;
  font-weight: 600;
}

.home-page .comparison-td-price strong {
  font-weight: 800;
}

.home-page .comparison-price-note {
  margin-left: 0.06em;
  font-weight: 700;
}

.home-page .comparison-table tbody tr:last-child .comparison-td-shoshinabi {
  border-bottom: 2px solid var(--compare-green-border) !important;
  border-radius: 0 0 0.5rem 0.5rem;
}

.home-page .comparison-disclaimer {
  margin: clamp(0.85rem, 2.5vw, 1.05rem) 0 0;
  text-align: center;
  font-size: clamp(0.58rem, 1.4vw, 0.64rem);
  line-height: 1.55;
  color: var(--compare-text);
}

/* トップ: 古物商申請のステップ（ご依頼の流れ）— 見本どおり配色・レイアウト */
.home-page .kobutsu-apply-steps {
  margin-top: 0;
}

.home-page .kobutsu-steps-header {
  background-color: #ffffff;
}

.home-page .kobutsu-steps-header-inner {
  padding-top: clamp(2rem, 5vw, 2.75rem);
  padding-bottom: clamp(2.25rem, 5vw, 3.25rem);
}

.home-page .kobutsu-steps-signpost-wrap {
  display: flex;
  justify-content: center;
}

.home-page .kobutsu-steps-signpost {
  display: block;
}

.home-page .kobutsu-steps-suben {
  margin: 0.85rem 0 0;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #e65f5f;
}

.home-page h2.kobutsu-steps-main-title {
  margin: 0.65rem 0 0;
  text-align: center;
  font-size: clamp(1.35rem, 3.4vw, 2rem);
  line-height: 1.38;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #333333;
}

.home-page .kobutsu-steps-band {
  background-color: #ebebeb;
}

.home-page .kobutsu-steps-list {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: clamp(2.5rem, 6vw, 3.25rem);
}

@media (min-width: 1024px) {
  .home-page .kobutsu-steps-list {
    gap: clamp(1.75rem, 3vw, 2.5rem);
    align-items: start;
  }
}

.home-page .kobutsu-step-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}

.home-page .kobutsu-step-circle {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(220px, 74vw);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
}

.home-page .kobutsu-step-label {
  position: absolute;
  top: 0.95rem;
  left: 1rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #e65f5f;
}

.home-page .kobutsu-step-illus {
  display: block;
  width: 56%;
  height: auto;
  margin: 0 auto;
}

.home-page .kobutsu-step-badge {
  position: absolute;
  bottom: 0.85rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.38rem 0.85rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  white-space: nowrap;
  color: #ffffff;
  background-color: #e65f5f;
  box-shadow: 0 2px 8px rgba(230, 95, 95, 0.35);
}

@media (min-width: 640px) {
  .home-page .kobutsu-step-badge {
    font-size: 0.78rem;
    padding: 0.42rem 0.95rem;
  }
}

.home-page h3.kobutsu-step-heading {
  margin: 1.75rem 0 0;
  max-width: 22rem;
  text-align: center;
  font-size: clamp(1rem, 2.2vw, 1.125rem);
  line-height: 1.45;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0;
}

.home-page .kobutsu-step-body {
  margin: 1rem 0 0;
  max-width: 22rem;
  width: 100%;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #333333;
}

@media (min-width: 640px) {
  .home-page .kobutsu-step-body {
    font-size: 0.9375rem;
  }
}

.home-page .kobutsu-steps-delivery {
  background-color: #ffffff;
}

.home-page .kobutsu-steps-delivery-inner {
  max-width: 52rem;
  padding-top: clamp(2.5rem, 6vw, 3.5rem);
  padding-bottom: clamp(2.75rem, 6vw, 4rem);
}

.home-page h3.kobutsu-steps-delivery-title {
  margin: 0;
  text-align: center;
  font-size: clamp(1.15rem, 2.8vw, 1.65rem);
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #333333;
}

.home-page .kobutsu-steps-delivery-dash {
  margin-right: 0.15em;
  color: #2898de;
  font-weight: 700;
}

.home-page .kobutsu-steps-delivery-figure {
  margin: clamp(1.5rem, 4vw, 2.25rem) 0 0;
  padding: 0;
}

.home-page .kobutsu-steps-delivery-img {
  display: block;
  width: 100%;
  height: auto;
  margin-inline: auto;
}

.home-page .kobutsu-steps-delivery-copy {
  margin: clamp(1.25rem, 3vw, 1.75rem) 0 0;
  width: 100%;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.85;
  color: #333333;
}

.home-page .kobutsu-steps-delivery-copy p {
  margin: 0;
}

.home-page .kobutsu-steps-delivery-copy p + p {
  margin-top: 0.65rem;
}

@media (min-width: 640px) {
  .home-page .kobutsu-steps-delivery-copy {
    font-size: 0.9375rem;
  }
}

/* トップ: 料金プラン（.home-page の bg-* 上書きと競合しないよう専用クラスで配色） */
.home-page .pricing-plan-heading-wrap {
  text-align: center;
}

.home-page .pricing-plan-accent-line {
  margin-inline: auto;
  width: 36px;
  height: 3px;
  background-color: #e02020;
  border-radius: 1px;
}

.home-page .pricing-plan-title {
  letter-spacing: 0.02em;
}

/* ページ主見出しが「料金プラン」のとき、h1 でもヒーロー用の特大サイズにならないようにする */
.home-page h1.pricing-plan-title {
  font-size: clamp(1.5rem, 2.8vw, 2.15rem);
  line-height: 1.35;
}

.home-page .pricing-plan-card-head {
  text-align: center;
}

/* カード本体の余白（Tailwind に pt-9 / pb-8 / mt-9 / py-4 が無いためここで指定） */
.home-page .pricing-plan-card {
  box-sizing: border-box;
  padding: 3rem 1.25rem 3.25rem;
}

@media (min-width: 640px) {
  .home-page .pricing-plan-card {
    padding: 3.75rem 1.5rem 4rem;
  }
}

@media (min-width: 1024px) {
  .home-page .pricing-plan-card {
    padding: 4.5rem 1.75rem 4.75rem;
    min-height: 34rem;
  }
}

.home-page .pricing-plan-features {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2.5rem;
}

@media (min-width: 640px) {
  .home-page .pricing-plan-features {
    gap: 1.125rem;
    margin-top: 3rem;
  }
}

.home-page .pricing-plan-feature-row {
  padding-block: 0.375rem;
}

.home-page .pricing-plan-options {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2.5rem;
}

@media (min-width: 640px) {
  .home-page .pricing-plan-options {
    gap: 1.125rem;
    margin-top: 3rem;
  }
}

.home-page .pricing-plan-card--standard {
  background-color: #e8f4fc;
}

.home-page .pricing-plan-card--premium {
  background-color: #fff0f4;
}

.home-page .pricing-plan-card--options {
  background-color: #ebebeb;
}

.home-page .pricing-plan-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.1em 0.2em;
  line-height: 1.15;
}

.home-page .pricing-plan-price-num {
  font-size: clamp(1.85rem, 4.5vw, 2.35rem);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.home-page .pricing-plan-price-suffix {
  font-weight: 700;
}

.home-page .pricing-plan-feature-label {
  flex: 1;
  min-width: 0;
  text-align: left;
}

.home-page .pricing-plan-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background-color: #43a047;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.home-page .pricing-plan-dash-wrap {
  display: inline-flex;
  flex-shrink: 0;
  width: 22px;
  justify-content: center;
  align-items: center;
}

.home-page .pricing-plan-dash {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #bdbdbd;
  border-radius: 1px;
}

.home-page .pricing-plan-ribbon {
  position: absolute;
  top: 0;
  right: 16px;
  z-index: 2;
  padding: 14px 10px 20px;
  background-color: #e02020;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.35;
  writing-mode: vertical-rl;
  text-orientation: upright;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), 50% 100%, 0 calc(100% - 14px));
}

.home-page .pricing-plan-option-box {
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 1.25rem 1.25rem;
}

@media (min-width: 640px) {
  .home-page .pricing-plan-option-box {
    padding: 1.375rem 1.375rem;
  }
}

.home-page .pricing-plan-option-price {
  letter-spacing: 0.02em;
}

.home-page .pricing-plan-footnote {
  text-align: center;
  color: #6b7280;
}

.home-page h1,
.home-page h2,
.home-page h3 {
  color: #1a1a1a;
  letter-spacing: 0;
  font-weight: 700;
}

.home-page h1 {
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  line-height: 1.3;
}

.home-page h2 {
  font-size: clamp(1.5rem, 2.8vw, 2.15rem);
  line-height: 1.35;
}

.home-page p {
  color: #333333;
  line-height: 1.65;
}

.home-page [class*="text-sm"] {
  font-size: 0.875rem;
}

.home-page [class*="text-base"] {
  font-size: 1rem;
}

.home-page [class*="text-lg"] {
  font-size: 1.125rem;
}

.home-page [class*="text-blue-700"],
.home-page [class*="text-blue-800"],
.home-page [class*="text-sky-700"] {
  color: #007cff;
}

.home-page [class*="bg-blue-900"] {
  background-color: #007cff;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}

.home-page [class*="bg-emerald-600"] {
  background-color: #007cff;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}

.home-page [class*="hover:bg-emerald-700"]:hover {
  background-color: #4b9cfb;
}

.home-page [class*="hover:bg-blue-700"]:hover,
.home-page [class*="hover:bg-blue-800"]:hover {
  background-color: #4b9cfb;
}

.home-page [class*="border-blue-100"],
.home-page [class*="border-blue-200"],
.home-page [class*="border-sky-100"],
.home-page [class*="border-slate-200"] {
  border-color: #f2f2f2;
}

.home-page [class*="bg-slate-50"],
.home-page [class*="bg-sky-50"],
.home-page [class*="bg-blue-50"] {
  background-color: #ffffff;
}

.home-page [class*="rounded-xl"],
.home-page [class*="rounded-2xl"],
.home-page [class*="rounded-lg"] {
  border-radius: 6px;
}

.home-page [class*="shadow-sm"] {
  box-shadow: 0 10px 25px -5px #0000001c;
}

/* Header nav style to match requested sample */
.site-header {
  position: relative;
  top: auto;
  /* ヘッダー帯（全幅）の背景色 */
  background: #ffffff;
  border-bottom: 1px solid #e3e9ef;
  box-shadow: 0 1px 0 #ffffff inset, 0 4px 14px -6px #0f172a1a;
  backdrop-filter: none;
}

/* ロゴ＋ナビを包む内側の幅・余白。背景色の「帯の見かけの幅」を狭めたい場合は max-width と margin-inline: auto を指定 */
.header-inner {
  min-height: 80px;
  width: 100%;
  max-width: none;
  margin-inline: auto;
  padding-block: 14px;
  padding-inline: 28px;
}

.header-brand a {
  color: #0b78b8;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.header-nav-pill {
  position: fixed;
  top: 18px;
  right: 24px;
  z-index: 80;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e8edf2;
  box-shadow: 0 6px 16px #00000026;
  padding: 5px 9px;
}

.header-nav-pill .global-nav {
  gap: 0.35rem;
}

.header-nav-pill .global-nav a {
  min-height: auto;
  padding: 8px 11px;
  border-radius: 999px;
  color: #1f2937;
  font-size: 0.95rem;
  font-weight: 600;
  white-space: nowrap;
}

.header-nav-pill .global-nav a:hover {
  background: #f2f2f2;
  color: #111111;
}

@media (max-width: 900px) {
  .site-header {
    box-shadow: 0 2px 10px -4px #0f172a14;
  }

  .header-inner {
    min-height: auto;
    padding-inline: 16px;
  }

  .header-nav-pill {
    position: static;
    right: auto;
    top: auto;
    width: 100%;
    border-radius: 12px;
    padding: 6px;
    box-shadow: 0 4px 12px #0000001c;
  }

  .header-nav-pill .global-nav {
    justify-content: center;
  }
}

.home-page .contact-cta-panel {
  background: #edf5ef;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #1a1a1a;
}

.home-page .contact-cta-panel p {
  color: #4b5563;
}

.home-page .contact-cta-actions {
  display: flex;
  justify-content: center;
  width: 100%;
}

.home-page .contact-cta-actions .contact-cta-btn {
  width: 100%;
  max-width: 22rem;
}

.home-page .contact-cta-btn {
  border-radius: 6px;
}

.home-page .contact-cta-btn-primary {
  background: #6fa67e;
  color: #ffffff;
}

.home-page .contact-cta-btn-primary:hover {
  background: #5f966e;
}

.home-page .contact-cta-btn-secondary {
  background: #ffffff;
  color: #007cff;
  border: 1px solid #cfe4ff;
}

.home-page .contact-cta-btn-secondary:hover {
  background: #f5faff;
}

.home-page .contact-cta-btn-outline {
  background: transparent;
  color: #007cff;
  border-color: #9ec8ff;
}

.home-page .contact-cta-btn-outline:hover {
  background: #e9f3ff;
}

.btn-brand-green {
  background: #70bd7e;
  color: #ffffff;
  transition: background-color 0.2s ease;
}

.btn-brand-green:hover {
  background: #64ad72;
}

/* Payment page — edit panel & step navigation */
.business-flow-edit-panel {
  margin-bottom: 1.5rem;
  border-radius: 0.625rem;
  background-color: #ffffff;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
  padding: 1.25rem 1.35rem 0.35rem;
}

@media (min-width: 640px) {
  .business-flow-edit-panel {
    margin-bottom: 2rem;
    padding: 1.5rem 1.5rem 0.5rem;
  }
}

.business-flow-section-heading {
  margin: 0 0 1.25rem;
  padding: 0.75rem 1rem;
  border-left: 8px solid #68c27a;
  background-color: #f2faf2;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.4;
  color: #1a1a1a;
}

@media (min-width: 640px) {
  .business-flow-section-heading {
    padding: 0.85rem 1.15rem;
    font-size: 1.5rem;
  }
}

.business-flow-edit-toolbar {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  margin-top: 0;
}

@media (min-width: 768px) {
  .business-flow-edit-toolbar {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
  }
}

.business-flow-edit-intro {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #334155;
}

@media (min-width: 640px) {
  .business-flow-edit-intro {
    font-size: 1rem;
  }
}

.business-flow-edit-btn {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  min-height: 2.75rem;
  padding: 0.55rem 1.35rem;
  border: 1px solid #70bd7e;
  border-radius: 0.25rem;
  background-color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.35;
  color: #70bd7e;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

@media (min-width: 768px) {
  .business-flow-edit-btn {
    align-self: flex-start;
    margin-top: 0.1rem;
  }
}

.business-flow-edit-btn:hover {
  background-color: #f2faf2;
  color: #5cab70;
  border-color: #5cab70;
}

.business-flow-step-nav {
  margin-top: 1.75rem;
}

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

.business-flow-step-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid #e2e8f0;
}

.business-flow-step-row:first-child {
  border-top: 1px solid #e2e8f0;
}

.business-flow-step-label {
  font-size: 0.9375rem;
  line-height: 1.45;
  color: #1a1a1a;
}

@media (min-width: 640px) {
  .business-flow-step-label {
    font-size: 1rem;
  }
}

.business-flow-step-link {
  flex-shrink: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.35;
  color: #70bd7e;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.business-flow-step-link:hover {
  color: #5cab70;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Payment page — plan selection cards (compare layout per design mock) */
.payment-plan-section {
  overflow: visible;
}

.payment-plan-grid {
  display: grid;
  gap: 1rem;
  padding-top: 0.875rem;
  overflow: visible;
}

@media (min-width: 1024px) {
  .payment-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    align-items: stretch;
  }
}

.payment-plan-card {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: 100%;
  border-radius: 0;
  padding: 2.75rem 1.25rem 1.75rem;
  overflow: visible;
}

@media (min-width: 640px) {
  .payment-plan-card {
    padding: 3rem 1.5rem 2rem;
  }
}

.payment-plan-card--standard {
  background-color: #e8f4fc;
}

.payment-plan-card--premium {
  position: relative;
  background-color: #fff0f4;
  border-top: 2px solid #e85d6a;
  padding-top: 2.75rem;
}

@media (min-width: 640px) {
  .payment-plan-card--premium {
    padding-top: 3rem;
  }
}

.payment-plan-badge {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  margin: 0;
  border-radius: 9999px;
  background-color: #e85d6a;
  padding: 0.4rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: #ffffff;
  white-space: nowrap;
}

.payment-plan-card-head {
  text-align: center;
}

.payment-plan-card-title {
  margin: 0;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.35;
  color: #1a1a1a;
}

@media (min-width: 640px) {
  .payment-plan-card-title {
    font-size: 1.5rem;
  }
}

.payment-plan-card-subtitle {
  margin: 0.5rem 0 0;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1a1a1a;
}

@media (min-width: 640px) {
  .payment-plan-card-subtitle {
    font-size: 1rem;
  }
}

.payment-plan-features {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 2.5rem 0 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 640px) {
  .payment-plan-features {
    gap: 1.125rem;
    margin-top: 3rem;
  }
}

.payment-plan-feature-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 0.25rem;
}

.payment-plan-feature-label {
  flex: 1;
  min-width: 0;
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: #1a1a1a;
}

@media (min-width: 640px) {
  .payment-plan-feature-label {
    font-size: 1rem;
  }
}

.payment-plan-check {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background-color: #43a047;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.payment-plan-dash-wrap {
  display: inline-flex;
  flex-shrink: 0;
  width: 22px;
  justify-content: center;
  align-items: center;
}

.payment-plan-dash {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #bdbdbd;
  border-radius: 1px;
}

.payment-plan-pricing-area {
  margin-top: 1.5rem;
}

.payment-plan-feature-footnote-slot {
  box-sizing: border-box;
  min-height: 4.5rem;
  margin-bottom: 1rem;
}

.payment-plan-feature-footnote {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #64748b;
}

.payment-plan-pricing-box {
  border-radius: 0.625rem;
  background-color: #ffffff;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
  padding: 1.25rem 1.35rem 1.2rem;
}

.payment-plan-pricing-line--align-spacer {
  visibility: hidden;
  pointer-events: none;
  user-select: none;
}

.payment-plan-pricing-lines {
  margin: 0;
}

.payment-plan-pricing-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
  padding: 0.28rem 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #1a1a1a;
}

@media (min-width: 640px) {
  .payment-plan-pricing-line {
    font-size: 1rem;
  }
}

.payment-plan-pricing-line dt,
.payment-plan-pricing-line dd {
  margin: 0;
}

.payment-plan-pricing-divider {
  margin: 0.65rem 0;
  border: 0;
  border-top: 1px solid #d8dde3;
}

.payment-plan-total-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.15rem;
}

.payment-plan-total-label {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
}

.payment-plan-total-amount {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
  color: #67b87c;
  letter-spacing: 0.02em;
}

@media (min-width: 640px) {
  .payment-plan-total-amount {
    font-size: 1.5rem;
  }
}

.payment-plan-total-note {
  margin: 0.5rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #64748b;
}

.payment-plan-card-footer {
  margin-top: 1.25rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .payment-plan-card-footer {
    margin-top: auto;
    padding-top: 1.25rem;
  }
}

.payment-plan-change-note {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #334155;
}

.payment-plan-card-footer form {
  margin: 0;
}

.payment-plan-submit {
  display: inline-flex;
  min-height: 3rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0.5rem;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  color: #ffffff;
  cursor: pointer;
}

.payment-plan-submit.btn-brand-green {
  background-color: #67b87c;
}

.payment-plan-submit.btn-brand-green:hover {
  background-color: #5cab70;
}

.payment-plan-bank-link {
  margin: 0.85rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #334155;
}

.payment-plan-bank-link a {
  color: #0d9488;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.payment-plan-bank-link a:hover {
  color: #0f766e;
}

/* Bank transfer request page */
.bank-transfer-page {
  background-color: #ffffff;
  padding: 2.5rem 1rem 3.5rem;
}

@media (min-width: 640px) {
  .bank-transfer-page {
    padding: 3rem 1.5rem 4.5rem;
  }
}

.bank-transfer-container {
  box-sizing: border-box;
  max-width: 42rem;
  margin: 0 auto;
}

.bank-transfer-header {
  text-align: center;
}

.bank-transfer-title {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.35;
  color: #1f2937;
}

@media (min-width: 640px) {
  .bank-transfer-title {
    font-size: 2rem;
  }
}

.bank-transfer-lead {
  margin: 1.25rem auto 0;
  max-width: 36rem;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #374151;
}

@media (min-width: 640px) {
  .bank-transfer-lead {
    font-size: 1rem;
  }
}

.bank-transfer-form {
  margin-top: 1.75rem;
}

.bank-transfer-form-errors {
  margin-bottom: 1.25rem;
  border-radius: 0.375rem;
  border: 1px solid #fecaca;
  background-color: #fef2f2;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #b91c1c;
}

.bank-transfer-form-errors p {
  margin: 0;
}

.bank-transfer-form-errors p + p {
  margin-top: 0.35rem;
}

.bank-transfer-field {
  margin-top: 1.5rem;
}

.bank-transfer-field-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.bank-transfer-field-label label {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
  color: #1f2937;
}

.bank-transfer-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.15rem 0.45rem;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
  border-radius: 0.2rem;
}

.bank-transfer-badge--required {
  background-color: #e54d42;
}

.bank-transfer-badge--optional {
  background-color: #6b7280;
}

.bank-transfer-input,
.bank-transfer-select,
.bank-transfer-textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  background-color: #ffffff;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #1f2937;
}

.bank-transfer-input::placeholder,
.bank-transfer-textarea::placeholder {
  color: #9ca3af;
}

.bank-transfer-input:focus,
.bank-transfer-select:focus,
.bank-transfer-textarea:focus {
  border-color: #70bd7e;
  outline: 2px solid rgba(112, 189, 126, 0.25);
  outline-offset: 0;
}

.bank-transfer-select {
  appearance: none;
  padding-right: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%239CA3AF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 12px 8px;
}

.bank-transfer-textarea {
  min-height: 8.5rem;
  resize: vertical;
}

.bank-transfer-field-error {
  margin: 0.35rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #dc2626;
}

.bank-transfer-privacy {
  margin-top: 1.75rem;
}

.bank-transfer-privacy-label {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  cursor: pointer;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #374151;
}

.bank-transfer-checkbox {
  margin-top: 0.2rem;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  accent-color: #70bd7e;
}

.bank-transfer-privacy-link {
  color: #1f2937;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bank-transfer-privacy-link:hover {
  color: #70bd7e;
}

.bank-transfer-submit {
  display: inline-flex;
  width: 100%;
  min-height: 3.25rem;
  margin-top: 1.5rem;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0.375rem;
  padding: 0.85rem 1.25rem;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
  cursor: pointer;
}

.bank-transfer-success-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}

.bank-transfer-back-link {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #70bd7e;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bank-transfer-back-link:hover {
  color: #64ad72;
}

.bank-transfer-success-actions .bank-transfer-submit {
  width: auto;
  min-width: 12rem;
  margin-top: 0;
}

/* Privacy policy — chapter heading spacing */
.privacy-policy-body > section > .privacy-policy-chapter {
  margin-top: 3.5rem;
  margin-bottom: 1.75rem;
}

.privacy-policy-body > section:first-of-type > .privacy-policy-chapter {
  margin-top: 2.5rem;
}

/* FAQ page */
.faq-page .faq-q-label,
.faq-page .faq-a-label {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  color: #68c27a;
  flex-shrink: 0;
}

.faq-page .faq-question {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.faq-page .faq-question-text {
  margin: 0;
  flex: 1;
  min-width: 0;
  line-height: 1.5;
}

.faq-page .faq-item + .faq-item .faq-question {
  margin-top: 3.5rem;
}

.faq-page .faq-item:first-child .faq-question {
  margin-top: 0;
}

.faq-page .faq-answer {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
}

.faq-page .faq-answer-body {
  flex: 1;
  min-width: 0;
}

.faq-page .faq-callout {
  margin-top: 2rem;
  padding: 1.5rem 1.25rem;
  border-radius: 8px;
  background-color: #f2faf2;
}

.faq-page .faq-callout-title {
  margin: 0 0 1.25rem;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1e293b;
}

.faq-page .faq-callout-grid {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .faq-page .faq-callout-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.faq-page .faq-callout-card {
  padding: 1rem 0.875rem;
  border-radius: 6px;
  background-color: #ffffff;
}

.faq-page .faq-callout-card h4 {
  margin: 0 0 0.625rem;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.45;
  color: #68c27a;
}

.faq-page .faq-callout-card p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.65;
  color: #475569;
}
