/* foundation */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
html {
  font-size: 16px;
}

body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.1875;
  letter-spacing: 0em;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  color: #000;
  background: #000;
}

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

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

.no-article {
  margin-top: 2.5rem;
  padding: 0 1.25rem;
}
/* layout */
/* foundation */
#footer {
  color: #fff;
  background: #000;
  padding: 4.4375rem 0 5.625rem;
  overflow: hidden;
}

#footer .inner {
  position: relative;
}

#footer .image {
  position: absolute;
  width: 6.8125rem;
  height: 5.375rem;
  bottom: 3.75rem;
  left: 1.5625rem;
}

svg.visualizer rect:root {
  --h-default: 1.5;
}

@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  68% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  70% {
    -webkit-transform: scaleY(var(--h));
            transform: scaleY(var(--h));
  }
  82% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  88% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  90% {
    -webkit-transform: scaleY(calc(var(--h) * 0.45));
            transform: scaleY(calc(var(--h) * 0.45));
  }
  96% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  68% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  70% {
    -webkit-transform: scaleY(var(--h));
            transform: scaleY(var(--h));
  }
  82% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  88% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  90% {
    -webkit-transform: scaleY(calc(var(--h) * 0.45));
            transform: scaleY(calc(var(--h) * 0.45));
  }
  96% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
svg.visualizer rect {
  transform-box: fill-box;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-animation: heartbeat 2.5s infinite;
          animation: heartbeat 2.5s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0, 0.3, 1);
          animation-timing-function: cubic-bezier(0.2, 0, 0.3, 1);
}

svg.visualizer rect:nth-child(1) {
  --h: 0.5;
  -webkit-animation-delay: 0s, 1.25s;
          animation-delay: 0s, 1.25s;
}

svg.visualizer rect:nth-child(2) {
  --h: 0.8;
  -webkit-animation-delay: 0.1s, 1.27s;
          animation-delay: 0.1s, 1.27s;
}

svg.visualizer rect:nth-child(3) {
  --h: 1.2;
  -webkit-animation-delay: 0.18s, 1.3s;
          animation-delay: 0.18s, 1.3s;
}

svg.visualizer rect:nth-child(4) {
  --h: 1.5;
  -webkit-animation-delay: 0.25s, 1.32s;
          animation-delay: 0.25s, 1.32s;
}

svg.visualizer rect:nth-child(5) {
  --h: 1.8;
  -webkit-animation-delay: 0.3s, 1.35s;
          animation-delay: 0.3s, 1.35s;
}

svg.visualizer rect:nth-child(6) {
  --h: 2.0;
  -webkit-animation-delay: 0.33s, 1.37s;
          animation-delay: 0.33s, 1.37s;
}

svg.visualizer rect:nth-child(7) {
  --h: 2.2;
  -webkit-animation-delay: 0.36s, 1.4s;
          animation-delay: 0.36s, 1.4s;
}

svg.visualizer rect:nth-child(8) {
  --h: 2.0;
  -webkit-animation-delay: 0.38s, 1.42s;
          animation-delay: 0.38s, 1.42s;
}

svg.visualizer rect:nth-child(9) {
  --h: 1.8;
  -webkit-animation-delay: 0.42s, 1.45s;
          animation-delay: 0.42s, 1.45s;
}

svg.visualizer rect:nth-child(10) {
  --h: 1.5;
  -webkit-animation-delay: 0.46s, 1.47s;
          animation-delay: 0.46s, 1.47s;
}

svg.visualizer rect:nth-child(11) {
  --h: 1.2;
  -webkit-animation-delay: 0.52s, 1.5s;
          animation-delay: 0.52s, 1.5s;
}

svg.visualizer rect:nth-child(12) {
  --h: 1.0;
  -webkit-animation-delay: 0.58s, 1.52s;
          animation-delay: 0.58s, 1.52s;
}

svg.visualizer rect:nth-child(13) {
  --h: 0.8;
  -webkit-animation-delay: 0.66s, 1.55s;
          animation-delay: 0.66s, 1.55s;
}

svg.visualizer rect:nth-child(14) {
  --h: 0.6;
  -webkit-animation-delay: 0.76s, 1.57s;
          animation-delay: 0.76s, 1.57s;
}

svg.visualizer rect:nth-child(15) {
  --h: 0.4;
  -webkit-animation-delay: 0.87s, 1.6s;
          animation-delay: 0.87s, 1.6s;
}

svg.visualizer rect:nth-child(16) {
  --h: 0.3;
  -webkit-animation-delay: 1s, 1.62s;
          animation-delay: 1s, 1.62s;
}

#footer .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
}

#footer .logo {
  width: 100%;
  max-width: 9.5rem;
}

#footer .logo a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#footer .logo a:hover {
  opacity: 0.7;
}

#footer .menus {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

#footer .menu a {
  border: 1px solid #606060;
  border-radius: 0.3125rem;
}

#footer .c-btn--reverse a {
  border-radius: 0.3125rem 0.3125rem 1.875rem 0.3125rem;
}

#footer .link {
  margin-top: 0.75rem;
}

#footer .link a {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #aeaeae;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#footer .link a:hover {
  color: #E3FF2A;
}

#footer .slide-text {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0.3125rem;
  margin-top: 3.125rem;
}

#footer .slide-text span {
  font-size: 12.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
}

#footer .slide-text span {
  -webkit-animation: slide-animation 30s linear infinite;
  animation: slide-animation 30s linear infinite;
}

@-webkit-keyframes slide-animation {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slide-animation {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
#footer .copyright {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 5rem;
}
#pc-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  color: #fff;
  background: #000;
  padding: 0.6875rem 0 0.75rem;
  z-index: 100;
}

#pc-header .inner {
  max-width: 1260px;
  padding: 0 1.25rem;
}

#pc-header .body {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#pc-header .logo {
  width: 100%;
  max-width: 9.5rem;
}

#pc-header .logo a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#pc-header .logo a:hover {
  opacity: 0.7;
}

#pc-header .contents {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 7.3125rem;
}

#pc-header .nav {
  padding-top: 0.3125rem;
}

#pc-header .menu {
  position: relative;
  min-width: 6.3125rem;
  max-width: 6.3125rem;
  padding: 0 0.625rem;
  text-align: center;
}

#pc-header .menu::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0.8125rem;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
}

#pc-header .menu:last-of-type::before {
  display: none;
}

#pc-header .menu a {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#pc-header .menu a:hover {
  color: #E3FF2A;
}
.l-inner,
.l-inner-l {
  width: 100%;
  margin-inline: auto;
  padding: 0 1.25rem;
}

.l-inner {
  max-width: 1260px;
}

.l-inner-l {
  max-width: 1272px;
}
/* object/component */
.c-article[data-category] {
  display: none;
}

.c-article[data-category].is-active {
  display: block;
}

.c-article .no-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: #fff;
  padding: 0 1.25rem;
  margin-top: 0;
}

.c-article .c-article__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.c-article .c-article__item a {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: #000;
}

.c-article .c-article__item a::before {
  content: "";
  position: absolute;
  bottom: 1.375rem;
  right: 1.25rem;
  width: 2rem;
  height: 2rem;
  -webkit-mask-image: url("../images/icon-circle-right-arrow.svg");
          mask-image: url("../images/icon-circle-right-arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-article .c-article__item a:hover::before {
  -webkit-transform: translateX(0.3125rem);
      -ms-transform: translateX(0.3125rem);
          transform: translateX(0.3125rem);
}

.c-article .c-article__image {
  height: 100%;
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 1.875rem 1.875rem 0 0;
  border-bottom: none;
}

.c-article .c-article__image img {
  height: auto;
  aspect-ratio: 500/215;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-article .c-article__item a:hover .c-article__image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.c-article .c-article__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  min-height: 12.5rem;
  background: #fff;
  border: 1px solid #000;
  border-top: none;
  border-radius: 0 0 12.5rem 1.875rem;
  padding: 1.25rem 6.25rem 1.25rem 2.25rem;
}

.c-article .c-article__row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.625rem;
}

.c-article .c-article__category {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  background: #000;
  border-radius: 1.875rem;
  padding: 0.875rem 1.375rem 0.9375rem;
}

.c-article .c-article__icons {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-article .c-article__icon {
  width: 2rem;
  height: 2rem;
}

.c-article .c-article__title {
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  margin-top: 1.125rem;
}

.c-article .c-article__tags {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.1875rem;
  margin-top: 1.75rem;
}

.c-article .c-article__tag {
  color: #777;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
}
.c-aside .c-aside__title {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  letter-spacing: 0.02em;
  padding-left: 1.6875rem;
}

.c-aside .c-aside__title::before {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  top: 0;
  left: 0;
  background: #E3FF2A;
}

.c-aside .c-aside__items {
  padding-left: 0.1875rem;
  margin-top: 1rem;
}

.c-aside .c-aside__item a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.4375rem;
  border-top: 1px solid #dfdfdf;
  padding: 0.5rem 0.5rem 0.5rem 0;
  cursor: pointer;
}

.c-aside .c-aside__item:first-of-type a {
  border-top: none;
}

.c-aside .c-aside__item.current a {
  position: relative;
}

.c-aside .c-aside__item.current a::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0.3125rem;
  width: 0.375rem;
  height: 0.75rem;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-aside .c-aside__item-check {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: #d9d9d9;
}

.c-aside .c-aside__item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1;
  word-break: break-all;
}

.c-aside .c-aside__lists {
  padding-left: 0.1875rem;
  margin-top: 1rem;
}

.c-aside .c-aside__list a {
  display: block;
  line-height: 1;
  color: #c4c4c4;
  border-top: 1px solid #dfdfdf;
  padding: 0.5rem 0.5rem 0.5rem 0;
  cursor: pointer;
}

.c-aside .c-aside__list:first-of-type a {
  border-top: none;
}

.c-aside .c-aside__list.current a {
  color: #000;
}

.c-aside .c-aside__icons {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
  margin-top: 1rem;
}

.c-aside .c-aside__icon {
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.c-aside .c-aside__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-btn a {
  min-width: 15rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
  background: #000;
  border: 2px solid #606060;
  border-radius: 0.3125rem 0.3125rem 1.875rem 0.3125rem;
  padding: 0.5625rem 0.625rem 0.5625rem 1.375rem;
}

.c-btn .c-btn__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-btn a:hover .c-btn__text {
  color: #E3FF2A;
}

.c-btn .c-btn__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.8125rem;
  height: 0.8125rem;
  -webkit-mask-image: url("../images/icon-right-arrow.svg");
          mask-image: url("../images/icon-right-arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #E3FF2A;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-btn a:hover .c-btn__icon {
  -webkit-transform: translateX(0.1875rem);
      -ms-transform: translateX(0.1875rem);
          transform: translateX(0.1875rem);
}

.c-btn--reverse a {
  background: #E3FF2A;
  border-radius: 0.3125rem 0.3125rem 1.875rem 0.3125rem;
}

.c-btn--reverse .c-btn__text {
  color: #000;
}

.c-btn--reverse a:hover .c-btn__text {
  color: #000;
}

.c-btn--reverse .c-btn__icon {
  background: #000;
}

.c-btn02 a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-perspective: 300px;
          perspective: 300px;
}

.c-btn02 .c-btn02__circle {
  position: relative;
  display: inline-block;
  width: 6.25rem;
  height: 6.25rem;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-transition: background 0.3s ease-in-out, -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background 0.3s ease-in-out, -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), background 0.3s ease-in-out;
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), background 0.3s ease-in-out, -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.c-btn02 a:hover .c-btn02__circle {
  background: #000;
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.c-btn02 .c-btn02__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.125rem;
  height: 3.125rem;
  -webkit-mask-image: url("../images/icon-circle-right-arrow.svg");
          mask-image: url("../images/icon-circle-right-arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-btn02 a:hover .c-btn02__icon {
  background: #fff;
}

.c-btn02 .c-btn02__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
}
.c-form .c-form__body {
  width: 100%;
  max-width: 34.375rem;
}

.c-form .c-form__group:not(:first-of-type) {
  margin-top: 1.6875rem;
}

.c-form .c-form__group-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.625rem;
}

.c-form .c-form__group-wrap .c-form__group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-form .c-form__group-wrap .c-form__group:not(:first-of-type) {
  margin-top: 0;
}

.c-form .c-form__row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.625rem;
}

.c-form .c-form__label {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}

.c-form .c-form__required {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  background: #f8005b;
  border-radius: 0.3125rem;
  padding: 0.25rem 0.34375rem;
}

.c-form .c-form__input {
  width: 100%;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 0.3125rem;
  padding: 1.0625rem 1.25rem;
  margin-top: 0.6875rem;
}

.c-form .c-form__textarea {
  width: 100%;
  height: 14.375rem;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 0.3125rem;
  padding: 1.0625rem 1.25rem;
  margin-top: 0.6875rem;
  resize: none;
}

.c-form .c-form__checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 1.5rem;
  line-height: 2;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.c-form .c-form__checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.c-form .c-form__checkbox label::before {
  content: "";
  position: absolute;
  width: 0.9375rem;
  height: 0.9375rem;
  top: 0.9375rem;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 0.1875rem;
}

.c-form .c-form__checkbox input[type=checkbox]:checked + label::before {
  background: #000;
  border-color: #000;
}

