@charset "UTF-8";
.recruit_main{
    width: 90%;
    position: relative;
    margin: 0 auto 60px;
    max-width: 1200px;
}
.recruit_main2{
    width: 90%;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}
.recruit_top{
    width: 50%;
    margin: 50px auto 0 auto;
}
.recruit_top img{
    margin-bottom: -5px;
}
.recruit_mid{
    width: 80%;
    margin: 30px auto;
}
.recruit_mid_photo{
    width: 90%;
    margin: 0 auto 20px;
}
.recruit_mid_photo img:hover{
    -webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.2));
}
.recruit_mid_ttl_1{
    width: 95%;
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    color: #fff;
    padding: 12px 20px;
    background-color: #f19bb3;
    border-radius: 8px;
    margin: 50px auto 20px;
}
.recruit_mid_ttl_2{
    width: 95%;
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    color: #fff;
    padding: 12px 20px;
    background-color: #f19ba0;
    border-radius: 8px;
    margin: 50px auto 20px;
}

.recruit_mid_ttl_3{
    width: 95%;
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    color: #fff;
    padding: 12px 20px;
    background-color: #aeacd5;
    border-radius: 8px;
    margin: 50px auto 20px;
}
.recruit_mid_ttl_4{
    width: 95%;
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    color: #fff;
    padding: 12px 20px;
    background-color: #9ec46a;
    border-radius: 8px;
    margin: 50px auto 20px;
}


.recruit_main h3{
    font-size: 25px;
    color: #eb6f91;
    line-height: 1.5em;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.recruit_main_ttl{
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    color: #fff;
    padding: 12px 20px;
    background-color: #EC95AD;
    border-radius: 8px;
    margin: 40px auto 30px;
    
}
.recruit_main h4{
    width: 40%;
    margin: 20px 60% 20px 0;
    font-size: 20px;
    line-height: 1em;
    color: #eb6f91;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #eb6f91;
    border-radius: 30px;
}

.recruit_main p{
    padding-left: 20px;
    padding-right: 20px;
}
.rec_q{
    padding-right: 60px;
    height: auto;
    min-height: 60px;
    padding: 20px 0 0 60px;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 600;
    margin: 20px 0 10px;
    background-image: url("../recruit/recruit_img/q.png");
    background-size: 50px;
    background-position: left;
    background-repeat: no-repeat;
   
}
.rec_a{
    padding-right: 60px;
    height: auto;
    min-height: 60px;
    padding: 20px 0 0 60px;
    font-size: 15px;
    line-height: 1.4em;
    margin: 10px 0 20px 5%;
    background-image: url("../recruit/recruit_img/a.png");
    background-size: 50px;
    background-position: left;
    background-repeat: no-repeat;
   color: #000;
}




/*-----------max-width:480px----------------------------
-------------------------------------------------------*/
@media screen and (max-width:480px) {
/*--------recruit---------------*/
.recruit_main{
    width: 100%;
    position: relative;
    margin: 0 auto 60px;;
}

.recruit_main h3{
    font-size: 18px;
    color: #eb6f91;
    line-height: 1.5em;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.recruit_main_ttl{
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    color: #fff;
    padding: 10px 20px;
    background-color: #EC95AD;
    border-radius: 8px;
    margin: 0 auto 20px;
    
}
.recruit_main h4{
    width: 60%;
    margin: 20px 40% 0 0;
    font-size: 16px;
    line-height: 1em;
    color: #eb6f91;
    padding: 8px 20px;
    background-color: #fff;
    border: 1px solid #eb6f91;
    border-radius: 30px;
}

.recruit_main p{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
}
.rec_q{
    padding-right: 60px;
    height: auto;
    min-height: 60px;
    padding: 20px 0 0 60px;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 600;
    margin: 20px 0 10px;
    background-image: url("../recruit/recruit_img/q.png");
    background-size: 50px;
    background-position: left;
    background-repeat: no-repeat;
   
}
.rec_a{
    padding-right: 60px;
    height: auto;
    min-height: 60px;
    padding: 20px 0 0 60px;
    font-size: 14px;
    line-height: 1.4em;
    margin: 10px 0 20px 5%;
    background-image: url("../recruit/recruit_img/a.png");
    background-size: 50px;
    background-position: left;
    background-repeat: no-repeat;
   color: #000;
}
.recruit_main2{
    width: 100%;
    position: relative;
    margin: 0 auto;
    max-width:480px;
}
.recruit_top{
    width: 100%;
    margin: 40px auto 0 auto;
}
.recruit_top img{
    margin-bottom: -5px;
}
.recruit_mid{
    width: 90%;
    margin: 20px auto;
}
.recruit_mid_photo{
    width: 90%;
    margin: 0 auto;
}
.recruit_mid_ttl_1{
    width: 100%;
    font-size: 18px;
    font-weight:400;
    line-height: 1em;
    color: #fff;
    padding: 12px 20px;
    background-color: #F1AB89;
    border-radius: 8px;
    margin: 30px auto 20px;
}
.recruit_mid_ttl_2{
    width: 100%;
    font-size: 18px;
    font-weight:400;
    line-height: 1em;
    color: #fff;
    padding: 12px 20px;
    background-color: #f19bb3;
    border-radius: 8px;
    margin: 30px auto 20px;
}

.recruit_mid_ttl_3{
    width: 100%;
    font-size: 18px;
    font-weight:400;
    line-height: 1em;
    color: #fff;
    padding: 12px 20px;
    background-color: #ababd3;
    border-radius: 8px;
    margin: 30px auto 20px;
}

}

/*-----------max-width:900px----------*/
@media screen and (min-width:900px) {
.recruit_main{
    width: 80%;
    position: relative;
    margin: 0 auto 60px;;
}

.recruit_main h3{
    font-size: 25px;
    color: #eb6f91;
    line-height: 1.5em;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.recruit_main_ttl{
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    color: #fff;
    padding: 12px 20px;
    background-color: #EC95AD;
    border-radius: 8px;
    margin: 40px auto 30px;
    
}
.recruit_main h4{
    width: 40%;
    margin: 20px 60% 20px 0;
    font-size: 20px;
    line-height: 1em;
    color: #eb6f91;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #eb6f91;
    border-radius: 30px;
}

.recruit_main p{
    padding-left: 20px;
    padding-right: 20px;
}
.rec_q{
    padding-right: 60px;
    height: auto;
    min-height: 60px;
    padding: 20px 0 0 60px;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 600;
    margin: 20px 0 10px;
    background-image: url("../recruit/recruit_img/q.png");
    background-size: 50px;
    background-position: left;
    background-repeat: no-repeat;
   
}
.rec_a{
    padding-right: 60px;
    height: auto;
    min-height: 60px;
    padding: 20px 0 0 60px;
    font-size: 15px;
    line-height: 1.4em;
    margin: 10px 0 20px 5%;
    background-image: url("../recruit/recruit_img/a.png");
    background-size: 50px;
    background-position: left;
    background-repeat: no-repeat;
   color: #000;
}
}