@charset "utf-8";

.gjs-dashed .more-images{
  display:block;
}

.gjs-dashed .lower-service-img > div:before,
.gjs-dashed .lower-service-img > div:after{
  display:none;
}

.service-fv-img{
  height:180px;
  width:auto;
  margin:5rem auto 10rem;
  max-width: 100%;
}

.lower-service{
  margin:0 auto 10rem;
}

.lower-service .container{
  max-width:1345px;
}

.lower-service-top h2{
  font-size:clamp(1.5rem, 1.167rem + 1.11vw, 2.5rem);
  margin-bottom:2rem;
}

.lower-service-top{
  font-size:clamp(0.875rem, 0.708rem + 0.56vw, 1.375rem);
  margin-bottom:300px;
}

.lower-service-top + .lower-service-img{
  margin:-120px 0 10rem;
}

.lower-service-img{
  display:flex;
  gap:2.5rem;
  flex-wrap:wrap;
}

.lower-service-img > div{
  width:calc((100% - 5rem ) / 3);
  overflow: hidden;
  position: relative;
  border-radius:5px;
}

.lower-service-img > div:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: #fff;
  z-index: 1;
  transform-origin: left top;
  transform: scale(0, 1);
}

body:has(.car) .lower-service-img > div:before {
  background-color:#F6BA01;
}

body:has(.produce) .lower-service-img > div:before {
  background-color:#001E1E;
}

body:has(.space) .lower-service-img > div:before {
  background-color:#E60613;
}

.lower-service-img > div.fadeUp:before {
  -webkit-animation: slide 1.4s ease 0s forwards;
  animation: slide 1.4s ease 0s forwards;
  animation-delay: 0s;
}

.lower-service-img > div:nth-child(3n + 2).fadeUp:before {
  -webkit-animation: slide 1.4s ease 0.3s forwards;
  animation: slide 1.4s ease 0.3s forwards;
  animation-delay: 0.3s;
}

.lower-service-img > div:nth-child(3n).fadeUp:before {
  -webkit-animation: slide 1.4s ease 0.6s forwards;
  animation: slide 1.4s ease 0.6s forwards;
  animation-delay: 0.6s;
}

@keyframes slide {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }

  49% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  50% {
    transform-origin: right top;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: right top;
    transform: scale(0, 1);
  }
}

.lower-service-img > div:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #000;
  transform-origin: right top;
  transform: scale(1, 1);
  transition: transform .1s ease;
  transition-delay: .9s;
}

.lower-service-img > div.fadeUp:after {
  transform: scale(0, 1);
}

.lower-service-img img{
  border-radius:5px;
  aspect-ratio:420/490;
  object-fit:cover;
}

.border-box{
  border-top:1px solid #5A5A5A;
  padding:1.5rem 0 5rem;
}

.feature{
  padding:1.5rem 0 10rem;
}

.feature-bg{
  max-width:700px;
  margin:0 0 0 auto;
}

.feature-bg h3{
  font-size:clamp(1.125rem, 0.958rem + 0.56vw, 1.625rem);
  margin:5rem 0 1.5rem;
}

.more-images {
  display: none;
}
.more-images.is-active {
  display: block;
}

.gallery{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 5rem;
}

.gallery img{
  object-fit:cover;
  border-radius:5px;
}

.gallery img{
  width:calc((100% - 2rem ) / 3);
  aspect-ratio:1/1;
}


#viewMore{
  width:calc((100% - 2rem ) / 3);
  aspect-ratio:1/1;
  border-radius:5px;
  border:0.6px solid #9F9F9F;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #9F9F9F;
}

.menu{
  padding-bottom:200px;
}

.menu-item h3{
  font-size:clamp(1.25rem, 0.833rem + 1.39vw, 2.5rem);
  padding:0 0 1rem;
  border-bottom:0.6px solid #5A5A5A;
}

.menu-txt{
  width:90%;
  margin:1.5rem auto 0;
}

.menu-txt h4{
  font-size:18px;
  color:#9F9F9F;
  margin:0 0 1rem;
}

.menu-list{
  display: flex;
  justify-content: space-between;
  margin:0 0 0 1rem;
  font-size:1rem;
}

.topping{
  margin:2.5rem 0 0;
}

.topping-box{
  border:0.6px solid #5A5A5A;
  padding:8px 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 12px;
}

.topping-box .menu-list{
  font-size: 12px;
}

.topping-box > div{
  width:47.5%;
}

.menu-wrap-bg{
  display: flex;
  justify-content: space-between;
  position:relative;
}

