@charset "UTF-8";
p,h1,h2,h3,h4,h5,ul,li{
  word-break: break-word !important;
}
body.top_space{
  padding-top: 102px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb26 {
  margin-bottom: 26px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb83 {
  margin-bottom: 83px;
}
.mt15{
  margin-top: 15px;
}
.fs16{
  font-size: 16px !important;
}
.fs20{
  font-size: 20px !important;
}

.colorgreen {
  color: #008D54;
}
.fontbold {
  font-weight: bold;
}
.img__sp,.br__sp {
  display: none;
}
.type5Heading__subTitle {
  line-height: 1.6;
}
.linkborder:hover {
  border-bottom: 1px solid #008D54;
}

.text_mb0{
  margin-bottom: 0 !important;
}

/*KV*/
.keyvisual{
  position: relative;
}
.keyvisual__vision {
  width: 100%;
  height: 53.9vw;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 600px;
  margin-bottom: 50px;
}
.keyvisual__ttl {
  width: 100%;
  height: 53.9vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 860px;
  max-height: 78px;
  background-size: contain;
}

/*green・greyback*/
.greenback {
  background: #E5F3ED 0% 0% no-repeat padding-box;
  border-radius: 20px; 
  padding: 33px 0 37px 0;
  margin-bottom: 37px;
}
.greenback.type3Heading {
  margin-top: 46px;
}
.greenback.type3Heading .type3Heading__subTitle {
  font-size: 20px;
}
.greenback h3 {
  color: #008D54;
}
.grayback {
  max-width: 844px;
  background: #F5F5F5 0% 0% no-repeat padding-box;
  border-radius: 8px;
  margin: 0 auto 73px auto;
  padding: 40px 0 27px 0;
  font-weight: 600;
}

/*wrap__section*/
.wrap__section__01 {
  max-width: 1080px;
  margin: 0 auto;
  margin-bottom: 64px;
}
.wrap__section__02 {
  width: 100%;
  background: #F5F5F5 0% 0% no-repeat padding-box;
  padding: 60px 0 64px 0;
  margin-bottom: 73px;
}
.wrap__section__02__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.wrap__section__02__inner .type3Heading {
  margin: 0 auto 37px auto;
}
.wrap__section__02__inner .media__text {
  margin-bottom: 40px;
}
.wrap__section__03 {
  max-width: 1080px;
  margin: 0 auto;
}
.wrap__section__03 figure {
  margin-bottom: 40px;
}
.type3Heading::after {
  content: none;
}
.wrap__section__03 .detailLink__img{
  max-width: 148px;
}

/*listNumBody*/
.listNumBody__item {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #DEDEDE;
  padding: 36px;
}
.listNumBody__item:last-child {
  border-bottom: 1px solid #DEDEDE;
  padding-top: 36px;
}
.listNumBody__item__count {
  display: block;
  font-size: 48px;
  font-weight: bold;
  color: #008D54;
}
.listNumBody__item__countbox {
  width: 5.5%;
}
.listNumBody__item__textbox {
  width: 89%;
}
.listNumBody__item__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 37px;
  line-height: 1.6;
}

/*task*/
.task01 {
  border: 2px solid #008D54;
  border-radius: 14px; 
  padding: 60px 30px 86px 30px;
  position: relative;
}
.task01 h3{
  color: #008D54;
  font-size: 22px;
  margin-bottom: 27px;
  text-align: center;
}
.task01 .type5Heading {
  margin: 0 auto 13px 0;
}
.task02 {
  border: 2px solid #DF4840;
  border-radius: 14px; 
  padding: 60px 30px 86px 30px;
  position: relative;
}
.task02 h3{
  color: #DF4840;
  font-size: 22px;
  margin-bottom: 27px;
  text-align: center;
}
.task02 .type5Heading {
  margin: 0 auto 13px 0;
}
.task03 {
  border: 2px solid #EAB400;
  border-radius: 14px; 
  padding: 60px 30px 86px 30px;
  position: relative;
}
.task03 h3{
  color: #EAB400;
  font-size: 22px;
  margin-bottom: 27px;
  text-align: center;
}
.task03 .type5Heading {
  margin: 0 auto 13px 0
}
.task__col3.tiles .tile__imgWrapper{
  width: 70px;
  position: absolute;
  left: 39%;
  top: -35px;
}
.greenEmphasis {
  font-size: 40px;
  color: #008D54;
}
.point__icon {
  position: relative;
  left: 35px;
}
.point__icon::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 23px;
  height: 30px;
  background: url(../img/pointicon.png) no-repeat;
  background-size: contain;
  margin-right: 27px;
  top: -17%;
  left: -35px;
}

