.contact ._hero_ {
    background: url("../img/contact/contact_hero_edit.jpg");
    background-size: cover;
    background-position-y: center;
}

.flow {
    padding: 0 128px;
}

.contact .titleArea {
    margin: 0;
}

.flow .flow__flex {
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
    gap: 64px;
}

.flow .flow__flex .flexContents {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    text-align: center;
}

.flow .flow__flex .flexContents .image__circle {
    margin: 0 auto;
    width: 236px;
    height: 236px;
    border-radius: 300px;
    box-shadow: 5px 5px 13px 0px rgba(228, 228, 228, 0.90) inset, -5px -5px 10px 0px rgba(255, 255, 255, 0.90) inset, 5px -5px 10px 0px rgba(228, 228, 228, 0.20) inset, -5px 5px 10px 0px rgba(228, 228, 228, 0.20) inset, -1px -1px 2px 0px rgba(228, 228, 228, 0.50), 1px 1px 2px 0px rgba(255, 255, 255, 0.30);
    position: relative;
}

.flow .flow__flex .flexContents .image__circle img{
    width: 68%;
}

.flow .flow__flex .flexContents .image__circle p{
    font-size: 16px;
    margin-top: 8px;
}

.flow .flow__flex .flexContents .image__circle .image__circleContents{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.flow .flow__flex .flexContents .second__img {
    margin: 32px 0;
    width: 50%;
    margin: 32px auto;
}

.flow .flow__flex .flexContents .down__icon {
    display: none;
}

.flow .flow__flex .flexContents  p {
    font-size: 14px;
}

@media screen and (max-width:768px) {
    .flow {
        padding: 24px;
    }
    .flow h1 {
        font-size: 16px;
    }

    .flow h1 font{
        font-size: 12px;
    }
    
    .contact .titleArea {
       margin: 0 auto;
    }

    .contact .titleArea h2{
        font-size: 12px;
        margin-top: 32px;
     }

     .contact .titleArea h1{
        font-size: 16px;
     }


    .flow .flow__flex {
        display: block;
    }

    .flow .flow__flex .flexContents .second__img {
        display: none;
    }

    .flow .flow__flex .flexContents .line__qr {
        display: block;
        margin: 24px auto;
    }

    .flow .flow__flex .flexContents  p {
        margin: 24px 0;
    }

    .flow .flow__flex .flexContents .down__icon {
        width: 82px;
        margin: 0 auto;
        display: block;
    }

    .not-page {
        padding: 24px;
    }

    .not-page h1 {
        margin-top: 0;
    }
}