@charset "UTF-8";
html {
  --color-white-100: #ffffff;
  --color-black-100: #1e1e1e;
  --color-gray-100: #313131;
  --color-gray-200: #4d4d4d;
  --color-gray-300: #6e6e6e;
  --color-gray-400: #8e8e8e;
  --color-gray-500: #e9e9e9;
  --color-gray-600: #f6f6f6;
  --color-red-100: #e31212;
  --color-blue-100: #3880ec;
  --select-fill-color: var(--color-black-100);
  --select-text-color: var(--color-white-100);
}

:root {
  --margin-1: 70rem;
  --margin-2: 240rem;
}
@media (max-width: 750px) {
  :root {
    --margin-1: 10rem;
    --margin-2: 15rem;
    --margin-3: 25rem;
  }
}

html {
  font-feature-settings: "palt" 1;
  font-size: calc(100 / var(--base-vw) * 1 * 1vw);
  --max-width: 1580px;
  --container-width: 820rem;
  margin-top: 0rem !important;
  scroll-padding-top: 80rem;
  scroll-behavior: smooth;
}
@media (min-width: 751px) {
  html {
    font-size: 1px;
    --base-vw: 1440;
    min-height: 100%;
  }
}
@media (max-width: 750px) {
  html {
    --base-vw: 393;
    scroll-padding-top: 60rem;
  }
}

html:has(vite-error-overlay) {
  font-size: normal !important;
}

html, body {
  max-width: 100vw;
  color: var(--color-black-100);
}
html ::selection, body ::selection {
  background: var(--select-fill-color);
  color: var(--select-text-color);
}
html ::-moz-selection, body ::-moz-selection {
  background: var(--select-fill-color);
  color: var(--select-text-color);
}

body {
  color: var(--color-black-100);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
}

.container {
  min-height: 100svh;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-scrolling [data-lenis-prevent] {
  pointer-events: none;
}

summary {
  display: block;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

* {
  box-sizing: border-box;
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: under-pageline dotted;
  text-decoration: under-pageline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --reading-trim: calc((1em - 1lh) / 2);
}

html {
  font-feature-settings: "palt" 1;
}

html, body {
  max-width: 100svw;
}
html ::selection, body ::selection {
  background: var(--select-fill-color);
  color: var(--select-text-color);
}
html ::-moz-selection, body ::-moz-selection {
  background: var(--select-fill-color);
  color: var(--select-text-color);
}

body {
  max-width: 100svw;
  overflow-x: hidden;
}

span, div {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
}

img {
  object-fit: cover;
  pointer-events: none;
  touch-callout: none;
  user-select: none;
  user-drag: none;
  border-radius: inherit;
  width: inherit;
  height: inherit;
}

svg {
  width: inherit;
  height: inherit;
}
svg path {
  transform-origin: center center;
}

video {
  max-width: 100svw;
  object-fit: cover;
}

picture {
  display: block;
}
picture source, picture img {
  width: 100%;
  height: 100%;
}

a {
  cursor: pointer;
  line-height: 1;
}
a > * {
  pointer-events: none;
}

div, p, a {
  font-size: medium;
}

button, [expansion-area] {
  position: relative;
  width: fit-content;
}
button::after, [expansion-area]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 22px);
  width: calc(100% + 22px);
}

section {
  width: 100svw;
}

summary {
  display: block;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

.container {
  position: relative;
  max-width: 100svw;
  overflow: hidden;
}
@media (min-width: 751px) {
  .container {
    min-height: 100vh;
  }
}

[hidden], .hidden {
  display: none !important;
}

[no-scroll], .no-scroll {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  overscroll-behavior: none;
}

@media (max-width: 750px) {
  [pc-only], .pc-only {
    display: none !important;
  }
}

@media (max-width: 992px) {
  [not-pc-sm-only], .not-pc-sm-only {
    display: none !important;
  }
}

@media (min-width: 993px) {
  [pc-sm-only], .pc-sm-only {
    display: none !important;
  }
}

@media (max-width: 1580px) {
  [lg-over-only], .lg-over-only {
    display: none !important;
  }
}

@media (min-width: 751px) {
  [sp-only], .sp-only {
    display: none !important;
  }
}

[hidden], .hidden {
  display: none !important;
}

#wpadminbar {
  opacity: 0.1;
  transition: opacity 0.5s;
}
#wpadminbar:hover {
  opacity: 1;
}

footer.base-footer .base-footer__contact {
  overflow: hidden;
  position: relative;
  width: fit-content;
  height: fit-content;
  height: 640rem;
  width: 100%;
  color: var(--color-white-100);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
footer.base-footer .base-footer__contact > * {
  z-index: 1;
  position: relative;
}
@media (max-width: 750px) {
  footer.base-footer .base-footer__contact {
    height: 460rem;
  }
}
footer.base-footer .base-footer__contact__bg {
  height: 640rem;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
}
@media (max-width: 750px) {
  footer.base-footer .base-footer__contact__bg {
    height: 100%;
  }
}
footer.base-footer .base-footer__contact__title {
  font-size: max(10px, 70rem);
  font-family: "Instrument Sans", "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.1;
}
@media (max-width: 750px) {
  footer.base-footer .base-footer__contact__title {
    font-size: 36rem;
  }
}
footer.base-footer .base-footer__contact__description {
  font-size: max(10px, 18rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
  margin-top: 30rem;
  text-align: center;
}
@media (max-width: 750px) {
  footer.base-footer .base-footer__contact__description {
    font-size: 14rem;
    margin-top: 15rem;
  }
}
footer.base-footer .base-footer__contact__link {
  width: 420rem;
  height: 70rem;
  background: var(--color-white-100);
  color: var(--color-black-100);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8rem;
  font-size: max(10px, 16rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  margin-top: 60rem;
}
footer.base-footer .base-footer__contact__link svg {
  width: 17rem;
  height: auto;
}
@media (max-width: 750px) {
  footer.base-footer .base-footer__contact__link {
    width: calc(100vw - 40rem);
    margin-top: 40rem;
  }
}
footer.base-footer .base-footer__bottom {
  display: flex;
  padding: 50rem 0;
  flex-direction: column;
  align-items: center;
  gap: 20rem;
}
@media (max-width: 750px) {
  footer.base-footer .base-footer__bottom {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }
}
footer.base-footer .base-footer__bottom__top {
  width: 224rem;
}
footer.base-footer .base-footer__bottom__top svg {
  width: inherit;
  height: auto;
}
@media (max-width: 750px) {
  footer.base-footer .base-footer__bottom__top {
    width: 190rem;
  }
}
footer.base-footer .base-footer__bottom__pp {
  font-size: max(10px, 12rem);
  font-family: "Instrument Sans", "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.1;
  text-decoration: underline;
}
footer.base-footer .base-footer__bottom__copy {
  font-size: max(10px, 12rem);
  font-family: "Instrument Sans", "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.1;
}
footer.base-footer .base-footer__bottom__top, footer.base-footer .base-footer__bottom__pp {
  will-change: opacity;
  transition: opacity 0.3s ease;
}
footer.base-footer .base-footer__contact__link {
  transition: background 0.3s ease, color 0.3s ease;
}
footer.base-footer .base-footer__contact__link svg * {
  transition: fill 0.3s ease;
}
@media (min-width: 993px) {
  footer.base-footer .base-footer__bottom__top:hover, footer.base-footer .base-footer__bottom__pp:hover {
    opacity: 0.5;
  }
}
@media (max-width: 992px) {
  footer.base-footer .base-footer__bottom__top[hover-el], footer.base-footer .base-footer__bottom__pp[hover-el] {
    opacity: 0.5;
  }
}
@media (min-width: 993px) {
  footer.base-footer .base-footer__contact__link:hover {
    background: var(--color-black-100);
    color: var(--color-white-100);
  }
  footer.base-footer .base-footer__contact__link:hover svg path {
    fill: var(--color-white-100);
  }
}
@media (max-width: 992px) {
  footer.base-footer .base-footer__contact__link[hover-el] {
    background: var(--color-black-100);
    color: var(--color-white-100);
  }
  footer.base-footer .base-footer__contact__link[hover-el] svg path {
    fill: var(--color-white-100);
  }
}

.container[page-name*=contact] .base-footer__contact, .container[page-name*=privacy] .base-footer__contact {
  display: none;
}
.container[page-name*=contact] .base-footer__bottom, .container[page-name*=privacy] .base-footer__bottom {
  border-top: 1px solid var(--color-gray-500);
}

header.base-header {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--color-white-100);
  z-index: 100;
  height: 80rem;
  border-bottom: 1px solid var(--color-gray-500);
}
@media (max-width: 750px) {
  header.base-header {
    height: 50rem;
  }
}
header.base-header .base-header__logo {
  margin-left: 30rem;
}
header.base-header .base-header__logo img {
  width: auto;
  height: 50px;
}
@media (max-width: 750px) {
  header.base-header .base-header__logo {
    margin-left: var(--margin-1);
  }
  header.base-header .base-header__logo img {
    height: 32px;
  }
}
header.base-header .base-header__nav {
  margin-left: auto;
  display: flex;
  --gap: 60rem;
  flex-direction: row;
  gap: var(--gap);
  align-items: center;
}
@media (max-width: 1200px) {
  header.base-header .base-header__nav {
    --gap: 40rem;
  }
}
@media (max-width: 992px) {
  header.base-header .base-header__nav {
    --gap: 20rem;
  }
}
header.base-header .base-header__nav__item {
  font-size: max(10px, 14rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.6;
}
header.base-header .base-header__nav-contact {
  width: 240rem;
  height: 100%;
  background: var(--color-black-100);
  color: var(--color-white-100);
  display: flex;
  --gap: 2rem;
  flex-direction: column;
  gap: var(--gap);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 80rem;
}
header.base-header .base-header__nav-contact span {
  font-size: max(10px, 18rem);
  font-family: "Instrument Sans", "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1;
}
header.base-header .base-header__nav-contact small {
  font-size: max(10px, 10rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.6;
}
html[lang="en"] header.base-header .base-header__nav-contact small {
  display: none;
}
@media (max-width: 1200px) {
  header.base-header .base-header__nav-contact {
    margin-left: 40rem;
  }
}
@media (max-width: 992px) {
  header.base-header .base-header__nav-contact {
    margin-left: 20rem;
    width: 200rem;
  }
}
@media (max-width: 750px) {
  header.base-header .lang-toggle--header {
    position: relative;
    margin-left: auto;
    margin-right: 10px;
  }
  header.base-header .base-header__nav-contact {
    width: 100rem;
    margin-left: 0;
  }
  header.base-header .base-header__nav-contact span {
    font-size: 12rem;
  }
  header.base-header .base-header__nav-contact small {
    font-size: 10rem;
  }
}
.lang-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
}
.lang-toggle__btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  transition: transform 0.15s;
}
.lang-toggle__btn svg {
  width: 28px;
  height: auto;
  border-radius: 2px;
  border: 1.5px solid rgba(0,0,0,0.15);
  display: block;
  transition: box-shadow 0.15s;
}
.lang-toggle__btn.is-active svg {
  border-color: rgba(0,0,0,0.4);
  box-shadow: 0 0 0 2px rgba(0,0,0,0.15);
}
.lang-toggle__btn:hover svg {
  border-color: rgba(0,0,0,0.3);
}
.lang-toggle__sep {
  font-size: max(10px, 11rem);
  font-family: "Instrument Sans", sans-serif;
  color: var(--color-black-100);
  opacity: 0.3;
}
/* SP header lang dropdown */
.lang-toggle__header-trigger {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
}
.lang-toggle__header-trigger .lang-flag {
  display: none;
  width: 28px;
  height: auto;
  border-radius: 2px;
  border: 1.5px solid rgba(0,0,0,0.15);
}
html[lang="ja"] .lang-toggle__header-trigger .lang-flag[data-lang="ja"],
html[lang="en"] .lang-toggle__header-trigger .lang-flag[data-lang="en"] {
  display: block;
}
.lang-toggle__header-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: var(--color-white-100);
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 6px;
  padding: 6px;
  flex-direction: column;
  gap: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  z-index: 200;
}
.lang-toggle--header[open] .lang-toggle__header-dropdown {
  display: flex;
}
header.base-header .base-header__menu-btn {
  width: 50rem;
  height: 50rem;
  aspect-ratio: 1/1;
}
header.base-header .base-header__menu-btn-bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20rem;
  height: 2rem;
  background: var(--color-black-100);
}
header.base-header .base-header__menu-btn-bar:nth-child(1) {
  transform: translateY(-5rem);
}
header.base-header .base-header__menu-btn-bar:nth-child(2) {
  transform: translateY(5rem);
}
header.base-header .base-header__menu-btn-bar {
  transition: transform 0.3s ease;
}
header.base-header .base-header__nav__item {
  transition: opacity 0.3s ease;
}
header.base-header .base-header__nav-contact {
  transition: background 0.3s ease;
}
header.base-header[show-menu] .base-header__menu-btn-bar:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}
header.base-header[show-menu] .base-header__menu-btn-bar:nth-child(2) {
  transform: translateY(0) rotate(-45deg);
}
header.base-header[show-menu] .base-header__menu-btn-bar:nth-child(3) {
  transform: translateY(0) scale(0);
}
@media (min-width: 993px) {
  header.base-header .base-header__nav__item:hover {
    opacity: 0.5;
  }
}
@media (max-width: 992px) {
  header.base-header .base-header__nav__item[hover-el] {
    opacity: 0.5;
  }
}
@media (min-width: 993px) {
  header.base-header .base-header__nav-contact:hover {
    background: #333333;
  }
}
@media (max-width: 992px) {
  header.base-header .base-header__nav-contact[hover-el] {
    background: #333333;
  }
}

