body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", sans-serif;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

sub {
  font-size: 1rem;
  bottom: 0;
}

sup {
  font-size: 1.2rem;
}

[data-aos=mv-header] {
  opacity: 0;
  transform: translate3d(0, 100px, 0) scaleY(1.5);
  transition-timing-function: cubic-bezier(0.77, 0, 0.11, 1) !important;
}
[data-aos=mv-header].aos-animate {
  opacity: 1;
  transform: translateZ(0) scaleY(1);
}

[data-aos=mv-content] {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}
[data-aos=mv-content].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

.mv {
  background: #edeae4;
  position: relative;
}

.mv__cover {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  top: 0;
  left: 0;
}

.mv__pointer {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: -90px;
  left: -150px;
}
@media screen and (max-width: 1750px) {
  .mv__pointer {
    bottom: -100px;
    left: -70px;
  }
}
@media screen and (max-width: 1500px) {
  .mv__pointer {
    bottom: -75px;
    left: -12px;
  }
}
@media screen and (max-width: 767px) {
  .mv__pointer {
    bottom: -127px;
    left: 35.5%;
  }
}
@media screen and (max-width: 600px) {
  .mv__pointer {
    bottom: -80px;
  }
}
@media screen and (max-width: 450px) {
  .mv__pointer {
    bottom: -60px;
    left: 35.5%;
  }
}

.mv__pointer-image-wrapper {
  flex-shrink: 0;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .mv__pointer-image-wrapper {
    width: 72px;
  }
}

.mv__pointer-text {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .mv__pointer-text {
    font-size: 1.8rem;
  }
}

.mv__inner {
  padding: 58px 0 160px;
  max-width: 575px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mv__inner {
    padding: 122px 0 130px;
  }
}

.mv__heading-wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv__heading-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.mv__heading {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #3c8144;
  max-width: 420px;
}

.mv__heading-sub-top {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .mv__heading-sub-top {
    font-size: 1.6rem;
  }
}

.mv__heading-icon-title {
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .mv__heading-icon-title {
    width: 277px;
  }
}

.mv__heading-sub-bottom {
  padding-top: 18px;
  font-size: 2.8rem;
  font-weight: bold;
}
.mv__heading-sub-bottom sub {
  font-size: 1.6rem;
  bottom: -7px;
  left: -4px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .mv__heading-sub-bottom {
    font-size: 2.2rem;
    padding-top: 10px;
  }
}

.mv__heading-icon-mark-wrapper {
  position: absolute;
  right: -30px;
  top: 44%;
  transform: translateY(-50%);
  width: 27.8260869565%;
}
@media screen and (max-width: 767px) {
  .mv__heading-icon-mark-wrapper {
    left: 50%;
    top: -96px;
    width: 140px;
    transform: translateY(0) translateX(-50%);
  }
}

.mv__text {
  margin-top: 25px;
  font-size: 1.6rem;
  line-height: 2.1875;
}
@media screen and (max-width: 767px) {
  .mv__text {
    margin-top: 20px;
    padding: 0 20px;
  }
}

