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

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

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

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

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

@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}
button {
  font: inherit;
  color: inherit;
  background: transparent;
  border: none;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
body {
  color: #2B3139;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
}

[type=text],
[type=email],
[type=radio],
[type=tel],
select,
textarea {
  box-shadow: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  font-family: inherit;
}

.l-inner {
  width: 1140px;
  width: 1220px;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 40px;
}
@media (max-width: 767px) {
  .l-inner {
    padding-inline: 24px;
  }
}

body:not(.home) main {
  padding-block-start: 66px;
}
@media (max-width: 767px) {
  body:not(.home) main {
    padding-block-start: 54px;
  }
}

.l-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.l-header__inner {
  width: min(1335px, 100%);
  margin-inline: auto;
  height: inherit;
  display: grid;
  grid-template-columns: 137px 1fr;
  align-items: center;
  padding-inline: 40px;
}
@media (max-width: 767px) {
  .l-header__inner {
    padding-inline: 24px;
  }
}

.l-top-works__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: clamp(3.75rem, -6.1459450402rem + 20.6434316354vw, 8.5625rem);
       column-gap: clamp(3.75rem, -6.1459450402rem + 20.6434316354vw, 8.5625rem);
  row-gap: clamp(3.4375rem, -3.2454758713rem + 13.9410187668vw, 6.6875rem);
}
@media (max-width: 767px) {
  .l-top-works__list {
    grid-template-columns: 1fr;
    row-gap: clamp(3.125rem, 0.1278772379rem + 12.7877237852vw, 6.25rem);
  }
}

.l-top-strengths__content {
  display: grid;
  grid-template-columns: 216px auto;
  gap: clamp(4.375rem, -38.4821428571rem + 68.5714285714vw, 10.375rem);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .l-top-strengths__content {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
  }
}

.l-top-service__content {
  display: grid;
  grid-template-columns: 161px auto;
  gap: clamp(4.375rem, -64.8214285714rem + 110.7142857143vw, 14.0625rem);
}
@media screen and (max-width: 1000px) {
  .l-top-service__content {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
  }
}

.l-top-price__table {
  margin-block-start: clamp(3.125rem, 1.5931372549rem + 6.5359477124vw, 6.25rem);
}

.l-footer {
  overflow: hidden;
}

.l-archive-works__list {
  margin-block-start: clamp(3.125rem, 1.5931372549rem + 6.5359477124vw, 6.25rem);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(3.125rem, 1.3257372654rem + 3.7533512064vw, 4rem);
}
@media (max-width: 1139px) {
  .l-archive-works__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .l-archive-works__list {
    grid-template-columns: 1fr;
  }
}

.l-archive-confidential__list {
  margin-block-start: clamp(3rem, 1.4068627451rem + 6.7973856209vw, 6.25rem);
}

