@charset "utf=8";

.cvr {
    background: url(../../../../uploads/incover_concept.jpg) no-repeat top center /cover;
}

.cptBx01 .txtColor01 {
    font-size: 2.6rem;
}

.cptBx01 .txtUline01 {
    text-decoration: underline;
    text-underline-offset: 1.5px;
}

.cptBx02 .inFl01 {
    align-items: flex-start;
}

.cptBx02 .inFl01L,
.cptBx02 .inFl01R {
    width: 46%;
}

.cptBx02 .inFl01L,
.cptBx02 .inFl01R {
    position: relative;
}

.cptBx02 .inFl01L::before,
.cptBx02 .inFl01R::before {
    content: "";
    position: absolute;
    top: 0;
    left: -2.5rem;
    width: 1px;
    height: 26.7rem;
    background: var(--primary);
    z-index: 1;
}

.cptBx02SubTit {
    text-align: center;
    font-weight: 700;
}

.cptBx02Tit01 {
    text-align: center;
}

.cptBx02Tit01 span {
    font-weight: 900;
}

.cptBx02TxtFl {
    display: flex;
    margin: 2rem 0 0;
}

.cptBx03 .inBtnBx {
    margin: 5rem auto 0;
    width: 100%;
    max-width: 45rem;
}



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1024px) {

    .cptBx01 .txtColor01 {
        font-size: 2.3rem;
    }

    .cptBx02 .inFl01L,
    .cptBx02 .inFl01R {
        padding: 0 0 0 1.5rem;
    }

    .cptBx02 .inFl01L::before,
    .cptBx02 .inFl01R::before {
        left: 0;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=768px) {

    .cptBx01 h2 br {
        display: none;
    }

    .cptBx01 .txtColor01 {
        font-size: 2rem;
    }

    .cptBx02 .inFl01 {
        align-items: center;
    }

    .cptBx02 .inFl01L,
    .cptBx02 .inFl01R {
        width: 100%;
        padding: 2rem 0;
    }

    .cptBx02 .inFl01L {
        border-top: 1px solid var(--primary);
        border-bottom: 1px solid var(--primary);
    }

    .cptBx02 .inFl01R {
        margin: 0;
        border-bottom: 1px solid var(--primary);
    }

    .cptBx02 .inFl01L::before,
    .cptBx02 .inFl01R::before {
        display: none;
    }

    .cptBx03 .inFl01:nth-child(3) h2 br {
        display: none;
    }

    .cptBx03 .inFl01R{
        margin: 2rem 0 0;
    }

    .cptBx03 .inFl01L{
        display: contents;
    }

    .cptBx03 .inTit01{
        order: 1;
    }

    .cptBx03 .inFl01R{
        order: 2;
    }

    .cptBx03 .inTxtBx{
        order: 3;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */