@charset "UTF-8";
/* navi-report.scss • v0.0.1 */
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*==========================================================================

   mixin

===========================================================================*/
/*==========================================================================

   keyframes

===========================================================================*/
/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
  #sec-report
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-report {
  position: relative;
  margin-top: clamp(0px, 7.4626865672vw, 100px);
  padding-bottom: clamp(50px, 7.4626865672vw, 100px);
}
@media only screen and (max-width: 767px) {
  .sec-report {
    margin-top: 60px;
  }
}
.sec-report .header__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec-report .header__tag {
  padding: 16px 20px;
  font-size: 14px;
  border: 1px solid #DFEAFF;
  color: #0075C4;
  letter-spacing: 0.6px;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-report .header__tag {
    padding: 9px 12px;
    font-size: 12px;
  }
}
.sec-report .header__tag--new {
  min-width: 124px;
  margin-right: 10px;
  background: #E5BC4A;
  border: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 767px) {
  .sec-report .header__tag--new {
    min-width: 75px;
  }
}
.sec-report .header__ttl {
  margin-top: 30px;
  font-size: clamp(26px, 2.1538461538vw, 28px);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 6.8px;
}
@media only screen and (max-width: 767px) {
  .sec-report .header__ttl {
    margin-top: 15px;
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.sec-report .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(40px, 6.1538461538vw, 80px);
  margin: clamp(50px, 7.6923076923vw, 100px) 0;
}
@media only screen and (max-width: 767px) {
  .sec-report .contents {
    margin: 50px 0;
    gap: clamp(0px, 15.6453715776vw, 120px);
  }
}
.sec-report .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .sec-report .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sec-report .content--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .sec-report .content--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-report .content__img {
  width: 47.6%;
}
@media only screen and (max-width: 767px) {
  .sec-report .content__img {
    width: auto;
  }
}
.sec-report .content__img figure {
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 767px) {
  .sec-report .content__img figure {
    aspect-ratio: 63/62;
  }
}
.sec-report .content__img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-report .content__body {
  width: 47.6%;
}
@media only screen and (max-width: 767px) {
  .sec-report .content__body {
    width: auto;
  }
}
.sec-report .content__body-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .sec-report .content__body-inner {
    height: auto;
  }
}
.sec-report .content__ttl {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
  font-size: clamp(20px, 1.8461538462vw, 24px);
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 2.8px;
}
@media only screen and (max-width: 767px) {
  .sec-report .content__ttl {
    width: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 3.6px;
  }
}
.sec-report .content__ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: clamp(50px, 7.6923076923vw, 100px);
  height: 3px;
  background-color: #0075C4;
}
@media only screen and (max-width: 767px) {
  .sec-report .content__ttl::before {
    width: 100px;
  }
}
.sec-report .content__txt {
  font-size: clamp(15px, 1.2307692308vw, 16px);
  line-height: 200%;
  letter-spacing: 0.54px;
}
@media only screen and (max-width: 767px) {
  .sec-report .content__txt {
    letter-spacing: 0.45px;
  }
}
.sec-report .content__txt + .content__txt {
  margin-top: clamp(10px, 1.5384615385vw, 20px);
}
.sec-report .content__link {
  position: relative;
  margin-top: clamp(20px, 3.0769230769vw, 40px);
  font-size: clamp(15px, 1.3846153846vw, 18px);
  line-height: 200%;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 767px) {
  .sec-report .content__link {
    padding-inline: 14px 26px;
  }
}
.sec-report .content__link::before {
  content: "";
  position: relative;
  display: inline-block;
  top: 0;
  margin-right: 5px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #0075C4;
}
@media only screen and (max-width: 767px) {
  .sec-report .content__link::before {
    position: relative;
    display: inline-block;
    top: 0;
    margin-right: 5px;
    width: 10px;
    height: 10px;
  }
}
.sec-report .content__link a {
  position: relative;
  color: #0075C4;
}
.sec-report .content__link a::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  background: url("../img/common/ico_arrow_blank.svg") no-repeat 50% 50%/contain;
}
.mode-pc .sec-report .content__link a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*# sourceMappingURL=navi-report.css.map */