@charset "UTF-8";

/* mv */
#mv_outer::before,
#mv_outer::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

#mv_outer::before {
    background: url("/common/upload_data/lifegate-recruitjp/image/mv_bg.png") no-repeat center / cover;
}

#topmv {
    height: auto;
    padding: 20px 40px 0 0;
    position: relative;
}

/*グリッド配置*/
#topmv .grid {
    display: grid;
    grid-template-columns: 30% 23% 25% 1fr;
    grid-template-rows: 15% 25% 20% 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 95vh;
    min-height: 500px;
}
#topmv .grid div {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
}
#topmv .grid div:nth-of-type(1) {
    grid-area: 2 / 1 / 5 / 3;
}
#topmv .grid div:nth-of-type(2) {
    grid-area: 4 / 2 / 5 / 3;
}
#topmv .grid div:nth-of-type(3) {
    grid-area: 4 / 3 / 5 / 4;
}
#topmv .grid div.pc,
#topmv .grid div.sp {
    grid-area: 1 / 2 / 5 / 5;
}
#topmv .grid .mv_txt {
    grid-area: 2 / 2 / 4 / 5;
    z-index: 8;
}

/*画像位置調整*/
#topmv .grid div img {
    position: absolute;
    bottom: 0;
    opacity: 0;
    transform: translateY(100%);
    filter: drop-shadow(10px 5px 0px rgba(0, 0, 0, 0.3));
    z-index: 1;
    /* height: clamp(350px, 50vw, 650px); */
    object-fit: contain;
}
#topmv .grid div:nth-of-type(1) img {
    left: -10%;
    width: 75%;
    max-width: 80vh;
}
#topmv .grid div:nth-of-type(2) img {
    width: 80%;
    max-width: 40vh;
}
#topmv .grid div:nth-of-type(3) img {
    width: 90%;
    max-width: 47vh;
}
#topmv .grid div.pc img,
#topmv .grid div.sp img {
    z-index: -1;
    right: 0;
    width: 100%;
    max-width: 110vh;
    /* height: clamp(340px, 45vw, 800px); */
    filter: drop-shadow(10px 0px 0px rgba(0, 0, 0, 0.3));
}


/*btn*/
.mv_wrap .mv_btn > a img {
    width: clamp(240px, 36vw, 600px);
    height: auto;
}

.mv_txt br.pc {
    display: none;
}

/*キャッチコピー装飾*/
.mv_txt {
    white-space: nowrap;
    opacity: 0;
}
.mv_txt h2 {
    font-family: "Poppins", "M PLUS 1p", sans-serif;
    font-weight: 800;
    font-size: clamp(2.6rem, 5.0vw, 8.5rem);
    letter-spacing: 0.2rem;
    line-height: 1.2;
    color: var(--i_bg_color);
    font-style: italic;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}
.mv_txt p {
    font-family: "Poppins", "M PLUS 1p", sans-serif;
    font-weight: 800;
    font-size: clamp(2.3rem, 4.5vw, 6rem);
    line-height: 1.2;
    letter-spacing: 0.5rem;
    position: relative;
    display: inline-block;
}

/* 文字色替え */
.mv_txt h2 .text .blue,
.mv_txt h2 .text .green,
.mv_txt h2 .text .orange,
.mv_txt h2 .text .lightblue {
    color: var(--i_main_color);
    text-shadow: 3px 0px 1px var(--i_bg_color), 2px 2px 1px var(--i_bg_color), 0px 3px 1px var(--i_bg_color), -2px 2px 1px var(--i_bg_color), -3px 0px 1px var(--i_bg_color), -2px -2px 1px var(--i_bg_color), 0px -3px 1px var(--i_bg_color), 2px -2px 1px var(--i_bg_color), 1px 2px 1px var(--i_bg_color), -1px 2px 1px var(--i_bg_color), -2px 1px 1px var(--i_bg_color), -2px -1px 1px var(--i_bg_color), -1px -2px 1px var(--i_bg_color), 1px -2px 1px var(--i_bg_color), 2px -1px 1px var(--i_bg_color), 2px 1px 1px var(--i_bg_color);
}
.mv_txt h2 .text .green {
    color: var(--i_green_color);
}
.mv_txt h2 .text .orange {
    color: var(--i_orange_color);
}
.mv_txt h2 .text .lightblue {
    color: #f99b22;
}

.mv_txt p span.inn {
    color: var(--i_bg_color);
    text-shadow: 3px 0px 1px var(--i_main_color), 2px 2px 1px var(--i_main_color), 0px 3px 1px var(--i_main_color), -2px 2px 1px var(--i_main_color), -3px 0px 1px var(--i_main_color), -2px -2px 1px var(--i_main_color), 0px -3px 1px var(--i_main_color), 2px -2px 1px var(--i_main_color), 1px 2px 1px var(--i_main_color), -1px 2px 1px var(--i_main_color), -2px 1px 1px var(--i_main_color), -2px -1px 1px var(--i_main_color), -1px -2px 1px var(--i_main_color), 1px -2px 1px var(--i_main_color), 2px -1px 1px var(--i_main_color), 2px 1px 1px var(--i_main_color);
}

.mv_txt p span.lg {
    color: var(--i_main_color);
    text-shadow: 3px 0px 1px var(--i_bg_color), 2px 2px 1px var(--i_bg_color), 0px 3px 1px var(--i_bg_color), -2px 2px 1px var(--i_bg_color), -3px 0px 1px var(--i_bg_color), -2px -2px 1px var(--i_bg_color), 0px -3px 1px var(--i_bg_color), 2px -2px 1px var(--i_bg_color), 1px 2px 1px var(--i_bg_color), -1px 2px 1px var(--i_bg_color), -2px 1px 1px var(--i_bg_color), -2px -1px 1px var(--i_bg_color), -1px -2px 1px var(--i_bg_color), 1px -2px 1px var(--i_bg_color), 2px -1px 1px var(--i_bg_color), 2px 1px 1px var(--i_bg_color);
}

.mv_txt h2 span {
    position: relative;
    display: inline-block;
}

.mv_txt h2 span.inn {
    position: relative;
    padding: 5px 20px 0px 10px;
}

.mv_txt h2 span .text {
    opacity: 0;
    transition: opacity 0.4s ease 0.8s;
    /* スライド開始と同時 */
}

.mv_txt h2 span.inn:last-child {
    margin-top: 15px;
}

.mv_txt p {
    transform: translateY(10px);
    opacity: 0;
    transition: transform 0.6s cubic-bezier(0.5, 1.6, 0.4, 1) 1.8s, opacity 0.6s ease 1.8s;
}

.appear .mv_txt {
    opacity: 1;
}

.appear .mv_txt h2 span .text {
    opacity: 1;
}

.appear .mv_txt p {
    transform: translateY(0);
    opacity: 1;
}

.appear .mv_txt h2 span.inn:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: var(--i_main_color);
    background-image: linear-gradient(90deg, rgba(0, 152, 244, 1), rgba(0, 194, 255, 1));
    transform-origin: left center;
    z-index: -1;
    /* animation: mask-bg2 3.0s cubic-bezier(0.8, 0, 0.170, 1) 0.4s; */
    opacity: 1;
    animation: mask-bg2 2.6s ease 0s;
}

/* 左から右 */
@keyframes mask-bg2 {
    0% {
        opacity: 0;
        transform: scaleX(0) translateX(-5%);
        visibility: hidden;
    }
    1% {
        visibility: visible;
    }
    30% {
        opacity: 1;
        transform: scaleX(1) translateX(0);
    }
    100% {
        opacity: 1;
        transform: scaleX(1) translateX(0);
    }
}

@media screen and (max-width: 900px) {
    .mv_txt h2 span.inn {
        padding: 4px 7px 4px 5px;
    }
    .mv_txt p {
        letter-spacing: 0.25rem;
        box-sizing: border-box;
    }
}

/* btn */
.mv_wrap .mv_btn {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 25px;
    z-index: 15;
    transform: translateY(50px);
    opacity: 0;
    /* transition: transform 0.5s ease-in-out 2s, opacity 0.5s ease-in-out 2s; */
    transition: transform 0.5s ease-in-out 2.5s, opacity 0.5s ease-in-out 2.5s;
    animation: bounce 2.5s ease-in-out 5.5s infinite;
    visibility: hidden;
}

.appear .mv_wrap .mv_btn {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    10% {
        transform: translateY(-10px);
    }

    20% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-5px);
    }

    40% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(0);
        /* 残り60%の間は静止 */
    }
}

