.kv__area-insertion {
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
/*
.kv__area-insertion--bg {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    background: #3e61829e;
    height: calc(tan(60deg)* 16vw / 2);
    width: 48vw;
    clip-path: polygon(0% 0, 100% 0%, 0% 100%);
}

@media screen and (min-width: 1025px) {
    .kv__area-insertion--bg {
        height: calc(tan(60deg)* 120px / 2);
        width: 320px;
    }
}

.kv__area-insertion--text {
    position: absolute;
    top: 0;
    left: 0;
    width: 36vw;
    color: #ffffff;
    padding: 0.2vw 2vw;
    font-weight: bold;
    font-style: italic;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    z-index: 999;
    text-align: left;
}

@media screen and (min-width: 1025px) {
    .kv__area-insertion--text {
        width: 400px;
        height: calc(tan(60deg)* 120px / 2);
        padding: 0px 12px 8px 16px;
    }
}
*/

#key-visual {
    position: relative;
}

@media screen and (min-width: 1025px) {
    #key-visual {
        background: none;
        background-color: #f1f1f1;
        position: relative;
    }
}


#first-catch {
    margin: 0 auto;
    position: relative;
    padding: 0 0 0px 0;
    display: flex;
    justify-content: center;
    margin: 0 0 0px 0;
}

@media screen and (min-width: 1025px) {
    #first-catch {
        padding: 0 0 0px 0;
        margin: 0 0 -24px 0;
    }
}


.first-catch-bg {
    margin: 0 auto;
    position: relative;
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    background: #cfdfee;
    height: 14vw;
    width: 100%;
    min-width: 600px;
    max-width: 600px;
    /* border-radius: 24px; */
    /* ここで左下を角丸に */
    clip-path: polygon(0% 0, 100% 0%, 50% 100%);
}

@media screen and (min-width: 480px) {
    .first-catch-bg {
        margin: 0 auto;
        height: 72px;
    }
}


.first-catch-txt {
    position: absolute;
    /* top: 0; */
    /* right: 0; */
    /* width: 252px; */
    font-size: 5.2vw;
    color: #153557;
    padding: 2vw 24px;
    font-weight: bold;
    font-style: italic;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    z-index: 999;
    text-align: center;
    margin: 0 auto;
}


@media screen and (min-width: 480px) {
    .first-catch-txt {
        padding: 8px 24px;
        font-size: 24px;
    }
}


.ranking-box {
    overflow: hidden;
    border-radius: 16px;
    padding: 0;
}


#item_1_client {
    margin: 24px 0 0 0;
}

@media screen and (min-width: 1025px) {
    #item_1_client {
        margin: 0 0 0 0;
    }
}

.table-title-class {
    position: relative;
    background: #cfdfee;
    color: #153557;
    font-size: 24px;
    border-radius: 12px;
    padding: 10px;
    max-width: 360px;
    margin: 24px auto;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    
}

.table-title-class::after {
    content: '';
    position: absolute;
    bottom: -40px; /* 矢印の位置を調整 */
    left: 50%;
    transform: translateX(-50%);
    border-width: 24px;
    border-style: solid;
    border-color: #cfdfee transparent transparent transparent; /* 上に向かって三角形を描く */
}

/* .fontsize__3 {
    font-size: 6.0vw;
}

@media screen and (min-width: 1025px) {
    .fontsize__3 {
        font-size: 40px;
    }
}

.fontsize__4 {
    font-size: 4.8vw;
}

@media screen and (min-width: 1025px) {
    .fontsize__4 {
        font-size: 38px;
    }
}

.fontsize__else {
    font-size: 5.6vw;
}

@media screen and (min-width: 1025px) {
    .fontsize__else {
        font-size: 60px;
    }
}
*/

/* typeb ------- */
    .typeb .kv__area-insertion--bg {
    display:none;
    }

.typeb .kv__area-insertion--text {
        color: #FFF;
        margin-top: 3.5%;
        margin-left: 27%;
        width: 25%;
        padding: 0;
        font-size: 4.5vw;
        font-style: normal;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align:center;
}

@media screen and (min-width: 1200px) {
    .typeb .kv__area-insertion--text {
        font-size: 55px;
    }
}
@media screen and (max-width: 1024px) {
    .typeb .kv__area-insertion--text {
margin-left: 42%;
        width: 35%;
        margin-top: 5%;
        font-size: 6.5vw;
    }
}

/*
.typeb .kv__area-insertion--text.fontsize__4 {
    top: 19vw;
}
@media screen and (min-width: 1025px) {
    .typeb .kv__area-insertion--text.fontsize__4 {
        top: 9vw;
        left: 9vw;
    }
}

@media screen and (min-width: 1200px) {
    .typeb .kv__area-insertion--text.fontsize__4 {
        top: 110px;
        left: 100px;
    }
}
*/
.typeb .table-title-class {
    background: #E2E065;
    color: #153557;
    margin: 24px 0;
}

.typeb .table-title-class::after {
    left: 60px;
    transform: initial;
    border-color: #E2E065 transparent transparent transparent; /* 上に向かって三角形を描く */
}