@charset "UTF-8";
.animated__fadeIn {
  opacity: 0;
  translate: 0 0;
  transition: opacity 1s ease, translate 1s ease;
}
.animated__fadeIn.js-show {
  opacity: 1;
  translate: 0;
}

.animated__scaleDown {
  scale: 1.1;
  transition: scale 2s ease-out;
}
.animated__scaleDown.js-show {
  scale: 1;
}

.animated__blur {
  filter: blur(10px);
  transition: filter 2s ease;
}
.animated__blur.js-show {
  filter: blur(0);
}

.animated__fromBlack {
  position: relative;
}
.animated__fromBlack::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  z-index: 5;
  opacity: 1;
  transition: opacity 2s ease;
  pointer-events: none;
}
.animated__fromBlack.js-show::after {
  opacity: 0;
}

.js-text-trace-scroll .line {
  position: relative;
  display: block;
  width: fit-content;
}
.js-text-trace-scroll .line .line-base {
  opacity: 0.2;
  display: block;
}
.js-text-trace-scroll .line .line-highlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 2;
  color: inherit;
  clip-path: inset(0 100% 0 0);
  will-change: clip-path;
}

.js-split-text .char {
  opacity: 0;
  display: inline-block;
  transform: translateY(40%);
  will-change: transform, opacity;
}

.cross.animated__draw {
  position: relative;
}
.cross.animated__draw::before, .cross.animated__draw::after {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: center center;
  transform: translate(-50%, -50%) scale(0) !important;
}
.cross.animated__draw.js-show::before, .cross.animated__draw.js-show::after {
  transform: translate(-50%, -50%) scale(1) !important;
}
.cross.animated__draw.js-show::after {
  transition-delay: 0.1s;
}

.header {
  position: fixed;
  top: 0;
  left: 33px;
  z-index: 990;
  width: 100%;
  width: fit-content;
  padding-top: 34px;
}
@media screen and (max-width: 767px) {
  .header {
    height: 52px;
    padding-top: 10px;
    left: 21px;
  }
}

.header__inner {
  height: 100%;
}

.header__top {
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .header__top {
    justify-content: start;
    height: 100%;
  }
}

.header__logo {
  max-width: 342px;
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: min(42.4817518248vw, 291px);
  }
}
@media (any-hover: hover) {
  .header__logo:hover {
    opacity: 1;
  }
}
.header__logo img {
  width: 100%;
  display: block;
  transition: opacity 0.5s ease;
}
.header__logo .logo-dark {
  opacity: 1;
}
.header__logo .logo-light {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.header.is-light .logo-dark {
  opacity: 0;
}
.header.is-light .logo-light {
  opacity: 1;
}

.drawer__icon {
  position: fixed;
  z-index: 999;
  top: 48px;
  right: 47px;
  width: 70px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.6s ease;
}
@media screen and (max-width: 767px) {
  .drawer__icon {
    top: 23px;
    right: 21px;
    width: 22px;
    height: 9px;
  }
}

.drawer__icon--bar {
  width: 100%;
  height: 5px;
  background: #000;
  border-radius: 999px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .drawer__icon--bar {
    height: 2px;
  }
}
.drawer__icon.is-light .drawer__icon--bar {
  background: #fff;
}
.drawer__icon.js-show .drawer__icon--bar {
  background: #fff;
}

.drawer__icon.js-show {
  width: 39px;
  height: 22px;
  top: 80px;
  right: 86px;
}
@media screen and (max-width: 767px) {
  .drawer__icon.js-show {
    top: 23px;
    right: 21px;
    width: 22px;
    height: 9px;
  }
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
  rotate: 30deg;
  translate: 0 9px;
  background: #181818;
}
@media screen and (max-width: 767px) {
  .drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
    translate: 0 4px;
    background: #fff;
  }
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
  rotate: -30deg;
  translate: 0 -9px;
  background: #181818;
}
@media screen and (max-width: 767px) {
  .drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
    translate: 0 -3.5px;
    background: #fff;
  }
}

.drawer {
  position: fixed;
  z-index: 998;
  top: 50px;
  left: 57px;
  right: 57px;
  width: calc(100% - 114px);
  height: calc(100svh - 100px);
  background: #F2F2F2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .drawer {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 0;
  }
}
.drawer.js-show {
  opacity: 1;
  visibility: visible;
}

.drawer__inner {
  display: grid;
  grid-template-columns: 1fr 16.5104166667vw 1fr;
  gap: min(5.6770833333vw, 109px);
  width: 100%;
  height: fit-content;
  max-height: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .drawer__inner {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    height: 100%;
    padding: min(9.4752186589vw, 65px);
  }
}

.drawer__info {
  align-content: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .drawer__info {
    position: relative;
    z-index: 999;
    margin-top: auto;
    margin-top: 20px;
  }
}

.drawer__logo a {
  display: block;
  width: 100%;
}
.drawer__logo img {
  display: block;
  width: min(21.25vw, 408px);
  max-width: 70%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .drawer__logo img {
    width: 42.4198250729vw;
  }
}