/* アニメーション */
.active .grid div img {
    opacity: 1;
    animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.active .grid div:nth-of-type(1) img {
    animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
}
.active .grid div:nth-of-type(2) img {
    animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
}
.active .grid div:nth-of-type(3) img {
    animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
}
.active .grid div.pc img,
.active .grid div.sp img {
    animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1.0s forwards;
}
/* .active #topmv .grid div:nth-of-type(4)::before {
    opacity: 1;
    transition: opacity 0.6s 1s, transform 0.6s ease-in-out 1.0s;
} */
@keyframes popup {
    0% {
        transform: translateY(40px) scale(0.8);
        opacity: 0;
    }
    100% {
        transform: translateY(0) scale(1.0);
    }
    80%,
    100% {
        opacity: 1;
    }
}

@media screen and (min-width: 901px) and (max-height: 750px) {
    #topmv .grid {
        /* height: 90vh; */
    }
    .mv_txt p {
        font-size: 3.1vw;
    }
    #topmv .grid div:nth-of-type(2) img {
        max-width: 30vh;
    }
    #topmv .grid div:nth-of-type(3) img {
        max-width: 38vh;
    }
}

@media screen and (min-width: 1201px) {
    #topmv .grid .mv_txt {
        margin-left: -100px;
    }
}

@media screen and (min-width: 901px) {
    #topmv .grid div.sp {
        display: none;
    }
    #topmv .grid div:nth-of-type(2) img {
        left: -10%;
    }
    #topmv .grid div:nth-of-type(3) img {
        left: -40%;
    }
}


@media screen and (max-width: 1600px) {
    #topmv .grid {
        grid-template-rows: 15% 24% 42% 1fr;
    }
    #topmv .grid div.pc {
        grid-area: 1 / 2 / 4 / 5;
    }
    #topmv .grid div.pc img {
        max-width: 86vh;
    }
}

@media screen and (min-width: 901px) and (max-width: 1200px) {
    #topmv .grid {
        grid-template-rows: 15% 24% 50% 1fr;
    }
    #topmv .grid div.pc {
        grid-area: 1 / 2 / 4 / 5;
    }
    #topmv .grid .mv_txt {
        grid-area: 2 / 1 / 3 / 4;
    }
    .mv_txt p {
        padding-left: 20px;
    }
    #topmv .grid div.pc img {
        max-width: 96vh;
    }
}

@media screen and (max-width: 900px) {
    #topmv .grid div.pc {
        display: none;
    }
    #topmv {
        padding: 60px 0 0 0;
    }
    #mv_outer::before,
    #mv_outer::after {
        background-position: 25% 50%;
    }

    .mv_txt {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 0;
    }

    .mv_wrap .mv_btn {
        padding-right: 10px;
    }
    /*グリッド配置*/
    #topmv .grid {
        display: grid;
        grid-template-columns: 32% 30% 10% 1fr;
        /* grid-template-rows: 5% 13% 51% 31%; */
        grid-template-rows: 5% 10% 50% 35%;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        height: 80vh;
    }
    #topmv .grid div:nth-of-type(1) {
        grid-area: 3 / 1 / 5 / 4;
    }
    #topmv .grid div:nth-of-type(2) {
        grid-area: 3 / 2 / 5 / 3;
    }
    #topmv .grid div:nth-of-type(3) {
        grid-area: 3 / 2 / 5 / 5;
    }
    #topmv .grid div.sp {
        grid-area: 1 / 1 / 5 / 5;
    }
    #topmv .grid .mv_txt {
        grid-area: 2 / 1 / 3 / 4;
        /* grid-area: 3 / 1 / 4 / 4; */
        width: 95%;
        left: 5%;
    }

    /*画像位置調整*/
    #topmv .grid div:nth-of-type(1) img {
        max-width: 48vh;
    }
    #topmv .grid div:nth-of-type(2) img {
        width: 100%;
    }
    #topmv .grid div:nth-of-type(3) img {
        left: auto;
        right: 0;
        width: 65%;
    }
    #topmv .grid div.sp img {
        width: 95%;
        max-width: 65vh;
    }
    #topmv .grid div img,
    #topmv .grid div.sp img {
        filter: drop-shadow(5px 0px 0px rgba(0, 0, 0, 0.3));
    }
}

@media screen and (max-width: 600px) {
    #topmv .grid div:nth-of-type(1) {
        grid-area: 3 / 1 / 5 / 5;
    }
    #topmv .grid div:nth-of-type(2) {
        display: none;
    }
    #topmv .grid .mv_txt {
        grid-area: 3 / 1 / 3 / 5;
        left: 2.5%;
    }
    #topmv .grid div:nth-of-type(3) img {
        width: 90%;
    }
    #topmv .grid div.sp img {
        width: 100%;
    }
    .mv_txt p {
        letter-spacing: 0.15rem;
        text-shadow: 2px 0px 1px var(--i_main_color), 1px 1px 1px var(--i_main_color), 0px 2px 1px var(--i_main_color), -1px 1px 1px var(--i_main_color), -2px 0px 1px var(--i_main_color), -1px -1px 1px var(--i_main_color), 0px -2px 1px var(--i_main_color), 1px -1px 1px var(--i_main_color), 0px 1px 1px var(--i_main_color), -0px 1px 1px var(--i_main_color), -1px 0px 1px var(--i_main_color), -1px -0px 1px var(--i_main_color), 0px -1px 1px var(--i_main_color), 0px -1px 1px var(--i_main_color), 1px 0px 1px var(--i_main_color), 1px 0px 1px var(--i_main_color);
    }
    .mv_txt p span.lg,
    .mv_txt h2 .text .blue,
    .mv_txt h2 .text .green,
    .mv_txt h2 .text .orange,
    .mv_txt h2 .text.lightblue {
        text-shadow: 2px 0px 1px var(--i_bg_color), 1px 1px 1px var(--i_bg_color), 0px 2px 1px var(--i_bg_color), -1px 1px 1px var(--i_bg_color), -2px 0px 1px var(--i_bg_color), -1px -1px 1px var(--i_bg_color), 0px -2px 1px var(--i_bg_color), 1px -1px 1px var(--i_bg_color), 0px 1px 1px var(--i_bg_color), -0px 1px 1px var(--i_bg_color), -1px 0px 1px var(--i_bg_color), -1px -0px 1px var(--i_bg_color), 0px -1px 1px var(--i_bg_color), 0px -1px 1px var(--i_bg_color), 1px 0px 1px var(--i_bg_color), 1px 0px 1px var(--i_bg_color);
    }
    .mv_txt p span.lg {
        letter-spacing: 0.3rem;
    }

    .active .grid div:nth-of-type(1) img {
        animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
    }
    .active .grid div:nth-of-type(3) img {
        animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.7s forwards;
    }
    .active .grid div.sp img {
        animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1.0s forwards;
    }
    .mv_txt h2 span .text {
        /* transition: opacity 0.4s ease 0.8s; */
    }
    .mv_txt p {
        transition: transform 0.6s cubic-bezier(0.5, 1.6, 0.4, 1) 1.6s, opacity 0.6s ease 1.6s;
    }
}

@media screen and (max-width: 480px) {
    .mv_wrap > div p svg {
        min-width: 90px;
    }

    .mv_wrap > div p:nth-of-type(2) img {
        max-height: 120px;
    }

    #topmv .grid div.sp img {
        width: 100%;
        max-height: 100%;
        height: auto;
        top: 0;
        bottom: auto;
    }
}

/* top_h1非表示 */
.index header h1 {
    display: none;
}

/* mainコンテンツ */
/* 採用情報ボタンの背景 */
#bg_r + div > .content_wrapper::before,
#bg_r + div > .content_wrapper::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 10vw;
    height: 100%;
    z-index: -1;
}

#bg_r + div > .content_wrapper::before {
    bottom: 0;
    left: 10px;
    background: url("/common/upload_data/lifegate-recruitjp/image/to1.png") no-repeat bottom left / contain;
    min-width: 35px;
    max-width: 80px;
}

#bg_r + div > .content_wrapper::after {
    bottom: 20px;
    right: 10px;
    background: url("/common/upload_data/lifegate-recruitjp/image/to2.png") no-repeat bottom right / contain;
    min-width: 45px;
    max-width: 80px;
}

@media screen and (max-width: 900px) {
    #bg_r + div {
        padding-bottom: 0;
    }
}

/* about*/

#anm_about + div .heading.block_header_1 p {
    text-shadow: 2px 2px 0px var(--i_sub_color), -2px 2px 0px var(--i_sub_color), 2px -2px 0px var(--i_sub_color), -2px -2px 0px var(--i_sub_color), 2px 0px 0px var(--i_sub_color), 0px 2px 0px var(--i_sub_color), -2px 0px 0px var(--i_sub_color), 0px -2px 0px var(--i_sub_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), 7px 7px 0 var(--i_txt_color), 8px 8px 0 var(--i_txt_color);
}
#anm_about + div .heading.block_header_1 .h {
    background-color: var(--i_sub_color);
}