.mv__more-button-wrapper {
  padding-top: 30px;
  padding-right: 52px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.mv__more-button {
  font-size: 1.6rem;
  display: flex;
}

.mv__more-button-image {
  margin-right: 7px;
}

.mv__data {
  margin-right: -140px;
  margin-top: 145px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 950px) {
  .mv__data {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .mv__data {
    margin-top: 165px;
    padding: 0 20px;
  }
}

.mv__data-content-heading {
  font-size: 2.2rem;
  color: #3c8144;
  line-height: 1.5909090909;
  display: flex;
  align-items: baseline;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .mv__data-content-heading {
    font-size: 1.8rem;
  }
}

.mv__data-content-heading-sub {
  font-size: 1.2rem;
  color: #000;
  font-weight: normal;
}

.mv__data-content-text-wrapper {
  display: flex;
  align-items: center;
}

.mv__data-content-text {
  font-size: 6.2rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: baseline;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .mv__data-content-text {
    font-size: 5.4rem;
  }
}

.mv__data-content-text-sub {
  font-size: 2rem;
  margin-left: 5px;
}

.mv__data-content-text-percent {
  font-size: 3.5rem;
}

.mv__data-content-text-vertical {
  font-size: 1.4rem;
  background: #3c8144;
  color: #fff;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 5px 0;
  border-radius: 3px;
  letter-spacing: 0.05em;
  margin-left: 5px;
}

.mv__data-annotation {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 7px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .mv__data-annotation {
    width: 185px;
    margin-left: auto;
    margin-right: 0;
    margin-top: 17px;
  }
}

.recycle {
  background: #f8f7f2;
  padding: 60px 20px 70px;
}
@media screen and (max-width: 767px) {
  .recycle {
    padding-top: 32px;
    padding-bottom: 37px;
  }
}

.recycle__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.recycle__heading {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .recycle__heading {
    font-size: 3rem;
    line-height: 1.3333333333;
  }
}

.recycle__desctiption {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .recycle__desctiption {
    margin-top: 15px;
    line-height: 1.75;
  }
}

.recycle__col-2-content {
  display: flex;
  justify-content: flex-end;
  padding-right: 45px;
  margin-top: 40px;
}

.recycle__col-2-content-heading {
  font-size: 3rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.recycle__col-2-content-heading-sub {
  font-size: 2.2rem;
  letter-spacing: 0;
  display: block;
}

.recycle__col-2-content-text {
  font-size: 1.6rem;
  line-height: 1.75;
  max-width: 300px;
  margin-left: 35px;
  padding-top: 7px;
}

.recycle__col-3 {
  margin-top: -30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.recycle__col-3-content {
  max-width: 200px;
  padding-bottom: 15px;
}

.recycle__col-3-content-heading {
  font-size: 3rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 20px;
}

.recycle__col-3-content-heading-sub {
  font-size: 2.2rem;
  letter-spacing: 0;
  display: block;
}

.recycle__col-3-content-text {
  font-size: 1.6rem;
  line-height: 1.75;
}

.recycle__col-3-image-wrapper {
  flex-shrink: 0;
  padding: 0 15px;
}

.recycle__image-wrapper-sp {
  margin-top: 19px;
  display: flex;
  justify-content: center;
}

.recycle__content-list-item-sp:not(:first-child) {
  margin-top: 45px;
}

.recycle__content-list-sp {
  padding-top: 28px;
}

.recycle__content-heading-sp {
  font-size: 2.6rem;
  text-align: center;
  letter-spacing: 0.1em;
}

.recycle__content-heading-sub-sp {
  font-size: 1.8rem;
  display: block;
  letter-spacing: 0;
}

.recycle__content-text-sp {
  font-size: 1.6rem;
  padding-top: 15px;
  line-height: 1.75;
}

.eco {
  padding: 60px 20px 55px;
}
@media screen and (max-width: 767px) {
  .eco {
    padding: 50px 10px 60px;
  }
}

.eco__inner {
  max-width: 890px;
  margin: 0 auto;
}

.eco__heading {
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .eco__heading {
    line-height: 1.3;
    font-size: 2.8rem;
  }
}

.eco__heading-sub {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .eco__heading-sub {
    display: block;
  }
}

.eco__content {
  padding-top: 28px;
}
@media screen and (max-width: 767px) {
  .eco__content {
    padding-top: 17px;
  }
}

.eco__content-col-2 {
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .eco__content-col-2 {
    flex-direction: column;
  }
}

.eco__content-image-wrapper {
  position: relative;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .eco__content-image-wrapper {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .eco__content-image {
    width: 100%;
  }
}

.eco__content-image-text {
  position: absolute;
  font-size: 1.6rem;
  color: #fff;
  bottom: 15px;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .eco__content-image-text {
    bottom: 10px;
  }
}

.eco__content-list {
  display: none;
  margin-top: -6px;
}

.eco__content-list-item:not(:first-child) {
  margin-top: 8px;
}

.eco__content-list-item-text-wrapper {
  display: flex;
  align-items: flex-end;
}

.eco__content-list-item-text-title {
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  margin-left: 8px;
}

.eco__content-list-item-text-number {
  font-size: 3.8rem;
  color: #4b7d49;
  line-height: 1;
  display: flex;
  align-items: flex-end;
}

.eco__content-list-item-text-number-small {
  font-size: 2.4rem;
}

.eco__content-list-item-annotation {
  font-size: 1.4rem;
  margin-top: 7px;
  margin-left: 7px;
  margin-bottom: 16px;
}

.eco__float-image-wrapper {
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 23.595505618%;
  display: none;
}
@media screen and (max-width: 950px) {
  .eco__float-image-wrapper {
    width: 17.9775280899%;
  }
}

@media screen and (max-width: 767px) {
  .eco__content-table-image {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.eco__content-table-wrapper {
  padding-top: 5px;
}

.eco__content-table-header {
  font-size: 2rem;
}

.eco__content-table-header-number {
  color: #4b7d49;
  font-size: 3.8rem;
}

.eco__content-table-header-percent {
  font-size: 2.4rem;
}

.eco__content-table {
  border-collapse: collapse;
  width: 100%;
  max-width: 355px;
  margin: 0 auto;
  margin-top: 5px;
}

.eco__content-table-thead {
  font-size: 1.4rem;
  height: 40px;
}

.eco__content-table-tbody .eco__content-table-tr {
  border-top: 1px solid #c3c3c3;
}

.eco__content-table-th {
  font-size: 1.4rem;
  padding: 0 10px;
  text-align: center;
}

.eco__content-table-th:not(:first-child),
.eco__content-table-td:not(:first-child) {
  border-left: 1px solid #c3c3c3;
}

.eco__content-table-th-text {
  display: inline-block;
}

.eco__content-table-annotation {
  font-size: 1rem;
  display: block;
  text-align: right;
}

.eco__content-table-tbody {
  background: #ecf6ef;
}
.eco__content-table-tbody .eco__content-table-tr:last-child {
  background: #e7eae3;
}

.eco__content-table-td {
  padding: 0 10px;
  color: #4b7d49;
  font-size: 2rem;
  height: 60px;
  vertical-align: middle;
  line-height: 1.3;
}
.eco__content-table-td sub {
  font-size: 1rem;
}
.eco__content-table-td sup {
  font-size: 1rem;
}

.eco__content-table-td:first-child {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
}

.eco__content-table-td-summary {
  padding-top: 15px;
}

.eco__content-table-td-number {
  font-size: 2.3rem;
  color: #4b7d49;
  border-left: 1px solid #c3c3c3;
  padding: 10px;
  text-align: center;
}

.eco__content-table-td-percent {
  font-size: 1.4rem;
}

.eco__content-table-td-unit {
  font-size: 1.2rem;
}

.eco__content-annotation-wrapper {
  margin-top: 13px;
}

.eco__content-annotation {
  font-size: 1.2rem;
}

.eco__mark {
  margin-top: 63px;
  margin-left: -5px;
  max-width: 870px;
}
@media screen and (max-width: 767px) {
  .eco__mark {
    margin-top: 30px;
    margin-left: 0;
  }
}

.eco__mark-label-wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .eco__mark-label-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

.eco__mark-label {
  font-size: 2rem;
  font-weight: bold;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .eco__mark-label {
    font-size: 1.8rem;
  }
}

.eco__mark-label-text {
  margin-left: 10px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .eco__mark-label-text {
    margin-left: 0;
    margin-top: 10px;
  }
}

.eco__mark-list {
  margin-top: 25px;
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(2, 46.5517241379%);
  row-gap: 32px;
}
@media screen and (max-width: 767px) {
  .eco__mark-list {
    grid-template-columns: 1fr;
    margin-top: 15px;
  }
}

.eco__mark-list-item-heading {
  font-size: 1.7rem;
}

.eco__mark-list-item-content {
  display: flex;
  align-items: flex-start;
  padding-top: 10px;
}

.eco__mark-list-item-image-wrapper {
  flex-shrink: 0;
  width: 85px;
  display: flex;
  justify-content: center;
}

.eco__mark-list-item-content-text {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}

.attempt {
  background-image: url("../img/attempt_01.png");
  background-size: cover;
  padding: 60px 0 74px;
}
@media screen and (max-width: 767px) {
  .attempt {
    padding: 115px 0 30px;
    background-image: url("../img/attempt_01_sp.png");
  }
}

.attempt__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.attempt__heading {
  font-size: 3.2rem;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .attempt__heading {
    font-size: 2.5rem;
    padding-left: 0;
    text-align: center;
    line-height: 1.6;
  }
}

.attempt-common__heading-wrapper {
  display: flex;
  align-items: center;
}

.attempt-common__heading-image-wrapper {
  flex-shrink: 0;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .attempt-common__heading-image-wrapper {
    margin-right: 10px;
  }
}

.attempt-common__heading {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .attempt-common__heading {
    font-size: 2.2rem;
    line-height: 1.4545454545;
  }
}

.attempt-process {
  padding: 0 40px;
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  .attempt-process {
    padding: 0 15px;
    margin-top: 25px;
  }
}

.attempt-process__box {
  display: grid;
  grid-template-columns: repeat(auto-fit, 259px);
  column-gap: 70px;
  row-gap: 70px;
  align-items: flex-end;
  margin-top: 20px;
  border: 1px solid #fff;
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .attempt-process__box {
    grid-template-columns: 1fr;
    margin-top: 15px;
    row-gap: 65px;
    margin-left: 0;
    border-radius: 10px;
    width: 100%;
  }
}

.attempt-process__box-item {
  position: relative;
}

.attempt-process__box-item-heading {
  font-size: 2.4rem;
  color: #3b8245;
  text-align: center;
}

.attempt-process__box-item-heading-sub {
  font-size: 1.8rem;
  display: block;
}

.attempt-process__box-item-text {
  text-align: center;
  font-size: 4rem;
  margin-top: -12px;
  font-weight: bold;
}

.attempt-process__box-item-text-sub {
  font-size: 1.8rem;
}

.attempt-process__box-item-image-wrapper {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .attempt-process__box-item-image-wrapper {
    display: flex;
    justify-content: center;
  }
}

.attempt-process__box-item-image {
  width: 335px;
}

.attempt-process__box-item-label {
  font-size: 2.2rem;
  color: #3b8245;
  text-align: center;
  margin-top: 10px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .attempt-process__box-item-label {
    margin-top: 8px;
  }
}

.attempt-process__arrow-wrapper {
  position: absolute;
  top: 61%;
  transform: translateY(-50%);
  right: -60px;
}
@media screen and (max-width: 767px) {
  .attempt-process__arrow-wrapper {
    left: 50%;
    right: auto;
    bottom: -50px;
    top: auto;
    transform: translateY(0) translateX(-50%) rotate(90deg);
  }
}

.attempt-process__media {
  display: flex;
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  .attempt-process__media {
    flex-direction: column;
    margin-top: 30px;
  }
}

.attempt-process__media-image-wrapper {
  flex-shrink: 0;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .attempt-process__media-image-wrapper {
    margin-right: 0;
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .attempt-process__media-image {
    width: 335px;
  }
}

.attempt-process__media-text {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .attempt-process__media-text {
    padding: 0 6px;
  }
}

.attempt-recycle {
  padding: 0 40px;
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  .attempt-recycle {
    padding: 0 20px;
  }
}

.attempt-recycle__media {
  display: flex;
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .attempt-recycle__media {
    flex-direction: column;
  }
}

.attempt-recycle__media-image-wrapper {
  flex-shrink: 0;
  margin-right: 18px;
}
@media screen and (max-width: 767px) {
  .attempt-recycle__media-image-wrapper {
    margin-right: 0;
    display: flex;
    justify-content: center;
  }
}

.attempt-recycle__media-text {
  font-size: 1.6rem;
  line-height: 1.875;
}

.attempt-recycle__box {
  display: flex;
  margin-top: 39px;
  border: 1px solid #b1b1b1;
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .attempt-recycle__box {
    flex-direction: column;
    padding: 20px 15px;
    border-radius: 10px;
    margin-left: 0;
    width: 100%;
  }
}

.attempt-recycle__box-image-wrapper {
  flex-shrink: 0;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .attempt-recycle__box-image-wrapper {
    margin-right: 0;
    display: flex;
    justify-content: center;
  }
}

.attempt-recycle__box-image {
  width: 295px;
}

@media screen and (max-width: 767px) {
  .attempt-recycle__box-content {
    margin-top: 20px;
  }
}

.attempt-recycle__box-content-heading {
  font-size: 2.2rem;
  color: #3b8245;
  line-height: 1.3636363636;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .attempt-recycle__box-content-heading {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.attempt-recycle__box-content-text {
  font-size: 1.6rem;
  line-height: 1.875;
}

.attempt-recycle__box-content-label {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  margin-top: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .attempt-recycle__box-content-label {
    margin-top: 22px;
    margin-bottom: 7px;
  }
}

.attempt-recycle__box-content-label-mark {
  color: #3b8245;
}

.attempt-feature {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .attempt-feature {
    margin-top: 53px;
  }
}

.attempt-feature__heading {
  font-size: 3rem;
  color: #3b8245;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .attempt-feature__heading {
    font-size: 2.6rem;
  }
}

.attempt-feature__box {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .attempt-feature__box {
    margin-top: 20px;
    flex-direction: column;
    padding: 0 20px;
  }
}

.attempt-feature__box-content {
  max-width: 420px;
  margin: 0 auto;
}

.attempt-feature__box-content:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .attempt-feature__box-content:first-child {
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .attempt-feature__box-content:last-child {
    margin-top: 55px;
  }
}

.attempt-feature__box-content-label {
  border: 1px solid #dedede;
  font-size: 2.8rem;
  font-weight: 300;
  text-align: center;
  padding: 2.5px 0;
}

.attempt-feature__box-content-heading {
  font-size: 2.2rem;
  text-align: center;
  border-bottom: 1px solid #dedede;
  padding-top: 15px;
  padding-bottom: 21px;
}
@media screen and (max-width: 767px) {
  .attempt-feature__box-content-heading {
    font-size: 2rem;
    padding-top: 20px;
  }
}

.attempt-feature__box-content-text {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 17px;
}

.attempt-feature__box-content-image-wrapper {
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .attempt-feature__box-content-image-wrapper {
    margin-top: 25px;
    display: flex;
    justify-content: center;
  }
}

.attempt-feature__box-content-diagram-image-wrapper {
  margin-top: 17px;
}

.attempt-feature__box-content-diagram-annotation {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .attempt-feature__box-content-diagram-annotation {
    margin-top: 10px;
  }
}

.attempt-feature__box-content-chart-text {
  font-size: 2rem;
  margin-top: 28px;
  margin-left: -13px;
}
@media screen and (max-width: 767px) {
  .attempt-feature__box-content-chart-text {
    margin-left: 0;
    font-size: 1.8rem;
    margin-top: 25px;
  }
}

.attempt-feature__box-content-chart-image-wrapper {
  margin-top: 4px;
}

.divider {
  max-width: 920px;
  margin: 0 auto;
  border-bottom: 1px solid #dbdbdb;
}

.attempt-service {
  margin-top: 63px;
}

.attempt-service__box {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
}

.attempt-service__box-image-wrapper {
  flex-shrink: 0;
  margin-right: 36px;
}

.attempt-service__box-content {
  margin-top: -13px;
}

.attempt-service__box-content-heading {
  font-size: 2.2rem;
}

.attempt-service__box-content-text {
  font-size: 1.6rem;
  line-height: 1.875;
  max-width: 420px;
  margin-top: 18px;
}

@media screen and (min-width: 768px) {
  .digital-book .p-product__link {
    display: flex;
    justify-content: center;
    gap: 22px;
  }
}
@media screen and (max-width: 767px) {
  .digital-book .p-product__link {
    flex-direction: column;
  }
}
.digital-book .p-product__link .p-product__link-btn a {
  min-width: 360px;
  height: 80px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
  line-height: 1.3;
  margin: 0;
  background-color: #444;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  z-index: 1;
  letter-spacing: 0.05em;
  transition: background-color 0.2s;
}
@media screen and (max-width: 767px) {
  .digital-book .p-product__link .p-product__link-btn a {
    min-width: 100%;
    height: 60px;
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.digital-book .p-product__link .p-product__link-btn a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.89em;
  margin: auto;
  width: 2.67em;
  height: 2.67em;
  border-radius: 50%;
  background: #fff url(/product_carpet/ga3600sb/img/common/ico_arrow.svg) no-repeat center center;
  background-size: 1.1em;
  transition: 0.2s;
}
.digital-book .p-product__link .p-product__link-btn a:hover {
  background-color: #9e9e9e;
}
.digital-book .p-product__link .p-product__link-btn a:hover:after {
  background: #444 url(/product_carpet/ga3600sb/img/common/ico_arrow_hover.svg) no-repeat center center;
}

.digital-book {
  padding: 50px 0;
  background-color: #f3f4f4;
}
@media screen and (max-width: 767px) {
  .digital-book {
    padding-inline: 3%;
  }
}

.digital-book__inner {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .digital-book__inner {
    flex-direction: column;
    align-items: center;
  }
}

.digital-book__link {
  max-width: 247px;
}
.digital-book__link:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.p-product-mv {
  position: relative;
  height: 83.8888888889vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-product-mv {
    height: auto;
    min-height: 800px;
  }
}

.p-product-mv__inner {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-product-mv__inner {
    width: 100%;
    height: auto;
    min-height: 288.8vw;
  }
}

.p-product-mv__background {
  position: absolute;
}
.p-product-mv__background picture {
  display: initial;
}
@media screen and (max-width: 767px) {
  .p-product-mv__background {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}

.p-product-mv__background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  .p-product-mv__background-image {
    object-fit: cover;
  }
}

.p-product-mv__background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 1440px;
  height: 624px;
  background: linear-gradient(to bottom, #d2d2d2, rgba(210, 210, 210, 0));
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .p-product-mv__background-overlay {
    width: 100%;
  }
}

.p-product-mv__content {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 37px 20px 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-product-mv__content {
    padding: 28px 20px 0 20px;
    max-width: 100%;
  }
}

.p-product-mv__heading-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(1.6666666667vw, 2.4rem);
  line-height: 42px;
  color: #fff;
  text-decoration: underline;
  text-underline-position: from-font;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-product-mv__heading-sub {
    font-size: 2.4rem;
    line-height: 42px;
    /* 175% */
  }
}

.p-product-mv__heading-main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(2.6388888889vw, 3.8rem);
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-product-mv__heading-main {
    font-size: 2.8rem;
    line-height: 150%;
    /* 42px */
    margin-top: 14px;
  }
}

.p-product-mv__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(1.0416666667vw, 1.5rem);
  line-height: 2;
  color: #fff;
  margin-top: 20px;
  width: 839px;
}
@media screen and (max-width: 767px) {
  .p-product-mv__text {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    /* 30px */
    width: 100%;
    margin-top: 5px;
  }
}

.p-product-mv__diagram {
  position: absolute;
  width: 545px;
  height: 544px;
  left: 407px;
  top: 343px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-product-mv__diagram {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    margin-top: 40px;
  }
}

.p-product-mv__diagram-arrow {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-product-mv__diagram-arrow {
    display: none;
  }
}

.p-product-mv__diagram-arrow--01 {
  left: 85.52%;
  top: 23.05%;
  width: 4.31%;
  height: 4.62%;
}

.p-product-mv__diagram-arrow--02 {
  left: 49.58%;
  top: 92.95%;
  width: 4%;
  height: 4.93%;
}

.p-product-mv__diagram-arrow--03 {
  left: 6.84%;
  top: 26.87%;
  width: 4.36%;
  height: 4.62%;
}

.p-product-mv__label {
  position: absolute;
  background: rgba(63, 63, 63, 0.9);
  padding: 12px 20px;
  border-radius: 10px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-product-mv__label {
    position: relative;
    margin-top: 20px;
    left: 0 !important;
    top: 0 !important;
  }
}

.p-product-mv__label-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  .p-product-mv__label-text {
    font-size: 1.3rem;
  }
}

.p-product-mv__label--01 {
  left: 261px;
  top: 477px;
}
@media screen and (max-width: 767px) {
  .p-product-mv__label--01 {
    position: relative;
  }
}

.p-product-mv__label--02 {
  left: 902px;
  top: 396px;
}
@media screen and (max-width: 767px) {
  .p-product-mv__label--02 {
    position: relative;
  }
}

.p-product-mv__label--03 {
  left: 927px;
  top: 848px;
}
@media screen and (max-width: 767px) {
  .p-product-mv__label--03 {
    position: relative;
  }
}

.p-product-mv__label--04 {
  left: 281px;
  top: 888px;
}
@media screen and (max-width: 767px) {
  .p-product-mv__label--04 {
    position: relative;
  }
}

.p-product-recycle {
  padding: 0 20px;
  margin-top: -100px;
}
@media screen and (min-width: 1441px) {
  .p-product-recycle {
    margin-top: max(-6.9444444444vw, -100px);
  }
}
@media screen and (max-width: 767px) {
  .p-product-recycle {
    padding: 28px 15px 0 15px;
    margin-top: 0;
  }
}

.p-product-recycle__inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.p-product-recycle__title-box {
  position: absolute;
  left: 0;
  top: 30px;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #000;
  padding: 20px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-product-recycle__title-box {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 40px;
  }
}

.p-product-recycle__title-text {
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.5;
  color: #000;
}
.p-product-recycle__title-text::before, .p-product-recycle__title-text::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.p-product-recycle__title-text::before {
  margin-top: calc((1 - 1.5) * 0.85em);
}
.p-product-recycle__title-text::after {
  margin-bottom: calc((1 - 1.5) * 0.85em);
}
@media screen and (max-width: 767px) {
  .p-product-recycle__title-text {
    font-size: 2.4rem;
    text-align: center;
  }
}

.p-product-recycle__diagram {
  position: relative;
  width: min(880px, 100%);
  height: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .p-product-recycle__diagram {
    height: auto;
    aspect-ratio: 880/800;
  }
}
@media screen and (max-width: 767px) {
  .p-product-recycle__diagram {
    width: 100%;
    height: auto;
    padding-top: 400px;
    padding-bottom: 400px;
    aspect-ratio: auto;
  }
}

.p-product-recycle__item {
  position: absolute;
  width: min(400px, 45.45%);
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 1000px) {
  .p-product-recycle__item {
    width: 45.45%;
  }
}
@media screen and (max-width: 767px) {
  .p-product-recycle__item {
    width: 100%;
    max-width: 350px;
    left: 50% !important;
    transform: translateX(-50%);
    aspect-ratio: 1;
  }
}

.p-product-recycle__item--01 {
  left: 27.27%;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-product-recycle__item--01 {
    top: 0;
    left: 50% !important;
  }
}

.p-product-recycle__item--02 {
  left: 54.55%;
  top: 50%;
}
@media screen and (max-width: 1000px) {
  .p-product-recycle__item--02 {
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-product-recycle__item--02 {
    top: 280px;
    left: 50% !important;
  }
}

.p-product-recycle__item--03 {
  left: 0;
  top: 50%;
}
@media screen and (max-width: 1000px) {
  .p-product-recycle__item--03 {
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-product-recycle__item--03 {
    top: 560px;
    left: 50% !important;
  }
}

.p-product-recycle__item-circle {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("/product_carpet/ga3600sb/img/product/circle_bg.svg") no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-product-recycle__item-circle {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    max-width: 350px;
    margin: 0 auto;
  }
}

.p-product-recycle__item-icon-wrapper {
  position: absolute;
  left: 50%;
  top: 58px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-product-recycle__item-icon-wrapper {
    top: 15%;
  }
}

.p-product-recycle__item-icon {
  height: auto;
}

.p-product-recycle__item-icon--rotate {
  transform: rotate(180deg) scaleY(-1);
}

.p-product-recycle__item-content {
  position: absolute;
  left: 70px;
  top: 132px;
  width: 260px;
}
@media screen and (max-width: 767px) {
  .p-product-recycle__item-content {
    left: 50%;
    transform: translateX(-50%);
    top: 30%;
    width: 80%;
  }
}

.p-product-recycle__item-heading {
  text-align: center;
  margin-bottom: 20px;
}

.p-product-recycle__item-heading-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  color: #28803c;
  margin-top: 0;
  margin-bottom: 10px;
}
.p-product-recycle__item-heading-sub::before, .p-product-recycle__item-heading-sub::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.p-product-recycle__item-heading-sub::before {
  margin-top: calc((1 - 1.5) * 0.85em);
}
.p-product-recycle__item-heading-sub::after {
  margin-bottom: calc((1 - 1.5) * 0.85em);
}
@media screen and (max-width: 767px) {
  .p-product-recycle__item-heading-sub {
    font-size: 1.8rem;
  }
}

.p-product-recycle__item-heading-main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.5;
  color: #28803c;
  margin-top: 0;
}
.p-product-recycle__item-heading-main::before, .p-product-recycle__item-heading-main::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.p-product-recycle__item-heading-main::before {
  margin-top: calc((1 - 1.5) * 0.85em);
}
.p-product-recycle__item-heading-main::after {
  margin-bottom: calc((1 - 1.5) * 0.85em);
}
@media screen and (max-width: 767px) {
  .p-product-recycle__item-heading-main {
    font-size: 2.4rem;
  }
}

.p-product-recycle__item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.75;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-product-recycle__item-text {
    font-size: 1.3rem;
  }
}
.p-product-recycle__item-text.--negative-margin {
  margin: 0 -10px;
}

.p-product-recycle__arrow {
  position: absolute;
  width: 151px;
  height: 21px;
}
@media screen and (max-width: 767px) {
  .p-product-recycle__arrow {
    display: none;
  }
}
.p-product-recycle__arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-product-recycle__arrow--01 {
  left: 50%;
  top: 739px;
  transform: translateX(-50%);
}

.p-product-recycle__arrow--02 {
  left: calc(50% - 257px);
  top: 313px;
  transform: translateX(-50%) rotate(120deg);
}

.p-product-recycle__arrow--03 {
  left: calc(50% + 252px);
  top: 313px;
  transform: translateX(-50%) rotate(240deg);
}

.p-product-recycle__center {
  position: absolute;
  left: 32.95%;
  top: 38.875%;
  width: min(300px, 34.09%);
  height: auto;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 9999px;
  font-weight: 700;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  line-height: 1.5;
  color: #28803c;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .p-product-recycle__center {
    font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  }
}
@media screen and (max-width: 767px) {
  .p-product-recycle__center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    height: 250px;
    font-size: 2rem;
  }
}

.p-product-recycle__center-circle {
  position: absolute;
  left: 50%;
  top: 0;
  width: 300px;
  height: 300px;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #28803c;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product-recycle__center-circle {
    width: 250px;
    height: 250px;
  }
}

.p-product-recycle__center-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #28803c;
  text-align: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-product-recycle__center-text {
    font-size: 2rem;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.p-product-environment {
  background: #fff;
  padding: 83px 20px 0 20px;
}
@media screen and (max-width: 767px) {
  .p-product-environment {
    padding: 50px 15px 0 15px;
  }
}

.p-product-environment__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.p-product-environment__inner-wrapper {
  padding: 0 8px 0 16px;
  margin: 0 auto;
}

.p-product-environment__title {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .p-product-environment__title {
    flex-direction: column;
    gap: 0;
  }
}

.p-product-environment__title-main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: #25803d;
}
@media screen and (max-width: 767px) {
  .p-product-environment__title-main {
    font-size: 2rem;
  }
}

.p-product-environment__title-emphasis {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  color: #25803d;
}
@media screen and (max-width: 767px) {
  .p-product-environment__title-emphasis {
    font-size: 2.6rem;
  }
}

.p-product-environment__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #000;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .p-product-environment__subtitle {
    font-size: 1.4rem;
    margin-top: 12px;
  }
}

