@charset "utf-8";

/* ==========================================
Message
========================================== */

.message-container {
    margin: 8rem 0 0;
}

.message-flex-area {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.message-img-block {
    max-width: 58rem;
    width: 38.15%;
}

.message-text-block {
    max-width: 82rem;
    width: 53.94%;
}

.message-text-box {
    margin: 6rem 0 0;
}

/* ==========================================
Appeal
========================================== */

.appeal-container {
    margin: 8rem 0 0;
}

.appeal-flex-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 8rem 0 0;
}

.appeal-flex-area:first-child {
    margin: 0;
}

.appeal-flex-area-reverse {
    flex-direction: row-reverse;
}

.appeal-img-block {
    max-width: 58rem;
    width: 38.15%;
}

.appeal-text-block {
    max-width: 82rem;
    width: 53.94%;
}

.appeal-text-box {
    margin: 3rem 0 0;
}

/* ==========================================
Information
========================================== */

.info-container {
    margin: 6rem 0 0;
}

.info-grid-area {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 3rem;
}

.info-card {
    background: var(--primary-dark);
    border: solid 1px var(
    --primary-light);
    border-radius: 0.3rem;
    padding: 4rem 1.5rem;
}

.info-card-title {
    font-size: 2.5rem;
    font-weight: 600;
    font-family: var(--font-family02);
    letter-spacing: 0.03em;
    line-height: 1.44em;
    text-align: center;
}

.info-card-img {
    max-width: 17.2rem;
    width: 60%;
    margin: 4rem auto 0;
    aspect-ratio: 1/1;
    position: relative;
}

.info-card-img > img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.info-card-text {
    margin: 2.6rem 0 0;
    text-align: center;
}

/* ==========================================
Discription
========================================== */

.desc-container {
    margin: 6rem 0 0;
}

.desc-grid-area {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 3.3rem;
}

.desc-card {
    border-radius: 0.3rem;
    padding: 3rem 3rem 4rem;
}

.desc-card-text {
    margin: 2rem 0 0;
}

/* ==========================================
Openings
========================================== */

.openings-container {
    max-width: 122rem;
    margin: 5rem auto 0;
}

.openings-item {
    display: flex;
    justify-content: space-between;
    padding: 3rem 1rem;
    border-bottom: solid 1px var(--primary-light);
}

.openings-dt {
    max-width: 21rem;
    width: 100%;
    font-size: 2rem;
    letter-spacing: 0.03em;
    line-height: 1.5em;
}

.openings-dd {
    flex: 1;
    font-weight: normal;
    margin: 0 0 0 2rem;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@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;
    }

    /* ==========================================
    appeal
    ========================================== */

    .appeal-container {
        margin: 4rem 0 0;
    }

    .appeal-flex-area {
        margin: 4rem 0 0;
    }

    /* ==========================================
    Information
    ========================================== */

    .info-container {
        margin: 4rem 0 0;
    }

    .info-grid-area {
        gap: 1.5rem;
    }

    .info-card {
        padding: 2rem 1.5rem;
    }

    .info-card-title {
        font-size: 2rem;
    }

    .info-card-img {
        margin: 3rem auto 0;
    }

    .info-card-text {
        margin: 1.5rem 0 0;
    }

    /* ==========================================
    Discription
    ========================================== */

    .desc-container {
        margin: 4rem 0 0;
    }

    .desc-grid-area {
        gap: 1.5rem;
    }

    .desc-card {
        padding: 1.5rem 1.5rem 2rem;
    }

    .desc-card-text {
        margin: 1.5rem 0 0;
    }

    /* ==========================================
    Openings
    ========================================== */

    .openings-container {
        margin: 2.5rem auto 0;
    }

    .openings-item {
        padding: 1.5rem 1rem;
    }
    
    .openings-dt {
        font-size: 1.8rem;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@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;
    }

    /* ==========================================
    appeal
    ========================================== */

    .appeal-flex-area {
        flex-direction: column;
        justify-content: flex-start;
    }
    
    .appeal-img-block {
        max-width: 100%;
        width: 100%;
    }
    
    .appeal-text-block {
        width: 100%;
        margin: 4rem 0 0;
    }

    /* ==========================================
    Information
    ========================================== */

    .info-grid-area {
        grid-template-columns: repeat(2,1fr);
    }

    .info-card-title {
        font-size: 1.8rem;
    }

    /* ==========================================
    Discription
    ========================================== */

    .desc-grid-area {
        grid-template-columns: repeat(2,1fr);
    }

    /* ==========================================
    Openings
    ========================================== */
    
    .openings-dt {
        font-size: 1.6rem;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 576px) {

    /* ==========================================
    Information
    ========================================== */

    .info-grid-area {
        grid-template-columns: repeat(1,1fr);
    }

    .info-card-title {
        font-size: 1.6rem;
    }

    /* ==========================================
    Discription
    ========================================== */

    .desc-grid-area {
        grid-template-columns: repeat(1,1fr);
    }

    /* ==========================================
    Openings
    ========================================== */

    .openings-item {
        flex-direction: column;
    }
    
    .openings-dt {
        width: 100%;
    }
    
    .openings-dd {
        margin: 0.5rem 0 0;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 414px) {



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */