@charset "utf-8";

body {
    background: #fff;
}

main {
    background: #fff;
}

.recruit_content .sec_message {
    position: relative;
    padding-bottom: 200px;
}

.recruit_content .sec_message::after {
    position: absolute;
    content: 'Join Our Team Join Our Team';
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 13rem;
    letter-spacing: 0;
    line-height: 1.5;
    color: #ADEEC7;
    bottom: 0;
    right: 0;
    white-space: nowrap;
}

.recruit_content .sec_ttl_h2 {
    font-family: "Poppins", sans-serif;
    font-size: 6.0rem;
    font-weight: 600;
    color: #039C5F;
    letter-spacing: 0;
    line-height: 1.65;
    padding: 0;
    margin: 0 0 20px;
    border: none;
}

.recruit_content .sec_ttl_h2::before {
    font-size: 1.8rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #039C5F;
    margin-left: 0;
}

.sec_ttl_h2::after {
    content: none;
}

.recruit_catch_text {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 40px;

}

.recruit_message_text {
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 2.2;
    margin-bottom: 50px !important;
}

.gallery_slide .slick-slide {
    padding: 0 10px;
    margin-bottom: 90px;
}

.gallery_slide img {
    border-radius: 15px;
}

.sec_data {
    background: #F4F5F7;
    padding: 90px 0;
}


.sec_data .sec_ttl_h2 {
    text-align: center;
    margin-bottom: 90px;
}

.data_column {
    display: flex;
    margin-bottom: 60px;
    justify-content: space-between;
}

.data_column p {
    font-size: 2.4rem;
    font-weight: 500;
    color: #039C5F;
}

.data_column .data_item {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
}

.data_column:nth-child(1) {
    margin-left: 90px;
    margin-bottom: 77px;
}

.data_column:nth-child(1) .data_item:last-child {
    transform: translatey(177px);
    max-height: 420px;
}

.data_column:nth-child(2) {
    max-width: 82.9166%;
    margin-bottom: 150px;
}

.data_column:nth-child(2) .data_item:first-child {
    width: 35%;
    padding-bottom: 90px;
}

.data_column_wrap img {
    margin: 0 auto;
}

.data_column:nth-child(2) .data_item:last-child {
    transform: translatey(89px);
    max-height: 500px;
}

.data_column:nth-child(3) {
    margin-left: 165px;
    max-width: 62.25%;
    margin-bottom: 65px;
}

.data_column:nth-child(3) .data_item:first-child {
    width: 48%;
    /* 	padding-right: 100px; */
    padding-bottom: 90px;
}

.data_column:nth-child(3) .data_item:last-child {
    transform: translatey(76px);
    max-height: 210px;
}

.data_column:nth-child(4) {
    margin-left: 94px;
    margin-bottom: 155px;
}

.data_column:nth-child(4) .data_item:first-child {
    transform: translatey(177px);
    width: 38.3017%;
}

.data_column:nth-child(5) {
    max-width: 88%;
}

.data_column:nth-child(5) .data_item:first-child {
    transform: translatey(89px);
    padding-bottom: 90px;
    width: 56.8181%;
}

.data_column_wrap {
    margin-bottom: 120px;
}

.sec_data .alignright {
    color: #039C5F;
    font-weight: 600;
}

.sec_requirements {
    padding: 90px 0;
    background: #fff;
}

.sec_requirements .sec_ttl_h2 {
    text-align: center;
    margin-bottom: 90px;
}

.tab_item {
    background: #F2F2F2;
    border-radius: 9999px;
    padding: 20px;
    min-width: 335px;
    text-align: center;
    color: #222;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s ease;
}

.tab_item.active,
.tab_item:hover {
    background: #039C5F;
    color: #fff;
}

.tab-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}

.js-tab+.tab-content-container .tab-content.show {
    display: block;
}

.js-tab+.tab-content-container .tab-content {
    display: none;
}

.sec_requirements table {
    margin-bottom: 0;
}

table th {
    padding: 25px;
}

table td {
    padding: 25px 25px 25px 0;
}

table tr {
    /*     background: #fff; */
    border-bottom: 1px solid;
    border-color: #f5f7f6;
}

table td {
    padding: 25px 0;
    max-height: 100%;
}

