.z-index-erea .heikoushihenkei {
    display: inline;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    color: #ff000000;
    background-color: #9bffa4;
}

.z-index-erea .hishigataPink {
    background-color: #ff9dd3;
}



.z-index-title {
    position: relative;
    left: 16px;
    font-size: 1.8rem;
    top: -24px;
    font-family: 'Noto Serif JP';
    font-weight: 600;
    margin: 0px;
    width: fit-content;
}

.flowTitle {
    background-color: #4af0b7;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.gaiyouTitle {
    background-color: #f04aae;
}

.flowTitle .flowNum {
    padding-left: 16px;
    color: white;
    /* height: fit-content; */
    font-size: 3.5rem;
    font-weight: 900;
    font-style: italic;
    line-height: 0.8;

}

.flowTitle h2 {
    color: white;
    font-size: 2rem;
    margin: 0px;
    padding-left: 64px;
}


/* レスポンシブ */
@media (max-width: 768px) {
    .flowTitle h2 {
        color: white;
        font-size: 1.8rem;
        margin: 0px;
        padding-left: 24px;
    }

    .z-index-title {
        width: 90vw;
    }
}