<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.step_box {
    position: relative;
    margin-bottom: 11.5rem;
}
.step_box::after {
    content: "";
    display: block;
    width: 19.2rem;
    height: 3.2rem;
    background: url('../images/arrow_step.svg') no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -7.5rem;
    left: 50%;
    transform: translateX(-50%);
}
.step_box:last-child {
    padding-bottom: 0;
}
.step_box:last-child::after {
    display: none;
}
.step_no {
    position: absolute;
    left: 0;
    top: 0;
}
.step_no span {
    font-family: var(--font-en);
    font-size: 2.8rem;
    letter-spacing: .1em;
    font-weight: bold;
    color: var(--color-main);
    border-bottom: 1px solid var(--color-main);
    padding-bottom: 1rem;
}
.step_no span::before {
    content: "STEP";
    display: block;
    font-size: 1.2rem;
    letter-spacing: .1em;
    margin-bottom: .5em;
    font-weight: bold;
}
.step_box_ttl {
    font-size: 1.6rem;
    line-height: 6rem;
    font-weight: bold;
    margin-bottom: 3rem;
    padding-left: 6rem;
}
.step_box_txt {
    margin-bottom: 4rem;
}
/** sp **/
@media only screen and (max-width:767.98px){
    
}
/** pc **/
@media screen and (min-width: 768px) {
    .step_box {
        background-color: #EBF7F8;
        padding: 6.5rem 8rem;
        display: flex;
        justify-content: space-between;
    }
    .step_no {
        position: static;
    }
    .step_no span {
        font-size: 3.6rem;
    }
    .step_no span::before {
        font-size: 1.6rem;
    }
    .step_box_ttl {
        line-height: 1em;
        font-size: 2rem;
        margin-bottom: 1em;
        padding: 0;
    }
    .step_box .step_box_txt {
        width: 43.6rem;
    }
    .step_box figure {
        width: 33.5rem;
    }
}</pre></body></html>