@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    background-attachment: initial;
    transition-delay: 0s;
    transition-duration: 0s;
  }
  html {
    scroll-behavior: auto;
  }
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  background: inherit;
  vertical-align: baseline;
  word-break: normal;
  color: inherit;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
  overflow: visible;
}

hr:not([size]) {
  height: 1px;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font: normal inherit inherit/inherit inherit;
}

nav li {
  list-style: none;
  padding: 0;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: currentColor;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

a:not([href]):not(class),
a:not([href]):not([class]):hover {
  cursor: default;
  color: inherit;
  text-decoration: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

pre,
code,
kbd,
samp {
  font: 1.05em "Fira Code", "Cascadia Code", Consolas, "Inconsolata", Monaco, Menlo, "Noto Mono", "Roboto Mono", "Droid Sans Mono", "Ubuntu Mono", "Ubuntu Monospace", "Source Code Pro", "Oxygen Mono", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.875em;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: inherit;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: inherit;
  background-color: inherit;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

iframe,
img,
input,
select,
textarea {
  height: auto;
  max-width: 100%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
  text-indent: 0;
  border-color: currentColor;
}

caption {
  color: inherit;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
  text-transform: none;
}

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

input,
button {
  overflow: visible;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border: 1px solid WindowFrame;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  padding: 0.25em 0.375em;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-transform: none;
  word-wrap: normal;
}

select:not([multiple]):not([size]) {
  background-image: "data:image/svg+xmlcharset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E";
}

::-ms-expand {
  display: none;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(disabled),
[type=button]:not(disabled),
[type=reset]:not(disabled),
[type=submit]:not(disabled) {
  cursor: pointer;
}

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

textarea {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  resize: vertical;
  vertical-align: top;
}

fieldset {
  min-width: 0;
  padding: 0.35em 0.75em 0.625em;
  margin: 0;
  border: 1px solid inherit;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  max-width: 100%;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

dialog {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

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

input::-moz-placeholder {
  opacity: 1;
}

input::placeholder {
  opacity: 1;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type=tel],
[type=url],
[type=email],
[type=number] {
  direction: ltr;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

::-moz-focusring {
  outline: 1px dotted ButtonText;
}

output {
  display: inline-block;
}

iframe {
  border: none;
}

audio,
canvas,
video {
  display: inline;
  display: inline-block;
  zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden=false] {
  display: initial;
}

[aria-hidden=false][hidden=false]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

html {
  overflow-x: clip;
}

body {
  position: relative;
  font-feature-settings: "palt";
  background-color: #e5e5e5;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 350;
  color: #212121;
  font-family: "Noto Sans JP", sans-serif;
}

body.is-dark-bg {
  background-color: #363636;
}

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

a {
  display: inline-block;
  color: inherit;
  word-break: break-all;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

.sp {
  display: none;
}

@media screen and (max-width: 769px) {
  .container {
    padding: 0 20px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.u-bold {
  font-weight: 400;
  color: #1b1b1b;
}

.u-bold--white {
  color: #fff;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  mix-blend-mode: exclusion;
}
.l-header.is-nav-open {
  mix-blend-mode: normal;
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
}

.l-header__logo {
  will-change: transform;
}

.l-header__logo a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}

.l-header__logo-icon {
  width: auto;
  height: 30px;
}

.l-header__logo-text {
  font-family: "Spline Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.l-header__hamburger {
  display: none;
}

.l-header__nav {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}

.l-header__nav-list {
  display: grid;
  grid-template-columns: auto auto;
  gap: 4px 80px;
  list-style: none;
}

.l-header__nav-item {
  line-height: 1.2;
}

.l-header__nav-item a {
  font-family: "Spline Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, transparent, black 4px, black calc(100% - 4px), transparent);
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 4px, black calc(100% - 4px), transparent);
}
.l-header__nav-item a > span {
  display: inline-flex;
}
.l-header__nav-item a .char {
  display: inline-block;
  position: relative;
  transition: transform 0.55s cubic-bezier(0.19, 1, 0.22, 1);
}
.l-header__nav-item a .char::after {
  content: attr(data-char);
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
}
@media (hover: hover) {
  .l-header__nav-item a:hover .char {
    transform: translateY(-100%);
  }
}

.l-header__nav-contact {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: "Spline Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, transparent, black 4px, black calc(100% - 4px), transparent);
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 4px, black calc(100% - 4px), transparent);
}
.l-header__nav-contact > span {
  display: inline-flex;
}
.l-header__nav-contact .char {
  display: inline-block;
  position: relative;
  transition: transform 0.55s cubic-bezier(0.19, 1, 0.22, 1);
}
.l-header__nav-contact .char::after {
  content: attr(data-char);
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
}
@media (hover: hover) {
  .l-header__nav-contact:hover .char {
    transform: translateY(-100%);
  }
}

.l-header__nav-contact::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-bottom: 3px;
  background-color: #fff;
}

/* =================================
   SP（767px以下）
================================= */
@media (max-width: 767px) {
  .l-header__inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .l-header__logo {
    position: relative;
    z-index: 1050;
  }
  .l-header__logo a {
    gap: 6px;
  }
  .l-header__logo-icon {
    height: 24px;
  }
  .l-header__logo-text {
    font-size: 20px;
  }
  .l-header__hamburger {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    padding: 0;
    position: relative;
    z-index: 1050;
  }
  .l-header__hamburger:focus, .l-header__hamburger:focus-visible {
    outline: none;
  }
  .l-header__hamburger::after {
    content: "";
    width: 20px;
    height: 20px;
    position: relative;
    background: linear-gradient(to bottom, transparent calc(50% - 0.5px), #fff calc(50% - 0.5px), #fff calc(50% + 0.5px), transparent calc(50% + 0.5px)) center/10px 100% no-repeat, linear-gradient(to right, transparent calc(50% - 0.5px), #fff calc(50% - 0.5px), #fff calc(50% + 0.5px), transparent calc(50% + 0.5px)) center/100% 10px no-repeat;
    transition: background 0.3s ease;
  }
  .l-header__hamburger.is-open::after {
    background: linear-gradient(to bottom, transparent calc(50% - 0.5px), #fff calc(50% - 0.5px), #fff calc(50% + 0.5px), transparent calc(50% + 0.5px)) center/10px 100% no-repeat;
  }
  .l-header__hamburger-text {
    font-family: "Spline Sans", sans-serif;
    font-weight: 400;
    color: #fff;
    transition: color 0.3s ease;
  }
  .l-header__hamburger.is-open .l-header__hamburger-text {
    color: #fff;
  }
  .l-header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #363636;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    padding: 108px 20px 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 1040;
  }
  .l-header__nav.is-open {
    opacity: 1;
    visibility: visible;
  }
  .l-header__nav-item,
  .l-header__nav-contact,
  .l-header__nav-footer {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(12px);
    transition: opacity 0.5s ease, filter 0.5s ease, transform 0.5s ease;
  }
  .l-header__nav.is-open .l-header__nav-item:nth-child(1) {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
    transition-delay: 0.08s;
  }
  .l-header__nav.is-open .l-header__nav-item:nth-child(3) {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
    transition-delay: 0.14s;
  }
  .l-header__nav.is-open .l-header__nav-item:nth-child(5) {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
    transition-delay: 0.2s;
  }
  .l-header__nav.is-open .l-header__nav-item:nth-child(2) {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
    transition-delay: 0.26s;
  }
  .l-header__nav.is-open .l-header__nav-item:nth-child(4) {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
    transition-delay: 0.32s;
  }
  .l-header__nav.is-open .l-header__nav-contact {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
    transition-delay: 0.38s;
  }
  .l-header__nav.is-open .l-header__nav-footer {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
    transition-delay: 0.44s;
  }
  .l-header__nav-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .l-header__nav-item {
    line-height: 1.5;
  }
  .l-header__nav-item:nth-child(2) {
    order: 4;
  }
  .l-header__nav-item:nth-child(3) {
    order: 2;
  }
  .l-header__nav-item:nth-child(4) {
    order: 5;
  }
  .l-header__nav-item:nth-child(5) {
    order: 3;
  }
  .l-header__nav-item a {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    overflow: visible;
  }
  .l-header__nav-item a .char::after {
    content: none;
  }
  .l-header__nav-contact {
    display: block;
    overflow: visible;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
  }
  .l-header__nav-contact .char::after {
    content: none;
  }
  .l-header__nav-contact::before {
    display: none;
  }
  .l-header__nav-footer {
    display: flex;
    flex-direction: column;
    margin-top: 28px;
    flex-grow: 1;
    width: 100%;
  }
  .l-header__nav-privacy {
    font-family: "Spline Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    opacity: 0.65;
    overflow: hidden;
    mask-image: linear-gradient(to bottom, transparent, black 4px, black calc(100% - 4px), transparent);
    -webkit-mask-image: linear-gradient(to bottom, transparent, black 4px, black calc(100% - 4px), transparent);
  }
  .l-header__nav-privacy > span {
    display: inline-flex;
  }
  .l-header__nav-privacy .char {
    display: inline-block;
    position: relative;
    transition: transform 0.55s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .l-header__nav-privacy .char::after {
    content: attr(data-char);
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
@media (max-width: 767px) and (hover: hover) {
  .l-header__nav-privacy:hover .char {
    transform: translateY(-100%);
  }
}
@media (max-width: 767px) {
  .l-header__nav-copyright {
    font-family: "Spline Sans", sans-serif;
    font-size: clamp(0px, 25.641025641vw, 100px);
    font-weight: 400;
    color: #fff;
    line-height: 1;
    margin-top: auto;
    margin-left: -20px;
    padding-top: 172px;
    padding-left: 13px;
    padding-right: 13px;
    width: 100vw;
    overflow: hidden;
  }
  .l-header__nav-globe {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110vw;
    aspect-ratio: 1/1;
    pointer-events: none;
    z-index: 0;
  }
  .l-header__nav-globe canvas {
    display: block;
    width: 100%;
    height: 100%;
  }
  .l-header__nav-list,
  .l-header__nav-contact,
  .l-header__nav-footer {
    position: relative;
    z-index: 1;
  }
}
.l-footer {
  position: relative;
  color: #fff;
  padding: 100px 0 32px;
}

.l-footer__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
}

.l-footer__top {
  display: contents;
}

.l-footer__logo {
  padding-bottom: 100px;
}

.l-footer__nav {
  padding-bottom: 100px;
}

.l-footer__logo a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.l-footer__logo-icon {
  width: auto;
  height: 40px;
}

.l-footer__logo-text {
  font-family: "Spline Sans", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

.l-footer__nav-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 24px;
  list-style: none;
}

.l-footer__nav-item {
  width: 322px;
}

.l-footer__nav-item a {
  font-family: "Spline Sans", sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, transparent, black 4px, black calc(100% - 4px), transparent);
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 4px, black calc(100% - 4px), transparent);
}
.l-footer__nav-item a > span {
  display: inline-flex;
}
.l-footer__nav-item a .char {
  display: inline-block;
  position: relative;
  transition: transform 0.55s cubic-bezier(0.19, 1, 0.22, 1);
}
.l-footer__nav-item a .char::after {
  content: attr(data-char);
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
}
@media (hover: hover) {
  .l-footer__nav-item a:hover .char {
    transform: translateY(-100%);
  }
}

.l-footer__bottom {
  display: contents;
  line-height: 1.2;
}

.l-footer__copyright {
  font-family: "Spline Sans", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
}

.l-footer__privacy-wrap {
  line-height: 1.2;
}

.l-footer__privacy {
  font-family: "Spline Sans", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  overflow: hidden;
  mask-image: linear-gradient(to bottom, transparent, black 4px, black calc(100% - 4px), transparent);
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 4px, black calc(100% - 4px), transparent);
}
.l-footer__privacy > span {
  display: inline-flex;
}
.l-footer__privacy .char {
  display: inline-block;
  position: relative;
  transition: transform 0.55s cubic-bezier(0.19, 1, 0.22, 1);
}
.l-footer__privacy .char::after {
  content: attr(data-char);
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
}
@media (hover: hover) {
  .l-footer__privacy:hover .char {
    transform: translateY(-100%);
  }
}

.l-footer__message {
  grid-column: 1/-1;
  padding-top: 160px;
}

.l-footer__message-title {
  display: flex;
  align-items: center;
  gap: 40px;
  font-family: "Spline Sans", sans-serif;
  font-size: clamp(0px, 8.4656084656vw, 128px);
  font-weight: 300;
  line-height: 1.1;
}

.l-footer__message-line {
  display: contents;
}

.l-footer__message-bar {
  flex-shrink: 0;
  flex-grow: 1;
  height: 1px;
  background-color: #fff;
}

.l-footer__message-bar--short {
  display: none;
}

.l-footer__message-bold {
  font-weight: 400;
  text-transform: uppercase;
}

.l-footer__message-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-footer__message-subtitle {
  font-size: 28px;
  color: #fff;
  letter-spacing: 0.04em;
}

.l-footer__message-subtitle-bold {
  font-weight: 400;
}

.l-footer__message-second {
  font-family: "Spline Sans", sans-serif;
  font-size: clamp(0px, 8.4656084656vw, 128px);
  font-weight: 300;
  line-height: 1.1;
  color: #fff;
}

/* =================================
   SP（767px以下）
================================= */
@media (max-width: 767px) {
  .l-footer {
    padding: 80px 0 20px;
  }
  .l-footer__inner {
    grid-template-columns: 1fr;
  }
  .l-footer__top {
    display: block;
  }
  .l-footer__logo {
    padding-bottom: 48px;
  }
  .l-footer__logo a {
    gap: 8px;
  }
  .l-footer__logo-icon {
    width: auto;
    height: 30px;
  }
  .l-footer__logo-text {
    font-size: 24px;
  }
  .l-footer__nav {
    padding-bottom: 0;
  }
  .l-footer__nav-list {
    gap: 8px 16px;
  }
  .l-footer__nav-item {
    width: auto;
  }
  .l-footer__nav-item a {
    font-size: 20px;
  }
  .l-footer__bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .l-footer__copyright {
    border-top: none;
    padding: 0;
    margin-top: 64px;
  }
  .l-footer__privacy-wrap {
    order: -1;
    border-top: none;
    padding: 0;
    margin-top: 48px;
    text-align: left;
  }
  .l-footer__message {
    padding-top: 100px;
  }
  .l-footer__message-title {
    display: block;
    font-size: clamp(0px, 16.4102564103vw, 64px);
  }
  .l-footer__message-line {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .l-footer__message-bar {
    flex-grow: 1;
    width: auto;
  }
  .l-footer__message-bar--short {
    display: inline-block;
    flex-grow: 1;
    width: auto;
  }
  .l-footer__message-line:nth-child(2) {
    justify-content: flex-end;
  }
  .l-footer__message-bottom {
    display: block;
    margin-top: 0;
    text-align: right;
    margin-top: 8px;
  }
  .l-footer__message-subtitle {
    display: none;
  }
  .l-footer__message-second {
    font-size: clamp(0px, 16.4102564103vw, 64px);
  }
}
.l-3d-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
}

.l-3d-bg canvas {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.l-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1040;
  pointer-events: none;
  visibility: hidden;
  transition: visibility 0.5s;
}

.l-drawer.is-open {
  pointer-events: auto;
  visibility: visible;
}

.l-drawer__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 27, 27, 0.65);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.l-drawer.is-open .l-drawer__overlay {
  opacity: 1;
}

.l-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.2%;
  height: 100%;
  background-color: #fff;
  z-index: 1050;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.l-drawer.is-open .l-drawer__panel {
  transform: translateX(0);
}

.l-drawer__close,
.l-drawer__heading,
.l-drawer__body .c-form {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(12px);
  transition: opacity 0.5s ease, filter 0.5s ease, transform 0.5s ease;
}

.l-drawer.is-open .l-drawer__close {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
  transition-delay: 0.2s;
}

.l-drawer.is-open .l-drawer__heading {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
  transition-delay: 0.3s;
}

.l-drawer.is-open .l-drawer__body .c-form {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
  transition-delay: 0.4s;
}

.l-drawer__close {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 1;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  padding: 0;
}
.l-drawer__close:focus, .l-drawer__close:focus-visible {
  outline: none;
}
.l-drawer__close::before, .l-drawer__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #1b1b1b;
}
.l-drawer__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-drawer__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (hover: hover) {
  .l-drawer__close:hover {
    opacity: 0.6;
  }
}

.l-drawer__body {
  padding: 100px 40px;
}

.l-drawer__heading {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 48px;
  padding-top: 24px;
  border-top: 1px solid #ddd;
}

.l-drawer__heading-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1b1b1b;
}

.l-drawer__heading-text {
  font-family: "Spline Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: #1b1b1b;
}

.l-drawer__logo {
  display: none;
}

/* =================================
   SP（767px以下）
================================= */
@media (max-width: 767px) {
  .l-drawer__overlay {
    display: none;
  }
  .l-drawer__panel {
    width: 100%;
  }
  .l-drawer__close {
    top: 16px;
    right: 20px;
  }
  .l-drawer__logo {
    display: block;
    position: absolute;
    top: 16px;
    left: 20px;
  }
  .l-drawer__logo a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #1b1b1b;
    text-decoration: none;
  }
  .l-drawer__logo-icon {
    width: 34px;
    height: 20px;
    filter: invert(1);
  }
  .l-drawer__logo-text {
    font-family: "Spline Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #1b1b1b;
  }
  .l-drawer__body {
    padding: 60px 20px 20px;
  }
  .l-drawer__heading {
    margin-bottom: 32px;
  }
}
.c-section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Spline Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: #1b1b1b;
}

.c-section-label::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #1b1b1b;
}

