.recruit-content-wrapper {
    border-bottom: 1px solid #707070;
    max-width: 810px;
    margin: auto;
}

.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 p + p {
    margin-top:1em;
}

@media (max-width: 1080px){
    .recruit-content-wrapper > dl > dd br {
    display:none;    
    }
}

.recruit-content-wrapper > dl > dd div {
    margin: 1em 0;
}

.recruit-content-wrapper > dl > dd h2 {
    color: #323232;
    margin-bottom: 0.5em;
}

.recruit-content-wrapper > dl > dd li {
    margin-left: 1.5em;
}

.recruit-content-wrapper > dl > dd li ol {
    margin:.5em 0;
}

.recruit-content-wrapper > dl > dd li ol li {
    list-style-type:decimal;
    text-indent: 0em;
}

.recruit-content-wrapper > dl > dd a + a {
    margin-left: 1em;
}

.recruit-content-wrapper .list-square {
    list-style-type: none;
}

.recruit-content-wrapper .list-square > li {
    text-indent: -1.4em;
}

.recruit-content-wrapper .list-square > li::before {
    content: "■";
    font-size: 1.2em;
    margin-right: 5px;
}

dl.recruit-faq dt,
dl.recruit-faq dd {
    position:relative;
    padding-left:1.5em;
}

dl.recruit-faq dd + dt {
    margin-top:1em;
}

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);
}

.inquiry {
    display: grid;
    justify-items: center;
    align-items: center;
    text-align: center;
    margin: 40px 0 0;
    word-break: auto-phrase;
    gap:1em;
}

.message-adjust1 {
    letter-spacing: 0.4px;
}

.message-adjust2 {
    letter-spacing: 0.9px;
}

.message-adjust3 {
    letter-spacing: -0.6px;
}

.message-adjust4 {
    letter-spacing: -0.2px;
}

.message-adjust5 {
    letter-spacing: 0px;
}

.message-adjust6 {
    letter-spacing: 1px;
}

.message-adjust7 {
    letter-spacing: -0.8px;
}


@media screen and (min-width: 1100px){
    .adjust-span {
        letter-spacing: -.2px;
    }
}

@media screen and (max-width: 1099px){
    .adjust-br {
        display: none;
    }
}