@import "./reset.css";
.SiteWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 95px;
}
header .top {
  padding: 11px 30px;
  max-height: 35px;
  background: #003367;
}
@media screen and (max-width: 991px) {
  header .top {
    padding: 14.5px 15px 9px 15px;
  }
}
header .top a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
header .top a img {
  display: block;
  width: 73px;
  height: auto;
}
header .bottom {
  max-height: 60px;
  padding: 9.5px 15px;
  background: #fff;
}
header .bottom a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header .bottom a img {
  display: block;
  width: 151px;
  height: auto;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
  font-size: 14px;
  background: #f3f3f3;
}
@media screen and (max-width: 991px) {
  main .is-pc {
    display: none;
  }
}
main .is-sp {
  display: none;
}
@media screen and (max-width: 991px) {
  main .is-sp {
    display: block;
  }
}
main br.is-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  main br.is-sp {
    display: block !important;
  }
}
main .is-tab {
  display: none;
}
@media screen and (max-width: 1075px) {
  main .is-tab {
    display: block;
  }
}
main .is-tab-sp {
  display: none;
}
@media screen and (max-width: 991px) {
  main .is-tab-sp {
    display: block;
  }
}
main .bg-h2 {
  position: relative;
  display: block;
  width: 100%;
  min-height: 245px;
  background-image: linear-gradient(170deg, rgba(46, 83, 137, 0.8), rgba(25, 138, 120, 0.8));
}
main .bg-h2-other {
  position: relative;
  display: block;
  width: 100%;
  min-height: 245px;
  background-image: linear-gradient(170deg, rgba(25, 138, 120, 0.8), rgba(46, 83, 137, 0.8));
}
@media screen and (max-width: 991px) {
  main .bg-h2-other {
    min-height: 130px;
  }
}
@media screen and (max-width: 767px) {
  main .bg-h2-other {
    min-height: 191px;
    background-image: linear-gradient(85deg, rgba(25, 138, 120, 0.8), rgba(46, 83, 137, 0.8));
  }
}
main .bg-h2-other .inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 26px 0;
}
@media screen and (max-width: 1300px) {
  main .bg-h2-other .inner {
    width: 90%;
  }
}
@media screen and (max-width: 991px) {
  main .bg-h2-other .inner {
    width: calc(100% - 2.5rem);
    padding: 10px 0 50px;
  }
}
main .bg-h2-other .inner h2 {
  font-size: 30px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  main .bg-h2-other .inner h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  main .bg-h2 {
    min-height: 130px;
  }
}
@media screen and (max-width: 767px) {
  main .bg-h2 {
    min-height: 191px;
    background-image: linear-gradient(85deg, rgba(46, 83, 137, 0.8), rgba(25, 138, 120, 0.8));
  }
}
main .bg-h2 .inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 26px 0;
}
@media screen and (max-width: 1300px) {
  main .bg-h2 .inner {
    width: 90%;
  }
}
@media screen and (max-width: 991px) {
  main .bg-h2 .inner {
    width: calc(100% - 2.5rem);
    padding: 10px 0 50px;
  }
}
main .bg-h2 .inner h2 {
  font-size: 30px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  main .bg-h2 .inner h2 {
    font-size: 18px;
  }
}
main .txt-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
main .txt-inner p {
  display: inline;
}
main .txt-inner p.txt-in {
  padding-left: 1em;
}
main section:first-child {
  margin-top: 95px;
}
main section:first-child .ky {
  width: 100%;
}
main section:nth-child(2) {
  position: relative;
  padding: 85px 0 140px;
}
@media screen and (max-width: 767px) {
  main section:nth-child(2) {
    padding: 2.5rem 0 107px;
    /*&::before {
        content: "";
        position: absolute;
        bottom: 90px;
        left: 1.25rem;
        display: block;
        width: 86px;
        height: 71px;
        background: url("../img/report/silhouette06.png") no-repeat;
        background-size: contain;
    }
    &::after {
        content: "";
        position: absolute;
        bottom: 90px;
        right: 1.25rem;
        display: block;
        width: 75px;
        height: 117px;
        background: url("../img/report/silhouette07.png") no-repeat;
        background-size: contain;
    }*/
  }
}
main section:nth-child(2) img {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 1300px) {
  main section:nth-child(2) img {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  main section:nth-child(2) img {
    width: 80%;
    margin-bottom: 24px;
  }
}
main section:nth-child(2) .txt-inner {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  main section:nth-child(2) .txt-inner {
    font-size: 14px;
  }
}
@media screen and (max-width: 1300px) {
  main section:nth-child(2) .txt-inner {
    width: 90%;
  }
}
main section:nth-child(3) {
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  main section:nth-child(3) {
    padding-bottom: 5rem;
  }
}
main section:nth-child(3) .inner::after {
  content: "";
  position: absolute;
  top: -60px;
  right: 132px;
  display: block;
  width: 90px;
  height: 193px;
  background: url("../img/report/silhouette01.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  main section:nth-child(3) .inner::after {
    top: -30px;
    right: 0;
    width: 45px;
    height: 96.5px;
  }
}
main section:nth-child(3) .duo-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  width: 100%;
  max-width: 1200px;
  margin: -85px auto 40px;
}
@media screen and (max-width: 1300px) {
  main section:nth-child(3) .duo-img {
    width: 90%;
  }
}
@media screen and (max-width: 991px) {
  main section:nth-child(3) .duo-img {
    gap: 1.25rem;
    margin-top: -2.5rem;
  }
}
@media screen and (max-width: 767px) {
  main section:nth-child(3) .duo-img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px 1rem;
    margin-bottom: 20px;
  }
}
main section:nth-child(3) .duo-img img {
  width: 100%;
  max-width: 580px;
  -webkit-filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 991px) {
  main section:nth-child(3) .duo-img img {
    max-width: 670px;
  }
}
@media screen and (max-width: 767px) {
  main section:nth-child(3) .duo-img img {
    width: 338px;
  }
}
@media screen and (max-width: 1300px) {
  main section:nth-child(3) .txt-inner {
    width: 90%;
  }
}
main section:nth-child(4) {
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  main section:nth-child(4) {
    padding-bottom: 5rem;
  }
}
main section:nth-child(4) .inner::after {
  content: "";
  position: absolute;
  top: -60px;
  right: 105px;
  display: block;
  width: 144px;
  height: 193px;
  background: url("../img/report/silhouette02.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  main section:nth-child(4) .inner::after {
    top: -30px;
    right: 0;
    width: 72px;
    height: 96.5px;
  }
}
main section:nth-child(4) .duo-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  width: 100%;
  max-width: 1200px;
  margin: -85px auto 40px;
}
@media screen and (max-width: 1300px) {
  main section:nth-child(4) .duo-img {
    width: 90%;
  }
}
@media screen and (max-width: 991px) {
  main section:nth-child(4) .duo-img {
    gap: 1.25rem;
    margin-top: -2.5rem;
  }
}
@media screen and (max-width: 767px) {
  main section:nth-child(4) .duo-img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px 1rem;
    margin-bottom: 20px;
  }
}
main section:nth-child(4) .duo-img img {
  width: 100%;
  max-width: 580px;
  -webkit-filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 991px) {
  main section:nth-child(4) .duo-img img {
    max-width: 670px;
  }
}
@media screen and (max-width: 767px) {
  main section:nth-child(4) .duo-img img {
    width: 338px;
  }
}
@media screen and (max-width: 1300px) {
  main section:nth-child(4) .txt-inner {
    width: 90%;
  }
}
main section:nth-child(5) {
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  main section:nth-child(5) {
    padding-bottom: 5rem;
  }
}
main section:nth-child(5) .inner::after {
  content: "";
  position: absolute;
  top: -70px;
  right: 90px;
  display: block;
  width: 172px;
  height: 170px;
  background: url("../img/report/silhouette03.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  main section:nth-child(5) .inner::after {
    top: -30px;
    right: 0;
    width: 86px;
    height: 85px;
  }
}
main section:nth-child(5) > div .txt-area {
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 2.5rem - 580px);
  padding-top: 120px;
}
@media screen and (max-width: 1200px) {
  main section:nth-child(5) > div .txt-area {
    width: 100%;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  main section:nth-child(5) > div .txt-area {
    padding-top: 20px;
  }
}
main section:nth-child(5) > div .txt-area p {
  display: inline;
}
main section:nth-child(5) > div .txt-area p.txt-in {
  padding-left: 1em;
}
main section:nth-child(5) .duo-txt-img-reverse {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  width: 100%;
  max-width: 1200px;
  margin: -84px auto 0;
}
@media screen and (max-width: 1300px) {
  main section:nth-child(5) .duo-txt-img-reverse {
    width: 90%;
  }
}
@media screen and (max-width: 1200px) {
  main section:nth-child(5) .duo-txt-img-reverse {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  main section:nth-child(5) .duo-txt-img-reverse {
    margin-top: -2.5rem;
  }
}
main section:nth-child(5) .duo-txt-img-reverse img {
  width: 100%;
  max-width: 580px;
  -webkit-filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 991px) {
  main section:nth-child(5) .duo-txt-img-reverse img {
    display: block;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  main section:nth-child(5) .duo-txt-img-reverse img {
    width: 338px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1200px) {
  main section:nth-child(5) .img-area {
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  main section:nth-child(5) .img-area {
    width: 338px;
  }
}
main section:nth-child(6) {
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  main section:nth-child(6) {
    padding-bottom: 5rem;
  }
}
main section:nth-child(6) .inner::after {
  content: "";
  position: absolute;
  top: -60px;
  right: 95px;
  display: block;
  width: 163px;
  height: 170px;
  background: url("../img/report/silhouette04.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  main section:nth-child(6) .inner::after {
    top: -30px;
    right: 0;
    width: 81.5px;
    height: 85px;
  }
}
@media screen and (max-width: 767px) {
  main section:nth-child(6) .bg-h2-other {
    min-height: 161px;
  }
}
main section:nth-child(6) .duo-txt-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  width: 100%;
  max-width: 1200px;
  margin: -84px auto 0;
}
@media screen and (max-width: 1300px) {
  main section:nth-child(6) .duo-txt-img {
    width: 90%;
  }
}
@media screen and (max-width: 1200px) {
  main section:nth-child(6) .duo-txt-img {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  main section:nth-child(6) .duo-txt-img {
    margin-top: -2.5rem;
  }
}
main section:nth-child(6) .duo-txt-img img {
  width: 100%;
  max-width: 580px;
  -webkit-filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 991px) {
  main section:nth-child(6) .duo-txt-img img {
    display: block;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  main section:nth-child(6) .duo-txt-img img {
    width: 338px;
    margin-bottom: 10px;
  }
}
main section:nth-child(6) .duo-txt-img div.txt-area {
  padding-top: 120px;
  margin: 0 auto;
  width: calc(100% - 2.5rem - 580px);
}
@media screen and (max-width: 1200px) {
  main section:nth-child(6) .duo-txt-img div.txt-area {
    width: 100%;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  main section:nth-child(6) .duo-txt-img div.txt-area {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1200px) {
  main section:nth-child(6) .img-area {
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  main section:nth-child(6) .img-area {
    width: 338px;
  }
}
main section:nth-child(7) {
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  main section:nth-child(7) {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 1075px) {
  main section:nth-child(7) .bg-h2 {
    min-height: 275px;
  }
}
@media screen and (max-width: 991px) {
  main section:nth-child(7) .bg-h2 {
    min-height: 130px;
  }
}
@media screen and (max-width: 767px) {
  main section:nth-child(7) .bg-h2 {
    min-height: 191px;
  }
}
@media screen and (max-width: 991px) {
  main section:nth-child(7) .inner {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  main section:nth-child(7) .inner {
    padding-bottom: 50px;
  }
}
main section:nth-child(7) .inner::after {
  content: "";
  position: absolute;
  top: -45px;
  right: 95px;
  display: block;
  width: 163px;
  height: 170px;
  background: url("../img/report/silhouette05.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  main section:nth-child(7) .inner::after {
    top: -30px;
    right: 0;
    width: 97px;
    height: 83px;
  }
}
main section:nth-child(7) .duo-txt-img-reverse {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  width: 100%;
  max-width: 1200px;
  margin: -84px auto 0;
}
@media screen and (max-width: 1300px) {
  main section:nth-child(7) .duo-txt-img-reverse {
    width: 90%;
  }
}
@media screen and (max-width: 1200px) {
  main section:nth-child(7) .duo-txt-img-reverse {
    display: block;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 991px) {
  main section:nth-child(7) .duo-txt-img-reverse {
    margin-top: -2.5rem;
  }
}
@media screen and (max-width: 767px) {
  main section:nth-child(7) .duo-txt-img-reverse {
    padding-top: 0;
  }
}
main section:nth-child(7) .duo-txt-img-reverse img {
  width: 100%;
  max-width: 580px;
  -webkit-filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 991px) {
  main section:nth-child(7) .duo-txt-img-reverse img {
    display: block;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  main section:nth-child(7) .duo-txt-img-reverse img {
    width: 338px;
    margin-bottom: 10px;
  }
}
main section:nth-child(7) .duo-txt-img-reverse div.txt-area {
  padding-top: 120px;
  margin: 0 auto;
  width: calc(100% - 2.5rem - 580px);
}
@media screen and (max-width: 1200px) {
  main section:nth-child(7) .duo-txt-img-reverse div.txt-area {
    width: 100%;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  main section:nth-child(7) .duo-txt-img-reverse div.txt-area {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1200px) {
  main section:nth-child(7) .img-area {
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  main section:nth-child(7) .img-area {
    width: 338px;
  }
}
main section:nth-child(8) {
  margin-bottom: 284px;
}
@media screen and (max-width: 1200px) {
  main section:nth-child(8) {
    margin-bottom: 145px;
  }
}
main section:nth-child(8) .speaker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  main section:nth-child(8) .speaker {
    display: block;
  }
}
main section:nth-child(8) .speaker h3 {
  margin-bottom: 2.5rem;
  font-size: 30px;
  font-weight: bold;
  color: #003367;
}
@media screen and (max-width: 1200px) {
  main section:nth-child(8) .speaker h3 {
    margin-bottom: 1.25rem;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  main section:nth-child(8) .speaker h3 {
    font-size: 1.25rem;
  }
}
main section:nth-child(8) .speaker h4 {
  margin-bottom: 1.75rem;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  main section:nth-child(8) .speaker h4 {
    margin-bottom: 1.25rem;
    text-align: center;
    font-size: 15px;
  }
}
main section:nth-child(8) .speaker img {
  width: 760px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  main section:nth-child(8) .speaker img {
    width: 100%;
  }
}
main section:nth-child(8) .speaker > div {
  width: calc(100% - 760px);
  padding: 60px 2.5rem;
  background: linear-gradient(0deg, rgb(46, 84, 137) 0px, rgb(46, 84, 137) 40px, rgb(255, 255, 255) 40px, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 1200px) {
  main section:nth-child(8) .speaker > div {
    width: 100%;
    padding: 1.25rem 1.25rem 2.5rem;
    background: linear-gradient(0deg, rgb(46, 84, 137) 0px, rgb(46, 84, 137) 10px, rgb(255, 255, 255) 10px, rgb(255, 255, 255) 100%);
  }
}
main section:nth-child(8) .speaker p {
  font-size: 1rem;
}
@media screen and (max-width: 991px) {
  main section:nth-child(8) .speaker p {
    font-size: 0.75rem;
  }
}
main section:nth-child(9) {
  position: relative;
  background: url("../img/report/bg.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 665px;
}
@media screen and (max-width: 1033px) {
  main section:nth-child(9) {
    min-height: 732px;
  }
}
@media screen and (max-width: 767px) {
  main section:nth-child(9) {
    min-height: 700px;
  }
}
main section:nth-child(9) > div {
  position: absolute;
  top: -144px;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 1200px) {
  main section:nth-child(9) > div {
    top: -85px;
  }
}
@media screen and (max-width: 991px) {
  main section:nth-child(9) > div {
    padding: 2.5rem 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  main section:nth-child(9) > div {
    width: 90%;
    padding: 30px 1.25rem;
  }
}
main section:nth-child(9) > div .ttl {
  display: block;
  width: 238px;
  margin: 0 auto 66px;
}
@media screen and (max-width: 767px) {
  main section:nth-child(9) > div .ttl {
    width: 102px;
    margin-bottom: 2rem;
  }
}
main section:nth-child(9) > div .outline-area {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  main section:nth-child(9) > div .outline-area {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  main section:nth-child(9) > div .outline-area {
    width: 100%;
  }
}
main section:nth-child(9) > div .outline {
  width: 143px;
  outline-style: none;
}
@media screen and (max-width: 767px) {
  main section:nth-child(9) > div .outline {
    width: auto;
    height: 25px;
    display: block;
    margin: 0 auto 10px;
  }
}
main section:nth-child(9) > div .outline-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1.25rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  main section:nth-child(9) > div .outline-flex {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 25px;
  }
}
main section:nth-child(9) > div .outline-flex:last-child {
  margin-bottom: 0;
}
main section:nth-child(9) > div .outline-flex p, main section:nth-child(9) > div .outline-flex ul {
  width: calc(100% - 143px - 1.25rem);
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  main section:nth-child(9) > div .outline-flex p, main section:nth-child(9) > div .outline-flex ul {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.75rem;
    text-align: center;
  }
}
main section:nth-child(9) > div .outline-flex ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 14px;
  font-size: 1rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 767px) {
  main section:nth-child(9) > div .outline-flex ul li {
    position: relative;
    padding-left: 13px;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    text-align: left;
  }
}
main section:nth-child(9) > div .outline-flex ul li::before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background: #003367;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  main section:nth-child(9) > div .outline-flex ul li::before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 7px;
    height: 7px;
  }
}
main section:nth-child(9) > div .outline-flex ul li p {
  width: calc(100% - 1.75rem);
}
main .img-area img {
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  main .img-area img {
    margin-bottom: 6px;
  }
}
main .img-area figcaption {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main .img-area figcaption {
    font-size: 14px;
  }
}
main .img-area figcaption span {
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  main .img-area figcaption span {
    margin-right: 0;
  }
}

footer {
  width: 100%;
  height: 60px;
  background: #003367;
  padding: 23px 0;
}
footer .copylight {
  font-size: 14px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .copylight {
    font-size: 10px;
  }
}/*# sourceMappingURL=report.css.map */