  @charset "utf-8";

/* ===============================================
# キービジュアル
=============================================== */
.keyvisual {
    position: relative;
    width: 100%;
    height: 520rem;
    background: url(/treecycle/value/oneclicklca/lca-service/img/kv.jpg) no-repeat center / cover;
}
@media screen and (max-width: 768px) {
    .keyvisual {
        height: calc(532rem * var(--sp-root));
        background: url(/treecycle/value/oneclicklca/sp/lca-service/img/kv.jpg) no-repeat center / cover;
    }
}
.keyvisual__contents {
    position: absolute;
    top: 84rem;
    left: 120rem;
    color: var(--wh);
}
@media screen and (max-width: 768px) {
    .keyvisual__contents {
        width: calc(100% - 40rem * var(--sp-root));
        top: calc(30rem * var(--sp-root));
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
}
.keyvisual__name {
    font-size: max(12px, 24rem);
    font-weight: 900;
    line-height: calc(30/24);
    margin-bottom: 11rem;
    text-shadow: 0 0 14px rgba(129,132,29,1);
}
@media screen and (max-width: 768px) {
    .keyvisual__name {
        font-size: max(12px, calc(15rem * var(--sp-root)));
        line-height: calc(30/15);
        margin-bottom: calc(4rem * var(--sp-root));
    }
}
.keyvisual__copy {
    font-size: max(12px, 44rem);
    font-weight: 900;
    line-height: calc(56/44);
    margin-bottom: 16rem;
    text-shadow: 0 0 24px rgba(129,132,29,1);
}
@media screen and (max-width: 768px) {
    .keyvisual__copy {
        font-size: max(12px, calc(22rem * var(--sp-root)));
        line-height: calc(36/26);
        margin-bottom: calc(12rem * var(--sp-root));
    }
}
.keyvisual__subCopy {
    font-size: max(10px, 18rem);
    font-weight: 500;
    line-height: calc(30/18);
    margin-bottom: 24rem;
    text-shadow: 0 0 14px rgba(129,132,29,1);
}
@media screen and (max-width: 768px) {
    .keyvisual__subCopy {
        font-size: max(10px,calc(13rem * var(--sp-root)));
        line-height: calc(22/13);
        margin-bottom: calc(12rem * var(--sp-root));
    }
}
.keyvisual__button {
    max-width: 259rem;
    min-width: 180px;
    min-height: auto;
    background: rgba(129,132,29,0.43);
}
.keyvisual__button:hover {
    color: var(--wh);
}
@media screen and (max-width: 768px) {
    .keyvisual__button {
        max-width: calc(230rem * var(--sp-root));
        margin-inline: auto;
    }
}


/* ===============================================
# CO2排出量の算定でこのようなお悩みはございませんか？
=============================================== */
.troubles__inner {
    width: 100%;
    max-width: 1024rem;
    min-width: 700px;
    margin-inline: auto;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .troubles__inner {
        min-width: auto;
        padding-inline: calc(30rem * var(--sp-root));
    }
}
.troubles__wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 64rem;
    padding: 29rem 56rem 0 88rem;
    background: var(--wh);
    border-radius: 18rem;
    -webkit-filter: drop-shadow(var(--shadow));
            filter: drop-shadow(var(--shadow));
}
@media screen and (max-width: 900px) {
    .troubles__wrap {
        padding-top: 20px;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 768px) {
    .troubles__wrap {
        flex-direction: column;
        margin-top: calc(32rem * var(--sp-root));
        padding: calc(40rem * var(--sp-root)) calc(20rem * var(--sp-root)) calc(24rem * var(--sp-root));
        border-radius: calc(18rem * var(--sp-root));
    }
}
.troubles__wrap::before {
    content: "";
    position: absolute;
    bottom: -63rem;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -32rem;
    border: 32rem solid transparent;
    border-top-color: var(--wh);
}
@media screen and (max-width: 768px) {
    .troubles__wrap::before {
        bottom: calc(-47rem * var(--sp-root));
        margin-left: calc(-24rem * var(--sp-root));
        border: calc(24rem * var(--sp-root)) solid transparent;
        border-top-color: var(--wh);
    }
}
.troubles__icon {
    width: 145rem;
    margin-right: 50rem;
}
@media screen and (max-width: 900px) {
    .troubles__icon {
        transform: translateY(10px);
    }
}
@media screen and (max-width: 768px) {
    .troubles__icon {
        order: 2;
        width: calc(119rem * var(--sp-root));
        margin-right: 0;
        margin-top: calc(24rem * var(--sp-root));
        transform: translateY(0);
    }
}
.troubles__lists {
    display: flex;
    gap: 31rem;
}
@media screen and (max-width: 768px) {
    .troubles__lists {
        flex-direction: column;
        gap: calc(29rem * var(--sp-root));
    }
}
.troubles__box {
    max-width: 327rem;
    min-width: 250px;
    position: relative;
    padding: 35rem 24rem 24rem;
    background: var(--wh);
    border-radius: 18rem;
    border: 2px solid var(--main);
}
@media screen and (max-width: 768px) {
    .troubles__box {
        max-width: 100%;
        padding: calc(24rem * var(--sp-root)) calc(20rem * var(--sp-root));
        border-radius: calc(18rem * var(--sp-root));
    }
}
.troubles__name {
    position: absolute;
    top: -15rem;
    left: 24rem;
    padding: 4rem 14rem;
    font-size: max(12px, 15rem);
    font-weight: 700;
    line-height: calc(21/15);
    border-radius: 35rem;
    color: var(--wh);
    background: linear-gradient(45deg,#009B63, #40B41C);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
@media screen and (max-width: 768px) {
    .troubles__name {
        top: calc(-15rem * var(--sp-root));
        left: calc(20rem * var(--sp-root));
        padding: calc(4rem * var(--sp-root)) calc(8rem * var(--sp-root));
        font-size: max(12px, calc(14rem * var(--sp-root)));
        line-height: calc(20/14);
        border-radius: calc(35rem * var(--sp-root));
    }
}
.troubles__item {
    position: relative;
    padding-left: 18rem;
    font-size: max(12px, 16rem);
    font-weight: 700;
    line-height: calc(22/16);
    text-align: left;
    color: var(--main);
}
@media screen and (max-width: 768px) {
    .troubles__item {
        padding-left: calc(18rem * var(--sp-root));
        font-size: max(12px, calc(13rem * var(--sp-root)));
        line-height: calc(18/13);
    }
}
.troubles__item:not(:first-child) {
    margin-top: 12rem;
}
@media screen and (max-width: 768px) {
    .troubles__item:not(:first-child) {
        margin-top: calc(12rem * var(--sp-root));
    }
}
.troubles__item::before {
    content: "";
    position: absolute;
    top: 8rem;
    left: 0;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background: #DFF3EB;
}
@media screen and (max-width: 768px) {
    .troubles__item::before {
        top: calc(4rem * var(--sp-root));
        width: calc(10rem * var(--sp-root));
        height: calc(10rem * var(--sp-root));
    }
}
.troubles__copy {
    color: var(--main);
    font-size: max(12px, 32rem);
    font-weight: 900;
    line-height: calc(48/32);
    margin-top: 72rem;
}
@media screen and (max-width: 768px) {
    .troubles__copy {
        font-size: max(12px, calc(22rem * var(--sp-root)));
        line-height: calc(32/22);
    }
}


/* ===============================================
# LCA算定サービス活用のメリット
=============================================== */
.merit {
    background: var(--yellow-light2);
}
.merit__inner {
    position: relative;
    width: 100%;
    max-width: 1200rem;
    min-width: 700px;
    margin-inline: auto;   
}
@media screen and (max-width: 768px) {
    .merit__inner {
        min-width: auto;
        padding-inline: calc(30rem * var(--sp-root));
    }
}
.merit__title::before {
    color: var(--copy-text4);
}
.merit__list {
    display: flex;
    justify-content: space-between;
    margin-top: 64rem;
}
@media screen and (max-width: 768px) {
    .merit__list {
        flex-direction: column;
        gap: calc(32rem * var(--sp-root));
        margin-top: calc(32rem * var(--sp-root));
    }
}
.merit__item {
    position: relative;
    width: calc((100% - 48rem * 3) / 4);
    padding: 32rem;
    border-radius: 18rem;
    background: var(--wh);
    box-shadow: var(--shadow);
    text-align: center;
}
@media screen and (max-width: 768px) {
    .merit__item {
        width: 100%;
        padding: calc(24rem * var(--sp-root)) calc(20rem * var(--sp-root));
        border-radius: calc(18rem * var(--sp-root));
    }
}
.merit__image {
    width: 120rem;
    margin-bottom: 16rem;
}
@media screen and (max-width: 768px) {
    .merit__image {
        width: calc(72rem * var(--sp-root));
        margin-bottom: calc(8rem * var(--sp-root));
    }
}
.merit__num {
    display: block;
    font-family: var(--mont);
    font-size: max(12px, 32rem);
    font-weight: 800;
    line-height: 1;
    margin-bottom: 16rem;
    color: #D9D99C;
}
@media screen and (max-width: 768px) {
    .merit__num {
        font-size: max(12px, calc(28rem * var(--sp-root)));
        margin-bottom: calc(4rem * var(--sp-root));
    }
}
.merit__text {
    font-size: max(12px, 15rem);
    font-weight: 400;
    line-height: calc(24/15);
}
@media screen and (max-width: 768px) {
    .merit__text {
        font-size: max(12px, calc(13rem * var(--sp-root)));
        line-height: calc(20/13);
    }
}


/* ===============================================
# LCA算定サービスの流れ
=============================================== */
.flow__inner {
    position: relative;
    width: 100%;
    max-width: 1024rem;
    min-width: 700px;
    margin-inline: auto;
}
@media screen and (max-width: 768px) {
    .flow__inner {
        min-width: auto;
        padding-inline: calc(30rem * var(--sp-root));
    }
}
.flow__wrap {
    display: flex;
    margin-top: 64rem;
    margin-bottom: 56rem;
}
@media screen and (max-width: 768px) {
    .flow__wrap {
        margin-top: calc(32rem * var(--sp-root));
        margin-bottom: calc(24rem * var(--sp-root));
    }
}
.flow__line {
    position: relative;
    width: calc(100% - 902rem);
}
@media screen and (max-width: 768px) {
    .flow__line {
        width: calc(100% - 66.66vw);
    }
}
.flow__line::before {
    content: "";
    position: absolute;
    top: 51%;
    right: 33rem;
    transform: translateY(-50%);
    width: 6rem;
    height: 96.58%;
    background: var(--main);
    border-radius: 99rem;
}
@media screen and (max-width: 768px) {
    .flow__line::before {
        top: 50.8%;
        right: calc(20rem * var(--sp-root));
        width: calc(4rem * var(--sp-root));
        height: 99%;
    }
}
.flow__num {
    position: absolute;
    top: 25rem;
    left: -112rem;
    display: block;
    font-family: var(--mont);
    font-size: max(12px, 40rem);
    font-weight: 800;
    line-height: 1;
    color: var(--main);
}
@media screen and (max-width: 768px) {
    .flow__num {
        top: calc(13rem * var(--sp-root));
        left: calc(-65rem * var(--sp-root));
        font-size: max(12px, calc(22rem * var(--sp-root)));
    }
}
.flow__num::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 60rem;
    transform: translateY(-50%);
    width: 32rem;
    height: 32rem;
    border: 6rem solid var(--main);
    background: var(--wh);
    border-radius: 50%;
}
@media screen and (max-width: 768px) {
    .flow__num::before {
        left: calc(33rem * var(--sp-root));
        width: calc(20rem * var(--sp-root));
        height: calc(20rem * var(--sp-root));
        border: calc(4rem * var(--sp-root)) solid var(--main);
    }
}
.flow__boxs {
    width: 902rem;
    min-width: 630px;
}
@media screen and (max-width: 768px) {
    .flow__boxs {
        width: calc(250rem * var(--sp-root));
        min-width: auto;
    }
}
.flow__box {
    position: relative;
    width: 100%;
    padding-top: 20rem;
    padding-bottom: 32rem;
    background: var(--wh);
    box-shadow: var(--shadow);
    border-radius: 18rem;
}
@media screen and (max-width: 768px) {
    .flow__box {
        padding-top: calc(14rem * var(--sp-root));
        padding-bottom: calc(24rem * var(--sp-root));
    }
}
.flow__box:not(:first-child) {
    margin-top: 56rem;
}
@media screen and (max-width: 768px) {
    .flow__box:not(:first-child) {
        margin-top: calc(24rem * var(--sp-root));
    }
}
.flow__box .box__title {
    padding-inline: 32rem;
    padding-bottom: 20rem;
    margin-bottom: 32rem;
    font-size: max(12px, 20rem);
    font-weight: 700;
    line-height: calc(48/20);
    border-bottom: 1px solid var(--green-light);
}
@media screen and (max-width: 768px) {
    .flow__box .box__title {
        padding-inline: calc(16rem * var(--sp-root));
        padding-bottom: calc(14rem * var(--sp-root));
        margin-bottom: calc(16rem * var(--sp-root));
        font-size: max(12px, calc(14rem * var(--sp-root)));
        line-height: calc(18/14);
    }
}
.flow__box .box__main {
    display: flex;
    align-items: center;
    margin-inline: 32rem;
}
@media screen and (max-width: 768px) {
    .flow__box .box__main {
        flex-direction: column;
        margin-inline: calc(16rem * var(--sp-root));
    }
}
.flow__box .box__left {
    flex-shrink: 0;
    margin-right: 24rem;
}
@media screen and (max-width: 768px) {
    .flow__box .box__left {
        margin-right: 0;
    }
}
.flow__box .box__image {
    width: 120rem;
}
@media screen and (max-width: 768px) {
    .flow__box .box__image {
        width: calc(72rem * var(--sp-root));
        margin-bottom: calc(16rem * var(--sp-root));
    }
}
.flow__box .box__text {
    font-size: max(12px, 14rem);
    font-weight: 400;
    line-height: calc(28/14);
}
@media screen and (max-width: 768px) {
    .flow__box .box__text {
        font-size: max(12px, calc(13rem * var(--sp-root)));
        line-height: calc(22/13);
    }
}
.flow__box .box__subTitle {
    font-size: max(12px, 13rem);
    font-weight: 700;
    line-height: calc(22/13);
    margin-top: 16rem;
    margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
    .flow__box .box__subTitle {
        font-size: max(12px, calc(13rem * var(--sp-root)));
        margin-top: calc(16rem * var(--sp-root));
        margin-bottom: calc(8rem * var(--sp-root));
    }
}
.flow__box .box__subText {
    font-size: max(12px, 13rem);
    line-height: calc(22/13);
}
@media screen and (max-width: 768px) {
    .flow__box .box__subText {
        font-size: max(10px, calc(12rem * var(--sp-root)));
        line-height: calc(18/12);
    }
}


/* ===============================================
# こんなときは、LCA算定サービスをご活用ください！
=============================================== */
.case {
    padding-top: 172rem;
    background: var(--yellow-light2);
}
@media screen and (max-width: 768px) {
    .case {
        padding-top: calc(117rem * var(--sp-root));
    }
}
.case__inner {
    position: relative;
    width: 100%;
    max-width: 1024rem;
    min-width: 700px;
    margin-inline: auto;
}
@media screen and (max-width: 768px) {
    .case__inner {
        min-width: auto;
        padding-inline: calc(30rem * var(--sp-root));
    }
}
.case__tag {
    position: absolute;
    top: -52rem;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    padding: 10rem 16rem;
    font-size: max(10px, 15rem);
    font-weight: 700;
    line-height: 1;
    color: var(--green);
    border: 1px solid var(--green);
    border-radius: 99rem;
    z-index: 2;
}
@media screen and (max-width: 768px) {
    .case__tag {
        top: calc(-30rem * var(--sp-root));
        padding: calc(5rem * var(--sp-root)) calc(12rem * var(--sp-root));
        font-size: max(10px, calc(11rem * var(--sp-root)));
    }
}
.case__title::before {
    top: -110rem;
    color: var(--copy-text4);
}
@media screen and (max-width: 768px) {
    .case__title::before {
        top: calc(-65rem * var(--sp-root));
    }
}
.case__wrap {
    margin-top: 64rem;
}
@media screen and (max-width: 768px) {
    .case__wrap {
        margin-top: calc(32rem * var(--sp-root));
    }
}
.case__box {
    padding: 56rem;
    background: var(--wh);
    box-shadow: var(--shadow);
    border-radius: 18rem;
}
@media screen and (max-width: 768px) {
    .case__box {
        padding: calc(20rem * var(--sp-root));
        border-radius: calc(18rem * var(--sp-root));
    }
}
.case__box:not(:first-child) {
    margin-top: 56rem;
}
@media screen and (max-width: 768px) {
    .case__box:not(:first-child) {
        margin-top: calc(32rem * var(--sp-root));
    }
}
.case__head {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: max(12px, 22rem);
    font-weight: 900;
    line-height: calc(48/22);
    margin-bottom: 46rem;
}
@media screen and (max-width: 768px) {
    .case__head {
        font-size: max(12px, calc(16rem * var(--sp-root)));
        line-height: calc(48/16);
        margin-bottom: calc(12rem * var(--sp-root));
    }
}
.case__head::before,
.case__head::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: var(--main);
}
.case__head::before {
  margin-right: 25rem;
}
@media screen and (max-width: 768px) {
    .case__head::before {
        margin-right: calc(16rem * var(--sp-root));
    }
}
.case__head::after {
  margin-left: 25rem;
}
@media screen and (max-width: 768px) {
    .case__head::after {
        margin-left: calc(16rem * var(--sp-root));
      }
}
.case__row {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .case__row:first-of-type {
        margin-bottom: calc(8rem * var(--sp-root));
    }
}
.case__row.reverse {
    flex-direction: row-reverse;
}
.case__images {
    text-align: center;
}
.case__icon {
    width: 72rem;
    margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
    .case__icon {
        width: calc(40rem * var(--sp-root));
        margin-bottom: calc(2rem * var(--sp-root));
    }
}
.case__name {
    display: block;
    font-size: max(12px, 13rem);
    line-height: calc(20/13);
}
@media screen and (max-width: 768px) {
    .case__name {
        font-size: max(10px, calc(10rem * var(--sp-root)));
        line-height: calc(20/10);
    }
}
.case__text {
    position: relative;
    width: 696rem;
    padding: 20rem 24rem;
    margin-left: 36rem;
    font-size: max(12px, 16rem);
    font-weight: 400;
    line-height: calc(20/16);
    background: #F7F7EA;
    border-radius: 12rem;
}
@media screen and (max-width: 768px) {
    .case__text {
        width: calc(218rem * var(--sp-root));
        padding: calc(10rem * var(--sp-root));
        margin-left: calc(17rem * var(--sp-root));
        font-size: max(12px, calc(13rem * var(--sp-root)));
        line-height: calc(18/13);
    }
}
.case__row.reverse .case__text {
    margin-left: 0;
    margin-right: 36rem;
}
@media screen and (max-width: 768px) {
    .case__row.reverse .case__text {
        margin-right: calc(17rem * var(--sp-root));
    }
}
.case__text::before {
    content: "";
    position: absolute;
    top: 24rem;
    left: -18rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8rem 20rem 8rem 0;
    border-color: transparent #f7f7ea transparent transparent;
}
@media screen and (max-width: 768px) {
    .case__text::before {
        top: calc(18rem * var(--sp-root));
        left: calc(-10rem * var(--sp-root));
        border-width: 10rem 25rem 10rem 0;
        border-color: transparent #f7f7ea transparent transparent;
    }
}
.case__row.reverse .case__text::before {
    left: auto;
    right: -18rem;
    border-width: 8rem 0 8rem 20rem;
    border-color: transparent transparent transparent #f7f7ea;
}
@media screen and (max-width: 768px) {
    .case__row.reverse .case__text::before {
        right: calc(-10rem * var(--sp-root));
        border-width: 10rem 0 10rem 25rem;
        border-color: transparent transparent transparent #f7f7ea;
    }
}


/* ===============================================
# LCA算定サービスの流れ
=============================================== */
.report__inner {
    position: relative;
    width: 100%;
    max-width: 816rem;
    min-width: 700px;
    margin-inline: auto;
}
@media screen and (max-width: 768px) {
    .report__inner {
        min-width: auto;
        padding-inline: calc(30rem * var(--sp-root));
    }
}
.report__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48rem;
    margin-top: 64rem;
}
@media screen and (max-width: 768px) {
    .report__list {
        grid-template-columns: repeat(2, 1fr);
        gap: calc(16rem * var(--sp-root)) calc(15rem * var(--sp-root));
        margin-top: calc(32rem * var(--sp-root));
    }
}
.report__link {
    position: relative;
}
.report__link .report__imageWrap {
    position: relative;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 8rem;
    border: 1px solid var(--green-light);
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .report__link .report__imageWrap {
        margin-bottom: calc(5rem * var(--sp-root));
    }
}
.report__link .report__imageWrap::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.15);
    opacity: 0;
    z-index: 2;
    transition: 0.3s;
}
.report__link:hover .report__imageWrap::before {
    opacity: 1;
}
.report__link .report__imageWrap::after {
    content: "";
    position: absolute;
    bottom: 0;;
    right: 0;
    width: 26rem;
    height: 26rem;
    min-width: 20px;
    min-height: 20px;
    background: url(/treecycle/value/oneclicklca/common/img/icn_zoom.png) no-repeat center / contain;
    pointer-events: none;
    z-index: 10;
}
@media screen and (max-width: 768px) {
    .report__link .report__imageWrap::after {
        width: calc(26rem * var(--sp-root));
        height: calc(26rem * var(--sp-root));
    }
}
.report__link .report__image {
    transition: 0.3s;
}
.report__link:hover .report__image {
    transform: scale(1.1);
}
.report__title {
    font-size: max(10px, 12rem);
    font-weight: 400;
    line-height: calc(16/12);
    text-align: center;
    margin-top: 8rem;
}
@media screen and (max-width: 768px) {
    .report__title {
        font-size: max(10px, calc(12rem * var(--sp-root)));
        margin-top: calc(8rem * var(--sp-root));
    }
}
.report .modal-contents {
    padding-top: 10vh;
    padding-bottom: 5vh;
}
@media screen and (max-width: 768px) {
    .report .modal-contents {
        padding-block: 17.5vh;
    }
}
.report .modal-img {
    width: auto;
    min-width: auto;
    height: 80vh;
    min-height: 520px;
}
@media screen and (max-width: 768px) {
    .report .modal-img {
        height: 65vh;
        max-height: calc(462rem * var(--sp-root));
        min-height: 450px;
    }
}
.report .modal-img img {
    width: auto;
    height: 100%;
    aspect-ratio: 326/462;
}
.cta__buttonWrap {
    margin-top: 40rem;
}
@media screen and (max-width: 768px) {
    .cta__buttonWrap {
        margin-top: calc(16rem * var(--sp-root));
    }
    .cta__text {
        margin-top: calc(12rem * var(--sp-root));
    }
}