@charset "utf-8";

.contact01__contents {
    background-color: var(--main-color);
    padding: 50px 0;
    display: flex;
    justify-content: center;
}

.contact01__section {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.contact01__section:nth-child(1) {
    padding-right: 44px;
}

.contact01__section:nth-child(1),
.contact01__section:nth-child(3) {
    width: 364px;
}

.contact01__section:nth-child(3) {
    padding-left: 44px;
}

.contact01__section:nth-child(2) {
    border-left: 1px solid var(--main-font-color);
    border-right: 1px solid var(--main-font-color);
    padding: 0 44px;
}

.contact01__ttl {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: var(--main-font-color);
}

.contact01__ttl svg {
    width: 24px;
    height: 24px;
    fill: var(--main-font-color);
    margin: -4px 0 0;
}

.contact01__tel {
    margin: 9px 0 0;
    color: var(--main-font-color);
    font-size: 32px;
    font-weight: 700;
}

.contact01__time {
    font-size: 13px;
    color: var(--main-font-color);
}

.contact01__btn {
    width: 320px;
    height: 62px;
    color: var(--sub-font-color);
    background-color: var(--sub-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
}
