@charset "UTF-8";

.concept__catch.--01 {
    width: 100%;
}
.concept__catch.--02 {
    width: 100%;
}
.concept__catch.--03 {
  width: 100%;
}
.concept__catch.--04 {
    width: 100%;
}
.concept__catch.--04 img{
    max-width: 478px;
    width:75%;
    display: block;
    margin: 0 auto;
}
.concept__catch.--05 {
    width: 100%;
}
@media screen and (max-width: 768px) {
  .concept__catch.--03 {
      margin-bottom: 0vw;
  }

  .concept__img.--01 {
    width: 73.333333vw;
    top: -10vw;
    left: -24vw;
    position: relative;
  }
  .concept__img.--02 {
    width: 60vw;
    top: 10vw;
    left: 21vw;
    position: relative;
  }
  .concept__img.--03 {
      top: -5vw;
      width: 55vw;
      left: 1vw;
      position: relative;
  }
  .concept__img.--04 {
    top: -17vw;
    width: 66vw;
    right: -17vw;
    position: relative;
  }
  .concept__img.--05 {
    top: -10vw;
    width: 67.833333%;
    right: -46.5vw;
    position: relative;
  }
}