.c-bg-gradation {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.c-bg-gradation__noise {
  position: absolute;
  inset: 0;
  background: transparent url(../img/noise.webp) repeat center center/contain;
  z-index: 1;
}

.c-bg-gradation__gradation-wrap {
  position: absolute;
  inset: 0;
  filter: blur(180px);
  z-index: 0;
}
@media (max-width: 1139px) {
  .c-bg-gradation__gradation-wrap {
    filter: blur(140px);
  }
}
@media (max-width: 767px) {
  .c-bg-gradation__gradation-wrap {
    filter: blur(126px);
  }
}

.c-bg-gradation__gradation1,
.c-bg-gradation__gradation2,
.c-bg-gradation__gradation3,
.c-bg-gradation__gradation4 {
  position: absolute;
  height: auto;
  rotate: 60deg;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media (max-width: 767px) {
  .c-bg-gradation__gradation1,
  .c-bg-gradation__gradation2,
  .c-bg-gradation__gradation3,
  .c-bg-gradation__gradation4 {
    rotate: 54deg;
  }
}

.c-bg-gradation__gradation1 {
  z-index: 4;
  top: -15%;
  right: 0%;
  width: 65%;
  aspect-ratio: 858/830;
  background-color: #2D3D8D;
  animation: drift-massive 13s linear infinite;
}
@keyframes drift-massive {
  0% {
    transform: translate(0%, 0%) rotate(60deg) scale(1);
  }
  16% {
    transform: translate(-3%, -5%) rotate(60.7deg) scale(1.04);
  }
  32% {
    transform: translate(-7%, 16%) rotate(59.6deg) scale(1.06);
  }
  48% {
    transform: translate(-12%, 25%) rotate(60.4deg) scale(1.03);
  }
  64% {
    transform: translate(-8%, 25%) rotate(59.9deg) scale(1.02);
  }
  80% {
    transform: translate(-5%, 6%) rotate(60.6deg) scale(1.01);
  }
  100% {
    transform: translate(0%, 0%) rotate(60deg) scale(1);
  }
}
@media (max-width: 1139px) {
  .c-bg-gradation__gradation1 {
    width: 98%;
    top: -4%;
    right: -9%;
  }
}
@media (max-width: 767px) {
  .c-bg-gradation__gradation1 {
    top: 2%;
    right: -75%;
    width: 130%;
    aspect-ratio: 500/600;
  }
}

.c-bg-gradation__gradation2 {
  z-index: 3;
  top: 20%;
  right: 15%;
  width: 80%;
  aspect-ratio: 1066/1121;
  background-color: #2D3D8D;
  animation: drift-heavy 20s linear infinite;
}
@keyframes drift-heavy {
  0% {
    transform: translate(0%, 0%) rotate(60deg) scale(1);
  }
  18% {
    transform: translate(-6%, 8%) rotate(62deg) scale(1.1);
  }
  37% {
    transform: translate(-10%, 10%) rotate(58deg) scale(0.89);
  }
  59% {
    transform: translate(5%, -6%) rotate(61deg) scale(1.12);
  }
  81% {
    transform: translate(20%, -10%) rotate(59deg) scale(0.88);
  }
  100% {
    transform: translate(0%, 0%) rotate(60deg) scale(1);
  }
}
@media (max-width: 1139px) {
  .c-bg-gradation__gradation2 {
    width: 99%;
    top: initial;
    bottom: -42%;
    right: 5%;
  }
}
@media (max-width: 767px) {
  .c-bg-gradation__gradation2 {
    width: 149%;
    bottom: -11%;
    right: -19%;
    aspect-ratio: 560/650;
  }
}

.c-bg-gradation__gradation3 {
  z-index: 2;
  top: -37%;
  left: -9%;
  width: 52%;
  aspect-ratio: 1038/1038;
  background-color: #53A7F3;
}
@media (max-width: 1139px) {
  .c-bg-gradation__gradation3 {
    top: -38%;
    left: -13%;
  }
}
@media (max-width: 767px) {
  .c-bg-gradation__gradation3 {
    top: 3%;
    left: -70%;
    width: 140%;
    aspect-ratio: 544/650;
  }
}

.c-bg-gradation__gradation4 {
  z-index: 1;
  top: -71%;
  right: -8%;
  width: 53%;
  aspect-ratio: 769/972;
  background-color: #ECA274;
}
@media (max-width: 1139px) {
  .c-bg-gradation__gradation4 {
    top: -53%;
  }
}
@media (max-width: 767px) {
  .c-bg-gradation__gradation4 {
    top: -18%;
    right: 4%;
    width: 108%;
    aspect-ratio: 405/517;
  }
}

.c-link-button {
  display: inline-flex;
  align-items: center;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #2B3139;
  gap: 44px;
}
.c-link-button::after {
  content: "";
  width: 60px;
  height: auto;
  aspect-ratio: 1;
  background: currentColor url(../img/icon-arrow-white.svg) no-repeat center center/25.5px 25.5px;
  border-radius: 50%;
  transition: background-color 0.6s ease, background-image 0.6s ease;
}
@media (any-hover: hover) {
  .c-link-button:hover span::before {
    clip-path: inset(0 0 0 0);
  }
}

.c-link-button span {
  position: relative;
}
.c-link-button span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1.5px;
  bottom: -14px;
  left: 0;
  background-color: currentColor;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.3s ease;
}

.c-link-button--white {
  color: #fff;
}
.c-link-button--white::after {
  background-image: url(../img/icon-arrow-black.svg);
}

.c-section-title .title-en {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: clamp(1.75rem, 1.3823529412rem + 1.568627451vw, 2.5rem);
  letter-spacing: 0.13em;
  line-height: 1.2;
}
.c-section-title .title-ja {
  display: inline-block;
  margin-block-start: clamp(0.5rem, 0.4387254902rem + 0.2614379085vw, 0.625rem);
  font-weight: 500;
  font-size: clamp(0.75rem, 0.6887254902rem + 0.2614379085vw, 0.875rem);
  letter-spacing: 0.1em;
  line-height: 1;
  padding-inline-start: clamp(0.9375rem, 0.5392156863rem + 1.6993464052vw, 1.75rem);
  position: relative;
}
.c-section-title .title-ja::before {
  position: absolute;
  content: "";
  top: 50%;
  left: clamp(0.3125rem, 0.1899509804rem + 0.522875817vw, 0.5625rem);
  translate: 0 -50%;
  width: clamp(0.1875rem, 0.1262254902rem + 0.2614379085vw, 0.3125rem);
  height: auto;
  aspect-ratio: 1;
  background-color: currentColor;
  border-radius: 50%;
}

.c-card {
  display: block;
}
@media (any-hover: hover) {
  .c-card:hover .c-card__thumbnail img {
    scale: 1.1;
  }
}

.c-card__thumbnail {
  border: 1px solid #B8B8B8;
  border-radius: 10px;
  overflow: hidden;
}
.c-card__thumbnail img {
  display: block;
  width: 100%;
  aspect-ratio: 500/316;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  transition: scale 0.3s ease;
  will-change: scale;
}

.c-card__title {
  margin-block-start: clamp(0.625rem, 0.3799019608rem + 1.045751634vw, 1.125rem);
  font-size: clamp(0.875rem, 0.7524509804rem + 0.522875817vw, 1.125rem);
  line-height: 1.5555555556;
  letter-spacing: 0.2em;
}

.c-card__category-list {
  margin-block-start: clamp(0.375rem, 0.3137254902rem + 0.2614379085vw, 0.5rem);
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.c-card__category-item {
  padding-block: clamp(0.375rem, 0.3137254902rem + 0.2614379085vw, 0.5rem);
  padding-inline: clamp(0.875rem, 0.7218137255rem + 0.6535947712vw, 1.1875rem);
  border-radius: 50px;
  background-color: #2B3139;
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.625rem, 0.5330882353rem + 0.3921568627vw, 0.8125rem);
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
  transition: background-color 0.6s ease, color 0.6s ease;
}

.c-ticker {
  width: 100%;
  overflow: hidden;
}

.c-ticker__wrap {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  animation: ticker-horizontal 30s linear infinite;
}

.c-ticker__text {
  white-space: nowrap;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 200px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: rgba(68, 112, 175, 0.1);
  padding-inline-end: 2rem;
}
@media (max-width: 767px) {
  .c-ticker__text {
    font-size: 120px;
  }
}

/* 無限-横スクロール */
@keyframes ticker-horizontal {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* 無限-縦スクロール */
@keyframes ticker-vertical {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
.c-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 170px;
  height: auto;
  aspect-ratio: 1;
  z-index: 99;
  cursor: pointer;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 767px) {
  .c-to-top {
    width: 110px;
  }
}
.c-to-top {
  opacity: 0;
  visibility: hidden;
}
.c-to-top.js-show {
  opacity: 1;
  visibility: visible;
}
@media (any-hover: hover) {
  .c-to-top:hover {
    opacity: 0.7;
  }
}
.c-to-top::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 13px;
  height: auto;
  aspect-ratio: 16/57;
  background: transparent url(../img/to-top-arrow.webp) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .c-to-top::after {
    width: 8px;
  }
}

.c-to-top img {
  animation: 20s linear infinite rotation;
}

@keyframes rotation {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.c-wp-pagination {
  display: flex;
  justify-content: center;
}
.c-wp-pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  color: #2B3139;
  background: #fff;
  border-radius: 50%;
  margin-inline: 5px;
  transition: all 0.3s ease 0s;
}
.c-wp-pagination .current {
  color: #fff;
  background: #2B3139;
}
.c-wp-pagination .prev, .c-wp-pagination .next {
  width: 25.5px;
}
.c-wp-pagination .prev {
  background-image: url(../img/icon-arrow-prev.svg);
  background-repeat: no-repeat;
}
@media (any-hover: hover) {
  .c-wp-pagination .prev:hover {
    translate: -5px;
  }
}
.c-wp-pagination .next {
  background-image: url(../img/icon-arrow-next.svg);
  background-repeat: no-repeat;
}
@media (any-hover: hover) {
  .c-wp-pagination .next:hover {
    translate: 5px;
  }
}

.c-neighbors-pagination {
  position: relative;
}
.c-neighbors-pagination .pagination-button {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  cursor: pointer;
}
.c-neighbors-pagination .prev {
  right: calc(50% + 60px);
}
@media screen and (max-width: 375px) {
  .c-neighbors-pagination .prev {
    right: calc(50% + 30px);
  }
}
@media (any-hover: hover) {
  .c-neighbors-pagination .prev:hover .pagination__prev {
    translate: -5px;
  }
}
.c-neighbors-pagination .next {
  left: calc(50% + 60px);
}
@media screen and (max-width: 375px) {
  .c-neighbors-pagination .next {
    left: calc(50% + 30px);
  }
}
@media (any-hover: hover) {
  .c-neighbors-pagination .next:hover .pagination__next {
    translate: 5px;
  }
}
.c-neighbors-pagination .pagination__prev,
.c-neighbors-pagination .pagination__next {
  width: 25.5px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  transition: all 0.3s ease 0s;
}
.c-neighbors-pagination .pagination__prev {
  background-image: url(../img/icon-arrow-prev.svg);
}
.c-neighbors-pagination .pagination__next {
  background-image: url(../img/icon-arrow-next.svg);
}
.c-neighbors-pagination .pagination__text {
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.875rem, 0.8137254902rem + 0.2614379085vw, 1rem);
  line-height: 1;
  letter-spacing: 0.1em;
}

