@charset "UTF-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 大枠レイアウト
　02. モジュール

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

　01. 大枠レイアウト

=============================================================================== */
body {
  min-width: 950px;
}

/* ==

　02. モジュール

=============================================================================== */
h1 {
  font-size: 10px;
  font-weight: normal;
}

.sContainer {
  margin-bottom: 200px;
}

.sNav {
  position: relative;
  padding: 0 10px;
}
.sNav::before {
  content: "";
  width: 100%;
  height: 200px;
  background-color: #E2E3DF;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.sNav .sNav_in {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
}
.sNav .sNav_in .sNav_list {
  display: flex;
  justify-content: space-between;
  padding-top: 90px;
  flex-wrap: wrap;
}
.sNav .sNav_in .sNav_list::after {
  content: "";
  display: block;
  max-width: 215px;
  width: 17.92%;
}
.sNav .sNav_in .sNav_list .sNav_item {
  max-width: 215px;
  width: 17.92%;
  margin-bottom: 30px;
}
.sNav .sNav_in .sNav_list .sNav_item a .sNav_txt {
  position: relative;
  background-color: #CB2C26;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
}
.sNav .sNav_in .sNav_list .sNav_item a .sNav_txt::after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(135deg);
  position: absolute;
  top: calc(50% - 10px);
  right: 30px;
}
@media screen and (max-width: 1180px) {
  .sNav .sNav_in .sNav_list .sNav_item a .sNav_txt::after {
    right: 20px;
  }
}
@media screen and (max-width: 1180px) {
  .sNav .sNav_in .sNav_list .sNav_item a .sNav_txt img {
    width: 90px;
  }
}
.sNav .sNav_in .sNav_list .sNav_item a:hover {
  opacity: 0.8;
}
.sNav .sNav_in .sNav_list-v1 .sNav_item {
  max-width: 180px;
  width: 15%;
  margin-bottom: 20px;
}
.sNav .sNav_in .sNav_list-v1 .sNav_item a .sNav_txt img {
  margin-left: -20px;
}
@media screen and (max-width: 1180px) {
  .sNav .sNav_in .sNav_list-v1 .sNav_item a .sNav_txt img {
    width: 80px;
  }
}
.sNav .sNav_in .sNav_list-v1 .sNav_item a .sNav_txt::after {
  right: 25px;
}
@media screen and (max-width: 1180px) {
  .sNav .sNav_in .sNav_list-v1 .sNav_item a .sNav_txt::after {
    right: 20px;
  }
}
.sNav .sNav_in .sNav_list-v1::after {
  content: "";
  display: block;
  max-width: 180px;
  width: 15%;
}

