@charset "UTF-8";

/* panくず削除 */
#pan li:nth-of-type(2) {
  display: none;
}

/* lv */
#lv p span::before {
    content: "History";
}

/* lv下コンテンツ */
a[id^="anm_lv"] + section::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 25vw;
    max-width: 480px;
    min-width: 200px;
    height: 100%;
    bottom: 0px;
    left: -40px;
    background: url("/common/upload_data/lifegate-recruitjp/image/round4.png") no-repeat bottom left / contain;
}

a[id^="anm_lv"] + section > .content_wrapper {
    max-width: 1400px !important;
    width: calc(100% - 20px);
}

a[id^="anm_lv"] + section > .content_wrapper::before,
a[id^="anm_lv"] + section > .content_wrapper::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    height: calc(100% - 20px);
    width: 100%;
    border-radius: 25px;
    z-index: -1;
}

a[id^="anm_lv"] + section > .content_wrapper::before {
    bottom: 0;
    left: 0;
    background: var(--i_bg_color);
}

a[id^="anm_lv"] + section > .content_wrapper::after {
    bottom: -10px;
    left: 10px;
    background-size: auto auto;
    background-color: var(--i_bg_color);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, #31d7f6 10px, #31d7f6 20px);
    z-index: -2;
}

a[id^="anm_lv"] + section .wrapper_item {
    max-width: 1200px !important;
    margin: auto;
}

a[id^="anm_lv"] + section .heading.block_header_2 .h {
    font-size: 4.5rem !important;
    line-height: 1.4;
    color: var(--i_bg_color);
    letter-spacing: 0.4rem;
    font-family: "Poppins", "M PLUS 1p", sans-serif;
    text-shadow: 2px 2px 0px var(--i_main_color), -2px 2px 0px var(--i_main_color), 2px -2px 0px var(--i_main_color), -2px -2px 0px var(--i_main_color), 2px 0px 0px var(--i_main_color), 0px 2px 0px var(--i_main_color), -2px 0px 0px var(--i_main_color), 0px -2px 0px var(--i_main_color);
    padding-left: 70px;
}

a[id^="anm_lv"] + section .heading.block_header_2 .h::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 55px;
    height: 55px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: url("/common/upload_data/lifegate-recruitjp/image/hd_obj2.png") no-repeat center left / contain
}

a[id^="anm_lv"] + section .heading.block_header_2 .h::before {
    display: none;
}

a[id^="anm_lv"] + section.block_image_text_4 .inner_item_txt {
    padding-right: 5%;
}

a[id^="anm_lv"] + section .inner_item_img {
    position: relative;
}

a[id^="anm_lv"] + section .inner_item_img {
    border-radius: 50%;
    border: 2px solid var(--i_txt_color);
}

a[id^="anm_lv"] + section .inner_item_img::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 100%;
    background: #31d7f6;
    top: 10px;
    left: 20px;
    border-radius: 50%;
    z-index: -1;
}

@media screen and (max-width: 900px) {
    a[id^="anm_lv"] + section.contents_box01:not(.block_image_text_2):not(.block_image_text_6):not(.block_text_6) .wrapper_item {
        display: flex;
        flex-direction: column;
    }

    a[id^="anm_lv"] + section.contents_box01.block_image_text_4 .inner_item_img {
        max-width: 250px !important;
    }

    a[id^="anm_lv"] + section > .content_wrapper {
        padding-bottom: 50px;
    }

    a[id^="anm_lv"] + section .heading.block_header_2 {
        text-align: center !important;
    }

    a[id^="anm_lv"] + section .heading.block_header_2 .h {
        padding-left: 0;
        padding-top: 45px;
        font-size: 3rem !important;
    }

    a[id^="anm_lv"] + section .heading.block_header_2 .h::after {
        background-position: top center !important;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* History */
#anm_his_w + div,
#his_last + div {
    overflow: visible;
}

#anm_his_w + div::before,
#his_last + div::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 40vw;
    min-height: 300px;
    bottom: 0;
}

#anm_his_w + div::before {
    top: 40%;
    left: 0;
    background: url("/common/upload_data/lifegate-recruitjp/image/bg3_l.png") no-repeat bottom left / contain;
    max-width: 160px;
}

#his_last + div::before {
    right: 0;
    width: 20vw;
    min-width: 130px;
    max-width: 420px;
    background: url("/common/upload_data/lifegate-recruitjp/image/round3.png") no-repeat bottom right / contain;
    z-index: -1;
}

#anm_his_w + div .heading.block_header_1 p {
    text-shadow: 2px 2px 0px var(--i_orange_color), -2px 2px 0px var(--i_orange_color), 2px -2px 0px var(--i_orange_color), -2px -2px 0px var(--i_orange_color), 2px 0px 0px var(--i_orange_color), 0px 2px 0px var(--i_orange_color), -2px 0px 0px var(--i_orange_color), 0px -2px 0px var(--i_orange_color), 1px 1px 0 var(--i_txt_color), 2px 2px 0 var(--i_txt_color), 3px 3px 0 var(--i_txt_color), 4px 4px 0 var(--i_txt_color), 5px 5px 0 var(--i_txt_color), 6px 6px 0 var(--i_txt_color);
}

