#contents_wrap {
  background-size: contain;
}
.report_wrap {
  margin-bottom: 150px;
}
@media (max-width: 700px) {
  .report_wrap {
    margin-bottom: 100px;
  }
}
.report_wrap .repo-ttl_wrap {
  border-bottom: 1px solid #858868;
  margin-bottom: 30px;
}
@media (max-width: 700px) {
  .report_wrap .repo-ttl_wrap {
    padding-bottom: 5px;
    margin-bottom: 25px;
  }
}
.report_wrap .repo-ttl_wrap h3.sec-ttl {
  text-align: left;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 700px) {
  .report_wrap .repo-ttl_wrap h3.sec-ttl {
    margin-bottom: 7px;
  }
}
.report_wrap .repo-ttl_wrap .date {
  font-size: 1.2rem;
  text-align: right;
}
@media (max-width: 700px) {
  .report_wrap .repo-ttl_wrap .date {
    text-align: left;
  }
}
.report_wrap .repo-read-txt {
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 700px) {
  .report_wrap .repo-read-txt {
    margin-bottom: 25px;
  }
}
.report_wrap .repo-img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
}
.report_wrap .repo-img_wrap li {
  width: 48%;
  margin-bottom: 25px;
}
@media (max-width: 700px) {
  .report_wrap .repo-img_wrap li {
    width: 100%;
  }
}
.report_wrap .repo-img_wrap li figure div {
  margin-bottom: 8px;
}
@media (max-width: 700px) {
  .report_wrap .repo-img_wrap li figure div {
    margin-bottom: 2px;
  }
}
.report_wrap .repo-img_wrap li figure div img {
  width: 100%;
}
.report_wrap .repo-img_wrap li figure figcaption {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  text-shadow: 0 0 5px #000;
  text-align: center;
}
.report_wrap.report_wrap09 .repo-img_wrap {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.report_wrap.report_wrap09 .repo-img_wrap li.img9-1 img {
  width: 70%;
  margin: 0 auto;
}

.parallax1 {
  top: 150px;
}

.parallax2_sp {
  top: 490px;
}

.parallax3_sp {
  top: 1100px;
}