#about_mv{
    width: 100%;
    height: 100vh;
    position: relative;
}
#about_mv .outer{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
#about_mv .outer .inner{
    position: relative;
    z-index: 2;
    padding: 40px 50px;
    text-align:center;
    color: #fff;
    background:rgba(0,0,0,.7);
    display: flex;
    flex-direction: column;
    align-items: center;
}
#about_mv .outer .inner small{
    font-size: 140%;
}
#about_mv .outer .inner h1{
    font-size: 400%;
}
#about_mv .outer .inner .text_area{
    writing-mode: vertical-rl;
    font-size: 120%;
    height: 200px;
    margin-top: 30px;
    text-align:left;
}
#about_mv .outer .inner .text_area p{
    margin: 0 15px;
}
#about_mv_photo{
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#about_mv_jun{
    width: 40%;
    position: absolute;
    bottom: 10%;
    left: 0;
    object-fit: cover;
    z-index: 1;
    opacity: 0;
    filter:blur(10px);
    transition: 10s all ease;
}
#about_mv_jun.act{
    opacity: .4;
    filter:blur(0);
}

.message_area{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}
.message_area .img_box{
    width: 600px;
}
.message_area .img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.message_area .message_box{
    width: calc(100% - 640px);
    font-size: 110%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.message_area .message_box h3{
    font-size: 180%;
    font-weight: 700;;
}
.message_area .message_box p{
    margin-top: 20px;
}
.message_area .message_box p i{
    font-style: italic;
    font-weight: 600;
    font-size: 120%;
}
.message_area .message_box p:first-child{
    margin-top: 0;
}
.message_box .bt_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}
.message_box .bt_box h4{
    width: 100%;
    font-size: 120%;
    font-weight: 700;
    text-align: center;
    color:#9b0713;
    margin-bottom : 10px;
}
.message_box .bt_box a{
    width: calc(50% - 20px);
    max-width: 300px;
    margin: 10px;
    border-radius: 50px;
    color: #fff;
    text-align:center;
    padding: 10px 0 12px;

}
.message_box .bt_box a:hover{
    opacity: .8;
}
#about_hhh_section{
    background: #eee;
}