  @charset "utf-8";

/* ===============================================
# キービジュアル
=============================================== */
.keyvisual {
    background: var(--bg);
    padding-bottom: 50rem;
}
@media screen and (max-width: 768px) {
    .keyvisual {
        padding-bottom: calc(48rem * var(--sp-root));
    }
}
.keyvisual__slide li {
    position: relative;
}
.keyvisual__contents {
    position: absolute;
    top: 110rem;
    left: 120rem;
    color: var(--wh);
}
@media screen and (max-width: 768px) {
    .keyvisual__contents {
        width: calc(100% - 40rem * var(--sp-root));
        top: calc(44rem * var(--sp-root));
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
}
.keyvisual__copy {
    font-size: max(12px, 52rem);
    font-weight: 900;
    line-height: calc(70/52);
    margin-bottom: 24rem;
    opacity: 0;
    transform: translateX(-20rem);
}
@media screen and (max-width: 768px) {
    .keyvisual__copy {
        font-size: max(12px,calc(26rem * 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(32/18);
    margin-bottom: 40rem;
    opacity: 0;
    transform: translateX(-20rem);
}
@media screen and (max-width: 768px) {
    .keyvisual__subCopy {
        font-size: max(10px,calc(13rem * var(--sp-root)));
        line-height: calc(24/13);
        margin-bottom: calc(22rem * var(--sp-root));
    }
}
.keyvisual__slide li.gr .keyvisual__copy,
.keyvisual__slide li.gr .keyvisual__subCopy {
    text-shadow: 0 0 24px rgba(34,139,11,0.7);
}
.keyvisual__slide li.bl .keyvisual__copy,
.keyvisual__slide li.bl .keyvisual__subCopy {
    text-shadow: 0 0 24px rgba(9,123,99,0.7);
}
.keyvisual__slide li.ye .keyvisual__copy,
.keyvisual__slide li.ye .keyvisual__subCopy {
    text-shadow: 0 0 24px rgba(129,132,29,0.7);
}
.keyvisual__slide li.gr .keyvisual__button {
    background: rgba(25,90,11,0.43);
}
.keyvisual__slide li.gr .keyvisual__button:hover {
    background: var(--wh);
    color: rgba(25,90,11,1);
}
.keyvisual__slide li.bl .keyvisual__button {
    background: rgba(23,145,170,1);
}
@media screen and (max-width: 768px) {
    .keyvisual__slide li.bl .keyvisual__button {
        background: rgba(23,145,170,0.43);
    }
}
.keyvisual__slide li.bl .keyvisual__button:hover {
    background: var(--wh);
    color: rgba(23,145,170,1);
}
.keyvisual__slide li.bl .keyvisual__button:hover::after {
    background: url(/treecycle/value/oneclicklca/common/img/icn_arrow_bl.png) no-repeat center / contain;
}
.keyvisual__slide li.ye .keyvisual__button {
    background: rgba(129,132,29,0.43);
}
.keyvisual__slide li.ye .keyvisual__button:hover {
    background: var(--wh);
    color: rgba(129,132,29,1);
}
.keyvisual__slide li.ye .keyvisual__button:hover::after {
    background: url(/treecycle/value/oneclicklca/common/img/icn_arrow_ye.png) no-repeat center / contain;
}
.keyvisual__button {
    opacity: 0;
    transform: translateX(-20rem);
}
.keyvisual__button:hover {
    color: var(--wh);
}
@media screen and (max-width: 768px) {
    .keyvisual__button {
        margin-inline: auto;
    }
}
.keyvisual__slide .swiper-pagination {
    bottom: 110rem;
}
@media screen and (max-width: 768px) {
    .keyvisual__slide .swiper-pagination {
        bottom: calc(40rem * var(--sp-root));
    }
}
.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16rem;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .swiper-pagination {
        gap: calc(16rem * var(--sp-root));
    }
}
.swiper-pagination-bullet {
    position: relative;
    width: 8rem;
    height: 8rem;
    margin: 0 !important;
    border-radius: 50%;
    background: rgba(255,255,255,0.8);
    flex-grow: 0;
    transition: .2s;
    opacity: 1;
}
@media screen and (max-width: 768px) {
    .swiper-pagination-bullet {
        width: calc(8rem * var(--sp-root));
        height: calc(8rem * var(--sp-root));
    }
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 120rem;
    background: rgba(255,255,255,0.47);
    border-radius: 99rem;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: calc(120rem * var(--sp-root));
    }
}
.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    border-radius: 99rem;
    background-color: var(--wh);
    -webkit-animation: progress 6.8s ease-in-out;
            animation: progress 6.8s ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
@-webkit-keyframes progress{
    0% { width:0 }
    100% { width:100% }
}
@keyframes progress{
    0% { width:0 }
    100% { width:100% }
}
.keyvisual__links {
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-width: 740px;
    max-width: 1200rem;
    margin-inline: auto;
    margin-top: -50rem;
}
@media screen and (max-width: 768px) {
    .keyvisual__links {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-width: auto;
        gap: calc(16rem * var(--sp-root));
        margin-top: calc(32rem * var(--sp-root));
    }
}
.keyvisual__link {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 360rem;
    min-width: 240px;
    height: 98rem;
    padding-top: 10rem;
    padding-left: 114rem;
    color: var(--green);
    background: var(--wh);
    border-radius: 99rem;
    box-shadow: var(--shadow);
    z-index: 1;
    transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
    .keyvisual__link {
        width: calc(315rem * var(--sp-root));
        min-width: auto;
        height: calc(72rem * var(--sp-root));
        padding-top: calc(5rem * var(--sp-root));
        padding-left: calc(88rem * var(--sp-root));
    }
}
.keyvisual__link::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg,rgba(0,155,99,0.15), rgba(64,180,28,0.15));
    border-radius: 99rem;
    transition: 0.3s;
    opacity: 0;
    z-index: -1;
}
.keyvisual__link:hover::before {
    opacity: 1;
}
.keyvisual__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24rem;
    transform: translateY(-50%);
    width: 17rem;
    min-width: 10px;
    height: 16rem;
    min-height: 11px;
    background: url(/treecycle/value/oneclicklca/common/img/icn_arrow_gr.png) no-repeat center / contain;
    z-index: 1;
    transition: 0.3s;
}
@media screen and (max-width: 768px) {
    .keyvisual__link::after {
        right: calc(24rem * var(--sp-root));
        width: calc(17rem * var(--sp-root));
        height: calc(16rem * var(--sp-root));
    }
}
.keyvisual__link:hover::after {
    right: 14rem;
}
.keyvisual__link .link__deco {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 98rem;
    height: 98rem;
}
@media screen and (max-width: 768px) {
    .keyvisual__link .link__deco {
        width: calc(72rem * var(--sp-root));
        height: calc(72rem * var(--sp-root));
    }
}
.keyvisual__link .link__deco::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 98rem;
    height: 98rem;
    transition: 0.15s;
    z-index: 0;
}
@media screen and (max-width: 768px) {
    .keyvisual__link .link__deco::before {
        width: calc(72rem * var(--sp-root));
        height: calc(72rem * var(--sp-root));
    }
}
.keyvisual__link.epd .link__deco::before {
    background: url(/treecycle/value/oneclicklca/img/icn_btn_bg_01.png) no-repeat center / contain;
}
.keyvisual__link.ocl .link__deco::before {
    background: url(/treecycle/value/oneclicklca/img/icn_btn_bg_02.png) no-repeat center / contain;
}
.keyvisual__link.lca .link__deco::before {
    background: url(/treecycle/value/oneclicklca/img/icn_btn_bg_03.png) no-repeat center / contain;
}
.keyvisual__link .link__deco::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: 0.3s;
}
.keyvisual__link.epd .link__deco::after {
    left: 30rem;
    width: 36rem;
    height: 33rem;
    background: url(/treecycle/value/oneclicklca/img/icn_btn_01.png) no-repeat center / contain;
}
@media screen and (max-width: 768px) {
    .keyvisual__link.epd .link__deco::after {
        left: calc(23rem * var(--sp-root));
        width: calc(26rem * var(--sp-root));
        height: calc(24rem * var(--sp-root));
    }
}
.keyvisual__link.epd:hover .link__deco::after {
    left: 26rem;
    width: 44rem;
    height: 40rem;
}
@media screen and (max-width: 768px) {
    .keyvisual__link.epd:hover .link__deco::after {
        left: calc(20rem * var(--sp-root));
        width: calc(31rem * var(--sp-root));
        height: calc(29rem * var(--sp-root));
    }
}
.keyvisual__link.ocl .link__deco::after {
    left: 27rem;
    width: 46rem;
    height: 38rem;
    background: url(/treecycle/value/oneclicklca/img/icn_btn_02.png) no-repeat center / contain;
}
@media screen and (max-width: 768px) {
    .keyvisual__link.ocl .link__deco::after {
        left: calc(19rem * var(--sp-root));
        width: calc(34rem * var(--sp-root));
        height: calc(28rem * var(--sp-root));
    }
}
.keyvisual__link.ocl:hover .link__deco::after {
    left: 22rem;
    width: 56rem;
    height: 46rem;
}
@media screen and (max-width: 768px) {
    .keyvisual__link.ocl:hover .link__deco::after {
        left: calc(16rem * var(--sp-root));
        width: calc(41rem * var(--sp-root));
        height: calc(34rem * var(--sp-root));
    }
}
.keyvisual__link.lca .link__deco::after {
    top: 54%;
    left: 26rem;
    width: 49rem;
    height: 30rem;
    background: url(/treecycle/value/oneclicklca/img/icn_btn_03.png) no-repeat center / contain;
}
@media screen and (max-width: 768px) {
    .keyvisual__link.lca .link__deco::after {
        left: calc(19rem * var(--sp-root));
        width: calc(36rem * var(--sp-root));
        height: calc(22rem * var(--sp-root));
    }
}
.keyvisual__link.lca:hover .link__deco::after {
    left: 20rem;
    width: 59rem;
    height: 36rem;
}
@media screen and (max-width: 768px) {
    .keyvisual__link.lca:hover .link__deco::after {
        left: calc(15rem * var(--sp-root));
        width: calc(43rem * var(--sp-root));
        height: calc(26rem * var(--sp-root));
    }
}
.keyvisual__link .link__copy {
    font-size: max(10px, 12rem);
    line-height: 1;
}
@media screen and (max-width: 768px) {
    .keyvisual__link .link__copy {
        font-size: max(10px, calc(10rem * var(--sp-root)));
    }
}
.keyvisual__link .link__title {
    font-size: max(12px, 20rem);
    font-weight: 900;
    line-height: calc(32/20);
}
@media screen and (max-width: 768px) {
    .keyvisual__link .link__title {
        font-size: max(12px, calc(18rem * var(--sp-root)));
        line-height: calc(32/18);
    }
}
.swiper-slide-active .keyvisual__copy {
    -webkit-animation: slideInOut 6.8s;
            animation: slideInOut 6.8s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.swiper-slide-active .keyvisual__subCopy {
    -webkit-animation: slideInOut 6.8s;
            animation: slideInOut 6.8s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
}
.swiper-slide-active .keyvisual__button {
    -webkit-animation: slideInOut 6.8s;
            animation: slideInOut 6.8s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
}
@-webkit-keyframes slideInOut{
    0% {
        opacity: 0;
        transform: translateX(-20rem);
    }
    8% {
        opacity: 1;
        transform: translateX(0);
    }
    79% {
        opacity: 1;
        transform: translateX(0);
    }
    84% {
        opacity: 0;
        transform: translateX(20rem);
    }
    100% {
        opacity: 0;
        transform: translateX(20rem);
    }
}
@keyframes slideInOut{
    0% {
        opacity: 0;
        transform: translateX(-20rem);
    }
    8% {
        opacity: 1;
        transform: translateX(0);
    }
    79% {
        opacity: 1;
        transform: translateX(0);
    }
    84% {
        opacity: 0;
        transform: translateX(20rem);
    }
    100% {
        opacity: 0;
        transform: translateX(20rem);
    }
}


/* ===============================================
# 主なユーザー様
=============================================== */
.user {
    padding-top: 32rem;
    padding-bottom: 0;
    margin-bottom: 84rem;
}
@media screen and (max-width: 768px) {
    .user {
        padding-top: calc(24rem * var(--sp-root));
        margin-bottom: calc(24rem * var(--sp-root));
    }
}
.user__head {
    font-size: max(12px, 22rem);
    font-weight: 900;
    line-height: calc(48/22);
    text-align: center;
    margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
    .user__head {
        font-size: max(12px, calc(16rem * var(--sp-root)));
        line-height: calc(48/16);
        margin-bottom: calc(7rem * var(--sp-root));
    }
}
.user__linkWrap {
    text-align: right;
    margin-right: 18rem;
}
@media screen and (max-width: 768px) {
    .user__linkWrap {
        text-align: center;
        margin-right: 0;
    }
}
.user__link {
    font-size: max(12px, 16rem);
    font-weight: 700;
    padding-right: 27rem;
}
@media screen and (max-width: 768px) {
    .user__link {
        font-size: max(10px, calc(13rem * var(--sp-root)));
        margin-top: calc(8rem * var(--sp-root));
        padding-right: calc(25rem * var(--sp-root));
    }
}
.user__link::after {
    content: "";
    position: absolute;
    top: 60%;
    right: 0;
    transform: translateY(-50%);
    width: 17rem;
    height: 16rem;
    background: url(/treecycle/value/oneclicklca/common/img/icn_arrow_gr.png) no-repeat center / contain;
}
@media screen and (max-width: 768px) {
    .user__link::after {
        width: calc(17rem * var(--sp-root));
        height: calc(16rem * var(--sp-root));
    }
}

/* ===============================================
# イントロダクション（主なユーザー様の下のセクション）
=============================================== */
.introduction {
    padding: 0;
    margin-bottom: 120rem;
}
.introduction__row {
    position: relative;
    z-index: 0;
}
.introduction__row:not(:first-child) {
    margin-top: 120rem;
}
@media screen and (max-width: 768px) {
    .introduction__row:not(:first-child) {
        margin-top: calc(48rem * var(--sp-root));
    }
}
.introduction__row::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1102rem;
    height: 100%;
    background: #E9FFEA;
    border-radius: 32rem 0 0 32rem;
    z-index: -1;
}
@media screen and (max-width: 768px) {
    .introduction__row::before {
        width: 100%;
        height: 88.77%;
        border-radius: 0;
    }
}
.introduction__row.reverse::before {
    right: auto;
    left: 0;
    border-radius: 0 32rem 32rem 0;
}
@media screen and (max-width: 768px) {
    .introduction__row.reverse::before {
        border-radius: 0;
    }
}
.introduction__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200rem;
    min-width: 700px;
    margin-inline: auto;
    padding-block: 72rem;
}
@media screen and (max-width: 768px) {
    .introduction__inner {
        flex-direction: column;
        min-width: auto;
        padding: calc(32rem * var(--sp-root)) calc(30rem * var(--sp-root)) 0;
    }
}
.introduction__row.reverse .introduction__inner {
    flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
    .introduction__row.reverse .introduction__inner {
        flex-direction: column;
    }
}
.introduction__image {
    flex-shrink: 0;
    width: 436rem;
    margin-right: 64rem;
}
@media screen and (max-width: 768px) {
    .introduction__image {
        order: 2;
        width: calc(248rem * var(--sp-root));
        margin-top: calc(48rem * var(--sp-root));
        margin-inline: auto;
    }    
}
.introduction__row.reverse .introduction__image {
    margin-right: 0;
    margin-left: 64rem;
}
.introduction__image img {
    border-radius: 28rem;
    box-shadow: var(--shadow);
}
.introduction__enTitle {
    color: var(--copy-text);
    font-family: var(--mont);
    font-size: max(12px, 64rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.025em;
}
@media screen and (max-width: 768px) {
    .introduction__enTitle {
        font-size: max(12px, calc(28rem * var(--sp-root)));
    }
}
.introduction__title {
    position: relative;
    font-size: max(12px, 32rem);
    font-weight: 900;
    line-height: calc(46/32);
    margin-top: -36rem;
    z-index: 1;
}
@media screen and (max-width: 768px) {
    .introduction__title {
        font-size: max(12px, calc(20rem * var(--sp-root)));
        line-height: calc(28/20);
        margin-top: 0;
    }
}
.introduction__texts {
    margin-block: 40rem;
}
@media screen and (max-width: 768px) {
    .introduction__texts {
        margin-block: calc(20rem * var(--sp-root));
    }
}
.introduction__texts p:not(:first-child) {
    margin-top: 32rem;
}
@media screen and (max-width: 768px) {
    .introduction__texts p:not(:first-child) {
        margin-top: calc(16rem * var(--sp-root));
    }
}
.introduction__buttonWrap {
    margin-top: 40rem;
}
@media screen and (max-width: 768px) {
    .introduction__buttonWrap {
        margin-top: calc(20rem * var(--sp-root));
    }
}
.introduction__buttonWrap .common__button {
    max-width: 340rem;
    min-height: 40px;
    min-width: 220px;
}
@media screen and (max-width: 768px) {
    .introduction__buttonWrap .common__button {
        max-width: 100%;
        min-width: auto;
        height: calc(56rem * var(--sp-root));
        font-size: max(12px, calc(14rem * var(--sp-root)));
    }
}
.introduction__tag {
    position: absolute;
    top: 120rem;
    left: 0;
    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;
}
@media screen and (max-width: 768px) {
    .introduction__tag {
        top: calc(67rem * var(--sp-root));
        left: 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)));
    }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
    .introduction__texts--reverse {
        width: 733rem;
    }
}
.introduction__box {
    position: relative;
    display: flex;
    justify-content: space-between;
    min-width: 458px;
    margin-top: 55rem;
    padding: 35rem 30rem 20rem;
    background: var(--wh);
    box-shadow: var(--shadow);
    border-radius: 18rem;
}
@media screen and (max-width: 768px) {
    .introduction__box {
        flex-wrap: wrap;
        gap: calc(20rem * var(--sp-root)) 0;
        min-width: auto;
        margin-top: calc(44rem * var(--sp-root));
        padding: calc(28rem * var(--sp-root)) calc(16rem * var(--sp-root)) calc(41rem * var(--sp-root));
        border-radius: calc(18rem * var(--sp-root));
    }
}
.introduction__box .box__title {
    position: absolute;
    top: -23rem;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    font-size: max(12px, 20rem);
    font-weight: 900;
    line-height: calc(46/20);
    color: var(--main);
    text-align: center;
}
@media screen and (max-width: 768px) {
    .introduction__box .box__title {
        top: calc(-23rem * var(--sp-root));
        font-size: max(12px, calc(16rem * var(--sp-root)));
        line-height: calc(46/16);
    }
}
.introduction__box .box__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 150rem;
    min-width: 105px;
}
@media screen and (max-width: 768px) {
    .introduction__box .box__item {
        width: 50%;
    }
}
.introduction__box .box__image {
    width: auto;
    height: 54rem;
    margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
    .introduction__box .box__image {
        height: calc(48rem * var(--sp-root));
        margin-bottom: calc(11rem * var(--sp-root));
    }
}
.introduction__box .box__text {
    font-size: max(10px, 11rem);
    font-weight: 900;
    line-height: calc(14/11);
    text-align: center;
}
@media screen and (max-width: 768px) {
    .introduction__box .box__text {
        font-size: max(10px, calc(12rem * var(--sp-root)));
    }
}
.introduction__box .gr {
    color: var(--green2);
}
.introduction__box .num {
    font-family: var(--mont);
    font-size: max(12px, 24rem);
}
@media screen and (max-width: 768px) {
    .introduction__box .num {
        font-size: max(12px, calc(21rem * var(--sp-root)));
    }
}
.introduction__box .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
}


