@charset "shift_jis";
@import url(https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap);
#pc_wrapper {
	margin: 0 auto 5%;
	width: 100%;
	max-width: 960px;
	font-family: 'Shippori Mincho';
}

.txtLeft {
  text-align: left;
}

@media screen and (min-width: 751px) {
  .forSp {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .forPc {
    display: none !important;
  }
}

.sdgMain ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.sdgMain ul li {
  height: 100%;
}

.sdgMain ul li a {
  background: #689c5c;
  box-sizing: border-box;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1.25;
  padding: 10px 0 25px;
  margin: 0 8px;
  font-size: 20px;
  filter: drop-shadow(0px 9px 0px rgba(43,81,49,0.5));
  height: 85px;
  width: 200px;
  text-align: center;
  position: relative;
}

.sdgMain ul li a::before {
  content: "";
  background: url("../img/icon_linkArrow.png") no-repeat;
  position: absolute;
  left: calc(50% - 8px);
  bottom: 5px;
  width: 16px;
  height: 14px;
  display: block;
}

.goodThings {
  background: #f8f5ec;
  border-radius: 30px;
  padding: 75px 100px;
  margin-top: 138px;
  position: relative;
}

.goodThings::before {
  background: url("../img/bg_goodThings.png") no-repeat;
  content: "";
  width: 100%;
  height: 121px;
  position: absolute;
  top: -121px;
  left: 0;
}

.goodThings__title {
  color: #3f7e44;
  font-size: 34px;
}

.goodThings__txt {
  font-size: 20px;
  margin-top: 60px;
  line-height: 1.75;
}

.goodThings__row {
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 40px -20px 0;
}

.goodThings__col {
  background: #fff;
  border-radius: 15px;
  padding: 15px 15px 25px;
  font-size: 24px;
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 20px;
}

.goodThings__col p {
  text-align: center;
}

.goodThings__link {
  background: #90733c;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  padding: 5px 40px 5px 20px;
  font-size: 20px;
  margin-top: 20px;
  position: relative;
  letter-spacing: -0.1em;
  filter: drop-shadow(0px 7px 0px rgba(43,81,49,0.5));
}

.goodThings__link::after {
  content: "";
  background: url(../img/icon_blank.png) no-repeat;
  position: absolute;
  height: 15px;
  width: 15px;
  top: calc(50% - 7.5px);
  right: 15px;
}

.goodThings__logo {
  margin-top: 20px;
  text-align: center;
}

.importantIssues {
  background: #f4f4e3;
  border-radius: 30px;
  padding: 70px 120px 75px;
  margin-top: 140px;
  position: relative;
  font-size: 20px;
}

.importantIssues::before {
  background: url("../img/bg_importantIssues.png") no-repeat;
  content: "";
  width: 100%;
  height: 120px;
  position: absolute;
  top: -121px;
  left: 0;
}

.importantIssues__title {
  color: #3f7e44;
  font-size: 36px;
  text-align: center;
}

.importantIssues__txt {
  margin-top: 52px;
  line-height: 1.75;
}

.importantIssues__listTitle {
  margin-top: 20px;
}

.importantIssues__link li {
  list-style: disc;
  margin-top: 6px;
  margin-left: 1em;
}

.importantIssues__link li a {
  color: #2a64ba;
  text-decoration: underline;
}

.environment__treat {
  color: #3f7e44;
  margin-top: 140px;
  position: relative;
  font-size: 36px;
  text-align: center;
}

.environment__treat::before {
  content: "";
  background: url(../img/bg_environment.png) no-repeat;
  width: 100%;
  height: 121px;
  display: block;
  position: absolute;
  top: -121px;
}

.environment {
  background: #3f7e44;
  border-radius: 30px;
  color: #fff;
  font-size: 32px;
  position: relative;
  text-align: center;
  margin-top: 70px;
  padding: 50px 0;
}

.environment::after {
  content: "";
  display: inline-block;
  background: url(../img/bg_environmentObj.png) no-repeat;
  width: 191px;
  height: 153px;
  bottom: -30px;
  right: 20px;
  position: absolute;
}

.environment__img {
  background: url(../img/bg_environmentShape.png) no-repeat;
  color: #fff;
  display: flex;
  font-size: 42px;
  height: 187px;
  width: 198px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -30px;
  left: 60px;
  line-height: 1.25;
}

.environment__img span span {
  font-size: 24px;
}

.environment__title {
  margin-top: 60px;
  font-size: 46px;
  font-weight: normal;
  text-align: center;
}

.environment__title sup {
  font-size: 24px;
}

.environment__title--csr {
  background: url(../img/bg_csr.png) no-repeat top center;
}

.environment__title--csr2 {
  background: url(../img/bg_csr2.png) no-repeat top center;
  padding: 24px 0;
}

.environment__title--csr3 {
  background: url(../img/bg_csr3.png) no-repeat bottom right;
  padding: 24px 0;
}

.environment__title--goal {
  background: url(../img/bg_goal.png) no-repeat top center;
  padding: 24px 0;
}

.environment__title--flyer {
  background: url(../img/bg_flyer.png) no-repeat top right;
  margin-top: 10px;
  padding-top: 60px;
}

.contentsBlock__more {
  display: none;
}

.contentsBlock {
  background: #f4f4e3;
  border-radius: 30px;
  padding: 50px;
  margin-top: 60px;
  font-size: 24px;
}

.contentsBlock p a {
  color: #2a64ba;
  text-decoration: underline;
}

.contentsBlock sup {
  font-size: 20px;
}

.contentsBlock__row {
  display: flex;
  flex-wrap: wrap;
}

.contentsBlock__col {
  text-align: center;
  width: 50%;
}

.contentsBlock__col p {
  margin: 12px auto 0;
  max-width: 360px;
}


.contentsBlock__col:nth-child(n + 3) {
  margin-top: 30px;
}

.contentsBlock__col .contentsBlock__quote {
  font-size: 20px;
}

.contentsBlock__txt {
  font-size: 24px;
  max-width: 790px;
  margin: 40px auto 0;
}

.contentsBlock__link {
  background: #90733c;
  box-sizing: border-box;
  border-radius: 15px;
  color: #fff;
  display: block;
  font-size: 24px;
  margin: 60px auto 0;
  padding: 20px 0;
  width: 600px;
  text-align: center;
  position: relative;
  filter: drop-shadow(0px 7px 0px rgba(43,81,49,0.5));
}

.contentsBlock__link::before {
  content: "";
  display: block;
  background: url(../img/icon_contentsBlockLink.png) no-repeat;
  right: 30px;
  top: calc(50% - 7.5px);
  width: 13px;
  height: 15px;
  position: absolute;
}

.environment--second {
  padding-left: 140px;
}

.environment--second::after {
  background: url(../img/bg_environmentSecondObj.png) no-repeat;
  width: 211px;
  height: 121px;
  bottom: -77px;
  right: -4px;
}

.environment__secondTitle {
  background: url(../img/bg_environmentSecond.png) no-repeat;
  padding: 34px 0;
  margin-top: 22px;
  margin-bottom: -40px;
}

.environment--third {
  padding-left: 60px;
}

.environment--third::after {
  background: url(../img/bg_environmentThirdObj.png) no-repeat;
  width: 160px;
  height: 149px;
  bottom: -48px;
  right: 18px;
}

.environment--fourth::after {
  background: url(../img/bg_environmentFourthObj.png) no-repeat;
  width: 172px;
  height: 92px;
  bottom: -25px;
  right: 15px;
}

.contentsBlock__subWrap {
  display: flex;
}

.contentsBlock__subWrap img {
  align-self: flex-start;
}

.contentsBlock__subWrap img + p {
  margin-left: 50px;
}

.contentsBlock__subWrap p + img {
  margin-left: 50px;
}

.contentsHead {
  background: url(../img/bg_contentsHead.png) no-repeat top 20px center;
  color: #3f7e44;
  font-size: 36px;
  padding-top: 160px;
  text-align: center;
}

.environment--fifth::after {
  background: url(../img/bg_environmentFifthObj.png) no-repeat;
  width: 126px;
  height: 118px;
  bottom: 0;
  right: 20px;
}

.environment--fifth .environment__img {
  font-size: 36px;
}

.contentsBlock__list {
  max-width: 840px;
  font-size: 20px;
  margin: 26px 0 0 1.5em;
}

.contentsBlock__list h4 {
  font-size: 20px;
}

.contentsBlock__list .contentsBlock__listLink {
  margin-left: 1em;
}

.contentsBlock__list .contentsBlock__listLink li {
  list-style: disc;
}

.contentsBlock__list .contentsBlock__listLink a {
  color: #2a64ba;
  text-decoration: underline;  
}

.contentsBlock__standard {
  background: url(../img/bg_standard.png) no-repeat right bottom;
}

.environment--sixth {
  margin-top: 120px;
}

.environment--sixth::before {
  content: "";
  background: url(../img/bg_wind.png) no-repeat;
  width: 115px;
  height: 54px;
  position: absolute;
  left: 0;
  top: -74px;
}

.environment--sixth::after {
  background: url(../img/bg_environmentSixthObj.png) no-repeat;
  width: 111px;
  height: 134px;
  bottom: -12px;
  right: 70px;
}

.contentsBunner {
  background: url(../img/bg_tree.png) left bottom no-repeat;
  margin: 30px auto 0;
  text-align: center;
}

.reference {
  display: flex;
  font-size: 20px;
  justify-content: center;
  padding-top: 200px;
  background: url(../img/bg_reference.png) no-repeat top 50px center;
}

.reference__huki {
  background: url(../img/img_reference_hukidashi.png) no-repeat;
  width: 80px;
  height: 45px;
  text-align: center;
  padding: 5px 10px 0 0;
  margin-right: 10px;
}

.reference__block {
  width: 190px;
  height: 45px;
  color: #fff;
  padding: 5px 0 0;
  text-align: center;
  background: url(../img/img_reference_block.png) no-repeat;
}

@media screen and (max-width: 750px) {
  .pc_wrapper {
    padding: 0 10px;
    box-sizing: border-box;
  }
  
  .goodThings__logo {
    margin: 20px -10px 0;
  }

  .sdgMain {
    margin: 0;
  }

  .sdgMain ul li {
    width: 25%;
  }
  
  .sdgMain ul li a {
    font-size: 12.5px;
    margin: 0 4px;
    width: auto;
  }
  
  .goodThings {
    margin-top: 88px;
    padding: 30px 15px;
  }
  
  .goodThings::before {
    background-image: url("../img/bg_goodThings_sp.png");
    background-size: cover;
    height: 60px;
    top: -60px;
  }
  
  .goodThings__title {
    font-size: 20px;
    text-align: center;
  }
  
  .goodThings__txt {
    font-size: 14px;
    margin-top: 20px;
  }
  
  .goodThings__row {
      margin: 40px -7.5px 0;  
  }
  
  .goodThings__col {
    font-size: 14px;
    margin: 0 3.75px;
    padding: 5px 0px 16px;
  }
  
  .goodThings__link {
    font-size: 10px;
    margin-top: 10px;
    padding: 5px 20px 5px 10px;
  }
  
  .goodThings__link::after {
    background-size: cover;
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
    right: 8px;
  }
  
  .importantIssues {
    border-radius: 15px;
    margin-top: 60px;
    padding: 30px 15px;
    font-size: 14px;
  }
  
  .importantIssues::before {
    background-image: url("../img/bg_importantIssues_sp.png");
    background-size: cover;
    height: 50px;
    top: -50px;
  }
  
  .importantIssues__title {
    font-size: 20px;
  }
  
  .importantIssues__txt {
    margin-top: 18px;
  }
  
  .importantIssues__listTitle {
    font-size: 12px;
  }
  
  .importantIssues__link {
    font-size: 12px;
  }

  .environment__treat {
    margin-top: 70px;
    font-size: 20px;
  }
  
  .environment__treat::before {
    background: url(../img/bg_environment_sp.png) no-repeat;
    background-size: cover;
    height: 50px;
    top: -60px;
  }
  
  .environment {
    border-radius: 15px;
    font-size: 16px;
    padding: 10px 0 10px 20px;
    margin-top: 30px;
  }
  
  .environment__img {
    background-size: cover;
    font-size: 20px;
    width: 101px;
    height: 96px;
    top: -18px;
    left: 8px;
  }
  
  .environment::after {
    background-image: url(../img/bg_environmentObj_sp.png);
    background-size: cover;
    width: 68px;
    height: 76px;
    bottom: -18px;
    right: 10px;
  }
  
  .environment__title {
    font-size: 22px;
    margin-top: 30px;
  }
  
  .contentsBlock__more {
    background: #8dab70;
    border-radius: 7.5px;
    color: #fff;
    display: block;
    font-size: 14px;
    position: absolute;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    top: -40px;
    left: 0;
  }

  .contentsBlock__more::after {
    content: "";
    background: url(../img/icon-more.png) no-repeat;
    background-size: cover;
    width: 9px;
    height: 8px;
    display: block;
    position: absolute;
    right: 20px;
    top: calc(50% - 4px);
  }

  .contentsBlock__more.is-active::after {
    background-image: url(../img/icon-more-active.png);
  }
  
  .contentsBlock {
    position: relative;
    border-radius: 15px;
    font-size: 14px;
    padding: 25px;
  }
  
  .contentsBlock__col {
    width: 100%;
    margin-top: 20px;
    text-align: left;
  }

  .contentsBlock__col:first-child {
    margin-top: 0;
  }  
  
  .contentsBlock__col .contentsBlock__quote {
    font-size: 14px;
  }
  
  .contentsBlock__txt {
    font-size: 14px;
    line-height: 1.75;
    margin: 25px 12px 0;
  }
  
  .contentsBlock__link {
    font-size: 14px;
    width: 300px;
    margin: 30px auto;
    padding: 12px 0;
  }
  
  .contentsBlock__link::before {
    background-size: contain;
    right: 10px;
    width: 7px;
    height: 8px;
    padding: 14px 0;
  }
  
  .environment--second {
    margin-top: 60px;
    padding-left: 60px;
  }
  
  .environment--second::after {
    background-image: url(../img/bg_environmentSecondObj_sp.png);
    background-size: cover;
    width: 93px;
    height: 52px;
    bottom: -24px;
    right: 2px;
  }
  
  .environment__secondTitle {
    background: url(../img/bg_environmentSecond_sp.png) no-repeat;
    background-size: contain;
    padding: 16px 0 44px;
    margin-bottom: -28px;
  }
  
  .environment--third::after {
    background-image: url(../img/bg_environmentThirdObj_sp.png);
    background-size: cover;
    width: 80px;
    height: 75px;
    bottom: -21px;
    right: 15px;
  }
  
  .environment__title--flyer {
    background: url(../img/bg_flyer_sp.png) no-repeat top center;
    background-size: contain;
    margin-top: 30px;
    padding-top: 30px;
    padding-top: 30px;
  }
  
  .environment--fourth::after {
    background: url(../img/bg_environmentFourthObj_sp.png) no-repeat;
    width: 80px;
    height: 43px;
  }
  
  .environment__img span span {
    font-size: 14px;
  }
  
  .environment__title sup {
    font-size: 12px;
  }
  
  .contentsBlock sup {
    font-size: 10px;
  }
  
  .contentsBlock__subWrap {
    flex-wrap: wrap;
  }
  
  .contentsBlock__subWrap img + p {
    margin: 10px;
  }
  
  .contentsHead {
    background-size: contain;
    font-size: 20px;
    padding-top: 90px;
  }
  
  .environment--fifth {
    padding: 22px 0 22px 20px;
  }
  
  .environment--fifth .environment__img {
    font-size: 20px;
  }
  
  .environment::after {
    background-image: url(../img/bg_environmentFifthObj_sp.png);
    background-size: contain;
    width: 63px;
  }
  
  .contentsBlock__list {
    font-size: 12px;
    margin: 14px 0 0;
  }
  
  .contentsBlock__list h4 {
    font-size: 12px;
  }
  
  .contentsBlock__subWrap--2 {
    flex-direction: column-reverse;
  }
  
  .contentsBlock__subWrap p + img {
    margin: 0 0 10px;
  }
  
  .contentsBlock--s {
    margin-top: 30px;
  }
  
  .environment__title--csr,
  .environment__title--csr2 {
    background-size: 360px;
  }
  
  .contentsBlock__standard {
    background: url(../img/bg_standard_sp.png) no-repeat right bottom;
    padding-bottom: 90px;
    background-size: 50%;
  }
  
  .environment--sixth {
    padding: 20px 0;
  }
  
  .environment--sixth::before {
    content: none;
  }
  
  .environment--sixth::after {
    background: url(../img/bg_environmentSixthObj.png) no-repeat;
    background-size: 80%;
  }
  
  .contentsBunner img {
    width: 160px;
  }
  
  .environment__title--goal {
    background-size: contain;
  }
  
  .contentsBlock__link::before {
    top: calc(50% - 5.5px);
  }
  
  .reference {
    background-size: contain;
    padding-top: 140px;
    font-size: 10px;
  }
  
  .reference__huki {
    background-size: contain;
    width: 40px;
    height: 22px;
    padding: 5px 10px 0 0;
  }
  
  .reference__block {
    background-size: contain;
    width: 95px;
    height: 22px;
  }

  .js-contentsBlock {
    padding: 0;
  }
  
  .js-contentsBlock .contentsBlock__row {
    padding: 25px;
  }

  .js-contentsBlock__more + .contentsBlock__row {
    display: none;
  }  
  
  .js-contentsBlock + .contentsBlock__txt {
    padding-top: 20px;
  }

}