.c-form .c-form__checkbox input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0.3125rem;
  width: 0.375rem;
  height: 0.75rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-form .c-form__checkbox label a {
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-form .c-form__checkbox label a:hover {
  opacity: 0.7;
}

.c-form__checkbox .wpcf7-list-item {
  margin: 0;
}

.c-form .c-form__privacy-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  color: #777777;
  margin-top: 0.5rem;
}

.c-form .c-form__checkbox .wpcf7-acceptance {
  display: block;
}

.c-form .c-form__checkbox .wpcf7-acceptance label {
  position: relative;
  display: inline-block;
  padding-left: 0;
  line-height: 2;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.c-form .c-form__checkbox .wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.c-form .c-form__checkbox .wpcf7-acceptance label::before {
  display: none;
}

.c-form .c-form__checkbox .wpcf7-acceptance input[type=checkbox]:checked ~ .wpcf7-list-item-label::before {
  background: #000;
  border-color: #000;
}

.c-form .c-form__checkbox .wpcf7-acceptance input[type=checkbox]:checked ~ .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0.3125rem;
  width: 0.375rem;
  height: 0.75rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-form .c-form__checkbox .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 1.5rem;
  line-height: 2;
}

.c-form .c-form__checkbox .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  width: 0.9375rem;
  height: 0.9375rem;
  top: 0.9375rem;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 0.1875rem;
}

.c-form .c-form__checkbox .wpcf7-list-item-label a {
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-form .c-form__checkbox .wpcf7-list-item-label a:hover {
  opacity: 0.7;
}

.c-form .c-form__btn {
  margin-top: 2rem;
}

.c-form .c-form__submit {
  position: relative;
  width: 100%;
  max-width: 15rem;
  color: #fff;
  background: #000;
  border-radius: 0.3125rem 0.3125rem 1.875rem 0.3125rem;
  padding: 0.46875rem 1.6875rem 0.46875rem 1.5rem;
  text-align: left;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-form .c-form__submit:hover {
  opacity: 0.7;
}

.c-form .c-form__submit::before {
  content: "";
  position: absolute;
  width: 0.8125rem;
  height: 0.8125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.75rem;
  -webkit-mask-image: url("../images/icon-right-arrow.svg");
          mask-image: url("../images/icon-right-arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
  width: 100%;
  max-width: 34.375rem;
  margin: 2em 0 1em;
}

.grecaptcha-badge {
  display: none;
}
.c-pagenavi {
  margin-top: 2.875rem;
}

.c-pagenavi .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.c-pagenavi .wp-pagenavi .page,
.c-pagenavi .wp-pagenavi .current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.8125rem;
  height: 2.8125rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  background: #000;
  border: 1px solid #606060;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-pagenavi .wp-pagenavi .page:hover {
  opacity: 0.7;
}

.c-pagenavi .wp-pagenavi .current {
  color: #000;
  background: #fff;
}

.c-pagenavi .wp-pagenavi .previouspostslink,
.c-pagenavi .wp-pagenavi .nextpostslink {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.0333333333em;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-pagenavi .wp-pagenavi .previouspostslink:hover,
.c-pagenavi .wp-pagenavi .nextpostslink:hover {
  opacity: 0.7;
}

.c-pagenavi .wp-pagenavi .previouspostslink {
  padding-right: 0.625rem;
}

.c-pagenavi .wp-pagenavi .nextpostslink {
  padding-left: 0.625rem;
}

.c-pagenavi .wp-pagenavi .extend {
  color: #fff;
}
.c-single {
  margin-top: 3.5rem;
}

.c-single h2 {
  position: relative;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  line-height: 1.33;
  padding-left: 3.125rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #000;
  margin-top: 3.125rem;
}

.c-single h2::before {
  content: "";
  position: absolute;
  width: 2.125rem;
  height: 2rem;
  top: 0.125rem;
  left: 0;
  background-image: url("../images/icon-works.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.c-single a {
  text-decoration: underline;
  color: #2271b1;
  word-break: break-all;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c-single a:hover {
  opacity: 0.8;
}

.c-single p {
  margin-top: 1.375rem;
}

.c-single h3 {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  line-height: 1.33;
  padding-left: 1.6875rem;
  margin-top: 3.125rem;
}

.c-single h3::before {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  top: 0.3125rem;
  left: 0;
  background: #E3FF2A;
}

.c-single h4 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  line-height: 1.33;
  background: #efefef;
  padding: 0.46875rem 0.6875rem;
  margin-top: 3.125rem;
}

.c-single img {
  margin-top: 1.875rem;
}

.c-single .wp-element-caption {
  font-size: 14px;
  line-height: 1;
  color: #777;
  margin-top: 10px;
}
.c-title__en {
  position: relative;
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  letter-spacing: 0.03em;
  padding-left: 2.625rem;
}

.c-title__en::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: calc(50% + 0.0625rem);
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask-image: url("../images/icon-diamond.svg");
          mask-image: url("../images/icon-diamond.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #000;
}

.c-title--white {
  color: #fff;
}

.c-title--white .c-title__en::before {
  background: #fff;
}
.common-contact {
  position: relative;
  background: #E3FF2A;
  border: 1px solid #000;
  border-radius: 1.875rem;
  padding: 3.375rem 0;
  margin-top: -1.75rem;
}

.common-contact .inner {
  max-width: 1300px;
  padding: 0 2.5rem;
}

.common-contact .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  padding-left: 0.5rem;
}

.common-contact .contents {
  gap: 5.0625rem;
}

.common-contact .head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17.625rem;
          flex: 0 0 17.625rem;
}

.common-contact .en {
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  letter-spacing: 0.02em;
}

.common-contact .ja {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 1rem;
}

.common-contact .texts {
  position: relative;
  top: -0.625rem;
  width: 100%;
  max-width: 25rem;
  margin-inline: auto;
}

.common-contact .text {
  line-height: 2;
}

.common-contact .catch {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 0.9375rem;
  margin-left: -0.625rem;
}

.common-contact .btn a {
  display: block;
}

.common-contact .btn__icon img {
  width: 5rem;
  height: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.05, 0.8, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.05, 0.8, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.05, 0.8, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.05, 0.8, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.05, 0.8, 0.22, 1);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
}

.common-contact .btn a:hover .btn__icon img {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}

.common-contact .btn__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: center;
}
.breadcrumb .box {
  margin-left: -0.6875rem;
  line-height: 1.5;
}

.breadcrumb span {
  display: inline-block;
  line-height: 1;
  padding-inline: 0.1875rem;
}

.breadcrumb span:first-of-type {
  padding-right: 0;
}

.breadcrumb a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.breadcrumb a:hover {
  opacity: 0.7;
}

.common-fv {
  position: relative;
  background: #fff;
  border: 1px solid #000;
  border-radius: 1.875rem;
  padding-top: 1.75rem;
  margin-top: var(--header-pc, 80px);
  overflow: hidden;
}

.common-fv::before {
  content: "";
  position: absolute;
  width: 19.4375rem;
  height: 17.5625rem;
  top: 0;
  left: 0;
  background-image: url("../images/top/fv-center-bg.webp");
  background-repeat: no-repeat;
  background-size: contain;
}

.common-fv .inner {
  max-width: 1280px;
  padding: 0 1.875rem 0 2.125rem;
}

.common-fv .body {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem;
}

.common-fv .title {
  position: relative;
  bottom: -1.5rem;
  font-size: 9.375rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  letter-spacing: 0.03em;
  margin-top: 1.4375rem;
}

.common-fv .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 0.3125rem;
}

.common-fv .image img {
  width: 5.625rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
/* object/project */
#about-message {
  position: relative;
  background: #fff;
  border: 1px solid #000;
  border-radius: 1.875rem 12.5rem 1.875rem 1.875rem;
  padding: 5.9375rem 0 6.875rem;
}

#about-message .box {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.25rem;
  border-bottom: 1px solid #000;
  padding-right: 0.3125rem;
  padding-bottom: 3.625rem;
  margin-top: 4.6875rem;
}

#about-message .box::before,
#about-message .box::after {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  bottom: -0.375rem;
  background: #000;
  border-radius: 50%;
  z-index: 1;
}

#about-message .box::before {
  left: -0.375rem;
}

#about-message .box::after {
  right: -0.375rem;
}

#about-message .ja {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.75;
  letter-spacing: 0em;
}

#about-message .en {
  line-height: 1.625;
  margin-top: 1.25rem;
}

#about-message .icon {
  padding-bottom: 0.625rem;
}

#about-message .media {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3rem;
  margin-top: 3.125rem;
}

#about-message .text {
  width: calc(53% - 1.5rem);
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 2.1052631579;
  letter-spacing: 0em;
}

#about-message .contents {
  width: calc(47% - 1.5rem);
}

#about-message .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 462/409;
  border-radius: 1.25rem 12.5rem 1.25rem 1.25rem;
}

#about-message .row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.625rem;
  margin-top: 2rem;
}

#about-message .name {
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}

#about-message .kana {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  letter-spacing: 0.02em;
  padding-bottom: 0.25rem;
}

#about-company {
  background-image: url("../images/about/company-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 12.5rem 0 7.5rem;
  margin-top: -5rem;
}

#about-company .dl-wrap {
  margin-top: 5rem;
}

#about-company .dl {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid #E3FF2A;
  border-radius: 0.625rem;
}

#about-company .dt,
#about-company .dd {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
  color: #FFF;
  background: linear-gradient(103deg, rgba(147, 189, 33, 0.4) 0.63%, rgba(3, 92, 49, 0.2) 100.55%);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  padding: 1.34375rem 2.125rem;
}

#about-company .dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22.7%;
  border-right: 1px solid #E3FF2A;
  border-radius: 0.625rem 0 0 0.625rem;
  text-align: center;
}

#about-company .dd {
  width: 77.3%;
  border-radius: 0 0.625rem 0.625rem 0;
}

#about-company .dd--pb {
  padding-bottom: 2.3125rem;
}

#about-company .dd a {
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#about-company .dd a:hover {
  opacity: 0.7;
}

#about-company .list {
  line-height: 1.875;
  text-indent: -1em;
  padding-left: 1em;
}

#about-access {
  color: #fff;
  background: #000;
  padding: 6.5625rem 0 0;
}

#about-access .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10rem;
}

#about-access .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-inline: auto;
  line-height: 1.875;
}

#about-access .map {
  position: relative;
  width: 100%;
  aspect-ratio: 1280/578;
  margin-top: 6.6875rem;
}

#about-access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.875rem 1.875rem 0 0;
}
.page-template-page-contact .common-contact {
  margin-top: 0;
}

#contact-contents .body {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#contact-contents .contents {
  width: 41%;
  background: #fff;
  border: 1px solid #000;
  border-radius: 1.875rem;
  padding: 5.9375rem 3.6875rem 5.875rem;
}

#contact-contents .texts {
  width: 100%;
  max-width: 23.75rem;
  margin-left: auto;
}

#contact-contents .text {
  line-height: 2;
  margin-top: 6.25rem;
}

#contact-contents .catch {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  border-bottom: 1px solid #AEAEAE;
  padding-bottom: 1.75rem;
  margin-top: 0.9375rem;
  margin-left: -0.625rem;
}

#contact-contents .box {
  margin-top: 1.75rem;
}

#contact-contents .box__text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}

#contact-contents .box__number {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  letter-spacing: 0.03em;
  margin-top: 0.75rem;
}

#contact-contents .box__hour {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 1rem;
}

#contact-contents .c-form {
  width: 59%;
  background: #fff;
  border: 1px solid #000;
  border-radius: 1.875rem 12.5rem 1.875rem 1.875rem;
  padding: 6.5625rem 8.75rem 5.875rem 3.9375rem;
}
#error-contents {
  color: #fff;
  padding: 2.125rem 0 7.5rem;
  margin-top: var(--header-pc, 80px);
}

#error-contents .l-inner-l {
  max-width: 1260px;
}

#error-contents .head {
  padding: 0.875rem 0 1.875rem;
  border-bottom: 1px dashed #AEAEAE;
}

#error-contents .icon img {
  width: 5.625rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0;
}

#error-contents .title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 0.3125rem;
  text-align: center;
}

#error-contents .lead {
  line-height: 2;
  margin-top: 2.8125rem;
  text-align: center;
}

#error-contents .contents {
  margin-top: 2rem;
}

#error-contents .sub-title {
  line-height: 2;
  text-align: center;
}

#error-contents .box {
  color: #000;
  background: #fff;
  border-radius: 0.625rem;
  padding: 3.625rem 5.3125rem 4.5rem 3.75rem;
  margin-top: 1.5rem;
}

#error-contents .item:not(:first-of-type) {
  margin-top: 2.3125rem;
}

#error-contents .item__title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  background: #EFEFEF;
  padding: 0.65625rem;
}

#error-contents .item__text {
  line-height: 2;
  margin-top: 1rem;
}

#error-contents .btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.1875rem;
  margin-top: 2.1875rem;
}

#error-contents .btn a {
  position: relative;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  border: 1px solid #606060;
  border-radius: 0.3125rem;
  padding: 0.96875rem 1.125rem 1.21875rem;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#error-contents .btn a:hover {
  opacity: 0.7;
}

#error-contents .btn a::before {
  content: "";
  position: absolute;
  width: 0.9375rem;
  height: 0.9375rem;
  top: calc(50% - 0.0625rem);
  right: 0.625rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask-image: url("../images/icon-right-arrow.svg");
          mask-image: url("../images/icon-right-arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #000;
}

