@charset "UTF-8";
.searchJob_wrap {
    padding: 80px 0 60px;
}
.feature_wrap {
    padding: 80px 0 60px;
}
.searchJob_wrap.is-history + .feature_wrap {
    padding-top: 30px;
}
.feature_slider {
    margin-top: 40px;
}
.feature_slider .slick-list {
    overflow: hidden;
}
.feature_slider .slick-slide {
    margin: 0 10px;
}
.feature_slider .slick-slide a {
    display: block;
    text-decoration: none;
    width: 320px;
    height: 320px;
    background: #fff;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(100,100,100,0.1);
}
/*20230522スライド修正*/
.feature_slider.ver2 {
    width: 1150px;
    margin: 40px auto 0;
}
.feature_slider.ver2 .slick-slide a {
    width: auto;
    height: auto;
    box-shadow: none;
}
.feature_slider.ver2 .slick-dots {
    margin-top: 10px;
}
/**/
.feature_slider .slick-slide .box {
    padding: 16px 30px;
}
.feature_slider .slick-slide .box .mds {
    display: inline-block;
    font-size: 16px;
    line-height: 1.4;
    color: #3aa784;
    padding-bottom: 8px;
    background: url("../img/dot.png") repeat-x bottom left;
    margin-bottom: 14px;
}
.feature_slider .slick-slide .box .txt {
    font-size: 18px;
    line-height: 1.4;
    color: #413a29;
}
.search_wrap {
    padding: 82px 0 0 0;
    background: #39825f;
}
.searchBox_wrap {
    padding-top: 46px;
    padding-bottom: 48px;
}
.searchBox_lst {
    margin-top: 30px;
}
.searchBox_lst li {
    width: 192px;
    background: #fff;
    border-radius: 8px;
    margin: 0 4px;
}
.searchBox_lst li:last-child {
    border-right: none;
}
.searchBox_lst li a {
    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;
    height: 144px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    color: #837756;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    text-decoration: none;
}
.searchBox_lst li a span {
    font-size: 20px;
    color: #68582e;
}
.searchBox_lst li a p {
    display: block;
    position: relative;
    padding-top: 55px;
}
.searchBox_lst li a p:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}
.searchBox_lst li.icn1 a p:before {
    width: 38px;
    height: 44px;
    background: url("../svg/icn5.svg") no-repeat center center;
    background-size: 100% auto;
}
.searchBox_lst li.icn2 a p:before {
    width: 31px;
    height: 42px;
    background: url("../svg/icn26.svg") no-repeat center center;
    background-size: 100% auto;
}
.searchBox_lst li.icn3 a p:before {
    width: 74px;
    height: 40px;
    background: url("../svg/icn4.svg") no-repeat center center;
    background-size: 100% auto;
}
.searchBox_lst li.icn4 a p:before {
    width: 46px;
    height: 46px;
    background: url("../svg/icn25.svg") no-repeat center center;
    background-size: 100% auto;
}
.searchBox_lst li.icn5 a p:before {
    width: 54px;
    height: 42px;
    background: url("../svg/icn8.svg") no-repeat center center;
    background-size: 100% auto;
}
.about_wrap {
    padding: 120px 0 0 0;
}
.about-txt {
    font-size: 18px;
    line-height: 2;
    text-align: center;
    margin: 30px 0 0;
}
.about2_wrap {
    padding: 110px 0 0 0;
}
.aboutDtl_wrap {
    margin-top: 40px;
    background: #ada07f;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 0;
}
.aboutDtl_wrap dl {
    width: 33.333%;
    padding: 0 40px;
    box-sizing: border-box;
    background: url(../img/dot2.png) repeat-y top right;
}
.aboutDtl_wrap dl:last-child {
    background:none;
}
.aboutDtl_wrap dl dt {
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-bottom: 25px;
    padding-top: 80px;
    position: relative;
}
.aboutDtl_wrap dl dt:before {
    content: '';
    display: block;
    width: 56px;
    height: 56px;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    margin: auto;
}
.aboutDtl_wrap dl:nth-child(1) dt:before {
    background: url(../img/top_point1.png) no-repeat center;
}
.aboutDtl_wrap dl:nth-child(2) dt:before {
    background: url(../img/top_point2.png) no-repeat center;
}
.aboutDtl_wrap dl:nth-child(3) dt:before {
    background: url(../img/top_point3.png) no-repeat center;
}
.aboutDtl_wrap dl dd {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    color: #fff;
    padding-bottom: 8px;
}
.flow_wrap {
    padding: 110px 0 80px;
}
.workSrcFlow_wrap {
    margin-top: 40px;
}
.workSrcFlow_in {
    position: relative;
}
.workSrcFlow_in:before {
    content: '';
    display: block;
    width: 800px;
    height: 268px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: -1;
    border-radius: 8px;
}
.workSrcFlow_in dl {
    width: calc(100% - 458px);
    padding-right: 40px;
    box-sizing: border-box;
}
.workSrcFlow_in dl dt {
    position: relative;
    font-size: 28px;
    line-height: 1;
    color: #067753;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
    padding-left: 28px;
}
.workSrcFlow_in dl dt:before {
    content: '';
    display: block;
    width: 160px;
    height: 105px;
    position: absolute;
    left: 0;
    top: -64px;
    z-index: -1;
}
.workSrcFlow_in dl dd {
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
    font-weight: 400;
}
.workSrcFlow_img img {
    border-radius: 10px;
}
.findjob_wrap {
    padding: 60px 0;
}
.findjob_in {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.srcfindjob_wrap {
    position: relative;
    margin-top: 20px;
    width: 480px;
}
.srcfindjob_in {
    width: 480px;
    display: none;
    background: #fff;
    border-radius: 0 8px 8px 8px;
    box-sizing: border-box;
    padding: 34px 24px 24px;
    margin-top: -30px;
}
.srcfindjob_in.on {
    display: block;
}
.srcfindjob-ttl {
    display: block;
    position: relative;
    z-index: 10;
    width: 430px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    padding: 21px 0;
    text-align: center;
    background: #3aa784;
    border-radius: 100vh;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 0 5px 0 #017c69;
    transition: 0.2s;
}
.srcfindjob-ttl::before {
    position: absolute;
    content: "";
    background: url(../svg/arw_wht.svg) no-repeat 0 0 / 100% auto;
    width: 9px;
    height: 15px;
    top: 50%;
    margin-top: -8px;
    right: 30px;
    transform: rotate(90deg);
}
.srcfindjob-ttl.on:before {
    transform: rotate(-90deg);
}
.srcfindjob-ttl.on {
    background: #00927c;
    transform: translateY(3px);
    box-shadow: none !important;
}
.srcfindjob_lst {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.srcfindjob_lst li {
    padding: 12px 0;
    font-size: 16px;
    line-height: 1;
    width: 50%;
    border-bottom: solid 1px #dcdcdc;
    box-sizing: border-box;
}
.srcfindjob_lst.ver2 li {
    width: 25%;
}
.srcfindjob_lst.ver3 li {
    width: 33.3%;
}
.srcfindjob_lst.ver4 li {
    width: 25%;
}
.srcfindjob_lst.ver5 li {
    width: 33.3%;
}
.srcfindjob_lst li a {
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    padding-left: 25px;
    position: relative;
}
.srcfindjob_lst li a:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 3px;
    background: url(../img/arw2.png) no-repeat center;
}
.tips_wrap {
    padding: 96px 0;
}
.tips_mds {
    margin: 30px 0 16px;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    color: #12986d;
    padding-left: 16px;
    position: relative;
}
.tips_mds:before {
    content: '';
    display: block;
    width: 4px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #8ccfb9;
    border-radius: 2px;
}
.tips_slider .slick-slide {
    margin: 0 10px;
}
.tips_slider .slick-slide a {
    display: block;
    width: 320px;
    height: 184px;
    background: #fff;
    border-radius: 8px;
    border: 2px solid #fff;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgba(100,100,100,0.1);
    overflow: hidden;
    position: relative;
}
.tips_slider .slick-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s ease-out;
}
.useful_wrap{
    padding: 64px 0 80px;
}
.useful_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;
    padding-top: 30px;
}
.useful_lst li {
    width: 320px;
    height: 200px;
    background: #fff;
    border-radius: 8px;
    border: 2px solid #fff;
    box-sizing: border-box;
    position: relative;
}
.useful_lst li a {
    display: block;
}
.useful_lst li img {
    border-radius: 8px;
}
.useful_lst li .txt{
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding-left: 42px;
    box-sizing: border-box;
}
.useful_lst li .txt:before {
    content: '';
    display: block;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url(../img/arw1_2.png) no-repeat center;
}
.main_wrap {
    padding-bottom: 80px;
}
.flow_lst {
    margin-top: 40px;
}
.flow_lst li {
    position: relative;
    padding-bottom: 64px;
}
.flow_lst li:last-child {
    padding-bottom: 0;
}
.flow_lst li:before {
    content: "";
    position: absolute;
    display: block;
    width: 44px;
    height: 23px;
    bottom: 20px;
    left: 50%;
    margin-left: -22px;
    z-index: 10;
    background: url("../img/about_arw.png") no-repeat center center;
}
.flow_lst li:last-child:before {
    content: none;
}
.flow_dl {
    min-height: 180px;
    position: relative;
    padding: 40px 30px 30px 170px;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
}
.flow_dl:before {
    content: "";
    position: absolute;
    display: block;
    top: -20px;
    left: 20px;
    width: 150px;
    height: 106px;
    z-index: 10;
}
.flow_lst li:nth-child(1) .flow_dl:before {
    background: url("../img/about_flow01.png") no-repeat center center;
}
.flow_lst li:nth-child(2) .flow_dl:before {
    background: url("../img/about_flow02.png") no-repeat center center;
}
.flow_lst li:nth-child(3) .flow_dl:before {
    background: url("../img/about_flow03.png") no-repeat center center;
}
.flow_lst li:nth-child(4) .flow_dl:before {
    background: url("../img/about_flow04.png") no-repeat center center;
}
.flow_lst li:nth-child(5) .flow_dl:before {
    background: url("../img/about_flow05.png") no-repeat center center;
}
.flow_lst li:nth-child(6) .flow_dl:before {
    background: url("../img/about_flow06.png") no-repeat center center;
}
.flow_lst li:nth-child(7) .flow_dl:before {
    background: url("../img/about_flow07.png") no-repeat center center;
}
.flow_lst li:nth-child(8) .flow_dl:before {
    background: url("../img/about_flow08.png") no-repeat center center;
}
.flow_dl:after {
    content: "";
    position: absolute;
    display: block;
    z-index: 10;
}
.flow_lst li:nth-child(1) .flow_dl:after {
    top: 95px;
    left: 50px;
    width: 68px;
    height: 79px;
    background: url("../svg/icn27.svg") no-repeat center center;
    background-size: 100% auto;
}
.flow_lst li:nth-child(2) .flow_dl:after {
    top: 95px;
    left: 40px;
    width: 86px;
    height: 79px;
    background: url("../svg/icn29.svg") no-repeat center center;
    background-size: 100% auto;
}
.flow_lst li:nth-child(3) .flow_dl:after {
    top: 100px;
    left: 60px;
    width: 68px;
    height: 59px;
    background: url("../svg/icn30.svg") no-repeat center center;
    background-size: 100% auto;
}
.flow_lst li:nth-child(4) .flow_dl:after {
    top: 90px;
    left: 44px;
    width: 79px;
    height: 79px;
    background: url("../svg/icn33.svg") no-repeat center center;
    background-size: 100% auto;
}
.flow_lst li:nth-child(5) .flow_dl:after {
    top: 105px;
    left: 40px;
    width: 82px;
    height: 56px;
    background: url("../svg/icn34.svg") no-repeat center center;
    background-size: 100% auto;
}
.flow_lst li:nth-child(6) .flow_dl:after {
    top: 95px;
    left: 46px;
    width: 71px;
    height: 72px;
    background: url("../svg/icn35.svg") no-repeat center center;
    background-size: 100% auto;
}
.flow_dl dt {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    color: #067753;
}
.flow_dl dd {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
    margin-top: 12px;
}
.searchJob_lst .slick-slide > div,
.searchJob_lst .slick-slide > div > li {
    height: 100%;
}
.feature_lst {
    margin-top: 40px;
    padding: 30px 0;
    border-radius: 8px;
    background: #ada07f;
}
.feature_lst li {
    position: relative;
    width: 33.333%;
    padding: 10px 40px 0;
    box-sizing: border-box;
}
.feature_lst li:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    z-index: 10;
    background: url("../img/about_dot.png?data=20230201") repeat-y center center;
}
.feature_lst li:last-child:before {
    content: none;
}
.featureDtl_wrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.feature-nmb {
    width: 54px;
    height: 55px;
}
.feature-nmb span {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 55px 0 0 0;
}
.feature_lst li:nth-child(1) .feature-nmb span {
    background: url("../img/about_point01.png") no-repeat center center;
}
.feature_lst li:nth-child(2) .feature-nmb span {
    background: url("../img/about_point02.png") no-repeat center center;
}
.feature_lst li:nth-child(3) .feature-nmb span {
    background: url("../img/about_point03.png") no-repeat center center;
}
.feature_img img {
    border-radius: 10px;
}
.feature_dl {
    margin-top: 15px;
}
.feature_dl dt {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}
.feature_dl dd {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
    color: #fff;
    text-align: justify;
    margin-top: 10px;
}
@media (min-width: 896px) {
    .feature_slider .slick-slide a:hover,
    .tips_slider .slick-slide a:hover,
    .useful_lst li a:hover {
        opacity: .7;
    }
    .searchBox_lst li a:hover {
        background: #ebfdf3;
    }
    .srcfindjob_lst li a:hover {
        color: #12986d;
    }
    .searchBox_lst {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .aboutDtl_wrap {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .workSrcFlow_in {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        padding: 40px 0 0 48px;
        margin-bottom: 48px;
    }
    .workSrcFlow_in:nth-child(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .workSrcFlow_in:nth-child(2n) {
        padding: 0 48px 46px 0;
        margin-bottom: 68px;
    }
    .workSrcFlow_in:before {
        height: 316px;
    }
    .workSrcFlow_in:nth-child(2n):before {
        left: auto;
        top: auto;
        right: 0;
        bottom: 0;
    }
    .workSrcFlow_in:nth-child(2n) dl {
        padding: 80px 0 0 30px;
    }
    .workSrcFlow_in:nth-child(2n) dl dt {
        padding-right: 28px;
        text-align: right;
    }
    .workSrcFlow_in:nth-child(1) dl dt:before {
        background: url(../img/top_nmb1.png) no-repeat center;
    }
    .workSrcFlow_in:nth-child(3) dl dt:before {
        background: url(../img/top_nmb3.png) no-repeat center;
    }
    .workSrcFlow_in:nth-child(5) dl dt:before {
        background: url(../img/top_nmb5.png) no-repeat center;
    }
    .workSrcFlow_in:nth-child(7) dl dt:before {
        background: url(../img/top_nmb7.png) no-repeat center;
    }
    .workSrcFlow_in:nth-child(9) dl dt:before {
        background: url(../img/top_nmb9.png) no-repeat center;
    }
    .workSrcFlow_in:nth-child(2n) dl dt:before {
        left: auto;
        right: 0;
    }
    .workSrcFlow_in:nth-child(2) dl dt:before {
        background: url(../img/top_nmb2.png) no-repeat center;
    }
    .workSrcFlow_in:nth-child(4) dl dt:before {
        background: url(../img/top_nmb4.png) no-repeat center;
    }
    .workSrcFlow_in:nth-child(6) dl dt:before {
        background: url(../img/top_nmb6.png) no-repeat center;
    }
    .workSrcFlow_in:nth-child(8) dl dt:before {
        background: url(../img/top_nmb8.png) no-repeat center;
    }
    .workSrcFlow_in .workSrcFlow_img {
        padding-top: 24px;
    }
    .workSrcFlow_in:nth-child(2n) .workSrcFlow_img {
        padding-top: 0;
    }
    .feature_lst {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
    }
    .srcfindjob-ttl:hover {
        background: #00927c;
        transform: translateY(3px);
        box-shadow: none !important;
    }
    .srcfindjob_wrap:nth-child(-n+2) {
        margin-top: 0;
    }
}
@media only screen and (max-width: 896px) {
    .searchJob_wrap {
        padding: 50px 0 40px;
    }
    .feature_wrap {
        padding: 50px 0 40px;
    }
    .searchJob_wrap.is-history + .feature_wrap {
        padding-top: 20px;
    }
    .feature_slider {
        margin-top: 20px;
        padding-left: 15px;
    }
    .feature_slider .slick-slide {
        margin: 0 10px;
    }
    .feature_slider .slick-slide {
        margin: 0 10px;
    }
    .feature_slider .slick-slide a {
        width: 240px;
        height: 240px;
        border-radius: 6px;
        box-shadow: 0px 4px 10px rgba(100,100,100,0.1);
    }
    .feature_slider .slick-slide .box {
        padding: 12px 20px;
    }
    .feature_slider .slick-slide .box .mds {
        font-size: 14px;
        padding-bottom: 6px;
        background: url("../img/dot.png") repeat-x bottom left;
        background-size: 4px auto;
        margin-bottom: 8px;
    }
    .feature_slider .slick-slide .box .txt {
        font-size: 15px;
    }
    /*20230522スライド修正*/
    .feature_slider.ver2 {
        width: 100%;
        margin: 20px auto 0;
    }
    .search_wrap {
        padding: 50px 0 0;
    }
    .searchBox_wrap {
        padding: 15px 16px 40px;
    }
    .searchBox_lst {
        margin-top: 15px;
        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;
    }
    .searchBox_lst li {
        width: 48%;
        border-right: none;
        margin: 7px 0 0;
    }
    .searchBox_lst li:nth-child(-n+2) {
        margin: 0;
    }
    .searchBox_lst li a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 56px;
        border-radius: 6px;
        text-align: left;
    }
    .searchBox_lst li a p {
        font-size: 11px;
        padding: 0;
        padding-left: 44px;
    }
    /*
    .searchBox_lst li:nth-child(2) a p {
        padding-left: 64px;
    }
    */
    .searchBox_lst li:nth-child(5) a p {
        padding-left: 45px;
    }
    .searchBox_lst li a span {
        font-size: 15px;
    }
    .searchBox_lst li a p:before {
        left: 12px;
        top: 50%;
        margin-left: 0;
    }
    .searchBox_lst li.icn1 a p:before {
        width: 22px;
        height: 26px;
        margin-left: 0;
        margin-top: -13px;
    }
    .searchBox_lst li.icn2 a p:before {
        width: 20px;
        height: 26px;
        margin-left: 0;
        margin-top: -13px;
    }
    .searchBox_lst li.icn3 a p:before {
        width: 28px;
        height: 22px;
        margin-left: 0;
        margin-top: -11px;
    }
    .searchBox_lst li.icn4 a p:before {
        width: 24px;
        height: 24px;
        margin-left: 0;
        margin-top: -12px;
    }
    .searchBox_lst li.icn5 a p:before {
        width: 24px;
        height: 24px;
        margin-left: 0;
        margin-top: -12px;
    }
    .about_wrap {
        padding: 60px 15px 0;
    }
    .about-txt {
        font-size: 15px;
        line-height: 1.8;
        margin: 20px 0 0;
    }
    .about2_wrap {
        padding: 60px 15px 0;
    }
    .aboutDtl_wrap {
        display: block;
        margin-top: 20px;
        padding: 0 20px;
    }
    .aboutDtl_wrap dl {
        width: 100%;
        padding: 25px 8px;
        background: url(../img/sp/dot2.png) repeat-x bottom left;
        background-size: 5px auto;
    }
    .aboutDtl_wrap dl dt {
        font-size: 19px;
        line-height: 1.4;
        padding: 0 0 0 60px;
        margin-bottom: 15px;
        text-align: left;
    }
    .aboutDtl_wrap dl dt:before {
        width: 44px;
        height: 45px;
        left: 0;
        right: auto;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
    }
    .aboutDtl_wrap dl:nth-child(1) dt:before {
        background: url(../img/sp/top_point1.png) no-repeat center;
        background-size: 100% auto;
    }
    .aboutDtl_wrap dl:nth-child(2) dt:before {
        background: url(../img/sp/top_point2.png) no-repeat center;
        background-size: 100% auto;
    }
    .aboutDtl_wrap dl:nth-child(3) dt:before {
        background: url(../img/sp/top_point3.png) no-repeat center;
        background-size: 100% auto;
    }
    .aboutDtl_wrap dl dd {
        font-size: 14px;
        padding-bottom: 0;
    }
    .flow_wrap {
        padding: 60px 15px 40px;
    }
    .workSrcFlow_wrap {
        margin-top: 25px;
    }
    .workSrcFlow_in {
        margin-bottom: 40px;
    }
    .workSrcFlow_in:last-child {
        margin-bottom: 0;
    }
    .workSrcFlow_in:before {
        content: none;
    }
    .workSrcFlow_in dl {
        width: -webkit-calc(100% - 25px);
        width: calc(100% - 25px);
        padding: 25px 25px 58px;
        background: #fff;
        border-radius: 6px;
    }
    .workSrcFlow_in dl dt {
        font-size: 20px;
        margin-bottom: 12px;
        padding-left: 15px;
        padding-top: 0;
    }
    .workSrcFlow_in dl dt:before {
        width: 97px;
        height:64px;
        left: 0;
        top: -40px;
    }
    .workSrcFlow_in dl dd {
        font-size: 14px;
    }
    .workSrcFlow_img {
        width: -webkit-calc(100% - 56px);
        width: calc(100% - 56px);
        margin-top: -40px;
        margin-left: auto;
    }
    .workSrcFlow_img img {
        width: 100%;
        height: auto;
    }
    .workSrcFlow_img img {
        border-radius: 5px;
    }
    .workSrcFlow_in:nth-child(1) dl dt:before {
        background: url(../img/sp/top_nmb1.png) no-repeat center;
        background-size: 100% auto;
    }
    .workSrcFlow_in:nth-child(2) dl dt:before {
        background: url(../img/sp/top_nmb2.png) no-repeat center;
        background-size: 100% auto;
    }
    .workSrcFlow_in:nth-child(3) dl dt:before {
        background: url(../img/sp/top_nmb3.png) no-repeat center;
        background-size: 100% auto;
    }
    .workSrcFlow_in:nth-child(4) dl dt:before {
        background: url(../img/sp/top_nmb4.png) no-repeat center;
        background-size: 100% auto;
    }
    .workSrcFlow_in:nth-child(5) dl dt:before {
        background: url(../img/sp/top_nmb5.png) no-repeat center;
        background-size: 100% auto;
    }
    .workSrcFlow_in:nth-child(6) dl dt:before {
        background: url(../img/sp/top_nmb6.png) no-repeat center;
        background-size: 100% auto;
    }
    .workSrcFlow_in:nth-child(7) dl dt:before {
        background: url(../img/sp/top_nmb7.png) no-repeat center;
        background-size: 100% auto;
    }
    .workSrcFlow_in:nth-child(8) dl dt:before {
        background: url(../img/sp/top_nmb8.png) no-repeat center;
        background-size: 100% auto;
    }
    .workSrcFlow_in:nth-child(9) dl dt:before {
        background: url(../img/sp/top_nmb9.png) no-repeat center;
        background-size: 100% auto;
    }
    .findjob_wrap {
        padding: 40px 15px;
    }
    .findjob_in {
        margin-top: 25px;
    }
    .srcfindjob_wrap {
        margin-top: 15px;
    }
    .srcfindjob_wrap:first-child {
        margin-top: 0;
    }
    .srcfindjob_in {
        margin-top: -20px;
        padding: 34px 20px 20px;
    }
    .findjob_left {
        width: 100%;
        margin: 0 auto 50px;
    }
    .findjob_left.on {
        margin-bottom: 31px;
    }
    .findjob_right {
        width: 100%;
        margin: 0 auto;
    }
    .srcfindjob_in {
        width: 100%;
    }
    .srcfindjob-ttl {
        width: 300px;
        font-size: 15px;
        padding: 15px 0;
    }
    .srcfindjob-ttl::before {
        right: 25px;
    }
    .srcfindjob_box {
        background:none;
    }
    .srcfindjob_lst {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0;
    }
    .srcfindjob_lst li {
        width: 50%;
        padding: 10px 10px 10px 0;
        font-size: 14px;
        box-sizing: border-box;
    }
    .srcfindjob_lst li a {
        font-size: 12px;
        line-height: 1.2;
        padding-left: 20px;
    }
    .srcfindjob_lst li a:before {
        top: 0;
        transform: none;
        width: 14px;
        height: 14px;
        background: url(../img/sp/arw2.png) no-repeat center;
        background-size: 100% auto;
    }
    .srcfindjob_lst.ver2 li {
        width: 48%;
    }
    .srcfindjob_lst.ver3 li {
        width: 48%;
    }
    .srcfindjob_lst.ver4 li {
        width: 50%;
    }
    .srcfindjob_lst.ver5 li {
        width: 50%;
    }
    .tips_wrap {
        padding: 55px 0;
    }
    .tips_mds {
        margin: 30px 15px 20px;
        font-size: 15px;
        padding-left: 16px;
    }
    .tips_mds:before {
        width: 3px;
        height: 30px;
    }
    .tips_slider .slick-slide {
        margin: 0 6px;
    }
    .useful_wrap{
        padding: 40px 15px 48px;
    }
    .tips_slider {
        padding-left: 15px;
    }
    .tips_slider .slick-slide a {
        width: 200px;
        height: 113px;
        border-radius: 6px;
        border: 1px solid #fff;
    }
    .tips-btn {
        margin-top: 25px;
    }
    .useful_lst{
        display: block;
        padding-top: 20px;
    }
    .useful_lst li {
        width: 100%;
        max-width: 340px;
        height: 120px;
        border-radius: 6px;
        border: 1px solid #fff;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
        margin-bottom: 8px;
    }
    .useful_lst li:last-child {
        margin-bottom: 0;
    }
    .useful_lst li img {
        border-radius: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: auto;
        height: 100%;
    }
    .useful_lst li .txt{
        font-size: 15px;
        line-height: 1;
        padding-left: 40px;
    }
    .useful_lst li .txt:before {
        right: 24px;
        background: url(../img/sp/arw1_2.png) no-repeat center;
        background-size: 100% auto;
    }
    .main_wrap {
        padding-bottom: 60px;
    }
    .flow_lst {
        margin-top: 25px;
    }
    .flow_lst li {
        padding-bottom: 50px;
    }
    .flow_lst li:before {
        width: 36px;
        height: 19px;
        bottom: 14px;
        margin-left: -18px;
        background: url("../img/sp/about_arw.png") no-repeat center center;
        background-size: 100% auto;
    }
    .flow_dl {
        min-height: inherit;
        padding: 64px 20px 20px;
        border-radius: 6px;
    }
    .flow_dl:before {
        top: -13px;
        left: 18px;
        width: 96px;
        height: 64px;
    }
    .flow_lst li:nth-child(1) .flow_dl:before {
        background: url("../img/sp/about_flow01.png") no-repeat center center;
        background-size: 100% auto;
    }
    .flow_lst li:nth-child(2) .flow_dl:before {
        background: url("../img/sp/about_flow02.png") no-repeat center center;
        background-size: 100% auto;
    }
    .flow_lst li:nth-child(3) .flow_dl:before {
        background: url("../img/sp/about_flow03.png") no-repeat center center;
        background-size: 100% auto;
    }
    .flow_lst li:nth-child(4) .flow_dl:before {
        background: url("../img/sp/about_flow04.png") no-repeat center center;
        background-size: 100% auto;
    }
    .flow_lst li:nth-child(5) .flow_dl:before {
        background: url("../img/sp/about_flow05.png") no-repeat center center;
        background-size: 100% auto;
    }
    .flow_lst li:nth-child(6) .flow_dl:before {
        background: url("../img/sp/about_flow06.png") no-repeat center center;
        background-size: 100% auto;
    }
    .flow_lst li:nth-child(7) .flow_dl:before {
        background: url("../img/sp/about_flow07.png") no-repeat center center;
        background-size: 100% auto;
    }
    .flow_lst li:nth-child(8) .flow_dl:before {
        background: url("../img/sp/about_flow08.png") no-repeat center center;
        background-size: 100% auto;
    }
    .flow_lst li:nth-child(9) .flow_dl:before {
        background: url("../img/sp/about_flow09.png") no-repeat center center;
        background-size: 100% auto;
    }
    .flow_lst li:nth-child(1) .flow_dl:after {
        top: 11px;
        left: 118px;
        width: 38px;
        height: 42px;
    }
    .flow_lst li:nth-child(2) .flow_dl:after {
        top: 16px;
        left: 118px;
        width: 43px;
        height: 40px;
    }
    .flow_lst li:nth-child(3) .flow_dl:after {
        top: 14px;
        left: 118px;
        width: 42px;
        height: 37px;
    }
    .flow_lst li:nth-child(4) .flow_dl:after {
        top: 12px;
        left: 118px;
        width: 40px;
        height: 40px;
    }
    .flow_lst li:nth-child(5) .flow_dl:after {
        top: 21px;
        left: 118px;
        width: 41px;
        height: 28px;
    }
    .flow_lst li:nth-child(6) .flow_dl:after {
        top: 14px;
        left: 118px;
        width: 35px;
        height: 36px;
    }
    .flow_dl dt {
        font-size: 18px;
        line-height: 1.4;
    }
    .flow_dl dd {
        font-size: 14px;
        line-height: 1.6;
        margin-top: 10px;
    }
    .feature_lst {
        margin-top: 20px;
        padding: 16px 20px;
        border-radius: 6px;
    }
    .feature_lst li {
        width: 100%;
        padding: 0 0 16px 0;
        margin: 0 0 16px 0;
    }
    .feature_lst li:last-child {
        padding: 0;
        margin: 0;
    }
    .feature_lst li:before {
        top: inherit;
        bottom: 0;
        width: 100%;
        height: 2px;
        background: url("../img/sp/about_dot.png?data=20230201") repeat-x center center;
        background-size: 5px auto;
    }
    .feature-nmb {
        width: 46px;
        height: 45px;
        margin-left: 15px;
    }
    .feature-nmb span {
        padding: 45px 0 0 0;
    }
    .feature_lst li:nth-child(1) .feature-nmb span {
        background: url("../img/sp/about_point01.png?data=20230201") no-repeat center center;
        background-size: 100% auto;
    }
    .feature_lst li:nth-child(2) .feature-nmb span {
        background: url("../img/sp/about_point02.png?data=20230201") no-repeat center center;
        background-size: 100% auto;
    }
    .feature_lst li:nth-child(3) .feature-nmb span {
        background: url("../img/sp/about_point03.png?data=20230201") no-repeat center center;
        background-size: 100% auto;
    }
    .feature_img img {
        border-radius: 4px;
    }
    .feature_dl {
        margin-top: 12px;
    }
    .feature_dl dt {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 18px;
        line-height: 1.4;
        text-align: left;
    }
    .feature_dl dd {
        font-size: 14px;
        line-height: 1.6;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 389px) {}
@media only screen and (max-width: 374px) {
    .searchBox_lst li a p {
        font-size: 10px;
    }
    .searchBox_lst li a span {
        font-size: 11px;
    }
    .srcfindjob-ttl {
        width: 270px;
        padding-right: 50px;
    }
}
