.pc-news-fv-box{
    position: absolute;
    /* transform: translateX(20%); */
    right: 10%;
    top: 70%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
    align-items: center;
}
.pc-news-fv-box .news-en-title{
    color: rgba(11, 62, 107, 0.6);
    box-shadow: none;
    font-size: 60px;
    /* font-weight: bold; */
    text-align: start;
}
.pc-news-fv-box .news-jp-title{
    color:#0B3E6B;
    font-size: 20px;
    font-weight: bold;
    
}
.news-boss-div{
    width: 100%;
    display: flex;
    justify-content: center;
}

.news-container {
    padding-top: 130px !important;
}