@charset "UTF-8";
.Page-info {
  text-align: center;
}

.Page-category {
  display: inline-block;
  margin: 0 1.5rem;
  letter-spacing: .1rem; 
  font-size: 1.5rem;
  font-family: "PT Serif";
}
@media only screen and (max-width: 37.5em) {
  .Page-category {
    display: block; 
    font-size: 1.2rem;
  }
}
.Page-category span {
  margin-right: .6rem;
  color: #a37e31; 
  font-size: 1.1rem;
}

.Page-content {
  padding-top: 60px;
}
@media only screen and (max-width: 60em) {
  .Page-content {
    padding-top: 4%;
  }
}

.reportIndexBox {
  position: relative;
  overflow: hidden;
}
.reportIndexBox:hover .reportIndexBox-bgImg {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.reportIndexBox:hover .reportIndexBox-subTitle,
  .reportIndexBox:hover .reportIndexBox-category,
  .reportIndexBox:hover .reportIndexBox-headTitle {
  color: #a37e31;
}

.reportIndexBox-bgImg {
  position: relative;
  transition-timing-function: cubic-bezier(.25, .46, .45, .94); 
  transition-duration: 20s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.reportIndexBox-bgImg:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  content: "";
  transition-timing-function: linear; 
  transition-duration: .3s;
  transition-property: background-color;
}

.reportIndexBox-subTitle,
.reportIndexBox-category,
.reportIndexBox-headTitle {
  transition-timing-function: linear; 
  transition-duration: .2s;
  transition-property: color;
}

.reportIndexBox-header {
  position: relative;
  background-color: #fff;
}
.reportIndexBox-header .wrapper {
  position: relative;
  padding: 60px 0;
}
@media only screen and (max-width: 60em) {
  .reportIndexBox-header .wrapper {
    padding: 4% 0;
  }
}
.reportIndexBox-header .wrapper:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 26px;
  height: 26px;
  border-top: 1px solid #a37e31;
  border-right: 1px solid #a37e31;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 60em) {
  .reportIndexBox-header .wrapper:after {
    width: 17px;
    height: 17px;
  }
}

.reportIndexBox-info {
  position: relative; 
  width: 37.5%;
}
@media only screen and (max-width: 60em) {
  .reportIndexBox-info {
    margin-bottom: 2%; 
    width: 100%;
  }
}
.reportIndexBox-info:after {
  position: absolute;
  top: 0;
  right: 15px;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ddd; 
  content: "";
}
@media only screen and (max-width: 60em) {
  .reportIndexBox-info:after {
    display: none;
  }
}

.reportIndexBox-subTitle {
  padding: 5px 0; 
  font-size: 1.7rem;
}
@media only screen and (max-width: 60em) {
  .reportIndexBox-subTitle {
    font-size: 1.5rem;
  }
}

.reportIndexBox-category {
  display: inline-block;
  margin-right: 1.1rem;
  letter-spacing: .1rem; 
  font-family: "PT Serif";
}
@media only screen and (max-width: 60em) {
  .reportIndexBox-category {
    font-size: 1.2rem;
  }
}
.reportIndexBox-category span {
  margin-right: .6rem; 
  color: #a37e31;
  font-size: 1.1rem;
}

