@charset "UTF-8";

/* panくず削除 */
#pan li:nth-of-type(2) {
  display: none;
}
/* lv */
#lv p span::before {
    content: "Message";
}

/* Greeting */
.heading.block_header_2 .h::before {
    top: calc(0.9em * 1.5 / 2);
}

#anm_hd + section::before,
#anm_hd + section::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 12vw;
    min-width: 40px;
    height: 100%;
    bottom: 0;
}

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

#anm_hd + section::after {
    bottom: 0;
    right: 0;
    background: url("/common/upload_data/lifegate-recruitjp/image/bg3_r_2.png") no-repeat bottom right / contain;
    max-width: 150px;
}

#anm_hd + section .wrapper_item {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
}

#anm_hd + section > .content_wrapper {
    padding-bottom: 120px;
    width: calc(100% - 20px);
    overflow: visible;
}

#anm_hd + section > .content_wrapper::before,
#anm_hd + section > .content_wrapper::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
}

#anm_hd + section > .content_wrapper::before {
    width: 100%;
    height: calc(100% - 300px);
    bottom: 0;
    left: 0;
    background: var(--i_bg_color);
    border: 2px solid var(--i_txt_color);
    border-radius: 25px;
    z-index: -1;
}

#anm_hd + section > .content_wrapper::after {
    height: 100%;
    right: 0;
    bottom: -30px;
    width: 15vw;
    min-width: 170px;
    max-width: 280px;
    background: url("/common/upload_data/lifegate-recruitjp/image/greeting.png") no-repeat bottom right / contain;
}

#anm_hd + section .heading.block_header_2 .h {
    font-size: 3rem;
    color: var(--i_bg_color);
    background: var(--i_sub_color);
    padding: 10px 20px 5px;
}

#anm_hd + section .heading.block_header_2 .h::before {
    display: none;
}

#anm_hd + section .inner_item_img img {
    border-radius: 25px;
}

#anm_hd + section p strong {
    font-family: "Poppins", "Noto Sans JP", sans-serif;
    font-size: 2rem;
}

#anm_hd + section p:nth-last-of-type(2) strong {
    border-bottom: 1px solid var(--i_txt_color);
}

#anm_hd + section p:last-of-type strong {
    font-size: 2.7rem;
    color: var(--i_main_color);
}

@media screen and (max-width: 700px) {
    #anm_hd + section > .content_wrapper::before {
        height: calc(100% - 230px);
    }

    #anm_hd + section p strong {
        font-size: 1.8rem;
    }

    #anm_hd + section p:last-of-type strong {
        font-size: 2rem;
    }
}