@charset "UTF-8";

.lead-area {
  background-color: #FAF6E2;
}

.lead-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 37px 20px 38px;
}

.lead-txt {
  font-size: 18px;
  font-weight: 400;
  line-height: calc(35/18);
  letter-spacing: 0;
}

.lead-ttl {
  font-size: 28px;
  font-weight: 600;
  line-height: calc(47/28);
  letter-spacing: 0;
  margin-top: 15px;
}

.article-inner {
  background-color: #FBFAF4;
  padding: 60px 0 100px;
  position: relative;
}

.article-inner::before,
.article-inner::after {
  content: "";
  position: absolute;
  top: 0;
  width: 280px; /* 画面幅の半分 */
  height: 100%;
  background-size: contain;
  background-repeat: repeat-y;
  z-index: 0;
}

.article-inner::before {
  left: 0;
  background-image: url("../img/report/bg-left.png"); /* 左の背景画像 */
}

.article-inner::after {
  right: 0;
  background-image: url("../img/report/bg-right.png"); /* 右の背景画像 */
}

.article-item-wrapper {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.article-item:not(:last-child) {
  margin-bottom: 60px;
}

#wrapper .article-item-img {
  width: 100%;
  margin-bottom: 30px;
}

.article-item.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.article-item-youtube {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.article-ttl {
  font-size: 24px;
  font-weight: 600;
  line-height: calc(35/24);
  letter-spacing: 0;
  margin-bottom: 21px;
}

.article-txt {
  font-size: 18px;
  font-weight: 400;
  line-height: calc(32/18);
  letter-spacing: 0;
}

.link-area {
  margin: 120px auto 0px;
  position: relative;
  z-index: 1;
}
.btn_hptop {
  display: block;
  max-width: 784px;
  width: 100%;
  margin: 0 auto 25px;
  padding: 0;
}
.btn_feature_page {
  display: block;
  max-width: 784px;
  width: 100%;
  margin: 0 auto;
}