@charset "UTF-8";
/* ----------------------------------------------------------------

environment CSS


/*----------------------------------------------------------------
共通
---------------------------------------------------------------- */
.pc_none {
  display: none;
}
#content-area {
  overflow: hidden;
  padding-bottom: 124px;
}
@media screen and (max-width: 1199.98px) {
  #content-area {
    padding-bottom: 100px;
  }
}
#content-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a:link, a:visited, a:active {
  text-decoration: none;
}
.auto {
  max-width: 1170px;
  margin: 0 auto;
}
#content-area .common_title {
  border-top: #e0e0e0 1px solid;
  padding-top: 40px;
  font-size: 37px;
  color: #3ca127;
  line-height: 1.5;
  letter-spacing: .05em;
  position: relative;
}
#content-area .common_title::before {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 195px;
  height: 3px;
  background-color: #3ca127;
}
/*-------------------------------------------------------------- */
/*top*/
#top .title_block {
  border-top: #e0e0e0 1px solid;
  padding-top: 67px;
  text-align: center;
}
#top .top_subtitle {
  display: inline-block;
  color: #fff;
  background-color: #3ca127;
  margin: 0 auto 18px;
  text-align: center;
  padding: 3px 9px 5px;
  line-height: 1.2;
  font-size: 25px;
}
#top .top_subtitle span {
  font-size: 16px;
  margin-left: 10px;
}
#top .top_title {
  line-height: 1.3;
  display: block;
  color: #3ca127;
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 22px;
}
#top .top_eng {
  text-align: center;
  color: #3ca127;
  font-size: 17px;
  letter-spacing: 0.15em;
  margin-bottom: 38px;
}
#top .top_block {
  max-width: 940px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#top .block_img {
  width: 40%;
}
#top .block_illust {
  position: absolute;
  top: 7px;
  left: 33%;
  width: 11%;
}
#top .block_text {
  font-size: 18px;
  width: 54%;
  margin: 0;
  line-height: 1.8;
}
/*great*/
#great .great_content {
  max-width: 864px;
  margin: 0 auto;
  padding: 65px 40px;
  background-image:
    url(../../esg/img/border_green_01.png), url(../../esg/img/border_green_02.png), url(../../esg/img/border_green_03.png), url(../../esg/img/border_green_04.png);
  background-repeat:
    no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: 0 25px, right 0 top 25px, left 0 bottom 25px, right 0 bottom 25px;
  background-size: 40px;
  position: relative;
  margin-bottom: 103px;
}
#great .great_content::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f3f7f2;
}
#great .great_text_block .text {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 1.3em;
}
#great .great_text_block .position {
  font-size: 11px;
  margin: 0;
}
#great .great_text_block .name {
  font-size: 14px;
  margin: 0;
}
/*action*/
#action .common_title {
  margin-bottom: 35px;
}
#action ol {
  list-style: none;
  padding: 0;
  margin-bottom: 92px;
}
#content-area #action li {
  font-size: 18px;
  line-height: 1.8;
  text-indent: -2.5em;
  padding-left: 2.5em;
  margin-bottom: 26px;
}
#content-area #action li:last-of-type {
  margin-bottom: 0;
}
#action li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  line-height: 1;
  color: #3ca127;
  margin-top: -7px;
  margin-right: 23px;
  text-indent: 0;
}
/*main*/
#contents #main {
  margin-bottom: 104px;
}
#main .common_title {
  margin-bottom: 43px;
}
#main .main_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#main .text_block {
  margin-bottom: 20px;
  width: 69%;
}
#main .text_block li {
  display: flex;
  margin-bottom: 0;
  width: 90%;
  align-items: baseline;
}
#main .block_title {
  width: 135px;
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
  color: #fff;
  background-color: #3ca127;
  padding: 7px 12px 6px;
  margin-left: 0;
  margin-right: 34px;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
}
#main .block_title::after {
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  display: block;
  width: 14px;
  height: 100%;
  background-image: url("../../esg/img/environment_item.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
}
#main .block_detail {
  width: calc(100% - 170px);
  font-size: 18px;
  line-height: 1.8;
  margin: 0 0 15px 25px;
}
#main .illust_block {
  width: 35%;
}
/*concrete*/
#concrete .common_title {
  margin-bottom: 43px;
}
#concrete .concrete_common_title {
  border-left: #3ca127 3px solid;
  padding-left: 10px;
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 32px;
  margin-left: 0;
}
#concrete .concrete_common_text {
  font-size: 18px;
  margin-left: 0;
  margin-bottom: 40px;
  line-height: 1.7;
}
/*reduction*/
#concrete .reduction {
  margin-bottom: 70px;
}
#concrete .reduction_title {
  border-left: #3ca127 3px solid;
  padding-left: 10px;
  font-size: 30px;
  margin-bottom: 37px;
}
#concrete .reduction_text {
  margin-left: 0;
  margin-bottom: 40px;
  font-size: 18px;
}
#concrete .reduction_table {
  width: 100%;
}
#concrete .reduction_table tr {
  border: 1px #d7dadf solid;
}
#concrete .reduction_table td {
  font-size: 18px;
}
#concrete .reduction_table td:first-of-type {
  background-color: #f7f9f6;
  color: #3ca127;
  padding: 24px 42px;
  width: 337px;
}
#concrete .reduction_table td:last-of-type {
  width: calc(100% - 337px);
  padding: 0 60px;
}
/*recycle*/
#concrete .recycle {
  margin-bottom: 70px;
}
#concrete .recycle_title {
  border-left: #3ca127 3px solid;
  padding-left: 10px;
  font-size: 30px;
  margin-bottom: 37px;
}
#concrete .recycle_text {
  margin-bottom: 47px;
}
#concrete .recycle_img {
  width: 57%;
  margin: 0 auto;
}
/*product*/
#concrete .product {
  margin-bottom: 70px;
}
#concrete .product_title {
  border-left: #3ca127 3px solid;
  padding-left: 10px;
  font-size: 30px;
  margin-bottom: 37px;
}
#concrete .product_block {
  display: flex;
  justify-content: space-between;
}
#concrete .product_block .text {
  margin: 0;
  font-size: 18px;
  background-color: #f7f9f6;
  width: 49%;
  padding: 18px 20px 13px 70px;
  background-image: url("../../esg/img/environment_check.png");
  background-repeat: no-repeat;
  background-size: 33px;
  background-position: 25px 18px;
}
/*exclusion*/
#concrete .exclusion_title {
  border-left: #3ca127 3px solid;
  padding-left: 10px;
  font-size: 30px;
  margin-bottom: 37px;
}
#concrete .exclusion_block {
  display: flex;
  justify-content: space-between;
}
#concrete .exclusion_block .text {
  margin: 0;
  font-size: 18px;
  background-color: #f7f9f6;
  width: 49%;
  padding: 18px 20px 18px 70px;
  background-image: url("../../esg/img/environment_check.png");
  background-repeat: no-repeat;
  background-size: 33px;
  background-position: 25px 18px;
}
@media screen and (max-width: 1199.98px) and (min-width: 767px) {
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
  /*top*/
  #top .top_title {
    font-size: 46px;
  }
  /* main */
  #main .main_block {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
  #main .text_block {
    width: 100%;
    margin-bottom: 35px;
  }
  #main .illust_block {
    width: 45%;
    margin-bottom: 70px;
  }
  #main .block_title {
    /* width: 50%; */
    font-size: 1.3rem;
    padding: 7px 6px;
    margin: 0 auto 15px;
    display: block;
  }
  #concrete .recycle_img {
    width: 80%;
  }
  #main .common_title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 567px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  /*top*/
  #top .top_title {
    font-size: 42px;
  }
  #top .top_block {
    display: block;
    margin-bottom: 30px;
  }
  #top .block_img {
    width: 80%;
    max-width: 340px;
    margin: 0 auto 20px;
  }
  #top .block_text {
    font-size: 1.1rem;
    width: 100%;
    margin: 0 auto;
  }
  #top .block_illust {
    left: 73%;
    width: 23%;
  }
  /* main */
  #main .main_block {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
  #main .text_block {
    width: 100%;
    margin-bottom: 35px;
  }
  #main .text_block li {
    display: block;
    width: 100%;
  }
  #main .block_detail {
    width: 100%;
    font-size: 1.1rem;
    margin: 0 auto 30px;
  }
  #main .illust_block {
    width: 75%;
    max-width: 340px;
    margin-bottom: 50px;
  }
  #main .block_title {
    font-size: 1.3rem;
    padding: 7px 6px;
    margin: 0 auto 15px;
    display: block;
  }
  #main .block_title::after {
    display: none;
  }
  /*concrete*/
  /*reduction*/
  #concrete .reduction_table tr {
    margin-bottom: 10px;
    display: block;
  }
  #concrete .reduction_table td:first-of-type {
    padding: 10px 5%;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 1.1rem;
  }
  #concrete .reduction_table td:last-of-type {
    width: 100%;
    padding: 10px 5%;
    display: block;
    text-align: center;
    font-size: 1.1rem;
  }
  /*  recycle*/
  #concrete .recycle_img {
    width: 100%;
  }
  /*  product*/
  #concrete .product_block {
    display: block;
  }
  #concrete .product_block .text {
    font-size: 1.1rem;
    margin-bottom: 15px;
    width: 100%;
    padding: 15px 5% 15px 70px;
    background-size: 28px;
    background-position: 25px 15px;
  }
  /* exclusion */
  #concrete .exclusion_block {
    display: block;
  }
  #concrete .exclusion_block .text {
    font-size: 1.1rem;
    margin-bottom: 15px;
    width: 100%;
    padding: 15px 5% 15px 70px;
    background-size: 28px;
    background-position: 25px 15px;
  }
}
@media screen and (max-width: 576px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  #content-area .common_title::before {
    width: 110px;
    height: 2px;
  }
  .categoly-top h1 {
    padding: 1em 0;
    margin-bottom: 50px;
  }
  #content-area {
    margin-top: 0;
  }
  #content-area .common_title {
    font-size: 1.5rem;
    margin-bottom: 10px;
    margin-top: 0;
    padding-top: 21px;
  }
  /* top */
  #top .title_block {
    padding-top: 40px;
    margin: 0;
  }
  #top .top_subtitle {
    font-size: 1.2rem;
    padding: 4px 8px;
  }
  #top .top_title {
    font-size: 1.75rem;
  }
  #top .top_eng {
    margin-bottom: 20px;
  }
  #top .top_block {
    display: block;
    margin-bottom: 30px;
  }
  #top .block_img {
    width: 80%;
    margin: 0 auto 20px;
  }
  #top .block_illust {
    left: 73%;
    width: 23%;
  }
  #top .block_text {
    font-size: 0.9375rem;
    width: 100%;
    margin: 0 auto;
  }
  /* great */
  #great .great_text_block .text {
    font-size: 0.9375rem;
  }
  #great .great_content {
    padding: 37px 8%;
    margin-bottom: 60px;
    background-size: 26px;
    background-position: 0 22px, right 0 top 22px, left 0 bottom 22px, right 0 bottom 22px;
  }
  /* action */
  #action ol {
    margin-bottom: 60px;
  }
  #content-area #action li {
    font-size: 0.9375rem;
    line-height: 1.5;
    text-indent: -3.4em;
    padding-left: 3.4em;
  }
  #content-area #action li span {
    font-size: 24px;
  }
  /* main */
  #main .main_block {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
  #main .text_block {
    width: 100%;
    margin-bottom: 35px;
  }
  #main .text_block li {
    display: block;
    width: 100%;
  }
  #main .block_detail {
    width: 100%;
    font-size: 0.9375rem;
    margin: 0 auto 25px;
    padding: 0 5%;
  }
  #main .illust_block {
    width: 75%;
    margin-bottom: 40px;
  }
  #main .block_title {
    font-size: 1.3rem;
    padding: 3px 6px;
    margin: 0 auto 10px;
    display: block;
  }
  #main .block_title::after {
    display: none;
  }
  /* concrete */
  #concrete .concrete_common_title {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  #concrete .concrete_common_text {
    font-size: 0.9375rem;
    margin-bottom: 20px;
  }
  /* reduction */
  #concrete .reduction {
    margin-bottom: 50px;
  }
  #concrete .reduction_table tr {
    margin-bottom: 10px;
    display: block;
  }
  #concrete .reduction_table td:first-of-type {
    padding: 10px 5%;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 0.9375rem;
  }
  #concrete .reduction_table td:last-of-type {
    width: 100%;
    padding: 10px 5%;
    display: block;
    text-align: center;
    font-size: 0.9375rem;
  }
  /* recycle */
  #concrete .recycle {
    margin-bottom: 50px;
  }
  #concrete .recycle_img {
    width: 100%;
  }
  /* product */
  #concrete .product {
    margin-bottom: 50px;
  }
  #concrete .product_block {
    display: block;
  }
  #concrete .product_block .text {
    font-size: 0.9375rem;
    margin-bottom: 15px;
    width: 100%;
    padding: 15px 5% 15px 70px;
    background-size: 28px;
    background-position: 25px 15px;
  }
  /* exclusion */
  #concrete .exclusion_block {
    display: block;
  }
  #concrete .exclusion_block .text {
    font-size: 0.9375rem;
    margin-bottom: 15px;
    width: 100%;
    padding: 15px 5% 15px 70px;
    background-size: 28px;
    background-position: 25px 15px;
  }
  #concrete .exclusion_block .text:last-of-type {
    margin-bottom: 0;
  }
}