#error-contents .return a {
  color: #fff;
  background: #000;
}

#error-contents .return a::before {
  width: 1.3125rem;
  height: 1rem;
  right: 1.1875rem;
  -webkit-mask-image: url("../images/icon-return.svg");
          mask-image: url("../images/icon-return.svg");
  background: #E3FF2A;
}

#error-contents .btn__catch {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  color: #777;
  margin-top: 0.8125rem;
  text-align: center;
}

#error-contents .texts {
  margin-top: 3.4375rem;
  text-align: center;
}

#error-contents .texts .catch {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}

#error-contents .texts .text {
  line-height: 2;
  margin-top: 1.875rem;
}
.archive .common-contact {
  margin-top: 0;
}

#news-contents {
  padding: 0 0 5.8125rem;
}

#news-contents .body {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#news-contents .c-aside {
  width: 21.8%;
  background: #fff;
  border: 1px solid #000;
  border-radius: 0 1.875rem 1.875rem 0;
  padding: 3.4375rem 2.25rem 3.4375rem 1.875rem;
}

#news-contents .c-article {
  width: 78.2%;
}
.page-template-page-privacypolicy .common-fv {
  overflow: visible;
}

.page-template-page-privacypolicy .common-fv .title {
  bottom: -1.3125rem;
}

.page-template-page-privacypolicy .common-contact {
  margin-top: -3.125rem;
}

#privacy-contents {
  background: #fff;
  border: 1px solid #000;
  border-radius: 1.875rem 12.5rem 1.875rem 1.875rem;
  padding: 5.75rem 0 10.875rem;
}

#privacy-contents .inner {
  position: relative;
  max-width: 1300px;
  padding: 0 2.5rem;
}

#privacy-contents .inner {
  position: relative;
}

#privacy-contents .inner::before {
  content: "";
  position: absolute;
  width: 9.375rem;
  height: 8.75rem;
  top: -5.75rem;
  left: 0;
  background: #fff;
  border-radius: 1.875rem;
  z-index: 1;
}

#privacy-contents .lead {
  position: relative;
  line-height: 2;
  z-index: 2;
}

#privacy-contents .block:first-of-type {
  margin-top: 5.9375rem;
}

#privacy-contents .block {
  margin-top: 6.25rem;
}

#privacy-contents .contents {
  margin-top: 6.25rem;
}

#privacy-contents .text {
  line-height: 2;
}

#privacy-contents .text--ls {
  letter-spacing: -0.08em;
}

#privacy-contents .text--mt {
  margin-top: 3rem;
}

#privacy-contents .text a {
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#privacy-contents .text a:hover {
  opacity: 0.7;
}

#privacy-contents .lists {
  margin-top: 1rem;
}

#privacy-contents .list {
  position: relative;
  line-height: 2;
  border-bottom: 1px solid #AEAEAE;
  padding: 1.0625rem 1rem 0.875rem;
}

#privacy-contents .list::before {
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  top: 2rem;
  left: 0.3125rem;
  background: #000;
  border-radius: 50%;
}

#privacy-contents .item:not(:first-of-type) {
  margin-top: 2.8125rem;
}

#privacy-contents .item__title {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  padding-left: 1.6875rem;
}

#privacy-contents .item__title::before {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  top: calc(50% - 0.0625rem);
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #E3FF2A;
}

#privacy-contents .item__text {
  margin-top: 1.875rem;
}
#service-head .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#service-head .icons {
  width: 15.6%;
  display: grid;
  background: #fff;
  border: 1px solid #000;
  border-radius: 0 1.875rem 1.875rem 0;
  padding: 3.5625rem 2.1875rem 6.875rem 1.25rem;
}

#service-head .icon:not(:first-of-type) {
  margin-top: 3.4375rem;
}

#service-head .icon img {
  width: 3.4375rem;
  height: 3.28125rem;
  -o-object-fit: contain;
     object-fit: contain;
}

#service-head .contents {
  width: 84.4%;
  background: #fff;
  border: 1px solid #000;
  border-radius: 1.875rem 12.5rem 1.875rem 1.875rem;
  padding: 5.125rem 9.0625rem 5.875rem 5.4375rem;
}

#service-head .text {
  width: 100%;
  max-width: 95rem;
  margin-inline: auto;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}

#service-contents {
  border-radius: 1.875rem 12.5rem 1.875rem 1.875rem;
  background: #fff;
  border: 1px solid #000;
  padding: 1.625rem 1.75rem 1.875rem 1.8125rem;
}

#service-contents .inner {
  max-width: 1760px;
  padding: 0;
}

#service-contents .item {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#service-contents .item__contents {
  width: 54.9%;
  background: #efeeea;
  border: 1px solid #c8c8c8;
  border-radius: 1.25rem;
  padding: 1.5625rem 2.625rem 2.375rem 1.1875rem;
}

#service-contents .item__row {
  width: 100%;
  max-width: 38.5625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.375rem;
}

#service-contents .item__catch {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  letter-spacing: 0.02em;
  color: #cecece;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding-top: 0.3125rem;
}

#service-contents .item__title-en {
  font-size: 2.0625rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  letter-spacing: 0.02em;
}

#service-contents .item__title-ja {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0em;
  margin-top: 0.625rem;
}

#service-contents .item__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  margin-top: 2rem;
}

#service-contents .item__text--ls {
  letter-spacing: 0.05em;
}

#service-contents .item__box {
  position: relative;
  width: 45.1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #efeeea;
  border: 1px solid #c8c8c8;
  border-radius: 1.25rem 15.625rem 1.25rem 1.25rem;
  padding: 2.3125rem 2.1875rem 2.3125rem 2.5625rem;
  z-index: 1;
  overflow: hidden;
}

#service-contents .item__image {
  height: 100%;
}

#service-contents .item__image img {
  border-radius: 1.25rem 13.125rem 1.25rem 1.25rem;
}

#service-contents .item:nth-of-type(2) .item__contents {
  background: #E3FF2A;
}

#service-contents .item:nth-of-type(2) .item__catch {
  color: #c6dd2f;
}

#service-contents .item:nth-of-type(2) .item__box {
  background: #E3FF2A;
}

#service-contents .item:nth-of-type(3) .item__contents {
  background: #777777;
}

#service-contents .item:nth-of-type(3) .item__catch {
  color: #5e5e5e;
}

#service-contents .item:nth-of-type(3) .item__texts {
  color: #fff;
}

#service-contents .item:nth-of-type(3) .item__box {
  background: #777777;
}

#service-contents .item:nth-of-type(4) .item__contents {
  background: #ff3881;
}

#service-contents .item:nth-of-type(4) .item__catch {
  color: #d1346d;
}

#service-contents .item:nth-of-type(4) .item__box {
  background: #ff3881;
}

#service-point {
  color: #fff;
  background: #000;
  padding: 4.6875rem 0 7.5rem;
}

#service-point .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12.625rem;
}

#service-point .c-title {
  margin-top: 0.625rem;
}

#service-point .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-inline: auto;
  line-height: 1.875;
}
#page-single .common-contact {
  margin-top: 0;
}

#single-head {
  background: #fff;
  border: 1px solid #000;
  border-radius: 1.875rem;
  padding: 2.5rem 0;
}

#single-head .inner {
  max-width: 1280px;
  padding: 0 1.875rem;
}

#single-head .body {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.25rem;
}

#single-head .box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#single-head .icon img {
  width: 5.625rem;
  height: 5.625rem;
  -o-object-fit: contain;
     object-fit: contain;
}

#single-head .row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
}

#single-head .category {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  border-radius: 1.875rem;
  color: #fff;
  background: #000;
  padding: 0.875rem 1.9375rem;
}

#single-head time {
  display: block;
  line-height: 1.875;
  color: #777;
}

#single-head .title {
  font-size: 2.0625rem;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}

#single-thumbnail .body {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#single-thumbnail .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 10.9%;
  background: #fff;
  border: 1px solid #000;
  border-radius: 0 1.875rem 1.875rem 0;
}

#single-thumbnail .center {
  width: 78.2%;
  max-width: 1220px;
}

#single-thumbnail .image img {
  height: auto;
  aspect-ratio: 1001/581;
  border-radius: 1.875rem;
}

#single-thumbnail .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 10.9%;
  background: #fff;
  border: 1px solid #000;
  border-radius: 1.875rem 0 0 1.875rem;
}

#single-body .body {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#single-body .left {
  width: 21.8%;
  background: #fff;
  border: 1px solid #000;
  border-radius: 0 1.875rem 1.875rem 0;
}

#single-body .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border: 1px solid #000;
  border-radius: 1.875rem 12.5rem 1.875rem 1.875rem;
  padding: 3.75rem 12.5rem 4.375rem 3.875rem;
}

#single-body .right .wrap {
  width: 100%;
  max-width: 1158px;
}

#single-body .tags {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.3125rem;
}

#single-body .tags--mt {
  margin-top: 3.75rem;
}

#single-body .tag {
  line-height: 1.875;
  letter-spacing: 0.1em;
  color: #777;
}
#page-works .common-contact {
  margin-top: 0;
}

#works-contents {
  padding: 0 0 5.8125rem;
}

#works-contents .body {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#works-contents .c-aside {
  width: 21.8%;
  background: #fff;
  border: 1px solid #000;
  border-radius: 0 1.875rem 1.875rem 0;
  padding: 3.4375rem 2.25rem 3.4375rem 1.875rem;
}

#works-contents .c-article {
  width: 78.2%;
}
#top-about .body {
  color: #fff;
  background-image: url("../images/top/about-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8.125rem 0 7.375rem;
}

#top-about .media {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
}

#top-about .title {
  position: relative;
  top: -1.25rem;
}

#top-about .en {
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  letter-spacing: 0.03em;
}

#top-about .ja {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 0.9375rem;
}

#top-about .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.25rem;
          flex: 0 0 31.25rem;
  line-height: 2;
}

#top-about .flow {
  height: 300vh;
}

#top-about .sticky {
  position: sticky;
  top: var(--header-pc, 80px);
  overflow: hidden;
}

#top-about .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  will-change: transform;
}

#top-about .item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26.625rem;
          flex: 0 0 26.625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.6875rem;
  background: #fff;
  border: 1px solid #000;
  border-radius: 1.25rem;
  padding: 4.375rem 1.875rem 1.8125rem;
}

#top-about .item::before {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -0.375rem;
  background: #000;
  border-radius: 50%;
  z-index: 1;
}

#top-about .item:nth-last-child(-n+2)::before {
  display: none;
}

#top-about .item__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

#top-about .item__number {
  font-size: 5.9375rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}

#top-about .item__en {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 0.625rem;
}

#top-about .item__title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 3.125rem;
}

#top-about .item__text {
  line-height: 2;
  margin-top: 2rem;
  text-align: left;
}

#top-about .item__image {
  margin-top: 5rem;
}

#top-about .item__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 370/100;
}

#top-about .scroll {
  width: 100%;
  text-align: right;
}

#top-about .scroll a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.6875rem;
}

#top-about .scroll__title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  text-align: right;
}

#top-about .scroll__text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.1875rem;
}

#top-about .scroll__icon img {
  width: 5.3125rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.05, 0.8, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.05, 0.8, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.05, 0.8, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.05, 0.8, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.05, 0.8, 0.22, 1);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}

#top-about .scroll a:hover .scroll__icon img {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}

#top-about .item--black {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #000;
  border: 1px solid #fff;
  margin-left: 1px;
}
#top-fv {
  position: relative;
  height: calc(100vh - var(--header-pc, 80px));
  max-height: 750px;
  margin-top: var(--header-pc, 80px);
  z-index: 2;
}

#top-fv .body {
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#top-fv .left {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26.6%;
          flex: 0 0 26.6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff;
  border: 1px solid #000;
  border-radius: 1.875rem 0 0 1.875rem;
  padding: 2.0625rem 0 1.625rem;
}

#top-fv .left::before,
#top-fv .left::after {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  right: -0.375rem;
  background: #000;
  border-radius: 50%;
  z-index: 1;
}

#top-fv .left::before {
  top: -0.375rem;
}

#top-fv .left::after {
  bottom: -0.375rem;
}

#top-fv .items {
  width: 100%;
  padding: 0 3rem 0 2.125rem;
}

#top-fv .item:not(:first-of-type) {
  margin-top: 0.3125rem;
}

#top-fv .item__title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.875;
  letter-spacing: 0em;
}

#top-fv .item__text {
  line-height: 1.625;
  margin-top: 0.3125rem;
}

#top-fv .item__text a {
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top-fv .item__text a:hover {
  opacity: 0.7;
}

#top-fv .topics {
  width: 100%;
}

#top-fv .topics__title {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.875;
  letter-spacing: 0em;
  border-bottom: 1px solid #000;
  padding-left: 1.875rem;
  padding-bottom: 0.25rem;
}

#top-fv .topics__title::before {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  bottom: -0.375rem;
  right: -0.375rem;
  background: #000;
  border-radius: 50%;
  z-index: 1;
}

#top-fv .topics__contents {
  padding: 1rem 2.1875rem 0 1.875rem;
}

#top-fv .topics__contents a {
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top-fv .topics__contents a:hover {
  opacity: 0.7;
}

#top-fv .topics__date {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
  color: #777;
}

#top-fv .topics__text {
  width: 100%;
  max-width: 17.1875rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#top-fv .btn {
  margin-top: 2.1875rem;
}

