@charset "utf-8";

.breadcrumbs-wrapper{
    background: var(--quaternary);
}

.inRead01{
    margin: 0;
}

.rctTable {
    margin: 3rem 0 0;
}

.rctApplyBx {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 8rem 0 0;
    padding: 8rem 2rem;
    background: var(--quaternary);
}

.rctApplyTit {
    font-size: 3rem;
    line-height: 1.45;
    letter-spacing: 0.05em;
}

.rctApplyTxt01,
.rctApplyTxt02 {
    font-size: 1.6rem;
    line-height: 2.1875;
    text-align: center;
}

.rctApplyTxt01 {
    margin: 3rem 0 0;
}

.rctApplyFl {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 51rem;
    margin: 6rem 0 0;
}

.rctApplyFlItem {
    display: flex;
    gap: 1rem;
    align-items: center;
    font-size: 2rem;
    line-height: 1.45;
    letter-spacing: 0.05em;
    color: var(--primary);
}

.rctApplyFlItem::before {
    content: "";
    display: block;
    width: 1rem;
    aspect-ratio: 1/1;
    background: var(--primary);
    border-radius: 100%;
}

.rctApplyTxt02 {
    margin: 4rem 0 0;
}

.rctApplyBx .btn01 {
    margin: 3.5rem 0 0;
    height: 6rem;
    max-width: 30rem;
}

.rctApplyBx .btn01 a {
    color: var(--quaternary);
    background: var(--primary);
    border: 1px solid var(--primary);
}

.rctApplyBx .btn01 a::before {
    width: 1.57rem;
    height: 11.6rem;
    filter: brightness(0) saturate(100%) invert(95%) sepia(2%) saturate(294%) hue-rotate(1deg) brightness(105%) contrast(90%);
}

.rctApplyBx .btn01 a::before {
    transform: rotate(-45deg);
}


.rctApplyBx .btn01 a:hover {
    color: var(--primary);
    background: var(--quaternary);
}

.rctApplyBx .btn01 a:hover::before {
    filter: brightness(0) saturate(100%) invert(50%) sepia(90%) saturate(255%) hue-rotate(356deg) brightness(100%) contrast(84%);
}



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

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

    .rctTable {
        margin: 1.5rem 0 0;
    }

    .rctApplyBx {
        margin: 3rem 0 0;
        padding: 4rem 2rem;
    }

    .rctApplyTit {
        font-size: 2.2rem;
    }

    .rctApplyTxt01,
    .rctApplyTxt02 {
        font-size: 1.5rem;
    }

    .rctApplyTxt01 {
        margin: 1.5rem 0 0;
    }

    .rctApplyFl {
        margin: 3rem 0 0;
    }

    .rctApplyTxt02 {
        margin: 1rem 0 0;
    }

    .rctApplyBx .btn01 {
        margin: 1.5rem 0 0;
    }


}

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

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

@media screen and (width <=576px) {
    .rctApplyFl {
        max-width: max-content;
        margin: 1rem auto 0;
        flex-direction: column;
    }
}

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