.qr-wrap {
    background-color: #f4f4f4;
    padding: 4rem 8rem;
    border-radius: 10px;
}
.column[data-col-pc]:not([data-col-pc="1"]) {
    align-items: center;
    justify-content: center;
}
.column[data-col-pc]:not([data-col-pc="1"]) .column__item {
    margin-left: 0;
}
.flow-flex {
    display: flex;
    gap: 2rem;
    margin: auto;
}
.flow-wrap {
    margin: auto;
    width: 50%;
}
.flow-item-first {
    position: relative;
    color: #fff;
    background-color: #0b3190;
    width: 100%;
    margin-bottom: 2rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
}
.flow-item-first > p {
    text-align: center;
    font-size: large;
    font-weight: bold;
    line-height: 2.3rem;
}
.flow-item-first > p > span {
    font-weight: 100;
    line-height: 0.1rem;
}
.flow-flex .flow-item{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 33rem;
}
.flow-item {
    position: relative;
    background-color: #fef7ed;
    width: 100%;
    margin-bottom: 2rem;
    padding: 2rem 0;
    border-radius: 10px;
    text-align: center;
}
.flow-item img {
    width: 80%;
}
.flow-wrap > .flow-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;          
    top: 100%;         
    transform: translateX(-50%);
    height: 25px;      
    border-left: 2px solid #707070; 
}
.flow-item-last {
    margin-top: 3rem;
}
.flow-item-last::before {  
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-100%);
    --len: 25px;  
    --stroke: 2px; 
    --color: #707070;   
    width: 100%;
    height: calc(var(--len) * 2);
    background:
      linear-gradient(var(--color), var(--color))
        center bottom / var(--stroke) var(--len) no-repeat,
      linear-gradient(var(--color), var(--color))
        center bottom var(--len) / 100% var(--stroke) no-repeat,
      linear-gradient(var(--color), var(--color))
        left bottom var(--len) / var(--stroke) var(--len) no-repeat,
      linear-gradient(var(--color), var(--color))
        right bottom var(--len) / var(--stroke) var(--len) no-repeat;   
        z-index: -1; 
}
.flow-item-first::after  {
    content: "";
    position: absolute;
    left: 50%;          
    top: 99%;           
    transform: translateX(-50%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 13px solid #0b3190; 
}
.image a.image__frame--modal:before {
    right: 70px;
}
.image a.image__frame--modal:after {
    right: 81px;
}
.modal--image.modaal-wrapper .modaal-container .modaal-content {
    overflow: hidden;
    border-radius: 0px;
}
.flow-item .image-wrap, .flow-item figure.image {
    width: 100%;
}
@media only screen and (max-width: 767.98px) {
    .sp-upright {
        writing-mode: vertical-rl;
        text-orientation: upright;
    }
    .qr-wrap {
        padding: 2rem 1rem;
        border-radius: 7px;
    }
    .column.sp-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .flow-flex {
        gap: 1rem;
    }
    .flow-wrap {
        width: 100%;
    }
    .flow-item-first {
        height: 85px;
    }
    .flow-item {
        padding: 1rem 0;
    }
    .flow-flex .flow-item {
        height: 11rem;
    }
    .flow-item img {
        width: 90%;
    }
    .image a.image__frame--modal:before {
        right: 15px;
        bottom: 3px;
        width: 35px;
        height: 35px;
    }
    .image a.image__frame--modal:after {
        right: 23px;
        bottom: 11px;
    }
    .flow-item-last {
        margin-top: 1rem;
    }
    .flow-item-last::before {  
        --len: 15px;
        width: 50%;
        margin: auto;
    }
}