@charset "UTF-8";
.mv {
  padding: 0;
  max-height: 900px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mv img {
  width: 100%;
  height: 75vh;
}
@media screen and (max-width: 640px) {
  .mv img {
    height: 405px;
  }
}
.mv .slide-animation img {
  width: 100%;
  height: 75vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .mv .slide-animation img {
    height: 405px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top;
       object-position: top;
  }
}
.mv .slick-dots {
  position: absolute;
  bottom: 25px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  left: 0;
}
.mv .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "⚫︎";
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
.mv .slick-dotted.slick-slider {
  margin-bottom: 0;
}

/*index*/
.index_staffblog {
  margin: 4% 0;
}
.index_staffblog .ttl_h3 a {
  padding: 8px 15px 8px 30px;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .index_staffblog .ttl_h3 a {
    font-size: 16px;
    background-size: cover;
    padding: 8px;
  }
}
.index_staffblog ul {
  display: grid;
  grid-template-columns: repeat(3, 31%);
  justify-content: space-between;
  gap: 0;
  margin: 4% 0 0;
  padding: 0 0 0% 0;
}
@media screen and (max-width: 640px) {
  .index_staffblog ul {
    grid-template-columns: repeat(2, 47%);
  }
}
.index_staffblog ul li {
  margin: 0;
  list-style: none;
  padding: 4% 0 10%;
  list-style: none;
}
.index_staffblog ul li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  border: 1px solid #CCC;
  box-sizing: border-box;
}
.index_staffblog ul li div h4 a {
  color: #ff9417;
  font-size: 18px;
  font-weight: 500;
}

.index_reform, .index_renovation {
  margin: 4% 0;
}
.index_reform ul, .index_renovation ul {
  display: grid;
  grid-template-columns: repeat(3, 31%);
  justify-content: space-between;
  gap: 0;
  margin: 4% 0 0;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .index_reform ul, .index_renovation ul {
    grid-template-columns: repeat(2, 47%);
  }
}
.index_reform ul li, .index_renovation ul li {
  margin: 0;
  list-style: none;
  padding: 4% 0 10%;
  list-style: none;
}
.index_reform ul li figure img, .index_renovation ul li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}/*# sourceMappingURL=index.css.map */