.p-product-environment__content {
  margin-top: 22px;
  display: flex;
  gap: 26px;
}
@media screen and (max-width: 767px) {
  .p-product-environment__content {
    flex-direction: column;
    gap: 24px;
  }
}

.p-product-environment__table-wrapper {
  flex: 1 1 auto;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-product-environment__table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.p-product-environment__table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #606060;
}
@media screen and (max-width: 767px) {
  .p-product-environment__table {
    width: 100%;
    min-width: 600px;
  }
}

.p-product-environment__row:first-child .p-product-environment__note {
  top: 10px;
  right: 40px;
}
.p-product-environment__row:last-child .p-product-environment__note {
  top: 60px;
  right: 40px;
}
@media screen and (max-width: 767px) {
  .p-product-environment__row:last-child .p-product-environment__note {
    top: 50px;
  }
}

.p-product-environment__header-cell {
  background: #8fad7c;
  border: 1px solid #606060;
  border-bottom: 0;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 0 20px;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .p-product-environment__header-cell {
    font-size: 1.4rem;
    padding: 15px;
  }
}

.p-product-environment__header-cell:first-child {
  width: 160px;
  border-right: 0;
  border-left: 0;
}
@media screen and (max-width: 767px) {
  .p-product-environment__header-cell:first-child {
    width: 100px;
  }
}