#anm_about + div .heading.block_header_4 {
    margin-top: 40px;
    text-align: left;
}
#anm_about + div .heading.block_header_4 .h {
    font-size: clamp(2.6rem, 2.5vw, 4.0rem) !important;
    color: var(--i_sub_color);
}

#anm_about + div .inner_item_txt p {
    font-size: 1.8rem;
    line-height: 2.1;
}

#anm_about + div,
#anm_about + div .wrapper_item {
    position: relative;
    overflow: visible;
}

#anm_about + div::before,
#anm_about + div::after,
#anm_about + div .wrapper_item::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 40vw;
    height: 100%;
}

#anm_about + div::before {
    bottom: 0;
    left: 0;
    background: url("/common/upload_data/lifegate-recruitjp/image/blbt_l_bg.png") no-repeat bottom left / contain;
    max-width: 700px;
    min-width: 220px;
}

#anm_about + div::after {
    top: 0;
    right: 0;
    background: url("/common/upload_data/lifegate-recruitjp/image/round1.png") no-repeat top right / contain;
    max-width: 250px;
    min-width: 150px;
}

#anm_about + div .wrapper_item::after {
    bottom: -180px;
    right: 5%;
    background: url("/common/upload_data/lifegate-recruitjp/image/round2.png") no-repeat bottom right / contain;
    max-width: 300px;
    min-width: 140px;
    z-index: -1;
}

#anm_about + div .inner_item.inner_item:not(:nth-of-type(2)) .inner_item_img img {
    box-sizing: border-box;
}

#anm_about + div .inner_item.inner_item:not(:nth-of-type(2)) .inner_item_img img {
    border: 2px solid var(--i_txt_color);
    border-radius: 20px;
}

@media screen and (min-width: 1151px) {
    #anm_about + div .wrapper_item {
        display: grid;
        grid-template-columns: 39% 33% 1fr;
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 0px;
        align-items: center;
    }
    #anm_about + div .wrapper_item .inner_item {
        width: auto;
    }
    #anm_about + div .wrapper_item .inner_item:nth-child(1) {
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
    }
    #anm_about + div .wrapper_item .inner_item:nth-child(2) {
        grid-area: 2 / 1 / 3 / 2;
        justify-self: end;
        align-self: end;
    }
    #anm_about + div .wrapper_item .inner_item:nth-child(3) {
        grid-area: 1 / 2 / 3 / 3;
        margin-top: 80px;
    }
    #anm_about + div .wrapper_item .inner_item:nth-child(4) {
        grid-area: 1 / 3 / 2 / 4;
        justify-self: center;
        align-self: start;
    }
    #anm_about + div .wrapper_item .inner_item:nth-child(5) {
        grid-area: 2 / 3 / 3 / 4;
        justify-self: end;
        align-self: start;
    }
    #anm_about + div .wrapper_item .inner_item .inner_item_img img {
        height: auto !important;
    }
    #anm_about + div .wrapper_item .inner_item:nth-child(1) .inner_item_img img {
        max-width: 570px;
    }
    #anm_about + div .wrapper_item .inner_item:nth-child(2) .inner_item_img img {
        max-width: 400px;
    }
    #anm_about + div .wrapper_item .inner_item:nth-child(4) .inner_item_img img {
        max-width: 220px;
        min-height: 300px;
        object-position: 65% 50%;
    }
    #anm_about + div .wrapper_item .inner_item:nth-child(5) .inner_item_img img {
        max-width: 270px;
        min-height: 330px;
        object-position: 80% 50%;
    }
    #anm_about + div .inner_item_txt p {
        font-size: 1.8rem;
        line-height: 2.5;
    }
}
@media screen and (min-width: 1601px) {
    #anm_about + div .heading.block_header_1,
    #anm_about + div .heading.block_header_6 {
        padding-left: 160px;
    }
    #anm_about + div .wrapper_item {
        margin-top: -190px;
    }
}

@media screen and (max-width: 1150px) {
    #anm_about + div .inner_item:not(:nth-of-type(3)) {
        width: 48% !important;
        align-self: end;
    }
    #anm_about + div .inner_item:nth-of-type(3) {
        width: 100% !important;
    }
    #anm_about + div .inner_item:nth-of-type(1),
    #anm_about + div .inner_item:nth-of-type(3),
    #anm_about + div .inner_item:nth-of-type(4) {
        margin-left: 0 !important;
    }
    #anm_about + div .wrapper_item .inner_item .inner_item_img img {
        height: auto !important;
    }
    #anm_about + div .wrapper_item .inner_item:nth-child(1) .inner_item_img img {
        max-width: 570px;
    }
    #anm_about + div .wrapper_item .inner_item:nth-child(2) .inner_item_img img {
        max-width: 400px;
    }
    #anm_about + div .wrapper_item .inner_item:nth-child(4) .inner_item_img img {
        max-width: 220px;
        min-height: 300px;
        object-position: 65% 50%;
    }
    #anm_about + div .wrapper_item .inner_item:nth-child(5) .inner_item_img img {
        max-width: 270px;
        min-height: 330px;
        object-position: 80% 50%;
    }

    #anm_about + div .wrapper_item::after {
        right: -40px;
        bottom: -120px;
    }
}
@media screen and (max-width: 900px) {}
@media screen and (max-width: 480px) {
    #anm_about + div .inner_item:not(:nth-of-type(3)) {
        width: 100% !important;
    }
    #anm_about + div .inner_item:nth-of-type(4) .inner_item_img {
        text-align: end;
    }
    #anm_about + div .inner_item:nth-of-type(5) .inner_item_img {
        text-align: left;
    }
    #anm_about + div .inner_item:nth-of-type(2) {
        order: 2;
    }
    #anm_about + div .inner_item:nth-of-type(3) {
        order: 1;
    }
    #anm_about + div .inner_item:nth-of-type(4),
    #anm_about + div .inner_item:nth-of-type(5) {
        display: none;
    }
}

#anm_about + div .inner_item:nth-of-type(3) .inner_item_txt {
    display: flex;
    flex-direction: column-reverse;
}

#anm_next + div .wrapper_item {
    justify-content: space-between;
}

#anm_next + div .inner_item {
    margin-left: 0 !important;
}

#anm_next + div .inner_item:first-of-type {
    width: 20% !important;
}

#anm_next + div .inner_item:first-of-type .inner_item_img img {
    height: auto !important;
    aspect-ratio: 1.2/1;
}

#anm_next + div .inner_item:nth-of-type(2) {
    width: 38%;
    margin: 60px 0 0 -10% !important;
}

#anm_next + div .inner_item:nth-of-type(2) .inner_item_img img {
    height: auto !important;
    aspect-ratio: 1.5/1;
}

#anm_next + div .inner_item:nth-of-type(3) {
    width: 43%;
    margin-top: 60px;
}

#anm_next + div .heading.block_header_4 .h {
    font-size: 4.0rem !important;
    color: var(--i_txt_color);
    line-height: 1.15;
}

#anm_next + div .time {
    font-size: 4.5rem;
    font-style: unset;
    color: var(--i_main_color);
}

#anm_next + div i:last-of-type {
    font-size: 5.2rem;
    color: var(--i_bg_color);
    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);
    font-weight: 600;
    letter-spacing: 0.2rem;
    display: inline-block;
    position: relative;
}

#anm_next + div i:last-of-type::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 40px;
    bottom: -20px;
    left: 0;
    background: url("/common/upload_data/lifegate-recruitjp/image/hd2.png") no-repeat bottom center / contain;
    z-index: -1;
}

#anm_next + div .heading + p {
    padding-top: 25px;
}

#anm_next + div {
    overflow: visible;
}

#anm_next + div::before,
#anm_next + div::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 15vw;
    height: 100%;
    bottom: 0;
    z-index: 1;
}

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

#anm_next + div::after {
    top: 350px;
    right: 0;
    background: url("/common/upload_data/lifegate-recruitjp/image/bg_r.png") no-repeat bottom right / contain;
    max-width: 250px;
    min-width: 150px;
}

#anm_next + div > .content_wrapper {
    position: relative;
}

#anm_next + div > .content_wrapper::before,
#anm_next + div > .content_wrapper::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    height: 100%;
    bottom: 0;
    z-index: 1;
}

#anm_next + div > .content_wrapper::before {
    left: 0;
    width: 15vw;
    min-width: 120px;
    max-width: 260px;
    background: url("/common/upload_data/lifegate-recruitjp/image/ps_l.png") no-repeat top left / contain;
    top: 60px;
}

