@charset "UTF-8";

/* レポート */
.report_tit_wrapper {
  width: 100%;
  max-width: 960px;
  display: block;
  margin: 0 auto;
}
.report_tit h2 {
  text-align: center;
  font-size: 30px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
  font-weight: 500;
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.report_tit h2::after,
.report_tit h2::before {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #1c1c1c;
}
.report_tit h2::after {
  margin-left: 30px;
}
.report_tit h2::before {
  margin-right: 30px;
}
.report_read {
  width: 90%;
  max-width: 1100px;
  margin-top: 50px;
}
.report_read p {
  width: 80%;
  display: block;
  margin: 0 auto;
  text-align: left;
  font-size: 20px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
  font-weight: 500;
  line-height: 2.5;
}
.report_content {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: 0 auto;
  margin-top: 80px;
}
.report_txt {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.report_txt p {
  text-align: left;
  font-size: 16px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
  font-weight: 500;
  line-height: 1.5;
}
.report_img {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.report_img img {
  width: 100%;
  height: auto;
}
.report_flex {
  width: 91%;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.report_flex_img {
  width: 49%;
  display: block;
  margin: 0 auto;
}
.report_flex_img img {
  width: 100%;
  height: auto;
}

/* スワイプ */
.swiper-container {
  width: 99.5%;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  overflow: hidden;
  padding: 0 70px;
}
.swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
}
.swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 10px;
}
.swiper-container .swiper-button-prev {
  padding-left: 50px;
  transform: translateY(-70px);
}
.swiper-container .swiper-button-next {
  padding-right: 50px;
  transform: translateY(-70px);
}
.swiper-container .swiper-pagination {
  position: absolute;
  top: 590px;
}
