@charset "UTF-8";
.formCnt_wrap {
    background: #fff;
    padding: 80px 80px 73px;
    border-radius: 16px;
}
.formCnt_ttl {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}
.applyTable {
    width: 100%;
}
.applyTable th {
    padding: 30px 0;
    font-size: 16px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    width: 280px;
    border-bottom: 1px solid #E6E6E6;
}
.applyTable tr:first-child th,
.applyTable tr:first-child td {
    padding-top: 0;
}
.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 th.is-top {
    vertical-align: top;
    padding-top: 46px;
}
.applyTable tr:first-child th.is-top {
    padding-top: 18px;
}
.applyTable td {
    padding: 30px 0;
    padding-left: 20px;
    font-size: 16px;
    border-bottom: 1px solid #E6E6E6;
}
.applyTable thead th {
    padding: 50px 0 42px !important;
    border-bottom: none !important;
}
.applyTable thead tr:first-child th {
    padding-top: 0 !important;
}
.applyTable thead th .itemTtl {
    width: 280px;
}
.js-tgt-addresume .applyTable thead tr:first-child th {
    padding: 50px 0 42px !important;
}
input[type="date"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"] {
    height: 56px;
    background: #F3F6F5;
    font-size: 16px;
    line-height: 1.6;
    padding: 0 20px;
    border-radius: 8px;
    border: none;
    box-shadow: none;
    box-sizing: border-box;
}
textarea {
    display: block;
    height: 50px;
    background: #F3F6F5;
    font-size: 16px;
    border-radius: 8px;
    border: none;
    height: 160px;
    width: 100%;
    box-shadow: none;
    box-sizing: border-box;
    padding: 20px;
}
select {
    border: none;
    background: #F3F6F5 url(../svg/arw_down_blk.svg) no-repeat right 20px center;
    background-size: 14px auto;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.6;
    height: 56px;
    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: none;
    background: #F3F6F5;
    border-radius: 8px;
    font-size: 16px;
    height: 56px;
    box-sizing: border-box;
    padding: 0 20px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #000;
}
input[type=radio] + label {
    position: relative;
    padding-left: 34px;
    font-size: 16px;
    line-height: 1.6;
    cursor: pointer;
    display: inline-block;
}
input[type=radio] + label::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 24px;
    height: 24px;
    border: solid 1px #D9D9D9;
    left: 0;
    border-radius: 9999px;
    box-sizing: border-box;
    top: 50%;
    margin-top: -12px;
}
input[type=radio]:checked + label::before {
    border: solid 1px #222;
}
input[type=radio]:checked + label::after {
    position: absolute;
    content: "";
    background: #222;
    width: 14px;
    height: 14px;
    left: 5px;
    top: 50%;
    margin-top: -7px;
    border-radius: 9999px;
    box-sizing: border-box;
}
input[type=checkbox] + label {
    position: relative;
    padding-left: 34px;
    margin-right: 40px;
    font-size: 16px;
    line-height: 1.6;
    cursor: pointer;
}
input[type=checkbox] + label::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 24px;
    height: 24px;
    border: solid 1px #222;
    left: 0;
    border-radius: 4px;
    box-sizing: border-box;
    top: 50%;
    margin-top: -12px;
}
input[type=checkbox]:checked + label::before {
    background: #222;
}
input[type=checkbox]:checked + label::after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 7px;
    width: 7px;
    height: 12px;
    margin: -10px 0 0 0;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}