#anm_next + div > .content_wrapper::after {
    right: 0;
    width: 15vw;
    min-width: 180px;
    max-width: 288px;
    background: url("/common/upload_data/lifegate-recruitjp/image/ps_r.png") no-repeat bottom right / contain;
    bottom: -180px;
}

#anm_next + div .wrapper_item {
    position: relative;
    overflow: visible;
    max-width: 1300px;
    margin: 0 auto;
}

#anm_next + div .wrapper_item::before,
#anm_next + div .wrapper_item::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    height: 100%;
    z-index: 1;
}

#anm_next + div .wrapper_item::before {
    bottom: -160px;
    left: 4vw;
    width: 15vw;
    min-width: 120px;
    max-width: 230px;
    background: url("/common/upload_data/lifegate-recruitjp/image/to3.png") no-repeat bottom left / contain;
}

#anm_next + div .wrapper_item::after {
    top: 0;
    right: 0;
    width: 3vw;
    min-width: 40px;
    max-width: 58px;
    background: url("/common/upload_data/lifegate-recruitjp/image/to4.png") no-repeat top right / contain;
}

@media screen and (max-width: 900px) {
    #anm_next + div .heading.block_header_4 .h {
        font-size: 2rem !important;
    }

    #anm_next + div .time {
        font-size: 3rem;
    }

    #anm_next + div i:last-of-type {
        font-size: 3.5rem;
    }

    #anm_next + div .inner_item:first-of-type {
        width: 30% !important;
        z-index: 1;
    }

    #anm_next + div .inner_item:nth-of-type(2) {
        width: 80% !important;
    }

    #anm_next + div .inner_item:nth-of-type(3) {
        width: 100%;
        margin-top: 30px;
    }

    #anm_next + div::after {
        top: 0;
        background-position: top right;
    }

    #anm_next + div > .content_wrapper::before {
        top: 0;
    }

    #anm_next + div .wrapper_item {
        padding-top: 150px;
    }
}

/* NEWS */

#anm_hd + .block_news_1 .heading.block_header_1 .h {
    background-color: var(--i_orange2_color);
}
#anm_hd + .block_news_1 .heading.block_header_1 p {
    text-shadow: 2px 2px 0px var(--i_orange2_color), -2px 2px 0px var(--i_orange2_color), 2px -2px 0px var(--i_orange2_color), -2px -2px 0px var(--i_orange2_color), 2px 0px 0px var(--i_orange2_color), 0px 2px 0px var(--i_orange2_color), -2px 0px 0px var(--i_orange2_color), 0px -2px 0px var(--i_orange2_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), 7px 7px 0 var(--i_txt_color), 8px 8px 0 var(--i_txt_color);
}

#anm_hd + .block_news_1 li a {
    padding: 20px 0;
}


#anm_hd + div {
    padding-bottom: 180px;
}

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

#anm_hd + div::before {
    left: 0;
    background: url("/common/upload_data/lifegate-recruitjp/image/orbt_l_bg.png") no-repeat bottom left / contain;
    min-width: 180px;
    max-width: 700px;
    z-index: 1;
}

#anm_hd + div::after {
    right: 0;
    background: url("/common/upload_data/lifegate-recruitjp/image/blbt_r_bg.png") no-repeat bottom right / contain;
    min-width: 180px;
    max-width: 700px;
}

#anm_hd + .block_news_1 > .content_wrapper::before,
#anm_hd + .block_news_1 > .content_wrapper::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    height: 100%;
    bottom: 0;
}

#anm_hd + .block_news_1 > .content_wrapper::before {
    left: 0;
    width: 20vw;
    min-width: 190px;
    max-width: 380px;
    background: url("/common/upload_data/lifegate-recruitjp/image/news_lt_p.png") no-repeat top left / contain;
    top: 0;
    z-index: -1;
}

#anm_hd + .block_news_1 > .content_wrapper::after {
    right: 0;
    width: 35vw;
    min-width: 340px;
    max-width: 630px;
    background: url("/common/upload_data/lifegate-recruitjp/image/news_bt_p.png") no-repeat bottom right / contain;
    bottom: -180px;
    z-index: 2;
}

@media screen and (max-width: 900px) {
    #anm_hd + div {
        padding-bottom: 119px;
    }
    #anm_hd + .block_news_1 > .content_wrapper {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    #anm_hd + .block_news_1 > .content_wrapper::before {
        top: -50px;
    }
    #anm_hd + .block_news_1 > .content_wrapper::after {
        bottom: -120px;
        right: 10px;
    }
}

/* 社員INTERVIEW */

#anm_hd_s + div,
#anm_hd_s + div + div {
    overflow: visible;
}
#anm_hd_s + .block_news_1.add_design14.width_full .content_wrapper > .heading {
    margin-bottom: 50px;
}

.font {
    color: var(--i_txt_color);
    text-shadow: none;
    font-style: unset;
    font-weight: 500;
    font-size: 3.5rem;
}

#anm_hd_s + div .slick-arrow:before {
    border-top: 3px solid var(--i_btn_txt_color);
    border-left: 3px solid var(--i_btn_txt_color);
    top: calc(-120% + -6px);
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
}
#anm_hd_s + div .slick-arrow:after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: calc(-120% - 20px);
    left: calc(50% - 20px);
    background: var(--i_btn_color);
    border-radius: 100px;
    z-index: -1;
}
/*中央３つ大（記事数5件以上）*/
#anm_hd_s + div.article5 .slick-next {
    left: auto;
    right: 20%;
    margin-top: -10px;
}
#anm_hd_s + div.article5 .slick-prev {
    left: 20%;
    margin-top: -10px !important;
}
#anm_hd_s + div.article5 .slick-next:before {
    left: calc(50% - 8px) !important;
}
/*中央３つ大（記事数4件）*/
#anm_hd_s + div.article4 .slick-next {
    left: auto;
    margin-top: -35px;
    right: 12%;
}
#anm_hd_s + div.article4 .slick-prev {
    left: 12%;
    margin-top: -35px !important;
}
#anm_hd_s + div.article4 .slick-next:before {
    left: calc(50% - 7px) !important;
}

/* 中央以外のスライド */
#anm_hd_s + div.article4 .slick-slide,
#anm_hd_s + div.article5 .slick-slide {
    height: auto;
    opacity: .3;
    transform: scale(.8);
    transition: opacity .5s, transform .5s;
    width: 100%;
}

/* 中央のスライド */
#anm_hd_s + div.article5 .slick-center,
#anm_hd_s + div.article5 .slick-center + .slick-active,
#anm_hd_s + div.article5 .slick-active:has(+ .slick-center),
#anm_hd_s + div.article4 .slick-center,
#anm_hd_s + div.article4 .slick-center + .slick-active,
#anm_hd_s + div.article4 .slick-active:has(+ .slick-center) {
    opacity: 1;
    transform: scale(1);
}
@media screen and (max-width: 900px) {
    #anm_hd_s + div.article5 .slick-next {
        left: auto;
        right: 18%;
        margin-top: -40px !important;
    }
    #anm_hd_s + div.article5 .slick-prev {
        margin-top: -40px !important;
    }

    #anm_hd_s + div .slick-arrow:after {
        width: 30px;
        height: 30px;
        top: calc(-120% - 15px);
        left: calc(50% - 15px);
    }
    #anm_hd_s + div .slick-arrow::before {
        border-top: 2px solid var(--i_btn_txt_color);
        border-left: 2px solid var(--i_btn_txt_color);
        top: calc(-120% + -5px);
        left: calc(50% - 3px);
        width: 8px;
        height: 8px;
    }
    #anm_hd_s + div.article5 .slick-next::before {
        left: calc(50% - 7px) !important;
    }
}

@media (max-width: 499px) {
    #anm_hd_s + div .slick-prev,
    #anm_hd_s + div.article5 .slick-prev,
    #anm_hd_s + div.article4 .slick-prev {
        left: 13vw;
    }
    #anm_hd_s + div .slick-next,
    #anm_hd_s + div.article5 .slick-next,
    #anm_hd_s + div.article4 .slick-next {
        right: 10vw;
    }
    #anm_hd_s + div .content_wrapper ul li a span {
        width: 90%;
        margin: auto;
    }
    #anm_hd_s + div.article5 .slick-center + .slick-active,
    #anm_hd_s + div.article4 .slick-center + .slick-active {
        opacity: .3;
        transform: scale(.8);
    }
    #anm_hd_s + div .heading + .add_text {
        padding: 0 20px;
    }

    #anm_hd_s + .block_news_1.add_design14 .slick-track > li,
    #anm_hd_s + .block_news_1.add_design5 .content_wrapper ul > li {
        padding: 0 2vw;
    }

}


/* 社員画像 */
#anm_hd_s + div .inner_item_img img,
#anm_hd_s + div.block_news_1.add_design14 .content_wrapper li a span img {
    height: auto !important;
    aspect-ratio: 1/1.2;
}