.menu-wrap-bg::before{
  content:"";
  position:absolute;
  width:0.6px;
  height:100%;
  background:#5A5A5A;
  top:0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.menu-item{
  padding-bottom:4rem;
}

.menu-wrap{
  width:45%;
}

.access{
  padding-bottom:7.5rem;
}

.access-wrap{
  display: flex;
  justify-content: space-between;
  align-items:flex-start;
}

.access-left{
  width:53%;
}

.access-left iframe{
  width:100%;
  border:none;
  height:480px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.access-right{
  width:42%;
}

.access-list{
  border-bottom:0.6px solid #5A5A5A;
  padding:1.5rem 0.5rem;
  display: flex;
  justify-content: space-between;
}

.access-list:first-child{
  padding-top:0;
}

.access-list p{
  width:150px;
}

.access-list p:last-child{
  width:calc(100% - 150px);
}

.instagram,
.service-works{
  padding-bottom:0; 
}

.service-works .top-btn{
  margin:3.5rem 0 0 auto;
}

.service-works-item{
  max-width: 1100px;
  margin: 0 0 7.5rem auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 4rem;
  width: 90%;
}

.service-works-item:last-child{
  margin-bottom:0;
}

.service-works-item .lower-service-img > div{
  width: calc((100% - 2.5rem) / 2);
}

.service-works-item h3{
  font-size:clamp(1.5rem, 1.333rem + 0.56vw, 2rem);
  margin:0 0 5rem ;
  display:flex;
  align-items:center;
  gap:1.5rem;
}

.service-works-item h3::before{
  content:"";
  display:block;
  width:1rem;
  height:1rem;
  border-radius:1px;
  background:#fff;
}

.strength-wrap{
  display:flex;
  flex-wrap:wrap;
  gap:1rem;
}

.strength-item{
  width:calc((100% - 1rem ) / 2);
  border-radius:5px;
  border:0.6px solid #5A5A5A;
  padding:3rem 3.5rem;
}

.strength-item .accent{
  color:#9F9F9F;
}

.strength-item h3{
  margin:2rem 0 1.5rem;
  font-size:clamp(1.5rem, 1.333rem + 0.56vw, 2rem);
}

.strength-item h3 + p{
  font-size:15px;
}

.service-works + .feature{
  margin-top:7.5rem;
}

.service-works-item > .top-btn{
  display:none;
}

@media screen and (max-width: 1280px) {

}


@media screen and (max-width: 1024px) {
  .service-fv-img {
    height: 120px;
  }
  .menu-wrap-bg{
    flex-direction: column;
    align-items: center;
  }
  .menu-wrap-bg::before{
    display:none;
  }
  .menu-wrap{
    width:100%;
  }
  .access-wrap{
    flex-direction: column-reverse;
    gap: 2.5rem;
    align-items: center;
  }
  .access-right {
    width: 100%;
  }
  .access-left {
    width: 100%;
  }
  .access-left iframe{
    height:350px;
  }
  .lower-service-top{
    margin-bottom: 160px;
  }
  .service-works-item{
    flex-direction: column;
    align-items: flex-start;
  }
  .service-works-title .top-btn{
    display:none;
  }
  .service-works-item h3{
    margin:0;
  }
  .service-works-item > .top-btn{
    display:flex;
    margin-top:0;
  }
  .strength-item{
    padding: 2rem 2.5rem;
    width:100%;
  }
  .service-works + .feature{
    padding: 1.5rem 0 0rem;
  }
}

@media screen and (max-width: 767px) {
  .access-list{
    flex-direction: column;
    padding: 1rem 0;
  }
  .access-list p,
  .access-list p:last-child{
    width: 100%;
  }
  .menu-list{
    margin: 0 0 0 0.5rem;
    font-size: 14px;
  }
  .topping-box{
    flex-direction: column;
    gap:0;
  }
  .topping-box .menu-list{
    margin:0;
  }
  .topping-box > div{
    width: 100%;
  }
  .service-fv-img {
    height: 60px;
    margin: 3rem auto 4rem;
  }
  .lower-service-top h2{
    margin-bottom: 1rem;
  }
  .lower-service-img{
    gap: 1.5rem;
    justify-content: center;
  }
  .lower-service-img > div {
    width: calc((100% - 1.5rem) / 2);
  }
  .lower-service-top + .lower-service-img {
    margin: 0px 0 5rem;
  }
  .lower-service-top{
    margin-bottom: 5rem;
  }
  .feature-bg h3{
    margin: 3rem 0 1.5rem;
  }
  .lower-title{
    margin-bottom: 3rem;
  }
  .gallery{
    gap: 0.5rem;
    margin-top: 3rem;
  }
  .gallery img,
  #viewMore {
    width: calc((100% - 1rem) / 3);
  }
  .menu-txt h4{
    font-size: 16px;
    margin: 0 0 0.5rem;
  }
  .menu-item {
    padding-bottom: 2rem;
  }
  .menu-txt{
    margin: 1rem auto 0;
  }
  .access,
  .feature{
    padding-bottom: 5rem;
  }
  .menu{
    padding-bottom: 3rem;
  }
  .lower-service {
    margin: 0 auto 5rem;
  }
  .service-works-item{
    width:100%;
    margin: 0 0 5rem auto;
  }
  .strength-item h3 {
    margin: 1rem 0 0.5rem;
  }
  .strength-item {
    padding: 2rem 1rem;
  }
  .lower-service-img > div:nth-child(3n).fadeUp:before,
  .lower-service-img > div:nth-child(3n+1).fadeUp:before,
  .lower-service-img > div:nth-child(3n+2).fadeUp:before{
    -webkit-animation: slide 1.4s ease 0s forwards;
    animation: slide 1.4s ease 0s forwards;
    animation-delay: 0s;
  }
  .lower-service-img > div:nth-child(2n).fadeUp:before {
    -webkit-animation: slide 1.4s ease 0.3s forwards ;
    animation: slide 1.4s ease 0.3s  forwards;
    animation-delay: 0.3s;
  }
}