.c-title-page {
  font-family: "Outfit", sans-serif;
  line-height: 1;
  color: #fff;
}
.c-title-page--small {
  font-size: clamp(3.75rem, 0.6862745098rem + 13.0718954248vw, 10rem);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 374px) {
  .c-title-page--small {
    font-size: clamp(3.3125rem, 0.7199074074rem + 12.962962963vw, 3.75rem);
  }
}
.c-title-page--large {
  font-size: clamp(5.625rem, 3.4803921569rem + 9.1503267974vw, 10rem);
  letter-spacing: 0.08em;
}

body.is-loading {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.p-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 1.9s ease, visibility 1.9s ease;
}
.p-loading.js-loading-end {
  opacity: 0;
  visibility: hidden;
}

.p-loading__content {
  text-align: center;
}
.p-loading__content svg {
  height: auto;
  aspect-ratio: 221/227;
}
@media (max-width: 767px) {
  .p-loading__content svg {
    width: 100px;
  }
}
.p-loading__content .path {
  stroke-width: 11px;
  stroke: #2B3139;
  fill: none;
  opacity: 0;
}

.p-loading__text {
  margin-block-start: 25px;
  font-family: "Outfit", sans-serif;
  color: #2B3139;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.14em;
  opacity: 0;
  transition: opacity 1.4s ease;
}
@media (max-width: 767px) {
  .p-loading__text {
    margin-block-start: 10px;
    font-size: 28px;
  }
}
.p-loading__text.is-logo-finished {
  opacity: 1;
}

.p-header {
  height: 66px;
  background: transparent;
  color: #fff;
  transition: translate 0.3s ease;
}
@media (max-width: 767px) {
  .p-header {
    height: 54px;
  }
}
.p-header--white {
  background: #fff;
  color: #2B3139;
}
.p-header.js-slide-up {
  translate: 0 -100%;
}

.p-header__logo {
  height: inherit;
  display: flex;
  align-items: center;
}

.p-header__logo a {
  display: inline-block;
  width: 100%;
  transition: opacity 0.3s ease;
}
.p-header__logo a svg path {
  fill: currentColor;
}
@media (any-hover: hover) {
  .p-header__logo a:hover {
    opacity: 0.7;
  }
}

.p-header__list {
  display: flex;
  align-items: center;
  justify-content: end;
  -moz-column-gap: 27px;
       column-gap: 27px;
}
.p-header__list li a {
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1;
  padding: 0.3em;
  position: relative;
}
.p-header__list li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 1px;
  left: 0;
  background-color: currentColor;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .p-header__list li a:hover::after {
    transform: scale(1, 1);
  }
}

@media screen and (max-width: 920px) {
  .p-header__nav {
    display: none;
  }
}
.p-drawer__icon {
  position: fixed;
  z-index: 102;
  top: 21px;
  right: 24px;
  width: 42px;
  display: none;
  transition: translate 0.3s ease;
}
@media (any-hover: hover) {
  .p-drawer__icon:hover {
    cursor: pointer;
  }
}
.p-drawer__icon.js-slide-up {
  translate: 0 -40px;
}

.p-drawer__icon--bar {
  display: block;
  height: 1px;
  background: #fff;
  transition: all 0.5s ease;
  will-change: rotate;
}
.p-drawer__icon--bar--white {
  background: #2B3139;
}
.p-drawer__icon--bar:nth-of-type(1) {
  width: 100%;
}
.p-drawer__icon--bar:nth-of-type(2) {
  width: 50%;
  margin-block-start: 10px;
  margin-inline-start: auto;
}

.p-drawer__icon.js-show .p-drawer__icon--bar {
  background: #000000;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 25deg;
  translate: 0 5.5px;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  rotate: -25deg;
  translate: 0 -5.5px;
  width: 100%;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 322px;
  height: 100vh;
  height: 100svh;
  border-radius: 0 0 0 50px;
  background: #fff;
  overflow-y: scroll;
  display: none;
  translate: 101%;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 100px 61px;
  padding-inline: 65px 20px;
}

.p-drawer__list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 51px;
}
.p-drawer__list li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  padding: 0.5em;
}

@media screen and (max-width: 920px) {
  .p-drawer__icon {
    display: block;
  }
  .p-drawer {
    display: block;
  }
}
.p-fv__fixde-bg {
  position: sticky;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  overflow: hidden;
}

.p-fv__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: clamp(35rem, 11.8422227444rem + 48.3082706767vw, 51.0625rem);
  aspect-ratio: 1;
  background-color: rgba(255, 255, 255, 0.02);
  box-shadow: inset 0 0 118.3px white;
  border-radius: 50%;
  opacity: 0.3;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-fv__circle {
    width: 454px;
  }
}

.p-fv__flow-content {
  margin-block-start: -100vh;
  padding-block-start: 38vh;
  position: relative;
  z-index: 1;
}

.p-fv__title {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 120px;
  letter-spacing: 0.15em;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding-inline-start: 0.6%;
}
@media screen and (max-width: 1299px) {
  .p-fv__title {
    font-size: clamp(4.4375rem, 0.0222039474rem + 9.2105263158vw, 7.5rem);
  }
}

