@charset "utf-8";
/* sec_report
--------------------------------------------*/
.sec_report{
  position: relative;
  padding:70px 0 136px;
  background-color: var(--r_green);
}
.sec_report::before{
  content: '';
  position: absolute;
  top: -29px;
  left: 0;
  width: 100%;
  height: 30px;
  background: url(../img/bg_wave_blue.svg) repeat-x center bottom;
}
.sec_report .sec_ttl>span::before{
  width: 50px;
  height: 62px;
  left: auto;
  right: 0;
  background: url(../img/ico_report_ttl.svg)no-repeat right bottom;
  background-size: contain;
  transform: translate(37%,16%);
}
.sec_report .txt_lead_main{
  margin-top: 40px;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.06em;
}
.sec_report .btn_more{
  margin-top: 30px;
}
.sec_report .btn_more .link{
  font-weight: 500;
}

/* area_list */
.sec_report .list_report{
  margin-top: 100px;
}
.sec_report .list_report li{
  width: 360px;
  border-radius: 16px;
  overflow: hidden;
}
.sec_report .list_report li >*{
  display: block;
  background-color: var(--main-color);
  border-radius: 16px;
  color: var(--black);
}
.sec_report .list_report .ttl{
  position: relative;
  z-index: 0;
  display: flex;
  border-radius: 16px;
  background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(1, 195, 171, 1) 50%, rgba(1, 195, 171, 1) 100%);
}
.sec_report .list_report .ttl::after{
  position: relative;
  content: '';
  flex: 1;
  width: 64px;
  background-color: #fff;
  border-radius: 16px 0 0 0;
  overflow: hidden;
  z-index: 1;
}
.sec_report .list_report .ttl>span{
  position: relative;
  display: inline-block;
  padding: 16px 20px 16px 20px;
  background:var(--main-color);
  line-height: var(--lh-sub);
  font-weight: 500;
  color: #fff;
  border-radius: 16px 16px 16px 0;
  z-index: 0;
}
.sec_report .list_report .box_txt{
  position: relative;
  padding: 38px 30px 35px;
  border-radius: 16px 0 0 0;
  background-color: #fff;
  z-index: 1;
}
.sec_report .list_report figure{
  width: 180px;
  height: 180px;
  margin: 0 auto 24px;
  padding: 16px 16px;
  border-radius: 50% 50% 50% 0;
  background-color: var(--beige);
}
.sec_report .list_report figure .thumb{
  padding-top: 100%;
}
.sec_report .list_report figure img{
  border-radius: 50%;
}
.sec_report .list_report .cost{
  margin-bottom: 12px;
  padding: 9px 20px;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 16px;
  background-color: #ffe5b2;
}
.sec_report .list_report time{
  font-weight: 100;
  font-size: 1.4rem;
}
.sec_report .list_report .txt_more{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 64px;
  margin-top: -15px;
  padding: 12px 70px 0 0;
  line-height: 1;
  text-align: right;
  font-weight: 500;
  background: url(../../img/ico_arrow_report.svg)no-repeat center right;
  background-size: 66px auto;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width :834px) {
  .sec_report{
    padding:10px 0 50px;
  }
  .sec_report::before{
    top: -14px;
    height: 15px;
    background-size: 120px auto;
  }
  .sec_report .sec_ttl>span::before{
    width: 36px;
    height: 45px;
    transform: translate(60%,20%);
  }
  .sec_report .txt_lead_main{
    margin-top: 15px;
    font-size: 1.6rem;
    left: 178.734px;
  }
  .sec_report .btn_more{
    margin-top: 20px;
  }

  /* area_list */
  .sec_report .list_report{
    margin-top: 50px;
  }
  .sec_report .list_report li{
    width: 280px;
    max-width: 90%;
    border-radius: 11px;
  }
  .sec_report .list_report li >*{
    border-radius: 12px;
  }
  .sec_report .list_report .ttl{
    border-radius: 12px;
  }
  .sec_report .list_report .ttl::after{
    border-radius: 12px 0 0 0;
  }
  .sec_report .list_report .ttl>span{
    padding: 7px 17px;
    border-radius: 12px 12px 12px 0;
  }
  .sec_report .list_report .box_txt{
    padding: 24px 20px 30px;
    border-radius: 12px 0 0 0;
  }
  .sec_report .list_report figure{
    width: 162px;
    height: 162px;
    margin: 0 auto 18px;
    padding: 9px;
  }
  .sec_report .list_report .cost{
    margin-bottom: 5px;
    padding:7px 10px;
    line-height: 1.4;
    border-radius: 8px;
  }
  .sec_report .list_report time{
    font-size: 1.3rem;
  }
  .sec_report .list_report .txt_more{
    height: 48px;
    margin-top: -12px;
    padding: 6px 48px 0 0;
    font-size: 1.4rem;
    background-size: 48px auto;
  }  
}