@charset "UTF-8";
.sustainableReport{
  margin-bottom: 120px;
}

.sustainableReport_list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 50px;
  list-style: none;
}
.sustainableReport_listItem{
  width:70%;
}
.sustainableReport_listImgLink{
  display: block;
  text-decoration: none;
}
.sustainableReport_listImgBox{
  width: 100%;
  /* height: 0;
  padding-top: 140%; */
  position: relative;
}
.sustainableReport_listImg{
  display: block;
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sustainableReport_listImg img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.3s ease;
}
.sustainableReport_listImgLink:hover .sustainableReport_listImg img{
  transform: scale(1.05);
}
.sustainableReport_logoImg{
  width: 200px;
  margin-top: 10px;
}
.sustainableReport_logoImg img{
  width: 100%;
  height: auto;
}
.sustainableReport_listImgLink .sustainableReport_listImgCaption{
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
  color: #000;
  font-size: 18px;
  transition: all 0.3s ease;
}
.sustainableReport_listImgLink .sustainableReport_listImgCaption::after{
  content: '';
  display: inline-block;
  width: 20px;
  height: 10px;
  background-image: url(../img/common/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-size: contain;
  transition: all 0.3s;
  margin-left: 0.5em;
}
.sustainableReport_listImgLink:hover .sustainableReport_listImgCaption{
  color: #00adc7;
}
.sustainableReport_listImgLink:hover .sustainableReport_listImgCaption::after{
  background-image: url(../img/common/icon-arrow-blue.svg);
}

/* バックナンバー */
.sustainableReportBN_list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 50px;
  list-style: none;
}
.sustainableReportBN_listItem{
  /* width: calc((100% - 150px) / 4); */
  width: 100%;
}
.sustainableReportBN_listImgLink{
  display: block;
  text-decoration: none;
}
.sustainableReportBN_listImgBox{
  width: 100%;
  /* height: 0;
  padding-top: 140%; */
  position: relative;
}
.sustainableReportBN_listImg{
  display: block;
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sustainableReportBN_listImg img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.3s ease;
}
.sustainableReportBN_listImgLink:hover .sustainableReportBN_listImg img{
  transform: scale(1.05);
}
.sustainableReportBN_logoImg{
  width: 200px;
  margin-top: 10px;
}
.sustainableReportBN_logoImg img{
  width: 100%;
  height: auto;
}
.sustainableReportBN_listImgLink .sustainableReportBN_listImgCaption{
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
  color: #000;
  font-size: 18px;
  transition: all 0.3s ease;
}
.sustainableReportBN_listImgLink .sustainableReportBN_listImgCaption::after{
  content: '';
  display: inline-block;
  width: 20px;
  height: 10px;
  background-image: url(../img/common/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-size: contain;
  transition: all 0.3s;
  margin-left: 0.5em;
}
.sustainableReportBN_listImgLink:hover .sustainableReportBN_listImgCaption{
  color: #00adc7;
}
.sustainableReportBN_listImgLink:hover .sustainableReportBN_listImgCaption::after{
  background-image: url(../img/common/icon-arrow-blue.svg);
}


@media screen and (max-width: 767px) {
  .sustainableReport_list{
    flex-direction: column;
    gap: 30px 0;
    max-width: 400px;
    margin: 0 auto;
  }
  .sustainableReport_listItem{
    width: 100%;
  }
  .sustainableReport_logoImg{
    width: 150px;
    margin-top: 5px;
  }
  .sustainableReport_listImgLink .sustainableReport_listImgCaption{
    margin-top: 10px;
    font-size: 14px;
  }
  .sustainableReport_listImgLink .sustainableReport_listImgCaption::after{
    width: 12px;
    height: 6px;
  }


  /* バックナンバー */

  .sustainableReportBN_list{
    flex-direction: column;
    gap: 30px 0;
    max-width: 400px;
    margin: 0 auto;
  }
  .sustainableReportBN_listItem{
    width: 100%;
  }
  .sustainableReportBN_logoImg{
    width: 150px;
    margin-top: 5px;
  }
  .sustainableReportBN_listImgLink .sustainableReportBN_listImgCaption{
    margin-top: 10px;
    font-size: 14px;
  }
  .sustainableReportBN_listImgLink .sustainableReportBN_listImgCaption::after{
    width: 12px;
    height: 6px;
  }
}
