@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ===================================================================
CSS information
 file name  :guideline.css
 style info :ミラー配信に関するガイドラインのスタイル
=================================================================== */
body {
  position: relative;
}
body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (min-width: 751px) {
  body:before {
    background-image: url("../img/shared/bg_contents_pc.jpg");
    background-position: center top;
    background-size: auto;
  }
}
@media screen and (min-width: 1921px) {
  body:before {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  body:before {
    background-image: url("../img/shared/bg_contents_sp.png");
    background-position: center top;
    background-size: 100%;
  }
}

#visual {
  background: -webkit-gradient(linear, left top, right top, from(#7cff85), to(#eaff00));
  background: linear-gradient(90deg, #7cff85 0%, #eaff00 100%);
  padding-bottom: 10px;
}
#visual .inner {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 751px) {
  #visual .inner {
    background-image: url(../img/report/bg_photo_pc.png);
    padding: 40px 0;
  }
}
@media screen and (min-width: 1921px) {
  #visual .inner {
    background-size: cover;
    padding: 2vw 0;
  }
}
@media screen and (max-width: 767px) {
  #visual .inner {
    background-image: url(../img/report/bg_photo_sp.png);
    background-size: 100%;
    padding: 9vw 0;
  }
}
#visual .inner h1 {
  margin-inline: auto;
}
@media screen and (min-width: 751px) {
  #visual .inner h1 {
    width: min(90%, 380px);
  }
}
@media screen and (min-width: 1921px) {
  #visual .inner h1 {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  #visual .inner h1 {
    width: 74%;
    margin-bottom: 2vw;
  }
}
#visual .inner h2 {
  margin-inline: auto;
}
@media screen and (min-width: 751px) {
  #visual .inner h2 {
    width: min(90%, 537px);
  }
}
@media screen and (min-width: 1921px) {
  #visual .inner h2 {
    width: 26%;
  }
}
@media screen and (max-width: 767px) {
  #visual .inner h2 {
    width: 74%;
  }
}