.reportIndexBox-headTitle {
  position: absolute;
  top: 50%;
  padding-right: 35px;
  padding-left: 39.5%;
  font-size: 2rem; 
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 60em) {
  .reportIndexBox-headTitle {
    position: relative;
    top: auto;
    padding-right: 20px; 
    padding-left: 0;
    font-size: 1.7rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.reportDetailBlock {
  margin-bottom: 40px;
}
@media only screen and (max-width: 37.5em) {
  .reportDetailBlock {
    margin-bottom: 4%;
  }
}

.reportDetailBlock-movie {
  position: relative;
  margin-bottom: 40px;
  transition-timing-function: linear; 
  transition-duration: .2s;
  transition-property: opacity;
}
.reportDetailBlock-movie:hover {
  opacity: .8; 
  cursor: pointer;
}
.reportDetailBlock-movie.is-played:after {
  opacity: 0;
}
@media only screen and (max-width: 37.5em) {
  .reportDetailBlock-movie {
    margin-bottom: 8%;
  }
}
.reportDetailBlock-movie:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 88px;
  height: 88px;
  background: transparent url(/common/img/moviePlayBtn.png) center center no-repeat;
  background-size: cover;
  content: "";
  transition-timing-function: linear; 
  transition-duration: .2s;
  transition-property: opacity;
}
@media only screen and (max-width: 37.5em) {
  .reportDetailBlock-movie:after {
    width: 44px;
    height: 44px;
  }
}
.reportDetailBlock-movie video {
  position: absolute;
  top: 0;
  left: 0;
  display: block; 
  width: 100%;
  height: 100%;
}
.reportDetailBlock-movie img {
  position: relative; 
  display: block;
  margin: auto;
  width: 100%;
}

.reportDetailBlock-movie-youtube {
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.reportDetailBlock-movie-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.reportDetailBlock-img {
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 37.5em) {
  .reportDetailBlock-img {
    margin-bottom: 8%;
  }
}
.reportDetailBlock-img img {
  display: block; 
  width: 50%;
}
.reportDetailBlock-img img:nth-child(1) {
  width: 100%;
  border-bottom: 4px solid #fff;
}
.reportDetailBlock-img img:nth-child(2) {
  float: left;
  border-right: 2px solid #fff;
}
.reportDetailBlock-img img:nth-child(3) {
  float: right;
  border-left: 2px solid #fff;
}
@media only screen and (max-width: 37.5em) {
  .reportDetailBlock-img img:nth-child(n) {
    width: 100%;
    border-top: none;
    border-right: none;
    border-bottom: 2px solid #fff; 
    border-left: none;
  }
}
.reportDetailBlock-img:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.reportDetailBlock-leadText,
.reportDetailBox-leadText {
  margin-bottom: 60px; 
  text-align: center;
  font-size: 1.4rem;
}
@media only screen and (max-width: 37.5em) {
  .reportDetailBlock-leadText,
  .reportDetailBox-leadText {
    margin-bottom: 8%;
  }
}

.reportDetailBox {
  margin-bottom: 40px;
}
.reportDetailBox .reportDetailBox-img {
  margin-bottom: 60px;
}
@media only screen and (max-width: 37.5em) {
  .reportDetailBox .reportDetailBox-img {
    margin-bottom: 8%;
  }
  .reportDetailBox .reportDetailBox-img img:nth-child(n) {
    width: 100% !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: 2px solid #fff !important; 
    border-left: none !important;
  }
}
.reportDetailBox:nth-child(2n+1) .reportDetailBox-img {
  position: relative;
  font-size: 0;
}
.reportDetailBox:nth-child(2n+1) .reportDetailBox-img img {
  display: inline-block; 
  width: 50%;
}
.reportDetailBox:nth-child(2n+1) .reportDetailBox-img img:nth-child(1), .reportDetailBox:nth-child(2n+1) .reportDetailBox-img img:nth-child(4) {
  border-right: 2px solid #fff;
}
.reportDetailBox:nth-child(2n+1) .reportDetailBox-img img:nth-child(2), .reportDetailBox:nth-child(2n+1) .reportDetailBox-img img:nth-child(5) {
  border-left: 2px solid #fff;
}
.reportDetailBox:nth-child(2n+1) .reportDetailBox-img img:nth-child(3) {
  width: 100%;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.reportDetailBox:nth-child(2n+1) .reportDetailBox-img:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
.reportDetailBox:nth-child(2n) .reportDetailBox-img {
  font-size: 0;
}
@media only screen and (max-width: 37.5em) {
  .reportDetailBox:nth-child(2n) .reportDetailBox-img {
    margin-bottom: 8%;
  }
}
.reportDetailBox:nth-child(2n) .reportDetailBox-img img {
  display: inline-block; 
  width: 50%;
}
.reportDetailBox:nth-child(2n) .reportDetailBox-img img:nth-child(2) {
  border-right: 2px solid #fff;
}
.reportDetailBox:nth-child(2n) .reportDetailBox-img img:nth-child(3) {
  border-left: 2px solid #fff;
}
.reportDetailBox:nth-child(2n) .reportDetailBox-img img:nth-child(1), .reportDetailBox:nth-child(2n) .reportDetailBox-img img:nth-child(4) {
  width: 100%;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.reportDetailBox:nth-child(2n) .reportDetailBox-img:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}


/* =========== reportDetailBox-typeA =========== */

/* 左側に縦写真＋右側に横写真2枚のレイアウト */

.reportDetailBox-typeA {
  margin-bottom: 40px;
}
.reportDetailBox-typeA .reportDetailBox-img {
  margin-bottom: 60px;
}
@media only screen and (max-width: 37.5em) {
  .reportDetailBox-typeA .reportDetailBox-img {
    margin-bottom: 8%;
  }
  .reportDetailBox-typeA .reportDetailBox-img img:nth-child(n) {
    width: 100% !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: 2px solid #fff !important; 
    border-left: none !important;
  }
}
.reportDetailBox-typeA .reportDetailBox-img {
  position: relative;
  font-size: 0;
}
.reportDetailBox-typeA .reportDetailBox-img img {
  display: inline-block; 
  width: 50%;
}
.reportDetailBox-typeA .reportDetailBox-img img:nth-child(1) {
  float: left;
  border-right: 2px solid #fff;
}
.reportDetailBox-typeA .reportDetailBox-img img:nth-child(2) {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.reportDetailBox-typeA .reportDetailBox-img img:nth-child(3) {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
}
.reportDetailBox-typeA .reportDetailBox-img img:nth-child(4) {
  width: 100%;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.reportDetailBox-typeA .reportDetailBox-img:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
/* =========== reportDetailBox-typeA ここまで =========== */



/* =========== reportDetailBox-typeB =========== */

/* 一番上にテキスト＋左右横写真2枚のレイアウト */


.reportDetailBox-typeB {
  margin-bottom: 40px;
}
.reportDetailBox-typeB .reportDetailBox-img {
  margin-bottom: 60px;
}
@media only screen and (max-width: 37.5em) {
  .reportDetailBox-typeB .reportDetailBox-img {
    margin-bottom: 8%;
  }
  .reportDetailBox-typeB .reportDetailBox-img img:nth-child(n) {
    width: 100% !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: 2px solid #fff !important; 
    border-left: none !important;
  }
}
.reportDetailBox-typeB:nth-child(2n) .reportDetailBox-img {
  position: relative;
  font-size: 0;
}
.reportDetailBox-typeB:nth-child(2n) .reportDetailBox-img img {
  display: inline-block; 
  width: 50%;
}
.reportDetailBox-typeB:nth-child(2n) .reportDetailBox-img img:nth-child(1), .reportDetailBox:nth-child(2n+1) .reportDetailBox-img img:nth-child(4) {
  border-right: 2px solid #fff;
}
.reportDetailBox-typeB:nth-child(2n) .reportDetailBox-img img:nth-child(2), .reportDetailBox:nth-child(2n+1) .reportDetailBox-img img:nth-child(5) {
  border-left: 2px solid #fff;
}
.reportDetailBox-typeB:nth-child(2n) .reportDetailBox-img img:nth-child(3) {
  width: 100%;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.reportDetailBox-typeB:nth-child(2n) .reportDetailBox-img:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
.reportDetailBox-typeB:nth-child(2n+1) .reportDetailBox-img {
  font-size: 0;
}
@media only screen and (max-width: 37.5em) {
  .reportDetailBox-typeB:nth-child(2n+1) .reportDetailBox-img {
    margin-bottom: 8%;
  }
}
.reportDetailBox-typeB:nth-child(2n+1) .reportDetailBox-img img {
  display: inline-block; 
  width: 50%;
}
.reportDetailBox-typeB:nth-child(2n+1) .reportDetailBox-img img:nth-child(2) {
  border-right: 2px solid #fff;
}
.reportDetailBox-typeB:nth-child(2n+1) .reportDetailBox-img img:nth-child(3) {
  border-left: 2px solid #fff;
}
.reportDetailBox-typeB:nth-child(2n+1) .reportDetailBox-img img:nth-child(1), .reportDetailBox:nth-child(2n) .reportDetailBox-img img:nth-child(4) {
  width: 100%;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.reportDetailBox-typeB:nth-child(2n+1) .reportDetailBox-img:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

/* =========== reportDetailBox-typeB ここまで =========== */



.usedSpaceBlock {
  padding: 60px 0 20px; 
  background-color: #f5f5f5;
}
@media only screen and (max-width: 37.5em) {
  .usedSpaceBlock {
    padding: 6% 0 2%;
  }
}

.usedSpaceBlock-headTitle {
  margin: auto;
  margin-bottom: 40px; 
  width: 92%;
  text-align: center;
  font-size: 2rem;
}
@media only screen and (max-width: 37.5em) {
  .usedSpaceBlock-headTitle {
    margin-bottom: 4%; 
    font-size: 1.7rem;
  }
}

.usedSpaceBox {
  position: relative;
  margin-right: auto; 
  margin-bottom: 40px;
  margin-left: auto;
  max-width: 1024px;
  width: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 69.56522em) {
  .usedSpaceBox {
    margin-right: 4%; 
    margin-left: 4%;
    width: 92%;
  }
}
@media only screen and (max-width: 37.5em) {
  .usedSpaceBox {
    margin-right: auto;
    margin-bottom: 4%; 
    margin-left: auto;
    width: 100%;
  }
}

.usedSpaceBox-bgImg {
  position: absolute;
  top: 0;
  right: 0;
  width: 37.5%;
  height: 100%;
}
@media only screen and (max-width: 37.5em) {
  .usedSpaceBox-bgImg {
    position: relative;
    width: 100%;
  }
}

.usedSpaceBox-body {
  margin-right: 37.5%;
  padding: 4%; 
  width: 62.5%;
  height: 100%;
}
@media only screen and (max-width: 37.5em) {
  .usedSpaceBox-body {
    margin-right: 0;
    width: 100%;
  }
}

.usedSpaceBox-header .Btn {
  max-width: 240px;
}
@media only screen and (max-width: 37.5em) {
  .usedSpaceBox-header .Btn {
    margin: auto;
  }
}

.usedSpaceBox-headTitle {
  margin-bottom: 10px;
  text-align: left; 
  font-size: 2rem;
}
@media only screen and (max-width: 37.5em) {
  .usedSpaceBox-headTitle {
    text-align: center; 
    font-size: 1.7rem;
  }
}
.usedSpaceBox-headTitle span {
  margin-left: 1.3rem; 
  vertical-align: middle;
  font-size: 1.3rem;
}
@media only screen and (max-width: 37.5em) {
  .usedSpaceBox-headTitle span {
    display: block; 
    font-size: 1.1rem;
  }
}

.usedSpaceBox-text {
  margin-bottom: 10px; 
  font-size: 1.2rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 2;
}

.otherReportBlock {
  padding: 60px 0 20px;
}
.otherReportBlock .slick-dots {
  padding: 20px 0; 
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 37.5em) {
  .otherReportBlock .slick-dots {
    padding: 2% 0;
  }
}
.otherReportBlock .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  padding: 10px;
}
.otherReportBlock .slick-dots li:hover {
  cursor: pointer;
}
.otherReportBlock .slick-dots li:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; 
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #aaa;
  content: "";
}
.otherReportBlock .slick-dots li button {
  display: none;
}
.otherReportBlock .slick-dots li.slick-active:after {
  border: 1px solid #a37e31; 
  background-color: #fff;
}

.otherReportBlock-headTitle {
  margin: auto;
  margin-bottom: 40px; 
  width: 92%;
  text-align: center;
  font-size: 2rem;
}

.otherReportBox {
  position: relative;
  margin: 0 10px;
  outline: none;
  width: 299px;
    float: left;
}
@media only screen and (max-width: 37.5em) {
  .otherReportBox {
    position: relative;
  margin: 0 10px;
  outline: none;
    float: left;
  }
}
.otherReportBox img {
  width: 100%;
}
.otherReportBox .boxLink {
  outline: none;
}

.otherReportBox-headTitle {
  margin: auto; 
  margin-top: 10px;
  width: 92%;
  text-align: center;
  font-weight: normal;
  font-size: 1.2rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.otherReportBlock-slide{
    margin:50px 0 50px;
}