@charset "utf-8";


/*---------------------------------------------
--------------------------------------------
 Archives
--------------------------------------------
---------------------------------------------*/


/* Archives Year List
--------------------------------------------*/

.list_year_report {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  text-align: center;
  padding: 0 80px;
}

.list_year_report li {
  width: 230px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 0 10px 30px 10px;
}

.list_year_report li a:hover {
  opacity: 0.6;
}

/* Archives Report List
--------------------------------------------*/

.list_report {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 2rem;
  margin-left: -32px;
}

.list_report li {
  //width: 286px;
  width: 33.333%;
  transition: opacity 2s ease;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  padding-left: 32px;
}

.list_report li,
.list_report li * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.list_report li *:before,
.list_report li *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.list_report li a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%;
  padding-top: 191px;
  text-decoration: none;
  background-color: #5a7e0c;
}

.list_report li a:visited,
.list_report li a:active,
.list_report li a:focus {

  background-color: #5a7e0c !important;
}

.list_report li:hover {
  opacity: 0.6;
}

.list_report li a figure {
  position: absolute;
  top: 0;
  left: 0;
}

.list_report li a figure img {
  width: 100%;
}.list_report li .box_list_img {
  width: 100%;
  height: 100%;
  position: relative;
}

.list_report li p.report_list_text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  height: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  margin-top: 0;
  padding: 0.6em 2.5em 0.6em 1em;
}

.list_report li p.report_list_text {}

.list_report li p.report_list_text::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 11px;
  height: 11px;
  color: #fff;
  vertical-align: middle;
  margin-top: -7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Archives Photo Report（Detail）
--------------------------------------------*/

.list_photoreport {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 3rem;
  text-align: center;
}

.list_photoreport li {
  width: 286px;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
}

.list_photoreport li img {
  width: 286px;
  height: 190px;
}


/*---------------------------------------------
---------------------------------------------
-------------------------------------------
-----------------------------------------
---------------------------------------
-------------------------------------
-----------------------------------
---------------------------------
-------------------------------

 SP CSS START  */



@media screen and (max-width: 768px) {



  /* Archives Year List ■■■ SP ■■■
--------------------------------------------*/

  #archives_page p.txt_read {
    text-align: center;
  }

  .list_year_report {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    padding: 0;
  }


  .list_year_report li {
    width: 47%;
    margin: 0 0 30px 0;
  }

  .list_year_report li img {
    max-width: 100%;
    height: auto;
  }




  /* Archives Photo Report（Detail） ■■■ SP ■■■
--------------------------------------------*/

  .list_photoreport {
    display: block;
    flex-wrap: nowrap;
    text-align: center;
  }

  .list_photoreport li {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .list_photoreport li img {
    width: 100%;
    height: auto;
  }


  /* Archives Report List ■■■ SP ■■■
--------------------------------------------*/

  .list_report {
    padding: 0;
  }

  .list_report li {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .list_report li a figure {
    width: 100%;
  }

  .list_report li a figure img {
    width: 100%;
    height: 53vw;
    object-fit: cover;
  }

  .list_report li a {
    padding-top: 53vw;
  }


}

/*   SP CSS END

-------------------------------
---------------------------------
-----------------------------------
-------------------------------------
---------------------------------------
-----------------------------------------
-------------------------------------------
---------------------------------------------
---------------------------------------------*/
