@charset "UTF-8";

#mv-slider img {
  object-fit: cover;
  height: 89vh;
  width: 100%;
}
#mv-slider .catch-message {
  background: rgb(255 255 255 / 89%);
  background-image: url(/assets/images/top/circle.png);
  background-position: center;
  background-size: 90%;
  background-repeat: no-repeat;
  top: 20%;
  bottom: 0;
  left: 0;
  max-height: 20rem;
  height: 20rem;
}
#mv-slider .catch-message h1 {
  line-height: 1.8;
  letter-spacing: .4rem;
}

#mv-slider .slider-zoon {
  /*height: 80vw;*/
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  /*width: 80vw;*/
  z-index: 0;
}
#mv-slider .slider-zoon .slick-img img {
  width: 100%;
}
#mv-slider h1 {	
  font-size: 4vh!important;	
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.slider-zoon .add-animation {
  animation: zoomUp 10s linear 0s normal both;
}


#news {
  bottom: 0;
  right: 0;
  width: 100%;
}
#news .more-button {
  width: 70px;
  height: 70px;
}

#message {
  padding-bottom: 200px;
}
#message {
  background-image:url("/assets/images/top/message-bg.jpg") ;
  background-size: cover;
}
#message h2,
#message p {
  line-height: 1.6;
}
#message .man-img {
  max-height: 45%;
  height: 100%;
  right: 0%;
  bottom: 0;
}

#our > div {
  z-index: 1;
}
#our::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2a2d4e;
  transform: skewY(4deg);
  z-index: 0;
  top: -60px;
}

#our .our-top-bg {
  top: -100px;
  width: 100%;
}
#our .works img {
  height: 220px;
  width: 100%;
}


#sustainability .works img {
  height: 240px;
  width: 100%;
}
#sustainability .caption {
  right: 8px;
  bottom: -16px;
}
#sustainability .object-fit {
  height: 200px;
  width: 100%;
}

/* Tablet */
@media screen and (min-width:768px) and (max-width:1024px) {
  #message .man-img {
    max-height: 60%;
  }
}


@media screen and (min-width: 769px) {
  #mv-slider .catch-message {
    left: 5%;
    max-height: 400px;
    height: 50vh;
  }
  #message .man-img {
    max-height: 95%;
    right: 10%;
  }
  #our .works img {
    height: 280px;
    width: 100%;
  }
  #our .works > div:first-child {
    margin-top: 0;
  }
  #our .works > div:nth-child(2) {
    margin-top: 20px;
  }
  #our .works > div:nth-child(3) {
    margin-top: 40px;
  }
  #our .works > div:nth-child(4) {
    margin-top: 60px;
  }
  #news {
    bottom: 0;
    right: 0;
    min-width: 740px;
    width: 75%;
  }
}