@charset "UTF-8";
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 1;
    transform: translate3d(0, -60px, 0);
  }
  100% {
    opacity: 0;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 1;
    transform: translate3d(0, -60px, 0);
  }
  100% {
    opacity: 0;
    transform: none;
  }
}
@-webkit-keyframes sun {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sun {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cloud {
  100% {
    background-position: -100% 0;
  }
}
@keyframes cloud {
  100% {
    background-position: -100% 0;
  }
}
@-webkit-keyframes cloud02 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1920px, 0, 0);
  }
}
@keyframes cloud02 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1920px, 0, 0);
  }
}
@-webkit-keyframes sprout {
  0% {
    transform: translate(0, 101%) scale(0, 0);
  }
  80% {
    transform: translate(0, 0) scale(0.6, 1.3);
  }
  90% {
    transform: translate(0, 0) scale(1.2, 0.8);
  }
  100% {
    transform: translate(0, 0) scale(1, 1);
  }
}
@keyframes sprout {
  0% {
    transform: translate(0, 101%) scale(0, 0);
  }
  80% {
    transform: translate(0, 0) scale(0.6, 1.3);
  }
  90% {
    transform: translate(0, 0) scale(1.2, 0.8);
  }
  100% {
    transform: translate(0, 0) scale(1, 1);
  }
}
@-webkit-keyframes news-bg {
  0% {
    border-radius: 65% 53% 37% 46%/72% 63% 44% 70%;
  }
  30% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  30% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  100% {
    border-radius: 65% 53% 37% 46%/72% 63% 44% 70%;
  }
}
@keyframes news-bg {
  0% {
    border-radius: 65% 53% 37% 46%/72% 63% 44% 70%;
  }
  30% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  30% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  100% {
    border-radius: 65% 53% 37% 46%/72% 63% 44% 70%;
  }
}
/*時間差(秒)※動的に出力する箇所はnth-of-type使用*/
.d1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.d2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.d3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.d4 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.d5 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.item {
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.item.fiu.is-show {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.l-main section.c-sec__report:first-of-type {
  padding-top: 76px;
}
.l-main section.c-sec__report:last-of-type {
  padding-bottom: 63px;
}
@media (max-width: 767px) {
  .l-main section.c-sec__report:first-of-type {
    padding-top: 50px;
  }
  .l-main section.c-sec__report:last-of-type {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .l-main .l_main_wrap {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .l-main .l_main_wrap .primary_title {
    display: inline-block;
    padding: 0 40px;
  }
}

.c-sec__report {
  max-width: 1200px;
  margin: auto;
  padding-bottom: 86px;
}
.c-sec__report .report .pdf_button_area {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.c-sec__report .report .pdf_button_area div {
  margin-left: 20px;
  position: relative;
}
.c-sec__report .report .pdf_button_area div a {
  border-radius: 50px;
  width: 250px;
  border: 1px solid #499B62;
  padding: 16px;
  display: block;
  font-weight: bold;
  color: #3d403e;
  font-size: 18px;
}
.c-sec__report .report .pdf_button_area div a p {
  text-align: center;
}
.c-sec__report .report .pdf_button_area div a p::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 26px;
  background: url(../img/common/icon_pdf.svg) no-repeat center center;
  background-size: contain;
  margin: -3px 0px 0px 10px;
  vertical-align: middle;
  position: absolute;
  top: 20px;
}
.c-sec__report .report .pdf_button_area div a p span {
  font-size: 14px;
}
.c-sec__report .report .pdf_button_area div a:hover {
  background: #C3EEC0;
}
@media (max-width: 767px) {
  .c-sec__report {
    padding-bottom: 77px;
  }
  .c-sec__report .report {
    padding: 0 22px;
  }
  .c-sec__report .report .pdf_button_area {
    justify-content: space-between;
    gap: 20px 0;
  }
  .c-sec__report .report .pdf_button_area div {
    margin-left: 0;
    width: calc(50% - 5px);
  }
  .c-sec__report .report .pdf_button_area div a {
    padding: 14px;
    font-size: 16px;
    width: 100%;
  }
  .c-sec__report .report .pdf_button_area div a p span {
    font-size: 12px;
  }
  .c-sec__report .report .pdf_button_area div a p::after {
    width: 15px;
    margin: -3px 0px 0px 0px;
    top: 18px;
  }
}