.c-support__title {
    font-size: 40px;
    font-weight: bold;
    color: #BB88EE;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    opacity: 0.35;
    margin-top: 100px;
}
.c-support__subtitle {
    font-size: 36px;
    font-weight: bold;
    color: #BB88EE;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 40px;
}
.c-support__desc {
    font-size: 20px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 30px;
}
.c-support__items {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.c-support__item_01 {
    margin-top: 60px;
    > img:first-child {
        width: 112px;
        height: auto;
    }
    > img:nth-child(2) {
        width: 540px;
        height: auto;
    }
}
.c-support__image_01 {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 820px;
    height: auto;
    > img {
        width: 370px;
        height: auto;
    }
}
.c-support__image_02 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 820px;
    height: auto;
    margin-top: 50px;
}
.c-support__button {
    width: 300px;
    height: auto;
    margin-top: 50px;
}
