  @charset "UTF-8";
/*
甲仿幼用及測杸ㄗ價掛白巧件玄反仇木ㄘ
https://fonts.google.com/noto/specimen/Noto+Sans+JP?subset=japanese&query=noto+sans
Regular 400
Medium 500
Bold 700
 */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;900&family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;600;700&display=swap");
.box-report {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 60px;
}
.box-report .pic {
  width: 40.17%;
  max-width: 464px;
  background: #F0F3F5;
  border: solid 1px #949DA2;
  border-radius: 4px;
  padding: 25px 30px;
}
.box-report .text {
  width: 45.71%;
  max-width: 528px;
  margin-left: 60px;
}
.box-report .title {
  font-size: clamp(2rem, 2.3vw, 3rem);
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}
.box-report .btn {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .box-report {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .box-report .pic,
  .box-report .text {
    width: 100%;
  }
  .box-report .text {
    margin-top: 20px;
  }
  .box-report .title {
    font-size: 2.0rem;
    margin-bottom: 10px;
  }
  .box-report .btn {
    margin-top: 25px;
  }
}

.box-policy {
  background: #fff;
  border-radius: 10px;
  padding: 4% 6% !important;
}
.box-policy dt {
  color: #408B46;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.box-policy dd + dt {
  margin-top: 1.5em;
}
@media only screen and (max-width: 767px) {
  .box-policy dt {
    font-size: 1.8rem;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .box-policy dd + dt {
    margin-top: 1.0em;
  }
}

.box-sdgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.box-sdgs img {
  width: 12.31%;
  max-width: 117px;
}
@media only screen and (max-width: 767px) {
  .box-sdgs {
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .box-sdgs img {
    width: 30%;
    margin-bottom: 5%;
  }
}

.box-sdgs_aim .box-sdgs_aim-inner {
  background: #fff;
  border-radius: 10px;
  padding: 4% 10% 4% 7%;
  margin-bottom: 40px;
}
.box-sdgs_aim .box-sdgs_aim-inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.box-sdgs_aim .box-sdgs_aim-inner > div + * {
  margin-top: 50px;
}
.box-sdgs_aim .box-sdgs_aim-inner > div .text {
  width: 43%;
}
.box-sdgs_aim .box-sdgs_aim-inner > div .text a{
	color: #000;
}
.box-sdgs_aim .box-sdgs_aim-inner > div .text .title {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
}
.box-sdgs_aim .box-sdgs_aim-inner > div .text .title small{
  font-size: 2rem;
}
.box-sdgs_aim .box-sdgs_aim-inner > div .result {
  width: 40%;
  font-size: 4.3rem;
  font-weight: bold;
  text-align: right;
}
.box-sdgs_aim .box-sdgs_aim-inner > div .result em {
  color: #68AF7C;
  font-family: 'Roboto', sans-serif;
  font-size: 6.4rem;
}
@media only screen and (max-width: 767px) {
  .box-sdgs_aim .box-sdgs_aim-inner {
    margin-bottom: 20px;
  }
  .box-sdgs_aim .box-sdgs_aim-inner > div {
    flex-direction: column;
  }
  .box-sdgs_aim .box-sdgs_aim-inner > div .text {
    width: 100%;
  }
  .box-sdgs_aim .box-sdgs_aim-inner > div .text .title {
    font-size: 2rem;
  }
  .box-sdgs_aim .box-sdgs_aim-inner > div .text .title small{
    font-size: 1.3rem;
  }
  .box-sdgs_aim .box-sdgs_aim-inner > div .result {
    width: 100%;
    font-size: 2.2rem;
  }
  .box-sdgs_aim .box-sdgs_aim-inner > div .result em {
    font-size: 3.2rem;
  }
}

.img_sus02 {
  width: 82%;
  max-width: 855px;
  margin: 50px auto;
}
@media only screen and (max-width: 767px) {
  .img_sus02 {
    margin: 25px auto;
  }
}

.text-read {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .text-read {
    margin-bottom: 25px;
  }
}