/* ===============================================
# 主な特徴
=============================================== */
.feature {
    margin-top: 72rem;
    margin-bottom: 120rem;
}
@media screen and (max-width: 768px) {
    .feature {
        margin-top: calc(48rem * var(--sp-root));
        margin-bottom: calc(48rem * var(--sp-root));
    }
}
.feature__inner {
    width: 100%;
    max-width: 1200rem;
    min-width: 700px;
    margin-inline: auto;
}
@media screen and (max-width: 768px) {
    .feature__inner {
        min-width: auto;
        padding-inline: calc(30rem * var(--sp-root));
    }
}
.feature__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 72rem;
    margin-top: 64rem;
}
@media screen and (max-width: 768px) {
    .feature__list {
        grid-template-columns: repeat(1, 1fr);
        gap: calc(32rem * var(--sp-root));
        margin-top: calc(32rem * var(--sp-root));
    }
}
.feature__list .list__image {
    margin-bottom: 18rem;
}
@media screen and (max-width: 768px) {
    .feature__list .list__image {
        margin-bottom: calc(14rem * var(--sp-root));
    }
}
.feature__list .list__title {
    font-size: max(12px, 20rem);
    font-weight: 700;
    line-height: calc(26/20);
    text-align: center;
    color: var(--green);
    margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
    .feature__list .list__title {
        font-size: max(12px, calc(16rem * var(--sp-root)));
        line-height: calc(26/16);
    }
}
.feature__list .list__text {
    font-size: max(12px, 14rem);
    line-height: calc(24/14);
    margin-bottom: 18rem;
}
@media screen and (max-width: 768px) {
    .feature__list .list__text {
        margin-bottom: calc(14rem * var(--sp-root));
    }
}


