@charset "UTF-8";
/* reset.scss - 2025年最新版の軽量モダンリセット */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #000;
  background-color: #fff;
  text-rendering: optimizeLegibility;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

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

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

hr {
  border: none;
  height: 1px;
  background-color: #ccc;
}

:focus-visible {
  outline: 2px solid #2684ff;
  outline-offset: 2px;
}

/*
 変数定義用のファイルです 
 自由に書き換えてください
*/
/*========= Media Size ===============*/
/*========= Font ===============*/
/*========= Color ===============*/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  background-color: #191919;
  color: #fffff6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  body {
    font-size: 1.4rem;
  }
}

main {
  overflow-x: clip;
}

h2 {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  h2 {
    font-size: 1.8rem;
  }
}

p {
  font-weight: 400;
  line-height: 2;
}

a {
  cursor: pointer;
}

.js-slide-up {
  overflow: hidden;
}

.js-fadein {
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.js-fadein.is-visible {
  opacity: 1;
}

.js-slidein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s cubic-bezier(0.33, 1, 0.68, 1), transform 1.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.js-slidein.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.pc {
  display: block !important;
}
@media (max-width: 900px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 900px) {
  .sp {
    display: block !important;
  }
}

.p-front__fv {
  position: relative;
  min-height: 100vh;
  margin-top: 11%;
  background-color: #191919;
}
@media screen and (max-width: 900px) {
  .p-front__fv {
    min-height: 40vh;
    margin-bottom: 20vh;
  }
}
@media screen and (max-width: 500px) {
  .p-front__fv {
    margin-bottom: 5vh;
  }
}
.p-front__fv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p-front__fv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-front__fv__matte {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #191919;
  pointer-events: none;
}
.p-front__fv__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.p-front__fv__titles {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  overflow: visible;
}
.p-front__fv__logo {
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 35vw;
  height: 45vw;
  background-image: var(--fv-bg-image);
  background-position: 48% 72%;
  background-size: 225%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-mask-image: url("../images/front/Top_M.svg");
  mask-image: url("../images/front/Top_M.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
@media screen and (max-width: 900px) {
  .p-front__fv__logo {
    top: 35%;
    width: 50vw;
    height: 40vw;
    background-position: 48% 34%;
    background-size: 233%;
  }
}
@media screen and (max-width: 500px) {
  .p-front__fv__logo {
    top: 33%;
    width: 60vw;
  }
}
.p-front__fv__title-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25vh 1rem 0;
  box-sizing: border-box;
  width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 900px) {
  .p-front__fv__title-slot {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .p-front__fv__title-slot {
    padding: 0;
  }
}
.p-front__fv__title-stack {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 900px) {
  .p-front__fv__title-stack {
    padding: 45vh 1rem 0;
  }
}
@media screen and (max-width: 500px) {
  .p-front__fv__title-stack {
    padding: 20vh 1rem 0;
  }
}
.p-front__fv__title-line-slot--top .p-front__fv__title-line {
  -webkit-mask-image: url("../images/front/Top_miracle Architect.svg");
  mask-position: 400% 50%;
  -webkit-mask-position: 400% 50%;
  mask-image: url("../images/front/Top_miracle Architect.svg");
}
@media screen and (max-width: 900px) {
  .p-front__fv__title-line-slot--top .p-front__fv__title-line {
    mask-position: -200% 50%;
    -webkit-mask-position: -200% 50%;
  }
}
.p-front__fv__title-line-slot--bottom .p-front__fv__title-line {
  -webkit-mask-image: url("../images/front/Top_miracle Architect.svg");
  mask-position: -230% 50%;
  -webkit-mask-position: -230% 50%;
  mask-image: url("../images/front/Top_miracle Architect.svg");
}
@media screen and (max-width: 900px) {
  .p-front__fv__title-line-slot--bottom .p-front__fv__title-line {
    mask-position: 150% 50%;
    -webkit-mask-position: 150% 50%;
  }
}
.p-front__fv__title-shift {
  display: inline-block;
  margin-left: 0;
  will-change: margin-left;
}
.p-front__fv__title-line {
  width: 130vw;
  height: 10vw;
  background-image: var(--fv-bg-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-mask-size: 90% auto;
  mask-size: 90% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .p-front__fv__title-line {
    width: 135vw;
    height: 13vw;
    -webkit-mask-size: 120% auto;
    mask-size: 120% auto;
    background: none;
  }
  .p-front__fv__title-line::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background-image: var(--fv-bg-image);
    background-position: center 19%;
    background-size: 140vw;
  }
}
.p-front__concept {
  margin-top: 100px;
  margin-bottom: 180px;
}
@media screen and (max-width: 900px) {
  .p-front__concept {
    margin-bottom: 125px;
  }
}
.p-front__concept h3 {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: normal;
}
@media screen and (max-width: 900px) {
  .p-front__concept h3 {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
.p-front__concept__box {
  display: flex;
  align-items: stretch;
  gap: 100px;
}
.p-front__concept__box:nth-of-type(1) .p-front__concept__title {
  -webkit-mask-image: url("../images/front/concept.svg");
  mask-image: url("../images/front/concept.svg");
}
@media screen and (max-width: 900px) {
  .p-front__concept__box {
    gap: 25px;
  }
}
.p-front__concept__title {
  width: 150px;
  align-self: stretch;
  background-image: url("../images/front/fv_bg.jpg");
  background-size: 300px auto;
  background-position: 0px 0px;
  -webkit-mask-repeat: repeat-y;
  mask-repeat: repeat-y;
  -webkit-mask-size: 150px auto;
  mask-size: 150px auto;
  animation: mask-scroll 12s linear infinite;
}
@media screen and (max-width: 900px) {
  .p-front__concept__title {
    width: 70px;
    -webkit-mask-size: 70px auto;
    mask-size: 70px auto;
  }
}
.p-front__concept__title__track {
  display: none;
}
@keyframes mask-scroll {
  from {
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
  to {
    mask-position: 0 -895px;
    -webkit-mask-position: 0 -895px;
  }
}
.p-front__concept__inner {
  flex: 1;
  min-height: 100%;
}
.p-front__concept__inner h3 {
  font: 2.3rem;
  line-height: 0;
}
@media screen and (max-width: 900px) {
  .p-front__concept__inner h3 {
    line-height: normal;
  }
}
.p-front__concept__inner img {
  width: 100%;
  height: 250px;
  object-fit: contain;
}
@media screen and (max-width: 900px) {
  .p-front__concept__inner img {
    height: auto;
    margin: 10px 0;
  }
}
.p-front__concept__inner p {
  margin: 30px 0;
}
.p-front__concept__inner__img {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  .p-front__concept__inner__img {
    flex-direction: column;
    gap: 0;
  }
}
.p-front__concept__inner__box {
  margin-bottom: 70px;
}
.p-front__concept__inner__box:last-of-type {
  margin-bottom: 0;
}
.p-front__concept__inner__box p {
  line-height: 35px;
}
.p-front__works {
  position: relative;
  margin-bottom: 150px;
}
.p-front__works__header {
  display: flex;
  align-items: center;
  gap: 60px;
}
.p-front__works .c-works-item {
  height: 80vh;
}
@media screen and (max-width: 900px) {
  .p-front__works .c-works-item {
    height: 50vh;
  }
}
.p-front__works .c-more-btn {
  display: block;
  width: fit-content;
  font-size: 1.8rem;
  margin: 0 auto;
}
.p-front__copy {
  margin: 0 auto;
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho B1";
  text-shadow: 0 2.3px 5px #cacaca;
}
@media screen and (max-width: 900px) {
  .p-front__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.p-front__copy h2 {
  margin-left: 140px;
  font-size: 3.7rem;
  line-height: 5rem;
  letter-spacing: 1rem;
}
@media screen and (max-width: 900px) {
  .p-front__copy h2 {
    margin-left: 25px;
    font-size: 2.4rem;
    line-height: 4rem;
  }
}
.p-front__copy h2 span {
  font-size: 2.3rem;
  letter-spacing: 0.6rem;
}
@media screen and (max-width: 900px) {
  .p-front__copy h2 span {
    font-size: 1.5rem;
  }
}
.p-front__copy p {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 6.5rem;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 900px) {
  .p-front__copy p {
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 4rem;
  }
}
.p-front__news {
  width: 100%;
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  .p-front__news {
    margin-top: 50px;
  }
}
.p-front__news ul {
  list-style: none;
  padding: 0 20px;
  margin: 80px 0 50px 0;
}
@media screen and (max-width: 900px) {
  .p-front__news ul {
    padding: 0;
    margin: 30px 0 20px 0;
  }
}
.p-front__news ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 0;
}
.p-front__news ul li span {
  margin-right: 35px;
}
.p-front__news ul li a {
  display: block;
  transition: 0.3s;
}
.p-front__news ul li a:hover {
  color: #cce0e3;
  opacity: 0.8;
}
@media screen and (max-width: 900px) {
  .p-front__news ul li {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 0;
    white-space: normal;
  }
  .p-front__news ul li span:last-child {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
.p-front__news ul li:first-child {
  padding-top: 0;
}
.p-front__service {
  margin-top: 170px;
  margin-bottom: 170px;
  padding: 35px 50px;
  text-align: center;
  background-color: rgba(204, 224, 227, 0.3019607843);
}
@media screen and (max-width: 900px) {
  .p-front__service {
    padding: 30px 20px;
    margin-top: 100px;
  }
}
.p-front__service h2 {
  text-align: center;
  line-height: 3.5rem;
}
.p-front__service h2 span {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 900px) {
  .p-front__service h2 {
    font-size: 3rem;
  }
}
.p-front__service p {
  padding: 30px 0;
}
.p-front__service .c-more-btn {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.p-front__gallery {
  position: relative;
  margin-bottom: 150px;
}
@media screen and (max-width: 900px) {
  .p-front__gallery {
    margin-bottom: 100px;
  }
}
.p-front__gallery .c-title {
  margin-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .p-front__gallery .c-title {
    position: relative;
    margin-bottom: 50px;
    z-index: 3;
  }
}
.p-front__gallery__ellipse {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  height: 150px;
  border-radius: 40%;
  background-color: #191919;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .p-front__gallery__ellipse {
    width: 190%;
  }
}
.p-front__gallery__ellipse--top {
  top: 45px;
}
@media screen and (max-width: 900px) {
  .p-front__gallery__ellipse--top {
    top: 0;
  }
}
.p-front__gallery__ellipse--bottom {
  bottom: 0;
}
.p-front__gallery__track-wrap {
  position: relative;
  overflow: hidden;
  margin: 0 5%;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .p-front__gallery__track-wrap {
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@keyframes gallery-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-front__gallery__track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: gallery-scroll 35s linear infinite;
}
@media screen and (max-width: 900px) {
  .p-front__gallery__track {
    gap: 10px;
  }
}
.p-front__gallery__track img {
  width: 350px;
  height: 410px;
  object-fit: cover;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .p-front__gallery__track img {
    width: 150px;
    height: 250px;
  }
}
.p-front__gallery .c-more-btn {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto;
  z-index: 3;
}
@media screen and (max-width: 900px) {
  .p-front__gallery .c-more-btn {
    position: relative;
    margin-top: 30px;
  }
}
@media screen and (max-width: 900px) {
  .p-front__recruit .c-more-btn {
    display: block;
    width: fit-content;
    margin: 20px auto 0;
  }
}
.p-front__recruit h2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .p-front__recruit h2 {
    margin-bottom: 40px;
  }
}
.p-front__recruit__box {
  position: relative;
  display: flex;
  gap: 70px;
}
.p-front__recruit__box::after {
  content: "";
  position: absolute;
  right: 0;
  background-image: url(../images/front/recruit_figure.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 97px;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .p-front__recruit__box::after {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .p-front__recruit__box {
    gap: 40px;
    flex-direction: column;
  }
}
.p-front__recruit__box img {
  width: 35%;
  flex-shrink: 0;
  object-fit: cover;
}
@media screen and (max-width: 900px) {
  .p-front__recruit__box img {
    width: 100%;
  }
}
.p-front__recruit__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  margin: 45px 0 15px 0;
}
@media screen and (max-width: 900px) {
  .p-front__recruit__inner {
    margin: 0;
  }
}

.p-front__loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  animation: loading-fadeout 1.6s ease 4.3s forwards;
}
.p-front__loading__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-front__loading__video--pc {
  display: block;
}
@media screen and (max-width: 900px) {
  .p-front__loading__video--pc {
    display: none;
  }
}
.p-front__loading__video--sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .p-front__loading__video--sp {
    display: block;
  }
}

@keyframes loading-fadeout {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.p-works-archive__inner {
  padding: 3rem 10vw 5rem;
}
@media screen and (max-width: 900px) {
  .p-works-archive__inner {
    padding: 2rem 5vw 0 4rem;
  }
}
.p-works-archive__title {
  font-size: clamp(2.6rem, 4vw, 4.2rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}
.p-works-archive__cat-filter {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 3rem;
}
.p-works-archive__tag-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 100px;
}
@media (max-width: 900px) {
  .p-works-archive__tag-filter {
    margin-bottom: 10rem;
  }
}
@media (max-width: 500px) {
  .p-works-archive__tag-filter {
    margin-bottom: 5rem;
  }
}
.p-works-archive__tag-filter .c-tag-btn {
  opacity: 0.3;
}
.p-works-archive__tag-filter .c-tag-btn.is-active {
  opacity: 1;
}
.p-works-archive__more {
  display: flex;
  justify-content: center;
  padding: 4rem 0 2rem;
}
@media screen and (max-width: 500px) {
  .p-works-archive__more {
    margin-bottom: 100px;
  }
}
.p-works-archive__empty {
  padding: 6rem 0;
  text-align: center;
  font-size: 1.4rem;
  opacity: 0.5;
  letter-spacing: 0.08em;
}

.p-works-preview {
  position: fixed;
  inset: 0;
  z-index: 9000;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #191919;
  color: #fff;
  opacity: 0;
  will-change: opacity;
}
.p-works-preview--overlay {
  visibility: hidden;
}
.p-works-preview--single {
  position: static !important;
  inset: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: auto !important;
}
.p-works-preview__inner {
  padding: 3rem 10vw 5rem;
  margin-top: 120px;
}
@media screen and (max-width: 900px) {
  .p-works-preview__inner {
    padding: 2rem 5vw 4rem;
    margin-top: 90px;
  }
  .p-works-preview__inner .l-footer {
    margin-left: -5vw;
    margin-right: -5vw;
  }
}
.p-works-preview__inner .l-footer {
  margin-left: -10vw;
  margin-right: -10vw;
}
.p-works-preview__inner .l-footer__nav__sp {
  padding: 0 3rem;
}
.p-works-preview__close {
  display: block;
  margin: 35px 0 25px;
  border: none;
  background: none;
  cursor: pointer;
}
.p-works-preview .c-breadcrumb {
  margin-bottom: 2.5rem;
}
.p-works-preview__catch {
  font-size: 1.8rem;
  margin-bottom: 7px;
}
.p-works-preview__title {
  padding-top: 10px;
  margin-bottom: 25px;
  border-top: 1px solid #fff;
  font-weight: 400;
  font-size: 2.4rem;
}
.p-works-preview__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 50px;
  margin-bottom: 2rem;
}
.p-works-preview__body {
  margin-top: 30px;
  margin-bottom: 2rem;
}
.p-works-preview__specs {
  margin: 70px 0 150px 0;
}
.p-works-preview__spec-row {
  display: flex;
  gap: 2rem;
  padding: 12px 0;
}
.p-works-preview__spec-row dt {
  width: 80px;
  flex-shrink: 0;
}
.p-works-preview__spec-row dd {
  margin: 0;
  line-height: 1.6;
}

.p-works-preview__gallery {
  margin-bottom: 2.5rem;
}
.p-works-preview__gallery-main {
  width: 100%;
  overflow: hidden;
}
.p-works-preview__gallery-main .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 62vh;
  overflow: hidden;
}
.p-works-preview__gallery-main .swiper-slide img {
  width: 100%;
  height: 100%;
  max-height: 62vh;
  object-fit: contain;
  display: block;
}
.p-works-preview__gallery-main .swiper-wrapper {
  align-items: center;
}
.p-works-preview__gallery-main .swiper-button-prev,
.p-works-preview__gallery-main .swiper-button-next {
  color: #fff;
  --swiper-navigation-size: 1.4rem;
}
.p-works-preview__gallery-thumbs {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}
@media screen and (max-width: 600px) {
  .p-works-preview__gallery-thumbs {
    grid-template-columns: repeat(5, 1fr);
  }
}
.p-works-preview__gallery-thumb {
  display: block;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.2s;
}
.p-works-preview__gallery-thumb.is-active, .p-works-preview__gallery-thumb:hover {
  opacity: 1;
}
.p-works-preview__gallery-thumb img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
}

.p-works-preview__nav {
  padding: 56px 80px;
}
@media screen and (max-width: 900px) {
  .p-works-preview__nav {
    padding: 40px 24px;
  }
}

.p-works-preview__nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 600px) {
  .p-works-preview__nav-inner {
    gap: 16px;
  }
}

.p-works-preview__nav-item {
  display: flex;
  align-items: center;
  gap: 28px;
  text-decoration: none;
  color: #fff;
  max-width: 44%;
  transition: opacity 0.2s ease;
}
.p-works-preview__nav-item--prev {
  flex-direction: row;
}
.p-works-preview__nav-item--next {
  flex-direction: row;
  text-align: right;
}
.p-works-preview__nav-item--empty {
  flex: 1;
}
@media screen and (max-width: 600px) {
  .p-works-preview__nav-item {
    max-width: 48%;
    gap: 16px;
  }
}

.p-works-preview__nav-arrow {
  display: block;
  width: 72px;
  height: 1px;
  background-color: #fff;
  position: relative;
  flex-shrink: 0;
  transition: width 0.3s ease;
}
.p-works-preview__nav-item:hover .p-works-preview__nav-arrow {
  width: 62px;
}
@media screen and (max-width: 900px) {
  .p-works-preview__nav-arrow {
    width: 44px;
  }
  .p-works-preview__nav-item:hover .p-works-preview__nav-arrow {
    width: 34px;
  }
}
@media screen and (max-width: 600px) {
  .p-works-preview__nav-arrow {
    width: 32px;
  }
}
.p-works-preview__nav-arrow::before, .p-works-preview__nav-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-color: #fff;
  border-style: solid;
  border-width: 0;
}

.p-works-preview__nav-item--prev .p-works-preview__nav-arrow::before {
  left: 0;
  border-left-width: 1px;
  border-bottom-width: 1px;
  transform: translateY(-50%) rotate(45deg);
}

.p-works-preview__nav-item--next .p-works-preview__nav-arrow::after {
  right: 0;
  border-right-width: 1px;
  border-top-width: 1px;
  transform: translateY(-50%) rotate(45deg);
}

.p-works-preview__nav-title {
  max-width: 280px;
}

.p-works-preview__movie iframe {
  width: 686px;
  height: 426px;
  max-width: 100%;
  max-height: 100%;
}

.p-works-preview__text-en {
  margin-bottom: 50px;
}

.p-works-preview__task {
  padding-top: 50px;
  margin-top: 50px;
  margin-bottom: 40px;
  border-top: solid 1px #ffffff;
}

.p-works-preview__background {
  padding-bottom: 50px;
  margin-bottom: 40px;
  border-bottom: solid 1px #ffffff;
}

.p-company h1 {
  margin-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .p-company h1 {
    margin-bottom: 50px;
  }
}
.p-company table {
  margin: 70px 0;
}
@media screen and (max-width: 900px) {
  .p-company table {
    margin: 0;
  }
}
.p-company tr {
  border-bottom: 1px solid #fffff6;
}
.p-company tr:last-of-type {
  border: none;
}
@media screen and (max-width: 900px) {
  .p-company tr {
    display: flex;
    margin: 20px 0;
  }
}
.p-company th {
  font-weight: 500;
  vertical-align: top;
}
@media screen and (max-width: 900px) {
  .p-company th {
    width: 35%;
  }
  .p-company th img {
    width: 50px;
  }
}
.p-company td {
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .p-company td {
    margin-bottom: 10px;
    flex: 1;
  }
}
.p-company th,
.p-company td {
  padding: 20px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .p-company th,
  .p-company td {
    margin-bottom: 20px;
    padding: 0;
  }
}
.p-company__icatch {
  margin-bottom: 100px;
}
.p-company__staff {
  margin-top: 150px;
  margin-bottom: 200px;
}
@media screen and (max-width: 900px) {
  .p-company__staff {
    margin-top: 100px;
  }
}
.p-company__staff__box {
  margin-top: 80px;
}
@media screen and (max-width: 900px) {
  .p-company__staff__box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 900px) {
  .p-company__staff__text {
    max-width: 400px;
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
}
.p-company__staff__row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .p-company__staff__row {
    width: 100%;
  }
}
.p-company__staff__cell:nth-of-type(1) {
  flex: 1;
}
.p-company__staff__cell:nth-of-type(2) {
  flex: 0.5;
}
.p-company__staff__cell:nth-of-type(3) {
  flex: 3;
}
.p-company__staff__cell {
  padding: 25px 0;
  margin: 0;
}
.p-company__staff__btn {
  width: 52px;
  height: 52px;
  margin-left: auto;
  flex-shrink: 0;
  border: none;
  cursor: pointer;
  position: relative;
  transition: background 0.15s;
}
.p-company__staff__btn::before, .p-company__staff__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background: #fffff6;
  border-radius: 1px;
  transition: transform 0.25s, background 0.15s;
}
.p-company__staff__btn::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-company__staff__btn::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
@media (hover: hover) {
  .p-company__staff__btn:hover::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .p-company__staff__btn:hover::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
.p-company__staff__btn.is-active::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-company__staff__btn.is-active::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-company__staff__img {
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 900px) {
  .p-company__staff__img {
    width: 60px;
    height: 60px;
  }
}
.p-company__staff__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-company__staff__name p {
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  .p-company__staff__name p {
    margin-top: 5px;
    font-size: 0.7rem;
    line-height: normal;
  }
}
.p-company__staff__name p span:nth-of-type(1) {
  color: #cce0e3;
  font-size: 1.3rem;
}
@media screen and (max-width: 900px) {
  .p-company__staff__name p span:nth-of-type(1) {
    font-size: 0.6rem;
  }
}
.p-company__staff__name p span:nth-of-type(2) {
  margin-left: 10px;
  font-size: 1.3rem;
}
@media screen and (max-width: 900px) {
  .p-company__staff__name p span:nth-of-type(2) {
    margin-left: 3px;
    font-size: 0.6rem;
  }
}
.p-company__staff__name p:nth-of-type(2) {
  font-size: 1.3rem;
  line-height: 2.1rem;
}
@media screen and (max-width: 900px) {
  .p-company__staff__name p:nth-of-type(2) {
    font-size: 0.6rem;
    line-height: normal;
  }
}
.p-company__staff__item {
  border-bottom: 1px solid #fffff6;
}
.p-company__staff__item.is-open .p-company__staff__btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-company__staff__item.is-open .p-company__staff__btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-company__staff__body {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, visibility 0.4s ease;
}
.p-company__staff__body.is-visible {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}
.p-company__staff__image-wrap {
  position: relative;
  transition: opacity 0.3s ease;
}
.p-company__staff__image-wrap.is-hidden {
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.p-company__staff__image {
  width: 100%;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  cursor: pointer;
}
.p-company__staff__image:hover {
  filter: grayscale(0%);
}
.p-company__staff__detail {
  position: relative;
  height: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease 0.1s, visibility 0.4s ease 0.1s;
  background-color: #272727;
}
.p-company__staff__detail.is-visible {
  height: auto;
  padding: 100px 80px;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 900px) {
  .p-company__staff__detail.is-visible {
    padding: 30px 25px;
  }
}
.p-company__staff__detail__box {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 900px) {
  .p-company__staff__detail__box {
    gap: 15px;
  }
}
.p-company__staff__row-sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .p-company__staff__row-sp {
    display: flex;
    flex-direction: column;
    padding: 14px 0;
  }
}
.p-company__staff__row-sp__bottom {
  display: flex;
  align-items: center;
  gap: 12px;
}
.p-company__staff__cell-sp {
  margin: 0;
}
.p-company__staff__cell-sp--position {
  font-size: 1.2rem;
  color: #cce0e3;
  margin-bottom: 6px;
}
@media screen and (max-width: 900px) {
  .p-company__staff__cell-sp--position {
    margin-bottom: 0;
  }
}
.p-company__staff__row {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .p-company__staff__row {
    display: none;
  }
}
.p-company__staff__image-wrap {
  position: relative;
  transition: opacity 0.3s ease;
}
.p-company__staff__image-wrap.is-hidden {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.p-company__staff__image-overlay {
  display: none;
}
@media screen and (max-width: 900px) {
  .p-company__staff__image-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    padding: 16px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
    pointer-events: none;
  }
  .p-company__staff__image-overlay .p-company__staff__expand-btn {
    pointer-events: auto;
  }
}
.p-company__staff__image-more {
  color: #fff;
  font-size: 1.4rem;
}
.p-company__staff__expand-btn {
  display: none;
}
@media screen and (max-width: 900px) {
  .p-company__staff__expand-btn {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    width: 15px;
    height: 15px;
    margin-left: auto;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
  }
  .p-company__staff__expand-btn img {
    width: 100%;
    height: 100%;
  }
}
.p-company__staff-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
  overflow-y: auto;
  padding: 40px 20px;
  align-items: flex-start;
  justify-content: center;
}
.p-company__staff-overlay.is-active {
  display: flex;
}
.p-company__staff-overlay__inner {
  position: relative;
  background: #272727;
  padding: 40px 24px;
  width: 100%;
  max-width: 600px;
}
.p-company__staff-overlay__close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
  line-height: 1;
}
.p-company__staff-overlay__body {
  margin-top: 20px;
}
.p-company__staff-overlay__body img {
  height: 250px;
  object-fit: cover;
  display: block;
  margin: 0 auto 20px auto;
  aspect-ratio: 1/1;
}
.p-company__staff-overlay__body img:not(.p-company__staff__extra-image img) {
  height: 250px;
  object-fit: cover;
  display: block;
  margin: 0 auto 20px auto;
  aspect-ratio: 1/1;
}
.p-company__staff-overlay__body .overlay-position {
  font-size: 1.2rem;
  color: #cce0e3;
}
.p-company__staff-overlay__body .overlay-name {
  font-size: 2rem;
  margin: 4px 0 2px;
}
.p-company__staff-overlay__body .overlay-kana {
  font-size: 1.2rem;
  color: #cce0e3;
  margin-bottom: 12px;
}
.p-company__staff-overlay__body .overlay-license {
  font-size: 1.3rem;
  line-height: 2.1rem;
  margin-bottom: 20px;
}
.p-company__staff-overlay__body .overlay-description {
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.p-company__staff-overlay__body .p-company__staff__extra-image {
  display: block;
  margin-top: 16px;
}
.p-company__staff-overlay__body .p-company__staff__extra-image img {
  width: 100%;
  height: auto;
  aspect-ratio: unset;
  cursor: zoom-in;
}
.p-company__staff-overlay__backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 199;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.p-company__staff-overlay__backdrop.is-active {
  display: block;
}
.p-company__staff__extra-image {
  margin-top: 20px;
}
.p-company__staff__extra-image img {
  width: 100%;
  cursor: zoom-in;
}
@media screen and (max-width: 900px) {
  .p-company__staff__extra-image {
    display: none;
  }
}

.c-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s;
  cursor: pointer;
}
.c-lightbox.is-active {
  opacity: 1;
}
.c-lightbox__inner {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
}
.c-lightbox__inner img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  display: block;
}
.c-lightbox__close {
  position: absolute;
  top: -40px;
  right: -5px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}
