@charset "UTF-8";

/* Interview */
.entry_header {
    display: none;
}

body:not(.index) main > :not(#common_footer) .heading.block_header_4 .h {
    font-size: 2rem !important;
    background: var(--i_main_color);
    color: #fff;
    padding: 10px 10px 10px 30px;
    margin-bottom: 10px;
}

body:not(.index) main > :not(#common_footer) .heading.block_header_1 p::after {
    width: 55px;
    background: url("/common/upload_data/lifegate-recruitjp/image/hd_obj2.png") no-repeat top center / contain;
}

article .entry_body .inner_item_img img {
    border-radius: 10px;
    border: 2px solid var(--i_txt_color);
}

a[id^="txt"] + section {
    overflow: visible !important;
}

a[id^="txt"] + section > .content_wrapper {
    background: var(--i_bg_color);
    border-left: 3px solid var(--i_sub_color);
    border-right: 3px solid var(--i_sub_color);
    padding: 0 20px 30px !important;
    width: calc(100% - 20px);
    box-shadow: 15px 10px 0 #34c7f9;
}

#txt_f + section > .content_wrapper {
    border-radius: 25px 25px 0 0;
    border-top: 3px solid var(--i_sub_color);
    margin-top: 30px;
    padding-bottom: 60px !important;
}

#txt_l + section > .content_wrapper {
    border-radius: 0 0 25px 25px;
    padding-bottom: 45px !important;
    border-bottom: 3px solid var(--i_sub_color);
}

a[id^="txt"] + section .wrapper_item,
a[id^="txt"] + section .heading.block_header_4 {
    max-width: 1000px;
    margin: 0 auto;
}

#txt_f + section .wrapper_item {
    max-width: 900px;
    align-items: flex-end;
    justify-content: center;
}

#txt_f + section .heading.block_header_2 {
    margin-bottom: 5px;
}

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

#txt_f + section .inner_item_txt p {
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}

#txt_f + section .inner_item_txt {
    background: #34c7f9;
    padding: 20px 10px 10px 40px !important;
    box-sizing: border-box;
    position: relative;
    color: var(--i_bg_color);
}

#txt_f + section .inner_item_txt::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 10px;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--i_sub_color);
}

#txt_f + section .heading.block_header_2 .h,
#txt_f + section .heading.block_header_2 p {
    padding-left: 0;
    color: var(--i_bg_color);
    font-size: clamp(1.8rem, 2vw, 2.2rem);
}

#txt_f + section .heading.block_header_2 .h img {
    width: 85%;
}

#txt_f + section .inner_item_img {
    position: relative;
    margin-top: 30px;
}

#txt_f + section .inner_item_img::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 15vw;
    min-width: 130px;
    max-width: 220px;
    height: 100%;
    bottom: -50px;
    left: -50px;
    background: url("/common/upload_data/lifegate-recruitjp/image/round4.png") no-repeat bottom left / contain;
    z-index: 3;
}

.news_single::before,
.news_single::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 6vw;
    min-width: 40px;
    height: 100%;
    bottom: 0;
    z-index: -1;
}

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

.news_single::after {
    top: 25%;
    right: 0;
    background: url("/common/upload_data/lifegate-recruitjp/image/lv_r.png") no-repeat top right / contain;
    max-width: 120px;
}

.news_single > .content_wrapper {
    max-width: none !important;
    position: relative;
}

[data-type^="multigallery"] #primary,
[data-type^="multigallery"] #sidebar,
.pager2 {
    max-width: 1200px;
    float: none;
}

[data-type^="multigallery"] #primary {
    margin: 0 auto;
}

.news_single > .content_wrapper::before,
.news_single > .content_wrapper::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 10vw;
    min-width: 40px;
    height: 100%;
    bottom: 0;
    z-index: -1;
}

.news_single > .content_wrapper::before {
    bottom: 15%;
    left: 0;
    background: url("/common/upload_data/lifegate-recruitjp/image/bg3_l.png") no-repeat bottom left / contain;
    max-width: 160px;
}

.news_single > .content_wrapper::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;
}

@media screen and (min-width: 901px) {
    #txt_f + section .inner_item_txt {
        margin-bottom: 0px;
        margin-left: -30px;
        z-index: 2;
    }
    #txt_f + section .inner_item_img {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 900px) {
    #txt_f + section .inner_item_txt {
        padding: 20px 10px 10px 30px !important;
    }
    #txt_f + section .inner_item_img::before {
        background-position: bottom right;
        left: auto;
        right: -20px;
        bottom: -30px;
    }

    body:not(.index) main > :not(#common_footer) .heading.block_header_4 .h {
        font-size: 1.8rem !important;
        padding: 5px 5px 5px 10px;
    }
}

@media screen and (max-width: 480px) {
    #txt_f + section .heading.block_header_2 .h {
        text-align: center;
    }
}