h2 {
    color: #fff !important;
}

@media only screen and (min-width: 992px) {
    .row-catch {
        display: flex;
        justify-content: end;
    }
}

@media only screen and (min-width: 992px) {
    .bg-common.catch .row-catch .item:nth-child(1) {
        align-items: center;
        display: flex;
        margin-left: 120px;
    }
}

@media only screen and (max-width: 991px) {
    .bg-common.catch .row-catch .item:nth-child(1) {
        align-items: center;
        display: flex;
        margin-top: 20px;
        margin-bottom: 35px;
    }

    .row-catch {
        padding-left: 15px;
        padding-right: 15px;
    }
}


@media screen and (min-width: 1265px) {
    .row-catch .item:nth-child(1) {
        max-width: 35%;
        flex: 0 0 35%;
    }
}



@media screen and (min-width: 992px) {
    .row-catch .me-small-wi {
        width: 70%;
    }
}

.row-catch .b0 {
    margin-top: 20px;
    margin-bottom: 20px !important;
}

.id-area {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 50px; */
}

.id-area a:nth-child(1) {
    margin-right: -20px;
}

.bg-common.id-area .ttl-area {
    border-top: 1px solid #fff;
    padding-top: 50px;
    padding-bottom: 20px;
}

.bg-common.id-area .ttl-jpn {
    margin-left: 30px;
}

.wave {
    position: absolute;
    bottom: 0;
}