main::before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
main::before {
    background: url(../../img/recruitment/background.jpg) no-repeat center / cover;
}

section img {
    width: 100%;
    border-radius: 10px;
}

.gradation {
    background: transparent linear-gradient(99deg, #A18BBB 0%, #5E60A2 100%) 0% 0% no-repeat padding-box;
}
.grad_title {
    margin-bottom: 1.25em;
}
@media (max-width: 767px) {
    .grad_title {
        margin-bottom: .84em;
    }
}


/* トップ
--------------------------------- */
#about {
    padding-top: 155px;
}
.concept_text {
    text-align: center;
    margin-top: 75px;
    margin-bottom: 30px;
}
.concept_img {
    width: 100%;
    max-width: 620px;
    margin: 0 auto 90px;
}

/* 私たちについて */
.about_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.about_wrap .img_box {
    width: 40%;
}
.about_wrap .text_box {
    width: 56%;
}
.about_title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .1em;
}

.about_btn_wrap {
    display: flex;
    justify-content: space-between;
}
.about_btn_wrap a {
    width: 47%;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .1em;
    text-align: center;
    color: #fff;
    padding: 5px;
}
.about_btn_wrap a span {
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    padding: .56em;
    position: relative;
}
.about_btn_wrap a span::after {
    content: "";
    width: .91em;
    height: .91em;
    background: url(../../img/icon/arrow.svg) no-repeat center;
    position: absolute;
    top: 0;
    right: 1.3em;
    bottom: 0;
    margin: auto;
    transform: rotate(90deg);
}

@media (max-width: 767px) {
    #about {
        padding-top: 125px;
    }
    .concept_text {
        margin-top: 50px;
        text-align: left;
    }
    .concept_img {
        max-width: 100%;
        margin-bottom: 60px;
    }

    .about_wrap {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 50px;
    }
    .about_wrap .img_box,
    .about_wrap .text_box {
        width: 100%;
    }
    .about_title {
        font-size: 18px;
    }
    .about_btn_wrap a {
        font-size: 17px;
    }
}
@media (max-width: 600px) {
    .about_btn_wrap {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .about_btn_wrap a {
        width: 100%;
        max-width: 360px;
    }
}


/* インタビュー
--------------------------------- */
#interview {
    padding-top: 80px;
}
.interview_wrap {
    border: 2px solid #5E60A2;
    padding: 50px;
    background-color: #fff;
}
.interview_wrap._01 {
    margin-bottom: 55px;
}
.interview_head_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 42px;
}
.interview_head_wrap .img_box {
    width: 30.1%;
}
.interview_head_wrap .text_box {
    width: 65.3%;
}
.interview_title_en {
    font-size: 12px;
    letter-spacing: .1em;
    line-height: 1;
    color: #5E60A2;
    margin-bottom: -.3em;
}
.interview_title {
    font-size: 28px;
    letter-spacing: .1em;
    line-height: 1;
    color: #5E60A2;
}
.interview_title span {
    font-size: 150%;
    padding-left: .16em;
}
.interview_wrap .text_box > p {
    font-weight: 700;
}
.facil_name {
    font-size: 20px;
    font-weight: 700;
    padding-left: 1.6em;
    margin-top: 2em;
    margin-bottom: .2em;
    position: relative;
}
.facil_name::before {
    content: "";
    width: 1.25em;
    height: 1.25em;
    background: url(../../img/icon/recruit_3.svg)no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.interview_wrap .contents_wrap .grad_title {
    font-size: 20px;
    padding-top: .18em;
    padding-bottom: .32em;
    margin-bottom: .55em;
    display: flex;
    column-gap: .3em;
}
.interview_wrap .contents_wrap .answer {
    margin-bottom: 2.3em;
}
.interview_wrap .contents_wrap .answer p {
    display: flex;
}
.interview_wrap._2 .answer._q3 p:nth-of-type(n + 2) {
    padding-left: 1.06em;
}
.interview_wrap .contents_wrap .img_box {
    display: flex;
    gap: 20px 3%;
    margin-bottom: 25px;
}
.interview_wrap .contents_wrap img {
    width: calc((100% - 3%) / 2);
}
.interview_wrap .contents_wrap .end {
    font-size: 24px;
    letter-spacing: .1em;
    color: #5E60A2;
    margin-bottom: .3em;
}

@media (max-width: 767px) {
    #interview {
        padding-top: 60px;
    }
    .interview_wrap {
        padding: 25px 20px;
    }
    .interview_wrap._01 {
        margin-bottom: 35px;
    }
    .interview_title {
        font-size: 20px;
    }
    .facil_name {
        font-size: 18px;
        margin-top: .5em;
    }
    .interview_head_wrap {
        margin-bottom: 2.3em;
    }
    .interview_wrap .contents_wrap .grad_title {
        font-size: 16px;
        line-height: 1.35;
    }
    .interview_wrap .contents_wrap .img_box {
        margin-bottom: 20px;
    }
    .interview_wrap .contents_wrap .end {
        font-size: 20px;
    }
}
@media (max-width: 520px) {
    .interview_head_wrap {
        flex-direction: column;
        gap: 25px;
    }
    .interview_head_wrap .img_box,
    .interview_head_wrap .text_box {
        width: 100%;
    }
    .interview_wrap .contents_wrap .img_box {
        flex-direction: column;
    }
    .interview_wrap .contents_wrap img {
        width: 100%;
    }
}


