@charset "utf-8";
/* ------------------------------------- */
/*mv*/
/* ------------------------------------- */
.foodagri .mv{
  background: url(../img/category/foodagri_main.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.humanresorce .mv{
  background: url(../img/category/humanresorce_main.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.newattempt .mv{
  background: url(../img/category/newattempt_main.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.sdgs .mv{
  background: url(../img/category/sdgs_main.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.society .mv{
  background: url(../img/category/society_main.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.symbiosis .mv{
  background: url(../img/category/symbiosis_main.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .foodagri .mv{
    background: url(../img/category/foodagri_main_sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
  .humanresorce .mv{
    background: url(../img/category/humanresorce_main_sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
  .newattempt .mv{
    background: url(../img/category/newattempt_main_sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
  .sdgs .mv{
    background: url(../img/category/sdgs_main_sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
  .society .mv{
    background: url(../img/category/society_main_sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
  .symbiosis .mv{
    background:url(../img/category/symbiosis_main_sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
}
/* ------------------------------------- */
/*背景色*/
/* ------------------------------------- */
.main-inner{
  background: #efe6c2;
}
/* ------------------------------------- */
/*イベント*/
/* ------------------------------------- */
.event .event-wrap{
  display: flex;
  flex-wrap: wrap;
}
.event .event-wrap .box{
  display: block;
  width: calc(25% - 22.5px);
  background: #fff;
  padding: 20px 20px 30px;
  border-radius: 10px;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  outline: 1px solid #e8e8e8;
}
.event .event-wrap .box:hover{
  outline:3px solid #54a734;
}
.event .event-wrap .box::before{
  content: "";
  width:80px;
  height:80px;
  border-radius: 100px;
  background: #54a734;
  position: absolute;
  bottom: -40px;
  right: -40px;
}
.event .event-wrap .box::after{
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom:11px;
  right:11px;
}
.event .event-wrap .box:last-of-type{
  margin-right: 0;
}
.event .event-wrap .box .date{
  border-bottom:1px solid #efe6c2;
  margin-bottom: 15px;
}
.event .event-wrap .box .date .tag{
  font-size: 1.4rem;
  background: #efe6c2;
  padding: 8px;
  display: inline-block;
  border-radius: 4px 4px 0 0;
  margin-right:10px;
}
.event .event-wrap .box .ttl{
  margin-top:20px;
  display: -webkit-box; 
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; 
  overflow: hidden; 
  /*IE対策*/ 
  line-height: 1.3; 
  max-height: 2.6em;
}
.event .event-wrap .box figure img{
  width: 100%;
  height: 100%;
  max-width: unset;
  object-fit: cover;
  /* for ie (ofi.min.js) */
  font-family: 'object-fit: cover;';
}
.event .btn{
  margin:40px auto 0;
}
/* ------------------------------------- */
/*準備中の場合*/
.event .event-wrap p.message{
  width: 100%;
  max-width: 920px;
  margin: 0 auto 50px;
  text-align: center;
  background: #f7f5ec;
  padding: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .event .event-wrap{
    display: block;
  }
  .event .event-wrap .box{
    width:100%;
    min-height:270px;
    margin-bottom:30px;
  }
  .event .event-wrap .box figure{
    width:44.6%;
    position: absolute;
    left:20px;
    top:20px;
    background: #f5f5f5;
  }
  .event .event-wrap .box .date .tag{
    margin-bottom:5px;
  }
  .event .event-wrap .box .date{
    padding-bottom:5px;
    margin-left:55.4%;
  }
  .event .event-wrap .box .ttl{
    margin-left:55.4%;
    display: -webkit-box; 
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    /*IE対策*/ 
    line-height: 1.3; 
    max-height: 6.5em;
  }
}
/* ------------------------------------- */
/*レポート*/
/* ------------------------------------- */
.report{
  padding-bottom:100px;
  background:#f7f5ec;
}
.report .sec-inner{
  position: relative;
}
.report .bg-image1{
  width: 303px;
  position: absolute;
  top: -150px;
  right: 0;
}
.report .heading{
  position: relative;
}
.report .heading .ttl-bg{
  width: 119px;
  position: absolute;
  top: -15px;
  left: 40%;
  z-index: -1;
}
.report .report-wrap{
  display: flex;
  flex-wrap: wrap;
}
.report .report-wrap .box{
  display: block;
  width: calc(25% - 22.5px);
  background: #fff;
  padding: 20px 20px 30px;
  border-radius: 10px;
  margin-right: 30px;
  margin-bottom:30px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  outline: 1px solid #e8e8e8;
}
.report .report-wrap .box:hover{
  outline:3px solid #54a734;
}
.report .report-wrap .box::before{
  content: "";
  width:80px;
  height:80px;
  border-radius: 100px;
  background: #54a734;
  position: absolute;
  bottom: -40px;
  right: -40px;
}
.report .report-wrap .box::after{
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom:11px;
  right:11px;
}
.report .report-wrap .box:nth-of-type(4n){
  margin-right: 0;
}
.report .report-wrap .box .date{
  font-size: 1.2rem;
  color: #fff;
  border-radius: 4px;
  padding: 5px 7px;
  margin-bottom: 7px;
  background: #54a734;
}
.report .report-wrap .box .category{
  font-size: 1.2rem;
  margin-bottom: 7px;
}
.report .report-wrap .box figure{
  overflow: hidden;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.report .report-wrap .box figure img{
  height: auto;
  width: auto;
}
.report .report-wrap .box .ttl{
  margin-top:20px;
  display: -webkit-box; 
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; 
  overflow: hidden; 
  /*IE対策*/ 
  line-height: 1.3; 
  max-height: 2.6em;
}
/* ------------------------------------- */
/*準備中の場合*/
.report .report-wrap p.message{
  width: 100%;
  max-width: 920px;
  margin: 0 auto 50px;
  text-align: center;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .report{
    padding-bottom: 80px;
  }
  .report .bg-image1{
    width: 181px;
    top: -130px;
    right:-4%;
  }
  .report .report-wrap{
    display: block;
  }
  .report .heading .ttl-bg{
    width: 95px;
    top: -50px;
    right: 0;
    left: auto;
  }
  .report .report-wrap .box{
    width:100%;
    min-height: 175px;
  }
  .report .report-wrap .box figure{
    width:44.6%;
    position: absolute;
    left:20px;
    top:20px;
  }
  .report .report-wrap .box .date{
    padding-bottom:5px;
    margin-left:55.4%;
  }
  .report .report-wrap .box .category{
    margin-left:55.4%;
  }
  .report .report-wrap .box .ttl{
    margin-top:7px;
    margin-left:55.4%;
    display: -webkit-box; 
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    /*IE対策*/ 
    line-height: 1.3; 
    max-height: 6.5em;
  }
}
/* ------------------------------------- */
/*カテゴリーリスト*/
/* ------------------------------------- */
.category-list{
  background: #54a734; 
}
.category-list .sec-inner{
  position: relative;
}
.category-list .bg-image2{
  width: 311px;
  position: absolute;
  left: 0;
  top: -170px;
}
.category-list .heading,
.category-list .heading span{
  color: #fff;
}
.category-list ul{
  display: flex;
  flex-wrap: wrap;
}
.category-list ul li{
  width:calc(20% - 16px);
  margin-bottom:30px;
}
.category-list ul li:not(:last-of-type){
  margin-right:20px;
}
.category-list ul li a{
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.category-list ul li a img{
  transition: 0.3s;
}
.category-list ul li a:hover img{
  opacity: 0.5;
}

@media screen and (max-width: 600px) {
  .category-list{
    padding-bottom:60px;
  }
  .category-list .bg-image2{
    width:187px;
    top: -135px;
    left:-4%;
  }
  .category-list ul{
    display: block;
  }
  .category-list ul li{
    width: 100%;
    margin-bottom:20px;
  }
}