@charset "utf-8";

.section--Message {
    padding: 60px 15px;
    padding-top: 100px;
    background-color: var(---primary--whiteLow);

}

.m__1 {
    max-width: 1440px;
    margin: 0 auto;
}

.message__subtitle {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 3px;
    margin-top: 30px;
    position: relative;
    left: 30px;
    max-width: 295px;
    z-index: 20;
}

.messageImg__1 {
    width: 332px;
    margin: -40px -15px;
    position: relative;
    z-index: 10;
}

.autor__name {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    width: 332px;
    margin: 50px 0 0 -15px;
}

.autor__name--jp {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 1.8px;
}

.autor__name--en {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.99px;
}

.message__txt--1 {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 2px;
    margin-top: 30px;
}

.messageImg__2 {
    width: 304px;
    height: 226px;
    overflow: hidden;
}

.message__txt--2 {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 2px;
    margin-top: 30px;
}

.messageImg__3 {
    width: 179px;
    height: 255px;
    overflow: hidden;
    margin-top: 30px;
}

.message__content2 {
    margin-top: 30px;
}

.btn--mrp {
    margin-top: 30px;
}

@media screen and (min-width: 769px) {

    .section--Message {
        padding: 200px 60px 120px 60px;
    }

    .message__subtitle {
        font-size: 3.5rem;
        font-weight: 700;
        line-height: 70px;
        letter-spacing: 3px;
        max-width: 532px;
        margin-right: 51px;
        margin-top: 100px;
        z-index: 20;
    }

    .message__content1 {
        max-width: 1300px;
    }

    /* .message3{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: end;

    } */


    .messageImg__1 {
        width: 100%;
        height: 643px;
        position: relative;
        overflow: hidden;
        margin-right: auto;
        z-index: 1;

    }

    .messageImg__1 img {
        position: absolute;
        top: -171px;

    }

    .message__content1 {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .autor__name--jp {
        font-size: 2.6rem;
        font-weight: 500;
        line-height: 3.6px;
    }

    .autor__name--en {
        font-size: 1.3rem;
        font-weight: 700;
        line-height: 12px;
    }

    .autor__name {
        display: inline-flex;
        flex-direction: column;
        gap: 18px;
        width: 125px;
        /* margin: 5px 140px; */
        margin: 70px 90px;
        z-index: 2;
    }

    .message2 {
        display: flex;
        gap: 80px;
        align-items: flex-end;
        margin-top: 120px;
        flex-wrap: wrap;

    }

    .message__txt--1 {
        font-size: 1.8rem;
        line-height: 37px;
        letter-spacing: 3px;
        width: 543px;
    }

    .messageImg__2 {
        width: 519px;
        height: 386px;
        object-fit: cover;

    }

    .message3 {
        display: flex;
        flex-wrap: wrap;
        gap: 80px;
        margin-top: 120px;
        justify-content: right;
        flex-direction: row-reverse;
    }

    .message__txt--2 {
        font-size: 1.8rem;
        line-height: 37px;
        letter-spacing: 3px;
        width: 523px;

    }

    .messageImg__3 {
        width: 506px;
        height: 543px;
    }

    .btn--mrp {
        margin-top: 60px;
    }

    .btn--mrp__contents {
        display: flex;
        width: auto;
        justify-content: flex-end;
    }



}