@charset "utf-8";
.page_ttl{
    width: 100%;
    font-size: 2rem;
    font-weight: 400;
    line-height: 3rem;
    color: #826026;
    margin: 0 auto 30px;
    padding: 10px 0 30px 80px;
    background-image: url("../images/page_title/ttl_bottom_line_07.png"),url("../images/page_title/page_ttl_icon_07.png");
    background-repeat: repeat-x,no-repeat;
    background-position: bottom,left top;
    background-size: 100%,65px;
    letter-spacing: 0.2rem;
}
.rec_top{
    width: 100%;
    padding: 0;
    background: -moz-linear-gradient(-90deg, #e4f8d7, #50a517);
 background: -webkit-linear-gradient(-90deg, #e4f8d7, #50a517);
 background: linear-gradient(-90deg, #e4f8d7, #50a517);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    border-radius: 10px;
}
.rec_top_cp{
    width: 55%;
    padding: 5%;
    font-size: 1.1rem;
    color: #fff;
     background-image: url("../images/recruit/top_bg.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.rec_top_cp span{
    font-size: 2.2rem;
    color: #33841B;
    text-shadow:1px 1px 3px #FFF, -1px -1px 3px #FFF,
              -1px 1px 3px #FFF, 1px -1px 3px #FFF,
              0px 1px 3px #FFF,  0 -1px 3px #FFF,
              -1px 0 3px #FFF, 1px 0 3px #FFF;
              
}
.rec_top_photo{
    padding: 30px 5% 30px 0;
    width: 43%;
    text-align: center;
    font-size: 1.1rem;
    line-height: 3rem;
    color: #2F6C17;
    
}
.rec_top_photo span{
    font-size: 0.9rem;
}
.rec_top_photo img{
    width: 100%;
    padding: 15px;
    background-color: #fff;
}
.rec_st1{
    width: 50%;
    margin: 30px auto;
}
.rec_t_area{
    width: 96%;
    margin: 0 auto 30px;
    padding: 0px 32% 5vw;
    position: relative;
    z-index: 2;
}
.rec_t_area img{
    padding: 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.1));
}

.rec_t_2{
    width: 35%;
    position: absolute;
    left:0;
    bottom: 0;
    transform: rotate(-10deg);
    z-index: -1;
}
.rec_t_3{
    width: 35%;
    position: absolute;
    transform: rotate(10deg);
    right:0;
    bottom: 0;
    z-index: -1;
}
.rec_st2{
    width: 40%;
    margin: 30px auto;
}
.message_1{
    width: 90%;
    margin: 30px auto;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    border:1px solid #FEACC4;
    border-radius: 10px;
    font-size: 1.1rem;
    box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, 0.1);
    
}.message_2{
    width: 90%;
    margin: 30px auto;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    border:1px solid #00BEAE;
    border-radius: 10px;
    font-size: 1.1rem;
    box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, 0.1);
    
}
.message_3{
    width: 90%;
    margin: 30px auto;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    border:1px solid #42D439;
    border-radius: 10px;
    font-size: 1.1rem;
    box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, 0.1);
}
.message_ttl{
    margin: 0 0 20px 0;
}
.message_cont1{
    width: 39%;
    padding: 10px;

}
.message_cont2{
    width: 55%;
    display: flex;
    flex-direction: column;
}
.charge1{
    width: 100%;
    border:1px solid #FEACC4;
    padding: 10px 20px;
    margin: 30px 0 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #686868;
}
.charge2{
    width: 100%;
    border:1px solid #00BEAE;
    padding: 10px 20px;
    margin: 30px 0 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #686868;
}
.charge3{
    width: 100%;
    border:1px solid #42D439;
    padding: 10px 20px;
    margin: 30px 0 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #686868;
}
.rec_ttl{
    width: 25rem;
    text-align: center;
    padding: 7px;
    background-color: #F97992;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 0.3rem;
    border-radius: 10px;
    margin: 40px auto 30px;
}
.rec_ttl2{
    width: 30rem;
    text-align: center;
    padding: 7px;
    background-color: #F97992;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    border-radius: 10px;
    margin: 40px auto 30px;
}
.rec_btn{
    width: 30rem;
    margin:30px auto;
}
.rec_btn2{
    width: 20rem;
    margin: 30px auto 60px;
}
.rec_btn img:hover{
    -webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.2));
}
.rec_btn2 img:hover{
    -webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.2));
}