#top-fv .btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.3125rem;
  padding-left: 1.875rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top-fv .btn a:hover {
  opacity: 0.7;
}

#top-fv .btn__text {
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 2.7272727273;
  letter-spacing: 0em;
}

#top-fv .btn__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top-fv .btn a:hover .btn__icon {
  -webkit-transform: translateX(0.1875rem);
      -ms-transform: translateX(0.1875rem);
          transform: translateX(0.1875rem);
}

#top-fv .btn__icon img {
  width: 0.5rem;
  height: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

#top-fv .center {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46.8%;
          flex: 0 0 46.8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border: 1px solid #000;
  border-radius: 0 0 18.75rem 0;
}

#top-fv .center::before,
#top-fv .center::after {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  right: -0.375rem;
  background: #000;
  border-radius: 50%;
  z-index: 1;
}

#top-fv .center::before {
  top: -0.375rem;
}

#top-fv .center::after {
  bottom: -0.375rem;
}

#top-fv .bg {
  position: absolute;
  width: 19.4375rem;
  height: 17.5625rem;
  top: 0;
  left: 0;
  background-image: url("../images/top/fv-center-bg.webp");
  background-repeat: no-repeat;
  background-size: contain;
}

#top-fv .image {
  position: relative;
  left: 0.9375rem;
  bottom: -0.625rem;
  margin-top: auto;
  margin-inline: auto;
}

#top-fv .image::before,
#top-fv .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/top/fv-main.webp");
  background-size: cover;
  background-position: center;
  pointer-events: none;
  opacity: 0;
}

#top-fv .image::before {
  clip-path: inset(0 0 60% 0);
  -webkit-animation: none;
          animation: none;
}

#top-fv .image::after {
  clip-path: inset(60% 0 0 0);
  -webkit-animation: none;
          animation: none;
}

#top-fv .image.is-glitch::before {
  -webkit-animation: glitch-top 1.5s 2 steps(1, end);
          animation: glitch-top 1.5s 2 steps(1, end);
}

#top-fv .image.is-glitch::after {
  -webkit-animation: glitch-bottom 1.5s 2 steps(1, end);
          animation: glitch-bottom 1.5s 2 steps(1, end);
}

#top-fv .image img {
  width: 30.625rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@-webkit-keyframes glitch-top {
  0%, 100% {
    -webkit-transform: none;
            transform: none;
    opacity: 0;
  }
  2% {
    -webkit-transform: translate(-15px, -3px) skewX(-4deg);
            transform: translate(-15px, -3px) skewX(-4deg);
    opacity: 1;
  }
  4% {
    -webkit-transform: translate(12px, -2px) skewX(3deg);
            transform: translate(12px, -2px) skewX(3deg);
    opacity: 1;
  }
  6% {
    -webkit-transform: translate(-20px, 1px) skewX(-5deg);
            transform: translate(-20px, 1px) skewX(-5deg);
    opacity: 0;
  }
  8% {
    -webkit-transform: translate(18px, -4px) skewX(4deg);
            transform: translate(18px, -4px) skewX(4deg);
    opacity: 1;
  }
  10% {
    -webkit-transform: translate(-8px, 2px);
            transform: translate(-8px, 2px);
    opacity: 0;
  }
  15% {
    -webkit-transform: translate(25px, -2px) skewX(-3deg);
            transform: translate(25px, -2px) skewX(-3deg);
    opacity: 1;
  }
  17% {
    -webkit-transform: translate(-22px, 3px) skewX(5deg);
            transform: translate(-22px, 3px) skewX(5deg);
    opacity: 1;
  }
  19% {
    -webkit-transform: translate(10px, -1px);
            transform: translate(10px, -1px);
    opacity: 0;
  }
  25% {
    -webkit-transform: translate(-18px, -3px) skewX(-4deg);
            transform: translate(-18px, -3px) skewX(-4deg);
    opacity: 1;
  }
  27% {
    -webkit-transform: translate(15px, 2px) skewX(3deg);
            transform: translate(15px, 2px) skewX(3deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: translate(-12px, -2px);
            transform: translate(-12px, -2px);
    opacity: 1;
  }
  37% {
    -webkit-transform: translate(20px, 1px) skewX(-2deg);
            transform: translate(20px, 1px) skewX(-2deg);
    opacity: 1;
  }
  39% {
    -webkit-transform: none;
            transform: none;
    opacity: 0;
  }
}

@keyframes glitch-top {
  0%, 100% {
    -webkit-transform: none;
            transform: none;
    opacity: 0;
  }
  2% {
    -webkit-transform: translate(-15px, -3px) skewX(-4deg);
            transform: translate(-15px, -3px) skewX(-4deg);
    opacity: 1;
  }
  4% {
    -webkit-transform: translate(12px, -2px) skewX(3deg);
            transform: translate(12px, -2px) skewX(3deg);
    opacity: 1;
  }
  6% {
    -webkit-transform: translate(-20px, 1px) skewX(-5deg);
            transform: translate(-20px, 1px) skewX(-5deg);
    opacity: 0;
  }
  8% {
    -webkit-transform: translate(18px, -4px) skewX(4deg);
            transform: translate(18px, -4px) skewX(4deg);
    opacity: 1;
  }
  10% {
    -webkit-transform: translate(-8px, 2px);
            transform: translate(-8px, 2px);
    opacity: 0;
  }
  15% {
    -webkit-transform: translate(25px, -2px) skewX(-3deg);
            transform: translate(25px, -2px) skewX(-3deg);
    opacity: 1;
  }
  17% {
    -webkit-transform: translate(-22px, 3px) skewX(5deg);
            transform: translate(-22px, 3px) skewX(5deg);
    opacity: 1;
  }
  19% {
    -webkit-transform: translate(10px, -1px);
            transform: translate(10px, -1px);
    opacity: 0;
  }
  25% {
    -webkit-transform: translate(-18px, -3px) skewX(-4deg);
            transform: translate(-18px, -3px) skewX(-4deg);
    opacity: 1;
  }
  27% {
    -webkit-transform: translate(15px, 2px) skewX(3deg);
            transform: translate(15px, 2px) skewX(3deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: translate(-12px, -2px);
            transform: translate(-12px, -2px);
    opacity: 1;
  }
  37% {
    -webkit-transform: translate(20px, 1px) skewX(-2deg);
            transform: translate(20px, 1px) skewX(-2deg);
    opacity: 1;
  }
  39% {
    -webkit-transform: none;
            transform: none;
    opacity: 0;
  }
}
@-webkit-keyframes glitch-bottom {
  0%, 100% {
    -webkit-transform: none;
            transform: none;
    opacity: 0;
  }
  3% {
    -webkit-transform: translate(18px, 4px) skewX(4deg);
            transform: translate(18px, 4px) skewX(4deg);
    opacity: 1;
  }
  5% {
    -webkit-transform: translate(-14px, 2px) skewX(-3deg);
            transform: translate(-14px, 2px) skewX(-3deg);
    opacity: 1;
  }
  7% {
    -webkit-transform: translate(22px, 3px) skewX(5deg);
            transform: translate(22px, 3px) skewX(5deg);
    opacity: 0;
  }
  9% {
    -webkit-transform: translate(-16px, 5px) skewX(-4deg);
            transform: translate(-16px, 5px) skewX(-4deg);
    opacity: 1;
  }
  11% {
    -webkit-transform: translate(10px, 2px);
            transform: translate(10px, 2px);
    opacity: 0;
  }
  16% {
    -webkit-transform: translate(-25px, 3px) skewX(3deg);
            transform: translate(-25px, 3px) skewX(3deg);
    opacity: 1;
  }
  18% {
    -webkit-transform: translate(20px, 4px) skewX(-5deg);
            transform: translate(20px, 4px) skewX(-5deg);
    opacity: 1;
  }
  20% {
    -webkit-transform: translate(-12px, 2px);
            transform: translate(-12px, 2px);
    opacity: 0;
  }
  26% {
    -webkit-transform: translate(15px, 4px) skewX(4deg);
            transform: translate(15px, 4px) skewX(4deg);
    opacity: 1;
  }
  28% {
    -webkit-transform: translate(-18px, 3px) skewX(-3deg);
            transform: translate(-18px, 3px) skewX(-3deg);
    opacity: 0;
  }
  36% {
    -webkit-transform: translate(14px, 2px);
            transform: translate(14px, 2px);
    opacity: 1;
  }
  38% {
    -webkit-transform: translate(-20px, 4px) skewX(2deg);
            transform: translate(-20px, 4px) skewX(2deg);
    opacity: 1;
  }
  40% {
    -webkit-transform: none;
            transform: none;
    opacity: 0;
  }
}
@keyframes glitch-bottom {
  0%, 100% {
    -webkit-transform: none;
            transform: none;
    opacity: 0;
  }
  3% {
    -webkit-transform: translate(18px, 4px) skewX(4deg);
            transform: translate(18px, 4px) skewX(4deg);
    opacity: 1;
  }
  5% {
    -webkit-transform: translate(-14px, 2px) skewX(-3deg);
            transform: translate(-14px, 2px) skewX(-3deg);
    opacity: 1;
  }
  7% {
    -webkit-transform: translate(22px, 3px) skewX(5deg);
            transform: translate(22px, 3px) skewX(5deg);
    opacity: 0;
  }
  9% {
    -webkit-transform: translate(-16px, 5px) skewX(-4deg);
            transform: translate(-16px, 5px) skewX(-4deg);
    opacity: 1;
  }
  11% {
    -webkit-transform: translate(10px, 2px);
            transform: translate(10px, 2px);
    opacity: 0;
  }
  16% {
    -webkit-transform: translate(-25px, 3px) skewX(3deg);
            transform: translate(-25px, 3px) skewX(3deg);
    opacity: 1;
  }
  18% {
    -webkit-transform: translate(20px, 4px) skewX(-5deg);
            transform: translate(20px, 4px) skewX(-5deg);
    opacity: 1;
  }
  20% {
    -webkit-transform: translate(-12px, 2px);
            transform: translate(-12px, 2px);
    opacity: 0;
  }
  26% {
    -webkit-transform: translate(15px, 4px) skewX(4deg);
            transform: translate(15px, 4px) skewX(4deg);
    opacity: 1;
  }
  28% {
    -webkit-transform: translate(-18px, 3px) skewX(-3deg);
            transform: translate(-18px, 3px) skewX(-3deg);
    opacity: 0;
  }
  36% {
    -webkit-transform: translate(14px, 2px);
            transform: translate(14px, 2px);
    opacity: 1;
  }
  38% {
    -webkit-transform: translate(-20px, 4px) skewX(2deg);
            transform: translate(-20px, 4px) skewX(2deg);
    opacity: 1;
  }
  40% {
    -webkit-transform: none;
            transform: none;
    opacity: 0;
  }
}
#top-fv .right {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26.6%;
          flex: 0 0 26.6%;
  background: #fff;
  border: 1px solid #000;
  border-radius: 0 1.875rem 1.875rem 0;
  padding: 2rem 2rem 2.25rem 1.5625rem;
  overflow: hidden;
  z-index: 0;
}

#top-fv .en {
  position: absolute;
  top: -6.8125rem;
  left: -3.3125rem;
  font-size: 50rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #e3e3e3;
  z-index: -1;
}

#top-fv .head {
  width: 100%;
}

#top-fv .square {
  width: 1.25rem;
  height: 1.25rem;
  background: #E3FF2A;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#top-fv .time {
  margin-top: 2.9375rem;
}

#top-fv .time__title {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}

#top-fv .time__text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  color: #aeaeae;
  margin-top: 0.375rem;
}

#top-fv .scroll {
  width: 100%;
  text-align: right;
}

#top-fv .scroll a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.6875rem;
}

#top-fv .scroll__title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: right;
}

#top-fv .scroll__text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #aeaeae;
  margin-top: 0.1875rem;
}

#top-fv .scroll__icon img {
  width: 5.875rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.05, 0.8, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.05, 0.8, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.05, 0.8, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.05, 0.8, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.05, 0.8, 0.22, 1);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}

#top-fv .scroll a:hover .scroll__icon img {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}
#top-news {
  background-image: url("../images/top/news-bg.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6.25rem 0 6.875rem;
  margin-top: -1.25rem;
}

#top-news .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#top-news .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 4.875rem;
  background: linear-gradient(103deg, rgba(147, 189, 33, 0.4) 0.63%, rgba(3, 92, 49, 0.2) 100.55%);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border: 1px solid #e3ff2a;
  border-radius: 0.625rem;
  padding: 2.4375rem 2.3125rem 1.375rem;
}

#top-news .head {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.875rem;
}

#top-news .icon img {
  width: 5.5rem;
  height: 5.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

#top-news .title {
  color: #fff;
}

#top-news .en {
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  letter-spacing: 0.04em;
}

#top-news .ja {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0em;
  margin-top: 0.5rem;
}

#top-news .c-btn02__circle {
  border: 1px solid #fff;
}

#top-news .c-btn02__icon {
  background: #fff;
}

#top-news .c-btn02__text {
  color: #fff;
}

#top-news .items {
  width: 67%;
}

#top-news .item a {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
  background: linear-gradient(103deg, rgba(147, 189, 33, 0.4) 0.63%, rgba(3, 92, 49, 0.2) 100.55%);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border: 1px solid #e3ff2a;
  border-radius: 0.625rem;
  padding: 2.125rem 1.3125rem 2.3125rem 2.375rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top-news .item__texts {
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top-news .item a:hover .item__texts {
  color: #d1ed29;
}

#top-news .item__date {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}

#top-news .item__title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 0.3125rem;
}

