/*------------------------------------------------------------
common
------------------------------------------------------------*/
body {
    font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#workstyle {
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    background: #fff;
    position: relative;
}

#workstyle * {
    box-sizing: border-box;
}

#workstyle a {
    transition: opacity .3s;
}

#workstyle a[href^="tel:"] {
    display: inline-block;
    transition: none;
}

#workstyle a:hover {
    text-decoration: none;
}

#workstyle a:focus-visible {
    outline: none;
}

#workstyle img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

#workstyle .js-fadein {
    opacity: 0;
    transform: translate(0, 20px);
    transition-property: opacity, transform;
    transition-duration: 1s;
}

#workstyle .scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}

#workstyle .pc-br {
    display: none;
}

#workstyle .sp-br {
    display: inline;
}

#workstyle .inner {
    width: calc(100% - 24px);
    max-width: 1200px;
    margin: 0 auto;
}

#workstyle .font-gill {
    font-family: gill-sans-nova-condensed, sans-serif;
    font-weight: 600;
    font-style: normal;
}

#workstyle .common-main-block {
    width: calc(100% - 40px);
    max-width: 1280px;
    margin: 0 auto;
    padding: 10px 0 20px;
}

#workstyle .common-main-txt {
    position: relative;
    z-index: 1;
}

#workstyle .common-main-txt .en {
    display: block;
    color: rgba(163, 106, 209, .3);
    font-size: 48px;
    line-height: 1.4;
}

#workstyle .common-main-txt .ja {
    position: absolute;
    top: 36px;
    left: 0;
    display: block;
    color: #582780;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    z-index: 1;
}

#workstyle .common-main-txt .sub {
    display: block;
    margin-top: 22px;
    padding-left: 8px;
    background: rgb(163, 106, 209);
    background: linear-gradient(90deg, rgba(163, 106, 209, 0.8) 4%, rgba(163, 106, 209, 0.32) 50%, rgba(163, 106, 209, 0.32) 65%, rgba(163, 106, 209, 0) 85%);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.8;
    transform: translateY(50%);
}

#workstyle .common-main-txt:has(.sub) + .common-main-img {
    margin-top: 0;
}

#workstyle .common-main-img {
    position: relative;
    width: calc(100vw / 375 * 250);
    margin: 12px 0 0 auto;
    padding-bottom: 20px;
    z-index: 0;
}

#workstyle .common-main-img::before {
    position: absolute;
    content: "";
    width: calc(100vw / 375 * 250);
    height: calc(100vw / 375 * 110);
    bottom: 0;
    right: -20px;
    background: url("../images/workstyle/faq_mv_bg.jpg") no-repeat center center / contain;
    z-index: -1;
}

#workstyle .common-main-img img {
    border-radius: 12px;
    overflow: hidden;
}

#workstyle .common-menu {
    padding: 20px 0;
}

#workstyle .common-menu .menu-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 24px;
}

#workstyle .common-menu .menu-item {
    position: relative;
}

#workstyle .common-menu .menu-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #582780;
}


#workstyle .common-menu .menu-item a {
    display: block;
    position: relative;
    padding: 2px 40px 6px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    z-index: 0;
}

#workstyle .common-menu .menu-item a::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background-color: #582780;
    border-radius: 50%;
    bottom: 4px;
    right: 8px;
    z-index: -2;
    transition: all .3s;
}

#workstyle .common-menu .menu-item a::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 10px;
    background: url("../images/workstyle/arrow_white.svg") no-repeat center center / contain;
    bottom: 10px;
    right: 14px;
    z-index: -1;
}

#workstyle .common-employment {
    padding: 20px 0;
}

#workstyle .common-employment .section {

}

#workstyle .common-employment .section h2 {
    padding-left: 12px;
    color: #333333;
    margin-bottom: 13px;
    font-size: 16px;
    position: relative;
    font-weight: 400;
    margin-top: 11px;
}


#workstyle .box_bg_cl p {
    line-height: 1.7;
}

#workstyle .common-employment .section h2:before {
    content: '';
    background: url("../images/workstyle/line_v_2.png") no-repeat center center / contain;
    position: absolute;
    width: 2px;
    height: 30px;
    left: 0;
    top: calc(50% - 15px);
}

#workstyle .common-employment .section h3 {
    color: #582780;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
}

#workstyle .common-employment p {
    line-height: 1.6;
    font-size: 14px;
    padding-top: 4px;
}

#workstyle .common-employment .highlight-box .title_high_light {
    font-size: 16px;
}

#workstyle .common-employment .flex-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 13px;
    padding: 12px;
}

#workstyle .common-employment .text-content {
    flex: 1 1 300px;
}

#workstyle .common-employment .image-content {
    flex: 1 1 300px;
}

