@charset "UTF-8";
/**
共通
*/
.case_title__lead img {
  width: 262px;
}
@media screen and (max-width: 767px) {
  .case_title__lead img {
    width: 34.1590612777vw;
  }
}

.case_kv {
  margin: 0 auto 130px;
}

.picset1 {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto 120px;
  display: flex;
  justify-content: space-between;
}
.picset1__item:first-of-type {
  width: 36.9166666667%;
}
.picset1__item:first-of-type img.pic {
  width: 100%;
}
.picset1__item:last-of-type {
  width: 60.1666666667%;
}
.picset1__item:last-of-type img.pic {
  width: 100%;
}
.picset1 ._ico {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .picset1 {
    margin-bottom: 15.6453715776vw;
    align-items: center;
  }
}

.picset2 {
  width: 96%;
  max-width: 1018px;
  margin: 0 auto 120px;
  display: flex;
  justify-content: space-between;
}
.picset2__item:first-of-type {
  width: 47.1512770138%;
}
.picset2__item:first-of-type img.pic {
  width: 100%;
}
.picset2__item:last-of-type {
  width: 47.1512770138%;
}
.picset2__item:last-of-type img.pic {
  width: 100%;
}
.picset2 ._ico {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .picset2 {
    flex-direction: column;
    max-width: 70vw;
    margin-bottom: 15.6453715776vw;
  }
  .picset2__item:first-of-type {
    width: 100%;
    margin-bottom: 5vw;
  }
  .picset2__item:last-of-type {
    width: 100%;
  }
}

.picset3 {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}
.picset3 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .picset3 {
    flex-direction: column;
    max-width: 762px;
    width: 90%;
  }
}/*# sourceMappingURL=style.css.map */