@charset "utf-8";
/* ==========================================
contact
============================================= */

body {
    background-color: var(--primary_company);
}

.topic__box {
    width: 50%;
    overflow: auto;
    margin-left: auto;
}

.section__contact {
    width: 100%;
    height: auto;
    background-color: var(--primary_company);
    margin-top: 80px; 
    position: relative;
}

.topic__box--group {
    display: flex;
    width: 100%;
}

.topic__group {
    width: 100%;
}

.topic__group--sub {
    width: 100%;
    height: auto;
    padding-left: 30px;
}


.topic__lead--text {
    letter-spacing: 0.05em;
}

.center {
    text-align: center;
}

.topic__group--01 {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    padding: 0 4.2%;
    margin-top: 28px;
}

.topic__group--text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tel__business__hours {
    width: 90%;
    max-width: 660px;
    padding: 28px 4.2%;
    border: 1px solid var(--primary_corporate);
    margin: 48px auto 88px;
}

.topic__sub {
    width: 100%;
    font-size: 2.0rem;
}

.br__sp {
    display: none;
}

/* contact pc end */

@media screen and (max-width: 769px) {
     .topic__box {
        width: 100%;
        overflow: initial;
    }

    .section__contact {
        margin-top: 0; 
        position: relative;
        display: block;
    }

    .topic__box--group {
        display: block;
        width: 100%;
    }

    .topic__group {
        width: 100%;
    }

    .topic__lead--text {
        text-align:left;
        padding: 0 4.2%;
    }

    .center {
        text-align: center;
        margin-right: -5%;
    }

    .topic__group--sub {
        width: 100%;
        margin-top: 0;
        padding: 0;
    }

    .topic__group--sub--title {
        padding: 0 4.2% 0 4.2%;
        text-align: left;
        margin-top: 0;
    }

    .topic__group--01 {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 0 4.2%;
        margin-top: 28px;
    }

    .topic__group--text {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .topic__sub {
        width: 100%;
        font-size: 2.0rem;
        text-align: center;
    }

    .tel__business__hours {
        padding: 16px 4.2%;
        border: 1px solid var(--primary_corporate);
        margin: 28px auto 64px;
        max-width: 343px;
    }

    .sp__none {
        display: none;
    }
    
    .br__sp {
        display: block;
    }

}

/* contact sp end */