.drawer__copy {
  margin-top: min(1.7708333333vw, 34px);
  font-size: min(0.625vw, 12px);
  font-family: "Sorts Mill Goudy", serif;
  text-align: center;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .drawer__copy {
    color: #fff;
    font-size: clamp(6px, 1.749271137vw, 30px);
  }
}

.drawer__bg {
  width: 100%;
  height: auto;
  aspect-ratio: 317/795;
}
@media screen and (max-width: 767px) {
  .drawer__bg {
    position: absolute;
    z-index: 998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
}
.drawer__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.drawer__nav {
  align-content: center;
  max-width: 444px;
}
@media screen and (max-width: 767px) {
  .drawer__nav {
    position: relative;
    z-index: 999;
    flex-grow: 1;
    max-width: unset;
  }
}

.drawer__list-item {
  font-family: "Lexend Tera", sans-serif;
  letter-spacing: 0em;
  color: #181818;
  text-align: left;
  border-bottom: 1px solid #181818;
}
@media screen and (max-width: 767px) {
  .drawer__list-item {
    color: #fff;
    border-bottom: 1px solid #fff;
  }
}
.drawer__list-item a {
  font-size: min(2.34375vw, 45px);
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 100%;
  padding-block: min(1.4583333333vw, 28px);
  position: relative;
  transition: letter-spacing 0.5s ease;
}
@media screen and (max-width: 767px) {
  .drawer__list-item a {
    font-size: min(4.3731778426vw, 30px);
    padding-block: min(4.3731778426vw, 30px);
    position: relative;
  }
}
.drawer__list-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: min(0.8333333333vw, 16px);
  height: auto;
  aspect-ratio: 19/38;
  background: url(../img/drawer__arrow_black.svg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .drawer__list-item a::after {
    width: min(2.7696793003vw, 19px);
    background: url(../img/drawer__arrow.svg) no-repeat center center/cover;
  }
}
@media (any-hover: hover) {
  .drawer__list-item a:hover {
    opacity: 1;
    letter-spacing: 0.05em;
  }
}

/* 画面を覆う黒半透明＋ぼかし */
.drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 997;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* 開いているとき */
.drawer-overlay.js-show {
  opacity: 1;
  visibility: visible;
}

body {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #121212;
}
body.is-checked {
  overflow: hidden;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.inner {
  padding-left: 35px;
  padding-right: 35px;
}

.container {
  max-width: 1510px;
  margin-left: auto;
  margin-right: auto;
}

.container--s {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}

a {
  cursor: pointer;
  transition: all 0.3s;
  display: inline-block;
}
@media (any-hover: hover) {
  a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

button {
  cursor: pointer;
}

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

.footer {
  margin-top: min(17.5vw, 336px);
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: min(35.3284671533vw, 242px);
  }
}
.footer.--top {
  margin-top: min(7.2916666667vw, 140px);
}

.footer__logo {
  max-width: 494px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    max-width: min(55.1824817518vw, 378px);
  }
}
.footer__logo img {
  display: block;
}

.footer__copy {
  margin-top: 56px;
  color: #333;
  text-align: center;
  font-size: 12px;
  padding-block: 15px;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    margin-top: min(6.5693430657vw, 45px);
    font-size: min(1.7518248175vw, 12px);
    padding-block: 11px;
  }
}

.breadcrumb {
  padding-block: 16px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 10px;
  }
}

.breadcrumb__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .breadcrumb__inner {
    gap: 3px 7px;
  }
}

.breadcrumb__current {
  color: #000;
}

.c-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .c-form {
    gap: min(6.9970845481vw, 48px);
  }
}

.c-form__item {
  position: relative;
}

.c-form__item-Label {
  font-size: 19px;
  color: #B5B5B5;
  position: absolute;
  top: 10px;
  left: 13px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-form__item-Label {
    font-size: clamp(16px, 2.7696793003vw, 19px);
  }
}
.c-form__item-Label.--top {
  top: 10px;
}

/* 必須マーク */
.c-form__item-Label-Required {
  display: inline-block;
  color: #B5B5B5;
}

input[type=text],
input[type=tel],
input[type=email],
select,
input[type=url],
textarea {
  width: 100%;
  padding: 15px 18px 13px;
  font-size: 16px;
  font-weight: inherit !important;
  border: 1px solid #9FA0A0 !important;
  background: #F7F8F8;
  border-radius: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 共通：フィールドのエラー枠 */
.c-form input.is-error,
.c-form select.is-error,
.c-form textarea.is-error {
  border-color: #ff0000 !important;
  background: rgba(255, 0, 0, 0.1);
}

/* エラーテキスト（既存でもOK） */
.c-form__field-error {
  color: #ff0000;
  font-size: 14px;
  margin-top: 5px;
}

input:-webkit-autofill,
input:-internal-autofill-selected {
  background-color: #F7F8F8 !important;
}

textarea {
  resize: vertical;
  min-height: 427px;
  padding: 15px;
}

/* フォーカス時のスタイル */
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border: none;
  background: #F7F8F8;
}