/* 募集要項
--------------------------------- */
#requirement {
    padding-top: 85px;
}
.requirement_title {
    font-size: 26px;
    letter-spacing: .1em;
    text-align: center;
    color: #5E60A2;
    padding-bottom: 0.5em;
    margin-bottom: 20px;
    position: relative;
}
.requirement_title::after {
    content: "";
    width: 1.54em;
    height: 3px;
    background: transparent linear-gradient(94deg, #A18BBB 0%, #5E60A2 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.requirement_wrap {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
}
.requirement_wrap_title {
    font-size: 20px;
    font-weight: 700;
    color: #5E60A2;
    margin-bottom: .8em;
}
.requirement_wrap_title._mob {
    display: none;
}
.requirement_wrap .bg_box_title {
    font-weight: 700;
    color: #5E60A2;
    margin-bottom: .1em;
}
.bg_box {
    background-color: rgba(161, 139, 187, .2);
    padding: 15px 20px;
}
.bg_box p {
    line-height: 1.56;
}
.bg_box p:first-of-type {
    font-weight: 700;
    margin-bottom: .3em;
}
.requirement_wrap .list_style_square {
    color: #5e60a2;
    margin-top: 30px;
    margin-bottom: .2em;
}
.requirement_wrap .content_wrap {
    margin-left: 2.25em;
}
.requirement_wrap .content_wrap table {
    width: 100%;
    margin-top: .4em;
}
.requirement_wrap .content_wrap table,
.requirement_wrap .content_wrap th,
.requirement_wrap .content_wrap td {
    border: 1px solid #A18BBB;
    vertical-align: middle;
}
.requirement_wrap .content_wrap th {
    text-align: center;
    padding: .5em .5em .6em;
}
.requirement_wrap .content_wrap td {
    padding: .5em 1.9em .6em;
}
.requirement_wrap .content_wrap td._mob {
    display: none;
}
/* 1. 採用区分・・・ */
.requirement_wrap .content_wrap._details tbody {
    display: flex;
}
.requirement_wrap .content_wrap._details tr {
    display: flex;
    flex-direction: column;
}
.requirement_wrap .content_wrap._details tr:first-of-type {
    width: 16.7%;
}
.requirement_wrap .content_wrap._details tr:nth-of-type(2) {
    width: 45.3%;
}
.requirement_wrap .content_wrap._details tr:nth-of-type(3) {
    width: 38%;
}
.requirement_wrap .content_wrap._details th,
.requirement_wrap .content_wrap._details td {
    border: none;
}
.requirement_wrap .content_wrap._details tr:first-of-type th,
.requirement_wrap .content_wrap._details tr:nth-of-type(2) th {
    border-right: 1px solid #A18BBB;
}
.requirement_wrap .content_wrap._details td {
    text-align: center;
    height: 100%;
    padding-top: .5em;
    padding-bottom: .5em;
    border-top: 1px solid #A18BBB;
}
.requirement_wrap .content_wrap._details tr:first-of-type td,
.requirement_wrap .content_wrap._details tr:nth-of-type(2) td {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #A18BBB;
}

.requirement_wrap .content_wrap._details td p {
    display: flex;
    justify-content: space-between;
}
/* 3. 応募プロセス・・・ */
.requirement_wrap .content_wrap._process th:first-of-type {
    width: 16.7%;
    min-width: 7.5em;
}
.requirement_wrap .content_wrap._process .small {
    font-size: 12px;
    display: inline-block;
}
/* 4. お問い合わせ先 */
.requirement_wrap .content_wrap._contact tbody {
    display: flex;
}
.requirement_wrap .content_wrap._contact tr {
    display: flex;
    flex-direction: column;
}
.requirement_wrap .content_wrap._contact tr:first-of-type {
    width: 55%;
    border-right: 1px solid #A18BBB;
}
.requirement_wrap .content_wrap._contact tr:nth-of-type(2) {
    width: 45%;
}
.requirement_wrap .content_wrap._contact th {
    border-width: 0 0 1px 0;
}
.requirement_wrap .content_wrap._contact th .small {
    font-size: 81.25%;
    font-weight: 400;
    margin-left: 1.1em;
    display: inline-block;
}
.requirement_wrap .content_wrap._contact td {
    border-width: 0;
    padding: .7em 1.3em;
}
.requirement_wrap .content_wrap._contact td p {
    display: flex;
}
.requirement_wrap .content_wrap._contact td span {
    display: inline-block;
    width: 4.5em;
}
.requirement_wrap .content_wrap._contact td p span:nth-of-type(2),
.requirement_wrap .content_wrap._contact td a {
    width: calc(100% - 4.5em);
}
/* 5. 待遇等 */
.requirement_wrap .content_wrap._benefits th {
    width: 16.7%;
    min-width: 7.5em;
}

@media (max-width: 1140px) {
    /* 4. お問い合わせ先 */
    .requirement_wrap .content_wrap._contact tbody {
        flex-direction: column;
    }
    .requirement_wrap .content_wrap._contact tr {
        width: 100% !important;
    }
    .requirement_wrap .content_wrap._contact tr:first-of-type {
        border-right: none;
        border-bottom: 1px solid #A18BBB;
    }
}
@media (max-width: 1080px) {
    /* 1. 採用区分・・・ */
    .requirement_wrap .content_wrap._details tbody {
        flex-direction: column;
    }
    .requirement_wrap .content_wrap._details tr {
        width: 100% !important;
        flex-direction: row;
    }
    .requirement_wrap .content_wrap._details tr:first-of-type,
    .requirement_wrap .content_wrap._details tr:nth-of-type(2) {
        border-bottom: 1px solid #A18BBB;
    }
    .requirement_wrap .content_wrap._details th {
        width: 16.7%;
        min-width: 8em;
        border-right: 1px solid #A18BBB;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .requirement_wrap .content_wrap._details td {
        width: calc(100% - 16.7%);
        border: none !important;
        justify-content: flex-start !important;
        text-align: left;
    }
    .requirement_wrap .content_wrap._details td p {
        max-width: 18em;
    }
}
@media (max-width: 767px) {
    #requirement {
        padding-top: 60px;
    }
    .requirement_wrap .list_style_square {
        font-size: 15px;
    }
    .requirement_wrap {
        padding: 1.3em 1.56em 1.56em;
    }
    .requirement_wrap_title {
        font-size: 17px;
    }
    .bg_box {
        padding: 15px;
    }
    .requirement_wrap .content_wrap {
        margin-left: 0;
    }
    .requirement_wrap .content_wrap table, 
    .requirement_wrap .content_wrap th, 
    .requirement_wrap .content_wrap td {
        border: none !important;
    }
    .requirement_wrap .content_wrap table {
        margin-top: .7em;
    }
    .requirement_wrap .content_wrap tr {
        border-bottom: 1px solid #A18BBB;
        display: flex;
        flex-direction: column !important;
    }
    .requirement_wrap .content_wrap tr:first-of-type {
        border-top: 1px solid #A18BBB;
    }
    .requirement_wrap .content_wrap th {
        padding: .8em .5em 0;
        text-align: left;
    }
    .requirement_wrap .content_wrap._details th {
        width: 100%;
        justify-content: flex-start;
    }
    .requirement_wrap .content_wrap._contact th .small {
        font-size: 12px;
    }
    .requirement_wrap .content_wrap td._pc {
        display: none;
    }
    .requirement_wrap .content_wrap td._mob {
        display: table-cell;
    }
    .requirement_wrap .content_wrap td {
        padding: 0 .5em .8em !important;
    }
    .requirement_wrap .content_wrap._details td {
        width: 100%;
    }
    .requirement_wrap .content_wrap._details td p {
        max-width: 100%;
    }
}
@media (max-width: 520px) {
    .requirement_wrap_title._pc {
        display: none;
    }
    .requirement_wrap_title._mob {
        display: block;
        line-height: 1.75;
        text-align: center;
    }

    .requirement_wrap .content_wrap._contact table tr:first-of-type .small {
        display: block;
        margin-left: 0;
    }
}