#top-news .item__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.0625rem;
  height: 1.9375rem;
  -webkit-mask-image: url("../images/icon-right-arrow.svg");
          mask-image: url("../images/icon-right-arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #E3FF2A;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top-news .item a:hover .item__icon {
  -webkit-transform: translateX(0.3125rem);
      -ms-transform: translateX(0.3125rem);
          transform: translateX(0.3125rem);
}
#top-performance {
  position: relative;
  background: #fff;
  border: 1px solid #000;
  border-radius: 1.875rem;
  padding: 4.9375rem 0 3.625rem;
}

#top-performance .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
}

#top-performance .head {
  position: relative;
  top: -0.75rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.875rem;
}

#top-performance .icon img {
  width: 5.5rem;
  height: 5.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

#top-performance .en {
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  letter-spacing: 0.04em;
}

#top-performance .ja {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0em;
  margin-top: 0.5rem;
}

#top-performance .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.25rem;
          flex: 0 0 31.25rem;
  line-height: 2;
}
#top-service {
  background: #fff;
  border: 1px solid #000;
  border-radius: 1.875rem 12.5rem 1.875rem 1.875rem;
  padding: 7.6875rem 0 1.9375rem;
}

#top-service .inner {
  max-width: 1800px;
  padding: 0 1.625rem 0 0.875rem;
}

#top-service .items {
  display: grid;
  grid-template-columns: 1fr;
}

#top-service .item {
  position: sticky;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  top: var(--header-pc, 80px);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#top-service .item:nth-of-type(1) {
  z-index: 1;
}

#top-service .item:nth-of-type(2) {
  z-index: 2;
}

#top-service .item:nth-of-type(3) {
  z-index: 3;
}

#top-service .item:nth-of-type(4) {
  z-index: 4;
}

#top-service .item__contents {
  width: 54.9%;
  background: #efeeea;
  border: 1px solid #c8c8c8;
  border-radius: 1.25rem;
  padding: 1.5625rem 2.625rem 6.25rem 1.1875rem;
}

#top-service .item__row {
  width: 100%;
  max-width: 38.5625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.375rem;
}

#top-service .item__catch {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  letter-spacing: 0.02em;
  color: #cecece;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding-top: 0.3125rem;
}

#top-service .item__title-en {
  font-size: 2.0625rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  letter-spacing: 0.02em;
}

#top-service .item__title-ja {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0em;
  margin-top: 0.625rem;
}

#top-service .item__text {
  line-height: 2;
  margin-top: 2rem;
}

#top-service .item__box {
  position: relative;
  width: 45.1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #efeeea;
  border: 1px solid #c8c8c8;
  border-radius: 1.25rem 15.625rem 1.25rem 1.25rem;
  padding: 2.3125rem 2.1875rem 2.3125rem 2.5625rem;
  z-index: 1;
  overflow: hidden;
}

#top-service .item__box::before {
  content: "";
  position: absolute;
  width: 84.9%;
  height: 84.9%;
  top: 50%;
  left: 2.5625rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/top/service-bg01.webp");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

#top-service .item__icon {
  position: relative;
  top: 1.125rem;
  left: 1.875rem;
  margin-right: auto;
}

#top-service .item__icon img {
  width: 5.625rem;
  height: 5.625rem;
  -o-object-fit: contain;
     object-fit: contain;
}

#top-service .item__btn {
  margin-left: auto;
  margin-top: 11.875rem;
}

#top-service .item:nth-of-type(2) .item__contents {
  background: #E3FF2A;
}

#top-service .item:nth-of-type(2) .item__catch {
  color: #c6dd2f;
}

#top-service .item:nth-of-type(2) .item__box {
  background: #E3FF2A;
}

#top-service .item:nth-of-type(2) .item__box::before {
  background-image: url("../images/top/service-bg02.webp");
}

#top-service .item:nth-of-type(3) .item__contents {
  background: #777777;
}

#top-service .item:nth-of-type(3) .item__catch {
  color: #5e5e5e;
}

#top-service .item:nth-of-type(3) .item__texts {
  color: #fff;
}

#top-service .item:nth-of-type(3) .item__box {
  background: #777777;
}

#top-service .item:nth-of-type(3) .item__box::before {
  background-image: url("../images/top/service-bg03.webp");
}

#top-service .item:nth-of-type(4) .item__contents {
  background: #ff3881;
}

#top-service .item:nth-of-type(4) .item__catch {
  color: #d1346d;
}

#top-service .item:nth-of-type(4) .item__box {
  background: #ff3881;
}

#top-service .item:nth-of-type(4) .item__box::before {
  background-image: url("../images/top/service-bg04.webp");
}
#top-works {
  position: relative;
  background: #fff;
  border: 1px solid #000;
  border-radius: 1.875rem 12.5rem 1.875rem 1.875rem;
  padding: 0 0 5rem;
}

#top-works .body {
  overflow: hidden;
}

#top-works .about {
  position: relative;
  border-bottom: 1px solid #000;
  padding-left: 6.875rem;
  padding-bottom: 4.5rem;
}

#top-works .about::before,
#top-works .about::after {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  bottom: -0.375rem;
  background: #000;
  border-radius: 50%;
  z-index: 1;
}

#top-works .about::before {
  left: -0.375rem;
}

#top-works .about::after {
  right: -0.375rem;
}

#top-works .about__en {
  position: relative;
  font-size: 25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-left: -1.25rem;
  line-height: 0.3;
  z-index: 1;
}

#top-works .about__en::before {
  content: "N";
  position: absolute;
  top: -15.3125rem;
  left: -33.75rem;
  font-size: 50rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #e3e3e3;
}

#top-works .about__row {
  position: relative;
  width: 100%;
  max-width: 32.8125rem;
  gap: 1.5625rem;
  margin-top: 9.25rem;
}

#top-works .about__texts {
  margin-top: 0.3125rem;
}

#top-works .about__title {
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  letter-spacing: 0.03em;
}

#top-works .about__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
  margin-top: 1.125rem;
}

#top-works .about__catch {
  position: relative;
  left: -0.625rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 1rem;
}

#top-works .about__btn {
  margin-top: 3.125rem;
}

#top-works .works {
  position: relative;
  margin-top: 2.5rem;
}

#top-works .works__head {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.875rem;
}

#top-works .works__icon img {
  width: 5.5rem;
  height: 5.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

#top-works .works__en {
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  letter-spacing: 0.04em;
}

#top-works .works__ja {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0em;
  margin-top: 0.5rem;
}

#top-works .works__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3.75rem;
}

#top-works .works__item a {
  display: block;
  height: 100%;
  background: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 0.625rem;
  padding: 0.4375rem 0.3125rem 0.25rem 0.375rem;
}

#top-works .works__item-image {
  border-radius: 0.625rem;
  overflow: hidden;
}

#top-works .works__item-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 321/161;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top-works .works__item a:hover .works__item-image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

#top-works .works__item-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.625rem 0.375rem 0 0.375rem;
}

#top-works .works__item-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#top-works .works__item-category {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  background: #000;
  border-radius: 1.875rem;
  padding: 0.59375rem 0.96875rem;
}

#top-works .works__item-title {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 0.75rem;
}

#top-works .works__item-tags {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.1875rem;
  margin-top: 0.625rem;
}

#top-works .works__item-tag {
  color: #777;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}

#top-works .works__item-btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.3125rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-top: 0.9375rem;
}

#top-works .works__item-btn-text {
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 2.7272727273;
  letter-spacing: 0em;
}

#top-works .works__item-btn-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top-works .works__item a:hover .works__item-btn-icon {
  -webkit-transform: translateX(0.1875rem);
      -ms-transform: translateX(0.1875rem);
          transform: translateX(0.1875rem);
}

#top-works .works__item-btn-icon img {
  width: 0.5rem;
  height: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

#top-works .works__btn {
  position: absolute;
  bottom: -5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

#top-works .c-btn02__circle {
  background: #fff;
}