.c-lightbox__close::before, .c-lightbox__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #fffff6;
  translate: -50% -50%;
}
.c-lightbox__close::before {
  rotate: 45deg;
}
.c-lightbox__close::after {
  rotate: -45deg;
}

.p-contact__form {
  max-width: 600px;
  margin: 100px auto 0 auto;
}
@media screen and (max-width: 900px) {
  .p-contact__form {
    margin-top: 45px;
  }
}
.p-contact__form .required::before {
  position: absolute;
  content: "必須";
  top: 7px;
  left: -80px;
  padding: 0 10px;
  font-size: 1.5rem;
  color: #000;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .p-contact__form .required::before {
    top: -30px;
    left: 0;
    padding: 0 5px;
    font-size: 1.3rem;
  }
}
.p-contact__form .name-fields {
  display: flex;
  flex: 1;
  gap: 30px;
}
.p-contact__form .form-item {
  position: relative;
  margin: 30px 0;
}
@media screen and (max-width: 900px) {
  .p-contact__form .form-item {
    margin: 45px 0;
  }
}
.p-contact__form .form-item__zipcode {
  display: flex;
  gap: 15px;
}
.p-contact__form .form-item__zipcode input {
  max-width: 170px;
}
.p-contact__form .form-item__zipcode .wpcf7-form-control-wrap:nth-of-type(1) {
  margin-right: 22px;
}
.p-contact__form .form-item__zipcode .wpcf7-form-control-wrap {
  position: relative;
}
.p-contact__form .form-item__zipcode .wpcf7-form-control-wrap:nth-of-type(2)::before {
  content: "ー";
  position: absolute;
  top: 10px;
  left: -25px;
}
.p-contact__form .form-item__zipcode #zip-search-btn {
  background-image: url("../images/icon/search.svg");
  background-repeat: no-repeat;
  background-position: left 8px center;
  background-size: 20px 20px;
  padding-left: 34px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.p-contact__form .form-item__message {
  height: 300px;
}
.p-contact__form .form-item p {
  margin-bottom: 10px;
}
.p-contact__form .form-item p span {
  color: #d32929;
}
.p-contact__form .form-item input,
.p-contact__form .form-item textarea {
  outline: none;
  width: 100%;
  padding: 10px;
  font-size: 1.6rem;
  background-color: #424242;
  border-radius: 2px;
}
.p-contact__form .form-item input::placeholder,
.p-contact__form .form-item textarea::placeholder {
  opacity: 0.7;
  font-size: 1.4rem;
}
.p-contact__form .form-item__checkbox {
  cursor: pointer;
}
.p-contact__form .form-item__checkbox input[type=checkbox] {
  vertical-align: middle;
  margin-top: -2px;
}
.p-contact__form .form-item__checkbox .wpcf7-form-control-wrap input {
  width: 20px;
  height: 20px;
}
.p-contact__form .wpcf7-list-item {
  margin: 4px 0 0 3px;
}
.p-contact__form .wpcf7 input::placeholder,
.p-contact__form .wpcf7 textarea::placeholder {
  color: #ffffff;
}
.p-contact__form .wpcf7-submit {
  display: block;
  width: 100%;
  padding: 10px 0;
  margin-top: 160px;
  background-color: #fffff6;
  color: #191919;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.p-contact__form .wpcf7-submit:hover {
  background-color: #cce0e3;
}
@media screen and (max-width: 900px) {
  .p-contact__form .wpcf7-submit {
    margin-top: 80px;
  }
}
.p-contact__form input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background-color: #fffff6;
  cursor: pointer;
  position: relative;
}
.p-contact__form input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
  width: 5px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  opacity: 0;
}
.p-contact__form input[type=checkbox]:checked::after {
  opacity: 1;
}
.p-contact__thanks {
  max-width: 600px;
  margin: 100px auto 0 auto;
}
.p-contact__thanks h2 {
  margin-bottom: 30px;
  text-align: center;
}
.p-contact__thanks p {
  text-align: center;
}
.p-contact__thanks a {
  display: block;
  margin: 40px auto 0 auto;
}
.p-contact-thanks hr {
  display: block;
  width: 100px;
  margin: 40px auto;
}
.p-contact-thanks .c-action-btn {
  margin-top: 120px;
}
.p-contact .js-privacy-open {
  margin-left: 1rem;
}

