.kv__area-insertion {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.kv__area-insertion--bg {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    background: #b2c191c4;
    height: calc(tan(60deg)* 14vw / 2);
    width: 52vw;
    clip-path: polygon(0% 0, 100% 0%, 100% 100%);
}

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

.kv__area-insertion--text {
    position: absolute;
    top: 0;
    right: 0;
    width: 36vw;
    /* font-size: 5.6vw; */
    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: right;
}

@media screen and (min-width: 1025px) {
    .kv__area-insertion--text {
        /* font-size: 60px; */
        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: #f9f9f9;
        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: #eaa489;
    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: #ffffff;
    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: #eaa489;
    color: #ffffff;
    font-size: 24px;
    border-radius: 12px;
    padding: 10px;
    max-width: 320px;
    margin: 24px 0 24px 2%;
    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: 20%;
    transform: translateX(-50%);
    border-width: 24px;
    border-style: solid;
    border-color: #eaa489 transparent transparent transparent; /* 上に向かって三角形を描く */
}
@media screen and (min-width: 1025px) {
.table-title-class {
    margin: 24px 0 24px 0%;
}
}
    @media screen and (min-width: 768px) {
.table-title-class::after {
    left: 26%;
}
}



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

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

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


.navi_btn{
    display:none;
}