@charset "UTF-8";
.pcarbon {
  padding-top: 70px;
}
.pcarbon .backTop {
  position: fixed;
  top: calc(100dvh - 10px);
  right: 12vw;
  width: 102px;
  height: 102px;
  background-color: #266EBF;
  border-radius: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 31px;
  line-height: 54px;
  font-weight: bold;
  transform: translateY(-100%);
}
@media screen and (max-width: 767px) {
  .pcarbon .backTop {
    right: 5vw;
    width: 70px;
    height: 70px;
    font-size: 20px;
  }
}
.pcarbon .backTop__wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  bottom: 10px;
}
.pcarbon .backTop__wrapper.--stop .backTop {
  position: absolute;
  top: 0;
  transform: translateY(0);
}
.pcarbon .backTop a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.pcarbon .backTop span {
  margin-top: 10px;
}
.pcarbon .backTop svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .pcarbon .backTop svg {
    width: 30px;
    height: 30px;
  }
}
.pcarbon_hero {
  position: relative;
  width: 100%;
  background-color: #FFFFDF;
  margin-bottom: 115px;
}
.pcarbon_hero_corner {
  position: absolute;
}
.pcarbon_hero_corner img {
  max-width: 100%;
}
.pcarbon_hero_corner.--top {
  top: 0;
  left: 0;
  max-width: 24.6%;
}
@media screen and (max-width: 767px) {
  .pcarbon_hero_corner.--top {
    max-width: 40%;
  }
}
.pcarbon_hero_corner.--bottom {
  bottom: 0;
  right: 0;
  max-width: 28.3%;
}
@media screen and (max-width: 767px) {
  .pcarbon_hero_corner.--bottom {
    max-width: 50%;
  }
}
.pcarbon_hero_content {
  max-width: 960px;
  margin: 0 auto;
  padding: 158px 15px;
  text-align: center;
}
.pcarbon_hero_content h3 {
  margin-bottom: 33px;
  color: #266EBF;
  font-size: 45px;
  line-height: 72px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
  .pcarbon_hero_content h3 {
    font-size: 28px;
    line-height: 45px;
  }
}
.pcarbon_hero_content p {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .pcarbon_hero_content p br {
    display: none;
  }
}
.pcarbon_hero_content p + p {
  margin-top: 30px;
}
.pcarbon_hero_content img {
  margin-top: 50px;
  max-width: 100%;
}
.pcarbon_category {
  margin: 115px 0 190px;
  padding: 0 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pcarbon_category {
    margin: 50px 0 100px;
  }
}
.pcarbon_category h3 {
  margin-bottom: 33px;
  font-size: 28px;
  line-height: 45px;
  letter-spacing: 0px;
  color: #266EBF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
  .pcarbon_category h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.pcarbon_category_img {
  position: relative;
  max-width: 908px;
  margin: 0 auto;
}
.pcarbon_category_img img {
  max-width: 100%;
}
.pcarbon_category_img_btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
}
.pcarbon_category_img_btn a {
  position: relative;
  width: 50%;
  display: block;
}
.pcarbon_category_img_btn a svg {
  position: absolute;
  bottom: 10%;
  color: #68A231;
}
@media screen and (max-width: 767px) {
  .pcarbon_category_img_btn a svg {
    bottom: 5%;
  }
}
.pcarbon_category_img_btn a svg.--1 {
  left: 50%;
}
@media screen and (max-width: 767px) {
  .pcarbon_category_img_btn a svg.--1 {
    left: 45%;
  }
}
.pcarbon_category_img_btn a svg.--2 {
  color: #2E7D7C;
  right: 50%;
}
@media screen and (max-width: 767px) {
  .pcarbon_category_img_btn a svg.--2 {
    right: 45%;
  }
}
.pcarbon_content {
  max-width: 1040px;
  margin: 0 auto;
}
.pcarbon_content__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  font-size: 28px;
  line-height: 45px;
  font-weight: bold;
  margin-bottom: 50px;
}
.pcarbon_content__title img {
  max-width: 55px;
}
.pcarbon_content__items {
  padding: 0 15px;
}
.pcarbon_content__items__item {
  background-color: #ECF7DE;
  padding: 25px 40px;
}
@media screen and (max-width: 767px) {
  .pcarbon_content__items__item {
    padding: 20px;
  }
}
.--2 .pcarbon_content__items__item {
  background-color: #E5F7F6;
}
.pcarbon_content__items__item h4 {
  font-size: 15px;
  line-height: 15px;
  color: #68A231;
  font-weight: bold;
}
.--2 .pcarbon_content__items__item h4 {
  color: #2E7D7C;
}
.pcarbon_content__items__item h3 {
  margin: 10px 0;
  font-weight: bold;
  font-size: 28px;
  line-height: 35px;
  color: #000000;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .pcarbon_content__items__item h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.pcarbon_content__items__item .--content {
  margin-top: 45px;
  display: grid;
  grid-template-columns: auto 405px;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .pcarbon_content__items__item .--content {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}
.pcarbon_content__items__item .--content > div.--img img {
  max-width: 100%;
}
.pcarbon_content__items__item + .pcarbon_content__items__item {
  margin-top: 30px;
}
.pcarbon_content__items + .pcarbon_content__title {
  margin-top: 180px;
}
@media screen and (max-width: 767px) {
  .pcarbon_content__items + .pcarbon_content__title {
    margin-top: 100px;
  }
}

/*# sourceMappingURL=style.css.map */
