@charset "UTF-8";
html,
body {
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  /* background-color: #2473a1; */
  font-family: "Noto Sans JP", sans-serif;
  /* background: linear-gradient(to bottom, #3131a8, hsl(0, 0%, 0%)); */
}

.logo {
  width: 700px;
  max-width: 80%;
  position: relative;
  z-index: 100;
  margin: 0 auto;
  margin-bottom: 7rem;
}

.logo img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px 1px rgb(0, 0, 0));
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

#background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #ffffff, hsl(0, 0%, 100%));
  /* background: linear-gradient(to bottom, #802408, hsl(21, 58%, 49%)); */
  background: linear-gradient(to bottom, #000000, hsl(0, 0%, 7%));
  z-index: -1;
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  z-index: -1;
  display: block;
}

.txtm {
  font-size: 1rem;
}

/* .backtxt {
    position: absolute;
    z-index: -1;
    top: 10px;
    font-size: 340px;
  } */
.mv {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  font-weight: bold;
  width: 100%;
  height: 120vh;
  color: white;
}
@media screen and (max-width: 540px) {
  .mv {
    height: 100vh;
  }
}

.about {
  width: 100%;
  background-color: #f8f8f8;
  display: flex;
  overflow: hidden;
  height: auto !important;
  padding: 3rem;
  position: relative;
  background: url(../images/mission.webp);
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .about {
    min-height: auto;
    padding: 5rem 4rem 8rem;
  }
}
@media screen and (max-width: 540px) {
  .about {
    padding: 2rem;
    min-height: auto;
    padding-bottom: 3rem;
    background-position: 100% 100%;
    background-size: cover;
  }
}
.about .inner {
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .about .inner h2 {
    margin-top: 0;
  }
}

.about-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 100;
  gap: 2.6rem;
}
@media screen and (max-width: 750px) {
  .about-content {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 540px) {
  .about-content {
    flex-direction: column;
    width: 100%;
  }
}
.about-content .about-left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 45%;
}
@media screen and (max-width: 750px) {
  .about-content .about-left {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .about-content .about-left {
    width: 100%;
  }
}
.about-content .about-left .subtitle {
  line-height: 1.6 !important;
  font-size: 1.6rem;
}
@media screen and (max-width: 540px) {
  .about-content .about-left .subtitle {
    font-size: 1.5rem !important;
    line-height: 1.6 !important;
    text-align: center;
    margin-bottom: 0;
  }
}
.about-content .about-left p {
  color: #000000;
  line-height: 2.2;
}
@media screen and (max-width: 540px) {
  .about-content .about-left p {
    font-size: 1rem;
    line-height: 2.2;
  }
}
@media screen and (max-width: 540px) {
  .about-content .about-left h2 {
    text-align: center;
  }
}
.about-content .about-right {
  width: 43%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .about-content .about-right {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .about-content .about-right {
    width: 70%;
    margin: 2rem auto 2rem;
  }
}

.work {
  background-color: #fff;
  min-height: auto;
  padding: 2rem 0 4rem;
}
.work .inner {
  width: 100%;
  max-width: 100%;
}

.work-list {
  display: flex;
}

.work-heading {
  width: 70rem;
  max-width: 90%;
  margin: 0 auto 1rem;
}

.work-item {
  width: 100%;
  background-color: #ffffff;
  padding: 2vw;
  height: auto;
  padding-bottom: 2.4rem;
  box-sizing: border-box;
  border-right: 1px solid #d0d0d0;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.work-item:hover {
  background-color: #f0f0f0;
}
.work-item .work-thumbnail {
  overflow: hidden;
  height: 14vw;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .work-item .work-thumbnail {
    height: 20vw;
  }
}
@media screen and (max-width: 540px) {
  .work-item .work-thumbnail {
    height: 58vw;
  }
}
.work-item .work-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.work-item:hover .work-thumbnail img {
  transform: scale(1.1);
}
.work-item .work-txt .category {
  font-size: 0.75rem;
  border: 1px solid #000000;
  border-radius: 999px;
  padding: 0.1rem 0.6rem;
  box-sizing: border-box;
  margin: 1rem 0 0.4rem;
  display: inline-block;
  color: #000;
}
.work-item .work-txt .txts {
  font-size: 1rem;
  text-decoration: none;
  color: #000000;
}
.slider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #000000;
  background-color: rgba(255, 255, 255, 0.7);
  background-color: #fff;
  padding: 7rem 0 15rem;
  padding-left: 13vw;
}

#slide1 {
  /* background: linear-gradient(to bottom, #413ac3, #723690); */
  /* background: black; */
  position: relative;
}

