.p-page-recruit__contents {
    margin-bottom: 95px;
}
.p-page-recruit__txtarea {
    margin-bottom: 45px;
}
.p-page-recruit__namearea {
    margin-bottom: 20px;
}
.p-page-recruit__name {
    font-size: 20px;
    position: relative;
}
@media only screen and  (min-width: 768px) {
    .p-page-recruit__name::before {
        position: absolute;
        content: "";
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #45b1e6;
        left: -20px;
        top: 0;
    }
    .p-page-recruit__item {
        display: flex;
        border-top: 1px solid #909090;
    }
    .p-page-recruit__item:nth-last-of-type(1) {
        border-bottom: 1px solid #909090;
    }
}
.p-page-recruit__list {
    line-height: 1.6;
    position: relative;
}
.p-page-recruit__item dt.p-page-recruit__list {
    width: 240px;
    background-color: #f4f4f4;
    padding: 28px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-page-recruit__item dd.p-page-recruit__list {
    width: calc(100% - 240px);
    padding: 28px 0 28px 50px;
}
.square {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #45b1e6;
    margin-right: 5px;
    vertical-align: text-bottom;
}
.p-page-recruit__btn {
    width: 300px;
}
.p-page-recruit__btn-link {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    margin: 0 auto;
    height: 55px;
    background: #ea6d8c;
    border-radius: 50px;
    box-sizing: border-box;
}
.p-page-recruit-iv {
    background: url(../img/lower/recruit_bg.png) top / cover repeat;
    padding: 95px 0;
}
.p-page-recruit-iv__container {
    width: 810px;
    margin: 0 auto;
}
.p-page-recruit-iv__img {
    width: 100%;
}
.p-page-recruit-iv__imgarea {
    width: 680px;
    margin-bottom: 25px;
}
.p-page-recruit-iv__prearea {
    width: 680px;
    margin-bottom: 25px;
    margin-left: auto;
}
.p-page-recruit-voice__txtarea {
    margin-bottom: 20px;
}
.p-page-recruit-voice__txt {
    line-height: 1.6;
}
.p-page-recruit-voice__item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.p-page-recruit-voice__list {
    width: 385px;
    margin-bottom: 40px;
}
.p-page-recruit-voice__img {
    width: 100%;
}
@media only screen and  (max-width: 767px) {
    .p-page-recruit__namearea {
        background-color: #45b1e6;
        padding: 20px;
        position: relative;
    }
    .p-page-recruit__namearea::after {
        content: "";
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        width: 8px;
        height: 8px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: rotate(135deg);
    }
    .p-page-recruit__namearea.is-active {
        display: block;
    }
    .p-page-recruit__namearea.is-active::after {
        transform: rotate(-45deg);
    }
    .p-page-recruit__name {
        color: #fff;
        font-size: 15px;
        line-height: 1.2;
    }
    .p-page-recruit__contents {
        background: #ecf7fc;
        margin-bottom: 25px;
    }
    .p-page-recruit__item {
        display: block;
        padding: 0 20px
    }
    .p-page-recruit__item dt.p-page-recruit__list {
        width: auto;
        background: #9c9c9c;
        color: #fff;
        padding: 5px 0;
    }
    .p-page-recruit__item dd.p-page-recruit__list {
        width: auto;
        padding: 10px 0 15px;
    }
    .p-page-recruit__txtarea {
        margin-bottom: 15px;
        display: none;
    }
    .p-page-recruit-iv__container {
        width: auto;
    }
    .p-page-recruit-iv__imgarea {
        width: auto;
    }
    .p-page-recruit-iv__prearea {
        width: auto;
    }
    .p-page-recruit-iv {
        padding: 10px 20px;
    }
    .p-page-recruit-voice__item {
        display: block;
    }
    .p-page-recruit-voice__list {
        width: auto;
    }
}