.text {
    font-size: 16px;
    line-height: 1.8;
}
.text.is-ver3 {
    margin-top: 5px;
}
.is-cnt {
    text-align: center;
}
.is-wid2 {
    width: 100%;
    max-width: 784px;
    margin: 20px auto 0;
}
.list_item {
    font-size: 16px;
}
.expiration_wrap {
    margin: 20px 0 0 0;
    padding: 35px 0;
    background: #e9f5f1;
}
.expiration_in {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 0 35px 0;
    border: 2px solid #00C389;
    background: #fff;
    box-sizing: border-box;
}
.expiration-ttl {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: center;
}
.expiration_lst {
    margin-top: 25px;
}
.expiration_lst ul {
    width: 50%;
    box-sizing: border-box;
}
.expiration_lst ul.left {
    position: relative;
    padding-right: 40px;
}
.expiration_lst ul.left:before {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 74%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
    background: #00C389;
}
.expiration_lst ul.right {
    padding-left: 40px;
}
.expiration_lst ul li {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 40px;
}
.expiration_lst ul li:last-child {
    margin-bottom: 0;
}
.expiration_lst ul.left li {
    text-align: right;
}
.expiration_lst ul.right li {
    text-align: left;
}
.expiration_lst ul li:before {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background: #00C389;
    top: 9px;
    z-index: 10;
}
.expiration_lst ul.left li:before {
    right: -40px;
}
.expiration_lst ul.right li:before {
    left: -40px;
}
.serviceSubjectArea {
    margin-top: 30px;
    margin-bottom: 20px;
}
.serviceSubjectArea_item {
    padding: 30px 20px 35px 20px;
    border: 2px solid #00C389;
    border-radius: 10px;
    box-sizing: border-box;
}
.serviceSubjectArea_item_title {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
}
.serviceSubjectArea_item_text {
    padding-left: 0;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
}
.m_top {
    margin-top: 30px;
}
th,
td {
    font-size: 16px;
}
.choice-job_wrap {
    max-width: 980px;
    margin: 0 auto 50px;
}
.choice-job_wrap.is-ver2 {
    margin-top: 50px;
}
.choice-job_wrap .text.is-ver2 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
}
.choice-job_wrap .text.is-right {
    font-size: 14px;
    text-align: right !important;
}
#choice-job_support .is-bold {
    font-weight: bold;
}
.list {
    margin-top: 20px;
}
.choice-job_wrap .list_item {
    position: relative;
    padding-left: 1.5em;
    margin-top: 0;
    line-height: 1.7;
}
.choice-job_wrap .list_item:before {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
.choice-job_wrap .serviceTable_wrap {
    margin-bottom: 10px;
}
.choice-job_wrap .serviceTable_wrap th {
    background: #fff6d9;
    color: #000;
    line-height: 1.25;
}
.choice-job_wrap .serviceTable_wrap th.is-ver1 {
    width: 42%;
}
.choice-job_wrap .serviceTable_wrap th.is-ver2 {
    width: 26%;
}
.choice-job_wrap .serviceTable_wrap th.is-ver3 {
    width: 32%;
}
.choice-job_wrap .serviceTable_wrap td.td-ver2 {
    width: 12%;
}
.choice-job_wrap .serviceTable_wrap td {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}
.choice-job_wrap .serviceTable_wrap .is-yellow {
    background: #f7fd4e;
}
.choice-job_wrap .serviceTable_wrap .is-green {
    background: #94e0cb;
}
.choice-job_wrap .serviceTable_wrap .dot-txt {
    text-align: left;
    position: relative;
    padding-left: 1em;
    color: #000;
}
.choice-job_wrap .serviceTable_wrap .dot-txt span {
    position: absolute;
    top: 0;
    left: 0;
}
.choice-job_wrap .serviceTable_wrap .is-fzss {
    display: inline-block;
    font-size: 10px;
}
.choice-job_wrap .serviceTable_wrap .is-fzs {
    font-size: 11px;
}
.choice-job_wrap .serviceTable_wrap .green_wrap {
    background: #94e0cb;
    border: 1px dashed #00c08a;
    padding: 10px;
}
#choice-job_support .txt {
    color: #000;
}
.tableLst_wrap li {
    font-size: 12px;
    line-height: 1.63;
    position: relative;
    padding-left: 1em;
}
.tableLst_wrap li span {
    position: absolute;
    top: 0;
    left: -1px;
}
#choice-job_support .cv_wrap {
    margin-top: 70px;
}
#choice-job_support .cv_btn {
    margin-bottom: 30px;
}
#choice-job_support .bg-gray {
    padding: 20px 0 50px;
    background: #f9f9f9;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