/* btn */
#anm_hd_s + div .contents_btn01 a {
    background: var(--i_sub_color);
    padding: 0 20px 5px !important;
}

#anm_hd_s + div .contents_btn01 a:hover {
    background: var(--i_main_color);
}

#anm_hd_s + div .contents_btn01 a span {
    line-height: 1;
    color: var(--i_bg_color);
}

#anm_hd_s + div .contents_btn01 a::before,
#anm_hd_s + div .contents_btn01 a::after {
    display: none;
}

#anm_hd_s + div.add_design5 .content_wrapper ul > li {
    border: 0 !important;
}

#anm_hd_s + div.block_news_1.add_design5 .content_wrapper li a {
    position: relative;
    min-height: auto;
    padding: 0 0 40px;
}

#anm_hd_s + .block_news_1.add_design14 .content_wrapper ul li a span {
    width: 100%;
    top: auto;
    position: relative;
}

/* システムパーツの設置 */

#anm_hd_s + .block_news_1.add_design14 .content_wrapper ul li div {
    padding: 20px 0 0 0;
    font-weight: bold;
    font-size: 2rem;
    color: var(--i_bg_color);
    width: 85%;
    left: 7.5%;
}

#anm_hd_s + .block_news_1.add_design14 .content_wrapper li div > p:first-child {
    display: none;
}

#anm_hd_s + .block_news_1.add_design14 .content_wrapper ul li div img {
    padding-top: 15px;
}

#anm_hd_s + .block_news_1.add_design14 .content_wrapper ul li a span {
    background: var(--i_bg_color);
    padding: 0 0 120%;
    border-radius: 10px;
    margin-bottom: 0;
}
#anm_hd_s + div.block_news_1.add_design14 .content_wrapper li a span img {
    border-radius: 10px;
    border: 2px solid var(--i_orange2_color);
    box-shadow: 5px 5px 0px var(--i_orange2_color);
}

#anm_hd_s + .block_news_1.add_design14 .content_wrapper li a {
    position: relative;
    padding-bottom: 50px;
}

#anm_hd_s + .block_news_1 li a > * {
    padding-left: 0;
    padding-top: 20px;
}

#anm_hd_s + .block_news_1.add_design14 .slick-track > li a::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    height: 100%;
    width: 10vw;
    min-width: 35px;
    max-width: 50px;
    bottom: 10px;
    right: 0px;
    background: url("/common/upload_data/lifegate-recruitjp/image/itvw_arrow_1.png") no-repeat bottom right / contain;
}

#anm_hd_s + .block_news_1.add_design14.width_full .content_wrapper {
    padding-top: 80px;
}
#anm_hd_s + div > .content_wrapper::before,
#anm_hd_s + div + div > .content_wrapper::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 35vw;
    min-height: 230px;
    max-height: 350px;
    z-index: -1;
}
#anm_hd_s + div > .content_wrapper::before {
    background: url("/common/upload_data/lifegate-recruitjp/image/intv1_1.png") no-repeat top left / contain;
    left: 0;
    max-height: 450px;
    top: -160px;
}

#anm_hd_s + div + div > .content_wrapper::after {
    background: url("/common/upload_data/lifegate-recruitjp/image/intv2.png") no-repeat bottom right / contain;
    right: 0;
    bottom: -150px;
}

@media screen and (max-width: 900px) {
    .font {
        font-size: 2.5rem;
    }

    #anm_hd_s + .block_news_1.add_design14 .content_wrapper ul li div {
        font-size: 2.2vw !important;
    }
    #anm_hd_s + .block_news_1.add_design14.width_full .content_wrapper {
        padding-top: 0px;
    }
    #anm_hd_s + div > .content_wrapper::before {
        top: -220px;
    }
    #anm_hd_s + div + div > .content_wrapper {
        padding-bottom: 80px;
    }

}

@media screen and (max-width: 499px) {
    #anm_hd_s + .block_news_1.add_design14 .content_wrapper ul li div {
        font-size: 1.65rem !important;
    }
    #anm_hd_s + .block_news_1.add_design14 .content_wrapper li a {
        padding-bottom: 45px;
    }
    #anm_hd_s + .block_news_1.add_design14 .content_wrapper ul li div {
        width: 90%;
        left: 5%;
    }
}

/* Company */

#anm_hd_c + div .heading.block_header_1 .h {
    background-color: var(--i_orange_color);
}
#anm_hd_c + 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), 7px 7px 0 var(--i_txt_color), 8px 8px 0 var(--i_txt_color);
}

#anm_hd_c + div .wrapper_item {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    gap: 20px 0;
    overflow: visible;
    width: 100%;
}

#anm_hd_c + div .inner_item {
    position: relative;
    width: calc(25% - 10px);
    border-radius: 20px;
    border: 2px solid var(--i_btn_color);
}

#anm_hd_c + div .inner_item::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    height: 100%;
    width: 15vw;
    min-width: 40px;
    max-width: 60px;
    bottom: 10px;
    right: 10px;
    z-index: 3;
    background: url("/common/upload_data/lifegate-recruitjp/image/itvw_arrow_1.png") no-repeat bottom right / contain;
}

#anm_hd_c + div .inner_item_txt {
    min-height: 400px;
    align-content: baseline;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}

#anm_hd_c + div .inner_item:nth-of-type(2) {
    border-color: var(--i_orange_color);
}

#anm_hd_c + div .inner_item:nth-of-type(3) {
    border-color: var(--i_main_color);
}

#anm_hd_c + div .inner_item:nth-of-type(4) {
    border-color: var(--i_green_color);
}

#anm_hd_c + div .heading.block_header_4 {
    text-align: left;
}

#anm_hd_c + div .heading.block_header_4 .h {
    color: var(--i_btn_color) !important;
    opacity: 0.8;
    font-family: "Poppins", "M PLUS 1p", sans-serif;
    font-size: clamp(3.0rem, 2.6vw, 4rem) !important;
    letter-spacing: 0.2rem;
    line-height: 1.0;
}


#anm_hd_c + div .heading.block_header_4 p {
    display: inline-block;
    color: var(--i_bg_color);
    padding: 5px 10px 0;
    font-size: clamp(2.4rem, 2.1vw, 2.7rem) !important;
    font-weight: 600;
    position: relative;
    opacity: 0;
}

#anm_hd_c + div .inner_item.act .heading.block_header_4 p:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--i_orange_color);
    animation: mask-bg2 2.6s cubic-bezier(0.8, 0, 0.170, 1);
    transform-origin: left center;
    z-index: -1;
}

#anm_hd_c + div .inner_item:nth-of-type(2) .heading.block_header_4 .h {
    color: var(--i_orange_color) !important;
}

#anm_hd_c + div .inner_item:nth-of-type(3) .heading.block_header_4 .h {
    color: var(--i_main_color) !important;
}

#anm_hd_c + div .inner_item:nth-of-type(4) .heading.block_header_4 .h {
    color: var(--i_green_color) !important;
}

#anm_hd_c + div .inner_item:nth-of-type(1) .heading.block_header_4 p {
    color: var(--i_txt_color);
}

#anm_hd_c + div .inner_item.act .heading.block_header_4 p {
    opacity: 1;
}

#anm_hd_c + div .inner_item.act:nth-of-type(1) .heading.block_header_4 p:before {
    background: var(--i_btn_color);
}

#anm_hd_c + div .inner_item.act:nth-of-type(3) .heading.block_header_4 p:before {
    background: var(--i_main_color);
}

#anm_hd_c + div .inner_item.act:nth-of-type(4) .heading.block_header_4 p:before {
    background: var(--i_green_color);
}

#anm_hd_c + div .inner_item_img,
#anm_hd_c + div .inner_item_img img {
    border-radius: 20px;
}

#anm_hd_c + div .inner_item_img img {
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

#anm_hd_c + div {
    padding-bottom: 180px;
}

#anm_hd_c + div::before,
#anm_hd_c + div::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 45vw;
    height: 100%;
    bottom: 0;
}

#anm_hd_c + div::before {
    left: 0;
    background: url("/common/upload_data/lifegate-recruitjp/image/orbt_l_bg2.png") no-repeat bottom left / contain;
    min-width: 220px;
    max-width: 700px;
    z-index: 1;
}

#anm_hd_c + div::after {
    right: 0;
    background: url("/common/upload_data/lifegate-recruitjp/image/brbt_r_bg2.png") no-repeat bottom right / contain;
    min-width: 220px;
    max-width: 700px;
}

#anm_hd_c + div > .content_wrapper::before,
#anm_hd_c + div > .content_wrapper::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    height: 100%;
}

