@charset "UTF-8";

#mv-slider ul img {
  object-fit: cover;
  height: 50vh;
  width: 100%;
}
#mv-slider .catch-message {
  top: 10%;
  left: 0%;
  max-height: 25rem;
  z-index: 11;
}
#mv-slider .mv-stand {
  bottom: -135px;
  left: 2%;
  width: auto;
  max-height: 30vh;
  z-index: 15;
}
#mv-slider .mv-right-visual {
  width: 84%;
  bottom: 0px;
  right: 0;
  z-index: 10;
}

#message .man-img {
  max-width: 80px;
  top: -130%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}

#message h2:before,
#message h2:after {
  content: '';
  display: inline-block;
  width: 65px;
  height: 65px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 20%;
}
#message h2:before {
  background-image: url(/ev-phev/assets/images/top/message-left.png);
  left: 0;
}
#message h2:after {
  background-image: url(/ev-phev/assets/images/top/message-right.png);
  right: 0;
}


#seisaku {
  background-image: url(/ev-phev/assets/images/top/seisaku-bg.jpg);
  background-size: cover;
  background-position: bottom;
  min-height:48vh;
}
#seisaku .daikei {
  clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
  padding: 1rem 0!important;
}
#seisaku .daikei-shadow {
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5))
}

#seisaku .position-md-absolute.left {
  top: -40px;
  left: 0;
}
#seisaku .position-md-absolute.right {
  top: -20px;
  right: 0;
}
#seisaku .ex {
  top: 5%;
  left: 15%;
}
#goal .balloon {
  background-image: url(/ev-phev/assets/images/top/goal-balloon.png);
  background-size: 100% 100%;
}
#goal .goal-balloon2 {
  max-width: 40px;
  left: 0;
  right: 0;
  bottom: -35px;
}
#point .balloon-number-right {
  position: relative;
  display: inline-block;
  margin: 0 25px 0 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
#point .balloon-number-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  border: 8px solid transparent;
  border-left: 8px solid #B3D075;
}
#point .three-point .daikei {
  padding: 1rem 0 1rem 1rem!important;
}

.heading:before,
.heading:after {
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  background-size: contain;
  vertical-align: middle;
  margin: 1rem;
  position: absolute;
  top: 40px;
}
.heading:before {
  background-image: url(/ev-phev/assets/images/top/heading-icon.png);
  left: 0;
}
.heading:after {
  background-image: url(/ev-phev/assets/images/top/heading-icon.png);
  right: 0;
}
.heading-under {
  max-width: 80px;
}
#utilization .heading {
  clip-path: polygon(0 0, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}
#utilization .icon {
  top: 5px;
  bottom: 0;
  left: 1%;
  width: 80px;
}
#installation .icon {
  top: 5%;
  left: 5%;
  width: 120px;
}



#profile {
  margin-top: -30px;
}

#access iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  border: none;
}
#office li img {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  border: none;
}
#works .object-fit {
    height: 180px;
    width: 100%;
    object-fit: contain;
    object-position: center;
    background: #ffffff!important;
}

.daikei {
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  padding: 1rem 0 1rem 7rem!important;
}
.daikei-steep {
  clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
  padding: 1rem 0 1rem 7rem!important;
}
.slider-movie img {
  width: 100%;
  object-fit: cover;
  height: 150px;
}
.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 40px!important;
  object-fit:contain!important;
  z-index: 100;
}
.prev-arrow {
  left: 5px;
}
.next-arrow {
  right: 5px;
}

#works .w-shadow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(65deg, #B3D075 0, #1C519F 100%);
}

/* boxの影 (filterプロパティ未対応のブラウザ) */
#works .w-shadow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.16); /* filterが効かない場合黒い影をつける */
  z-index: -1;
}

/* boxの影 (filterプロパティ対応済のブラウザ) */
@supports (-webkit-filter: blur(20px)) {
  #works .w-shadow::before {
    background-image: linear-gradient(65deg, #B3D075 0, #1C519F 100%);
    -webkit-filter: blur(20px);
    filter: blur(0px);
    transform: translate(10px, 10px);
    box-shadow: none;
  }
}



@media screen and (min-width: 769px) {
  .daikei {
    clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
    padding: 1rem 6rem!important;
  }
  .daikei-steep {
    clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
    padding: 1rem 6rem!important;
  }

  #message h2:before,
  #message h2:after {
    width: 85px;
    height: 85px;
    position: relative;
  }
  .heading:before,
  .heading:after {
    position: relative;
    top: 0;
  }
  #goal .balloon {
    background-size: cover;
  }
  #goal .goal-balloon2 {
    max-width: 100px;
    bottom: -85px;
  }
  #utilization .icon {
    top: -20px;
    bottom: 0;
    left: -1%;
    width: 150px;
  }
  #point .three-point .daikei {
    padding: 1rem 0 1rem 7rem!important;
  }

  #mv-slider .catch-message {
    top: 15%;
    bottom: 0;
    left: 20%;
    max-height: 25rem;
  }
  #mv-slider .mv-stand {
    bottom: 0;
    left: -5%;
    width: auto;
    max-height: 30vh;
  }
  #mv-slider ul img {
    height: 50vh;
  }
  #mv-slider .mv-right-visual {
    width: 50%;
    bottom: -40px;
    right: 0;
    z-index: 10;
  }


  #message .man-img {
    max-width: 170px;
    top: -110%;
    left: -15%;  
    z-index: 100;
    margin: 0;
  }

}