/*-------------------------------------------------------------------

　　　　　　　未経験からプロフェッショナルになれる環境があります

-------------------------------------------------------------------*/
body.page-recruit-career-index-html .bottom_fsv01 {
    margin-top: 100px;
}

body.page-recruit-career-index-html .bottom_fsv01 .flex_box > div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 24px;
}

body.page-recruit-career-index-html .bottom_fsv01 .flex_box > div > * {
    width: 47%!important;
}

body.page-recruit-career-index-html .bottom_fsv01 .flex_box > div > img {
    max-width: 514px;
}

body.page-recruit-career-index-html .bottom_fsv01 .parts_item.pg_text.cursive {
    width: fit-content;
    color: var(--r-accent-color);
    font-weight: bolder;
    font-size: clamp(60px, 8vw, 124px););
    transform: rotate(-10deg);
    position: relative;
    z-index: 9;
    left: -14%;
    bottom: 30px;
}

@media (max-width: 768px) {
    body.page-recruit-career-index-html .bottom_fsv01 .flex_box > div {
        display: block;
    }

    body.page-recruit-career-index-html .bottom_fsv01 .flex_box > div > img {
        max-width: 400px;
        width: 80%!important;
    }

    body.page-recruit-career-index-html .bottom_fsv01 .flex_box > div > div {
        width: 80%!important;
        margin: 16px 0 0 auto;
    }

    body.page-recruit-career-index-html .bottom_fsv01 .parts_item.pg_text.cursive {
        font-size: clamp(60px, 12vw, 124px);
        left: -20%;
    }
}




body.page-recruit-career-index-html .wh_wrap {
    background: #fff;
    padding: 6%;
    margin-bottom: 80px;
}

body.page-recruit-career-index-html h3 {
    font-size: clamp(20px, 2.3vw, 27px);
    color: var(--r-base-color);
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    body.page-recruit-career-index-html h3 {
        margin-bottom: 16px;
    }
}


/* educationsystem
-----------------------*/
#educationsystem {
    margin-bottom: 80px;
}

#educationsystem .flex_box {
    position: relative;
}

#educationsystem .txt_box {
    width: 510px;
    background: #fff;
    padding: 32px 40px 40px;
    box-shadow: rgb(0 0 0 / 10%) 0 3px 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    right: 0;
}

#educationsystem .txt_box h4 {
    font-size: clamp(20px, 5.6vw, 24px);
    color: var(--base-color);
    padding-left: 20px;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 1.4em;
    position: relative;
}

#educationsystem .txt_box h4::before {
    width: 4px;
    height: 80%;
    background: var(--base-color);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#educationsystem .txt_box p {
    margin-left: 20px;
    line-height: 1.6em;
}

#educationsystem .img_box {
    width: 57%;
}

@media (max-width: 1290px) {
    #educationsystem .img_box {
        width: 64%;
    }

    #educationsystem .txt_box {
        width: 420px;
        padding: 24px 24px 28px;
    }

    #educationsystem .txt_box h4 {
        font-size: 21px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1100px) {
    #educationsystem .img_box {
        width: 88%;
    }

    #educationsystem .txt_box {
        position: relative;
        margin: -20% 0 0 auto;
    }
}

@media (max-width: 768px) {
    #educationsystem .txt_box {
        margin: 0;
        width: 100%;
        padding: 0;
        box-shadow: none;
    }

    #educationsystem .img_box {
        width: 100%;
        margin-bottom: 24px;
    }

    #educationsystem .txt_box p {
        margin-left: 0;
    }

    #educationsystem .txt_box h4 {
        font-size: 18px;
    }
}


/* careerplan
-----------------------*/
#careerplan {
    margin-bottom: 64px;
}

#careerplan ul {
    display: flex;
    gap: 4px;
}

#careerplan ul li {
    font-size: clamp(14px, 2.4vw, 20px);
    background: #A8D339;
    color: #fff;
    padding: 1.5% 3%;
    cursor: pointer;
}

#careerplan ul li.active {
    background: var(--r-base-color);
}

#careerplan table {
    width: 100%;
}

#careerplan table tr {
    display: flex;
}

#careerplan table tr th,#careerplan table tr td {
    width: 200px;
    padding: 12px 2%;
    line-height: 1.6em;
    font-size: 90%;
}

#careerplan table tr th:first-child,#careerplan table tr td:first-child {
    width: 240px;
}

#careerplan table tr th:last-child ,#careerplan table tr td:last-child {
    width: calc(100% - (200px * 2 + 240px));
}

#careerplan table thead {
    background: #F7F7F7;
    border: 1px solid #E2E2E2;
}

#careerplan table tbody tr {
    border: 1px solid #E2E2E2;
    border-top: none;
}

#careerplan table tr td p:last-child {
    margin-top: 12px;
}

#careerplan .table01 p.height_p {
    height: 50px;
}

@media (max-width: 1290px) {
    .table_wrap {
        width: 100%;
        overflow-x: scroll;
    }

    .table_wrap > div {
        width: 1100px;
    }
}

@media (max-width: 991px) {
    #careerplan table tr th:first-child, #careerplan table tr td:first-child {
        width: 228px;
    }

    #careerplan table tr th, #careerplan table tr td {
        width: 184px;
        padding: 8px 2%;
    }

    .table_wrap > div {
        width: 1000px;
    }

    #careerplan table tr th:last-child ,#careerplan table tr td:last-child {
        width: calc(100% - (184px * 2 + 228px));
        padding: 8px 8px;
    }

    #careerplan .table01 p.height_p {
        height: 44px;
    }
}

@media (max-width: 430px) {
    #careerplan table tr th:first-child, #careerplan table tr td:first-child {
        width: 214px;
    }

    #careerplan table tr th, #careerplan table tr td {
        width: 170px;
    }

    .table_wrap > div {
        width: 925px;
    }

    #careerplan table tr th:last-child ,#careerplan table tr td:last-child {
        width: calc(100% - (170px * 2 + 214px));
    }

    #careerplan .table01 p.height_p {
        height: 40px;
    }
}


/* event
-----------------------*/
#event ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    margin-bottom: 50px;
}

#event ul li {
    border: 1px solid #A8D339;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 275/75;
    font-size: clamp(14px, 1.4vw, 18px);
    font-weight: 600;
}

#event h4 {
    font-size: clamp(16px, 2.3vw, 21px);
    margin-bottom: 12px;
    font-weight: 600;
}

@media (max-width: 1290px) {
    #event ul {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 840px) {
    #event ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 580px) {
    #event ul {
        grid-template-columns: repeat(1, 1fr);
    }

    #event ul li {
        aspect-ratio: inherit;
        padding: 12px;
    }
}


#event .garally_normal {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 4%;
    grid-row-gap: 16px;
}

#event .garally_normal p {
    border: 1px solid #A8D339;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(14px, 1.4vw, 18px);
    font-weight: 600;
    padding: 6%;
}

@media (max-width: 768px) {
    #event .garally_normal {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 540px) {
    #event .garally_normal {
        grid-template-columns: repeat(1, 1fr);
    }

    #event .garally_normal p {
        padding: 12px;
    }
}