/* ===================================
   確認画面（readonly）用のスタイル
=================================== */
input[readonly],
textarea[readonly] {
  background: #bbbbbb; /* お好みの色に変更してください（現在は少し濃いグレー） */
  /* 枠線を消したい場合は以下を有効化 */
}

/* フォーカス時も色が変わらないようにする設定 */
input[readonly]:focus,
textarea[readonly]:focus {
  background-color: #bbbbbb; /* 上記と同じ色を指定 */
  border: 1px solid #9FA0A0 !important; /* フォーカス時の枠線を通常時に戻す（あるいは消す） */
}

.form-button {
  background: #181818;
  width: 676px;
  max-width: 100%;
  margin-inline: auto;
  padding-block: min(1.5625vw, 30px);
  padding-inline: 40px;
  border-radius: 999px;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 35px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 29px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .form-button {
    font-size: min(4.3731778426vw, 30px);
    gap: min(5.1020408163vw, 35px);
    padding: 20px 30px;
  }
}
@media (any-hover: hover) {
  .form-button:hover {
    cursor: pointer;
  }
}
.form-button.--back {
  background: unset;
  padding: unset;
  border-radius: unset;
  color: #969696;
  text-decoration: underline;
}

.c-form__button-arrow svg {
  max-width: 100%;
}

/* ===== ここからが“ふわり”ロジック ===== */
/* フォーカス中、または placeholder が表示されていない（=値がある）ときにラベルを上に縮小して移動 */
.c-form__item:has(input:focus),
.c-form__item:has(textarea:focus),
.c-form__item:has(input:not(:placeholder-shown)),
.c-form__item:has(textarea:not(:placeholder-shown)) {
  /* 行自体に何か書く必要はないが、下の子セレクタにまとめるためのグループ */
}

.c-form__item:has(input:focus) .c-form__item-Label,
.c-form__item:has(textarea:focus) .c-form__item-Label,
.c-form__item:has(input:not(:placeholder-shown)) .c-form__item-Label,
.c-form__item:has(textarea:not(:placeholder-shown)) .c-form__item-Label {
  transform: translateY(-12px);
  top: -10px;
  left: 0;
  font-size: 12px;
}

.js-stack-section {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #fff;
}

.p-top__section-title {
  font-size: 56px;
  font-family: "Lexend Tera", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-top__section-title {
    font-size: min(6.1313868613vw, 42px);
  }
}
.p-top__section-title.--light {
  color: #fff;
}

.p-topFv {
  background-color: #000; /* 動画が透明なときは黒が見える状態にする */
  overflow: hidden; /* 拡大アニメーション時のはみ出し防止 */
  position: relative; /* 必要に応じて */
}

.p-topFv__movie {
  opacity: 0; /* JS読み込み前のチラつき防止（JSで表示させます） */
  visibility: hidden; /* JS読み込み前のチラつき防止 */
}
.p-topFv__movie video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/1080;
}
@media screen and (max-width: 767px) {
  .p-topFv__movie video {
    aspect-ratio: 685/1188;
    object-fit: cover;
  }
}

.p-topPhilosophy {
  padding-top: min(13.1770833333vw, 253px);
  padding-bottom: min(12.8125vw, 246px);
  background: url(../img/top/top__Philosophy_bg.jpg) no-repeat center center/cover;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-topPhilosophy {
    padding-top: min(56.496350365vw, 387px);
    padding-block: min(46.8613138686vw, 321px);
    background: url(../img/top/top__Philosophy_bg_sp.jpg) no-repeat center bottom/cover;
  }
}

.p-topPhilosophy .p-top__section-title {
  position: relative;
  font-weight: 200;
}
.p-topPhilosophy .p-top__section-title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 500px;
  width: min(14.375vw, 276px);
  height: auto;
  aspect-ratio: 271/51;
  background: url(../img/top/top__Philosophy_icon.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-topPhilosophy .p-top__section-title::after {
    width: min(31.0948905109vw, 213px);
    left: unset;
    right: min(9.6350364964vw, 66px);
  }
}
@media (max-width: 600px) {
  .p-topPhilosophy .p-top__section-title::after {
    width: min(21.897810219vw, 150px);
    right: min(3.6496350365vw, 25px);
  }
}

.p-topPhilosophy__contents {
  margin-top: min(2.2395833333vw, 43px);
  display: grid;
  grid-template-columns: 45.4861111111% 1fr;
  gap: 66px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-topPhilosophy__contents {
    margin-top: min(7.5801749271vw, 52px);
    display: flex;
    flex-direction: column;
    gap: min(7.5801749271vw, 52px);
  }
}

.p-topPhilosophy__left-en {
  font-family: "Sorts Mill Goudy", serif;
  font-size: 23px;
  line-height: 2.3;
}
@media screen and (max-width: 767px) {
  .p-topPhilosophy__left-en {
    font-size: clamp(14px, 2.6277372263vw, 18px);
  }
}