.p-product-environment__header-cell:nth-child(2) {
  width: 160px;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .p-product-environment__header-cell:nth-child(2) {
    width: 100px;
  }
}

.p-product-environment__header-cell:nth-child(3) {
  width: 340px;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .p-product-environment__header-cell:nth-child(3) {
    width: auto;
  }
}

.p-product-environment__cell {
  background: #fff;
  border-left: 1px solid #606060;
  border-top: 0;
  border-bottom: none;
  text-align: center;
  vertical-align: middle;
  line-height: 1.75;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-product-environment__cell {
    padding: 15px 10px;
  }
}
.p-product-environment__cell.--dashed::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url("/product_carpet/ga3600sb/product/img/table_border.svg") repeat-x;
  background-size: contain;
}

.p-product-environment__cell--label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000;
  height: 80px;
  position: relative;
  border-right: 0;
  border-left: 0;
}
@media screen and (max-width: 767px) {
  .p-product-environment__cell--label {
    font-size: 1.4rem;
    height: 60px;
    min-width: 160px;
  }
}

.p-product-environment__label-text {
  display: inline-block;
}

.p-product-environment__note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #000;
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-product-environment__note {
    font-size: 1rem;
    top: 0;
    right: 10px;
  }
}

.p-product-environment__cell--amount {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 2.8rem;
  color: #000;
  height: 80px;
  border-right: 0;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-product-environment__cell--amount {
    font-size: 2.2rem;
    height: 60px;
  }
}
.p-product-environment__cell--amount sup {
  font-size: 1.806rem;
}
@media screen and (max-width: 767px) {
  .p-product-environment__cell--amount sup {
    font-size: 1.4rem;
  }
}