#anm_hd_c + div > .content_wrapper::before {
    left: 0;
    width: 30vw;
    min-width: 340px;
    max-width: 530px;
    background: url("/common/upload_data/lifegate-recruitjp/image/company_bt_p.png") no-repeat bottom left / contain;
    bottom: -180px;
    z-index: 2;
}

#anm_hd_c + div > .content_wrapper::after {
    right: 0;
    width: 20vw;
    min-width: 130px;
    max-width: 420px;
    background: url("/common/upload_data/lifegate-recruitjp/image/round3.png") no-repeat top right / contain;
    top: -50px;
    z-index: -2;
}


@media screen and (max-width: 900px) {
    #anm_hd_c + div {
        padding-bottom: 140px;
    }
    #anm_hd_c + div > .content_wrapper::before {
        bottom: -140px;
    }
}

@media screen and (min-width: 481px) and (max-width: 900px) {
    #anm_hd_c + div .inner_item {
        width: calc(50% - 7.5px) !important;
    }
    #anm_hd_c + div .inner_item_txt {
        min-height: 320px;
    }
    #anm_hd_c + div .inner_item:nth-of-type(3) .inner_item_img img {
        object-position: 10% 5%;
    }
}

@media screen and (max-width: 480px) {
    #anm_hd_c + div .inner_item_txt {
        min-height: 320px;
    }
}

/* 1日のスケジュール */
a[id^="day"] + section {
    overflow: visible;
}

body:not(.edit_view) #anm_hd_d + section .heading.block_header_1 p {
    font-size: clamp(4rem, 12vw, 11rem);
    line-height: 1.1;
}

body:not(.edit_view) #anm_hd_d + section .heading.block_header_1 .h {
    margin-top: clamp(-32px, -3.6vw, -12px);
}


a[id^="day"] + section .wrapper_item {
    position: relative;
    justify-content: flex-end;
    background: var(--i_bg_color);
    max-width: 1080px;
    border-left: 3px solid var(--i_main_color);
    border-right: 3px solid var(--i_main_color);
    padding: 0 5% 20px !important;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 1;
}

a[id^="day"] + section .wrapper_item::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 2px;
    height: 100%;
    border-left: 4px dotted var(--i_sub_color);
    top: 0;
    left: calc(5% + 50px);
    z-index: -2;
}

a[id^="day"] + section .heading.block_header_2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: -10px;
}

a[id^="day"] + section .heading.block_header_2 .h {
    color: var(--i_bg_color);
    font-size: 3rem;
    width: auto;
    height: 100px;
    aspect-ratio: 1;
    background: var(--i_sub_color);
    border-radius: 50px;
    text-align: center;
    line-height: 100px;
    font-family: "Poppins", "M PLUS 1p", sans-serif;
    padding-left: 0;
}

a[id^="day"] + section .heading.block_header_2 .h::before {
    top: -10px;
    left: -10px;
    transform: none;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    border: 2px solid var(--i_sub_color);
    background: var(--i_bg_color);
    border-radius: 50%;
    z-index: -1;
}

a[id^="day"] + section .heading.block_header_2 p {
    color: var(--i_main_color);
    background: var(--i_bg_color);
    font-size: clamp(1.7rem, 2.5vw, 3rem);
    font-weight: bold;
    border-bottom: 2px solid var(--i_sub_color);
    padding-left: 18px;
    padding-bottom: 5px;
    margin-left: 2px;
    width: 100%;
    z-index: 5;
}

a[id^="day"] + section .heading + p {
    padding-left: 120px;
}

#day_ps + section .wrapper_item::before {
    top: 50px;
}

#day_ps + section .wrapper_item {
    border-top: 3px solid var(--i_main_color);
    border-radius: 25px 25px 0 0;
    padding-top: 45px !important;
}

#day_ps + section .inner_item_img {
    max-width: 310px !important;
    width: 100%;
    z-index: 6;
}

#day_ps2 + section .inner_item_img {
    max-width: 240px !important;
    width: 100%;
}

#day_ps3 + section .inner_item_img {
    max-width: 350px !important;
    width: 100%;
    position: relative;
    transform: translateY(20px);
}

#day_ps3 + section .wrapper_item {
    border-bottom: 3px solid var(--i_main_color);
    border-radius: 0 0 25px 25px;
}

#day_ps3 + section .wrapper_item::before {
    display: none;
}

a[id^="day_img"] + section .inner_item_img img {
    border: 2px solid var(--i_txt_color);
    border-radius: 5px;
    max-width: 330px !important;
    aspect-ratio: 334/223;
    object-fit: cover;
}

.sch {
    background: var(--i_sub_color);
    position: relative;
    overflow: visible;
}

.sch::before,
.sch::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 15vw;
    height: 100%;
    bottom: 0;
    opacity: 0.8;
}

.sch::before {
    top: 15%;
    left: 0;
    background: url("/common/upload_data/lifegate-recruitjp/image/round_w1.png") no-repeat top left / contain;
    min-width: 120px;
    max-width: 700px;
}

.sch::after {
    content: "ONEDAY SCHEDULE";
    width: 10vw;
    top: 5vh;
    right: -30px;
    line-height: 1;
    color: #fff;
    font-size: 11vw;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    white-space: nowrap;
    writing-mode: vertical-rl;
    /* direction: rtl; */
    opacity: 0.4;
}

.sch_in {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}

.sch_in::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 20vw;
    height: 100%;
    top: 0;
    left: 20px;
    background: url("/common/upload_data/lifegate-recruitjp/image/round_w2.png") no-repeat bottom left / contain;
    opacity: 0.8;
}

@media screen and (min-width: 901px) {
    #day_ps3 + section .inner_item_img {
        margin-top: -150px;
    }
}

@media screen and (max-width: 1600px) {
    .sch_in::before {
        width: 30vw;
        left: -20px;
    }
}

@media screen and (max-width: 900px) {
    .sch::after {
        top: 20%;
        right: -8px;
    }
    a[id^="day"] + section .wrapper_item {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    a[id^="day"] + section .wrapper_item {
        align-items: inherit !important;
    }

    #day_ps + section .wrapper_item {
        padding-top: 0 !important;
    }

    #day_ps + section .inner_item_img {
        margin: 10px auto 0;
    }

    a[id^="day"] + section .inner_item_txt {
        margin-bottom: 20px;
    }

    #day_ps3 + section > .content_wrapper {
        padding-bottom: 20px;
    }

    #day_ps3 + section .inner_item_img {
        margin: 0 auto;
    }
}

@media screen and (max-width: 900px) {
    a[id^="day"] + section .inner_item_img:has(img[src*="no_image.jpg"]) {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    a[id^="day"] + section .heading.block_header_2 .h {
        height: 70px;
        line-height: 70px;
        font-size: 1.8rem !important;
    }

    a[id^="day"] + section .heading.block_header_2 p {
        padding-left: 5px;
        margin-left: 4px;
    }

    a[id^="day"] + section .wrapper_item::before {
        left: calc(5% + 35px);
    }

    a[id^="day"] + section .heading + p {
        padding-left: 80px;
        margin-top: 20px;
    }

    #day_img4 + section .wrapper_item::after {
        bottom: 0;
        background-position: bottom right;
    }
}

/* LINE */

#anm_line + section,
#anm_line2 + section,
#anm_line2 + section .wrapper_item {
    overflow: visible;
}

#anm_line2 + section:before,
#anm_line3 + section:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: var(--i_sub_color);
    pointer-events: none;
}
#anm_line3 + section:before {
    background: var(--i_main_color);
}


/* img */
#anm_img + div {
    overflow: visible;
}
#anm_img + div > .content_wrapper {
    position: relative;
}

#anm_img + div > .content_wrapper::before,
#anm_img + div > .content_wrapper::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 35vw;
    height: 100%;
    z-index: -1;
    transform: none;
    transition: none;
}
#anm_img + div > .content_wrapper::before {
    max-height: 400px;
    min-height: 200px;
    top: -20px;
    left: 20%;
    background: url("/common/upload_data/lifegate-recruitjp/image/round4.png") no-repeat top left / contain;
}
#anm_img + div > .content_wrapper::after {
    max-height: 400px;
    min-height: 200px;
    bottom: -40px;
    right: 20%;
    background: url("/common/upload_data/lifegate-recruitjp/image/round5.png") no-repeat bottom right / contain;
}

/* 画像装飾 */
#anm_img + div .inner_item_img,
#anm_about + div .inner_item_img {
    position: relative;
    overflow: hidden;
}

#anm_img + div .inner_item_img::before,
#anm_about + div .inner_item_img::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--i_main_color);
    transform: translate(0, 100%);
}

#anm_img + div .inner_item_img img,
#anm_about + div .inner_item_img img {
    opacity: 0;
}