.base-menu {
  position: fixed;
  top: 0;
  z-index: 99;
}
.base-menu .base-menu__cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.base-menu .base-menu__nav {
  top: 0;
  right: 0;
  width: 180rem;
  height: 100lvh;
  background: var(--color-white-100);
  z-index: 101;
  position: fixed;
  padding-top: 91rem;
  padding-bottom: 40rem;
  padding-left: 24rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.base-menu .base-menu__list {
  display: flex;
  --gap: 30rem;
  flex-direction: column;
  gap: var(--gap);
  font-size: max(10px, 14erm);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.6;
}
.base-menu .base-menu__copy {
  font-size: max(10px, 10rem);
  font-family: "Instrument Sans", "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.1;
  margin-top: auto;
}
.base-menu .base-menu__cover {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@starting-style {
  .base-menu .base-menu__cover {
    opacity: 0;
  }
}
.base-menu .base-menu__nav {
  transform: translateX(101%);
  transition: transform 0.3s ease;
}
@starting-style {
  .base-menu .base-menu__nav {
    transform: translateX(101%);
  }
}
.base-menu[show-menu] .base-menu__cover {
  opacity: 1;
  pointer-events: auto;
}
.base-menu[show-menu] .base-menu__nav {
  transform: translateX(0);
}

a.parts-cta {
  position: fixed;
  bottom: 32rem;
  right: 20rem;
  z-index: 1000;
  background: var(--color-white-100);
  padding: 4rem;
  border-radius: 4rem;
  display: flex;
  align-items: center;
  font-size: max(10px, 14rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.4;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.3);
  max-height: 71rem;
  overflow: hidden;
}
a.parts-cta span {
  padding-left: 10rem;
  padding-right: 16rem;
}
a.parts-cta .parts-cta__image {
  height: 100%;
  aspect-ratio: 1/1;
  width: 63rem;
  height: 63rem;
}
a.parts-cta .parts-cta__icon {
  width: 71rem;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
a.parts-cta .parts-cta__icon svg {
  width: 18rem;
}
a.parts-cta .parts-cta__icon:after {
  content: "";
  position: absolute;
  top: -4rem;
  left: 0;
  width: 1rem;
  height: calc(100% + 8rem);
  background: color-mix(in srgb, var(--color-black-100) 20%, transparent 80%);
}
a.parts-cta {
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}
a.parts-cta[hide-cta] {
  transform: translateY(100%);
  opacity: 0;
}
@media (min-width: 993px) {
  a.parts-cta:hover {
    background: #333333;
    color: var(--color-white-100);
  }
  a.parts-cta:hover .parts-cta__icon svg path {
    fill: var(--color-white-100);
  }
}
@media (max-width: 992px) {
  a.parts-cta[hover-el] {
    background: #333333;
    color: var(--color-white-100);
  }
  a.parts-cta[hover-el] .parts-cta__icon svg path {
    fill: var(--color-white-100);
  }
}

hgroup.parts-title {
  display: flex;
  --gap: 4rem;
  flex-direction: column;
  gap: var(--gap);
  width: fit-content;
}
@media (max-width: 750px) {
  hgroup.parts-title {
    --gap: 2rem;
  }
}
hgroup.parts-title .parts-title__title {
  font-size: max(10px, 42rem);
  font-family: "Instrument Sans", "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.1;
  width: fit-content;
}
@media (max-width: 750px) {
  hgroup.parts-title .parts-title__title {
    font-size: 28rem;
  }
}
hgroup.parts-title .parts-title__subtitle {
  font-size: max(10px, 16rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.6;
  width: fit-content;
}

.container[page-name=career] {
  margin-top: 81rem;
}
@media (max-width: 750px) {
  .container[page-name=career] {
    margin-top: 50rem;
  }
}
.container[page-name=career] section.first {
  position: relative;
  overflow: hidden;
  clip-path: inset(0);
  padding-top: 200rem;
  padding-bottom: 200rem;
}
@media (max-width: 750px) {
  .container[page-name=career] section.first {
    padding-top: 80rem;
    padding-bottom: 80rem;
  }
}
.container[page-name=career] section.first .first__image {
  position: fixed;
  top: 0;
  height: 100svh;
  width: 100%;
}
.container[page-name=career] section.first .first__wrap {
  position: relative;
  z-index: 1;
  height: fit-content;
  color: var(--color-white-100);
  max-width: 680rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 750px) {
  .container[page-name=career] section.first .first__wrap {
    padding-left: 20rem;
    padding-right: 20rem;
  }
}
.container[page-name=career] section.first .first__contents {
  margin-top: 80rem;
}
@media (max-width: 750px) {
  .container[page-name=career] section.first .first__contents {
    margin-top: 40rem;
  }
}
.container[page-name=career] section.first .first__contents__title {
  font-size: max(10px, 36rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .container[page-name=career] section.first .first__contents__title {
    font-size: 28rem;
  }
}
.container[page-name=career] section.first .first__contents__description {
  margin-top: 30rem;
  font-size: max(10px, 18rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 2;
}
@media (max-width: 750px) {
  .container[page-name=career] section.first .first__contents__description {
    font-size: 16rem;
    margin-top: 40rem;
  }
}
.container[page-name=career] section.career {
  --margin-inline: 70rem;
  max-width: var(--max-width, 1580px);
  width: calc(100vw - var(--margin-inline) * 2);
  margin-left: auto;
  margin-right: auto;
  margin-top: 96rem;
  display: flex;
  justify-content: space-between;
  padding-bottom: 160rem;
}
@media (max-width: 1200px) {
  .container[page-name=career] section.career {
    gap: 20rem;
  }
}
@media (max-width: 992px) {
  .container[page-name=career] section.career {
    --margin-inline: 20rem;
    max-width: var(--max-width, 1580px);
    width: calc(100vw - var(--margin-inline) * 2);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    --gap: 40rem;
    flex-direction: column;
    gap: var(--gap);
    margin-top: 70rem;
    padding-bottom: 40rem;
  }
}
.container[page-name=career] section.career .career__info {
  width: 100%;
}
@media (min-width: 751px) {
  .container[page-name=career] section.career .career__info {
    max-width: 800rem;
  }
}
.container[page-name=career] section.career .career__info__item {
  min-height: 49rem;
  padding: 12rem 20rem;
  display: flex;
  align-items: flex-start;
  display: flex;
  --gap: 45rem;
  flex-direction: row;
  gap: var(--gap);
  border-top: 1px solid var(--color-gray-500);
}
@media (max-width: 750px) {
  .container[page-name=career] section.career .career__info__item {
    padding: 10rem;
    --gap: 0rem;
  }
}
.container[page-name=career] section.career .career__info__title {
  width: 180rem;
  font-size: max(10px, 14rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .container[page-name=career] section.career .career__info__title {
    width: 90rem;
    font-size: 12rem;
  }
}
.container[page-name=career] section.career .career__info__description {
  flex: 1;
  font-size: max(10px, 14rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
  opacity: 0.7;
}
.container[page-name=career] section.career .career__info__description > * {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
}
.container[page-name=career] section.career .career__info__description ul {
  list-style: disc;
  padding-left: 20rem;
}
@media (max-width: 750px) {
  .container[page-name=career] section.career .career__info__description {
    font-size: 12rem;
  }
}
.container[page-name=career] section.entry {
  background: var(--color-black-100);
  color: var(--color-white-100);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0rem;
  padding-top: 50rem;
  padding-bottom: 50rem;
  margin-bottom: 96rem;
}
@media (min-width: 751px) {
  .container[page-name=career] section.entry {
    --margin-inline: 70rem;
    max-width: var(--max-width, 1580px);
    width: calc(100vw - var(--margin-inline) * 2);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 750px) {
  .container[page-name=career] section.entry {
    margin-bottom: 0rem;
  }
}
.container[page-name=career] section.entry .parts-title {
  align-items: center;
}
.container[page-name=career] section.entry .entry__description {
  font-size: max(10px, 18rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  margin-top: 30rem;
  line-height: 1.8;
  text-align: center;
}
.container[page-name=career] section.entry .entry__link {
  margin-top: 60rem;
  width: 420rem;
  height: 70rem;
  background: var(--color-white-100);
  color: var(--color-black-100);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8rem;
  font-size: max(10px, 16rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
}
.container[page-name=career] section.entry .entry__link svg {
  width: 17rem;
  height: auto;
}
@media (max-width: 750px) {
  .container[page-name=career] section.entry .entry__link {
    width: calc(100vw - 40rem);
    margin-top: 40rem;
  }
}
.container[page-name=career] section.entry .entry__link {
  transition: background 0.3s ease, color 0.3s ease;
}
.container[page-name=career] section.entry .entry__link svg * {
  transition: fill 0.3s ease;
}
@media (min-width: 993px) {
  .container[page-name=career] section.entry .entry__link:hover {
    background: #333333;
    color: var(--color-white-100);
  }
  .container[page-name=career] section.entry .entry__link:hover svg * {
    fill: var(--color-white-100);
  }
}
@media (max-width: 992px) {
  .container[page-name=career] section.entry .entry__link[hover-el] {
    background: #333333;
    color: var(--color-white-100);
  }
  .container[page-name=career] section.entry .entry__link[hover-el] svg * {
    fill: var(--color-white-100);
  }
}

.container[page-name*=contact] {
  margin-top: 81rem;
}
@media (max-width: 750px) {
  .container[page-name*=contact] {
    margin-top: 50rem;
  }
}
.container[page-name*=contact] hgroup.header {
  position: relative;
  height: 360rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--color-white-100);
  gap: 4rem;
}
.container[page-name*=contact] hgroup.header > * {
  z-index: 1;
  position: relative;
}
@media (max-width: 750px) {
  .container[page-name*=contact] hgroup.header {
    height: 180rem;
  }
}
.container[page-name*=contact] hgroup.header .header__title {
  font-size: max(10px, 63rem);
  font-family: "Instrument Sans", "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.1;
}
@media (max-width: 750px) {
  .container[page-name*=contact] hgroup.header .header__title {
    font-size: 28rem;
  }
}
.container[page-name*=contact] hgroup.header .header__subtitle {
  font-size: max(10px, 24rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.6;
}
@media (max-width: 750px) {
  .container[page-name*=contact] hgroup.header .header__subtitle {
    font-size: 16rem;
  }
}
.container[page-name*=contact] hgroup.header .header__bg {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.container[page-name*=contact] section.notice {
  margin-top: 80rem;
  max-width: 680rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 750px) {
  .container[page-name*=contact] section.notice {
    --margin-inline: 20rem;
    max-width: var(--max-width, 1580px);
    width: calc(100vw - var(--margin-inline) * 2);
    margin-left: auto;
    margin-right: auto;
    margin-top: 40rem;
  }
}
.container[page-name*=contact] section.notice .notice__progress {
  display: flex;
  align-items: center;
  gap: 20rem;
  font-size: max(10px, 16rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  color: var(--color-gray-300);
  margin-bottom: 40rem;
  align-items: center;
  justify-content: center;
  background: var(--color-black-100);
  height: 45rem;
  width: 100%;
}
.container[page-name*=contact] section.notice .notice__progress svg {
  width: 8rem;
  height: auto;
}
@media (max-width: 750px) {
  .container[page-name*=contact] section.notice .notice__progress {
    font-size: 14rem;
    margin-bottom: 40rem;
  }
  .container[page-name*=contact] section.notice .notice__progress svg {
    width: 6rem;
  }
}
.container[page-name*=contact] section.notice .notice__progress__text {
  width: 100rem;
  text-align: center;
  font-size: max(10px, 16rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .container[page-name*=contact] section.notice .notice__progress__text {
    font-size: 14rem;
    width: 60rem;
  }
}
.container[page-name*=contact] section.notice .notice__description {
  font-size: max(10px, 18rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .container[page-name*=contact] section.notice .notice__description {
    font-size: 16rem;
  }
}
.container[page-name*=contact] section.notice .notice__require {
  margin-top: 20rem;
  display: flex;
  --gap: 10rem;
  flex-direction: row;
  gap: var(--gap);
  align-items: baseline;
  font-size: max(10px, 18rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
}
.container[page-name*=contact] section.notice .notice__require > span:first-child {
  font-size: max(10px, 14rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  background: var(--color-red-100);
  color: var(--color-white-100);
  padding: 6rem 10rem;
  border-radius: 2rem;
  line-height: 1;
}
@media (max-width: 750px) {
  .container[page-name*=contact] section.notice .notice__require {
    font-size: 16rem;
  }
}
.container[page-name*=contact] form.form {
  margin-top: 40rem;
  max-width: 680rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60rem;
}
@media (max-width: 750px) {
  .container[page-name*=contact] form.form {
    --margin-inline: 20rem;
    max-width: var(--max-width, 1580px);
    width: calc(100vw - var(--margin-inline) * 2);
    margin-left: auto;
    margin-right: auto;
  }
}
.container[page-name*=contact] form.form .form__wrap {
  border-radius: 10rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  padding: 40rem 20rem 20rem 20rem;
  display: flex;
  --gap: 45rem;
  flex-direction: column;
  gap: var(--gap);
  align-self: stretch;
}
@media (max-width: 750px) {
  .container[page-name*=contact] form.form .form__wrap {
    --gap: 45rem;
  }
}
.container[page-name*=contact] form.form .form__group {
  display: flex;
  --gap: 14rem;
  flex-direction: column;
  gap: var(--gap);
  position: relative;
}
.container[page-name*=contact] form.form .form__group:has([required]) .form__label:after {
  content: "必須";
}
html[lang="en"] .container[page-name*=contact] form.form .form__group:has([required]) .form__label:after {
  content: "Required";
  font-size: max(10px, 10rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1;
  background: var(--color-red-100);
  color: var(--color-white-100);
  padding: 4rem 8rem;
  border-radius: 2rem;
  display: inline-block;
}
.container[page-name*=contact] form.form .form__group:has(.form__select):after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none' viewBox='0 0 12 7'%3E%3Cpath fill='%231E1E1E' d='m11.231 1.427-5.36 5.36-5.36-5.36L1.926.012 5.87 3.958 9.816.012l1.415 1.415Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 20rem;
  bottom: 20rem;
  color: var(--color-gray-400);
  width: 12rem;
  height: 12rem;
}
.container[page-name*=contact] form.form .form__group:has([name=mtg-date]) {
  margin-top: -30rem;
  display: none;
}
.container[page-name*=contact] form.form .form__group:has([name=mtg-date]) .form__label {
  display: none;
}
.container[page-name*=contact] form.form .form__group:has([value=お見積りについて]:checked) + .form__group:has([name=mtg-date]) {
  display: flex;
}
.container[page-name*=contact] form.form .form__label {
  font-size: max(10px, 14rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  display: flex;
  --gap: 10rem;
  flex-direction: row;
  gap: var(--gap);
  align-items: center;
}
.container[page-name*=contact] form.form .form__select:invalid {
  opacity: 0 !important;
}
.container[page-name*=contact] form.form .form__input, .container[page-name*=contact] form.form .form__select, .container[page-name*=contact] form.form .form__textarea {
  display: flex;
  padding: 11rem 16rem;
  justify-content: center;
  align-items: center;
  gap: 10rem;
  border-radius: 2rem;
  border: 1px solid var(--color-gray-500);
  background: var(--color-gray-600);
  font-size: max(10px, 16rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
}
.container[page-name*=contact] form.form .form__input::placeholder, .container[page-name*=contact] form.form .form__select::placeholder, .container[page-name*=contact] form.form .form__textarea::placeholder {
  color: color-mix(in srgb, var(--color-gray-400) 60%, transparent 40%);
}
.container[page-name*=contact] form.form .form__input:-webkit-autofill, .container[page-name*=contact] form.form .form__select:-webkit-autofill, .container[page-name*=contact] form.form .form__textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--color-gray-600) inset;
}
.container[page-name*=contact] form.form .form__input[name=mtg-date], .container[page-name*=contact] form.form .form__select[name=mtg-date], .container[page-name*=contact] form.form .form__textarea[name=mtg-date] {
  justify-content: flex-start;
  margin-top: -10rem;
}
.container[page-name*=contact] form.form .form__radio-group {
  display: flex;
  --gap: 15rem;
  flex-direction: column;
  gap: var(--gap);
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.container[page-name*=contact] form.form .form__radio {
  display: flex;
  --gap: 9rem;
  flex-direction: row;
  gap: var(--gap);
  width: fit-content;
}
.container[page-name*=contact] form.form .form__note {
  font-size: max(10px, 12rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
  color: var(--color-gray-400);
}
.container[page-name*=contact] form.form .form__textarea {
  width: 100%;
  min-height: 270rem;
  resize: none;
  field-sizing: content;
}
.container[page-name*=contact] form.form .form__confirm {
  margin-top: 40rem;
  margin-bottom: 80rem;
  display: flex;
  --gap: 20rem;
  flex-direction: column;
  gap: var(--gap);
  align-items: center;
}
@media (max-width: 750px) {
  .container[page-name*=contact] form.form .form__confirm {
    margin-bottom: 40rem;
  }
}
.container[page-name*=contact] form.form .form__checkbox {
  font-size: max(10px, 16rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
  display: flex;
  --gap: 8rem;
  flex-direction: row;
  gap: var(--gap);
  align-items: center;
}
.container[page-name*=contact] form.form .form__checkbox input {
  position: relative;
  top: 1.5rem;
}
.container[page-name*=contact] form.form .form__checkbox a {
  text-decoration: underline;
}
.container[page-name*=contact] form.form .form__submit {
  margin-top: 40rem;
  margin-bottom: 80rem;
  display: flex;
  --gap: 20rem;
  flex-direction: row;
  gap: var(--gap);
  max-width: 620rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container[page-name*=contact] form.form .form__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70rem;
  gap: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 420rem;
  width: 100%;
  background: var(--color-gray-300);
  color: var(--color-gray-400);
}
.container[page-name*=contact] form.form .form__button--back {
  background: transparent;
  color: var(--color-black-100);
  border: 1px solid var(--color-black-100);
}
.container[page-name*=contact] form.form .form__button--submit {
  background: var(--color-black-100);
  color: var(--color-white-100);
}
.container[page-name*=contact] form.form .form__button--confirm[not-active] {
  background: var(--color-gray-300);
  color: var(--color-gray-400);
}
@media (min-width: 993px) {
  .container[page-name*=contact] form.form .form__button--confirm[not-active]:hover {
    background: var(--color-gray-300) !important;
    color: var(--color-gray-400) !important;
  }
}
@media (max-width: 992px) {
  .container[page-name*=contact] form.form .form__button--confirm[not-active][hover-el] {
    background: var(--color-gray-300) !important;
    color: var(--color-gray-400) !important;
  }
}
.container[page-name*=contact] form.form .form__button--confirm {
  color: var(--color-white-100);
  background: var(--color-black-100);
}
.container[page-name*=contact] a.back {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70rem;
  gap: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 420rem;
  width: 100%;
  background: var(--color-black-100);
  color: var(--color-white-100);
  margin-top: 80rem;
  margin-bottom: 80rem;
}
.container[page-name*=contact] .form__button, .container[page-name*=contact] a.back {
  transition: background 0.3s ease, color 0.3s ease;
}
.container[page-name*=contact] .form__button:hover {
  background: #333333 !important;
  color: var(--color-white-100) !important;
  border-color: #333333 !important;
}

.container[page-name=contact]:not([status=confirm]) section.notice .notice__progress > .notice__progress__text:first-child {
  color: var(--color-white-100);
}
.container[page-name=contact]:not([status=confirm]) section.notice .notice__description span:last-child {
  display: none;
}
.container[page-name=contact]:not([status=confirm]) form.form .form__submit {
  display: none;
}

.container[page-name=contact][status=confirm] section.notice .notice__progress > .notice__progress__text:nth-of-type(2) {
  color: var(--color-white-100);
}
.container[page-name=contact][status=confirm] section.notice .notice__description span:first-child {
  display: none;
}
.container[page-name=contact][status=confirm] section.notice .notice__require {
  display: none;
}
.container[page-name=contact][status=confirm] form.form .form__label:after {
  display: none !important;
}
.container[page-name=contact][status=confirm] form.form .form__group:has([no-valid]) {
  display: none;
}
.container[page-name=contact][status=confirm] form.form .form__group:has(input:placeholder-shown) {
  display: none;
}
.container[page-name=contact][status=confirm] form.form .form__group:has([name=mtg-date]) {
  margin-top: 0rem;
}
.container[page-name=contact][status=confirm] form.form .form__group:has([name=mtg-date]) .form__label {
  display: inline-block;
}
.container[page-name=contact][status=confirm] form.form .form__group:has(#contact-email-confirm) {
  display: none;
}
.container[page-name=contact][status=confirm] form.form .form__group:after {
  display: none !important;
}
.container[page-name=contact][status=confirm] form.form .form__input, .container[page-name=contact][status=confirm] form.form .form__select, .container[page-name=contact][status=confirm] form.form .form__textarea, .container[page-name=contact][status=confirm] form.form .form__radio, .container[page-name=contact][status=confirm] form.form .form__radio-group {
  padding: 0;
  background: transparent;
  border: none;
  color: color-mix(in srgb, var(--color-gray-100) 60%, transparent 40%) !important;
}
.container[page-name=contact][status=confirm] form.form .form__note {
  display: none;
}
.container[page-name=contact][status=confirm] form.form .form__radio:not(:has(input:checked)) {
  display: none;
}
.container[page-name=contact][status=confirm] form.form .form__radio input[type=radio] {
  display: none;
}
.container[page-name=contact][status=confirm] form.form .form__textarea {
  min-height: 0rem;
}
.container[page-name=contact][status=confirm] form.form .form__confirm {
  display: none;
}
.container[page-name=contact][status=confirm] form.form .form__input:-webkit-autofill, .container[page-name=contact][status=confirm] form.form .form__select:-webkit-autofill, .container[page-name=contact][status=confirm] form.form .form__textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--color-white-100) inset;
}

.container[page-name=contact-thanks] .thanks {
  padding: 80px 0 120px;
}
.container[page-name=contact-thanks] .thanks__inner {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  text-align: center;
}
.container[page-name=contact-thanks] .thanks__message {
  font-size: 1rem;
  line-height: 2;
  color: var(--color-black-100);
}
.container[page-name=contact-thanks] .thanks__message strong {
  font-weight: 700;
}
.container[page-name=contact-thanks] .thanks__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 40px;
  background: var(--color-black-100);
  color: var(--color-white-100);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.container[page-name=contact-thanks] .thanks__button:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  .container[page-name=contact-thanks] .thanks {
    padding: 60px 0 80px;
  }
  .container[page-name=contact-thanks] .thanks__message {
    font-size: 0.875rem;
  }
}

.container[page-name=index] {
  position: relative;
  height: fit-content;
}
.container[page-name=index] section.first {
  padding-top: 0;
}
@media (max-width: 750px) {
  .container[page-name=index] section.first {
    padding-top: 0;
  }
}
.container[page-name=index] section.first .first__header {
  display: flex;
  --gap: 40rem;
  flex-direction: column;
  gap: var(--gap);
  align-items: center;
}
@media (max-width: 750px) {
  .container[page-name=index] section.first .first__header {
    --gap: 20rem;
  }
}
.container[page-name=index] section.first .first__header__title {
  text-align: center;
  font-size: max(10px, 52rem);
  font-family: "Instrument Sans", "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.4;
}
@media (max-width: 750px) {
  .container[page-name=index] section.first .first__header__title {
    font-size: 28rem;
  }
}
.container[page-name=index] section.first .first__header__sub {
  text-align: center;
  font-size: max(10px, 24rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.6;
  letter-spacing: 0.18em;
}
@media (max-width: 750px) {
  .container[page-name=index] section.first .first__header__sub {
    font-size: 18rem;
  }
}
.container[page-name=index] section.first .first__header__note {
  text-align: right;
  margin-top: 12rem;
  width: 100%;
  padding-right: 16rem;
}
.container[page-name=index] section.first .first__header__note > span > span {
  display: inline-block;
  font-size: max(10px, 11rem);
  font-family: "Noto Sans JP", sans-serif;
  color: #666;
  background: rgba(0,0,0,0.06);
  padding: 4px 10px;
  border-radius: 4px;
}
.container[page-name=index] section.first .first__contents {
  margin-top: 73rem;
  position: relative;
  height: fit-content;
}
@media (min-width: 751px) {
  .container[page-name=index] section.first .first__contents {
    min-height: 810rem;
  }
}
@media (max-width: 750px) {
  .container[page-name=index] section.first .first__contents {
    margin-top: 50rem;
  }
}
.container[page-name=index] section.first .first__contents__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
}
.container[page-name=index] section.first .first__contents__info {
  color: var(--color-white-100);
  --margin-inline: 24rem;
  max-width: var(--max-width, 1580px);
  width: calc(100vw - var(--margin-inline) * 2);
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: relative;
  padding-top: 399rem;
  padding-bottom: 86rem;
  display: flex;
  --gap: 35rem;
  flex-direction: column;
  gap: var(--gap);
}
@media (max-width: 750px) {
  .container[page-name=index] section.first .first__contents__info {
    padding-top: 209rem;
    padding-bottom: 31rem;
    --gap: 20rem;
  }
}
.container[page-name=index] section.first .first__contents__title {
  font-size: max(10px, 42rem);
  font-family: "Instrument Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.6;
}
@media (max-width: 750px) {
  .container[page-name=index] section.first .first__contents__title {
    font-size: 28rem;
  }
}
.container[page-name=index] section.first .first__contents__description {
  font-size: max(10px, 16rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media (max-width: 750px) {
  .container[page-name=index] section.first .first__contents__description {
    font-size: 14rem;
  }
}
.container[page-name=index] section.first .first__contents__credentials {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  align-items: flex-start;
}
.container[page-name=index] section.first .first__contents__credential {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
  color: var(--color-white-100);
  font-family: "Instrument Sans", "Noto Sans JP", sans-serif;
  font-size: max(10px, 11rem);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.05em;
  padding: 4rem 10rem;
  border-radius: 4rem;
}
@media (max-width: 750px) {
  .container[page-name=index] section.first .first__contents__credential {
    font-size: 10rem;
  }
}
.container[page-name=index] section.service {
  --margin-inline: var(--margin-1);
  max-width: var(--max-width, 1580px);
  width: calc(100vw - var(--margin-inline) * 2);
  margin-left: auto;
  margin-right: auto;
  margin-top: 93rem;
}
@media (max-width: 750px) {
  .container[page-name=index] section.service {
    margin-top: 56rem;
    --margin-inline: 20rem;
    max-width: var(--max-width, 1580px);
    width: calc(100vw - var(--margin-inline) * 2);
    margin-left: auto;
    margin-right: auto;
  }
}
.container[page-name=index] section.service .service__sections {
  margin-top: 67rem;
  display: flex;
  --gap: 100rem;
  flex-direction: column;
  gap: var(--gap);
}
@media (max-width: 750px) {
  .container[page-name=index] section.service .service__sections {
    margin-top: 40rem;
    --gap: 70rem;
  }
}
@media (max-width: 992px) {
  .container[page-name=index] section.service .service__item {
    display: flex;
    --gap: 40rem;
    flex-direction: column;
    gap: var(--gap);
    flex-direction: column-reverse;
  }
}
@media (min-width: 751px) {
  .container[page-name=index] section.service .service__item:nth-child(odd) .service__item__contents {
    padding-left: 0;
    padding-right: var(--padding-left);
  }
}
@media (min-width: 993px) {
  .container[page-name=index] section.service .service__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .container[page-name=index] section.service .service__item:nth-child(even) .service__item__contents {
    order: 2;
    margin-left: auto;
  }
}
.container[page-name=index] section.service .service__item__contents {
  --padding-left: 50rem;
  max-width: calc(580rem + var(--padding-left));
}
@media (min-width: 751px) {
  .container[page-name=index] section.service .service__item__contents {
    padding-left: var(--padding-left);
  }
}
.container[page-name=index] section.service .service__item__title {
  font-size: max(10px, 48rem);
  font-family: "Instrument Sans", "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.1;
}
@media (max-width: 750px) {
  .container[page-name=index] section.service .service__item__title {
    font-size: 24rem;
  }
}
.container[page-name=index] section.service .service__item__subtitle {
  font-size: max(10px, 22rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
  margin-top: 50rem;
}
@media (max-width: 750px) {
  .container[page-name=index] section.service .service__item__subtitle {
    font-size: 16rem;
    margin-top: 14rem;
  }
}
.container[page-name=index] section.service .service__item__description {
  font-size: max(10px, 16rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
  margin-top: 14rem;
}
@media (max-width: 750px) {
  .container[page-name=index] section.service .service__item__description {
    font-size: 14rem;
    margin-top: 10rem;
  }
}
.container[page-name=index] section.service .service__item__more {
  display: block;
  text-align: right;
  margin-top: 32rem;
  font-size: max(10px, 13rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: var(--color-black-100);
  opacity: 0.6;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s;
}
.container[page-name=index] section.service .service__item__more:hover {
  opacity: 1;
}
.container[page-name=index] section.service .service__item__image {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .container[page-name=index] section.service .service__item__image {
    width: 100%;
    aspect-ratio: 2/1;
  }
}
.container[page-name=index] section.flow {
  background: var(--color-black-100);
  color: var(--color-white-100);
  margin-top: 210rem;
}
@media (max-width: 750px) {
  .container[page-name=index] section.flow {
    margin-top: 70rem;
  }
}
.container[page-name=index] section.flow .flow__wrap {
  --margin-inline: var(--margin-1);
  max-width: var(--max-width, 1580px);
  width: calc(100vw - var(--margin-inline) * 2);
  margin-left: auto;
  margin-right: auto;
  padding-top: 180rem;
  padding-bottom: 40rem;
}
@media (max-width: 750px) {
  .container[page-name=index] section.flow .flow__wrap {
    padding: 50rem 0rem;
    --margin-inline: 20rem;
    max-width: var(--max-width, 1580px);
    width: calc(100vw - var(--margin-inline) * 2);
    margin-left: auto;
    margin-right: auto;
  }
}
.container[page-name=index] section.flow .flow__contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .container[page-name=index] section.flow .flow__contents {
    display: flex;
    --gap: 40rem;
    flex-direction: column;
    gap: var(--gap);
  }
}
.container[page-name=index] section.flow .flow__contents__title {
  font-size: max(10px, 22rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .container[page-name=index] section.flow .flow__contents__title {
    font-size: 18rem;
  }
}
.container[page-name=index] section.flow .flow__contents__description {
  font-size: max(10px, 16rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
  margin-top: 50rem;
  opacity: 0.7;
}
@media (max-width: 750px) {
  .container[page-name=index] section.flow .flow__contents__description {
    margin-top: 20rem;
    font-size: 14rem;
  }
}
.container[page-name=index] section.flow .flow__info {
  margin-top: 60rem;
  position: relative;
}
@media (max-width: 750px) {
  .container[page-name=index] section.flow .flow__info {
    margin-top: 40rem;
  }
}
.container[page-name=index] section.flow .flow__info__graphics {
  display: flex;
  --gap: 0rem;
  flex-direction: row;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media (max-width: 750px) {
  .container[page-name=index] section.flow .flow__info__graphics {
    display: flex;
    --gap: 0rem;
    flex-direction: column;
    width: 320rem;
  }
}
.container[page-name=index] section.flow .flow__info__graphics-item {
  background: var(--bg-color);
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
@media (min-width: 751px) {
  .container[page-name=index] section.flow .flow__info__graphics-item {
    aspect-ratio: 1/1;
  }
}
@media (max-width: 750px) {
  .container[page-name=index] section.flow .flow__info__graphics-item {
    min-height: 90rem;
  }
}
@media (min-width: 751px) {
  .container[page-name=index] section.flow .flow__info__arrows {
    margin-top: 38rem;
  }
}
@media (max-width: 750px) {
  .container[page-name=index] section.flow .flow__info__arrows {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    transform: translateX(-5rem);
  }
}
.container[page-name=index] section.flow .flow__info__arrow-line {
  background: linear-gradient(90deg, #1E1E1E 0%, #8E8E8E 100%);
  width: 100%;
  height: 3rem;
  position: relative;
}
.container[page-name=index] section.flow .flow__info__arrow-line:after {
  content: "";
  width: 13.5rem;
  height: 16rem;
  position: absolute;
  right: -2rem;
  background: #8E8E8E;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media (min-width: 751px) {
  .container[page-name=index] section.flow .flow__info__arrow-line:after {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 750px) {
  .container[page-name=index] section.flow .flow__info__arrow-line {
    background: linear-gradient(180deg, #1E1E1E 0%, #8E8E8E 100%);
    height: calc(100% - 3rem);
    width: 3rem;
  }
  .container[page-name=index] section.flow .flow__info__arrow-line:after {
    min-width: 18rem;
    height: 18rem;
    bottom: 0;
    top: auto;
    left: 50%;
    transform: translateX(-50%) translateY(3rem);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
}
.container[page-name=index] section.message {
  position: relative;
  height: fit-content;
}
@media (min-width: 751px) {
  .container[page-name=index] section.message {
    min-height: 810rem;
  }
}
.container[page-name=index] section.message .message__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
}
.container[page-name=index] section.message .message__bg:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: linear-gradient(252deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.5;
}
.container[page-name=index] section.message .message__info {
  color: var(--color-white-100);
  --margin-inline: 24rem;
  max-width: var(--max-width, 1580px);
  width: calc(100vw - var(--margin-inline) * 2);
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: relative;
  padding-top: 301rem;
  padding-bottom: 86rem;
}
@media (max-width: 750px) {
  .container[page-name=index] section.message .message__info {
    padding-top: 180rem;
    padding-bottom: 30rem;
    --margin-inline: 20rem;
    max-width: var(--max-width, 1580px);
    width: calc(100vw - var(--margin-inline) * 2);
    margin-left: auto;
    margin-right: auto;
  }
}
.container[page-name=index] section.message .message__header {
  display: flex;
  --gap: 10rem;
  flex-direction: column;
  gap: var(--gap);
}
.container[page-name=index] section.message .message__title {
  font-size: max(10px, 36rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.6;
}
@media (max-width: 750px) {
  .container[page-name=index] section.message .message__title {
    font-size: 28rem;
  }
}
.container[page-name=index] section.message .message__title-en {
  font-size: max(10px, 50rem);
  font-family: "Instrument Sans", "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.1;
}
@media (max-width: 750px) {
  .container[page-name=index] section.message .message__title-en {
    font-size: 36rem;
  }
}
.container[page-name=index] section.message .message__sub-title {
  margin-top: 40rem;
  font-size: max(10px, 22rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .container[page-name=index] section.message .message__sub-title {
    font-size: 18rem;
  }
}
.container[page-name=index] section.message .message__description {
  font-size: max(10px, 16rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-top: 20rem;
}
@media (max-width: 750px) {
  .container[page-name=index] section.message .message__description {
    font-size: 14rem;
  }
}
.container[page-name=index] section.company,
.container[page-name=company] section.company {
  --margin-inline: 70rem;
  max-width: var(--max-width, 1580px);
  width: calc(100vw - var(--margin-inline) * 2);
  margin-left: auto;
  margin-right: auto;
  margin-top: 96rem;
  display: flex;
  justify-content: space-between;
  padding-bottom: 160rem;
}
.container[page-name=company] section.company {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  padding: 60rem 70rem 16rem;
}
@media (max-width: 750px) {
  .container[page-name=company] section.company {
    padding: 40rem 20rem 16rem;
  }
}
.container[page-name=company] .company-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, sans-serif;
  font-size: max(10px, 14rem);
  line-height: 1.8;
}
.container[page-name=company] .company-table th,
.container[page-name=company] .company-table td {
  border: 1px solid var(--color-gray-500);
  padding: 16rem 24rem;
  vertical-align: top;
  text-align: left;
}
.container[page-name=company] .company-table th {
  width: 180rem;
  font-weight: 600;
  background-color: var(--color-gray-600);
  white-space: nowrap;
}
@media (max-width: 750px) {
  .container[page-name=company] .company-table th {
    width: 90rem;
    font-size: 12rem;
    padding: 12rem 14rem;
  }
  .container[page-name=company] .company-table td {
    font-size: 12rem;
    padding: 12rem 14rem;
  }
}
.container[page-name=company] .company-table td ul {
  list-style: disc;
  padding-left: 20rem;
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.container[page-name=company] .company-table td p {
  margin-bottom: 4rem;
}
.container[page-name=company] .company-table__smci {
  margin-top: 16rem;
  padding-top: 16rem;
  border-top: 1px solid var(--color-gray-500);
  font-family: "Instrument Sans", sans-serif;
  font-size: max(10px, 12rem);
  color: var(--color-gray-200);
}
.container[page-name=company] .company-table__smci ul {
  list-style: none;
  padding-left: 0;
  margin-top: 6rem;
}
@media (max-width: 1200px) {
  .container[page-name=index] section.company,
  .container[page-name=company] section.company {
    gap: 20rem;
  }
}
@media (max-width: 992px) {
  .container[page-name=index] section.company,
  .container[page-name=company] section.company {
    --margin-inline: 20rem;
    max-width: var(--max-width, 1580px);
    width: calc(100vw - var(--margin-inline) * 2);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    --gap: 40rem;
    flex-direction: column;
    gap: var(--gap);
    margin-top: 70rem;
    padding-bottom: 70rem;
  }
}
.container[page-name=index] section.company .company__info,
.container[page-name=company] section.company .company__info {
  width: 100%;
}
@media (min-width: 751px) {
  .container[page-name=index] section.company .company__info,
  .container[page-name=company] section.company .company__info {
    max-width: 800rem;
  }
}
.container[page-name=index] section.company .company__info__item,
.container[page-name=company] section.company .company__info__item {
  min-height: 49rem;
  padding: 12rem 20rem;
  display: flex;
  align-items: flex-start;
  display: flex;
  --gap: 45rem;
  flex-direction: row;
  gap: var(--gap);
  border-top: 1px solid var(--color-gray-500);
}
@media (max-width: 750px) {
  .container[page-name=index] section.company .company__info__item,
  .container[page-name=company] section.company .company__info__item {
    padding: 10rem;
    --gap: 0rem;
  }
}
.container[page-name=index] section.company .company__info__title,
.container[page-name=company] section.company .company__info__title {
  width: 180rem;
  font-size: max(10px, 14rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .container[page-name=index] section.company .company__info__title,
  .container[page-name=company] section.company .company__info__title {
    width: 90rem;
    font-size: 12rem;
  }
}
.container[page-name=index] section.company .company__info__description-list,
.container[page-name=company] section.company .company__info__description-list {
  flex: 1;
  font-size: max(10px, 14rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
  list-style: disc;
  padding-left: 20rem;
  display: flex;
  --gap: 0rem;
  flex-direction: column;
  opacity: 0.7;
}
@media (max-width: 750px) {
  .container[page-name=index] section.company .company__info__description-list,
  .container[page-name=company] section.company .company__info__description-list {
    font-size: 12rem;
  }
}
.container[page-name=index] section.company .company__info__description-wrap,
.container[page-name=company] section.company .company__info__description-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16rem;
}
.container[page-name=index] section.company .company__info__link,
.container[page-name=company] section.company .company__info__link {
  font-size: max(10px, 13rem);
  font-family: "Instrument Sans", sans-serif;
  color: var(--color-black-100);
  text-decoration: none;
  opacity: 0.5;
  transition: opacity 0.2s;
  align-self: flex-end;
}
.container[page-name=index] section.company .company__info__link:hover,
.container[page-name=company] section.company .company__info__link:hover {
  opacity: 1;
}
.container[page-name=index] section.company .company__info__description,
.container[page-name=company] section.company .company__info__description {
  flex: 1;
  font-size: max(10px, 14rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
  opacity: 0.7;
}
@media (max-width: 750px) {
  .container[page-name=index] section.company .company__info__description,
  .container[page-name=company] section.company .company__info__description {
    font-size: 12rem;
  }
}
.container[page-name=index] section.company .company__info__business,
.container[page-name=company] section.company .company__info__business {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20rem;
}
.container[page-name=index] section.company .company__info__business .company__info__description,
.container[page-name=company] section.company .company__info__business .company__info__description {
  flex: none;
  margin-bottom: 8rem;
}
.container[page-name=index] section.company .company__info__smci,
.container[page-name=company] section.company .company__info__smci {
  padding-top: 16rem;
  border-top: 1px solid var(--color-gray-500);
}
.container[page-name=index] section.company .company__info__smci-title,
.container[page-name=company] section.company .company__info__smci-title {
  font-size: max(10px, 12rem);
  font-family: "Instrument Sans", sans-serif;
  letter-spacing: 0.08em;
  color: var(--color-gray-200);
  margin-bottom: 8rem;
}
.container[page-name=index] section.company .company__info__smci-list,
.container[page-name=company] section.company .company__info__smci-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.container[page-name=index] section.company .company__info__smci-list li,
.container[page-name=company] section.company .company__info__smci-list li {
  font-size: max(10px, 13rem);
  font-family: "Instrument Sans", sans-serif;
  color: var(--color-black-100);
  opacity: 0.6;
}
.company__officers {
  display: grid;
  grid-template-columns: max-content max-content 1fr;
  column-gap: 1.5em;
  row-gap: 0.4em;
}
.company__officers > .lang-ja,
.company__officers > .lang-en {
  display: contents;
}

/* About navigation grid (index page) */
.container[page-name=index] section.about-nav {
  --margin-inline: 70rem;
  max-width: var(--max-width, 1580px);
  width: calc(100vw - var(--margin-inline) * 2);
  margin-left: auto;
  margin-right: auto;
  margin-top: 96rem;
  padding-bottom: 160rem;
  display: flex;
  flex-direction: column;
  gap: 40rem;
}
@media (max-width: 992px) {
  .container[page-name=index] section.about-nav {
    --margin-inline: 20rem;
    margin-top: 60rem;
  }
}
@media (max-width: 750px) {
  .container[page-name=index] section.about-nav {
    padding-bottom: 80rem;
  }
}
.about-nav__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background-color: var(--color-black-100);
  border: 1px solid var(--color-black-100);
}
.about-nav__item {
  background-color: var(--color-white-100);
  padding: 40rem 48rem;
  display: flex;
  flex-direction: column;
  gap: 8rem;
  text-decoration: none;
  color: var(--color-black-100);
  transition: background-color 0.15s;
}
.about-nav__item:hover {
  background-color: #f5f5ef;
  opacity: 1;
}
.about-nav__en {
  font-size: max(10px, 28rem);
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  line-height: 1.15;
}
@media (max-width: 750px) {
  .about-nav__en {
    font-size: 20rem;
  }
}
.about-nav__ja {
  font-size: max(10px, 14rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  opacity: 0.6;
}
@media (max-width: 750px) {
  .about-nav__ja {
    font-size: 12rem;
  }
}
.about-nav__arrow {
  margin-top: 24rem;
  font-family: "Instrument Sans", sans-serif;
  font-size: max(10px, 14rem);
}
@media (max-width: 750px) {
  .about-nav__item {
    padding: 24rem 20rem;
  }
  .about-nav__arrow {
    margin-top: 16rem;
  }
}

.container[page-name=privacy] {
  margin-top: 81rem;
}
@media (max-width: 750px) {
  .container[page-name=privacy] {
    margin-top: 50rem;
  }
}
.container[page-name=privacy] .privacy-header {
  background-color: var(--color-gray-600);
  padding-top: 80rem;
  padding-bottom: 80rem;
  text-align: center;
}
@media (max-width: 750px) {
  .container[page-name=privacy] .privacy-header {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }
}
.container[page-name=privacy] hgroup.header {
  --margin-inline: 240rem;
  max-width: var(--max-width, 1580px);
  width: calc(100vw - var(--margin-inline) * 2);
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
@media (max-width: 750px) {
  .container[page-name=privacy] hgroup.header {
    --margin-inline: 20rem;
    margin-top: 0;
  }
}
.container[page-name=privacy] hgroup.header .header__title {
  font-size: max(10px, 63rem);
  font-family: "Instrument Sans", "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.1;
}
@media (max-width: 750px) {
  .container[page-name=privacy] hgroup.header .header__title {
    font-size: 28rem;
  }
}
.container[page-name=privacy] hgroup.header .header__subtitle {
  font-size: max(10px, 24rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.6;
  margin-top: 4rem;
}
@media (max-width: 750px) {
  .container[page-name=privacy] hgroup.header .header__subtitle {
    font-size: 16rem;
    margin-top: 2rem;
  }
}
.container[page-name=privacy] article.body {
  padding-top: 80rem;
  padding-bottom: 80rem;
  --margin-inline: 240rem;
  max-width: var(--max-width, 1580px);
  width: calc(100vw - var(--margin-inline) * 2);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 750px) {
  .container[page-name=privacy] article.body {
    --margin-inline: 20rem;
    padding-top: 40rem;
    padding-bottom: 40rem;
  }
}
.container[page-name=privacy] article.body h2 {
  font-size: max(10px, 22rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
}
.container[page-name=privacy] article.body h2 + p {
  margin-bottom: 80rem;
}
.container[page-name=privacy] article.body h3 {
  font-size: max(10px, 20rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
  margin-top: 40rem;
}
.container[page-name=privacy] article.body p, .container[page-name=privacy] article.body li, .container[page-name=privacy] article.body a {
  font-size: max(10px, 14rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  line-height: 1.8;
}
.container[page-name=privacy] article.body p, .container[page-name=privacy] article.body ul, .container[page-name=privacy] article.body ol {
  margin-top: 14rem;
}
.container[page-name=privacy] article.body ul, .container[page-name=privacy] article.body ol {
  padding-left: 36rem;
  display: flex;
  --gap: 6rem;
  flex-direction: column;
  gap: var(--gap);
}
.container[page-name=privacy] article.body > ol {
  counter-reset: list-counter;
}
.container[page-name=privacy] article.body > ol > li {
  counter-increment: list-counter;
  position: relative;
}
.container[page-name=privacy] article.body > ol > li::before {
  content: "（" counter(list-counter) "）";
  position: absolute;
  left: -34rem;
}
.container[page-name=privacy] article.body > ol ol {
  list-style-type: decimal;
  padding-left: 20rem;
}
.container[page-name=privacy] article.body > ol ol ol {
  list-style-type: lower-alpha;
  padding-left: 20rem;
}
.container[page-name=privacy] article.body ul {
  list-style-type: disc;
}
.container[page-name=privacy] article.body a {
  text-decoration: underline;
}
@media (max-width: 750px) {
  .container[page-name=privacy] article.body h2 + p {
    margin-bottom: 40rem;
  }
  .container[page-name=privacy] article.body h2 {
    font-size: 20rem;
  }
  .container[page-name=privacy] article.body h3 {
    font-size: 18rem;
  }
}
/* Language visibility */
html[lang="ja"] .lang-en { display: none !important; }
html[lang="en"] .lang-ja { display: none !important; }

/* ============================================================
   Member page
   ============================================================ */
.container[page-name=member] {
  margin-top: 81rem;
}
@media (max-width: 750px) {
  .container[page-name=member] {
    margin-top: 50rem;
  }
}

/* Page hero header (text layout, bg image behind) */
.container[page-name=member] hgroup.header--text {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 80rem;
  padding-bottom: 60rem;
  padding-left: 60rem;
  padding-right: 60rem;
  display: flex;
  flex-direction: column;
  gap: 10rem;
  color: var(--color-white-100);
}
@media (max-width: 750px) {
  .container[page-name=member] hgroup.header--text {
    padding-top: 48rem;
    padding-bottom: 40rem;
    padding-left: 20rem;
    padding-right: 20rem;
  }
}
.container[page-name=member] hgroup.header--text .header__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.container[page-name=member] hgroup.header--text .header__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container[page-name=member] hgroup.header--text .header__title,
.container[page-name=member] hgroup.header--text .header__subtitle {
  position: relative;
  z-index: 1;
}
.container[page-name=member] hgroup.header--text .header__title {
  font-size: max(10px, 48rem);
  font-family: "Instrument Sans", "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 1.1;
}
@media (max-width: 750px) {
  .container[page-name=member] hgroup.header--text .header__title {
    font-size: 32rem;
  }
}
.container[page-name=member] hgroup.header--text .header__subtitle {
  font-size: max(10px, 18rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 750px) {
  .container[page-name=member] hgroup.header--text .header__subtitle {
    font-size: 14rem;
  }
}

/* Member section */
.container[page-name=member] section.member,
.container[page-name=company] section.member {
  --margin-inline: 60rem;
  max-width: var(--max-width, 1580px);
  width: calc(100vw - var(--margin-inline) * 2);
  margin-left: auto;
  margin-right: auto;
  padding-top: 80rem;
  padding-bottom: 120rem;
}
@media (max-width: 750px) {
  .container[page-name=member] section.member,
.container[page-name=company] section.member {
    --margin-inline: 20rem;
    padding-top: 48rem;
    padding-bottom: 72rem;
  }
}
.container[page-name=member] section.member,
.container[page-name=company] section.member .member__intro {
  max-width: 100%;
  margin-left: calc(-1 * var(--margin-inline, 60rem));
  margin-right: calc(-1 * var(--margin-inline, 60rem));
  padding: 48rem 60rem;
  margin-bottom: 40rem;
  background: var(--color-gray-500);
  display: flex;
  flex-direction: column;
  gap: 20rem;
}
@media (max-width: 750px) {
  .container[page-name=member] section.member,
.container[page-name=company] section.member .member__intro {
    margin-left: -20rem;
    margin-right: -20rem;
    padding: 36rem 20rem;
    margin-bottom: 48rem;
  }
}
@media (max-width: 750px) {
  .container[page-name=member] section.member,
.container[page-name=company] section.member .member__intro {
    margin-bottom: 48rem;
  }
}
.container[page-name=member] section.member,
.container[page-name=company] section.member .member__intro__heading {
  font-size: max(10px, 28rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
}
@media (max-width: 750px) {
  .container[page-name=member] section.member,
.container[page-name=company] section.member .member__intro__heading {
    font-size: 22rem;
  }
}
.container[page-name=member] section.member,
.container[page-name=company] section.member .member__intro__description {
  font-size: max(10px, 16rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 1.9;
  color: var(--color-gray-200);
}
@media (max-width: 750px) {
  .container[page-name=member] section.member,
.container[page-name=company] section.member .member__intro__description {
    font-size: 14rem;
  }
}
.container[page-name=member] section.member,
.container[page-name=company] section.member .member__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.container[page-name=member] section.member,
.container[page-name=company] section.member .member__item {
  display: grid;
  grid-template-columns: 280rem 1fr;
  gap: 0 60rem;
  padding-top: 48rem;
  padding-bottom: 48rem;
  border-bottom: 1px solid var(--color-gray-600);
  align-items: start;
}
@media (max-width: 750px) {
  .container[page-name=member] section.member,
.container[page-name=company] section.member .member__item {
    grid-template-columns: 1fr;
    gap: 16rem;
    padding-top: 36rem;
    padding-bottom: 36rem;
  }
}
.container[page-name=member] section.member,
.container[page-name=company] section.member .member__item__header {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  position: sticky;
  top: 100rem;
}
@media (max-width: 750px) {
  .container[page-name=member] section.member,
.container[page-name=company] section.member .member__item__header {
    position: static;
  }
}
.container[page-name=member] section.member,
.container[page-name=company] section.member .member__item__role {
  font-size: max(10px, 13rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  color: var(--color-gray-300);
  line-height: 1.6;
}
@media (max-width: 750px) {
  .container[page-name=member] section.member,
.container[page-name=company] section.member .member__item__role {
    font-size: 12rem;
  }
}
.container[page-name=member] section.member,
.container[page-name=company] section.member .member__item__name {
  font-size: max(10px, 26rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: 1.3;
}
@media (max-width: 750px) {
  .container[page-name=member] section.member,
.container[page-name=company] section.member .member__item__name {
    font-size: 22rem;
  }
}
.container[page-name=member] section.member,
.container[page-name=company] section.member .member__item__more {
  display: block;
  text-align: right;
  margin-top: 20rem;
  font-size: max(10px, 13rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: var(--color-black-100);
  opacity: 0.6;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s;
}
.container[page-name=member] section.member,
.container[page-name=company] section.member .member__item__more:hover,
.container[page-name=philosophy] .member__item__more:hover {
  opacity: 1;
}
.container[page-name=member] section.member,
.container[page-name=company] section.member .member__item__bio {
  font-size: max(10px, 15rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 2;
  color: var(--color-gray-200);
}
@media (max-width: 750px) {
  .container[page-name=member] section.member,
.container[page-name=company] section.member .member__item__bio {
    font-size: 14rem;
    line-height: 1.9;
  }
}

/* Back to top button */
.back-to-top {
  position: fixed;
  bottom: 40rem;
  right: 40rem;
  width: 48rem;
  height: 48rem;
  background: var(--color-black-100);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 100;
}
.back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
}
.back-to-top:hover {
  background: var(--color-gray-100);
}
.back-to-top svg {
  display: block;
}
@media (max-width: 750px) {
  .back-to-top {
    bottom: 24rem;
    right: 20rem;
    width: 44rem;
    height: 44rem;
  }
}

/* ========================================
   Philosophy / Business Plan / Tech Philosophy pages
   ======================================== */
.container[page-name=philosophy],
.container[page-name=business-plan],
.container[page-name=tech-philosophy],
.container[page-name=company] {
  margin-top: 81rem;
}
@media (max-width: 750px) {
  .container[page-name=philosophy],
  .container[page-name=business-plan],
  .container[page-name=tech-philosophy],
  .container[page-name=company] {
    margin-top: 50rem;
  }
}
.container[page-name=philosophy] hgroup.header--text,
.container[page-name=business-plan] hgroup.header--text,
.container[page-name=tech-philosophy] hgroup.header--text,
.container[page-name=company] hgroup.header--text {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 80rem;
  padding-bottom: 60rem;
  padding-left: 60rem;
  padding-right: 60rem;
  display: flex;
  flex-direction: column;
  gap: 10rem;
  color: var(--color-white-100);
  background-color: var(--color-black-100);
}
@media (max-width: 750px) {
  .container[page-name=philosophy] hgroup.header--text,
  .container[page-name=business-plan] hgroup.header--text,
  .container[page-name=tech-philosophy] hgroup.header--text {
    padding-top: 48rem;
    padding-bottom: 40rem;
    padding-left: 20rem;
    padding-right: 20rem;
  }
}
.container[page-name=philosophy] hgroup.header--text .header__title,
.container[page-name=business-plan] hgroup.header--text .header__title,
.container[page-name=tech-philosophy] hgroup.header--text .header__title,
.container[page-name=company] hgroup.header--text .header__title {
  font-size: max(10px, 48rem);
  font-family: "Instrument Sans", "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 1.1;
}
@media (max-width: 750px) {
  .container[page-name=philosophy] hgroup.header--text .header__title,
  .container[page-name=business-plan] hgroup.header--text .header__title,
  .container[page-name=tech-philosophy] hgroup.header--text .header__title,
  .container[page-name=company] hgroup.header--text .header__title {
    font-size: 32rem;
  }
}
.container[page-name=philosophy] hgroup.header--text .header__subtitle,
.container[page-name=business-plan] hgroup.header--text .header__subtitle,
.container[page-name=tech-philosophy] hgroup.header--text .header__subtitle,
.container[page-name=company] hgroup.header--text .header__subtitle {
  font-size: max(10px, 18rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 750px) {
  .container[page-name=philosophy] hgroup.header--text .header__subtitle,
  .container[page-name=business-plan] hgroup.header--text .header__subtitle,
  .container[page-name=tech-philosophy] hgroup.header--text .header__subtitle,
  .container[page-name=company] hgroup.header--text .header__subtitle {
    font-size: 14rem;
  }
}

/* Tech Philosophy page content sections */
.container[page-name=tech-philosophy] .tech-philosophy {
  padding: 0 60rem 120rem;
  max-width: var(--max-width);
  margin: 0 auto;
}
@media (max-width: 750px) {
  .container[page-name=tech-philosophy] .tech-philosophy {
    padding: 0 20rem 80rem;
  }
}

.container[page-name=tech-philosophy] .tech-philosophy__mission {
  padding: 80rem 0 60rem;
  border-bottom: 1px solid var(--color-gray-500);
}
@media (max-width: 750px) {
  .container[page-name=tech-philosophy] .tech-philosophy__mission {
    padding: 48rem 0 40rem;
  }
}

.container[page-name=tech-philosophy] .tech-philosophy__mission__text {
  font-size: max(10px, 20rem);
  line-height: 2;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 750px) {
  .container[page-name=tech-philosophy] .tech-philosophy__mission__text {
    font-size: 15rem;
  }
}

.container[page-name=tech-philosophy] .tech-philosophy__intro {
  padding: 60rem 0;
  border-bottom: 1px solid var(--color-gray-500);
}
.container[page-name=tech-philosophy] .tech-philosophy__intro p {
  font-size: max(10px, 15rem);
  line-height: 2;
  margin-bottom: 20rem;
}
.container[page-name=tech-philosophy] .tech-philosophy__intro p:last-child {
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .container[page-name=tech-philosophy] .tech-philosophy__intro {
    padding: 40rem 0;
  }
  .container[page-name=tech-philosophy] .tech-philosophy__intro p {
    font-size: 14rem;
  }
}

.container[page-name=tech-philosophy] .tech-philosophy__sections {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--color-gray-500);
}
@media (max-width: 750px) {
  .container[page-name=tech-philosophy] .tech-philosophy__sections {
    grid-template-columns: 1fr;
  }
}

.container[page-name=tech-philosophy] .tech-philosophy__section {
  display: flex;
  flex-direction: column;
  gap: 20rem;
  padding: 60rem 40rem;
  border-bottom: 1px solid var(--color-gray-500);
  border-right: 1px solid var(--color-gray-500);
}
.container[page-name=tech-philosophy] .tech-philosophy__section:first-child {
  padding-left: 0;
}
.container[page-name=tech-philosophy] .tech-philosophy__section:last-child {
  border-right: none;
  padding-right: 0;
}
@media (max-width: 750px) {
  .container[page-name=tech-philosophy] .tech-philosophy__section {
    padding: 40rem 0;
    border-right: none;
  }
}

.container[page-name=tech-philosophy] .tech-philosophy__section__label {
  font-size: max(10px, 12rem);
  font-family: "Instrument Sans", sans-serif;
  letter-spacing: 0.1em;
  color: var(--color-gray-400);
  margin-bottom: 20rem;
}

.container[page-name=tech-philosophy] .tech-philosophy__section__title {
  font-size: max(10px, 32rem);
  font-weight: 400;
  line-height: 1.4;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 12rem;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 750px) {
  .container[page-name=tech-philosophy] .tech-philosophy__section__title {
    font-size: 22rem;
  }
}

.container[page-name=tech-philosophy] .tech-philosophy__section__title-en {
  font-size: max(10px, 13rem);
  color: var(--color-gray-400);
  font-family: "Instrument Sans", sans-serif;
  line-height: 1.6;
}

.container[page-name=tech-philosophy] .tech-philosophy__section__body p {
  font-size: max(10px, 15rem);
  line-height: 2;
}
@media (max-width: 750px) {
  .container[page-name=tech-philosophy] .tech-philosophy__section__body p {
    font-size: 14rem;
  }
}

.container[page-name=tech-philosophy] .tech-philosophy__closing {
  padding: 80rem 0 0;
}
.container[page-name=tech-philosophy] .tech-philosophy__closing p {
  font-size: max(10px, 15rem);
  line-height: 2;
}
@media (max-width: 750px) {
  .container[page-name=tech-philosophy] .tech-philosophy__closing {
    padding: 48rem 0 0;
  }
  .container[page-name=tech-philosophy] .tech-philosophy__closing p {
    font-size: 14rem;
  }
}

/* Coming Soon */
.coming-soon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120rem 60rem;
}
.coming-soon__text {
  font-size: max(10px, 14rem);
  font-family: "Instrument Sans", sans-serif;
  letter-spacing: 0.15em;
  color: var(--color-gray-400);
  text-transform: uppercase;
}
@media (max-width: 750px) {
  .coming-soon {
    padding: 80rem 20rem;
  }
}

/* Philosophy page content sections */
.container[page-name=philosophy] .philosophy {
  padding: 0 60rem 120rem;
  max-width: var(--max-width);
  margin: 0 auto;
}
@media (max-width: 750px) {
  .container[page-name=philosophy] .philosophy {
    padding: 0 20rem 80rem;
  }
}

.container[page-name=philosophy] .philosophy__mission {
  padding: 80rem 0 60rem;
  border-bottom: 1px solid var(--color-gray-500);
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .container[page-name=philosophy] .philosophy__mission {
    padding: 48rem 0 40rem;
  }
}

.container[page-name=philosophy] .philosophy__mission__text {
  font-size: max(10px, 20rem);
  line-height: 2;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 750px) {
  .container[page-name=philosophy] .philosophy__mission__text {
    font-size: 15rem;
  }
}

.container[page-name=philosophy] .philosophy__section {
  display: grid;
  grid-template-columns: 340rem 1fr;
  gap: 60rem;
  padding: 80rem 0;
  border-bottom: 1px solid var(--color-gray-500);
}
@media (max-width: 750px) {
  .container[page-name=philosophy] .philosophy__section {
    grid-template-columns: 1fr;
    gap: 24rem;
    padding: 48rem 0;
  }
}

.container[page-name=philosophy] .philosophy__section__label {
  font-size: max(10px, 12rem);
  font-family: "Instrument Sans", sans-serif;
  letter-spacing: 0.1em;
  color: var(--color-gray-400);
  margin-bottom: 20rem;
}

.container[page-name=philosophy] .philosophy__section__title {
  font-size: max(10px, 32rem);
  font-weight: 400;
  line-height: 1.4;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 12rem;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 750px) {
  .container[page-name=philosophy] .philosophy__section__title {
    font-size: 22rem;
  }
}

.container[page-name=philosophy] .philosophy__section__title-en {
  font-size: max(10px, 13rem);
  color: var(--color-gray-400);
  font-family: "Instrument Sans", sans-serif;
  line-height: 1.6;
}

.container[page-name=philosophy] .philosophy__section__body p {
  font-size: max(10px, 15rem);
  line-height: 2;
  margin-bottom: 20rem;
}
.container[page-name=philosophy] .philosophy__section__body p:last-child {
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .container[page-name=philosophy] .philosophy__section__body p {
    font-size: 14rem;
  }
}

/* BC-AI STATION */
html.page-bc-station .base-header__nav,
html.page-bc-station .lang-toggle--header,
html.page-bc-station .base-header__menu-btn,
html.page-bc-station .base-menu { display: none !important; }

.container[page-name=bc-ai-station] {
  background: #f9f9f7;
}
.container[page-name=bc-ai-station] section.bc-station-hero {
  padding-top: 160rem;
  padding-bottom: 80rem;
  background: var(--color-black-100);
  color: var(--color-white-100);
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] section.bc-station-hero {
    padding-top: 80rem;
    padding-bottom: 60rem;
  }
}
.container[page-name=bc-ai-station] section.bc-station-hero .bc-station-hero__inner {
  --margin-inline: 70rem;
  max-width: var(--max-width, 1580px);
  width: calc(100vw - var(--margin-inline) * 2);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60rem;
  align-items: center;
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] section.bc-station-hero .bc-station-hero__inner {
    --margin-inline: 20rem;
    grid-template-columns: 1fr;
    gap: 32rem;
  }
}
.container[page-name=bc-ai-station] section.bc-station-hero .bc-station-hero__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] section.bc-station-hero .bc-station-hero__text {
    gap: 20rem;
  }
}
.container[page-name=bc-ai-station] section.bc-station-hero .bc-station-hero__badge {
  display: inline-block;
  background: var(--color-white-100);
  color: var(--color-black-100);
  font-family: "Instrument Sans", "Noto Sans JP", sans-serif;
  font-size: max(10px, 12rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 7rem 20rem;
  border-radius: 100px;
  margin-bottom: 8rem;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] section.bc-station-hero .bc-station-hero__badge {
    font-size: 11rem;
  }
}
.container[page-name=bc-ai-station] section.bc-station-hero .bc-station-hero__title {
  font-size: max(10px, 22rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "A+EqpB-游ゴシック体 Pr6N M", sans-selif;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.02em;
  margin-top: 10rem;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] section.bc-station-hero .bc-station-hero__title {
    font-size: 18rem;
  }
}
.container[page-name=bc-ai-station] section.bc-station-hero .bc-station-hero__product {
  display: flex;
  align-items: center;
  gap: 14rem;
  margin-top: 16rem;
}
.container[page-name=bc-ai-station] section.bc-station-hero .bc-station-hero__product-logo {
  height: 36rem;
  width: auto;
  display: block;
  flex-shrink: 0;
}
.container[page-name=bc-ai-station] section.bc-station-hero .bc-station-hero__product-name {
  font-size: max(10px, 11rem);
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #aaaaaa;
  line-height: 1.4;
  margin: 0;
}
.container[page-name=bc-ai-station] section.bc-station-hero .bc-station-hero__product-model {
  font-size: max(10px, 12rem);
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #888888;
  line-height: 1.4;
  margin: 0;
}
.container[page-name=bc-ai-station] section.bc-station-hero .bc-station-hero__image {
  width: 100%;
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] section.bc-station-hero .bc-station-hero__image {
    width: 100%;
  }
}
.container[page-name=bc-ai-station] section.bc-station-hero .bc-station-hero__image img {
  width: 100%;
  height: auto;
  display: block;
}
.container[page-name=bc-ai-station] section.bc-station-hero .bc-station-hero__sub {
  font-size: max(10px, 14rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #ffe600;
  margin-top: 28rem;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] section.bc-station-hero .bc-station-hero__sub {
    font-size: 13rem;
  }
}
.container[page-name=bc-ai-station] section.bc-station-hero .bc-station-hero__spec-btn {
  display: inline-block;
  margin-top: 20rem;
  padding: 10rem 32rem;
  background: #ffe600;
  color: #111111;
  font-size: max(10px, 13rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-radius: 4px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  transition: opacity 0.2s;
}
.container[page-name=bc-ai-station] section.bc-station-hero .bc-station-hero__spec-btn:hover {
  opacity: 0.8;
}
.container[page-name=bc-ai-station] section.bc-station-hero .bc-station-features {
  padding-top: 40rem;
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] section.bc-station-hero .bc-station-features {
    padding-top: 60rem;
  }
}
.container[page-name=bc-ai-station] section.bc-station-hero .bc-station-features .bc-station-features__plus {
  font-size: max(10px, 40rem);
  text-align: center;
  color: #fff;
  line-height: 1;
  margin-bottom: 16rem;
  -webkit-font-smoothing: antialiased;
}
.container[page-name=bc-ai-station] section.bc-station-hero .bc-station-features .bc-station-features__heading {
  font-size: max(10px, 14rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 16rem;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
}
.container[page-name=bc-ai-station] section.bc-station-hero .bc-station-features .bc-station-features__grid {
  --margin-inline: 70rem;
  max-width: var(--max-width, 1580px);
  width: calc(100vw - var(--margin-inline) * 2);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] section.bc-station-hero .bc-station-features .bc-station-features__grid {
    --margin-inline: 20rem;
    grid-template-columns: 1fr;
  }
}
.container[page-name=bc-ai-station] section.bc-station-hero .bc-station-features .bc-station-features__item {
  background: rgba(255, 255, 255, 0.04);
  padding: 28rem 32rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] section.bc-station-hero .bc-station-features .bc-station-features__item {
    padding: 20rem 20rem;
  }
}
.container[page-name=bc-ai-station] section.bc-station-hero .bc-station-features .bc-station-features__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12rem;
}
.container[page-name=bc-ai-station] section.bc-station-hero .bc-station-features .bc-station-features__label-text {
  font-size: max(10px, 16rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
.container[page-name=bc-ai-station] section.bc-station-hero .bc-station-features .bc-station-features__icon {
  width: 52rem;
  height: 52rem;
  color: #5bc8e8;
  flex-shrink: 0;
}
.container[page-name=bc-ai-station] section.bc-station-hero .bc-station-features .bc-station-features__text {
  font-size: max(10px, 13rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] section.bc-station-hero .bc-station-features .bc-station-features__text {
    font-size: 12rem;
  }
}
.container[page-name=bc-ai-station] section.bc-station-hero .bc-station-features .bc-station-features__note {
  --margin-inline: 70rem;
  max-width: var(--max-width, 1580px);
  width: calc(100vw - var(--margin-inline) * 2);
  margin: 20rem auto 0;
  font-size: max(10px, 11rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] section.bc-station-hero .bc-station-features .bc-station-features__note {
    --margin-inline: 20rem;
    font-size: 10rem;
  }
}
.container[page-name=bc-ai-station] section.bc-station-hero .bc-station-features .bc-station-features__tax-note {
  --margin-inline: 70rem;
  max-width: var(--max-width, 1580px);
  width: calc(100vw - var(--margin-inline) * 2);
  margin: 40rem auto 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  background: rgba(100, 210, 255, 0.1);
  border: 1px solid rgba(100, 210, 255, 0.85);
  border-radius: 4px;
  overflow: hidden;
  font-size: max(10px, 13rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
.container[page-name=bc-ai-station] section.bc-station-hero .bc-station-features .bc-station-features__tax-label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  background: #0da8d4;
  color: #ffffff;
  padding: 16rem 20rem;
  font-size: max(10px, 13rem);
  font-weight: 700;
  white-space: nowrap;
}
.container[page-name=bc-ai-station] section.bc-station-hero .bc-station-features .bc-station-features__tax-text {
  display: flex;
  align-items: center;
  padding: 16rem 28rem;
  font-size: max(10px, 13rem);
  color: #7dd8f8;
  margin: 0;
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] section.bc-station-hero .bc-station-features .bc-station-features__tax-note {
    --margin-inline: 20rem;
    font-size: 11rem;
  }
  .container[page-name=bc-ai-station] section.bc-station-hero .bc-station-features .bc-station-features__tax-label {
    padding: 12rem 14rem;
  }
  .container[page-name=bc-ai-station] section.bc-station-hero .bc-station-features .bc-station-features__tax-text {
    padding: 12rem 16rem;
  }
}
.container[page-name=bc-ai-station] section.bc-station-name {
  background: #172852;
  padding: 36rem 70rem;
  text-align: center;
  position: relative;
}
.container[page-name=bc-ai-station] section.bc-station-name .bc-station-name__arrows {
  position: absolute;
  top: -14rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10rem;
  z-index: 10;
}
.container[page-name=bc-ai-station] section.bc-station-name .bc-station-name__arrow {
  display: block;
  width: 0;
  height: 0;
  border-left: 16rem solid transparent;
  border-right: 16rem solid transparent;
  border-top: 28rem solid #FFD600;
}
.container[page-name=bc-ai-station] section.bc-station-name .bc-station-name__inner {
  max-width: 1580px;
  margin: 0 auto;
}
.container[page-name=bc-ai-station] section.bc-station-name .bc-station-name__title {
  font-family: "Instrument Sans", sans-serif;
  font-size: max(15px, 28rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin: 0 0 40rem;
  -webkit-font-smoothing: antialiased;
}
.container[page-name=bc-ai-station] section.bc-station-name .bc-station-name__tax-note {
  display: inline-flex;
  align-items: stretch;
  background: rgba(100, 210, 255, 0.1);
  border: 1px solid rgba(100, 210, 255, 0.85);
  border-radius: 4px;
  overflow: hidden;
  font-size: max(10px, 13rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
.container[page-name=bc-ai-station] section.bc-station-name .bc-station-name__tax-label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  background: #0da8d4;
  color: #ffffff;
  padding: 16rem 20rem;
  font-size: max(10px, 13rem);
  font-weight: 700;
  white-space: nowrap;
}
.container[page-name=bc-ai-station] section.bc-station-name .bc-station-name__tax-text {
  display: flex;
  align-items: center;
  padding: 16rem 28rem;
  font-size: max(10px, 13rem);
  color: #ffffff;
  margin: 0;
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] section.bc-station-name {
    padding: 28rem 20rem;
  }
  .container[page-name=bc-ai-station] section.bc-station-name .bc-station-name__title {
    font-size: max(15px, 22rem);
    margin-bottom: 20rem;
  }
  .container[page-name=bc-ai-station] section.bc-station-name .bc-station-name__tax-note {
    font-size: 11rem;
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .container[page-name=bc-ai-station] section.bc-station-name .bc-station-name__tax-label {
    padding: 12rem 14rem;
    justify-content: flex-start;
  }
  .container[page-name=bc-ai-station] section.bc-station-name .bc-station-name__tax-text {
    padding: 12rem 16rem;
  }
}
.container[page-name=bc-ai-station] section.bc-station-problems {
  background: #ffffff;
  padding: 90rem 70rem 60rem;
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] section.bc-station-problems {
    padding: 60rem 20rem 30rem;
  }
}
.container[page-name=bc-ai-station] section.bc-station-problems .bc-station-problems__inner {
  max-width: var(--max-width, 1580px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20rem;
}
.container[page-name=bc-ai-station] section.bc-station-problems .bc-station-problems__title {
  font-size: max(10px, 28rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] section.bc-station-problems .bc-station-problems__title {
    font-size: 20rem;
  }
}
.container[page-name=bc-ai-station] section.bc-station-problems .bc-station-problems__solution {
  font-size: max(10px, 14rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] section.bc-station-problems .bc-station-problems__solution {
    font-size: 13rem;
  }
}
.container[page-name=bc-ai-station] section.bc-station-details {
  background: #ffffff;
  padding: 36rem 70rem 100rem;
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] section.bc-station-details {
    padding: 22rem 20rem 60rem;
  }
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-station-details__inner {
  max-width: var(--max-width, 1580px);
  margin: 0 auto;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-station-details__title {
  font-size: max(10px, 28rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
}
.container[page-name=bc-ai-station] section.bc-station-problems .bc-station-problems__list {
  margin-top: 32rem;
  display: flex;
  flex-direction: column;
  gap: 36rem;
  max-width: 720rem;
  width: 100%;
}
.container[page-name=bc-ai-station] section.bc-station-problems .bc-station-problems__item {
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.container[page-name=bc-ai-station] section.bc-station-problems .bc-station-problems__item:nth-child(odd) {
  transform: translateX(-32px);
}
.container[page-name=bc-ai-station] section.bc-station-problems .bc-station-problems__item:nth-child(even) {
  transform: translateX(32px);
}
.container[page-name=bc-ai-station] section.bc-station-problems .bc-station-problems__item.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.container[page-name=bc-ai-station] section.bc-station-problems .bc-station-problems__bubble {
  background: #f4f4f2;
  border-radius: 16rem;
  padding: 24rem 28rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14rem;
}
.container[page-name=bc-ai-station] section.bc-station-problems .bc-station-problems__bubble::before {
  content: '';
  position: absolute;
  top: 24rem;
  width: 0;
  height: 0;
  border-top: 16rem solid transparent;
  border-bottom: 16rem solid transparent;
}
.container[page-name=bc-ai-station] section.bc-station-problems .bc-station-problems__item:nth-child(odd) .bc-station-problems__bubble::before {
  left: -16rem;
  border-right: 16rem solid #f4f4f2;
}
.container[page-name=bc-ai-station] section.bc-station-problems .bc-station-problems__item:nth-child(even) .bc-station-problems__bubble::before {
  right: -16rem;
  border-left: 16rem solid #f4f4f2;
}
.container[page-name=bc-ai-station] section.bc-station-problems .bc-station-problems__question {
  font-size: max(10px, 15rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] section.bc-station-problems .bc-station-problems__question {
    font-size: 13rem;
  }
}
.container[page-name=bc-ai-station] section.bc-station-problems .bc-station-problems__answer {
  position: relative;
  cursor: pointer;
}
.container[page-name=bc-ai-station] section.bc-station-problems .bc-station-problems__answer-text {
  font-size: max(10px, 13rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #444;
  text-align: left;
  transition: filter 0.3s ease;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] section.bc-station-problems .bc-station-problems__answer-text {
    font-size: 12rem;
  }
}
.container[page-name=bc-ai-station] section.bc-station-problems .bc-station-problems__answer.is-blurred .bc-station-problems__answer-text {
  filter: blur(4px);
  user-select: none;
}
.container[page-name=bc-ai-station] section.bc-station-problems .bc-station-problems__click-hint {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-black-100);
  color: var(--color-white-100);
  font-family: "Instrument Sans", sans-serif;
  font-size: max(10px, 11rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 5rem 14rem;
  border-radius: 100px;
  pointer-events: none;
}
.container[page-name=bc-ai-station] section.bc-station-problems .bc-station-problems__answer.is-blurred .bc-station-problems__click-hint {
  display: block;
}

/* ── BC-AI Station: ３つの機能 ── */
.container[page-name=bc-ai-station] section.bc-station-details .bc-feature-list {
  display: flex;
  flex-direction: column;
  gap: 80rem;
  margin-top: 30rem;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-feature {
  border-top: 1.5px solid var(--color-black-100);
  padding-top: 56rem;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-feature__header {
  display: flex;
  align-items: baseline;
  gap: 20rem;
  margin-bottom: 52rem;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-feature__num {
  font-family: "Instrument Sans", sans-serif;
  font-size: max(10px, 72rem);
  font-weight: 700;
  line-height: 1;
  color: var(--color-gray-500);
  letter-spacing: -0.03em;
  flex-shrink: 0;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-feature__name {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, sans-serif;
  font-size: max(10px, 36rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-feature__body {
  display: flex;
  flex-direction: column;
  gap: 60rem;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-feature-section__title {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, sans-serif;
  font-size: max(10px, 20rem);
  font-weight: 700;
  margin-bottom: 18rem;
  padding-left: 14rem;
  border-left: 3px solid var(--color-black-100);
  -webkit-font-smoothing: antialiased;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-feature-section__subtitle {
  font-family: "Instrument Sans", sans-serif;
  font-size: max(10px, 13rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--color-gray-300);
  margin-bottom: 20rem;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-feature-section__text {
  font-size: max(10px, 15rem);
  line-height: 2;
  color: var(--color-gray-200);
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-feature-section__text--small {
  font-size: max(10px, 12rem);
  color: var(--color-gray-300);
  margin-top: 12rem;
  line-height: 1.7;
}

/* Spec grid */
.container[page-name=bc-ai-station] section.bc-station-details .bc-spec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14rem;
}
@media (max-width: 900px) {
  .container[page-name=bc-ai-station] section.bc-station-details .bc-spec-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] section.bc-station-details .bc-spec-grid {
    grid-template-columns: 1fr;
  }
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-spec-card {
  border: 1px solid var(--color-gray-500);
  border-radius: 10rem;
  padding: 22rem;
  background: var(--color-gray-600);
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-spec-card__header {
  display: flex;
  align-items: flex-start;
  gap: 10rem;
  margin-bottom: 16rem;
  padding-bottom: 16rem;
  border-bottom: 1px solid var(--color-gray-500);
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-spec-card__num {
  font-family: "Instrument Sans", sans-serif;
  font-size: max(10px, 11rem);
  font-weight: 700;
  color: var(--color-gray-300);
  width: 20rem;
  height: 20rem;
  border: 1px solid var(--color-gray-400);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1rem;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-spec-card__name {
  font-size: max(10px, 14rem);
  font-weight: 700;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-spec-card__sub {
  font-size: max(10px, 11rem);
  color: var(--color-gray-300);
  margin-top: 2rem;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-spec-dl {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-spec-dl__row dt {
  font-size: max(10px, 11rem);
  color: var(--color-gray-300);
  margin-bottom: 3rem;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-spec-dl__row dd {
  font-size: max(10px, 13rem);
  font-weight: 500;
  color: var(--color-black-100);
  margin-left: 0;
  line-height: 1.5;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-spec-note {
  font-size: max(10px, 12rem);
  color: var(--color-gray-300);
  line-height: 1.8;
  margin-top: 14rem;
  padding-top: 14rem;
  border-top: 1px solid var(--color-gray-500);
}

/* Use case grid */
.container[page-name=bc-ai-station] section.bc-station-details .bc-usecase-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16rem;
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] section.bc-station-details .bc-usecase-grid {
    grid-template-columns: 1fr;
  }
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-usecase-card {
  display: flex;
  gap: 16rem;
  padding: 22rem;
  border: 1px solid var(--color-gray-500);
  border-radius: 10rem;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-usecase-card__icon {
  width: 42rem;
  height: 42rem;
  background: var(--color-black-100);
  color: var(--color-white-100);
  border-radius: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-usecase-card__title {
  font-size: max(10px, 14rem);
  font-weight: 700;
  margin-bottom: 8rem;
  -webkit-font-smoothing: antialiased;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-usecase-card__text {
  font-size: max(10px, 13rem);
  color: var(--color-gray-200);
  line-height: 1.75;
}

/* Revenue simulation table */
.container[page-name=bc-ai-station] section.bc-station-details .bc-sim-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20rem;
  font-size: max(10px, 13rem);
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-sim-table th {
  background: var(--color-black-100);
  color: var(--color-white-100);
  padding: 12rem 16rem;
  text-align: left;
  font-weight: 500;
  font-size: max(10px, 12rem);
  letter-spacing: 0.02em;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-sim-table td {
  padding: 12rem 16rem;
  border-bottom: 1px solid var(--color-gray-500);
  vertical-align: top;
  line-height: 1.6;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-sim-table tbody tr:last-child td {
  font-weight: 600;
  background: var(--color-gray-600);
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-sim-note {
  font-size: max(10px, 11rem);
  color: var(--color-gray-300);
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] section.bc-station-details .bc-sim-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* Revenue simulator */
.container[page-name=bc-ai-station] section.bc-station-details .bc-sim-calculator {
  background: var(--color-gray-600);
  border: 1px solid var(--color-gray-500);
  border-radius: 12rem;
  padding: 28rem 32rem;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-sim-calculator__inputs {
  display: flex;
  flex-direction: column;
  gap: 22rem;
  margin-bottom: 28rem;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-sim-input-row {
  display: grid;
  grid-template-columns: 160rem 1fr;
  align-items: center;
  gap: 16rem;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-sim-input-row label {
  font-size: max(10px, 13rem);
  font-weight: 500;
  color: var(--color-gray-200);
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-sim-slider-wrap {
  display: flex;
  align-items: center;
  gap: 14rem;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-sim-slider-wrap input[type=range] {
  flex: 1;
  -webkit-appearance: none;
  appearance: none;
  height: 4rem;
  background: var(--color-gray-500);
  border-radius: 2rem;
  outline: none;
  cursor: pointer;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-sim-slider-wrap input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: var(--color-black-100);
  cursor: pointer;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-sim-slider-wrap input[type=range]::-moz-range-thumb {
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: var(--color-black-100);
  cursor: pointer;
  border: none;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-sim-slider-val {
  font-size: max(10px, 13rem);
  font-weight: 600;
  min-width: 104rem;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-sim-calculator__result {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14rem;
  border-top: 1px solid var(--color-gray-500);
  padding-top: 24rem;
  margin-bottom: 16rem;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-sim-result-item {
  background: var(--color-white-100);
  border: 1px solid var(--color-gray-500);
  border-radius: 10rem;
  padding: 20rem 24rem;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-sim-result-label {
  font-size: max(10px, 12rem);
  color: var(--color-gray-300);
  margin-bottom: 6rem;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-sim-result-value {
  font-size: max(10px, 24rem);
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}@media (max-width: 750px) {
  .container[page-name=bc-ai-station] section.bc-station-details .bc-sim-calculator {
    padding: 20rem 18rem;
  }
  .container[page-name=bc-ai-station] section.bc-station-details .bc-sim-input-row {
    grid-template-columns: 1fr;
    gap: 6rem;
  }
  .container[page-name=bc-ai-station] section.bc-station-details .bc-sim-calculator__result {
    grid-template-columns: 1fr;
  }
}

/* Investment comparison grid */
.container[page-name=bc-ai-station] section.bc-station-details .bc-compare-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14rem;
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] section.bc-station-details .bc-compare-grid {
    grid-template-columns: 1fr;
  }
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-compare-card {
  border: 1px solid var(--color-gray-500);
  border-radius: 10rem;
  overflow: hidden;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-compare-card__head {
  padding: 14rem 18rem;
  text-align: center;
  font-size: max(10px, 14rem);
  font-weight: 700;
  background: var(--color-gray-600);
  border-bottom: 1px solid var(--color-gray-500);
  -webkit-font-smoothing: antialiased;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-compare-card--highlight .bc-compare-card__head {
  background: var(--color-black-100);
  color: var(--color-white-100);
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-compare-card__body {
  padding: 20rem 18rem;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-compare-dl {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-compare-dl dt {
  font-size: max(10px, 11rem);
  color: var(--color-gray-300);
  margin-bottom: 2rem;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-compare-dl dd {
  font-size: max(10px, 13rem);
  font-weight: 600;
  color: var(--color-black-100);
  margin-left: 0;
}

/* Tax cards */
.container[page-name=bc-ai-station] section.bc-station-details .bc-tax-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14rem;
  margin: 20rem 0;
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] section.bc-station-details .bc-tax-grid {
    grid-template-columns: 1fr;
  }
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-tax-card {
  border: 1px solid var(--color-gray-500);
  border-radius: 10rem;
  overflow: hidden;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-tax-card__head {
  padding: 14rem 20rem;
  font-size: max(10px, 14rem);
  font-weight: 700;
  background: var(--color-gray-600);
  border-bottom: 1px solid var(--color-gray-500);
  -webkit-font-smoothing: antialiased;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-tax-card--highlight .bc-tax-card__head {
  background: var(--color-black-100);
  color: var(--color-white-100);
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-tax-card__body {
  padding: 20rem;
  font-size: max(10px, 14rem);
  color: var(--color-gray-200);
  line-height: 1.85;
}

/* GPU usage grid */
.container[page-name=bc-ai-station] section.bc-station-details .bc-gpu-usage-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: 28rem;
  border: 1px solid var(--color-gray-500);
  border-radius: 12rem;
  overflow: hidden;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-gpu-usage-card {
  display: flex;
  gap: 16rem;
  padding: 24rem;
  border-bottom: 1px solid var(--color-gray-500);
  border-right: 1px solid var(--color-gray-500);
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-gpu-usage-card:nth-child(even) {
  border-right: none;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-gpu-usage-card:nth-last-child(-n+2) {
  border-bottom: none;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-gpu-usage-card__icon {
  width: 40rem;
  height: 40rem;
  background: var(--color-black-100);
  color: var(--color-white-100);
  border-radius: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-gpu-usage-card__title {
  font-size: max(10px, 15rem);
  font-weight: 700;
  margin-bottom: 10rem;
  -webkit-font-smoothing: antialiased;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-gpu-usage-card__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-gpu-usage-card__list li {
  font-size: max(10px, 13rem);
  color: var(--color-gray-200);
  line-height: 1.6;
  padding-left: 12rem;
  position: relative;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-gpu-usage-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 4rem;
  height: 4rem;
  background: var(--color-gray-400);
  border-radius: 50%;
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] section.bc-station-details .bc-gpu-usage-grid {
    grid-template-columns: 1fr;
  }
  .container[page-name=bc-ai-station] section.bc-station-details .bc-gpu-usage-card {
    border-right: none;
  }
  .container[page-name=bc-ai-station] section.bc-station-details .bc-gpu-usage-card:nth-last-child(-n+2) {
    border-bottom: 1px solid var(--color-gray-500);
  }
  .container[page-name=bc-ai-station] section.bc-station-details .bc-gpu-usage-card:last-child {
    border-bottom: none;
  }
}

/* Scroll link below usecase grid */
.container[page-name=bc-ai-station] section.bc-station-details .bc-feature-scroll-link-wrap {
  margin-top: 24rem;
  font-size: max(10px, 14rem);
  color: var(--color-gray-200);
  line-height: 1.8;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-feature-scroll-link {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--color-black-100);
  font-weight: 500;
  cursor: pointer;
  transition: opacity 0.2s;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-feature-scroll-link:hover {
  opacity: 0.6;
}

/* Mobile: feature header */
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] section.bc-station-details .bc-feature-list {
    gap: 56rem;
    margin-top: 40rem;
  }
  .container[page-name=bc-ai-station] section.bc-station-details .bc-feature__num {
    font-size: max(10px, 52rem);
  }
  .container[page-name=bc-ai-station] section.bc-station-details .bc-feature__name {
    font-size: max(10px, 26rem);
  }
  .container[page-name=bc-ai-station] section.bc-station-details .bc-feature__body {
    gap: 44rem;
  }
}

/* Note tooltip (吹き出し補足) */
.note-ref-wrap {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
}
.note-trigger {
  background: none;
  border: none;
  padding: 0 3px;
  margin: 0;
  cursor: pointer;
  color: inherit;
  display: inline-flex;
  align-items: center;
  vertical-align: -5px;
  font-size: 0;
  opacity: 0.65;
  transition: opacity 0.2s;
}
.note-trigger svg {
  width: 20px;
  height: 20px;
}
.note-trigger:hover,
.note-ref-wrap.is-active .note-trigger {
  opacity: 1;
}
.note-tooltip {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  background: rgba(12, 12, 12, 0.96);
  color: #d8d8d8;
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.03em;
  padding: 12px 15px;
  border-radius: 8px;
  width: 280px;
  white-space: normal;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  z-index: 300;
  border: 1px solid rgba(255, 230, 0, 0.2);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.5);
  text-align: left;
}
.note-tooltip::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-bottom-color: rgba(12, 12, 12, 0.96);
}
.note-ref-wrap.is-active .note-tooltip {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
@media (max-width: 480px) {
  .note-tooltip {
    width: min(260px, calc(100vw - 40px));
    left: 0;
    transform: translateX(-20px) translateY(-6px);
  }
  .note-tooltip::before {
    left: 28px;
    transform: none;
  }
  .note-ref-wrap.is-active .note-tooltip {
    transform: translateX(-20px) translateY(0);
  }
}

/* ────────────────────────────────────────────────
   BC-AI STATION — Feature simplified summary / highlights / CTA
   ──────────────────────────────────────────────── */
.container[page-name=bc-ai-station] section.bc-station-details .bc-feature-summary {
  font-size: max(10px, 15rem);
  line-height: 1.9;
  color: var(--color-gray-200);
  margin-bottom: -16rem;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-feature-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16rem;
  margin-bottom: 36rem;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-feature-highlight {
  background: var(--color-gray-600);
  border-radius: 16rem;
  padding: 28rem 24rem;
  text-align: center;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-feature-highlight__value {
  font-size: max(10px, 24rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-black-100);
  font-family: "Instrument Sans", "Noto Sans JP", sans-serif;
  margin-bottom: 10rem;
  line-height: 1.15;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-feature-highlight__unit {
  font-size: max(10px, 13rem);
  font-weight: 500;
  letter-spacing: 0;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-feature-highlight__label {
  font-size: max(10px, 11rem);
  color: var(--color-gray-300);
  line-height: 1.6;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-feature-cta {
  display: flex;
  justify-content: flex-start;
  margin-top: 4rem;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-feature-cta__link {
  display: inline-flex;
  align-items: center;
  gap: 8rem;
  padding: 13rem 24rem;
  border: 1.5px solid var(--color-black-100);
  border-radius: 100px;
  font-size: max(10px, 13rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--color-black-100);
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-feature-cta__link:hover {
  background: var(--color-black-100);
  color: var(--color-white-100);
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] section.bc-station-details .bc-feature-summary {
    margin-bottom: 24rem;
  }
  .container[page-name=bc-ai-station] section.bc-station-details .bc-feature-highlights {
    grid-template-columns: 1fr;
    gap: 12rem;
    margin-bottom: 28rem;
  }
  .container[page-name=bc-ai-station] section.bc-station-details .bc-feature-highlight {
    padding: 20rem;
    border-radius: 12rem;
  }
}

/* ────────────────────────────────────────────────
   BC-AI STATION — Detail page hero
   ──────────────────────────────────────────────── */
.container[page-name=bc-ai-station] .bc-detail-hero {
  background: var(--color-black-100);
  color: var(--color-white-100);
  padding: 120rem 70rem 64rem;
}
.container[page-name=bc-ai-station] .bc-detail-hero__inner {
  max-width: var(--max-width, 1580px);
  margin: 0 auto;
}
.container[page-name=bc-ai-station] .bc-detail-hero__back {
  display: inline-flex;
  align-items: center;
  gap: 8rem;
  font-size: max(10px, 13rem);
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  margin-bottom: 48rem;
  letter-spacing: 0.04em;
  transition: color 0.2s;
}
.container[page-name=bc-ai-station] .bc-detail-hero__back:hover {
  color: rgba(255, 255, 255, 0.85);
}
.container[page-name=bc-ai-station] .bc-detail-hero__eyebrow {
  font-size: max(10px, 11rem);
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.35);
  text-transform: uppercase;
  margin-bottom: 14rem;
  font-family: "Instrument Sans", sans-serif;
}
.container[page-name=bc-ai-station] .bc-detail-hero__heading {
  display: flex;
  align-items: baseline;
  gap: 24rem;
}
.container[page-name=bc-ai-station] .bc-detail-hero__num {
  font-family: "Instrument Sans", sans-serif;
  font-size: max(10px, 80rem);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.12);
  line-height: 1;
  letter-spacing: -0.04em;
}
.container[page-name=bc-ai-station] .bc-detail-hero__title {
  font-size: max(10px, 34rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] .bc-detail-hero {
    padding: 72rem 20rem 40rem;
  }
  .container[page-name=bc-ai-station] .bc-detail-hero__back {
    margin-bottom: 32rem;
  }
  .container[page-name=bc-ai-station] .bc-detail-hero__num {
    font-size: max(10px, 52rem);
  }
  .container[page-name=bc-ai-station] .bc-detail-hero__title {
    font-size: max(10px, 24rem);
  }
  .container[page-name=bc-ai-station] .bc-detail-hero__heading {
    gap: 14rem;
  }
}

/* ────────────────────────────────────────────────
   BC-AI STATION — Tax detail: steps & loan grid
   ──────────────────────────────────────────────── */
.container[page-name=bc-ai-station] section.bc-station-details .bc-tax-steps {
  display: flex;
  flex-direction: column;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-tax-step {
  display: flex;
  gap: 24rem;
  padding: 24rem 0;
  border-bottom: 1px solid var(--color-gray-500);
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-tax-step:first-child {
  padding-top: 0;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-tax-step__num {
  font-family: "Instrument Sans", sans-serif;
  font-size: max(10px, 28rem);
  font-weight: 700;
  color: var(--color-gray-500);
  letter-spacing: -0.02em;
  line-height: 1;
  min-width: 44rem;
  padding-top: 3rem;
  flex-shrink: 0;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-tax-step__title {
  font-size: max(10px, 15rem);
  font-weight: 600;
  margin-bottom: 6rem;
  color: var(--color-black-100);
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-tax-step__text {
  font-size: max(10px, 13rem);
  line-height: 1.8;
  color: var(--color-gray-300);
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-tax-loan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16rem;
  margin-top: 20rem;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-tax-loan-card {
  background: var(--color-gray-600);
  border-radius: 12rem;
  padding: 24rem;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-tax-loan-card__step {
  font-family: "Instrument Sans", sans-serif;
  font-size: max(10px, 11rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--color-gray-400);
  margin-bottom: 10rem;
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-tax-loan-card__title {
  font-size: max(10px, 14rem);
  font-weight: 600;
  margin-bottom: 8rem;
  color: var(--color-black-100);
}
.container[page-name=bc-ai-station] section.bc-station-details .bc-tax-loan-card__text {
  font-size: max(10px, 12rem);
  line-height: 1.8;
  color: var(--color-gray-300);
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] section.bc-station-details .bc-tax-step {
    gap: 16rem;
  }
  .container[page-name=bc-ai-station] section.bc-station-details .bc-tax-step__num {
    min-width: 32rem;
    font-size: max(10px, 22rem);
  }
  .container[page-name=bc-ai-station] section.bc-station-details .bc-tax-loan-grid {
    grid-template-columns: 1fr;
  }
}
/* === BC-AI Station - Comparison Charts === */
.container[page-name=bc-ai-station] .bc-comparison-charts {
  margin-top: 48rem;
  display: flex;
  flex-direction: column;
  gap: 40rem;
}
.container[page-name=bc-ai-station] .bc-comparison-chart {
  background: #0d0d0d;
  border-radius: 16rem;
  padding: 40rem 48rem;
}
.container[page-name=bc-ai-station] .bc-comparison-chart__heading {
  font-size: max(10px, 16rem);
  font-weight: 700;
  color: #5ce4f5;
  margin-bottom: 8rem;
  text-align: center;
  letter-spacing: 0.02em;
}
.container[page-name=bc-ai-station] .bc-comparison-chart__unit {
  font-size: max(10px, 15rem);
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin-bottom: 32rem;
}
.container[page-name=bc-ai-station] .bc-comparison-chart__rows {
  display: flex;
  flex-direction: column;
  gap: 14rem;
}
.container[page-name=bc-ai-station] .bc-comparison-chart__row {
  display: flex;
  align-items: center;
  gap: 16rem;
}
.container[page-name=bc-ai-station] .bc-comparison-chart__label {
  width: 220rem;
  flex-shrink: 0;
  text-align: right;
  font-size: max(10px, 13rem);
  color: #ffffff;
  font-family: "Instrument Sans", sans-serif;
  line-height: 1.3;
}
.container[page-name=bc-ai-station] .bc-comparison-chart__bar-wrap {
  flex: 1;
  height: 38rem;
  overflow: hidden;
}
.container[page-name=bc-ai-station] .bc-comparison-chart__bar {
  height: 100%;
  width: 0;
  background: var(--bar-color, #6dc849);
  border-radius: 0 5rem 5rem 0;
  transition: width 1.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition-delay: var(--bar-delay, 0s);
}
.container[page-name=bc-ai-station] .bc-comparison-charts.is-animated .bc-comparison-chart__bar {
  width: var(--bar-pct, 0%);
}
.container[page-name=bc-ai-station] .bc-comparison-chart__val {
  width: 64rem;
  flex-shrink: 0;
  font-size: max(10px, 14rem);
  font-weight: 600;
  color: #ffffff;
  font-family: "Instrument Sans", sans-serif;
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] .bc-comparison-chart {
    padding: 24rem 16rem;
    border-radius: 10rem;
  }
  .container[page-name=bc-ai-station] .bc-comparison-chart__label {
    width: 110rem;
    font-size: max(10px, 10rem);
  }
  .container[page-name=bc-ai-station] .bc-comparison-chart__bar-wrap {
    height: 26rem;
  }
  .container[page-name=bc-ai-station] .bc-comparison-chart__val {
    width: 44rem;
    font-size: max(10px, 11rem);
  }
}

/* ===== bc-ai_station_tax.html LP ===== */

/* Catchphrase */
.container[page-name=bc-ai-station] .bc-tax-catchphrase {
  text-align: center;
  padding: 52rem 0 40rem;
}
.container[page-name=bc-ai-station] .bc-tax-catchphrase__main {
  font-size: max(10px, 26rem);
  font-weight: 700;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 12rem;
}
.container[page-name=bc-ai-station] .bc-tax-catchphrase__sub {
  display: inline-block;
  font-size: max(10px, 14rem);
  background: #0da8d4;
  border-radius: 4px;
  padding: 10rem 20rem;
  color: #ffffff;
  margin-top: 32rem;
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] .bc-tax-catchphrase__main { font-size: max(10px, 20rem); }
}

/* Three key highlights */
.container[page-name=bc-ai-station] .bc-tax-keys {
  padding: 8rem 0 24rem;
}
.container[page-name=bc-ai-station] .bc-tax-keys__row {
  display: flex;
  align-items: stretch;
  gap: 12rem;
}
.container[page-name=bc-ai-station] .bc-tax-keys__item {
  flex: 1;
  text-align: center;
  padding: 28rem 24rem;
}
.container[page-name=bc-ai-station] .bc-tax-hero .bc-tax-keys__item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12rem;
}
.container[page-name=bc-ai-station] .bc-tax-keys__value {
  font-size: max(10px, 22rem);
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.container[page-name=bc-ai-station] .bc-tax-keys__label {
  font-size: max(10px, 11rem);
  color: var(--color-gray-300);
  margin-top: 8rem;
  line-height: 1.5;
}
.container[page-name=bc-ai-station] .bc-tax-keys__cross {
  font-size: max(10px, 20rem);
  font-weight: 300;
  color: var(--color-gray-400);
  line-height: 1;
  padding: 0 4rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.container[page-name=bc-ai-station] .bc-tax-keys__disclaimer {
  text-align: center;
  font-size: max(10px, 11rem);
  color: var(--color-gray-300);
  margin-top: 20rem;
  padding-top: 16rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 680px) {
  .container[page-name=bc-ai-station] .bc-tax-keys__row {
    flex-direction: column;
    gap: 8rem;
  }
  .container[page-name=bc-ai-station] .bc-tax-keys__cross {
    justify-content: center;
    padding: 0;
  }
}

/* LP section wrapper */
.container[page-name=bc-ai-station] .bc-tax-lp-section {
  padding: 90rem 0;
  border-top: 1px solid var(--color-gray-500);
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] .bc-tax-lp-section {
    padding: 52rem 0;
  }
}
.container[page-name=bc-ai-station] .bc-tax-lp-section__eyebrow {
  font-family: "Instrument Sans", sans-serif;
  font-size: max(10px, 11rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-gray-300);
  margin-bottom: 10rem;
  text-align: center;
}
.container[page-name=bc-ai-station] .bc-tax-lp-section__title {
  font-size: max(10px, 22rem);
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 6rem;
  line-height: 1.4;
  text-align: center;
}
.container[page-name=bc-ai-station] .bc-tax-lp-section__lead {
  font-size: max(10px, 15rem);
  color: var(--color-gray-200);
  line-height: 1.9;
  margin-bottom: 28rem;
  text-align: center;
}
.container[page-name=bc-ai-station] .bc-tax-lp-section__note {
  font-size: max(10px, 11rem);
  color: var(--color-gray-300);
  margin-top: 12rem;
}

/* Pie charts */
.container[page-name=bc-ai-station] .bc-tax-pie-premise {
  font-size: max(10px, 13rem);
  color: var(--color-gray-200);
  background: var(--color-gray-600);
  border: 1px solid var(--color-gray-500);
  border-radius: 8rem;
  padding: 14rem 20rem;
  margin-bottom: 24rem;
  display: block;
  margin-left: auto;
  width: fit-content;
}
.container[page-name=bc-ai-station] .bc-tax-pie-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20rem;
}
@media (max-width: 640px) {
  .container[page-name=bc-ai-station] .bc-tax-pie-grid { grid-template-columns: 1fr; }
}
.container[page-name=bc-ai-station] .bc-tax-pie-card {
  border: 1px solid var(--color-gray-500);
  border-radius: 12rem;
  padding: 28rem 24rem;
  text-align: center;
  background: var(--color-gray-600);
}
.container[page-name=bc-ai-station] .bc-tax-pie-card--good {
  border-color: var(--color-black-100);
  border-width: 2px;
  background: var(--color-white-100);
}
.container[page-name=bc-ai-station] .bc-tax-pie-card__title {
  font-size: max(10px, 13rem);
  font-weight: 700;
  margin-bottom: 20rem;
  -webkit-font-smoothing: antialiased;
}
.container[page-name=bc-ai-station] .bc-tax-donut {
  width: 150rem;
  height: 150rem;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 20rem;
}
.container[page-name=bc-ai-station] .bc-tax-donut-svg {
  width: 320rem;
  height: 320rem;
  display: block;
  margin: 0 auto 20rem;
}
.container[page-name=bc-ai-station] .bc-tax-donut::after {
  content: '';
  position: absolute;
  width: 52%;
  height: 52%;
  background: var(--color-gray-600);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container[page-name=bc-ai-station] .bc-tax-pie-card--good .bc-tax-donut::after {
  background: var(--color-white-100);
}
.container[page-name=bc-ai-station] .bc-tax-pie-legend {
  list-style: none;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 8rem;
  margin-top: 4rem;
}
.container[page-name=bc-ai-station] .bc-tax-pie-legend li {
  display: flex;
  align-items: center;
  gap: 8rem;
  font-size: max(10px, 12rem);
}
.container[page-name=bc-ai-station] .bc-tax-pie-legend__dot {
  width: 10rem;
  height: 10rem;
  border-radius: 2rem;
  flex-shrink: 0;
}
.container[page-name=bc-ai-station] .bc-tax-pie-legend__val {
  font-weight: 700;
  margin-left: auto;
  font-variant-numeric: tabular-nums;
}
.container[page-name=bc-ai-station] .bc-tax-pie-summary {
  text-align: center;
  margin-top: 20rem;
  font-size: max(10px, 13rem);
  color: var(--color-gray-200);
}
.container[page-name=bc-ai-station] .bc-tax-pie-summary strong {
  font-size: max(10px, 18rem);
  color: var(--color-black-100);
}

/* Pie chart spin-in animation */
@keyframes bc-pie-spin-in {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(-270deg);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
.container[page-name=bc-ai-station] [data-pie-animate] .bc-tax-donut-svg {
  opacity: 0;
  transform-origin: center center;
}
.container[page-name=bc-ai-station] [data-pie-animate].is-animated .bc-tax-donut-svg {
  animation: bc-pie-spin-in 0.85s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.container[page-name=bc-ai-station] [data-pie-animate].is-animated .bc-tax-pie-card:nth-child(2) .bc-tax-donut-svg {
  animation-delay: 0.2s;
}
@media (prefers-reduced-motion: reduce) {
  .container[page-name=bc-ai-station] [data-pie-animate] .bc-tax-donut-svg {
    opacity: 1;
  }
  .container[page-name=bc-ai-station] [data-pie-animate].is-animated .bc-tax-donut-svg {
    animation: none;
  }
}

/* Tax scheme comparison table */
.container[page-name=bc-ai-station] .bc-tax-scheme-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 20rem;
}
.container[page-name=bc-ai-station] .bc-tax-scheme-table {
  width: 100%;
  border-collapse: collapse;
  font-size: max(10px, 13rem);
  min-width: 580rem;
}
.container[page-name=bc-ai-station] .bc-tax-scheme-table th {
  background: var(--color-black-100);
  color: var(--color-white-100);
  padding: 12rem 16rem;
  text-align: center;
  font-weight: 500;
  font-size: max(10px, 12rem);
  white-space: nowrap;
}
.container[page-name=bc-ai-station] .bc-tax-scheme-table th.is-hl {
  background: #3a7a3a;
}
.container[page-name=bc-ai-station] .bc-tax-scheme-table td {
  padding: 12rem 16rem;
  border-bottom: 1px solid var(--color-gray-500);
  border-right: 1px solid var(--color-gray-500);
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}
.container[page-name=bc-ai-station] .bc-tax-scheme-table td:first-child {
  text-align: left;
  font-weight: 500;
  white-space: nowrap;
}
.container[page-name=bc-ai-station] .bc-tax-scheme-table td.is-hl {
  background: #f0fae8;
  font-weight: 700;
  border-right: none;
}
.container[page-name=bc-ai-station] .bc-tax-scheme-table .ic-ok { color: #3a7a3a; font-weight: 700; }
.container[page-name=bc-ai-station] .bc-tax-scheme-table .ic-tri { color: var(--color-gray-400); }
.container[page-name=bc-ai-station] .bc-tax-scheme-table .ic-ng { color: var(--color-gray-400); }

/* GPU about 2-col */
.container[page-name=bc-ai-station] .bc-gpu-about-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40rem;
  align-items: center;
  margin-top: 24rem;
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] .bc-gpu-about-cols { grid-template-columns: 1fr; }
}
.container[page-name=bc-ai-station] .bc-gpu-about-cols__img {
  width: 100%;
  border-radius: 10rem;
  display: block;
}
.container[page-name=bc-ai-station] .bc-gpu-about-cols__text {
  font-size: max(10px, 14rem);
  line-height: 1.9;
  color: var(--color-gray-200);
}

/* NVIDIA callout box */
.container[page-name=bc-ai-station] .bc-market-callout {
  background: #e8f4fb;
  border-left: 4px solid #3880ec;
  border-radius: 0 10rem 10rem 0;
  padding: 22rem 28rem;
  margin-top: 28rem;
  font-size: max(10px, 14rem);
  line-height: 1.85;
  color: var(--color-gray-100);
}
.container[page-name=bc-ai-station] .bc-market-callout strong {
  color: var(--color-black-100);
}

/* Market growth bar chart */
.container[page-name=bc-ai-station] .bc-market-bars {
  display: flex;
  align-items: flex-end;
  gap: 10rem;
  height: 200rem;
  border-bottom: 2px solid var(--color-gray-500);
  margin-top: 28rem;
}
.container[page-name=bc-ai-station] .bc-mbar {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.container[page-name=bc-ai-station] .bc-mbar__fill {
  width: 100%;
  border-radius: 3rem 3rem 0 0;
  background: var(--color-gray-400);
  height: var(--h);
}
.container[page-name=bc-ai-station] .bc-mbar.is-forecast .bc-mbar__fill {
  background: color-mix(in srgb, var(--color-black-100) 45%, var(--color-gray-500));
}
.container[page-name=bc-ai-station] .bc-mbar.is-highlight .bc-mbar__fill {
  background: var(--color-black-100);
}
.container[page-name=bc-ai-station] .bc-mbar__val {
  font-size: max(8px, 9rem);
  color: var(--color-gray-300);
  margin-bottom: 4rem;
  text-align: center;
  white-space: nowrap;
}
.container[page-name=bc-ai-station] .bc-mbar__year {
  font-size: max(8px, 10rem);
  color: var(--color-gray-300);
  margin-top: 6rem;
  text-align: center;
}
.container[page-name=bc-ai-station] .bc-mbar.is-highlight .bc-mbar__year {
  font-weight: 700;
  color: var(--color-black-100);
}
.container[page-name=bc-ai-station] .bc-market-multiply {
  text-align: center;
  margin-top: 24rem;
  font-size: max(10px, 15rem);
  color: var(--color-gray-200);
}
.container[page-name=bc-ai-station] .bc-market-multiply strong {
  font-size: max(10px, 36rem);
  font-weight: 800;
  color: var(--color-black-100);
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.02em;
  display: block;
  margin: 4rem 0;
}
.container[page-name=bc-ai-station] .bc-market-chart__caption {
  text-align: center;
  font-size: max(10px, 11rem);
  color: var(--color-gray-300);
  margin-top: 10rem;
}

/* BackCast advantages */
.container[page-name=bc-ai-station] .bc-bc-adv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16rem;
  margin-top: 24rem;
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] .bc-bc-adv-grid { grid-template-columns: 1fr; }
}
.container[page-name=bc-ai-station] .bc-bc-adv-card {
  border: 1px solid var(--color-gray-500);
  border-radius: 12rem;
  padding: 24rem 20rem;
}
.container[page-name=bc-ai-station] .bc-bc-adv-card__num {
  font-family: "Instrument Sans", sans-serif;
  font-size: max(10px, 11rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--color-gray-300);
  margin-bottom: 10rem;
}
.container[page-name=bc-ai-station] .bc-bc-adv-card__title {
  font-size: max(10px, 15rem);
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 10rem;
  line-height: 1.4;
}
.container[page-name=bc-ai-station] .bc-bc-adv-card__text {
  font-size: max(10px, 13rem);
  color: var(--color-gray-200);
  line-height: 1.75;
}

/* FAQ */
.container[page-name=bc-ai-station] .bc-faq-list {
  margin-top: 20rem;
  border-top: 1px solid var(--color-gray-500);
}
.container[page-name=bc-ai-station] .bc-faq-item {
  border-bottom: 1px solid var(--color-gray-500);
}
.container[page-name=bc-ai-station] .bc-faq-item summary {
  list-style: none;
  padding: 20rem 0;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 12rem;
  font-size: max(10px, 14rem);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
.container[page-name=bc-ai-station] .bc-faq-item summary::-webkit-details-marker { display: none; }
.container[page-name=bc-ai-station] .bc-faq-item summary::before {
  content: 'Q';
  font-family: "Instrument Sans", sans-serif;
  font-weight: 700;
  font-size: max(10px, 12rem);
  color: var(--color-white-100);
  background: var(--color-black-100);
  min-width: 22rem;
  height: 22rem;
  border-radius: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1rem;
}
.container[page-name=bc-ai-station] .bc-faq-answer {
  padding: 0 0 20rem 34rem;
  font-size: max(10px, 14rem);
  line-height: 1.85;
  color: var(--color-gray-200);
}
.container[page-name=bc-ai-station] .bc-faq-answer a {
  color: var(--color-black-100);
  text-decoration: underline;
}

/* CTA buttons */
.container[page-name=bc-ai-station] .bc-tax-cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16rem;
  margin-top: 12rem;
}
@media (max-width: 600px) {
  .container[page-name=bc-ai-station] .bc-tax-cta-grid { grid-template-columns: 1fr; }
}
.container[page-name=bc-ai-station] .bc-tax-cta-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20rem 24rem;
  border: 1.5px solid var(--color-black-100);
  border-radius: 10rem;
  text-decoration: none;
  color: var(--color-black-100);
  transition: background 0.2s, color 0.2s;
  -webkit-font-smoothing: antialiased;
}
.container[page-name=bc-ai-station] .bc-tax-cta-btn:hover {
  background: var(--color-black-100);
  color: var(--color-white-100);
}
.container[page-name=bc-ai-station] .bc-tax-cta-btn__label {
  font-size: max(10px, 14rem);
  font-weight: 600;
}
.container[page-name=bc-ai-station] .bc-tax-cta-btn__sub {
  font-size: max(10px, 11rem);
  color: var(--color-gray-300);
  margin-top: 3rem;
}
.container[page-name=bc-ai-station] .bc-tax-cta-btn:hover .bc-tax-cta-btn__sub {
  color: var(--color-gray-400);
}

/* Tax page hero (uses career bg image) */
.container[page-name=bc-ai-station] .bc-tax-hero {
  position: relative;
  overflow: hidden;
  clip-path: inset(0);
  padding-top: 100rem;
  padding-bottom: 80rem;
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] .bc-tax-hero {
    padding-top: 64rem;
    padding-bottom: 52rem;
  }
}
.container[page-name=bc-ai-station] .bc-tax-hero__image {
  position: fixed;
  top: 0;
  height: 100svh;
  width: 100%;
  object-fit: cover;
}
.container[page-name=bc-ai-station] .bc-tax-hero__inner {
  position: relative;
  z-index: 1;
  max-width: var(--max-width, 1580px);
  margin: 0 auto;
  padding: 0 70rem;
  color: var(--color-white-100);
}
@media (max-width: 750px) {
  .container[page-name=bc-ai-station] .bc-tax-hero__inner {
    padding: 0 20rem;
  }
}
.container[page-name=bc-ai-station] .bc-tax-hero .bc-tax-keys {
  border-color: rgba(255, 255, 255, 0.2);
}
.container[page-name=bc-ai-station] .bc-tax-hero .bc-tax-keys__label,
.container[page-name=bc-ai-station] .bc-tax-hero .bc-tax-keys__cross,
.container[page-name=bc-ai-station] .bc-tax-hero .bc-tax-keys__disclaimer {
  color: rgba(255, 255, 255, 0.55);
}
