.lcl-about .lcl-about-lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 0 3rem
}
@media screen and (max-width: 767px) {
    .lcl-about .lcl-about-lead {
        gap: 3rem 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}
@media screen and (max-width: 767px) {
    .lcl-about .lcl-about-lead.lcl-about-lead--reverse-n {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}
.lcl-about .lcl-about-lead__main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.lcl-about .lcl-about-lead__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    width: 21rem
}
@media screen and (max-width: 767px) {
    .lcl-about .lcl-about-lead__images {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        gap: 1.9rem
    }
}
@media screen and (max-width: 767px) {
    .lcl-about .lcl-about-lead__image {
        width:30.3rem
    }
}
.lcl-sec .lcl-sec__sbs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 4rem
}
@media screen and (max-width: 767px) {
    .lcl-sec .lcl-sec__sbs {
        display: block
    }
}
.lcl-table .lcl-table__narrow {
    width: 7rem
}
@media screen and (max-width: 767px) {
    .lcl-table .lcl-table__narrow {
        width: 5.6rem
    }
}
.lcl-table .lcl-table__count {
    width: 12rem
}
@media screen and (max-width: 767px) {
    .lcl-table .lcl-table__count {
        width: 6rem
    }
}
.lcl-history .lcl-history-list {
    position: relative;
    z-index: 1
}
.lcl-history .lcl-history-list::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 1.2rem;
    height: 100%;
    width: .1rem;
    background-color: #d1d1d1
}
@media screen and (max-width: 767px) {
    .lcl-history .lcl-history-list::before {
        left: .9rem
    }
}
.lcl-history .lcl-history-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    padding-left: 3.5rem
}
@media screen and (max-width: 767px) {
    .lcl-history .lcl-history-list__item {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        padding-left: 2.3rem
    }
}
.lcl-history .lcl-history-list__item:nth-of-type(n + 2) {
    margin-top: 2rem
}
.lcl-history .lcl-history-list__item:first-of-type {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, transparent));
    background: linear-gradient(180deg, #fff 50%, transparent 50%)
}
@media screen and (max-width: 767px) {
    .lcl-history .lcl-history-list__item:first-of-type {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #fff), color-stop(15%, transparent));
        background: linear-gradient(180deg, #fff 15%, transparent 15%)
    }
}
.lcl-history .lcl-history-list__item::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: .625rem;
    margin: auto 0;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background-color: #eb8030
}
@media screen and (max-width: 767px) {
    .lcl-history .lcl-history-list__item::before {
        top: .65rem;
        bottom: auto;
        left: .45rem;
        width: .9rem;
        height: .9rem
    }
}
.lcl-history .lcl-history-list__years {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    width: 20.5rem
}
@media screen and (max-width: 767px) {
    .lcl-history .lcl-history-list__years {
        display: block;
        width: 10rem;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
}
.lcl-history .lcl-history-list__years::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    height: .1rem;
    width: 2rem;
    background-color: #d1d1d1
}
@media screen and (min-width: 768px) {
    .lcl-history .lcl-history-list__year01 {
        width: 10rem
    }
}
@media screen and (min-width: 768px) {
    .lcl-history .lcl-history-list__year02 {
        width: 8.5rem
    }
}
.lcl-history .lcl-history-list__main {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 2.5rem
}
@media screen and (max-width: 767px) {
    .lcl-history .lcl-history-list__main {
        padding-left: 1.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}
.lcl-iso .lcl-iso-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 3rem
}
.lcl-iso .lcl-iso-gallery__image {
    width: 21rem;
    border: .1rem solid #d1d1d1
}
@media screen and (max-width: 767px) {
    .lcl-iso .lcl-iso-gallery__image {
        width: 12.7rem
    }
}
.lcl-donation .lcl-donation-list {
    position: relative;
    z-index: 1;
    padding-left: .2rem
}
.lcl-donation .lcl-donation-list::before {
    content: "";
    position: absolute;
    top: 0;
    margin: auto;
    left: 1.4rem;
    height: 100%;
    width: .1rem;
    background-color: #d1d1d1
}
@media screen and (max-width: 767px) {
    .lcl-donation .lcl-donation-list::before {
        left: 1.3rem
    }
}
.lcl-donation .lcl-donation-list__item {
    position: relative;
    z-index: 1
}
.lcl-donation .lcl-donation-list__item:nth-of-type(n + 2) {
    margin-top: 1.2rem
}
@media screen and (max-width: 767px) {
    .lcl-donation .lcl-donation-list__item {
        padding-left: 3.5rem
    }
    .lcl-donation .lcl-donation-list__item:first-of-type::after {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        height: 1.5rem;
        width: 100%;
        background-color: #fff
    }
}
.lcl-donation .lcl-donation-list__item::before {
    border-color: rgba(0, 0, 0, 0)
}
@media screen and (max-width: 767px) {
    .lcl-donation .lcl-donation-list__item::before {
        width: 2.3rem;
        height: 2.3rem
    }
}
.lcl-donation .lcl-donation-list__box {
    width: 34rem
}
@media screen and (max-width: 767px) {
    .lcl-donation .lcl-donation-list__box {
        width: 100%
    }
}