#anm_img + div.act .inner_item_img img,
#anm_about + div .wrapper_item.act .inner_item_img img {
    opacity: 1;
    transition: opacity 0s 1.2s;
}

#anm_img + div.act .inner_item_img::before,
#anm_about + div .wrapper_item.act .inner_item_img::before {
    animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.170, 1) 0.4s;
}


@media screen and (min-width: 769px) {
    #anm_img + div .inner_item:nth-of-type(1),
    #anm_img + div .inner_item:nth-of-type(4) {
        margin-top: 80px;
    }
}
@media screen and (max-width: 768px) {
    #anm_img + div > .content_wrapper::before {
        top: -50px;
        left: -5%;
    }
    #anm_img + div > .content_wrapper::after {
        right: -5%;
        background-position: bottom right;
    }
    #anm_img + div .inner_item:nth-of-type(1),
    #anm_img + div .inner_item:nth-of-type(3) {
        display: none;
    }
}

/* 数字で見るLifeGate */
#anm_hd_n + section {
    margin-bottom: -1px;
}

#anm_hd_n + section > .content_wrapper {
    text-align: center;
}

#anm_hd_n + section::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 100%;
    max-height: 240px;
    min-height: 27vh;
    bottom: 0;
    right: 0;
    background: url("/common/upload_data/lifegate-recruitjp/image/number_bt_p.png") no-repeat bottom right / contain;
}

a[id*="num"] + div .inner_item_img {
    text-align: center;
    margin: 0 auto 10px;
    width: 100%;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

a[id*="num"] + div .inner_item_img img {
    border-radius: 0 !important;
    border: none !important;
    height: auto !important;
    max-width: 330px;
}

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

a[id*="num"] + div .wrapper_item {
    max-width: 1200px;
    margin: 0 auto;
    background: var(--i_bg_color);
    border-left: 3px solid var(--i_sub_color);
    border-right: 3px solid var(--i_sub_color);
    padding-left: 2%;
    padding-right: 2%;
    justify-content: center;
    overflow: visible;
}

a[id*="num"] + div .heading.block_header_4 .h {
    font-size: 3rem !important;
    color: #fff;
    display: inline-block;
    padding: 5px 15px 3px;
    position: relative;
    z-index: 1;
    opacity: 0;
}
a[id*="num"] + div .inner_item.act .h {
    opacity: 1;
}
a[id*="num"] + div .inner_item.act .h::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--i_main_color);
    animation: mask-bg2 2.6s cubic-bezier(0.8, 0, 0.170, 1);
    transform-origin: left center;
    z-index: -1;
}

@keyframes mask-bg2 {
    0% {
        opacity: 0;
        transform: scaleX(0) translateX(-5%);
    }
    30% {
        opacity: 1;
        transform: scaleX(1) translateX(0);
    }
    100% {
        opacity: 1;
        transform: scaleX(1) translateX(0);
    }
}

a[id*="num"] + div .inner_item_txt {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
a[id*="num"] + div .inner_item_txt p:first-of-type {
    color: var(--i_sub_color);
    text-shadow: 3px 3px 0 var(--i_orange2_color);
    font-weight: 500;
    font-size: 4rem;
    flex-grow: 1;
    align-content: end;
}

a[id*="num"] + div .inner_item_txt p:first-of-type span.demo {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
}

a[id*="num"] + div .inner_item_txt p:first-of-type span.demo::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--i_main_color);
    transform: translate(0, 100%);
}

a[id*="num"] + div .inner_item_txt p:first-of-type span.demo span {
    font-family: "Poppins", "M PLUS 1p", sans-serif;
    font-size: 12rem;
    font-weight: bold;
    letter-spacing: 0;
    opacity: 0;
    transition: opacity 0s 0.8s;
}

a[id*="num"] + div .inner_item.act .inner_item_txt p:first-of-type span.demo::before {
    animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.170, 1);
}

a[id*="num"] + div .inner_item.act .inner_item_txt p:first-of-type span.demo span {
    opacity: 1;
}

@keyframes mask-bg {
    0% {
        transform: translate(0, 101%);
    }

    40%,
    60% {
        transform: translate(0, 0%);
    }

    100% {
        transform: translate(0, -100%);
    }
}

a[id*="num"] + div .inner_item {
    margin-left: 0 !important;
    border-bottom: 2px solid #42c2f1;
    padding: 0 10px 25px;
}

a[id*="num"] + div .inner_item:not(:last-of-type) {
    border-right: 2px solid #42c2f1;
}

#num + div {
    overflow: visible;
}

#num + div::before,
#anm_num2_2 + div::before,
#num + div::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 25vw;
    height: 100%;
}

#num + div::before,
#anm_num2_2 + div::before {
    top: 20px;
    left: 0;
    width: 15vw;
    height: 98%;
    background: url("/common/upload_data/lifegate-recruitjp/image/build_bg.png") repeat-y top left / contain;
    z-index: 1;
}

#num + div::after {
    top: 40%;
    right: 0;
    background: url("/common/upload_data/lifegate-recruitjp/image/round_w3.png") no-repeat top right / contain;
    max-width: 240px;
    min-width: 120px;
}

#num + div > .content_wrapper {
    padding-top: 1px;
}

#num + div .wrapper_item {
    border-top: 3px solid var(--i_sub_color);
    border-radius: 25px 25px 0 0;
    padding-top: 40px;
}

#num + div .inner_item {
    width: 33% !important;
}

#num + div .wrapper_item,
#num2 + div .wrapper_item {
    padding-bottom: 30px;
}

#num + div .inner_item:not(:last-of-type),
#num2 + div .inner_item:not(:last-of-type) {
    position: relative;
}

#num + div .inner_item:not(:last-of-type)::before,
#num2 + div .inner_item:not(:last-of-type)::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 15px;
    height: 15px;
    bottom: -7.5px;
    right: -7.5px;
    background: var(--i_main_color);
    border-radius: 50%;
    z-index: 1;
}

a[id^="num2"] + div .inner_item {
    width: 50% !important;
    padding-top: 20px;
    position: relative;
}

#num2 + div {
    overflow: visible;
}

#num2 + div .inner_item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
}

#num2 + div .inner_item .heading.block_header_4 {
    grid-area: 1 / 1 / 2 / 3;
}

#num2 + div .inner_item_img {
    grid-area: 2 / 2 / 2 / 2;
}

#anm_num2_2 + div {
    overflow: visible;
}

#anm_num2_2 + div .wrapper_item {
    border-bottom: 3px solid var(--i_sub_color);
    border-radius: 0 0 25px 25px;
    padding-bottom: 20px;
}

#anm_num2_2 + div .inner_item {
    position: relative;
    border-bottom: none;
}

#anm_num2_2 + div .inner_item_img img {
    max-width: 480px;
}

@media screen and (min-width: 1601px) {
    #anm_hd_n + section::before {
        right: 5%;
    }
}

@media screen and (max-width: 1400px) {
    #anm_hd_n + section .content_wrapper::before {
        left: 7vw;
    }

    #num2 + div::before {
        bottom: 0;
        height: 15vw;
    }

    #anm_num2_2 + div > .content_wrapper::after {
        bottom: -140px;
    }
}

@media screen and (max-width: 900px) {
    #anm_hd_n + section .heading.block_header_1 .font {
        color: var(--i_main_color);
        display: block;
    }

    a[id*="num"] + div .inner_item_txt p:first-of-type {
        font-size: 2rem;
    }

    a[id*="num"] + div .inner_item_txt p:first-of-type span.demo span {
        font-size: 6rem;
    }

    #num + div .inner_item,
    a[id*="num2"] + div .inner_item {
        width: 100% !important;
    }

    a[id*="num"] + div .inner_item:not(:last-of-type) {
        border-right: none;
    }

    #num + div .inner_item:not(:last-of-type)::before,
    #num2 + div .inner_item:not(:last-of-type)::before {
        display: none;
    }

    #num2 + div .inner_item {
        display: block;
    }

    #anm_num2_2 + div .inner_item:first-of-type {
        border-bottom: 2px solid #42c2f1;
    }

    a[id*="num"] + div .heading.block_header_4 .h {
        font-size: 2rem !important;
    }

    a[id*="num"] + div .inner_item {
        margin-left: 0 !important;
        border-bottom: 2px solid #42c2f1;
        padding: 20px 8%;
        margin-bottom: 0 !important;
    }

    a[id*="num"] + div.composite_box01.block_images_3:not(.col2) .inner_item:nth-of-type(2n-1):nth-last-of-type(2) {
        margin-bottom: 0 !important;
    }
    #anm_hd_n + section::before {
        background-position: 95% 50%;
        min-height: 20vh;
    }
}
@media screen and (max-width: 600px) {
    #anm_hd_n + section {
        padding-top: 70px;
    }
}
@media screen and (max-width: 480px) {
    #anm_hd_n + section::before {
        min-height: 140px;
    }
}

