.home main {
  padding-top: 0;
}

.home-header {
  width: 100%;
  height: 800px;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}

.home-ct-a-wrap {
  position: relative;
}

.home-ct-a-link {
  display: block;
  padding: 70px 0;
  background-color: #f6f6f6;
}

.home-ct-a-copy {
  width: 100%;
  height: 100%;
  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;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

.home-ct-a-copy:after {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  content: "";
  display: block;
  border: 1px solid #ddd;
  position: absolute;
  top: 10px;
  left: 10px;
}

.home-ct-a-image {
  max-width: 732px;
  margin: 0 auto;
  padding: 0 30px;
}

.home-work-wrap {
  padding: 60px 0;
  background-color: #f8f8f8;
}

.home-work-splide-item {
  margin: 0 25px;
  max-width: 340px;
  min-width: 340px;
}

.home-work-splide-arrow {
  max-width: 1200px;
  height: 50px;
  position: relative;
  margin: 0 auto 30px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.home-work-splide-arrow .splide__arrow--prev {
  width: 50px;
  height: 50px;
  left: inherit;
  right: 90px !important;
  border: 1px solid #1b1b1b;
  border-radius: 50%;
  background: none;
}

.home-work-splide-arrow .splide__arrow--prev svg {
  width: 18px;
  height: 18px;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.home-work-splide-arrow .splide__arrow--next {
  width: 50px;
  height: 50px;
  border: 1px solid #1b1b1b;
  border-radius: 50%;
  background: none;
  right: 30px;
}

.home-work-splide-arrow .splide__arrow--next svg {
  width: 18px;
  height: 18px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.home-work-splide-copy {
  display: none;
}

.home-work-list-figWrap {
  margin-bottom: 10px;
}

.home-work-list-fig img {
  width: 100%;
}

.home-work-list-link {
  display: block;
}

.home-work-list-figWrap {
  position: relative;
}

.home-work-list-caption {
  width: 100%;
  height: 100%;
  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;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
}

.home-work-list-caption:after {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}

.home-work-list-subTitle {
  text-align: center;
  margin-bottom: 40px;
}

.home-work-list-bar {
  width: 13px;
  height: 1px;
  display: block;
  margin: 0 auto 20px;
  background-color: #1b1b1b;
}

.home-work-list-cat {
  text-align: center;
}

.home-work-list-cat .client {
  display: block;
}

.home-work-list-title {
  text-align: center;
}

.home-more-wrap {
  border-bottom: 1px solid #ccc;
  margin-bottom: 100px;
  padding-bottom: 100px;
}

.home-more-list-figWrap {
  margin-bottom: 10px;
}

.home-more-list-fig img {
  width: 100%;
}

.home-more-list-link {
  display: block;
}

.home-more-list-figWrap {
  position: relative;
}

.home-more-list-caption {
  width: 100%;
  height: 100%;
  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;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
}

.home-more-list-caption:after {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}

.home-more-list-subTitle {
  text-align: center;
  margin-bottom: 20px;
}

.home-more-list-bar {
  width: 13px;
  height: 1px;
  display: block;
  margin: 0 auto 20px;
  background-color: #1b1b1b;
}

.home-more-list-cat {
  text-align: center;
}

.home-more-list-title {
  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;
}

.home-more-items {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-more-item {
  max-width: 320px;
  padding: 0 30px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* .ourourservice-container {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 100px;
} */

.ourservice-items {
  flex-basis: 28.16667%;
}

.ourservice-item {
  height: 100vh;
  display: grid;
  align-items: center;
}

.ourservice-image-items {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.ourservice-image-item:nth-of-type(1) {
  clip-path: inset(-1% -1% -1% -1%);
}


.ourservice-image-item {
  padding-top: 80px;
  padding-bottom: 80px;
  --item-clip01: 100%;
  align-items: center;
  /* clip-path: inset(100% -1% -1% -1%); */
  clip-path: inset(var(--item-clip01) -1% -1% -1%);
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ourservice-image-figure {
  width: 100%;
  height: 100%;
}

.ourservice-image-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  :root {
    --bs-conSize: 540px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  :root {
    --bs-conSize: 720px;
  }
}

@media screen and (min-width: 768px) {
  .home-more-items {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .home-more-item {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  :root {
    --bs-conSize: 960px;
  }
}
@media screen and (max-width: 1023.98px) {
  .service-title{
    margin-bottom: 40px;
  }
  .home-header{
    height: 400px;
  }
  .service-container{
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .service-items{
    order: 2;
  }
  .service-item{
    height: auto;
  }
  .service-image-items{
    height: auto;
    position: relative;
  }
  .service-image-item{
    position: relative;
  }
}

@media screen and (min-width: 1023.98px) {
  .ourservice-container {
    display: grid;
    grid-template-columns: clamp(18.75rem, -11rem + 46.48vw, 26.188rem) 1fr;
    gap: 60px;
  }
  
  .service-items {
    flex-basis: 28.16667%;
  }
  
  .service-item {
    height: calc(100vh - 160px);
    display: grid;
    align-items: center;
  }
  
  .service-image-items {
    width: 100%;
    height: calc(100vh - 160px);
    position: sticky;
    top: 0;
    overflow: hidden;
  }
  
  .service-image-item:nth-of-type(1) {
    clip-path: inset(-1% -1% -1% -1%);
  }
  
  .service-image-item {
    --item-clip01: 100%;
    align-items: center;
    /* clip-path: inset(100% -1% -1% -1%); */
    clip-path: inset(var(--item-clip01) -1% -1% -1%);
    display: flex;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  
  .service-image-figure {
    width: 100%;
    height: 100%;
  }
  
  .service-image-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (min-width: 1023.98px) and (max-width: 1279.98px) {
  .ourservice-container{
    margin-left: 30px;
    gap: 50px;
  }
}
@media screen and (min-width: 1023.98px) and (max-width: 1680px) {

}

@media screen and (min-width: 1200px) and (max-width: 1680px) {
  :root {
    --bs-conSize: 1140px;
  }
}

@media screen and (min-width: 1200px) {
  .home main {
    padding-top: 0;
  }
}

@media screen and (min-width: 1680px) {
  :root {
    --bs-conSize: 1340px;
  }
}

/* @media screen and (min-width: 768px) and (max-width: 1200px) {
  .home-header {
    height: 600px;
  }
} */
@media screen and (min-width: 768px) and (hover: none) and (pointer: coarse) {
  .home-header {
    /* margin-top: 200px; */
    height: 600px;
  }
  #topAnimation {
    height: 600px !important;
  }
}
@media screen and (max-width: 991px) {
  .home-work-splide-item {
    margin: 0 15px;
  }

  .home-more-item {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767.98px) {
  .home-header {
    height: 400px;
  }

  .home-ct-a-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-ct-a-link {
    padding: 50px 0;
  }

  .home-ct-a-image {
    max-width: 275px;
  }

  .home-work-wrap {
    padding: 50px 0;
  }

  .home-work-splide-item {
    max-width: inherit;
    min-width: inherit;
    padding: 0 30px;
  }

  .home-work-splide-arrow-left {
    left: 40px;
  }

  .home-work-splide-arrow-right {
    right: 40px;
  }

  .home-work-splide-copy-num {
    margin-right: 5px;
  }

  .home-more-wrap {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .service-container{
    display: grid;
    margin-left: 0px;
  }
  .service-items{
    padding-left: 20px;
    padding-right: 20px;
  }
  .service-title{
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 575.99px) {
  :root {
    --bs-conSize: 100%;
  }
}

/*# sourceMappingURL=home.min.css.map */
