  @charset "utf-8";

/* ===============================================
# ¥­©`¥Ó¥¸¥å¥¢¥ë
=============================================== */
.keyvisual {
    position: relative;
    width: 100%;
    height: 366rem;
    background: url(/treecycle/value/oneclicklca/information/img/kv.jpg) no-repeat center / cover;
}
@media screen and (max-width: 768px) {
    .keyvisual {
        height: calc(240rem * var(--sp-root));
        background: url(/treecycle/value/oneclicklca/sp/information/img/kv.jpg) no-repeat center / cover;
    }
}
.keyvisual__contents {
    position: absolute;
    top: 50%;
    left: 120rem;
    right: 120rem;
    transform: translateY(-50%);
    color: var(--wh);
}
@media screen and (max-width: 768px) {
    .keyvisual__contents {
        width: calc(100% - 40rem * var(--sp-root));
        top: 50%;
        left: 50%;
        right: auto;
        transform: translate(-50%,-50%);
        text-align: center;
    }
}
.keyvisual__copy {
    font-size: max(12px, 44rem);
    font-weight: 900;
    line-height: calc(56/44);
    margin-bottom: 16rem;
    text-shadow: 0 0 24px rgba(34,139,11,0.7);
}
@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 24px rgba(34,139,11,0.7);
}
@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));
    }
}


/* ===============================================
# ¤ªÖª¤é¤»?¥¤¥Ù¥ó¥ÈÇéˆó
=============================================== */
.news {
    padding-top: 80rem;
    padding-bottom: 120rem;
}
@media screen and (max-width: 768px) {
    .news {
        padding-top: calc(48rem * var(--sp-root));
        padding-bottom: 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__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;
}