@media (max-width: 767px) {
  .p-fv__title-top {
    font-size: 80px;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 375px) {
  .p-fv__title-top {
    font-size: clamp(4.375rem, 0.7386363636rem + 18.1818181818vw, 5rem);
  }
}

@media (max-width: 767px) {
  .p-fv__title-bottom {
    font-size: 62.5px;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 375px) {
  .p-fv__title-bottom {
    font-size: clamp(3.4375rem, 0.7102272727rem + 13.6363636364vw, 3.90625rem);
  }
}

.p-fv__text-wrap {
  margin-block-start: 50vh;
  padding-block-end: 50vh;
  width: min(1167px, 100%);
  margin-inline: auto;
  padding-inline: 1%;
}
@media screen and (max-width: 1299px) {
  .p-fv__text-wrap {
    margin-inline: 0;
    padding-inline: 6%;
  }
}
@media (max-width: 767px) {
  .p-fv__text-wrap {
    width: min(329px, 100%);
    margin-inline: auto;
    padding-inline: 0;
  }
}
@media screen and (max-width: 375px) {
  .p-fv__text-wrap {
    margin-inline: 0;
    padding-inline-start: 5.7%;
  }
}

.p-fv__chath-copy {
  font-weight: 700;
  font-size: clamp(1.125rem, 0.8967126623rem + 0.974025974vw, 1.6875rem);
  line-height: 1.7857142857;
  letter-spacing: 0.15em;
  color: #fff;
}

.p-fv__read {
  margin-block-start: clamp(1.875rem, 1.6213474026rem + 1.0822510823vw, 2.5rem);
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.6956168831rem + 1.2987012987vw, 1.75rem);
  color: #fff;
  font-size: clamp(0.9375rem, 0.9121347403rem + 0.1082251082vw, 1rem);
}

.p-fv__link-button {
  margin-block-start: clamp(3.125rem, 2.8713474026rem + 1.0822510823vw, 3.75rem);
}

.p-top-works {
  padding-block-start: 108px;
  padding-block-end: 108px;
}

.p-top-works__list {
  margin-block-start: clamp(3.125rem, 1.5931372549rem + 6.5359477124vw, 6.25rem);
}

.p-top-works__list-item:nth-child(even) {
  margin-block-start: 158px;
}
@media (max-width: 767px) {
  .p-top-works__list-item:nth-child(even) {
    margin-block-start: 0;
  }
}

.p-top-works__link-button {
  margin-block-start: 100px;
}

.p-top-strengths {
  padding-block-start: 204px;
  padding-block-end: 50px;
}
@media (max-width: 767px) {
  .p-top-strengths {
    padding-block-end: 0;
    overflow: hidden;
  }
}

.p-top-strengths__inner {
  position: relative;
}

.p-top-strengths__gradation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(400px, 100%);
  max-width: 100%;
  height: 541px;
  z-index: 0;
}
@media screen and (max-width: 1000px) {
  .p-top-strengths__gradation {
    bottom: initial;
    top: -77px;
  }
}