/* =================================
   SP（767px以下）
================================= */
@media (max-width: 767px) {
  .c-section-label {
    gap: 5px;
    font-size: 16px;
  }
  .c-section-label::before {
    width: 8px;
    height: 8px;
  }
}
.c-tag {
  display: inline-block;
  padding: 3px 8px;
  font-family: "Spline Sans", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #1b1b1b;
  border: 1px solid #1b1b1b;
  border-radius: 60px;
  line-height: 1.2;
}

.c-form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.c-form__field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.c-form__label {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #1b1b1b;
}

.c-form__required {
  font-family: "Spline Sans", sans-serif;
  color: #1b1b1b;
}

.c-form__input,
.c-form__textarea {
  width: 100%;
  padding: 10px 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #212121;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  outline: none;
  transition: border-color 0.2s ease;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.c-form__input::-moz-placeholder, .c-form__textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.c-form__input::placeholder,
.c-form__textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.c-form__input:focus,
.c-form__textarea:focus {
  border-color: #1b1b1b;
}

.c-form__textarea {
  min-height: 150px;
  resize: vertical;
}

.c-form__radios {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 4px;
}

.c-form__radio {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.c-form__radio input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.c-form__radio-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid #555;
  border-radius: 50%;
  flex-shrink: 0;
  transition: border-color 0.2s ease;
}
.c-form__radio-indicator::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #1b1b1b;
  transform: scale(0);
  transition: transform 0.15s ease;
}

