@charset "UTF-8";
.recruit_top{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    max-width: 1120px;
    align-items: flex-start;
}
.recruit_top_item2 img{
    width: 100%;
}

.recruit_top_item1{
    width: 50%;
    font-size: 1.1rem;
}
.recruit_top_item2{
    width: 45%;
}
.recruit_top h4{
    font-size: 1.5rem;
    color: #21844a;
    line-height: 2.4rem;
}
.rec_cont{
    width: 80%;
    margin: 40px auto;
    max-width: 1120px;
}
.rec_cont h5{
    width: 35%;
    font-size: 1.3rem;
    color: #905f2d;
    line-height: 1.3rem;
    margin: 30px auto;
    padding: 12px;
    background-color: #fff;
    border: 1px solid #905f2d;
    border-radius: 30px;
    text-align: center;
}
.rec_cont p{
    text-align: center;
    color: #21844a;
    font-size: 1.2rem;
    line-height: 2.2rem;
    font-weight: 600;
}
.rec_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.rec_list_item{
    width: 48%;
}
.rec_list_item dl{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 20px auto;
    border-bottom:2px solid #00722b;
    padding-bottom: 10px;
}
.rec_list_item dt{
    width: 40px;
    margin-right: 15px;
}
.rec_list_item dd{
    font-size: 1.2rem;
}
.rec_list_item a{
    color: #000;
    text-decoration: none; 
}
.rec_list_item a:hover{
    color: #DAA40C;
    text-decoration: none; 
}

.rec_contact{
    width: 40%;
    text-align: center;
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.5rem;
    color: #905f2d;
}
.rec_contact_tel{
    font-size: 1.8rem;
    font-weight: 600;
    color: #00834A;
}
.rec_contact_tel a{
    color: #00834A;
    text-decoration: none;
}
.rec_contact img{
    width: 260px;
    margin: 20px auto;
}
.rec_contact img:hover{
  transform:scale(1.1,1.1);
  transition:0.5s all;
}

@media screen and (max-width:480px){
    .recruit_top{
    width: 90%;
    margin: 0 auto;
    display: flex;
        flex-direction: column;
    justify-content: center;
    max-width: 480px;
    align-items: flex-start;
}
.recruit_top_item2 img{
    width: 100%;
}

.recruit_top_item1{
    width: 100%;
    font-size: 1.1rem;
}
.recruit_top_item2{
    width: 80%;
    margin: 0 auto 10px;
}
.recruit_top h4{
    font-size: 1.5rem;
    color: #21844a;
    line-height: 2.4rem;
}
.rec_cont{
    width: 90%;
    margin: 40px auto;
    max-width: 1120px;
}
.rec_cont h5{
    width: 80%;
    font-size: 1.3rem;
    color: #905f2d;
    line-height: 1.3rem;
    margin: 30px auto;
    padding: 12px;
    background-color: #fff;
    border: 1px solid #905f2d;
    border-radius: 30px;
    text-align: center;
}
.rec_cont p{
    text-align: center;
    color: #21844a;
    font-size: 1.2rem;
    line-height: 2.2rem;
    font-weight: 600;
}
.rec_list{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.rec_list_item{
    width: 90%;
    margin: 0 auto;
}
.rec_list_item dl{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 20px auto;
    border-bottom:2px solid #00722b;
    padding-bottom: 10px;
}
.rec_list_item dt{
    width: 40px;
    margin-right: 15px;
}
.rec_list_item dd{
    font-size: 1.2rem;
}
.rec_list_item a{
    color: #000;
    text-decoration: none; 
}
.rec_list_item a:hover{
    color: #DAA40C;
    text-decoration: none; 
}

.rec_contact{
    width: 80%;
    text-align: center;
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.5rem;
    color: #905f2d;
}
.rec_contact_tel{
    font-size: 1.8rem;
    font-weight: 600;
    color: #00834A;
}
.rec_contact_tel a{
    color: #00834A;
    text-decoration: none;
}
.rec_contact img{
    width: 240px;
    margin: 20px auto;
}
.rec_contact img:hover{
  transform:scale(1.1,1.1);
  transition:0.5s all;
}
}

