.investment-content{
    width:100%;
    height:auto;
    margin-bottom:40px;
}

.investment-content .investment-kv{
    width:100%;
    height:680px;
    background:url('../img/investment_kv.jpg') no-repeat bottom center;
    background-size:cover;
    position:relative;
}

.investment-content .investment-kv .txt{
    width:100%;
    height:84px;
    background:url('../img/investment/investment_kv_txt.png') no-repeat top center;
    position:absolute;
    left:0;
    bottom:95px;
}

.english-edition .investment-content .investment-kv .txt{
    width:100%;
    height:118px;
    background:url('../img/investment/en_investment_kv_txt.png') no-repeat top center;
    position:absolute;
    left:0;
    bottom:95px;
}

.investment-content .investment-txt{
    padding:90px;
    line-height:30px;
}

.investment-content .investment-txt h3{
    display:inline-block;
}

.investment-content .investment-piece{
    padding:0 90px;
}

.investment-content .investment-piece ul{
    display:flex;
    padding:0;
    margin:0;
    justify-content: space-between;
    flex-wrap:wrap;
}

.investment-content .investment-piece ul li {
    list-style: none;
    align-items: stretch;
    border: 1px solid #C6D1E2;
    margin-bottom:10px;
    box-sizing: border-box;
    width: 24%;
}

.investment-content .investment-piece ul li img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.investment-content .investment-piece ul li>div.top-content{
    position:relative;
}

.investment-content .investment-piece ul li>div.top-content .text-26{
    color: white;
    padding: 15px 23px;
    position: absolute;
    bottom: 0;
}

.investment-content .investment-piece ul li>div.content{
    padding:23px;
    line-height:30px;
}

.investment-content .investment-piece .more{
    margin-top:50px;
    cursor: pointer;
}

@media screen and (max-width: 1280px) {
    .english-edition .investment-content .investment-kv .txt{
        position: absolute;
        left: 0;
        bottom: 95px;
        background-size: auto 80%;
    }
}

@media screen and (max-width: 1024px) {
    .investment-content .investment-piece ul li {
        width: 48.9%;
        margin:0;
        margin-right: 1%;
        float: left;
        margin-bottom:20px;
    }

    .investment-content .investment-piece ul li:nth-child(even){
        margin-right:0;
    }

    .investment-content .investment-piece ul li>div.content {
        padding: 23px;
        height: auto;
        line-height: 30px;
    }

    .investment-content .investment-kv .txt {
        width: 100%;
        height: 84px;
        background: url('../img/investment/investment_kv_txt.png') no-repeat top center;
        position: absolute;
        left: 0;
        bottom: 50px;
        background-size: 36%;
    }

    .english-edition .investment-content .investment-kv .txt{
        width:100%;
        height:118px;
        background:url('../img/investment/en_investment_kv_txt.png') no-repeat top center;
        position:absolute;
        left:0;
        bottom:50px;
        background-size:36%;
    }
}

@media screen and (max-width: 768px) {
    .investment-content .investment-kv .txt {
        width: 100%;
        height: 84px;
        background: url('../img/investment/investment_kv_txt.png') no-repeat top center;
        position: absolute;
        left: 0;
        bottom: 25px;
        background-size: 39%;
    }

    .english-edition .investment-content .investment-kv .txt{
        width:100%;
        height:118px;
        background:url('../img/investment/en_investment_kv_txt.png') no-repeat top center;
        position:absolute;
        left:0;
        bottom:25px;
        background-size:39%;
    }

    .investment-content .investment-txt {
        padding: 20px;
        line-height: 30px;
    }

    .investment-content .investment-piece {
        padding: 0 20px;
    }
}

@media screen and (max-width: 425px) {
    .investment-content .investment-kv .txt {
        width: 100%;
        height: 84px;
        background: url('../img/investment/investment_kv_txt.png') no-repeat top center;
        position: absolute;
        left: 0;
        bottom: -6px;
        background-size: 65%;
    }

    .english-edition .investment-content .investment-kv .txt{
        width:100%;
        height:118px;
        background:url('../img/investment/en_investment_kv_txt.png') no-repeat top center;
        position:absolute;
        left:0;
        bottom:-47px;
        background-size:65%;
    }

    .investment-content .investment-txt {
        padding: 20px;
        line-height: 22.5px;
    }

    .investment-content .investment-piece ul{
        overflow:hidden;
    }

    .investment-content .investment-piece ul li>div.content{
        line-height:22.5px;
    }

    .investment-content .investment-piece {
        padding: 0 15px;
        overflow:hidden;
    }

    .investment-content .investment-piece ul li:last-child{
        margin-bottom:0;
    }

    .investment-content .investment-txt h3 {
        display: inline-block;
        font-size:18px;
    }

    .investment-content .investment-txt{
        font-size:14px;
    }

    .investment-content .investment-piece ul{
        display:block;
    }

    .investment-content .investment-piece ul li {
        list-style: none;
        align-items: stretch;
        border: 1px solid #C6D1E2;
        margin:0;
        margin-bottom:25px;
        box-sizing: border-box;
        width: 100%;
    }

    .top-text-content {
        padding: 40px 15px 40px 15px !important;
    }

    .investment-content .investment-piece ul li>div.content {
        padding: 23px;
        height: auto;
        line-height: 22.5px;
        overflow:hidden;
    }

    .group-about-kv .txt .english {
        font-size: 64px;
        font-weight: bold;
        margin-bottom: 20px;
        letter-spacing: 2px;
    }
}










































































