.sReport {
  max-width: 1060px;
  margin: 90px auto 0;
  padding: 0 10px;
}
.sReport .sReport_in .sReport_num {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
}
.sReport .sReport_in .sReport_num::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -10px;
  width: calc(100% + 20px);
  height: 1px;
  background-color: #CB2C26;
}
.sReport .sReport_in .sReport_tit {
  font-size: 52px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  max-width: 950px;
  margin: 0 auto 45px;
  line-height: 1.23;
}
.sReport .sReport_in .sReport_tit span {
  font-size: 24px;
}
.sReport .sReport_in .sReport_slider {
  position: relative;
  max-width: 950px;
  margin: 0 auto 130px;
}
.sReport .sReport_in .sReport_slider .slider {
  margin-bottom: 20px;
  background-color: #E2E3DF;
}
.sReport .sReport_in .sReport_slider .slider .slick-next, .sReport .sReport_in .sReport_slider .slider .slick-prev {
  bottom: -57px;
  top: auto;
  z-index: 10;
}
.sReport .sReport_in .sReport_slider .slider .slick-next::after, .sReport .sReport_in .sReport_slider .slider .slick-prev::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-top: solid 2px #ca2b2a;
  border-right: solid 2px #ca2b2a;
  transform: rotate(45deg);
}
.sReport .sReport_in .sReport_slider .slider .slick-prev::after {
  transform: rotate(225deg);
}
.sReport .sReport_in .sReport_slider .slider .slick-next {
  right: calc(50% - 108px);
}
.sReport .sReport_in .sReport_slider .slider .slick-prev {
  left: calc(50% - 108px);
}
.sReport .sReport_in .sReport_slider .slider .slick-dots {
  bottom: -60px;
}
.sReport .sReport_in .sReport_slider .slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
.sReport .sReport_in .sReport_slider .slider .slick-dots li button {
  width: 10px;
  height: 10px;
}
.sReport .sReport_in .sReport_slider .slider .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #CB2C26;
  border-radius: 10px;
}
.sReport .sReport_in .sReport_slider .slider .slick-dots li.slick-active button:before {
  background-color: #CB2C26;
}
.sReport .sReport_in .sReport_slider .slider_prev,
.sReport .sReport_in .sReport_slider .slider_next {
  position: absolute;
  top: calc(50% - 32px);
  left: -100px;
  display: block;
  width: 66px;
  height: 66px;
  background: url(/70th/images/index_btn01.png) no-repeat 0 0;
  background-size: cover;
  cursor: pointer;
}
.sReport .sReport_in .sReport_slider .slider_prev {
  transform: rotateZ(180deg);
}
@media screen and (max-width: 1180px) {
  .sReport .sReport_in .sReport_slider .slider_prev {
    left: 10px;
  }
}
.sReport .sReport_in .sReport_slider .slider_next {
  left: auto;
  right: -100px;
}
@media screen and (max-width: 1180px) {
  .sReport .sReport_in .sReport_slider .slider_next {
    right: 10px;
  }
}
.sReport .sReport_in .sReport_slider .slider_prev:hover,
.sReport .sReport_in .sReport_slider .slider_next:hover {
  opacity: 0.8;
}
.sReport .sReport_in .sReport_details {
  position: relative;
  max-width: 950px;
  margin: 0 auto 30px;
  padding-bottom: 40px;
  border: 1px solid #D2D4CD;
}
.sReport .sReport_in .sReport_details .sReport_details_tit {
  position: relative;
  top: -25px;
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 10px 20px;
  padding: 0 20px;
  display: inline-block;
  background-color: #fff;
  z-index: 1;
}
.sReport .sReport_in .sReport_details .sReport_details_item {
  max-width: 870px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 18px;
}
.sReport .sReport_in .sReport_details .sReport_details_item dt {
  position: relative;
  width: 100px;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 17px;
}
.sReport .sReport_in .sReport_details .sReport_details_item dt::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #CB2C26;
  transform: rotateZ(45deg);
  margin-right: 8px;
  position: relative;
  top: -2px;
}
.sReport .sReport_in .sReport_details .sReport_details_item dd {
  width: 770px;
  line-height: 1.77;
}
.sReport .sReport_in .sReport_details .sReport_details_item dd p {
  font-size: 100%;
}
.sReport .sReport_in .sReport_details .sReport_details_item dd a {
  position: relative;
  font-size: 16px;
  color: #ca2b2a;
  text-decoration: none;
}
.sReport .sReport_in .sReport_details .sReport_details_item dd a:after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-top: solid 2px #ca2b2a;
  border-right: solid 2px #ca2b2a;
  transform: rotate(45deg);
  margin-left: 20px;
}
.sReport .sReport_in .sReport_details .sReport_details_item dd a:hover {
  text-decoration: underline;
}
.sReport .sReport_in .sReport_details .sReport_details_item dd .sReport_details_list {
  margin-top: 10px;
}
.sReport .sReport_in .sReport_movie {
  position: relative;
  max-width: 950px;
  margin: 0 auto 50px;
}
.sReport .sReport_in .sReport_movie a:hover {
  opacity: 0.8;
}
.sReport .sReport_in .sReport_slider02 {
  position: relative;
  max-width: 950px;
  margin: 0 auto 130px;
}
.sReport .sReport_in .sReport_slider02 .slider {
  margin-bottom: 20px;
}
.sReport .sReport_in .sReport_slider02 .slider .slick-img a {
  display: inline-block;
  position: relative;
}
.sReport .sReport_in .sReport_slider02 .slider .slick-img a:hover {
  opacity: 0.8;
}
.sReport .sReport_in .sReport_slider02 .slider .slick-img a::after {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background: url(/70th/report/images/index_btn_zoom.png) no-repeat 0 0;
  background-size: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.sReport .sReport_in .sReport_slider02 .slider .slick-next, .sReport .sReport_in .sReport_slider02 .slider .slick-prev {
  bottom: -57px;
  top: auto;
  z-index: 10;
}
.sReport .sReport_in .sReport_slider02 .slider .slick-next::after, .sReport .sReport_in .sReport_slider02 .slider .slick-prev::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-top: solid 2px #ca2b2a;
  border-right: solid 2px #ca2b2a;
  transform: rotate(45deg);
}
.sReport .sReport_in .sReport_slider02 .slider .slick-prev::after {
  transform: rotate(225deg);
}
.sReport .sReport_in .sReport_slider02 .slider .slick-next {
  right: calc(50% - 340px);
}
.sReport .sReport_in .sReport_slider02 .slider .slick-prev {
  left: calc(50% - 340px);
}
.sReport .sReport_in .sReport_slider02 .slider .slick-dots {
  bottom: -60px;
}
.sReport .sReport_in .sReport_slider02 .slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
.sReport .sReport_in .sReport_slider02 .slider .slick-dots li button {
  width: 10px;
  height: 10px;
}
.sReport .sReport_in .sReport_slider02 .slider .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #CB2C26;
  border-radius: 10px;
}
.sReport .sReport_in .sReport_slider02 .slider .slick-dots li.slick-active button:before {
  background-color: #CB2C26;
}