/* faq
--------------------------------- */
#faq {
    padding-bottom: 50px;
}
.faq_wrap .faq_item:not(:last-of-type) {
    margin-bottom: 30px;
}
.faq_wrap .faq_item {
    border-radius: 12px;
    overflow: hidden;
}
.question {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: .65em 1.3em;
    display: flex;
    cursor: pointer;
}
.faq_wrap .faq_item,
.question {
    background-color: #5E60A3;
}
.question .q,
#faq .answer .a {
    font-size: 1.33em;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 1;
    padding-right: .3em;
    margin-top: .15em;
}
#faq .answer .a {
    color: #5E60A3;
    margin-top: .1em;
}
.q_text,
.a_text {
    line-height: 1.6;
}
.q_text {
    width: calc(100% - 4.3em);
}
.question .arrow {
    width: 1em;
    height: 1em;
    background: url(../../img/icon/arrow.svg) no-repeat center;
    transform: rotate(90deg);
    margin-top: .28em;
    margin-left: auto;
    transition: .5s;
}
.question.open .arrow {
    transform: rotate(-90deg);
}
#faq .answer {
    border-right: 3px solid #5E60A3;
    border-bottom: 3px solid #5E60A3;
    border-left: 3px solid #5E60A3;
    border-radius: 0 0 12px 12px;
}
.answer_inner {
    background-color: #fff;
    padding: 1.35em 3em 1.55em;
    display: flex;
}
@media (max-width: 767px) {
    #faq {
        padding-bottom: 20px;
    }
    .faq_wrap .faq_item:not(:last-of-type) {
        margin-bottom: 20px;
    }
    .question {
        font-size: 15px;
    }
    .answer_inner {
        padding: 1em 1.3em 1.25em;
    }
}


