/*仕事を知る*/
.work_container {
    padding: 100px 8vw;
}
.work_container.shop_work {
    padding-bottom: 0;
}
.work_container h3 {
    font-size: 3vw;
    margin-top: 0;
}
.work_container .box_title {
    height: 2.7vw;
    min-height: 19px;
    max-height: 27px;
}
.feature_wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
.feature_item {
    display: inline-block;
    width: 30%;
    margin: 0 1.6vw;
    position: relative;
}
.feature_item.position_a {
    margin-top: 70px;
}
.feature_item.position_b {
    margin-top: 35px;
}
.feature_item img {
    width: 100%;
}
.feature_item .title {
    position: absolute;
    left: 5%;
    top: 65%;
    padding: 10px 13px;
    margin: 0;
    white-space: nowrap;
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    font-size: 1.6vw;
    color: white;
    background: black;
}
.feature_item.position_b .title {
    top: 45%;
}
.feature_item.position_c .title {
    top: 45%;
}
.feature_contents {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
}
.feature_contents h1 {
    color: #095133;
}
.work_staff_container {
    position: relative;
    padding: 50px;
    margin-top: 130px;
}
.work_staff_container.ex01 {
    background: #206e88;
}
.work_staff_container.ex02 {
    background: #8e3333;
}
.work_staff_container .header_box {
    position: absolute;
    width: 50%;
    height: 12vw;
    top: 0;
    left: 0;
}
.header_box .staff_img {
    position: absolute;
    width: 100%;
    top: -50px;
    left: 0;
}
.header_box .title {
    position: absolute;
    z-index: 10;
    top: 55%;
    left: 90%;
}
.header_box .title h2 {
    display: inline;
    padding: 10px;
    padding-right: 15px;
    margin: 0;
    margin-bottom: 10px;
    background: white;
    font-size: 2vw;
    line-height: 2.4em;
    white-space: nowrap;
}
.work_staff_container .top_box {
    padding-top: 14vw;
    padding-left: 53%;
    position: relative;
}
.top_box .number_icon {
    position: absolute;
    top: 1vw;
    right: -2%;
    height: 7vw;
    max-height: 120px;
}
.top_box p {
    margin: 0;
    color: white;
}
.top_box p span {
    font-weight: bold;
}
.schedule {
    padding: 50px 0;
    text-align: center;
    color: white;
}
.schedule h3 {
    margin: 0;
    font-size: 30px;
}
.schedule img {
    width: 100%;
    padding: 20px 0;
}
.schedule img.vertical {
    display: none;
}
.qa_contents {
    padding: 30px 40px;
    background: white;
}
.qa_contents h2 {
    font-size: 2.1vw;
    margin: 25px 0 10px;
}
.qa_contents p {
    width: 90%;
    margin: auto;
}
.work_staff_container.ex01 .qa_contents h2 {
    color: #206e88;
}
.work_staff_container.ex02 .qa_contents h2 {
    color: #8e3333;
}
.buyer_img {
    width: 100%;
    padding-top: 50px;
}
.buyer_img.sp, br.sp {
    display: none;
}
@media screen and (min-width: 1500px) {
    .work_container h3 {
        font-size: 42px;
    }
    .schedule h3 {
        font-size: 30px;
    }
    .work_staff_container .header_box {
        width: 45%;
    }
    .work_staff_container .top_box {
        padding-top: 180px;
        padding-left: 48%;
    }
}
@media screen and (min-width: 1300px) {
    .work_container {
        padding: 100px;
    }
    .feature_item {
        margin: 0 21px;
    }
    .feature_item .title {
        font-size: 21px;
    }
    .header_box .title {
        top: 30%;
    }
    .work_staff_container.ex01 .header_box .title {
        left: 75%;
    }
    .header_box .title h2 {
        font-size: 27px;
    }
    .qa_contents h2 {
        font-size: 27px;
    }
}
@media screen and (max-width: 1120px) {
    .work_staff_container .top_box {
        padding-top: 20vw;
        padding-left: 0;
    }
}
@media screen and (max-width: 1024px) {
    .work_container h3, .feature_contents h1 {
        font-size: 26px;
    }
}
@media screen and (max-width: 980px) {
    /* .feature_contents {
        width: 100%;
    } */
    p {
        font-size: 14px;
    }
}
@media screen and (max-width: 780px) {
    .work_container {
        padding: 100px 4vw;
    }
    /* .work_container h3 {
        font-size: 17px;
    } */
    .feature_item .title {
        font-size: 2vw;
        padding: 10px 8px;
    }
    .feature_contents {
        width: 95%;
    }
    .feature_contents h1 {
        font-size: 24px;
    }
    .work_staff_container {
        padding: 50px 40px;
    }
    .header_box .title h2 {
        font-size: 2.5vw;
    }
    .work_staff_container.ex01 .header_box .title {
        left: 80%;
    }
    .work_staff_container.ex02 .header_box .title {
        left: 90%;
    }
    .schedule h3 {
        font-size: 24px;
    }
    .schedule span {
        font-size: 13px;
    }
    .qa_contents {
        padding: 30px 3.5vw;
    }
    .qa_contents h2 {
        font-size: 16px;
    }

}
@media screen and (max-width: 700px) {
    .schedule img.horizontal {
        display: none;
    }
    .schedule img.vertical {
        display: block;
        width: 85%;
        margin: auto;
    }
}
@media screen and (max-width: 600px) {
    .feature_item {
        width: 33%;
        margin: 0;
    }
    .feature_item .title {
        font-size: 14px;
    }
    .feature_contents h1 {
        font-size: 20px;
    }
    .work_staff_container {
        padding: 50px 4vw;
    }
    .work_staff_container.buyer_work {
        margin-top: 70px;
    }
    .work_staff_container .top_box {
        padding-top: 17vw;
    }
    p {
        font-size: 13px;
    }
}
@media screen and (max-width: 480px) {
    .feature_wrap {
        flex-direction: column;
        align-items: center;
    }
    .feature_item {
        width: 80%;
        height: 36vw;
    }
    .feature_item.position_b,.feature_item.position_c {
        margin-top: 25px;
    }
    .feature_item img {
        height: 100%;
        object-fit: cover;
    }
    .feature_item.position_b img {
        object-position: center 18%;
    }
    .feature_item .title,
    .feature_item.position_b .title,
    .feature_item.position_c .title {
        font-size: 14px;
        top: -10%;
    }
    .work_container h3 {
        font-size: 24px;
    }
    .schedule h3 {
        font-size: 20px;
    }
    /* .work_container .box_title {
        min-height: 40px;
    } */
    .work_staff_container .header_box {
        width: 60%;
    }
    .header_box .title {
        top: 80%;
    }
    .header_box .title h2 {
        padding: 7px;
        line-height: 2.7em;
    }
    .top_box .number_icon {
        right: 2%;
        height: 11vw;
    }
    .work_staff_container.ex01 .header_box .title {
        left: 30%;
    }
    .work_staff_container.ex02 .header_box .title {
        left: 60%;
    }
    .header_box .title h2 {
        font-size: 13px;
    }
    .work_staff_container .top_box {
        padding-top: 25vw;
    }
    .schedule img.vertical {
        width: 100%;
    }
    .qa_contents p {
        text-align: justify;
    }
    .buyer_img.pc {
        display: none;
    }
    .buyer_img.sp {
        display: block;
    }
    p {
        line-height: 1.7;
    }
    br.sp {
        display: block;
    }
}
@media screen and (max-width: 400px) {
    .feature_item .title,
    .feature_item.position_b .title,
    .feature_item.position_c .title {
        font-size: 13px;
    }
    .work_staff_container .header_box {
        width: 80%;
    }
    .header_box .title {
        top: initial;
        bottom: -200%;
    }
    .top_box .number_icon {
        top: -6vw;
    }
    .work_staff_container.ex01 .header_box .title {
        left: 20%;
    }
    .work_staff_container.ex02 .header_box .title {
        left: 48%;
    }
    .work_staff_container .top_box {
        padding-top: 32vw;
    }
    p {
        line-height: 1.7;
    }
}