@import url("https://fonts.googleapis.com/css2?family=New+Tegomin&family=Noto+Serif+JP&family=Montserrat:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
.lyt-wrap {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #ffffff;
  position: relative;
}
.lyt-wrap__section {
  position: relative;
  width: calc(100% - 60px * 2);
  margin: 0 60px 100px;
}
@media screen and (max-width: 660px) {
  .lyt-wrap__section {
    width: calc(100% - 20px * 2);
    margin: 0 20px 50px;
  }
}
@media screen and (max-width: 660px) {
  .lyt-wrap__section.is-mt-wide {
    margin-top: 25px;
  }
}
@media screen and (max-width: 660px) {
  .lyt-wrap__section.is-sp-mx-wide {
    width: calc(100% - 50px * 2);
    margin: 0 50px 75px;
  }
}
.lyt-wrap__section.is-mb-none {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 660px) {
  .lyt-wrap__section.is-bottom {
    margin-bottom: 150px;
  }
}
.lyt-wrap__section:first-of-type {
  margin: 100px 60px 50px;
}
@media screen and (max-width: 660px) {
  .lyt-wrap__section:first-of-type {
    margin: 30px 20px 0;
  }
}
.lyt-wrap__nav-sp {
  display: none;
}
.lyt-wrap__nav-sp.is-show {
  display: block;
}

.lyt-column {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #ffffff;
  position: relative;
  width: 100%;
}
.lyt-column__wrap {
  display: flex;
}
@media screen and (max-width: 660px) {
  .lyt-column__wrap {
    display: block;
  }
}
.lyt-column__left {
  width: 40%;
}
@media screen and (max-width: 660px) {
  .lyt-column__left {
    width: 100%;
  }
}
.lyt-column__right {
  width: 60%;
  margin: 0 10vw;
}
@media screen and (max-width: 660px) {
  .lyt-column__right {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  .lyt-column__right {
    width: 60%;
    margin: 0 6vw;
  }
}
.lyt-column__section {
  position: relative;
}
@media screen and (max-width: 660px) {
  .lyt-column__section {
    margin: 0 20px;
  }
}
.lyt-column__section:not(:last-of-type) {
  margin-bottom: 70px;
}
.lyt-column__section:nth-last-of-type(-n + 2) {
  margin-bottom: 150px !important;
}
.lyt-column__section.is-qa {
  margin-bottom: 200px;
}
@media screen and (max-width: 660px) {
  .lyt-column__section.is-qa {
    margin: 0 0 100px 0;
  }
}
.lyt-column__section.is-report {
  margin-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 660px) {
  .lyt-column__section.is-report {
    margin: 0 0 35px 0;
  }
}

.hdg-lv1 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.hdg-lv1__wrap {
  position: relative;
  overflow: hidden;
  width: 415px;
  overflow: hidden;
}
@media screen and (max-width: 660px) {
  .hdg-lv1__wrap {
    width: 276px;
    margin: auto;
  }
}
.hdg-lv1__wrap.is-bottom {
  position: relative;
  top: -19px;
  width: 311px;
}
@media screen and (max-width: 660px) {
  .hdg-lv1__wrap.is-bottom {
    top: -16px;
    width: 214px;
  }
}
.hdg-lv1__wrap.is-bottom .hdg-lv1__hdg {
  position: relative;
  overflow: hidden;
}
.hdg-lv1__wrap.is-bottom .hdg-lv1__hdg::after {
  content: "";
  position: absolute;
  left: calc(50% + 2px);
  transform: translateX(-50%);
  top: 9px;
  width: 296px;
  height: 49px;
  border: 3px solid #181818;
  background: fff;
  z-index: -1;
}
@media screen and (max-width: 660px) {
  .hdg-lv1__wrap.is-bottom .hdg-lv1__hdg::after {
    top: 7px;
    left: calc(50% - 2px);
    width: 198px;
    height: 30px;
  }
}
.hdg-lv1__wrap.is-bottom .hdg-lv1__bg {
  width: 100%;
}
.hdg-lv1__hdg {
  position: relative;
  font-size: 72px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  color: #181818;
  line-height: 1;
  z-index: 2;
  overflow: hidden;
  opacity: 0;
}
@media screen and (max-width: 660px) {
  .hdg-lv1__hdg {
    font-size: 48px;
  }
}
@media screen and (min-width: 1440px) {
  .hdg-lv1__hdg {
    font-size: 72px;
  }
}
.hdg-lv1__hdg::after {
  content: "";
  position: absolute;
  left: calc(50% + 2px);
  transform: translateX(-50%);
  top: 9px;
  width: 402px;
  height: 49px;
  border: 3px solid #181818;
  background: #fff;
  z-index: -1;
  box-sizing: content-box;
}
@media screen and (max-width: 660px) {
  .hdg-lv1__hdg::after {
    top: 5px;
    left: calc(50% - -1px);
    width: 265px;
    height: 32px;
  }
}
.hdg-lv1__hdg.is-fade-txt {
  animation: txtOpacity 1s ease-in 0s;
  opacity: 1;
}
.hdg-lv1__bg {
  display: block;
  position: absolute;
  top: 7px;
  width: 100%;
  height: 58px;
  z-index: 3;
  background: #DC1E37;
  opacity: 1;
}
@media screen and (max-width: 660px) {
  .hdg-lv1__bg {
    top: 4px;
    left: 0;
    height: 40px;
  }
}
.hdg-lv1__bg.is-fade-bg {
  animation: bgFade 1s ease-in 0s;
  opacity: 0;
}
.hdg-lv1.is-commingsoon .hdg-lv1__hdg::after {
  content: "";
  position: absolute;
  top: 9px;
  left: calc(50% - 1px);
  transform: translateX(-50%);
  width: calc(100% - 11px);
  height: 49px;
  border: 3px solid #181818;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 660px) {
  .hdg-lv1.is-commingsoon .hdg-lv1__hdg::after {
    top: 7px;
    left: 50%;
    width: calc(100% - 9px);
    height: 29px;
  }
}
.hdg-lv1.is-commingsoon .is-bottom .hdg-lv1__hdg::after {
  content: "";
  position: absolute;
  top: 9px;
  left: calc(50% - 2px);
  transform: translateX(-50%);
  width: calc(100% - 14px);
  height: 49px;
  border: 3px solid #181818;
  background: fff;
  z-index: -1;
}
@media screen and (max-width: 660px) {
  .hdg-lv1.is-commingsoon .is-bottom .hdg-lv1__hdg::after {
    top: 7px;
    left: calc(50% - 2px);
    width: calc(100% - 11px);
    height: 29px;
  }
}

.nav-lv1 {
  position: absolute;
  right: 30px;
  top: 7px;
  padding: 0 5px;
  overflow: hidden;
}
@media screen and (max-width: 968px) {
  .nav-lv1 {
    top: -30px;
  }
}
.nav-lv1__list {
  display: flex;
}
.nav-lv1__image-top {
  max-width: 40px;
}
.nav-lv1__bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 18px;
  z-index: 3;
  background: #DC1E37;
  opacity: 1;
  transform: translateX(200%);
}
.nav-lv1__bg.is-fade-bg {
  animation: bgFadeForLink 1s ease-out 0s;
  opacity: 0;
}
.nav-lv1__doc {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  color: #181818;
  line-height: 1;
  z-index: 2;
  opacity: 0;
}
.nav-lv1__doc.is-top::after {
  content: "";
  position: absolute;
  top: 2px;
  left: calc(50% - 2px);
  transform: translateX(-50%);
  width: 37px;
  height: 12px;
  border: 1px solid #181818;
  background: #fff;
  z-index: -1;
  box-sizing: content-box;
}
.nav-lv1__doc.is-about::after {
  content: "";
  position: absolute;
  top: 2px;
  left: calc(50% - 1px);
  transform: translateX(-50%);
  width: 67px;
  height: 12px;
  border: 1px solid #181818;
  background: #fff;
  z-index: -1;
  box-sizing: content-box;
}
.nav-lv1__doc.is-report::after {
  content: "";
  position: absolute;
  top: 2px;
  left: calc(50% - 0px);
  transform: translateX(-50%);
  width: 74px;
  height: 12px;
  border: 1px solid #181818;
  background: #fff;
  z-index: -1;
  box-sizing: content-box;
}
.nav-lv1__doc.is-fade-txt {
  animation: txtOpacity 1s ease-in 0s;
  opacity: 1;
}
.nav-lv1__item {
  position: relative;
  overflow: hidden;
}
.nav-lv1__item:not(:last-of-type) {
  margin-right: 10px;
}
.nav-lv1__item.is-top {
  width: 43px;
}
.nav-lv1__item.is-about {
  width: 72px;
}
.nav-lv1__item.is-report {
  width: 78px;
}
.nav-lv1__link {
  position: relative;
  height: 55px;
  overflow: hidden;
}
.nav-lv1__link:not(:last-of-type) {
  margin-right: 10px;
}
.nav-lv1__link:hover {
  text-decoration: none;
}
.nav-lv1.is-report {
  position: absolute;
  right: 0;
  top: 15px;
}
.nav-lv1.is-report__image-about {
  max-width: 68px;
}
.nav-lv1.is-report__image-report {
  max-width: 79px;
}
.nav-lv1.is-report__image-top {
  max-width: 40px;
}
.nav-lv1.is-report__link:not(:last-of-type) {
  margin-right: 10px;
}

.nav-sp {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1000;
}
.nav-sp__list {
  position: relative;
  bottom: 90px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0 20px;
}
.nav-sp__item {
  margin-bottom: 10px;
}
.nav-sp__link {
  position: relative;
  height: 55px;
}
.nav-sp__link:not(:last-of-type) {
  margin-right: 10px;
}
.nav-sp__link:hover {
  text-decoration: none;
}
.nav-sp__doc {
  position: relative;
  font-size: 42px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  color: #181818;
  line-height: 1;
  z-index: 2;
}
.nav-sp__doc.is-top::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + -3px);
  height: 29px;
  border: 1px solid #181818;
  background: #fff;
  z-index: -1;
}
.nav-sp__doc.is-about::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 1px);
  height: 29px;
  border: 1px solid #181818;
  background: #fff;
  z-index: -1;
}
.nav-sp__doc.is-report::after {
  content: "";
  position: absolute;
  top: 6px;
  left: calc(50% - -2px);
  transform: translateX(-50%);
  width: calc(100% - 6px);
  height: 29px;
  border: 1px solid #181818;
  background: #fff;
  z-index: -1;
}
.nav-sp__image-top {
  max-width: 40px;
}

.doc-hdg {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
  color: #181818;
}
@media screen and (max-width: 660px) {
  .doc-hdg {
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
  }
}