#slide1,
#slide3,
#slide5 {
  /* background-color: #1e1e1e; */
}

#slide4 h1,
#slide1 h1,
#slide3 h1,
#slide5 h1 {
  color: #000;
}

#slide6 h1 {
  color: #000;
}

#slide2 h1 {
  color: #000;
}

#slide6 {
  position: relative;
}
#slide6 .btn-more {
  position: absolute;
  bottom: -5rem;
  right: 0;
}
#slide6 .btn-more a {
  color: #1f1e1e;
  border: 1px solid #1f1e1e;
}

.slides {
  position: relative;
  width: 190vw;
  height: 35rem;
  /* display: flex; */
  will-change: transform;
  transform: translateX(0);
  display: flex;
  padding-left: 0rem;
  padding-right: 0;
  align-items: center;
  justify-content: flex-start;
}
.slides h2 {
  text-align: center;
  position: absolute;
  left: 0rem;
  top: -8rem;
  font-size: 4rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  line-height: 1.7;
  margin-bottom: 0.1rem;
}

.slide {
  position: relative;
  width: 23rem;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.sticky {
  padding: 0 !important;
}

.c-white {
  color: white;
}

.service {
  background-color: #1f1e1e;
}
@media screen and (max-width: 540px) {
  .service {
    padding: 3rem 0;
  }
}
.service h2 {
  color: #fff;
}
.service .service-inner {
  width: 100%;
}
.service .service-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 0.7rem;
  width: 100%;
  margin-top: 1.8rem;
}
@media screen and (max-width: 540px) {
  .service .service-list {
    gap: 1.5rem;
    margin-top: 2rem;
  }
}
.service .service-list .service-item {
  width: 32%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.8rem;
  text-decoration: none;
  background: radial-gradient(circle, #2d2c2c 0%, #000000 70%);
}
.service .service-list .service-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle, #3db8dd 0%, #027da1 70%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.service .service-list .service-item:hover::before {
  opacity: 1;
}
.service .service-list .service-item > * {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .service .service-list .service-item {
    width: 48%;
  }
}
@media screen and (max-width: 540px) {
  .service .service-list .service-item {
    margin-bottom: 0;
    width: 100%;
  }
}
.service .service-list .service-item .service-thumbnail {
  height: 14vw;
}
@media screen and (max-width: 1350px) {
  .service .service-list .service-item .service-thumbnail {
    height: 15.5vw;
  }
}
@media screen and (max-width: 750px) {
  .service .service-list .service-item .service-thumbnail {
    height: 25vw;
  }
}
@media screen and (max-width: 540px) {
  .service .service-list .service-item .service-thumbnail {
    height: 54vw;
  }
}
.service .service-list .service-item .service-txt {
  padding: 2.2rem;
  padding-top: 14rem;
  box-sizing: border-box;
  bottom: 0;
  height: auto !important;
  left: 0;
}
@media screen and (max-width: 540px) {
  .service .service-list .service-item .service-txt {
    padding-bottom: 2rem;
  }
}
.service .service-list .service-item .service-txt h3 {
  color: white;
  font-size: 1.8rem;
  font-weight: 600;
  word-break: break-all;
  font-family: "Inter", sans-serif;
  position: relative;
  z-index: 100;
}
.service .service-list .service-item .service-txt .service-group {
  font-size: 0.9rem;
  margin: 0.3rem 0 1rem;
  font-weight: 600;
  color: white;
  position: relative;
  z-index: 100;
}
.service .service-list .service-item .service-txt .service-detail {
  font-size: 0.9rem;
  color: white;
  position: relative;
  z-index: 100;
  line-height: 1.6;
}
@media screen and (max-width: 540px) {
  .service .service-list .service-item .service-txt .service-detail {
    font-size: 1rem;
  }
}
.service .service-list.v2 .service-txt {
  padding: 2rem;
  padding-top: 1.8rem;
}
@media screen and (max-width: 930px) {
  .service .service-list.v2 .service-txt {
    padding: 1.5rem 1rem;
  }
}
@media screen and (max-width: 540px) {
  .service .service-list.v2 .service-txt {
    padding: 2rem;
    padding-top: 1rem;
  }
}