#top-works .c-btn02 a:hover .c-btn02__circle {
  background: #000;
}
/* object/utility */
.u-target {
  opacity: 0;
  -webkit-transform: translateY(3.125rem);
      -ms-transform: translateY(3.125rem);
          transform: translateY(3.125rem);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

.u-target.SlideUp {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.u-pc {
  display: block;
}

.u-sp {
  display: none;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-br {
  display: inline-block;
}

@media (max-width: 1140px) {
  html {
    font-size: 1.4035087719vw;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 4.1vw;
  }
  .no-article {
    margin-top: 5.13vw;
    padding: 0 20px;
  }
  .drawer .icon {
    position: fixed;
    width: 30px;
    height: 25px;
    top: 27px;
    right: 5.13vw;
    cursor: pointer;
    z-index: 250;
  }
  .drawer .icon-bars {
    position: relative;
    width: 30px;
    height: 25px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1000;
  }
  .drawer .icon-bar1,
  .drawer .icon-bar2,
  .drawer .icon-bar3 {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fff;
    top: 0;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .drawer .icon-bar1 {
    top: 0;
  }
  .drawer .icon-bar2 {
    top: 12px;
  }
  .drawer .icon-bar3 {
    top: 25px;
  }
  .drawer .icon.is-open .icon-bar1 {
    width: 32px;
    top: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .drawer .icon.is-open .icon-bar2 {
    display: none;
  }
  .drawer .icon.is-open .icon-bar3 {
    width: 32px;
    top: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .drawer .icon.is-open {
    z-index: 251;
  }
  .drawer .contents {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: 100svh;
    top: 0;
    left: 0;
    color: #fff;
    background: #000;
    padding: 0 5.13vw 14.62vw;
    padding-top: calc(24px + 20.51vw);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    z-index: 250;
  }
  .drawer .contents.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .drawer .nav {
    width: 100%;
  }
  .drawer .link {
    margin-top: 1.28vw;
  }
  .drawer .link a {
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-size: 2.56vw;
    color: #aeaeae;
  }
  .drawer .slide-text {
    position: relative;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 8.21vw;
  }
  .drawer .slide-text span {
    font-size: 4.375rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-size: 17.95vw;
    white-space: nowrap;
  }
  .drawer .slide-text span {
    -webkit-animation: slide-animation 30s linear infinite;
    animation: slide-animation 30s linear infinite;
  }
  .drawer .image {
    position: relative;
    width: 163.59vw;
    height: 16.09vw;
    top: -6.41vw;
    left: -19.74vw;
    gap: 1.28vw;
  }
  .drawer .image img {
    width: 25.7vw;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    aspect-ratio: 100.24/62.75;
  }
  #footer {
    padding: 5.38vw 0 13.85vw;
  }
  #footer .image {
    width: 19.49vw;
    height: 12.21vw;
    bottom: 8.97vw;
    left: 6.41vw;
  }
  #footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.38vw;
  }
  #footer .logo {
    max-width: 38.97vw;
  }
  #footer .logo a:hover {
    opacity: 1;
  }
  #footer .nav {
    width: 100%;
  }
  #footer .menus {
    grid-template-columns: 1fr;
  }
  #footer .menu a {
    border-radius: 1.28vw;
  }
  #footer .c-btn--reverse a {
    border-radius: 1.28vw 1.28vw 7.69vw 1.28vw;
  }
  #footer .link {
    margin-top: 0.77vw;
  }
  #footer .link a {
    font-size: 2.56vw;
  }
  #footer .link a:hover {
    color: #aeaeae;
  }
  #footer .slide-text {
    gap: 1.28vw;
    margin-top: 12.82vw;
  }
  #footer .slide-text span {
    font-size: 17.95vw;
  }
  #footer .copyright {
    font-size: 2.56vw;
    margin-top: 11.54vw;
  }
  #sp-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    padding: 11px 0 12px;
    z-index: 100;
  }
  #sp-header .body {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #sp-header .logo {
    position: relative;
    width: 100%;
    max-width: 152px;
    z-index: 260;
  }
  .l-inner,
  .l-inner-l {
    max-width: 100%;
    padding: 0 5.13vw;
  }
  .c-article .no-article {
    display: block;
    padding: 0 5.13vw;
    margin-top: 12.82vw;
    text-align: center;
  }
  .c-article .c-article__items {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .c-article .c-article__item a::before {
    bottom: 4.36vw;
    right: 3.08vw;
    width: 6.15vw;
    height: 6.15vw;
  }
  .c-article .c-article__item a:hover::before {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .c-article .c-article__image {
    border-radius: 3.85vw 3.85vw 0 0;
  }
  .c-article .c-article__item a:hover .c-article__image img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .c-article .c-article__contents {
    min-height: 41.03vw;
    border-radius: 0 0 38.46vw 3.85vw;
    padding: 4.1vw 20.51vw 4.1vw 5.13vw;
  }
  .c-article .c-article__row {
    gap: 2.05vw;
  }
  .c-article .c-article__category {
    font-size: 3.59vw;
    border-radius: 7.69vw;
    padding: 2.56vw 5.13vw;
  }
  .c-article .c-article__icon {
    width: 7.69vw;
    height: 7.69vw;
  }
  .c-article .c-article__title {
    font-size: 4.62vw;
    line-height: 1.5;
    margin-top: 2.56vw;
  }
  .c-article .c-article__tags {
    gap: 0.77vw;
    margin-top: 5.13vw;
  }
  .c-article .c-article__tag {
    font-size: 2.56vw;
  }
  .c-aside .c-aside__title {
    font-size: 5.13vw;
    padding-left: 6.92vw;
  }
  .c-aside .c-aside__title::before {
    width: 5.13vw;
    height: 5.13vw;
  }
  .c-aside .c-aside__items {
    padding-left: 0.77vw;
    margin-top: 2.56vw;
  }
  .c-aside .c-aside__item a {
    gap: 1.79vw;
    padding: 2.05vw 2.05vw 2.05vw 0;
  }
  .c-aside .c-aside__item.current a::before {
    top: 2.56vw;
    left: 1.28vw;
    width: 1.54vw;
    height: 3.08vw;
  }
  .c-aside .c-aside__item-check {
    width: 4.1vw;
    height: 4.1vw;
  }
  .c-aside .c-aside__lists {
    padding-left: 0.77vw;
    margin-top: 2.56vw;
  }
  .c-aside .c-aside__list a {
    padding: 2.05vw 2.05vw 2.05vw 0;
  }
  .c-aside .c-aside__icons {
    gap: 4.1vw;
    margin-top: 2.56vw;
  }
  .c-aside .c-aside__icon {
    width: 17.95vw;
    height: 17.95vw;
  }
  .c-btn a {
    min-width: 100%;
    gap: 2.56vw;
    border: 1px solid #606060;
    border-radius: 1.28vw;
    padding: 2.31vw 3.85vw 2.31vw 6.41vw;
  }
  .c-btn .c-btn__text {
    font-size: 4.1vw;
  }
  .c-btn a:hover .c-btn__text {
    color: #fff;
  }
  .c-btn .c-btn__icon {
    width: 3.33vw;
    height: 3.33vw;
  }
  .c-btn a:hover .c-btn__icon {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .c-btn--reverse a {
    border-radius: 1.28vw 1.28vw 7.69vw 1.28vw;
  }
  .c-btn--reverse a:hover .c-btn__text {
    color: #000;
  }
  .c-btn02 a {
    -webkit-perspective: none;
            perspective: none;
  }
  .c-btn02 .c-btn02__circle {
    width: 17.95vw;
    height: 17.95vw;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .c-btn02 a:hover .c-btn02__circle {
    background: transparent;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .c-btn02 .c-btn02__icon {
    width: 9.23vw;
    height: 9.23vw;
  }
  .c-btn02 a:hover .c-btn02__icon {
    background: #000;
  }
  .c-btn02 .c-btn02__text {
    font-size: 4.1vw;
  }
  .c-form .c-form__body {
    max-width: 100%;
  }
  .c-form .c-form__group:not(:first-of-type) {
    margin-top: 6.15vw;
  }
  .c-form .c-form__group-wrap {
    gap: 2.05vw;
  }
  .c-form .c-form__row {
    gap: 2.05vw;
  }
  .c-form .c-form__label {
    font-size: 4.1vw;
  }
  .c-form .c-form__required {
    font-size: 2.82vw;
    border-radius: 1.28vw;
    padding: 1.03vw 1.28vw;
  }
  .c-form .c-form__input {
    border-radius: 1.28vw;
    padding: 2.56vw;
    margin-top: 1.28vw;
  }
  .c-form .c-form__textarea {
    height: 51.28vw;
    border-radius: 1.28vw;
    padding: 2.56vw;
    margin-top: 1.28vw;
  }
  .c-form .c-form__checkbox label {
    font-size: 3.85vw;
    padding-left: 5.64vw;
    line-height: 1.875;
  }
  .c-form .c-form__checkbox label::before {
    width: 3.85vw;
    height: 3.85vw;
    top: 3.59vw;
    border-radius: 0.77vw;
  }
  .c-form .c-form__checkbox input[type=checkbox]:checked + label::after {
    width: 1.54vw;
    height: 3.08vw;
    top: 2.56vw;
    left: 1.28vw;
  }
  .c-form .c-form__checkbox label a:hover {
    opacity: 1;
  }
  .c-form .c-form__privacy-text {
    font-size: 2.82vw;
    margin-top: 1.28vw;
  }
  .c-form .c-form__checkbox .wpcf7-list-item-label {
    font-size: 3.85vw;
    padding-left: 6.15vw;
    line-height: 1.875;
  }
  .c-form .c-form__checkbox .wpcf7-list-item-label::before {
    width: 3.85vw;
    height: 3.85vw;
    top: 3.59vw;
    border-radius: 0.77vw;
  }
  .c-form .c-form__checkbox .wpcf7-acceptance input[type=checkbox]:checked ~ .wpcf7-list-item-label::after {
    width: 1.54vw;
    height: 3.08vw;
    top: 2.56vw;
    left: 1.28vw;
  }
  .c-form .c-form__checkbox .wpcf7-list-item-label a:hover {
    opacity: 1;
  }
  .c-form .c-form__btn {
    margin-top: 8.21vw;
  }
  .c-form .c-form__submit {
    min-width: 100%;
    border-radius: 1.28vw 1.28vw 7.69vw 1.28vw;
    padding: 0.46875rem 1.6875rem 0.46875rem 1.5rem;
    padding: 1.92vw 6.92vw 1.92vw 6.15vw;
  }
  .c-form .c-form__submit:hover {
    opacity: 1;
  }
  .c-form .c-form__submit::before {
    width: 3.33vw;
    height: 3.33vw;
    right: 3.08vw;
  }
  .wpcf7 form.sent .wpcf7-response-output {
    max-width: 100%;
    margin: 2em 0 1em;
  }
  .c-pagenavi {
    margin-top: 12.82vw;
  }
  .c-pagenavi .wp-pagenavi {
    gap: 2.56vw;
  }
  .c-pagenavi .wp-pagenavi .page,
  .c-pagenavi .wp-pagenavi .current {
    width: 10.26vw;
    height: 10.26vw;
    font-size: 4.1vw;
  }
  .c-pagenavi .wp-pagenavi .page:hover {
    opacity: 1;
  }
  .c-pagenavi .wp-pagenavi .previouspostslink,
  .c-pagenavi .wp-pagenavi .nextpostslink {
    font-size: 6.15vw;
  }
  .c-pagenavi .wp-pagenavi .previouspostslink:hover,
  .c-pagenavi .wp-pagenavi .nextpostslink:hover {
    opacity: 1;
  }
  .c-pagenavi .wp-pagenavi .previouspostslink {
    padding-right: 2.56vw;
  }
  .c-pagenavi .wp-pagenavi .nextpostslink {
    padding-left: 2.56vw;
  }
  .c-single {
    margin-top: 10.26vw;
  }
  .c-single h2 {
    font-size: 5.13vw;
    line-height: 1.33;
    padding-left: 7.69vw;
    padding-bottom: 1.28vw;
    margin-top: 10.26vw;
  }
  .c-single h2::before {
    width: 5.13vw;
    height: 5.13vw;
    top: 0.77vw;
  }
  .c-single a:hover {
    opacity: 1;
  }
  .c-single p {
    margin-top: 5.13vw;
  }
  .c-single h3 {
    font-size: 4.62vw;
    padding-left: 6.41vw;
    margin-top: 10.26vw;
  }
  .c-single h3::before {
    width: 3.85vw;
    height: 3.85vw;
    top: 1.28vw;
  }
  .c-single h4 {
    font-size: 4.1vw;
    padding: 1.28vw 2.56vw;
    margin-top: 10.26vw;
  }
  .c-single img {
    margin-top: 7.69vw;
  }
  .c-single .wp-element-caption {
    font-size: 3.59vw;
    margin-top: 2.56vw;
  }
  .c-title__en {
    font-size: 5.13vw;
    padding-left: 6.41vw;
  }
  .c-title__en::before {
    width: 4.62vw;
    height: 4.62vw;
    top: 50%;
  }
  .common-contact {
    border-radius: 3.85vw;
    padding: 7.18vw 0 3.85vw;
    margin-top: -3.85vw;
  }
  .common-contact .inner {
    max-width: 100%;
    padding: 0 4.1vw 0 5.13vw;
  }
  .common-contact .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.54vw;
    padding-left: 0;
  }
  .common-contact .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 7.18vw;
    padding-top: 0;
  }
  .common-contact .head {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
  .common-contact .en {
    font-size: 7.69vw;
  }
  .common-contact .ja {
    font-size: 3.59vw;
    margin-top: 3.08vw;
  }
  .common-contact .texts {
    top: 0;
    max-width: 100%;
  }
  .common-contact .text {
    font-size: 3.85vw;
    line-height: 1.94;
  }
  .common-contact .catch {
    font-size: 4.1vw;
    margin-top: 2.56vw;
    margin-left: -2.56vw;
  }
  .common-contact .btn {
    width: 100%;
    text-align: right;
    margin-top: 0.77vw;
  }
  .common-contact .btn a {
    display: inline-block;
  }
  .common-contact .btn__icon img {
    width: 17.95vw;
    height: 17.95vw;
  }
  .common-contact .btn a:hover .btn__icon img {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .common-contact .btn__text {
    font-size: 3.59vw;
    line-height: 2.14;
  }
  .breadcrumb .box {
    padding-right: 15.38vw;
    margin-left: 0;
  }
  .breadcrumb span {
    font-size: 3.08vw;
    line-height: 1.5;
    padding-inline: 0.77vw;
  }
  .breadcrumb a:hover {
    opacity: 1;
  }
  .common-fv {
    border-radius: 3.85vw;
    padding-top: 2.56vw;
    margin-top: var(--header-sp, 80px);
  }
  .common-fv::before {
    width: 56.41vw;
    height: 51.03vw;
  }
  .common-fv .inner {
    max-width: 100%;
    padding: 0 5.13vw;
  }
  .common-fv .body {
    display: block;
  }
  .common-fv .title {
    bottom: -1.79vw;
    font-size: 12.82vw;
    letter-spacing: 0.02em;
    margin-top: 5.13vw;
  }
  .common-fv .image {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 0;
  }
  .common-fv .image img {
    width: 10.26vw;
  }
  #about-message {
    border-radius: 3.85vw 38.46vw 3.85vw 3.85vw;
    padding: 12.82vw 0;
  }
  #about-message .box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.56vw;
    padding-right: 0;
    padding-bottom: 7.69vw;
    margin-top: 7.69vw;
  }
  #about-message .box::before,
  #about-message .box::after {
    width: 2.56vw;
    height: 2.56vw;
    bottom: -1.54vw;
  }
  #about-message .box::before {
    left: -1.54vw;
  }
  #about-message .box::after {
    right: -1.54vw;
  }
  #about-message .ja {
    font-size: 5.9vw;
    line-height: 1.5;
  }
  #about-message .en {
    line-height: 1.5;
    margin-top: 2.56vw;
  }
  #about-message .icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-bottom: 0;
    margin-top: 2.56vw;
  }
  #about-message .icon img {
    width: 17.95vw;
    height: 17.95vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #about-message .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 8.21vw;
    margin-top: 8.97vw;
  }
  #about-message .text {
    width: 100%;
    font-size: 4.1vw;
    line-height: 1.875;
  }
  #about-message .contents {
    width: 100%;
  }
  #about-message .image img {
    aspect-ratio: 509/400;
    border-radius: 3.85vw 38.46vw 3.85vw 3.85vw;
  }
  #about-message .row {
    gap: 4.1vw;
    margin-top: 6.15vw;
  }
  #about-message .name {
    font-size: 5.64vw;
  }
  #about-message .kana {
    font-size: 4.1vw;
    padding-bottom: 0;
  }
  #about-company {
    background-image: url("../images/top/news-bg-sp.webp");
    padding: 25.64vw 0 15.38vw;
    margin-top: -10.26vw;
  }
  #about-company .dl-wrap {
    margin-top: 8.21vw;
  }
  #about-company .dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: linear-gradient(103deg, rgba(147, 189, 33, 0.4) 0.63%, rgba(3, 92, 49, 0.2) 100.55%);
    -webkit-backdrop-filter: blur(25px);
            backdrop-filter: blur(25px);
    border-radius: 2.56vw;
    padding: 4.1vw 5.13vw;
  }
  #about-company .dt,
  #about-company .dd {
    width: 100%;
    font-size: 3.59vw;
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    padding: 0;
  }
  #about-company .dt {
    border-radius: 2.56vw 2.56vw 0 0;
    border-right: none;
    text-align: left;
  }
  #about-company .dd {
    border-radius: 0 0 2.56vw 2.56vw;
  }
  #about-company .dd--pb {
    padding-bottom: 0;
  }
  #about-company .dd a:hover {
    opacity: 1;
  }
  #about-access {
    padding: 15.38vw 0 0;
  }
  #about-access .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.15vw;
  }
  #about-access .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
  #about-access .map {
    aspect-ratio: 1280/1000;
    margin-top: 12.82vw;
  }
  #about-access .map iframe {
    border-radius: 3.85vw 3.85vw 0 0;
  }
  .page-template-page-contact .common-contact {
    margin-top: 0;
  }
  #contact-contents .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contact-contents .contents {
    width: 100%;
    border-radius: 3.85vw;
    padding: 10.26vw 5.13vw;
  }
  #contact-contents .texts {
    max-width: 100%;
  }
  #contact-contents .text {
    font-size: 3.59vw;
    line-height: 1.875;
    padding: 0 2.56vw;
    margin-top: 8.21vw;
  }
  #contact-contents .catch {
    font-size: 4.1vw;
    border-bottom: 1px solid #AEAEAE;
    padding: 0 2.56vw;
    padding-bottom: 6.15vw;
    margin-top: 2.56vw;
    margin-left: -2.56vw;
  }
  #contact-contents .box {
    padding: 0 2.56vw;
    margin-top: 6.15vw;
  }
  #contact-contents .box__text {
    font-size: 4.1vw;
  }
  #contact-contents .box__number {
    font-size: 6.15vw;
    margin-top: 2.56vw;
  }
  #contact-contents .box__hour {
    font-size: 3.33vw;
    margin-top: 3.08vw;
  }
  #contact-contents .c-form {
    width: 100%;
    border-radius: 3.85vw 38.46vw 3.85vw 3.85vw;
    padding: 20.51vw 5.13vw;
  }
  #error-contents {
    padding: 3.85vw 0 15.38vw;
    margin-top: var(--header-sp, 80px);
  }
  #error-contents .l-inner-l {
    max-width: 100%;
  }
  #error-contents .head {
    padding: 3.85vw 0 8.21vw;
  }
  #error-contents .icon img {
    width: 10.26vw;
  }
  #error-contents .title {
    font-size: 6.15vw;
    margin-top: 2.56vw;
  }
  #error-contents .lead {
    line-height: 1.875;
    margin-top: 10.26vw;
  }
  #error-contents .contents {
    margin-top: 8.21vw;
  }
  #error-contents .sub-title {
    line-height: 1.875;
  }
  #error-contents .box {
    border-radius: 2.56vw;
    padding: 7.69vw 5.13vw;
    margin-top: 6.15vw;
  }
  #error-contents .item:not(:first-of-type) {
    margin-top: 6.15vw;
  }
  #error-contents .item__title {
    font-size: 4.1vw;
    background: #EFEFEF;
    padding: 2.56vw;
  }
  #error-contents .item__text {
    font-size: 3.59vw;
    line-height: 1.875;
    margin-top: 2.56vw;
  }
  #error-contents .btns {
    grid-template-columns: 1fr;
    gap: 6.15vw;
    margin-top: 8.21vw;
  }
  #error-contents .btn a {
    font-size: 4.1vw;
    border-radius: 1.28vw;
    padding: 3.08vw 2.56vw 3.59vw;
  }
  #error-contents .btn a:hover {
    opacity: 1;
  }
  #error-contents .btn a::before {
    width: 3.08vw;
    height: 3.08vw;
    top: calc(50% - 0.26vw);
    right: 3.85vw;
  }
  #error-contents .return a {
    color: #fff;
    background: #000;
  }
  #error-contents .return a::before {
    width: 4.62vw;
    height: 3.33vw;
    right: 3.85vw;
  }
  #error-contents .btn__catch {
    font-size: 2.82vw;
    margin-top: 2.56vw;
  }
  #error-contents .texts {
    margin-top: 10.26vw;
  }
  #error-contents .texts .catch {
    font-size: 4.62vw;
  }
  #error-contents .texts .text {
    line-height: 1.875;
    margin-top: 6.15vw;
  }
  #news-contents {
    padding: 0 0 25.64vw;
  }
  #news-contents .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #news-contents .c-aside {
    width: 100%;
    border-radius: 3.85vw;
    padding: 7.69vw 5.13vw;
  }
  #news-contents .c-article {
    width: 100%;
  }
  .page-template-page-privacypolicy .common-fv .title {
    bottom: -2.05vw;
  }
  .page-template-page-privacypolicy .common-contact {
    margin-top: -8.97vw;
  }
  #privacy-contents {
    border-radius: 3.85vw 25.64vw 3.85vw 3.85vw;
    padding: 15.38vw 0 20.51vw;
  }
  #privacy-contents .inner {
    max-width: 100%;
    padding: 0 5.13vw;
  }
  #privacy-contents .inner::before {
    width: 30.77vw;
    height: 25.64vw;
    top: -15.38vw;
    left: 0vw;
    border-radius: 3.85vw;
  }
  #privacy-contents .lead {
    line-height: 1.875;
    padding-right: 2.56vw;
  }
  #privacy-contents .block:first-of-type {
    margin-top: 15.38vw;
  }
  #privacy-contents .block {
    margin-top: 15.38vw;
  }
  #privacy-contents .contents {
    margin-top: 15.38vw;
  }
  #privacy-contents .text {
    line-height: 1.875;
  }
  #privacy-contents .text--mt {
    margin-top: 8.21vw;
  }
  #privacy-contents .text a:hover {
    opacity: 1;
  }
  #privacy-contents .lists {
    margin-top: 6.15vw;
  }
  #privacy-contents .list {
    line-height: 1.5;
    padding: 3.33vw 3.85vw 2.56vw;
  }
  #privacy-contents .list::before {
    width: 1.03vw;
    height: 1.03vw;
    top: 5.64vw;
    left: 1.28vw;
  }
  #privacy-contents .item:not(:first-of-type) {
    margin-top: 8.21vw;
  }
  #privacy-contents .item__title {
    font-size: 4.62vw;
    padding-left: 6.15vw;
  }
  #privacy-contents .item__title::before {
    width: 3.85vw;
    height: 3.85vw;
    top: 50%;
  }
  #privacy-contents .item__text {
    margin-top: 5.13vw;
  }
  #service-head .inner {
    max-width: 100%;
    padding: 0;
  }
  #service-head .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #service-head .icons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10.26vw;
    border-radius: 3.85vw 38.46vw 3.85vw 3.85vw;
    padding: 6.15vw 15.38vw 6.15vw 5.13vw;
  }
  #service-head .icon:not(:first-of-type) {
    margin-top: 0;
  }
  #service-head .icon img {
    width: 8.97vw;
    height: 8.72vw;
  }
  #service-head .contents {
    width: 100%;
    border-radius: 3.85vw;
    padding: 10.26vw 5.13vw;
  }
  #service-head .text {
    font-size: 4.1vw;
    line-height: 1.875;
  }
  #service-contents {
    border-radius: 3.85vw 20.51vw 3.85vw 3.85vw;
    padding: 15.38vw 5.13vw 5.64vw;
  }
  #service-contents .inner {
    max-width: 100%;
    padding: 0;
  }
  #service-contents .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #service-contents .item__contents {
    width: 100%;
    border-radius: 3.85vw;
    padding: 5.9vw 7.69vw 7.18vw;
  }
  #service-contents .item__catch {
    display: none;
  }
  #service-contents .item__title-en {
    font-size: 2.0625rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-size: 6.92vw;
  }
  #service-contents .item__title-ja {
    font-size: 4.05vw;
    margin-top: 2.56vw;
  }
  #service-contents .item__text {
    font-size: 4.1vw;
    line-height: 1.94;
    margin-top: 4.62vw;
  }
  #service-contents .item__box {
    width: 100%;
    border-radius: 3.85vw 38.46vw 3.85vw 3.85vw;
    padding: 4.87vw 4.36vw 5.9vw;
  }
  #service-contents .item__image img {
    border-radius: 3.85vw 38.46vw 3.85vw 3.85vw;
  }
  #service-point {
    padding: 15.38vw 0 25.64vw;
  }
  #service-point .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.15vw;
  }
  #service-point .c-title {
    margin-top: 2.56vw;
  }
  #service-point .text {
    font-size: 4.05vw;
  }
  #single-head {
    border-radius: 3.85vw;
    padding: 6.15vw 0vw;
  }
  #single-head .inner {
    max-width: 100%;
    padding: 0vw 5.13vw;
  }
  #single-head .body {
    gap: 5.13vw;
  }
  #single-head .icon img {
    width: 10.26vw;
    height: 10.26vw;
  }
  #single-head .row {
    gap: 2.56vw;
  }
  #single-head .category {
    font-size: 4.1vw;
    border-radius: 7.69vw;
    padding: 2.56vw 5.13vw;
  }
  #single-head .title {
    font-size: 6.15vw;
    margin-top: 5.13vw;
  }
  #single-thumbnail .left,
  #single-thumbnail .right {
    display: none;
  }
  #single-thumbnail .center {
    width: 100%;
    max-width: 100%;
    background: #fff;
    padding: 5.13vw;
    border-radius: 3.85vw;
  }
  #single-thumbnail .image img {
    border-radius: 0;
  }
  #single-body .left {
    display: none;
  }
  #single-body .right {
    width: 100%;
    border-radius: 3.85vw 38.46vw 3.85vw 3.85vw;
    padding: 15.38vw 5.13vw;
  }
  #single-body .right .wrap {
    max-width: 100%;
  }
  #single-body .tags {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.3125rem;
    padding-right: 5.13vw;
  }
  #single-body .tags--mt {
    margin-top: 10.26vw;
  }
  #works-contents {
    padding: 0 0 25.64vw;
  }
  #works-contents .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #works-contents .c-aside {
    width: 100%;
    border-radius: 3.85vw;
    padding: 7.69vw 5.13vw;
  }
  #works-contents .c-article {
    width: 100%;
  }
  #top-about {
    padding: 0 0 16.15vw;
    overflow: visible;
  }
  #top-about .body {
    padding: 0 0 10.26vw;
    background-image: none;
  }
  #top-about .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  #top-about .title {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background-image: url("../images/top/about-bg-sp.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 31.79vw 5.13vw 44.62vw;
    text-align: center;
  }
  #top-about .title {
    top: 0;
  }
  #top-about .en {
    font-size: 7.69vw;
  }
  #top-about .ja {
    font-size: 3.59vw;
    margin-top: 3.59vw;
  }
  #top-about .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    letter-spacing: -0.02em;
  }
  #top-about .flow {
    --num-cards: 5;
    --card-height: calc(100svh - var(--header-sp, 60px));
    height: auto;
  }
  #top-about .sticky {
    position: static;
    height: auto;
    overflow: visible;
  }
  #top-about .items {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(var(--num-cards), var(--card-height));
    will-change: auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  #top-about .item {
    position: sticky;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    top: var(--header-sp, 80px);
    gap: 4.87vw;
    border-radius: 3.85vw;
    padding: 10.26vw 5.13vw 5.9vw;
  }
  #top-about .item:nth-of-type(1) {
    z-index: 1;
  }
  #top-about .item:nth-of-type(2) {
    z-index: 2;
  }
  #top-about .item:nth-of-type(3) {
    z-index: 3;
  }
  #top-about .item:nth-of-type(4) {
    z-index: 4;
  }
  #top-about .item:nth-of-type(5) {
    z-index: 5;
  }
  #top-about .item::before {
    display: none;
  }
  #top-about .item__number {
    font-size: 15.38vw;
  }
  #top-about .item__en {
    font-size: 4.62vw;
    margin-top: 3.85vw;
  }
  #top-about .item__title {
    font-size: 5.64vw;
    margin-top: 10.26vw;
  }
  #top-about .item__text {
    line-height: 2;
    letter-spacing: -0.02em;
    margin-top: 7.69vw;
    text-align: left;
  }
  #top-about .item__image {
    margin-top: 0;
  }
  #top-about .item__image img {
    aspect-ratio: 353/96;
    border-radius: 2.56vw;
  }
  #top-about .item--black {
    display: none;
  }
  #top-about .scroll {
    padding: 0 4.62vw;
    margin-top: 14.87vw;
  }
  #top-about .scroll a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 1.6875rem;
  }
  #top-about .scroll__title {
    font-size: 5.13vw;
  }
  #top-about .scroll__text {
    font-size: 3.59vw;
    margin-top: 1.28vw;
  }
  #top-about .scroll__icon img {
    width: 17.95vw;
  }
  #top-about .scroll a:hover .scroll__icon img {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #top-fv {
    height: 100%;
    max-height: 100%;
    margin-top: var(--header-sp, 80px);
  }
  #top-fv .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top-fv .right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5.13vw;
    border-radius: 3.85vw;
    padding: 6.15vw 4.62vw 6.15vw 6.41vw;
  }
  #top-fv .en {
    display: none;
  }
  #top-fv .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.56vw;
    margin-top: 2.56vw;
  }
  #top-fv .square {
    position: relative;
    top: 1.28vw;
    width: 5.13vw;
    height: 5.13vw;
  }
  #top-fv .time {
    margin-top: 0;
  }
  #top-fv .time__title {
    font-size: 7.18vw;
  }
  #top-fv .time__text {
    font-size: 3.08vw;
    margin-top: 2.05vw;
  }
  #top-fv .scroll {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  #top-fv .scroll a {
    display: block;
  }
  #top-fv .scroll__title {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-align: right;
  }
  #top-fv .scroll__texts {
    display: none;
  }
  #top-fv .scroll__icon img {
    width: 17.95vw;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 0;
  }
  #top-fv .scroll a:hover .scroll__icon img {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #top-fv .center {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    border-radius: 3.85vw 3.85vw 38.46vw 3.85vw;
    padding: 7.69vw 0 0 7.69vw;
  }
  #top-fv .center::before,
  #top-fv .center::after {
    display: none;
  }
  #top-fv .bg {
    width: 56.41vw;
    height: 51.03vw;
  }
  #top-fv .image {
    left: 2.56vw;
    bottom: 0;
    max-width: 76.92vw;
  }
  #top-fv .image img {
    width: 73.08vw;
  }
  #top-fv .left {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    border-radius: 3.85vw;
    padding: 5.9vw 4.87vw 5.13vw;
  }
  #top-fv .left::before,
  #top-fv .left::after {
    display: none;
  }
  #top-fv .items {
    padding: 0;
  }
  #top-fv .item:not(:first-of-type) {
    margin-top: 1.03vw;
  }
  #top-fv .item__title {
    font-size: 4.62vw;
    line-height: 1.67;
  }
  #top-fv .item__text {
    line-height: 1.625;
    margin-top: 1.03vw;
  }
  #top-fv .item__text a:hover {
    opacity: 1;
  }
  #top-fv .topics {
    margin-top: 7.69vw;
  }
  #top-fv .topics__title {
    font-size: 4.1vw;
    border-bottom: none;
    padding-left: 0;
    padding-bottom: 0;
  }
  #top-fv .topics__title::before {
    display: none;
  }
  #top-fv .topics__title::after {
    content: "";
    position: absolute;
    width: 100%;
    width: calc(100% + 9.74vw);
    height: 1px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #000;
  }
  #top-fv .topics__contents {
    padding: 4.1vw 0 0 0;
  }
  #top-fv .topics__contents a:hover {
    opacity: 1;
  }
  #top-fv .topics__date {
    font-size: 3.59vw;
  }
  #top-fv .topics__text {
    max-width: 100%;
    font-size: 3.46vw;
  }
  #top-fv .btn {
    margin-top: 2.05vw;
  }
  #top-fv .btn a {
    gap: 1.28vw;
    padding-left: 0;
  }
  #top-fv .btn a:hover {
    opacity: 1;
  }
  #top-fv .btn__text {
    font-size: 2.82vw;
  }
  #top-fv .btn a:hover .btn__icon {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #top-fv .btn__icon img {
    width: 2.05vw;
    height: 2.05vw;
  }
  #top-news {
    background-image: url("../images/top/news-bg-sp.webp");
    padding: 10.77vw 0 8.72vw;
    margin-top: 0;
  }
  #top-news .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top-news .box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5.13vw;
    border-radius: 2.56vw;
    padding: 6.67vw 5.38vw 6.92vw 6.15vw;
  }
  #top-news .head {
    gap: 4.62vw;
  }
  #top-news .icon img {
    width: 12.82vw;
    height: 12.82vw;
  }
  #top-news .en {
    font-size: 7.69vw;
  }
  #top-news .ja {
    font-size: 3.59vw;
    line-height: 1;
    margin-top: 1.28vw;
  }
  #top-news .items {
    width: 100%;
  }
  #top-news .item a {
    gap: 2.56vw;
    border-radius: 2.56vw;
    padding: 5.13vw 3.59vw 6.92vw 6.15vw;
  }
  #top-news .item a:hover .item__texts {
    color: #fff;
  }
  #top-news .item__texts {
    max-width: 60.77vw;
  }
  #top-news .item__date {
    font-size: 3.08vw;
  }
  #top-news .item__title {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
    font-size: 3.59vw;
    line-height: 1.79;
    -webkit-line-clamp: 2;
    margin-top: 2.56vw;
  }
  #top-news .item__icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 3.08vw;
    height: 5.38vw;
    -webkit-mask-image: url("../images/icon-right-arrow.svg");
            mask-image: url("../images/icon-right-arrow.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background: #E3FF2A;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #top-news .item a:hover .item__icon {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #top-performance {
    border-radius: 3.85vw;
    padding: 9.74vw 0 7.69vw;
  }
  #top-performance .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.69vw;
  }
  #top-performance .head {
    top: 0;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4.36vw;
  }
  #top-performance .icon img {
    width: 12.82vw;
    height: 12.82vw;
  }
  #top-performance .en {
    font-size: 7.69vw;
  }
  #top-performance .ja {
    font-size: 3.59vw;
    line-height: 1;
    margin-top: 2.05vw;
  }
  #top-performance .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    letter-spacing: -0.02em;
  }
  #top-service {
    --card-height: calc(100svh - 80px);
    border-radius: 3.85vw;
    padding: 25.64vw 0 5.64vw;
  }
  #top-service .inner {
    max-width: 100%;
    padding: 0vw 5.13vw;
  }
  #top-service .item {
    top: var(--header-sp, 80px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #top-service .item__contents {
    width: 100%;
    border-radius: 3.85vw;
    padding: 5.9vw 5.9vw 5.9vw 6.41vw;
  }
  #top-service .item__row {
    max-width: 100%;
  }
  #top-service .item__catch {
    display: none;
  }
  #top-service .item__title-en {
    font-size: 6.15vw;
  }
  #top-service .item__title-ja {
    font-size: 3.59vw;
    margin-top: 2.56vw;
  }
  #top-service .item__text {
    font-size: 3.59vw;
    line-height: 1.94;
    letter-spacing: 0.02em;
    margin-top: 4.62vw;
  }
  #top-service .item__box {
    width: 100%;
    border-radius: 3.85vw 38.46vw 3.85vw 3.85vw;
    padding: 4.1vw 5.13vw 4.1vw 3.08vw;
  }
  #top-service .item__box::before {
    left: 4.1vw;
    background-image: url("../images/top/service-bg01-sp.webp");
  }
  #top-service .item:nth-of-type(2) .item__box::before {
    background-image: url("../images/top/service-bg02-sp.webp");
  }
  #top-service .item:nth-of-type(3) .item__box::before {
    background-image: url("../images/top/service-bg03-sp.webp");
  }
  #top-service .item:nth-of-type(4) .item__box::before {
    background-image: url("../images/top/service-bg04-sp.webp");
  }
  #top-service .item__icon {
    top: 2.56vw;
    left: 5.64vw;
  }
  #top-service .item__icon img {
    width: 12.82vw;
    height: 12.82vw;
  }
  #top-service .item__btn {
    margin-top: 4.1vw;
  }
  #top-service .c-btn02__circle {
    width: 15.38vw;
    height: 15.38vw;
  }
  #top-service .c-btn02__text {
    font-size: 3.59vw;
  }
  #top-works {
    border-radius: 3.85vw;
    padding: 0 0 15.38vw;
  }
  #top-works .about {
    padding-left: 0;
    padding-bottom: 8.72vw;
  }
  #top-works .about::before,
  #top-works .about::after {
    content: "";
    position: absolute;
    width: 2.05vw;
    height: 2.05vw;
    bottom: -1.28vw;
  }
  #top-works .about::before {
    left: -1.28vw;
  }
  #top-works .about::after {
    right: -1.28vw;
  }
  #top-works .about__en {
    font-size: 35.9vw;
    padding-left: 20.51vw;
    margin-left: 0;
  }
  #top-works .about__en::before {
    top: -8.21vw;
    left: -16.67vw;
    font-size: 52.56vw;
  }
  #top-works .about__row {
    max-width: 100%;
    gap: 3.85vw;
    margin-top: 7.18vw;
  }
  #top-works .about__title {
    font-size: 6.92vw;
    letter-spacing: 0.02em;
    padding-left: 22.82vw;
    margin-top: 17.95vw;
  }
  #top-works .about__text {
    font-size: 4.1vw;
    letter-spacing: 0.02em;
    margin-top: 0;
  }
  #top-works .about__catch {
    left: -2.56vw;
    font-size: 4.1vw;
    margin-top: 2.56vw;
  }
  #top-works .works {
    margin-top: 7.69vw;
  }
  #top-works .works__head {
    gap: 4.62vw;
  }
  #top-works .works__icon img {
    width: 12.82vw;
    height: 12.82vw;
  }
  #top-works .works__en {
    font-size: 2.625rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    letter-spacing: 0.03em;
    font-size: 7.69vw;
  }
  #top-works .works__ja {
    font-size: 3.59vw;
    line-height: 1;
    margin-top: 2.56vw;
  }
  #top-works .works__items {
    grid-template-columns: 1fr;
    margin-top: 5.64vw;
  }
  #top-works .works__item a {
    border-radius: 2.56vw;
    padding: 1.79vw 1.28vw 1.03vw 1.54vw;
  }
  #top-works .works__item-image {
    border-radius: 2.56vw;
  }
  #top-works .works__item-image img {
    aspect-ratio: 339/161;
  }
  #top-works .works__item a:hover .works__item-image img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  #top-works .works__item-contents {
    padding: 3.33vw 1.54vw 0 1.54vw;
  }
  #top-works .works__item-category {
    font-size: 2.82vw;
    border-radius: 7.69vw;
    padding: 2.44vw 3.97vw;
  }
  #top-works .works__item-title {
    font-size: 3.59vw;
    margin-top: 2.56vw;
  }
  #top-works .works__item-tags {
    gap: 0.77vw;
    margin-top: 2.56vw;
  }
  #top-works .works__item-tag {
    font-size: 2.56vw;
  }
  #top-works .works__item-btn {
    gap: 2.56vw;
    margin-top: 3.85vw;
  }
  #top-works .works__item-btn-text {
    font-size: 2.82vw;
  }
  #top-works .works__item a:hover .works__item-btn-icon {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #top-works .works__item-btn-icon img {
    width: 2.05vw;
    height: 2.05vw;
  }
  #top-works .works__btn {
    bottom: -17.44vw;
  }
  #top-works .c-btn02 a:hover .c-btn02__circle {
    background: #fff;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.0533333333vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.visualizer { display: flex; align-items: center; gap: 4.5px; }