.p-contact__privacy-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.p-contact__privacy-modal.is-active {
  display: flex;
}
.p-contact__privacy-modal__inner {
  position: relative;
  background: #191919;
  padding: 100px 40px;
  width: 100%;
  max-height: 100vh;
  overflow-y: auto;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .p-contact__privacy-modal__inner {
    padding: 55px 25px;
  }
}
.p-contact__privacy-modal__close {
  position: absolute;
  top: 50px;
  right: 60px;
  background: none;
  border: none;
  font-size: 1.6rem;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .p-contact__privacy-modal__close {
    top: 55px;
    right: 20px;
  }
}
.p-contact__privacy-modal__title {
  font-size: 2rem;
  margin-bottom: 24px;
  padding-bottom: 16px;
}
.p-contact__privacy-modal__body {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-contact__privacy-modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.p-recruit h1 {
  margin-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .p-recruit h1 {
    margin-bottom: 50px;
  }
}
.p-recruit h2 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 2.4rem;
  border-bottom: rgba(255, 255, 246, 0.6) 1px solid;
  line-height: normal;
}
.p-recruit h2 span {
  margin-left: 30px;
  font-size: 1.6rem;
  color: #9ad4db;
}
@media screen and (max-width: 900px) {
  .p-recruit h2 span {
    margin: 0;
    font-size: 1.4rem;
  }
}
.p-recruit p {
  margin: 40px 0;
}
.p-recruit span {
  font-size: 1.8rem;
}
.p-recruit .c-action-btn {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .p-recruit .c-action-btn {
    display: block;
    min-width: 300px;
  }
}
.p-recruit__text {
  margin-bottom: 100px;
}

