/*.recruit-content-wrapper {
    border-bottom: 1px solid #707070;
}*/

.recruit-content-wrapper > dl:nth-child(2n) {
    /* background: #eff6ef; */
}

/*.recruit-content-wrapper > dl {
    display: flex;
    border: solid #707070;
    border-width: 1px 0 0;
    padding: 25px 25px 25px 25px;
    background: white;
}

.recruit-content-wrapper > dl > dt {
    width: 170px;
    font-weight: bold;
    padding-left: 10px;
}

.recruit-content-wrapper > dl > dd {
    flex: 1;
}

.recruit-content-wrapper > dl > dd li {
    margin-left: 1em;
}

.recruit-content-wrapper > dl > dd li ul {
    margin:.5em 0;
}

.recruit-content-wrapper > dl > dd li ul li {
    list-style-type:disc;
}

.recruit-content-wrapper > dl > dd ol + p {
    margin-top: .5em;
}

.recruit-content-wrapper > dl > dd a + a {
    margin-left: 1em;
}
*/

.recruit-faq-wrapper {
    display: flex;
    justify-content: center;
}

dl.recruit-faq dt,
dl.recruit-faq dd {
    position:relative;
    padding-left:1.5em;
    margin-bottom:.2em;
}

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;
}

.recruit-method {
    margin-top: 80px;
}

.recruit-method h2 {
    margin: 20px 0 25px;
}

.recruit-method h2 + p {
    text-align: center;
}

.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 a {
    color: #61A85E;
}

.recruit-contact > div a:hover {
    text-decoration: underline;
}

.recruit-contact > div:first-child {
    border-right: 1px solid #61A85E;
}

.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;
    }
}

.recruit-contact h3 {
    font-size: 1.1em;
    margin-bottom: 28px;
}

.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-form {
    width: 90%;
    max-width: 360px;
}

.recruit-form a {
    background: #61a85e;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 20px 0 20px 0;
    margin-top: 1.7em;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.recruit-form a:before {
    content: "";
    width: 11px;
    height: 11px;
    display: block;
    background: white;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}

.recruit-form a:after {
    content: "";
    width: 11px;
    height: 11px;
    display: block;
    background: #61a85e;
    position: absolute;
    right: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}
*/