.p-product-environment__cell--amount.p-product-environment__cell--green {
  color: #25803d;
  font-weight: 700;
  height: 180px;
}
@media screen and (max-width: 767px) {
  .p-product-environment__cell--amount.p-product-environment__cell--green {
    height: 140px;
  }
}

.p-product-environment__cell--effect {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000;
  height: 80px;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .p-product-environment__cell--effect {
    font-size: 1.4rem;
    height: 60px;
  }
}

.p-product-environment__value {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-product-environment__value {
    font-size: 3rem;
  }
}

.p-product-environment__cell--co2 {
  height: 180px;
  position: relative;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .p-product-environment__cell--co2 {
    height: 140px;
    padding: 10px 15px;
  }
}

.p-product-environment__co2-value {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #25803d;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0;
  line-height: 1.75;
}
.p-product-environment__co2-value::before, .p-product-environment__co2-value::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.p-product-environment__co2-value::before {
  margin-top: calc((1 - 1.5) * 0.85em);
}
.p-product-environment__co2-value::after {
  margin-bottom: calc((1 - 1.5) * 0.85em);
}
@media screen and (max-width: 767px) {
  .p-product-environment__co2-value {
    gap: 0;
  }
}

.p-product-environment__co2-text {
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-product-environment__co2-text {
    font-size: 1.6rem;
  }
}

.p-product-environment__co2-number {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 4.1rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-product-environment__co2-number {
    font-size: 3.2rem;
  }
}

.p-product-environment__co2-unit {
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-product-environment__co2-unit {
    font-size: 1.6rem;
  }
}
.p-product-environment__co2-unit sub {
  font-size: 1.2255rem;
}
@media screen and (max-width: 767px) {
  .p-product-environment__co2-unit sub {
    font-size: 1rem;
  }
}

.p-product-environment__trees {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-product-environment__trees {
    margin-top: 8px;
  }
}

.p-product-environment__trees-image {
  max-width: 296px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-product-environment__trees-image {
    max-width: 200px;
  }
}

.p-product-environment__trees-value {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #ca381c;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0;
  margin-top: -2px;
  line-height: 1;
}
.p-product-environment__trees-value::before, .p-product-environment__trees-value::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.p-product-environment__trees-value::before {
  margin-top: calc((1 - 1) * 0.85em);
}
.p-product-environment__trees-value::after {
  margin-bottom: calc((1 - 1) * 0.85em);
}
@media screen and (max-width: 767px) {
  .p-product-environment__trees-value {
    gap: 0;
    margin-top: 6px;
  }
}

.p-product-environment__trees-text {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-product-environment__trees-text {
    font-size: 2.2rem;
  }
}

.p-product-environment__trees-about {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-product-environment__trees-about {
    font-size: 1.6rem;
  }
}

.p-product-environment__trees-number {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 4.1rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-product-environment__trees-number {
    font-size: 3.2rem;
  }
}

.p-product-environment__trees-unit {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-product-environment__trees-unit {
    font-size: 1.6rem;
  }
}

.p-product-environment__trees-note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #000;
  text-align: center;
  margin-top: 4px;
  line-height: 1;
}
.p-product-environment__trees-note::before, .p-product-environment__trees-note::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.p-product-environment__trees-note::before {
  margin-top: calc((1 - 1) * 0.85em);
}
.p-product-environment__trees-note::after {
  margin-bottom: calc((1 - 1) * 0.85em);
}
@media screen and (max-width: 767px) {
  .p-product-environment__trees-note {
    font-size: 1rem;
    margin-top: 6px;
  }
}

.p-product-environment__notes {
  flex: 0 0 290px;
}
@media screen and (max-width: 767px) {
  .p-product-environment__notes {
    flex: 1 1 auto;
  }
}

.p-product-environment__note-item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.75;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-product-environment__note-item {
    font-size: 1.2rem;
  }
}

.p-product-environment__note-item:not(:first-child) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-product-environment__note-item:not(:first-child) {
    margin-top: 0;
  }
}

.p-product-environment__note-emphasis {
  color: #25803d;
}

.p-product-environment__notice {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-product-environment__notice {
    margin-top: 30px;
    gap: 12px;
  }
}

.p-product-environment__notice-bracket {
  flex-shrink: 0;
  width: 20px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .p-product-environment__notice-bracket {
    display: none;
  }
}
.p-product-environment__notice-bracket img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-product-environment__notice-bracket--right {
  transform: rotate(180deg) scaleY(-1);
}

.p-product-environment__notice-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.75;
  color: #000;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-product-environment__notice-text {
    font-size: 12px;
  }
}

.p-product-environment__footer {
  margin-top: 50px;
  padding-top: 33px;
  border-top: 1px solid #5d5d5d;
}
@media screen and (max-width: 767px) {
  .p-product-environment__footer {
    margin-top: 30px;
    padding-top: 30px;
  }
}

.p-product-environment__footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 92px;
  padding: 0 38px 0 37px;
}
@media screen and (max-width: 767px) {
  .p-product-environment__footer-inner {
    flex-direction: column;
    gap: 30px;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-product-environment__footer-item {
    flex: none;
  }
}

.p-product-environment__footer-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-product-environment__footer-heading {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

.p-product-environment__footer-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.75;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-product-environment__footer-text {
    font-size: 12px;
  }
}
.p-product-environment__footer-text strong {
  font-weight: 500;
}

.p-product-recycle-sp__title-box {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #000;
  padding: 12px;
}
@media screen and (max-width: 767px) {
  .p-product-recycle-sp__title-box {
    padding: 4px 10px;
  }
}

.p-product-recycle-sp__title-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  text-align: left;
}

.p-product-recycle-sp__content {
  margin-top: 16px;
}

.p-product-recycle-sp__diagram {
  position: relative;
  height: 381px;
}
@media screen and (max-width: 767px) {
  .p-product-recycle-sp__diagram {
    max-width: 345px;
    margin: 0 auto;
  }
}