@media screen and (max-width: 900px) {
  .p-service br {
    display: none;
  }
}
.p-service__box {
  position: relative;
  display: flex;
  gap: 30px;
  margin: 200px 0;
}
@media screen and (max-width: 900px) {
  .p-service__box {
    flex-direction: column;
    margin: 100px 0;
    gap: 15px;
  }
}
@media screen and (max-width: 500px) {
  .p-service__box {
    margin: 50px 0;
  }
}
.p-service__box h2 {
  font-size: 2.4rem;
}
@media screen and (max-width: 900px) {
  .p-service__box h2 {
    font-size: 2.2rem;
  }
}
.p-service__box img {
  margin-bottom: 60px;
}
@media screen and (max-width: 500px) {
  .p-service__box img {
    margin-bottom: 30px;
  }
}
.p-service__box__number {
  display: flex;
}
.p-service__box__number p:nth-of-type(1) {
  font-size: 1.8rem;
  writing-mode: sideways-rl;
}
@media screen and (max-width: 900px) {
  .p-service__box__number p:nth-of-type(1) {
    font-size: 1.4rem;
  }
}
.p-service__box__number p:nth-of-type(2) {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 6rem;
  line-height: 4rem;
}
@media screen and (max-width: 900px) {
  .p-service__box__number p:nth-of-type(2) {
    font-size: 5rem;
  }
}
.p-service__box__new {
  position: absolute;
  top: -50px;
  left: 20px;
  padding: 0 5px 0 10px;
  font-size: 1.8rem;
  color: #191919;
  background-color: #cce0e3;
  border-radius: 2px;
}
@media screen and (max-width: 900px) {
  .p-service__box__new {
    top: 10px;
    left: 100px;
  }
}
.p-service__box__title {
  margin-bottom: 20px;
}
.p-service__box__description {
  flex: 1;
}
.p-service__box__description p {
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .p-service__box__description p {
    margin-bottom: 25px;
  }
}
.p-service__box__description img {
  width: 100%;
}
.p-service__fv {
  position: relative;
}
.p-service__fv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p-service__fv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-service__fv__matte {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #191919;
  pointer-events: none;
}
.p-service__fv__titles {
  position: relative;
  z-index: 2;
}
.p-service__fv__title-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(40px, 5vw, 70px) 0;
  box-sizing: border-box;
  width: 100%;
}
.p-service__fv__title-shift {
  display: inline-block;
  margin-left: 0;
  will-change: margin-left;
}
.p-service__fv__title-line {
  width: clamp(900px, 150vw, 2030px);
  height: clamp(100px, 14vw, 258px);
  background-image: var(--fv-bg-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-mask-image: url("../images/page/service.svg");
  mask-image: url("../images/page/service.svg");
  -webkit-mask-size: 80vw auto;
  mask-size: 80vw auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 600px center;
  mask-position: 600px center;
}
@media screen and (max-width: 900px) {
  .p-service__fv__title-line {
    width: 250vw;
    -webkit-mask-size: 100vw auto;
    -webkit-mask-position: center center;
    mask-position: 95% center;
    background-attachment: fixed;
    background: none;
  }
  .p-service__fv__title-line::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background-image: var(--fv-bg-image);
    background-position: center;
    background-size: cover;
  }
}
.p-service__movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

