@charset "utf-8";

/* ==========================================
Message
========================================== */

.message-container {
    margin: 8rem 0 0;
}

.message-flex-area {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.message-img-block {
    max-width: 58rem;
    width: 38.15%;
}

.message-text-block {
    max-width: 84rem;
    width: 55.26%;
}

.message-text-box {
    margin: 6rem 0 0;
}

.message-name {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
    font-family: var(--font-family02);
    letter-spacing: 0.03em;
    line-height: 1.44em;
    margin: 10rem 0 0;
}

.message-name > strong {
    font-size: 3rem;
    letter-spacing: 0.03em;
    line-height: 1.46em;
}

/* ==========================================
Features
========================================== */

.features-container {
    margin: 8rem 0 0;
}

.features-flex-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 8rem 0 0;
}

.features-flex-area:first-child {
    margin: 0;
}

.features-flex-area-reverse {
    flex-direction: row-reverse;
}

.features-img-block {
    max-width: 58rem;
    width: 38.15%;
}

.features-text-block {
    max-width: 82rem;
    width: 53.94%;
}

.features-text-box {
    margin: 3rem 0 0;
}

/* ==========================================
Vision
========================================== */

.vision-container {
    margin: 8rem 0 0;
}

.vision-flex-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--primary-dark);
    padding: 5rem;
}

.vision-img-block {
    max-width: 58rem;
    width: 40.84%;
}

.vision-text-block {
    max-width: 75rem;
    width: 52.81%;
}

.vision-text-box {
    margin: 6rem 0 0;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1920px) {



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1550px) {



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1024px) {

    /* ==========================================
    Message
    ========================================== */

    .message-container {
        margin: 4rem 0 0;
    }

    .message-text-box {
        margin: 4rem 0 0;
    }

    .message-name {
        gap: 1.5rem;
        margin: 5rem 0 0;
    }

    .message-name > strong {
        font-size: 2.6rem;
    }

    /* ==========================================
    Features
    ========================================== */

    .features-container {
        margin: 4rem 0 0;
    }

    .features-flex-area {
        margin: 4rem 0 0;
    }

    /* ==========================================
    Vision
    ========================================== */

    .vision-container {
        margin: 4rem 0 0;
    }

    .vision-flex-area {
        padding: 3rem;
    }

    .vision-text-box {
        margin: 4rem 0 0;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 768px) {

    /* ==========================================
    Message
    ========================================== */

    .message-flex-area {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    
    .message-img-block {
        max-width: 32rem;
        width: 60%;
    }
    
    .message-text-block {
        width: 100%;
        margin: 4rem 0 0;
    }
    
    .message-name > strong {
        font-size: 2.2rem;
    }

    /* ==========================================
    Features
    ========================================== */

    .features-flex-area {
        flex-direction: column;
        justify-content: flex-start;
    }
    
    .features-img-block {
        max-width: 100%;
        width: 100%;
    }
    
    .features-text-block {
        width: 100%;
        margin: 4rem 0 0;
    }

    /* ==========================================
    Vision
    ========================================== */

    .vision-flex-area {
        flex-direction: column;
        justify-content: flex-start;
        padding: 2rem;
    }
    
    .vision-img-block {
        max-width: 100%;
        width: 100%;
    }
    
    .vision-text-block {
        max-width: 100%;
        width: 100%;
        margin: 4rem 0 0;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 576px) {



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 414px) {



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */