@charset "utf-8";

#indexMainImageWrapper {
  position: relative;
}

#indexMainImage {
  box-sizing: border-box;
  margin: 0 3vw 3vw 3vw;
  position: relative;
  aspect-ratio: 13 / 7;
  overflow: hidden;
}
@media only screen and (max-width: 560px) {
  #indexMainImage {
    aspect-ratio: 8 / 10;
    margin-bottom: 15vw;
  }
}

#indexMainImage::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 13 / 7;
  display: block;
  z-index: 2;
  /**background: rgba(0,0,0,0.40);**/
  background: url(../img/common/videoHatching.png) repeat;
}
@media only screen and (max-width: 560px) {
  #indexMainImage::before {
    aspect-ratio: 8 / 10;
  }
}

#indexMainImage #indexMainImageText {
  position: absolute;
  display: block;
  width: 50%;
  z-index: 3;
  top: 34%;
  left: 25%;
}
@media only screen and (max-width: 560px) {
  #indexMainImage #indexMainImageText {
    width: 80%;
    left: 10%;
  }
}

#indexMainImage > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  line-height: 0;
}

#indexMainImage > ul .slick-track li {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  #indexMainImage > ul .slick-track li {
  }
}
@media only screen and (max-width: 560px) {
  #indexMainImage > ul .slick-track li {
  }
}

#indexMainImage > ul li img {
  margin:0 auto;
  z-index: 10;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 560px) {
  #indexMainImage > ul li img {
    aspect-ratio: 8 / 10;
  }
}

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



#newsWrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #FFF;
  border-top: 5px solid #000;
  z-index: 10;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 60vw;
  box-sizing: border-box;
  padding: 0.5em 0;
}
@media only screen and (max-width: 1080px) {
  #newsWrapper {
  }
}
@media only screen and (max-width: 560px) {
  #newsWrapper {
    width: 85vw;
  }
}

#newsWrapper h2 {
  text-align: center;
  width: 6em;
  margin: 0;
  padding: 0.8rem;
  font-size: 1.4em;
  font-weight: 500;
}

#newsWrapper h2:after {
  content: none;
}

#newsWrapper #news {
  width: 100%;
  overflow-y: auto;
  max-height: 7vw;
}
@media only screen and (max-width: 560px) {
  #newsWrapper #news {
    max-height: 20vw;
  }
}

#newsWrapper #news dl {
  margin: 0;
  padding: 0.85rem 3vw 0.85rem 0;
  line-height: 1.2em;
}
@media only screen and (max-width: 1080px) {
  #newsWrapper #news dl {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
  }
}

#newsWrapper #news dl:first-of-type {
	border-top: none;
}

#newsWrapper #news dt {
  margin: 0;
  width: 13em;
  padding: 0;
  color: #9a9a9a;
}
@media only screen and (max-width: 1080px) {
  #newsWrapper #news dt {
    white-space: nowrap;
  }
}

#newsWrapper #news dd {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 1080px) {
  #newsWrapper #news dd {
    float:none;
    width:auto;
    clear: both;
    margin:0;
    padding:0;
    padding:5px 0 5px 0;
  }
}



#pickupWorksMore {
  background: #F3F3F3;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 50px !important;
  padding-left: 180px !important;
}
@media only screen and (max-width: 560px) {
  #pickupWorksMore {
    padding-left: 0 !important;
  }
}


#pickupWorksMore .moreInformation {
  margin-top: 0 !important;
  font-size: 1.2em;
}

#vision {
  background: url("../img/common/visionBg.png") no-repeat center #232323;
  background-size: auto 70%;
  text-align: center;
  color: #FFF;
  margin-top: 0;
  padding: 80px 5vw !important;
}
@media only screen and (max-width: 560px) {
  #vision {
  }
}

#vision .sectionInner {
  position: relative;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

#vision .sectionInner::before,
#vision .sectionInner::after {
    position: absolute;
    width: 5vw;
    height: 5vw;
    content: '';
}

#vision .sectionInner::before {
    border-left: solid 5px #9c9c9c;
    border-top: solid 5px #9c9c9c;
    top: 0;
    left: 0;
}

#vision .sectionInner::after {
    border-right: solid 5px #9c9c9c;
    border-bottom: solid 5px #9c9c9c;
    bottom: 0;
    right: 0;
}

#vision h2 {
  padding-top: 1em;
}

#vision h2 img {
  height: 3em;
}
@media only screen and (max-width: 1080px) {
  #vision h2 img {
    height: auto;
    max-height: 3em;
    max-width: 100%;
  }
}
@media only screen and (max-width: 560px) {
  #vision h2 img {
    width: auto;
    height: 2.2em;
    margin: auto;
    display: block;
  }
}



#vision h2 .h2SubTitle {
  color: #FFF;
  font-size: 0.7em;
  margin-top: 0.5em;
  font-weight: 200;
}

#vision .moreInformation a {
  background: #000;
  padding: 0.5em 2em 0.5em 2.5em;
  border-radius: 1.5em;
  border: 1px solid #A1A1A1;
}




#indexMenuWrapper {
  background: #f2f2f2;
}

@media only screen and (max-width: 560px) {
  #indexMenuWrapper {
    padding-bottom: 30px !important;
  }
}

#indexMenu {
  margin: 0 auto;
  padding: 0;
}
      
#indexMenu li {
  margin: 0 auto 70px auto;
  padding: 70px 0 70px 5vw;
  list-style: none;
  background-size: 60%;
  background-repeat: no-repeat;
}
#indexMenu li#indexMenuService {
  margin: 0 auto 70px auto;
  padding: 70px 5vw 70px 0;
  list-style: none;
}
@media only screen and (max-width: 1200px) {
  #indexMenu li {
    background-size: 70%;
    padding: 90px 3vw;
  }
}
@media only screen and (max-width: 560px) {
  #indexMenu li {
    margin: 0 auto 70px auto;
    padding: 55vw 3vw 0 3vw !important;
    background-size: 90%;
    background-position: center top !important;
  }
}

#indexMenu li#indexMenuExhibition {
  background-image: url("../img/index/indexMenu01.jpg");
  background-position: right center;
}

#indexMenu li#indexMenuService {
  background-image: url("../img/index/indexMenu02.jpg");
  background-position: left center;
}

#indexMenu li#indexMenuCompany {
  background-image: url("../img/index/indexMenu03.jpg");
  background-position: right center;
}

      
#indexMenu li dl {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
  width: 55%;
  box-sizing: border-box;
}
#indexMenu li#indexMenuService dl {
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 1200px) {
  #indexMenu li dl {
  }
}
@media only screen and (max-width: 560px) {
  #indexMenu li dl {
    margin: auto !important;
    width: 80% !important;
  }
}

#indexMenu li dt {
  margin: 0;
  padding: 2.5vw 3vw;
  border-left: 5px solid #000;
}
@media only screen and (max-width: 560px) {
  #indexMenu li dt {
    padding: 5vw;
  }
}

#indexMenu li dt h2 {
  text-align: left;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
@media only screen and (max-width: 560px) {
  #indexMenu li dt h2 {
    letter-spacing: 0;
    font-size: 1.7em;
  }
}

#indexMenu li dt h2::after {
  content: none;
}

#indexMenu li dt h2 .h2SubTitle {
  margin-top: 5px;
  margin-bottom: -10px;
}
 
#indexMenu li dd {
  margin: 0;
  padding: 1vw 3vw 2vw 3vw;
}

#indexMenu li dd .moreInformation {
  margin-top: 30px !important;
  text-align: left;
}


