@charset "UTF-8";
.top_mv {
    height: 100vh;
    font-size: 3.5rem;
    background: url(../img/common/mv.jpg) no-repeat center / cover;
}

.top_mv_en {
    font-size: 5.5rem;
}

.news_list li {
    padding: 20px 0;
    border-bottom: 1px solid #707070;
}

.news_list li:first-child {
    border-top: 1px solid #707070;
}

.news_date {
    padding-left: 10px;
    width: 130px;
}

.news_category {
    width: 130px;
    margin-right: 40px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #000;
    border-radius: 50px;
}

.news_category a {
    display: block;
}

.top_concept h2 {
    position: relative;
    padding-bottom: 25px;
}

.top_concept h2::after {
    content: '';
    position: absolute;
    left: calc(50% - 45px);
    bottom: 0;
    width: 90px;
    height: 2px;
    background: #fff;
}

.top_service ul li {
/*     width: 33.33%; */
width: 50%;
height: 300px;
}

.top_service ul li:first-child {
    background: url(../img/top/service1.jpg) no-repeat center / cover;
}

.top_service ul li:nth-child(2) {
    background: url(../img/top/service2.jpg) no-repeat center / cover;
}

.top_service ul li:nth-child(3) {
    background: url(../img/top/service3.jpg) no-repeat center / cover;
}
.top_service ul li:nth-child(4) {
    background: url(../img/top/service4.jpg) no-repeat center / cover;
}
.top_investors_header h3 {
    display: inline-block;
    width: 100%;
    max-width: 720px;
    padding: 1em 20px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.top_investors_header h3 span {
    font-size: 140%;
}

.top_investors_header::before,
.top_investors_header::after {
    content: '';
    position: absolute;
    width: calc(50% - 360px);
    height: 2px;
    background: #000;
}

.top_investors_header::before {
    left: 0;
    top: 0;
}

.top_investors_header::after {
    right: 0;
    bottom: 0;
}

.top_investors_header h3::before,
.top_investors_header h3::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 80%;
    background: #000;
}

.top_investors_header h3::before {
    left: 0;
    top: -10%;
}

.top_investors_header h3::after {
    right: 0;
    bottom: -10%;
}

.top_investors .bg-black {
    position: absolute;
    padding: 15px;
}

.top_investors .bg-black::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 15px 0 15px;
    border-color: #000000 transparent transparent transparent;
    transform: translateX(-50%);
}

.top_investors .bg-grey {
    padding: 35px 25px 40px;
}

.top_works .works_list li {
    width: 48.5%;
}

.top_works .works_cont::after {
    right: 15px;
    font-size: 2rem;
}

.top_works .works_cont {
    padding: 25px 35px 25px 20px;
}

.top_news {
    background: #F5F3E7;
}

.top_news .cmn_btn a {
    background: #333;
    color: #fff;
}


p.more a:before {
    content: '>> ';
}

p.more {
    margin-top: 10px;
    text-align: right;
}

.servicetop>a {
    display: block;
    width: 50%;
}

.servicetop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top_service .servicetop>a {
    width: 50%;
    height: 300px;
}

.top_service .servicetop a:first-child {
    background: url(../img/top/service1.jpg) no-repeat center / cover;
}

.top_service .servicetop a:nth-child(2) {
    background: url(../img/top/service2.jpg) no-repeat center / cover;
}

.top_service .servicetop a:nth-child(3) {
    background: url(../img/top/service3.jpg) no-repeat center / cover;
}
.top_service .servicetop a:nth-child(4) {
    background: url(../img/top/service4.jpg) no-repeat center / cover;
}







@media screen and (max-width: 1024px) {
    .top_mv p {
        font-size: 4.5vw;
    }
}

@media screen and (max-width: 768px) {
    .top_service ul li {
        height: 220px;
    }
    .top_investors_header h3 {
        max-width: none;
    }
    .top_investors_header::before,
    .top_investors_header::after {
        width: 100%;
    }
    .top_investors_header h3::before {
        left: 15px;
    }
    .top_investors_header h3::after {
        right: 15px;
    }
    .top_works .works_cont {
        padding: 20px 30px 20px 15px;
    }

    .news_category {
    	line-height: 25px;
    }

    p.news_title {
     padding-left: 10px;
     padding-top: 10px;
 }
}

@media screen and (max-width: 480px) {
    .top_service ul li {
        width: 100%;
    }
    .top_investors .bg-grey {
        padding: 30px 15px;
    }
    .top_works .works_cont {
        padding: 15px 25px 15px 10px;
    }
    .top_works .works_cont::after {
        right: 10px;
        font-size: 1.6rem;
    }
}

