<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@media (min-width: 768px) {
    .subpage_mv {
        background: url(../img/selection/mv.jpg) no-repeat center 20%;
        background-size: cover;
    }
}
@media (max-width: 767px) {
    .subpage_mv {
        background: url(../img/selection/mv_sp.jpg) no-repeat center 20%;
        background-size: cover;
    }
}

.selection_lead_txt {
    text-align: center;
}
.selection_course_ttl {
    color: #fff;
    display: flex;
    justify-content: center;
    border-radius: 0 40rem 0 40rem;
}
.selection_course_ttl_inner {
    letter-spacing: 0.03em;
    display: flex;
    align-items: center;
}
.animation_ready .selection_course_ttl_inner {
    clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 0%);
}
.animation_loaded .selection_course_ttl.is_animated .selection_course_ttl_inner {
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
    transition: clip-path 0.8s 0.4s;
}
.selection_course_txt {
    text-align: center;
    letter-spacing: 0;
}
.selection_course_item {
    display: flex;
}
.selection_course_item_ttl {
    text-align: center;
    color: #fff;
    letter-spacing: 0;
}
.selection_course_item_img_wrap {
    overflow: hidden;
}
.selection_course_item_img_wrap img {
    max-width: 100%;
    height: auto;
}
.selection_course_item_txt_wrap {
    background-color: #fff;
}
.selection_course_subttl {
    text-align: center;
}
.selection_course_subttl_in {
    letter-spacing: 0;
}
.selection_course_item_txt {
    letter-spacing: 0;
}
.selection_course_item_note {
    letter-spacing: 0;
    padding-left: 1em;
    text-indent: -1em;
}
.selection_open_tag {
    color: #fff;
    letter-spacing: 0;
    display: inline-block;
}
.selection_jobmatch_tag_ttl {
    color: #fff;
    display: inline-block;
}
.selection_jobmatch_tag_ttl_engineering {
    background: -webkit-linear-gradient(-50deg, #fd017e, #f86f64);
    background: linear-gradient(-230deg, #fd017e, #f86f64);
}
.selection_jobmatch_tag_ttl_infra {
    background: -webkit-linear-gradient(-50deg, #6600ff, #9628eb);
    background: linear-gradient(-230deg, #6600ff, #9628eb);
}
.selection_jobmatch_tag {
    background-color: #d9d9d9;
    display: inline-block;
    letter-spacing: 0;
}
[class].selection_jobmatch_btn {
    color: #fff;
    background-color: #262626;
    letter-spacing: 0;
    display: inline-block;
    position: relative;
}
.selection_jobmatch_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    background: url(../img/home/arrow_white.svg) no-repeat center / contain;
    translate: 0 -50%;
}
@media (min-width: 768px) {
    .selection_cont {
        margin-top: 120rem;
    }
    .selection_cont + .selection_cont {
        margin-top: 150rem;
    }
    .selection_lead_txt {
        font-size: 22rem;
        margin-top: 35rem;
        line-height: 2;
        letter-spacing: 0.075em;
    }
    .selection_course_list {
        margin-top: 80rem;
    }
    .selection_course_list &gt; li + li {
        margin-top: 120rem;
    }
    .selection_course_list &gt; li:nth-child(2) {
        margin-top: 136rem;
    }
    .selection_course_ttl {
        font-size: 22rem;
        padding: 14rem 0 18rem;
    }
    .selection_course_ttl_inner {
        gap: 0 45rem;
    }
    .selection_course_ttl .font_weight_700 {
        font-size: 40rem;
    }
    .selection_course_txt {
        font-size: 26rem;
        margin-top: 32rem;
    }
    .selection_course_item {
        margin-top: 35rem;
    }
    .selection_course_item + .selection_course_item {
        margin-top: 47rem;
    }
    .selection_course_item_img_wrap {
        width: 480rem;    
        height: 320rem;
    }
    .selection_course_item_txt_wrap {
        flex: 1;
    }
    .selection_course_item_txt_in {
        padding: 32rem 40rem 0;
    }
    .selection_course_item_txt {
        font-size: 18rem;
        line-height: 1.88;
    }
    .selection_open_tag_list {
        margin-top: 7rem;
    }
    .selection_open_tag {
        margin-top: 9rem;
        font-size: 22rem;
        padding: 4rem 8rem;
    }
    .selection_open_tag_list + .selection_course_item_note {
        margin-top: 14rem;
    }
    .selection_course_item_note {
        font-size: 18rem;
        line-height: 1.88;
    }
    .selection_course_item_ttl {
        font-size: 28rem;
        padding: 23rem 0;
    }
    .selection_course_subttl {
        margin-top: -6rem;
        font-size: 22rem;
    }
    .selection_course_subttl + .selection_course_item_txt {
        margin-top: 18rem;
    }
    .selection_jobmatch_tag_list {
        margin-left: 8rem;
        margin-top: -8rem;
    }
    .selection_jobmatch_tag_ttl {
        font-size: 18rem;
        padding: 5rem 8rem;
        margin-left: -8rem;
        margin-top: 16rem;
    }
    .selection_jobmatch_tag {
        font-size: 16rem;
        padding: 3rem 8rem;
        margin-left: 8rem;
        margin-top: 8rem;
    }
    .selection_jobmatch_btn_wrap {
        margin-top: 24rem;
        position: absolute;
        right: 40rem;
        bottom: 40rem;
    }
    .selection_jobmatch_btn {
        font-size: 18rem;
        padding: 8rem 50rem 8rem 27rem;
        border-radius: 24rem;
    }
    .selection_jobmatch_btn::after {
        right: 21rem;
        width: 12rem;
        height: 24rem;
    }
}
@media (max-width: 767px) {
    .selection_cont {
        margin-top: 120rem;
    }
    .selection_cont + .selection_cont {
        margin-top: 150rem;
    }
    .selection_lead_txt {
        font-size: 32rem;
        line-height: 1.875;
        margin-top: 39rem;
        letter-spacing: 0;
    }
    .selection_course_list {
        margin-top: 80rem;
    }
    .selection_course_list &gt; li + li {
        margin-top: 120rem;
    }
    .selection_course_ttl {
        font-size: 26rem;
    }
    .selection_course_ttl_inner {
        flex-direction: column;
        min-height: 126rem;
        align-items: center;
        justify-content: center;
        gap: 4rem 0;
        position: relative;
        top: -4rem;
    }
    .selection_course_ttl .font_weight_700 {
        font-size: 48rem;
    }
    .selection_course_txt {
        font-size: 32rem;
        line-height: 1.5;
        margin-top: 43rem;
    }
    .selection_course_item {
        flex-direction: column;
        margin-top: 50rem;
    }
    .selection_course_item + .selection_course_item {
        margin-top: 57rem;
    }
    .selection_course_item_img_wrap {
        height: 452rem;
    }
    .selection_course_item_txt_in {
        padding: 43rem 40rem 48rem;
    }
    .selection_course_item_txt {
        font-size: 24rem;
        line-height: 1.75;
    }
    .selection_open_tag_list {
        margin-top: 12rem;
    }
    .selection_open_tag {
        margin-top: 10rem;
        font-size: 28rem;
        padding: 6rem 11rem;
    }
    .selection_open_tag_list + .selection_course_item_note {
        margin-top: 22rem;
    }
    .selection_course_item_note {
        font-size: 24rem;
        line-height: 1.75;
    }
    .selection_course_item_ttl {
        font-size: 36rem;
        padding: 35.3rem 0;
    }
    .selection_course_subttl {
        font-size: 28rem;
    }
    .selection_course_subttl + .selection_course_item_txt {
        margin-top: 25rem;
    }
    .selection_jobmatch_tag_list {
        margin-left: 8rem;
    }
    .selection_jobmatch_tag_ttl {
        font-size: 24rem;
        padding: 7rem 8rem;
        margin-left: -8rem;
        margin-top: 16rem;
    }
    .selection_jobmatch_tag {
        font-size: 22rem;
        padding: 6rem 7rem;
        margin-left: 12rem;
        margin-top: 12rem;
    }
    .selection_jobmatch_btn_wrap {
        margin-top: 34rem;
    }
    .selection_jobmatch_btn {
        font-size: 24rem;
        padding: 10.4rem 54rem 10.4rem 38rem;
        border-radius: 32rem;
    }
    .selection_jobmatch_btn::after {
        right: 26rem;
        width: 18rem;
        height: 31rem;
    }
}

/* selection_field_ */
.selection_field_ttl {
    display: flex;
    color: #fff;
    letter-spacing: 0;
}
.selection_field_ttl_num,
.selection_field_ttl_txt {
    display: flex;
    align-items: center;
}
.selection_field_ttl_num {
    justify-content: center;
}
.selection_field_ttl_txt {
    flex: 1 auto;
    border-radius: 32rem 0 32rem 0;
}
.selection_field_txt {
    letter-spacing: 0;
}
.color_green {
    color: #01bd8a;
}
.color_blue {
    color: #00adc7;
}
.selection_field_subttl {
    letter-spacing: 0;
}
@media (min-width: 768px) {
    .selection_field_list {
        margin-top: 80rem;
    }
    .selection_field_list &gt; li {
        margin-top: 71rem;
    }
    .selection_field_ttl {
        height: 64rem;
    }
    .selection_field_ttl_num {
        width: 68rem;
        font-size: 32rem;
        border-radius: 0 32rem 0 32rem;
    }
    .selection_field_ttl_txt {
        font-size: 26rem;
        padding: 0 40rem;
    }
    .selection_field_ttl + .selection_field_txt {
        margin-top: 38rem;
    }
    .selection_field_subttl + .selection_field_txt {
        margin-top: 7rem;
    }
    .selection_field_txt {
        font-size: 18rem;
        line-height: 1.888;
    }
    .selection_field_subttl {
        font-size: 18rem;
        letter-spacing: 0;
    }
    .selection_field_sublist {
        margin-top: 45rem;
    }
    .selection_field_sublist &gt; li {
        margin-top: 36rem;
    }
}
@media (max-width: 767px) {

    .selection_field_list {
        margin-top: 80rem;
    }
    .selection_field_list &gt; li + li {
        margin-top: 112rem;
    }
    .selection_field_ttl {
        height: 80rem;
    }
    .selection_field_ttl_num {
        width: 80rem;
        font-size: 32rem;
        border-radius: 0 40rem 0 40rem;
    }
    .selection_field_ttl_txt {
        font-size: 30rem;
        padding: 0 40rem;
    }
    .selection_field_ttl + .selection_field_txt {
        margin-top: 46rem;
    }
    .selection_field_subttl + .selection_field_txt {
        margin-top: 7rem;
    }
    .selection_field_txt {
        font-size: 24rem;
        line-height: 1.75;
    }
    .selection_field_subttl {
        font-size: 24rem;
        letter-spacing: 0;
    }
    .selection_field_sublist {
        margin-top: 52rem;
    }
    .selection_field_sublist &gt; li {
        margin-top: 40rem;
    }
}

/* selection_biz_btnwrap */
.selection_biz_btnwrap {
    text-align: center;
    position: relative;
}
.selection_biz_btn_fukidashi {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
}
.selection_biz_btn_fukidashi_in {
    display: inline-block;
    background-color: #fff;
    letter-spacing: 0.03em;
    position: relative;
}
.selection_biz_btn_fukidashi_in::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    background: #fff;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
[class].selection_biz_btn {
    display: block;
    margin-inline: auto;
    text-align: left;
    color: #fff;
    border-radius: 0 40rem 0 40rem;
    overflow: hidden;
}
.selection_biz_btn_img_wrap {
    display: flex;
}
.selection_biz_btn_img_cover {
    overflow: hidden;
    width: 25%;
}
.selection_biz_btn_img_1 {
    background: url(../img/selection/img_btn_1.jpg) no-repeat center center;
    background-size: cover;
}
.selection_biz_btn_img_2 {
    background: url(../img/selection/img_btn_2.jpg) no-repeat center center;
    background-size: cover;
}
.selection_biz_btn_img_3 {
    background: url(../img/selection/img_btn_3.jpg) no-repeat center center;
    background-size: cover;
}
.selection_biz_btn_img_4 {
    background: url(../img/selection/img_btn_4.jpg) no-repeat center center;
    background-size: cover;
}
.selection_biz_btn_txt_inner {
    position: relative;
    display: flex;
    align-items: center;
}
.selection_biz_btn_txt {
    position: relative;
    z-index: 1;
    letter-spacing: 0.12em;
}
.selection_biz_btn_arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    height: 100%;
    background: linear-gradient(90deg, rgb(253, 4, 126) 0%, rgb(102, 0, 255) 50%, rgb(0, 173, 199) 100%);
}
.selection_biz_btn_arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    background: url(../img/home/arrow_white.svg) no-repeat center / contain;
    translate: 0 -50%;
}

@media (min-width: 768px) {
    .selection_biz_btnwrap {
        margin-top: 152rem;
    }
    .selection_biz_btn_fukidashi_in {
        font-size: 22rem;
        padding: 4rem 15rem;
        border-radius: 0 20rem 0 20rem;
        margin-bottom: 25rem;
    }
    .selection_biz_btn_fukidashi_in::after {
        top: calc(100% - 1px);
        width: 34rem;
        margin-left: -17rem;
        height: 17rem;
    }
    .selection_biz_btn {
        width: 560rem;
    }
    .selection_biz_btn_txt_wrap {
        padding: 0 16rem;
    }
    .selection_biz_btn_txt_inner {
        height: 100rem;
        padding-left: 24rem;
    }
    .selection_biz_btn_img {
        height: 100rem;
    }
    .selection_biz_btn_txt {
        font-size: 30rem;
    }
    .selection_biz_btn_arrow {
        width: 68rem;
        height: 68rem;
        border-radius: 0 34rem 0 34rem;
    }
    .selection_biz_btn_arrow::after {    
        right: 27rem;
        width: 12rem;
        height: 24rem;
    }
    @media (hover:hover){ 
        .selection_biz_btn_arrow {
            transition: width 0.6s;
        }
        .selection_biz_btn:hover .selection_biz_btn_arrow {
            width: 100%;
        }
        [class].selection_jobmatch_btn {
            transition: opacity .3s;
        }
        [class].selection_jobmatch_btn:hover {
            opacity: .7;
        }
    }
}
@media (max-width: 767px) {
    .selection_biz_btnwrap {
        margin-top: 200rem;
    }
    .selection_biz_btn_fukidashi_in {
        font-size: 26rem;
        padding: 6rem 15rem;
        border-radius: 0 20rem 0 20rem;
        margin-bottom: 30rem;
    }
    .selection_biz_btn_fukidashi_in::after {
        top: calc(100% - 1px);
        width: 42rem;
        margin-left: -21rem;
        height: 21rem;
    }
    .selection_biz_btn_txt_wrap {
        padding: 0 16rem;
    }
    .selection_biz_btn_txt_inner {
        height: 120rem;
        padding-left: 36rem;
    }
    .selection_biz_btn_img {
        height: 120rem;
    }
    .selection_biz_btn_txt {
        font-size: 36rem;
    }
    .selection_biz_btn_arrow {
        width: 88rem;
        height: 86rem;
        border-radius: 0 38rem 0 38rem;
    }
    .selection_biz_btn_arrow::after {    
        right: 32rem;
        width: 18rem;
        height: 36rem;
    }

}
.animation_ready .selection_biz_btn_fukidashi {
    opacity: 0;
    transform: translateY(10rem);
}
.animation_ready .selection_biz_btn_img {
    scale: 1.15;
    transition: scale 1s;
}
.animation_loaded .selection_biz_btnwrap.is_animated .selection_biz_btn_img {
    scale: 1;
}
.animation_loaded .selection_biz_btnwrap.is_animated .selection_biz_btn_fukidashi {
    opacity: 1;
    transform: translateY(0rem);
    transition: opacity 0.4s 0s, transform 0.4s 0s;
}


/* category_link_list */
@media (min-width: 768px) {
    .category_link_list &gt; li {
        width: 300rem;
    }
    .category_link_item_btn_inner {
        padding-left: 24rem;
    }
    .category_link_item_btn_txt {
        letter-spacing: 0.03em;
    }
}

/* selection_anchor */
.selection_anchor {
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.selection_anchor_link {
    background-color: #fff;
}
.selection_anchor_link {
    height: 100%;
    position: relative;
}
.selection_anchor_link::after {
    content: '';
    margin: auto;
    display: block;
    background: url(../img/home/arrow_black.svg) no-repeat 50% / contain;
    position: absolute;
    left: 0;
    right: 0;
    rotate: 90deg;
}
.selection_anchor_link:link {
    color: #262626;
}
.selection_anchor_num {
    line-height: 1;
    display: inline-block;
}
.selection_anchor_ttl {
    font-weight: 500;
    line-height: 1.17;
    display: flex;
    align-items: center;
    justify-content: center;
}
.selection_anchor_txt {
    line-height: 1.5;
}
@media (min-width: 768px) {
    .selection_anchor {
        margin-top: 48rem;
    }
    .selection_anchor_link {
        width: 344rem;
        padding: 28rem 0 86rem;
    }
    .selection_anchor &gt; li:nth-child(2n + 1) .selection_anchor_link {
        border-radius: 0 40rem 0 40rem;
    }
    .selection_anchor &gt; li:nth-child(2n) .selection_anchor_link {
        border-radius: 40rem 0 40rem 0;
    }
    .selection_anchor_link::after {
        width: 24rem;
        height: 48rem;
        bottom: 20rem;
    }
    .selection_anchor_num {
        font-size: 48rem;
    }
    .selection_anchor_ttl {
        height: 2em;
        margin-top: 12rem;
        font-size: 34rem;
    }
    .selection_anchor_txt {
        margin-top: 12rem;
        font-size: 18rem;
    }
}
@media (max-width: 767px) {
    .selection_anchor {
        margin-top: 60rem;
    }
    .selection_anchor_link {
        width: 222rem;
        padding: 30rem 0 73rem;
    }
    .selection_anchor &gt; li:nth-child(2n + 1) .selection_anchor_link {
        border-radius: 0 40rem 0 40rem;
    }
    .selection_anchor &gt; li:nth-child(2n) .selection_anchor_link {
        border-radius: 40rem 0 40rem 0;
    }
    .selection_anchor_link::after {
        width: 24rem;
        height: 48rem;
        bottom: 16rem;
    }
    .selection_anchor_num {
        font-size: 48rem;
    }
    .selection_anchor_ttl {
        height: 2em;
        margin-top: 20rem;
        font-size: 34rem;
    }
    .selection_anchor_txt {
        margin-top: 20rem;
        font-size: 22rem;
    }
}
@media (min-width: 768px) {
    @media (hover:hover){ 
        .selection_anchor_link {
            transition: opacity .3s;
        }
        .selection_anchor_link:hover {
            opacity: .7;
        }
    }
}</pre></body></html>