*, ::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: "Noto Sans JP", sans-serif;
  /* 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;
}

html {
  font-family: 'Noto Sans JP', sans-serif;
  /* 横はみ出しを clip で抑制 (overflow:hidden は position:sticky の containing block を
       変えてしまい header / hero-fixed-bg の sticky が機能しなくなるため使えない)。
       overflow:clip は scroll container を作らず sticky を壊さない (Chrome 90+ / Safari 16+ / FF 81+)。 */
  overflow-x: clip;
}

/* body / html に overflow:hidden は付けない (sticky を壊す)。
     overflow:clip 非対応の古い Safari は wrapper 側の clip-path で補完する。 */

/* mobile メニュー開時の body lock + header 固定切替
     iOS Safari は body{overflow:hidden} を当てると子要素の position:sticky が
     外れる (WebKit #251593) ため、開いている間は header を position:fixed に
     切り替えて画面上部に留める。
     合わせて backdrop-filter / filter を解除する: これらは containing block を
     作り、内部の #mobile-nav (position:fixed) を viewport ではなく header 基準
     にしてしまい、bottom:0 が header 底辺 (= top+64px) と解釈されて menu の
     高さが 0 に潰れる。 */

body.menu-open {
  overflow: hidden;
}

body.menu-open #site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  backdrop-filter: none;
  background-color: white;
}

.container {
  width: 100%;
}

@media (min-width: 769px) {
  .container {
    max-width: 769px;
  }
}

/* ─── Page loader ──────────────────────────────────────
     初期ロード時に viewport を覆うオーバーレイ。白背景 + 中央に spinner + "loading.." テキスト。
     - .page-loader: fixed inset-0 + 高 z-index、背景白
     - .page-loader-spinner: 100×100 SVG リング、CSS keyframe で 360° 回転
     - body.is-loading で表示 / body.is-ready で fade-out
     ※ loader を使うページ (= index.html) は body に `has-loader` クラスを付けること。
       他ページではこれらのルールは無効化されるので本体非表示の事故が起きない。 */

.page-loader {
  /* デフォルトは非表示 (キャッシュ即読みの時はチラ見せしない)。
       JS が読み込み時間 > threshold と判定した時だけ body.is-loading で表示。 */
  pointer-events: none;
  position: fixed;
  inset: 0px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 0;
  visibility: hidden;
}

body.has-loader.is-loading .page-loader {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in;
}

body.has-loader.is-ready .page-loader {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease-out, visibility 0s linear 0.8s;
}

/* ページ本体は loader 表示の有無に関係なく、読み込み 100% (= is-ready) で
     必ず fade-in する。loader 自身は除外 (loader 自身のフェードは別 transition)。
     ※ has-loader クラスがある時のみ初期非表示にする (他ページに影響を与えない) */

body.has-loader > *:not(.page-loader) {
  opacity: 0;
}

body.has-loader.is-ready > *:not(.page-loader) {
  opacity: 1;
  transition: opacity 0.8s ease-out;
}

.page-loader-mark {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.page-loader-spinner {
  width: 100px;
  height: 100px;
  /* ぐるぐる回転 (1 秒 1 周、線形) */
  animation: page-loader-spin 1s linear infinite;
}

.page-loader-spinner svg {
  width: 100%;
  height: 100%;
  display: block;
}

.page-loader-text {
  text-align: center;
  font-family: Roboto, sans-serif;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  font-weight: 500;
  font-size: 35px;
}

@keyframes page-loader-spin {
  from {
    transform: rotate(0deg);
  }

  to   {
    transform: rotate(360deg);
  }
}

/* ─── Section Header ─────────────────────────────────── */

/* Vertical line spans: top of en title → 80px below jp title (40px mobile)
     Achieved via padding-bottom on container + absolute-positioned line filling height */

.section-header {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1rem;
  /* gap from line to text */
  padding-bottom: clamp(2.5rem, 3.756vw + 1.094rem, 5rem);
  /* 40→80px below text */
}

.section-header-text {
  display: flex;
  min-width: 0px;
  flex-direction: column;
  gap: 1rem;
}

.section-header-en {
  font-family: 'Roboto', sans-serif;
  font-size: clamp(1.125rem, 0.563vw + 0.993rem, 1.5rem);
  font-weight: 500;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.section-header-jp {
  font-size: clamp(2rem, 1.502vw + 1.648rem, 3rem);
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* Default = Left: line on left edge, full container height */

.section-header-line {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

/* Dark variant: 白いライン + 白文字 (黒背景セクション用) */

.section-header-dark {
  padding-left: clamp(1.25rem, 1.502vw + 0.967rem, 2rem);
  /* 20→32px (line-text gap) */
}

.section-header-dark .section-header-line {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.section-header-dark .section-header-en,
  .section-header-dark .section-header-jp {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* No-line variant: Figma 上で line=false 指定の section header に使用 (line span を省略する前提)
     line のための padding-left / padding-bottom を解除して text を column の左端 / 下端に揃える */

.section-header-no-line {
  padding-left: 0;
  padding-bottom: 0;
}

/* ─── Investment performance section bg ────────────────
     scroll で動かない固定背景 (bg-fixed) + #494949 multiply オーバーレイ
     注: iOS Safari では bg-fixed が無効になり scroll 追従するが、視覚的に大きな破綻は無し
     ※ 画像パスは tailwind.config.js の theme.extend.backgroundImage で集中管理 */

.investment-bg {
  background-image: url('../images/investment-bg.jpg');
}

/* Right variant: line on right edge, text right-aligned */

.section-header-right {
  padding-left: 0;
  padding-right: 1rem;
}

.section-header-right .section-header-text {
  align-items: flex-end;
  text-align: right;
}

.section-header-right .section-header-line {
  left: auto;
  right: 0;
}

/* Center variant: line below text, horizontally centered */

.section-header-center {
  align-items: center;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.section-header-center .section-header-text {
  align-items: center;
  text-align: center;
}

.section-header-center .section-header-line {
  position: static;
  /* back to normal flow */
  height: clamp(2.5rem, 3.756vw + 1.094rem, 5rem);
  /* 40→80px tall */
}

/* Mask wrapper for slide-in animation (inner span added by JS) */

.section-header-en,
  .section-header-jp {
  overflow: hidden;
}

.header-anim-inner {
  display: inline-block;
  will-change: transform;
}

/* ─── Buttons ────────────────────────────────────────── */

/* Mobile: px-5 py-2 (20×8) / Desktop: px-6 py-3 (24×12) — Figma spec
     Hover effect: ::before layer slides left→right; arrow icon nudges up-right */

/* btn-primary: 黒ベース → ホバーで #222222 が左から右に広がる */

.btn-primary {
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 769px) {
  .btn-primary {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0px;
  z-index: -10;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  background-color: #555555;
  transform: scaleX(0);
  transform-origin: left center;
}

.btn-primary:hover::before {
  transform: scaleX(1);
}

.btn-primary img {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.btn-primary:hover img {
  transform: translate(2px, -2px);
}

/* btn-outline-white: 透明枠白 → ホバーで白背景が左から右、文字とアイコンが黒に */

.btn-outline-white {
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 300ms;
}

@media (min-width: 769px) {
  .btn-outline-white {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.btn-outline-white::before {
  content: '';
  position: absolute;
  inset: 0px;
  z-index: -10;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  background-color: #ffffff;
  transform: scaleX(0);
  transform-origin: left center;
}

.btn-outline-white:hover::before {
  transform: scaleX(1);
}

.btn-outline-white:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.btn-outline-white img {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.btn-outline-white:hover img {
  transform: translate(2px, -2px);
  filter: brightness(0);
  /* white SVG icon → black */
}

/* ─── Header scroll state ────────────────────────────── */

/* Default: smooth transition between states */

#site-header,
  #site-header .header-desktop-nav,
  #site-header .header-desktop-logo,
  #site-header .header-bar {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* When scrolled past threshold: compact + translucent + shadow */

#site-header.scrolled {
  background-color: rgb(255 255 255 / 0.8);
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

#site-header.scrolled .header-bar {
  opacity: 0;
}

@media (min-width: 769px) {
  #site-header.scrolled .header-desktop-nav {
    height: 4rem;
  }
}

#site-header.scrolled .header-desktop-nav {
  /* 100px → 64px */
}

@media (min-width: 769px) {
  #site-header.scrolled .header-desktop-logo {
    width: 120px;
  }
}

#site-header.scrolled .header-desktop-logo {
  /* 155px → 120px */
}

/* SNS group も縮小: scrolled で 80% scale。 transform-origin right で右端揃え維持 */

#site-header .header-sns-group {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transform-origin: right center;
}

#site-header.scrolled .header-sns-group {
  transform: scale(0.8);
}

/* ─── Header on-hero variant (H00 Top page) ──────────── */

/* KV (hero画像) の上に重なる時、背景透明 + 文字白。.scrolled になると標準スタイルに戻る */

#site-header.header-on-hero:not(.scrolled) {
  background-color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  backdrop-filter: none;
}

#site-header.header-on-hero:not(.scrolled) .header-bar {
  opacity: 0;
}

#site-header.header-on-hero:not(.scrolled) .nav-link {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#site-header.header-on-hero:not(.scrolled) .hamburger-line {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

/* Logo swap: hero state shows alt (white), default state shows regular (black) */

#site-header.header-on-hero .header-logo-on-hero {
  display: none;
}

#site-header.header-on-hero:not(.scrolled) .header-logo-default {
  display: none;
}

#site-header.header-on-hero:not(.scrolled) .header-logo-on-hero {
  display: block;
}

/* Header icon (apt11) swap: same pattern as logo (汎用化、PNG では color 反転できないので img 2 枚で出し分け) */

#site-header.header-on-hero:not(.scrolled) .header-icon-default {
  display: none;
}

#site-header.header-on-hero:not(.scrolled) .header-icon-on-hero {
  display: block;
}

/* Dropdown menu on hero variant: 透明背景 + 白文字 */

#site-header.header-on-hero:not(.scrolled) .dropdown-menu {
  background-color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#site-header.header-on-hero:not(.scrolled) .dropdown-item {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#site-header.header-on-hero:not(.scrolled) .dropdown-item:hover {
  background-color: rgb(255 255 255 / 0.1);
}

/* ─── Nav ────────────────────────────────────────────── */

.nav-link {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.nav-link:hover {
  opacity: 0.7;
}

.nav-link-white {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.nav-link-white:hover {
  opacity: 0.7;
}

/* ─── Dropdown ───────────────────────────────────────── */

.dropdown-menu {
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 50;
  min-width: 160px;
  --tw-translate-y: 0.25rem;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  opacity: 0;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.dropdown-trigger:hover .dropdown-menu,
  .dropdown-trigger.open  .dropdown-menu {
  pointer-events: auto;
  visibility: visible;
  --tw-translate-y: 0px;
  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));
  opacity: 1;
}

.dropdown-item {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  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;
}

.dropdown-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 243 / var(--tw-bg-opacity, 1));
}

/* ─── Timeline card ──────────────────────────────────── */

.timeline-card {
  position: relative;
  width: 100%;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(170 170 170 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 243 / var(--tw-bg-opacity, 1));
  border-radius: clamp(1rem, 1.502vw + 0.437rem, 2rem)
                   clamp(1rem, 1.502vw + 0.437rem, 2rem) 0 0;
  /* mobile: 横 16px / 縦 48px (Figma)、desktop: 32→48px 両方向 */
  padding-inline: clamp(1rem, 3.005vw - 0.126rem, 3rem);
  padding-block:  clamp(2rem, 1.502vw + 1.648rem, 3rem);
}

/* Sticky stack: cards inside .timeline-stack stack on top of each other on scroll.
     Each card sticks just below the (scrolled) header so newer cards visually cover older. */

/* mobile: カード下端を viewport 下端に合わせて pin (= カードを最後まで見てから次が被さる)
     desktop: 従来通りヘッダー下 100px に pin */

.timeline-stack > .timeline-card {
  position: sticky;
  top: calc(100svh - 100%);
}

@media (min-width: 769px) {
  .timeline-stack > .timeline-card {
    top: 100px;
  }
}

.timeline-card-bar {
  position: absolute;
  left: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  top: clamp(2.188rem, 1.597vw + 1.590rem, 3.25rem);
  width:  clamp(0.313rem, 0.469vw + 0.137rem, 0.625rem);
  height: clamp(2.813rem, 5.164vw + 0.877rem, 6.25rem);
}

/* timeline 内の Chart.js 棒グラフ container。
     viewport >= 900px: Figma の MyChart 幅 872px に揃え、右寄せ (ml-auto)
     viewport <  900px: 100% (親要素に従う)
     desktop 高さは Y 軸 tick 数に合わせて compact に */

