@charset "utf-8";
/* mv */
.workstyle .sub_mvBg {
    background: url(../img/work/work_mv.jpg) no-repeat center /cover;
}
.workstyle .sub_mv_ill01 {
    width: 324px;
    top: 14%;
    left: -8%;
}
.workstyle .sub_mv_ill02 {
    width: 348px;
    bottom: -7%;
    right: -7%;
}
/* work_cont01 */
.work_cont01 {
    padding-bottom: 50px;
}
.work_cont01 .con01_style {
    margin: 0 auto 50px;
}
.work_cont01 .con01_style .sub_ttl {
    width: 47%;
}
.work_cont01 .con01_style .sub_ttl h2 {
    background: -o-linear-gradient(left, #f0a0a5, #f6d05f);
    background: -webkit-gradient(linear, left top, right top, from(#f0a0a5), to(#f6d05f));
    background: linear-gradient(90deg, #f0a0a5, #f6d05f);
}
.work_cont01 .con01_style p {
    width: 50%;
}
.work_cont01 .con01_income .con01_incomeTxt {
    width: 47%;
}
.work_cont01 .con01_income .con01_incomeTxt .sub_ttl h2 {
    background: -o-linear-gradient(left, #76bbc9, #a2be66);
    background: -webkit-gradient(linear, left top, right top, from(#76bbc9), to(#a2be66));
    background: linear-gradient(90deg, #76bbc9, #a2be66);
    letter-spacing: 0;
}
.work_cont01 .con01_income figure {
    width: 49%;
}
/* work_salary */
.work_salary {
    padding: 50px 0;
    background: url(../img/work/salary_bg.jpg) no-repeat top center /cover;
}
.work_salary .sub_ttlCent {
    position: relative;
}
.work_salary .sub_ttlCent::after {
    content: '';
    display: inline-block;
    background: url(../common/img/ill_gb.png) no-repeat top center / 100% auto;
    width: 120px;
    height: 122px;
    position: absolute;
    right: 12%;
    bottom: 0%;
}
.work_salary .sub_ttlCent h2 {
    background: -o-linear-gradient(left, #328ac2, #59bcd0);
    background: -webkit-gradient(linear, left top, right top, from(#328ac2), to(#59bcd0));
    background: linear-gradient(90deg, #328ac2, #59bcd0);
    z-index: 1;
    position: relative;
}
.work_salary .sub_ttlCent h2::before {
    content: '';
    display: inline-block;
    background: url(../common/img/ill_yellow.png) no-repeat top center / 100% auto;
    width: 186px;
    height: 170px;
    position: absolute;
    left: -30%;
    top: -20%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.work_salary ul li {
    margin: 0 auto 60px;
}
.work_salary ul li:last-child {
    margin-bottom: 0;
}
.work_salary ul li .work_salaryTxt {
    width: 50%;
    margin-top: 20px;
}
.work_salary ul li .work_salaryTxt h3 {
    font-size: 22px;
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
}
.work_salary ul li .work_salaryTxt h3::before {
    content: '';
    display: inline-block;
    width: 118px;
    height: 103px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: .7;
}
.work_salary ul li:nth-child(1) .work_salaryTxt h3::before {
    background: url(../common/img/ill_pink.png) no-repeat top center / 100% auto;
}
.work_salary ul li:nth-child(2) .work_salaryTxt h3::before {
    background: url(../common/img/ill_orange.png) no-repeat top center / 100% auto;
}
.work_salary ul li:nth-child(3) .work_salaryTxt h3::before {
    background: url(../common/img/ill_green.png) no-repeat top center / 100% auto;
}
.work_salaryTxt_list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}
.work_salaryTxt_list dl:last-of-type {
    margin-bottom: 0;
}
.work_salaryTxt_list dl dt {
    min-width: 120px;
    width: 25%;
    background-color: #76bbc9;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    border-radius: 20px;
    line-height: 1.5;
}
.work_salaryTxt_list dl dd {
    width: 70%;
    line-height: 1.6;
}
.work_salary ul li figure {
    width: 48%;
    min-width: 46vw;
}
.work_salary ul li:nth-child(odd) figure {
    margin-right: calc(50% - 50vw);
}
.work_salary ul li:nth-child(even) figure {
    margin-left: calc(50% - 50vw);
}
/* work_style */
.work_style {
    padding-top: 60px;
}
.work_style .sub_ttl h2 {
    background: -o-linear-gradient(left, #f0a0a5, #f6d05f);
    background: -webkit-gradient(linear, left top, right top, from(#f0a0a5), to(#f6d05f));
    background: linear-gradient(90deg, #f0a0a5, #f6d05f);
}
.work_style ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.work_style ul li {
    width: 31.8%;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0 16px 0px rgba(73, 73, 73, .08);
    box-shadow: 0px 0 16px 0px rgba(73, 73, 73, .08);
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.work_style ul li h3 {
    display: inline-block;
    color: #fff;
    padding: 10px 40px 10px 15px;
    line-height: 1.5;
    border-radius: 6px 0 45px 0;
}
.work_style ul li:nth-child(1) h3 {
    background: -o-linear-gradient(305deg, #ef858c, #fdd356);
    background: linear-gradient(145deg, #ef858c, #fdd356);
}
.work_style ul li:nth-child(2) h3 {
    background: -o-linear-gradient(305deg, #76bbc9, #95b552);
    background: linear-gradient(145deg, #76bbc9, #95b552);
}
.work_style ul li:nth-child(3) h3 {
    background: -o-linear-gradient(305deg, #ef858c, #76bbc9);
    background: linear-gradient(145deg, #ef858c, #76bbc9);
}
.work_style ul li:nth-child(4) h3 {
    background: -o-linear-gradient(305deg, #95b552, #f0c443);
    background: linear-gradient(145deg, #95b552, #f0c443);
}
.work_style ul li:nth-child(5) h3 {
    background: -o-linear-gradient(305deg, #ef858c, #f4a45c);
    background: linear-gradient(145deg, #ef858c, #f4a45c);
}
.work_style ul li:nth-child(6) h3 {
    background: -o-linear-gradient(305deg, #7fc9e1, #7684c9);
    background: linear-gradient(145deg, #7fc9e1, #7684c9);
}
.work_style ul li p {
    margin: 10px auto 0;
    padding: 0 12px;
}
.work_style ul li p span {
    display: block;
    font-size: 14px;
    font-weight: bold;
}
.work_style .attention {
    font-size: 14px;
    line-height: 1.5;
}
.work_style .distributionMap {
    max-width: 900px;
    margin: 20px auto 40px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0 16px 0px rgba(73, 73, 73, .08);
    box-shadow: 0px 0 16px 0px rgba(73, 73, 73, .08);
}
@media only screen and (max-width: 768px) {
    /* mv */
    .workstyle .sub_mvBg {
        background: url(../img/work/work_mv.jpg) no-repeat left center /cover;
    }
    .workstyle .sub_mv_ill01 {
        width: 180px;
        top: 15%;
        left: -9%;
    }
    .workstyle .sub_mv_ill02 {
        width: 220px;
        bottom: -7%;
        right: -12%;
    }
    /* work_cont01 */
    .work_cont01 {
        padding-bottom: 40px;
    }
    .work_cont01 .con01_style {
        margin: 0 auto 30px;
    }
    .work_cont01 .con01_style .sub_ttl {
        width: 100%;
    }
    .work_cont01 .con01_style p {
        width: 100%;
    }
    .work_cont01 .con01_income .con01_incomeTxt {
        width: 100%;
    }
    .work_cont01 .con01_income figure {
        width: 100%;
        margin: 20px auto 0;
        max-width: 480px;
    }
    /* work_salary */
    .work_salary {
        padding: 40px 0;
        overflow-x: hidden;
    }
    .work_salary .sub_ttlCent::after {
        width: 90px;
        height: 92px;
        right: 0;
        bottom: -30%;
    }
    .work_salary .sub_ttlCent h2::before {
        width: 120px;
        height: 100px;
        left: 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: -60%;
    }
    .work_salary ul li {
        margin: 0 auto 40px;
    }
    .work_salary ul li .work_salaryTxt {
        width: 100%;
        margin: 10px auto 0;
        max-width: 480px;
    }
    .work_salary ul li .work_salaryTxt h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .work_salary ul li .work_salaryTxt h3::before {
        width: 88px;
        height: 78px;
    }
    .work_salaryTxt_list dl {
        display: block;
        margin-bottom: 15px;
    }
    .work_salaryTxt_list dl dt {
        max-width: 100px;
        width: 100%;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .work_salaryTxt_list dl dd {
        width: 100%;
    }
    .work_salary ul li figure {
        width: 100%;
    }
    .work_salary ul li figure {
        width: 95vw;
    }
    /* work_style */
    .work_style {
        padding-top: 40px;
    }
    .work_style ul {
        max-width: 480px;
        margin: 0 auto;
    }
    .work_style ul li {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }
    .work_style ul li h3 {
        padding: 7px 30px 7px 10px;
        font-size: 16px;
    }
    .work_style ul li p {
        margin: 5px auto 0;
        padding: 0 10px;
    }
    .work_style .attention {
        font-size: 12px;
    }
    .work_style .distributionMap {
        width: 100%;
        margin-bottom: 20px;
    }
}