.p-top-strengths__list {
  display: flex;
  flex-direction: column;
  row-gap: 70px;
}
@media screen and (max-width: 1000px) {
  .p-top-strengths__list {
    max-width: 600px;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .p-top-strengths__list {
    row-gap: 84px;
  }
}

.p-top-strengths__list-item {
  display: grid;
  grid-template-columns: 186px auto;
  -moz-column-gap: 52px;
       column-gap: 52px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .p-top-strengths__list-item {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
}

.p-top-strengths__list-item-title {
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  aspect-ratio: 1;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-top-strengths__list-item-title {
    width: 170px;
  }
}
.p-top-strengths__list-item-title svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.p-top-strengths__list-item-title .icon-path {
  stroke: #2B3139;
}

.draw-circle {
  transform: rotate(-90deg); /* ← これで開始位置を上に変更 */
}
.draw-circle.js-show circle {
  animation: draw 2s ease forwards;
}

.draw-circle circle {
  fill: none; /* 中を塗らない */
  stroke: #2B3139; /* 線の色 */
  stroke-width: 1; /* 線の太さ */
  stroke-dasharray: 582; /* 円周と同じくらいの値（r×2×π） */
  stroke-dashoffset: 582; /* 最初は全部隠す */
}

@keyframes draw {
  to {
    stroke-dashoffset: 0; /* 最後にすべて描く */
  }
}
@media (max-width: 767px) {
  .p-top-strengths__list-item-text {
    font-size: 15px;
    line-height: 1.7333333333;
    letter-spacing: 0.13em;
  }
}

.p-top-animation {
  padding-block-start: clamp(4.25rem, 3.0551470588rem + 5.0980392157vw, 6.6875rem);
  padding-block-end: clamp(4.375rem, 0.8210784314rem + 15.1633986928vw, 11.625rem);
}

@media (max-width: 767px) {
  .p-top-animation__scroll {
    width: calc(100% + 24px + 24px);
    margin-left: -24px;
    padding-left: 24px;
    overflow-x: auto;
    scrollbar-width: none;
    display: grid;
    grid-template-columns: 1fr 24px;
  }
}

.p-top-animation__list {
  margin-block-start: clamp(3.125rem, 1.5931372549rem + 6.5359477124vw, 6.25rem);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: clamp(2.5rem, -1.4840817694rem + 8.3109919571vw, 4.4375rem);
       column-gap: clamp(2.5rem, -1.4840817694rem + 8.3109919571vw, 4.4375rem);
  row-gap: clamp(3.125rem, -2.9153820375rem + 12.600536193vw, 6.0625rem);
}
@media screen and (max-width: 1000px) {
  .p-top-animation__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .p-top-animation__list {
    grid-template-columns: repeat(6, 284px);
  }
}

.p-top-animation__list-item-movie {
  width: 100%;
  aspect-ratio: 332/263;
  border-radius: 8px;
  border: 1px solid #2B3139;
}
.p-top-animation__list-item-movie video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.p-top-animation__list-item-title {
  margin-block-start: 12px;
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0.02em;
}

.p-top-service {
  padding-block-start: clamp(8.125rem, 6.0723039216rem + 8.7581699346vw, 12.3125rem);
  padding-block-end: clamp(8.125rem, 6.1029411765rem + 8.6274509804vw, 12.25rem);
  contain: paint;
}
@media screen and (max-width: 1000px) {
  .p-top-service {
    position: relative;
  }
}

.p-top-service__list {
  display: flex;
  flex-direction: column;
  row-gap: 70px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-top-service__list {
    position: static;
  }
}
@media screen and (max-width: 1000px) {
  .p-top-service__list {
    row-gap: 42px;
    max-width: 600px;
    margin-inline: auto;
  }
}
.p-top-service__list::after {
  position: absolute;
  content: "";
  top: calc(50% - 30px);
  left: calc(50% - 29px);
  translate: -50% -50%;
  width: auto;
  height: 960px;
  aspect-ratio: 1;
  background-color: rgba(49, 70, 137, 0.02);
  opacity: 0.3;
  box-shadow: inset 0 0 118.3px #3c60a1;
  border-radius: 50%;
}
@media screen and (max-width: 1439px) {
  .p-top-service__list::after {
    height: 102%;
  }
}
@media screen and (max-width: 1000px) {
  .p-top-service__list::after {
    height: 96%;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
}

.p-top-service__list-item {
  display: flex;
  -moz-column-gap: 58px;
       column-gap: 58px;
  -moz-column-gap: clamp(2.5rem, -5.5357142857rem + 12.8571428571vw, 3.625rem);
       column-gap: clamp(2.5rem, -5.5357142857rem + 12.8571428571vw, 3.625rem);
}
@media screen and (max-width: 1000px) {
  .p-top-service__list-item {
    row-gap: 10px;
  }
}
.p-top-service__list-item:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  .p-top-service__list-item:nth-child(odd) {
    flex-direction: column-reverse;
  }
}
.p-top-service__list-item:nth-child(even) {
  flex-direction: row;
}
@media screen and (max-width: 1000px) {
  .p-top-service__list-item:nth-child(even) {
    flex-direction: column-reverse;
  }
}

.p-top-service__list-item-textWrap {
  padding-block-end: 25px;
}
@media screen and (max-width: 1000px) {
  .p-top-service__list-item-textWrap {
    padding-block-end: 0;
  }
}

.p-top-service__list-item-title {
  font-weight: 500;
}

.p-top-service__list-item-text {
  margin-block-start: 14px;
  letter-spacing: 0.0625em;
}
@media screen and (max-width: 1000px) {
  .p-top-service__list-item-text {
    margin-block-start: 14px;
  }
}

.p-top-service__list-item-img {
  width: 170px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .p-top-service__list-item-img {
    margin-inline: auto;
  }
}
.p-top-service__list-item-img .item-img {
  display: inline-block;
  width: 100%;
  height: auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #2B3139;
}
.p-top-service__list-item-img .item-img1 {
  -webkit-mask-image: url(../img/service-icon1.svg);
          mask-image: url(../img/service-icon1.svg);
  aspect-ratio: 143/88;
}
.p-top-service__list-item-img .item-img2 {
  -webkit-mask-image: url(../img/service-icon2.svg);
          mask-image: url(../img/service-icon2.svg);
  aspect-ratio: 107/110;
}
.p-top-service__list-item-img .item-img3 {
  -webkit-mask-image: url(../img/service-icon3.svg);
          mask-image: url(../img/service-icon3.svg);
  aspect-ratio: 136/107;
}
.p-top-service__list-item-img .item-img4 {
  -webkit-mask-image: url(../img/service-icon4.svg);
          mask-image: url(../img/service-icon4.svg);
  aspect-ratio: 118/108;
}

.p-top-price {
  background-color: #E9ECF2;
  padding-block-start: 71px;
  padding-block-end: clamp(4.8125rem, 3.7095588235rem + 4.7058823529vw, 7.0625rem);
}
@media screen and (max-width: 1000px) {
  .p-top-price {
    margin-block-start: 40px;
  }
}

.p-top-price__table table {
  border-collapse: separate;
  border-spacing: 5px;
}
@media (max-width: 767px) {
  .p-top-price__table table {
    border-spacing: 4px;
  }
}
.p-top-price__table th {
  vertical-align: middle;
}
.p-top-price__table td {
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  padding: 8px;
}
.p-top-price__table .p-top-price__head-blank {
  background-color: transparent;
}
.p-top-price__table .p-top-price__head-column {
  color: #fff;
  background-color: #2B3139;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1875em;
}
.p-top-price__table .p-top-price__head-row {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.0625em;
}
.p-top-price__table .p-top-price__td-price span:nth-child(1) {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.04em;
}
.p-top-price__table .p-top-price__td-price span:nth-child(2) {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  margin-inline-start: 2px;
}
.p-top-price__table .p-top-price__td-price span:nth-child(3) {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}
.p-top-price__table .p-top-price__td-days span:nth-child(1) {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.13em;
}
.p-top-price__table .p-top-price__td-days span:nth-child(2) {
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
}
.p-top-price__table .p-top-price__td-days span:nth-child(3) {
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
}

.price-wrap__top,
.price-wrap__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .price-wrap__top,
  .price-wrap__bottom {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .price-wrap__top,
  .price-wrap__bottom {
    flex-direction: row;
  }
}

.price-wrap__bottom {
  margin-block-start: 7px;
}

.price-wrap__head {
  width: 84px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  padding-block-end: 3px;
}

.price-wrap__main span:nth-child(1) {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.02em;
}
.price-wrap__main span:nth-child(2) {
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  margin-inline-start: 2px;
}
.price-wrap__main span:nth-child(3) {
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
}

.p-top-price__table_pc .p-top-price__head-column {
  padding-block: 13px;
}
.p-top-price__table_pc .p-top-price__head-row {
  width: 104px;
  color: #fff;
  background-color: #2B3139;
}
.p-top-price__table_pc .price-row td {
  height: 100px;
}
.p-top-price__table_pc .days-row td {
  height: 66px;
}
.p-top-price__table_pc td {
  width: 254px;
}

.p-top-price__table_sp .p-top-price__table-list {
  max-width: 530px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.p-top-price__table_sp .p-top-price__head-column {
  padding-block: 8px;
}
.p-top-price__table_sp .p-top-price__head-row {
  width: 78px;
  background-color: #fff;
}
.p-top-price__table_sp td {
  width: 245px;
  height: 61px;
}
.p-top-price__table_sp .p-top-price__price-wrap {
  padding-block: 15px;
}

.p-top-price__note {
  font-size: clamp(0.875rem, 0.6179624665rem + 0.5361930295vw, 1rem);
  text-align: right;
  letter-spacing: 0.0625em;
}
@media (max-width: 767px) {
  .p-top-price__note {
    max-width: 530px;
    margin-inline: auto;
    text-align: left;
    letter-spacing: 0.133em;
  }
}

.p-top-about {
  padding-block-start: clamp(4.375rem, 3.5171568627rem + 3.660130719vw, 6.125rem);
  padding-block-end: clamp(4.125rem, 0.0808823529rem + 17.2549019608vw, 12.375rem);
  overflow: hidden;
  position: relative;
}
.p-top-about::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: calc(50% + 62px);
  translate: -50%;
  width: 1290px;
  height: 862px;
  background: transparent url(../img/gradation-white.webp) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .p-top-about::after {
    background: transparent url(../img/gradation-white_sp.webp) no-repeat center center/contain;
    left: initial;
    bottom: -12%;
    right: 0;
    translate: 0;
    width: 374px;
    height: 982px;
  }
}

.p-top-about__inner {
  position: relative;
  z-index: 1;
}

.p-top-about__content {
  margin-block-start: clamp(3.125rem, 1.5931372549rem + 6.5359477124vw, 6.25rem);
  display: grid;
  grid-template-columns: clamp(280px, 61 * (100vw - 767px) / 373 + 280px, 341px) 1fr;
  -moz-column-gap: clamp(2.5rem, -6.1107573727rem + 17.9624664879vw, 6.6875rem);
       column-gap: clamp(2.5rem, -6.1107573727rem + 17.9624664879vw, 6.6875rem);
}
@media (max-width: 767px) {
  .p-top-about__content {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
}

.p-top-about__content-img {
  width: 100%;
  aspect-ratio: 341/387;
}
@media (max-width: 767px) {
  .p-top-about__content-img {
    width: 66%;
    margin-inline: auto;
  }
}
.p-top-about__content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.animated__imgBox {
  overflow: hidden;
  position: relative;
}
.animated__imgBox img {
  position: relative;
  z-index: 2;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.4s ease 0.5s;
}

.animated__imgBox.js-show img {
  clip-path: inset(0 0 0 0);
}

.animated__imgBox::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  background: transparent url(../img/about-img-before.webp) no-repeat center center/contain;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.4s ease;
  z-index: 1;
}

.animated__imgBox.js-show::after {
  clip-path: inset(0 0 0 0);
}

.p-top-about__content-name {
  font-weight: 500;
}

.p-top-about__content-text {
  margin-block-start: 40px;
  letter-spacing: 0.13em;
}
@media (max-width: 767px) {
  .p-top-about__content-text {
    margin-block-start: 14px;
    font-size: 15px;
    line-height: 1.7333333333;
  }
}

.p-top-about__content-tool {
  margin-block-start: 40px;
}
@media (max-width: 767px) {
  .p-top-about__content-tool {
    margin-block-start: 20px;
  }
}

.p-top-about__content-tool-head {
  font-weight: 500;
  letter-spacing: 0.03em;
}

.p-top-about__content-tool-list {
  margin-block-start: 10px;
  display: flex;
  gap: 13px;
}

.p-top-about__content-tool-item {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.16em;
  padding: 6.5px 13px;
  border: 1px solid #B8B8B8;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .p-top-about__content-tool-item {
    font-size: 10px;
  }
}

.p-top-about__ticker {
  position: absolute;
  bottom: 46px;
  left: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .p-top-about__ticker {
    width: 120px;
    height: 100%;
    bottom: initial;
    left: initial;
    top: 0;
    right: 0;
  }
}

@media (max-width: 767px) {
  .p-top-about__ticker-wrap {
    writing-mode: vertical-rl;
    animation: ticker-vertical 30s linear infinite;
  }
}

@media (max-width: 767px) {
  .p-top-about__ticker-text {
    text-orientation: mixed;
  }
}

.p-contact {
  padding-block-start: clamp(3.75rem, 2.0955882353rem + 7.0588235294vw, 7.125rem);
  padding-block-end: clamp(3.375rem, 2.118872549rem + 5.3594771242vw, 5.9375rem);
  position: relative;
  z-index: 1;
}

.p-contact__content {
  padding-block: clamp(4.375rem, 1.1620308311rem + 6.7024128686vw, 5.9375rem);
  padding-inline: clamp(1.375rem, -9.9346514745rem + 23.5924932976vw, 6.875rem);
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 72.3px -13px white;
  backdrop-filter: blur(40px);
}
@media (max-width: 767px) {
  .p-contact__content {
    padding-block: 70px;
    padding-inline: 22px;
  }
}

.p-contact__title {
  text-align: center;
  color: #fff;
}

.p-contact__text {
  margin-block-start: 19px;
  font-size: clamp(1rem, 0.485924933rem + 1.072386059vw, 1.25rem);
  line-height: 1.85;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .p-contact__text {
    margin-block-start: 24px;
    letter-spacing: 0.0625em;
  }
}
@media screen and (max-width: 375px) {
  .p-contact__text {
    font-size: clamp(0.8125rem, -0.2784090909rem + 5.4545454545vw, 1rem);
  }
}

.p-contact__button-wrap {
  margin-block-start: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1.875rem, -0.6953753351rem + 5.3619302949vw, 3.125rem);
}
@media (max-width: 767px) {
  .p-contact__button-wrap {
    flex-direction: column;
  }
}