.sec_entry {
    background: #F4F5F7;
    padding: 90px 0;
}

.sec_entry .sec_ttl_h2 {
    text-align: center;
    margin-bottom: 50px;
}

.sec_entry table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 30px auto 60px;
}

.sec_entry table tr {
    background: #fff;
    border-bottom: 2px solid;
    border-color: #F4F5F7;
}

.entry_lead_txt {
    text-align: center;
}

.sec_entry .form_table table th {
    width: 30%;
}

.sec_entry .form_table table th .req {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.8;
    color: #FFF;
    background: #C40030;
    padding: 3px 15px;
    border-radius: 25px;
    margin-left: 10px;
}

.sec_entry .form_table input:not([type="checkbox"]):not([type="radio"]) {
    border: 0;
    padding: 10px 15px;
    border-radius: 4px;
    background-color: #f6f6f6;
}

.radio_btn_flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    width: 500px;
    max-width: 100%;
    line-height: 4rem;
}

.sec_entry .form_table select {
    border: 0;
    padding: 10px 15px;
    border-radius: 4px;
    background-color: #f6f6f6;
}

.sec_entry .form_table select::before {
    content: '';
    position: absolute;
    top: 15px;
    right: 18px;
    width: 6px;
    height: 6px;
    margin: auto;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid black;
}

.sec_entry .form_table textarea#content {
    width: 600px;
    max-width: 100%;
    height: 200px;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    background-color: #f6f6f6;
    resize: vertical;
    overflow: auto;
}

span.mwform-checkbox-field-text {
    font-weight: 500;
    color: #039C5F;
}

/* 送信ボタン */

.form_btn_wrap {
    margin: 8px 0 0;
    position: relative;
}

.submit_btn_box {
    text-align: center;
}

.submit_btn_box .submit_btn {
    color: #FFF !important;
    width: 220px;
    height: 56px;
    padding: 5px 15px;
    margin-bottom: 20px;
    background: #039C5F;
    border-radius: 50px;
    border: 2px solid #039C5F;
    cursor: pointer;
    transition: all .3s;
    text-decoration: none;
    overflow: hidden;
    position: relative;
}

#form_btn_wrap {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    max-width: 680px !important;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    position: relative;
}

.back_btn {
    max-width: 140px;
    width: 100%;
    height: 56px;
    background: #f7f7f7;
    display: inline-block;
    padding: 6px;
    color: #222;
    transition: background 0.3s;
    text-decoration: none;
    position: relative;
    text-align: center;
    margin-right: 20px;
    border: 1px solid #e6e6e6;
    font-size: 100%;
    -webkit-transition: all .3sease;
    transition: all .3sease;
    border-radius: 50px;
    cursor: pointer;
}


/* hover */

.submit_btn_box .submit_btn:hover {
    color: #039C5F !important;
    background-color: #eee;
    transition: all .3s;
}

.back_btn:hover {
    color: #fff !important;
    background-color: #039C5F;
    transition: all .3s;
}

.input_txt.txt_center {
    margin-bottom: 40px;
}

.txt_center {
    font-weight: 500;
}

.txt_center a {}

a[target="_blank"] {
    text-decoration: none;
    padding-right: 0;
}

p.preview_txt.txt_center {
    font-weight: 500;
}



.mw_wp_form .error {
    margin-top: 5px;
}

/*------------ フォーム表示制御用 ------------*/

.preview_txt {
    display: none;
}

.mw_wp_form_preview .input_txt {
    display: none !important;
}

.mw_wp_form_preview .preview_txt {
    display: block !important;
}

.mw_wp_form_preview .select::before {
    display: none;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0;
}

.mwform-radio-field label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mwform-radio-field-text {
    line-height: 2;
}

.mwform-checkbox-field label {
    justify-content: center !important;
}






