@media screen and (max-width: 834px) {
  .indexkv .mv-txt {
    bottom: 50%;
  }
}
.indexkv .mv-note {
  position: absolute;
  max-width: 651px;
  left: 500px;
  bottom: 50px;
}
@media screen and (max-width: 834px) {
  .indexkv .mv-note {
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    max-width: 500px;
    width: 100%;
  }
}

.second-list ul li,
.second-list ul li:nth-child(1),
.second-list ul li:nth-child(2),
.second-list ul li:nth-child(3) {
  width: 33.33%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 834px) {
  .second-list ul li,
  .second-list ul li:nth-child(1),
  .second-list ul li:nth-child(2),
  .second-list ul li:nth-child(3) {
    width: 50% !important;
  }
  .second-list ul li .second-list-txt,
  .second-list ul li:nth-child(1) .second-list-txt,
  .second-list ul li:nth-child(2) .second-list-txt,
  .second-list ul li:nth-child(3) .second-list-txt {
    margin-top: -1%;
  }
  .second-list ul li .second-list-img,
  .second-list ul li:nth-child(1) .second-list-img,
  .second-list ul li:nth-child(2) .second-list-img,
  .second-list ul li:nth-child(3) .second-list-img {
    margin-bottom: 20px;
  }
}

.second-list ul li:nth-child(1) h3 {
  padding-left: 3em;
}
@media screen and (max-width: 834px) {
  .second-list ul li:nth-child(1) h3 {
    padding-left: 1em;
  }
}

@media screen and (max-width: 834px) {
  .second-list ul li:nth-child(2) {
    margin-right: -3%;
  }
}
@media screen and (max-width: 834px) {
  .second-list ul li:nth-child(2) .second-list-img {
    margin-left: -15.8%;
  }
}/*# sourceMappingURL=kitaosaka.css.map */