/* ===============================================
# CO2排出量を見える化して?環境性能を追求?PRしよう
=============================================== */
.pr {
    padding-top: 120rem;
    padding-bottom: 135rem;
    background: url(/treecycle/value/oneclicklca/common/img/pic_pr.jpg) no-repeat center / cover;
}
@media screen and (max-width: 768px) {
    .pr {
        padding-top: calc(48rem * var(--sp-root));
        padding-bottom: calc(48rem * var(--sp-root));
        background: url(/treecycle/value/oneclicklca/sp/common/img/pic_pr.jpg) no-repeat center / cover;
    }
}
.pr__inner {
    width: 100%;
    max-width: 1024rem;
    min-width: 700px;
    margin-inline: auto;
}
@media screen and (max-width: 768px) {
    .pr__inner {
        min-width: auto;
        padding-inline: calc(30rem * var(--sp-root));
    }
}
.pr__title {
    color: var(--wh);
}
.pr__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 64rem;
    margin-top: 66rem;
}
@media screen and (max-width: 768px) {
    .pr__list {
        grid-template-columns: repeat(1, 1fr);
        gap: calc(32rem * var(--sp-root));
        margin-top: calc(32rem * var(--sp-root));
    }
}
.pr__list .list__item {
    padding: 30rem 65rem 48rem;
    background: var(--wh);
    border-radius: 18rem;
    box-shadow: var(--shadow);
    text-align: center;
}
@media screen and (max-width: 768px) {
    .pr__list .list__item {
        padding: calc(24rem * var(--sp-root));
        border-radius: calc(18rem * var(--sp-root));
    }
}
.pr__list .list__title {
    font-size: max(12px, 24rem);
    font-weight: 900;
    line-height: calc(48/24);
    margin-bottom: 16rem;
}
@media screen and (max-width: 768px) {
    .pr__list .list__title {
        font-size: max(12px, calc(20rem * var(--sp-root)));
        line-height: 1.5;
        margin-bottom: calc(13rem * var(--sp-root));
    }
}
.pr__list .gr {
    display: block;
    font-size: max(12px, 13rem);
    font-weight: 700;
    color: var(--green);
}
@media screen and (max-width: 768px) {
    .pr__list .gr {
        font-size: max(10px, calc(10rem * var(--sp-root)));
    }
}
.pr__list .list__image {
    margin-bottom: 16rem;
}
@media screen and (max-width: 768px) {
    .pr__list .list__image {
        margin-bottom: calc(16rem * var(--sp-root));
    }
}
.pr__buttonWrap .common__button {
    max-width: 100%;
    min-height: 40px;
}
@media screen and (max-width: 768px) {
    .pr__buttonWrap .common__button {
        height: calc(56rem * var(--sp-root));
        margin-top: calc(16rem * var(--sp-root));
        font-size: max(12px, calc(14rem * var(--sp-root)));
        line-height: calc(18/14);
    }
}