.p-contact__button {
  display: inline-block;
  width: 279px;
  max-width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #2E3D80;
  border: 3px solid #fff;
  border-radius: 100px;
  padding-block: 9px;
  text-align: center;
  background-color: #fff;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .p-contact__button:hover {
    color: #fff;
    background-color: transparent;
  }
}

.p-footer {
  padding-block-start: clamp(1.875rem, 1.5992647059rem + 1.1764705882vw, 2.4375rem);
  padding-block-end: clamp(2.5rem, 1.9791666667rem + 2.2222222222vw, 3.5625rem);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .p-footer {
    padding-block-start: 40px;
  }
}

.p-footer__nav-wrap {
  display: grid;
  grid-template-columns: 238px auto;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media screen and (max-width: 980px) {
  .p-footer__nav-wrap {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 60px;
  }
}

.p-footer__logo {
  display: inline-block;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-footer__logo:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 980px) {
  .p-footer__logo img {
    width: 153px;
  }
}

.p-footer__nav {
  display: flex;
  justify-content: end;
  gap: 30px;
}
@media screen and (max-width: 980px) {
  .p-footer__nav {
    gap: 85px;
  }
}

.p-footer__list {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 24px;
}
@media screen and (max-width: 980px) {
  .p-footer__list {
    flex-direction: column;
  }
}
.p-footer__list li a {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #fff;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-footer__list li a:hover {
    opacity: 0.7;
  }
}

.p-footer__sns-wrap {
  margin-block-start: 16px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 980px) {
  .p-footer__sns-wrap {
    margin-block-start: 24px;
  }
}

.p-footer__sns {
  display: inline-block;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-footer__sns:hover {
    opacity: 0.7;
  }
}

.p-footer__copy {
  margin-block-start: 24px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.1666666667;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: center;
}

.p-archive-works {
  padding-block-start: clamp(2.25rem, -0.2316176471rem + 10.5882352941vw, 7.3125rem);
  padding-block-end: clamp(6.1875rem, 5.6666666667rem + 2.2222222222vw, 7.25rem);
}

.p-archive-works__cat-list {
  margin-block-start: clamp(1.25rem, 0.637254902rem + 2.614379085vw, 2.5rem);
  display: flex;
  gap: clamp(0.6875rem, 0.4117647059rem + 1.1764705882vw, 1.25rem);
  flex-wrap: wrap;
}