/* 募集要項 */
#anm_hd_des + div .heading.block_header_1 .h {
    background-color: var(--i_orange_color);
}
#anm_hd_des + div .heading.block_header_1 p {
    font-size: clamp(4rem, 10.5vw, 15rem);
    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), 7px 7px 0 var(--i_txt_color), 8px 8px 0 var(--i_txt_color);
}

#anm_hd_des + div .wrapper_item {
    background: var(--i_bg_color);
    border: 2px solid var(--i_orange_color);
    border-radius: 25px;
    position: relative;
    overflow: visible;
    width: 100%;
    max-width: 1200px;
    padding: 30px 10px;
    margin: 0 auto;
    box-sizing: border-box;
}

#anm_hd_des + div .inner_item {
    width: 100% !important;
    margin: 0 !important;
}

#anm_hd_des + div .inner_item_txt {
    display: flex;
    align-items: stretch;
    margin-top: 0;
}

#anm_hd_des + div .inner_item:not(:last-of-type) .inner_item_txt {
    border-bottom: 2px dotted var(--i_orange_color);
}

#anm_hd_des + div .heading.block_header_4 {
    width: auto;
    min-width: 200px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#anm_hd_des + div .heading.block_header_4 .h {
    margin-bottom: 0;
    color: var(--i_txt_color);
}

#anm_hd_des + div .heading.block_header_4 + p {
    color: var(--i_txt_color);
    border-left: 2px solid var(--i_orange_color);
    margin-bottom: 0;
    padding: 25px 0 25px 4%;
}

#anm_hd_des + div {
    overflow: visible;
}

#anm_hd_des + div::before,
#anm_hd_des + div::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 50vw;
    height: 100%;
}

#anm_hd_des + div::before {
    top: 0;
    left: 0;
    background: url("/common/upload_data/lifegate-recruitjp/image/orlt_bg.png") no-repeat top left / contain;
    max-width: 700px;
}

#anm_hd_des + div::after {
    content: "JOB DESCRIPTION";
    width: 10vw;
    top: 7vh;
    right: -30px;
    line-height: 1;
    color: var(--i_orange_color);
    font-size: 11vw;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    white-space: nowrap;
    writing-mode: vertical-rl;
    text-align: left;
    /* direction: rtl; */
    opacity: 0.4;
}

#anm_hd_des + div > .content_wrapper,
#anm_hd_des + div .des_in {
    position: relative;
}

#anm_hd_des + div > .content_wrapper::before,
#anm_hd_des + div > .content_wrapper::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 22vw;
    height: 100%;
    z-index: 1;
}

#anm_hd_des + div > .content_wrapper::before {
    top: 31%;
    left: 0px;
    background: url("/common/upload_data/lifegate-recruitjp/image/rct_p2.png") no-repeat top left / contain;
    min-width: 180px;
    max-width: 350px;
}

#anm_hd_des + div > .content_wrapper::after {
    bottom: 5%;
    right: 0px;
    background: url("/common/upload_data/lifegate-recruitjp/image/rct_p3.png") no-repeat bottom right / contain;
    min-width: 140px;
    max-width: 410px;
}

#anm_hd_des + div .wrapper_item::before,
#anm_hd_des + div .wrapper_item::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 22vw;
    height: 100%;

}

#anm_hd_des + div .wrapper_item::before {
    bottom: -200px;
    left: -205px;
    min-width: 170px;
    max-width: 330px;
    background: url("/common/upload_data/lifegate-recruitjp/image/round6.png") no-repeat bottom left / contain;
    z-index: -1;
}

#anm_hd_des + div .wrapper_item::after {
    top: -50px;
    right: -200px;
    background: url("/common/upload_data/lifegate-recruitjp/image/rct_p1.png") no-repeat top right / contain;
    min-width: 140px;
    max-width: 400px;
    z-index: 3;
}
@media screen and (min-width: 1201px) and (max-width: 1750px) {
    #anm_hd_des + div > .content_wrapper::before {
        width: 15vw;
    }
}
@media screen and (max-width: 1600px) {
    #anm_hd_des + div > .content_wrapper::after {
        right: 40px;
    }
    #anm_hd_des + div .wrapper_item::before {
        left: -60px;
    }
    #anm_hd_des + div .wrapper_item::after {
        right: -80px;
    }
}

@media screen and (max-width: 1300px) {
    #anm_hd_des + div > .content_wrapper {
        padding-top: 80px;
    }
    #anm_hd_des + div > .content_wrapper::before {
        background-position: top left;
        top: -60px;
        left: -10px;
    }

    #anm_hd_des + div > .content_wrapper::after {
        right: -20px;
        bottom: -30px;
        width: 20vw;
    }

    #anm_hd_des + div .wrapper_item::after {
        top: -60px;
        right: -40px;
    }
    #anm_hd_des + div {
        padding-bottom: 120px;
    }
}

@media screen and (max-width: 900px) {
    #anm_hd_des + div::after {
        top: 20%;
        right: -8px;
    }
}

@media screen and (max-width: 650px) {
    #anm_hd_des + div > .content_wrapper::before {
        top: -80px;
    }
    #anm_hd_des + div .des_in {
        padding-top: 25px;
    }
    #anm_hd_des + div .inner_item:not(:first-of-type) {
        margin-top: 20px !important;
    }

    #anm_hd_des + div .inner_item_txt {
        flex-direction: column;
    }

    #anm_hd_des + div .heading.block_header_4 + p {
        border-left: none;
    }
}

/* TOP人物ポップアップ */
#anm_hd + div > .content_wrapper::before,
#anm_hd + div > .content_wrapper::after,
#anm_hd_s + div > .content_wrapper::before,
#anm_hd_s + div + div > .content_wrapper::after,
#anm_hd_c + div > .content_wrapper::before,
#anm_hd_n + section::before,
#anm_hd_des + div > .content_wrapper::before,
#anm_hd_des + div > .content_wrapper:has(.inner_item)::after,
#anm_hd_des + div .wrapper_item::after {
    opacity: 0;
    transition: opacity 1s 0.6s, transform 1s ease-in-out 0.6s;
}

#anm_hd_des + div > .content_wrapper::before,
#anm_hd_s + div + div > .content_wrapper::after {
    transition: opacity 1s 1s, transform 1s ease-in-out 1s;
}

#anm_hd + div.act > .content_wrapper::before,
#anm_hd_s + div.act > .content_wrapper::before,
#anm_hd_s + div.act + div > .content_wrapper::after,
#anm_hd_des + div.act > .content_wrapper::before,
#anm_hd_des + div > .content_wrapper:has(.inner_item.act)::after,
#anm_hd_des + div.act .wrapper_item::after {
    opacity: 1;
    animation: popup-scale 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes popup-scale {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1.0);
    }
    80%,
    100% {
        opacity: 1;
    }
}

#anm_hd + div,
#anm_hd_c + div,
#anm_hd_n + section {
    overflow: hidden;
}
#anm_hd + div > .content_wrapper::after,
#anm_hd_c + div > .content_wrapper:has(.inner_item)::before,
#anm_hd_n + section::before {
    opacity: 0;
    transform: translateY(100px);
}

#anm_hd + div > .content_wrapper::after {
    transition: opacity 0.8s 1.4s, transform 0.8s ease-in-out 1.4s;
}

#anm_hd + div.act > .content_wrapper::after,
#anm_hd_c + div > .content_wrapper:has(.inner_item.act)::before,
#anm_hd_n + section.act::before {
    opacity: 1;
    transform: translateY(0);
    /* animation: popup-bt 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards; */
}

@keyframes popup-bt {
    0% {
        transform: translateY(40px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
    }
    80%,
    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 900px) {
    #anm_line + section > .content_wrapper::before,
    #anm_hd_des + div > .content_wrapper:has(.inner_item)::after {
        transition: opacity 1s 1.2s, transform 1s ease-in-out 1.2s;
    }
    #anm_hd_c + div > .content_wrapper::before {
        transition: opacity 1s 1.0s, transform 1s ease-in-out 1.0s;
    }
}

/* footer */
main::before,
main::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 40vw;
    height: 100%;
    bottom: 0;
    z-index: -1;
}

main::before {
    left: 0;
    background: url("/common/upload_data/lifegate-recruitjp/image/top_bgl.png") no-repeat bottom left / contain;
    min-width: 150px;
    max-width: 400px;
}

main::after {
    right: 0;
    background: url("/common/upload_data/lifegate-recruitjp/image/orrb_bg.png") no-repeat bottom right / contain;
    min-width: 250px;
    max-width: 700px;
    bottom: 0;
}