/* ===============================================
# 国内でのOne Click LCA算定事例
=============================================== */
.case-study {
    background: var(--bg);
}
.case-study__inner {
    width: 100%;
    max-width: 1024rem;
    min-width: 700px;
    margin-inline: auto;
}
@media screen and (max-width: 768px) {
    .case-study__inner {
        min-width: auto;
        padding-inline: calc(30rem * var(--sp-root));
    }
}
.case-study__box {
    margin-top: 59rem;
    padding: 64rem 64rem 60rem;
    background: var(--wh);
    border-radius: 18rem;
    box-shadow: var(--shadow);
}
@media screen and (max-width: 768px) {
    .case-study__box {
        margin-top: calc(32rem * var(--sp-root));
        padding: calc(24rem * var(--sp-root));
        border-radius: calc(18rem * var(--sp-root));
    }
}
.case-study__box .box__top {
    padding-bottom: 24rem;
    margin-bottom: 40rem;
    border-bottom: 2px solid var(--main);
}
@media screen and (max-width: 768px) {
    .case-study__box .box__top {
        padding-bottom: calc(12rem * var(--sp-root));
        margin-bottom: calc(20rem * var(--sp-root));
    }
}
.case-study__box .box__company {
    color: var(--green);
    font-size: max(12px, 13rem);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
    .case-study__box .box__company {
        font-size: max(10px, calc(10rem * var(--sp-root)));
        margin-bottom: calc(4rem * var(--sp-root));
    }
}
.case-study__box .box__title {
    font-size: max(12px, 24rem);
    font-weight: 900;
    line-height: calc(48/24);
    margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
    .case-study__box .box__title {
        font-size: max(12px, calc(16rem * var(--sp-root)));
        line-height: calc(22/16);
    }
}
.case-study__box .box__about {
    color: #748983;
    font-size: max(12px, 13rem);
    line-height: calc(32/13);
}
@media screen and (max-width: 768px) {
    .case-study__box .box__about {
        font-size: max(10px, calc(10rem * var(--sp-root)));
        line-height: 1;
    }
}
.case-study__box .box__main {
    display: flex;
    margin-bottom: 40rem;
}
@media screen and (max-width: 768px) {
    .case-study__box .box__main {
        flex-direction: column;
        margin-bottom: calc(24rem * var(--sp-root));
    }
}
.case-study__box .box__images {
    flex-shrink: 0;
    width: 428rem;
    margin-right: 40rem;
}
@media screen and (max-width: 768px) {
    .case-study__box .box__images {
        order: 2;
        width: 100%;
        margin-right: 0;
        margin-top: calc(20rem * var(--sp-root));
    }
}
.case-study__box .image__text {
    font-size: max(12px, 12rem);
    line-height: 1.5;
    margin-top: 8rem;
}
@media screen and (max-width: 768px) {
    .case-study__box .image__text {
        font-size: max(10px, calc(10rem * var(--sp-root)));
        line-height: calc(13/10);
        margin-top: calc(5rem * var(--sp-root));
    }
}
.case-study__box .box__imageBox {
    display: flex;
    justify-content: space-between;
    margin-top: 31rem;
}
@media screen and (max-width: 768px) {
    .case-study__box .box__imageBox {
        margin-top: calc(16rem * var(--sp-root));
    }
}
.case-study__box .box__imageBox > * {
    width: calc((100% - 32rem) /  2);
}
@media screen and (max-width: 768px) {
    .case-study__box .box__imageBox > * {
        width: calc((100% - 15rem * var(--sp-root)) /  2);
    }
}
.case-study__box .box__texts > div:not(:first-of-type) {
    margin-top: 40rem;
}
.case-study__box .box__subTitle {
    font-size: max(12px, 18rem);
    font-weight: 700;
    line-height: calc(28/18);
    margin-bottom: 24rem;
}
@media screen and (max-width: 768px) {
    .case-study__box .box__subTitle {
        font-size: max(12px, calc(15rem * var(--sp-root)));
        line-height: calc(24/15);
        margin-bottom: calc(16rem * var(--sp-root));
    }
}
.case-study__box .box__texts p {
    font-size: max(12px, 14rem);
    line-height: calc(24/14);
}
@media screen and (max-width: 768px) {
    .case-study__box .box__texts p {
        font-size: max(12px, calc(13rem * var(--sp-root)));
        line-height: calc(23/13);
    } 
}
.case-study__box .box__texts p:not(:last-of-type) {
    margin-bottom: 24rem;
}
@media screen and (max-width: 768px) {
    .case-study__box .box__texts p:not(:last-of-type) {
        margin-bottom: calc(16rem * var(--sp-root));
    }
}
.case-study__box .box__bottom {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .case-study__box .box__bottom {
        flex-direction: column;
    }
}
.case-study__box .calculation {
    width: calc((100% - 40rem) /  2);
}
@media screen and (max-width: 768px) {
    .case-study__box .calculation {
        width: 100%;
    }
    .case-study__box .calculation:not(:first-of-type) {
        margin-top: calc(24rem * var(--sp-root));
    }
}
.case-study__box .calculation__title {
    position: relative;
    display: flex;
    align-items: center;
    font-size: max(12px, 16rem);
    font-weight: 700;
    line-height: calc(28/16);
    margin-bottom: 24rem;
}
@media screen and (max-width: 768px) {
    .case-study__box .calculation__title {
        font-size: max(12px, calc(14rem * var(--sp-root)));
        line-height: calc(28/14);
        margin-bottom: calc(20rem * var(--sp-root));
    }
}
.case-study__box .calculation__title::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: var(--main);
    margin-left: 12rem;
}
@media screen and (max-width: 768px) {
    .case-study__box .calculation__title::after {
        margin-left: calc(10rem * var(--sp-root));
    }
}
.case-study__box .calculation__table {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 16rem;
}
@media screen and (max-width: 768px) {
    .case-study__box .calculation__table {
        margin-bottom: calc(8rem * var(--sp-root));
    }
}
.case-study__box .calculation__dt,
.case-study__box .calculation__dd {
    display: flex;
    align-items: center;
    padding: 16rem;
    font-size: max(12px, 12rem);
    line-height: calc(16/12);
    border: 1px solid #DEE5DE;
}
@media screen and (max-width: 768px) {
    .case-study__box .calculation__dt,
    .case-study__box .calculation__dd {
        padding: calc(16rem * var(--sp-root)) calc(10rem * var(--sp-root));
        font-size: max(10px, calc(12rem * var(--sp-root)));
    }
}
.case-study__box .calculation__dt {
    width: 156rem;
    min-width: 108px;
    justify-content: center;
    font-weight: 700;
    background: #F5FAF6;
}
@media screen and (max-width: 768px) {
    .case-study__box .calculation__dt {
        min-width: auto;
        width: calc(82rem * var(--sp-root));
    }
}
.case-study__box .calculation__dd {
    width: 272rem;
    min-width: 200px;
    justify-content: flex-start;
}
@media screen and (max-width: 768px) {
    .case-study__box .calculation__dd {
        min-width: auto;
        width: calc(189rem * var(--sp-root));
    }
}
.case-study__box .calculation__note {
    font-size: max(10px, 12rem);
    line-height: calc(16/12);
}
@media screen and (max-width: 768px) {
    .case-study__box .calculation__note {
        font-size: max(10px, calc(10rem * var(--sp-root)));
        line-height: calc(13/10);
    }
}
.case-study__box .calculation__note:not(:last-of-type) {
    margin-bottom: 16rem;
}
@media screen and (max-width: 768px) {
    .case-study__box .calculation__note:not(:last-of-type) {
        margin-bottom: calc(8rem * var(--sp-root));
    }
}
.case-study__box .calculation__images {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .case-study__box .calculation__images {
        flex-direction: column;
    }
}
.case-study__box .calculation__link {
    position: relative;
    width: calc((100% - 32rem) /  2);
}
@media screen and (max-width: 768px) {
    .case-study__box .calculation__link {
        width: 100%;
    }
    .case-study__box .calculation__link:not(:last-of-type) {
        margin-bottom: calc(16rem * var(--sp-root));
    }
}
.calculation__link .calculation__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) {
    .calculation__link .calculation__imageWrap {
        margin-bottom: calc(5rem * var(--sp-root));
    }
}
.calculation__link .calculation__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;
}
.calculation__link:hover .calculation__imageWrap::before {
    opacity: 1;
}
.calculation__link .calculation__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) {
    .calculation__link .calculation__imageWrap::after {
        width: calc(26rem * var(--sp-root));
        height: calc(26rem * var(--sp-root));
    }
}
.calculation__link .calculation__image {
    transition: 0.3s;
}
.calculation__link:hover .calculation__image {
    transform: scale(1.1);
}
.case-study__box .image__title {
    font-size: max(12px, 12rem);
    line-height: calc(16/12);
}
@media screen and (max-width: 768px) {
    .case-study__box .image__title {
        font-size: max(10px, calc(12rem * var(--sp-root)));
    }
}


