@charset "utf-8";

/*section#wgc-1646520691555 {
    margin-top: 72px;
    position: relative;
    left: 83px;
   width: 110vw;
}*/

.works-slick.slider_02 {
  margin-top: -40px;
}

section#wgc-1646520691555 {
        margin-top: 72px;
        position: relative;
        left: -40vw;
        width: 180vw;
    }

.imag-wrap {
    height: 30px;
    height: 300px;
    background-color: #F5F5F5;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 10%);
}


@media screen and (max-width: 768px) {
  .imag-wrap_02 {
    height: 180px;
  }
}

.imag-wrap:hover{
  opacity: 0.7 !important;
}

p.p1646182778060.nova.works-day:hover
{
  opacity: 0.7 !important;
}
p.p1646182781399.nova.works-title:hover
{
  opacity: 0.7 !important;
}

.slick-slide img {
    display: block;
    height: 80%;
    max-width: 80%;
    object-fit: contain;
}

.c6058.block {
    min-height: 1.5rem !important;
    max-width: 470px;
    padding: 0 8px;
}

p.p1646182778060.nova.works-day {
    font-size: 12px;
    margin: 22px 0 0 0;
}

p.p1646182781399.nova.works-title {
    margin-top: 8px;
}

/**矢印の位置を内側に移動*/

.slick-prev {

left: 30px !important;

}

.slick-next {

right: 30px !important;

}

img.slide-arrow.next-arrow.slick-arrow {
    /* background: #000; */
    position: absolute;
    left: 80%;
    top: 90px;
  padding: 50px 10px;
    z-index: 300;
}

.slick-prev,
.slick-next {
z-index: 100;
}

@media screen and (min-width:655px) and ( max-width:1024px) {
   img.slide-arrow.next-arrow.slick-arrow {
    left: 75%;
}
}

@media screen and (min-width:768px) {
    section#wgc-1646520691555 {
      margin-top: 72px;
      position: relative;
      left: 0;
      width: calc(100% - 16px);
  }
}

@media screen and (min-width:430px) and ( max-width:767px) {
   img.slide-arrow.next-arrow.slick-arrow {
    /*left: 65%;*/
     left: 130vw
}
}

@media screen and (min-width:0px) and ( max-width:429px) {
   img.slide-arrow.next-arrow.slick-arrow {
    left: 130vw;
}
}