/*# sourceURL=../css/mokuji.css */
/*@ sourceURL=../css/mokuji.css */
/*@ sourceURL=../css/mokuji.css */
@charset "utf-8"; /* ------------------------------------------ */
/* mokuji CSS */
/* ------------------------------------------ */
#sec-mokuji {
}

#sec-mokuji .contents-wrap {
    position: relative;
}

#sec-mokuji .contents-wrap:after {
    content: "";
    width: 94%;
    max-width: 1220px;
    height: 1px;
    background-color: #362918;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#sec-mokuji .contents-wrap .container-fluid {
    width: 100%;
    max-width: 1220px;
}

#sec-mokuji .contents-wrap .wrap {
    display: flex;
    /* position: relative; */
}

/* #sec-mokuji .contents-wrap .wrap:after {
    content: "";
    width: calc(100% - 6vw);
    height: 1px;
    background-color: #362918;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
} */
#sec-mokuji .contents-wrap .col-text {
    padding-left: 3vw;
    width: 55%;
    padding-right: 7%;
}

#sec-mokuji .contents-wrap .col-text .header-num {
    display: flex;
    align-items: flex-end;
}

#sec-mokuji .contents-wrap .col-text .header-num .num {
    display: block;
    font-size: 100px;
    line-height: 1;
    letter-spacing: -0.05em;
}

#sec-mokuji .contents-wrap .col-text .header-num .text {
    display: block;
    font-size: 30px;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 2px solid #a19b93;
    line-height: 1;
    margin-bottom: 3px;
}

#sec-mokuji .contents-wrap .col-text .c-title {
    display: block;
    line-height: 1;
}

#sec-mokuji .contents-wrap .col-text .c-title .text {
    display: block;
    line-height: 1.4;
    color: #00905b;
    letter-spacing: 0.01em;
}

#sec-mokuji .contents-wrap .col-text .c-subtitle {
    display: block;
    line-height: 1;
}

#sec-mokuji .contents-wrap .col-text .c-subtitle .text {
    display: block;
    line-height: 1.2;
    letter-spacing: 0.01em;
    font-weight: bold;
}

#sec-mokuji .contents-wrap .col-text .c-contents {
    display: block;
}

#sec-mokuji .contents-wrap .col-text .c-contents .text {
    display: block;
    letter-spacing: 0.03em;
    text-align: justify;
    line-height: 34px;
}

#sec-mokuji .contents-wrap .col-imglink {
    width: 45%;
    position: absolute;
    top: 0;
    right: 0;
}

#sec-mokuji .contents-wrap .col-imglink .c-image {
    display: block;
}

#sec-mokuji .contents-wrap .col-imglink .c-image img {
}

#sec-mokuji .contents-wrap .col-imglink .c-article {
    width: 100%;
    padding: 70px 3vw 60px;
    max-width: 580px;
}

#sec-mokuji .contents-wrap .col-imglink .c-article .c-title {
    display: block;
    line-height: 1;
    margin-bottom: 40px;
    position: relative;
}

#sec-mokuji .contents-wrap .col-imglink .c-article .c-title:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #a6937c;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -3px;
    z-index: -1;
}

#sec-mokuji .contents-wrap .col-imglink .c-article .c-title .text {
    display: table;
    line-height: 1;
    color: #a6937c;
    font-weight: 600;
    letter-spacing: 0.04em;
    background-color: #fff;
    padding-right: 10px;
}

#sec-mokuji .contents-wrap .col-imglink .c-article .article-list {
}

.article-list .article {
    margin-bottom: 40px;
}

.article-list .article a {
    display: block;
    align-items: center;
    position: relative;
}

