@charset "UTF-8";
.formCnt_wrap {
    background: #fff;
    padding: 50px 50px 60px;
}
.formCnt_ttl {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}
.applyTable {
    width: 100%;
}
.applyTable th {
    padding: 0 0 40px;
    font-size: 15px;
    font-weight: bold;
    width: 270px;
}
.applyTable tr:first-child th.tlb {
    width: 170px;
    vertical-align: top;
}
.applyTable th.tlm {
    width: 100px;
}
.applyTable th.top {
    vertical-align: top;
    padding-top: 16px;
}
.applyTable td {
    padding: 0 0 40px;
    padding-left: 20px;
    font-size: 15px;
}
.applyTable tr:last-child th,
.applyTable tr:last-child td {
    padding-bottom: 50px;
}
input[type="date"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"] {
    height: 50px;
    background: #fff;
    font-size: 15px;
    padding: 0 20px;
    border-radius: 4px;
    border: 1px solid #e1e6ea;
    box-shadow: none;
    box-sizing: border-box;
}
textarea {
    display: block;
    height: 50px;
    background: #fff;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #e1e6ea;
    height: 160px;
    width: 100%;
    box-shadow: none;
    box-sizing: border-box;
    padding: 20px;
}
select {
    border: 1px solid #e1e6ea;
    background: #fff url(../svg/arw_down_blk.svg) no-repeat right 10px center;
    background-size: 8px auto;
    border-radius: 4px;
    font-size: 15px;
    height: 50px;
    box-sizing: border-box;
    padding: 0 20px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #000;
    box-shadow: none;
}
select:has(option[value=""]:checked) {
    color: #75787e !important;
}
input[type="date"] {
    border: 1px solid #e1e6ea;
    background: #fff;
    border-radius: 4px;
    font-size: 15px;
    height: 50px;
    box-sizing: border-box;
    padding: 0 20px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #75787e;
}
.is-wid01 {
    width: 210px !important;
}
.is-wid02 {
    width: 150px !important;
}
.is-wid03 {
    width: 340px !important;
}
.is-wid04 {
    width: 180px !important;
}
.is-wid05 {
    width: 130px !important;
}
.is-wid06 {
    width: 410px !important;
}
.is-wid07 {
    width: 550px !important;
}
.fl {
    float: left;
    margin: 0 20px 0 0;
}
.kome {
    padding: 10px 0 0 0;
    font-size: 12px;
}
.poppt_in {
    display: inline;
    margin: 0 5px 0 0;
}
.poppt_in select {
    margin: 0 5px 0 0;
}
.itemTag {
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    padding: 5px 10px;
    color: #fff;
    margin: 2px 0 0 0;
    float: right;
}
.itemTag.is-req {
    background: #f40b0b;
}
.itemTag.is-any {
    background: #9299a5;
}
.error {
    font-size: 14px;
    color: #ff0000;
    padding: 10px 0 0 0;
    display: block;
    clear: both;
}
input.er,
select.er,
.er select {
    background-color: #fff7f8 !important;
}
.required {
    background-color: #fff7f8 !important;
}
.c-srcPop_bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}
.c-srcPop_wrap #modal{
    display: none;
    position: fixed;
    left: 50%;
    top: 20px;
    right: 0;
    margin: 0;
    border-radius: 3px;
    width: 950px;
    margin: 0 0 0 -475px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    z-index: 99999999;
}
.c-srcPop_wrap .close_overlay {
    display: none;
}
.c-srcPop_wrap .m_ttl {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-flex-align: center;
    align-items: center;
    width: 100%;
    height: 70px;
    background: #f4f6f7;
    padding: 0 30px;
    box-sizing: border-box;
}
.c-srcPop_wrap .m_ttl h2 {
    font-size: 20px;
    color: #1a1a1a;
    font-weight: bold;
}
.c-srcPop_wrap .m_ttl p {
    width: 14px;
    height: 14px;
}
.c-srcPop_wrap .m_ttl p a {
    width: 100%;
    height: 0;
    overflow: hidden;
    display: block;
    padding: 14px 0 0 0;
    background: url(../svg/close.svg) no-repeat center center;
}
.c-srcPop_wrap .txt {
    height: 500px;
    padding: 40px;
    overflow-y: scroll;
}
.c-srcPop_wrap .modal_window {
    display: block;
}
.com_btnbox {
    padding: 0;
    text-align: center;
}
.com_btnbox .c-btn-s {
    margin-bottom: 20px;
}
.com_btnbox .c-btn-s a {
    font-size: 14px;
    text-decoration: underline;
}
.cnfbtn {
    display: flex;
    justify-content: center;
}
.cnfbtn .b_btn {
    width: 320px;
    margin: 0 20px 0 0;
}
.cnfbtn .b_btn:last-child {
    margin: 0;
}
.com_endbx {
    width: 1000px;
    margin: 100px auto;
}
.com_endbx h2 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 30px 0;
}
.applyEndBox {
    font-size: 14px;
    text-align: center;
}
.thkome {
    font-size: 11px;
    margin: 0 0 0 10px;;
    font-weight: normal;
}
.fmEx_wrap {
    background: #f4f6f7;
    border-radius: 16px;
    margin: -20px auto 80px auto;
    width: 1000px;
    padding: 40px 70px;
    box-sizing: border-box;
}
.fmEx_in {
    margin: 0 0 40px 0;
}
.fmEx_in:last-child {
    margin: 0 0 0 0;
}
.fmEx_wrap .c-title_wrap {
    margin: 0 0 20px 0;
}
.mv_warp {
    padding: 60px 0 0;
}
.mv_ttl {
    margin: 0 0 15px;
    text-align: center;
}
.mv-ttl {
    font-size: 20px;
    line-height: 1;
    color: #26a24c;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding: 10px 50px;
}
.mv-ttl:before,
.mv-ttl:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #26a24c;
}
.mv-ttl:before {
    left: 0;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
}
.mv-ttl:after {
    right: 0;
    transform:rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.mv-btn {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.mv-btn:before,
.mv-btn:after {
    content: '';
    display: block;
    height: 70px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.mv-btn:before {
    width: 64px;
    left: -86px;
    background: url(/cmn3/svg/woman.svg) no-repeat top 2px center;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.mv-btn:after {
    width: 66px;
    right: -86px;
    background: url(/cmn3/svg/man.svg) no-repeat top center;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.mv-btn a {
    display: block;
}
.mv-btn img {
    width: 100%;
    display: block;
}
.bnr_warp {
    width: 370px;
    margin: 0 auto;
    text-align: center;
    padding: 80px 0 0;
}
.bnr_warp a {
    display: block;
}
.bnr_warp img {
    width: 100%;
}
.formName {
    padding-top: 18px;
}
@media (min-width: 896px) {
    .mv-btn a:hover,
    .bnr_warp a:hover{
        opacity: 0.7;
    }
    .com_btnbox .c-btn-s a:hover {
        color: #26a24c;
        text-decoration: none;
    }
}
@media only screen and (max-width: 896px) {
    .formCnt_wrap {
        padding: 30px 15px;
    }
    .formCnt_ttl {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .com_agttxt {
        width: auto;
        margin: 30px 20px 30px 20px;
        font-size: 12px;
        text-align: center;
    }
    .com_agttxt .txtb {
        display: block;
    }
    /*
    .formbox_nw {
        width: auto;
        margin: 0 20px;
    }
    .formbox_nw .box {
        padding: 0 20px;
    }
    */
    .c-srcPop_wrap {
        display: none;
    }
    .c-srcPop_wrap  #modal{
        background: #fff;
        z-index: 9999999;
        width: auto;
        margin: 0;
        position: relative;
        text-align: left;
        background: #fff;
        padding: 0;
        border-radius: 3px;
        top: 0;
        left: 0;
    }
    .c-srcPop_wrap .m_ttl {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -webkit-flex-align: center;
        align-items: center;
        width: 100%;
        height: 50px;
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .c-srcPop_wrap .m_ttl h2 {
        text-align: left;
        vertical-align: middle;
        font-size: 14px;
        font-weight: bold;
        padding: 0 0 0 20px;
    }
    .c-srcPop_wrap .m_ttl p {
        width: 50px;
        height: 50px;
    }
    .c-srcPop_wrap .m_ttl p a {
        height: 0;
        padding: 50px 0 0 0;
        background: url(../svg/close.svg) no-repeat center center;
        background-size: 14px auto;
    }
    .c-srcPop_wrap .txt {
        padding: 20px;
        height: auto;
        margin: 50px 0 0 0;
        font-size: 14px;
    }
    .applyTable th,
    .applyTable th.tlm {
        width: 100%;
        display: block;
        padding: 0 0 10px 0;
        box-sizing: border-box;
        font-size: 14px;
    }
    .applyTable.is-fk th {
        padding-left: 15px;
        padding-right: 15px;
    }
    .applyTable td {
        width: 100%;
        display: block;
        padding: 0 0 20px 0;
        box-sizing: border-box;
        font-size: 14px;
        overflow: hidden;
    }
    .applyTable.is-fk td {
        padding-left: 15px;
        padding-right: 15px;
    }
    .applyTable tr:first-child th {
        padding-top: 24px;
    }
    .applyTable tr:first-child td {
        padding-top: 0;
    }
    .applyTable tr:last-child th {
        padding-bottom: 12px;
    }
    .applyTable tr:last-child td {
        padding-bottom: 24px;
    }

    .fl {
        width: calc(50% - 5px);
        margin: 0;
    }
    .fl:last-child {
        float: right;
    }
    .itemTag {
        font-size: 12px;
    }
    input[type="date"],
    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="password"] {
        height: 40px;
        padding: 0 20px;
        font-size: 13px;
        border-radius: 2px;
    }
    input[type="date"] {
        width: 100%;
    }
    textarea {
        font-size: 13px;
        height: 150px;
        padding: 15px 20px;
        border-radius: 2px;
    }
    select {
        height: 40px;
        padding: 0 20px;
        border-radius: 2px;
        font-size: 13px;
    }
    select.is-ver2 {
        padding: 0 15px 0 5px;
        background: #fff url(../../cmn2/img/dec_arw_dwn.png) no-repeat right 3px center;
    }
    .poppt_in {
        margin: 0 5px 0 0;
    }
    .poppt_in:last-child {
        margin: 0 0 0 0;
    }
    .poppt_in select.is-ver2 {
        margin: 0 5px 0 0;
    }
    .is-wid01 {
        width: 100% !important;
    }
    .is-wid02 {
        width: 100px !important;
    }
    .is-wid02.is-ver2 {
        width: 95px !important;
    }
    .is-wid03 {
        width: 100% !important;
    }
    .is-wid04 {
        width: 100% !important;
    }
    .is-wid05 {
        width: 80px !important;
    }
    .is-wid05.is-ver2 {
        width: 60px !important;
    }
    .is-wid06 {
        width: 100% !important;
    }
    .is-wid07 {
        width: 100% !important;
    }
    .kome {
        font-size: 11px;
    }
    .error {
        font-size: 12px;
    }
    .com_btnbox {
        padding-left: 20px;
        padding-right: 20px;
    }
    .com_btnbox.is-apyindex {
        padding-top: 30px;
    }
    .cnfbtn .b_btn a {
        height: 40px;
        font-size: 12px;
    }

    .com_endbx {
        width: auto;
        margin: 50px 20px;
        font-size: 12px;
    }
    .com_endbx h2 {
        text-align: left;
        margin: 0 0 20px 0;
        font-size: 14px;
    }
    .applyEndBox {
        text-align: left;
        font-size: 12px;
    }

    .thkome {
        font-size: 10px;
    }

    .fmEx_wrap {
        border-radius: 8px;
        margin: -40px 20px 80px 20px;
        width: auto;
        padding: 20px 20px;
    }
    .fmEx_in {
        margin: 0 0 20px 0;
    }
    .fmEx_wrap .c-title_wrap {
        margin: 0 0 15px 0;
    }
    .fmEx-txt {
        font-size: 12px;
    }

    .mv_warp {
        padding: 30px 0 0;
    }
    .mv_ttl {
        margin: 0 0 15px;
        text-align: center;
    }
    .mv-ttl {
        font-size: 15px;
        line-height: 1.4;
        padding: 0;
    }
    .mv-ttl:before,
    .mv-ttl:after {
        height: 60px;
        top: -22px;
        transform: none;
        background: #fff;
    }
    .mv-ttl:before {
        width: 60px;
        left: -70px;
        background: url(/cmn3/svg/woman.svg) no-repeat top 4px center;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
        transform:rotate(0);
        -webkit-transform:rotate(0);
    }
    .mv-ttl:after {
        width: 62px;
        right: -72px;
        background: url(/cmn3/svg/man.svg) no-repeat top center;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
        transform:rotate(0);
        -webkit-transform:rotate(0);
    }
    .mv-btn:before,
    .mv-btn:after {
        content: none;
    }
    .mv-btn {
        width: 100%;
    }
    .bnr_warp {
        width: 100%;
        padding: 40px 0 0;
    }
}
@media (max-width: 350px) {
    .c-mainMv-ttl span {
        display: block;
    }
}
.is-bd .is-subitem {
    padding-top: 5px;
}
.js-tgt-addresume .applyTable tr:last-child th,
.js-tgt-addresume .applyTable tr:last-child td {
    padding-bottom: 60px;
}
.itemTag.is-ajt {
    margin-top: 35px;
}
.is-spaajt .itemTag {
    margin-top: 0;
}
.applyTable .is-spaajt td,
.applyTable .is-spaajt th {
    padding-bottom: 10px;
}
@media only screen and (max-width: 896px) {
    .applyTable tr:last-child th {
        padding-bottom: 10px;
    }
    .itemTag.is-ajt {
        margin-top: 0;
    }
    .js-tgt-addresume .applyTable tr:last-child th {
        padding: 0 0 10px 0;
    }
    .js-tgt-addresume .applyTable tr:last-child td {
        padding: 0 0 20px 0;
    }
}
.form-check label {
    display: inline-block;
    line-height: 1.6;
    position: relative;
    height: 50px;
    background: #fff;
    font-size: 15px;
    padding: 0 36px;
    border-radius: 4px;
    border: 1px solid #000;
    box-sizing: border-box;
    line-height: 48px;
    text-align: center;
    position: relative;
    margin: 0 20px 0 0;
    cursor: pointer;
}
.form-check input.required + label {
    background-color: #fff7f8;
}
.form-check input:checked + label {
    background: #000;
    color: #fff;
}
.form-check input {
    display: none;
}
/*
.form-check label {
    display: inline-block;
    line-height: 1.6;
    position: relative;
    padding-left: 35px;
}
.form-check label:before{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    margin: 0 0 0 0;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #b8bdc0;
    border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #fff;
}
.form-check input {
    display: none;
}
.form-check input:checked + label:before{
    border: 1px solid #26a24c;
    background: #26a24c;
}
.form-check input:checked + label:after{
    position: absolute;
    content: "";
    display: block;
    top: 4px;
    left: 8px;
    width: 6px;
    height: 10px;
    margin: 0 0 0 0;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
*/
.form-snttxt {
    font-size: 13px;
    padding: 0 0 10px 0;
}
@media only screen and (max-width: 896px) {
    .form-check_pt {
        overflow: hidden;
    }
    .form-check label {
        height: 40px;
        border: 1px solid #d9d9d9;
        box-shadow: 0 0 16px #9c9c9c1a;
        line-height: 38px;
        border-radius: 5px;
        font-size: 14px;
        margin: 0;
        width: calc(50% - 10px);
        float: left;
    }
    .form-check:last-child label {
        float: right;
    }

}

.formbox_ad {
    padding: 0 0 40px;
}
.formbox_ad.on {
    padding-bottom: 0;
}


.form_upload label {
    width: 200px;
    display: block;
    height: 50px;
    background: #fff;
    font-size: 13px;
    padding: 0 20px;
    border-radius: 4px;
    border: 1px solid #000;
    box-sizing: border-box;
    line-height: 48px;
    text-align: center;
    position: relative;
}
.form_upload label input[type="file"] {
    opacity: 0;
    width: 200px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.js-uploadfile-name {
    padding-top: 5px;
    display: none;
}
.form-check-km {
    font-size: 14px;
}
.form-check_hsk {
    font-size: 14px;
    overflow: hidden;
    /* height: 0; */
    transition: opacity 0.8s ease-in-out , all 0.8s ease-in-out;
}
.form-check_hsk .form-check_hsk_in {
    padding: 10px 0 0 0;
    transition: opacity 1.2s ease-in-out , all 1.2s ease-in-out;
    /* opacity: 0; */
}
.form-check_hsk.on {
    height: auto;
}
.form-check_hsk.on .form-check_hsk_in {
    animation-name: animation-form-check;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    opacity: 1;
}
.form-check_hsk_ul {
    line-height: 1.5;
}
.form-check_hsk-tl {
    font-size: 14px;
    font-weight: bold;
}
.form-check_hsk_ul li {
    margin-left: 1em;
    text-indent: -1em;
    font-size: 14px;
}
/*
.js-tgt-addhope th,
.js-tgt-addhope td {
    padding: 0;
    overflow: hidden;
}
.js-tgt-addhope.on th,
.js-tgt-addhope.on td {
    padding: 10px 0 60px 70px;
}
.js-tgt-addhope.on td {
    padding: 0 70px 50px 60px;
}
.js-tgt-addhope-in {
    height: 0;
    transition: opacity 1.2s ease-in-out , all 1.2s ease-in-out;
    opacity: 0;
    overflow: hidden;
}
.js-tgt-addhope.on .js-tgt-addhope-in {
    height: auto;
    opacity: 1;
    animation-name: animation-form-check;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
}
.js-tgt-addresume {
    overflow: hidden;
}
.js-tgt-addresume-in {
    height: 0;
    transition: opacity 1.2s ease-in-out , all 1.2s ease-in-out;
    opacity: 0;
    overflow: hidden;
}
.js-tgt-addresume.on .js-tgt-addresume-in {
    height: auto;
    opacity: 1;
    animation-name: animation-form-check;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
}
@keyframes animation-form-check {
    0%{
        transform: translateY(-64px);
    }
    100%{
        transform: translateY(0);
    }
}*/
@media only screen and (max-width: 896px) {
    .formbox_ad {
        padding: 0 0 30px 0;
        font-size: 12px;
    }
    .formbox_ad.on {
        padding-bottom: 0;
    }
    .form_upload label {
        height: 40px;
        font-size: 12px;
        padding: 0 20px 0 20px;
        border-radius: 5px;
        border: 1px solid #d9d9d9;
        box-shadow: 0 0 16px #9c9c9c1a;
        box-sizing: border-box;
        line-height: 38px;
        width: 100%;
    }
    .form_upload label input[type="file"] {
        opacity: 0;
        width: 100%;
        height: 40px;
        position: absolute;
        left: 0;
        top: 0;
    }
    .form-check-km {
        font-size: 12px;
    }
    .form-check_hsk {
        font-size: 11px;
    }
    .form-snttxt {
        font-size: 11px;
        padding: 0;
    }
    .js-tgt-addhope.on th {
        padding: 0 0 10px 0;
    }
    .js-tgt-addhope.on td {
        padding: 0 0 20px 0;
    }
}
@media only screen and (max-width: 374px) {
    .form-check-km {
        display: block;
        margin-top: 10px;
    }
}