.p-gallery h1 {
  margin-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .p-gallery h1 {
    margin-bottom: 50px;
  }
}
.p-gallery__gallery-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  max-width: 875px;
  min-width: 875px;
  margin: 0 auto;
}
.p-gallery__gallery-list--btn {
  display: block;
  margin: 100px auto;
}
@media screen and (max-width: 900px) {
  .p-gallery__gallery-list--btn {
    margin: 50px auto;
  }
}
@media screen and (max-width: 900px) {
  .p-gallery__gallery-list {
    gap: 10px;
    max-width: 100%;
    min-width: auto;
  }
}
.p-gallery__item {
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .p-gallery__item {
    width: calc(50% - 5px);
    height: auto;
    aspect-ratio: 1/1;
  }
}
.p-gallery__item img {
  height: 100%;
  object-fit: cover;
}
.p-gallery__overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
  padding: 40px 20px;
  align-items: center;
  justify-content: center;
}
.p-gallery__overlay.is-active {
  display: flex;
}
.p-gallery__overlay__box {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
@media screen and (max-width: 900px) {
  .p-gallery__overlay__box {
    flex-direction: column;
    gap: 17px;
    max-width: 100%;
    margin-top: 30px;
  }
}
.p-gallery__overlay-inner {
  position: relative;
  min-width: 600px;
  max-height: 90vh;
  padding: 40px;
  overflow-y: auto;
  background: #191919;
}
@media screen and (max-width: 900px) {
  .p-gallery__overlay-inner {
    width: 100%;
    max-width: 95svw;
    min-width: unset;
    max-height: 80vh;
    padding: 40px 20px;
  }
}
.p-gallery__overlay-body {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 40%;
  min-width: 440px;
}
@media screen and (max-width: 900px) {
  .p-gallery__overlay-body {
    width: 100%;
    min-width: unset;
  }
}
.p-gallery__overlay-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 1.6rem;
  cursor: pointer;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .p-gallery__overlay-close {
    margin-top: 20px;
  }
}
.p-gallery__overlay-thumb {
  width: 50%;
  max-height: calc(90vh - 80px);
  overflow-y: auto;
}
@media screen and (max-width: 900px) {
  .p-gallery__overlay-thumb {
    width: 100%;
    max-height: 220px;
    flex-shrink: 0;
    overflow-y: auto;
  }
}
.p-gallery__overlay-thumb img {
  display: block;
  width: 630px;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 900px) {
  .p-gallery__overlay-thumb img {
    height: auto;
    object-fit: unset;
  }
}
.p-gallery__overlay-title {
  font-size: 2.4rem;
}
@media screen and (max-width: 900px) {
  .p-gallery__overlay-title {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.p-gallery__overlay-spec {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 900px) {
  .p-gallery__overlay-spec {
    margin-bottom: 40px;
  }
}
.p-gallery__overlay__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  gap: 16px;
}
@media screen and (max-width: 900px) {
  .p-gallery__overlay__bottom {
    flex-direction: column;
    align-items: center;
  }
}
.p-gallery__overlay__bottom__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}
@media screen and (max-width: 900px) {
  .p-gallery__overlay__bottom__inner {
    margin-bottom: 30px;
  }
}
.p-gallery__overlay__bottom .c-more-btn {
  flex-shrink: 0;
}
.p-gallery__overlay-categories {
  margin-top: 5px;
  margin-right: 20px;
}
.p-gallery__overlay-categories li {
  padding: 0 10px;
  color: #000;
  background-color: #fffff6;
  border-radius: 2px;
}
.p-gallery__overlay-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
}
.p-gallery__overlay-tags li {
  position: relative;
  padding: 4px 10px;
}
.p-gallery__overlay-tags li::before {
  content: "#";
  position: absolute;
  left: -5px;
}
.p-gallery__overlay .c-more-btn {
  margin: 0 auto;
}
.p-gallery__backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 199;
  background: rgba(25, 25, 25, 0.2);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.p-gallery__backdrop.is-active {
  display: block;
}