/* 応募フォーム
--------------------------------- */
#apply .container {
    max-width: calc(800px + 12%);
}
#apply .grad_title {
    width: 100%;
    padding: 0.83em;
    margin-bottom: 0;
    text-align: center;
}
.wp-block-contact-form-7-contact-form-selector {
    background-color: rgba(94, 96, 162, .2);
    padding: 50px 50px 20px;
}
.form_list {
    display: flex;
}
.form_list:not(.no_mb) {
    margin-bottom: 2.5em;
}
.form_label {
    font-weight: 700;
    width: 10.6em;
    margin-top: .25em;
}
.req {
    color: #DB617B;
}
.form_label .req {
    font-size: 75%;
    vertical-align: .35em;
    margin-left: .4em;
}
.form_label + p {
    width: calc(100% - 10.6em);
}
.form_list input,
.form_list textarea {
    width: 100%;
    border: 1px solid #A18BBB;
    border-radius: 5px;
    background-color: #fff;
    padding: .25em .8em;
}
.form_list textarea {
    height: 10em;
    min-height: 2.5em;
    resize: vertical;
}
.wpcf7-not-valid-tip {
    font-size: .875em;
}
.req_message {
    font-size: 75%;
    text-align: right;
    margin-top: .8em;
    margin-bottom: 30px;
}
.privacy_text,
.center_label {
    font-size: 14px;
    text-align: center;
}
.privacy_text a {
    text-decoration: underline;
    text-underline-offset: .35em;
}
.center_label {
    font-weight: 700;
    margin-top: .8em;
    margin-bottom: 30px;
    display: block;
}
.center_label [type="checkbox"] {
    width: 1em;
    height: 1em;
    vertical-align: -.1em;
    margin-right: .5em;
}
.btn_wrap input {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    color: #fff;
    display: block;
    background-color: #5E60A2;
    border-radius: 50vw;
    padding: .3em 1.4em .4em;
    margin: 0 auto;
}
.wpcf7 .wpcf7-submit:disabled {
    opacity: .6;
}

@media (max-width: 767px) {
    .wp-block-contact-form-7-contact-form-selector {
        padding: 30px 25px 15px;
    }
    .form_list:not(.no_mb) {
        margin-bottom: 1.5em;
    }
    .form_list {
        flex-direction: column;
    }
    .form_label,
    .form_label + p {
        width: 100%;
    }
}

/* 応募フォーム - 確認画面
--------------------------------- */
.wpcf7cp-form-hide {
    display: none;
}
#wpcf7cpcnf {
    position: relative !important;
}
#wpcf7cpcnf table {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}
#wpcf7cpcnf th {
    width: 10.6em;
}
#wpcf7cpcnf td {
    width: calc(100% - 10.6em);
}
#wpcf7cpcnf .wpcf7cp-btns {
    text-align: center;
    margin-bottom: 10px;
}
button.wpcf7cp-cfm-edit-btn {
    font-weight: 700;
    padding: 0.3em 1.4em 0.4em;
    border-radius: 50vw;
    background: #fff;
}
button.wpcf7cp-cfm-submit-btn {
    font-weight: 700;
    color: #fff;
    padding: 0.3em 1.4em 0.4em;
    border-radius: 50vw;
    background: #5E60A2;
}

@media (max-width: 767px) {
    #wpcf7cpcnf th,
    #wpcf7cpcnf td {
        display: block;
    }
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #5E60A2;
}