.p-archive-works__cat-item.is-current a {
  color: #fff;
  background-color: #2B3139;
}

.p-archive-works__cat-item a {
  display: inline-block;
  padding-block: clamp(0.3125rem, 0.2512254902rem + 0.2614379085vw, 0.4375rem);
  padding-inline: clamp(0.875rem, 0.6911764706rem + 0.7843137255vw, 1.25rem);
  border-radius: 50px;
  border: 1px solid #2B3139;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.625rem, 0.5330882353rem + 0.3921568627vw, 0.8125rem);
  line-height: 1;
  letter-spacing: 0.23em;
}

.p-archive-works__pagination {
  margin-block-start: clamp(3.125rem, 1.5931372549rem + 6.5359477124vw, 6.25rem);
}

.p-archive-confidential {
  padding-block-start: clamp(1.625rem, 0.3995098039rem + 5.2287581699vw, 4.125rem);
  padding-block-end: clamp(4.375rem, 4.4975490196rem - 0.522875817vw, 4.125rem);
}

.p-archive-confidential__list {
  display: grid;
  grid-template-columns: 93px minmax(115px, auto) 1fr;
  -moz-column-gap: 23px;
       column-gap: 23px;
  row-gap: clamp(0.6875rem, 0.4730392157rem + 0.9150326797vw, 1.125rem);
}

.p-archive-confidential__list-item {
  display: grid;
  grid-column: 1/-1;
  grid-template-columns: subgrid;
  -moz-column-gap: 23px;
       column-gap: 23px;
  align-items: center;
  padding-inline: 8px;
  padding-block-end: clamp(0.6875rem, 0.4730392157rem + 0.9150326797vw, 1.125rem);
  border-block-end: 1px solid #B8B8B8;
}
.p-archive-confidential__list-item:first-child {
  padding-block-start: clamp(0.6875rem, 0.4730392157rem + 0.9150326797vw, 1.125rem);
  border-block-start: 1px solid #B8B8B8;
}
@media (max-width: 767px) {
  .p-archive-confidential__list-item {
    grid-template-areas: "date category" "title title";
    grid-template-columns: 93px 1fr;
    padding-inline: 0;
    row-gap: 6px;
  }
}

.p-archive-confidential__list-date {
  grid-column: 1;
  font-size: clamp(0.9375rem, 0.9068627451rem + 0.1307189542vw, 1rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.0625em;
  padding-block-end: 6px;
}
@media (max-width: 767px) {
  .p-archive-confidential__list-date {
    grid-area: date;
    padding-block-end: 3px;
  }
}

.p-archive-confidential__list-cat {
  grid-column: 2;
  border-radius: 37px;
  border: 1px solid currentColor;
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.625rem, 0.5330882353rem + 0.3921568627vw, 0.8125rem);
  line-height: 1;
  letter-spacing: 0.08em;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 10px;
}
@media (max-width: 767px) {
  .p-archive-confidential__list-cat {
    grid-area: category;
    width: -moz-fit-content;
    width: fit-content;
    height: 21px;
  }
}

.p-archive-confidential__list-title {
  grid-column: 3;
  font-size: clamp(0.9375rem, 0.9068627451rem + 0.1307189542vw, 1rem);
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.0625em;
}
@media (max-width: 767px) {
  .p-archive-confidential__list-title {
    grid-area: title;
    line-height: 1.4;
  }
}

.p-archive-confidential__pagination {
  margin-block-start: clamp(3.125rem, 3.431372549rem - 1.3071895425vw, 2.5rem);
}

.p-works-detail__eyeCatch-area {
  padding-block: clamp(2.1875rem, 1.2990196078rem + 3.7908496732vw, 4rem);
  padding-inline: clamp(1.875rem, -7.7546296296rem + 48.1481481481vw, 3.5rem);
  background-color: #F8F8F8;
}

.p-works-detail__eyeCatch {
  width: min(593px, 100%);
  margin-inline: auto;
  aspect-ratio: 593/392;
  box-shadow: 0 0 47px -17px rgba(0, 0, 0, 0.25);
}
.p-works-detail__eyeCatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-works-detail__inner {
  width: min(1000px, 100%);
  margin-inline: auto;
  padding-inline: 24px;
  padding-block-start: clamp(1.125rem, -0.8664215686rem + 8.4967320261vw, 5.1875rem);
  padding-block-end: clamp(5rem, 4.387254902rem + 2.614379085vw, 6.25rem);
}

.p-works-detail__title {
  font-weight: 500;
  font-size: clamp(0.9375rem, 0.7843137255rem + 0.6535947712vw, 1.25rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-works-detail__title {
    line-height: 1.8666666667;
  }
}

.p-works-detail__dl {
  margin-block-start: clamp(1.25rem, 0.7904411765rem + 1.9607843137vw, 2.1875rem);
  display: flex;
  flex-direction: column;
  row-gap: clamp(1.25rem, 1.0049019608rem + 1.045751634vw, 1.75rem);
}

.p-works-detail__dl-row {
  display: grid;
  grid-template-columns: 126px auto;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 767px) {
  .p-works-detail__dl-row {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
  }
}
.p-works-detail__dl-row dt {
  font-weight: 500;
  font-size: clamp(0.8125rem, 0.7205882353rem + 0.3921568627vw, 1rem);
  line-height: 1.75;
  letter-spacing: 0.1875em;
  color: #B8B8B8;
}
.p-works-detail__dl-row dd {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1875em;
}
.p-works-detail__dl-row dd a {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-works-detail__dl-row dd a:hover {
    opacity: 0.6;
  }
}

.p-works-detail__button {
  margin-block-start: 50px;
}

.p-subpage-contact__bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
}

.p-subpage-contact {
  padding-block-start: clamp(2.125rem, 0.4093137255rem + 7.3202614379vw, 5.625rem);
  padding-block-end: clamp(4.6875rem, 3.431372549rem + 5.3594771242vw, 7.25rem);
  position: relative;
  z-index: 1;
}

.p-subpage-contact__text {
  margin-block-start: clamp(1.5625rem, 1.7463235294rem - 0.7843137255vw, 1.1875rem);
  font-size: clamp(1rem, 0.8774509804rem + 0.522875817vw, 1.25rem);
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .p-subpage-contact__text {
    line-height: 2.125;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 375px) {
  .p-subpage-contact__text {
    font-size: clamp(0.8125rem, -0.2986111111rem + 5.5555555556vw, 1rem);
  }
}

.p-contact-form {
  margin-block-start: clamp(3.125rem, 1.8382352941rem + 5.4901960784vw, 5.75rem);
  width: min(660px, 100%);
  margin-inline: auto;
}

.p-contact-form__item-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .p-contact-form__item-wrap {
    gap: 24px;
  }
}