.article-list .article a .c-icon {
    display: block;
    width: 21px;
    height: 21px;
    transition: all 0.28s ease;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.article-list .article a:hover .c-icon {
    margin-left: 5px;
}

.article-list .article a .c-icon img {
    width: 21px;
    height: 21px;
}

.article-list .article a .text {
    display: block;
    line-height: 1.1;
    padding-left: 10px;
    letter-spacing: 0.03em;
    padding-left: 30px;
}

@media (max-width: 768px) {
    #sec-mokuji {
    }

    #sec-mokuji .contents-wrap {
        padding-bottom: 50px;
    }

    #sec-mokuji .contents-wrap .container-fluid {
        width: 94%;
    }

    #sec-mokuji .contents-wrap .wrap {
        display: block;
        position: relative;
        /* margin: 0; */
        padding: 0;
        padding-top: 50px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    /* #sec-mokuji .contents-wrap .wrap:after {
        content: "";
        width: calc(100% - 6vw);
        height: 1px;
        background-color: #362918;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    } */
    #sec-mokuji .contents-wrap .col-text {
        padding-left: 0;
        width: 100%;
        padding-right: 0;
        margin: 0 auto;
    }

    #sec-mokuji .contents-wrap .col-text .header-num {
        display: flex;
        align-items: flex-end;
        padding-top: 0;
    }

    #sec-mokuji .contents-wrap .col-text .header-num .num {
        display: block;
        font-size: 80px;
        line-height: 1;
        letter-spacing: -0.05em;
    }

    #sec-mokuji .contents-wrap .col-text .header-num .text {
        display: block;
        font-size: 28px;
        padding-left: 20px;
        margin-left: 20px;
        border-left: 2px solid #a19b93;
        line-height: 1;
        margin-bottom: 3px;
    }

    #sec-mokuji .contents-wrap .col-text .c-title {
        display: block;
        line-height: 1;
    }

    #sec-mokuji .contents-wrap .col-text .c-title .text {
        display: block;
        line-height: 1.4;
        color: #00905b;
        letter-spacing: 0.01em;
    }

    #sec-mokuji .contents-wrap .col-text .c-subtitle {
        display: block;
        line-height: 1;
    }

    #sec-mokuji .contents-wrap .col-text .c-subtitle .text {
        display: block;
        line-height: 1.2;
        letter-spacing: 0.01em;
        font-weight: bold;
    }

    #sec-mokuji .contents-wrap .col-text .c-contents {
        display: block;
    }

    #sec-mokuji .contents-wrap .col-text .c-contents .text {
        display: block;
        letter-spacing: 0.03em;
        text-align: justify;
    }

    #sec-mokuji .contents-wrap .col-imglink {
        width: 100%;
        padding-top: 30px;
        margin: 0 auto;
        position: inherit;
    }

    #sec-mokuji .contents-wrap .col-imglink .c-image {
        display: block;
    }

    #sec-mokuji .contents-wrap .col-imglink .c-image img {
    }

    #sec-mokuji .contents-wrap .col-imglink .c-article {
        padding: 50px 0 0 5%;
    }

    #sec-mokuji .contents-wrap .col-imglink .c-article .c-title {
        display: block;
        line-height: 1;
        margin-bottom: 30px;
        position: relative;
    }

    #sec-mokuji .contents-wrap .col-imglink .c-article .c-title:after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #a6937c;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: -3px;
        z-index: -1;
    }

    #sec-mokuji .contents-wrap .col-imglink .c-article .c-title .text {
        display: table;
        line-height: 1;
        color: #a6937c;
        font-weight: 600;
        letter-spacing: 0.04em;
        background-color: #fff;
        padding-right: 10px;
    }

    #sec-mokuji .contents-wrap .col-imglink .c-article .article-list {
    }

    .article-list .article {
        margin-bottom: 23px;
    }

    .article-list .article a {
        display: block;
        align-items: center;
        position: relative;
    }

    .article-list .article a .c-icon {
        display: block;
        width: 21px;
        height: 21px;
        transition: all 0.28s ease;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .article-list .article a:hover .c-icon {
        margin-left: 5px;
    }

    .article-list .article a .c-icon img {
        width: 21px;
        height: 21px;
    }

    .article-list .article a .text {
        display: block;
        line-height: 1.1;
        padding-left: 10px;
        letter-spacing: 0.03em;
        padding-left: 30px;
    }
}

#ban-area {
}

#ban-area .container-fluid {
    max-width: 1220px;
    overflow-x: hidden;
}

#ban-area .wrap {
}

#ban-area .ban-container {
    display: flex;
    width: calc(100% + 6.6%);
    overflow: hidden;
    margin-left: -3.3%;
}

#ban-area .c-box {
    width: 50%;
    padding: 0 3.3%;
}

#ban-area a {
    display: block;
}

#ban-area a .ban-wrap {
}

#ban-area a .ban-wrap .image {
    display: block;
}

#ban-area a .ban-wrap .image img {
}

#ban-area a .ban-wrap .text-area {
    display: block;
}

#ban-area a .ban-wrap .text-area .title {
    display: block;
    line-height: 1;
}

#ban-area a .ban-wrap .text-area .title .text {
    display: block;
    line-height: 1.2;
    letter-spacing: 0.01em;
}

#ban-area a .ban-wrap .text-area .c-text {
    display: block;
    line-height: 1;
}

#ban-area a .ban-wrap .text-area .c-text .text {
    display: block;
    line-height: 1.9;
}

@media (max-width: 768px) {
    #ban-area .container-fluid {
        width: 94%;
        padding-top: 80px;
    }

    #ban-area .ban-container {
        width: 100%;
        display: block;
        margin: 0;
    }

    #ban-area .c-box {
        width: 100%;
        padding: 0;
        margin-bottom: 50px;
    }

    #ban-area a .ban-wrap .text-area .c-text .text {
        line-height: 1.5;
    }
}
