.recruit-wrapper {
    text-align: center;
    letter-spacing: 0.1em;
}

.recruit-intro-content {
    position: relative;
    height: 800px;
    width: 100%;
}

.img-area {
    position: absolute;
}

.img-area img {
    height: 600px;
    width: auto;
}

.img-area-right {
    left: 45%;
}

.img-area-left {
    left: 15%;
}

.text-area {
    position: absolute;
    top: 400px;
    text-align: left;
    background-color: white;
    width: 35%;
    height: auto;
    padding: 32px;
}

.text-area-left {
    left: 15%;
}

.text-area-right {
    right: 20%;
}

.text-area-title {
    font-size: 26px;
    margin-bottom: 8px;
}

.text-area-subtitle {
    margin-bottom: 32px;
}

.text-area-explanation {
    /* 縦の幅 */
    line-height: 2.0;
}

.recruit-info-content {
    background-image: url(../img/recruit03.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 128px;
}

.recruit-info {
    color: white;
    margin-bottom: 100px;
    text-align: left;
    width: 50%;
    margin: 0 auto;
    padding: 72px 0;
}

.recruit-info-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #dbdcdc;
}

.recruit-info-list a {
    color: white;
}

.recruit-info-list dt {
    flex: 0 0 10em;
    max-width: 10em;
    font-weight: 600
}

.recruit-info-list dd {
    flex: 0 0 calc(100% - 10em);
    flex-basis: calc(100% - 10em);
    max-width: calc(100% - 10em)
}

.recruit-info-list dd span {
    display: inline-block
}

.recruit-info-list li {
    padding-left: 1em;
    position: relative
}

.recruit-info-list li::before {
    content: '';
    position: absolute;
    width: .5em;
    height: .5em;
    background: #666;
    border-radius: 2px;
    left: 0;
    top: .65em
}