.c-form__radio input[type=radio]:checked + .c-form__radio-indicator {
  border-color: #555;
}
.c-form__radio input[type=radio]:checked + .c-form__radio-indicator::after {
  transform: scale(1);
}

.c-form__radio-text {
  color: #212121;
}

.c-form__checkbox {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.c-form__checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.c-form__checkbox-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 2px;
  flex-shrink: 0;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.c-form__checkbox-indicator::after {
  content: "";
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg) scale(0);
  transition: transform 0.15s ease;
  margin-top: -3px;
}

.c-form__checkbox input[type=checkbox]:checked + .c-form__checkbox-indicator {
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}
.c-form__checkbox input[type=checkbox]:checked + .c-form__checkbox-indicator::after {
  transform: rotate(45deg) scale(1);
}

.c-form__checkbox-text {
  color: #212121;
}

.c-form__privacy {
  padding-top: 16px;
  text-align: center;
}

.c-form__privacy-link {
  color: #212121;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .c-form__privacy-link:hover {
    opacity: 0.6;
  }
}

.c-form__submit {
  margin-top: 32px;
}

.c-form__submit-btn {
  display: flex;
  height: 64px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #212121;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .c-form__submit-btn:hover {
    opacity: 0.7;
  }
}

.c-form__radios .wpcf7-form-control-wrap,
.c-form__radios .wpcf7-radio,
.c-form__privacy .wpcf7-form-control-wrap,
.c-form__privacy .wpcf7-acceptance {
  display: contents;
}