@media screen and (max-width:900px){

.page_ttl{
    width: 100%;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.5rem;
    color: #826026;
    margin: 0 auto 30px;
    padding: 10px 0 20px 60px;
    background-image: url("../images/page_title/ttl_bottom_line_07.png"),url("../images/page_title/page_ttl_icon_07.png");
    background-repeat: repeat-x,no-repeat;
    background-position: bottom,left top;
    background-size: 100%,50px;
    letter-spacing: 0.2rem;
}
.rec_top{
    width: 100%;
    padding: 0;
    background: -moz-linear-gradient(0deg, #e4f8d7, #50a517);
 background: -webkit-linear-gradient(0deg, #e4f8d7, #50a517);
 background: linear-gradient(0deg, #e4f8d7, #50a517);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    border-radius: 10px;
}
.rec_top_cp{
    width: 100%;
    padding: 8%;
    font-size: 1.1rem;
    color: #fff;
     background-image: url("../images/recruit/top_bg.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.rec_top_cp span{
    font-size: 2.0rem;
}
.rec_top_photo{
    padding: 30px 10%;
    width: 70%;
    text-align: center;
    font-size: 1.1rem;
    line-height: 3rem;
    color: #2F6C17;
    
}
.rec_top_photo span{
    font-size: 0.9rem;
}
.rec_top_photo img{
    width: 100%;
    padding: 12px;
    background-color: #fff;
}
.rec_st1{
    width: 80%;
    margin: 30px auto;
}
.rec_t_area{
    width: 96%;
    margin: 0 auto 30px;
    padding: 31vw 13% 31vw;
    position: relative;
    z-index: 2;
}
.rec_t_area img{
    padding: 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.1));
}

.rec_t_2{
    width: 70%;
    position: absolute;
    left:30%;
    top: 0;
    transform: rotate(-10deg);
    z-index: -1;
}
.rec_t_3{
    width: 70%;
    position: absolute;
    transform: rotate(10deg);
    right:20%;
    bottom: 0;
    z-index: -1;
}
.rec_st2{
    width: 60%;
    margin: 60px auto 30px;
}
.message_1{
    width: 100%;
    margin: 30px auto;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    border:1px solid #FEACC4;
    border-radius: 10px;
    font-size: 1.1rem;
    box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, 0.1);
    
}.message_2{
    width: 100%;
    margin: 30px auto;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    border:1px solid #00BEAE;
    border-radius: 10px;
    font-size: 1.1rem;
    box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, 0.1);
    
}
.message_3{
    width: 100%;
    margin: 30px auto;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    border:1px solid #42D439;
    border-radius: 10px;
    font-size: 1.1rem;
    box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, 0.1);
}
.message_ttl{
    margin: 0 0 20px 0;
}
.message_cont1{
    width: 39%;
    padding: 10px;

}
.message_cont2{
    width: 55%;
    display: flex;
    flex-direction: column;
}
.charge1{
    width: 100%;
    border:1px solid #FEACC4;
    padding: 10px 20px;
    margin: 30px 0 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #686868;
}
.charge2{
    width: 100%;
    border:1px solid #00BEAE;
    padding: 10px 20px;
    margin: 30px 0 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #686868;
}
.charge3{
    width: 100%;
    border:1px solid #42D439;
    padding: 10px 20px;
    margin: 30px 0 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #686868;
}
.rec_ttl{
    width: 25rem;
    text-align: center;
    padding: 7px;
    background-color: #F97992;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 0.3rem;
    border-radius: 10px;
    margin: 40px auto 30px;
}
.rec_ttl2{
    width: 30rem;
    text-align: center;
    padding: 7px;
    background-color: #F97992;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    border-radius: 10px;
    margin: 40px auto 30px;
}
.rec_btn{
    width: 30rem;
    margin:30px auto;
}
.rec_btn2{
    width: 20rem;
    margin: 30px auto 60px;
}
}

