@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* ------------------------------------------------------------
   Form UI Reset Styles
   - プレースホルダーと自動入力色のリセット
   - WebKit系ブラウザ（Chrome, Safari）対応済み
   - すべてのフォーム要素に適用
------------------------------------------------------------ */
/* ---------- 1. placeholder の色を統一 ---------- */
::placeholder {
  color: #aaa; /* 自由に変更可能 */
  opacity: 1; /* Safariで薄くなるのを防止 */
}

/* Edge・IE 対応 */
:-ms-input-placeholder {
  color: #aaa;
}

::-ms-input-placeholder {
  color: #aaa;
}

/* ---------- 2. 自動入力（autofill）の色崩れ防止 ---------- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important; /* 背景を白に戻す */
  -webkit-text-fill-color: #333 !important; /* テキストカラー統一 */
  transition: background-color 5000s ease-in-out 0s !important; /* 背景色変更を無効化 */
}

/* ---------- 3. 必須エラー時の共通スタイル ---------- */
input.error,
select.error,
textarea.error {
  border: 2px solid #e74c3c;
  background: #fff5f5;
}

.error-msg {
  color: #e74c3c;
  font-size: 0.85em;
  margin-top: 0.3rem;
}

/* ---------- 4. デフォルトフォームUIの見た目を少し整える ---------- */
input,
select,
textarea {
  font-family: inherit;
  font-size: 1rem;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  padding: 0.6rem 0.8rem;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #5da8ff; /* フォーカス時の色（好みに変更） */
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@media (max-width: 375px) {
  html {
    font-size: 62.5%;
    width: 375px;
    transform: scale(0.2666666667vw);
    transform-origin: top left;
  }
}
body {
  color: #000000;
  font-family: "Zen Old Mincho";
  background-color: #FFF;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

[id] {
  scroll-margin-top: 15rem;
}
@media (max-width: 768px) {
  [id] {
    scroll-margin-top: 8rem;
  }
}

a > img:hover,
a > div:hover {
  filter: grayscale(100%);
  transition: all 0.3s ease-in;
}

.c-section-title {
  color: #BDB8AA;
  font-family: Optima;
  font-size: clamp(2.2rem, 5.2vw, 7.5rem);
  font-weight: 400;
  line-height: normal;
}

.c-page-fv {
  padding-top: clamp(6rem, 6.94vw, 10rem);
}
.c-page-fv__inner {
  display: flex;
  justify-content: space-between;
  padding-inline: clamp(2.5rem, 3.47vw, 5rem);
}
@media (max-width: 768px) {
  .c-page-fv__inner {
    column-gap: 5rem;
  }
}
.c-page-fv__title {
  font-family: "Zen Old Mincho";
  font-size: clamp(1.5rem, 2.08vw, 3rem);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3.51px;
  flex-shrink: 0;
}
.c-page-fv__desc {
  max-width: clamp(21rem, 41.6vw, 60rem);
  font-family: "Zen Old Mincho";
  font-size: clamp(0.9rem, 1.04vw, 1.5rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1.35px;
}
@media (max-width: 768px) {
  .c-page-fv__desc {
    list-style: 1.66;
  }
}

.c-page-nav {
  display: flex;
  justify-content: center;
  column-gap: 2rem;
  padding-top: clamp(8rem, 11.8vw, 17rem);
}
@media (max-width: 768px) {
  .c-page-nav {
    column-gap: 1rem;
    padding-inline: clamp(2.5rem, 3.47vw, 5rem);
  }
}
.c-page-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 3rem;
  width: 100%;
  max-width: clamp(12.5rem, 27.7vw, 40rem);
  height: clamp(4rem, 6.94vw, 10rem);
  border: 1px solid #000;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .c-page-nav__link {
    flex: 1;
    min-width: 0;
    max-width: none;
    width: auto;
    column-gap: 1.5rem;
    padding-inline: 0.8rem;
    justify-content: center;
  }
}
.c-page-nav__link:hover {
  opacity: 0.6;
}
.c-page-nav__text {
  font-family: Optima;
  font-size: clamp(1.3rem, 1.66vw, 2.4rem);
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.16px;
}
@media (max-width: 768px) {
  .c-page-nav__text {
    letter-spacing: 1.17px;
  }
}
.c-page-nav__icon {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
}
@media (max-width: 768px) {
  .c-page-nav__icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.c-page-nav__icon path {
  stroke: #BDB8AA;
}

.c-btn {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: clamp(2.5rem, 3.47vw, 5rem);
}
.c-btn__text {
  color: #000;
  font-family: Optima;
  font-size: clamp(2.2rem, 4.5vw, 6.5rem);
  font-weight: 400;
  line-height: normal;
  transition: all 0.7s ease;
}
@media (max-width: 768px) {
  .c-btn__text {
    color: #000;
  }
}
.c-btn__icon {
  width: clamp(2rem, 3.47vw, 55rem);
  height: clamp(2rem, 3.47vw, 55rem);
}
.c-btn__icon circle {
  fill: #000;
  transition: all 0.7s ease;
}
@media (max-width: 768px) {
  .c-btn__icon circle {
    fill: #000;
  }
}
.c-btn__icon path {
  fill: #F7F7F7;
}
.c-btn:hover .c-btn__text {
  color: #F7F7F7;
}
.c-btn:hover .c-btn__icon circle {
  fill: #F7F7F7;
}
.c-btn:hover path {
  fill: #BDB8AA;
}

.c-gallery-slider {
  overflow: hidden;
}
.c-gallery-slider__slide {
  flex-shrink: 0;
}
.c-gallery-slider__slide--shape-square {
  width: 28rem;
}
@media (max-width: 768px) {
  .c-gallery-slider__slide--shape-square {
    width: 14rem;
  }
}
.c-gallery-slider__link {
  display: block;
}
.c-gallery-slider__img {
  display: block;
  width: 100%;
  height: auto;
}
.c-gallery-slider__slide--shape-portrait .c-gallery-slider__img {
  width: auto;
  max-width: 34rem;
  max-height: 52rem;
}
@media (max-width: 768px) {
  .c-gallery-slider__slide--shape-portrait .c-gallery-slider__img {
    max-width: 14rem;
    max-height: 21.4rem;
  }
}
.c-gallery-slider .splide__list {
  align-items: flex-start;
}
.c-gallery-slider--static .splide__track {
  overflow: visible;
}
.c-gallery-slider--static .splide__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
}

.c-service-issue {
  margin-top: clamp(5rem, 12.3vw, 17.8rem);
}
.c-service-issue__inner {
  padding-inline: clamp(2.5rem, 3.47vw, 5rem);
}
.c-service-issue__header {
  margin-bottom: clamp(2rem, 3.8vw, 4rem);
}
.c-service-issue__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: clamp(1rem, 2vw, 3.2rem);
  row-gap: 0.4rem;
}
.c-service-issue__title-main {
  font-family: Optima, "Zen Old Mincho", serif;
  font-size: clamp(2rem, 4vw, 5.8rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 5.22px;
}
@media (max-width: 768px) {
  .c-service-issue__title-main {
    letter-spacing: 1.8px;
  }
}
.c-service-issue__title-sub {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.5rem, 2.08vw, 3rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.79px;
}
@media (max-width: 768px) {
  .c-service-issue__title-sub {
    letter-spacing: 1.35px;
  }
}
.c-service-issue__divider {
  margin-top: clamp(1.5rem, 2.5vw, 3.5rem);
  height: 1px;
  border: none;
  background-image: repeating-linear-gradient(to right, #000 0, #000 12px, transparent 12px, transparent 20px);
}
.c-service-issue__tags {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.9rem, 1.11vw, 1.6rem);
  list-style: none;
}
.c-service-issue__tag {
  padding: clamp(0.6rem, 0.55vw, 0.8rem) clamp(1.4rem, 1.66vw, 2.4rem);
  border: 1px solid #000;
  border-radius: 60px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(0.7rem, 0.97vw, 1.4rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}

.c-related-project {
  margin-top: clamp(6rem, 11.6vw, 16.8rem);
}
.c-related-project__inner {
  padding-inline: clamp(2.5rem, 3.47vw, 5rem);
}
.c-related-project__header {
  margin-bottom: clamp(3rem, 6vw, 6rem);
}
.c-related-project__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: clamp(1rem, 2vw, 3.2rem);
  row-gap: 0.4rem;
}
.c-related-project__title-main {
  font-family: Optima, "Zen Old Mincho", serif;
  font-size: clamp(2rem, 4vw, 5.8rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 5.22px;
}
@media (max-width: 768px) {
  .c-related-project__title-main {
    letter-spacing: 1.8px;
  }
}
.c-related-project__title-sub {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.5rem, 2.08vw, 3rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2.79px;
}
@media (max-width: 768px) {
  .c-related-project__title-sub {
    letter-spacing: 1.35px;
  }
}
.c-related-project__divider {
  margin-top: clamp(1.5rem, 2.5vw, 3.5rem);
  height: 1px;
  border: none;
  background-image: repeating-linear-gradient(to right, #000 0, #000 12px, transparent 12px, transparent 20px);
}
.c-related-project__slider {
  overflow: hidden;
}
.c-related-project__slide {
  width: clamp(10.6rem, 23.3vw, 33.6rem);
}
.c-related-project__link {
  display: block;
  aspect-ratio: 336/282;
  background-color: #d9d9d9;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
.c-related-project__link:hover {
  opacity: 0.6;
}
.c-related-project__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-related-project--static .splide__track {
  overflow: visible;
}
.c-related-project--static .splide__list {
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(0.6rem, 2.8vw, 4.9rem);
  justify-content: center;
  padding-inline: clamp(2.5rem, 3.47vw, 5rem);
}
@media (max-width: 768px) {
  .c-related-project--static .splide__list {
    gap: 0.5rem;
  }
}

.c-service-process__header {
  margin-bottom: clamp(2.5rem, 4.8vw, 4.8rem);
}
.c-service-process__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: clamp(1rem, 2vw, 3.2rem);
  row-gap: 0.4rem;
}
.c-service-process__title-main {
  font-family: Optima, "Zen Old Mincho", serif;
  font-size: clamp(2rem, 4vw, 5.8rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 5.22px;
}
@media (max-width: 768px) {
  .c-service-process__title-main {
    letter-spacing: 1.8px;
  }
}
.c-service-process__title-sub {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.5rem, 2.08vw, 3rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.79px;
}
@media (max-width: 768px) {
  .c-service-process__title-sub {
    letter-spacing: 1.35px;
  }
}
.c-service-process__divider {
  margin-top: clamp(1.5rem, 2.5vw, 3.5rem);
  height: 1px;
  border: none;
  background-image: repeating-linear-gradient(to right, #000 0, #000 12px, transparent 12px, transparent 20px);
}
.c-service-process__list {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  list-style: none;
}
.c-service-process__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  column-gap: clamp(2rem, 4.86vw, 7rem);
  padding: clamp(1.5rem, 2.77vw, 4rem) clamp(2rem, 3.47vw, 5rem) clamp(2.5rem, 4vw, 5.8rem);
  border-top-left-radius: clamp(3rem, 3.47vw, 5rem);
  overflow: hidden;
}
.c-service-process__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../imgs/branding/process-card-bg.png") center/cover no-repeat;
  pointer-events: none;
}
.c-service-process__num, .c-service-process__content {
  position: relative;
  z-index: 1;
}
.c-service-process__num {
  flex-shrink: 0;
  font-family: Optima, "Zen Old Mincho", serif;
  font-size: clamp(1.4rem, 3.68vw, 5.3rem);
  font-weight: 400;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.08em;
}
.c-service-process__content {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  color: #BDB8AA;
}
@media (max-width: 768px) {
  .c-service-process__content {
    row-gap: 0.5rem;
  }
}
.c-service-process__en {
  font-family: Optima, "Zen Old Mincho", serif;
  font-size: clamp(1.4rem, 2.7vw, 3.9rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
.c-service-process__ja {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1rem, 1.73vw, 2.5rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.c-scroll-fade {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.c-scroll-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .c-scroll-fade {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.c-scroll-slide {
  opacity: 0;
  transform: translateX(4rem);
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.c-scroll-slide.is-visible {
  opacity: 1;
  transform: translateX(0);
}
@media (prefers-reduced-motion: reduce) {
  .c-scroll-slide {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

body.is-header-menu-open {
  overflow: hidden;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  padding-top: clamp(3rem, 3.47vw, 5rem);
  background-color: transparent;
}
.l-header.is-menu-open .l-header__logo {
  color: #BDB8AA;
}
.l-header.is-menu-open .l-header__sp-menu-bar {
  background-color: #BDB8AA;
}
.l-header.is-menu-open .l-header__sp-menu-bar:first-child {
  translate: 0 -50%;
  rotate: 45deg;
}
.l-header.is-menu-open .l-header__sp-menu-bar:last-child {
  translate: 0 -50%;
  rotate: -45deg;
}
.l-header__inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  padding-inline: clamp(2.5rem, 2.77vw, 4rem);
}
.l-header__logo {
  display: block;
  color: #000;
  font-family: Optima;
  font-size: clamp(2rem, 3.47vw, 5rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.l-header__right-content {
  display: flex;
  align-items: center;
  column-gap: clamp(2rem, 11.8vw, 17rem);
}
.l-header__nav {
  display: inline-flex;
  column-gap: clamp(2rem, 6.94vw, 10rem);
}
@media (max-width: 768px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav-link {
  color: #000;
  font-family: "DM Sans";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.l-header__sp-bar {
  position: relative;
  z-index: 2;
  display: none;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: auto;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media (max-width: 768px) {
  .l-header__sp-bar {
    display: block;
  }
}
.l-header__sp-menu-bar {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform-origin: center;
  transition: translate 0.3s ease, rotate 0.3s ease;
}
.l-header__sp-menu-bar:first-child {
  translate: 0 calc(-50% - 0.7rem);
}
.l-header__sp-menu-bar:last-child {
  translate: 0 calc(-50% + 0.7rem);
}
.l-header__sp-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  display: none;
  width: 22rem;
  height: 40vh;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 768px) {
  .l-header__sp-menu {
    display: block;
  }
}
.l-header.is-menu-open .l-header__sp-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-header__sp-menu-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 22rem;
  height: 100%;
  padding-top: calc(clamp(3rem, 3.47vw, 5rem) + 4rem + 4rem);
  padding-bottom: 4rem;
  padding-inline: clamp(2.5rem, 2.77vw, 4rem);
}
.l-header__sp-nav {
  display: flex;
  flex-direction: column;
  row-gap: 1.7rem;
}
.l-header__sp-nav-link {
  color: #BDB8AA;
  font-family: "DM Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}
.l-header__sp-menu-logo {
  display: block;
  width: 42px;
  height: 28px;
  line-height: 0;
}
.l-header__sp-menu-logo-img {
  display: block;
  width: 100%;
  height: auto;
}

.l-footer {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #000;
  color: #fff;
}
@media (max-width: 768px) {
  .l-footer {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
}
.l-footer__inner {
  padding-inline: 8rem;
}
@media (max-width: 768px) {
  .l-footer__inner {
    padding-inline: 2rem;
  }
}
.l-footer__main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 4rem;
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .l-footer__main {
    display: grid;
    grid-template-columns: minmax(min-content, 1fr) auto auto;
    grid-template-rows: auto auto;
    column-gap: 1.6rem;
    row-gap: 0;
    padding-bottom: 3rem;
  }
}
.l-footer__info {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .l-footer__info {
    display: contents;
  }
}
.l-footer__logo {
  display: block;
  width: 18rem;
}
@media (max-width: 768px) {
  .l-footer__logo {
    grid-column: 1;
    grid-row: 1;
    width: 13rem;
  }
}
.l-footer__logo-img {
  display: block;
  width: 100%;
  height: auto;
}
.l-footer__address {
  margin-top: 3rem;
  color: #999;
  font-family: Optima;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 1.48;
  letter-spacing: 0.48px;
}
@media (max-width: 768px) {
  .l-footer__address {
    grid-column: 1;
    grid-row: 2;
    margin-top: 2rem;
    line-height: 1.5;
    white-space: nowrap;
    min-width: max-content;
  }
}
.l-footer__mail {
  margin-top: 3rem;
  color: #999;
  font-family: Optima;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.48px;
}
@media (max-width: 768px) {
  .l-footer__mail {
    grid-column: 2;
    grid-row: 2;
    margin-top: 2rem;
    font-size: 1rem;
    line-height: 1.5;
    white-space: nowrap;
  }
}
.l-footer__nav-area {
  margin-left: 8rem;
}
@media (max-width: 768px) {
  .l-footer__nav-area {
    display: contents;
    margin-left: 0;
  }
}
.l-footer__nav {
  display: flex;
  column-gap: 10rem;
}
@media (max-width: 768px) {
  .l-footer__nav {
    display: none;
  }
}
.l-footer__nav-list {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}
.l-footer__nav-link {
  color: #fff;
  font-family: Optima;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
}
.l-footer__contact-link {
  display: flex;
  align-items: center;
  align-self: flex-end;
  margin-left: auto;
  column-gap: 3rem;
}
@media (max-width: 768px) {
  .l-footer__contact-link {
    grid-column: 3;
    grid-row: 2;
    align-self: end;
    justify-self: end;
    margin-left: 0;
    column-gap: 1.2rem;
  }
}
.l-footer__contact-text {
  color: #fff;
  font-family: Optima;
  font-size: 3.2rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .l-footer__contact-text {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .l-footer__contact-icon {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.l-footer__copyright {
  margin-top: 4.6rem;
  color: #999;
  font-family: Optima;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.48px;
}
@media (max-width: 768px) {
  .l-footer__copyright {
    margin-top: 3rem;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .l-footer__main {
    grid-template-columns: minmax(min-content, 1fr) auto;
    grid-template-rows: auto auto auto;
  }
  .l-footer__logo {
    grid-column: 1;
    grid-row: 1;
  }
  .l-footer__contact-link {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    justify-self: end;
  }
  .l-footer__address {
    grid-column: 1;
    grid-row: 2;
  }
  .l-footer__mail {
    grid-column: 1;
    grid-row: 3;
    margin-top: 1.2rem;
  }
}

.l-main {
  background-color: #BDB8AA;
  padding-top: 10rem;
  padding-bottom: clamp(5rem, 11.8vw, 17rem);
}
@media (max-width: 768px) {
  .l-main {
    padding-top: 5.3rem;
  }
}

.home .l-main {
  padding-top: 0;
}

.p-home-fv {
  width: 100%;
  height: 100svh;
}
.p-home-fv__slider,
.p-home-fv .splide__track,
.p-home-fv .splide__list,
.p-home-fv .splide__slide {
  height: 100%;
}
.p-home-fv__slider {
  width: 100%;
}
.p-home-fv__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-home-service {
  padding-top: clamp(6.4rem, 9.72vw, 14rem);
  padding-bottom: 15rem;
  padding-bottom: clamp(13rem, 4.86vw, 15rem);
  background-color: #BDB8AA;
}
.p-home-service__inner {
  position: relative;
  padding-inline: clamp(2.5rem, 5.55vw, 8rem);
}
.p-home-service__main-message {
  font-size: clamp(1.6rem, 2.08vw, 3rem);
  line-height: 1.6;
}
.p-home-service__text {
  margin-top: clamp(2.5rem, 3.47vw, 5rem);
  font-size: clamp(1.1rem, 1.25vw, 1.8rem);
  line-height: 1.9;
}
.p-home-service__btn {
  position: absolute;
  bottom: 0;
  right: 10rem;
}
@media (max-width: 768px) {
  .p-home-service__btn {
    bottom: -70px;
    right: 0;
    left: 2.5rem;
  }
}

.p-home-brand {
  padding-top: clamp(4rem, 4.1vw, 6rem);
  padding-bottom: clamp(6rem, 6.94vw, 10rem);
  background-color: #000;
}
.p-home-brand__inner {
  padding-inline: clamp(2.5rem, 5.55vw, 8rem);
}
.p-home-brand__content {
  margin-top: clamp(2rem, 4.16vw, 6rem);
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.p-home-project {
  padding-top: clamp(7rem, 7.63vw, 11rem);
  padding-bottom: clamp(6.6rem, 11.8vw, 17rem);
  background-color: #BDB8AA;
}
.p-home-project__inner {
  padding-inline: clamp(2.5rem, 5.55vw, 8rem);
}
.p-home-project__title-desc {
  margin-top: clamp(1.5rem, 2.08vw, 1.9rem);
  font-family: "Noto Serif JP";
  font-size: 2.4rem;
  font-size: clamp(1.1rem, 1.25vw, 1.8rem);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 2.16px;
}
.p-home-project__content {
  margin-top: 6rem;
}
.p-home-project__gallery {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.p-home-company {
  padding-bottom: 17.2rem;
  padding-bottom: clamp(7rem, 11.9vw, 17.2em);
  background-color: #BDB8AA;
  border-bottom: 1px solid #000;
}
.p-home-company__inner {
  padding-inline: clamp(2.5rem, 5.55vw, 8rem);
}
.p-home-company__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-home-company__content {
    flex-direction: column-reverse;
    row-gap: 2rem;
  }
}
.p-home-company__img-wrapper {
  max-width: 73rem;
  width: 100%;
  min-width: 0;
  height: auto;
  aspect-ratio: 730/500;
}
.p-home-company__text-content {
  max-width: 50rem;
}
.p-home-company__title-desc {
  margin-top: 2.5rem;
  color: #000;
  font-family: "Noto Serif JP";
  font-size: clamp(1.1rem, 1.25vw, 1.8rem);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 2.16px;
}

.p-home-column {
  margin-top: clamp(6rem, 8.33vw, 12rem);
  background-color: #BDB8AA;
}
.p-home-column__inner {
  padding-inline: clamp(2.5rem, 5.55vw, 8rem);
}
.p-home-column__content {
  display: flex;
  justify-content: space-between;
  column-gap: 10rem;
}
@media (max-width: 768px) {
  .p-home-column__content {
    flex-direction: column;
    row-gap: 3.8rem;
  }
}
.p-home-column__title {
  flex-shrink: 0;
  color: #000;
}
.p-home-column__item-content {
  flex: 1;
  min-width: 0;
  max-width: 65rem;
}
.p-home-column__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 2.4rem;
  border-bottom: 1px solid #000;
}
.p-home-column__item:first-child .p-home-column__link {
  border-top: 1px solid #000;
}
.p-home-column__link-title {
  font-family: "Zen Old Mincho";
  font-size: clamp(1.1rem, 1.25vw, 1.8rem);
  font-style: normal;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 1.98px;
}
.p-home-column__link-date {
  font-family: Optima;
  font-size: clamp(1.5rem, 1.59vw, 2.3rem);
  font-weight: 400;
  color: #000;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.07px;
}
.p-home-column__pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 2.4rem;
  margin-top: 3rem;
}
.p-home-column__pagination-link {
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
}
.p-home-column__pagination-link.is-current {
  font-weight: 500;
}
.p-home-column__pagination-ellipsis {
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  line-height: normal;
}

.p-branding {
  background-color: #BDB8AA;
}

.p-branding-main {
  margin-top: clamp(10rem, 11.8vw, 17rem);
}
.p-branding-main__inner {
  padding-inline: clamp(2.5rem, 3.47vw, 5rem);
}
.p-branding-main__layout {
  display: flex;
  align-items: stretch;
  column-gap: clamp(6.5rem, 15.27vw, 22rem);
}
@media (max-width: 768px) {
  .p-branding-main__layout {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "sidebar process";
    column-gap: 6.5rem;
  }
}
.p-branding-main__sidebar {
  flex-shrink: 0;
  align-self: stretch;
}
@media (max-width: 768px) {
  .p-branding-main__sidebar {
    grid-area: sidebar;
    align-self: start;
  }
}
.p-branding-main__sidebar-inner {
  position: sticky;
  top: clamp(10rem, 12vh, 12rem);
}
@media (max-width: 768px) {
  .p-branding-main__sidebar-inner {
    position: static;
  }
}
.p-branding-main__title {
  writing-mode: vertical-rl;
  font-family: Optima, "Zen Old Mincho", serif;
  font-size: clamp(3.4rem, 6.94vw, 10rem);
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.p-branding-main__body {
  width: 100rem;
}
@media (max-width: 768px) {
  .p-branding-main__body {
    display: contents;
  }
}
@media (max-width: 768px) {
  .p-branding-main .c-service-process {
    grid-area: process;
  }
}

.p-service {
  background-color: #BDB8AA;
}

.p-service-main {
  padding-block: clamp(8rem, 12vw, 14rem);
}
.p-service-main__inner {
  padding-inline: clamp(2.5rem, 3.47vw, 5rem);
}
.p-service-main__layout {
  display: grid;
  grid-template-columns: clamp(6rem, 8vw, 10rem) 1fr;
  gap: clamp(2rem, 4vw, 6rem);
  align-items: stretch;
}
@media (max-width: 768px) {
  .p-service-main__layout {
    grid-template-columns: clamp(4.8rem, 14vw, 6rem) 1fr;
    gap: clamp(1.2rem, 4vw, 2rem);
  }
}
.p-service-main__sidebar {
  align-self: stretch;
}
.p-service-main__sidebar-inner {
  position: sticky;
  top: clamp(10rem, 12vh, 12rem);
}
.p-service-main__title {
  writing-mode: vertical-rl;
  color: #000;
  font-family: Optima, "Zen Old Mincho", serif;
  font-size: clamp(3.5rem, 6.94vw, 10rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .p-service-main__title {
    font-size: clamp(2rem, 6vw, 2.8rem);
  }
}
.p-service-main__body {
  width: 100%;
}
.p-service-main__diagram {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 768px) {
  .p-service-main__diagram {
    justify-content: center;
  }
}
.p-service-main__lead {
  position: absolute;
  top: 0;
  left: 0%;
  z-index: 2;
  color: #FFF;
  font-family: "Zen Old Mincho";
  font-size: clamp(1.1rem, 2.63vw, 3.8rem);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 3.42px;
}
@media (max-width: 768px) {
  .p-service-main__lead {
    line-height: 1.6;
    letter-spacing: 1.08px;
  }
}
.p-service-main__stage {
  position: relative;
  width: 100%;
  max-width: clamp(31rem, 69.4vw, 1000rem);
  padding-bottom: clamp(10rem, 14vw, 16rem);
  overflow: hidden;
}
.p-service-main__ripples {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
}
.p-service-main__ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center center;
  transition: opacity 1s ease, transform 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-service-main__ripple--1 {
  width: 33.65%;
}
.p-service-main__ripple--2 {
  width: 65.42%;
}
.p-service-main__ripple--3 {
  width: 100%;
}
.p-service-main__items {
  position: absolute;
  top: 44%;
  left: 57%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: clamp(3rem, 4.86vw, 7rem);
  margin-top: calc(-1 * clamp(2.6rem, 4vw, 4rem));
  list-style: none;
  transform: translateX(-50%);
}
@media (max-width: 600px) {
  .p-service-main__items {
    width: 20rem;
    top: 40%;
    left: 60%;
    right: -15%;
    font-size: 2.3vw;
    row-gap: clamp(0rem, 3.47vw, 5rem);
  }
}
@media (max-width: 400px) {
  .p-service-main__items {
    row-gap: 0;
    top: 35%;
  }
}
.p-service-main__item {
  display: flex;
  align-items: center;
  column-gap: clamp(0.8rem, 1.5vw, 1.6rem);
  max-width: 100%;
  color: #fff;
  opacity: 0;
  translate: 0 0.8rem;
  transition: opacity 0.8s ease, translate 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-service-main__item-num {
  flex-shrink: 0;
  color: #fff;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(2.3rem, 5.41vw, 7.8rem);
  line-height: 1.55;
}
.p-service-main__item-text-wrapper {
  flex: 1;
}
@media (max-width: 400px) {
  .p-service-main__item-text-wrapper {
    margin-top: 2rem;
  }
}
.p-service-main__item-title {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.2rem, 1.73vw, 2.5rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.225rem;
}
.p-service-main__item-desc {
  display: block;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(0.9rem, 1.25vw, 1.8rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.162rem;
}
.p-service-main.is-active .p-service-main__ripple--1 {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition-delay: 0s;
}
.p-service-main.is-active .p-service-main__item--1 {
  opacity: 1;
  translate: 0 0;
  transition-delay: 0s;
}
.p-service-main.is-active .p-service-main__ripple--2 {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition-delay: 1.2s;
}
.p-service-main.is-active .p-service-main__item--2 {
  opacity: 1;
  translate: 0 0;
  transition-delay: 1.2s;
}
.p-service-main.is-active .p-service-main__ripple--3 {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition-delay: calc(1.2s * 2);
}
.p-service-main.is-active .p-service-main__item--3 {
  opacity: 1;
  translate: 0 0;
  transition-delay: calc(1.2s * 2);
}
.p-service-main.is-active .p-service-main__item--4 {
  opacity: 1;
  translate: 0 0;
  transition-delay: calc(1.2s * 3);
}

@media (prefers-reduced-motion: reduce) {
  .p-service-main__ripple, .p-service-main__item {
    transition: none;
  }
}
.p-service-list__inner {
  padding-inline: clamp(2.5rem, 3.47vw, 5rem);
}
.p-service-list__items {
  list-style: none;
}
.p-service-list__item {
  padding-bottom: clamp(3rem, 6.94vw, 10rem);
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.p-service-list__card {
  position: relative;
  display: grid;
  grid-template-columns: auto 21.5rem 1px 1fr;
  column-gap: clamp(2rem, 3.47vw, 5rem);
  align-items: start;
  padding-top: 2.5rem;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.p-service-list__card:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .p-service-list__card {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: clamp(1.2rem, 3.5vw, 2rem);
    row-gap: clamp(1.6rem, 4vw, 2.4rem);
    align-items: start;
    column-gap: 8rem;
  }
}
.p-service-list__num {
  font-family: Optima;
  font-size: clamp(5rem, 6.9vw, 10rem);
  letter-spacing: 5px;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-service-list__num {
    grid-row: 1;
    grid-column: 1;
    align-self: start;
  }
}
.p-service-list__media {
  flex-shrink: 0;
  max-width: 21.5rem;
  justify-self: end;
}
@media (max-width: 768px) {
  .p-service-list__media {
    grid-row: 1;
    grid-column: 2;
    width: 100%;
    max-width: 27.5rem;
    justify-self: end;
  }
}
.p-service-list__img {
  display: block;
  aspect-ratio: 215/260;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .p-service-list__img {
    aspect-ratio: 275/200;
  }
}
.p-service-list__divider {
  width: 1px;
  align-self: stretch;
  background-color: #000;
}
@media (max-width: 768px) {
  .p-service-list__divider {
    display: none;
  }
}
.p-service-list__body {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: clamp(2rem, 4.86vw, 7rem);
  align-self: start;
  filter: none;
}
.p-service-list__body:hover {
  filter: none;
}
@media (max-width: 768px) {
  .p-service-list__body {
    grid-row: 2;
    grid-column: 1/-1;
    display: flex;
    flex-direction: column;
    row-gap: 3rem;
  }
}
.p-service-list__title-row {
  display: contents;
}
@media (max-width: 768px) {
  .p-service-list__title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 1.6rem;
  }
}
.p-service-list__title {
  grid-column: 1;
  align-self: start;
  font-family: "Zen Old Mincho";
  font-size: clamp(1.7rem, 1.94vw, 2.8rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 1.4px;
}
@media (max-width: 768px) {
  .p-service-list__title {
    flex: 1;
    font-family: "Zen Old Mincho", serif;
  }
}
.p-service-list__desc {
  grid-column: 2;
  justify-self: end;
  align-self: start;
  max-width: 42.5rem;
  font-family: "Zen Old Mincho";
  font-size: clamp(0.9rem, 1vw, 1.2rem);
  font-weight: 500;
  line-height: 1.91;
  text-align: left;
}
@media (max-width: 768px) {
  .p-service-list__desc {
    line-height: 1.77;
  }
}
.p-service-list__link {
  position: absolute;
  right: 2.5rem;
  bottom: -5rem;
  line-height: 0;
}
@media (max-width: 768px) {
  .p-service-list__link {
    position: static;
    flex-shrink: 0;
  }
}
.p-service-list__link-icon {
  width: clamp(2.5rem, 4.51vw, 6.5rem);
  height: clamp(2.5rem, 4.51vw, 6.5rem);
}

.p-service-partner {
  padding-top: clamp(6rem, 11.8vw, 17rem);
}
.p-service-partner__inner {
  padding-inline: clamp(2.5rem, 3.47vw, 5rem);
}
.p-service-partner__header {
  margin-bottom: clamp(3rem, 4.5vw, 6rem);
}
.p-service-partner__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: clamp(1.2rem, 2vw, 2.4rem);
  row-gap: 0.8rem;
}
.p-service-partner__title-main {
  font-family: Optima;
  font-size: clamp(2rem, 4.1vw, 6rem);
  line-height: normal;
  letter-spacing: 5.22px;
}
@media (max-width: 768px) {
  .p-service-partner__title-main {
    letter-spacing: 1.8px;
  }
}
.p-service-partner__title-sub {
  font-family: "Zen Old Mincho";
  font-size: clamp(1.5rem, 2.08vw, 3rem);
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.79px;
}
@media (max-width: 768px) {
  .p-service-partner__title-sub {
    letter-spacing: 1.35px;
  }
}
.p-service-partner__divider {
  margin-top: clamp(1.5rem, 2.5vw, 3.5rem);
  height: 1px;
  border: none;
  background-image: repeating-linear-gradient(to right, #000 0, #000 12px, transparent 12px, transparent 20px);
}
.p-service-partner__lead {
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: clamp(1rem, 1.38vw, 2rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1.89px;
}
.p-service-partner__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.8rem, 1.5vw, 2rem);
  margin-top: clamp(2.7rem, 4.16vw, 6rem);
  list-style: none;
}
.p-service-partner__card {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  padding: clamp(1rem, 2vw, 2rem);
  border-radius: clamp(1.2rem, 2vw, 3rem);
  background: url("../imgs/service/partner-square-bg.svg") center/cover no-repeat;
}
.p-service-partner__card-text {
  color: #FFF;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique";
  font-size: clamp(0.7rem, 1.11vw, 1.6rem);
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.8px;
}

.p-company {
  background-color: #BDB8AA;
}

.p-company-main {
  padding-block: clamp(6rem, 10vw, 12rem) clamp(8rem, 12vw, 14rem);
}
.p-company-main__inner {
  padding-inline: clamp(2.5rem, 3.47vw, 5rem);
}
.p-company-main__layout {
  display: flex;
  column-gap: clamp(6.5rem, 13.8vw, 20rem);
  align-items: stretch;
}
@media (max-width: 768px) {
  .p-company-main__layout {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "sidebar hero" "body body";
    column-gap: 6.5rem;
    row-gap: 5rem;
  }
}
.p-company-main__sidebar {
  flex-shrink: 0;
  align-self: stretch;
}
@media (max-width: 768px) {
  .p-company-main__sidebar {
    grid-area: sidebar;
    align-self: start;
  }
}
.p-company-main__sidebar-inner {
  position: sticky;
  top: clamp(10rem, 12vh, 12rem);
}
@media (max-width: 768px) {
  .p-company-main__sidebar-inner {
    position: static;
  }
}
.p-company-main__title {
  writing-mode: vertical-rl;
  font-family: Optima;
  font-size: clamp(3.5rem, 6.94vw, 10rem);
  font-weight: 400;
  line-height: normal;
}
.p-company-main__content {
  width: 100rem;
}
@media (max-width: 768px) {
  .p-company-main__content {
    display: contents;
  }
}
.p-company-main__body {
  width: 100%;
}
@media (max-width: 768px) {
  .p-company-main__body {
    grid-area: body;
  }
}
.p-company-main__hero {
  width: 100%;
  aspect-ratio: 1000/640;
  margin-bottom: clamp(5rem, 8vw, 10rem);
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-company-main__hero {
    grid-area: hero;
    margin-bottom: 0;
  }
}
.p-company-main__hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-company-main__section + .p-company-main__section {
  margin-top: clamp(5rem, 8vw, 10rem);
}
.p-company-main__section-header {
  margin-bottom: clamp(2.5rem, 4vw, 5rem);
}
.p-company-main__section-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: clamp(1rem, 1.8vw, 2rem);
  row-gap: 0.4rem;
}
.p-company-main__section-title-main {
  font-size: clamp(2rem, 3.47vw, 5rem);
  font-family: Optima;
  font-style: normal;
  line-height: normal;
  letter-spacing: 5.22px;
}
@media (max-width: 768px) {
  .p-company-main__section-title-main {
    letter-spacing: 1.8px;
  }
}
.p-company-main__section-title-sub {
  font-size: clamp(1.5rem, 2.08vw, 3rem);
  font-family: "Zen Old Mincho";
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.79px;
}
@media (max-width: 768px) {
  .p-company-main__section-title-sub {
    letter-spacing: 1.35px;
  }
}
.p-company-main__divider {
  margin-top: clamp(1.5rem, 2.5vw, 3.5rem);
  height: 1px;
  border: none;
  background-image: repeating-linear-gradient(to right, #000 0, #000 12px, transparent 12px, transparent 20px);
}
.p-company-main__catch {
  margin-bottom: clamp(1.5rem, 2.5vw, 3rem);
  font-size: clamp(1.6rem, 2.56vw, 3.7rem);
  font-family: "Zen Old Mincho";
  font-weight: 600;
  line-height: 2;
  letter-spacing: 5px;
}
@media (max-width: 768px) {
  .p-company-main__catch {
    letter-spacing: 0.08em;
  }
}
.p-company-main__catch--mission {
  font-size: clamp(1.3rem, 2.08vw, 3rem);
  line-height: 1.75;
}
.p-company-main__lead {
  margin-bottom: clamp(1.5rem, 2.5vw, 3rem);
  font-size: clamp(1.1rem, 1.8vw, 2.6rem);
  font-family: "Zen Old Mincho";
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.5px;
}
@media (max-width: 768px) {
  .p-company-main__lead {
    letter-spacing: 0.08em;
  }
}
.p-company-main__text {
  font-size: clamp(0.8rem, 1.04vw, 1.5rem);
  font-family: "Zen Old Mincho";
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.98px;
}
@media (max-width: 768px) {
  .p-company-main__text {
    max-width: none;
    letter-spacing: 0.08em;
  }
}
.p-company-main__values {
  list-style: none;
}
.p-company-main__value {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3rem;
  align-items: start;
  padding-block: clamp(2.5rem, 4vw, 4rem);
}
.p-company-main__value + .p-company-main__value {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .p-company-main__value {
    grid-template-columns: 1fr;
    row-gap: clamp(1rem, 3vw, 1.6rem);
    padding-block: clamp(2rem, 5vw, 3rem);
  }
}
.p-company-main__value-head {
  display: flex;
  flex-direction: column;
  gap: clamp(0.4rem, 0.8vw, 0.8rem);
}
.p-company-main__value-title {
  font-size: clamp(1.6rem, 1.38vw, 2rem);
  font-family: "Zen Old Mincho";
  font-weight: 700;
  line-height: 2;
  letter-spacing: 2.34px;
}
@media (max-width: 768px) {
  .p-company-main__value-title {
    letter-spacing: 0.08em;
  }
}
.p-company-main__value-en {
  font-size: clamp(1.4rem, 1.38vw, 2rem);
  font-family: Optima;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 1.8px;
}
@media (max-width: 768px) {
  .p-company-main__value-en {
    font-weight: 400;
  }
}
.p-company-main__value-text {
  max-width: 46rem;
  margin-left: auto;
  font-size: clamp(0.8rem, 1.04vw, 1.5rem);
  font-family: "Zen Old Mincho";
  font-weight: 700;
  line-height: 1.61;
  letter-spacing: 1.98px;
}
@media (max-width: 768px) {
  .p-company-main__value-text {
    font-weight: 500;
    letter-spacing: 0.08em;
  }
}

.p-company-people__inner {
  padding-inline: clamp(2.5rem, 3.47vw, 5rem);
}
.p-company-people__header {
  margin-bottom: clamp(3rem, 5vw, 6rem);
}
.p-company-people__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: clamp(1rem, 1.8vw, 2rem);
  row-gap: 0.4rem;
}
.p-company-people__title-main {
  font-family: Optima, "Zen Old Mincho", serif;
  font-size: clamp(2rem, 4vw, 5.8rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 5.22px;
}
.p-company-people__title-sub {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.5rem, 2.08vw, 3rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.79px;
}
.p-company-people__divider {
  margin-top: clamp(1.5rem, 2.5vw, 3.5rem);
  height: 1px;
  border: none;
  background-image: repeating-linear-gradient(to right, #000 0, #000 12px, transparent 12px, transparent 20px);
}
.p-company-people__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: clamp(1.5rem, 2.77vw, 4rem);
  row-gap: clamp(3rem, 5.5vw, 8rem);
  list-style: none;
}
.p-company-people__card {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.p-company-people__card:hover {
  opacity: 0.6;
}
.p-company-people__media {
  aspect-ratio: 380/380;
  overflow: hidden;
  background-color: #d9d9d9;
}
.p-company-people__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-company-people__position {
  margin-top: 1.5rem;
  font-family: Optima;
  font-size: clamp(0.9rem, 1.18vw, 1.7rem);
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.53px;
}
@media (max-width: 768px) {
  .p-company-people__position {
    margin-top: 1rem;
    letter-spacing: 0.81px;
  }
}
.p-company-people__name {
  margin-top: clamp(0.4rem, 0.8vw, 0.8rem);
  font-size: clamp(1.3rem, 1.94vw, 2.8rem);
  font-family: "Zen Old Mincho";
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.52px;
}
@media (max-width: 768px) {
  .p-company-people__name {
    letter-spacing: 1.17px;
  }
}
.p-company-people__more {
  display: flex;
  justify-content: center;
  margin-top: clamp(4rem, 6.9vw, 10rem);
}
.p-company-people__more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(14rem, 20.8vw, 30rem);
  padding: clamp(1rem, 1.5vw, 1.5rem) clamp(2rem, 3.47vw, 5rem);
  background-color: #000;
  color: #fff;
  font-family: Optima, "Zen Old Mincho", serif;
  font-size: clamp(1.4rem, 2.08vw, 3rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.p-company-people__more-link:hover {
  opacity: 0.6;
}
.p-company-people__desc {
  display: none;
}

.p-company-people-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}
.p-company-people-modal.is-open {
  visibility: visible;
}
.p-company-people-modal.is-visible {
  opacity: 1;
}
.p-company-people-modal.is-visible .p-company-people-modal__dialog {
  opacity: 1;
  transform: translateY(0);
}
.p-company-people-modal__close {
  position: absolute;
  top: clamp(1.6rem, 2.5vw, 2.4rem);
  right: clamp(1.6rem, 2.5vw, 2.4rem);
  z-index: 2;
  width: clamp(2.4rem, 3vw, 3.6rem);
  height: clamp(2.4rem, 3vw, 3.6rem);
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.p-company-people-modal__close-icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.p-company-people-modal__close-icon::before, .p-company-people-modal__close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.p-company-people-modal__close-icon::before {
  transform: rotate(45deg);
}
.p-company-people-modal__close-icon::after {
  transform: rotate(-45deg);
}
.p-company-people-modal__dialog {
  position: relative;
  width: min(110rem, 100vw - 4rem);
  max-width: 110rem;
  max-height: calc(100svh - 4rem);
  aspect-ratio: 1100/650;
  background-color: #000;
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 0.55s ease 0.05s, transform 0.55s ease 0.05s;
}
@media (max-width: 768px) {
  .p-company-people-modal__dialog {
    max-width: 35rem;
  }
}
.p-company-people-modal__inner {
  display: flex;
  align-items: center;
  height: auto;
  padding: clamp(2rem, 3.64vw, 4rem);
  column-gap: clamp(2rem, 4.55vw, 5rem);
}
@media (max-width: 768px) {
  .p-company-people-modal__inner {
    padding: 5rem 2rem;
    column-gap: 1.6rem;
  }
}
.p-company-people-modal__media {
  flex-shrink: 0;
  width: auto;
  max-width: 100%;
  height: 100%;
  aspect-ratio: 380/550;
}
@media (max-width: 768px) {
  .p-company-people-modal__media {
    width: 12.7rem;
    height: 17.7rem;
    max-width: none;
  }
}
.p-company-people-modal__note-img {
  display: block;
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .p-company-people-modal__note-img {
    width: 12.7rem;
    height: 17.7rem;
  }
}
.p-company-people-modal__body {
  flex: 1;
  align-self: flex-end;
  min-width: 0;
  color: #fff;
}
.p-company-people-modal__position {
  font-family: Optima, "Zen Old Mincho", serif;
  font-size: clamp(0.9rem, 1.11vw, 1.6rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.p-company-people-modal__name {
  margin-top: clamp(1rem, 2vw, 2rem);
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.2rem, 2.77vw, 4rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.12em;
}
.p-company-people-modal__desc {
  margin-top: clamp(2rem, 3vw, 4rem);
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(0.7rem, 1.04vw, 1.5rem);
  font-weight: 400;
  line-height: 1.78;
  letter-spacing: 0.08em;
  white-space: pre-line;
}

.p-company-info__inner {
  padding-inline: clamp(2.5rem, 3.47vw, 5rem);
}
.p-company-info__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: clamp(1rem, 1.8vw, 2rem);
  row-gap: 0.4rem;
}
.p-company-info__title-main {
  font-size: clamp(2rem, 4vw, 5.8rem);
  font-family: Optima;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 5.22px;
}
.p-company-info__title-sub {
  font-size: clamp(1.5rem, 2.08vw, 3rem);
  font-family: "Zen Old Mincho";
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.79px;
}
.p-company-info__divider {
  margin-top: clamp(1.5rem, 2.5vw, 3.5rem);
  height: 1px;
  border: none;
  background-image: repeating-linear-gradient(to right, #000 0, #000 12px, transparent 12px, transparent 20px);
}
.p-company-info__list {
  margin-top: clamp(5rem, 5.55vw, 8rem);
  padding-left: 34rem;
}
@media (max-width: 768px) {
  .p-company-info__list {
    margin-top: 5rem;
    padding-left: 0;
  }
}
.p-company-info__row {
  display: grid;
  grid-template-columns: clamp(12rem, 18vw, 22rem) 1fr;
  column-gap: clamp(2rem, 4vw, 6rem);
  align-items: start;
  padding-block: clamp(2rem, 3vw, 3.5rem);
  border-bottom: 1px solid #000;
}
.p-company-info__term {
  font-size: clamp(0.7rem, 1.25vw, 1.8rem);
  font-family: "Zen Kaku Gothic Antique";
  font-weight: 700;
  line-height: 1.88;
  letter-spacing: 1.62px;
}
@media (max-width: 768px) {
  .p-company-info__term {
    padding-bottom: 0.8rem;
  }
}
.p-company-info__desc {
  font-size: clamp(0.7rem, 1.11vw, 1.6rem);
  font-family: "Zen Old Mincho";
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 0.8px;
}
@media (max-width: 768px) {
  .p-company-info__desc {
    line-height: 1.71;
    letter-spacing: 0.63px;
  }
}
.p-company-info__items {
  list-style: none;
}
.p-company-info__item + .p-company-info__item {
  margin-top: 1rem;
}
.p-company-info__item-title, .p-company-info__item-text {
  display: block;
  font-family: "Zen Old Mincho";
  font-size: clamp(0.7rem, 1.1vw, 1.6rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.8px;
}
.p-company-info__item-text {
  padding-left: 1em;
}
.p-company-info__clients {
  list-style: none;
}
.p-company-info__client {
  line-height: 1.78;
}
.p-company-info__client + .p-company-info__client {
  margin-top: 0.2rem;
}

.p-contact {
  background-color: #BDB8AA;
}
.p-contact__inner {
  padding-top: clamp(6rem, 7.63vw, 11rem);
  padding-inline: clamp(2.5rem, 5.55vw, 8rem);
}
.p-contact__title {
  font-family: Optima, "Zen Old Mincho", serif;
  font-size: clamp(3rem, 3.91vw, 5.5rem);
  font-weight: 400;
  line-height: normal;
}
.p-contact__form {
  margin-top: clamp(5rem, 8vw, 10rem);
}
.p-contact__fields {
  display: flex;
  flex-direction: column;
  row-gap: clamp(2.5rem, 3.47vw, 4rem);
  max-width: 100rem;
  margin-inline: auto;
}
.p-contact__row {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  align-items: center;
  column-gap: clamp(2rem, 4vw, 5rem);
}
.p-contact__row--textarea {
  align-items: start;
}
@media (max-width: 768px) {
  .p-contact__row {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1rem;
  }
}
.p-contact__label {
  max-width: 25rem;
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.p-contact__input, .p-contact__textarea, .p-contact__form .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  padding-inline: clamp(1rem, 1.38vw, 2rem);
  border: 1px solid #555;
  background-color: transparent;
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  border-radius: 0;
  appearance: none;
}
.p-contact__input::placeholder, .p-contact__textarea::placeholder, .p-contact__form .wpcf7-form-control:not(.wpcf7-submit)::placeholder {
  color: rgba(0, 0, 0, 0.35);
  font-size: clamp(1.2rem, 1.04vw, 1.5rem);
}
.p-contact__input:focus, .p-contact__textarea:focus, .p-contact__form .wpcf7-form-control:not(.wpcf7-submit):focus {
  outline: none;
  border-color: #000;
}
.p-contact__textarea, .p-contact__form .wpcf7-textarea {
  min-height: clamp(20rem, 28vw, 32rem);
  resize: vertical;
}
.p-contact__submit {
  margin-top: clamp(5rem, 6.94vw, 10rem);
}
.p-contact__submit-btn, .p-contact__form .wpcf7-submit {
  display: block;
  width: 100%;
  max-width: 65rem;
  margin-inline: auto;
  padding-block: clamp(1.8rem, 1.38vw, 2rem);
  border: none;
  background-color: #000;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.2rem, 1.04vw, 1.5rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  transition: opacity 0.3s ease;
}
.p-contact__submit-btn:hover, .p-contact__form .wpcf7-submit:hover {
  opacity: 0.85;
}
.p-contact__form .wpcf7-form {
  margin: 0;
}
.p-contact__form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.p-contact__form .wpcf7-spinner {
  display: none;
}
.p-contact__form .wpcf7-not-valid-tip {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  color: #8b0000;
}
.p-contact__form .wpcf7-response-output {
  margin: clamp(3rem, 4vw, 4rem) 0 0;
  padding: clamp(1.5rem, 2vw, 2rem);
  border: 1px solid #000;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}
.p-contact__form p {
  margin: 0;
}

.a-projects {
  background-color: #BDB8AA;
}
.a-projects__fv {
  padding-top: clamp(6rem, 6.94vw, 10rem);
}
.a-projects__fv-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: clamp(4rem, 14.3vw, 20.6rem);
  padding-inline: clamp(2.5rem, 3.47vw, 5rem);
  padding-bottom: clamp(1.6rem, 1.8vw, 2.6rem);
  border-bottom: 1px solid #000;
}
@media (max-width: 768px) {
  .a-projects__fv-inner {
    column-gap: clamp(2rem, 11.8vw, 4.6rem);
    border-bottom: none;
  }
}
.a-projects__fv-heading {
  display: flex;
  flex-direction: column;
  gap: clamp(0.6rem, 0.69vw, 1rem);
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .a-projects__fv-heading {
    gap: clamp(0.8rem, 3.4vw, 1.3rem);
  }
}
.a-projects__fv-label {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.1rem, 2.08vw, 3rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 2.7px;
}
@media (max-width: 768px) {
  .a-projects__fv-label {
    letter-spacing: 0.99px;
  }
}
.a-projects__fv-title {
  font-family: Optima, "Zen Old Mincho", serif;
  font-size: clamp(2.4rem, 5.9vw, 8.5rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 4.25px;
}
@media (max-width: 768px) {
  .a-projects__fv-title {
    letter-spacing: 2.16px;
  }
}
.a-projects__fv-desc {
  max-width: clamp(21rem, 37.3vw, 53.7rem);
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(0.9rem, 1.25vw, 1.8rem);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 1.62px;
}
@media (max-width: 768px) {
  .a-projects__fv-desc {
    flex: 1;
    min-width: 0;
    line-height: 1.67;
  }
}
.a-projects__filter {
  margin-top: clamp(5rem, 5.55vw, 8rem);
}
.a-projects__filter-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: clamp(1.5rem, 2.85vw, 4.1rem);
  row-gap: 1rem;
  padding-inline: clamp(0.5rem, 3.47vw, 5rem);
  list-style: none;
}
.a-projects__filter-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 43px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(0.8rem, 1.18vw, 1.7rem);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.53px;
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .a-projects__filter-link {
    letter-spacing: 0.72px;
  }
}
.a-projects__filter-link:hover {
  opacity: 0.6;
}
.a-projects__filter-link.is-current {
  padding-block: 0.5rem;
  padding-inline: 1.5rem;
  background-color: #000;
  color: #BDB8AA;
}
.a-projects__main {
  margin-top: clamp(3rem, 3.89vw, 5.6rem);
}
.a-projects__main-inner {
  padding-inline: clamp(2.5rem, 3.47vw, 5rem);
}
.a-projects__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: clamp(1rem, 1.6vw, 2.3rem);
  row-gap: clamp(3rem, 3.89vw, 5.6rem);
  list-style: none;
}
@media (max-width: 768px) {
  .a-projects__list {
    column-gap: 1rem;
    row-gap: 3rem;
  }
}
.a-projects__card {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.a-projects__card:hover {
  opacity: 0.6;
}
.a-projects__card-img {
  aspect-ratio: 371/471;
  overflow: hidden;
}
.a-projects__card-img-el {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.a-projects__card-title {
  margin-top: clamp(0.8rem, 0.69vw, 1rem);
  font-family: Optima, "Zen Old Mincho", serif;
  font-size: clamp(1rem, 1.38vw, 2rem);
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.25px;
}
@media (max-width: 768px) {
  .a-projects__card-title {
    letter-spacing: 1.26px;
  }
}
.a-projects__card-title--ja {
  font-family: "Zen Old Mincho", serif;
}
.a-projects__card-meta {
  display: flex;
  flex-direction: column;
  margin-top: 1.2rem;
  font-family: Optima, "Zen Old Mincho", serif;
  font-size: clamp(1rem, 1.18vw, 1.7rem);
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.98px;
}
@media (max-width: 768px) {
  .a-projects__card-meta {
    margin-top: 0.7rem;
    letter-spacing: 1.35px;
  }
}
.a-projects__empty {
  padding-block: clamp(4rem, 5.55vw, 8rem);
  text-align: center;
}
.a-projects__empty-text {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(0.9rem, 1.25vw, 1.8rem);
  font-weight: 400;
  line-height: 1.67;
  letter-spacing: 1.62px;
}
.a-projects__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2.4rem;
  margin-top: clamp(4rem, 5.55vw, 8rem);
}
@media (max-width: 768px) {
  .a-projects__pagination {
    display: none;
  }
}
.a-projects__pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Optima, "Zen Old Mincho", serif;
  font-size: clamp(1.3rem, 1.53vw, 2.2rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.98px;
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.a-projects__pagination-link:hover {
  opacity: 0.6;
}
.a-projects__pagination-link.is-current {
  width: clamp(2.8rem, 3.2vw, 4.4rem);
  height: clamp(2.8rem, 3.2vw, 4.4rem);
  border-radius: 50%;
  background-color: #000;
  color: #BDB8AA;
}
.a-projects__pagination-link.is-current:hover {
  opacity: 1;
}
.a-projects__pagination-ellipsis {
  font-family: Optima, "Zen Old Mincho", serif;
  font-size: clamp(1.3rem, 1.53vw, 2.2rem);
  line-height: normal;
  letter-spacing: 1.98px;
  color: #000;
}

.s-project {
  background-color: #BDB8AA;
}
.s-project__article {
  padding-top: clamp(6rem, 6.94vw, 10rem);
  padding-inline: clamp(2.5rem, 3.47vw, 5rem);
}
.s-project__header {
  display: flex;
  flex-direction: column;
  gap: clamp(1.6rem, 1.81vw, 2.6rem);
}
.s-project__title {
  font-family: Optima, "Zen Old Mincho", serif;
  font-size: clamp(2rem, 3.47vw, 5rem);
  font-weight: 400;
  line-height: normal;
}
.s-project__meta {
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
}
.s-project__category {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.2rem, 1.46vw, 2.1rem);
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.89px;
}
@media (max-width: 768px) {
  .s-project__category {
    letter-spacing: 0.99px;
  }
}
.s-project__date {
  font-family: Optima, "Zen Old Mincho", serif;
  font-size: clamp(1.3rem, 1.53vw, 2.2rem);
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.98px;
}
@media (max-width: 768px) {
  .s-project__date {
    letter-spacing: 1.35px;
  }
}
.s-project__body {
  margin-top: clamp(2.5rem, 2.78vw, 4rem);
}
.s-project__gallery {
  margin-top: clamp(5rem, 7.22vw, 10.4rem);
}
.s-project__body.entry-content .wp-block-image {
  margin: 0;
}
.s-project__body.entry-content .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
}
.s-project__body.entry-content .wp-block-image.size-full img {
  aspect-ratio: 1282/696;
  object-fit: cover;
}
.s-project__body.entry-content .wp-block-image.is-style-panorama img {
  aspect-ratio: 1275/477;
  object-fit: cover;
}
.s-project__body.entry-content .wp-block-paragraph {
  max-width: clamp(30rem, 67.4vw, 97.1rem);
  margin-top: clamp(1.2rem, 1.39vw, 2rem);
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(0.8rem, 0.9vw, 1.3rem);
  font-weight: 400;
  line-height: 1.93;
  letter-spacing: 0.75px;
}
@media (max-width: 768px) {
  .s-project__body.entry-content .wp-block-paragraph {
    line-height: 1.67;
  }
}
.s-project__body.entry-content .wp-block-columns {
  display: flex;
  column-gap: clamp(0.6rem, 0.69vw, 1rem);
  margin-top: clamp(0.6rem, 0.69vw, 1rem);
}
@media (max-width: 768px) {
  .s-project__body.entry-content .wp-block-columns {
    column-gap: 0.4rem;
  }
}
.s-project__body.entry-content .wp-block-column {
  min-width: 0;
}
.s-project__body.entry-content .wp-block-column .wp-block-image img {
  aspect-ratio: 421/480;
  object-fit: cover;
}
.s-project__body.entry-content .wp-block-columns.is-style-wide-left .wp-block-column:first-child {
  flex: 0 0 69%;
}
.s-project__body.entry-content .wp-block-columns.is-style-wide-left .wp-block-column:first-child .wp-block-image img {
  aspect-ratio: 881/480;
}
.s-project__body.entry-content .wp-block-columns.is-style-wide-left .wp-block-column:last-child {
  flex: 1;
}
.s-project__body.entry-content .wp-block-columns.is-style-wide-right .wp-block-column:first-child {
  flex: 1;
}
.s-project__body.entry-content .wp-block-columns.is-style-wide-right .wp-block-column:last-child {
  flex: 0 0 69%;
}
.s-project__body.entry-content .wp-block-columns.is-style-wide-right .wp-block-column:last-child .wp-block-image img {
  aspect-ratio: 881/480;
}
.s-project__body.entry-content .wp-block-columns.is-style-three-equal .wp-block-column {
  flex: 1;
}
.s-project__info {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 1.11vw, 1.6rem);
  margin-top: clamp(5rem, 7.22vw, 10.4rem);
}
.s-project__info-row {
  display: flex;
  align-items: flex-start;
  column-gap: clamp(3rem, 5.55vw, 8rem);
}
@media (max-width: 768px) {
  .s-project__info-row {
    column-gap: clamp(1.5rem, 4vw, 3rem);
  }
}
.s-project__info-label {
  flex: 0 0 clamp(10rem, 14vw, 20.2rem);
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1rem, 1.25vw, 1.8rem);
  font-weight: 400;
  line-height: 1.89;
  letter-spacing: 1.62px;
  color: #808080;
}
@media (max-width: 768px) {
  .s-project__info-label {
    flex-basis: clamp(6rem, 18vw, 10rem);
    letter-spacing: 0.9px;
  }
}
.s-project__info-value {
  flex: 1;
  min-width: 0;
  padding-bottom: clamp(1rem, 1.11vw, 1.6rem);
  border-bottom: 1px solid #000;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1rem, 1.25vw, 1.8rem);
  font-weight: 400;
  line-height: 1.89;
  letter-spacing: 1.62px;
}
@media (max-width: 768px) {
  .s-project__info-value {
    letter-spacing: 0.9px;
  }
}
.s-project__info-value--members {
  font-size: clamp(0.9rem, 1.11vw, 1.6rem);
  line-height: 2.13;
  letter-spacing: 1.44px;
  color: #454545;
}
@media (max-width: 768px) {
  .s-project__info-value--members {
    letter-spacing: 0.8px;
  }
}
.s-project__info-link {
  display: inline-flex;
  align-items: center;
  column-gap: 0.4rem;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.s-project__info-link:hover {
  opacity: 0.6;
}
.s-project__info-link-icon {
  flex-shrink: 0;
  width: clamp(0.8rem, 0.83vw, 1.2rem);
  height: clamp(0.8rem, 0.83vw, 1.2rem);
}
.s-project__info-url {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: opacity 0.3s ease;
}
.s-project__info-url:hover {
  opacity: 0.6;
}

.u-max-inner {
  max-width: 1440px;
  margin-inline: auto;
}

.u-sp-only {
  display: none;
}
@media (max-width: 768px) {
  .u-sp-only {
    display: block;
  }
}

.u-pc-only {
  display: block;
}
@media (max-width: 768px) {
  .u-pc-only {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