@media screen and (min-width: 751px) {
  #content {
    background: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9) 12px, rgba(0, 0, 0, 0.85) 12px, rgba(0, 0, 0, 0.85) 18px);
    padding: 60px 0;
  }
}
@media screen and (min-width: 1921px) {
  #content {
    background: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9) 1vw, rgba(0, 0, 0, 0.85) 1vw, rgba(0, 0, 0, 0.85) 2vw);
    padding: 3vw 0;
  }
}
@media screen and (max-width: 767px) {
  #content {
    background: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9) 2vw, rgba(0, 0, 0, 0.85) 2vw, rgba(0, 0, 0, 0.85) 4vw);
    padding: 12vw 0;
  }
}
#content .sec {
  position: relative;
  text-align: left;
  padding-bottom: 4em;
  margin: 0 auto 3em;
}
@media screen and (min-width: 751px) {
  #content .sec {
    width: min(96%, 980px);
  }
}
@media screen and (min-width: 1921px) {
  #content .sec {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #content .sec {
    width: 90%;
  }
}
#content .sec:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#7cff85), to(#eaff00));
  background: linear-gradient(90deg, #7cff85 0%, #eaff00 100%);
  width: 100%;
  height: 0.3em;
}
#content .sec .mainTxt {
  color: #eaff00;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 751px) {
  #content .sec .mainTxt {
    font-size: 30px;
  }
}
@media screen and (min-width: 1921px) {
  #content .sec .mainTxt {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  #content .sec .mainTxt {
    font-size: 5vw;
  }
}
#content .sec .txt {
  color: #fff;
  font-weight: 700;
  margin-bottom: 2em;
}
@media screen and (min-width: 751px) {
  #content .sec .txt {
    font-size: 20px;
  }
}
@media screen and (min-width: 1921px) {
  #content .sec .txt {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 767px) {
  #content .sec .txt {
    font-size: 4vw;
  }
}
#content .sec figure.imgCen {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  #content .sec figure.imgCen {
    width: min(90%, 750px);
  }
}
@media screen and (min-width: 1921px) {
  #content .sec figure.imgCen {
    width: 74%;
  }
}
#content .sec.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 751px) {
  #content .sec.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 (max-width: 767px) {
  #content .sec.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (min-width: 751px) {
  #content .sec.flex .lBox {
    width: 48%;
  }
}
@media screen and (min-width: 751px) {
  #content .sec.flex figure {
    width: 48%;
  }
}
#content .btnBox {
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  #content .btnBox {
    width: 90%;
    margin-inline: auto;
  }
}
#content .btnBox p {
  font-weight: 700;
  line-height: 1.4;
  background: -webkit-gradient(linear, left top, right top, from(#7cff85), to(#eaff00));
  background: linear-gradient(90deg, #7cff85 0%, #eaff00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1em;
}
@media screen and (min-width: 751px) {
  #content .btnBox p {
    font-size: 36px;
  }
}
@media screen and (min-width: 1921px) {
  #content .btnBox p {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  #content .btnBox p {
    font-size: 6.6vw;
  }
}
#content .btnBox .btnR {
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 751px) {
  #content .btnBox .btnR {
    width: 450px;
  }
}
@media screen and (min-width: 1921px) {
  #content .btnBox .btnR {
    width: 22%;
  }
}
@media screen and (max-width: 767px) {
  #content .btnBox .btnR {
    width: 100%;
  }
}
#content .questionnaire {
  margin-bottom: 4em;
}
#content .questionnaire dl {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #content .questionnaire dl {
    width: 90%;
  }
}
#content .questionnaire dl dt {
  font-weight: 700;
  line-height: 1.4;
  background: -webkit-gradient(linear, left top, right top, from(#7cff85), to(#eaff00));
  background: linear-gradient(90deg, #7cff85 0%, #eaff00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 751px) {
  #content .questionnaire dl dt {
    font-size: 36px;
  }
}
@media screen and (min-width: 1921px) {
  #content .questionnaire dl dt {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  #content .questionnaire dl dt {
    font-size: 6.6vw;
  }
}
#content .questionnaire dl dd {
  background: linear-gradient(60deg, #7cff85, #eaff00);
  border-radius: 20px;
  padding: 4px;
  margin-inline: auto;
}
@media screen and (min-width: 751px) {
  #content .questionnaire dl dd {
    width: 750px;
  }
}
@media screen and (min-width: 1921px) {
  #content .questionnaire dl dd {
    width: 42%;
  }
}
#content .questionnaire dl dd img {
  border-radius: 16px;
  overflow: hidden;
}
#content .questionnaire dl dd:hover {
  background: linear-gradient(60deg, #ffc000, #ff3f3a);
}
#content .questionnaire .anoTxt {
  margin-top: 1em;
}
#content .questionnaire .anoTxt li {
  color: #fff;
}
@media screen and (min-width: 751px) {
  #content .questionnaire .anoTxt li {
    font-size: 15px;
  }
}
@media screen and (min-width: 1921px) {
  #content .questionnaire .anoTxt li {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  #content .questionnaire .anoTxt li {
    font-size: 3.2vw;
  }
}
#content .btnTop {
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#7cff85), to(#eaff00));
  background: linear-gradient(90deg, #7cff85 0%, #eaff00 100%);
  margin: 0 auto 1.5em;
}
@media screen and (min-width: 751px) {
  #content .btnTop {
    width: 400px;
  }
}
@media screen and (min-width: 1921px) {
  #content .btnTop {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  #content .btnTop {
    width: 70%;
  }
}
#content .btnTop:hover {
  background: linear-gradient(60deg, #ffc000, #ff3f3a);
}
#content .btnTop:hover a {
  color: #fff;
}
#content .btnTop a {
  display: block;
  color: #006836;
  font-weight: 700;
  padding: 1.2em;
}
@media screen and (min-width: 751px) {
  #content .btnTop a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1921px) {
  #content .btnTop a {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  #content .btnTop a {
    font-size: 4vw;
  }
}