@charset "utf-8";

.contact02 {
    background-color: var(--main-color);
    padding: 50px 0;
}
.contact02 .contact__didscription {
    color: var(--main-font-color);
}
.contact02__list {
    display        : flex;
    gap            : 20px;
    justify-content: center;
}
.contact02__btn {
    width: 212px;
    height: 62px;
    background-color: var(--sub-color);
    color: var(--sub-font-color);
    display        : flex;
    align-items    : center;
    justify-content: center;
    font-size  : 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.contact02__line {
    color: var(--sns-line);
}
.contact02__foot {
    display        : flex;
    gap            : 15px;
    align-items    : center;
    justify-content: center;
    margin: 30px 0 0;
}
.contact02__tel {
    display    : flex;
    gap        : 5px;
    align-items: center;
    font-size  : 32px;
    font-weight: 700;
    color: var(--main-font-color);
}
.contact02__tel svg {
    width: 30px;
    height: 30px;
    fill: var(--main-font-color);
}
.contact02__text {
    font-size: 13px;
    color: var(--main-font-color);
}
