@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #333333;
}

a {
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumbs {
    margin-top: 62rem;
  }
}

body {
  background-color: #F8F8F8;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 62rem;
  }
}

.fv {
  width: 100%;
  position: relative;
  background-color: #EFF2F5;
  max-height: 377rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .fv {
    height: 138rem;
    margin-top: 62rem;
  }
}
.fv img {
  width: 100%;
  height: inherit;
}
@media screen and (max-width: 768px) {
  .fv img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.fv .fv__inner {
  top: 50%;
  left: 100rem;
  left: calc(var(--fs) * 100);
  position: absolute;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .fv .fv__inner {
    left: 30rem;
  }
}
.fv .fv__inner h1 {
  font-size: 48rem;
  font-size: calc(var(--fs) * 48);
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fv .fv__inner h1 {
    font-size: 17rem;
  }
}
.fv .fv__inner h4 {
  color: #fff;
  font-size: 34rem;
  font-size: calc(var(--fs) * 24);
  font-weight: 600;
  margin-top: 16rem;
  margin-top: calc(var(--fs) * 16);
}
@media screen and (max-width: 768px) {
  .fv .fv__inner h4 {
    font-size: 13rem;
    padding-left: 0;
    margin-top: 5rem;
  }
}

.main {
  max-width: 1200rem;
  margin: 0 auto;
  padding-bottom: 200rem;
  padding-left: 20rem;
  padding-right: 20rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .main {
    padding: 0;
    padding-top: 50rem;
    padding-bottom: 50rem;
  }
}

.buttons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 28rem;
  -moz-column-gap: 20rem;
       column-gap: 20rem;
  padding-top: 106rem;
}
@media screen and (max-width: 768px) {
  .buttons {
    padding-top: 50rem;
    gap: 10rem;
  }
}
.buttons a {
  max-width: 32%;
  /* height: 72rem; */
  flex: 1 1 31%;
  position: relative;
}
.buttons a::before {
  content: "";
  position: absolute;
  width: 9rem;
  height: 9rem;
  border-right: 2rem solid #0691D9;
  border-bottom: 2rem solid #0691D9;
  right: 14rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .buttons a {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
    height: 69rem;
  }
}

.buttons p {
  height: 72rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10rem;
  position: relative;
  color: #0691D9;
  font-size: 18rem;
  font-weight: 700;
  cursor: pointer;
  border: unset;
  background: #EEF2F5;
  border-radius: 6rem;
  box-sizing: border-box;
  padding: 0 40rem;
  text-align: center;
}

.buttons p img {
  width: 1em;
  height: 1em;
}

.buttons p .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15rem;
  width: 15rem;
}

#management {
  width: 100%;
  margin-top: 100rem;
}
@media screen and (max-width: 768px) {
  #management {
    margin-top: 50rem;
  }
}

.section__head {
  font-size: 30rem;
  font-weight: 600;
  padding-bottom: 26rem;
  border-bottom: 1rem solid #D5D5D5;
  margin-bottom: 47rem;
}

.head--md {
  font-size: 20rem;
  color: #0691D9;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.head--md::before {
  content: "";
  width: 20rem;
  height: 20rem;
  background-color: #0691D9;
  margin-right: 10rem;
}

.head--sm {
  font-size: 18rem;
  font-weight: 700;
  margin-top: 40rem;
}

.main__text {
  font-size: 18rem;
  font-weight: 400;
  line-height: 35rem;
  margin-top: 30rem;
  margin-bottom: 40rem;
}

.main__text--indent {
  font-size: 18rem;
  font-weight: 400;
  line-height: 35rem;
  margin-top: 30rem;
  padding-left: 30rem;
}

.card {
  width: 100%;
  padding: 68rem 90rem 85rem 90rem;
  background-color: #FFF;
  box-shadow: 0rem 0rem 15rem rgba(0, 0, 0, 0.1019607843);
  margin-top: 55rem;
}

