@charset "UTF-8";

.quickmenu_pc {
    display: none !important;
}

.work {
    max-width: 1200px;
    overflow: hidden;
    margin: 50px auto 70px auto;
}

.work_area {
    padding: 30px 0;
}

.idea_text_box {
    padding: 60px 0;
}

.idea_text_box p {
    font-size: 20px;
    word-break: keep-all;
}

.idea_text_box p span.sign {
    font-size: 26px;
    text-align: right;
    font-weight: bold;
    color: #08385a;
    display: block;
}

.idea_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 10px auto 60px auto;
}

.idea_flex_item {
    width: calc(33% - 16px);
    border: 1px solid #c3c3c3;
    padding: 45px;
    transition: 0.3s ease;
    border-radius: 15px;
    background: #fcfcfc;
    transition: 0.3s ease;
    display: block;
}

.idea_flex_item .idea_flex_img {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
    overflow: hidden;
}

.idea_flex_item .idea_flex_img img {
    width: 100%;
    border-radius: 15px;
    transition: 0.3s ease;
}

.idea_flex_item h3 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    word-break: keep-all;
    transition: 0.3s ease;
}

.idea_flex_item p {
    font-size: 18px;
    transition: 0.3s ease;
    position: relative;
    padding-left: 15px;
    word-break: keep-all;
}

.idea_flex_item p::after {
    content: "·";
    position: absolute;
    left: 0;
    top: 0;
}

.idea_flex_item:hover {
    background: #432f96;
}

.idea_flex_item:hover h3 {
    color: #fff;
}

.idea_flex_item:hover .idea_flex_img img {
    transform: scale(1.2);
}

.org_img img {
    display: block;
    width: 100%;
}

.work_subtitle {
    font-size: 24px;
    font-weight: 500;
    margin: 20px auto;
    position: relative;
    padding-bottom: 10px;
}

.work_subtitle::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 5px;
    background: #432f96;
}

.progress_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    overflow: hidden;
    justify-content: center;
}

.progress_box {
    width: calc(33% - 11px);
    padding: 15px 20px;
    border: 1px solid #dedede;
    border-radius: 25px;
    position: relative;
    transition: 0.3s ease;
}

/* .progress_box::after {
    content: "▶";
    position: absolute;
    right: -17px;
    top: 50%;
    transform: translate(0, -50%);
    color: #432f96;
} */

.progress_box:last-child::after {
    content: "";
}

.progress_box h3 {
    font-size: 16px;
    color: #c3c3c3;
    font-weight: 300;
    text-align: center;
    margin: 10px;
    transition: 0.3s ease;
}

.progress_box h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    transition: 0.3s ease;
}

.progress_box p {
    font-size: 16px;
    word-break: keep-all;
    text-align: center;
    transition: 0.3s ease;
}

.progress_box .img_ball {
    padding: 30px;
    background: #432f96;
    border-radius: 100%;
    width: 35%;
    margin: 0 auto;
}

.progress_box .img_ball img {
    display: block;
    width: 100%;
}

.progress_box:hover {
    background: #432f96;
}

.progress_box:hover h3 {
    color: #fff;
}

.progress_box:hover h4 {
    color: #fff;
}

.progress_box:hover p {
    color: #fff;
}

.work_textbox {
    margin-bottom: 20px;
}

.work_textbox p {
    font-size: 18px;
    line-height: 28px;
}

.splitbox {
    display: flex;
    gap: 20px;
    margin-bottom: 60px;
    overflow: hidden;
}

.splitbox.rev {
    flex-direction: row-reverse;
}

.splitbox .splitbox_in {
    width: 50%;
}

.splitbox .splitbox_in p {
    font-size: 18px;
    line-height: 28px;
}

.splitbox .splitbox_in img {
    display: block;
    width: 100%;
    border-radius: 25px;
}

.inbox {
    margin-bottom: 25px;
}

.inbox p {
    padding-left: 10px;
    position: relative;
}

.inbox p::after {
    content: "·";
    position: absolute;
    left: 0;
    top: 0;
}

.split_in_title {
    position: relative;
    font-size: 22px;
    padding-left: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}

.split_in_title::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 5px;
    height: 100%;
    background: #432f96;
}

.inbox_img_top {
    margin-bottom: 10px;
}

.flexhalf {
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 991px) {
    .idea_title {
        font-size: 26px;
    }

    .idea_flex_item {
        width: calc(50% - 16px);
        padding: 25px;
    }

    .idea_flex_item .idea_flex_img {
        width: 100%;
    }

    .idea_flex_item h3 {
        font-size: 18px;
        word-break: keep-all;
    }

    .idea_flex_item p {
        font-size: 15px;
        word-break: keep-all;
    }

    .work_area {
        padding: 20px 10px;
    }

    .idea_flex {
        gap: 15px;
        margin: 10px auto 20px auto;
    }
}

@media screen and (max-width: 567px) {
    .work_subtitle {
        font-size: 19px;
    }

    .ws_f {
        padding: 0 10px;
    }

    .work_textbox p {
        font-size: 14px;
        line-height: 23px;
    }

    .splitbox {
        gap: 10px;
        flex-direction: column-reverse;
    }

    .splitbox.rev {
        flex-direction: column-reverse;
    }

    .splitbox .splitbox_in p {
        font-size: 14px;
        line-height: 23px;
        word-break: keep-all;
    }

    .splitbox .splitbox_in {
        width: 100%;
    }

    .progress_flex {
        gap: 10px;
        justify-content: space-between;
    }

    .progress_box {
        width: calc(50% - 15px);
        padding: 20px 10px;
    }

    .progress_box h3 {
        font-size: 13px;
    }

    .progress_box h4 {
        font-size: 18px;
    }

    .progress_box p {
        font-size: 14px;
    }

    .inbox {
        margin-bottom: 16px;
    }

    .split_in_title {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .progress_box .img_ball {
        padding: 15px;
        width: 60%;
    }
}

.initial_top {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    justify-content: center;
    overflow: hidden;
}

.initial_top .box {
    width: 33%;
    padding: 60px 40px;
    text-align: center;
    color: #fff;
}

.initial_top .box h4 {
    font-size: 28px;
    margin-bottom: 20px;
}

.initial_top .box p {
    font-size: 17px;
}


@media screen and (max-width: 550px) {
    .work {
        margin: 40px auto 40px auto;
    }

    .initial_top {
        gap: 10px;
        margin-bottom: 20px;
        justify-content: center;
        padding: 0 10px;
        flex-direction: column;
    }

    .initial_top .box {
        padding: 30px 20px;
        width: 100%;
    }

    .initial_top .box h4 {
        font-size: 22px;
        margin-bottom: 10px;
        word-break: keep-all;
    }

    .initial_top .box p {
        font-size: 14px;
        text-align: center;
        word-break: keep-all;
    }
}


/*# sourceMappingURL=work.css.map */