h2{
    text-align: left;
    
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.title {
    color: green;
}

.main{
    height: 100vw;
    width: 100vw;
}

.head_region{
    display: flex; 
    justify-content: space-between;
    width: 100vw;
    height: 10vw;
}

.img_region{
    width: 50vw;
    text-align: left;
}

.head_img{
    width: 50vw;   
}

.menu_region{
    width: 40vw; 
    right: 0;
    text-align: right;
}

.head_menu{
    flex-grow: 1;
    width: 40vw;   
    display: flex;
    right: 0;
    text-align: center;
}

.head_menu li {
    list-style:none;
    padding: 8px 10px;
}

.contents{
    width: 100vw;
    text-align: center;
        font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.title{
    color: #bda590;
}

/*求人情報*/

hr{
    height: 5px;
    background-color: #b4d9d5;
    border: none;
}

.contents_main{
    margin-right: auto;
    margin-left : auto;  
    justify-content: space-between;
}

.recruit_article_1{
    text-align: left
}

.recruit_article_2{
    text-align: left
}

.recruit_article_3{
    text-align: left
}

.footer
{
    width: 100vw;
    bottom: 0;    
    background-color: #b4d9d5;
    font-size: large;
    font-weight: bold
}

.footer p{
    text-align: center;
    top: auto;
    bottom:auto;
    
}

/*------------------------------------------------------------------------------------------------------------------------------*/
/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
    h2{
        text-align: left;
    
        font-family: "dnp-shuei-mgothic-std", sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .title {
        color: green;
    }

    .main{
        height: 100vw;
        width: 100vw;
    }

        .head_region{
        display: flex;
        justify-content: space-between;
        align-items: center;
        opacity: 70%;
        width: 100vw;
        height: 10vw;
        position: fixed;
        margin: 0 0 15px;
        background-color: #fff;
    }

    .img_region{
        width: 50vw;
        text-align: left;
    }

    .head_img{
        width: 50vw;   
    }

    .head_menu{
        flex-grow: 1;
        width: 40vw;   
        display: flex;
        right: 0;
        text-align: center;
        padding: 0;
    }

    .head_menu li {
        list-style:none;
        padding: 8px 10px;
        font-family: "dnp-shuei-mgothic-std", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 8px;
    }

    .contents{
        width: 100vw;
        text-align: center;
            font-family: "dnp-shuei-mgothic-std", sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .title{
        color: #bda590;
    }

    .brank{
        width: 100vw;
        height: 10vw;
    }
    
    /*求人情報*/

    hr{
        height: 5px;
        background-color: #b4d9d5;
        border: none;
    }

    .contents_main{
        margin-right: auto;
        margin-left : auto;  
        justify-content: space-between;
    }

    .recruit_article_1{
        text-align: left
    }

    .recruit_article_1 p{
        font-size: 13px
    }
    
    .recruit_article_2{
        text-align: left
    }

    .recruit_article_2 p{
        font-size: 13px
    }
    
    .recruit_article_3{
        text-align: left
    }

    .recruit_article_3 p{
        font-size: 13px
    }
    
    .footer
    {
        width: 100vw;
        bottom: 0;    
        background-color: #b4d9d5;
        font-size: large;
        font-weight: bold
    }

    .footer p{
        text-align: center;
        top: auto;
        bottom:auto;

    }
}