.p-product-recycle-sp__item {
  position: absolute;
  width: 155px;
  height: 155px;
}

.p-product-recycle-sp__item--01 {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.p-product-recycle-sp__item--03 {
  left: 0;
  top: 226px;
}

.p-product-recycle-sp__item--02 {
  left: 180px;
  top: 226px;
}

.p-product-recycle-sp__item-circle {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("/product_carpet/ga3600sb/img/product/circle_bg_sp.svg") no-repeat center center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-product-recycle-sp__item-icon-wrapper {
  flex-shrink: 0;
}

.p-product-recycle-sp__item-icon {
  display: block;
  margin: 0 auto;
}

.p-product-recycle-sp__item-heading {
  margin-top: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 14px;
}

.p-product-recycle-sp__item-heading-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #28803c;
  margin: 0;
}
.p-product-recycle-sp__item-heading-sub::before, .p-product-recycle-sp__item-heading-sub::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.p-product-recycle-sp__item-heading-sub::before {
  margin-top: calc((1 - 1.5) * 0.85em);
}
.p-product-recycle-sp__item-heading-sub::after {
  margin-bottom: calc((1 - 1.5) * 0.85em);
}

.p-product-recycle-sp__item-heading-main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  color: #28803c;
  margin: 0;
}
.p-product-recycle-sp__item-heading-main::before, .p-product-recycle-sp__item-heading-main::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.p-product-recycle-sp__item-heading-main::before {
  margin-top: calc((1 - 1.5) * 0.85em);
}
.p-product-recycle-sp__item-heading-main::after {
  margin-bottom: calc((1 - 1.5) * 0.85em);
}

.p-product-recycle-sp__center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% + 12px));
  width: 155px;
  height: 155px;
  background: url("/product_carpet/ga3600sb/img/product/circle_center_bg_sp.svg") no-repeat center center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-product-recycle-sp__center-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #28803c;
  text-align: center;
}

.p-product-recycle-sp__arrow {
  position: absolute;
}

.p-product-recycle-sp__arrow--01 {
  left: 50%;
  top: 367px;
  transform: translateX(-50%);
}

.p-product-recycle-sp__arrow--02 {
  left: calc(50% - 109.14px);
  top: 133px;
  transform: translateX(-50%) rotate(120deg);
}

.p-product-recycle-sp__arrow--03 {
  left: calc(50% + 104.827px);
  top: 133px;
  transform: translateX(-50%) rotate(240deg);
}

.p-product-recycle-sp__details {
  margin-top: 36px;
}

.p-product-recycle-sp__detail-item {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-product-recycle-sp__detail-item {
    margin-top: 24px;
  }
}

.p-product-recycle-sp__detail-item:first-child {
  margin-top: 0;
}

.p-product-recycle-sp__detail-heading {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-product-recycle-sp__detail-heading {
    margin-bottom: 0;
  }
}

.p-product-recycle-sp__detail-heading-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #28803c;
  margin: 0 0 12px 0;
}
@media screen and (max-width: 767px) {
  .p-product-recycle-sp__detail-heading-sub {
    margin: 0 0 4px 0;
  }
}

.p-product-recycle-sp__detail-heading-main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #28803c;
  margin: 0;
}

.p-product-recycle-sp__detail-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.75;
  color: #000;
  margin: 0;
}

.p-product-recycle-sp__divider {
  width: 100%;
  height: 1px;
  background: #e7e7e7;
  margin-top: 32px;
}

.p-product-function {
  background: #fff;
  padding: 83px 20px 0 20px;
}
@media screen and (max-width: 767px) {
  .p-product-function {
    padding: 50px 15px 0 15px;
  }
}

.p-product-function__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.p-product-function__header {
  text-align: center;
  margin-top: 0;
}

.p-product-function__title-en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 1.826;
  color: #040000;
  text-decoration: underline;
  text-underline-position: from-font;
  margin-top: 0;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .p-product-function__title-en {
    font-size: 2rem;
  }
}

.p-product-function__title-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.143;
  color: #444444;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-product-function__title-ja {
    font-size: 2.4rem;
  }
}

.p-product-function__divider-wrapper {
  position: relative;
  margin-top: 58px;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .p-product-function__divider-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.p-product-function__divider-line {
  height: 1px;
  background: #000;
  width: 100%;
}

.p-product-function__divider-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 0 26px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 1.043;
  color: #444444;
  white-space: nowrap;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-product-function__divider-text {
    font-size: 1.8rem;
    padding: 0 15px;
  }
}

.p-product-function__content {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .p-product-function__content {
    flex-direction: column;
    gap: 60px;
  }
}

.p-product-function__col {
  flex: 1;
  min-width: 0;
}

.p-product-function__section-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-product-function__section-header {
    gap: 12px;
  }
}

.p-product-function__section-label {
  background: #25803d;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.091;
  letter-spacing: 0.1em;
  padding: 10px 0;
  text-align: center;
  width: 120px;
  flex-shrink: 0;
}
.p-product-function__section-label::before, .p-product-function__section-label::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.p-product-function__section-label::before {
  margin-top: calc((1 - 1.091) * 0.85em);
}
.p-product-function__section-label::after {
  margin-bottom: calc((1 - 1.091) * 0.85em);
}
@media screen and (max-width: 767px) {
  .p-product-function__section-label {
    font-size: 2rem;
    width: 110px;
  }
}

.p-product-function__section-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.091;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-product-function__section-title {
    font-size: 2rem;
  }
}

.p-product-function__section-body {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-product-function__section-body {
    margin-top: 12px;
  }
}

.p-product-function__description {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-product-function__description {
    flex-direction: column;
    align-items: flex-start;
  }
}

.p-product-function__description-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #000;
  flex: 1 1 auto;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-product-function__description-text {
    font-size: 1.4rem;
  }
}

.p-product-function__description-icon {
  flex-shrink: 0;
  width: 86px;
  height: 96px;
}
@media screen and (max-width: 767px) {
  .p-product-function__description-icon {
    width: 76px;
    height: 86px;
    margin-top: 12px;
  }
}
.p-product-function__description-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-product-function__test-results {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
@media screen and (max-width: 767px) {
  .p-product-function__test-results {
    margin-top: 24px;
    gap: 16px;
  }
}
.p-product-function__test-results.--durability {
  margin-top: 24px;
}

.p-product-function__test-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .p-product-function__test-box {
    gap: 12px;
  }
}
.p-product-function__test-box + .p-product-function__test-box {
  margin-top: 10px;
}

.p-product-function__test-heading {
  border: 1px solid #bdbdbd;
  padding: 8px 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #000;
  letter-spacing: 0.1em;
}
.p-product-function__test-heading::before, .p-product-function__test-heading::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.p-product-function__test-heading::before {
  margin-top: calc((1 - 1.5) * 0.85em);
}
.p-product-function__test-heading::after {
  margin-bottom: calc((1 - 1.5) * 0.85em);
}
@media screen and (max-width: 767px) {
  .p-product-function__test-heading {
    font-size: 1.4rem;
  }
}

.p-product-function__test-heading-sub {
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-product-function__test-heading-sub {
    font-size: 1.1rem;
    display: block;
  }
}

.p-product-function__test-images {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-product-function__test-images {
    gap: 8px;
  }
}

.p-product-function__test-image-item {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .p-product-function__test-image-item {
    gap: 10px;
  }
}

.p-product-function__test-image-wrapper {
  width: 100%;
  aspect-ratio: 225/140;
  overflow: hidden;
  border-radius: 4px;
}
.p-product-function__test-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-product-function__test-image-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-product-function__test-image-label {
    font-size: 1.4rem;
  }
}

.p-product-function__test-image-label--green {
  font-weight: 700;
  color: #25803d;
}

.p-product-function__test-note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-product-function__test-note {
    font-size: 1.1rem;
  }
}

.p-product-function__durability-description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-product-function__durability-description {
    font-size: 1.3rem;
  }
}

.p-product-function__durability-highlight {
  color: #25803d;
}

.p-product-function__durability-diagram {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  height: 130px;
}
@media screen and (max-width: 767px) {
  .p-product-function__durability-diagram {
    flex-wrap: wrap;
    height: auto;
    gap: 12px;
  }
}

.p-product-function__durability-item {
  width: 100px;
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 12px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-product-function__durability-item {
    width: 48%;
    height: 120px;
  }
}