body.is-overlay-open {
  overflow: hidden;
}

.c-breadcrumb {
  font-family: "Shippori Mincho B1", sans-serif;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .c-breadcrumb {
    margin-bottom: 20px;
  }
}
.c-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-breadcrumb li {
  color: #fff;
}
.c-breadcrumb li:last-child {
  display: none;
}
.c-breadcrumb .current-item {
  display: none;
}

.c-more-btn {
  font-size: 1.8rem;
  font-weight: normal;
}
.c-more-btn:after {
  content: "";
  display: inline-block;
  vertical-align: -8px;
  width: 27px;
  height: 27px;
  background-image: url(../images/common/more_btn_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
  transition: transform 0.3s ease;
  transform: translateX(0);
}
.c-more-btn:hover:after {
  transform: translateX(5px);
}
@media screen and (max-width: 900px) {
  .c-more-btn:hover:after {
    transform: none;
  }
}

.c-category-btn {
  color: #000;
  background-color: #fff;
  border-radius: 2px;
  padding: 0.1em 1.5em;
}
.c-category-btn.is-active {
  background: #cce0e3;
}

.c-action-btn {
  display: block;
  width: 100%;
  padding: 10px 0;
  margin: 160px;
  text-align: center;
  background-color: #fffff6;
  color: #191919;
  border-radius: 2px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.c-action-btn:hover {
  background-color: #cce0e3;
}

.c-title {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
}

.c-contact-form {
  max-width: 650px;
  margin: 0 auto;
}
.c-contact-form__radios {
  width: fit-content;
  margin: 60px auto 0 auto;
}
.c-contact-form__radios .wpcf7-list-item {
  margin: 0 0 0 2em;
}
.c-contact-form__radios label {
  display: flex;
  align-items: end;
  gap: 8px;
}
.c-contact-form__radios input {
  width: 20px !important;
  height: 20px;
  accent-color: #938f6c;
  vertical-align: bottom;
  outline: none;
}
.c-contact-form__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 33px;
}
@media screen and (max-width: 900px) {
  .c-contact-form__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.c-contact-form__label {
  position: relative;
  width: 200px;
}
.c-contact-form__label small {
  display: block;
  margin-top: 9px;
  line-height: 1.8;
  font-size: 1.1rem;
}
.c-contact-form .wpcf7-form-control-wrap {
  flex: 1;
}
.c-contact-form input:not([type=radio]):not([type=checkbox]):not([type=button]):not([type=submit]):not([type=reset]):not([type=image]),
.c-contact-form textarea {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 3px;
  padding: 14px 56px 14px 18px;
  font-size: 1.6rem;
  margin: 0 0 0 auto;
  background: #e7e7e5;
  outline: none;
}
.c-contact-form__address {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
}
.c-contact-form__address__label {
  width: 180px;
  font-size: 1.2rem;
  font-weight: bold;
}
.c-contact-form__address__input {
  flex: 1;
  border-radius: 3px;
  padding: 14px 18px;
  background: #f5f4f0;
}
.c-contact-form input[type=checkbox] {
  width: 20px;
  height: 20px;
  display: inline-block;
  accent-color: #938f6c;
  vertical-align: bottom;
  margin-right: 8px;
  outline: none;
}
.c-contact-form .accept-modal-btn {
  color: #5b584a;
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
.c-contact-form .wpcf7-submit,
.c-contact-form .wpcf7-previous {
  padding: 20px 0px;
  margin: 0 auto;
  width: 90%;
  min-width: 300px;
  text-align: center;
  border: 1px solid #2d2d2d;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 900px) {
  .c-contact-form .wpcf7-submit,
  .c-contact-form .wpcf7-previous {
    width: 100%;
    padding: 14px 0px;
  }
}
.c-contact-form .wpcf7-submit:hover,
.c-contact-form .wpcf7-previous:hover {
  background: #d6d4c4;
}

.c-works-item {
  perspective: 900px;
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .c-works-item {
    height: 70vh;
  }
}
.c-works-item__meta {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 12px;
  left: 0;
  top: calc(50% - 340px);
}
@media screen and (max-width: 900px) {
  .c-works-item__meta {
    left: 0;
    top: calc(50% - 280px);
    flex-wrap: wrap;
    gap: 6px;
  }
}
@media screen and (max-width: 900px) {
  .c-works-item__meta-break {
    width: 100%;
    height: 0;
  }
}
.c-works-item__title {
  position: relative;
  z-index: 10;
  margin: 0;
}
.c-works-item__title a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: clamp(1rem, 3.3vw, 2rem);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1;
  transition: opacity 0.3s ease;
}
.c-works-item__title a:hover {
  opacity: 0.7;
}
.c-works-item__title-inner {
  display: inline-block;
}
.c-works-item__title .char {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}
.c-works-item__carousel {
  width: 400px;
  height: 500px;
  top: 50%;
  left: 50%;
  margin: -250px 0 0 -200px;
  position: absolute;
  transform-style: preserve-3d;
  will-change: transform;
}
@media screen and (max-width: 900px) {
  .c-works-item__carousel {
    width: 260px;
    height: 340px;
    margin: -170px 0 0 -130px;
  }
}
.c-works-item__cell {
  position: absolute;
  width: 350px;
  height: 420px;
  left: 0;
  top: 0;
  transform-style: preserve-3d;
}
@media screen and (max-width: 900px) {
  .c-works-item__cell {
    width: 230px;
    height: 290px;
  }
}
.c-works-item__card {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
}
.c-works-item__card-face {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: visible;
}
.c-works-item__card-face img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.l-header__tagline {
  pointer-events: none;
  position: fixed;
  top: 50vh;
  right: clamp(16px, 3vw, 48px);
  transform: translateY(-50%);
  z-index: 102;
}
@media screen and (max-width: 900px) {
  .l-header__tagline {
    top: auto;
    bottom: clamp(96px, 16vh, 132px);
    right: clamp(16px, 5vw, 32px);
    transform: none;
  }
}

.l-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 110;
  pointer-events: none;
}
.l-header__logo {
  min-width: 100px;
}
.l-header__nav {
  position: relative;
  z-index: 115;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(22px, 4vw, 48px) clamp(22px, 5vw, 72px) 0;
}
@media (max-width: 900px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav-list {
  display: flex;
}
.l-header__nav-list li:nth-last-of-type(2) {
  margin-right: 30px;
}
.l-header__nav-list li:last-of-type {
  background-color: #cce0e3;
  color: #191919;
  transition: 0.3s;
}
.l-header__nav-list li:last-of-type:hover {
  background-color: #fffff6;
}
.l-header__nav-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px clamp(10px, 2vw, 30px);
}
.l-header__nav-item:hover .l-header__nav-item--ja {
  opacity: 1;
}
.l-header__nav-item--en {
  font-size: 1.7rem;
}
.l-header__nav-item--ja {
  position: absolute;
  bottom: -25px;
  font-size: 1.2rem;
  opacity: 0;
  color: rgba(255, 255, 255, 0.7019607843);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}
.l-header__nav-item--ja::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 5rem;
  background-color: rgba(255, 255, 255, 0.7019607843);
}
.l-header__sp-bar {
  display: none;
  position: fixed;
  inset: 0 0 auto;
  z-index: 115;
  pointer-events: auto;
  align-items: center;
  justify-content: space-between;
  padding: clamp(16px, 5vw, 28px);
  height: 70px;
}
.l-header__sp-bar img {
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  .l-header__sp-bar {
    display: flex;
  }
}
.l-header__sp-logo {
  display: block;
}
.l-header__sp-logo img {
  display: block;
  width: 80px;
}
.l-header__sp-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 116;
}
.l-header__sp-btn span {
  display: block;
  width: 28px;
  height: 1.5px;
  background-color: #fffff6;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}
.l-header__sp-btn.is-active span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}
.l-header__sp-btn.is-active span:nth-child(2) {
  opacity: 0;
}
.l-header__sp-btn.is-active span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}
.l-header__sp-nav {
  position: fixed;
  inset: 0;
  z-index: 105;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #191919;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  pointer-events: none;
}
@media (min-width: 901px) {
  .l-header__sp-nav {
    display: none !important;
  }
}
.l-header__sp-nav.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-header__sp-nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(32px, 6vh, 60px);
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-header__sp-nav a {
  display: block;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  text-decoration: none;
  letter-spacing: 0.06em;
}
.l-header__sp-nav a:hover {
  opacity: 0.85;
}
.l-header__sp-nav li:last-of-type {
  padding: 5px 30px;
  margin-top: 50px;
  background-color: #cce0e3;
  color: #191919;
}