.card__title {
  font-size: 26rem;
  font-weight: 700;
  padding-bottom: 30rem;
  position: relative;
  text-align: center;
}

.card__title span {
  display: block;
  width: 36rem;
  height: 3rem;
  background-color: #0691D9;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.card__text {
  font-size: 18rem;
  font-weight: 400;
  line-height: 35rem;
  margin-top: 42rem;
}

.card__list {
  margin-top: 65rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.card__list p {
  font-size: 18rem;
  font-weight: 400;
  text-indent: -1em;
  padding-left: 1em;
}

.main__img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.button--blue {
  width: 440rem;
  height: 83rem;
  background-color: #0B91D9;
  font-size: 22rem;
  font-weight: 700;
  color: #FFF;
  position: relative;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 40rem;
}

.button--blue::after {
  content: "";
  position: absolute;
  right: 21rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 12rem;
  height: 12rem;
  border-top: solid 2rem #FFF;
  border-right: solid 2rem #FFF;
}

.mt-68 {
  margin-top: 68rem;
}

.mt-100 {
  margin-top: 100rem;
}

#climatechange {
  width: 100%;
}

.title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 26rem;
  border-bottom: 1rem solid #D5D5D5;
  margin-top: 100rem;
}
@media screen and (max-width: 768px) {
  .title {
    padding-bottom: 23rem;
    flex-wrap: wrap;
    gap: 30rem;
    margin-top: 50rem;
  }
}
.title h2 {
  font-size: 30rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .title h2 {
    font-size: 18rem;
  }
}
.title a {
  color: #0691D9;
  font-size: 20rem;
  font-weight: 600;
  position: relative;
  padding-right: 20rem;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .title a {
    font-size: 15rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .title a:hover {
    opacity: 0.7;
  }
}
.title a::before {
  content: "";
  position: absolute;
  width: 9rem;
  height: 9rem;
  border-right: 2rem solid #0691D9;
  border-bottom: 2rem solid #0691D9;
  right: 0rem;
  top: 55%;
  transform: translateY(-50%) rotate(-45deg);
}

.carbon {
  width: 100%;
  background-color: #FFF;
  box-shadow: 0rem 0rem 15rem rgba(0, 0, 0, 0.1019607843);
  margin-top: 40rem;
}
@media screen and (max-width: 768px) {
  .carbon {
    margin-top: 30rem;
  }
}

.carbon__head {
  width: 100%;
  background: transparent linear-gradient(180deg, #0E9DEA 0%, #0574AF 100%) 0% 0% no-repeat padding-box;
  color: #FFF;
  font-size: 19rem;
  font-weight: 700;
  padding: 20rem 30rem;
}

.carbon__content {
  width: 100%;
  padding: 0rem 32rem 40rem 32rem;
}

.carbon__card {
  width: 100%;
  background-color: #EAF0F5;
  padding: 32rem;
  font-size: 18rem;
  font-weight: 400;
  line-height: 35rem;
  margin-top: 39rem;
  margin-bottom: 40rem;
}

.carbon__card span {
  font-size: 15rem;
}

.carbon__card p {
  font-size: 20rem;
  font-weight: 700;
  line-height: 35rem;
}

.carbon__card p span {
  font-size: 18rem;
}

.carbon__head--md {
  font-size: 18rem;
  font-weight: 700;
  line-height: 35rem;
  margin-top: 64rem;
}

.carbon__head--md span {
  font-size: 15rem;
}

.flex {
  display: flex;
  justify-content: center;
  gap: 40rem;
  margin-top: 30rem;
}

.flex img {
  max-width: 580rem;
  width: 45%;
  -o-object-fit: cover;
     object-fit: cover;
}

.border__card {
  width: 100%;
  border: 1rem solid #D5D5D5;
  padding: 43rem 30rem 55rem 30rem;
  margin-top: 45rem;
}

.document__flex {
  gap: 70rem;
}

.document__flex--md {
  gap: 30rem;
  height: 100%;
  display: flex;
  justify-content: center;
  gap: 19rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .document__flex--md {
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 30rem;
  }
}

.document__flex--md img {
  height: 100%;
  width: 249rem;
}

sub {
  font-size: 10rem;
  display: contents;
}

.main__text--lg {
  font-size: 25rem;
  font-weight: 700;
  margin-top: 26rem;
  text-align: center;
  line-height: 45rem;
}

.pc_none {
  display: none;
}

img {
  width: 100%;
}

.img__container {
  width: 60%;
  margin: auto;
}
.img__container.-width-80-percent {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .img__container.-width-80-percent {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  .main {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 100rem;
  }
  .buttons {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 20rem;
  }
  .buttons button {
    width: 100%;
    height: 69rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10rem;
    position: relative;
    color: #0691D9;
    font-size: 20rem;
    font-weight: 700;
    cursor: pointer;
    border: unset;
  }
  .button--blue {
    width: 100%;
    font-size: 18rem;
  }
  .section__head {
    font-size: 18rem;
    font-weight: 600;
    padding-bottom: 26rem;
    border-bottom: 1rem solid #D5D5D5;
    margin-bottom: 47rem;
  }
  .main__text {
    font-size: 15rem;
    font-weight: 400;
    line-height: 35rem;
    margin-top: 10rem;
  }
  .section__head__link {
    font-size: 18rem;
    font-weight: 700;
    padding-bottom: 26rem;
    border-bottom: 1rem solid #D5D5D5;
    margin-bottom: 47rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100rem;
  }
  .head__link {
    width: 100%;
    font-size: 18rem;
    color: #0B91D9;
    font-weight: 700;
    position: relative;
    text-align: left;
    margin-top: 10rem;
  }
  .head__link::after {
    content: "";
    position: absolute;
    right: unset;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8rem;
    height: 8rem;
    margin-left: 10rem;
    border-top: solid 2rem #0B91D9;
    border-right: solid 2rem #0B91D9;
  }
  .head--md {
    font-size: 18rem;
    color: #0691D9;
    font-weight: 700;
    display: flex;
    align-items: flex-start;
  }
  .head--md::before {
    content: "";
    flex: none;
    width: 18rem;
    height: 18rem;
    background-color: #0691D9;
    margin-right: 10rem;
    margin-top: 5rem;
  }
  .mt-68 {
    margin-top: 45rem;
  }
  .mt-100 {
    margin-top: 70rem;
  }
  .card {
    width: 100%;
    padding: 43rem 20rem 48rem 20rem;
    background-color: #FFF;
    box-shadow: 0rem 0rem 15rem rgba(0, 0, 0, 0.1019607843);
    margin-top: 40rem;
  }
  .card__title {
    font-size: 18rem;
    font-weight: 700;
    padding-bottom: 16rem;
    position: relative;
    text-align: center;
  }
  .card__text {
    font-size: 15rem;
    font-weight: 400;
    line-height: 35rem;
    margin-top: 26rem;
  }
  .card__list {
    margin-top: 50rem;
  }
  .card__list p {
    font-size: 15rem;
    line-height: 25rem;
    font-weight: 400;
  }
  .carbon__card p {
    font-size: 18rem;
    font-weight: 700;
    line-height: 35rem;
  }
  .carbon__card p span {
    font-size: 15rem;
  }
  .carbon__card {
    width: 100%;
    background-color: #EAF0F5;
    padding: 20rem;
    font-size: 15rem;
    font-weight: 400;
    line-height: 35rem;
    margin-top: 39rem;
  }
  .carbon__card span {
    font-size: 13rem;
  }
  .flex {
    display: flex;
    justify-content: center;
    gap: 19rem;
    margin-top: 46rem;
    flex-wrap: wrap;
  }
  .flex img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .border__card {
    width: 100%;
    border: 1rem solid #D5D5D5;
    padding: 43rem 20rem 55rem 20rem;
    margin-top: 45rem;
  }
  .main__text--indent {
    font-size: 15rem;
    font-weight: 400;
    line-height: 35rem;
    margin-top: 10rem;
    padding-left: 14rem;
  }
  .document__flex--md img {
    width: calc(50% - 10rem) !important;
  }
  .head--sm {
    font-size: 15rem;
    font-weight: 700;
    margin-top: 20rem;
  }
  .main__text--lg {
    font-size: 18rem;
    line-height: 26rem;
  }
  .img__container {
    width: 100%;
    padding: 0 20rem;
    box-sizing: border-box;
  }
  .img__container .img__ma {
    display: block;
    width: 100%;
    max-width: none;
    margin-bottom: 40rem;
  }
  #management, #environmentally, #effectiveuse, #pollutionproblem, #waterresources, #biodiversity {
    padding: 0 20rem;
  }
  .carbon__content {
    padding: 0;
    padding-bottom: 1rem;
  }
  .carbon__content .card__text, .carbon__content .carbon__card {
    width: calc(100% - 40rem);
    margin: auto;
    box-sizing: border-box;
    margin-top: 20rem;
    margin-bottom: 40rem;
  }
  .carbon__content .carbon__head--md {
    padding: 0 20rem;
  }
  .carbon__bottom {
    padding: 0 20rem;
    flex-direction: column;
  }
  .carbon__bottom .opinion {
    width: 100%;
  }
  .climatechange__top {
    padding: 0 20rem;
  }
}
.box__white {
  width: 100%;
  background-color: #fff;
  border: 1rem solid #949494;
  box-sizing: border-box;
  padding: 30rem;
  margin-top: 55rem;
}
@media screen and (max-width: 768px) {
  .box__white {
    padding: 30rem 15rem;
    margin-top: 40rem;
  }
}
.box__white h4 {
  font-size: 18rem;
  font-weight: 600;
}
.box__white ul {
  margin-top: 20rem;
}
.box__white li {
  font-size: 18rem;
  line-height: 40rem;
}
@media screen and (max-width: 768px) {
  .box__white li {
    font-size: 16rem;
  }
}
.box__white .indent {
  padding-left: 30rem;
}
@media screen and (max-width: 768px) {
  .box__white .indent {
    padding-left: 20rem;
  }
}

.main__title--text {
  font-size: 18rem;
  font-weight: 400;
  line-height: 35rem;
  margin-top: 30rem;
}
@media screen and (max-width: 768px) {
  .main__title--text {
    font-size: 15rem;
  }
}

#others .carbon__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 40rem;
}
@media screen and (max-width: 768px) {
  #others .carbon__bottom {
    margin-top: 30rem;
  }
}
#others .carbon__bottom .document__flex--md img {
  width: 200rem;
}

.opinion {
  background-color: #fff;
  width: 50%;
  height: -moz-max-content;
  height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .opinion {
    padding: 0;
  }
}
.opinion a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  transition: opacity 0.3s;
  padding: 10rem 40rem;
  gap: 20rem;
}
@media screen and (max-width: 768px) {
  .opinion a {
    padding: 7rem 20rem;
    font-size: 18rem;
    margin-top: 0rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .opinion a:hover {
    opacity: 0.7;
  }
}
.opinion a p {
  color: #0991D9;
  font-size: 20rem;
  font-weight: 400;
  margin-top: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .opinion a p {
    font-size: 16rem;
  }
}
.opinion a img {
  height: 1em;
  width: 1em;
}

body.en .button--blue {
  padding: 10rem 40rem;
  text-align: center;
  width: 560rem;
  max-width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  body.en .button--blue {
    width: 100%;
    height: auto;
    min-height: 83rem;
  }
}
/*# sourceMappingURL=kankyo.css.map */