#choice-job_support .bg-gray .choice-job_wrap:last-of-type {
    margin-bottom: 0;
}
.choice-job_in {
    margin-top: 60px;
}
.choice-job_wrap .ttl-H3 {
    font-size: 24px;
    letter-spacing: 0.05rem;
    position: relative;
    text-align: center;
    margin-bottom: 45px;
}
.choice-job_wrap .ttl-H3::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: #00c08a;
}
.pointLst_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px 0 40px;
    gap: 55px 0;
}
.pointLst_wrap li {
    width: 44%;
    position: relative;
    padding-top: 40px;
    letter-spacing: 0.05em;
}
.pointLst_wrap li::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    width: 74px;
    height: 92px;
}
.pointLst_wrap li:nth-of-type(1)::before {
    background: url(/assets/images/support/choice-job_icn01.png) no-repeat center / 100% auto;
}
.pointLst_wrap li:nth-of-type(2)::before {
    background: url(/assets/images/support/choice-job_icn02.png) no-repeat center / 100% auto;
}
.pointLst_wrap li:nth-of-type(3)::before {
    background: url(/assets/images/support/choice-job_icn03.png) no-repeat center / 100% auto;
}
.pointLst_wrap li:nth-of-type(4)::before {
    background: url(/assets/images/support/choice-job_icn04.png) no-repeat center / 100% auto;
}
.pointDl_wrap dt {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 80px;
    border-bottom: 1px solid #000;
}
.pointDl_wrap dt .txt {
    font-size: 18px;
    line-height: 1.8;
}
.pointDl_wrap dt .supe {
    vertical-align: super;
    font-size: 10px;
}
.pointDl_wrap dd {
    line-height: 1.8;
}
.pointDl_wrap dd span.is-fs {
    display: inline-block;
    font-size: 11px;
    line-height: 1.6;
}
.choice-job_wrap .flow_wrap {
    margin: 45px auto;
    max-width: 770px;
    padding-left: 63px;
    font-size: 16px;
}
.choice-job_wrap .flowDl_wrap {
    position: relative;
    margin-bottom: 45px;
}
.choice-job_wrap .flowDl_wrap::before {
    content: "";
    position: absolute;
    background: #f9f9f9 url(/assets/images/support/choice-job_icn_check.png) no-repeat top / 100% auto;
    width: 36px;
    height: 36px;
    top: 50%;
    left: -60px;
    margin-top: -18px;
    z-index: 1;
}
.choice-job_wrap .flowDl_wrap::after {
    content: "";
    position: absolute;
    background: url(/assets/images/support/choice-job_icn_line2.jpg) repeat center / 100% auto;
    width: 6px;
    height: 36px;
    top: 70px;
    left: -46px;
    z-index: 0;
}
.choice-job_wrap .flowDl_wrap:nth-child(3)::after {
    top: 57px;
}
.choice-job_wrap .flowDl_wrap:last-of-type:after {
    background: none;
}
.choice-job_wrap .flowDl_wrap:last-of-type {
    margin-bottom: 0;
}
.choice-job_wrap .flowDl_wrap dt {
    margin-bottom: 5px;
    font-weight: bold;
}
.choice-job_wrap .flowDl_wrap dt span {
    position: relative;
    z-index: 10;
}
.choice-job_wrap .flowDl_wrap span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    background: #9dd8b3;
    bottom: 2px;
    left: -5px;
    z-index: -1;
}
.choice-job_wrap .flowImg-txt {
    position: relative;
    padding-left: 1.5em;
    color: #000;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.choice-job_wrap .flowImg-txt:before {
    content: "●";
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    color: #00C389;
    font-size: 18px;
}
.flowImg_wrap {
    max-width: 784px;
    margin: 0 auto 35px;
}
.choice-job_in .flowImg_wrap:last-of-type {
    margin-bottom: 0;
}
.flowImg_in {
    text-align: center;
}
.choice-job_wrap .useDl_wrap:not(:last-of-type) {
    margin-bottom: 60px;
}
.choice-job_wrap .useDl_wrap .color-under {
    font-size: 2.4rem;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.choice-job_wrap .useDl_wrap .use-txt {
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 1.75;
    color: #000;
}
.choice-job_wrap .useDl_wrap .useLst_wrap li {
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 1em;
    position: relative;
}
.choice-job_wrap .useDl_wrap .useLst_wrap li span {
    position: absolute;
    top: 0;
    left: -1px;
}
.choice-job_wrap .useDl_wrap table {
    margin-top: 40px;
}
.targetTable_wrap {
    border: none;
    margin: 40px auto 60px;
}
.targetTable_wrap td {
    border: none;
    text-align: center;
}
.targetTable_wrap tr:nth-child(6) td {
    font-size: 14px;
    line-height: 1.8;
}
.targetTable_wrap th {
    border-left: 4px solid #fff;
    border-right: none;
    border-bottom: none;
}
.targetTable_wrap .is-wh {
    background: #fff;
    height: 52px;
}
.targetTable_wrap .is-yel {
    background: #fffef8;
    height: 52px;
}
.targetTable_wrap .is-wh td:first-of-type,
.targetTable_wrap .is-yel td:first-of-type {
    font-size: 16px;
    font-weight: bold;
}
.targetTable_wrap .is-fzs {
    font-size: 12px;
}
.choice-job_wrap .trnsLst_wrap {
    margin: 50px auto 100px;
    padding-left: 35px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.choice-job_wrap .trnsLst_wrap .trns-lst {
    width: 50%;
}
.choice-job_wrap .trnsLst_wrap .area-box:not(:last-of-type) {
    margin-bottom: 50px;
}
.choice-job_wrap .area {
    font-size: 20px;
    font-weight: bold;
    color: #00c08a;
    position: relative;
    cursor: pointer;
    line-height: 1;
    padding-right: 20px;
    display: inline-block;
}
.choice-job_wrap .area::before {
    content: "";
    position: absolute;
    background: url(/assets/images/support/choice-job_arw.svg) no-repeat center top/100% auto;
    width: 8px;
    height: 15px;
    top: 50%;
    margin-top: -9px;
    right: 0;
    transition: .3s;
}
.choice-job_wrap .area.on::before {
    rotate: 90deg;
}
.choice-job_wrap .area:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: .3s;
    background-color: #00c08a;
}
.choice-job_wrap .pref_wrap {
    display: none;
    padding: 20px 0 0;
}
.choice-job_wrap .pref_in:not(:last-of-type) {
    margin-bottom: 10px;
}
.choice-job_wrap .pref_ct {
    display: flex;
    font-size: 16px;
}
.choice-job_wrap .pref_ct .pref {
    width: 95px;
    font-weight: bold;
    color: #000;
}
.choice-job_wrap .pref_ct .dtl-lst {
    width: calc(100% - 90px);
}
.choice-job_wrap .pref_ct .dtl-lst li:not(:last-of-type) {
    margin-bottom: 5px;
}
.choice-job_wrap .pref_ct .dtl-lst li a {
    position: relative;
    padding-right: 25px;
    color: #000;
    transition: .3s;
}
.choice-job_wrap .pref_ct .dtl-lst li a::before {
    content: "";
    position: absolute;
    background: url(/assets/images/support/choice-job_lnk.svg) no-repeat center/100% auto;
    width: 16px;
    height: 16px;
    top: 0;
    right: 0;
    transition: .3s;
}
.serviceMenuArea {
    max-width: 980px;
    margin: 50px auto;
}
.choice-job_wrap .cv-btn.is-ver2 {
    margin: 0 auto;
}
@media(min-width:767px) {
    .expiration_lst {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
        -webkit-box-pack: center;
    	-ms-flex-pack: center;
    	justify-content: center;
        -webkit-box-align: center;
    	-ms-flex-align: center;
    	align-items: center;
    }
    .serviceSubjectArea {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
        -ms-flex-wrap: wrap;
  	    flex-wrap: wrap;
        -webkit-box-pack: justify;
    	-ms-flex-pack: justify;
    	justify-content: space-between;
    }
    .serviceSubjectArea_item {
        width: 49%;
    }
    .serviceSubjectArea_item:nth-child(-n+2) {
        margin-top: 0;
    }
    .choice-job_wrap .pref_ct .dtl-lst li a:hover {
        text-decoration: underline;
        color: #00C389;
        opacity: 1;
    }
    .choice-job_wrap .pref_ct .dtl-lst li a:hover::before {
        background: url(/assets/images/support/choice-job_lnk2.svg) no-repeat center/100% auto;
    }
    .choice-job_wrap .cv-btn a:hover {
        opacity: 0.5;
    }
    .choice-job_wrap .trnsLst_wrap .area-box .area:hover:after {
        width: calc(100% - 20px);
    }
    .targetTable_wrap th:nth-of-type(1) {
        background: #fff;
    }
    .targetTable_wrap th:nth-of-type(2) {
        background: #eeb445;
    }.targetTable_wrap th:nth-of-type(3) {
        background: #f8685d;
    }.targetTable_wrap th:nth-of-type(4) {
        background: #00c08a;
    }
    .choice-job_wrap .flowDl_wrap:nth-child(1) {
        margin-bottom: 25px;
    }
    .choice-job_wrap .flowDl_wrap:nth-child(2) {
        margin-bottom: 35px;
    }
}
@media(max-width:767px) {
    .text {
        font-size: 13px;
    }
    .text a {
        color: #00C389;
    }
    .list_item {
        font-size: 13px;
    }
    .expiration_wrap {
        padding: 20px;
    }
    .expiration_in {
        padding: 20px 0 25px 0;
    }
    .expiration-ttl {
        font-size: 16px;
    }
    .expiration_lst {
        margin-top: 15px;
    }
    .expiration_lst ul {
        width: 100%;
    }
    .expiration_lst ul.left {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
        padding-right: 0;
        padding-bottom: 40px;
    }
    .expiration_lst ul.left:before {
        width: 50%;
        height: 2px;
        top: inherit;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
    }
    .expiration_lst ul.right {
        padding-left: 0;
    }
    .expiration_lst ul li {
        font-size: 13px;
        margin-bottom: 0;
    }
    .expiration_lst ul li:last-child {
        margin-bottom: 0;
    }
    .expiration_lst ul.left li {
        width: 50%;
        text-align: center;
    }
    .expiration_lst ul.right li {
        text-align: center;
    }
    .expiration_lst ul li:before {
        width: 2px;
        height: 15px;
        top: 18px;
        margin-left: -1px;
    }
    .expiration_lst ul.left li:before {
        right: inherit;
        left: 50%;
    }
    .expiration_lst ul.right li:before {
        top: -20px;
        left: 50%;
    }
    .serviceSubjectArea {
        margin-top: 20px;
    }
    .serviceSubjectArea_item {
        padding: 20px;
    }
    .serviceSubjectArea_item_title {
        font-size: 16px;
        text-align: center;
        background: none;
    }
    .serviceSubjectArea_item_text {
        margin-top: 15px;
        font-size: 13px;
    }
    .m_top {
        margin-top: 20px;
    }
    th,
    td {
        font-size: 13px;
    }
    .choice-job_wrap {
        box-sizing: border-box;
        padding: 0 10px;
        margin: 0 auto 30px;
    }
    .choice-job_wrap.is-ver2 {
        margin-top: 30px;
    }
    .choice-job_wrap .text.is-ver2 {
        font-size: 14px;
        margin-top: 20px;
    }
    section>p {
        margin: 0;
    }
    .choice-job_wrap .text.is-right {
        font-size: 12px;
        margin-top: 10px;
    }
    #choice-job_support .cv_wrap {
        margin-top: 30px;
    }
    #choice-job_support .bg-gray {
        padding: 30px 0;
    }
    #choice-job_support .titleH2 {
        margin-top: 40px;
    }
    #choice-job_support .bg-gray .titleH2 {
        margin: 0;
    }
    .choice-job_in,
    .choice-job_wrap .useDl_wrap table {
        margin-top: 30px;
    }
    .choice-job_wrap .ttl-H3 {
        background: none;
        font-size: 15px;
        margin-bottom: 25px;
    }
    .choice-job_wrap .ttl-H3::before {
        bottom: -5px;
    }
    .pointLst_wrap {
        padding: 0 10px;
        gap: 35px 0;
        margin-top: 30px;
    }
    .pointLst_wrap li {
        width: 100%;
        padding-top: 0;
    }
    .pointLst_wrap li::before {
        top: -10px;
        left: 10px;
        width: 37px;
        height: 46px;
    }
    .pointDl_wrap dt {
        min-height: auto;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .pointDl_in {
        display: flex;
        align-items: flex-end;
        font-size: 14px;
        min-height: 3em;
    }
    .pointDl_wrap dt .txt {
        font-size: 14px;
        line-height: 1.5;
    }
    .choice-job_wrap .flowImg-txt {
        font-size: 15px;
    }
    .pointDl_wrap dd,
    .choice-job_wrap .useDl_wrap .use-txt,
    .choice-job_wrap .useDl_wrap .useLst_wrap li,
    .choice-job_wrap .pref_ct .dtl-lst li a,
    .choice-job_wrap .serviceTable_wrap .dot-txt,
    .choice-job_wrap .serviceTable_wrap td {
        font-size: 13px;
    }
    .pointDl_wrap dd span.is-fs {
        font-size: 10px;
    }
    .choice-job_wrap .service_wrap {
        width: 100%;
        overflow-x: scroll;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .choice-job_wrap .serviceTable_wrap td.td-ver2 {
        width: auto;
    }
    .choice-job_wrap .serviceTable_wrap {
        width: 490px;
        font-size: 13px;
        box-sizing: border-box;
        margin: 0 auto 10px;
    }
    .choice-job_wrap .serviceTable_wrap .green_wrap .txt {
        line-height: 1.5;
        font-size: 13px;
    }
    .choice-job_wrap .serviceTable_wrap .is-fzs {
        display: inline-block;
        padding: 5px;
    }
    .pointDl_wrap dt .supe {
        font-size: 10px;
    }
    .choice-job_wrap .flow_wrap {
        margin-top: 30px;
        padding-left: 40px;
        font-size: 13px;
    }
    .choice-job_wrap .flowDl_wrap {
        margin-bottom: 35px;
    }
    .choice-job_wrap .flowDl_wrap::before {
        width: 24px;
        height: 24px;
        top: 0;
        left: -40px;
        margin-top: 0;
        padding-bottom: 10px;
    }
    .choice-job_wrap .flowDl_wrap::after {
        height: 120%;
        top: 2px;
        left: -32px;
    }
    .choice-job_wrap .flowDl_wrap:nth-child(3)::after {
        top: 0;
    }
    .choice-job_wrap .flowDl_wrap dd {
        min-height: 3em;
    }
    .choice-job_wrap .flowDl_wrap span::before {
        bottom: 0;
    }
    .choice-job_wrap .useDl_wrap:not(:last-of-type),
    .choice-job_wrap .trnsLst_wrap .area-box:not(:last-of-type) {
        margin-bottom: 30px;
    }
    .choice-job_wrap .useDl_wrap .color-under {
        font-size: 13px;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }
    .choice-job_wrap .trnsLst_wrap {
        margin: 30px auto;
        padding-left: 25px;
        flex-wrap: wrap;
        gap: 30px 0;
    }
    .choice-job_wrap .trnsLst_wrap .trns-lst {
        width: 100%;
    }
    .choice-job_wrap .area {
        font-size: 14px;
    }
    .choice-job_wrap .pref_ct .pref {
        width: 24%;
        font-size: 14px;
    }
    .choice-job_wrap .pref_ct .dtl-lst {
        width: 76%;
    }
    .choice-job_wrap .pref_ct .dtl-lst li a {
        padding-right: 15px;
    }
    .choice-job_wrap .pref_ct .dtl-lst li a::before {
        width: 12px;
        height: 12px;
        top: auto;
        bottom: 2px;
    }
    .choice-job_wrap .pref_wrap {
        padding: 15px 0 0;
    }
    .targetTable_wrap th,
    .targetTable_wrap td {
        display: block !important;
        width: 100%;
        box-sizing: border-box;
        font-size: 13px;
    }
    .targetTable_wrap {
        margin: 30px auto;
    }
    .targetTable_wrap th {
        border: none;
    }
    .targetTable_wrap th.is-ver1 {
        background: #eeb445;
    }.targetTable_wrap th.is-ver2 {
        background: #f8685d;
    }.targetTable_wrap th.is-ver3 {
        background: #00c08a;
    }
    .targetTable_wrap td {
        border-right: 1px solid #B3B3B3;
        border-bottom: 1px solid #B3B3B3;
        border-left: 1px solid #B3B3B3;
    }
    .targetTable_wrap .is-wh,
    .targetTable_wrap .is-yel {
        height: auto;
    }
    .targetTable_wrap dl {
        display: flex;
        align-items: center;
        text-align: left;
    }
    .targetTable_wrap .is-wh dt,
    .targetTable_wrap .is-yel dt {
        font-weight: bold;
        width: 40%;
    }
    .targetTable_wrap dd {
        width: 60%;
    }
    .choice-job_wrap .area::before {
        margin-top: -8px;
    }
    .serviceTable-txt {
        font-size: 12px;
        margin: 20px 0 5px;
        color: #000;
    }
}
@media(max-width:374px) {
    .expiration_wrap {
        padding: 15px 10px;
    }
    .choice-job_wrap .ttl-H3 {
        font-size: 14px;
    }
    .pointLst_wrap li {
        padding-top: 10px;
    }
    .pointLst_wrap li::before {
        top: -5px;
        left: 0;
    }
    .pointDl_wrap dt .txt {
        font-size: 13px;
    }
}