main:not(.p-front) {
  padding-top: clamp(72px, 11vw, 104px);
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  main:not(.p-front) {
    padding-top: 64px;
  }
}

main.p-front {
  padding-top: 0;
}

.l-footer {
  position: relative;
  border-top: solid 0.5px #fffff6;
}
.l-footer__logo img {
  width: clamp(80px, 18vw, 90px);
}
.l-footer__nav {
  position: relative;
  z-index: 115;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(25px, 4vw, 50px) clamp(22px, 10vw, 105px) clamp(35px, 8vh, 80px) clamp(22px, 10vw, 105px);
}
@media screen and (max-width: 900px) {
  .l-footer__nav {
    display: none;
  }
}
.l-footer__nav__left {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.l-footer__nav__left p {
  font-size: 1.4rem;
  line-height: 2.5rem;
}
.l-footer__nav-list {
  display: flex;
}
.l-footer__nav-list div {
  display: flex;
  flex-direction: column;
}
.l-footer__nav-item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 5px 30px;
  font-size: 1.7rem;
}
@media screen and (max-width: 900px) {
  .l-footer__nav-item {
    font-size: 1.5rem;
  }
}
.l-footer__nav-item--contact {
  margin-left: 30px;
  background-color: #cce0e3;
  color: #191919;
  transition: 0.3s;
}
.l-footer__nav-item--contact:hover {
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .l-footer__nav-item--contact {
    width: 90px;
  }
}
.l-footer__nav-item:not(.l-footer__nav-item--contact):hover {
  opacity: 0.7;
  transition: 0.3s;
}
.l-footer__nav-item:not(.l-footer__nav-item--contact):hover .l-footer__nav-item--ja {
  opacity: 1;
}
.l-footer__nav__sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .l-footer__nav__sp {
    display: block;
  }
}
.l-footer__nav__sp__left {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .l-footer__nav__sp__left {
    justify-content: space-evenly;
  }
}
.l-footer__nav__sp__left img {
  margin: 40px;
}
.l-footer__nav__sp__left p {
  width: 60%;
  line-height: 21px;
}
@media screen and (max-width: 900px) {
  .l-footer__nav__sp__left p {
    width: auto;
  }
}
.l-footer__nav__sp .l-footer__nav-list {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 80px;
}
.l-footer__nav__sp .l-footer__nav-list li {
  width: 30%;
  box-sizing: border-box;
}
.l-footer__nav__sp .l-footer__nav-item {
  padding: 5px 10px;
}
.l-footer__nav__sp .l-footer__nav-item--contact {
  margin-left: 0;
}
.l-footer small {
  position: absolute;
  bottom: 30px;
  left: clamp(22px, 10vw, 105px);
}
@media screen and (max-width: 900px) {
  .l-footer small {
    bottom: -50px;
  }
}

.l-inner {
  margin-inline: auto;
  width: 90%;
  max-width: 1040px;
}
@media screen and (max-width: 900px) {
  .l-inner {
    width: 100%;
    padding: 0 30px;
  }
}

.l-page-wrapper {
  position: relative;
  padding: 80px 0 150px 0;
}
@media screen and (max-width: 900px) {
  .l-page-wrapper {
    padding: 40px 0 60px 0;
  }
}

#editor_dashboard ul {
  margin: 20px 0;
}
#editor_dashboard li {
  margin-bottom: 10px;
}
#editor_dashboard li span {
  margin-right: 20px;
}
#editor_dashboard a {
  display: block;
  padding: 13px;
  background-color: var(--wp-admin-theme-color);
  color: white;
}/*# sourceMappingURL=style.css.map */