#workstyle .common-employment .image-content img {
    width: 100%;
    border-radius: 13px;
    object-fit: cover;
}

#workstyle .common-employment .highlight-box {
    background: #A36AD1;
    padding: 15px 15px;
    border-radius: 8px;
    color: white;
    margin-bottom: 16px;
}

#workstyle .common-employment .box_bg_cl {
    padding: 18px 15px;
}


#workstyle .common-employment .highlight-box h3 {
    margin-top: 0;
    color: white;
}

#workstyle .common-employment .highlight-box p {
    margin-bottom: 0;
}

#workstyle .common-employment .box_image {
    padding: 3px 10px;
}

#workstyle .common-employment .box_image .image-content:nth-child(2) {
    margin-top: 11px;
}

#workstyle .school-work-style .inner {
    max-width: 1200px;
    margin: auto;
    padding: 20px 12px;
}

#workstyle .school-work-style h2 {
    color: #333333;
    margin-top: 18px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
}

#workstyle .school-work-style h2:before {
    content: '';
    background: url("../images/workstyle/line_v_2.png") no-repeat center center / contain;
    position: absolute;
    width: 2px;
    height: 30px;
    left: -12px;
    top: calc(50% - 15px);
}

#workstyle .school-work-style h3 {
    color: #582780;
    margin-top: 24px;
    width: 300px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

#workstyle .school-work-style p {
    margin-bottom: 1em;
    line-height: 1.7;
    font-size: 14px;
}

#workstyle .school-work-style .section {
    margin-bottom: 10px;
}

#workstyle .school-work-style .section_school_4 p {
    line-height: 1.6;
}

#workstyle .school-work-style .images {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 14px;
}

#workstyle .school-work-style_1 {
    background: #FAF8FD;
}

#workstyle .school-work-style_2 h2 {
    margin-top: 15px;
}

#workstyle .school-work-style .school-work-style_2 .images {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 15px;
}


#workstyle .school-work-style .images img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

#workstyle .school-work-style .staff-comments {
    margin-top: 26px;
}

#workstyle .staff-comments_box h2 {
    padding-left: 17px;
    margin-top: 10px;
}

#workstyle .school-work-style .staff-comments_box h2:before {
    left: 5px;
}

#workstyle .school-work-style .staff-comments_box h3 {
    color: #582780;
    margin-top: 7px;
    width: 286px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 6px;
    padding: 0 18px;
    padding-right: 0;
}

#workstyle .school-work-style .staff {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#workstyle .school-work-style .staff img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

#workstyle .school-work-style .staff-info {
    font-size: 14px;
    position: relative;
    top: -6px;
}

#workstyle .school-work-style .staff-info strong {
    display: block;
    margin-bottom: 5px;
}


#workstyle .staff-comments {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#workstyle .staff-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f2e7f7;
    flex-wrap: nowrap;
    position: relative;
    padding: 10px;
    padding-bottom: 37px;
}

#workstyle .school-work-style .staff-comments_box .staff-box:nth-child(2) .staff-text h3 {
    width: 190px;
}

/*#workstyle .school-work-style .staff-comments_box .staff-box:nth-child(2) .staff-text .text_full_w {*/
/*    margin-bottom: -3px;*/
/*}*/

#workstyle .staff-text {
    flex: 1;
}

#workstyle .staff-text h3 {
    font-size: 16px;
    margin: 0 0 10px;
    color: #5c2d91;
    display: inline-block;
    background: white;
    padding: 2px 8px;
    position: relative;
}

#workstyle .school-work-style .staff-comments .staff-text .text_full_w {
    width: 100%;
}

#workstyle .staff-text h3:before {
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - 10px);
    background-color: #A36AD1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#workstyle .staff-text p {
    margin: 0;
    color: #333333;
    font-size: 14px;
    line-height: 1.8;
}

#workstyle .staff-info .text_bold {
    font-size: 16px;
    font-weight: 500;
}

#workstyle .staff-info .text_small {
    font-size: 10px;
    font-weight: 400;
}

#workstyle .staff-profile {
    flex-shrink: 0;
    text-align: center;
    position: absolute;
    right: 13px;
    bottom: 10px;
}

#workstyle span.text_500 {
    font-weight: 500;
    font-size: 14px;
}

#workstyle span.text_400 {
    font-weight: 400;
    font-size: 12px;
}

#workstyle .staff-profile img {
    width: 85px;
    height: 85px;
    margin-bottom: 10px;
}

#workstyle .staff-info {
    font-size: 13px;
    color: #333;
    line-height: 1.4;
}


#workstyle .school-work-style .staff-comments .staff-text p {
    width: calc(100% - 94px);
    min-height: 140px;
    padding-top: 4px;
    padding-left: 7px;
    letter-spacing: -0.1px;
    line-height: 1.6;
}