.test-icon {
  position: absolute;
  top: 33%;
  left: 47%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  right: 0;
  width: 100%;
  margin: 0 auto;
}

/* serviceページ用 */
#service .test-icon {
  width: 65%;
  height: 70%;
}

#service .test-icon.sm {
  width: 45%;
  margin: 0 auto;
}

#service .test-icon model-viewer {
  display: block;
  width: 100%;
  height: 100%;
}

.news {
  background-color: #f1f1f1;
  min-height: auto;
}
@media screen and (max-width: 540px) {
  .news {
    padding: 3rem 0;
  }
}
.news .heading-group h2 {
  line-height: 1;
}
.news .heading-group p {
  color: #1f1e1e;
  font-size: 1rem;
}
.news .news-flex {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 540px) {
  .news .news-flex {
    flex-direction: column;
  }
}

.news-items {
  width: 100%;
}

.accordion {
  width: 100%;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
}
.accordion .accordion-inner {
  margin-bottom: 1rem;
  border-radius: 0.4rem;
  width: 100%;
}
.accordion .accordion-inner .accordion-txt {
  background-color: #f7f7f7;
  padding: 0rem 3rem;
  font-size: 1rem;
  border-radius: 0 0 0.4rem 0.4rem;
}
.accordion .accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  color: #1f1e1e;
  font-size: 1rem;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 3rem;
  cursor: pointer;
  border-radius: 0.4rem 0.4rem;
}
.accordion .accordion-title div {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.accordion .accordion-title span {
  margin-right: 2rem;
}
.accordion .news-icon {
  width: 2rem;
}

.accordion-txt {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
  opacity: 0;
}

.accordion-inner.active .accordion-txt {
  max-height: 500px;
  padding: 2rem 3rem;
  opacity: 1;
}

.accordion-inner.active .accordion-title {
  border-radius: 0.4rem 0.4rem 0 0;
}

.news-icon img {
  transition: transform 0.3s ease;
}

.accordion-inner.active .news-icon img {
  transform: rotate(45deg);
}

.slick-prev,
.slick-next {
  width: 3.8rem !important;
  height: 3.8rem !important;
  z-index: 100;
}
@media screen and (max-width: 540px) {
  .slick-prev,
  .slick-next {
    width: 3.2rem !important;
  }
}

.slick-next:before {
  display: none !important;
}

.slick-prev:before,
.slick-next:before {
  font-size: 3rem !important;
  display: none !important;
}

.slick-next {
  right: 3.5rem !important;
}
@media screen and (max-width: 540px) {
  .slick-next {
    right: 1.7rem !important;
  }
}

.slick-prev {
  left: 3.5rem !important;
}
@media screen and (max-width: 540px) {
  .slick-prev {
    left: 1.7rem !important;
  }
}

.single {
  padding: 10rem 0;
}

.gallery-switch-container {
  position: absolute;
  top: 8rem;
  right: 30px;
  z-index: 100;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.gallery-switch-toggle {
  padding: 8px 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  color: #333;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-switch-toggle:hover {
  background: rgb(255, 255, 255);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.gallery-switch-toggle:active {
  transform: translateY(0);
}
.gallery-switch-toggle:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.gallery-switch-toggle.switching {
  animation: switchPulse 0.3s ease;
}
.gallery-switch-toggle.switching .switch-text {
  animation: textFlip 0.3s ease;
}

.switch-text {
  display: inline-block;
  line-height: 1;
}

@keyframes switchPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
    background: rgba(255, 255, 255, 0.7);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes textFlip {
  0% {
    opacity: 1;
    transform: rotateY(0deg);
  }
  50% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@media (max-width: 768px) {
  .gallery-switch-container {
    top: 8rem;
    right: 20px;
    padding: 3px;
  }
  .gallery-switch-toggle {
    padding: 6px 14px;
    font-size: 11px;
    width: 35px;
    height: 28px;
  }
}
/*# sourceMappingURL=style.css.map */