@keyframes link-arrow {
  0% {
    opacity: 1;
    fill: #707070;
  }
  50% {
    opacity: 0;
    fill: #707070;
    transform: translateX(5px);
  }
  50.1% {
    opacity: 0;
    fill: #1B7044;
    transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    fill: #1B7044;
    transform: translateX(0);
  }
}
.report-section h2 {
  display: block;
  margin: 0 auto;
  max-width: min(1180px, 95%);
  margin: 0 auto;
  font-size: 34px;
  font-family: "zen-maru-gothic", sans-serif;
  color: #1B7044;
  font-weight: 500;
  line-height: 2.1428571429;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .report-section h2 {
    font-size: 26px;
    padding: 0 0 16px 0;
  }
}
.report-section {
  padding: 0 0 176px 0;
}
.report-section h2 {
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .report-section h2 {
    margin-bottom: 40px;
  }
}
.report-section .loop-wrap {
  display: block;
  margin: 0 auto;
  max-width: min(1180px, 95%);
}
.report-section .loop-wrap h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  padding: 0 10px;
}
.report-section .loop-wrap ul {
  display: block;
  padding: 42px 9px;
  margin-bottom: 17px;
  gap: 20px 72px;
}
.report-section .loop-wrap ul li {
  margin-bottom: 38px;
}
.report-section .loop-wrap ul li a {
  display: block;
  padding: 0 0 0 34px;
  position: relative;
  color: #1B7044;
  font-weight: 500;
}
.report-section .loop-wrap ul li a:before {
  display: block;
  content: "";
  width: 27px;
  aspect-ratio: 27/33;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("../images/common/pdf.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
/*# sourceMappingURL=report.css.map */