.section-block {
  position: relative;
}

.banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.banner .inner-bg {
  width: 100%;
  height: 0;
  padding-bottom: 35%;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1800px) {
  .banner .inner-bg {
    padding-bottom: 40%;
  }
}
@media (max-width: 1500px) {
  .banner .inner-bg {
    padding-bottom: 43%;
  }
}
@media (max-width: 1300px) {
  .banner .inner-bg {
    padding-bottom: 47%;
  }
}
@media (max-width: 1100px) {
  .banner .inner-bg {
    padding-bottom: 50%;
  }
}
@media (max-width: 1000px) {
  .banner .inner-bg {
    padding-bottom: 0;
    height: 500px;
  }
}
@media (max-width: 600px) {
  .banner .inner-bg {
    height: 400px;
  }
}

.banner-text {
  width: 870px;
  margin: 0 auto;
  text-align: center;
  color: #FFF;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
  padding-top: 80px;
}
@media (max-width: 1200px) {
  .banner-text {
    width: 70%;
  }
}
@media (max-width: 1000px) {
  .banner-text {
    padding-top: 60px;
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .banner-text {
    padding-top: 30px;
    margin-bottom: 20px;
  }
}
.banner-text p {
  font-size: 2rem;
  line-height: 40px;
}
@media (max-width: 1200px) {
  .banner-text p {
    font-size: 1.5rem;
    line-height: 32px;
  }
}
@media (max-width: 600px) {
  .banner-text p {
    font-size: 0.75rem;
    line-height: 20px;
  }
}
.banner-text .big {
  font-size: 4.5rem;
  line-height: 80px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .banner-text .big {
    font-size: 3.4375rem;
    line-height: 63px;
  }
}
@media (max-width: 600px) {
  .banner-text .big {
    font-size: 1.125rem;
    line-height: 26px;
    margin-bottom: 10px;
  }
}

.reports-slick {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .reports-slick {
    width: 95%;
  }
}

.reports-item {
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin: 15px;
  overflow: hidden;
}
.reports-item .img-box {
  position: relative;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 85%;
  height: 0;
  width: 100%;
  display: block;
}
.reports-item .mug-shot {
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 600px) {
  .reports-item .mug-shot {
    width: 70px;
    height: 70px;
    bottom: -15px;
  }
}
.reports-item .text-box {
  padding: 60px 10% 50px;
  text-align: center;
  background: #FFF;
}
.reports-item .text-box .text {
  font-size: 1rem;
  line-height: 24px;
  color: #adadad;
}
@media (max-width: 1300px) {
  .reports-item .text-box .text {
    font-size: 0.75rem;
    line-height: 20px;
  }
}
.reports-item .text-box .big {
  font-size: 1.5rem;
  line-height: 32px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 1300px) {
  .reports-item .text-box .big {
    font-size: 1.125rem;
    line-height: 26px;
  }
}

.reports-slick-arrow {
  width: 50px;
  position: absolute;
  bottom: 50%;
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 700px) {
  .reports-slick-arrow {
    width: 30px;
  }
}
.reports-slick-arrow.next {
  right: -55px;
}
@media (max-width: 600px) {
  .reports-slick-arrow.next {
    right: -5px;
  }
}
.reports-slick-arrow.prev {
  left: -55px;
}
@media (max-width: 600px) {
  .reports-slick-arrow.prev {
    left: -5px;
  }
}

.more-block {
  margin-bottom: 160px;
}
@media (max-width: 600px) {
  .more-block {
    margin-bottom: 0px;
  }
}

.more-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  margin: 0 auto;
  padding: 50px 0;
}
@media (max-width: 1100px) {
  .more-box {
    display: block;
    width: 70%;
    padding: 0;
  }
}
@media (max-width: 600px) {
  .more-box {
    width: 80%;
  }
}
.more-box:not(:first-child) {
  border-top: 1px solid #eeeeee;
}

.more-item {
  padding: 20px 10px;
  width: calc(25% - 21px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1100px) {
  .more-item {
    width: 100%;
    padding: 30px 0;
  }
}
@media (max-width: 1100px) {
  .more-item:not(:first-child) {
    border-top: 1px solid #eeeeee;
  }
}
.more-item:nth-child(4n-1), .more-item:nth-child(4n-2), .more-item:nth-child(4n-3) {
  border-right: 1px solid #eeeeee;
}
@media (max-width: 1100px) {
  .more-item:nth-child(4n-1), .more-item:nth-child(4n-2), .more-item:nth-child(4n-3) {
    border-right: 0px;
  }
}
.more-item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
}
.more-item .mug-shot {
  width: 20%;
  height: 0;
  padding-bottom: 20%;
  min-width: 20%;
  border-radius: 50%;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 20px;
}
@media (max-width: 600px) {
  .more-item .mug-shot {
    margin-right: 15px;
  }
}
.more-item .title {
  font-size: 1.5rem;
  line-height: 32px;
  font-weight: bold;
  margin-right: 10px;
}
@media (max-width: 1600px) {
  .more-item .title {
    font-size: 1.25rem;
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .more-item .title {
    font-size: 1rem;
    line-height: 24px;
  }
}
.more-item .more-icon {
  font-size: 1rem;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  color: #adadad;
}
@media (max-width: 1600px) {
  .more-item .more-icon {
    font-size: 0.875rem;
    line-height: 22px;
  }
}
@media (max-width: 600px) {
  .more-item .more-icon {
    font-size: 0.75rem;
    line-height: 20px;
  }
}
.more-item .more-icon img {
  width: 20px;
  margin-left: 10px;
}
@media (max-width: 1600px) {
  .more-item .more-icon img {
    width: 15px;
  }
}
@media (max-width: 600px) {
  .more-item .more-icon img {
    width: 10px;
  }
}