.header_block {
    display: flex;
    justify-content: center;
}

.main_block,
.form_block {
    background-color: #f4f5f7;
    display: flex;
    justify-content: center;
}

.header_block_frame_1 {
    width: 90%;
    margin: 2vmin 0;
}

.main_block_frame_1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    width: 90%;
    border-radius: 3%;
    margin: 3vmin 0;
}

.main_block_frame_2 {
    width: 90%;
    margin: 5% 0;
}

.main_block_frame_3 {
    width: 100%;
    margin: 5% 0;
}

.image_salary {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top 0px left 0px;
}

.image_salary_example,
.image_working_environment {
    width: 100%;
    height: 100%;
}

.form_obi_1 {
    display: flex;
    align-items: center;
    background-color: #F8F301;
    height: 15vmin;
}

.form_obi_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #ffffff;
    height: 12vmin;
}

.form_obi_3 {
    color: #636363;
    font-size: 7vmin;
    font-weight: bold;
}

.form_block_frame_1 {
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    width: 60%;
    border-radius: 5%;
    margin: 3vmin 0;
}

.form_block_frame_2 {
    width: 90%;
    margin: 5% 0;
}


.image_header_logo {
    width: 40vmin;
}

.form_frame_1 {
    margin-bottom: 40px;
}

.form_frame_2 {
    margin-bottom: 10px;
}


form .hissu_icon {
    padding: 1px 5px;
    background-color: #a5d165;
    border-radius: 3px;
    font-size: 13px;
    color: #ffffff;
}


input[type="text"],
input[type="number"],
form .interview_time {
    padding: 11px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15px;
    width: 100%;
}


form .submit_sms_soushin,
form .submit_mensetsu_kakutei_soushin {
    display: block;
    text-align: center;
    text-decoration: none;
    width: fit-content;
    margin: 70px auto 50px auto;
    padding: 10px;
    font-weight: bold;
    border: 2px solid #ccc;
    color: #ccc;
    background-color: #fbfbfb;
    font-size: 16px;
    border-radius: 50vh;
}


.footer_block_frame_1 {
    display: flex;
    justify-content: center;
}

.footer_block_frame_2 {
    display: flex;
    justify-content: center;
    width: 40vmin;
}

.image_footer_logo {
    width: 100%;
    margin: 4vmin 0 2vmin 0;
}

.footer_block_frame_3 {
    display: flex;
    justify-content: space-between;
    width: 60%;
    margin: 3vmin 0;
    font-size: 3vmin;
}

.copyright_block {
    display: flex;
    justify-content: center;
}

.copyright_block_frame_1 {
    margin: 2vmin 0;
    font-size: 2vmin;
}

@media screen and (max-width:480px) {

    .image_header_logo {
        width: 50vmin;
    }

    .image_salary {
        width: 100%;
        height: 75vmin;
        object-fit: cover;
        object-position: top 0px left 0px;
    }

    .header_block_frame_1 {
        width: 90%;
    }

    .main_block_frame_1 {
        width: 90%;
    }

    .form_block_frame_1 {
        width: 90%;
    }

    .footer_block_frame_1 {
        width: 100%;
    }

}