.p-topPhilosophy__right-text {
  margin-top: 10px;
  line-height: 2.3;
}
@media screen and (max-width: 767px) {
  .p-topPhilosophy__right-text {
    margin-top: 0;
    font-size: clamp(14px, 2.3357664234vw, 16px);
    line-height: 262.5%;
  }
}

.p-topWorks {
  width: 100%;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-topWorks {
    padding-top: 7px;
  }
}
.p-topWorks .p-top__section-title {
  position: absolute;
  top: 46%;
  left: min(18.28125vw, 351px);
  transform: translateY(-50%);
  z-index: 3;
}

.p-topWorks__swiper-container {
  position: relative;
  height: 100%;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}

.p-topWorks__swiper-slide {
  /* 前のスライドにスタイルを当てる */
  /* 後ろのスライドにスタイルを当てる */
}
.p-topWorks__swiper-slide.swiper-slide-prev {
  opacity: 0.5 !important;
  transition: opacity 2s ease;
}
.p-topWorks__swiper-slide.swiper-slide-next {
  opacity: 0.5 !important;
  transition: opacity 2s ease;
}
.p-topWorks__swiper-slide .slide-box {
  display: block;
  width: 100%;
}
.p-topWorks__swiper-slide .slide-image {
  overflow: hidden;
}
.p-topWorks__swiper-slide .slide-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1358/732;
  object-fit: cover;
  transition: scale 0.8s ease;
}
@media screen and (max-width: 767px) {
  .p-topWorks__swiper-slide .slide-image img {
    aspect-ratio: 430/730;
  }
}
@media (any-hover: hover) {
  .p-topWorks__swiper-slide:hover .slide-box {
    opacity: 1;
  }
  .p-topWorks__swiper-slide:hover .slide-image img {
    scale: 1.05;
  }
}

/* =============================
swiperのカスタマイズ
============================= */
.p-topWorks__swiper-container,
.p-topWorks__swiper,
.p-topWorks__swiper-wrapper,
.p-topWorks__swiper-slide {
  position: relative;
}

/* 位置のreset */
.p-topWorks__swiper-button-prev,
.p-topWorks__swiper-button-next,
.p-topWorks__swiper-pagination .swiper-pagination-bullets .swiper-pagination-horizontal {
  top: unset !important;
  bottom: unset !important;
  left: unset !important;
  right: unset !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* =============================
ナビゲーションボタン
============================= */
/* デフォルトのボタンを初期化 */
.p-topWorks__swiper-button-prev::after,
.p-topWorks__swiper-button-next::after {
  content: "" !important; /* デフォルトのものを初期化 */
}

/* 各ボタンのカスタマイズ */
.p-topWorks__swiper-button-prev,
.p-topWorks__swiper-button-next {
  top: 50% !important;
  translate: 0 -50% !important;
  width: 32px !important;
  height: auto !important;
  aspect-ratio: 32/64 !important;
}
@media screen and (max-width: 767px) {
  .p-topWorks__swiper-button-prev,
  .p-topWorks__swiper-button-next {
    width: min(2.7737226277vw, 19px) !important;
    aspect-ratio: 19/38 !important;
  }
}
.p-topWorks__swiper-button-prev img,
.p-topWorks__swiper-button-next img {
  display: block;
  width: 100%;
}

.p-topWorks__swiper-button-prev {
  left: min(5.7291666667vw, 110px) !important;
}
@media screen and (max-width: 767px) {
  .p-topWorks__swiper-button-prev {
    left: 34px;
  }
}

.p-topWorks__swiper-button-next {
  right: min(5.7291666667vw, 110px) !important;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .p-topWorks__swiper-button-next {
    right: 34px;
  }
}

/* =============================
ページネーション (bullets)
============================= */
.p-topWorks__swiper-pagination {
  position: static !important;
  width: auto !important;
  margin-inline: auto !important;
  flex: 1;
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  bottom: auto !important;
  transform: translateX(-50%) !important;
  width: 100% !important;
}

/* それぞれのページネーション */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 14px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #C6C6C6 !important;
  margin-inline: 12.5px;
}

/* activeな部分 */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #707070 !important;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-inline: min(0.9114583333vw, 17.5px) !important;
}

.p-topCta {
  padding-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
@media screen and (max-width: 767px) {
  .p-topCta {
    padding-top: 7px;
    display: flex;
    flex-direction: column;
  }
}

.p-topCta__item {
  display: block;
  overflow: hidden;
}
@media (any-hover: hover) {
  .p-topCta__item:hover {
    opacity: 1;
  }
  .p-topCta__item:hover .p-topCta__item-inner {
    transform: scale(1.05);
  }
}

.p-topCta__item-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 961/1066;
  transition: transform 0.6s ease;
}
@media screen and (max-width: 767px) {
  .p-topCta__item-inner {
    height: 100vh;
  }
}
.p-topCta__item-inner.--about {
  background: url(../img/about/about__fv_sp.jpg) no-repeat center center/cover;
}
.p-topCta__item-inner.--contact {
  background: url(../img/top/top__cta_contact_bg.jpg) no-repeat center center/cover;
}