.c-form__radios .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
}

.c-form__radios .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.c-form__radios .wpcf7-list-item label input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #555;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  margin: 0;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.c-form__radios .wpcf7-list-item label input[type=radio]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #1b1b1b;
  transition: transform 0.15s ease;
}
.c-form__radios .wpcf7-list-item label input[type=radio]:checked::after {
  transform: translate(-50%, -50%) scale(1);
}

.c-form__radios .wpcf7-list-item-label {
  color: #212121;
}

.c-form__privacy .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
}

.c-form__privacy .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}

.c-form__privacy .wpcf7-list-item label input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 2px;
  flex-shrink: 0;
  position: relative;
  margin: 0;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.c-form__privacy .wpcf7-list-item label input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 1.5px 1.5px 0;
  transform: translate(-50%, -60%) rotate(45deg) scale(0);
  transition: transform 0.15s ease;
}
.c-form__privacy .wpcf7-list-item label input[type=checkbox]:checked {
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}
.c-form__privacy .wpcf7-list-item label input[type=checkbox]:checked::after {
  transform: translate(-50%, -60%) rotate(45deg) scale(1);
}

.c-form__privacy .wpcf7-list-item-label {
  color: #212121;
}

.c-form .cf7-cf-turnstile {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

input[type=submit].c-form__submit-btn {
  text-align: center;
}

.c-form .wpcf7-form-control-wrap {
  display: block;
}

.c-form .wpcf7-not-valid-tip {
  color: #d32f2f;
  font-size: 13px;
  margin-top: 6px;
}

.c-form .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 14px;
  text-align: center;
}

