@charset "utf-8";

.top-title{
    position: relative;
    margin-bottom: 4rem;
    background-color: #cb131f;
    padding: 2.5rem 2rem;
    color: #fff;
    font-size: 2.8rem;
}
.top-title::after{
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #cb131f;;
}
.top-head-box p{
    padding: 0 2rem 2rem;
    font-size: 18px;
    line-height: 1.66666666667;
}
.top-head-text{
    padding: 2rem;
}
.top-sub-title{
    margin-bottom: 1rem;
}
.top-sub-title .text{
    display: inline-block;
    border-bottom: 1px dashed #cb131f;
    padding-bottom: 5px;
    font-size: 3rem;
}
.top-sub-title img{
    vertical-align: bottom;
}
.top-head-list{
    font-size: 2.2rem;
    font-weight: bold;
}
.top-head-list::before{
    content: url(../images/top/icon-check.png);
}
.video-wrap{
    padding-bottom: 57%;
}
.video-link{
    background-image: url(../images/top/video-thumb.jpg);
}
@media (min-width: 992px){
    .top-head-area{
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
        max-width: 1400px;
        margin: auto;
    }
    .top-video,
    .top-head-box{
        width: 50%;
    }
    .video-wrap{
        padding-bottom: 71.42857142857143%;
    }
}
@media (min-width: 1200px){
    .top-head-box p{
        padding: 0 4rem 2rem;
    }
}
@media (min-width: 1400px){
    .video-wrap{
        padding-bottom: 0;
        height: 500px;
    }
}