#anm_his_w + div .heading.block_header_1 .h {
    background-color: var(--i_orange_color);
}


body:not(.index) main > :not(#common_footer)#anm_his_w + div .heading.block_header_1 p::before {
    background: url("/common/upload_data/lifegate-recruitjp/image/hd3.png") no-repeat bottom center / contain;
}

a[id*="his"] + div > .content_wrapper {
    background: var(--i_bg_color);
    border-left: 3px solid var(--i_orange_color);
    border-right: 3px solid var(--i_orange_color);
    width: calc(100% - 20px);
}

#anm_his_w + div > .content_wrapper {
    border-radius: 25px 25px 0 0;
    padding-top: 65px;
    border-top: 3px solid var(--i_orange_color);
}

#his_last + div > .content_wrapper {
    border-radius: 0 0 25px 25px;
    padding-bottom: 65px;
    border-bottom: 3px solid var(--i_orange_color);
}

a[id*="his"] + div .wrapper_item {
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: nowrap;
    gap: 0 10px;
    overflow: visible;
    position: relative;
}

a[id*="his"] + div .inner_item_img img {
    border: none !important;
    border-radius: 0 !important;
}

a[id*="his"] + div .inner_item_img::before {
    display: none !important;
}

body:not(.index) main > a[id*="his"] + div:not(#common_footer) .heading.block_header_4 .h {
    font-size: 2.2rem !important;
    font-family: "Poppins", "Noto Sans JP", sans-serif;
    margin-bottom: 0;
}
body:not(.index) main > a[id*="his"] + div:not(#common_footer) .heading.block_header_4 p {
    font-size: 2.2rem;
    font-family: "Poppins", "Noto Sans JP", sans-serif;
}

a[id*="his"] + div .inner_item {
    margin: 0 !important;
    justify-content: center;
    position: relative;
}

a[id*="his"] + div .inner_item:first-of-type {
    width: 10% !important;
    min-width: 120px;
}

a[id*="his"] + div .inner_item:nth-of-type(2) {
    width: 45% !important;
}

a[id*="his"] + div .inner_item:nth-of-type(2) .heading.block_header_4 .h {
    color: var(--i_txt_color);
}

a[id*="his"] + div .inner_item:first-of-type .heading.block_header_4::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 2px;
    border-top: 2px solid #cecece;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
}

a[id*="his"] + div .inner_item:first-of-type .heading.block_header_4 .h {
    background: var(--i_main_color);
    color: var(--i_bg_color);
    clip-path: polygon(0% 0%, 89% 0, 100% 50%, 89% 100%, 0% 100%);
    padding: 5px 25px 5px 10px;
    display: inline-block;
}

a[id*="w"] + div .inner_item:nth-of-type(2) {
    width: 100% !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (min-width: 901px) {
    a[id*="his"] + div .inner_item:first-of-type {
        width: 10% !important;
        min-width: 180px;
    }

    a[id*="his"] + div .inner_item:nth-of-type(2) {
        border-left: 2px solid #cecece;
        padding-left: 30px;
    }

    a[id*="his"] + div .inner_item:nth-of-type(2)::before {
        position: absolute;
        display: block;
        content: "";
        pointer-events: none;
        width: 12px;
        height: 12px;
        top: 50%;
        transform: translateY(-50%);
        left: -7px;
        border-radius: 50%;
        background: var(--i_main_color);
    }
}

@media screen and (max-width: 900px) {
    #anm_his_w + div > .content_wrapper {
        padding-top: 35px;
    }

    #his_last + div > .content_wrapper {
        padding-bottom: 35px;
    }

    a[id*="his"] + div .wrapper_item {
        border-left: 2px solid #cecece;
        padding-left: 20px;

    }

    a[id*="his"] + div .wrapper_item::before {
        position: absolute;
        display: block;
        content: "";
        pointer-events: none;
        width: 12px;
        height: 12px;
        top: 13px;
        left: -7px;
        border-radius: 50%;
        background: var(--i_main_color);
    }

    a[id*="his"] + div .wrapper_item {
        flex-wrap: wrap;
        padding-bottom: 15px;
    }

    a[id*="his"] + div .inner_item:nth-of-type(2) {
        width: 80% !important;
    }

    a[id*="his"] + div.composite_box01:not(.col2):not(.block_images_7):not(.block_images_8):not(.block_images_10):not(.block_images_11):not(.block_images_12):not(.block_images_13):not(.block_images_15):not(.block_images_17):not(.block_images_21) .inner_item:nth-last-of-type(-n+3) {
        width: 30% !important;
        padding-top: 10px;
    }

    a[id*="his"] + div .inner_item:first-of-type .heading.block_header_4::before {
        display: none;
    }

    a[id*="his"] + div .inner_item:first-of-type .heading.block_header_4 .h {
        padding: 2px 10px 1px 15px;
        clip-path: polygon(11% 0, 100% 0%, 100% 100%, 11% 100%, 0% 50%);
        margin-bottom: 10px !important;
    }

    a[id*="w"] + div .inner_item:nth-of-type(2) {
        padding-top: 0;
        padding-bottom: 0;
    }

    #anm_his_w + div .heading.block_header_1 {
        margin-bottom: 50px;
    }
}