.is-wid01 {
    width: 100% !important;
}
.is-wid02 {
    width: 200px !important;
}
.is-wid03 {
    width: 100% !important;
}
.is-wid04 {
    width: 350px !important;
}
.is-wid05 {
    width: 160px !important;
}
.is-wid06 {
    width: 410px !important;
}
.is-wid07 {
    width: 550px !important;
}
.fl_wrap {
    display: flex;
}
.fl {
    float: left;
    margin: 0 20px 0 0;
    width: 100%;
}
.fl.no-margin {
    margin: 0;
}
.kome {
    padding: 10px 0 0 0;
    font-size: 12px;
}
.poppt {
    display: inline;
}
.poppt_box {
    display: inline;
}
.poppt_in {
    display: inline;
    margin: 0 15px 0 0;
}
.poppt_in.is-last {
    margin: 0;
}
.poppt_in select {
    margin: 0 10px 0 0;
}
.poppt_radio {
    display: flex;
    margin: 16px 0;
    flex-wrap: wrap;
    gap: 20px 40px;
}
.itemTtl {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.itemTag {
    font-size: 12px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 1;
    padding: 6px 7px;
    margin: 0 0 0 8px;
    color: #E82C64;
    border-radius: 8px;
    word-break: keep-all;
}
.itemTag.is-req {
    border: 1px solid #E82C64;
}
.itemTag.is-any {
    color: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.4);
}
.itemTag.is-yellow {
    border: 1px solid #E08E00;
    color: #E08E00;
    padding: 4px 7px;
    position: relative;
    top: -1px;
}
.error {
    font-size: 14px;
    color: #E82C64;
    padding: 10px 0 0 0;
    display: block;
    clear: both;
}
input.er,
select.er,
.er select,
input[type=radio].er + label::before,
input[type=checkbox].er + label::before {
    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: rgba(0, 0, 0, 0.4);
    opacity: 0.6;
    z-index: 9999999;
}
.c-srcPop_wrap #modal{
    display: none;
    position: fixed;
    top: 12%;
    left: 0;
    right: 0;
    border-radius: 20px;
    width: 80%;
    margin: auto;
    box-sizing: border-box;
    background: #fff;
    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: 72px;
    background: #fff;
    border-bottom: 1px solid #E6E6E6;
    padding: 0 30px;
    box-sizing: border-box;
}
.c-srcPop_wrap .m_ttl h2 {
    font-size: 16px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
}
.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: 80dvh;
    max-height: 670px;
    height: -webkit-calc(80dvh - 166px);
    height: calc(80dvh - 166px);
    max-height: -webkit-calc(670px - 166px);
    max-height: calc(670px - 166px);
    padding: 20px 30px;
    overflow-y: scroll;
}
.c-srcPop_wrap .modal_window {
    display: block;
}
.com_btnbox {
    padding: 80px 0;
    text-align: center;
    border-bottom: 1px solid #E6E6E6;
}
.com_btnbox .c-btn-s {
    font-size: 16px;
    margin-bottom: 40px;
}
.com_btnbox .c-btn-s a {
    font-size: 16px;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.com_btnbox .c-btn-s input[type=checkbox] + label {
    padding-left: 39px;
    margin-right: 0;
}
.com_btnbox .c-btn {
    margin:  0 auto;
}
.com_btnbox .c-btn a {
    background: #E2B700;
    border: 1px solid #E2B700;
}
.com_btnbox .is-back {
    margin-top: 30px;
}
.com_btnbox .is-back .c-btn {
    height: 54px;
}
.com_btnbox .is-back .c-btn a {
    background: #fff;
    border: 1px solid #1C4A40;
    color: #1C4A40;
}
.com_btnbox .is-back .c-btn a:hover {
    background: #1C4A40;
    color: #fff;
}
.com_btnbox .is-back .c-btn {
    max-width: 200px;
}
.com_btnbox .is-back .c-btn a .is-icn {
    padding: 0 0 0 38px;
}
.com_btnbox .is-back .c-btn a .is-arw {
    left: 0;
    background: #1C4A40;
    width: 24px;
    height: 24px;
    margin-top: -12px;
}
.com_btnbox .is-back .c-btn a:hover .is-arw {
    background: #fff;
}
.com_btnbox .is-back .c-btn a .is-arw:before {
    background: url(/cmn5/svg/icn_arw_l.svg) no-repeat center / 100% auto;
}
.com_btnbox .is-back .c-btn a:hover .is-arw:before {
    filter: brightness(0) saturate(100%) invert(22%) sepia(30%) saturate(712%) hue-rotate(117deg) brightness(99%) contrast(95%);
}
.com_btnbox .c-btn.is-br a {
    font-size: 16px;
    line-height: 140%;
}
.com_btnbox .c-btn.is-br a .is-st {
    display: block;
    font-size: 14px;
    line-height: 140%;
}
.com_btnbox .c-btn.is-br a .is-icn {
    position: static;
    padding-right: 0;
}
.com_btnbox .c-btn.is-br a .is-arw {
    right: 24px;
}
@media only screen and (max-width: 767px) {
    .com_btnbox .is-back .c-btn {
        height: 40px;
    }
    .com_btnbox .is-back .c-btn a .is-icn {
        padding: 0 0 0 30px;
    }
    .com_btnbox .is-back .c-btn a .is-arw {
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
    .com_btnbox .c-btn.is-br {
        height: 72px;
    }
    .com_btnbox .c-btn.is-br a {
        font-size: 14px;
        line-height: 140%;
    }
    .com_btnbox .c-btn.is-br a .is-st {
        font-size: 13px;
    }
    .com_btnbox .c-btn.is-br a .is-arw {
        right: 20px;
    }
}
.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: 700;
    font-variation-settings: "wght" 700;
    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: 700;
    font-variation-settings: "wght" 700;
    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 screen and (max-width:1240px) {
    .poppt_box {
        display: flex;
    }
    .poppt_box .poppt_in {
        display: flex;
        align-items: center;
        width: 100%;
        margin: 0;
    }
    .poppt_box:first-child .poppt_in {
        margin: 0 0 15px 0;
    }
    .poppt_in.is-last {
        margin: 0 0 0 15px;
    }
    .is-wid02 {
        width: 100% !important;
    }
    .is-wid05 {
        width: 100% !important;
    }
}
@media (min-width: 1024px) {
    .mv-btn a:hover,
    .bnr_warp a:hover{
        opacity: 0.7;
    }
    .com_btnbox .c-btn-s a:hover {
        text-decoration: none;
    }
}
@media only screen and (max-width: 767px) {
    .formCnt_wrap {
        padding: 40px 20px;
    }
    .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{
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        top: 6%;
    }
    .c-srcPop_wrap .m_ttl {
        height: 58px;
        padding: 0 0 0 20px;
    }
    .c-srcPop_wrap .m_ttl h2 {
        text-align: left;
        vertical-align: middle;
        font-size: 14px;
        font-weight: 700;
        font-variation-settings: "wght" 700;
        padding: 0;
    }
    .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: 0;
        font-size: 14px;
    }
    .applyTable th,
    .applyTable th.tlm,
    .applyTable th.is-top {
        width: 100%;
        display: block;
        padding: 0 0 10px 0;
        box-sizing: border-box;
        font-size: 14px;
        border: none;
    }
    .applyTable tr:first-child th.is-top {
        padding: 0 0 10px 0;
    }
    .applyTable.is-fk th {
        padding-left: 15px;
        padding-right: 15px;
    }
    .applyTable td {
        width: 100%;
        display: block;
        padding: 0 0 20px 0;
        margin: 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;
    }
    .applyTable thead th {
        padding: 0 0 20px !important;
    }
    .applyTable thead th .itemTtl {
        width: 100%;
    }
    .js-tgt-addresume .applyTable thead tr:first-child th {
        padding: 0 0 20px !important;
    }

    .fl {
        width: calc(50% - 5px);
        margin: 0 15px 0 0;
    }
    .fl:last-child {
        float: right;
    }
    .itemTtl {
        justify-content: flex-start;
    }
    .itemTag {
        float: none;
        font-size: 10px;
        padding: 4px 5px;
        margin: 0 0 0 10px;
    }
    .itemTag.is-yellow {
        padding: 3px 5px;
    }
    input[type="date"],
    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="password"] {
        height: 52px;
        padding: 0 15px;
        font-size: 14px;
        border-radius: 8px;
    }
    input[type="date"] {
        width: 100%;
    }
    textarea {
        font-size: 14px;
        height: 150px;
        padding: 15px 15px;
    }
    select {
        height: 52px;
        padding: 0 15px;
        border-radius: 8px;
        font-size: 14px;
        background: #F3F6F5 url(../svg/arw_down_blk.svg) no-repeat right 15px center;
        background-size: 14px auto;
    }
    select.is-ver2 {
        /* padding: 0 15px 0 5px; */
        /* background: #fff url(../../cmn2/img/dec_arw_dwn.png) no-repeat right 3px center; */
    }
    input[type=radio] + label {
        padding-left: 30px;
        font-size: 14px;
        line-height: 1.6;
    }
    input[type=radio] + label::before {
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
    input[type=radio]:checked + label::after {
        width: 10px;
        height: 10px;
        left: 5px;
        margin-top: -5px;
    }
    input[type=checkbox] + label {
        padding-left: 30px;
        margin-right: 30px;
        font-size: 14px;
        line-height: 1.6;
    }
    input[type=checkbox] + label::before {
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
    input[type=checkbox]:checked + label::after {
        left: 6px;
        width: 6px;
        height: 10px;
        margin: -8px 0 0 0;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
    }
    .poppt_in {
        margin: 0 5px 0 0;
    }
    .poppt_in:last-child {
        margin: 0 0 0 0;
    }
    .poppt_in.is-last {
        margin: 0 0 0 15px;
    }
    .poppt_radio {
        margin: 8px 0 0;
        gap: 20px 30px;
    }
    .is-wid01 {
        width: 100% !important;
    }
    .is-wid02 {
        width: 100% !important;
    }
    .is-wid02.is-ver2 {
        width: 100% !important;
    }
    .is-wid03 {
        width: 100% !important;
    }
    .is-wid04 {
        width: 100% !important;
    }
    .is-wid05 {
        width: 100% !important;
    }
    .is-wid05.is-ver2 {
        width: 100% !important;
    }
    .is-wid06 {
        width: 100% !important;
    }
    .is-wid07 {
        width: 100% !important;
    }
    .kome {
        font-size: 11px;
    }
    .error {
        font-size: 12px;
    }
    .com_btnbox {
        padding: 10px 0 40px;
    }
    .com_btnbox .c-btn-s {
        width: 100%;
        max-width: 255px;
        margin: 0 auto 30px;
        text-align: left;
        font-size: 14px;
    }
    .com_btnbox .c-btn-s a {
        font-size: 14px;
    }
    .com_btnbox .c-btn-s input[type=checkbox] + label {
        display: block;
        font-size: 14px;
        line-height: 2;
    }
    .com_btnbox .c-btn-s input[type=checkbox] + label::before {
        width: 24px;
        height: 24px;
        border: solid 2px #E6E6E6;
        margin-top: -12px;
    }
    .com_btnbox .c-btn-s input[type=checkbox]:checked + label::before {
        border: solid 2px #222;
    }
    .com_btnbox .c-btn-s input[type=checkbox]:checked + label::after {
        left: 7px;
        width: 7px;
        height: 12px;
        margin: -10px 0 0 0;
        border-bottom: 3px solid #fff;
        border-right: 3px solid #fff;
    }
    .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;
}
.applyTable tr.is-reserveday1 th,
.applyTable tr.is-reserveday1 td {
    padding-bottom: 0;
    border-bottom: none;
}
.applyTable tr.is-reserveday2 th,
.applyTable tr.is-reserveday2 td {
    padding-bottom: 0;
    border-bottom: none;
    padding-top: 20px;
}
.applyTable tr.is-reserveday3 th,
.applyTable tr.is-reserveday3 td {
    padding-top: 20px;
}
.js-tgt-addresume .applyTable tr:first-child th,
.js-tgt-addresume .applyTable tr:first-child td {
    padding-bottom: 0;
    border-bottom: none;
}
.js-tgt-addresume .applyTable tr:nth-child(2) th,
.js-tgt-addresume .applyTable tr:nth-child(2) td {
    padding-top: 20px;
    padding-bottom: 40px;
}
.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: 767px) {
    .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 30px 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: 767px) {
    .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 {
    font-size: 16px;
    line-height: 2;
    padding: 40px 0;
    border-bottom: 0;
}
.formbox_ad.on {
    padding-bottom: 0;
    border-bottom: none;
}


.form_upload label {
    width: 100%;
    min-width: 350px;
    display: block;
    height: 56px;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    padding: 0 20px;
    border-radius: 8px;
    border: 1px solid #222;
    box-sizing: border-box;
    line-height: 56px;
    text-align: center;
    position: relative;
}
.form_upload label input[type="file"] {
    opacity: 0;
    width: 100%;
    min-width: 350px;
    height: 56px;
    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: 700;
    font-variation-settings: "wght" 700;
}
.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: 767px) {
    .formbox_ad {
        font-size: 14px;
        line-height: 1.4;
        padding: 10px 0 15px;
        margin: 0 0 0;
    }
    .formbox_ad.on {
        margin: 0;
    }
    .form_upload label {
        height: 52px;
        line-height: 52px;
        min-width: 100%;
        font-size: 14px;
    }
    .form_upload label input[type="file"] {
        height: 52px;
        min-width: 100%;
    }
    .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;
    }
    .js-tgt-addresume .applyTable tr:first-child th {
        padding-bottom: 10px;
    }
    .applyTable tr.is-reserveday1 th {
        padding-bottom: 10px;
    }
    .applyTable tr.is-reserveday2 th {
        padding-bottom: 10px;
    }
    .applyTable tr.is-reserveday2 th,
    .applyTable tr.is-reserveday2 td {
        padding-top: 0;
    }
    .applyTable tr.is-reserveday3 th,
    .applyTable tr.is-reserveday3 td {
        padding-top: 0;
    }
}
@media only screen and (max-width: 340px) {
    .com_btnbox .c-btn-s a {
        font-size: 13px;
    }
    .com_btnbox .c-btn-s input[type=checkbox] + label {
        font-size: 13px;
    }
    .form-check-km {
        display: block;
        margin-top: 10px;
    }
}
.place_wrap {
    display: none;
    margin-top: 32px;
}
.place_box {
    display: none;
    margin-top: 32px;
}
.place_box:first-child {
    margin-top: 0;
}
.place_date {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 18px;
}
.place_date:first-child {
    margin-top: 0;
}
.place_date dt {
    font-size: 12px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 1;
    color: #1C4A40;
}
.place_date dt span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 20px;
    background: rgba(28, 74, 64, 0.08);
    border-radius: 2px;
}
.place_date dd {
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #3C3A38;
}
.place_map {
    margin-top: 32px;
    margin-bottom: 10px;
}
.place_map iframe {
    width: 100%;
    height: 100%;
    /*aspect-ratio: 70 / 27;*/
}
@media only screen and (min-width: 767px) {
    .place_map iframe {
        height: 60vw;
        max-height: 260px;
    }
}
.add_box {
    padding: 16px 16px 22px;
    background: #FBF5DE;
    border: 1px solid #F4E5AC;
    border-radius: 4px;
    margin-top: 32px;
}
.add_box .txt {
    font-size: 14px;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #3C3A38;
    position: relative;
    padding-left: 26px;
    margin-top: 10px;
}
.add_box .txt:first-child {
    margin-top: 0;
}
.add_box .is-icn:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 1px;
    background: url(../svg/apply_info.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.add_box .txt a {
    text-decoration-line: underline;
	text-underline-offset: 4px;
    color: #1C4A40;
    position: relative;
}
.add_box .txt a .icn {
    display: inline-block; /* ← アイコンを文字と同じ塊にする */
    margin-left: .3em;
    position: absolute;
    right: auto;
    top: auto;
    z-index: 9;
}
@media only screen and (min-width: 767px) {
    .add_box .txt a:hover {
        text-decoration-line: none;
    }
}
@media only screen and (max-width: 767px) {
    .place_wrap {
        margin-top: 24px;
    }
    .place_box {
        margin-top: 24px;
    }
    .place_date {
        margin-top: 14px;
    }
    .place_date dt {
        font-size: 10px;
    }
    .place_date dt span {
        width: 48px;
        height: 18px;
    }
    .place_date dd {
        width: -webkit-calc(100% - 56px);
        width: calc(100% - 56px);
        font-size: 12px;
        line-height: 160%;
    }
    .place_map {
        margin-top: 24px;
        margin-bottom: 12px;
    }
    .place_map iframe {
        aspect-ratio: 320 / 260;
    }
    .map_ver2 .place_map iframe {
        aspect-ratio: 320 / 117;
    }
    .map_ver3 .place_map iframe {
        aspect-ratio: 320 / 162;
    }
    .add_box {
        padding: 16px;
        margin-top: 16px;
    }
    .add_box .txt {
        font-size: 12px;
        margin-top: 12px;
    }
    .add_box .is-icn:before {
        top: 0;
    }
}
@media screen and (min-width:359px) and (max-width:390px) {
    .add_box {
        padding-right: 30px;
    }
}
@media only screen and (max-width: 389px) {
    .poppt_radio.is-ver2 {
        display: block;
    }
    .poppt_radio.is-ver2 input[type=radio] + label {
        display: block;
        margin-top: 8px ;
    }
}
.interviewcheck {
    width: 100%;
    max-width: 392px;
    margin: 0 auto;
    margin-top: 30px;
}
#interviewcheck input[type=checkbox]+label {
    display: inline-block;
    width: 100%;
    margin-right: 0;
    font-size: 14px;
    padding: 17px 0 17px 30px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    letter-spacing: .04em;
    display: inline-block;
    margin-right: 0;
    padding-left: 35px;
    transition: all .2s;
}
#interviewcheck input[type=checkbox]+label:before {
    left: 80px;
}
#interviewcheck input[type=checkbox]:checked+label::after {
    left: 87px;
}
#interviewcheck input[type=checkbox]:checked+label {
    background: #f6f8f8;
}
@media only screen and (min-width: 767px) {
    #interviewcheck input[type=checkbox]+label:hover {
        background: #f6f8f8;
    }
}
@media only screen and (max-width: 767px) {
    .interviewcheck {
        max-width: 320px;
        margin-top: 20px;
    }
    #field_agree input[type=checkbox]+label, #interviewcheck input[type=checkbox]+label {
        padding: 15px 0 15px 30px;
    }
    #interviewcheck input[type=checkbox]+label:before {
        left: 50%;
        margin-left: -118px;
    }
    #interviewcheck input[type=checkbox]:checked+label::after {
        left: 50%;
        margin-left: -112px;
    }
}
.formCd_wrap.is-non{
    position:relative;
}
.formCd_wrap.is-non:after{
    content:"";
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:10;
    background:rgba(255,255,255,.6);
}
