@media all and (max-width: 749px) {
  .report_list {
    padding-bottom: 80px;
  }
  .report_list_thum {
    display: block;
    margin-bottom: 20px;
  }
  .report_list_more {
    margin-top: 16px;
    text-align: center;
  }
}
@media screen and (min-width: 750px) {
  .report_list {
    padding-bottom: 140px;
  }
  .report_list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .report_list_thum {
    width: 45.4545454545%;
  }
  .report_list_thum img {
    width: 100%;
  }
  .report_list_text {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .report_list_read {
    font-size: 16px;
  }
  .report_list_more {
    margin-left: auto;
  }
}

.report_detaile {
  margin-bottom: 130px;
}
.report_detaile .back_to_report {
  margin-bottom: 50px;
}
.report_detaile .title_02 {
  font-size: 36px;
}
.report_detaile_date {
  color: #E95520;
  margin-bottom: 5px !important;
}
.report_detaile_image {
  display: block;
  margin-bottom: 70px;
  text-align: center;
}
.report_detaile_text p:not(:last-child) {
  margin-bottom: 1.86em;
}
.report_detaile_gallery {
  width: 100%;
  overflow: hidden;
  background: #f2f2f2;
  margin-top: 110px;
  margin-bottom: 80px;
  padding-top: 130px;
  padding-bottom: 130px;
}
.report_detaile_gallery_title {
  text-align: center;
  margin-bottom: 55px;
  font-size: 34px;
}
@media all and (max-width: 749px) {
  .report_detaile {
    margin-bottom: 80px;
  }
  .report_detaile .back_to_report {
    margin-bottom: 40px;
  }
  .report_detaile .title_02 {
    font-size: 18px;
  }
  .report_detaile_header {
    margin-bottom: 20px;
  }
  .report_detaile_image {
    width: 100vw;
    margin-left: -20px;
    margin-bottom: 20px;
  }
  .report_detaile_gallery {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .report_detaile_gallery_title {
    margin-bottom: 20px;
    font-size: 17px;
  }
}
@media screen and (min-width: 750px) {
  .report_detaile_header {
    margin-bottom: 70px;
    padding-bottom: 40px;
    border-bottom: 1px solid #E6E6E6;
  }
  .report_detaile_header p {
    font-size: 18px;
  }
  .report_detaile_text p {
    font-size: 18px;
  }
  .report_detaile_text p:not(:last-child) {
    margin-bottom: 1.86em;
  }
}

.swiper {
  margin: 0 auto;
  overflow: visible;
}
.swiper-slide img {
  display: block;
  max-width: 100%;
}
@media all and (max-width: 749px) {
  .swiper {
    width: calc(100% - 74px);
  }
  .swiper p {
    margin-top: 10px;
    font-size: 10px;
  }
}
@media screen and (min-width: 750px) {
  .swiper {
    width: 800px;
    max-width: calc(100% - 140px);
  }
  .swiper p {
    margin-top: 20px;
    font-size: 16px;
  }
}

.swiper_next, .swiper_prev {
  position: absolute;
  top: calc(50% - 50px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.swiper_next::after, .swiper_prev::after {
  content: "";
  display: block;
  background: url(/img/common/slide_arrow.svg) center center no-repeat;
  background-size: contain;
  width: 24px;
  height: 49px;
}
@media all and (max-width: 749px) {
  .swiper_next, .swiper_prev {
    top: calc(50% - 22px);
  }
  .swiper_next::after, .swiper_prev::after {
    width: 10px;
    height: 20px;
  }
}

.swiper_next {
  right: -60px;
}
@media all and (max-width: 749px) {
  .swiper_next {
    right: -24px;
  }
}

.swiper_prev {
  left: -60px;
}
.swiper_prev::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media all and (max-width: 749px) {
  .swiper_prev {
    left: -24px;
  }
}/*# sourceMappingURL=report.css.map */