@charset "UTF-8";



/* -------  first-view  --------------------------------------------------------------------------------- */

.first-view_img {
    position: relative;
}

.first-view_img img {
    width: 100%;
}

.first-view_copy_container {
    position: absolute;
    top: 30%;
    width: 100%;
    padding: 32px 24px;
}

.first-view_copy {
    width: 800px;
    margin: 0 auto;
    font-size: 64px;
}

.first-view_copy_sub {
    width: 800px;
    margin: 0 auto;
    font-size: 20px;
}



/* -------  performance  --------------------------------------------------------------------------------- */





/* -------  message  --------------------------------------------------------------------------------- */

.message_container {
    margin-bottom: 36px;
}

.message_item {
    display: flex;
    margin-bottom: 16px;
}

.message_item--left {
    width: 12%;
    display: flex;
    align-items: center;
}

.message_item--right {
    width: 80%;
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.message_img {
    width: 100%;
}

.message_name {
}

.message_name_sub {
    font-size: 16px;
}

@media(max-width:480px) {
    .message_item--left {
        width: 20%;
}