.p-topCta__title {
  position: relative;
  padding-right: 27px;
}
@media screen and (max-width: 767px) {
  .p-topCta__title {
    padding-right: min(1.897810219vw, 13px);
  }
}
.p-topCta__title .cross {
  position: absolute;
  top: 25px;
  right: 0;
  display: inline-block;
  width: 18px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .p-topCta__title .cross {
    top: min(1.6058394161vw, 11px);
    width: min(1.897810219vw, 13px);
  }
}
.p-topCta__title .cross::before, .p-topCta__title .cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}
.p-topCta__title .cross::before {
  width: 2px;
  height: 18px;
}
@media screen and (max-width: 767px) {
  .p-topCta__title .cross::before {
    width: min(0.2919708029vw, 2px);
    height: min(1.897810219vw, 13px);
  }
}
.p-topCta__title .cross::after {
  width: 18px;
  height: 2px;
}
@media screen and (max-width: 767px) {
  .p-topCta__title .cross::after {
    width: min(1.897810219vw, 13px);
    height: min(0.2919708029vw, 2px);
  }
}

.p-top-bottom-line {
  margin-top: min(20vw, 384px);
  max-width: 100%;
  width: min(94.53125vw, 1815px);
  margin-inline: auto;
  padding-inline: min(1.6145833333vw, 31px);
  border-bottom: 1px solid #181818;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-top-bottom-line {
    max-width: 90%;
    padding-inline: min(1.749271137vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .p-top-bottom-line {
    padding-inline: min(1.749271137vw, 12px);
    padding-bottom: 5px;
  }
}

.l-pageFV {
  font-family: "Lexend Tera", sans-serif;
  font-size: 56px;
  color: #fff;
  text-align: center;
  letter-spacing: 0em;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/735;
  max-height: 735px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-pageFV {
    font-size: min(8.1632653061vw, 56px);
    aspect-ratio: 686/1186;
  }
}
.l-pageFV.--aout {
  background: url(../img/about/about__fv.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .l-pageFV.--aout {
    background: url(../img/about/about__fv_sp.jpg) no-repeat center center/cover;
  }
}

.p-aboutService__wrap {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-aboutService__wrap {
    min-height: unset;
  }
}

.p-aboutService {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-aboutService {
    grid-template-columns: repeat(1, 1fr);
    position: relative;
  }
}

.p-aboutService__left {
  padding-top: 218px;
  padding-bottom: 237px;
  padding-inline: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-aboutService__left {
    padding-top: min(60.9329446064vw, 418px);
    padding-bottom: min(66.6180758017vw, 457px);
  }
}

.p-aboutService__left-contents {
  max-width: 562px;
  margin-inline: auto;
  font-family: "Lexend Tera", sans-serif;
}

.p-aboutService__title {
  font-size: 18px;
  letter-spacing: 0em;
}
@media screen and (max-width: 1024px) {
  .p-aboutService__title {
    font-size: clamp(14px, 2.6239067055vw, 18px);
  }
}

.p-aboutService__menu {
  margin-top: 15px;
  font-size: 38px;
  letter-spacing: 0em;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 1024px) {
  .p-aboutService__menu {
    margin-top: min(2.332361516vw, 16px);
    font-size: clamp(25px, 5.5393586006vw, 38px);
  }
}

.p-aboutService__text {
  margin-top: 57px;
  font-size: 20px;
  letter-spacing: 0;
  text-align: justify;
  line-height: 230%;
}
@media screen and (max-width: 1024px) {
  .p-aboutService__text {
    margin-top: min(5.8309037901vw, 40px);
    font-size: clamp(14px, 2.6239067055vw, 18px);
  }
}

@media screen and (max-width: 1024px) {
  .p-aboutService__right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
.p-aboutService__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-aboutSection__wrap {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .p-aboutSection__wrap {
    flex-direction: column;
  }
}

.p-aboutArchitecture {
  width: 50%;
  background: url(../img/about/about__Architecture_bg.jpg) no-repeat center center/cover;
  font-family: "Lexend Tera", sans-serif;
  color: #fff;
  padding-block: min(8.0729166667vw, 155px);
  padding-inline: min(7.96875vw, 153px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0em;
}
@media screen and (max-width: 1024px) {
  .p-aboutArchitecture {
    width: 100%;
    padding-block: min(15.7434402332vw, 108px);
    padding-inline: 35px;
  }
}

.p-aboutArchitecture__title {
  font-size: 25px;
}
@media screen and (max-width: 1024px) {
  .p-aboutArchitecture__title {
    font-size: clamp(14px, 2.6239067055vw, 18px);
  }
}

.p-aboutArchitecture__menu {
  margin-top: 48px;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 1024px) {
  .p-aboutArchitecture__menu {
    margin-top: min(3.7900874636vw, 26px);
  }
}
.p-aboutArchitecture__menu.--SpaceDesign {
  font-size: 44px;
}
@media screen and (max-width: 1024px) {
  .p-aboutArchitecture__menu.--SpaceDesign {
    font-size: clamp(25px, 4.6647230321vw, 32px);
  }
}
.p-aboutArchitecture__menu.--CG {
  font-size: 43px;
}
@media screen and (max-width: 1024px) {
  .p-aboutArchitecture__menu.--CG {
    font-size: clamp(25px, 4.6647230321vw, 32px);
  }
}

.p-about2D {
  width: 50%;
  background: url(../img/about/about__2D-Design_bg.jpg) no-repeat center center/cover;
  font-family: "Lexend Tera", sans-serif;
  color: #fff;
  padding-block: min(8.0729166667vw, 155px);
  padding-inline: min(7.96875vw, 153px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0em;
}
@media screen and (max-width: 1024px) {
  .p-about2D {
    width: 100%;
    padding-block: min(19.8250728863vw, 136px);
    padding-inline: 35px;
  }
}

.p-about2D__title {
  font-size: 25px;
}
@media screen and (max-width: 1024px) {
  .p-about2D__title {
    font-size: clamp(14px, 2.6239067055vw, 18px);
  }
}

.p-about2D__menu {
  margin-top: 48px;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 1024px) {
  .p-about2D__menu {
    margin-top: min(3.7900874636vw, 26px);
  }
}
.p-about2D__menu.--Branding {
  font-size: 44px;
}
@media screen and (max-width: 1024px) {
  .p-about2D__menu.--Branding {
    font-size: clamp(25px, 4.6647230321vw, 32px);
  }
}
.p-about2D__menu.--GraphicDesign {
  font-size: 43px;
}
@media screen and (max-width: 1024px) {
  .p-about2D__menu.--GraphicDesign {
    font-size: clamp(25px, 4.6647230321vw, 32px);
  }
}

.p-aboutCompany {
  padding-top: 176px;
}
@media screen and (max-width: 1024px) {
  .p-aboutCompany {
    padding-top: min(18.221574344vw, 125px);
  }
}

.p-aboutCompany__title {
  font-size: 56px;
  font-family: "Lexend Tera", sans-serif;
  letter-spacing: 0em;
}
@media screen and (max-width: 1024px) {
  .p-aboutCompany__title {
    font-size: clamp(30px, 8.1632653061vw, 56px);
  }
}

.p-aboutCompany__contents {
  margin-top: 50px;
}

.p-aboutCompany__table {
  width: 100%;
}
.p-aboutCompany__table tbody {
  display: flex;
  flex-direction: column;
  gap: min(3.4985422741vw, 24px);
}
.p-aboutCompany__table tr {
  display: flex;
  flex-direction: column;
  gap: min(1.4577259475vw, 10px);
}
.p-aboutCompany__table th, .p-aboutCompany__table td {
  font-size: clamp(14px, 2.6239067055vw, 18px);
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
}
.p-aboutCompany__table th {
  color: #9A9A9A;
}
.p-aboutMember {
  margin-top: 196px;
}
@media screen and (max-width: 1024px) {
  .p-aboutMember {
    margin-top: min(15.5976676385vw, 107px);
  }
}

.p-aboutMember__title {
  font-size: 56px;
  font-family: "Lexend Tera", sans-serif;
  letter-spacing: 0em;
}
@media screen and (max-width: 1024px) {
  .p-aboutMember__title {
    font-size: clamp(30px, 8.1632653061vw, 56px);
  }
}

.p-aboutMember__contents {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .p-aboutMember__contents {
    margin-top: min(7.2886297376vw, 50px);
  }
}

.p-aboutMember__items {
  display: flex;
  flex-direction: column;
  gap: 76px;
}
@media screen and (max-width: 1024px) {
  .p-aboutMember__items {
    gap: min(12.6822157434vw, 87px);
  }
}

.p-MemberItem {
  display: grid;
  grid-template-areas: "left right";
  align-items: center;
  gap: 79px;
}
@media screen and (max-width: 1024px) {
  .p-MemberItem {
    grid-template-areas: "left info" "desc desc";
    grid-template-columns: auto 1fr;
    gap: min(4.3731778426vw, 30px);
  }
}

.p-MemberItem__left {
  grid-area: "left";
  width: 249px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-MemberItem__left {
    width: min(36.2973760933vw, 249px);
  }
}
.p-MemberItem__left img {
  width: 100%;
  height: auto;
}

.p-MemberItem__right {
  grid-area: "right";
}
@media screen and (max-width: 1024px) {
  .p-MemberItem__right {
    display: contents;
  }
}

.p-MemberItem__info {
  grid-area: info;
}

.p-MemberItem__job {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS-MinchoE", "MS PMincho", "MS Mincho", serif;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .p-MemberItem__job {
    font-size: clamp(12px, 2.915451895vw, 20px);
  }
}

.p-MemberItem__name {
  display: flex;
  align-items: center;
  gap: 35px;
  line-height: 1.2;
  border-bottom: 1px solid #000;
  padding-bottom: min(2.1865889213vw, 15px);
}
@media screen and (max-width: 767px) {
  .p-MemberItem__name {
    margin-top: min(2.0408163265vw, 14px);
    flex-direction: column;
    align-items: start;
    gap: min(2.915451895vw, 20px);
  }
}
.p-MemberItem__name .name-ja {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS-MinchoE", "MS PMincho", "MS Mincho", serif;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-MemberItem__name .name-ja {
    font-size: clamp(20px, 4.6647230321vw, 32px);
  }
}
.p-MemberItem__name .name-en {
  display: block;
  font-size: clamp(14px, 2.915451895vw, 20px);
}

.p-MemberItem__description {
  grid-area: desc;
  margin-top: 26px;
  font-size: 18px;
  font-weight: 500;
  line-height: 188.8888888889%;
}
@media screen and (max-width: 1024px) {
  .p-MemberItem__description {
    margin-top: 0;
    font-size: clamp(14px, 2.6239067055vw, 18px);
  }
}

.p-formButton {
  margin-top: 68px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

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

.p-contact {
  padding-top: min(8.8541666667vw, 170px);
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-top: 135px;
  }
}

.p-contactFV__title {
  font-size: 56px;
  font-family: "Lexend Tera", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contactFV__title {
    font-size: min(6.7055393586vw, 46px);
  }
}

.p-contactForm {
  margin-top: min(6.9791666667vw, 134px);
}
@media screen and (max-width: 767px) {
  .p-contactForm {
    margin-top: min(20.1166180758vw, 138px);
  }
}
.p-contactForm form {
  width: 943px;
  max-width: 100%;
  margin-inline: auto;
}

.p-contact__comfirm-text {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-contact__comfirm-text {
    margin-top: min(8.7463556851vw, 60px);
  }
}
.p-contact__comfirm-text p {
  text-align: center;
}

.p-thanksContents {
  margin-top: min(3.125vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-thanksContents {
    margin-top: min(8.7463556851vw, 60px);
  }
}

.p-thanks__box {
  width: fit-content;
  margin-inline: auto;
}

.p-thanks__box-text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__box-text {
    text-align: left;
  }
}

.p-thanks__box-button {
  margin-top: min(3.125vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-thanks__box-button {
    margin-top: min(8.7463556851vw, 60px);
  }
}
.p-thanks__box-button a {
  display: block;
  text-align: center;
  text-decoration: underline;
}

.p-works {
  padding-top: min(8.8541666667vw, 170px);
}
@media screen and (max-width: 767px) {
  .p-works {
    padding-top: 135px;
  }
}

.p-worksFV__title {
  font-size: 56px;
  font-family: "Lexend Tera", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-worksFV__title {
    font-size: min(8.1632653061vw, 56px);
  }
}

.p-worksPosts {
  margin-top: min(11.1458333333vw, 214px);
}
@media screen and (max-width: 767px) {
  .p-worksPosts {
    margin-top: min(20.6997084548vw, 142px);
  }
}

.p-worksPosts__container {
  display: grid;
  grid-template-columns: min(28.6458333333vw, 550px) auto;
  gap: min(2.34375vw, 45px);
}
@media screen and (max-width: 767px) {
  .p-worksPosts__container {
    grid-template-columns: minmax(0, 1fr);
    gap: min(20.8454810496vw, 143px);
  }
}

@media screen and (max-width: 767px) {
  .p-worksPosts__detail-area {
    display: none !important;
  }
}

.p-worksDetail__item {
  display: none;
  width: 100%;
  opacity: 0;
  transition: opacity 0.8s ease;
  position: sticky;
  top: 150px;
}
.p-worksDetail__item.is-active {
  display: block;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-worksDetail__item {
    position: static;
  }
}

.p-worksDetail__img {
  width: 100%;
  height: auto;
  aspect-ratio: 550/398;
}
.p-worksDetail__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-worksDetail__slider {
  width: 100%;
}

/* =============================
swiperのカスタマイズ
============================= */
.p-worksDetail__swiper-container,
.p-worksDetail__swiper,
.p-worksDetail__swiper-wrapper,
.p-worksDetail__swiper-slide {
  position: relative;
}

/* 位置のreset */
.p-worksDetail__swiper-button-prev,
.p-worksDetail__swiper-button-next,
.p-worksDetail__swiper-pagination .swiper-pagination-bullets .swiper-pagination-horizontal {
  top: unset !important;
  bottom: unset !important;
  left: unset !important;
  right: unset !important;
  margin: 0 !important;
  padding: 0 !important;
}

.p-worksDetail__swiper-container,
.p-worksDetail__swiper {
  height: 100%;
}

.p-worksDetail__swiper-slide {
  width: 100%;
  height: auto;
  aspect-ratio: 550/398;
}
.p-worksDetail__swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =============================
ナビゲーションボタン
============================= */
/* デフォルトのボタンを初期化 */
.p-worksDetail__swiper-button-prev::after,
.p-worksDetail__swiper-button-next::after {
  content: "" !important; /* デフォルトのものを初期化 */
}

/* 各ボタンのカスタマイズ */
.p-worksDetail__swiper-button-prev,
.p-worksDetail__swiper-button-next {
  top: 50% !important;
  width: 10px !important;
  height: auto !important;
  aspect-ratio: 32/64 !important;
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .p-worksDetail__swiper-button-prev,
  .p-worksDetail__swiper-button-next {
    width: min(2.1897810219vw, 15px) !important;
    aspect-ratio: 19/38 !important;
  }
}
.p-worksDetail__swiper-button-prev img,
.p-worksDetail__swiper-button-next img {
  display: block;
  width: 100%;
}

.p-worksDetail__swiper-button-prev {
  left: 20px !important;
}

.p-worksDetail__swiper-button-next {
  right: 20px !important;
  transform: rotate(180deg);
}

.p-worksDetail__content {
  margin-top: 24px;
}

.p-worksDetail__head {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.p-worksDetail__title {
  font-family: "Sorts Mill Goudy", serif;
  font-size: min(2.34375vw, 45px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-worksDetail__title {
    font-size: min(6.5597667638vw, 45px);
  }
}

.p-worksDetail__counter {
  font-family: "Sorts Mill Goudy", serif;
  font-size: min(1.5625vw, 30px);
}
@media screen and (max-width: 767px) {
  .p-worksDetail__counter {
    display: none;
  }
}
.p-worksDetail__counter .current {
  font-size: 20px;
}

.p-worksDetail__sub {
  font-family: "Sorts Mill Goudy", serif;
  font-size: min(0.9375vw, 18px);
}
@media screen and (max-width: 767px) {
  .p-worksDetail__sub {
    font-size: min(2.6239067055vw, 18px);
  }
}

.p-worksDetail__desc {
  margin-top: 34px;
  line-height: 190%;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .p-worksDetail__desc {
    margin-top: min(3.3527696793vw, 23px);
    font-size: min(2.915451895vw, 20px);
  }
}

.p-worksPosts__thumb-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.7708333333vw, 34px);
}
@media screen and (max-width: 767px) {
  .p-worksPosts__thumb-area {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    grid-auto-flow: dense;
  }
}

@media screen and (max-width: 767px) {
  .p-worksThumb__wrapper {
    display: contents;
  }
}

.p-worksThumb__item {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.6s;
}
.p-worksThumb__item:hover, .p-worksThumb__item.is-active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-worksThumb__item {
    width: 100%;
    grid-column: span 1;
  }
}

.p-worksThumb__img {
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-worksThumb__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.6s ease;
}
.p-worksThumb__img .mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.6s;
}
.p-worksThumb__item:hover .p-worksThumb__img .mask, .p-worksThumb__item.is-active .p-worksThumb__img .mask {
  opacity: 1;
}
.p-worksThumb__img .mask span {
  padding: 15px;
  text-align: center;
  color: #fff;
  font-size: min(0.9895833333vw, 19px);
}
@media screen and (max-width: 767px) {
  .p-worksThumb__img .mask span {
    font-size: min(3.0612244898vw, 21px);
  }
}

.p-worksDetail__sp-accordion {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-worksDetail__sp-accordion {
    grid-column: 1/-1;
    width: 100%;
    overflow: hidden;
  }
  .p-worksDetail__sp-accordion.is-initial-open {
    display: block;
  }
}
.p-worksDetail__sp-accordion .p-worksDetail__item--sp {
  display: block;
  opacity: 1;
  position: static;
}
.p-worksDetail__sp-accordion .p-worksDetail__item--sp .p-worksDetail__img,
.p-worksDetail__sp-accordion .p-worksDetail__item--sp .p-worksDetail__swiper-slide {
  aspect-ratio: 550/398;
}
.p-worksDetail__sp-accordion .p-worksDetail__item--sp .p-worksDetail__counter {
  display: block;
}

.p-worksBottom {
  margin-top: min(11.40625vw, 219px);
  background: url(../img/top/top__Philosophy_bg.jpg) no-repeat center center/cover;
  padding-top: min(12.7083333333vw, 244px);
  padding-bottom: min(10.2604166667vw, 197px);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-worksBottom {
    margin-top: 140px;
    padding-top: min(25.8017492711vw, 177px);
    padding-bottom: min(22.4489795918vw, 154px);
    padding-top: 177px;
    padding-bottom: 154px;
  }
}

.p-worksBottom__message {
  font-family: "Sorts Mill Goudy", serif;
  font-size: 32px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-worksBottom__message {
    font-size: min(4.0816326531vw, 28px);
  }
}