.c-form .wpcf7-mail-sent-ok {
  border-color: #4caf50;
  color: #2e7d32;
}

.c-form .wpcf7-spinner {
  margin: 16px auto 0;
  display: block;
}

/* =================================
   SP（767px以下）
================================= */
@media (max-width: 767px) {
  .c-form {
    gap: 24px;
  }
  .c-form__radios {
    flex-direction: column;
    gap: 16px;
  }
}
.p-mainvisual {
  position: relative;
  z-index: 1;
  padding: 200px 0 140px;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
}

.p-mainvisual__title {
  display: flex;
  align-items: center;
  gap: 40px;
  font-family: "Spline Sans", sans-serif;
  font-weight: 300;
  line-height: 1.1;
}

.p-mainvisual__title-line {
  display: contents;
}

.p-mainvisual__title-bar {
  flex-shrink: 0;
  flex-grow: 1;
  height: 1px;
  background-color: #212121;
  position: relative;
  top: 18px;
}

.p-mainvisual__title-bar--short {
  display: none;
}

.p-mainvisual__title-text {
  font-size: clamp(0px, 8.4656084656vw, 128px);
}

.p-mainvisual__title-text--bold {
  font-size: clamp(0px, 8.4656084656vw, 128px);
  font-weight: 400;
  text-transform: uppercase;
  color: #1b1b1b;
}

.p-mainvisual__title-kerning {
  letter-spacing: -0.04em;
}

.p-mainvisual__title-third {
  align-items: center;
  gap: 20px;
}

.p-mainvisual__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-mainvisual__subtitle {
  font-size: 28px;
  letter-spacing: 0.04em;
}

.p-mainvisual__title-second {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  font-family: "Spline Sans", sans-serif;
  font-weight: 300;
  line-height: 1.1;
}

.p-mainvisual__scroll {
  font-family: "Spline Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  color: #1b1b1b;
}

/* =================================
   SP（767px以下）
================================= */
@media (max-width: 767px) {
  .p-mainvisual {
    padding: 140px 0 100px;
  }
  .p-mainvisual__title {
    display: block;
  }
  .p-mainvisual__title-line {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .p-mainvisual__title-bar {
    flex-grow: 1;
    top: 5px;
    width: auto;
  }
  .p-mainvisual__title-bar--short {
    display: inline-block;
    flex-grow: 1;
    width: auto;
  }
  .p-mainvisual__title-text,
  .p-mainvisual__title-text--bold {
    font-size: clamp(0px, 16.4102564103vw, 64px);
  }
  .p-mainvisual__title-third {
    display: flex;
    gap: 12px;
    margin-top: 8px;
    justify-content: flex-end;
  }
  .p-mainvisual__title-second {
    display: none;
  }
  .p-mainvisual__bottom {
    margin-top: 40px;
  }
  .p-mainvisual__subtitle {
    font-size: 16px;
  }
}
.p-vision {
  position: relative;
  z-index: 1;
  padding: 100px 0 100px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.p-vision__heading {
  margin-bottom: 64px;
  line-height: 1.2;
}

.p-vision__title {
  font-size: 48px;
  letter-spacing: 0.04em;
}

.p-vision__tagline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
  font-family: "Spline Sans", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  color: #1b1b1b;
}

.p-vision__tagline-bar {
  display: inline-block;
  width: 64px;
  height: 1px;
  background-color: #212121;
}

/* =================================
   SP（767px以下）
================================= */
@media (max-width: 767px) {
  .p-vision {
    padding: 80px 0 48px;
    min-height: auto;
  }
  .p-vision__heading {
    margin-bottom: 48px;
  }
  .p-vision__title {
    font-size: 30px;
  }
  .p-vision__tagline {
    gap: 12px;
    font-size: 16px;
    margin-top: 30px;
  }
  .p-vision__tagline-bar {
    width: 48px;
  }
}
.p-value {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 160px;
}

.p-value__heading {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  line-height: 1.2;
}

.p-value__content {
  display: flex;
  align-items: center;
  gap: 140px;
  margin-top: 64px;
}

.p-value__list {
  display: flex;
  flex-direction: column;
  gap: 56px;
  margin-left: 115px;
}

.p-value__item-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.p-value__item-number {
  font-family: "Spline Sans", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
}

.p-value__item-bar {
  width: 143px;
  height: 1px;
  background-color: #212121;
}

.p-value__item-en {
  font-family: "Spline Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  color: #1b1b1b;
}

.p-value__item-en strong {
  font-weight: 400;
}

.p-value__item-title {
  margin-top: 8px;
  font-size: 32px;
  letter-spacing: 0.04em;
}

.p-value__image {
  position: relative;
  background-color: #363636;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 668/534;
  flex: 1 1 0%;
  min-width: 300px;
}

.p-value__image canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* =================================
   SP（767px以下）
================================= */
@media (max-width: 767px) {
  .p-value {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .p-value__heading {
    padding-top: 16px;
  }
  .p-value__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    margin-top: 48px;
  }
  .p-value__list {
    margin-left: 0;
    gap: 40px;
  }
  .p-value__item-number {
    font-size: 32px;
  }
  .p-value__item-bar {
    width: 64px;
  }
  .p-value__item-en {
    font-size: 13px;
  }
  .p-value__item-title {
    margin-top: 4px;
    font-size: 26px;
  }
  .p-value__image {
    display: none;
  }
}
.p-business {
  position: relative;
  z-index: 1;
  background-color: #363636;
  color: #fff;
  padding: 100px 0 220px;
}

.p-business__heading {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 24px;
  line-height: 1.2;
}

.p-business__heading .c-section-label {
  color: #fff;
}

.p-business__heading .c-section-label::before {
  background-color: #fff;
}

.p-business__intro {
  padding: 64px 0 40px;
  margin-left: 115px;
}

.p-business__intro-title {
  font-size: 48px;
  letter-spacing: 0.04em;
}

.p-business__intro-tagline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
  font-family: "Spline Sans", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
}

