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

.case_picset1 {
  margin-bottom: 106px;
  width: 96%;
}
@media screen and (max-width: 767px) {
  .case_picset1 {
    width: 100%;
  }
}
.case_picset1__top {
  width: 480px;
  padding-right: 32px;
}
.case_picset1__top__pic {
  margin-bottom: 290px;
}
.case_picset1__top__pic img.pic {
  width: 100%;
}
.case_picset1__top__txt {
  max-width: 296px;
  padding-left: 64px;
}
@media screen and (max-width: 767px) {
  .case_picset1__top {
    width: 84.7457627119vw;
    margin: 0 auto 6.258148631vw;
    padding-right: 0;
    display: flex;
  }
  .case_picset1__top__pic {
    margin-bottom: 6vw;
    margin-right: 18px;
  }
  .case_picset1__top__txt {
    width: 60%;
    padding: 0;
  }
}
.case_picset1__bottom {
  flex: 1;
}
.case_picset1__bottom img.pic {
  width: 100%;
}
.case_picset1__bottom ._ico:first-of-type {
  margin-bottom: 90px;
}

.picset2 {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}
.picset2__item:first-of-type {
  margin-bottom: 90px;
}
.picset2__item:first-of-type img.pic {
  width: 100%;
}
.picset2__item:last-of-type {
  max-width: 537px;
  width: 64%;
}
.picset2__item:last-of-type .txt {
  font-size: 18px;
  margin-bottom: 1em;
  line-height: 1.9;
}
.picset2__item:last-of-type img.pic {
  width: 100%;
}
.picset2__item ._ico {
  padding-top: 10px;
}
.picset2__item ._ico.flex {
  display: flex;
  align-items: center;
}
.picset2__item ._ico.flex span {
  padding-left: 0.6em;
}
@media screen and (max-width: 767px) {
  .picset2 {
    width: 80vw;
    margin: 0 auto;
  }
  .picset2 img.pic {
    width: 100%;
  }
  .picset2__item:first-of-type {
    margin-bottom: 11.7340286832vw;
  }
  .picset2__item:last-of-type .txt {
    font-size: 2.3468057366vw;
  }
  .picset2__item ._ico.flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .picset2__item ._ico.flex span {
    padding-top: 0.4em;
    display: block;
    padding-left: 0;
  }
}/*# sourceMappingURL=style.css.map */