.p-product-function__durability-item--good {
  background: #a2ba90;
}
.p-product-function__durability-item--good .p-product-function__durability-text {
  color: #fff;
}

.p-product-function__durability-item--bad {
  background: #dcdddd;
}
.p-product-function__durability-item--bad .p-product-function__durability-text {
  color: #000;
}

.p-product-function__durability-icon {
  width: 40px;
  height: 40px;
  position: relative;
  flex-shrink: 0;
}
.p-product-function__durability-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-product-function__durability-icon-overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.p-product-function__durability-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-product-function__durability-text {
    font-size: 1.1rem;
    margin-top: 12px;
  }
}

.p-product-function__durability-compare {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 130px;
  padding-bottom: 5px;
}
.p-product-function__durability-compare.has-border-right {
  border-right: 1px solid #5a5a5a;
}
@media screen and (max-width: 767px) {
  .p-product-function__durability-compare.has-border-right {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .p-product-function__durability-compare {
    width: 48%;
    flex: none;
    height: 120px;
  }
}

.p-product-function__durability-image {
  max-width: 100%;
  height: auto;
  max-height: 120px;
}
@media screen and (max-width: 767px) {
  .p-product-function__durability-image {
    max-height: 100px;
  }
}

.p-product-function__durability-divider {
  width: 1px;
  height: 130px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-product-function__durability-divider {
    display: none;
  }
}

.p-product-function__chart-wrapper {
  width: 100%;
  margin-top: 0;
}
.p-product-function__chart-wrapper img {
  width: 100%;
  height: auto;
}

.p-product-certification {
  background: #fff;
  padding: 83px 20px 0 20px;
}
@media screen and (max-width: 767px) {
  .p-product-certification {
    padding: 50px 15px;
  }
}

.p-product-certification__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.p-product-certification__title {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 49px;
  color: #28803c;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-product-certification__title {
    font-size: 28px;
    margin-bottom: 40px;
  }
}

.p-product-certification__content {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .p-product-certification__content {
    flex-direction: column;
    gap: 50px;
  }
}

.p-product-certification__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .p-product-certification__col {
    gap: 40px;
  }
}

.p-product-certification__item {
  display: flex;
  flex-direction: column;
}

.p-product-certification__heading {
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-product-certification__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.p-product-certification__heading-text {
  padding: 5px 10px;
  border-left: 1px solid #202020;
  border-right: 1px solid #202020;
  width: fit-content;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  white-space: nowrap;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .p-product-certification__heading-text {
    font-size: 20px;
    flex-direction: column;
    gap: 4px;
  }
}

.p-product-certification__heading-sub {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-product-certification__heading-sub {
    font-size: 12px;
  }
}

.p-product-certification__body {
  display: flex;
  flex-direction: column;
}

.p-product-certification__subtitle {
  font-size: 16px;
  font-weight: 700;
  color: #28803c;
  line-height: 1.75;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-product-certification__subtitle {
    font-size: 14px;
  }
}

.p-product-certification__text {
  font-size: 16px;
  line-height: 1.75;
  color: #000;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-product-certification__text {
    font-size: 13px;
  }
}

.p-product-certification__table-wrapper {
  overflow-x: auto;
  margin-top: 0;
}

.p-product-certification__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  border-top: 1px solid #7b7b7b;
  border-bottom: 1px solid #7b7b7b;
}
@media screen and (max-width: 767px) {
  .p-product-certification__table {
    font-size: 12px;
  }
}

.p-product-certification__thead {
  background: #8fad7c;
}

.p-product-certification__th {
  padding: 10px 8px;
  text-align: center;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-product-certification__th {
    padding: 10px 6px;
  }
}

.p-product-certification__td {
  padding: 10px 0;
  text-align: center;
  color: #000;
  line-height: 1.5;
  background: #fff;
  border-bottom: 1px solid #7b7b7b;
  border-left: 1px solid #7b7b7b;
  width: 170px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-product-certification__td {
    padding: 10px 6px;
  }
}

.p-product-certification__td--category {
  background: #fff;
  font-weight: 400;
  border-bottom: 1px solid #7b7b7b;
  border-right: 1px solid #7b7b7b;
  border-left: none;
  width: 120px;
  vertical-align: middle;
}

.p-product-certification__note {
  font-size: 12px;
  color: #000;
  margin-top: 0;
  line-height: 2;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-product-certification__note {
    font-size: 11px;
  }
}

.p-product-certification__content-with-icon {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-product-certification__content-with-icon {
    flex-direction: column;
    gap: 20px;
  }
}

.p-product-certification__content-text {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.p-product-certification__icon-pc {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.p-product-certification__icon-pc img {
  display: block;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-product-certification__icon-pc {
    display: none;
  }
}

.p-product-certification__icon-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-product-certification__icon-sp {
    display: flex;
    width: 60px;
    height: auto;
    margin-right: 20px;
  }
}

.p-product-certification__target {
  background: transparent;
  padding: 0;
  margin-top: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .p-product-certification__target {
    padding: 0;
  }
}

.p-product-certification__target-title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-product-certification__target-title {
    font-size: 13px;
  }
}

.p-product-certification__target-text {
  font-size: 16px;
  color: #000;
  line-height: 1.75;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-product-certification__target-text {
    font-size: 12px;
  }
}

.p-product-certification__target-note {
  font-size: 12px;
  color: #000;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-product-certification__target-note {
    font-size: 11px;
  }
}

.p-product-certification__sumpo-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-product-certification__sumpo-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

.p-product-certification__sumpo-logo-pc {
  flex-shrink: 0;
}
.p-product-certification__sumpo-logo-pc img {
  display: block;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-product-certification__sumpo-logo-pc {
    display: none;
  }
}

.p-product-certification__sumpo-logo-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-product-certification__sumpo-logo-sp {
    display: flex;
  }
}

.p-product-certification__box {
  background: #eaeee4;
  border: none;
  padding: 20px;
  border-radius: 0;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-product-certification__box {
    padding: 16px;
  }
}

.p-product-certification__box-title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-product-certification__box-title {
    font-size: 14px;
  }
}

.p-product-certification__box-text {
  font-size: 16px;
  color: #000;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-product-certification__box-text {
    font-size: 12px;
  }
}

.p-product-service {
  background: #fff;
  padding: 50px 20px 0 20px;
}
@media screen and (max-width: 767px) {
  .p-product-service {
    padding: 50px 15px;
  }
}

.p-product-service__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.p-product-service__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  color: #28803c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 47px;
}
@media screen and (max-width: 767px) {
  .p-product-service__title {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.p-product-service__content {
  display: flex;
  column-gap: 80px;
}
@media screen and (max-width: 767px) {
  .p-product-service__content {
    flex-direction: column;
    row-gap: 40px;
    column-gap: 0;
  }
}

.p-product-service__col {
  flex: 1;
  min-width: 0;
}

.p-product-service__heading {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 16px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-product-service__heading {
    gap: 8px;
    margin-bottom: 20px;
  }
}

.p-product-service__heading-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}

.p-product-service__heading-line {
  flex: 0 0 1px;
  height: 40px;
  background: #202020;
}
@media screen and (max-width: 767px) {
  .p-product-service__heading-line {
    height: 30px;
  }
}

.p-product-service__heading-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-product-service__heading-text {
    font-size: 16px;
  }
}

.p-product-service__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-product-service__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-service__badge {
    display: flex;
    justify-content: center;
  }
}
.p-product-service__badge img {
  width: 100px;
  height: auto;
}

.p-product-service__facility {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-product-service__facility {
    margin-top: 30px;
  }
}

.p-product-service__facility-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
  margin-top: 0;
  margin-bottom: -6px;
}
@media screen and (max-width: 767px) {
  .p-product-service__facility-title {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.p-product-service__process {
  display: flex;
  gap: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-product-service__process {
    flex-direction: column;
    gap: 40px;
  }
}

.p-product-service__process-item {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-product-service__process-item {
    gap: 16px;
  }
}

.p-product-service__process-box {
  background: #eaeee4;
  padding: 15px;
  min-height: 145px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-product-service__process-box {
    min-height: 120px;
    padding: 12px;
  }
}
.p-product-service__process-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 1px;
  background: #a0a0a0;
}
.p-product-service__process-box:last-child::after {
  display: none;
}

.p-product-service__process-number {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.75;
  color: #000;
  margin: 0 0 4px 0;
}
@media screen and (max-width: 767px) {
  .p-product-service__process-number {
    font-size: 28px;
  }
}

.p-product-service__process-content {
  flex: 1 1 auto;
}

.p-product-service__process-description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.75;
  color: #000;
  margin: 0;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .p-product-service__process-description {
    font-size: 13px;
  }
}

