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

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

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

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

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

.topic__group {
    width: 50%;
}

.topic__group--sub {
    width: 100%;
    height: auto;
    padding: 0 40px 88px 40px;
}

.topic__group--sub--title {
    font-size: 2.4rem;
}

.topic__lead--text {
    margin-top: 16px;
    letter-spacing: 0.05em;
}

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

.topic__group--01:last-of-type {
    margin-bottom: 195px;
 }

.topic__group--text {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 18px;
}

.topic__sub {
    width: 60%;
    font-size: 2.0rem;
    border-bottom: 1px solid var(--primary_corporate);
}

.topic__group--01--img {
    width: 40%;
    height: auto;
}

.making__storise--list {
    display: block;
    width: 85%;
    height: auto;
    margin: 60px auto 80px;
}

.br__sp {
    display: none;
}

/* WorkProcess pc end */

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

    .section__workProcess {
        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%;
    }

    .bottom__aki {
        padding-bottom: 88px;
    }

    .center {
        text-align: center;
    }

    .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: 48px;
    }

    .topic__group--text {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 4.5%;
        margin-top: 16px;
    }


    .topic__sub {
        width: 53%;
        font-size: 2.0rem;
        text-align: center;
        border-bottom: 1px solid var(--primary_corporate);
    }

    .topic__group--01--img {
        width: 60%;
        margin-right: 12px;
        /* ↑画像がセンターに見えるよう調整 */
    }

    .making__storise--list {
        display: block;
        width: 100%;
        height: auto;
        margin: 60px auto 80px;
        padding: 0 4.2%;
    }

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

}

/* WorkProcess sp end */