.p-business__intro-tagline-bar {
  display: inline-block;
  width: 64px;
  height: 1px;
  background-color: #fff;
}

.p-business__lead {
  max-width: 670px;
  margin-left: auto;
  padding-bottom: 160px;
}

.p-business__lead-title {
  font-size: 32px;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
  line-height: 1.8;
}

.p-business__lead-text {
  letter-spacing: 0.04em;
  text-align: justify;
  line-height: 1.8;
  text-indent: 5em;
}

.p-business__services {
  margin-top: 0;
}

.p-business__services-pinned {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100vh;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.p-business__services-pinned.is-pinned {
  border-color: transparent;
}

.p-business__3d {
  position: relative;
  overflow: hidden;
  padding: 24px 0 24px 40px;
}

.p-business__3d canvas {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.p-business__panels {
  position: relative;
  overflow: hidden;
}

.p-business__panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 40px 24px 72px;
  opacity: 0;
  filter: blur(8px);
  transition: opacity 0.6s ease, filter 0.6s ease;
  pointer-events: none;
}

.p-business__panel.is-active {
  opacity: 1;
  filter: blur(0px);
  pointer-events: auto;
}

.p-business__service {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.p-business__service:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.p-business__service-image {
  background-color: rgba(255, 255, 255, 0.08);
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-business__service-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-business__service-content {
  padding: 24px 40px 24px 72px;
}

.p-business__service-meta {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 60px;
}

.p-business__service-header {
  display: contents;
}

.p-business__service-number {
  font-family: "Spline Sans", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
}

.p-business__service-category {
  font-family: "Spline Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  align-self: center;
}

.p-business__service-tags {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.p-business__service-tags .c-tag {
  border-color: #fff;
  color: #fff;
  font-size: 12px;
}

.p-business__service-body {
  padding-left: 57px;
  padding-right: 115px;
  letter-spacing: 0.04em;
}

.p-business__service-lead {
  font-size: 15px;
  margin-bottom: 16px;
}

.p-business__service-title {
  font-size: 40px;
  margin-bottom: 40px;
}

.p-business__service-text {
  line-height: 1.8;
  text-align: justify;
}

/* =================================
   SP（767px以下）
================================= */
@media (max-width: 767px) {
  .p-business {
    padding: 80px 0 72px;
  }
  .p-business__services-pinned {
    grid-template-columns: 1fr;
    height: 100svh;
  }
  .p-business__3d {
    padding: 16px 20px;
    height: 40svh;
  }
  .p-business__panels {
    height: 60svh;
  }
  .p-business__panel {
    padding: 16px 20px;
  }
  .p-business__services-sp {
    display: none;
  }
  .p-business__panel .p-business__service-meta {
    margin-bottom: 20px;
  }
  .p-business__panel .p-business__service-body {
    padding-left: 0;
    padding-right: 0;
  }
  .p-business__panel .p-business__service-number {
    font-size: 32px;
  }
  .p-business__panel .p-business__service-title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .p-business__panel .p-business__service-lead {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .p-business__panel .p-business__service-text {
    font-size: 13px;
    line-height: 1.7;
  }
  .p-business__heading {
    padding-top: 16px;
  }
  .p-business__intro {
    padding: 48px 0 64px;
    margin-left: 0;
  }
  .p-business__intro-title {
    font-size: 30px;
  }
  .p-business__intro-tagline {
    margin-top: 32px;
    font-size: 16px;
  }
  .p-business__intro-tagline-bar {
    width: 48px;
  }
  .p-business__lead {
    padding-bottom: 128px;
  }
  .p-business__lead-title {
    font-size: 24px;
  }
  .p-business__lead-text {
    text-indent: 2.3em;
  }
  .p-business__service {
    grid-template-columns: 1fr;
    padding: 16px 20px 48px;
  }
  .p-business__service:last-child {
    border-bottom: none;
  }
  .p-business__service-content {
    display: contents;
    padding: 0;
  }
  .p-business__service-meta {
    display: contents;
  }
  .p-business__service-body {
    display: contents;
  }
  .p-business__service-number {
    font-size: 32px;
  }
  .p-business__service-header {
    display: flex;
    align-items: center;
    order: 1;
    margin-bottom: 0;
    gap: 13px;
  }
  .p-business__service-category {
    font-size: 13px;
  }
  .p-business__service-tags {
    grid-column: auto;
    order: 2;
    margin-bottom: 0;
    margin-top: 12px;
  }
  .p-business__service-image {
    order: 3;
    min-height: 200px;
    margin-top: 16px;
  }
  .p-business__service-lead {
    order: 4;
    margin-top: 24px;
    margin-bottom: 12px;
  }
  .p-business__service-title {
    order: 5;
    font-size: 28px;
    margin-bottom: 24px;
  }
  .p-business__service-text {
    order: 6;
  }
}
.p-casestudy {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 100px 0 160px;
}

.p-casestudy__heading {
  padding-bottom: 64px;
  border-top: 1px solid #ddd;
  padding-top: 24px;
  line-height: 1.2;
}

.p-casestudy__grid .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 64px;
}

.p-casestudy__item {
  padding: 12px 24px 0;
  border-top: 1px solid #212121;
}

.p-casestudy__item-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.p-casestudy__item-number {
  font-family: "Spline Sans", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
}

.p-casestudy__item-category {
  font-family: "Spline Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}

.p-casestudy__item-logo {
  margin-bottom: 16px;
  aspect-ratio: 389/219;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-casestudy__item-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-casestudy__item-name {
  font-size: 18px;
  letter-spacing: 0.04em;
}

/* =================================
   SP（767px以下）
================================= */
@media (max-width: 767px) {
  .p-casestudy {
    padding: 80px 0 100px;
  }
  .p-casestudy__heading {
    padding-top: 16px;
    padding-bottom: 48px;
  }
  .p-casestudy__grid {
    margin-left: -20px;
    margin-right: -20px;
  }
  .p-casestudy__grid .swiper-wrapper {
    display: flex;
    grid-template-columns: none;
    gap: 0;
  }
  .p-casestudy__item {
    width: 260px;
    padding: 12px 16px 24px;
  }
  .p-casestudy__item-header {
    gap: 14px;
    margin-bottom: 16px;
  }
  .p-casestudy__item-number {
    font-size: 32px;
  }
  .p-casestudy__item-logo {
    margin-bottom: 16px;
    padding: 20px 24px;
  }
  .p-casestudy__item-name {
    font-size: 16px;
  }
  .p-casestudy__scroll-indicator {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
  }
  .p-casestudy__scroll-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }
  .p-casestudy__scrollbar.swiper-scrollbar {
    position: relative;
    flex: 1;
    height: 4px;
    background-color: rgba(204, 204, 204, 0.87);
    border-radius: 4px;
  }
  .p-casestudy__scrollbar .swiper-scrollbar-drag {
    background-color: #363636;
    border-radius: 4px;
  }
}
.p-about {
  position: relative;
  z-index: 1;
  background-color: #e5e5e5;
  padding: 100px 0 60px;
}

.p-about__heading {
  border-top: 1px solid #ccc;
  padding-top: 24px;
  padding-bottom: 64px;
  line-height: 1.2;
}

.p-about__list {
  max-width: 900px;
  width: 80%;
  margin-left: auto;
}

.p-about__item {
  display: grid;
  grid-template-columns: 207px 1fr;
  gap: 24px;
  padding: 48px 0;
  border-bottom: 1px solid #ccc;
}

.p-about__item:first-child {
  border-top: none;
}

.p-about__item-label {
  letter-spacing: 0.04em;
}

.p-about__item-value {
  letter-spacing: 0.04em;
}

.p-about__certification img {
  height: 80px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* =================================
   SP（767px以下）
================================= */
@media (max-width: 767px) {
  .p-about {
    padding: 80px 0 20px;
  }
  .p-about__heading {
    padding-top: 16px;
    padding-bottom: 48px;
  }
  .p-about__list {
    width: 100%;
  }
  .p-about__item {
    grid-template-columns: 116px 1fr;
    align-items: start;
    gap: 16px;
    padding: 32px 0;
  }
  .p-about__item:first-child {
    padding-top: 0;
  }
  .p-about__item-label {
    font-size: 15px;
  }
  .p-about__item-value {
    font-size: 15px;
  }
  .p-about__certification img {
    height: 72px;
  }
}
.p-member {
  position: relative;
  z-index: 1;
  background-color: #e5e5e5;
  padding: 100px 0 220px;
}

.p-member__heading {
  border-top: 1px solid #ccc;
  padding-top: 24px;
  padding-bottom: 64px;
  line-height: 1.2;
}

.p-member__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
  max-width: 900px;
  margin-left: auto;
}

.p-member__card-image {
  width: 293px;
  height: 207px;
  background-color: #ccc;
  margin-bottom: 48px;
  overflow: hidden;
}

.p-member__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-member__card-info {
  text-align: left;
  letter-spacing: 0.04em;
}

.p-member__card-position {
  font-size: 14px;
  margin-bottom: 16px;
}

.p-member__card-name {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.p-member__card-name-ja {
  font-size: 24px;
}

.p-member__card-name-en {
  font-family: "Spline Sans", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
}

.p-member__card-bio {
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.04em;
}

/* =================================
   SP（767px以下）
================================= */
@media (max-width: 767px) {
  .p-member {
    padding: 80px 0 120px;
  }
  .p-member__heading {
    padding-top: 16px;
    padding-bottom: 48px;
  }
  .p-member__grid {
    grid-template-columns: 1fr;
    gap: 64px;
  }
  .p-member__card-header {
    display: grid;
    grid-template-columns: 142px 1fr;
    align-items: center;
    gap: 24px;
    margin-bottom: 32px;
  }
  .p-member__card-image {
    width: 142px;
    height: 100px;
    margin-bottom: 0;
  }
  .p-member__card-position {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .p-member__card-name {
    margin-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .p-member__card-name-ja {
    font-size: 20px;
  }
  .p-member__card-name-en {
    font-size: 12px;
  }
}
.p-contact {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 100px 0 160px;
}

.p-contact__heading {
  text-align: center;
  margin-bottom: 64px;
  line-height: 1.2;
}

/* PC: リンクエリア全体 */
.p-contact__link {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
  cursor: none;
}

.p-contact__content {
  position: relative;
  margin-inline: auto;
  width: 952px;
  max-width: 90%;
}

.p-contact__title {
  font-family: "Spline Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
}

.p-contact__title-text--light {
  font-weight: 300;
}

.p-contact__title-line {
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: clamp(0px, 8.4656084656vw, 128px);
}

.p-contact__title-bar {
  flex-shrink: 0;
  flex-grow: 1;
  height: 1px;
  background-color: #212121;
}

.p-contact__title-bar--short {
  flex-grow: 1;
}

.p-contact__title-line:last-child {
  justify-content: flex-start;
}

.p-contact__title-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -84px;
}

/* ボタン = マウスストーカー（PC） */
.p-contact__button {
  position: fixed;
  z-index: 10;
  pointer-events: none;
  mix-blend-mode: exclusion;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.6);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.p-contact__button.is-active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.p-contact__button .p-contact__btn {
  background-color: #fff;
  color: #1b1b1b;
}

.p-contact__button .p-contact__btn-arrow {
  filter: invert(1);
}

/* SP: ボタン */
.p-contact__sp-button {
  margin-top: 40px;
}

.p-contact__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 16px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #1b1b1b;
  color: #fff;
  text-decoration: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.p-contact__btn-text {
  font-family: "Spline Sans", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
}

.p-contact__btn-arrow {
  width: 22px;
  height: 22px;
  margin-top: 8px;
}

@media (hover: hover) {
  .p-contact__btn:hover {
    transform: scale(1.05);
    opacity: 0.9;
  }
}
/* =================================
   SP（767px以下）
================================= */
@media (max-width: 767px) {
  .p-contact {
    padding: 80px 0 100px;
  }
  .p-contact__heading {
    margin-bottom: 48px;
  }
  .p-contact__link {
    cursor: pointer;
  }
  .p-contact__title-line {
    font-size: clamp(0px, 13.5897435897vw, 53px);
    gap: 6px;
  }
  .p-contact__title-line:nth-child(2) {
    justify-content: flex-end;
  }
  .p-contact__title-line:last-child {
    justify-content: center;
  }
  .p-contact__title-desc {
    text-align: center;
    margin-top: 32px;
    margin-right: auto;
  }
  .p-contact__button {
    display: none;
  }
  .p-contact__sp-button {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
}
.p-privacy {
  position: relative;
  z-index: 1;
  padding: 230px 0 160px;
  background-color: #ededed;
}

.p-privacy__header {
  padding-top: 24px;
  padding-bottom: 80px;
  border-top: 1px solid #ddd;
}

.p-privacy__title {
  margin-top: 16px;
  font-size: 48px;
  font-weight: 350;
  letter-spacing: 0.04em;
  color: #1b1b1b;
}

.p-privacy__body {
  max-width: 783px;
  margin-left: auto;
  letter-spacing: 0.04em;
}
.p-privacy__body > p {
  color: #212121;
  margin-top: 16px;
  text-align: justify;
}
.p-privacy__body > hr {
  border: none;
  height: 1px;
  opacity: 1;
  background-color: #ddd;
  margin-top: 80px;
  margin-bottom: 24px;
}
.p-privacy__body > hr:first-child {
  display: none;
}
.p-privacy__body > h2 {
  font-size: 32px;
  font-weight: 400;
  color: #1b1b1b;
  margin-top: 16px;
  margin-bottom: 16px;
}
.p-privacy__body > :first-child {
  margin-top: 0;
}
.p-privacy__body > ul,
.p-privacy__body > ol {
  color: #212121;
  padding-left: 1.5em;
  margin-top: 16px;
  margin-bottom: 16px;
}
.p-privacy__body > ul li {
  list-style: disc;
}
.p-privacy__body > ol li {
  list-style: decimal;
}
.p-privacy__body > p strong,
.p-privacy__body > li strong {
  font-weight: 400;
}
.p-privacy__body > p a,
.p-privacy__body > li a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* =================================
   SP（767px以下）
================================= */
@media (max-width: 767px) {
  .p-privacy {
    padding: 108px 0 100px;
  }
  .p-privacy__header {
    padding-top: 16px;
    padding-bottom: 48px;
  }
  .p-privacy__title {
    margin-top: 12px;
    font-size: 32px;
  }
  .p-privacy__body {
    max-width: none;
    margin-left: 0;
  }
  .p-privacy__body > p {
    margin-top: 8px;
  }
  .p-privacy__body > h2 {
    font-size: 24px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .p-privacy__body > hr {
    margin-top: 48px;
    margin-bottom: 16px;
  }
  .p-privacy__body > ul,
  .p-privacy__body > ol {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}/*# sourceMappingURL=style.css.map */