@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ==========================================================
  EXTEND
========================================================== */
/* ===================================================================
CSS information
 file name  :report.css
 style info :レポートのスタイル
=================================================================== */
@media screen and (min-width: 768px) {
  .navArea {
    background: -webkit-gradient(linear, left top, right top, from(#ffd800), to(#ff918d));
    background: linear-gradient(90deg, #ffd800 0%, #ff918d 100%);
    position: relative;
  }
}

.main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .main {
    background-image: url(../img/report/bg_main_pc.jpg);
    background-size: auto 100%;
    height: 18rem;
  }
}
@media screen and (max-width: 767px) {
  .main {
    background-image: url(../img/report/bg_main_sp.jpg);
    background-size: 100%;
    height: 12rem;
  }
}
.main h1 {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .main h1 {
    font-size: 1.25rem;
    padding: 1rem 3rem 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .main h1 {
    font-size: 1rem;
    padding: 0.6rem 2rem 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  :lang(en) .main h1 {
    padding: 1rem 3rem 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  :lang(en) .main h1 {
    padding: 0.6rem 2rem 0.8rem;
  }
}
.main h1 span {
  display: block;
  font-weight: 900;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#ffd800), to(#ff918d));
  background: linear-gradient(90deg, #ffd800 0%, #ff918d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  .main h1 span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .main h1 span {
    font-size: 1.875rem;
  }
}

.content {
  position: relative;
}
.content:before {
  display: block;
  content: "";
  position: sticky;
  top: 0;
  z-index: -1;
  background-color: #ffea01;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 100vh;
}
@media screen and (min-width: 768px) {
  .content:before {
    background-image: url(../img/top/bg_content_pc.png);
    background-size: auto;
  }
}
@media screen and (min-width: 1921px) {
  .content:before {
    background-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  .content:before {
    background-image: url(../img/top/bg_content_sp.png);
    background-size: 100%;
  }
}
.content .innerBox {
  margin-top: -100vh;
  padding: 4rem 0 10rem;
}
@media screen and (min-width: 768px) {
  .content .innerBox .read {
    width: min(100% - 3rem, 1220px);
    margin: 0 auto 6rem;
  }
}
@media screen and (min-width: 1921px) {
  .content .innerBox .read {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .read {
    width: 90%;
    margin: 0 auto 3rem;
  }
}
.content .innerBox .read .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .content .innerBox .read .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .read .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2rem 0;
  }
}
.content .innerBox .read .box dl {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .content .innerBox .read .box dl {
    width: 45%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .content .innerBox .read .box dl {
    width: 100%;
  }
}
.content .innerBox .read .box dl dt {
  color: #f21e5a;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  .content .innerBox .read .box dl dt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .read .box dl dt {
    font-size: 1.625rem;
  }
}
.content .innerBox .read .box dl dd {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .content .innerBox .read .box .photoBox {
    width: 52%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .content .innerBox .read .box .photoBox {
    width: 100%;
  }
}
.content .innerBox .read .box .photoBox figure {
  border: 2px solid #ffd800;
  margin-bottom: 1rem;
}
.content .innerBox .read .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .content .innerBox .read .imgBox {
    gap: 0 1rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .read .imgBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem 0;
    margin-top: 1rem;
  }
}
.content .innerBox .read .imgBox li {
  border: 2px solid #ffd800;
}
@media screen and (min-width: 768px) {
  .content .innerBox .read .imgBox li {
    width: calc((100% - 2rem) / 3);
  }
}
.content .innerBox .read .line {
  display: block;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#ffd800), to(#ff918d));
  background: linear-gradient(90deg, #ffd800 0%, #ff918d 100%);
  width: 100%;
  height: 0.5rem;
}
.content .innerBox .award {
  border-radius: 2rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(22, 186, 173, 0.85)), to(rgba(101, 221, 109, 0.85)));
  background: linear-gradient(90deg, rgba(22, 186, 173, 0.85) 0%, rgba(101, 221, 109, 0.85) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2rem;
  margin: 0 auto 6rem;
}
@media screen and (min-width: 768px) {
  .content .innerBox .award {
    width: min(100% - 3rem, 1220px);
  }
}
@media screen and (min-width: 1921px) {
  .content .innerBox .award {
    width: 70%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .content .innerBox .award {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2rem 0;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .award {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2rem 0;
    width: 90%;
  }
}
.content .innerBox .award dl {
  color: #fff;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .content .innerBox .award dl {
    width: 45%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .content .innerBox .award dl {
    width: 100%;
  }
}
.content .innerBox .award dl dt {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  .content .innerBox .award dl dt {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .award dl dt {
    font-size: 1.5rem;
  }
}
.content .innerBox .award dl dd {
  font-size: 1.125rem;
}
.content .innerBox .award figure {
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .content .innerBox .award figure {
    width: 52%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .content .innerBox .award figure {
    width: 100%;
  }
}
.content .innerBox .award figure.icn {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .content .innerBox .award figure.icn {
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .content .innerBox .award figure.icn {
    aspect-ratio: 16/4;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .award figure.icn {
    aspect-ratio: 16/6;
  }
}
@media screen and (min-width: 768px) {
  .content .innerBox .award figure.icn img {
    width: 60%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .content .innerBox .award figure.icn img {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .award figure.icn img {
    width: 60%;
  }
}
.content .innerBox .sec {
  padding-bottom: 8rem;
}
.content .innerBox .sec h2 {
  position: relative;
  line-height: 1.4;
  background: #000;
  padding: 1rem 0 1.2rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec h2 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec h2 {
    font-size: 2rem;
  }
}
.content .innerBox .sec h2 span {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#ffd800), to(#ff918d));
  background: linear-gradient(90deg, #ffd800 0%, #ff918d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content .innerBox .sec .inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec .inner {
    width: min(100% - 3rem, 980px);
  }
}
@media screen and (min-width: 1921px) {
  .content .innerBox .sec .inner {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec .inner {
    width: 90%;
  }
}
.content .innerBox .sec .inner dl {
  text-align: left;
  margin-bottom: 1.4rem;
}
.content .innerBox .sec .inner dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 1.5rem;
  color: #f21e5a;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec .inner dl dt {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec .inner dl dt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem 0;
  }
}
.content .innerBox .sec .inner dl dt .icn {
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec .inner dl dt .icn {
    width: 7.7rem;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec .inner dl dt .icn {
    width: 26%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec .inner dl dt .txt {
    font-size: 2rem;
    width: calc(100% - 100px - 0.8rem);
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec .inner dl dt .txt {
    font-size: 1.75rem;
  }
}
.content .innerBox .sec .inner dl dd {
  font-size: 1.25rem;
}
.content .innerBox .sec .inner figure {
  border: 2px solid #ffd800;
}
.content .innerBox .sec#ltj dl dt {
  color: #6d1600;
}
.content .innerBox .sec#iev dl dt {
  color: #2364b8;
}
.content .innerBox .sec#fli dl dt {
  color: #28840b;
}
.content .innerBox .lastTxt {
  color: #f21e5a;
  font-weight: 700;
  line-height: 1.6;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .content .innerBox .lastTxt {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .lastTxt {
    font-size: 2rem;
  }
}