/* ===============================================
# 建設業界の脱炭素化への洞察
=============================================== */
.insignt {
    position: relative;
    padding-bottom: 56rem;
    background: url(/treecycle/value/oneclicklca/img/pic_insight.jpg) no-repeat center / cover;
}
@media screen and (max-width: 768px) {
    .insignt {
        padding-bottom: calc(48rem * var(--sp-root));
        background: url(/treecycle/value/oneclicklca/sp/img/pic_insight.jpg) no-repeat center / cover;
    }
}
.insignt__title {
    color: var(--wh);
}
.insignt__title::before {
    color: #036E47;
}
.insignt__slide {
    margin-top: 64rem;
    padding-bottom: 64rem;
}
@media screen and (max-width: 768px) {
    .insignt__slide {
        margin-top: calc(32rem * var(--sp-root));
        padding-bottom: calc(40rem * var(--sp-root));
    }
}
.insignt__slide .swiper-wrapper { 
    align-items: stretch;
    width: 100%;
    height: auto;
}
.insignt__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 64rem;
    background: var(--wh);
    border-radius: 18rem;
    box-shadow: var(--shadow);
}
@media screen and (max-width: 768px) {
    .insignt__item {
        justify-content: flex-start;
        flex-direction: column;
        height: calc(544rem * var(--sp-root)) !important;
        padding: calc(24rem * var(--sp-root));
        border-radius: calc(28rem * var(--sp-root));
    }
}
.insignt__item .item__title {
    font-size: max(12px, 24rem);
    font-weight: 700;
    line-height: calc(36/24);
    padding-bottom: 24rem;
    margin-bottom: 24rem;
    border-bottom: 2px solid var(--main);
}
@media screen and (max-width: 768px) {
    .insignt__item .item__title {
        font-size: max(12px, calc(16rem * var(--sp-root)));
        line-height: calc(24/16);
        padding-bottom: calc(12rem * var(--sp-root));
        margin-bottom: calc(16rem * var(--sp-root));
    }
}
.insignt__item .item__text {
    font-size: max(12px, 15rem);
    line-height: calc(28/15);
    margin-bottom: 24rem;
}
@media screen and (max-width: 768px) {
    .insignt__item .item__text {
        font-size: max(12px, calc(13rem * var(--sp-root)));
        line-height: calc(22/13);
        margin-bottom: calc(12rem * var(--sp-root));
    }
}
.insignt__item .common__button {
    max-width: 161rem;
    min-width: 120px;
    padding-right: 24rem;
}
@media screen and (max-width: 768px) {
    .insignt__item .common__button {
        max-width: calc(122rem * var(--sp-root));
        min-width: auto;
        padding: 0;
        padding-right: calc(13rem * var(--sp-root));
    }
}
.insignt__item .item__image {
    flex-shrink: 0;
    width: 428rem;
    margin-left: 40rem;
}
@media screen and (max-width: 768px) {
    .insignt__item .item__image {
        width: 100%;
        margin-top: calc(24rem * var(--sp-root));
        margin-left: 0;
    }
}
.insignt__item .item__image.first {
    object-fit: contain;
}
.insignt__slide .swiper-pagination {
    bottom: 0;
}
.insignt__slide .swiper-button-prev,
.insignt__slide .swiper-button-next {
    top: calc(50% - 56rem);
    width: 80rem;
    height: 80rem;
    background: url(/treecycle/value/oneclicklca/img/icn_slide.png) no-repeat center / contain;
    transition: 0.3s;
    -webkit-filter: drop-shadow(var(--shadow));
            filter: drop-shadow(var(--shadow))
}
@media screen and (max-width: 768px) {
    .insignt__slide .swiper-button-prev,
    .insignt__slide .swiper-button-next {
        top: 50%;
        width: calc(56rem * var(--sp-root));
        height: calc(56rem * var(--sp-root));
        transform: translateY(-50%);
    }
}
.insignt__slide .swiper-button-prev:hover,
.insignt__slide .swiper-button-next:hover {
    background: url(/treecycle/value/oneclicklca/img/icn_slide_hover.png) no-repeat center / contain;
}
.insignt__slide .swiper-button-prev {
    left: 104rem;
}
@media screen and (max-width: 768px) {
    .insignt__slide .swiper-button-prev {
        left: calc(8rem * var(--sp-root));
    }
}
.insignt__slide .swiper-button-prev::before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22rem;
    height: 21rem;
    background: url(/treecycle/value/oneclicklca/common/img/icn_arrow_wh.png) no-repeat center / contain;
    transform: scale(-1,1);
    transition: 0.3s;
}
@media screen and (max-width: 768px) {
    .insignt__slide .swiper-button-prev::before {
        width: calc(22rem * var(--sp-root));
        height: calc(21rem * var(--sp-root));
    }
}
.insignt__slide .swiper-button-prev:hover::before {
    transform: scale(-1,1) translateX(10rem);
    background: url(/treecycle/value/oneclicklca/common/img/icn_arrow_gr.png) no-repeat center / contain;
}
.insignt__slide .swiper-button-next {
    right: 104rem;
}
@media screen and (max-width: 768px) {
    .insignt__slide .swiper-button-next {
        right: calc(8rem * var(--sp-root));
    }
}
.insignt__slide .swiper-button-next::before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22rem;
    height: 21rem;
    background: url(/treecycle/value/oneclicklca/common/img/icn_arrow_wh.png) no-repeat center / contain;
    transition: 0.3s;
}
@media screen and (max-width: 768px) {
    .insignt__slide .swiper-button-next::before {
        width: calc(22rem * var(--sp-root));
        height: calc(21rem * var(--sp-root));
    }
}
.insignt__slide .swiper-button-next:hover::before {
    transform: translateX(10rem);
    background: url(/treecycle/value/oneclicklca/common/img/icn_arrow_gr.png) no-repeat center / contain;
}
.insignt__slide .swiper-button-prev::after,
.insignt__slide .swiper-button-next::after {
    display: none;
}


