@charset "utf-8";
body {
  display: none;
}

.item__inner {
  width: 100%;
  margin: 0 auto;
}
.item__img {
  margin: 0 auto;
}
.item__img img {
  display: block;
}
.item__img2,
.item__img3,
.item__img4 {
  width: 80%;
}
.item__img1 {
  margin-bottom: 4.5%;
}
.item__img4 {
  margin-bottom: 5%;
}
.item__flex-box {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
  gap: 3.5vw 0;
}
.item__link {
  width: 80%;
  margin: 0 auto;
}
.item__flex-box .item__link {
  width: 100%;
}
