
.recruit-method {
    margin-top: 60px;
}

.recruit-method h2 {
    margin: 20px 0 25px;
}

.recruit-method > p {
    text-align:center;
    margin-bottom: 30px;
}

.recruit-contact {
    background: #E7F2E7;
    padding: 40px 0px;
    display:flex;
    justify-content:space-between;
    margin-top: 20px;
    color:#61a85e;
}

.recruit-contact > div {
    display:flex;
    align-items: center;
    flex-direction: column;
    flex: 1;
    gap: 0px;
}

.recruit-contact > div:first-child {
    border-right:1px solid #61A85E;
}

.recruit-contact h3 {
    font-size: 1.1em;
    margin-bottom: 30px;
}

.recruit-contact a {
    color:#61a85e;
}

.recruit-contact a:hover {
    text-decoration:underline;
}

.recruit-contact p.recruit-tel {
    font-size: 42px;
    line-height: 1;
    align-items:center;
}

.recruit-contact p.recruit-tel span {
    font-size: .5em;
    padding-left:5px;
    display: none;
}
.recruit-contact p.recruit-hours {
    font-size: 1em;
    font-weight: bold;
    margin-top: 17px;
}

.recruit-contact > div:nth-child(2) p {
    font-size: 34px;
}

@media screen and (max-width: 920px){
    .recruit-contact > div:nth-child(2) p {
        font-size:28px;
    }
}


.contact-img {
    margin: 50px 0 0;
    text-align:center;
}

.contact-img img {
    max-width:800px;
    width:90%;
    margin-right:3%;
}

.recruit-form {
    max-width: 600px;
    margin: 0 auto 0;
    width: 100%;
}

.recruit-form dl dt {
    font-size: 16px;
    text-align: left;
    margin: 14px 0 3px;
}

.recruit-form dl dd input {
    width: 100%;
    height: 50px;
    font-size: 16px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fcfcfc;
    border:none;
    border: 0.8px solid #61A85E;
}

.recruit-form dl dd textarea {
    width: 100%;
    height: 230px;
    font-size: 16px;
    padding: 10px;
    font-family: Trebuchet MS,ヒラギノ角ゴ pro w3,Hiragino Kaku Gothic Pro,Meiryo UI,メイリオ,ＭＳ Ｐゴシック,ms pgothic,sans-serif!important;
    letter-spacing: 1px;
    box-sizing: border-box;
    background-color: #fcfcfc;
    border:none;
    border: 0.8px solid #61A85E;
}

.recruit-form button {
    font-size: 20px;
    width: 100%;
    height: 50px;
    margin: 20px auto 0;
    text-align: center;
    display: block;
    padding: 3px;
    background: #73a665;
    color: white;
    border: none;
}

.recruit-form-wrapper {
        background: #E7F2E7;
        padding: 60px 0px 80px;
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        color: #61a85e;
}

.privacy-policy {
    margin: 50px auto;
    max-width: 700px;
    word-break: auto-phrase;
}

.privacy-policy h2 {
    /* font-weight:normal; */
    margin: 3em 0 2em;
}

.privacy-policy h3 {
    margin: 2em 0 .5em;
    font-weight: normal;
}

.recruit-faq-wrapper {
    max-width:600px;
    margin:auto;
}

.recruit-faq-wrapper h2 {
        margin: 2em 0 1.5em;
        /* text-align: center; */
        /* font-size: 24px; */
        /* font-weight: bold; */
}

/*.recruit-faq-wrapper {
    display: flex;
    justify-content: center;
}*/

dl.recruit-faq {
    margin-bottom:60px;
}

dl.recruit-faq dt,
dl.recruit-faq dd {
    position:relative;
    padding-left:1.5em;
    margin-bottom:0.3em;
}


dl.recruit-faq dd {
    position:relative;
    padding-left:1.5em;
    margin-bottom:2em;
    color: #61A85E;
    font-weight: bold;
}


dl.recruit-faq dd + dt {
    margin-top:1.2em;
}

dl.recruit-faq dt:before {
    content:"Q :";
    position:absolute;
    left:0;
}

dl.recruit-faq dd:before {
    content:"A :";
    position:absolute;
    left:0;
}
