.mv-wrapper {
  width: 100%;
  max-width: none;
  position: relative;
}

.mv-ttl {
  position: absolute;
  bottom: 4.7%;
  left: 0;
  width: 43.9%;
  line-height: 0;
}

.mv-img {
  line-height: 0;
}

@media only screen and (max-width: 768px) {
  .mv {
    margin: 0;
  }
  .mv-wrapper {
    width: 100%;
    max-width: none;
    position: relative;
  }
  .mv-ttl {
    top: auto;
    left: auto;
    bottom: 2.4%;
    right: 0;
    width: 100%;
  }
}
/* article */
.article {
  background-image: url(../img/report/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.article-wrapper {
  max-width: 1120px;
  padding: 40px 0 94px 0;
}

@media only screen and (max-width: 768px) {
  .article-wrapper {
    padding: 0 0 3% 0;
    width: 100%;
  }
}
.article-read {
  margin: 0 0 5em 0;
  padding: 6%;
  box-sizing: border-box;
  background-color: #a8cefb;
}

.article-read-item {
  font-size: 18px;
  font-weight: bold;
  line-height: 3em;
}

.article-catch {
  font-weight: bold;
  margin: 0 0 2em 0;
  font-size: 18px;
}

.article-sect {
  position: relative;
  padding: 6% 6% 2%;
  box-sizing: border-box;
  background-color: #FFF;
}

.article-sect.-last {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .article-read {
    margin: 0 0 4% 0;
  }
  .article-read-item {
    line-height: 2.2em;
    font-size: 15px;
  }
  .article-catch {
    margin: 0 0 0.8em 0;
    font-size: 15px;
  }
  .article-sect {
    margin: 0 auto 0;
    width: 94%;
  }
  .article-sect.-last {
    margin: 0;
  }
}
.article-copy {
  margin: 0 0 3.5em 0;
}

.article-copy.article-copy-last {
  margin: 0 0 80px 0;
}

.article-copy:last-child {
  margin: 0;
}

.article-copy-item {
  line-height: 2.3em;
  margin: 0 0 3em 0;
}
.article-copy-item a {
  color: #d69706;
  border-bottom: 1px solid #d69706;
}
.article-copy-item a:hover {
  border-bottom: none;
}

.article-copy-item:last-child {
  margin: 0;
}

.small-txt {
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .article-copy {
    margin: 0 0 2em 0;
  }
  .article-copy.article-copy-last {
    margin: 0 0 4em 0;
  }
  .article-copy:last-child {
    margin: 0;
  }
  .article-copy-item {
    line-height: 2.1em;
    margin: 0 0 1.4em 0;
  }
  .article-copy-item:last-child {
    margin: 0;
  }
}
.article-img {
  line-height: 0;
  margin: 0 0 3.5em 0;
}

.article-img.article-img-mb {
  margin: 0 0 110px;
}

.article-img:last-child {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .article-img {
    margin: 0 0 2em 0;
  }
  .article-img:last-child {
    margin: 0;
  }
  .article-img.article-img-mb {
    margin: 0 0 3em;
  }
}
.article-info {
  margin: 1em 0 3.5em 0;
}

.article-info-item {
  margin: 0 0 110px 0;
}

.article-info-item .-link {
  color: #d69706;
  text-decoration: underline;
}

.article-info-item .-link:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .article-info-item {
    margin: 0 0 3.5em 0;
  }
}
.article-share {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 0 145px;
}

.article-share-ttl {
  width: 77px;
  line-height: 0;
  margin: 0 12px 0 0;
}

.article-share-list {
  display: flex;
}

.article-share-list-item {
  width: 32px;
  line-height: 0;
  margin: 0 10px 0 0;
}

.article-share-list-item:last-child {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .article-share {
    margin: 0 0 6em;
  }
}
.article-share-list-copynote {
  font-size: 12px;
  position: absolute;
  width: 200px;
  bottom: -2em;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #666;
}

.btn-pagetop {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  position: absolute;
  right: 28px;
  bottom: 90px;
  line-height: 1;
}

.btn-pagetop:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 10px 0 0;
}

.btn-top {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  position: absolute;
  left: 28px;
  bottom: 90px;
  line-height: 1;
}

.btn-top:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 10px 0 0;
}

.copyright {
  font-size: 14px;
  text-align: center;
}

.article-note-txt {
  display: flex;
  font-size: 14px;
}

.article-note-txt dt {
  width: 255px;
  font-weight: normal;
}

.article-note-txt dd {
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  .btn-pagetop {
    right: 4%;
    bottom: 3.5em;
  }
  .btn-top {
    left: 4%;
    bottom: 3.5em;
  }
  .article-note-txt {
    flex-wrap: wrap;
  }
  .article-note-txt dt {
    width: 100%;
  }
  .article-note-txt dd {
    width: 100%;
  }
  .copyright {
    font-size: 13px;
  }
}