#sReport01 .sReport_in .sReport_slider .slider .slick-next {
  right: calc(50% - 138px);
}

#sReport01 .sReport_in .sReport_slider .slider .slick-prev {
  left: calc(50% - 138px);
}

#sReport04 .sReport_in .sReport_slider .slider .slick-next {
  right: calc(50% - 168px);
}

#sReport04 .sReport_in .sReport_slider .slider .slick-prev {
  left: calc(50% - 168px);
}

#sReport07 .sReport_in .sReport_slider02 .slider .slick-next {
  right: calc(50% - 270px);
}

#sReport07 .sReport_in .sReport_slider02 .slider .slick-prev {
  left: calc(50% - 270px);
}

#sReport08 .sReport_in .sReport_slider02 .slider .slick-next {
  right: calc(50% - 320px);
}

#sReport08 .sReport_in .sReport_slider02 .slider .slick-prev {
  left: calc(50% - 320px);
}

#sReport06 .sReport_in .sReport_slider02 .slider .slick-next,
#sReport09 .sReport_in .sReport_slider02 .slider .slick-next,
#sReport10 .sReport_in .sReport_slider02 .slider .slick-next,
#sReport11 .sReport_in .sReport_slider02 .slider .slick-next {
  right: calc(50% - 230px);
}

#sReport06 .sReport_in .sReport_slider02 .slider .slick-prev,
#sReport09 .sReport_in .sReport_slider02 .slider .slick-prev,
#sReport10 .sReport_in .sReport_slider02 .slider .slick-prev,
#sReport11 .sReport_in .sReport_slider02 .slider .slick-prev {
  left: calc(50% - 230px);
}

.reportModal .mfp-content {
  position: relative;
}

.reportModal .mfp-image-holder .mfp-content {
  max-width: 950px;
}

.reportModal .mfp-counter {
  display: none;
}

.reportModal .mfp-arrow-left:before,
.reportModal .mfp-arrow-left:after,
.reportModal .mfp-arrow-right:before,
.reportModal .mfp-arrow-right:after {
  display: none;
}

.reportModal .mfp-arrow {
  top: calc(50% - 32px);
  left: calc(50% + 510px);
  opacity: 1;
  margin: 0;
  width: 66px;
  height: 66px;
}
@media screen and (max-width: 1180px) {
  .reportModal .mfp-arrow {
    left: calc(50% + 390px);
  }
}

.reportModal .mfp-arrow:active {
  margin-top: 0;
}

.reportModal .mfp-arrow:hover {
  opacity: 0.8;
}

.reportModal .mfp-arrow-left {
  top: calc(50% - 16px);
  left: calc(50% - 575px);
  transform: rotateZ(-180deg);
}
@media screen and (max-width: 1180px) {
  .reportModal .mfp-arrow-left {
    left: calc(50% - 455px);
  }
}

.reportModal .mfp-arrow-left,
.reportModal .mfp-arrow-right {
  content: "";
  position: absolute;
  display: block;
  width: 66px;
  height: 66px;
  background: url(/70th/images/index_btn02.png) no-repeat 0 0;
  background-size: cover;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close,
.reportMovie .mfp-iframe-holder .mfp-close {
  position: absolute;
  top: -15px !important;
  right: 0 !important;
  padding: 0;
  width: 55px !important;
  height: 55px;
  background-image: url(/70th/images/index_icon03.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 1;
  transition: opacity 0.3s;
  cursor: pointer;
  font-size: 0px;
}

.reportMovie .mfp-iframe-holder .mfp-close {
  top: -55px !important;
}
/*# sourceMappingURL=index.css.map */