/*conten*/
.content__01 figure {
  max-width: 760px;
  margin: 0 auto;
}
.content__02 .type3Heading {
  text-align: left;
  margin-bottom: 36px;
}
.content__03 .type3Heading {
  text-align: left;
  margin-bottom: 36px;
}
.content__03 figure {
  max-width: 723px;
  margin: 0 auto 40px auto;
}
.movieContent {
  padding-top: 0;
}

.detailLink__heading {
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  body.top_space{
    padding-top: 70px;
  }
  .spmt64 {
    margin-top: 64px;
  }
  .spfont-20px {
    font-size: 20px;
  }
  .spfont-26px {
    font-size: 26px;
  }
  .img__pc {
    display: none;
  }
  .img__sp,.br__sp {
    display: block;
  }
  .greenEmphasis {
    font-size: 30px;
    color: #008D54;
  }
  .keyvisual__vision,.keyvisual__ttl {
    height: 71.615vw;
  }
  .keyvisual__ttl {
    max-width: 190px;
    max-height: 147px;
}
  .wrap__section__01 {
    padding: 0 15px 0 15px;
  }
  .listNumBody__item__countbox {
    width: 30%;
  }
  .listNumBody__item__textbox {
    width: 70%;
  }
  .wrapper--SpCenter {
    text-align: center;
  }
  .content__02 .type3Heading {
    text-align: left;
    margin-bottom: 16px;
  }
  .content__03 .type3Heading {
    text-align: left;
    margin-bottom: 16px;
  }
  .wrap__section__02 {
    padding: 60px 15px 64px 15px;
  }
  .tiles--col3 .Sptiles__item {
    width: 31%;
    margin-right: 10px;
  }
  .wrap__section__03 {
    padding: 0 15px 0 15px;
  }
  .tiles__item.task01 {
    margin-bottom: 50px;
  }
  .tiles__item.task02 {
    margin-bottom: 50px;
  }
  .task__col3.tiles .tile__imgWrapper{
    width: 70px;
    position: absolute;
    left: 42%;
    top: -35px;
  }
  .wrap__section__03 .detailLink__imgwrapper{
    max-width: 148px;
    margin: 0 auto 40px auto;
  }
  .greenback.type3Heading .type3Heading__subTitle {
    font-size: 12px;
    line-height: 1.6;
  }
  .point__icon {
    left: 35px;
    width: 70%;
  }
  .point__icon::before {
    left: -35px;
  }
}

.textsubtitle_center{
  text-align: center;
}

/* woodsolution */
.visionWrapper__title {
  font-size: 30px;
  color: #fff;
  background-color: #008D54;
  padding: 24px 0 24px 40px;
  margin: 40px auto 75px auto;
  line-height: 1.6;
}
.main__section__01,.main__section__02,.main__section__03,.main__section__04 {
  max-width: 1280px;
  margin: 0 auto;
}
.woodsolution__img01 {
  max-width: 800px;
  margin: 0 auto;
}
.woodsolution__img02 {
  max-width: 914px;
  margin: 0 auto 60px auto;
}
.woodsolution__img03 {
  max-width: 299px;
  margin: 0 auto;
  padding-top: 45px;
}
.woodsolution__img04 {
  max-width: 800px;
   margin: 0 auto;
}
.woodsolution__img05 {
  max-width: 800px;
   margin: 0 auto 60px auto;
}
.woodsolution__img06 {
  max-width: 1094px;
   margin: 0 auto 60px auto;
}
.woodsolution__img07 {
  max-width: 390px;
   margin: 0 auto 60px auto;
}
.woodsolution__img08 {
  max-width: 299px;
  margin: 0 auto;
  padding-top: 45px;
}
.woodsolution__logomedia {
  width: 23.36%;;
}