.visualizer {position: absolute;height: 5.375rem;bottom: 3.75rem;left: 1.5625rem;}
.visualizer .bar { width: 3px; height: 60px; border-radius:0.5px; flex-shrink: 0; animation: heartbeat 1.4s ease-in-out infinite; }
.visualizer .bar:nth-child(8n+1),
.visualizer .bar:nth-child(8n+2),
.visualizer .bar:nth-child(8n+5),
.visualizer .bar:nth-child(8n+6) { background: #6A5ACD; }
.visualizer .bar:nth-child(8n+3),
.visualizer .bar:nth-child(8n+4),
.visualizer .bar:nth-child(8n+7),
.visualizer .bar:nth-child(8n+0) { background: #FF8C00; }
.visualizer .bar:nth-child(1)  { --add: 2px;  }
.visualizer .bar:nth-child(2)  { --add: 3px;  }
.visualizer .bar:nth-child(3)  { --add: 3px;  }
.visualizer .bar:nth-child(4)  { --add: 4px;  }
.visualizer .bar:nth-child(5)  { --add: 6px;  }
.visualizer .bar:nth-child(6)  { --add: 18px; }
.visualizer .bar:nth-child(7)  { --add: 51px; }
.visualizer .bar:nth-child(8)  { --add: 86px; }
.visualizer .bar:nth-child(9)  { --add: 62px; }
.visualizer .bar:nth-child(10) { --add: 36px; }
.visualizer .bar:nth-child(11) { --add: 10px; }
.visualizer .bar:nth-child(12) { --add: 4px;  }
.visualizer .bar:nth-child(13) { --add: 3px;  }
.visualizer .bar:nth-child(14) { --add: 3px;  }
.visualizer .bar:nth-child(15) { --add: 2px;  }
.visualizer .bar:nth-child(16) { --add: 2px;  }
.visualizer .bar:nth-child(1)  { animation-delay: -0.308s; }
.visualizer .bar:nth-child(2)  { animation-delay: -0.234s; }
.visualizer .bar:nth-child(3)  { animation-delay: -0.160s; }
.visualizer .bar:nth-child(4)  { animation-delay: -0.086s; }
.visualizer .bar:nth-child(5)  { animation-delay: -0.011s; }
.visualizer .bar:nth-child(6)  { animation-delay: -1.296s; }
.visualizer .bar:nth-child(7)  { animation-delay: -1.173s; }
.visualizer .bar:nth-child(8)  { animation-delay: -1.049s; }
.visualizer .bar:nth-child(9)  { animation-delay: -0.926s; }
.visualizer .bar:nth-child(10) { animation-delay: -0.802s; }
.visualizer .bar:nth-child(11) { animation-delay: -0.687s; }
.visualizer .bar:nth-child(12) { animation-delay: -0.613s; }
.visualizer .bar:nth-child(13) { animation-delay: -0.539s; }
.visualizer .bar:nth-child(14) { animation-delay: -0.466s; }
.visualizer .bar:nth-child(15) { animation-delay: -0.390s; }
.visualizer .bar:nth-child(16) { animation-delay: -0.308s; }

@media (max-width: 500px) {
.visualizer {height: 1rem;bottom: 3.75rem;transform: scaleY(0.7);}
}
@media (max-width: 400px) {
.visualizer {height: 1rem;bottom: 3.75rem;transform: scale(0.6); left:-.5rem;}
}
@keyframes heartbeat {
0%   { height: 64px; animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
12%  { height: calc(64px + var(--add) * 0.32); animation-timing-function: cubic-bezier(0.8, 0, 1, 0.4); }
17%  { height: calc(64px + var(--add) * 0.04); animation-timing-function: cubic-bezier(0, 0.2, 0.3, 1); }
22%  { height: calc(64px + var(--add) * 1.00); animation-timing-function: cubic-bezier(0.15, 0, 0.4, 1); }
29%  { height: calc(64px - var(--add) * 0.04); animation-timing-function: cubic-bezier(0.3, 0, 0.5, 1); }
40%  { height: calc(64px + var(--add) * 0.13); animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1); }
58%  { height: 64px; animation-timing-function: linear; }
100% { height: 64px; }
}

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