@charset "utf-8";
.ec-contactRole,
.ec-contactCompleteRole,
.ec-contactConfirmRole{
    color: var(--color-mainFonts);
}
.ec-contactRole .center{
    text-align: center;
    margin: 0 0 50px;
}
.ec-off1Grid{
    max-width: 1000px;
    margin: 0 auto;
}
.ec-borderedDefs{
    margin: 50px 0;
}

.mvarea {
    margin: 0 calc(50% - 50vw) 50px;
    padding: 0 calc(50vw - 50%);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    aspect-ratio: 640 / 199;
    width: 100vw;
    color: var(--color-white);
    letter-spacing: 0.05em;
    position: relative;
}
.mvarea::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.5);
}
.mvarea h1{
    margin: 0;
    z-index: 1;
    letter-spacing: 0.07em;
    font-family: var(--fonts-title);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.mvarea span{
    z-index: 1;
    font-size: 16px;
}

.mvarea{
    background: url(/html/user_data/assets/img/contact/contact-pc.webp) no-repeat center;
    background-size: cover;
}

.ec-contactConfirmRole img{
    width: auto;
    margin: 30px auto;
    display: block;
}