@media screen and (max-width: 768px) {
  .visionWrapper__title {
    font-size: 24px;
    padding: 24px 0 24px 10px;
    margin: 20px auto 40px auto;
    line-height: 1.6;
  }
  .main__section__01,.main__section__02,.main__section__03,.main__section__04 {
    padding: 0 15px 0 15px;
  }
  .woodsolution__img03,.woodsolution__img08 {
    padding-top: 0;
  }
  .woodsolution__logomedia {
    width: 100%;
  }
}

/* mid-term */
.mid-term__item-col5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mid-term__item {
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 40px;
  background: #E5F3ED 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 40px 30px 0 30px;
}
.mid-term__item:nth-child(3n) {
  margin-right: 0;
}
.mid-term__item h2 {
 font-size: 24px;
 line-height: 1.6;
 font-weight: bold;
 margin-bottom: 36px;
 text-align: center;
 height: 78px;
 display: flex;
 align-items: center;
 justify-content: center;
}
.mid-term__item figure {
  max-width: 100px;
  margin: 0 auto 25px auto;
}
.mid-term__img01 {
  max-width: 1040px;
  margin: 0 auto;
}
.mid-term__img02 {
  max-width: 580px;
  margin: 0 auto 60px auto;
}
.table__title,.table__body {
  font-size: 18px;
}
.table__maintitle {
  background: #E5F3ED;
  border: 1px solid #BEBEBE;
  padding: 13px 0 13px 0;
  font-weight: bold;
  text-align: center;
}
.table__bodytitle {
  width: 23.35%;
  background: #008D54;
  color: #fff;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
  padding-left: 30px;
}
.table__bodytitle__lastborder {
  border-bottom: 1px solid #008D54;
}
.table__bodylist {
  width: 51.09%;
  border-top: 1px solid #BEBEBE;
  padding: 30px 30px 0 30px;
}
.table__lastborder {
  border-bottom: 1px solid #BEBEBE;
}
.table__bodyEar {
  width: 12.89%;
  text-align: center;
  border-left: 1px solid #BEBEBE;
  border-right: 1px solid #BEBEBE;
  border-bottom: 1px solid #BEBEBE;
  vertical-align: middle;
}
table,td,th {
  border-collapse: collapse;
}

.tile__imgWrapper.bnr_center{
  text-align: center;
}

.tile__imgWrapper.bnr_center a{
   display: inline-block;
   margin-bottom: 60px;
}
.tile__imgWrapper.bnr_center img{
  margin-bottom: 0;
}

.type4Heading__p{
  text-align: right;
}
@media screen and (max-width: 900px){
.mid-term__item h2{
    height: 150px;
  } 
}
@media screen and (max-width: 768px) {
  .mid-term__item-col5 .mid-term__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-right: 0;
  }
  .table__bodytitle,.table__bodylist {
    width: 100%;
    display: block;
  }
  .table__bodytitle {
    font-weight: bold;
    padding: 17px 0 17px 0;
    text-align: center;
    border-bottom: none;
  }
  .table__maintitle,.table__bodylist,.table__bodyEa {
    border: 1px solid #BEBEBE;
  }
  .table__bodytitle__lastborder {
    border-bottom: none;
  }
  .table__bodyEar {
    padding: 21px 0 21px 0;
  }
  .table__maintitle:last-of-type,.table__bodyEar:last-of-type {
    border-left: none;
  }
  .table__bodylist {
    padding: 20px 20px 0 20px;
  }
  .table__maintitle {
    border-top: none;
  }
  .table__maintitle,.table__bodyEar {
    width: 50%;
    display: inline-block;
  }
  .mid-term__item h2{
    height: auto;
  }
  .table__maintitle.img__sp{
    font-size: 16px;
  }
}
@media screen and (max-width: 340px) {
.table__maintitle.img__sp{
  height: 63px;
}
}

/* 印刷用 */
@media print {
  #globalHeader,
  header,
  .header,
  footer,
  .footer,
  #globalFooter {
    display: none;
  }
  .mid-term__item h2{
    height: auto;
  }
}