@media screen and (max-width:767px) {
    .w500 {
        width: 500px;
        max-width: 100%;
    }

    table {
        width: 100%;
        table-layout: fixed;
        word-break: break-all;
        word-wrap: break-all;
    }

    table tr {
        border-bottom: 2px solid;
        border-color: #f5f7f6;
    }

    table th {
        padding: 15px;
        width: 35%;
    }

    table td {
        padding: 15px;
    }

    .recruit_content .sec_message {
        padding-bottom: 140px;
    }

    .recruit_content .sec_message::after {
        font-size: 8rem;

    }

    .recruit_content .sec_ttl_h2 {
        font-size: 4.0rem;
        margin: 0 0 20px;
    }

    .recruit_content .sec_ttl_h2::before {
        font-size: 1.4rem;
    }

    .sec_ttl_h2::after {
        content: none;
    }

    .recruit_catch_text {
        font-size: 2.0rem;
        margin-bottom: 30px;

    }

    .recruit_message_text {
        font-size: 1.6rem;
        margin-bottom: 0px !important;
    }

    .gallery_slide .slick-slide {
        padding: 0 5px;
        margin-bottom: 45px;
    }

    .gallery_slide img {
        border-radius: 15px;
    }

    .sec_data {
        padding: 50px 0;
    }


    .sec_data .sec_ttl_h2 {
        margin-bottom: 30px;
    }

    .data_column {
        margin-bottom: 30px;
        margin-left: 0;
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 20px !important;
    }

    .data_column p {
        font-size: 2.0rem;
    }

    .data_column .data_item {
        width: 100% !important;
        transform: none !important;
        padding: 30px !important;
    }

    .data_column:nth-child(1),
    .data_column:nth-child(2),
    .data_column:nth-child(3),
    .data_column:nth-child(4),
    .data_column:nth-child(5) {
        margin-left: 0;
        max-width: 100%;
    }

    .data_column:nth-child(2) .data_item:first-child img,
    .data_column:nth-child(3) .data_item:first-child img {
        width: 50%;
    }

    .data_column_wrap {
        margin-bottom: 0;
    }

    .sec_data .alignright {
        color: #039C5F;
        font-weight: 600;
    }

    .sec_requirements {
        padding: 40px 0;
    }

    .sec_requirements .sec_ttl_h2 {
        text-align: center;
        margin-bottom: 40px;
    }

    .tab_item {
        padding: 8px 12px;
        min-width: 140px;
        width: 50%;
    }

    .tab_item.active,
    .tab_item:hover {
        background: #039C5F;
        color: #fff;
    }

    .tab-container {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-bottom: 40px;
    }

    .js-tab+.tab-content-container .tab-content.show {
        display: block;
    }

    .js-tab+.tab-content-container .tab-content {
        display: none;
    }

    .sec_requirements table {
        margin-bottom: 0;
    }

    .sec_entry {
        padding: 40px 0;
    }



    /*------ フォーム ------*/


    /*--- table内 ---*/

    .form_table {
        max-width: 100%;
        margin: 5px auto;
    }

    .form_table table {
        margin: 0 auto 25px;
    }

    .radio_btn_flex {
        display: flex;
        flex-direction: column;
        width: 100%;
        line-height: 3.5rem;
    }


    .form_table table th,
    .form_table table td {
        display: block;
        line-height: 1.5;
        width: 100% !important;
        padding: 10px;
    }

    .form_table table td {
        font-weight: 400;
        min-height: 31px;
        padding-top: 0;
    }


    .form_table table th .req {
        font-size: 1.0rem;
        line-height: 1.7;
        padding: 1px 10px 2px 10px;
        margin: 0px 0 0 5px;
        top: 29%;
    }


    /*------ ボタン ------*/
    #form_btn_wrap {
        max-width: none;
        flex-direction: column-reverse;
        align-items: center;
    }


    .submit_btn {
        font-size: 1.4rem;
        padding: 6px 15px 5px;
    }

    .back_btn {
        margin-right: 0;
        margin-bottom: 20px;
        height: 40px;
    }


    /*----- 完了時 -----*/
    .mw_wp_form.mw_wp_form_confirm,
    .mw_wp_form.mw_wp_form_complete {
        padding: 0 0 30px;
    }



    .input_txt.txt_center {
        margin-bottom: 40px;
    }

    .txt_center {
        font-weight: 500;
    }

    .txt_center a {}

    a[target="_blank"] {
        text-decoration: none;
        padding-right: 0;
    }

    p.preview_txt.txt_center {
        font-weight: 500;
    }



    .mw_wp_form .error {
        margin-top: 5px;
    }
}