@charset "utf-8";
/* CSS Document */

.recruit{
    width: 100%;
    height: auto;
	padding-bottom:100px;
}

.recruit-content{
    width: 80%;
    max-width: 850px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 100px;
}

.recruit-title{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
}
.recruit-title h2{
    color: #603916;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    line-height: 45px;
}
.recruit-content_1{
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    justify-content: space-between;
}
.recruit-content_1_1-sen {
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
    text-align: center;
    line-height: 30px;
}
.recruit-content_1_1-sen span{
    display: inline-block;
}
.recruit-content_1_1-sen-p{
/*    font-weight: bold;*/
}
.recruit-content_1_1-pic{
    width: 100%;
    height: auto;
}
.recruit-content_1_1-pic img{
    width: 100%;
}
.syokusyu .naiyo span {
}

@media (max-width: 768px){
    .recruit-content{
        width: 90%;
    }
    .recruit-title h4{
        font-size: 3.8vw;
        line-height: 35px;
    }
    .recruit-title h2 span{
        display: inline-block;
    }
    .recruit-content_1_1-sen {
        margin-top: 10px;
    }
    .recruit-content_1_1-sen{
        font-size: 15px;
        line-height: 24px;
    }
}
@media (max-width: 480px){
    .recruit-content{
        width: 85%;
        padding-bottom: 30px;
    }
    .recruit-title h2{
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .recruit-title h4{
        font-size: 4.6vw;
        line-height: 6.5vw;
    }
    .recruit-content_1{
        padding-bottom: 30px;
    }
}

/*ボタン*/

.recruit-btn{
    margin-top: 50px;
    display: flex;
}
.button {
    display: block;
    position: relative;
    background: #DF6A25;
    width: 32%;
    padding: 1rem 0.5rem;
    border-radius: .6rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: .1rem;
    transition: .5s;
    margin: 0 auto;
    border: solid 3px #DF6A25;
}

.button:before {
    content: "";
    position: absolute;
    top: 44%;
    right: 12px;
    width: 10px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
}

.button:after {
    content: "";
    position: absolute;
    top: 54%;
    right: 12px;
    width: 10px;
    height: 2px;
    background: #fff;
    transform: rotate(-45deg);
}
.button:hover{
    color: #DF6A25;
    background: #fff;
}
.button:hover:before,.button:hover:after{
    background: #DF6A25;
}
/*LINE応募ボタン*/
.line{
    background: #06C755;
    border: solid 3px #06C755;
}

.line:hover{
    color: #06C755;
    background: #fff;
}
.line:hover:before,.line:hover:after{
    background: #06C755;
}

@media (max-width: 640px){
    .button {
        font-size: 16px;
    }
    .button:after {
        top: 55%;
    }
    .button:before {
        top: 45%;
    }
}
@media (max-width: 480px){
    .recruit-btn{
        margin-top: 30px;
        display: block;
    }
    .button{
        width: 100%;
        margin-top: 10px;
        padding: 0.7rem 0.5rem;
    }
    
}
/*ボタン終わり*/
/*募集要項のボタン*/
.recruit-btn-2{
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.recruit-btn-2 .recruit-btn{
    margin-top: 18px;
}
.recruit-btn-2 .button{
    width: 265px;
}
@media (max-width: 960px){
    .recruit-btn-2{
        width: 100%;
    }
    .recruit-btn-2 .recruit-btn{
        width: 49%;
    }
    .recruit-btn-2 .button{
        width: 100%;
    }
}
@media (max-width: 480px){
    .recruit-btn-2{
        display: block;
    }
    .recruit-btn-2 .recruit-btn{
        margin-top: 15px;
        width: 100%;
    }
    .recruit-btn-2 .button{
        width: 90vw;
        margin: 0 auto;
    }
    
}
/*募集要項のボタン終わり*/

.map-content{
    width: 45%;
    height: auto;
    margin: 0 auto;
}
.map-content h2{
    text-align: center;
    margin-bottom: 50px;
    font-size: 28px;
    color: #603916;
    font-weight: bold;
}
.map-content_1{
    width: 100%;
    height: auto;
}
.map-box{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.map-box img{
    width: 100%;
    
}
@media (max-width: 1200px){
    .map-content{
    width: 60%;
    }
}
@media (max-width: 768px){
    .map-content{
    width: 75%;
    }
}
@media (max-width: 480px){
    .map-content{
        width: 85%;
    }
    .map-content h2{
        margin-bottom: 20px;
        font-size: 22px;
    }
    .map-content h4{
        margin-bottom: 30px;
    }

}


.acd-check{
    display: none;
}
.acd-label{
    background: #603916;
    color: #fff;
    display: flex;
    margin-bottom: 1px;
    padding: 13px;
    font-weight: bold;
}
.acd-label span{
    height: 27px;
    background-color: #FFF;
    padding: 2px 7px;
    margin-right: 8px;
    color: #603616;
    font-weight: bold;
}
.acd-content{
    border: 1px solid #333;
    height: 0;
    opacity: 0;
    padding: 0 20px;
    transition: .5s;
    visibility: hidden;
}
.acd-content span{
    background-color: #DF6A25;
    padding: 2px 7px;
    margin-right: 8px;
    color: #FFF;
    font-weight: bold;
}
.acd-content p{
    margin-bottom: 0;
}
.acd-content a{
    text-decoration: underline;
}
.acd-content a:hover{
    color: #DF6A25;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 20px;
    visibility: visible;
}
@media (max-width: 768px){
    .acd-label{
        padding: 8px;
    }
}

/*idボタン*/
.recruit-btn-box{
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-around;
}
.recruit-btn-1{
    width: 48%;
    height: auto;
    text-align: center;
}
.recruit-btn-1 .button-1{
    width: 100%;
    height: auto;
    padding: 15px 0;
    display: block;
    background-color: #DF6A25;
    color: #fff;
    border: solid 2px #DF6A25;
    font-size: 18px;
    border-radius: 10px;
}
.recruit-btn-1 .button-1:hover{
    background-color: #fff;
    color: #DF6A25;
    font-weight: bold;
    transition: .3s;
}
@media (max-width: 640px){
    .recruit-btn-box{
        padding-bottom: 30px;
    }
    .recruit-btn-1 .button-1{
        font-size: 16px;
        padding: 10px 0;
    }
}
@media (max-width: 480px){
    .recruit-btn-box{
        justify-content: space-between;
    }
    .recruit-btn-1 .button-1{
        font-size: 14px;
        border-radius: 5px;
}
}

/*LINE応募ボタン*/
.line-btn{
    position: fixed;
    bottom: 185px;
    right: 40px;
    z-index: 9999;
}
.line-button {
    display: block;
    position: relative;
    background: #06C755;
    width: 18rem;
    padding: 1rem;
    border-radius: .6rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: .1rem;
    transition: .5s;
    margin: 0 auto;
    border: solid 3px #06C755;
}

.line-button:before {
    content: "";
    position: absolute;
    top: 46%;
    right: 12px;
    width: 10px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
}

.line-button:after {
    content: "";
    position: absolute;
    top: 54%;
    right: 12px;
    width: 10px;
    height: 2px;
    background: #fff;
    transform: rotate(-45deg);
}
.line-button:hover{
    color: #06C755;
    background: #fff;
}
.line-button:hover:before,.line-button:hover:after{
    background: #06C755;
}

@media (max-width: 768px){
    .wait-button,
    .line-button{
        font-size: 18px;
    }
    .wait-btn{
/*        position: absolute;*/
        left: 0;
        right: unset;
        width: 50vw;
    }
    .line-btn{
/*        position: absolute;*/
        bottom: 0;
        right: 0;
    }
    .line-button {
        width: 50vw;
        border-radius: 0px;
    }
    .wait-button{
        width: 50vw;
    }
}
/*固定ボタン終わり*/



.line-flow-p{
    text-align: center;
    margin-top: 30px;
}
.line-flow-p a{
    text-decoration: underline;
    color: #603916;
}
.line-flow-p a:hover{
    color: #DF6A25;
}
@media (max-width: 480px){
    .line-flow-p{
        margin-top: 20px;
    }
}
