.position_box{
    width: 100%;
    padding: calc(10px + 1rem) 0;
    margin-top: calc(20px + 4rem);
    background-color: #f4f4f4;
}

.position{
    max-width: 1640px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(4px + 0.25rem);
}

.position p{
font-family: D_DIN_PRO_Regular;
font-weight: 400;
font-size: calc(8px + 0.5rem);
color: #333333;
line-height: 1;
}
.position img{
    width: calc(6px + 1rem);
}
.position p a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(3px + 0.5rem);
}

@media screen and (max-width: 1100px){
    .position_box{
        margin-top: 0;
    }
    .position p{
        font-size: calc(10px + 1rem);
    }
}