/* ===============================================
# お知らせ?イベント情報
=============================================== */
@media screen and (max-width: 768px) {
    .news {
        padding-top: calc(48rem * var(--sp-root));
    }
}
.news__inner {
    position: relative;
    width: 100%;
    max-width: 1024rem;
    min-width: 700px;
    margin-inline: auto;
}
@media screen and (max-width: 768px) {
    .news__inner {
        min-width: auto;
        padding-inline: calc(30rem * var(--sp-root));
    }
}
.news__title {
    text-align: left;
}
.news__list {
    margin-top: 51rem;
}
@media screen and (max-width: 768px) {
    .news__list {
        margin-top: calc(24rem * var(--sp-root));
    }
}
.news__row {
    padding-bottom: 32rem;
    margin-bottom: 24rem;
    border-bottom: 1px solid #E1E7E1;
}
@media screen and (max-width: 768px) {
    .news__row {
        padding-bottom: calc(16rem * var(--sp-root));
        margin-bottom: calc(16rem * var(--sp-root));
    }
}
.news__tag {
    padding: 8rem 16rem;
    font-size: max(10px, 11rem);
    font-weight: 700;
    line-height: 1;
    color: var(--main);
    border: 1px solid var(--main);
    border-radius: 99rem;
}
@media screen and (max-width: 768px) {
    .news__tag {
        padding: calc(5rem * var(--sp-root)) calc(12rem * var(--sp-root));
        font-size: max(10px, calc(9rem * var(--sp-root)));
    }
}
.news__date {
    margin-left: 12rem;
    font-family: var(--mont);
    font-size: max(12px, 15rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.025em;
    color: #ACC3BA;
}
@media screen and (max-width: 768px) {
    .news__date {
        margin-left: calc(8rem * var(--sp-root));
        font-size: max(10px, calc(13rem * var(--sp-root)));
    }
}
.news__title {
    margin-top: 16rem;
    line-height: calc(28/16);
}
@media screen and (max-width: 768px) {
    .news__title {
        margin-top: calc(8rem * var(--sp-root));
        line-height: calc(22/13);
    }
}
.news__link {
    color: var(--main);
    text-decoration: underline;
}
.news__link:hover {
    text-decoration: none;
}
.news__buttonWrap {
    position: absolute;
    top: 0;
    right: 0;
}
@media screen and (max-width: 768px) {
    .news__buttonWrap {
        position: relative;
        margin-top: calc(24rem * var(--sp-root));
    }
}
.news__button {
    width: 149rem;
    min-width: 120px;
    height: 52rem;
    min-height: 40px;
    font-size: max(12px, 15rem);
    padding-right: 24rem;
}
@media screen and (max-width: 768px) {
    .news__button {
        width: 100%;
        max-width: 100%;
        height: calc(48rem * var(--sp-root));
        font-size: max(12px, calc(14rem * var(--sp-root)));
        padding-right: 0;
    }
    .news__button::after {
        right: calc(20rem * var(--sp-root));
        width: calc(17rem * var(--sp-root));
        height: calc(16rem * var(--sp-root));
    }
}


/* ===============================================
# One Click LCA 紹介動画
=============================================== */
.movie {
    background: var(--bg);
}
.movie__inner {
    width: 100%;
    max-width: 768rem;
    min-width: 600px;
    margin-inline: auto;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .movie__inner {
        min-width: auto;
        padding-inline: calc(30rem * var(--sp-root));
    }
}
.movie__box {
    padding: 64rem;
    margin-top: 64rem;
    background: var(--wh);
    border-radius: 18rem;
    box-shadow: var(--shadow);
}
.movie__box .movie__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) {
    .movie__box .movie__imageWrap {
        margin-bottom: calc(5rem * var(--sp-root));
    }
}
.movie__box .movie__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;
}
.movie__box:hover .movie__imageWrap::before {
    opacity: 1;
}
.movie__box .movie__thumbnail {
    transition: 0.3s;
}
.movie__box:hover .movie__thumbnail {
    transform: scale(1.1);
}