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

#recruit .comm_cont90{
    width: 90%;
    margin: auto;
    text-align: center;
    max-width: 1000px;
    font-family: var(--En-san);
}

#recruit .lead{
    text-align: center;
    margin: 100px auto;
    line-height: 2.4;
}

#recruit .lead h2{
    font-size: clamp(1.8rem, 1.2rem + 1.78vw, 2.4rem);
    word-break: keep-all;
    overflow-wrap: anywhere;
    font-weight: normal;
    margin-bottom: 1em;
    letter-spacing: 0.05em;
}

#recruit .lead p{
    word-break: keep-all;
    overflow-wrap: anywhere;
}


#recruit #detail{
    text-align: center;
}


#recruit #detail dl{
    max-width: 650px;
    margin: auto;
    text-align: left
}

#recruit #detail dt,
#recruit #detail dd{
    border-bottom: 1px solid var(--gray);
    padding-bottom: 1.8em;
    margin-bottom: 1.8em;
}

#recruit #detail dt{
    width: 25%;
}

#recruit #detail dd{
    width: 75%;
}

#recruit #detail table th{
    font-weight: normal;
    text-align: left;
    min-width: 125px;
    width: 35%;
}




/*@media only screen and (max-width: 560px) {  

#about table th,
#about table td{
    display: block;
    width: 100%;
}

#about table td{
    margin: 5px auto 20px;
    text-indent: 10px;
}





}*/
#recruit #flow{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#recruit #flow dl{
    width: 31%;
    border: 1px solid var(--gray);
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 2em;
    padding: 2% 2% 20px;
}

#recruit #flow dt h3{
    font-weight: normal;
    margin: 0.2em auto 0.4em;
    font-size: clamp(1.5rem, 1.332rem + 0.59vw, 1.8rem);
}

#recruit #flow dl dt img {
    opacity: 0.6;
}

#recruit #flow dd{
    text-align: left;
    margin-top: 0.8em;
    font-size: 90%;
}

#recruit #flow dd p{
    font-size: 90%;
    line-height: 1.6;
    margin-top: 0.3em;
}
#recruit #flow dd a{
    text-decoration: underline;
}
#recruit #flow dd a:hover{
    opacity: 0.7;
}

#recruit #entry{
}

#recruit #entry .btn{
    background: #eee;
    max-width: 540px;
    margin: 0 auto 1.5em;
    letter-spacing: 0.15em;
}

#recruit #entry .btn i{
    margin-right: 0.5em;
}

#recruit #entry .btn a{
    display: block;
    padding: 0.8em 0;
}

#recruit #entry p{
    margin-bottom: 0.5em;
    letter-spacing: 0.02em;
}

#recruit #entry p:last-child a{
    text-decoration: underline;
}























@media only screen and (max-width: 680px) { 
#recruit #flow dl {
    width: 48%;
}





}














