.top_title_area {
    position: relative;
    padding: 10rem 0 10rem;
}
.top_title_area img.about_title_shape1 {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 50%;
    z-index: -1;
}
.top_title_area img.about_title_shape2 {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    width: 50%;
    z-index: -1;
    transform: rotateY(180deg);
}
.top_title_area h1 {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 6rem;
    line-height: 8rem;
    max-width: 134.6rem;
    width: 100%;
    margin: 0 auto;
}
.top_title_area p {
    font-size: 3rem;
    position: relative;
    z-index: 1;
    text-align: center;
    font-weight: 500;
    line-height: 4rem;
    margin-top: 1.5rem;
}
.about_us_banner_img_area img {
    display: block;
    width: 100%;
    height: 50.5rem;
    object-fit: cover;
}
.powerby_logo {
    text-align: center;
    margin-bottom: 2rem;
}
.powerby_logo img {
    width: 100%;
}
.about_us_banner_area.single_sponsor_area .top_title_area {
    padding-bottom: 6.1rem;
}
.top_title_area.text2 {
    padding: 9.1rem 0 7.1rem;
}
.top_title_area.text2 p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    max-width: 111.11rem;
    margin: 0 auto;
    padding-top: 4rem;
}
@media only screen and (max-width: 1050px){
    .top_title_area {
        padding: 60px 0;
    }
    .top_title_area h1 {
        font-size: 36px;
        line-height: 46px;
    }
    .about_us_banner_img_area img {
        height: 280px;
    }
}
@media only screen and (max-width: 768px){
    .top_title_area h1 {
        font-size: 28px;
        line-height: 36px;
    }
    .about_us_banner_img_area img {
        height: 220px;
    }
    .top_title_area, .top_title_area.text2 {
        padding: 40px 0;
    }
    .powerby_logo {
        margin-bottom: 5px;
    }
    .powerby_logo img {
        max-width: 120px!important;
    }
    .top_title_area.text2 p{
        padding-top: 20px;
    }
    .top_title_area p {
        font-size: 18px;
        line-height: 26px;
    }
}