@charset "UTF-8";
#mv-slider {
  background-image: url(/common/images/top/bg-mv-slider.jpg);
  background-size: cover;
  background-position: bottom;
  height: 80vh;
}
#mv-slider .mv-message {
  bottom: 16%;
  left: 0;
  z-index: 10;
}

#mv-slider .mv-message span:nth-of-type(n+15) {
  font-size: 40px;
}

.slider1 .slick-dots {
  text-align: right;
}
.slider1 .slick-dots li{
  height: 5px;
  width: 60px;
}

.slider1 .slick-dots li button:before{
  background: #ddd;
  background-size: contain!important;
  content: ''!important;
  height:100%!important;
  width: 100%!important;
}

.slick-img img {
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); 
  }
}
.slider1 .add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

#message .oneArea {
  background: linear-gradient(180deg, white 0%, white 50%, #ECEDF0 50%, #ECEDF0 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
}

#important .tate {
  background: #01326D;
  margin: 0;
}
#important .right img {
  width: 200px;
}

#business {
  background-image: url(/common/images/top/bg-business.jpg);
  background-size: cover;
  background-position: center;
}
#business .lh-1 {
  line-height: 1.3rem;
}
#business .bg-denki {
  background-image: url(/common/images/top/bg-denki.png);
  background-size: cover;
  background-position: bottom;
}

#phev {
  background-image: url(/common/images/top/bg-phev.jpg);
  background-size: cover;
}
#phev .phev-btn {
  border: solid #01326D 2px;
}
#phev .phev-btn:hover {
  background: #01326D;
  color: white!important;
  opacity: 1!important;
}


#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;
}

#works .object-fit {
  height: 180px;
  object-fit: contain;
  object-position: center;
  background: #ffffff;
  
}

/* 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;
  }
}





div.test {
  margin: 30px;
  padding: 20px;
}

p.test {
  font-size: 18px;
  display: inline;
  line-height: 2;
}

[data-text-wrap] {
  display: inline-block;
}

[data-text-inner] {
  display: block;
  width: 0.001%;
  overflow-x: hidden;
  background: white;
}

@keyframes text {
  0% {
    width: 0.001%;
  }
  100% {
    width: 100%;
  }
}

row { margin-bottom: 0;}
a:hover { color: #acca78;}

/* Tablet */
@media screen and (min-width:769px) and (max-width:1024px) {
  .mv-message .fs-md-40 {
    font-size: 30px!important;
  }
  .mv-message .fs-md-60 {
    font-size: 45px!important;
  }
}



@media screen and (min-width: 769px) {
  #mv-slider {
    height: 45vh;
  }
  #mv-slider .mv-message {
    bottom: 15%;
    left: 8%;
    z-index: 10;
  }
  .slider {
    overflow: hidden; 
    width: 80vw;
    top: 18%;
    left: 0;
  }
  #message .oneArea {
    height: 400px;
  }
  #important .oneArea {
    background: linear-gradient(90deg, #01326D 0%, #01326D 45%, white 45%, white 100%);
    width: 100%;
  }
  #important .right > div:nth-child(2) {
    margin-left: 2rem;
  }
  #important .right > div:nth-child(3) {
    margin-left: 4rem;
  }
  #important .tate {
    -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  }
  #mv-slider .mv-message span:nth-of-type(n+15) {
    font-size: 60px;
  }
}

@media screen and (min-width: 1025px) {
  #mv-slider {
    height: 100vh;
  }

}