.p-product-service__process-icon {
  position: absolute;
}
.p-product-service__process-box:nth-child(1) .p-product-service__process-icon {
  top: -15px;
  right: 38px;
}
@media screen and (max-width: 767px) {
  .p-product-service__process-box:nth-child(1) .p-product-service__process-icon:nth-child(3) {
    top: -10px;
    right: 30px;
  }
}
.p-product-service__process-item:nth-child(3) .p-product-service__process-box:nth-child(1) .p-product-service__process-icon {
  top: -10px;
  right: 20px;
}
.p-product-service__process-item:nth-child(3) .p-product-service__process-box:nth-child(1) .p-product-service__process-icon:nth-child(4) {
  right: 96px;
  top: 59px;
}
.p-product-service__process-item:nth-child(3) .p-product-service__process-box:nth-child(2) .p-product-service__process-icon {
  top: 211px;
  right: 15px;
}
.p-product-service__process-icon img {
  display: block;
}

.p-product-service__process-arrows {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 120px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-product-service__process-arrows {
    display: none;
  }
}

.p-product-service__process-arrow {
  display: flex;
  align-items: center;
  gap: 5px;
}

.p-product-service__process-arrow--collect {
  margin-top: -32px;
}

.p-product-service__process-arrow--ship {
  margin-top: 32px;
}

.p-product-service__process-arrow-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.75;
  color: #28803c;
  text-align: center;
  margin: 0;
  letter-spacing: -0.05em;
}

.p-product-service__process-arrow-icon--reverse {
  transform: rotate(180deg) scaleY(-1);
}
.p-product-service__process-arrow-icon--reverse-truck {
  transform: rotate(180deg) scaleY(-1);
}

.p-product-service__note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  margin-top: 4px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-product-service__note {
    font-size: 13px;
    margin-top: 30px;
  }
}

.p-product-service__feature {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .p-product-service__feature {
    margin-top: 8px;
  }
}

.p-product-service__feature-item {
  display: flex;
  gap: 9px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-product-service__feature-item {
    flex-direction: column;
    gap: 16px;
  }
}

.p-product-service__feature-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
  margin: 0;
  flex-shrink: 0;
}
.p-product-service__feature-title.has-margin-top {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-product-service__feature-title {
    font-size: 14px;
  }
}

.p-product-service__feature-comparison {
  display: flex;
  gap: 4px;
  align-items: flex-start;
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .p-product-service__feature-comparison {
    gap: 8px;
  }
}

.p-product-service__feature-comparison-bg {
  position: relative;
  flex-shrink: 0;
}
.p-product-service__feature-comparison-bg img {
  display: block;
}

.p-product-service__feature-comparison-label {
  position: absolute;
  top: 50%;
  left: 43%;
  transform: translate(-50%, -50%);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
  text-align: center;
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-product-service__feature-comparison-label {
    font-size: 14px;
  }
}

.p-product-service__feature-images {
  display: flex;
  gap: 11px;
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .p-product-service__feature-images {
    gap: 8px;
  }
}

.p-product-service__feature-image-wrapper {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
@media screen and (max-width: 767px) {
  .p-product-service__feature-image-wrapper {
    gap: 7px;
  }
}
.p-product-service__feature-image-wrapper img {
  width: 100%;
  height: auto;
  aspect-ratio: 100/90;
  object-fit: cover;
}

.p-product-service__feature-image-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.75;
  color: #000;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-product-service__feature-image-label {
    font-size: 12px;
  }
}
.p-product-service__feature-image-label--bold {
  font-weight: 700;
}

.p-product-service__feature-chart {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-product-service__feature-chart img {
  width: 100%;
  max-width: 207px;
  height: auto;
}

.p-product-service__feature-eco {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-product-service__feature-eco {
    justify-content: center;
  }
}
.p-product-service__feature-eco img {
  width: 100%;
  max-width: 221px;
  height: auto;
}

.p-product-service__divider {
  width: 100%;
  height: 1px;
  background: #a0a0a0;
  margin-top: 8px;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .p-product-service__divider {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

.sustive__button-wrapper {
  margin-top: 17px;
  display: flex;
  justify-content: center;
}
.p-product-service__button-wrapper {
  margin-top: 17px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-product-service__button-wrapper {
    margin-top: 60px;
  }
}

.p-product-service__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 22px 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-product-service__button {
    font-size: 16px;
    padding: 20px 30px;
  }
}
.p-product-service__button:hover {
  background-color: #f5f5f5;
}

.p-product-initiative {
  background: #fff;
  padding: 50px 20px;
}
@media screen and (max-width: 767px) {
  .p-product-initiative {
    padding: 50px 15px;
  }
}

.p-product-initiative__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.p-product-initiative__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.75;
  color: #28803c;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product-initiative__title {
    font-size: 2rem;
  }
}

.p-product-initiative__content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-product-initiative__content {
    flex-direction: column;
    gap: 16px;
  }
}

.p-product-initiative__image {
  flex: 0 0 340px;
}
@media screen and (max-width: 767px) {
  .p-product-initiative__image {
    flex: 0 0 auto;
  }
}

.p-product-initiative__image-mask {
  position: relative;
  width: 340px;
  height: 300px;
}

.p-product-initiative__image-el {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-product-initiative__texts {
  flex: 1 1 auto;
  min-width: 0;
}

.p-product-initiative__lead {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 160% */
  margin-bottom: 24px;
}

.p-product-initiative__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-product-initiative__item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000;
  margin: 0 0 4px 0;
  position: relative;
  padding-left: 24px;
}
.p-product-initiative__item-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: #28803c;
  border-radius: 9999px;
}

.p-product-initiative__item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #000;
  margin: 0;
}

.p-product-function__chart-note {
  margin-top: 5px;
}

.sustive-back {
  width: min(880px, 100%);
  margin-left: auto;
  margin-right: 60px;
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  .sustive-back {
    margin-top: 40px;
    max-width: 400px;
    margin-right: auto;
  }
}

.sustive-back__inner {
  width: 320px;
  height: auto;
  border: 1px solid #F1F8F3;
  border-radius: 30px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
  padding: 47px 26px 17px;
}
@media screen and (max-width: 767px) {
  .sustive-back__inner {
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
    border: none;
    aspect-ratio: initial;
    padding: 0;
  }
}

.sustive-back__content-wrapper {
  width: 268px;
}
@media screen and (max-width: 767px) {
  .sustive-back__content-wrapper {
    margin-top: 0;
  }
}

.sustive-back__header-wrapper {
  position: relative;
}
.sustive-back__header-wrapper img {
  margin: 0 auto;
}

.sustive-back__header {
  color: #3c8144;
  max-width: 255px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sustive-back__header {
    max-width: initial;
  }
}

.sustive-back__header-sub-top {
  font-size: 1.3rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .sustive-back__header-sub-top {
    font-size: 1.6rem;
  }
}

.sustive-back__header-image-wrapper {
  padding-top: 13px;
  display: block;
}
@media screen and (max-width: 767px) {
  .sustive-back__header-image-wrapper {
    padding-top: 15px;
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .sustive-back__header-image {
    width: 277px;
  }
}

.sustive-back__header-sub-bottom {
  font-size: 2.4rem;
  padding-top: 20px;
  display: block;
  font-weight: bold;
}
.sustive-back__header-sub-bottom sub {
  font-size: 1.6rem;
  bottom: -7px;
  left: -4px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .sustive-back__header-sub-bottom {
    font-size: 2.2rem;
    padding-top: 15px;
  }
}

.sustive-back__header-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 100px;
}
@media screen and (max-width: 767px) {
  .sustive-back__header-icon {
    top: -100px;
    transform: translate(-50%, 0);
    right: auto;
    left: 50%;
    width: 140px;
  }
}