.p-contact-form__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 767px) {
  .p-contact-form__item {
    gap: 12px;
  }
}

.p-contact-form [type=text],
.p-contact-form [type=email],
.p-contact-form textarea {
  box-shadow: none;
  border: none;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  font-family: inherit;
  width: 100%;
  padding: 16px 20px;
  background: #EEEEEE;
  font-size: 16px;
}
.p-contact-form [type=text]::-moz-placeholder, .p-contact-form [type=email]::-moz-placeholder, .p-contact-form textarea::-moz-placeholder {
  color: #A8A8A8;
}
.p-contact-form [type=text]::placeholder,
.p-contact-form [type=email]::placeholder,
.p-contact-form textarea::placeholder {
  color: #A8A8A8;
}
.p-contact-form [type=text]:focus,
.p-contact-form [type=email]:focus,
.p-contact-form textarea:focus {
  outline: 1px solid #2B3139;
  background: #fff;
}
.p-contact-form [type=text]:active,
.p-contact-form [type=email]:active,
.p-contact-form textarea:active {
  outline: 1px solid #2B3139;
  background: #fff;
}
.p-contact-form [type=text][aria-invalid=true],
.p-contact-form [type=email][aria-invalid=true],
.p-contact-form textarea[aria-invalid=true] {
  border: 3px solid #FC4A4A;
}
.p-contact-form .wpcf7-not-valid-tip {
  margin-block-start: 8px;
  color: #FC4A4A;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.07em;
}

.p-contact-form textarea {
  height: 280px;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .p-contact-form textarea {
    height: 180px;
  }
}

.p-contact-form__label {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: clamp(0.9375rem, 0.9068627451rem + 0.1307189542vw, 1rem);
  line-height: 1;
  letter-spacing: 0.0625em;
  color: #fff;
}

.p-contact-form__required {
  position: relative;
}
.p-contact-form__required::after {
  position: absolute;
  content: "※必須";
  white-space: nowrap;
  top: 50%;
  left: calc(100% + 9px);
  translate: 0 -50%;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}
@media (max-width: 767px) {
  .p-contact-form__required::after {
    left: calc(100% + 4px);
    font-size: 10px;
  }
}

.contact-form__acceptance {
  margin-block-start: clamp(1rem, 0.8774509804rem + 0.522875817vw, 1.25rem);
}
.contact-form__acceptance .wpcf7-list-item {
  margin: 0;
}
.contact-form__acceptance [type=checkbox] {
  margin: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.contact-form__acceptance [type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact-form__acceptance .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  padding-inline-start: 44px;
  position: relative;
}
.contact-form__acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 28px;
  height: 28px;
  background-color: #EEEEEE;
  border-radius: 2px;
}
.contact-form__acceptance .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 10px;
  width: 6px;
  height: 12px;
  rotate: 45deg;
  border-right: 1.5px solid #2B3139;
  border-bottom: 1.5px solid #2B3139;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.p-contact-form__submit {
  margin-block-start: clamp(2.25rem, 0.4424019608rem + 7.7124183007vw, 5.9375rem);
}
.p-contact-form__submit [type=submit] {
  border-radius: 0px;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}
.p-contact-form__submit [type=submit]::-webkit-search-decoration {
  display: none;
}
.p-contact-form__submit [type=submit] {
  display: inline-block;
  width: 279px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #2E3D80;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.0625em;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-inline: auto;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .p-contact-form__submit [type=submit]:hover {
    color: #fff;
    background-color: transparent;
  }
}

.p-contact-form__handling {
  margin-block-start: 20px;
  width: min(500px, 100%);
  background-color: #fff;
  border-radius: 5px;
  padding: 16px 10px;
  max-height: 120px;
  margin-inline: auto;
  overflow-y: scroll;
}

.p-contact-form__handling-head {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.p-contact-form__handling-text {
  margin-block-start: 16px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.p-notfound__bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
}

.p-notfound {
  padding-block-start: clamp(2.25rem, -0.2316176471rem + 10.5882352941vw, 7.3125rem);
  padding-block-end: clamp(2.5rem, 0.4473039216rem + 8.7581699346vw, 6.6875rem);
  position: relative;
  z-index: 1;
}

.p-notfound__subTitle {
  margin-block-start: clamp(0.5rem, 0.193627451rem + 1.3071895425vw, 1.125rem);
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.0098039216rem + 2.091503268vw, 2.5rem);
  line-height: 1;
  letter-spacing: 0.13em;
  color: #fff;
}

.p-notfound__text {
  margin-block-start: 20px;
  font-size: clamp(0.9375rem, 0.9068627451rem + 0.1307189542vw, 1rem);
  color: #fff;
  letter-spacing: 0.1875em;
}

.p-notfound__button {
  margin-block-start: clamp(2.3125rem, 1.6078431373rem + 3.0065359477vw, 3.75rem);
}

.p-thanks__bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
}

.p-thanks {
  padding-block-start: clamp(2.25rem, -0.2316176471rem + 10.5882352941vw, 7.3125rem);
  padding-block-end: clamp(2.5rem, 0.4473039216rem + 8.7581699346vw, 6.6875rem);
  position: relative;
  z-index: 1;
}

.p-thanks__text {
  margin-block-start: clamp(1.25rem, -0.1286764706rem + 5.8823529412vw, 4.0625rem);
  font-size: clamp(0.9375rem, 0.9068627451rem + 0.1307189542vw, 1rem);
  color: #fff;
  letter-spacing: 0.1875em;
}

.p-thanks__button {
  margin-block-start: 60px;
}

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

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

.u-bg {
  background-color: #fff;
  color: #2B3139;
  transition: background-color 0.6s ease, color 0.6s ease, stroke 0.6s ease;
}

.u-bg.view-bg-change-target {
  background-color: #2B3139;
  color: #fff;
}
.u-bg.view-bg-change-target .c-link-button {
  color: #fff;
}
.u-bg.view-bg-change-target .c-link-button::after {
  background-image: url(../img/icon-arrow-black.svg);
}
.u-bg.view-bg-change-target .c-card__category-item {
  color: #2B3139;
  background-color: #fff;
}
.u-bg.view-bg-change-target .p-top-strengths__list-item-title svg circle {
  stroke: #fff;
}
.u-bg.view-bg-change-target .p-top-service__list-item-img .item-img {
  background-color: #fff;
}

.u-bg.view-bg-change-target-after {
  background-color: #fff;
  color: #2B3139;
}

.u-js-fade-out {
  transition: opacity 0.7s ease;
}
.u-js-fade-out.is-active {
  opacity: 0;
}