.doc-primary {
  font-size: 20px;
  line-height: 2;
  color: #181818;
}
@media screen and (max-width: 660px) {
  .doc-primary {
    font-size: 16px;
    line-height: 1.8;
  }
}
.doc-primary.doc-center {
  text-align: center;
}

.doc-sign {
  font-size: 30px;
  line-height: 1;
  color: #181818;
  text-align: center;
  margin-bottom: 40px;
}

.box-fadein {
  opacity: 0;
  transition: 0.5S ease-in;
}
.box-fadein.is-show {
  opacity: 1;
}

.box-FadeIn-delay {
  opacity: 0;
  transition: 0.5S ease-in;
}
.box-FadeIn-delay.is-show {
  opacity: 1;
}

.box-visual {
  position: relative;
  aspect-ratio: 1320/600;
  overflow: hidden;
}
@media screen and (max-width: 660px) {
  .box-visual {
    width: 100%;
    height: 66vh;
    aspect-ratio: 1.305/1;
  }
}
.box-visual__link:hover {
  text-decoration: none;
}
.box-visual__link:hover .btn-black:after {
  transform: scale(1, 1);
  transform-origin: left top;
}
.box-visual__image-main {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #181818;
  opacity: 0;
  z-index: 1;
}
.box-visual__image-main.is-scroll-fade-kv {
  animation: txtOpacity 0.5s ease-in 0s;
  opacity: 1;
}
.box-visual__image-main.is-report01 {
  background: url(/global/about/project/ambassador/img/img_kv.png) no-repeat 100%/cover;
}
@media screen and (max-width: 660px) {
  .box-visual__image-main.is-report01 {
    background: url(/global/about/project/ambassador/img/img_kv_sp.png) no-repeat center 15%/cover;
    background-size: 100%;
  }
}
.box-visual__image-main.is-report02 {
  background: url(/global/about/project/ambassador/img/img_kv02.png) no-repeat 15% center/cover;
}
@media screen and (max-width: 660px) {
  .box-visual__image-main.is-report02 {
    background: url(/global/about/project/ambassador/img/img_kv02_sp.png) no-repeat center 50%/cover;
  }
}
.box-visual__image-main.is-report03 {
  background: url(/global/about/project/ambassador/img/img_kv03.png) no-repeat center center/cover;
  position: relative;
}
.box-visual__image-main.is-report04 {
  background: url(/global/about/project/ambassador/img/img_kv04.png) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 660px) {
  .box-visual__image-main.is-report04 {
    background: url(/global/about/project/ambassador/img/img_kv04_sp.png) no-repeat center center/cover;
  }
}
.box-visual__image-main.is-report05 {
  background: url(/global/about/project/ambassador/img/img_kv05.png) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 660px) {
  .box-visual__image-main.is-report05 {
    background: url(/global/about/project/ambassador/img/img_kv05_sp.png) no-repeat center center/cover;
  }
}
.box-visual__image-main.is-report06 {
  background: url(/global/about/project/ambassador/img/img_kv06.png) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 660px) {
  .box-visual__image-main.is-report06 {
    background: url(/global/about/project/ambassador/img/img_kv06_sp.png) no-repeat center center/cover;
  }
}
.box-visual__image-main.is-report07 {
  background: url(/global/about/project/ambassador/img/img_kv07.png) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 660px) {
  .box-visual__image-main.is-report07 {
    background: url(/global/about/project/ambassador/img/img_kv07_sp.png) no-repeat center center/cover;
  }
}
.box-visual__image-main.is-report08 {
  background: url(/global/about/project/ambassador/img/img_kv08.png) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 660px) {
  .box-visual__image-main.is-report08 {
    background: url(/global/about/project/ambassador/img/img_kv08_sp.png) no-repeat center center/cover;
  }
}
.box-visual__image-main.is-report09 {
  background: url(/global/about/project/ambassador/img/img_kv09.png) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 660px) {
  .box-visual__image-main.is-report09 {
    background: url(/global/about/project/ambassador/img/img_kv09_sp.png) no-repeat center center/cover;
  }
}
.box-visual__image-main.is-report10 {
  background: url(/global/about/project/ambassador/img/img_kv10.png) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 660px) {
  .box-visual__image-main.is-report10 {
    background: url(/global/about/project/ambassador/img/img_kv10_sp.png) no-repeat center center/cover;
  }
}
.box-visual__image-main.is-layer {
  position: relative;
}
.box-visual__image-main.is-layer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}
.box-visual__image-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #DC1E37;
  opacity: 0;
  z-index: 2;
}
.box-visual__image-bg.is-scroll-fade-kv-bg {
  animation: bgFade 0.8s ease-out 0s;
  opacity: 0;
}
.box-visual__ttl {
  position: absolute;
  top: calc(50% + 23px);
  left: 67px;
  transform: translateY(-50%);
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 660px) {
  .box-visual__ttl {
    top: initial;
    bottom: 15px;
    left: 10px;
    transform: initial;
    width: calc(100% - 10px);
  }
}
.box-visual__ttl.is-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 660px) {
  .box-visual__ttl.is-center {
    bottom: initial;
  }
}
.box-visual__ttl.is-report07 {
  top: calc(50% + 140px);
}
@media screen and (max-width: 660px) {
  .box-visual__ttl.is-report07 {
    top: initial;
  }
}
.box-visual__doc-wrap {
  position: relative;
  margin-bottom: 1.75vw;
  overflow: hidden;
  height: 4vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap {
    height: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap {
    height: 57px;
    margin-bottom: 25px;
  }
}
.box-visual__doc-wrap.is-height-min {
  height: 42px;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-height-min {
    height: 33px;
  }
}
.box-visual__doc-wrap.is-range-01 {
  width: 19.02vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-01 {
    width: 170px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-01 {
    width: 275px;
  }
}
.box-visual__doc-wrap.is-range-02 {
  width: 22.3vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-02 {
    width: 198px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-02 {
    width: 321px;
  }
}
.box-visual__doc-wrap.is-range-03 {
  width: 29.7vw;
  height: 4vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-03 {
    width: 265px;
    height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-03 {
    width: 428px;
    height: 54px;
  }
}
.box-visual__doc-wrap.is-range-04 {
  width: 33.8vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-04 {
    width: 301px;
    height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-04 {
    width: 487px;
  }
}
.box-visual__doc-wrap.is-range-05 {
  width: 19.1vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-05 {
    width: 170px;
    height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-05 {
    width: 273px;
    height: 54px;
  }
}
.box-visual__doc-wrap.is-range-06 {
  width: 34.2vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-06 {
    width: 304px;
    height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-06 {
    width: 492px;
    height: 59px;
  }
}
.box-visual__doc-wrap.is-range-07 {
  width: 33.6vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-07 {
    width: 300px;
    height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-07 {
    width: 485px;
    height: 54px;
  }
}
.box-visual__doc-wrap.is-range-08 {
  width: 25.6vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-08 {
    width: 228px;
    height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-08 {
    width: 368px;
    height: 54px;
  }
}
.box-visual__doc-wrap.is-range-09 {
  width: 26.5vw;
  height: 4vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-09 {
    width: 265px;
    height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-09 {
    width: 381px;
    height: 54px;
  }
}
.box-visual__doc-wrap.is-range-10 {
  width: 31.4vw;
  height: 2.6vw;
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-10 {
    width: 278px;
    height: 26px;
    margin-bottom: 10px;
  }
}
.box-visual__doc-wrap.is-range-11 {
  width: 24.1vw;
  height: 2.9vw;
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-11 {
    width: 214px;
    height: 24px;
    margin-bottom: 10px;
  }
}
.box-visual__doc-wrap.is-range-12 {
  width: 26vw;
  height: 2.9vw;
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-12 {
    width: 230px;
    height: 24px;
    margin-bottom: 10px;
  }
}
.box-visual__doc-wrap.is-range-13 {
  width: 30.8vw;
  height: 2.9vw;
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-13 {
    width: 272px;
    height: 24px;
    margin-bottom: 10px;
  }
}
.box-visual__doc-wrap.is-range-14 {
  width: 23.6vw;
  height: 2.6vw;
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-14 {
    width: 207px;
    height: 24px;
    margin-bottom: 10px;
  }
}
.box-visual__doc-wrap.is-range-15 {
  width: 33.6vw;
  height: 2.9vw;
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-15 {
    width: 297px;
    height: 100%;
  }
}
.box-visual__doc-wrap.is-range-16 {
  width: 34.2vw;
  height: 2.9vw;
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-16 {
    width: 301px;
    height: 100%;
  }
}
.box-visual__doc-wrap.is-range-17 {
  width: 33.1vw;
  height: 2.9vw;
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-17 {
    width: 293px;
    height: 100%;
  }
}
.box-visual__doc-wrap.is-range-18 {
  width: 28.5vw;
  height: 2.6vw;
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-18 {
    width: 251px;
    height: 100%;
  }
}
.box-visual__doc-wrap.is-range-19 {
  width: 18.7vw;
  height: 2.6vw;
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-19 {
    width: 151px;
    height: 100%;
  }
}
.box-visual__doc-wrap.is-range-20 {
  width: 31.3vw;
  height: 2.9vw;
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-20 {
    width: 252px;
    height: 100%;
  }
}
.box-visual__doc-wrap.is-range-21 {
  width: 20.7vw;
  height: 2.6vw;
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-21 {
    width: 167px;
    height: 100%;
  }
}
.box-visual__doc-wrap.is-range-22 {
  width: 24.1vw;
  height: 2.6vw;
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-22 {
    width: 194px;
    height: 100%;
  }
}
.box-visual__doc-wrap.is-range-23 {
  width: 27vw;
  height: 2.6vw;
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-23 {
    width: 218px;
    height: 100%;
  }
}
.box-visual__doc-wrap.is-range-24 {
  width: 29.6vw;
  height: 2.9vw;
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-24 {
    width: 239px;
    height: 100%;
  }
}
.box-visual__doc-wrap.is-range-25 {
  width: 20.2vw;
  height: 2.6vw;
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-25 {
    width: 163px;
    height: 100%;
  }
}
.box-visual__doc-wrap.is-range-26 {
  width: 18.8vw;
  height: 2.9vw;
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-26 {
    width: 151px;
    height: 100%;
  }
}
.box-visual__doc-wrap.is-range-27 {
  width: 14.1vw;
  height: 2.6vw;
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-27 {
    width: 114px;
    height: 100%;
  }
}
.box-visual__doc-wrap.is-range-28 {
  width: 23.3vw;
  height: 2.6vw;
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-28 {
    width: 187px;
    height: 100%;
  }
}
.box-visual__doc-wrap.is-range-29 {
  width: 14.7vw;
  height: 2.6vw;
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-29 {
    width: 118px;
    height: 100%;
  }
}
.box-visual__doc-wrap.is-range-30 {
  width: 25.2vw;
  height: 2.6vw;
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-30 {
    width: 202px;
    height: 100%;
  }
}
.box-visual__doc-wrap.is-range-31 {
  width: 25.2vw;
  height: 2.6vw;
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-31 {
    width: 202px;
    height: 100%;
  }
}
.box-visual__doc-wrap.is-range-37 {
  width: 39.5vw;
  height: 2.6vw;
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-37 {
    width: 318px;
    height: 27px;
  }
}
.box-visual__doc-wrap.is-range-38 {
  width: 29.8vw;
  height: 2.6vw;
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-38 {
    width: 240px;
    height: 27px;
  }
}
.box-visual__doc-wrap.is-range-39 {
  width: 20.7vw;
  height: 2.6vw;
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-39 {
    width: 167px;
    height: 27px;
  }
}
.box-visual__doc-wrap.is-range-40 {
  width: 24.2vw;
  height: 2.6vw;
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-40 {
    width: 196px;
    height: 27px;
  }
}
.box-visual__doc-wrap.is-range-49 {
  width: 13.3vw;
  height: 4vw;
  margin-bottom: 1.75vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-49 {
    width: 83px;
    height: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-49 {
    width: 192px;
    height: 57px;
    margin-bottom: 25px;
  }
}
.box-visual__doc-wrap.is-range-50 {
  width: 25.9vw;
  height: 4vw;
  margin-bottom: 1.75vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-50 {
    width: 161px;
    height: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-50 {
    width: 375px;
    height: 57px;
    margin-bottom: 25px;
  }
}
.box-visual__doc-wrap.is-range-51 {
  width: 41vw;
  height: 4vw;
  margin-bottom: 1.75vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-51 {
    width: 252px;
    height: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-51 {
    width: 592px;
    height: 57px;
    margin-bottom: 25px;
  }
}
.box-visual__doc-wrap.is-range-52 {
  width: 33.8vw;
  height: 4vw;
  margin-bottom: 1.75vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-52 {
    width: 209px;
    height: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-52 {
    width: 489px;
    height: 57px;
    margin-bottom: 25px;
  }
}
.box-visual__doc-wrap.is-range-53 {
  width: 45.8vw;
  height: 4vw;
  margin-bottom: 1.75vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-53 {
    width: 282px;
    height: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-53 {
    width: 661px;
    height: 57px;
    margin-bottom: 25px;
  }
}
.box-visual__doc-wrap.is-range-63 {
  width: 45.1vw;
  height: 4vw;
  margin-bottom: 1.75vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-63 {
    width: 277px;
    height: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-63 {
    width: 652px;
    height: 57px;
    margin-bottom: 25px;
  }
}
.box-visual__doc-wrap.is-range-64 {
  width: 19vw;
  height: 4vw;
  margin-bottom: 1.75vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-64 {
    width: 118px;
    height: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-64 {
    width: 275px;
    height: 57px;
    margin-bottom: 25px;
  }
}
.box-visual__doc-wrap.is-range-65 {
  width: 36.5vw;
  height: 4vw;
  margin-bottom: 1.75vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-65 {
    width: 226px;
    height: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-65 {
    width: 529px;
    height: 57px;
    margin-bottom: 25px;
  }
}
.box-visual__doc-wrap.is-range-66 {
  width: 45.8vw;
  height: 4vw;
  margin-bottom: 1.75vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-66 {
    width: 282px;
    height: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-66 {
    width: 662px;
    height: 57px;
    margin-bottom: 25px;
  }
}
.box-visual__doc-wrap.is-range-71 {
  width: 56.6vw;
  height: 4vw;
  margin-bottom: 1.75vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-71 {
    width: 317px;
    height: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-71 {
    width: 818px;
    height: 57px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-71 p {
    font-size: 20px;
  }
}
.box-visual__doc-wrap.is-range-72 {
  width: 38.8vw;
  height: 4vw;
  margin-bottom: 1.75vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-72 {
    width: 218px;
    height: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-72 {
    width: 558px;
    height: 57px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-72 p {
    font-size: 20px;
  }
}
.box-visual__doc-wrap.is-range-73 {
  width: 43.4vw;
  height: 4vw;
  margin-bottom: 1.75vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-73 {
    width: 243px;
    height: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-73 {
    width: 628px;
    height: 57px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-73 p {
    font-size: 20px;
  }
}
.box-visual__doc-wrap.is-range-74 {
  width: 47.6vw;
  height: 4vw;
  margin-bottom: 1.75vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-74 {
    width: 267px;
    height: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-74 {
    width: 687px;
    height: 57px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-74 p {
    font-size: 20px;
  }
}
.box-visual__doc-wrap.is-range-comming {
  width: 233px;
  height: 49px;
  text-align: center;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-comming {
    width: 163px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-comming {
    width: 233px;
    height: 49px;
  }
}
.box-visual__doc-wrap.is-range-soon {
  top: -8px;
  width: 165px;
  height: 49px;
  margin-bottom: 0;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-soon {
    top: -19px;
    width: 116px;
  }
}
.box-visual__doc-wrap.is-range-btn {
  width: 90px;
  height: 100%;
}
.box-visual__bg {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: #DC1E37;
  opacity: 0;
}
.box-visual__bg.is-range-01 {
  top: 2px;
}
.box-visual__bg.is-scroll-fade-bg {
  animation: bgFade 1s ease-out 0s;
  opacity: 0;
}
.box-visual__bg.is-horizontal {
  top: 0;
  width: 100%;
  height: 100%;
}
.box-visual__bg.is-horizontal.is-scroll-fade-bg {
  animation: bgFade 1s ease-out 0s;
  opacity: 0;
}
.box-visual__bg.is-vartical {
  top: 0;
  right: 0;
  width: 100%;
  height: 12vw;
}
@media screen and (max-width: 660px) {
  .box-visual__bg.is-vartical {
    height: 200px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__bg.is-vartical {
    height: 200px;
  }
}
.box-visual__bg.is-vartical.is-scroll-fade-bg {
  animation: bgFadeVartical 1s ease-out 0s;
  opacity: 0;
}
.box-visual__bg.is-btn-black {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  transform: translateX(200%);
}
.box-visual__bg.is-btn-black.is-scroll-fade-bg {
  animation: bgFadeForLink 1s ease-out 0s;
  opacity: 0;
}
.box-visual__doc {
  position: relative;
  font-size: 3.6vw;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  color: #181818;
  line-height: 1;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  white-space: nowrap;
}
@media screen and (max-width: 660px) {
  .box-visual__doc {
    font-size: 32px;
    width: 100%;
    height: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc {
    font-size: 52px;
  }
}
.box-visual__doc.is-doc-en {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
.box-visual__doc.is-scroll-fade-txt {
  animation: txtOpacity 1s ease-in 0s;
  opacity: 1;
}
@media screen and (max-width: 660px) {
  .box-visual__doc.is-font-xs-sp {
    font-size: 24px;
    height: 27px;
  }
}
.box-visual__doc::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 3px solid #181818;
  background: #fff;
  z-index: -1;
  box-sizing: content-box;
}
@media screen and (max-width: 660px) {
  .box-visual__doc.is-range-01::after {
    height: calc(100% - 10px);
  }
}
@media screen and (max-width: 660px) {
  .box-visual__doc.is-range-02::after {
    height: calc(100% - 9px);
  }
}
@media screen and (max-width: 660px) {
  .box-visual__doc.is-range-03::after {
    top: -3px;
    height: calc(100% - 6px);
  }
}
@media screen and (max-width: 660px) {
  .box-visual__doc.is-range-04::after {
    top: -3px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual__doc.is-range-05::after {
    height: calc(100% - 11px);
  }
}
@media screen and (max-width: 660px) {
  .box-visual__doc.is-range-06 {
    height: 38px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual__doc.is-range-06::after {
    top: -1px;
  }
}
.box-visual__doc.is-range-07.is-indent-adjust {
  text-indent: -0.55em;
}
.box-visual__doc.is-range-07.is-indent-adjust .is-indent-adjust02 {
  display: inline-block;
  text-indent: -0.55em;
}
@media screen and (max-width: 660px) {
  .box-visual__doc.is-range-07::after {
    height: calc(100% - 11px);
  }
}
@media screen and (max-width: 660px) {
  .box-visual__doc.is-range-08::after {
    height: calc(100% - 11px);
  }
}
@media screen and (max-width: 660px) {
  .box-visual__doc.is-range-10::after {
    height: calc(100% - 20px);
  }
}
.box-visual__doc.is-range-comming {
  font-size: 52px;
}
@media screen and (max-width: 660px) {
  .box-visual__doc.is-range-comming {
    font-size: 36px;
  }
}
.box-visual__doc.is-range-comming::after {
  top: 6px;
  height: calc(100% - 14px);
}
@media screen and (max-width: 660px) {
  .box-visual__doc.is-range-comming::after {
    top: 3px;
    height: calc(100% - 15px);
  }
}
.box-visual__doc.is-range-soon {
  font-size: 52px;
}
@media screen and (max-width: 660px) {
  .box-visual__doc.is-range-soon {
    font-size: 36px;
  }
}
.box-visual__doc.is-range-soon::after {
  top: 5px;
  height: calc(100% - 14px);
}
@media screen and (max-width: 660px) {
  .box-visual__doc.is-range-soon::after {
    top: 3px;
    height: calc(100% - 15px);
  }
}
.box-visual__deco {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 41px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  color: #181818;
  line-height: 1;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 660px) {
  .box-visual__deco {
    top: 20px;
    right: 20px;
    font-size: 24px;
  }
}
.box-visual__deco.is-report02 .box-visual__deco-adjust {
  top: 88px;
  right: -99px;
}
@media screen and (max-width: 660px) {
  .box-visual__deco.is-report02 .box-visual__deco-adjust {
    top: 52px;
    right: -58px;
  }
}
.box-visual__deco.is-left {
  right: 0;
  left: 25px;
}
.box-visual__deco-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.box-visual__deco-horizontal {
  position: relative;
  width: 193px;
  height: 25px;
  width: 13.403vw;
  height: 1.737vw;
  overflow: hidden;
}
@media screen and (max-width: 660px) {
  .box-visual__deco-horizontal {
    width: 193px;
    height: 25px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__deco-horizontal {
    width: 193px;
    height: 25px;
  }
}
.box-visual__deco-vartical {
  position: relative;
  width: 1.737vw;
  height: 15vw;
  margin-left: auto;
  overflow: hidden;
}
.box-visual__deco-vartical.is-report01 {
  width: 1.737vw;
  height: 14.2vw;
}
@media screen and (max-width: 660px) {
  .box-visual__deco-vartical.is-report01 {
    width: 25px;
    height: 210px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__deco-vartical.is-report01 {
    width: 25px;
    height: 210px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual__deco-vartical {
    width: 25px;
    height: 210px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__deco-vartical {
    width: 25px;
    height: 210px;
  }
}
.box-visual__deco-vartical.is-left {
  margin-left: 0;
  margin-right: auto;
}
.box-visual__deco-image {
  max-width: 193px;
}
.box-visual__deco-image.is-horizontal {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  transform: translateX(-102%);
  transition: 1s;
}
.box-visual__deco-image.is-horizontal.is-scroll-fade-txt {
  transform: translateX(0);
}
.box-visual__deco-image.is-vartical {
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 1;
  transform: translateY(-102%);
  transition: 1s;
  height: 100%;
}
.box-visual__deco-image.is-vartical.is-scroll-fade-txt {
  top: -1.65vw;
  transform: translateY(0);
}
@media screen and (max-width: 660px) {
  .box-visual__deco-image.is-vartical.is-scroll-fade-txt {
    top: -24px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__deco-image.is-vartical.is-scroll-fade-txt {
    top: -23px;
  }
}
.box-visual__deco-image.is-vartical.is-left {
  left: 0;
}
.box-visual:not(:last-of-type) {
  margin-bottom: 45px;
}
.box-visual .btn-black {
  opacity: 0;
}
.box-visual .btn-black.is-scroll-fade-txt {
  animation: txtOpacity 1s ease-in 0s;
  opacity: 1;
}
.box-visual.is-report-hdg {
  aspect-ratio: unset;
  margin-top: 80px;
  height: auto;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg {
    margin-top: -77px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg.is-7col {
    margin-top: -174px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg.is-8col {
    margin-top: -232px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1180px) {
  .box-visual.is-report-hdg.single-mainttl-is-report07 {
    transform: scale(0.85);
    transform-origin: center left;
    overflow: visible;
  }
}
@media screen and (max-width: 1000px) {
  .box-visual.is-report-hdg.single-mainttl-is-report07 {
    transform: scale(0.7);
    transform-origin: center left;
    overflow: visible;
  }
}
@media screen and (max-width: 1180px) {
  .box-visual.is-report-hdg.single-mainttl-is-report08 {
    transform: scale(0.85);
    transform-origin: center left;
    overflow: visible;
  }
}
@media screen and (max-width: 1000px) {
  .box-visual.is-report-hdg.single-mainttl-is-report08 {
    transform: scale(0.7);
    transform-origin: center left;
    overflow: visible;
  }
}
@media screen and (max-width: 1180px) {
  .box-visual.is-report-hdg.single-mainttl-is-report09 {
    transform: scale(0.85);
    transform-origin: center left;
    overflow: visible;
  }
}
@media screen and (max-width: 1000px) {
  .box-visual.is-report-hdg.single-mainttl-is-report09 {
    transform: scale(0.7);
    transform-origin: center left;
    overflow: visible;
  }
}
@media screen and (max-width: 1180px) {
  .box-visual.is-report-hdg.single-mainttl-is-report10 {
    transform: scale(0.85);
    transform-origin: center left;
    overflow: visible;
  }
}
@media screen and (max-width: 1000px) {
  .box-visual.is-report-hdg.single-mainttl-is-report10 {
    transform: scale(0.9);
    transform-origin: center left;
    overflow: visible;
  }
}
.box-visual.is-report-hdg .box-visual__ttl {
  position: relative;
  top: 0;
  left: 0;
  transform: translateY(0);
}
.box-visual.is-report-hdg .box-visual__doc-wrap {
  height: 53px;
  margin-bottom: 20px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap {
    height: 39px;
    margin-bottom: 5px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-height-min {
  height: 51px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-height-min {
    height: 34px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-height-min-sp {
    height: 34px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-01 {
  width: 222px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-01 {
    width: 155px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-02 {
  width: 260px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-02 {
    width: 180px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-03 {
  width: 347px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-03 {
    width: 241px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-04 {
  width: 393px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-04 {
    width: 273px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-05 {
  width: 222px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-05 {
    width: 155px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-06 {
  width: 399px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-06 {
    width: 276px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-07 {
  width: 393px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-07 {
    width: 272px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-07 .is-indent-adjust02 {
    text-indent: -0.8em;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-08 {
  width: 298px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-08 {
    width: 206px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-10 {
  width: 523px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-10 {
    width: 276px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-11 {
  width: 402px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-11 {
    width: 212px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-12 {
  width: 433px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-12 {
    width: 228px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-13 {
  width: 513px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-13 {
    width: 271px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-14 {
  width: 561px;
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-15 {
  width: 572px;
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-16 {
  width: 553px;
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-17 {
  width: 475px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-18 {
    width: 245px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-19 {
    width: 185px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-20 {
    width: 159px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-21 {
    width: 283px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-22 {
    width: 143px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-23 {
    width: 295px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-24 {
  width: 316px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-24 {
    width: 182px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-25 {
  width: 525px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-25 {
    width: 302px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-26 {
  width: 347px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-26 {
    width: 199px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-27 {
  width: 406px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-27 {
    width: 232px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-28 {
  width: 454px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-28 {
    width: 260px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-29 {
  width: 498px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-29 {
    width: 285px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-30 {
  width: 341px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-30 {
    width: 196px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-31 {
  width: 311px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-31 {
    width: 196px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-32 {
  width: 237px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-32 {
    width: 137px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-33 {
  width: 390px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-33 {
    width: 225px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-34 {
  width: 246px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-34 {
    width: 143px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-35 {
  width: 423px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-35 {
    width: 243px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-36 {
  width: 423px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-36 {
    width: 243px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-41 {
  width: 666px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-41 {
    width: 243px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-42 {
  width: 501px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-42 {
    width: 243px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-43 {
  width: 348px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-43 {
    width: 243px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-44 {
  width: 408px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-44 {
    width: 243px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-45 {
  width: 666px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-45 {
    width: 324px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-46 {
  width: 501px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-46 {
    width: 286px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-47 {
  width: 308px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-47 {
    width: 200px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-48 {
  width: 408px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-48 {
    width: 234px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-54 {
  width: 158px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-54 {
    width: 108px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-55 {
  width: 306px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-55 {
    width: 210px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-56 {
  width: 479px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-56 {
    width: 333px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-57 {
  width: 396px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-57 {
    width: 273px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-58 {
  width: 535px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-58 {
    width: 369px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-59 {
  width: 526px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-59 {
    width: 369px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-60 {
  width: 222px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-60 {
    width: 369px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-61 {
  width: 429px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-61 {
    width: 369px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-62 {
  width: 534px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-62 {
    width: 369px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-67 {
  width: 661px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-67 {
    width: 317px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-68 {
  width: 450px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-68 {
    width: 219px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-69 {
  width: 507px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-69 {
    width: 243px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-70 {
  width: 556px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-70 {
    width: 266px;
  }
}
.box-visual.is-report-hdg .box-visual__doc {
  display: flex;
  align-items: center;
  font-size: 42px;
  height: 52px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc {
    font-size: 29px;
    height: 37px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc.is-range-67, .box-visual.is-report-hdg .box-visual__doc.is-range-68, .box-visual.is-report-hdg .box-visual__doc.is-range-69, .box-visual.is-report-hdg .box-visual__doc.is-range-70 {
    font-size: 20px;
    height: 37px;
  }
}
.box-visual.is-report-hdg .box-visual__doc::after {
  top: 1px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc::after {
    top: 3px;
    height: calc(100% - 7px);
  }
}
.box-visual.is-report-hdg .box-visual__doc.is-height-min {
  height: 51px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc.is-height-min {
    height: 37px;
  }
}
.box-visual.is-report-hdg .box-visual__doc.is-height-min::after {
  top: 0;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc.is-height-min::after {
    top: 3px;
    height: calc(100% - 12px);
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc.is-height-min-sp {
    height: 37px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc.is-height-min-sp::after {
    top: 3px;
    height: calc(100% - 12px);
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc.is-height-xs-sp {
    height: 34px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc.is-height-xs-sp::after {
    top: 3px;
    height: calc(100% - 9px);
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc.is-font-sm-sp {
    font-size: 36px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc.is-font-xs-sp {
    font-size: 22px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__bg {
    height: 100%;
  }
}
.box-visual.is-sticky {
  aspect-ratio: unset;
  position: absolute;
  top: calc(100vh - 255px);
  width: 100%;
  height: 100vh;
  margin-top: 0;
  transition: 0.8s;
  opacity: 0;
}
.box-visual.is-sticky .box-visual__ttl {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(0);
}
.box-visual.is-sticky.is-show .js-scroll-fade-bg {
  animation: bgFade 1s ease-out 0s;
  opacity: 0;
}
.box-visual.is-sticky.is-show .js-scroll-fade-txt {
  animation: txtOpacity 1s ease-in 0s;
  opacity: 1;
}
.box-visual.is-sticky.is-4col {
  top: calc(100vh - 320px);
}
@media screen and (max-width: 1350px) {
  .box-visual.is-sticky.is-4col.is-report01 {
    top: calc(100vh - 277px);
  }
}
@media screen and (max-width: 968px) {
  .box-visual.is-sticky.is-4col.is-report01 {
    top: calc(100vh - 252px);
  }
}
.box-visual.is-sticky.is-4col.is-report01 .box-visual__ttl {
  transition: 0.5s;
}
@media screen and (max-width: 1350px) {
  .box-visual.is-sticky.is-4col.is-report01 .box-visual__ttl {
    left: -44px;
    transform: scale(0.65);
  }
}
@media screen and (max-width: 968px) {
  .box-visual.is-sticky.is-4col.is-report01 .box-visual__ttl {
    left: -83px;
    transform: scale(0.45);
  }
}
@media screen and (max-width: 1350px) {
  .box-visual.is-sticky.is-4col.is-report02 {
    top: calc(100vh - 277px);
  }
}
@media screen and (max-width: 968px) {
  .box-visual.is-sticky.is-4col.is-report02 {
    top: calc(100vh - 252px);
  }
}
.box-visual.is-sticky.is-4col.is-report02 .box-visual__ttl {
  transition: 0.5s;
}
@media screen and (max-width: 1350px) {
  .box-visual.is-sticky.is-4col.is-report02 .box-visual__ttl {
    left: -44px;
    transform: scale(0.65);
  }
}
@media screen and (max-width: 968px) {
  .box-visual.is-sticky.is-4col.is-report02 .box-visual__ttl {
    left: -83px;
    transform: scale(0.45);
  }
}
.box-visual.is-sticky.is-4col.is-report03 {
  top: calc(100vh - 280px);
}
@media screen and (max-width: 1180px) {
  .box-visual.is-sticky.is-4col.is-report03 {
    top: calc(100vh - 252px);
  }
}
@media screen and (max-width: 1000px) {
  .box-visual.is-sticky.is-4col.is-report03 {
    top: calc(100vh - 235px);
  }
}
.box-visual.is-sticky.is-4col.is-report03 .box-visual__ttl {
  transition: 0.5s;
  left: -65px;
  transform: scale(0.65);
}
@media screen and (max-width: 1180px) {
  .box-visual.is-sticky.is-4col.is-report03 .box-visual__ttl {
    left: -120px;
    transform: scale(0.45);
  }
}
@media screen and (max-width: 1000px) {
  .box-visual.is-sticky.is-4col.is-report03 .box-visual__ttl {
    left: -158px;
    transform: scale(0.3);
  }
}
.box-visual.is-sticky.is-5col.is-report04 {
  top: calc(100vh - 307px);
}
@media screen and (max-width: 1180px) {
  .box-visual.is-sticky.is-5col.is-report04 {
    top: calc(100vh - 272px);
  }
}
@media screen and (max-width: 1000px) {
  .box-visual.is-sticky.is-5col.is-report04 {
    top: calc(100vh - 255px);
  }
}
.box-visual.is-sticky.is-5col.is-report04 .box-visual__ttl {
  transition: 0.5s;
  left: -96px;
  transform: scale(0.55);
}
@media screen and (max-width: 1180px) {
  .box-visual.is-sticky.is-5col.is-report04 .box-visual__ttl {
    left: -155px;
    transform: scale(0.35);
  }
}
@media screen and (max-width: 1000px) {
  .box-visual.is-sticky.is-5col.is-report04 .box-visual__ttl {
    left: -188px;
    transform: scale(0.25);
  }
}
.box-visual.is-sticky.is-8col.is-report05 {
  top: calc(100vh - 459px);
}
@media screen and (max-width: 1180px) {
  .box-visual.is-sticky.is-8col.is-report05 {
    top: calc(100vh - 405px);
  }
}
@media screen and (max-width: 1000px) {
  .box-visual.is-sticky.is-8col.is-report05 {
    top: calc(100vh - 410px);
  }
}
.box-visual.is-sticky.is-8col.is-report05 .box-visual__ttl {
  transition: 0.5s;
  left: -96px;
  transform: scale(0.55);
}
@media screen and (max-width: 1180px) {
  .box-visual.is-sticky.is-8col.is-report05 .box-visual__ttl {
    left: -145px;
    transform: scale(0.35);
  }
}
@media screen and (max-width: 1000px) {
  .box-visual.is-sticky.is-8col.is-report05 .box-visual__ttl {
    left: -158px;
    transform: scale(0.3);
  }
}
.box-visual.is-sticky.is-5col.is-report06 {
  top: calc(100vh - 298px);
}
@media screen and (max-width: 1000px) {
  .box-visual.is-sticky.is-5col.is-report06 {
    top: calc(100vh - 298px);
  }
}
.box-visual.is-sticky.is-5col.is-report06 .box-visual__ttl {
  transition: 0.5s;
  left: -76px;
  transform: scale(0.55);
}
@media screen and (max-width: 1000px) {
  .box-visual.is-sticky.is-5col.is-report06 .box-visual__ttl {
    left: -90px;
    transform: scale(0.45);
  }
}
.box-visual.is-sticky.is-5col.is-report07 {
  top: calc(100vh - 258px);
}
@media screen and (max-width: 1000px) {
  .box-visual.is-sticky.is-5col.is-report07 {
    top: calc(100vh - 258px);
  }
}
.box-visual.is-sticky.is-5col.is-report07 .box-visual__ttl {
  transition: 0.5s;
  left: -113px;
  transform: scale(0.55);
}
@media screen and (max-width: 1000px) {
  .box-visual.is-sticky.is-5col.is-report07 .box-visual__ttl {
    left: -178px;
    transform: scale(0.45);
  }
}
.box-visual.is-sticky.is-5col.is-report08 {
  top: calc(100vh - 313px);
}
@media screen and (max-width: 1000px) {
  .box-visual.is-sticky.is-5col.is-report08 {
    top: calc(100vh - 313px);
  }
}
.box-visual.is-sticky.is-5col.is-report08 .box-visual__ttl {
  transition: 0.5s;
  left: -90px;
  transform: scale(0.55);
}
@media screen and (max-width: 1180px) {
  .box-visual.is-sticky.is-5col.is-report08 .box-visual__ttl {
    left: -145px;
    transform: scale(0.35);
  }
}
.box-visual.is-sticky.is-4col.is-report09 {
  top: calc(100vh - 253px);
}
@media screen and (max-width: 1000px) {
  .box-visual.is-sticky.is-4col.is-report09 {
    top: calc(100vh - 253px);
  }
}
.box-visual.is-sticky.is-4col.is-report09 .box-visual__ttl {
  transition: 0.5s;
  left: -90px;
  transform: scale(0.55);
}
@media screen and (max-width: 1180px) {
  .box-visual.is-sticky.is-4col.is-report09 .box-visual__ttl {
    left: -145px;
    transform: scale(0.35);
  }
}
.box-visual.is-sticky.is-4col.is-report10 {
  top: calc(100vh - 313px);
}
@media screen and (max-width: 1000px) {
  .box-visual.is-sticky.is-4col.is-report10 {
    top: calc(100vh - 313px);
  }
}
.box-visual.is-sticky.is-4col.is-report10 .box-visual__ttl {
  transition: 0.5s;
  left: -95px;
  transform: scale(0.55);
}
@media screen and (max-width: 1350px) {
  .box-visual.is-sticky.is-4col.is-report10 .box-visual__ttl {
    left: -175px;
    transform: scale(0.38);
  }
}
@media screen and (max-width: 1180px) {
  .box-visual.is-sticky.is-4col.is-report10 .box-visual__ttl {
    left: -230px;
    transform: scale(0.28);
  }
}

.is-report03 .box-visual__doc {
  font-size: 2.5vw;
}
@media screen and (max-width: 660px) {
  .is-report03 .box-visual__doc {
    font-size: 22px;
    padding-top: 1px;
    box-sizing: border-box;
  }
}
.is-report03 .box-visual__doc:after {
  top: 0;
}
@media screen and (max-width: 660px) {
  .is-report03 .box-visual__doc:after {
    top: -1px;
  }
}
@media screen and (max-width: 660px) {
  .is-report03.box-visual.is-report-hdg .box-visual__doc {
    font-size: 22px;
  }
}

.is-report04 .box-visual__doc {
  font-size: 2.5vw;
}
@media screen and (max-width: 660px) {
  .is-report04 .box-visual__doc {
    font-size: 22px;
    padding-top: 1px;
    box-sizing: border-box;
  }
}
.is-report04 .box-visual__doc:after {
  top: 0;
}
@media screen and (max-width: 660px) {
  .is-report04 .box-visual__doc:after {
    top: -1px;
  }
}
.is-report04 .box-visual__doc.is-pl-xs {
  padding-left: 0.2px;
}
@media screen and (max-width: 660px) {
  .is-report04 .box-visual__doc.is-pl-xs {
    padding-left: 1.2px;
  }
}
@media screen and (max-width: 660px) {
  .is-report04.box-visual.is-report-hdg .box-visual__doc {
    font-size: 26px;
  }
}

.is-report05 .box-visual__doc {
  font-size: 2.5vw;
}
@media screen and (max-width: 660px) {
  .is-report05 .box-visual__doc {
    font-size: 20px;
    padding-top: 1px;
    box-sizing: border-box;
  }
}
.is-report05 .box-visual__doc:after {
  top: 0;
}
@media screen and (max-width: 660px) {
  .is-report05 .box-visual__doc:after {
    top: -1px;
  }
}
.is-report05 .box-visual__doc.is-pl-xs {
  padding-left: 0.2px;
}
@media screen and (max-width: 660px) {
  .is-report05 .box-visual__doc.is-pl-xs {
    padding-left: 1.2px;
  }
}
@media screen and (max-width: 660px) {
  .is-report05.box-visual.is-report-hdg .box-visual__doc {
    font-size: 24px;
  }
}

.is-report06 .box-visual__doc {
  font-size: 2.5vw;
}
@media screen and (max-width: 660px) {
  .is-report06 .box-visual__doc {
    font-size: 20px;
    padding-top: 1px;
    box-sizing: border-box;
  }
}
.is-report06 .box-visual__doc:after {
  top: 0;
}
@media screen and (max-width: 660px) {
  .is-report06 .box-visual__doc:after {
    top: -1px;
  }
}
.is-report06 .box-visual__doc.is-pl-xs {
  padding-left: 0.2px;
}
@media screen and (max-width: 660px) {
  .is-report06 .box-visual__doc.is-pl-xs {
    padding-left: 1.2px;
  }
}
@media screen and (max-width: 660px) {
  .is-report06.box-visual.is-report-hdg .box-visual__doc {
    font-size: 24px;
  }
}

.is-report07 .box-visual__doc {
  font-size: 2.5vw;
}
@media screen and (max-width: 660px) {
  .is-report07 .box-visual__doc {
    font-size: 20px;
    padding-top: 1px;
    box-sizing: border-box;
  }
}
.is-report07 .box-visual__doc:after {
  top: 0;
}
@media screen and (max-width: 660px) {
  .is-report07 .box-visual__doc:after {
    top: -1px;
  }
}
.is-report07 .box-visual__doc.is-pl-xs {
  padding-left: 0.2px;
}
@media screen and (max-width: 660px) {
  .is-report07 .box-visual__doc.is-pl-xs {
    padding-left: 1.2px;
  }
}
@media screen and (max-width: 660px) {
  .is-report07.box-visual.is-report-hdg .box-visual__doc {
    font-size: 24px;
  }
}

@media screen and (max-width: 660px) {
  .is-report08 .box-visual__doc {
    font-size: 22px;
  }
}

@media screen and (max-width: 660px) {
  .is-report09 .box-visual__doc {
    font-size: 22px;
  }
}

.box-flex-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 660px) {
  .box-flex-col-center.is-sp-absolute {
    position: absolute;
    top: -16px;
    z-index: 400;
    width: 100%;
  }
}

.box-ttl {
  position: relative;
  margin-bottom: 50px;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 660px) {
  .box-ttl {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
.box-ttl.is-about {
  width: 190px;
}
@media screen and (max-width: 660px) {
  .box-ttl.is-about {
    width: 135px;
  }
}
.box-ttl.is-movie {
  width: 178px;
}
@media screen and (max-width: 660px) {
  .box-ttl.is-movie {
    width: 128px;
    margin-bottom: 0;
  }
}
.box-ttl.is-profile {
  width: 225px;
}
@media screen and (max-width: 660px) {
  .box-ttl.is-profile {
    width: 164px;
  }
}
.box-ttl.is-report {
  width: 216px;
}
@media screen and (max-width: 660px) {
  .box-ttl.is-report {
    width: 155px;
  }
}
.box-ttl.is-photo {
  width: 256px;
  margin-bottom: 0;
}
@media screen and (max-width: 660px) {
  .box-ttl.is-photo {
    width: 181px;
  }
}
.box-ttl.is-photo-bottom {
  width: 226px;
  margin-bottom: 15px;
}
@media screen and (max-width: 660px) {
  .box-ttl.is-photo-bottom {
    width: 161px;
  }
}
.box-ttl__doc {
  font-size: 50px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  color: #181818;
  line-height: 1;
  z-index: 2;
  opacity: 0;
}
@media screen and (max-width: 660px) {
  .box-ttl__doc {
    font-size: 36px;
  }
}
.box-ttl__doc.is-common-fade-txt {
  animation: txtOpacity 1s ease-in 0s;
  opacity: 1;
}
.box-ttl__doc::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 3px;
  width: calc(100% - 12px);
  height: 33px;
  border: 3px solid #181818;
  background: #fff;
  z-index: -1;
  box-sizing: content-box;
}
@media screen and (max-width: 660px) {
  .box-ttl__doc::after {
    top: 4px;
    left: 1px;
    width: calc(100% - 8px);
    height: 23px;
  }
}
.box-ttl__doc.is-about {
  margin-bottom: 0;
}
.box-ttl__doc.is-about::after {
  top: 5px;
  left: 0;
  width: 182px;
  height: 34px;
}
@media screen and (max-width: 660px) {
  .box-ttl__doc.is-about::after {
    top: 3px;
    left: 0px;
    width: calc(100% - 5px);
    height: 24px;
  }
}
.box-ttl__doc.is-about.is-fade-txt {
  -webkit-animation: txtOpacity 1s ease-in 0s;
  animation: txtOpacity 1s ease-in 0s;
  opacity: 1;
}
.box-ttl__doc.is-movie::after {
  top: 5px;
  left: 3px;
  width: calc(100% - 14px);
  height: 33px;
}
@media screen and (max-width: 660px) {
  .box-ttl__doc.is-movie::after {
    top: 4px;
    left: 1px;
    width: calc(100% - 8px);
    height: 23px;
  }
}
.box-ttl__doc.is-report::after {
  top: 6px;
  left: 3px;
  width: calc(100% - 8px);
  height: 33px;
}
@media screen and (max-width: 660px) {
  .box-ttl__doc.is-report::after {
    top: 4px;
    left: 3px;
    width: calc(100% - 8px);
    height: 23px;
  }
}
.box-ttl__doc.is-profile::after {
  content: "";
  top: 6px;
  left: 4px;
  width: calc(100% - 10px);
  height: 33px;
}
@media screen and (max-width: 660px) {
  .box-ttl__doc.is-profile::after {
    top: 4px;
    left: 2px;
    width: calc(100% - 8px);
    height: 23px;
  }
}
@media screen and (max-width: 660px) {
  .box-ttl__doc.is-photo {
    padding-left: 1px;
  }
}
.box-ttl__doc.is-photo::after {
  top: 6px;
  left: -1px;
  width: calc(100% - 12px);
  height: 33px;
}
@media screen and (max-width: 660px) {
  .box-ttl__doc.is-photo::after {
    top: 4px;
    left: 0;
    width: calc(100% - 6px);
    height: 23px;
  }
}
.box-ttl__doc.is-photo-bottom::after {
  top: 6px;
  left: 4px;
  width: calc(100% - 14px);
  height: 33px;
}
@media screen and (max-width: 660px) {
  .box-ttl__doc.is-photo-bottom::after {
    top: 4px;
    left: 2;
    width: calc(100% - 10px);
    height: 23px;
  }
}
.box-ttl__bg {
  display: block;
  position: absolute;
  top: 3px;
  width: 100%;
  height: calc(100% - 6px);
  z-index: 3;
  background: #DC1E37;
  opacity: 0;
}
.box-ttl__bg.is-common-fade-bg {
  animation: bgFade 1s ease-out 0s;
}
.box-ttl__bg.is-fade-bg {
  -webkit-animation: bgFade 1s ease-in 0s;
  animation: bgFade 1s ease-in 0s;
  opacity: 0;
}

.box-link {
  width: 80px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.box-link__bg {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: #DC1E37;
  opacity: 0;
  transform: translateX(200%);
}
.box-link__bg.is-about {
  top: 4px;
  width: 188px;
  height: 41px;
}
.box-link__bg.is-common-fade-bg {
  animation: bgFadeForLink 1s ease-out 0s;
}
.box-link.is-center {
  margin: auto;
}

.box-doc {
  max-width: 670px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 660px) {
  .box-doc {
    margin: 0 auto 30px;
  }
}

.box-hdg {
  margin: 0 auto 35px;
}
@media screen and (max-width: 660px) {
  .box-hdg {
    margin: 0 auto 30px;
  }
}

.box-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box-profile__image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 600px;
  max-height: 340px;
  margin-bottom: 35px;
  overflow: hidden;
  border: 3px solid #000;
}
@media screen and (max-width: 660px) {
  .box-profile__image-wrap {
    max-width: 100%;
    max-height: 100%;
  }
}
.box-profile__image {
  width: 100%;
  z-index: 2;
  opacity: 0;
}
.box-profile__image.is-common-fade-txt {
  animation: txtOpacity 1s ease-in 0s;
  opacity: 1;
}
.box-profile__image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 600px;
  max-height: 340px;
  background: #DC1E37;
  z-index: 1;
  opacity: 0;
}
.box-profile__image-bg.is-common-fade-bg {
  animation: bgFade 1s ease-out 0s;
}

.box-images {
  position: relative;
  width: 55.556vw;
  margin: auto;
  overflow: hidden;
}
.box-images:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 660px) {
  .box-images {
    width: 100%;
  }
}
.box-images .box-video__bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #DC1E37;
  opacity: 0;
  z-index: 20;
  transform: translateX(200%);
}
.box-images .box-video__bg.is-common-fade-bg {
  animation: bgFadeForLink 1s ease-out 0s;
  opacity: 0;
}
.box-images .box-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 32.917vw;
  z-index: 10;
  opacity: 0;
}
@media screen and (max-width: 660px) {
  .box-images .box-video {
    height: 53vw;
  }
}
.box-images .box-video__frame {
  position: relative;
  width: 100%;
  height: 32.917vw;
  cursor: pointer;
}
@media screen and (max-width: 660px) {
  .box-images .box-video__frame {
    height: 53vw;
  }
}
.box-images .box-video__frame:hover::before {
  opacity: 0.5;
  transition: 0.3s;
}
.box-images .box-video__frame::before {
  transition: 0.3s;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 100px;
  border-color: transparent transparent transparent #fff;
  z-index: 330;
  opacity: 0;
}
@media screen and (max-width: 660px) {
  .box-images .box-video__frame::before {
    border-width: 25px 0 25px 50px;
    opacity: 0.5;
  }
}
.box-images .box-video__frame::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55.556vw;
  height: 32.917vw;
  background-image: url(/global/about/project/ambassador/img/img_videoThumb.png);
  background-size: cover;
  box-sizing: border-box;
  border: 2px solid #181818;
  z-index: 320;
}
@media screen and (max-width: 660px) {
  .box-images .box-video__frame::after {
    width: 100%;
    height: 53vw;
    aspect-ratio: 16/9;
    background: url(/global/about/project/ambassador/img/img_videoThumb.png) no-repeat center center/cover;
    z-index: 320;
  }
}
.box-images .box-video__frame.is-hide::before {
  content: none;
}
.box-images .box-video__frame.is-hide::after {
  content: none;
}
.box-images .box-video .box-video__main {
  opacity: 0;
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 310;
}
@media screen and (max-width: 660px) {
  .box-images .box-video .box-video__main {
    width: 100%;
    height: 100%;
  }
}
.box-images .box-video .box-video__main.is-show {
  opacity: 1;
}
.box-images .box-video.is-common-fade-txt {
  animation: txtOpacity 1s ease-in 0s;
  opacity: 1;
}
.box-images .box-video.thumbnail-none {
  opacity: 1;
}
.box-images .box-video.thumbnail-none .box-video__frame::after {
  content: none;
}
.box-images .box-video.thumbnail-none .box-video__frame::before {
  content: none;
}
.box-images .box-video.thumbnail-none .box-video__frame .box-video__main {
  opacity: 1;
}
.box-images.is-border-frame {
  border: 4px solid #000;
}

.box-sticky {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 660px) {
  .box-sticky {
    position: static;
    height: 100%;
  }
}
.box-sticky__main-image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 660px) {
  .box-sticky__main-image {
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 14%;
    width: 100%;
    height: calc(100vh - 210px);
  }
}
@media screen and (min-width: 1440px) {
  .box-sticky__main-image {
    object-position: top;
    height: 100%;
  }
}
@media screen and (max-width: 660px) {
  .box-sticky__main-image.is-report07 {
    object-position: 50% 74%;
  }
}
@media screen and (min-width: 1440px) {
  .box-sticky__main-image.is-report07 {
    object-position: top;
  }
}
.box-sticky__left-image {
  position: absolute;
  top: 35px;
  left: 35px;
  width: 16vw;
}
@media screen and (max-width: 660px) {
  .box-sticky__right-image {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 37vw;
  }
}
.box-sticky__bg {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: #DC1E37;
  opacity: 0;
}
.box-sticky__bg.is-horizontal {
  top: 0;
  width: 100%;
  height: 25px;
}
.box-sticky__bg.is-horizontal.is-fade-bg {
  animation: bgFade 1s ease-out 0s;
  opacity: 0;
}
.box-sticky__bg.is-horizontal.is-report03 {
  height: 26px;
}
.box-sticky__bg.is-vartical {
  top: 0;
  right: 0;
  width: 25px;
  height: 142px;
}
@media screen and (max-width: 660px) {
  .box-sticky__bg.is-vartical {
    height: 205px;
  }
}
.box-sticky__bg.is-vartical.is-fade-bg {
  animation: bgFadeVartical 1s ease-out 0s;
  opacity: 0;
}
.box-sticky__bg.is-vartical.is-left {
  left: 0;
  height: 143px;
}
.box-sticky__bg.is-vartical.is-report03 {
  width: 27px;
}
.box-sticky__deco {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 41px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  color: #181818;
  line-height: 1;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 660px) {
  .box-sticky__deco {
    top: 20px;
    right: 20px;
    font-size: 24px;
  }
}
.box-sticky__deco.is-report02 .box-visual__deco-adjust {
  top: 88px;
  right: -99px;
}
@media screen and (max-width: 660px) {
  .box-sticky__deco.is-report02 .box-visual__deco-adjust {
    top: 52px;
    right: -58px;
  }
}
.box-sticky__deco.is-left {
  right: 0;
  left: 25px;
}
.box-sticky__deco-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.box-sticky__deco-horizontal {
  position: relative;
  width: 193px;
  height: 25px;
  overflow: hidden;
}
.box-sticky__deco-horizontal.is-report03 {
  height: 26px;
}
.box-sticky__deco-vartical {
  position: relative;
  width: 25px;
  height: 142px;
  margin-left: auto;
  overflow: hidden;
}
@media screen and (max-width: 660px) {
  .box-sticky__deco-vartical {
    height: 205px;
  }
}
@media screen and (max-width: 660px) {
  .box-sticky__deco-vartical.is-height-mid {
    height: 211px;
  }
}
.box-sticky__deco-vartical.is-left {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 660px) {
  .box-sticky__deco-vartical.is-report02 {
    height: 210px;
  }
}
@media screen and (max-width: 660px) {
  .box-sticky__deco-vartical.is-report03 {
    width: 27px;
    height: 215px;
  }
}
@media screen and (max-width: 660px) {
  .box-sticky__deco-vartical.is-report04 {
    width: 27px;
    height: 212px;
  }
}
@media screen and (max-width: 660px) {
  .box-sticky__deco-vartical.is-report05 {
    width: 27px;
    height: 212px;
  }
}
@media screen and (max-width: 660px) {
  .box-sticky__deco-vartical.is-report06 {
    width: 27px;
    height: 212px;
  }
}
.box-sticky__deco-image {
  max-width: 193px;
}
.box-sticky__deco-image.is-horizontal {
  position: absolute;
  top: 0;
  z-index: 2;
  transform: translateX(-102%);
  transition: 1s;
}
.box-sticky__deco-image.is-horizontal.is-fade-txt {
  transform: translateX(0);
}
.box-sticky__deco-image.is-vartical {
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 1;
  transform: translateY(-102%);
  transition: 1s;
}
.box-sticky__deco-image.is-vartical.is-fade-txt {
  top: -26px;
  transform: translateY(0);
}
.box-sticky__deco-image.is-vartical.is-left {
  left: 0;
}

.box-head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.box-head .box-head__hdg {
  padding: 78px 0 0 0;
}
@media screen and (max-width: 660px) {
  .box-head .box-head__hdg {
    padding: 0;
    margin-top: -75px;
  }
}
.box-head__doc-wrap {
  margin-bottom: 25px;
}
@media screen and (max-width: 660px) {
  .box-head__doc-wrap {
    margin-bottom: 10px;
  }
}
.box-head__doc {
  position: relative;
  font-size: 52px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #181818;
  line-height: 1;
  z-index: 2;
}
@media screen and (max-width: 660px) {
  .box-head__doc {
    font-size: 36px;
  }
}
.box-head__doc.is-range-01 {
  width: 265px;
}
@media screen and (max-width: 660px) {
  .box-head__doc.is-range-01 {
    width: 180px;
  }
}
.box-head__doc.is-range-01::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 254px;
  height: 41px;
  border: 3px solid #181818;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 660px) {
  .box-head__doc.is-range-01::after {
    top: 2px;
    left: 0px;
    width: 173px;
    height: 30px;
  }
}
.box-head__doc.is-range-02 {
  width: 370px;
}
@media screen and (max-width: 660px) {
  .box-head__doc.is-range-02 {
    width: 255px;
  }
}
.box-head__doc.is-range-02::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 360px;
  height: 41px;
  border: 3px solid #181818;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 660px) {
  .box-head__doc.is-range-02::after {
    top: 2px;
    left: 0px;
    width: 245px;
    height: 30px;
  }
}
.box-head__doc.is-range-03 {
  width: 280px;
}
@media screen and (max-width: 660px) {
  .box-head__doc.is-range-03 {
    width: 190px;
  }
}
.box-head__doc.is-range-03::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 256px;
  height: 47px;
  border: 3px solid #181818;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 660px) {
  .box-head__doc.is-range-03::after {
    top: 1px;
    left: 0px;
    width: 177px;
    height: 33px;
  }
}
.box-head__doc.is-range-04 {
  width: 260px;
}
.box-head__doc.is-range-04::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 252px;
  height: 45px;
  border: 3px solid #181818;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 660px) {
  .box-head__doc.is-range-04::after {
    top: 2px;
    left: 0px;
    width: 174px;
    height: 30px;
  }
}
.box-head__doc.is-range-05 {
  width: 315px;
}
.box-head__doc.is-range-05::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 305px;
  height: 44px;
  border: 3px solid #181818;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 660px) {
  .box-head__doc.is-range-05::after {
    top: 2px;
    left: 0px;
    width: 211px;
    height: 30px;
  }
}
.box-head__doc.is-range-06 {
  width: 365px;
}
.box-head__doc.is-range-06::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 326px;
  height: 47px;
  border: 3px solid #181818;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 660px) {
  .box-head__doc.is-range-06::after {
    top: 2px;
    left: 0px;
    width: 225px;
    height: 30px;
  }
}
.box-head__sns {
  margin-bottom: 25px;
}
@media screen and (max-width: 660px) {
  .box-head__sns {
    position: absolute;
    top: -75px;
    right: 0;
    background: #fff;
    z-index: 500;
  }
}
@media screen and (max-width: 660px) {
  .box-head__sns .box-sns__item.is-link {
    border-right: none !important;
  }
}
@media screen and (max-width: 369px) {
  .box-head__sns.is-sm {
    top: -120px;
  }
}
@media screen and (max-width: 660px) {
  .box-head__sns.is-report04 {
    top: -193px;
  }
}
@media screen and (max-width: 660px) {
  .box-head__sns.is-report05 {
    top: -140px;
  }
}
@media screen and (max-width: 660px) {
  .box-head__sns.is-report06 {
    top: -140px;
  }
}

.box-report:not(:last-of-type) {
  margin-bottom: 60px;
}
.box-report__wrap {
  display: flex;
}
.box-report__icon {
  position: relative;
  margin-right: 25px;
  flex-shrink: 0;
}
.box-report__icon .bg-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
  background: #efefef;
  border-radius: 50%;
}
.box-report__icon .bg-icon__item {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
}
.box-report__icon .doc-icon {
  font-size: 12px;
  text-align: center;
}
.box-report__icon .img-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
}
.box-report__doc {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.box-report__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 50px;
}
.box-report__desc.is-mb-10 {
  margin-bottom: 10px;
}
.box-report__notice {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #767676;
}
.box-report__txtlink {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #767676 !important;
  text-decoration: underline !important;
}
.box-report__txtlink.font-red {
  color: #dc1e37 !important;
}
.box-report__image {
  width: 100%;
}
.box-report__image-wrap.is-movie {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.box-report__image-caption {
  font-size: 12px;
  line-height: 1.8;
  color: #767676;
  margin-top: 20px;
}
@media screen and (max-width: 660px) {
  .box-report__image-caption {
    margin: 20px 20px 0;
  }
}
.box-report__image-caption-link {
  color: #333 !important;
}
.box-report__listwrap {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 50px;
  list-style: disc;
  margin-left: 1.25em;
}
.box-report__list {
  line-height: 2;
  margin-bottom: 0.5em;
}
.box-report.is-question, .box-report.is-anwser, .box-report.is-report-box {
  margin: 0 0 40px;
}
@media screen and (max-width: 660px) {
  .box-report.is-question, .box-report.is-anwser, .box-report.is-report-box {
    margin: 0 20px 40px;
  }
}
.box-report .noto {
  margin: 0 0.2em;
  font-size: 8px;
  position: relative;
  top: -1.55em;
  margin-right: 0.75em;
}
.box-report .nototext {
  font-size: 0.85em;
}
@media screen and (max-width: 660px) {
  .box-report .scroll-image {
    width: 100%;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 660px) {
  .box-report .image-type-01 {
    width: 552px !important;
  }
}
.box-report .sp-slide-notice-text {
  display: none;
}
@media screen and (max-width: 660px) {
  .box-report .sp-slide-notice-text {
    display: block;
    margin-bottom: 1rem;
    text-align: center;
  }
}

.box-report-hdg {
  margin-bottom: 70px;
}
@media screen and (max-width: 660px) {
  .box-report-hdg {
    padding: 20px;
    background: url(/global/about/project/ambassador/img/bg_note.png) no-repeat center center/cover;
  }
}
.box-report-hdg__doc {
  position: relative;
  display: inline;
  font-size: 42px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  line-height: 1.4;
  border-bottom: 2px solid #181818;
}
@media screen and (max-width: 660px) {
  .box-report-hdg__doc {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.6;
    border-bottom: 1px solid #181818;
  }
}

.box-lead {
  padding: 34px 38px;
  border: 1px solid #181818;
  border: 1px solid #181818;
  background: url(/global/about/project/ambassador/img/bg_note.png) center center/contain;
}
@media screen and (max-width: 660px) {
  .box-lead {
    padding: 20px;
  }
}
.box-lead__wrap {
  display: flex;
  flex-direction: column;
}
.box-lead__hdg {
  position: relative;
  display: inline-block;
  font-size: 25px;
  margin: 0 auto 30px;
}
.box-lead__hdg::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.box-lead__desc {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.14;
  color: #181818;
}
.box-lead__desc:not(:last-of-type) {
  margin-bottom: 20px;
}

.box-sns {
  width: 100%;
  max-width: 311px;
  margin: 0 auto;
  border: 2px solid #181818;
  transition: 0.8s;
}
@media screen and (max-width: 660px) {
  .box-sns {
    max-width: 180px;
  }
}
.box-sns__list {
  display: flex;
}
.box-sns__item {
  width: 100%;
  height: 65px;
}
@media screen and (max-width: 660px) {
  .box-sns__item {
    height: 35px;
  }
}
.box-sns__item.is-title {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 34%;
  border-right: 2px solid #181818;
}
@media screen and (max-width: 660px) {
  .box-sns__item.is-title {
    max-width: 36.655%;
  }
}
.box-sns__item.is-title .icon-hdg {
  width: 100%;
  max-width: 60%;
}
@media screen and (max-width: 660px) {
  .box-sns__item.is-title .icon-hdg {
    max-width: 65%;
  }
}
.box-sns__item.is-link {
  max-width: 22%;
}
@media screen and (max-width: 660px) {
  .box-sns__item.is-link {
    max-width: 21.115%;
  }
}
.box-sns__item.is-link:not(:last-of-type) {
  border-right: 2px solid #181818;
}
.box-sns__item.is-link .icon-sns {
  width: 100%;
  max-width: 65%;
}
@media screen and (max-width: 660px) {
  .box-sns__item.is-link .icon-sns {
    max-width: 26px;
  }
}
.box-sns__item.is-link .icon-sns.is-x {
  max-width: 50%;
}
.box-sns__item.is-link .icon-fb,
.box-sns__item.is-link .icon-tw,
.box-sns__item.is-link .icon-line {
  transition: 0.3s;
}
.box-sns__item.is-link:hover .icon-fb {
  transition: 0.3s;
  fill: #3b5998;
}
.box-sns__item.is-link:hover .icon-line {
  transition: 0.3s;
  fill: #00b900;
}
.box-sns__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.box-sns__link .icon-x {
  transition: 0.3s;
}
.box-sns__link:hover .icon-x {
  opacity: 0.5;
}
.box-sns.is-short {
  width: 175px;
  margin: 0;
}
@media screen and (max-width: 660px) {
  .box-sns.is-short {
    width: 41px;
    border: 1px solid #181818;
    box-sizing: border-box;
  }
}
.box-sns.is-short .box-sns__item {
  height: 35px;
}
@media screen and (max-width: 660px) {
  .box-sns.is-short .box-sns__item:not(:last-of-type) {
    border-bottom: 1px solid #181818;
  }
}
@media screen and (max-width: 660px) {
  .box-sns.is-short .box-sns__item.is-title {
    height: 20px;
    text-align: center;
    border-right: none;
  }
}
@media screen and (max-width: 660px) {
  .box-sns.is-short .box-sns__item.is-title .icon-hdg {
    width: 30px;
    height: 9px;
    max-width: 100%;
  }
}
@media screen and (max-width: 660px) {
  .box-sns.is-short .box-sns__list {
    flex-direction: column;
  }
}
@media screen and (max-width: 660px) {
  .box-sns.is-short .box-sns__item {
    max-width: 40px;
  }
}

.box-img-link {
  border: 1px solid #181818;
}
.box-img-link__link {
  padding: 25px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px;
  box-sizing: border-box;
}
.box-img-link__link:hover {
  text-decoration: underline;
  color: #181818;
}
@media screen and (max-width: 660px) {
  .box-img-link.is-no-image .box-img-link__link {
    padding: 20px;
  }
}
.box-img-link.is-no-image .box-img-link__bottom {
  padding-right: 40px;
}
@media screen and (max-width: 660px) {
  .box-img-link.is-no-image .box-img-link__bottom {
    padding-right: 30px;
  }
}
.box-img-link__top {
  margin-bottom: 20px;
}
.box-img-link__image {
  width: 100%;
}
.box-img-link__bottom {
  position: relative;
}
.box-img-link__bottom::after {
  content: "";
  position: absolute;
  top: 28%;
  right: 7px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-top: 1px solid #181818;
  border-right: 1px solid #181818;
  transform: rotate(45deg);
}
@media screen and (max-width: 660px) {
  .box-img-link__bottom::after {
    right: -2px;
  }
}
.box-img-link__bottom::before {
  content: "";
  position: absolute;
  top: 28%;
  right: 20px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-top: 1px solid #181818;
  border-right: 1px solid #181818;
  transform: rotate(45deg);
}
@media screen and (max-width: 660px) {
  .box-img-link__bottom::before {
    right: 10px;
  }
}
@media screen and (max-width: 369px) {
  .box-img-link__bottom.is-sm::after {
    right: -10px;
  }
}
@media screen and (max-width: 369px) {
  .box-img-link__bottom.is-sm::before {
    right: 0;
  }
}
.box-img-link__doc-small {
  font-size: 12px;
  color: #181818;
}
.box-img-link__doc-small.is-fc-gray {
  font-size: 10px;
  color: #767676;
}
.box-img-link__doc {
  font-size: 14px;
  color: #181818;
}
.box-img-link.is-no-link .box-img-link__link {
  pointer-events: none;
}
.box-img-link.is-no-link .box-img-link__link:hover {
  text-decoration: none;
}
.box-img-link.is-no-link .box-img-link__bottom {
  position: relative;
}
.box-img-link.is-no-link .box-img-link__bottom::after {
  content: none;
}
.box-img-link.is-no-link .box-img-link__bottom::before {
  content: none;
}
.box-img-link.is-totop {
  max-width: 311px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.box-photo__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.box-photo__item {
  cursor: pointer;
}
.box-photo__item:not(:last-of-type) {
  margin-bottom: 15px;
}
.box-photo__image {
  width: 100%;
}
.box-photo__modal {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: auto;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s 0s ease;
}
.box-photo__modal.is-show {
  display: block;
  opacity: 1;
  z-index: 999;
}
.box-photo__modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  width: 62.5%;
  z-index: 999;
  margin: auto;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s 0s ease;
}
@media screen and (max-width: 660px) {
  .box-photo__modal {
    width: 75%;
  }
}
.box-photo__modal.is-show {
  display: block;
  opacity: 1;
  z-index: 999;
}
.box-photo__modal-item {
  position: relative;
  margin: auto;
}
.box-photo__modal-item img {
  max-width: 100%;
}
.box-photo__modal-close {
  position: absolute;
  top: 45px;
  right: 45px;
  width: 55px;
  height: 55px;
  cursor: pointer;
  z-index: 9999;
}
@media screen and (max-width: 660px) {
  .box-photo__modal-close {
    top: 35px;
    right: 5px;
  }
}
.box-photo__modal-close::after, .box-photo__modal-close::before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
}
.box-photo__modal-close::after {
  content: "";
  transform: rotate(-45deg);
  background: #181818;
}
.box-photo__modal-close::before {
  transform: rotate(45deg);
  background: #181818;
}
.box-photo__modal-prev {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -10%;
  cursor: pointer;
  z-index: 9999;
}
@media screen and (max-width: 660px) {
  .box-photo__modal-prev {
    left: -12%;
  }
}
.box-photo__modal-prev::after {
  content: "";
  margin: 40px 10px;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-top: 2px solid #181818;
  border-left: 2px solid #181818;
  transform: rotate(-45deg);
}
@media screen and (max-width: 660px) {
  .box-photo__modal-prev::after {
    width: 25px;
    height: 25px;
  }
}
.box-photo__modal-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -10%;
  cursor: pointer;
  z-index: 9999;
}
@media screen and (max-width: 660px) {
  .box-photo__modal-next {
    right: -12%;
  }
}
.box-photo__modal-next::after {
  content: "";
  margin: 40px 10px;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-top: 2px solid #181818;
  border-right: 2px solid #181818;
  transform: rotate(45deg);
}
@media screen and (max-width: 660px) {
  .box-photo__modal-next::after {
    width: 25px;
    height: 25px;
  }
}
.box-photo__modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s 0s ease;
}
.box-photo__modal-overlay.is-show {
  display: block;
  opacity: 1;
  z-index: 440;
}
.box-photo__modal .is-modal-fadein {
  animation: modalFadein 0.3s;
}
.box-photo__modal .is-modal-fadeout {
  animation: modalFadeout 0.3s;
  animation-fill-mode: forwards;
}
.box-photo__modal .icon-modal {
  position: relative;
}

.btn-black {
  position: relative;
  display: block;
  width: 70px;
  padding: 2px 5px;
  font-size: 11px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  color: #fff !important;
  background: #000;
  opacity: 0;
  transition: 0.3s;
  box-sizing: content-box;
}
.btn-black:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 4px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.btn-black.is-common-fade-txt {
  animation: txtOpacity 1s ease-out 0s;
  opacity: 1;
}

.btn-container {
  display: none;
  transition: 0.8s;
}
.btn-container.is-show {
  display: block;
}

.btn-menu {
  position: fixed;
  bottom: 50px;
  right: 15px;
  z-index: 400;
}
.btn-menu.is-stop {
  position: absolute;
  bottom: -130px;
  right: 15px;
}
.btn-menu__wrap {
  width: 40px;
  height: 40px;
  border: 1px solid #181818;
  background: #fff;
}
.btn-menu__line {
  position: relative;
  display: block;
  height: 1px;
  width: 100%;
  background: #181818;
}
.btn-menu__line::before, .btn-menu__line::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #181818;
}
.btn-menu__line::before {
  top: 9px;
}
.btn-menu__line::after {
  bottom: 9px;
}
.btn-menu__line.is-close {
  background: transparent;
}
.btn-menu__line.is-close::before {
  top: 20px;
  transform: rotate(-45deg);
  background: #181818;
}
.btn-menu__line.is-close::after {
  bottom: -20px;
  transform: rotate(45deg);
  background: #181818;
}

.pc-none {
  display: none !important;
}
@media screen and (max-width: 660px) {
  .pc-none {
    display: block !important;
  }
}

.sp-none {
  display: block !important;
}
@media screen and (max-width: 660px) {
  .sp-none {
    display: none !important;
  }
}

.is-no-scroll {
  overflow-y: hidden;
}

.is-mb-none {
  margin-bottom: 0;
}

.is-mb-layout {
  margin-bottom: 40px;
}
@media screen and (max-width: 660px) {
  .is-mb-layout {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 660px) {
  .is-sp-mt-negative {
    margin-top: -35px;
  }
}

.pl-1-sp {
  padding-left: 1px;
}

@keyframes bgFade {
  0% {
    opacity: 1;
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
    opacity: 1;
  }
}
@keyframes bgFade {
  0% {
    opacity: 1;
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
    opacity: 1;
  }
}
@keyframes bgFadeForLink {
  0% {
    opacity: 1;
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
  }
  99% {
    transform: translateX(100%);
    opacity: 1;
  }
  100% {
    transform: translateX(200%);
    opacity: 0;
  }
}
@keyframes bgFadeVartical {
  0% {
    opacity: 1;
    transform: translateY(-100%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateY(100%);
    opacity: 1;
  }
}
@keyframes txtOpacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes txtOpacity-02 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modalFadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modalFadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