.history-chart-wrap {
  position: relative;
  width: 100%;
  height: 320px;
}

@media (min-width: 769px) {
  /* 新レイアウト: グラフは右カラム (grid col2) を full-width で満たす */

  .history-chart-wrap {
    height: 320px;
  }
}

/* Timeline 各 Year card 内の Table (運営施設数 / 客室数)
     mobile: 1 行 2 セル横並び (border なし)
       例: [運営施設数 [■] 9棟] [客室数 [■] 465室]
     desktop: 2 行縦テーブル (上下に border-line)
       例: 運営施設数 | 9棟
           客室数     | 465室 */

/* mobile: 横並び 2 グループ (変更なし) / desktop: 横並び 2 グループ・大数字32px・枠線なし */

.history-table {
  display: flex;
  width: 100%;
  flex-direction: row;
}

@media (min-width: 769px) {
  .history-table {
    justify-content: center;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}

.history-table-row {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

@media (min-width: 769px) {
  .history-table-row {
    flex: none;
    gap: 0.75rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.history-table-th {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.5rem;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 769px) {
  .history-table-th {
    gap: 0.625rem;
    font-size: 16px;
  }
}

.history-table-td {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 769px) {
  .history-table-td {
    font-size: 32px;
    line-height: 1.3;
  }
}

.history-swatch {
  display: inline-block;
  height: 18px;
  width: 18px;
  flex-shrink: 0;
}

@media (min-width: 769px) {
  .history-swatch {
    height: 21px;
    width: 21px;
  }
}

/* 折れ線グラフ凡例 (運営施設数) は丸 */

.history-swatch.is-round {
  border-radius: 9999px;
}

/* ─── Rise text (per-character scroll animation) ─────── */

/* マスク span が各文字をクリップ、内側の span が下から上にせり上がる */

.rise-mask {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  line-height: 1;
}

.rise-char {
  display: inline-block;
  line-height: 1;
  will-change: transform;
}

/* ─── Marquee ────────────────────────────────────────── */

/* Seamless loop: list 1 set + duplicate set (=12 items), translate -50%.
     padding-right (= same as gap) ensures the duplicate aligns exactly when looped. */

.marquee-outer {
  width: 100%;
  overflow: hidden;
}

.marquee-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 1rem;
  padding-right: 1rem;
  animation: marquee-left 40s linear infinite;
}

.marquee-track-reverse {
  animation-direction: reverse;
}

@keyframes marquee-left {
  from {
    transform: translateX(0);
  }

  to   {
    transform: translateX(-50%);
  }
}

/* ─── Recruitment image columns auto-scroll (vertical marquee) ──
     2 set ぶん画像を並べ + pb-4 で seamless loop が成立。
     transform translateY -50% で 1 set 分ぴったり進み、ループ時の段差なし。 */

.recruit-marquee-up {
  animation: recruit-marquee-up 30s linear infinite;
  will-change: transform;
}

.recruit-marquee-down {
  animation: recruit-marquee-up 30s linear infinite reverse;
  will-change: transform;
}

@keyframes recruit-marquee-up {
  from {
    transform: translateY(0);
  }

  to   {
    transform: translateY(-50%);
  }
}

/* ─── KV (Hero) ────────────────────────────────────────
     H00 トップページの大型ヒーロー。背景画像 + 暗オーバーレイ + 左下にタイトル/リード/scroll表示
     ヘッダー (sticky 64/100px) と被せるため -mt で引き上げる */

.kv-hero {
  position: relative;
  z-index: 10;
  width: 100%;
  overflow: hidden;
  height: clamp(43.75rem, 18.78vw + 39.348rem, 56.25rem);
  /* 700→900px (375→1440) */
}

/* KV + About us 共通の sticky 背景レイヤー (mobile/desktop 両対応)
     clip-path で transform: scale(1.2) 時の横はみ出しを wrapper 範囲内に収める
     (overflow:hidden は中の sticky を壊すので使わず clip-path で代替) */

.hero-fixed-bg-wrapper {
  position: relative;
  margin-top: -4rem;
}

@media (min-width: 769px) {
  .hero-fixed-bg-wrapper {
    margin-top: -100px;
  }
}

.hero-fixed-bg-wrapper {
  clip-path: inset(0);
}

.hero-fixed-bg {
  /* <video> 要素を sticky 固定。画像版と同じ「100vh で画面に貼り付き、
       上に被せる content と一緒にスクロール → scale 拡大」の挙動を踏襲。
       object-cover で aspect 比を保ちつつ画面いっぱいにフィット (bg-cover 相当)。 */
  pointer-events: none;
  position: sticky;
  top: 0px;
  z-index: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100vh;
  margin-bottom: -100vh;
  will-change: transform;
  background-color: #000;
  /* video ロード前のフォールバック */
}

.kv-overlay {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  background-color: rgba(73, 73, 73, 0.6);
}

.kv-content {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 1.25rem;
  padding-left: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
  padding-right: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
  padding-bottom: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
}

@media (min-width: 769px) {
  .kv-content {
    max-width: 55.375rem;
  }
}

.kv-content {
  /* desktop max 886px */
}

.kv-title {
  font-size: clamp(2rem,     3.005vw + 1.296rem,  4rem);
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.kv-lead {
  font-size: clamp(0.875rem, 0.188vw + 0.831rem,  1rem);
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Scrolldown indicator: 縦書き "scroll down" テキスト + 下に伸びる白線 (定期アニメ)
     Lead からさらに 32px 下に配置 (mt-8) */

.kv-scrolldown {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.kv-scrolldown-text {
  display: block;
  height: 31.683px;
  width: 9.334px;
}

/* 背景に薄いグレー (white/30) のトラック線を常時表示。
     その上に ::before で白線を重ね、2フェーズ scaleY アニメで「下方向へ流れる」表現 */

.kv-scrolldown-line {
  position: relative;
  display: block;
  height: 4rem;
  width: 1px;
  background-color: rgb(255 255 255 / 0.3);
}

.kv-scrolldown-line::before {
  content: "";
  position: absolute;
  inset: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transform: scaleY(0);
  transform-origin: top center;
  animation: scrolldown-line-flow 2.2s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

@keyframes scrolldown-line-flow {
  0%   {
    transform: scaleY(0);
    transform-origin: top center;
  }

  50%  {
    transform: scaleY(1);
    transform-origin: top center;
  }

  50.1% {
    transform: scaleY(1);
    transform-origin: bottom center;
  }

  100% {
    transform: scaleY(0);
    transform-origin: bottom center;
  }
}

/* ─── Link row (numbered list w/ bottom border, dark bg variant) ─
     About us セクションの 4リンク等で使用。番号 + ラベル + 矢印 + 下線
     ホバー時、矢印アイコンが btn-primary と同じ右上ナッジ */

.link-row-dark {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.3);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  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;
}

.link-row-dark:hover {
  background-color: rgb(255 255 255 / 0.05);
}

.link-row-dark-num {
  font-family: Roboto, sans-serif;
  font-size: clamp(1rem,     0.376vw + 0.912rem,  1.25rem);
  font-weight: 500;
  line-height: 1.8;
  color: rgb(255 255 255 / 0.5);
}

.link-row-dark-text {
  font-size: 0.875rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 769px) {
  .link-row-dark-text {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.link-row-dark-arrow {
  height: 18px;
  width: 18px;
  flex-shrink: 0;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 769px) {
  .link-row-dark-arrow {
    height: 1.25rem;
    width: 1.25rem;
  }
}

.link-row-dark:hover .link-row-dark-arrow {
  transform: translate(2px, -2px);
}

/* ─── News row ───────────────────────────────
     mobile: 1 行内に [meta(date 縦積み + tag)] | [title] を横並び
     desktop: [date] | [tag] | [title] の 3 セル横並び (1 行 98px)
     どちらも row 自体は flex-row。meta の内側だけ mobile=col / desktop=row */

.news-row {
  /* mobile: pt-0 + pb-3 で下のみ余白 / desktop: 行高 80px (min-h)、自身の py は持たない。
       items-center で全セルを縦方向中央揃え。子要素の px は行内余白として残す。 */
  display: flex;
  align-items: center;
  border-bottom-width: 1px;
  border-color: #0000004d;
  padding-top: 0px;
  padding-bottom: 0.75rem;
  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;
}

.news-row:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 243 / var(--tw-bg-opacity, 1));
}

@media (min-width: 769px) {
  .news-row {
    min-height: 80px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

/* <a> 要素にも block 表示 + 文字色は黒のまま (link 色を打ち消す) */

a.news-row {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.news-row-meta {
  /* mobile: 縦中央 (justify-center) + 縦積み (date / cate)
       desktop: 横並び + 縦中央 */
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}

@media (min-width: 769px) {
  .news-row-meta {
    flex-direction: row;
    align-items: center;
    align-self: auto;
  }
}

.news-row-date {
  /* mobile: py-[10px] で控えめな縦余白 / desktop: row min-h-80 に合わせ自身の py は 0 */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 769px) {
  .news-row-date {
    width: 150px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.news-row-date-ym {
  font-size: clamp(0.75rem,  0.188vw + 0.680rem,  0.875rem);
  font-weight: 500;
  line-height: 1;
}

.news-row-date-day {
  font-family: Roboto, sans-serif;
  font-size: clamp(2rem,     0.751vw + 1.824rem, 2.5rem);
  line-height: 1;
  font-weight: 700;
}

.news-row-cate {
  /* mobile: tag だけを自然サイズで配置
       desktop: flex-row + 縦中央 + 余白控えめ */
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 769px) {
  .news-row-cate {
    flex-direction: row;
    align-items: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.news-row-tag {
  /* mobile 65px / desktop 120px の固定幅 (中央揃え) */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: clamp(0.75rem,  0.188vw + 0.680rem,  0.875rem);
  font-weight: 700;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 769px) {
  .news-row-tag {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.news-row-tag {
  width: 65px;
}

@media (min-width: 769px) {
  .news-row-tag {
    width: 90px;
  }
}

.news-row-title {
  /* self-stretch で row の高さに合わせ、内側で縦中央 + items-start (左寄せ)。
       desktop は行 min-h 80 + items-center に任せて自身の py は 0 (px のみ残す) */
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.875rem;
  line-height: 1.8;
}

@media (min-width: 769px) {
  .news-row-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1rem;
    line-height: 1.8;
  }
}

/* ─── STAY BEYOND EXPECTATION scroll-driven text ────────
     スクロールに連動して translateX が右→左に動く (JS の ScrollTrigger 制御)
     サイズは Figma と完全一致 (mobile 57px / desktop 124px の breakpoint 切替) */

.stay-beyond-outer {
  overflow: hidden;
}

.stay-beyond-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 1rem;
}

.stay-beyond-img {
  /* SVG が preserveAspectRatio="none" のため幅と高さを両方明示してアスペクトを固定 */
  display: block;
  height: 57px;
  width: 1049px;
  flex-shrink: 0;
}

@media (min-width: 769px) {
  .stay-beyond-img {
    height: 125px;
    width: 2300px;
  }
}

/* ─── Vision section: service slider ───────────────────
     横スクロール (overflow-auto + scroll-snap) のシンプルカルーセル */

.vision-slider-track {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  /* Firefox */
}

.vision-slider-track::-webkit-scrollbar {
  display: none;
  /* Webkit */
}

.vision-service-card {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 10px;
  scroll-snap-align: start;
}

.vision-service-card-img {
  position: relative;
  height: 210px;
  width: 183px;
  overflow: hidden;
}

@media (min-width: 769px) {
  .vision-service-card-img {
    height: 340px;
    width: 296px;
  }
}

.vision-service-card-img img {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.vision-service-card-img::after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0px;
  background-color: rgba(73,73,73,0.2);
}

.vision-service-card-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 769px) {
  .vision-service-card-title {
    font-size: 18px;
    line-height: 1.5;
  }
}

/* Slider dots: 1 dot per card, active = black */

.vision-slider-dots {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.vision-slider-dot {
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  background-color: rgb(0 0 0 / 0.3);
  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;
}

.vision-slider-dot.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

/* Slider arrows: round white button with border */

.vision-slider-arrow {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  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;
}

.vision-slider-arrow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.vision-slider-arrow img {
  /* SVG 自体が ~16x16 の arrow shape (Figma の inset 17% 込みの実寸)、24x24 にしない */
  height: 1rem;
  width: 1rem;
  transition-property: filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.vision-slider-arrow:hover img {
  filter: invert(1);
  /* black icon → white on hover */
}

/* ─── Privacy Policy / 規約系ページ用 content section ───
     1 セクション = タイトル + 横線 + 段落 / リスト
     - .content-section: ブロックの縦並び
     - .content-section-title: <h2> + 右へ伸びる横線
     - .content-section-text / .content-section-list: 本文 16px / list-disc */

.content-section {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}

.content-section-title {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
}

.content-section-title h2 {
  /* mobile 24px 固定 / desktop は text-h3 (24→32px clamp) で Figma 仕様一致。
       min-w-0 で flex 内 shrink を許可、長文は自動折り返し (mobile はみ出し防止) */
  min-width: 0px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 769px) {
  .content-section-title h2 {
    font-size: clamp(1.5rem,   0.751vw + 1.324rem,  2rem);
    line-height: 1.3;
  }
}

.content-section-line {
  /* shrink-0 + 最小幅 30px を保証 (タイトルが伸びても線は必ず 30px 以上残る) */
  height: 1px;
  flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  flex: 1 0 30px;
  min-width: 30px;
}

.content-section-text {
  /* mobile 14px / desktop 16px (Figma の Text/Small/Normal mobile = 14, body 16) */
  font-size: 0.875rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 769px) {
  .content-section-text {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.content-section-list {
  list-style-type: disc;
  padding-left: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 769px) {
  .content-section-list {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.content-section-list > li + li {
  margin-top: 0px;
}

/* ─── Contact form ──────────────────────────────────
     Step プログレス + 入力フォーム共通スタイル */

.contact-progress {
  display: flex;
  width: 100%;
  max-width: 560px;
  align-items: center;
}

.contact-progress-step {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 1.8;
}

.contact-progress-step.is-active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.contact-progress-step.is-done {
  /* 完了: 白bg + ✓ アイコンを slot で表示 (HTML で SVG 入れる) */
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.contact-progress-step:not(.is-active):not(.is-done) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.contact-progress-line {
  height: 1px;
  flex: 1 1 0%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

/* Form labels & inputs */

.form-row {
  /* desktop は 2 列横並び / mobile は 1 列縦スタック */
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 769px) {
  .form-row {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.5rem;
  }
}

.form-row > * {
  min-width: 0px;
  flex: 1 1 0%;
}

.form-field {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
}

.form-label {
  /* mobile 14px / desktop 16px (Figma 仕様一致) */
  font-size: 0.875rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 769px) {
  .form-label {
    font-size: 1rem;
    line-height: 1.8;
  }
}

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

.form-input,
  .form-select,
  .form-textarea {
  /* mobile 14px / desktop 16px */
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(68 68 68 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 769px) {
  .form-input,
  .form-select,
  .form-textarea {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.form-input::-moz-placeholder, .form-select::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.form-input::placeholder,
  .form-select::placeholder,
  .form-textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 2.5rem;
  /* chevron ▼ */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-position: right 12px center;
  background-size: 24px 24px;
}

.form-textarea {
  min-height: 180px;
  resize: vertical;
}

.form-checkbox-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.form-checkbox {
  height: 18px;
  width: 18px;
  flex-shrink: 0;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  accent-color: #000;
}

.form-checkbox-row a {
  text-decoration-line: underline;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.form-checkbox-row a:hover {
  opacity: 0.7;
}

/* ─── Confirm (Step2) — label + value 表示 ──────────
     mobile 14 / desktop 16 (label) と mobile 14 / desktop 18 (value) */

.confirm-row {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
}

.confirm-row-2col {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 769px) {
  .confirm-row-2col {
    flex-direction: row;
    gap: 1.5rem;
  }
}

.confirm-row-2col > .confirm-row {
  min-width: 0px;
  flex: 1 1 0%;
}

.confirm-label {
  font-size: 0.875rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 769px) {
  .confirm-label {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.confirm-value {
  font-size: clamp(0.875rem, 0.376vw + 0.787rem,  1.125rem);
  font-weight: 700;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* outline 黒 (戻るボタン用) — 白bg / 黒border / 黒文字 */

.btn-outline-black {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  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;
}

.btn-outline-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 769px) {
  .btn-outline-black {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

/* ─── News page: tabs + pagination ─────────────────
     - .news-tabs: カテゴリタブ列 (mobile は overflow-x: auto で横スクロール)
     - .news-tab: 個別タブ (active で下に黒線)
     - .pagination*: ページ送り (Prev/Next 黒ボタン + 数字 list) */

.news-tabs {
  /* viewport 全幅 (100vw) + 下罫線。中身は .news-tabs-inner で container 揃え */
  width: 100%;
  overflow-x: auto;
  border-bottom-width: 1px;
  border-color: #0000004d;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.news-tabs::-webkit-scrollbar {
  display: none;
}

.news-tabs-inner {
  /* container (max 1280) + mobile は左寄せ + 横 padding 20px (page-padding 最小値)、
       desktop は中央揃え + 大きめ gap。
       tab 間隔: mobile 32 / desktop 56 */
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 80rem;
  justify-content: flex-start;
  gap: 2rem;
}

@media (min-width: 769px) {
  .news-tabs-inner {
    justify-content: center;
    gap: 3.5rem;
  }
}

.news-tabs-inner {
  padding-left: 20px;
  /* padding-right の代わりに ::after spacer を使う:
       Chrome 等で flex + overflow-x のスクロール末端で padding-right が
       無視されるバグを回避するため。最後のタブ後に 20px の spacer を確保。 */
}

.news-tabs-inner::after {
  content: '';
  flex-shrink: 0;
  width: 20px;
  /* desktop は max-w 1280 内に収まる前提 (overflow しない) なので、
       width 0 にして見た目上の影響をなくす */
}

@media (min-width: 769px) {
  .news-tabs-inner {
    padding-left: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
    /* px-page-padding 相当 */
  }

  .news-tabs-inner::after {
    width: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
  }
}

.news-tab {
  /* 下に 2px の透明ライン、active で黒に。タブ間 gap で区切る */
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  white-space: nowrap;
  border-width: 0px;
  background-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgb(0 0 0 / 0.6);
  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;
}

.news-tab:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 769px) {
  .news-tab {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.news-tab::after {
  content: '';
  /* active 下線を太く (4px) */
  position: absolute;
  left: 0px;
  right: 0px;
  background-color: transparent;
  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;
  bottom: -1px;
  height: 4px;
}

.news-tab.is-active {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.news-tab.is-active::after {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.pagination {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.pagination-btn {
  /* mobile: 40x40 のアイコンのみ正方形 / desktop: gap + padding でテキスト併記 */
  display: inline-flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.pagination-btn:hover {
  opacity: 0.9;
}

@media (min-width: 769px) {
  .pagination-btn {
    height: auto;
    width: auto;
    gap: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.8;
  }
}

.pagination-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.3;
}

.pagination-pages {
  display: flex;
  list-style-type: none;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 769px) {
  .pagination-pages {
    gap: 1rem;
  }
}

.pagination-page {
  display: inline-flex;
  height: 2rem;
  min-width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.pagination-page:hover {
  opacity: 0.7;
}

@media (min-width: 769px) {
  .pagination-page {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.pagination-page.is-active {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  font-weight: 700;
}

.pagination-ellipsis {
  display: inline-flex;
  height: 2rem;
  min-width: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgb(0 0 0 / 0.6);
}

@media (min-width: 769px) {
  .pagination-ellipsis {
    font-size: 1rem;
    line-height: 1.8;
  }
}

/* ─── Performance page: 物件一覧 + チャート ─────────
     - .property-search*: エリア検索 (input + dropdown candidate list)
     - .property-table*: 黒ヘッダ + 横並びセル
     - .perf-stats-card / .perf-chart-card: 運用実績の数値 + チャートカード */

.property-search-suggest.is-open {
  display: block;
}

.property-table-wrap {
  width: 100%;
  overflow-x: auto;
}

/* 縦スクロール版 (約 10 行ぶんで切る) — thead sticky で見出し残す
     scrollbar は常に表示 (overflow-y: scroll 強制 + WebKit/Firefox スタイル) */

.property-table-scroll {
  max-height: 600px;
  overflow-y: scroll;
  scrollbar-width: thin;
  /* Firefox: thin で常時表示 */
  scrollbar-color: #888 #f0f0f0;
  /* Firefox: thumb / track */
}

.property-table-scroll::-webkit-scrollbar {
  width: 8px;
}

.property-table-scroll::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.property-table-scroll::-webkit-scrollbar-thumb {
  background: #888;
}

.property-table-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.property-table-scroll thead th {
  position: sticky;
  top: 0px;
  z-index: 10;
}

.property-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

@media (min-width: 769px) {
  .property-table {
    min-width: 0px;
  }
}

.property-table thead th {
  /* font-size 14px 固定 (mobile / desktop 共通) */
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.property-table tbody td {
  border-bottom-width: 1px;
  border-color: #0000004d;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* Zebra: 奇数行 = 白 / 偶数行 = 薄グレー (Figma 通り) */

.property-table tbody tr:nth-child(odd) td {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.property-table tbody tr:nth-child(even) td {
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 243 / var(--tw-bg-opacity, 1));
}

.property-table tbody tr:hover td {
  /* hover: zebra より少し濃いめ */
  background-color: rgb(0 0 0 / 0.04);
  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;
}

.property-table .col-num {
  width: 58px;
  text-align: center;
}

/* ─── エリア絞り込み (チェックボックス + トグルボタン) ─── */

.region-filter-checks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.5rem;
}

.region-filter-label {
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 769px) {
  .region-filter-label {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.region-filter-label input[type="checkbox"] {
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  accent-color: #000;
}

.region-toggle-btn {
  /* Figma: 白背景 + 黒枠 + 黒文字 + 16px Regular + px-6 py-3 (icon なし) */
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  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;
}

.region-toggle-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.perf-stats-row {
  /* mobile: 1 列縦スタック / desktop: 2 列 + 罫線で区切り */
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 769px) {
  .perf-stats-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0px;
  }
}

.perf-stats-card {
  /* mobile / desktop ともに中央寄せ */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  text-align: center;
}

@media (min-width: 769px) {
  .perf-stats-card {
    gap: 0.5rem;
  }
}

.perf-stats-card + .perf-stats-card {
  /* 2 つ目の card に左罫線 (黒) で区切り — desktop のみ */
}

@media (min-width: 769px) {
  .perf-stats-card + .perf-stats-card {
    border-left-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  }
}

.perf-stats-card-value {
  white-space: nowrap;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  /* mobile 56px / desktop 48→72px */
  font-size: 3.5rem;
}

@media (min-width: 769px) {
  .perf-stats-card-value {
    font-size: clamp(3rem, 4.5vw + 1rem, 4.5rem);
  }
}

.perf-stats-card-suffix {
  margin-left: 0.25rem;
  vertical-align: baseline;
  font-weight: 700;
  /* mobile 18px / desktop 16→20px */
  font-size: 1.125rem;
}

@media (min-width: 769px) {
  .perf-stats-card-suffix {
    font-size: clamp(1rem, 0.5vw + 0.875rem, 1.25rem);
  }
}

.perf-stats-card-label {
  font-size: 0.875rem;
  line-height: 1.4;
  color: rgb(0 0 0 / 0.7);
}

@media (min-width: 769px) {
  .perf-stats-card-label {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.perf-charts {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: clamp(3rem,    3.005vw + 2.296rem, 5rem);
}

@media (min-width: 769px) {
  .perf-charts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
  }
}

.perf-chart-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.perf-chart-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 769px) {
  .perf-chart-title {
    font-size: clamp(1rem,     0.376vw + 0.912rem,  1.25rem);
    line-height: 1.5;
  }
}

.perf-chart-canvas-wrap {
  /* Chart.js canvas は親の高さに従う。aspect ratio で表示比固定 */
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
}

/* ─── Sitemap page link rows ───────────────────────
     - .sitemap-link: 1 リンク行 (下罫線 1px)
     - .sitemap-link-row: ↗ + タイトルの flex (a タグの中身)
     - .sitemap-sublink: 子リンク (短い線 + 20px Bold gray、左インデント) */

.sitemap-link {
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.sitemap-link-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.sitemap-link-row:hover {
  opacity: 0.7;
}

.sitemap-link-arrow {
  display: block;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
}

.sitemap-link-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 769px) {
  .sitemap-link-title {
    font-size: 1.5rem;
  }
}

.sitemap-sublink {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  text-decoration-line: none;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.sitemap-sublink:hover {
  opacity: 0.7;
}

.sitemap-sublink-line {
  display: block;
  height: 1px;
  width: 1rem;
  flex-shrink: 0;
  background-color: #666666;
}

.sitemap-sublink-text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 769px) {
  .sitemap-sublink-text {
    font-size: 1.25rem;
  }
}

.sitemap-sublink-text {
  color: #666666;
}

/* ─── Apartment hotel section: SVG line-drawing background ─
     inline SVG (JS が fetch して挿入) を画面幅に合わせて描画。
     path は stroke 化して、JS で stroke-dashoffset を 0 にアニメ → 線画ドロー表現。 */

.apartment-bg-svg-wrap {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  opacity: 0.7;
}

.apartment-bg-svg-wrap svg {
  /* viewBox + preserveAspectRatio xMidYMid meet (default) で
       ブラウザ幅に合わせて等比拡縮、はみ出さない */
  width: 100%;
  height: 100%;
  display: block;
}

.apartment-bg-svg-wrap svg path {
  fill: none !important;
  stroke: #aaaaaa;
  stroke-width: 1;
  /* SVG が拡縮しても stroke 太さは画面ピクセルで一定 */
  vector-effect: non-scaling-stroke;
}

/* ─── Back to Top button ────────────────────────────────
     固定 fixed 配置: モバイル bottom/right 10px (50x50) / デスクトップ bottom/right 30px (70x70)
     初期非表示 (opacity-0 + translateY 20px)、JS で .is-visible クラス付与時に下から上へ表示 */

.btn-to-top {
  pointer-events: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 40;
  display: flex;
  height: 50px;
  width: 50px;
  --tw-translate-y: 1.25rem;
  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));
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity, 1));
  padding-bottom: 6px;
  opacity: 0;
  transition-property: opacity,transform,background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 769px) {
  .btn-to-top {
    bottom: 30px;
    right: 30px;
    height: 70px;
    width: 70px;
    gap: 3px;
    padding-bottom: 8px;
  }
}

.btn-to-top.is-visible {
  pointer-events: auto;
  --tw-translate-y: 0px;
  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));
  opacity: 1;
}

.btn-to-top:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(68 68 68 / var(--tw-bg-opacity, 1));
}

/* stat_1 frame: 18x18 (mobile) / 24x24 (desktop). 内側に矢印 SVG を実寸センタ配置 */

.btn-to-top-icon-box {
  display: flex;
  height: 18px;
  width: 18px;
  align-items: center;
  justify-content: center;
}

@media (min-width: 769px) {
  .btn-to-top-icon-box {
    height: 24px;
    width: 24px;
  }
}

.btn-to-top-icon {
  display: block;
  height: 5px;
  width: 8.7px;
}

@media (min-width: 769px) {
  .btn-to-top-icon {
    height: 6.65px;
    width: 11.6px;
  }
}

.btn-to-top-label {
  display: block;
  height: 8.30px;
  width: 35.67px;
}

@media (min-width: 769px) {
  .btn-to-top-label {
    height: 11.06px;
    width: 47.57px;
  }
}

/* ─── about-hiwin: Numbered section header ──────────────
     各セクション "01"〜"08" を SectionHeader 背後に大型 (Roboto Black, 100→200px, opacity 10%)。
     親側に position-relative + overflow visible / overflow-hidden を設定する。
     position は各セクション内で `top-X left-Y` の Tailwind クラスで個別調整する。 */

.section-num {
  pointer-events: none;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  font-family: Roboto, sans-serif;
  font-size: clamp(6.25rem,  9.390vw + 4.049rem, 12.5rem);
  line-height: 1.2;
  font-weight: 900;
  color: #0000001a;
}

/* ─── about-hiwin: Section header H3 jp title ───────────
     Section 04, 05, 06, 07, 08 の jp title (Heading H3, 32→40px Bold)。
     .section-header-jp の base 48px を override するため
     font-size を直接書く (Tailwind トークン値と同値で展開)。 */

.section-header-jp.section-header-jp-h3 {
  font-size: clamp(2rem, 0.751vw + 1.824rem, 2.5rem);
  /* 32→40px (h3-fluid と同値) */
}

/* ─── recruit/message: SectionHeader jp title ────────────
     Figma: 30px (mobile) → 48px (desktop) Bold (h2 と同等 max だが mobile が 30px) */

.section-header-jp.section-header-jp-message {
  font-size: clamp(1.875rem, 1.690vw + 1.479rem, 3rem);
  /* 30→48px */
}

/* ─── about-hiwin Section 02: Stats large ───────────────
     3 stats card (60施設 / 100施設 / 5,500室)
     - mobile: 1 column 縦 stack
     - desktop: 3 column 横並び (border-l で 2,3 番目区切り) */

.stats-large-row {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(2rem,    1.502vw + 1.648rem, 3rem);
}

@media (min-width: 769px) {
  .stats-large-row {
    flex-direction: row;
    gap: 3rem;
  }
}

.stats-large-card {
  display: flex;
  min-width: 0px;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}

@media (min-width: 769px) {
  .stats-large-card + .stats-large-card {
    border-left-width: 1px;
    border-color: #00000066;
  }
}

.stats-large-num {
  font-family: Roboto, sans-serif;
  font-size: clamp(5rem,     3.756vw + 4.120rem, 7.5rem);
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.stats-large-suffix {
  font-size: clamp(1.25rem,  1.127vw + 0.985rem, 2rem);
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.stats-large-label {
  font-size: clamp(1rem,     0.376vw + 0.912rem,  1.25rem);
  font-weight: 700;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* ─── about-hiwin Section 04: Type table ────────────────
     "こんな旅行者に選ばれています" 4 行 table (タイトル列 + 説明列)
     - mobile: 縦 stack (タイトル 上 / 説明 下) + 上下 border
     - desktop: 横並び (タイトル列 263px + 説明列 flex-1) + 行 border */

.type-table {
  width: 100%;
  border-top-width: 1px;
  border-color: #0000004d;
}

.type-table-row {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  border-bottom-width: 1px;
  border-color: #0000004d;
}

@media (min-width: 769px) {
  .type-table-row {
    flex-direction: row;
  }
}

.type-table-cell-head {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 0.5rem;
  font-size: clamp(0.875rem, 0.376vw + 0.787rem,  1.125rem);
  font-weight: 700;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 769px) {
  .type-table-cell-head {
    display: flex;
    width: 263px;
    flex-shrink: 0;
    align-items: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.type-table-cell-body {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: clamp(0.875rem, 0.188vw + 0.831rem, 1rem);
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 769px) {
  .type-table-cell-body {
    display: flex;
    flex: 1 1 0%;
    align-items: center;
    padding: 1.25rem;
  }
}

/* ─── about-hiwin Section 06: Feature list ──────────────
     "HIWINの4つの強み" 番号付き 4 list items
     - mobile: 1 column 縦 stack (4 items)
     - desktop: 2x2 grid (上下 row border、各 row に 2 items) */

.feature-list {
  display: flex;
  width: 100%;
  flex-direction: column;
  counter-reset: feature-list;
}

.feature-list-row {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: clamp(2rem,    1.502vw + 1.648rem, 3rem);
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-top: clamp(2rem,    1.502vw + 1.648rem, 3rem);
  padding-bottom: clamp(2rem,    1.502vw + 1.648rem, 3rem);
}

@media (min-width: 769px) {
  .feature-list-row {
    flex-direction: row;
    gap: 4rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.feature-list-row:last-child {
  border-bottom-width: 1px;
}

.feature-list-item {
  display: flex;
  flex: 1 1 0%;
  align-items: flex-start;
  gap: 1.5rem;
}

@media (min-width: 769px) {
  .feature-list-item {
    min-width: 0px;
    gap: 2rem;
  }
}

.feature-list-icon {
  display: block;
  height: auto;
  width: 38px;
  flex-shrink: 0;
}

.feature-list-content {
  display: flex;
  min-width: 0px;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 769px) {
  .feature-list-content {
    gap: 1rem;
  }
}

.feature-list-title {
  font-size: clamp(1.5rem,   0.751vw + 1.324rem,  2rem);
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.feature-list-title::before {
  counter-increment: feature-list;
  content: counter(feature-list, decimal-leading-zero) " ";
  margin-right: 0.75rem;
  font-family: Roboto, sans-serif;
}

.feature-list-text {
  font-size: clamp(0.875rem, 0.188vw + 0.831rem, 1rem);
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* ─── about-hiwin Section 07: Investor card ─────────────
     3 column cards (画像 + heading 24px + 説明)
     - mobile: 1 column 縦 stack
     - desktop: 3 column 横並び (gap-12) */

.investor-cards {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(3rem,    3.005vw + 2.296rem, 5rem);
  padding-top: clamp(2rem,    1.502vw + 1.648rem, 3rem);
}

@media (min-width: 769px) {
  .investor-cards {
    flex-direction: row;
    gap: 3rem;
    padding-top: 4rem;
  }
}

.investor-card {
  display: flex;
  min-width: 0px;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  overflow: hidden;
}

@media (min-width: 769px) {
  .investor-card {
    gap: 2rem;
  }
}

.investor-card-img-wrap {
  aspect-ratio: 395/240;
  width: 100%;
  overflow: hidden;
}

.investor-card-img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.investor-card-title {
  width: 100%;
  font-size: clamp(1.25rem,  0.376vw + 1.162rem,  1.5rem);
  font-weight: 700;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.investor-card-text {
  width: 100%;
  font-size: clamp(0.875rem, 0.188vw + 0.831rem, 1rem);
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* ─── about-hiwin Section 02 / 04: Fixed parallax bg ────
     全幅装飾背景画像 (10% opacity)。bg-attachment fixed + cover で固定パララックス。
     bg-* は HTML 側で `bg-about-hiwin-02` / `bg-about-hiwin-04` クラスを当てて切替 */

.ah-fixed-bg {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  opacity: 0.1;
}

/* ─── about-hiwin Section 08: Image grid background ─────
     Figma: 各 column が独自の y offset でジグザグ配置 (background frame 1440×900 内)。
       desktop 5 col: top -46 / -152 / -8 / -110 / -46 px
       mobile 3 col:  top -67 /  -34 / -40 px
     画像枚数は各 column 3 枚 (aspect 268/340) → column 高さ約 1050px が section 900px を
     overflow して上下にはみ出ることでジグザグの視覚効果を作る。
     親に absolute inset-0 + overflow-hidden を当てて使用。 */

.ah-grid-bg {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 769px) {
  .ah-grid-bg {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.ah-grid-cols {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: flex-start;
  gap: 0.5rem;
}

.ah-grid-col {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.5rem;
}

/* Mobile: col1, col2, col5 が visible (col3/col4 は hidden md:flex で隠れる)。
     mobile で見た目 3 番目になるのは col5 なのでそこに mobile offset を当てる */

.ah-grid-col:nth-child(1) {
  margin-top: -67px;
}

.ah-grid-col:nth-child(2) {
  margin-top: -34px;
}

.ah-grid-col:nth-child(5) {
  margin-top: -40px;
}

/* Desktop (5 col): Figma の column inset (top) 値 */

@media (min-width: 769px) {
  .ah-grid-col:nth-child(1) {
    margin-top: -46px;
  }

  .ah-grid-col:nth-child(2) {
    margin-top: -152px;
  }

  .ah-grid-col:nth-child(3) {
    margin-top: -8px;
  }

  .ah-grid-col:nth-child(4) {
    margin-top: -110px;
  }

  .ah-grid-col:nth-child(5) {
    margin-top: -46px;
  }
}

.ah-grid-img {
  display: block;
  aspect-ratio: 268/340;
  width: 100%;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.ah-grid-overlay {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  background-color: rgb(0 0 0 / 0.6);
}

/* ─── recruit: KV (Hero) ────────────────────────────────
     全幅 bg + dark overlay + 左下に大型 en + jp サブテキスト
     desktop: en 130px / jp 40px / mobile: en 50px / jp 24-32px (fluid) */

.recruit-kv {
  position: relative;
  display: flex;
  height: clamp(28rem, 55vw + 0rem, 37.375rem);
  width: 100%;
  align-items: flex-end;
  overflow: hidden;
  padding-left: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
  padding-right: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
  padding-top: clamp(3rem,    3.005vw + 2.296rem, 5rem);
  padding-bottom: clamp(3rem,    3.005vw + 2.296rem, 5rem);
}

.recruit-kv-bg {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit-kv-overlay {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  background-color: rgba(73,73,73,0.4);
}

.recruit-kv-en {
  white-space: pre-line;
  font-family: Roboto, sans-serif;
  font-size: clamp(3.125rem, 7.512vw + 1.364rem, 8.125rem);
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.recruit-kv-jp {
  font-size: clamp(2rem,     0.751vw + 1.824rem, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* ─── recruit: SectionHeader Tagline (en 16px Bold) ─────
     about-hiwin / aboutus とは別の Tagline サイズ (Roboto は使わず Noto Sans JP Bold 16px)
     既存の .section-header-en は Roboto 18→24px のため別 class とする */

.section-header-tagline {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* ─── recruit: 部署 link (Section 部署リスト) ───────────
     border-b black + 番号 (Roboto ExtraBold 20px) + 部署名 16px + 北東矢印 20px */

.dept-link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.dept-link:hover {
  opacity: 0.7;
}

.dept-link-num {
  font-family: Roboto, sans-serif;
  font-size: clamp(1rem,     0.376vw + 0.912rem,  1.25rem);
  font-weight: 800;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.dept-link-text {
  font-size: 1rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.dept-link-icon {
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  flex-shrink: 0;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 769px) {
  .dept-link-icon {
    height: 1rem;
    width: 1rem;
  }
}

.dept-link:hover .dept-link-icon {
  transform: translate(2px, -2px);
}

/* ─── recruit: 6 image jigzag container ─────────────────
     Section 部署リスト下の 6 画像レイアウト (mobile 横スクロール / desktop ジグザグ) */

/* ─── recruit: 大型背景文字 (HIWIN Team Members) ────────
     SectionHeader の背後に大型白文字 (人を知るセクション用) */

.team-bg-text {
  pointer-events: none;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: clamp(4.375rem, 6.573vw + 1.834rem, 8.75rem);
  font-weight: 700;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 769px) {
  .team-bg-text {
    white-space: nowrap;
  }
}

/* ─── recruit: 人カルーセル (人を知る) ──────────────────
     CSS scroll-snap カルーセル (横スクロール、6 cards) */

.person-carousel {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 3rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  scroll-snap-type: x mandatory;
  scroll-padding-inline-start: var(--page-padding, 1.25rem);
}

.person-carousel > .person-card {
  /* carousel 内のみ: 固定幅で横スクロール */
  scroll-snap-align: start;
  width: 260px;
}

@media (min-width: 769px) {
  .person-carousel > .person-card {
    width: 394.67px;
  }
}

.person-card {
  /* default: 100% (grid context 用) */
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}

.person-card-img-wrap {
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
}

.person-card-img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* title 行: name + / + 部署名 横並び (Figma: gap-8、 items-center、 wrap で overflow 防止) */

.person-card-title-row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  row-gap: 0.25rem;
}

.person-card-name {
  /* Figma: 20px Bold (Heading H6 / Text/Large/Semi Bold) */
  font-size: clamp(1rem,     0.376vw + 0.912rem,  1.25rem);
  font-weight: 700;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.person-card-separator {
  font-size: 0.875rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.person-card-title {
  /* Figma: 14px Regular */
  font-size: 0.875rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.person-card-text {
  width: 100%;
  font-size: clamp(0.875rem, 0.188vw + 0.831rem, 1rem);
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.carousel-controls {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
}

.carousel-dots {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.carousel-dot {
  height: 0.5rem;
  width: 0.5rem;
  cursor: pointer;
  border-radius: 9999px;
  background-color: #0000004d;
  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;
}

.carousel-dot.is-active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.carousel-arrows {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.carousel-arrow {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.carousel-arrow:hover {
  opacity: 0.7;
}

.carousel-arrow img {
  display: block;
  height: 1rem;
  width: 1rem;
}

/* ─── recruit: 働く環境 dark card ───────────────────────
     全幅 bg image + 黒 70% opacity card 3 列 */

.env-row {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  gap: 2rem;
}

@media (min-width: 769px) {
  .env-row {
    flex-direction: row;
    gap: 2rem;
  }
}

.env-card {
  display: flex;
  min-width: 0px;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5rem;
  overflow: hidden;
  background-color: rgb(0 0 0 / 0.7);
  padding: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.env-card-icon {
  display: flex;
  height: 3rem;
  width: 3rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.env-card-icon > img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.env-card-title {
  width: 100%;
  font-size: clamp(1.5rem,   0.751vw + 1.324rem,  2rem);
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.env-card-text {
  width: 100%;
  font-size: clamp(0.875rem, 0.188vw + 0.831rem, 1rem);
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.env-card-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.env-card-link:hover {
  opacity: 0.7;
}

.env-card-link img {
  display: block;
  height: 1rem;
  width: 1rem;
}

/* ─── recruit: 基本情報 table (募集要項) ────────────────
     - mobile: label列 100px / 説明列 flex-1
     - desktop: label列 150px / 説明列 flex-1
     行 border + th 中央 valign / td left valign */

.basic-info-table {
  width: 100%;
  border-collapse: collapse;
}

.basic-info-table tr {
  border-bottom-width: 1px;
  border-color: #0000004d;
}

.basic-info-table th {
  width: 100px;
  flex-shrink: 0;
  padding: 0.75rem;
  text-align: center;
  vertical-align: middle;
  font-size: clamp(0.875rem, 0.376vw + 0.787rem,  1.125rem);
  font-weight: 700;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 769px) {
  .basic-info-table th {
    width: 150px;
    padding: 1.25rem;
  }
}

.basic-info-table td {
  padding: 0.75rem;
  text-align: left;
  vertical-align: top;
  font-size: clamp(0.875rem, 0.188vw + 0.831rem, 1rem);
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 769px) {
  .basic-info-table td {
    padding: 1.25rem;
  }
}

.basic-info-table td {
  white-space: pre-line;
}

/* ─── recruit: FAQ accordion ────────────────────────────
     クリックで折りたたみ。Question 18px Bold + chevron / Answer 16px Regular */

.faq-list {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.faq-item {
  border-bottom-width: 1px;
  border-color: #0000004d;
}

.faq-q {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: left;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.faq-q:hover {
  opacity: 0.7;
}

.faq-q-text {
  flex: 1 1 0%;
  font-size: clamp(1rem,    0.188vw + 0.956rem,  1.125rem);
  font-weight: 700;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.faq-q-icon {
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.faq-item.is-open .faq-q-icon {
  --tw-rotate: 180deg;
  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));
}

.faq-a {
  display: none;
  padding-bottom: 1.25rem;
}

.faq-item.is-open .faq-a {
  display: block;
}

.faq-a-text {
  font-size: clamp(0.875rem, 0.188vw + 0.831rem, 1rem);
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* ─── recruit/about-work: Hero Card ─────────────────────
     全幅 bg image + dark overlay 20% (mix-blend hard-light) +
     中央に white 80% bg コンテンツボックス (max 1024px) */

.work-hero {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-left: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
  padding-right: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
  padding-top: clamp(3rem,    3.005vw + 2.296rem, 5rem);
  padding-bottom: clamp(3rem,    3.005vw + 2.296rem, 5rem);
}

.work-hero-overlay {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  background-color: rgba(73,73,73,0.2);
  mix-blend-mode: hard-light;
}

.work-hero-card {
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  max-width: 64rem;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  background-color: rgb(255 255 255 / 0.8);
  padding: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
  text-align: center;
}

.work-hero-title {
  width: 100%;
  font-size: clamp(1.5rem,   3.005vw + 0.796rem,  3.5rem);
  font-weight: 700;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.work-hero-tagline {
  width: 100%;
  font-size: clamp(1rem,     0.376vw + 0.912rem,  1.25rem);
  font-weight: 700;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.work-hero-text {
  width: 100%;
  font-size: clamp(0.875rem, 0.376vw + 0.787rem,  1.125rem);
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* ─── recruit/interview: interview-header (大型ヒーロー) ───
     desktop: 左 Header (タイトル) + 右 大型ポートレート画像 (681 / 599 split)、
              下に絶対配置で 大型 Employee Name (90px Roboto Bold opacity 30%) + 横線 + 従業員名 + 部署
     mobile:  縦 stack (タイトル → 画像 → Employee Name → 横線 → 従業員名/部署)
     背景の装飾矩形は Figma 上で fill 透明 (clipping frame) のため省略 */

.interview-header {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: clamp(3rem,    3.005vw + 2.296rem, 5rem);
  padding-bottom: clamp(3rem,    3.005vw + 2.296rem, 5rem);
}

@media (min-width: 769px) {
  .interview-header {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.interview-header-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
}

.interview-header-row {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 769px) {
  .interview-header-row {
    flex-direction: row;
    align-items: stretch;
    gap: 0px;
  }
}

.interview-header-title-wrap {
  padding-left: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
  padding-right: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
}

@media (min-width: 769px) {
  .interview-header-title-wrap {
    display: flex;
    min-width: 0px;
    max-width: 768px;
    flex: 681 1 0%;
    align-items: flex-start;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.interview-header-title {
  width: 100%;
  font-size: clamp(2rem,     1.502vw + 1.648rem,  3rem);
  font-weight: 700;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.interview-header-image {
  aspect-ratio: 599/532;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(170 170 170 / var(--tw-bg-opacity, 1));
}

@media (min-width: 769px) {
  .interview-header-image {
    min-width: 0px;
    max-width: 599px;
    flex: 599 1 0%;
  }
}

.interview-header-image img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.interview-header-meta-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  padding-left: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
  padding-right: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
}

@media (min-width: 769px) {
  .interview-header-meta-wrap {
    position: absolute;
    left: 4rem;
    top: 227px;
    width: 716px;
    max-width: 716px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* en-clip / jp-clip: 横線の裏から名前がせり出る入場アニメ用 mask (overflow-hidden)
     en-clip は親 meta-wrap (716px) の stretch を解除し text 自然幅 (max-content) にすることで
     "Hideto Takigawa" など長い名前が右切れしないようにする (親をオーバーフローしてもよい) */

.interview-header-en-clip {
  align-self: flex-start;
  overflow: hidden;
  width: -moz-max-content;
  width: max-content;
}

.interview-header-jp-clip {
  overflow: hidden;
}

.interview-header-jp-inner {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.interview-header-employee-bg {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  font-family: Roboto, sans-serif;
  font-size: clamp(2.5rem, 7vw + 0.5rem, 5.625rem);
  font-weight: 700;
  line-height: 1.2;
  color: rgb(0 0 0 / 0.3);
}

.interview-header-divider {
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.interview-header-fullname {
  font-size: clamp(1.5rem,   0.751vw + 1.324rem,  2rem);
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.interview-header-dept {
  font-size: 0.875rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* ─── recruit/interview: 引用 + 本文 (interview-body section) ───
     Container 1024px max、引用は左 black 2px 縦バー + 32px Bold テキスト */

.interview-body-section {
  width: 100%;
  overflow: hidden;
  padding-top: clamp(2rem,    1.502vw + 1.648rem, 3rem);
  padding-bottom: clamp(2rem,    1.502vw + 1.648rem, 3rem);
}

.interview-body-container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 64rem;
  flex-direction: column;
  gap: 1.5rem;
  padding-left: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
  padding-right: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
}

@media (min-width: 769px) {
  .interview-body-container {
    gap: 2rem;
  }
}

.interview-quote {
  display: flex;
  align-items: stretch;
  gap: 1.25rem;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.interview-quote-bar {
  width: 0.125rem;
  flex-shrink: 0;
  align-self: stretch;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.interview-quote-text {
  flex: 1 1 0%;
  font-size: clamp(1.5rem,   0.751vw + 1.324rem,  2rem);
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.interview-body-text {
  width: 100%;
  font-size: clamp(0.875rem, 0.188vw + 0.831rem, 1rem);
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.interview-body-image {
  margin-top: clamp(3rem,    3.005vw + 2.296rem, 5rem);
  aspect-ratio: 750/428;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(170 170 170 / var(--tw-bg-opacity, 1));
}

@media (min-width: 769px) {
  .interview-body-image {
    aspect-ratio: 1440/428;
  }
}

.interview-body-image img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ─── recruit/environment: 数字で見る私たち (Stats) ─────
     4 個の donut chart を 2x2 grid (mobile 1x4 stack)。各 card は
     chart wrap (中央に caption) + table 風 legend を横並び (mobile は縦積み)。 */

.env-charts-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: clamp(2rem,    1.502vw + 1.648rem, 3rem);
}

@media (min-width: 769px) {
  .env-charts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
  }
}

.env-chart-card {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 769px) {
  .env-chart-card {
    flex-direction: row;
    gap: 0.5rem;
  }
}

.env-chart-canvas-wrap {
  position: relative;
  height: 280px;
  width: 280px;
  flex-shrink: 0;
}

@media (min-width: 769px) {
  .env-chart-canvas-wrap {
    height: 320px;
    width: 320px;
  }
}

.env-chart-canvas-wrap canvas {
  display: block;
  height: 100%;
  width: 100%;
}

/* ドーナツ中央に配置するタイトル */

.env-chart-caption-center {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* table 風 legend: 各行は border-b、最初の行に border-t、左に名前+色swatch、右に値 */

.env-chart-legend {
  display: flex;
  width: 206px;
  flex-shrink: 0;
  flex-direction: column;
}

.env-chart-legend-row {
  display: flex;
  height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  border-bottom-width: 1px;
  border-color: #0000004d;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.env-chart-legend-row:first-child {
  border-top-width: 1px;
}

.env-chart-legend-name {
  white-space: nowrap;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* 色 swatch は 16×16 角型 (旧 dot は丸 8px だった) */

.env-chart-legend-dot {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
}

.env-chart-legend-value {
  margin-left: auto;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* ─── recruit/environment: 社風カルチャー hero ──────────
     全幅 bg image (60% opacity) + SectionHeader + 説明 + 3 column white-60 box */

.culture-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-left: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
  padding-right: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
  padding-top: clamp(4rem,    4.507vw + 2.944rem, 7rem);
  padding-bottom: clamp(4rem,    4.507vw + 2.944rem, 7rem);
}

.culture-hero-bg {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
}

.culture-hero-overlay {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  background-color: rgba(73,73,73,0.2);
  mix-blend-mode: hard-light;
}

.culture-card-row {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  gap: 1.5rem;
}

@media (min-width: 769px) {
  .culture-card-row {
    flex-direction: row;
    gap: 3rem;
  }
}

.culture-card {
  /* min-h で揃える (content 長で伸びる) — 固定 h はテキスト超過時にはみ出す */
  display: flex;
  min-width: 0px;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  background-color: rgb(255 255 255 / 0.6);
  padding: 2rem;
}

@media (min-width: 769px) {
  .culture-card {
    min-height: 578px;
  }
}

.culture-card-num {
  font-family: Roboto, sans-serif;
  font-size: clamp(2.5rem, 2vw + 1.5rem, 3.125rem);
  font-weight: 800;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}

.culture-card-title {
  width: 100%;
  font-size: clamp(1.25rem,  0.376vw + 1.162rem,  1.5rem);
  font-weight: 700;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.culture-card-text {
  width: 100%;
  font-size: clamp(0.875rem, 0.376vw + 0.787rem,  1.125rem);
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* ─── recruit/environment: 行動理念 (Code of Conduct) ─────
     bg-fixed image (60% opacity) + 5つの柱 cards (colored left bar) + リーダー行動指針 numbered rows */

.env-code-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-left: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
  padding-right: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
  padding-top: clamp(4rem,    4.507vw + 2.944rem, 7rem);
  padding-bottom: clamp(4rem,    4.507vw + 2.944rem, 7rem);
}

.env-code-bg {
  /* viewport 固定背景 (動かない)、 image を 60% 透過で表示 */
  pointer-events: none;
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  opacity: 0.6;
  background-image: url('../images/env-code-bg.jpg');
}

/* 5つの柱 / リーダーの行動指針 共通: subsection title (Figma: 24px mobile / 40px desktop) */

.code-subsection-title {
  /* clamp 24→40px */
  font-weight: 700;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  font-size: clamp(1.5rem, 1.502vw + 1.148rem, 2.5rem);
}

/* 5つの柱 cards: 3 + 2 で折り返し、 colored left bar (CSS var --bar-color)
     Figma mobile: p-20 / title 16 / text 14 / Desktop: p-32 / title 20 / text 16 */

.code-pillar-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.code-pillar-card {
  position: relative;
  display: flex;
  min-width: 260px;
  max-width: 325px;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  --tw-shadow: 0 4px 8px -2px rgba(0,0,0,0.1),0 2px 4px -2px rgba(0,0,0,0.06);
  --tw-shadow-colored: 0 4px 8px -2px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 769px) {
  .code-pillar-card {
    padding: 2rem;
  }
}

.code-pillar-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 76px;
  background: var(--bar-color, #000);
}

.code-pillar-title {
  /* Figma: 16px (mobile) → 20px (desktop) Bold (Heading H6) */
  width: 100%;
  font-size: clamp(1rem,     0.376vw + 0.912rem,  1.25rem);
  font-weight: 700;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.code-pillar-accent {
  color: var(--bar-color, #000);
}

.code-pillar-text {
  /* Figma: 14px (mobile) → 16px (desktop) */
  width: 100%;
  font-size: clamp(0.875rem, 0.188vw + 0.831rem, 1rem);
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* リーダー行動指針 cards (Figma 最新: card-bg.jpg を枠に + 各カードで向き反転)
     ::before 擬似要素に card-bg.jpg を配置、 inner で中央を覆い ring 部分だけ画像可視。
     01〜06 で scaleX/Y を変えて Figma 各カードの指紋パターンの向きを再現 */

.code-leader-grid {
  /* 1 列 mobile + 32px gap、 3 列 desktop + 32px gap */
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  padding: 10px;
}

@media (min-width: 769px) {
  .code-leader-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.code-leader-card {
  /* outer: 擬似要素で bg image、 ring (padding) 部分が画像として可視 */
  position: relative;
  overflow: hidden;
  padding: 10px;
}

@media (min-width: 769px) {
  .code-leader-card {
    padding: 15px;
  }
}

.code-leader-card::before {
  content: '';
  pointer-events: none;
  position: absolute;
  inset: 0px;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/card-bg.jpg');
}

/* 01〜06 で擬似要素を反転 (Figma 各カードと向きを合わせる) */

.code-leader-card:nth-child(1)::before {
  transform: none;
}

.code-leader-card:nth-child(2)::before {
  transform: scaleX(-1);
}

.code-leader-card:nth-child(3)::before {
  transform: scaleY(-1);
}

.code-leader-card:nth-child(4)::before {
  transform: scale(-1, -1);
}

.code-leader-card:nth-child(5)::before {
  transform: scaleX(-1) scaleY(-1);
}

.code-leader-card:nth-child(6)::before {
  transform: scaleX(-1);
}

.code-leader-card-inner {
  /* inner: 実コンテンツの土台 (z-10 で擬似要素の上)
       mobile: gray-lighter bg + p-32、 desktop: 白 bg + p-48 + 強 shadow
       新仕様: gap-16 で num-title/divider/desc を 3 段 (mobile/desktop 共通) */
  position: relative;
  z-index: 10;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 243 / var(--tw-bg-opacity, 1));
  padding: 2rem;
  --tw-shadow: 0 4px 8px -2px rgba(0,0,0,0.1),0 2px 4px -2px rgba(0,0,0,0.06);
  --tw-shadow-colored: 0 4px 8px -2px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 769px) {
  .code-leader-card-inner {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 3rem;
    --tw-shadow: 0 12px 16px -4px rgba(0,0,0,0.08),0 4px 6px -2px rgba(0,0,0,0.03);
    --tw-shadow-colored: 0 12px 16px -4px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.code-leader-num-title {
  /* Figma 新仕様: 横並び中央寄せ、 mobile gap-10 / desktop gap-8 */
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
  line-height: 1;
}

@media (min-width: 769px) {
  .code-leader-num-title {
    gap: 0.5rem;
  }
}

.code-leader-num {
  /* Figma: 30px (mobile) → 40px (desktop)、 gray (#aaa) Bold Roboto */
  flex-shrink: 0;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
  font-size: clamp(1.875rem, 0.939vw + 1.655rem, 2.5rem);
}

.code-leader-title {
  /* Figma: 24px (mobile) → 32px (desktop) Bold */
  flex-shrink: 0;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  font-size: clamp(1.5rem, 0.751vw + 1.324rem, 2rem);
}

.code-leader-divider {
  /* Figma: 1px line、 color #666 (neutral-dark)、 full width */
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(68 68 68 / var(--tw-bg-opacity, 1));
}

.code-leader-desc {
  /* Figma: 14px (mobile) → 18px (desktop) */
  width: 100%;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  font-size: clamp(0.875rem, 0.376vw + 0.787rem, 1.125rem);
}

/* ─── recruit/environment: 福利厚生 blocks ─────
     2 column (image left + content right)、 numbered list with bottom border */

.welfare-block {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}

@media (min-width: 769px) {
  .welfare-block {
    flex-direction: row;
    gap: clamp(3rem,    3.005vw + 2.296rem, 5rem);
  }
}

.welfare-block-img {
  aspect-ratio: 600/370;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 769px) {
  .welfare-block-img {
    max-width: 600px;
    flex: 1 1 0%;
  }
}

.welfare-block-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.welfare-block-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}

@media (min-width: 769px) {
  .welfare-block-content {
    flex: 1 1 0%;
  }
}

.welfare-block-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}

.welfare-block-title {
  width: 100%;
  font-size: clamp(1.5rem,   0.751vw + 1.324rem,  2rem);
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.welfare-block-subtitle {
  width: 100%;
  font-size: clamp(1rem,    0.188vw + 0.956rem,  1.125rem);
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.welfare-block-list {
  display: flex;
  width: 100%;
  list-style-type: none;
  flex-direction: column;
}

.welfare-block-list-item {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.welfare-block-list-title {
  width: 100%;
  font-size: clamp(1.25rem,  0.376vw + 1.162rem,  1.5rem);
  font-weight: 700;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.welfare-block-list-desc {
  width: 100%;
  font-size: 1rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* ─── recruit/environment: tab-horizontal (タブセクション) ───
     左 縦線 padding + heading 32px + text 16px, 縦に並ぶ */

.tab-h-list {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2.5rem;
}

.tab-h-item {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}

.tab-h-title {
  width: 100%;
  font-size: clamp(1.5rem,   0.751vw + 1.324rem,  2rem);
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.tab-h-text {
  width: 100%;
  font-size: clamp(0.875rem, 0.376vw + 0.787rem,  1.125rem);
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* ─── recruit/message: 大型ヒーロー (装飾画像右側 + 名前ボックス左下 absolute) ─
     desktop: 装飾画像 1157x614 が右寄せ、 名前ボックス (white bg) が左下にハミ出る
     mobile: 装飾画像が画面に収まる + 名前ボックスは下に full width */

.message-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: clamp(3rem,    3.005vw + 2.296rem, 5rem);
  padding-bottom: clamp(3rem,    3.005vw + 2.296rem, 5rem);
}

@media (min-width: 769px) {
  .message-hero {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.message-hero-inner {
  position: relative;
  width: 100%;
}

.message-hero-image {
  height: 406px;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(170 170 170 / var(--tw-bg-opacity, 1));
}

@media (min-width: 769px) {
  .message-hero-image {
    margin-left: auto;
    aspect-ratio: 1157/614;
    height: auto;
    width: 80.3%;
  }
}

.message-hero-image img {
  /* mobile/desktop 共に object-center (Figma transform 中央クロップに合わせる) */
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.message-hero-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.875rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2rem;
}

@media (min-width: 769px) {
  .message-hero-card {
    position: absolute;
    left: 3.7%;
    bottom: 0px;
    width: 45%;
    max-width: 768px;
    padding: 0px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
  }
}

.message-hero-name-bg {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  font-family: Roboto, sans-serif;
  font-size: clamp(2.5rem, 4.5vw + 1rem, 5rem);
  font-weight: 700;
  line-height: 1.2;
  color: rgb(0 0 0 / 0.3);
}

.message-hero-meta {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 1rem;
}

.message-hero-name {
  font-size: clamp(1.5rem,   0.751vw + 1.324rem,  2rem);
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.message-hero-sep {
  font-size: clamp(0.875rem, 0.376vw + 0.787rem,  1.125rem);
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.message-hero-dept {
  font-size: 0.875rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* ─── recruit/message: SectionHeader wrapper (Center) ─── */

.message-section-header-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-left: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
  padding-right: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
}

/* ─── recruit/message: 2 column row (Content / 1 / & / 2 /) ───
     desktop: 2 column (text + image / image + text) gap-20 / mobile: 縦 stack */

.message-2col-row {
  width: 100%;
  padding-left: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
  padding-right: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
  padding-top: clamp(4rem,    4.507vw + 2.944rem, 7rem);
  padding-bottom: clamp(4rem,    4.507vw + 2.944rem, 7rem);
}

.message-2col-inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 80rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}

@media (min-width: 769px) {
  .message-2col-inner {
    flex-direction: row;
    gap: 5rem;
  }
}

.message-2col-text {
  display: flex;
  min-width: 0px;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 1.5rem;
}

.message-2col-img {
  aspect-ratio: 1 / 1;
  width: 100%;
  min-width: 0px;
  flex: 1 1 0%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(170 170 170 / var(--tw-bg-opacity, 1));
}

.message-2col-img img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ─── recruit/message: 中央テキスト + 全幅画像 (Content / 7 /) ─
     text 中央 max-768px、 画像は container 内全幅 (1280x600) */

/* CONTENT/2, CONTENT/7 — 中央 max-w-[768px] テキストブロック (引用 + 本文 を縦に並べる) */

.message-center-section {
  width: 100%;
  padding-left: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
  padding-right: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
  padding-top: clamp(2rem,    1.502vw + 1.648rem, 3rem);
  padding-bottom: clamp(2rem,    1.502vw + 1.648rem, 3rem);
}

.message-center-inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 48rem;
  flex-direction: column;
  gap: 1.5rem;
}

/* 全幅大型写真 (1440/428) */

.message-wide-photo {
  margin-top: clamp(2rem,    1.502vw + 1.648rem, 3rem);
  margin-bottom: clamp(2rem,    1.502vw + 1.648rem, 3rem);
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(170 170 170 / var(--tw-bg-opacity, 1));
}

.message-wide-photo img {
  display: block;
  aspect-ratio: 750/428;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 769px) {
  .message-wide-photo img {
    aspect-ratio: 1440/428;
  }
}

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

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-\[10\.7\%_40\.62\%_69\.76\%_39\.83\%\] {
  inset: 10.7% 40.62% 69.76% 39.83%;
}

.inset-\[17\.66\%_17\.79\%_17\.16\%_17\.02\%\] {
  inset: 17.66% 17.79% 17.16% 17.02%;
}

.inset-\[29\.89\%_48\.9\%_48\.67\%_48\.9\%\] {
  inset: 29.89% 48.9% 48.67% 48.9%;
}

.inset-\[31\.86\%_69\.53\%_48\.59\%_10\.92\%\] {
  inset: 31.86% 69.53% 48.59% 10.92%;
}

.inset-\[32\.02\%_10\.91\%_48\.43\%_69\.54\%\] {
  inset: 32.02% 10.91% 48.43% 69.54%;
}

.inset-\[39\.18\%_45\.14\%_41\.4\%_45\.14\%\] {
  inset: 39.18% 45.14% 41.4% 45.14%;
}

.inset-\[39\.43\%_45\.47\%_41\.64\%_45\.47\%\] {
  inset: 39.43% 45.47% 41.64% 45.47%;
}

.inset-\[40\.21\%_41\.66\%_43\.11\%_41\.66\%\] {
  inset: 40.21% 41.66% 43.11% 41.66%;
}

.inset-\[44\%_29\.96\%_48\.67\%_49\.63\%\] {
  inset: 44% 29.96% 48.67% 49.63%;
}

.inset-\[44\%_49\.78\%_48\.67\%_29\.81\%\] {
  inset: 44% 49.78% 48.67% 29.81%;
}

.inset-\[45\.84\%_47\.01\%_48\.68\%_47\.01\%\] {
  inset: 45.84% 47.01% 48.68% 47.01%;
}

.inset-\[50\.6\%_37\.61\%_31\.99\%_49\.63\%\] {
  inset: 50.6% 37.61% 31.99% 49.63%;
}

.inset-\[50\.6\%_49\.78\%_31\.99\%_37\.46\%\] {
  inset: 50.6% 49.78% 31.99% 37.46%;
}

.inset-\[66\.05\%_20\.56\%_14\.4\%_59\.89\%\] {
  inset: 66.05% 20.56% 14.4% 59.89%;
}

.inset-\[66\.11\%_58\.94\%_14\.35\%_21\.51\%\] {
  inset: 66.11% 58.94% 14.35% 21.51%;
}

.-left-12 {
  left: -3rem;
}

.-left-14 {
  left: -3.5rem;
}

.-left-20 {
  left: -5rem;
}

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

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

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

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

.left-24 {
  left: 6rem;
}

.left-28 {
  left: 7rem;
}

.left-40 {
  left: 10rem;
}

.left-44 {
  left: 11rem;
}

.left-52 {
  left: 13rem;
}

.left-\[22\.69\%\] {
  left: 22.69%;
}

.right-0 {
  right: 0px;
}

.right-\[2px\] {
  right: 2px;
}

.top-0 {
  top: 0px;
}

.top-16 {
  top: 4rem;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.top-\[-100\%\] {
  top: -100%;
}

.top-\[-40px\] {
  top: -40px;
}

.top-\[20px\] {
  top: 20px;
}

.top-\[4\.24\%\] {
  top: 4.24%;
}

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

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

.-ml-page-padding {
  margin-left: calc(clamp(1.25rem, 4.131vw + 0.282rem, 4rem) * -1);
}

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

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

.-mt-\[30px\] {
  margin-top: -30px;
}

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

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

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

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

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

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

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

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

.mt-\[102px\] {
  margin-top: 102px;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.mt-\[49px\] {
  margin-top: 49px;
}

.mt-section-md {
  margin-top: clamp(3rem,    3.005vw + 2.296rem, 5rem);
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.\!grid {
  display: grid !important;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[195\/346\] {
  aspect-ratio: 195/346;
}

.aspect-\[199\/231\] {
  aspect-ratio: 199/231;
}

.aspect-\[202\/60\] {
  aspect-ratio: 202/60;
}

.aspect-\[216\/288\] {
  aspect-ratio: 216/288;
}

.aspect-\[235\/394\] {
  aspect-ratio: 235/394;
}

.aspect-\[240\/321\] {
  aspect-ratio: 240/321;
}

.aspect-\[240\/361\] {
  aspect-ratio: 240/361;
}

.aspect-\[316\/475\] {
  aspect-ratio: 316/475;
}

.aspect-\[319\/340\] {
  aspect-ratio: 319/340;
}

.aspect-\[356\/360\] {
  aspect-ratio: 356/360;
}

.aspect-\[375\/340\] {
  aspect-ratio: 375/340;
}

.aspect-\[376\/376\] {
  aspect-ratio: 376/376;
}

.aspect-\[416\/340\] {
  aspect-ratio: 416/340;
}

.aspect-\[506\/503\] {
  aspect-ratio: 506/503;
}

.aspect-\[547\/476\] {
  aspect-ratio: 547/476;
}

.aspect-\[558\/362\] {
  aspect-ratio: 558/362;
}

.aspect-\[616\/375\] {
  aspect-ratio: 616/375;
}

.aspect-\[641\/476\] {
  aspect-ratio: 641/476;
}

.aspect-\[768\/400\] {
  aspect-ratio: 768/400;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[125\%\] {
  height: 125%;
}

.h-\[148\.5\%\] {
  height: 148.5%;
}

.h-\[200\%\] {
  height: 200%;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[216px\] {
  height: 216px;
}

.h-\[288px\] {
  height: 288px;
}

.h-\[2px\] {
  height: 2px;
}

.h-\[316px\] {
  height: 316px;
}

.h-\[33px\] {
  height: 33px;
}

.h-\[37px\] {
  height: 37px;
}

.h-\[422px\] {
  height: 422px;
}

.h-\[480px\] {
  height: 480px;
}

.h-\[520px\] {
  height: 520px;
}

.h-\[524px\] {
  height: 524px;
}

.h-\[63px\] {
  height: 63px;
}

.h-\[900px\] {
  height: 900px;
}

.h-\[clamp\(28rem\2c 55vw\+0rem\2c 37\.375rem\)\] {
  height: clamp(28rem, 55vw + 0rem, 37.375rem);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.min-h-\[230px\] {
  min-height: 230px;
}

.min-h-\[900px\] {
  min-height: 900px;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-2 {
  width: 0.5rem;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-\[120px\] {
  width: 120px;
}

.w-\[146px\] {
  width: 146px;
}

.w-\[148px\] {
  width: 148px;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[155px\] {
  width: 155px;
}

.w-\[180px\] {
  width: 180px;
}

.w-\[20\%\] {
  width: 20%;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[216px\] {
  width: 216px;
}

.w-\[23\%\] {
  width: 23%;
}

.w-\[250px\] {
  width: 250px;
}

.w-\[255px\] {
  width: 255px;
}

.w-\[310px\] {
  width: 310px;
}

.w-\[316px\] {
  width: 316px;
}

.w-\[33px\] {
  width: 33px;
}

.w-\[37px\] {
  width: 37px;
}

.w-\[40\%\] {
  width: 40%;
}

.w-\[550px\] {
  width: 550px;
}

.w-\[62\.64\%\] {
  width: 62.64%;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.min-w-0 {
  min-width: 0px;
}

.max-w-\[1024px\] {
  max-width: 1024px;
}

.max-w-\[1100px\] {
  max-width: 1100px;
}

.max-w-\[35rem\] {
  max-width: 35rem;
}

.max-w-\[560px\] {
  max-width: 560px;
}

.max-w-\[768px\] {
  max-width: 768px;
}

.max-w-\[80rem\] {
  max-width: 80rem;
}

.max-w-\[900px\] {
  max-width: 900px;
}

.max-w-container-lg {
  max-width: 80rem;
}

.max-w-container-md {
  max-width: 64rem;
}

.max-w-container-xl {
  max-width: 90rem;
}

.max-w-content {
  max-width: 48rem;
}

.max-w-none {
  max-width: none;
}

.flex-1 {
  flex: 1 1 0%;
}

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

.border-collapse {
  border-collapse: collapse;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}

.-translate-y-\[8px\] {
  --tw-translate-y: -8px;
  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));
}

.translate-y-0 {
  --tw-translate-y: 0px;
  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));
}

.translate-y-\[-100\%\] {
  --tw-translate-y: -100%;
  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));
}

.translate-y-\[8px\] {
  --tw-translate-y: 8px;
  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));
}

.-rotate-45 {
  --tw-rotate: -45deg;
  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));
}

.rotate-45 {
  --tw-rotate: 45deg;
  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));
}

.transform {
  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));
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

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

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[6px\] {
  gap: 6px;
}

.gap-\[clamp\(3rem\2c 3vw\+2\.296rem\2c 5rem\)\] {
  gap: clamp(3rem, 3vw + 2.296rem, 5rem);
}

.gap-\[clamp\(8rem\2c 40vh\2c 28rem\)\] {
  gap: clamp(8rem, 40vh, 28rem);
}

.gap-section-lg {
  gap: clamp(4rem,    4.507vw + 2.944rem, 7rem);
}

.gap-section-md {
  gap: clamp(3rem,    3.005vw + 2.296rem, 5rem);
}

.gap-section-sm {
  gap: clamp(2rem,    1.502vw + 1.648rem, 3rem);
}

.gap-y-2 {
  row-gap: 0.5rem;
}

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

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

.self-stretch {
  align-self: stretch;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

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

.whitespace-pre-line {
  white-space: pre-line;
}

.rounded-\[16px\] {
  border-radius: 16px;
}

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

.border {
  border-width: 1px;
}

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

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

.border-neutral-darkest-30 {
  border-color: #0000004d;
}

.border-neutral-light {
  --tw-border-opacity: 1;
  border-color: rgb(170 170 170 / var(--tw-border-opacity, 1));
}

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

.bg-\[\#235f77\] {
  --tw-bg-opacity: 1;
  background-color: rgb(35 95 119 / var(--tw-bg-opacity, 1));
}

.bg-\[\#23a777\] {
  --tw-bg-opacity: 1;
  background-color: rgb(35 167 119 / var(--tw-bg-opacity, 1));
}

.bg-\[\#494949\] {
  --tw-bg-opacity: 1;
  background-color: rgb(73 73 73 / var(--tw-bg-opacity, 1));
}

.bg-\[\#61c8e1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(97 200 225 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(73\2c 73\2c 73\2c 0\.2\)\] {
  background-color: rgba(73,73,73,0.2);
}

.bg-\[rgba\(73\2c 73\2c 73\2c 0\.3\)\] {
  background-color: rgba(73,73,73,0.3);
}

.bg-\[rgba\(73\2c 73\2c 73\2c 0\.4\)\] {
  background-color: rgba(73,73,73,0.4);
}

.bg-\[rgba\(73\2c 73\2c 73\2c 0\.6\)\] {
  background-color: rgba(73,73,73,0.6);
}

.bg-\[rgba\(73\2c 73\2c 73\2c 0\.7\)\] {
  background-color: rgba(73,73,73,0.7);
}

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

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-cs1-bg-gray-lighter {
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 243 / var(--tw-bg-opacity, 1));
}

.bg-neutral-darker {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity, 1));
}

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

.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.bg-about-hiwin-02 {
  background-image: url('../images/about-hiwin-02-bg.jpg');
}

.bg-about-hiwin-04 {
  background-image: url('../images/about-hiwin-04-bg.png');
}

.bg-\[length\:2048px_1082px\] {
  background-size: 2048px 1082px;
}

.bg-cover {
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-center {
  background-position: center;
}

.bg-repeat {
  background-repeat: repeat;
}

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

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

.p-2 {
  padding: 0.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[10px\] {
  padding: 10px;
}

.p-page-padding {
  padding: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
}

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

.px-page-padding {
  padding-left: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
  padding-right: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
}

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

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

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

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

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

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

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

.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

.py-\[clamp\(4rem\2c 12\.77vw\+1\.05rem\2c 12\.5rem\)\] {
  padding-top: clamp(4rem, 12.77vw + 1.05rem, 12.5rem);
  padding-bottom: clamp(4rem, 12.77vw + 1.05rem, 12.5rem);
}

.py-page-padding {
  padding-top: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
  padding-bottom: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
}

.py-section-lg {
  padding-top: clamp(4rem,    4.507vw + 2.944rem, 7rem);
  padding-bottom: clamp(4rem,    4.507vw + 2.944rem, 7rem);
}

.py-section-md {
  padding-top: clamp(3rem,    3.005vw + 2.296rem, 5rem);
  padding-bottom: clamp(3rem,    3.005vw + 2.296rem, 5rem);
}

.py-section-xl {
  padding-top: clamp(15.625rem, 23.47vw + 10.123rem, 31.25rem);
  padding-bottom: clamp(15.625rem, 23.47vw + 10.123rem, 31.25rem);
}

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

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

.pb-\[clamp\(2rem\2c 11\.08vw-0\.597rem\2c 9\.375rem\)\] {
  padding-bottom: clamp(2rem, 11.08vw - 0.597rem, 9.375rem);
}

.pb-page-padding {
  padding-bottom: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
}

.pb-section-lg {
  padding-bottom: clamp(4rem,    4.507vw + 2.944rem, 7rem);
}

.pb-section-sm {
  padding-bottom: clamp(2rem,    1.502vw + 1.648rem, 3rem);
}

.pl-4 {
  padding-left: 1rem;
}

.pl-page-padding {
  padding-left: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
}

.pr-page-padding {
  padding-right: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
}

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

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

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

.pt-\[clamp\(4rem\2c 22\.16vw-1\.193rem\2c 18\.75rem\)\] {
  padding-top: clamp(4rem, 22.16vw - 1.193rem, 18.75rem);
}

.pt-section-lg {
  padding-top: clamp(4rem,    4.507vw + 2.944rem, 7rem);
}

.pt-section-md {
  padding-top: clamp(3rem,    3.005vw + 2.296rem, 5rem);
}

.pt-section-sm {
  padding-top: clamp(2rem,    1.502vw + 1.648rem, 3rem);
}

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

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

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

.align-middle {
  vertical-align: middle;
}

.font-roboto {
  font-family: Roboto, sans-serif;
}

.font-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.text-\[1\.25rem\] {
  font-size: 1.25rem;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[1rem\] {
  font-size: 1rem;
}

.text-\[4\.25rem\] {
  font-size: 4.25rem;
}

.text-\[clamp\(0\.9rem\2c 1\.465vw\+0\.557rem\2c 1\.875rem\)\] {
  font-size: clamp(0.9rem, 1.465vw + 0.557rem, 1.875rem);
}

.text-\[clamp\(2\.25rem\2c 3\.005vw\+1\.546rem\2c 3\.5rem\)\] {
  font-size: clamp(2.25rem, 3.005vw + 1.546rem, 3.5rem);
}

.text-display {
  font-size: clamp(3.125rem, 5.634vw + 1.805rem, 6.875rem);
  line-height: 1.2;
}

.text-h1 {
  font-size: clamp(1.5rem,   3.005vw + 0.796rem,  3.5rem);
  line-height: 1.2;
}

.text-h2 {
  font-size: clamp(2rem,     1.502vw + 1.648rem,  3rem);
  line-height: 1.2;
}

.text-h3 {
  font-size: clamp(1.5rem,   0.751vw + 1.324rem,  2rem);
  line-height: 1.3;
}

.text-h3-fluid {
  font-size: clamp(2rem,     0.751vw + 1.824rem, 2.5rem);
  line-height: 1.2;
}

.text-h5 {
  font-size: clamp(1.25rem,  0.376vw + 1.162rem,  1.5rem);
  line-height: 1.4;
}

.text-kv-title {
  font-size: clamp(2rem,     3.005vw + 1.296rem,  4rem);
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.text-section-en {
  font-size: clamp(1.125rem, 0.563vw + 0.993rem,  1.5rem);
  line-height: 1.4;
}

.text-stats-label {
  font-size: 1.25rem;
  line-height: 1.4;
}

.text-stats-num {
  font-size: clamp(3rem,    3.005vw + 2.296rem, 5rem);
  line-height: 1.3;
}

.text-stats-suffix {
  font-size: clamp(0.875rem, 0.563vw + 0.743rem, 1.25rem);
  line-height: 1.3;
}

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

.text-text-lg {
  font-size: clamp(1rem,     0.376vw + 0.912rem,  1.25rem);
  line-height: 1.5;
}

.text-text-md {
  font-size: clamp(0.875rem, 0.376vw + 0.787rem,  1.125rem);
  line-height: 1.8;
}

.text-text-md-base {
  font-size: clamp(1rem,    0.188vw + 0.956rem,  1.125rem);
  line-height: 1.8;
}

.text-text-md-tight {
  font-size: clamp(0.875rem, 0.188vw + 0.831rem, 1rem);
  line-height: 1.8;
}

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

.text-text-tiny {
  font-size: clamp(0.75rem,  0.188vw + 0.680rem,  0.875rem);
  line-height: 1.5;
}

.text-year-num {
  font-size: clamp(3rem,     4.883vw + 1.169rem,  6.25rem);
  line-height: 1.1;
}

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

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

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.3\] {
  line-height: 1.3;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-\[1\.6\] {
  line-height: 1.6;
}

.leading-\[1\.8\] {
  line-height: 1.8;
}

.leading-none {
  line-height: 1;
}

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

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

.\!text-white-30 {
  color: #ffffff4d !important;
}

.text-\[red\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}

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

.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}

.text-cs1-bg-gray-lighter {
  --tw-text-opacity: 1;
  color: rgb(246 245 243 / var(--tw-text-opacity, 1));
}

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

.text-neutral-dark {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}

.text-neutral-darkest-40 {
  color: #00000066;
}

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

.text-white\/15 {
  color: rgb(255 255 255 / 0.15);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-80 {
  opacity: 0.8;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

.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;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

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

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

@media (min-width: 769px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:-left-\[9\.5rem\] {
    left: -9.5rem;
  }

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

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

  .md\:left-60 {
    left: 15rem;
  }

  .md\:left-\[17\.4rem\] {
    left: 17.4rem;
  }

  .md\:left-\[25\.5rem\] {
    left: 25.5rem;
  }

  .md\:left-\[26\.1rem\] {
    left: 26.1rem;
  }

  .md\:left-\[9\.25rem\] {
    left: 9.25rem;
  }

  .md\:top-\[110px\] {
    top: 110px;
  }

  .md\:top-\[168px\] {
    top: 168px;
  }

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

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:row-start-2 {
    grid-row-start: 2;
  }

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

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

  .md\:ml-\[max\(4rem\2c calc\(\(100vw-80rem\)\/2\)\)\] {
    margin-left: max(4rem, calc((100vw - 80rem) / 2));
  }

  .md\:mr-\[max\(4rem\2c calc\(\(100vw-80rem\)\/2\)\)\] {
    margin-right: max(4rem, calc((100vw - 80rem) / 2));
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-\[20px\] {
    margin-top: 20px;
  }

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

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

  .md\:grid {
    display: grid;
  }

  .md\:contents {
    display: contents;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[16\/5\] {
    aspect-ratio: 16/5;
  }

  .md\:aspect-\[488\/376\] {
    aspect-ratio: 488/376;
  }

  .md\:aspect-\[511\/650\] {
    aspect-ratio: 511/650;
  }

  .md\:aspect-\[547\/476\] {
    aspect-ratio: 547/476;
  }

  .md\:aspect-\[641\/476\] {
    aspect-ratio: 641/476;
  }

  .md\:aspect-\[646\/371\] {
    aspect-ratio: 646/371;
  }

  .md\:aspect-video {
    aspect-ratio: 16 / 9;
  }

  .md\:h-\[340px\] {
    height: 340px;
  }

  .md\:h-\[900px\] {
    height: 900px;
  }

  .md\:min-h-0 {
    min-height: 0px;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-\[150px\] {
    width: 150px;
  }

  .md\:w-\[195px\] {
    width: 195px;
  }

  .md\:w-\[202px\] {
    width: 202px;
  }

  .md\:w-\[400px\] {
    width: 400px;
  }

  .md\:w-\[500px\] {
    width: 500px;
  }

  .md\:w-\[506px\] {
    width: 506px;
  }

  .md\:w-\[640px\] {
    width: 640px;
  }

  .md\:w-\[646px\] {
    width: 646px;
  }

  .md\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .md\:min-w-0 {
    min-width: 0px;
  }

  .md\:min-w-\[160px\] {
    min-width: 160px;
  }

  .md\:max-w-\[35rem\] {
    max-width: 35rem;
  }

  .md\:max-w-\[560px\] {
    max-width: 560px;
  }

  .md\:max-w-\[640px\] {
    max-width: 640px;
  }

  .md\:max-w-\[900px\] {
    max-width: 900px;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-\[511_1_0\%\] {
    flex: 511 1 0%;
  }

  .md\:flex-\[547_1_0\%\] {
    flex: 547 1 0%;
  }

  .md\:flex-\[641_1_0\%\] {
    flex: 641 1 0%;
  }

  .md\:flex-\[703_1_0\%\] {
    flex: 703 1 0%;
  }

  .md\:flex-\[785_1_0\%\] {
    flex: 785 1 0%;
  }

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

  .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\:grid-cols-\[3fr_7fr\] {
    grid-template-columns: 3fr 7fr;
  }

  .md\:grid-cols-\[436px_minmax\(0\2c 1fr\)\] {
    grid-template-columns: 436px minmax(0,1fr);
  }

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

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

  .md\:items-stretch {
    align-items: stretch;
  }

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

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

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

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-\[46px\] {
    gap: 46px;
  }

  .md\:gap-\[clamp\(3rem\2c 3\.756vw\+1\.594rem\2c 5rem\)\] {
    gap: clamp(3rem, 3.756vw + 1.594rem, 5rem);
  }

  .md\:gap-section-lg {
    gap: clamp(4rem,    4.507vw + 2.944rem, 7rem);
  }

  .md\:gap-section-md {
    gap: clamp(3rem,    3.005vw + 2.296rem, 5rem);
  }

  .md\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:gap-y-8 {
    row-gap: 2rem;
  }

  .md\:gap-y-section-md {
    row-gap: clamp(3rem,    3.005vw + 2.296rem, 5rem);
  }

  .md\:self-start {
    align-self: flex-start;
  }

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

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

  .md\:border-l {
    border-left-width: 1px;
  }

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

  .md\:bg-neutral-darker {
    --tw-bg-opacity: 1;
    background-color: rgb(34 34 34 / var(--tw-bg-opacity, 1));
  }

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

  .md\:p-section-md {
    padding: clamp(3rem,    3.005vw + 2.296rem, 5rem);
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .md\:px-page-padding {
    padding-left: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
    padding-right: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .md\:py-page-padding {
    padding-top: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
    padding-bottom: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
  }

  .md\:py-section-md {
    padding-top: clamp(3rem,    3.005vw + 2.296rem, 5rem);
    padding-bottom: clamp(3rem,    3.005vw + 2.296rem, 5rem);
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .md\:pb-page-padding {
    padding-bottom: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pl-\[max\(4rem\2c calc\(\(100vw-80rem\)\/2\)\)\] {
    padding-left: max(4rem, calc((100vw - 80rem) / 2));
  }

  .md\:pr-\[64px\] {
    padding-right: 64px;
  }

  .md\:pr-\[max\(4rem\2c calc\(\(100vw-80rem\)\/2\)\)\] {
    padding-right: max(4rem, calc((100vw - 80rem) / 2));
  }

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

  .md\:pt-page-padding {
    padding-top: clamp(1.25rem, 4.131vw + 0.282rem, 4rem);
  }

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

  .md\:text-\[1\.125rem\] {
    font-size: 1.125rem;
  }

  .md\:text-\[24px\] {
    font-size: 24px;
  }

  .md\:text-\[2rem\] {
    font-size: 2rem;
  }

  .md\:text-\[6\.5rem\] {
    font-size: 6.5rem;
  }

  .md\:text-h3 {
    font-size: clamp(1.5rem,   0.751vw + 1.324rem,  2rem);
    line-height: 1.3;
  }

  .md\:text-text-base {
    font-size: 1rem;
    line-height: 1.8;
  }

  .md\:text-text-md {
    font-size: clamp(0.875rem, 0.376vw + 0.787rem,  1.125rem);
    line-height: 1.8;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:uppercase {
    text-transform: uppercase;
  }

  .md\:leading-\[1\.4\] {
    line-height: 1.4;
  }

  .md\:leading-\[1\.8\] {
    line-height: 1.8;
  }
}