@media screen and (max-width:480px){
.page_ttl{
    width: 100%;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.2rem;
    color: #826026;
    margin: 0 auto 30px;
    padding: 5px 0 20px 60px;
    background-image: url("../images/page_title/ttl_bottom_line_07.png"),url("../images/page_title/page_ttl_icon_07.png");
    background-repeat: repeat-x,no-repeat;
    background-position: bottom,left top;
    background-size: 200%,40px;
    letter-spacing: 0.2rem;
}
.rec_top{
    width: 100%;
    padding: 0;
    background: -moz-linear-gradient(0deg, #e4f8d7, #50a517);
 background: -webkit-linear-gradient(0deg, #e4f8d7, #50a517);
 background: linear-gradient(0deg, #e4f8d7, #50a517);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    border-radius: 10px;
}
.rec_top_cp{
    width: 100%;
    padding: 8%;
    font-size: 1.1rem;
    color: #fff;
     background-image: url("../images/recruit/top_bg.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.rec_top_cp span{
    font-size: 1.5rem;

}
.rec_top_photo{
    padding: 30px 10% 0 0;
    width: 80%;
    text-align: center;
    font-size: 1.0rem;
    line-height: 3rem;
    color: #2F6C17;
    margin-bottom: 40px;
}
.rec_top_photo span{
    font-size: 0.8rem;
}
.rec_top_photo img{
    width: 100%;
    padding: 12px;
    background-color: #fff;
}
.rec_st1{
    width: 100%;
    margin: 30px auto;
}
.rec_t_area{
    width: 100%;
    margin: 0 auto 30px;
    padding: 42vw 5% 42vw;
    position: relative;
    z-index: 2;
}
.rec_t_area img{
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.1));
}

.rec_t_2{
    width: 85%;
    position: absolute;
    left:20%;
    top: 0;
    transform: rotate(-10deg);
    z-index: -1;
}
.rec_t_3{
    width: 85%;
    position: absolute;
    transform: rotate(10deg);
    right:10%;
    bottom: 0;
    z-index: -1;
}
.rec_st2{
    width: 80%;
    margin: 40px auto 20px;
}
.message_1{
    width: 100%;
    margin: 30px auto;
    padding: 30px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    border:1px solid #FEACC4;
    border-radius: 10px;
    font-size: 1.1rem;
    box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, 0.1);
    
}.message_2{
    width: 100%;
    margin: 30px auto;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border:1px solid #00BEAE;
    border-radius: 10px;
    font-size: 1.1rem;
    box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, 0.1);
    
}
.message_3{
    width: 100%;
    margin: 30px auto;
    padding: 30px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    border:1px solid #42D439;
    border-radius: 10px;
    font-size: 1.1rem;
    box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, 0.1);
}
.message_ttl{
    margin: 0 0 20px 0;
}
.message_cont1{
    width: 100%;
    padding: 10px;

}
.message_cont2{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.charge1{
    width: 100%;
    border:1px solid #FEACC4;
    padding: 10px 20px;
    margin: 20px 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #686868;
}
.charge2{
    width: 100%;
    border:1px solid #00BEAE;
    padding: 10px 20px;
    margin: 20px 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #686868;
}
.charge3{
    width: 100%;
    border:1px solid #42D439;
    padding: 10px 20px;
    margin: 20px 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #686868;
}
.rec_ttl{
    width: 90%;
    text-align: center;
    padding: 5px;
    background-color: #F97992;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 0.3rem;
    border-radius: 10px;
    margin: 30px auto 20px;
}
.rec_ttl2{
    width: 90%;
    text-align: center;
    padding: 5px;
    background-color: #F97992;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0rem;
    border-radius: 10px;
    margin: 30px auto 20px;
}
.rec_btn{
    width:90%;
    margin:20px auto;
}
.rec_btn2{
    width: 70%;
    margin: 20px auto 40px;
}
}