@charset "UTF-8";
@media (max-width: 736px) {
  .only-pc {
    display: none !important;
  }
}
@media (min-width: 737px) {
  .only-sp {
    display: none !important;
  }
}

@media (min-width: 737px) {
  body {
    min-width: 1240px !important;
  }
}

.wrapper {
  position: static;
}

.l_pagetop {
  z-index: 100;
  max-width: 87px;
}

.l_pagetop.is_show {
  -webkit-transition: top 0s;
  transition: top 0s;
}

#js_toplink.fixstop {
  position: absolute;
  bottom: -50px;
}

@media (min-width: 737px) {
  .inner {
    max-width: 100%;
    width: 1192px;
    margin-inline: auto;
  }
}
@media (max-width: 736px) {
  .inner {
    padding-inline: 20px;
  }
}
@media (min-width: 737px) {
  .inner.--w980 {
    width: 980px;
  }
}

@media (min-width: 737px) {
  .trans {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .trans:hover {
    opacity: 0.8;
  }
}

.sections-wrap {
  margin-bottom: 60px;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: 400;
  text-align: left;
  background-color: #fff;
  letter-spacing: 0;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media (max-width: 736px) {
  .sections-wrap {
    font-size: 14px;
    line-height: 20px;
  }
}
.sections-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.sections-wrap .kv {
  margin-bottom: 70px;
}
@media (max-width: 736px) {
  .sections-wrap .kv {
    margin-bottom: 50px;
  }
}
.sections-wrap .kv h1 {
  display: none;
}
.sections-wrap .kv__img {
  min-height: 809px;
}
@media (max-width: 736px) {
  .sections-wrap .kv__img {
    min-height: 437px;
  }
}
@media (min-width: 737px) {
  .sections-wrap .kv__img img {
    width: calc(100% + var(--scrollbar-width));
  }
}
.sections-wrap .kv__intro {
  text-align: center;
  margin-top: -54px;
}
@media (max-width: 736px) {
  .sections-wrap .kv__intro {
    margin-top: 1px;
  }
}
.sections-wrap .kv__intro .title {
  font-size: 32px;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  color: #3D4256;
}
@media (max-width: 736px) {
  .sections-wrap .kv__intro .title {
    font-size: 24px;
    line-height: 1.3333333333;
  }
}
.sections-wrap .kv__intro .sub-title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 7px;
  color: #262626;
}
@media (max-width: 736px) {
  .sections-wrap .kv__intro .sub-title {
    font-size: 14px;
    line-height: 1.4285714286;
    margin-top: 13px;
  }
}
.sections-wrap .kv__intro .desc {
  font-size: 16px;
  line-height: 1.875;
  margin-top: 37px;
}
@media (max-width: 736px) {
  .sections-wrap .kv__intro .desc {
    font-size: 14px;
    line-height: 1.4285714286;
    margin-top: 16px;
  }
}
.sections-wrap .report {
  position: relative;
  padding-top: 110px;
  z-index: 1;
}
@media (max-width: 736px) {
  .sections-wrap .report {
    padding-top: 84px;
  }
}
.sections-wrap .report__anchor {
  position: absolute;
  top: -50px;
}
.sections-wrap .report__tab {
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-inline: auto;
  width: 944px;
  max-width: 100%;
  z-index: 3;
}
@media (max-width: 736px) {
  .sections-wrap .report__tab {
    width: 358px;
    top: -15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sections-wrap .report__tab .item {
  padding-inline: 20px;
}
@media (max-width: 736px) {
  .sections-wrap .report__tab .item {
    padding-inline: 7.5px;
  }
}
.sections-wrap .report__tab .item a {
  display: block;
}
.sections-wrap .report__tab .item span {
  background-color: #F2F6F9;
  color: rgba(26, 26, 26, 0.4);
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  padding: 21px 10px;
  width: 360px;
  display: block;
  text-align: center;
}
@media (max-width: 736px) {
  .sections-wrap .report__tab .item span {
    font-size: 16px;
    line-height: 1.3125;
    width: 155px;
    padding: 11px 5px;
  }
}
.sections-wrap .report__tab .item.is-active a {
  position: relative;
  -webkit-box-shadow: 0 10px 0 0 #fff;
          box-shadow: 0 10px 0 0 #fff;
}
@media (max-width: 736px) {
  .sections-wrap .report__tab .item.is-active a {
    -webkit-box-shadow: 5px 5px 0 0 #fff;
            box-shadow: 5px 5px 0 0 #fff;
  }
}
.sections-wrap .report__tab .item.is-active a:before, .sections-wrap .report__tab .item.is-active a:after {
  content: "";
  position: absolute;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 44px;
  height: 46px;
}
@media (max-width: 736px) {
  .sections-wrap .report__tab .item.is-active a:before, .sections-wrap .report__tab .item.is-active a:after {
    width: 22px;
    height: 23px;
  }
}
.sections-wrap .report__tab .item.is-active a:before {
  background-color: #FFFFFF;
  bottom: -41px;
}
@media (max-width: 736px) {
  .sections-wrap .report__tab .item.is-active a:before {
    bottom: -21px;
    -webkit-transform: translateX(calc(-50% + 5px));
            transform: translateX(calc(-50% + 5px));
  }
}
.sections-wrap .report__tab .item.is-active a:after {
  bottom: -31px;
  background-color: #3D4256;
  z-index: 1;
}
@media (max-width: 736px) {
  .sections-wrap .report__tab .item.is-active a:after {
    bottom: -16px;
  }
}
.sections-wrap .report__tab .item.is-active span {
  font-size: 32px;
  background-color: #3D4256;
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 29px 10px;
  width: 432px;
}
@media (max-width: 736px) {
  .sections-wrap .report__tab .item.is-active span {
    font-size: 20px;
    width: 173px;
    padding: 13px 5px;
  }
}
.sections-wrap .report__content .item-tab {
  display: none;
}
.sections-wrap .report__content .item-tab:first-child {
  display: block;
}
.sections-wrap .report__content .item-tab .top-content {
  position: relative;
  z-index: 1;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .top-content {
    padding-block: 79px 194px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .top-content {
    padding-bottom: 16.8vw;
  }
}
.sections-wrap .report__content .item-tab .top-content:before {
  content: "";
  position: absolute;
  top: -110px;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../image/report_bg.png") #F2F6F9 no-repeat top center/100% auto;
  clip-path: polygon(0 0, 100% 2%, 100% 98.12%, 0% 100%);
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .top-content:before {
    top: -85px;
    background-size: 100% 100%;
    background-image: url("../image/report_bg_sp.png");
    clip-path: polygon(0 0, 100% 0.29%, 100% 99.55%, 0% 100%);
  }
}
.sections-wrap .report__content .item-tab .race {
  text-align: center;
  position: relative;
  z-index: 1;
}
.sections-wrap .report__content .item-tab .race__intro .sub-title {
  font-size: 28px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8461538462;
  color: #1A1A1A;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .race__intro .sub-title {
    font-size: 16px;
  }
}
.sections-wrap .report__content .item-tab .race__intro .title {
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 36px;
  line-height: 1.3333333333;
  color: #3D4256;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .race__intro .title {
    font-size: 24px;
    line-height: 1.3333333333;
    margin-top: -7px;
  }
}
.sections-wrap .report__content .item-tab .race__intro .desc {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
  margin-top: 37px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .race__intro .desc {
    font-size: 14px;
    line-height: 1.4285714286;
    margin-top: 23px;
  }
}
.sections-wrap .report__content .item-tab .race__intro .desc p:not(:last-child) {
  margin-bottom: 14px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .race__intro .desc p:not(:last-child) {
    margin-bottom: 6px;
  }
}
.sections-wrap .report__content .item-tab .race__gallery {
  margin-top: 94px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .race__gallery {
    margin-top: 54px;
  }
}
.sections-wrap .report__content .item-tab .race__gallery .title-gallery {
  text-align: center;
  font-size: 36px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  color: #1A1A1A;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .race__gallery .title-gallery {
    font-size: 24px;
  }
}
.sections-wrap .report__content .item-tab .race__gallery .main-gallery {
  margin-top: -25px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .race__gallery .main-gallery {
    margin-top: 6px;
  }
}
.sections-wrap .report__content .item-tab .race__gallery .main-gallery .photo {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .race__gallery .main-gallery .photo {
    position: relative;
    width: 800px;
  }
  .sections-wrap .report__content .item-tab .race__gallery .main-gallery .photo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .race__gallery .main-gallery .photo {
    width: 278px;
    min-height: 211px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .race__gallery .main-gallery .photo__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 608px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .race__gallery .main-gallery .photo__inner {
    position: relative;
  }
  .sections-wrap .report__content .item-tab .race__gallery .main-gallery .photo__inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }
}
.sections-wrap .report__content .item-tab .race__gallery .main-gallery .photo__inner img {
  -webkit-transform-origin: center;
          transform-origin: center;
  height: 608px;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  will-change: height;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .race__gallery .main-gallery .photo__inner img {
    height: 211px;
  }
}
.sections-wrap .report__content .item-tab .race__gallery .main-gallery .photo.swiper-slide-prev, .sections-wrap .report__content .item-tab .race__gallery .main-gallery .photo.swiper-slide-next {
  opacity: 1;
}
.sections-wrap .report__content .item-tab .race__gallery .main-gallery .photo.swiper-slide-active {
  opacity: 1;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .race__gallery .main-gallery .photo.swiper-slide-active:before {
    opacity: 0;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .race__gallery .main-gallery .photo.swiper-slide-active .photo__inner {
    min-height: 170px;
  }
  .sections-wrap .report__content .item-tab .race__gallery .main-gallery .photo.swiper-slide-active .photo__inner:before {
    opacity: 0;
  }
}
.sections-wrap .report__content .item-tab .race__gallery .main-gallery .photo.swiper-slide-active .photo__inner img {
  height: 488px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .race__gallery .main-gallery .photo.swiper-slide-active .photo__inner img {
    height: 170px;
  }
}
.sections-wrap .report__content .item-tab .race__gallery .main-gallery .swiper-button-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .race__gallery .main-gallery .swiper-button-wrapper {
    width: 980px;
    max-width: 100%;
    margin-inline: auto;
  }
}
.sections-wrap .report__content .item-tab .race__gallery .main-gallery .swiper-button {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  width: 68px;
  height: 79px;
  font-size: 0;
  top: 50%;
  z-index: 3;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .race__gallery .main-gallery .swiper-button {
    width: 44px;
    height: 50px;
    z-index: 5;
  }
}
.sections-wrap .report__content .item-tab .race__gallery .main-gallery .swiper-button:after {
  display: none;
}
.sections-wrap .report__content .item-tab .race__gallery .main-gallery .swiper-button.swiper-button-prev {
  background: url("../image/ico_arr-left.png") rgba(183, 0, 7, 0.7) no-repeat center/21px;
  left: 0;
  clip-path: polygon(0 16%, 100% 0%, 100% 84%, 0% 100%);
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .race__gallery .main-gallery .swiper-button.swiper-button-prev {
    left: 4px;
    background-size: 15px;
    background-image: url("../image/ico_arr-left-sp.png");
  }
}
.sections-wrap .report__content .item-tab .race__gallery .main-gallery .swiper-button.swiper-button-next {
  background: url("../image/ico_arr-right.png") rgba(183, 0, 7, 0.7) no-repeat center/21px;
  right: 0;
  clip-path: polygon(0 0, 100% 16%, 100% 100%, 0 84%);
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .race__gallery .main-gallery .swiper-button.swiper-button-next {
    right: 4px;
    background-size: 15px;
    background-image: url("../image/ico_arr-right-sp.png");
  }
}
.sections-wrap .report__content .item-tab .race__gallery .thumb-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .race__gallery .thumb-gallery {
    margin-top: -36px;
    width: 808px;
    max-width: 100%;
    margin-inline: auto;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .race__gallery .thumb-gallery {
    padding-inline: 12px;
    margin-top: -11px;
  }
}
.sections-wrap .report__content .item-tab .race__gallery .thumb-gallery .photo {
  padding-inline: 4px;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .race__gallery .thumb-gallery .photo {
    width: 25%;
  }
  .sections-wrap .report__content .item-tab .race__gallery .thumb-gallery .photo:nth-child(n+5) {
    margin-top: 8px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .race__gallery .thumb-gallery .photo {
    width: 33.3333333333%;
  }
  .sections-wrap .report__content .item-tab .race__gallery .thumb-gallery .photo:nth-child(n+4) {
    margin-top: 8px;
  }
}
.sections-wrap .report__content .item-tab .race__gallery .thumb-gallery .photo__img {
  display: block;
  cursor: pointer;
  position: relative;
}
.sections-wrap .report__content .item-tab .race__gallery .thumb-gallery .photo__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(26, 26, 26, 0.5);
  pointer-events: none;
  z-index: 1;
  border: 4px solid transparent;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.sections-wrap .report__content .item-tab .race__gallery .thumb-gallery .photo.is-active .photo__img:before {
  background-color: transparent;
  border-color: #B70007;
}
.sections-wrap .report__content .item-tab .group-report {
  margin-top: 120px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report {
    margin-top: 46px;
  }
}
.sections-wrap .report__content .item-tab .group-report__head {
  text-align: center;
  position: relative;
  z-index: 1;
}
.sections-wrap .report__content .item-tab .group-report__head .title img {
  width: 395px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__head .title img {
    width: 198px;
  }
}
.sections-wrap .report__content .item-tab .group-report__head .sub-title {
  margin-top: 27px;
  color: #1A1A1A;
  font-size: 36px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__head .sub-title {
    font-size: 24px;
    line-height: 1.3333333333;
    margin-top: 7px;
  }
}
.sections-wrap .report__content .item-tab .group-report__head .desc {
  font-size: 16px;
  line-height: 1.875;
  margin-top: 34px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__head .desc {
    font-size: 14px;
    line-height: 1.4285714286;
    margin-top: 19px;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv {
  margin-top: 76px;
  position: relative;
  z-index: 1;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .group-report__icv {
    width: 1192px;
    max-width: 100%;
    margin-inline: auto;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv {
    padding-inline: 16px;
    margin-top: 27px;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block {
  background-color: #FFFFFF;
  -webkit-box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.1);
  padding-inline: 104px 108px;
  position: relative;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block {
    padding-inline: 16px;
    z-index: 1;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block:before {
  content: "";
  position: absolute;
  pointer-events: none;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block:before {
    width: 343px;
    z-index: -1;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block:not(:last-child) {
  margin-bottom: 103px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block:not(:last-child) {
    margin-bottom: 53px;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block__head .sub-title {
  background-color: #3D4256;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 10px;
  position: relative;
  line-height: 2;
  z-index: 1;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block__head .sub-title {
    width: 589px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block__head .sub-title {
    font-size: 14px;
    line-height: 1.4285714286;
    margin-inline: -16px;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block__head .sub-title:before {
  content: "";
  position: absolute;
  width: 40px;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block__head .sub-title:before {
    z-index: -1;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block__head .title {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 10px;
  margin-top: 2px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block__head .title {
    font-size: 24px;
    line-height: 1.3333333333;
    padding: 5px 15px;
    margin-inline: -16px;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block__head .desc {
  font-size: 16px;
  line-height: 1.875;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block__head .desc {
    width: 490px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block__head .desc {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block__message {
    position: relative;
    padding-left: 334px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block__message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block__message .photo {
  text-align: center;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block__message .photo {
    width: 274px;
    position: absolute;
    left: 0;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block__message .photo {
    margin-inline: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block__message .photo figcaption {
  font-size: 16px;
  margin-top: -1px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block__message .photo figcaption {
    font-size: 12px;
    line-height: 1.3333333333;
    margin-top: 7px;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block__message .title {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5714285714;
  padding: 2px 11px 2px 21px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block__message .title {
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding: 5px;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block__message .text {
  margin-top: 27px;
  font-size: 16px;
  line-height: 1.875;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block__message .text {
    font-size: 14px;
    line-height: 1.4285714286;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 16px;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block__message .text p:not(:last-child) {
  margin-bottom: 14px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block__message .text p:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block__banner {
    margin-inline: -104px -108px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block__banner {
    margin-inline: -16px;
  }
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block__intro:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block__intro .img {
    width: 360px;
    float: right;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block__intro .img {
    margin-top: 26px;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block__intro .img__item:not(:last-child) {
  margin-bottom: -4px;
}
.sections-wrap .report__content .item-tab .group-report__icv .block__intro .infor__title {
  color: #fff;
  font-size: 28px;
  line-height: 1.5714285714;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block__intro .infor__title {
    font-size: 16px;
    line-height: 1.25;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block__intro .infor__title .line {
  display: block;
}
.sections-wrap .report__content .item-tab .group-report__icv .block__intro .infor__title .line span {
  display: inline-block;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block__intro .infor__title .line span {
    padding: 2px 19px 2px 14px;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block__intro .infor__text {
  font-size: 16px;
  line-height: 1.875;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block__intro .infor__text {
    margin-top: 27px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block__intro .infor__text {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block__intro .infor__text p:not(:last-child) {
  margin-bottom: 14px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block__intro .infor__text p:not(:last-child) {
    margin-bottom: 10px;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block__intro .infor__note {
  font-size: 14px;
  line-height: 1.4285714286;
  margin-top: 17px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block__intro .infor__note {
    margin-top: 10px;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block.--icv {
  padding-block: 79px 100px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--icv {
    padding-block: 25px;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block.--icv:before {
  height: 585px;
  background: url("../image/icv_car.png") no-repeat center/contain;
  top: -117px;
  right: 0;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--icv:before {
    width: 616px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--icv:before {
    top: 39px;
    height: 341px;
    background-image: url("../image/icv_car_sp.png");
  }
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--icv .block__head .sub-title {
    margin-left: -104px;
    padding-left: 106px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--icv .block__head .sub-title {
    padding: 3px 6px 3px 16px;
    margin-right: -6px;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block.--icv .block__head .sub-title:before {
  background: url("../image/title_bg-left.jpg") no-repeat center right/auto 46px;
  right: -1px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--icv .block__head .sub-title:before {
    background-size: auto 27px;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block.--icv .block__head .title {
  margin-top: 1px;
  background: linear-gradient(45deg, rgb(204, 0, 0) 0%, rgb(139, 0, 5) 100%);
  clip-path: polygon(0 0, 97.2% 0, 100% 100%, 0% 100%);
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--icv .block__head .title {
    margin-left: -104px;
    padding-left: 101px;
    width: 608px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--icv .block__head .title {
    padding: 5px 16px;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block.--icv .block__head .desc {
  margin-top: 28px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--icv .block__head .desc {
    margin-top: 282px;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block.--icv .block__message {
  margin-top: 138px;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--icv .block__message {
    top: 0;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--icv .block__message {
    margin-top: 26px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--icv .block__message .photo {
    width: 171px;
    margin-top: 15px;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block.--icv .block__message .title {
  background: linear-gradient(135deg, rgb(204, 0, 0) 0%, rgb(139, 0, 5) 100%);
}
.sections-wrap .report__content .item-tab .group-report__icv .block.--icv .block__banner {
  margin-top: 77px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--icv .block__banner {
    margin-top: 53px;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block.--icv .block__intro {
  margin-top: -24px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--icv .block__intro {
    margin-top: -37px;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block.--icv .block__intro .infor__title .line__item {
  background: linear-gradient(135deg, rgb(204, 0, 0) 0%, rgb(139, 0, 5) 100%);
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--icv .block__intro .infor__title .line__item {
    padding-inline: 16px 13px;
  }
  .sections-wrap .report__content .item-tab .group-report__icv .block.--icv .block__intro .infor__title .line__item.--item01 {
    position: relative;
    z-index: 1;
    padding-block: 5px 0px;
  }
  .sections-wrap .report__content .item-tab .group-report__icv .block.--icv .block__intro .infor__title .line__item.--item02 {
    padding-block: 1px 4px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--icv .block__intro .infor__text {
    margin-top: 16px;
  }
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--icv .block__intro .img {
    margin-top: 64px;
    margin-left: 55px;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block.--ev {
  padding-block: 80px 98px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--ev {
    padding-block: 26px;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block.--ev:before {
  height: 531px;
  background: url("../image/ev_car.png") no-repeat center/contain;
  top: -34px;
  left: 0;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--ev:before {
    width: 784px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--ev:before {
    top: 58px;
    height: 299px;
    background-image: url("../image/ev_car_sp.png");
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block.--ev .block__head {
  text-align: right;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--ev .block__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block.--ev .block__head .sub-title {
  font-weight: 500;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--ev .block__head .sub-title {
    margin-right: -108px;
    padding-right: 108px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--ev .block__head .sub-title {
    padding: 3px 15px 3px 6px;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block.--ev .block__head .sub-title:before {
  background: url("../image/title_bg-right.jpg") no-repeat center left/auto 46px;
  left: -1px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--ev .block__head .sub-title:before {
    background-size: auto 27px;
    left: 0;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block.--ev .block__head .sub-title span {
  font-size: 16px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--ev .block__head .sub-title span {
    font-size: 12px;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block.--ev .block__head .title {
  margin-top: 1px;
  background: linear-gradient(135deg, rgb(5, 0, 205) 0%, rgb(25, 25, 112) 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 3.2% 100%);
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--ev .block__head .title {
    width: 579px;
    margin-right: -108px;
    padding-right: 108px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--ev .block__head .title {
    padding-right: 20px;
    padding-block: 6px;
    margin-left: -10px;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block.--ev .block__head .desc {
  margin-top: 27px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--ev .block__head .desc {
    text-align: left;
    margin-top: 286px;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block.--ev .block__message {
  margin-top: 102px;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--ev .block__message {
    top: 0;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--ev .block__message {
    margin-top: 26px;
  }
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--ev .block__message .photo {
    padding-top: 19px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--ev .block__message .photo {
    width: 169px;
    margin-top: 15px;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block.--ev .block__message .title {
  background: linear-gradient(135deg, rgb(5, 0, 205) 0%, rgb(25, 25, 112) 100%);
}
.sections-wrap .report__content .item-tab .group-report__icv .block.--ev .block__banner {
  margin-top: 57px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--ev .block__banner {
    margin-top: 26px;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block.--ev .block__intro {
  margin-top: -72px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--ev .block__intro {
    margin-top: -46px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--ev .block__intro .infor__title {
    font-size: 18px;
    line-height: 1.6111111111;
  }
}
.sections-wrap .report__content .item-tab .group-report__icv .block.--ev .block__intro .infor__title .line__item {
  background: linear-gradient(135deg, rgb(5, 0, 205) 0%, rgb(25, 25, 112) 100%);
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--ev .block__intro .infor__title .line__item {
    padding-right: 10px;
  }
  .sections-wrap .report__content .item-tab .group-report__icv .block.--ev .block__intro .infor__title .line__item:last-child {
    margin-top: -2px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--ev .block__intro .infor__title .line__item {
    padding-inline: 14px 12px;
  }
  .sections-wrap .report__content .item-tab .group-report__icv .block.--ev .block__intro .infor__title .line__item.--item01 {
    padding-block: 2px 0;
    position: relative;
    z-index: 2;
    padding-right: 0;
  }
  .sections-wrap .report__content .item-tab .group-report__icv .block.--ev .block__intro .infor__title .line__item.--item02 {
    padding-block: 0 2px;
    position: relative;
    z-index: 1;
    margin-bottom: -2px;
  }
  .sections-wrap .report__content .item-tab .group-report__icv .block.--ev .block__intro .infor__title .line__item.--item03 {
    padding-block: 0 4px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--ev .block__intro .infor__text {
    margin-top: 16px;
  }
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--ev .block__intro .img {
    margin-top: 112px;
    margin-left: 60px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .group-report__icv .block.--ev .block__intro .img__item:not(:last-child) {
    margin-bottom: 0;
  }
}
.sections-wrap .report__content .item-tab .educator {
  margin-top: -170px;
  padding-block: 220px 121px;
  position: relative;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .educator {
    padding-inline: 16px;
    padding-block: 23.2vw 16.5333333333vw;
    margin-top: -13.3333333333vw;
  }
}
.sections-wrap .report__content .item-tab .educator:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../image/educator_bg.jpg") no-repeat top center/100% auto;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .educator:before {
    background-image: url("../image/educator_bg_sp.png");
    background-color: #fff;
  }
}
.sections-wrap .report__content .item-tab .educator__title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1A1A1A;
  margin-bottom: 83px;
  position: relative;
  z-index: 2;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .educator__title {
    font-size: 24px;
    line-height: 1.3333333333;
    margin-bottom: 60px;
  }
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .educator__box {
    width: 980px;
    max-width: 100%;
    margin-inline: auto;
  }
}
.sections-wrap .report__content .item-tab .educator__box .item {
  position: relative;
  z-index: 1;
  padding: 0 16px 27px;
}
.sections-wrap .report__content .item-tab .educator__box .item:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .educator__box .item:not(:last-child) {
    margin-bottom: 60px;
  }
}
.sections-wrap .report__content .item-tab .educator__box .item:before {
  content: "";
  position: absolute;
  background-color: #F2F6F9;
  top: 18px;
  bottom: 0;
  z-index: -1;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .educator__box .item:before {
    width: 780px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .educator__box .item:before {
    top: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .educator__box .item {
    padding-bottom: 60px;
  }
  .sections-wrap .report__content .item-tab .educator__box .item:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .educator__box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sections-wrap .report__content .item-tab .educator__box .item__img {
  text-align: center;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .educator__box .item__img {
    width: 274px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .educator__box .item__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 169px;
    margin-inline: auto;
    margin-top: 15px;
  }
}
.sections-wrap .report__content .item-tab .educator__box .item__img figcaption {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .educator__box .item__img figcaption {
    font-size: 12px;
    line-height: 1.3333333333;
    margin-top: 5px;
  }
}
.sections-wrap .report__content .item-tab .educator__box .item__title {
  font-size: 20px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  background-color: #3D4256;
  padding: 3px 12px;
  display: inline-block;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .educator__box .item__title {
    font-size: 14px;
    line-height: 1.7142857143;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    text-align: center;
    margin-top: -26px;
    padding-block: 2px;
  }
}
.sections-wrap .report__content .item-tab .educator__box .item__text {
  font-size: 16px;
  line-height: 1.875;
  margin-top: 27px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .educator__box .item__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 14px;
    line-height: 1.4285714286;
    margin-top: 16px;
  }
}
.sections-wrap .report__content .item-tab .educator__box .item__text p:not(:last-child) {
  margin-bottom: 14px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .educator__box .item__text p:not(:last-child) {
    margin-bottom: 10px;
  }
}
.sections-wrap .report__content .item-tab .educator__box .item__text p.note {
  font-size: 14px;
  line-height: 1.4285714286;
  margin-top: 17px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .educator__box .item__text p.note {
    margin-top: 10px;
  }
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .educator__box .item.--item01 {
    padding-inline: 60px 116px;
  }
  .sections-wrap .report__content .item-tab .educator__box .item.--item01:before {
    left: 0;
  }
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .educator__box .item.--item01 .item__img {
    margin-top: -45px;
    margin-left: 50px;
    float: right;
  }
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .educator__box .item.--item01 .item__text {
    padding-right: 143px;
  }
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .educator__box .item.--item02 {
    padding-inline: 116px 60px;
  }
  .sections-wrap .report__content .item-tab .educator__box .item.--item02:before {
    right: 0;
  }
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .educator__box .item.--item02 .item__img {
    margin-top: -20px;
    margin-right: 40px;
    float: left;
    margin-bottom: 30px;
  }
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .educator__box .item.--item02 .item__text {
    padding-left: 144px;
  }
}
.sections-wrap .report__content .item-tab .particle {
  padding-block: 198px 170px;
  position: relative;
  z-index: 2;
  margin-top: -107px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .particle {
    padding-block: 89px 91px;
    margin-top: -85px;
  }
}
.sections-wrap .report__content .item-tab .particle:before, .sections-wrap .report__content .item-tab .particle:after {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 0;
  right: 0;
}
.sections-wrap .report__content .item-tab .particle:before {
  content: "";
  position: absolute;
  top: 299px;
  height: 1974px;
  background: url("../image/pattern_bg01.png") no-repeat center/cover;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .particle:before {
    top: 564px;
    background-image: url("../image/pattern_bg01_sp.png");
    height: 915px;
  }
}
.sections-wrap .report__content .item-tab .particle:after {
  top: 0;
  bottom: 0;
  background-color: #F2F6F9;
  z-index: -1;
  clip-path: polygon(0 0, 100% 1.5%, 100% 97.96%, 0 100%);
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .particle:after {
    clip-path: polygon(0 0, 100% 0.3%, 100% 99.3%, 0 100%);
  }
}
.sections-wrap .report__content .item-tab .particle__intro {
  text-align: center;
  position: relative;
}
.sections-wrap .report__content .item-tab .particle__intro .heading__sub-title {
  font-size: 18px;
  color: #fff;
  width: 271px;
  background: linear-gradient(135deg, rgb(183, 0, 7) 0%, rgb(27, 33, 61) 50%, rgb(7, 2, 195) 100%);
  clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
  margin-inline: auto;
  line-height: 1;
  padding-block: 7px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .particle__intro .heading__sub-title {
    font-size: 14px;
    width: 209px;
    padding-block: 6px;
  }
}
.sections-wrap .report__content .item-tab .particle__intro .heading__title {
  margin-top: 13px;
  font-size: 28px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  color: #1A1A1A;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .particle__intro .heading__title {
    font-size: 15px;
    margin-top: 6px;
  }
}
.sections-wrap .report__content .item-tab .particle__intro .heading__title strong {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: #3D4256;
  margin-top: 2px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .particle__intro .heading__title strong {
    font-size: 24px;
    line-height: 1.3333333333;
    margin-top: 1px;
  }
}
.sections-wrap .report__content .item-tab .particle__intro .img {
  margin-top: 52px;
  text-align: center;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .particle__intro .img {
    padding-inline: 16px;
    margin-top: 20px;
  }
}
.sections-wrap .report__content .item-tab .particle__intro .img img {
  width: 1192px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .particle__intro .img img {
    width: 100%;
  }
}
.sections-wrap .report__content .item-tab .particle__intro .intro {
  margin-top: 32px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .particle__intro .intro {
    padding-inline: 16px;
    margin-top: 22px;
  }
}
.sections-wrap .report__content .item-tab .particle__intro .intro__title p:first-child {
  font-size: 24px;
  color: #1A1A1A;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .particle__intro .intro__title p:first-child {
    font-size: 14px;
  }
}
.sections-wrap .report__content .item-tab .particle__intro .intro__title p:last-child {
  margin-top: 15px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .particle__intro .intro__title p:last-child {
    margin-top: 2px;
  }
}
.sections-wrap .report__content .item-tab .particle__intro .intro__title p:last-child img {
  width: 734px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .particle__intro .intro__title p:last-child img {
    width: 343px;
  }
}
.sections-wrap .report__content .item-tab .particle__intro .intro__desc {
  margin-top: 36px;
  font-size: 16px;
  line-height: 1.875;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .particle__intro .intro__desc {
    font-weight: 500;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .particle__intro .intro__desc {
    text-align: left;
    font-size: 14px;
    line-height: 1.4285714286;
    margin-top: 24px;
  }
}
.sections-wrap .report__content .item-tab .particle__intro .intro__desc p:not(:last-child) {
  margin-bottom: 14px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .particle__intro .intro__desc p:not(:last-child) {
    margin-bottom: 10px;
  }
}
.sections-wrap .report__content .item-tab .particle__gallery {
  margin-top: 108px;
  position: relative;
  z-index: 1;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .particle__gallery {
    margin-top: 62px;
  }
}
.sections-wrap .report__content .item-tab .particle__gallery .title-gallery {
  text-align: center;
  font-size: 36px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  color: #1A1A1A;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .particle__gallery .title-gallery {
    font-size: 24px;
  }
}
.sections-wrap .report__content .item-tab .particle__gallery .main-gallery {
  margin-top: -25px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .particle__gallery .main-gallery {
    margin-top: 5px;
  }
}
.sections-wrap .report__content .item-tab .particle__gallery .main-gallery .photo {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .particle__gallery .main-gallery .photo {
    position: relative;
    width: 800px;
  }
  .sections-wrap .report__content .item-tab .particle__gallery .main-gallery .photo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .particle__gallery .main-gallery .photo {
    width: 278px;
    min-height: 211px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .particle__gallery .main-gallery .photo__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 608px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .particle__gallery .main-gallery .photo__inner {
    position: relative;
  }
  .sections-wrap .report__content .item-tab .particle__gallery .main-gallery .photo__inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }
}
.sections-wrap .report__content .item-tab .particle__gallery .main-gallery .photo__inner img {
  -webkit-transform-origin: center;
          transform-origin: center;
  height: 608px;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  will-change: height;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .particle__gallery .main-gallery .photo__inner img {
    height: 211px;
  }
}
.sections-wrap .report__content .item-tab .particle__gallery .main-gallery .photo.swiper-slide-prev, .sections-wrap .report__content .item-tab .particle__gallery .main-gallery .photo.swiper-slide-next {
  opacity: 1;
}
.sections-wrap .report__content .item-tab .particle__gallery .main-gallery .photo.swiper-slide-active {
  opacity: 1;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .particle__gallery .main-gallery .photo.swiper-slide-active:before {
    opacity: 0;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .particle__gallery .main-gallery .photo.swiper-slide-active .photo__inner {
    min-height: 170px;
  }
  .sections-wrap .report__content .item-tab .particle__gallery .main-gallery .photo.swiper-slide-active .photo__inner:before {
    opacity: 0;
  }
}
.sections-wrap .report__content .item-tab .particle__gallery .main-gallery .photo.swiper-slide-active .photo__inner img {
  height: 488px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .particle__gallery .main-gallery .photo.swiper-slide-active .photo__inner img {
    height: 170px;
  }
}
.sections-wrap .report__content .item-tab .particle__gallery .main-gallery .swiper-button-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .particle__gallery .main-gallery .swiper-button-wrapper {
    width: 980px;
    max-width: 100%;
    margin-inline: auto;
  }
}
.sections-wrap .report__content .item-tab .particle__gallery .main-gallery .swiper-button {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  width: 68px;
  height: 79px;
  font-size: 0;
  top: 50%;
  z-index: 3;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .particle__gallery .main-gallery .swiper-button {
    width: 44px;
    height: 50px;
    z-index: 5;
  }
}
.sections-wrap .report__content .item-tab .particle__gallery .main-gallery .swiper-button:after {
  display: none;
}
.sections-wrap .report__content .item-tab .particle__gallery .main-gallery .swiper-button.swiper-button-prev {
  background: url("../image/ico_arr-left.png") rgba(183, 0, 7, 0.7) no-repeat center/21px;
  left: 0;
  clip-path: polygon(0 16%, 100% 0%, 100% 84%, 0% 100%);
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .particle__gallery .main-gallery .swiper-button.swiper-button-prev {
    left: 4px;
    background-size: 15px;
    background-image: url("../image/ico_arr-left-sp.png");
  }
}
.sections-wrap .report__content .item-tab .particle__gallery .main-gallery .swiper-button.swiper-button-next {
  background: url("../image/ico_arr-right.png") rgba(183, 0, 7, 0.7) no-repeat center/21px;
  right: 0;
  clip-path: polygon(0 0, 100% 16%, 100% 100%, 0 84%);
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .particle__gallery .main-gallery .swiper-button.swiper-button-next {
    right: 4px;
    background-size: 15px;
    background-image: url("../image/ico_arr-right-sp.png");
  }
}
.sections-wrap .report__content .item-tab .particle__gallery .thumb-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .particle__gallery .thumb-gallery {
    margin-top: -36px;
    width: 808px;
    max-width: 100%;
    margin-inline: auto;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .particle__gallery .thumb-gallery {
    padding-inline: 12px;
    margin-top: -11px;
  }
}
.sections-wrap .report__content .item-tab .particle__gallery .thumb-gallery .photo {
  padding-inline: 4px;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .particle__gallery .thumb-gallery .photo {
    width: 25%;
  }
  .sections-wrap .report__content .item-tab .particle__gallery .thumb-gallery .photo:nth-child(n+5) {
    margin-top: 8px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .particle__gallery .thumb-gallery .photo {
    width: 33.3333333333%;
  }
  .sections-wrap .report__content .item-tab .particle__gallery .thumb-gallery .photo:nth-child(n+4) {
    margin-top: 8px;
  }
}
.sections-wrap .report__content .item-tab .particle__gallery .thumb-gallery .photo__img {
  display: block;
  cursor: pointer;
  position: relative;
}
.sections-wrap .report__content .item-tab .particle__gallery .thumb-gallery .photo__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(26, 26, 26, 0.5);
  pointer-events: none;
  z-index: 1;
  border: 4px solid transparent;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.sections-wrap .report__content .item-tab .particle__gallery .thumb-gallery .photo.is-active .photo__img:before {
  background-color: transparent;
  border-color: #B70007;
}
.sections-wrap .report__content .item-tab .particle__about {
  margin-top: 120px;
  position: relative;
  z-index: 1;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .particle__about {
    margin-top: 80px;
  }
}
.sections-wrap .report__content .item-tab .particle__about:before, .sections-wrap .report__content .item-tab .particle__about:after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .particle__about:before {
    width: 905px;
    height: 1302px;
    background: url("../image/particle_about_bg01.png") no-repeat center/contain;
    top: 248px;
    left: -7px;
  }
}
.sections-wrap .report__content .item-tab .particle__about:after {
  bottom: -244px;
  right: 23px;
  width: 520px;
  height: 366px;
  background: url("../image/particle_about_bg02.png") no-repeat center/contain;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .particle__about:after {
    width: 157px;
    height: 111px;
    bottom: -130px;
    right: 14px;
  }
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .particle__about .inner {
    width: 1192px;
    max-width: 100%;
    margin-inline: auto;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .particle__about .inner {
    padding-inline: 16px;
  }
}
.sections-wrap .report__content .item-tab .particle__about .paragraph {
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .particle__about .paragraph {
    width: 980px;
    max-width: 100%;
    margin-inline: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .particle__about .paragraph {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 23px;
  }
}
.sections-wrap .report__content .item-tab .particle__about .paragraph__txt {
  font-size: 16px;
  line-height: 1.875;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .particle__about .paragraph__txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 60px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .particle__about .paragraph__txt {
    font-size: 14px;
    line-height: 1.4285714286;
    margin-top: 20px;
  }
}
.sections-wrap .report__content .item-tab .particle__about .paragraph__txt p:not(:last-child) {
  margin-bottom: 14px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .particle__about .paragraph__txt p:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .particle__about .paragraph__img {
    -webkit-box-flex: 360px;
        -ms-flex: 360px 0 0px;
            flex: 360px 0 0;
  }
}
.sections-wrap .report__content .item-tab .particle__about .img {
  margin-top: 10px;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .particle__about .img {
    width: 980px;
    max-width: 100%;
    margin-inline: auto;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .particle__about .img {
    margin-top: 20px;
  }
}
.sections-wrap .report__content .item-tab .particle__about .img__item:not(:last-child) {
  margin-bottom: -16px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .particle__about .img__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.sections-wrap .report__content .item-tab .ranking {
  position: relative;
  padding-block: 120px 50px;
  z-index: 1;
  margin-top: -95px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .ranking {
    overflow: hidden;
    padding-block: 101px 0;
    margin-top: -36px;
  }
}
.sections-wrap .report__content .item-tab .ranking:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1974px;
  background: url("../image/pattern_bg02.png") no-repeat center/cover;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .ranking:before {
    background-image: url("../image/pattern_bg02_sp.png");
    height: 634.1333333333vw;
  }
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .ranking__inner {
    width: 780px;
    max-width: 100%;
    margin-inline: auto;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .ranking__inner {
    padding-inline: 16px;
  }
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .ranking__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: -20px;
    margin-top: 14px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .ranking__list {
    margin-top: 8px;
    margin-inline: -10px;
  }
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .ranking__list .img {
    width: 370px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .ranking__list .img {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .sections-wrap .report__content .item-tab .ranking__list .img:not(:last-child) {
    margin-bottom: 12px;
  }
  .sections-wrap .report__content .item-tab .ranking__list .img img {
    width: 100%;
  }
}
.sections-wrap .report__content .item-tab .thinking {
  padding-block: 73px 119px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .thinking {
    padding-block: 94px 64px;
    margin-top: -20px;
  }
}
.sections-wrap .report__content .item-tab .thinking:before, .sections-wrap .report__content .item-tab .thinking:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .thinking:before {
    bottom: 0;
    height: 500px;
    background-color: #F2F6F9;
  }
}
.sections-wrap .report__content .item-tab .thinking:after {
  top: 0;
  height: 4320px;
  background: url("../image/thinking_bg.png") no-repeat center top/cover;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .thinking:after {
    background-image: url("../image/thinking_bg_sp.png");
  }
}
.sections-wrap .report__content .item-tab .thinking__ttl {
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 36px;
  color: #1A1A1A;
  font-weight: bold;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .thinking__ttl {
    font-size: 24px;
    line-height: 1.5;
    color: #3D4256;
    text-indent: 18px;
  }
}
.sections-wrap .report__content .item-tab .thinking__content {
  margin-top: 51px;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .thinking__content {
    width: 1192px;
    max-width: 100%;
    margin-inline: auto;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .thinking__content {
    margin-top: 18px;
    padding-inline: 16px;
  }
}
.sections-wrap .report__content .item-tab .thinking__content .box {
  background-color: #fff;
  -webkit-box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.01);
          box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.01);
  padding: 80px 106px 59px;
  position: relative;
  z-index: 1;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .thinking__content .box {
    padding: 24px 16px 41.8666666667vw;
    overflow: hidden;
  }
}
.sections-wrap .report__content .item-tab .thinking__content .box:before, .sections-wrap .report__content .item-tab .thinking__content .box:after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.sections-wrap .report__content .item-tab .thinking__content .box:before {
  top: 0;
  bottom: 0;
  width: 1062px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .thinking__content .box:before {
    top: -7.7333333333vw;
    bottom: -7.7333333333vw;
    width: 106.9333333333vw;
  }
}
.sections-wrap .report__content .item-tab .thinking__content .box:after {
  bottom: 0;
  left: 0;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .thinking__content .box:after {
    width: 840px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .thinking__content .box:after {
    right: 0;
    background-size: 91.4666666667vw;
  }
}
.sections-wrap .report__content .item-tab .thinking__content .box:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .thinking__content .box:not(:last-child) {
    margin-bottom: 41px;
  }
}
.sections-wrap .report__content .item-tab .thinking__content .box__head .sub-ttl {
  background-color: #3D4256;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 10px;
  position: relative;
  line-height: 2;
  z-index: 1;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .thinking__content .box__head .sub-ttl {
    width: 589px;
    margin-left: -106px;
    padding-left: 106px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .thinking__content .box__head .sub-ttl {
    font-size: 14px;
    line-height: 1.4285714286;
    margin-left: -16px;
    padding: 3px 6px 3px 16px;
    margin-right: -6px;
  }
}
.sections-wrap .report__content .item-tab .thinking__content .box__head .sub-ttl:before {
  content: "";
  position: absolute;
  width: 40px;
  top: 0;
  bottom: 0;
  pointer-events: none;
  background: url("../image/title_bg-left.jpg") no-repeat center right/auto 46px;
  right: -1px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .thinking__content .box__head .sub-ttl:before {
    background-size: auto 27px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .thinking__content .box__head .sub-ttl:before {
    z-index: -1;
    right: 0;
  }
}
.sections-wrap .report__content .item-tab .thinking__content .box__head .sub-ttl span {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .thinking__content .box__head .sub-ttl span {
    font-size: 12px;
  }
}
.sections-wrap .report__content .item-tab .thinking__content .box__head .ttl {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 10px;
  margin-top: 2px;
  letter-spacing: 0.06em;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .thinking__content .box__head .ttl {
    margin-left: -106px;
    padding-left: 101px;
    width: 608px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .thinking__content .box__head .ttl {
    font-size: 24px;
    line-height: 1.3333333333;
    margin-inline: -16px;
    padding: 4px 15px;
  }
}
.sections-wrap .report__content .item-tab .thinking__content .box__title {
  text-align: center;
  padding-block: 3px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 39px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .thinking__content .box__title {
    font-size: 16px;
    line-height: 1.625;
    margin-top: 20px;
    padding-block: 2px;
  }
}
.sections-wrap .report__content .item-tab .thinking__content .box__about {
  margin-top: 40px;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .thinking__content .box__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sections-wrap .report__content .item-tab .thinking__content .box__about.--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 33px;
  }
  .sections-wrap .report__content .item-tab .thinking__content .box__about.--reverse .infor {
    padding-inline: 0 60px;
    padding-top: 19px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .thinking__content .box__about {
    margin-top: 20px;
  }
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .thinking__content .box__about .photo {
    -webkit-box-flex: 274px;
        -ms-flex: 274px 0 0px;
            flex: 274px 0 0;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .thinking__content .box__about .photo {
    width: 171px;
    margin-inline: auto;
  }
}
.sections-wrap .report__content .item-tab .thinking__content .box__about .photo figcaption {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .thinking__content .box__about .photo figcaption {
    font-size: 12px;
    line-height: 1.3333333333;
    margin-top: 6px;
  }
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .thinking__content .box__about .infor {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 60px;
    padding-top: 34px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .thinking__content .box__about .infor {
    margin-top: 18px;
  }
}
.sections-wrap .report__content .item-tab .thinking__content .box__about .infor__title {
  font-size: 20px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .thinking__content .box__about .infor__title {
    font-size: 16px;
  }
}
.sections-wrap .report__content .item-tab .thinking__content .box__about .infor__txt {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.875;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .thinking__content .box__about .infor__txt {
    font-size: 14px;
    line-height: 1.4285714286;
    margin-top: 18px;
  }
}
.sections-wrap .report__content .item-tab .thinking__content .box__img {
  margin-top: 21px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .thinking__content .box__img {
    margin-inline: -16px;
    margin-top: 20px;
  }
}
.sections-wrap .report__content .item-tab .thinking__content .box__paragraph {
  margin-top: 20px;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .thinking__content .box__paragraph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .thinking__content .box__paragraph {
    margin-top: 18px;
  }
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .thinking__content .box__paragraph .infor {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 60px;
    padding-top: 35px;
  }
}
.sections-wrap .report__content .item-tab .thinking__content .box__paragraph .infor__title {
  font-size: 20px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .thinking__content .box__paragraph .infor__title {
    font-size: 16px;
  }
}
.sections-wrap .report__content .item-tab .thinking__content .box__paragraph .infor__txt {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.875;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .thinking__content .box__paragraph .infor__txt {
    font-size: 14px;
    line-height: 1.4285714286;
    margin-top: 18px;
  }
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .thinking__content .box__paragraph .photo {
    -webkit-box-flex: 360px;
        -ms-flex: 360px 0 0px;
            flex: 360px 0 0;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .thinking__content .box__paragraph .photo {
    margin-top: 20px;
  }
}
.sections-wrap .report__content .item-tab .thinking__content .box__paragraph .photo figcaption {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.sections-wrap .report__content .item-tab .thinking__content .box.--red:before {
  clip-path: polygon(35.5% 0%, 100% 0%, 65.5% 100%, 0% 100%);
  background: linear-gradient(-135deg, rgb(255, 252, 252) 15%, rgb(255, 242, 242) 100%);
  left: 50px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .thinking__content .box.--red:before {
    left: 10.9333333333vw;
    clip-path: polygon(38% 0%, 100% 0%, 62% 100%, 0% 100%);
    background: linear-gradient(135deg, rgb(30, 87, 153) 0%, rgb(255, 252, 252) 0%, rgb(255, 242, 242) 90%);
  }
}
.sections-wrap .report__content .item-tab .thinking__content .box.--red:after {
  background: url("../image/thinking_car01.png") no-repeat center/contain;
  height: 286px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .thinking__content .box.--red:after {
    background-image: url("../image/thinking_car01_sp.png");
    height: 38.9333333333vw;
  }
}
.sections-wrap .report__content .item-tab .thinking__content .box.--red .box__head .ttl {
  margin-top: 1px;
  background: linear-gradient(45deg, rgb(204, 0, 0) 0%, rgb(139, 0, 5) 100%);
  clip-path: polygon(0 0, 97.2% 0, 100% 100%, 0% 100%);
}
.sections-wrap .report__content .item-tab .thinking__content .box.--red .box__title {
  background: linear-gradient(45deg, rgb(204, 0, 0) 0%, rgb(139, 0, 5) 100%);
}
.sections-wrap .report__content .item-tab .thinking__content .box.--red .box__about .infor__title {
  color: #B70007;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .thinking__content .box.--red .box__about .infor__title {
    padding-inline: 6px;
  }
}
.sections-wrap .report__content .item-tab .thinking__content .box.--red .box__paragraph .infor__title {
  color: #B70007;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .thinking__content .box.--red .box__paragraph .infor__title {
    padding-inline: 6px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .thinking__content .box.--blue {
    padding-bottom: 41.3333333333vw;
  }
}
.sections-wrap .report__content .item-tab .thinking__content .box.--blue:before {
  clip-path: polygon(0 0, 65.5% 0, 100% 100%, 34.5% 100%);
  background: linear-gradient(-135deg, rgb(252, 252, 255) 5%, rgb(245, 246, 255) 85%);
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .thinking__content .box.--blue:before {
    left: 20px;
  }
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .thinking__content .box.--blue:before {
    right: 7.2vw;
    clip-path: polygon(0 0, 61.5% 0, 100% 100%, 38% 100%);
    background: linear-gradient(135deg, rgb(252, 252, 255) 0%, rgb(245, 246, 255) 80%);
  }
}
.sections-wrap .report__content .item-tab .thinking__content .box.--blue:after {
  background: url("../image/thinking_car02.png") no-repeat center/contain;
  height: 283px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .thinking__content .box.--blue:after {
    background-image: url("../image/thinking_car02_sp.png");
    height: 34.4vw;
  }
}
.sections-wrap .report__content .item-tab .thinking__content .box.--blue .box__head .ttl {
  margin-top: 1px;
  background: linear-gradient(135deg, rgb(5, 0, 205) 0%, rgb(25, 25, 112) 100%);
  clip-path: polygon(0 0, 97.2% 0, 100% 100%, 0% 100%);
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .thinking__content .box.--blue .box__head .ttl {
    padding-block: 5px;
  }
}
.sections-wrap .report__content .item-tab .thinking__content .box.--blue .box__title {
  background: linear-gradient(135deg, rgb(5, 0, 205) 0%, rgb(25, 25, 112) 100%);
}
.sections-wrap .report__content .item-tab .thinking__content .box.--blue .box__about .infor__title {
  color: #0033CC;
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .thinking__content .box.--blue .box__img {
    margin-top: 28px;
    text-align: center;
  }
  .sections-wrap .report__content .item-tab .thinking__content .box.--blue .box__img img {
    width: 660px;
  }
}
@media (min-width: 737px) {
  .sections-wrap .report__content .item-tab .thinking__content .box.--blue .box__paragraph .infor {
    padding-top: 58px;
  }
}
.sections-wrap .report__content .item-tab .thinking__content .box.--blue .box__paragraph .infor__title {
  color: #0033CC;
}
.sections-wrap .report__content .item-tab .date-banner {
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-block: 36px;
  background: url("../image/banner_date_bg.jpg") no-repeat center top/cover;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .date-banner {
    background-image: url("../image/banner_date_bg_sp.jpg");
    padding-block: 2.6666666667vw 7.4666666667vw;
  }
}
.sections-wrap .report__content .item-tab .date-banner h4 {
  font-size: 28px;
  color: #272C41;
  font-weight: 700;
  margin-bottom: 19px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .date-banner h4 {
    font-size: 4.5333333333vw;
    line-height: 1.4117647059;
    margin-bottom: 1.3333333333vw;
  }
}
.sections-wrap .report__content .item-tab .date-banner a {
  text-decoration: none;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 181px;
  height: 32px;
  background: linear-gradient(135deg, rgb(183, 0, 7) 0%, rgb(27, 33, 61) 50%, rgb(7, 2, 195) 100%);
  clip-path: polygon(3.5% 0%, 100% 0%, 97.5% 100%, 0% 100%);
  letter-spacing: 0.1em;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .date-banner a {
    font-size: 2.6666666667vw;
    width: 25.6vw;
    height: 5.6vw;
    clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
  }
}
.sections-wrap .report__content .item-tab .date-banner a:after {
  content: "";
  display: inline-block;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 4px;
}
@media (max-width: 736px) {
  .sections-wrap .report__content .item-tab .date-banner a:after {
    border-width: 0 1px 1px 0;
    padding: 0.5333333333vw;
    margin-left: 0.8vw;
  }
}