@media print, screen and (min-width: 768px) {

    #workstyle .sp-br {
        display: none;
    }

    #workstyle .pc-br {
        display: inline;
    }

    #workstyle .school-work-style .images img {
        width: 100%;
        border-radius: 24px;
    }

    #workstyle .school-work-style .staff {
        align-items: flex-start;
    }

    #workstyle .common-employment .flex-inner {
        flex-wrap: nowrap;
        padding: 12px 25px;
        padding-right: 0;
        align-items: flex-start;
    }

    #workstyle .common-employment .text-content, .image-content {
        flex: 1 1 56%;
    }

    #workstyle .common-employment .image-content img {
        border-radius: 26px;
    }

    #workstyle .common-employment .box_image {
        display: flex;
        padding: 0;
        gap: 20px;
    }

    #workstyle .common-employment .box_image .image-content:nth-child(2) {
        margin-top: 0;
    }

    #workstyle .staff-box {
        flex-wrap: nowrap;
        padding: 28px 20px;
        padding-top: 34px;
        padding-bottom: 22px;
        align-items: flex-start;
    }

    #workstyle .staff-text {
        margin-right: 15px;
        max-width: 885px;
    }

    #workstyle .staff-info .text_bold {
        font-size: 24px;
    }

    #workstyle .staff-info .text_small {
        font-size: 14px;
    }

    #workstyle span.text_500 {
        font-size: 16px;
    }

    #workstyle span.text_400 {
        font-size: 14px;
    }

    #workstyle .staff-profile img {
        width: 170px;
        height: 170px;
    }

    #workstyle .staff-text h3 {
        font-size: 14px;
    }

    #workstyle .school-work-style .staff-info {
        top: -4px;
    }

    #workstyle .school-work-style h3 {
        width: fit-content;
        padding: 15px;
        font-size: 32px;
        margin-top: 42px;
        padding-left: 0;
        margin-bottom: 9px;
    }

    #workstyle .staff-text p {
        font-size: 16px;
        max-width: 872px;
    }

    #workstyle .school-work-style .staff-comments .staff-text p {
        width: 100%;
        padding-top: 19px;
        padding-left: 13px;
        letter-spacing: -0.1px;
        line-height: 1.6;
    }

    #workstyle .school-work-style .staff-comments .staff-text .text_no_pd {
        padding-top: 0;
    }


    #workstyle .school-work-style .staff-profile {
        text-align: center;
        position: relative;
        left: -35px;
    }

    #workstyle .school-work-style .staff-comments {
        margin-top: 50px;
        gap: 45px;
    }

    #workstyle .common-main-block {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-between;
        padding: 60px 0 80px;
    }

    #workstyle .common-main-txt {
        width: 600px;
        padding-bottom: 40px;
    }

    #workstyle .common-main-txt:has(.sub) {
        padding-bottom: 0;
    }

    #workstyle .common-main-txt .en {
        position: absolute;
        bottom: auto;
        top: -1em;
        left: 0;
        font-size: 96px;
        line-height: 1.8;
    }

    #workstyle .common-main-txt .ja {
        position: relative;
        top: auto;
        font-size: 40px;
    }

    #workstyle .common-main-txt .sub {
        margin-top: 42px;
        padding-left: 16px;
        font-size: 16px;
        transform: none;
    }

    #workstyle .common-main-img {
        width: calc(100% - 600px);
        margin: 0;
        padding: 0 40px 50px;
    }

    #workstyle .common-main-img::before {
        height: 220px;
        width: calc((50vw - 100%) + 220px);
        right: calc((100% - 50vw) - 40px);
        background-size: cover;
        background-position: left;
    }

    #workstyle .common-main-img img {
        border-radius: 24px;
    }

    #workstyle .common-menu {
        padding: 40px 16px 26px;
    }

    #workstyle .common-menu .menu-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 16px;
    }

    #workstyle .common-menu .menu-item::before {
        bottom: -3px;
    }

    #workstyle .common-employment .section h2 {
        font-size: 24px;
        padding-left: 25px;
    }

    #workstyle .common-menu .menu-item::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        bottom: -4px;
        left: 0;
        background-color: #582780;
        opacity: 0;
        transition: all .3s;
    }

    #workstyle .common-menu .menu-item a {
        padding: 10px 54px 10px 8px;
        font-size: 16px;
    }

    #workstyle .common-menu .menu-item a::before {
        width: 30px;
        height: 30px;
        bottom: 6px;
        background-color: #A36AD1;
    }

    #workstyle .common-menu .menu-item a::after {
        width: 16px;
        bottom: 15px;
        right: 15px;
    }

    #workstyle .common-employment {
        padding: 0;
        padding-top: 54px;
        padding-bottom: 60px;
    }

    #workstyle .school-work-style h2 {
        margin-top: 18px;
        font-size: 24px;
    }

    #workstyle .common-employment .section h2:before {
        width: 4px;
        height: 40px;
        left: 0;
        top: calc(50% - 20px);
    }

    #workstyle .common-employment .section h3 {
        color: #582780;
        margin-bottom: 15px;
        font-size: 32px;
        font-weight: 400;
        margin-top: 29px;
    }

    #workstyle .common-employment p {
        letter-spacing: 0;
        line-height: 1.6;
        font-size: 16px;
        margin-top: 23px;
    }

    #workstyle .common-employment .image-content {
        flex: 1 1 300px;
        padding-top: 32px;
    }

    #workstyle .section_2 {
        margin-top: 42px;
    }

    #workstyle .common-employment .box_bg_cl {
        padding: 3px 31px;
        border-radius: 24px;
        margin-top: 27px;
        margin-bottom: 25px;
    }

    #workstyle .common-employment .highlight-box .title_high_light {
        font-size: 24px;
        color: #ffffff;
        margin-bottom: 30px;
    }

    #workstyle .common-employment .box_bg_cl p {
        padding-bottom: 25px;
        line-height: 1.7;
    }

    #workstyle .school-work-style h2 {
        margin-top: 41px;
        position: relative;
        font-size: 24px;
        font-weight: 400;
        padding-left: 24px;
    }

    #workstyle .school-work-style h2:before {
        content: '';
        background: url('../images/workstyle/line_v_2.png') no-repeat center center / cover;
        position: absolute;
        width: 4px;
        height: 40px;
        left: 0;
        top: calc(50% - 19px);
    }

    #workstyle .section_school_1 {
        display: flex;
        justify-content: space-between;
    }

    #workstyle .section_school_1 .text-desc {
        padding-left: 25px;
    }

    #workstyle .school-work-style .section_school_1 p {
        font-size: 16px;
        letter-spacing: 0;
    }

    #workstyle .school-work-style .inner {
        padding: 20px 0;
        padding-bottom: 52px;
    }

    #workstyle .school-work-style .images {
        margin-top: 59px;
        justify-content: space-between;
    }

    .section_school_2 .text-desc {
        padding-left: 23px;
    }

    #workstyle .school-work-style .section_school_2 .text-desc p {
        letter-spacing: 0;
        font-size: 16px;
        line-height: 1.5;
    }

    #workstyle .school-work-style .school-work-style_2 .inner h2 {
        margin-top: 39px;
    }

    #workstyle .section_school_3 {
        display: flex;
        justify-content: space-between;
    }

    #workstyle .text-desc {
        padding-left: 24px;
    }

    #workstyle .school-work-style .section_school_3 .text-desc p {
        font-size: 16px;
        letter-spacing: 0;
        max-width: 736px;
    }

    #workstyle .school-work-style .school-work-style_2 .images {
        margin-top: 59px;
    }

    #workstyle .school-work-style .section_school_4 {
        padding-left: 24px;
    }

    #workstyle .school-work-style .section_school_4 p {
        letter-spacing: 0;
        line-height: 1.6;
        font-size: 16px;
    }

    #workstyle .school-work-style .staff-comments_box h2 {
        margin-top: 54px;
    }

    #workstyle .school-work-style .staff-comments_box h2:before {
        left: 0;
    }

    #workstyle .school-work-style .staff-comments_box h3 {
        margin-top: 7px;
        width: fit-content;
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 6px;
        padding: 2px 13px;
        position: relative;
        left: -20px;
        padding-left: 32px
    }

    #workstyle .school-work-style .staff-comments_box .staff-box:nth-child(2) .staff-text h3 {
        width: fit-content;
    }

    #workstyle {
        padding-bottom: 115px;
    }

    #workstyle .staff-text h3:before {
        width: 4px;
        height: calc(100% - 16px);
        left: 0;
    }


}

@media print, screen and (min-width: 1201px) {

    #workstyle .common-menu .menu-item a:hover {
        border-width: 2px;
    }

    #workstyle .common-menu .menu-item a:hover::before {
        background-color: #582780;
    }

    #workstyle .common-menu .menu-item:hover::after {
        opacity: 1;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {

    #workstyle .school-work-style .images {
        flex-wrap: nowrap;
        padding: 0 10px;
    }

}

@media print, screen and (max-width: 330px) {
    #workstyle .school-work-style .staff-comments .staff-text p {
        width: 180px;
    }
    #workstyle .staff-profile {
        bottom: 42px;
    }
    #workstyle .staff-profile img {
        width: 60px;
        height: 60px;
    }
}
