@charset "UTF-8";

@charset "UTF-8";

/* Guidance */
#g+section {
    overflow: visible;
}

#g+section::before,
#g+section::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 20vw;
    max-width: 370px;
    min-width: 180px;
    height: 100%;
    z-index: -1;
}

#g+section::before {
    top: 0;
    right: 0;
    background: url("/common/upload_data/thanks-companycom/image/g_bg2.png") no-repeat center right / contain;
}

#g+section::after {
    bottom: 0;
    left: 0;
    background: url("/common/upload_data/thanks-companycom/image/g_bg.png") no-repeat center left /contain;
}

#g+section>.content_wrapper {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
}

#g+section .inner_item_txt {
    max-width: 900px;
}

@media screen and (max-width: 900px) {
    #g+section::before {
        background-position: top right;
        top: 20px;
    }

    #g+section::after {
        background-position: bottom left;
        bottom: 20px;
    }
}

/*  私たちの強み /  就職までの流れ */
#ct2+div {
    background-image: radial-gradient(circle, var(--i_sub3_color) 1px, transparent 1px);
    background-position: 0 0 !important;
    background-size: 22px 22px !important;
    background-repeat: repeat !important;
}

#ct2+div .heading.block_header_4 .h {
    font-size: 3rem !important;
    color: var(--i_sub4_color);
}

#ct2+div .heading.block_header_4 p {
    font-size: 1.7rem !important;
}

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

    #ct2+div .heading.block_header_4 p {
        font-size: 1.5rem !important;
    }
}

#ct2+div .wrapper_item {
    justify-content: space-between;
    overflow: visible;
}

#ct2+div .inner_item {
    background: var(--i_sub2_color);
    position: relative;
    padding: 20px 20px 30px;
    width: 45%;
}

#ct2+div .inner_item::before {
    position: absolute;
    display: block;
    pointer-events: none;
    background: var(--i_hd_color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-size: clamp(4rem, 8vw, 8rem);
    writing-mode: vertical-rl;
    transform: translate(-65px, -65px);
    z-index: 1;
}

#ct2+div .inner_item:first-of-type::before {
    content: "Our Edge";
}

#ct2+div .inner_item:nth-of-type(2)::before {
    content: "Flor";
}

#ct2+div .contents_btn01 a {
    background: var(--i_btn_color);
}

#ct2+div .inner_item_img img {
    height: auto !important;
    max-width: 400px;
}

@media screen and (max-width: 680px) {
    #ct2+div .inner_item::before {
        transform: translate(-30px, -50px);
    }
}

/* 人材をお探しの企業様へ */
#sup+section::before,
#sup+section::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    height: 100%;
}

#sup+section::before {
    width: 100%;
    top: 0;
    left: 0;
    background: var(--i_grd_color);
    opacity: 0.9;
}

#sup+section .heading.block_header_1 p {
    -webkit-text-fill-color: inherit;
    background-clip: inherit;
    background: none;
}

#sup+section>.content_wrapper {
    border: 1px solid var(--i_bg_color);
    padding: 65px 20px;
    width: calc(100% - 40px);
}

#sup+section>.content_wrapper::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: -5px;
    left: -5px;
    border: 1px solid var(--i_bg_color);
}

#sup+section .contents_btn01 a {
    background: var(--i_txt_color);
}

@media screen and (min-width: 901px) {
    #sup+section {
        padding: 120px 0;
    }
}

@media screen and (max-width: 900px) {
    #sup+section {
        background-position: 40% 50% !important;
    }
}

/*  求人情報 /  転職実績紹介 */
#con2+div .heading.block_header_4 .h {
    font-size: 3rem !important;
    color: var(--i_sub_color);
}

#con2+div .heading.block_header_4 p {
    font-size: 1.7rem !important;
    color: var(--i_txt_color);
}

#con2+div .heading.block_header_4+p {
    color: var(--i_txt_color);
}

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

    #con2+div .heading.block_header_4 p {
        font-size: 1.5rem !important;
    }
}

#con2+div .wrapper_item {
    justify-content: space-between;
    overflow: visible;
}

#con2+div .inner_item {
    background: #faefd3;
    width: 49%;
    flex: initial;
    position: relative;
}

#con2+div .inner_item::before {
    position: absolute;
    display: block;
    pointer-events: none;
    background: var(--i_btn2_color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-size: clamp(4rem, 8vw, 6rem);
    left: 0;
    top: 0;
    line-height: 1.2;
    z-index: 1;
    transform: translate(18px, -15px) rotate(-5deg);
}

#con2+div .inner_item:first-of-type::before {
    content: "Careers";
}

#con2+div .inner_item:nth-of-type(2)::before {
    content: "Stories";
}

@media screen and (max-width: 800px) {
    #con2+div .wrapper_item {
        gap: 40px 0;
    }

    #con2+div .inner_item {
        width: 100% !important;
    }
}

/* 転職お役立ち情報 /  スタッフブログ */
.bl2 {
    padding: 80px 20px !important;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
}

.bl2::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-image: radial-gradient(circle, var(--i_bg_color) 1px, transparent 1px);
    background-position: 0 0 !important;
    background-size: 22px 22px !important;
    background-repeat: repeat !important;
}

.bl2 {
    display: flex;
    justify-content: center;
    background: var(--i_grd2_color);
    gap: 30px;
}

.bl2 .block_news_1 ul {
    min-width: auto;
    width: 100%;
    order: 4;
}

.bl2 .heading+.add_text {
    text-align: left;
    order: 3;
}

.bl2 .contents_btn01 {
    padding-bottom: 30px;
    padding-top: 0;
}

div[class^="f_blog"] {
    width: 100%;
    max-width: 720px;
    padding: 40px 0;
    background: var(--i_bg_color);
    box-sizing: border-box;
}

div[class^="f_blog"] a[id^="b"]+div>.content_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 5%;
}

@media screen and (max-width: 900px) {
    .bl2 {
        flex-direction: column;
        align-items: center;
    }
}

/* Our Features */
#our+section {
    background: var(--i_grd3_color);
    width: 95%;
    margin: 80px auto 0;
}

#our+section .heading.block_header_1 p {
    -webkit-text-fill-color: inherit;
    background-clip: inherit;
    background: none;
}

#our+section .contents_btn01 a {
    background: var(--i_txt_color);
}