@charset "utf-8";
.busTop_box .lst {
    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;
}
.busTop_box .lst li {
    background: #fff;
    box-shadow: 0 6px 13px rgba(177, 180, 182, 0.2);
    border-radius: 6px;
    overflow: hidden;
}
.busTop_box .lst li a {
    width: 370px;
    height: 280px;
    display: block;
    box-sizing: border-box;
}
.busTop_box .lst li .img {
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden;
}
.busTop_box .lst li .img:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: opacity .2s ease-out,all .2s ease-out;
    z-index: 1;
}
.busTop_box .lst li.welbe .img:before {
    background:#00c089 url(../svg/logo_welbe2_w.svg) no-repeat center;
    background-size: 100px auto;
}
.busTop_box .lst li.habii .img:before {
    background:#ff9e1a url(../svg/logo_habii_w.svg) no-repeat center;
    background-size: 82px auto;
}
.busTop_box .lst li.welbe_c .img:before {
    background:#1dc1dd url(../svg/logo_welbe_c_w.svg) no-repeat center;
    background-size: 100px auto;
}
.busTop_box .lst li.jobnavi .img:before {
    background:#97caed url(../svg/logo_welbe_jobnavi_w.svg) no-repeat center;
    background-size: 100px auto;
}
.busTop_box .lst li.habii_c .img:before {
    background:#d93326 url(../img/logo_habii_c_w.png) no-repeat center;
}
.busTop_box .lst li.ilis .img:before {
    background:#0b318f url(../img/logo_ilis_w.png) no-repeat center;
}
.busTop_box .lst li.hapi .img:before {
    background:#ff7aa2 url(../svg/logo_hapi_dig_w.svg) no-repeat center;
    background-size: 100px auto;
}
.busTop_box .lst li.naon .img:before {
    background:#E15A4F url(../svg/logo_wmedi_n_w.svg) no-repeat center;
    background-size: 90px auto;
}
.busTop_box .lst li.welbe_m .img:before {
    background: #ea8b4b url(../img/logo_welbemedical_w.png) no-repeat center;
}
.busTop_box .lst li.welbe_r .img:before {
    background: #0090c7 url(../svg/logo_welbe_r_w.svg) no-repeat center;
    background-size: 94px auto;
}
.busTop_box .lst li .box {
    padding: 26px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: -webkit-calc(100% - 150px);
    height: calc(100% - 150px);
    box-sizing: border-box;
}
.busTop_box .lst li .txt {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}
.pageMain_ttl {
    font-weight: 500;
}
.pageMain_ttl span {
    font-size: 22px;
}
.busDtl_wrap {
    padding: 70px 40px 50px 40px;
}
.busDtlSec_wrap {
    margin-top: 60px;
}
.busDtl-ttl {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}
.busDtl-txt {
    font-size: 16px;
    font-weight: normal;
    line-height: 2.5;
    text-align: justify;
    margin-top: 30px;
}
.busDtl-txt span {
    font-size: 13px;
}
.busDtlSec_in {
    margin-top: 80px;
}
.busDtlSec_ct {
    margin-bottom: 35px;
}
.busDtlSec_ct:last-child {
    margin-bottom: 0;
}
.busDtlSec_ct .ttl {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    padding-left: 1.1em;
}
.busDtlSec_ct .ttl:before {
    content: "■";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    color: #00c389;
}
.busDtlSec_ct .ttl span {
    font-size: 14px;
}
.busDtlSec_ct .txt a {
    color: #00c089;
    text-decoration: underline;
}
.busDtlSec_ct .txt a:hover {
    text-decoration: none;
}
.busDtlSec_ct .txt {
    font-size: 14px;
    line-height: 2.2;
    font-weight: normal;
    margin-top: 8px;
}
.busDtlSec_ct .txt.is-ver2 {
    line-height: 2;
}
.busDtlSec_ct .txt .is-fss {
    font-size: 13px;
}
.busDtlSec_ct .txt.is-note {
    font-size: 13px;
    line-height: 1.6;
}
.busDtlSec_ct dl {
    margin-top: 30px;
}
.busDtlSec_ct dl.is-ver1 {
    margin-top: 10px;
}
.busDtlSec_ct dl.is-box {
    padding: 30px;
    margin-top: 40px;
    background: #f2faf4;
}
.busDtlSec_ct dl dt {
    font-size: 15px;
    font-weight: bold;
    color: #00c089;
}
.busDtlSec_ct dl.is-box dt {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
    border: 1px solid #00c389;
    background: #fff;
}
.busDtlSec_ct dl.is-box dt span {
    display: inline-block;
    text-align: center;
}
.busDtlSec_ct dl.is-box dt span.is-fs {
    font-size: 18px;
}
.busDtlSec_ct dl.is-box dt span.is-ver1 {
    width: 100px;
    color: #fff;
    background: #00c389;
}
.busDtlSec_ct dl.is-box dt span.is-ver2 {
    width: 160px;
}
.busDtlSec_ct dl dd {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    margin-top: 5px;
}
.busDtlSec_ct dl dd .is-fss {
    display: inline-block;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 5px;
}
.busDtlSec_ct dl dd.is-sub {
    font-size: 18px;
    font-weight: bold;
    color: #00c089;
    margin: 15px 0 10px 0;
}
.busDtlSec_ct ul.lst.is-ver2 {
    margin-top: 10px;
}
.busDtlSec_ct ul.lst.is-ver4 {
    margin-top: 30px;
}
.busDtlSec_ct ul.lst li {
    position: relative;
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
    padding: 0 0 10px 30px;
    margin: 0 0 10px 0;
    border-bottom: 2px dotted #e9eceb;
}
.busDtlSec_ct ul.lst.is-ver3 li {
    padding: 0 0 10px 0;
    border-bottom: 2px dotted #d9dbda;
}
.busDtlSec_ct ul.lst.is-ver4 li {
    padding: 0 0 10px 18px;
}
.busDtlSec_ct ul.lst li:last-child {
    padding: 0 0 0 30px;
    margin: 0;
    border-bottom: none;
}
.busDtlSec_ct ul.lst.is-ver3 li:last-child {
    padding: 0;
}
.busDtlSec_ct ul.lst.is-ver4 li:last-child {
    padding: 0 0 0 18px;
}
.busDtlSec_ct ul.lst li span.is-pa {
    position: absolute;
    top: 2px;
    left: 15px;
    z-index: 10;
}
.busDtlSec_ct ul.lst.is-ver3 li span.is-pa {
    position: static;
    color: #00c089;
}
.busDtlSec_ct ul.lst.is-ver4 li span.is-pa {
    left: 0;
}
.busDtlSec_ct ul.lst li span.is-strg {
    font-size: 15px;
    font-weight: bold;
}
.busDtlSec_ct ul.lst li span.is-sml {
    display: inline-block;
    font-size: 12px;
    line-height: 1.6;
    margin-top: 10px;
}
.busDtl_btn {
    display: table;
    width: 100%;
    max-width: 290px;
    height: 56px;
    margin: 35px auto 0 auto;
}
.busDtl_btn.is-ver1 {
    max-width: 310px;
}
.busDtl_btn.is-ver2 {
    max-width: 400px;
}
.busDtl_btn a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    letter-spacing: 0.1em;
    line-height: 1.2;
    padding-right: 20px;
    border: 1px solid #00c389;
    border-radius: 6px;
    font-weight: 500;
}
.busDtl_btn a:before {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/arw_link_r.svg) no-repeat center right;
    background-size: 100% auto;
    transition: opacity .2s ease-out,all .2s ease-out;
    z-index: 1;
}
@media (min-width: 896px) {
    .pageMain_ttl.ver2 {
        font-size: 26px;
    }
    .busTop_box .lst li {
        margin-top: 50px;
    }
    .busTop_box .lst li:nth-child(-n+2) {
        margin-top: 0;
    }
    .busTop_box .lst li a:hover .img:before {
        transform: scale(1.1);
    }
    .busDtl_btn a:hover:before {
        right: 10px;
    }
}
@media only screen and (max-width: 896px) {
    .busTop_box .lst li {
        width: 100%;
        border-radius: 3px;
        margin-bottom: 20px;
    }
    .busTop_box .lst li:last-child {
        margin-bottom: 0;
    }
    .busTop_box .lst li a {
        width: 100%;
        height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .busTop_box .lst li.hapi a {
        height: 80px;
    }
    .busTop_box .lst li .img {
        width: 120px;
        height: 80px;
    }
    .busTop_box .lst li.welbe .img:before {
        background-size: 50px auto;
    }
    .busTop_box .lst li.habii .img:before {
        background-size: 40px auto;
    }
    .busTop_box .lst li.welbe_c .img:before {
        background-size: 50px auto;
    }
    .busTop_box .lst li.jobnavi .img:before {
        background-size: 50px auto;
    }
    .busTop_box .lst li.habii_c .img:before {
        background-size: 52px auto;
    }
    .busTop_box .lst li.ilis .img:before {
        background-size: 97px auto;
    }
    .busTop_box .lst li.hapi .img:before {
        background-size: 56px auto;
    }
    .busTop_box .lst li.naon .img:before  {
        background: #E15A4F url(../img/sp/logo_wmedi_n_w.svg) no-repeat center;
        background-size: 48px auto;
    }
    .busTop_box .lst li.welbe_m .img:before {
        background-size: 85px auto;
    }
    .busTop_box .lst li.welbe_r .img:before {
        background-size: 50px auto;
    }
    .busTop_box .lst li .box {
        width: -webkit-calc(100% - 120px);
        width: calc(100% - 120px);
        height: 100%;
        padding: 0 15px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .busTop_box .lst li .txt {
        font-size: 13px;
        text-align: left;
        letter-spacing: -.12em;
    }
    .busDtl_wrap {
        padding: 20px 20px 20px 20px;
    }
    .busDtl_img img {
        width: 100%;
        height: auto;
    }
    .busDtlSec_wrap {
        margin-top: 30px;
    }
    .busDtl-ttl {
        font-size: 18px;
        line-height: 1.4;
    }
    .busDtl-txt {
        font-size: 14px;
        line-height: 2;
        margin-top: 15px;
    }
    .busDtl-txt span {
        font-size: 11px;
    }
    .busDtlSec_in {
        margin-top: 50px;
    }
    .busDtlSec_ct {
        margin-bottom: 25px;
    }
    .busDtlSec_ct.is-ver2 {
        margin-bottom: 50px;
    }
    .busDtlSec_ct .ttl {
        font-size: 14px;
        line-height: 1.6;
    }
    .busDtlSec_ct .txt {
        font-size: 14px;
        line-height: 2;
    }
    .busDtlSec_ct .txt .is-fss {
        font-size: 12px;
    }
    .busDtlSec_ct .txt.is-note {
        font-size: 12px;
    }
    .busDtlSec_ct dl {
        margin-top: 25px;
    }
    .busDtlSec_ct dl.is-ver1 {
        margin-top: 10px;
    }
    .busDtlSec_ct dl.is-box {
        padding: 15px;
        margin-top: 20px;
    }
    .busDtlSec_ct dl dt {
        font-size: 14px;
    }
    .busDtlSec_ct dl.is-box dt span.is-ver1 {
        width: 80px;
    }
    .busDtlSec_ct dl.is-box dt span.is-fs {
        font-size: 16px;
    }
    .busDtlSec_ct dl dd {
        font-size: 14px;
        line-height: 2;
    }
    .busDtlSec_ct dl dd.is-sub {
        font-size: 16px;
        line-height: 1.6;
        margin: 15px 0 10px 0;
    }
    .busDtlSec_ct dl dd .is-fss {
        font-size: 12px;
        line-height: 1.6;
    }
    .busDtlSec_ct ul.lst li {
        font-size: 14px;
        line-height: 2;
        padding: 0 0 5px 15px;
        margin: 0 0 5px 0;
    }
    .busDtlSec_ct ul.lst li:last-child {
        padding: 0 0 0 15px;
    }
    .busDtlSec_ct ul.lst li span,
    .busDtlSec_ct ul.lst li span.is-pa {
        left: 0;
    }
    .busDtlSec_ct ul.lst li span.is-sml {
        line-height: 1.8;
        margin-top: 5px;
    }
    .busDtl_btn {
        max-width: 295px;
        height: 50px;
        margin: 40px auto 0 auto;
    }
    .busDtl_btn.is-ver1 {
        max-width: 295px;
    }
    .busDtl_btn.is-ver2 {
        max-width: 295px;
    }
    .busDtl_btn.is-hgt1 {
        height: 60px;
    }
    .busDtl_btn a {
        font-size: 16px;
        letter-spacing: 0.05em;
        padding-left: 20px;
        border-radius: 3px;
    }
    .busDtl_btn a:before {
        right: 15px;
    }
}
@media (max-width: 374px) {
    .busDtl-txt {
        font-size: 13px;
    }
    .busDtl-txt span {
        font-size: 10px;
    }
    .busDtlSec_ct .ttl {
        font-size: 13px;
    }
    .busDtlSec_ct .txt {
        font-size: 13px;
    }
    .busDtlSec_ct dl dt {
        font-size: 13px;
    }
    .busDtlSec_ct dl dd {
        font-size: 13px;
    }
    .busDtlSec_ct ul.lst li {
        font-size: 13px;
    }
    .busDtl_btn a {
        font-size: 14px;
    }
    .busDtl_btn a:before {
        right: 10px;
    }
    .busDtlSec_ct dl.is-box dt {
        font-size: 13px;
    }
    .busDtlSec_ct dl.is-box dt span.is-ver1 {
        width: 64px;
        font-size: 12px;
    }
    .busDtlSec_ct dl.is-box dt span.is-fs {
        font-size: 16px;
    }
    .busDtlSec_ct dl.is-box dt span.is-ver2 {
        width: 144px;
    }
}
