@charset "utf-8";
/*
Theme Name:GENESIS Child
Theme URI:https://tcd-theme.com/tcd103/
Description:"GENESIS" is an ideal template for corporate website and sites that introduce web services. The layout and animations are distinctive. You can create an advanced site that does not look like it was created with a template.
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.7.1
Text Domain:tcd-genesis
Template:genesis_tcd103
*/

:root {
    --main-color: #2800a0;
    --sub-color: #b6a0fa;
    --accent-color: #674ac2;
    --white-color: #FFFFFF;
    --font-color: #1A1A1A;
    --frame-color: #747474;
    --table-color: #E5E5E5;
    --bg-color: #dce0fc;

    --section-padding-m: 100px;
    --section-padding-s: 80px;
    --section-padding-inline: 100px;

    --ta-size: 80%;

    --recruitment-boxshadow: 6px 6px 10px rgba(199, 214, 226, 0.5);

    --transitioin-01: all .3s ease;
}

@media screen and (max-width: 1280px) {
    :root {
        --section-padding-m: 60px;
        --section-padding-s: 60px;
        --section-padding-inline: 60px;
    }
}

@media screen and (max-width: 820px) {
    :root {
        --section-padding-inline-sp: min(4.27vw, 20px);
        --section-padding-block-sp: min(13.34vw, 50px);
    }
}

@media screen and (max-width: 600px) {
    :root {
        --ta-size: calc(100% - min(8.54vw, 32px));
    }
}


/* display */
.d-ib {
    display: inline-block;
}

.d-b_960 {
    display: none;
}

@media screen and (max-width: 960px) {
    .d-b_960 {
        display: block;
    }
}

.d-b_820 {
    display: none;
}

@media screen and (max-width: 820px) {
    .d-b_820 {
        display: block;
    }
}


/* common */
.recruit-container {
    color: var(--font-color);
    font-family: "Noto Sans JP", sans-serif;
}

.recruit-container h2 {
    font-weight: bold;
    color: var(--main-color);
}

.recruit-container p {
    font-size: min(4.37vw, 16px);
    line-height: 2;
}

.recruit-container img:not(#footer_logo img) {
    width: 100%;
}

.flex {
    display: flex;
    align-items: center;
}

.section_title {
    &>p {
        margin-bottom: max(-3.12vw, -53px);
    }

    &>h2 {
        font-size: 40px;
        margin-bottom: min(4.71vw, 80px);
    }
}

@media screen and (max-width: 820px) {
    .section_title {
        &>p {
            margin-bottom: max(-6.67vw, -25px);
        }

        &>h2 {
            font-size: min(8.54vw, 32px);
            margin-bottom: min(8.54vw, 32px);
        }
    }
}

.subTitle {
    font-size: 32px;
    font-weight: bold;
    color: var(--accent-color);
}

@media screen and (max-width: 820px) {

    .Industry_leftColumn,
    .Industry_rightColumn,
    .company_leftColumn-c,
    .company_rightColumn-c {
        display: contents;
    }
}


/* メインビジュアル */
.mv {
    position: relative;
    margin-bottom: 24.48vw;
    padding-block: max(5.21vw, 75px) 22.76vw;

    &::before {
        content: "";
        width: 10.42vw;
        height: 100%;
        background-color: var(--main-color);
        position: absolute;
        top: 0;
        z-index: -1;
    }

    &::after {
        content: "";
        width: 10.42vw;
        height: 100%;
        background-color: var(--main-color);
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }

    & .mv_img-large {
        width: calc(100% - 10.42vw);
        position: absolute;
        bottom: -24.48vw;
    }

    & .mv_txt {
        padding-left: 10.42vw;

        &>h2 {
            font-size: max(5vw, 72px);
            line-height: 1.35;
            margin-bottom: max(1.83vw, 35px);
        }

        &>p {
            font-size: max(1.25vw, 18px);
            color: var(--main-color);
            line-height: 2;
            font-weight: 500;
        }
    }

    & .mv_img-small {
        width: 25vw;
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media screen and (max-width: 820px) {
    .mv {
        padding: 0;
        margin-bottom: 0;

        &::before,
        &::after {
            content: none;
        }

        & .mv_img-large {
            width: 100%;
            position: static;
            margin-bottom: 7.47vw;
        }

        & .mv_txt {
            width: fit-content;
            padding: 0 var(--section-padding-inline-sp);
            margin: 0 auto;

            &>h2 {
                font-size: min(10.67vw, 72px);
                margin-bottom: 7.47vw;
            }

            &>p {
                font-size: min(4.8vw, 18px);
            }
        }

        & .mv_img-small {
            display: none;
        }
    }
}


/* 業界を知る */
.Industry {
    max-width: 1700px;
    justify-content: space-between;
    padding: var(--section-padding-m) var(--section-padding-inline) 0;
    margin: 0 auto;

    & .Industry_leftColumn {
        width: 60%;

        & .Industry_title {
            &>p {
                width: min(34.3vw, 583px);
            }

            &>h2 {
                margin-bottom: min(3.53vw, 60px);
            }
        }
    }

    & .Industry_rightColumn {
        width: 35%;
    }
}

@media screen and (max-width: 820px) {
    .Industry {
        width: var(--ta-size);
        flex-direction: column;
        align-items: flex-start;
        padding: var(--section-padding-block-sp) 0 0;

        & .Industry_leftColumn {
            & .Industry_title {
                &>p {
                    width: min(71.2vw, 267px);
                }

                &>h2 {
                    margin-bottom: min(8.54vw, 32px);
                }
            }

            &>p {
                order: 2;
            }
        }

        & .Industry_rightColumn {
            & img {
                order: 1;
                margin-bottom: min(4vw, 15px);
            }
        }
    }
}


/* 会社を知る */
.company {
    max-width: 1920px;
    padding-top: var(--section-padding-s);
    margin: 0 auto;

    & .company_title {
        max-width: 1700px;
        padding-inline: var(--section-padding-inline);
        margin: 0 auto;

        &>p {
            width: min(38.53vw, 655px);
        }
    }

    & .company_flex-f {
        & .company_leftColumn {
            width: 50%;
            flex-shrink: 0;
        }

        & .company_rightColumn {
            padding-left: 100px;

            &>p {
                max-width: 760px;
                padding-right: 100px;
            }
        }
    }

    & .company_flex-l {
        justify-content: flex-end;

        & .company_leftColumn {
            width: min(100%, 860px);
            padding-inline: 100px;

            &>table {
                width: 100%;
                line-height: 2;
                border: 1px solid var(--frame-color);
                border-collapse: collapse;

                &>tbody {
                    &>tr {
                        &>th {
                            text-align: center;
                            font-weight: 500;
                            background-color: var(--table-color);
                            border: 1px solid var(--frame-color);
                            padding-block: 10px;
                        }

                        &>td {
                            width: min(21.18vw, 380px);
                            border: 1px solid var(--frame-color);
                            padding: 10px 0 10px 30px;
                        }
                    }
                }
            }
        }

        & .company_rightColumn {
            width: 50%;
            background-image: url('https://designplus.websozai.jp/demo01/wp-content/uploads/2025/11/gaiyo03-scaled.jpg');
            background-size: cover;
            background-repeat: no-repeat;
            padding: 250px 100px 250px 0;
            flex-shrink: 0;

            & .company_rightColumn-img {
                max-width: 760px;
                margin-bottom: 60px;
            }

            & .company_rightColumn-txt {
                max-width: 760px;

                &>a {
                    width: fit-content;
                    display: flex;
                    align-items: center;
                    justify-content: flex-end;
                    column-gap: 15px;
                    font-size: 22px;
                    font-weight: 500;
                    color: var(--white-color);
                    margin-left: auto;

                    &>span {
                        width: min(16vw, 60px);
                        height: min(16vw, 60px);
                        background-color: var(--white-color);
                        border: 1px solid var(--white-color);
                        border-radius: 50%;
                        position: relative;
                        transition: var(--transitioin-01);

                        &::after {
                            content: "";
                            width: min(3.2vw, 12px);
                            height: min(5.34vw, 20px);
                            background-image: url('https://designplus.websozai.jp/sugipl/wp-content/uploads/2024/12/recruit_triangle01.png');
                            background-repeat: no-repeat;
                            background-size: contain;
                            position: absolute;
                            top: 50%;
                            left: 56%;
                            transform: translate(-50%, -50%);
                        }
                    }
                }
            }
        }

        & .company_rightColumn-overview.hover_isActive {
            & .company_rightColumn-txt {
                &>a {
                    &>span {
                        background-color: transparent;

                        &::after {
                            background-image: url('https://designplus.websozai.jp/sugipl/wp-content/uploads/2024/12/recruit_triangle02.png');
                        }
                    }
                }
            }
        }
    }

    & h3 {
        margin-bottom: min(20px, 1.77vw, 30px);
    }
}

@media screen and (max-width: 1366px) {
    .company {
        & .company_flex-f {
            & .company_rightColumn {
                padding-left: 60px;

                &>p {
                    padding-right: 60px;
                }
            }
        }

        & .company_flex-l {
            & .company_leftColumn {
                padding-inline: 60px;
            }

            & .company_rightColumn {
                padding-right: 60px;
            }
        }
    }
}

@media screen and (max-width: 1279px) {
    .company {
        & .company_flex-f {
            align-items: flex-start;
            margin-bottom: min(8vw, 50px);

            & .company_leftColumn {
                width: 40%;
            }
        }

        & .company_flex-l {
            flex-direction: column;
            align-items: flex-start;

            & .company_leftColumn {
                width: min(100%, 780px);
                margin: 0 auto min(8vw, 30px);

                &>h3 {
                    text-align: center;
                }

                &>table {
                    &>tbody {
                        &>tr {
                            &>td {
                                width: min(65.34vw, 380px);
                            }
                        }
                    }
                }
            }

            & .company_rightColumn {
                width: 100%;
                height: 200px;
                display: flex;
                justify-content: center;
                align-items: center;
                background-image: url('https://designplus.websozai.jp/demo01/wp-content/uploads/2025/11/gaiyo04-scaled.jpg');
                padding: 0;

                & .company_rightColumn-img {
                    display: none;
                }

                &>a {
                    padding-right: 0;
                }
            }
        }
    }
}

@media screen and (max-width: 820px) {
    .company {
        padding-top: var(--section-padding-block-sp);

        & .company_title {
            width: var(--ta-size);
            padding-inline: 0;

            &>p {
                width: min(80vw, 300px);
            }
        }

        & .company_flex-f {
            width: var(--ta-size);
            flex-direction: column;
            align-items: center;
            row-gap: min(5.34vw, 20px);
            margin: 0 auto min(8vw, 30px);

            & .company_leftColumn {
                &>img {
                    order: 1;
                }
            }

            & .company_rightColumn {
                &>h3 {
                    order: 0;
                    margin-bottom: 0;
                }

                &>p {
                    order: 2;
                    padding-right: 0;
                }
            }
        }

        & .company_flex-l {
            & .company_leftColumn {
                width: var(--ta-size);
                padding-inline: 0;
                margin: 0 auto min(8vw, 30px);

                &>h3 {
                    text-align: center;
                    margin-bottom: min(5.34vw, 20px);
                }

                &>table {
                    font-size: min(4.27vw, 16px);

                    &>tbody {
                        &>tr {
                            &>td {
                                padding-left: min(2.67vw, 10px);
                            }
                        }
                    }
                }
            }
        }

        & h3 {
            font-size: min(5.34vw, 20px);
        }
    }
}


/* 事業内容を知る */
.business {
    padding-block: var(--section-padding-m);

    & .section_title {
        max-width: 1700px;
        padding-inline: var(--section-padding-inline);
        margin: 0 auto;

        &>p {
            width: min(35.65vw, 606px);
            margin-bottom: max(-5.34vw, -20px);
        }
    }

    & .business_flex {
        max-width: 1920px;
        align-items: stretch;
        margin: 0 auto clamp(20px, 3.13vw, 60px);

        & .flex_box {
            width: calc(100% / 3);
            border-top: 1.6px solid var(--frame-color);
            border-bottom: 1.6px solid var(--frame-color);
            border-left: 1.6px solid var(--frame-color);

            &:last-of-type {
                border-right: 1.6px solid var(--frame-color);
            }

            & .business_box-txt {
                padding: clamp(20px, 1.57vw, 30px);

                &>h3 {
                    font-size: 24px;
                    font-weight: 500;
                    text-align: center;
                    margin-bottom: clamp(10px, 1.05vw, 20px);
                }
            }
        }
    }

    &>.business_button {
        max-width: 1920px;
        margin: 0 auto;

        &>a {
            width: fit-content;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            font-size: 22px;
            font-weight: 500;
            color: var(--main-color);
            column-gap: 15px;
            padding-right: min(10.42vw, 200px);
            margin-left: auto;

            &>span {
                width: min(16vw, 60px);
                height: min(16vw, 60px);
                background-color: var(--main-color);
                border: 1px solid var(--main-color);
                border-radius: 50%;
                position: relative;
                transition: var(--transitioin-01);

                &::after {
                    content: "";
                    width: min(3.2vw, 12px);
                    height: min(5.34vw, 20px);
                    background-image: url('https://designplus.websozai.jp/sugipl/wp-content/uploads/2024/12/recruit_triangle02.png');
                    background-repeat: no-repeat;
                    background-size: contain;
                    position: absolute;
                    top: 50%;
                    left: 56%;
                    transform: translate(-50%, -50%);
                }
            }

            &:hover {
                &>span {
                    background-color: var(--white-color);

                    &::after {
                        background-image: url('https://designplus.websozai.jp/sugipl/wp-content/uploads/2024/12/recruit_triangle01.png');
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 1279px) {
    .business {
        & .business_flex {
            flex-wrap: wrap;
            margin-inline: 60px;

            & .flex_box {
                width: calc(100% / 2);

                &:first-of-type {
                    border-bottom: none;
                }

                &:nth-of-type(2) {
                    border-right: 1.6px solid var(--frame-color);

                }
            }
        }
    }
}

@media screen and (max-width: 820px) {
    .business {
        & .section_title {
            width: var(--ta-size);
            padding-inline: 0;

            &>p {
                width: min(73.87vw, 277px);
            }
        }

        & .business_flex {
            width: var(--ta-size);
            flex-direction: column;
            border: 1.6px solid var(--frame-color);
            margin-inline: auto;

            & .flex_box {
                width: 100%;
                border: none;

                &:nth-of-type(2),
                &:last-of-type {
                    border: none;
                }

                &:not(:last-of-type) {
                    border-bottom: 1.6px solid var(--frame-color);
                }

                & .business_box-txt {
                    &>h3 {
                        font-size: min(5.34vw, 20px);
                    }
                }
            }
        }

        &>.business_button {
            &>a {
                padding-right: 0;
                margin: 0 auto;
            }
        }
    }
}


/* 社員の声 */
.member {
    background-color: var(--main-color);
    padding-block: var(--section-padding-m);

    & .section_title {
        max-width: 1700px;
        padding-inline: var(--section-padding-inline);
        margin: 0 auto;

        &>p {
            width: min(33.53vw, 570px);
            margin-bottom: max(-5.34vw, -20px);
        }

        &>h2 {
            color: var(--white-color);
        }
    }

    & .member_button {
        max-width: 1920px;
        margin: 0 auto;

        &>a {
            width: fit-content;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            font-size: 22px;
            font-weight: 500;
            color: var(--white-color);
            column-gap: 15px;
            padding-right: min(10.42vw, 200px);
            margin-left: auto;

            &>span {
                width: min(16vw, 60px);
                height: min(16vw, 60px);
                background-color: var(--white-color);
                border: 1px solid var(--white-color);
                border-radius: 50%;
                position: relative;
                transition: var(--transitioin-01);

                &::after {
                    content: "";
                    width: min(3.2vw, 12px);
                    height: min(5.34vw, 20px);
                    background-image: url('https://designplus.websozai.jp/sugipl/wp-content/uploads/2024/12/recruit_triangle01.png');
                    background-repeat: no-repeat;
                    background-size: contain;
                    position: absolute;
                    top: 50%;
                    left: 56%;
                    transform: translate(-50%, -50%);
                }
            }

            &:hover {
                &>span {
                    background-color: transparent;

                    &::after {
                        background-image: url('https://designplus.websozai.jp/sugipl/wp-content/uploads/2024/12/recruit_triangle02.png');
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 820px) {
    .member {
        & .section_title {
            width: var(--ta-size);
            padding-inline: 0;

            &>p {
                width: min(69.34vw, 260px);
            }
        }

        & .member_button {
            &>a {
                padding-right: 0;
                margin: 0 auto;
            }
        }
    }
}

.member_post-container {
    max-width: 1920px;
    margin: 0 auto;
}

.member_post {
    width: min(calc(100% - var(--section-padding-inline)), 1720px);
    margin-inline: auto 0;
}

.member_post-wrapper {
    max-width: 1700px
}

.member_staff {
    height: auto;
    padding-right: min(2.6vw, 50px);
}

.member_staff>a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--white-color);
    border-radius: 10px;
}

.member_staff>a:hover {
    color: var(--font-color) !important;
}

.member_staff-img {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.member_staff-img img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: min(14.59vw, 280px);
    transition: var(--transitioin-01);
}

.member_staff>a:hover .member_staff-img img {
    transform: scale(1.2);
}

.member_staff-content {
    position: relative;
    padding: 30px;
}

.category-name {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 184px;
    font-size: min(5.34vw, 20px) !important;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    padding-block: 5px;
    background-color: var(--white-color);
    border-top: 3px solid var(--main-color);
}

.member_staff-content>h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.member_prevButton {
    display: flex;
    column-gap: min(5.34vw, 20px);
    width: fit-content;
    margin: 50px min(10.42vw, 200px) 25px auto;
    padding-block: 15px;
    border-top: 1px solid var(--white-color);
    border-bottom: 1px solid var(--white-color);
}

.member_prevButton .swiper-button-prev,
.member_prevButton .swiper-button-next {
    position: relative;
    width: 60px;
    height: 60px;
    top: auto;
    right: auto;
    left: auto;
    border: solid 1px var(--white-color);
    border-radius: 50%;
    margin-top: 0;
}

.member_prevButton .swiper-button-prev::after,
.member_prevButton .swiper-button-next::after {
    content: "";
    width: 12px;
    height: 20px;
    background-image: url('https://designplus.websozai.jp/sugipl/wp-content/uploads/2024/12/recruit_triangle02.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 56%;
    transform: translate(-50%, -50%);
}

.member_prevButton .swiper-button-prev::after {
    left: auto;
    right: 56%;
    transform: scale(-1, 1) translate(-50%, -50%);
}

@media screen and (max-width: 1279px) {
    .member_staff-img img {
        height: min(48vw, 220px);
    }
}

@media screen and (max-width: 820px) {
    .member_prevButton {
        margin: 20px auto;
    }

    .member_prevButton .swiper-button-prev,
    .member_prevButton .swiper-button-next {
        width: min(12vw, 45px);
        height: min(12vw, 45px);
    }
}

@media screen and (max-width: 600px) {
    .member_post {
        width: calc(100% - 15%);
    }

    .member_staff-content {
        padding: 10px;
    }

    .category-name {
        width: auto;
        padding: 0 min(5.34vw, 20px);
    }

    .member_staff-content>h3 {
        font-size: min(4.8vw, 18px);
    }
}


/* 数字でわかるスギヤマプラスチック */
.number {
    max-width: 1700px;
    padding: var(--section-padding-m) var(--section-padding-inline);
    margin: 0 auto;

    & .section_title {
        &>p {
            width: min(33.06vw, 562px);
            margin-bottom: max(-5.34vw, -20px);
        }
    }

    & .grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: min(2.95vw, 53px);

        & .grid_box {
            border-radius: 10px;
            box-shadow: var(--recruitment-boxshadow);

            & .grid_box-top {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                height: min(11.77vw, 200px);
                background-color: var(--bg-color);
                border-radius: 10px 10px 0 0;

                &>img {
                    width: 53% !important;
                }
            }

            & .grid_box-bottom {
                text-align: center;
                padding: min(1.77vw, 30px) min(1.177vw, 20px);

                &>h3 {
                    font-size: min(1.177vw, 20px);
                    font-weight: 500;
                    line-height: 1.6;
                    border: 1px solid var(--font-color);
                    border-radius: 120px;
                    padding: 5px min(2.67vw, 10px);
                }

                &>p:first-of-type,
                .gird_box-txt {
                    font-size: min(1.89vw, 32px);

                    &>span {
                        font-size: min(3.77vw, 64px);
                        font-weight: 500;
                    }
                }

                &>p.gird_box-txt {
                    line-height: 1;
                    margin-top: -10px;
                }
            }
        }
    }
}

@media screen and (max-width: 820px) {
    .number {
        width: var(--ta-size);
        padding-inline: 0;

        & .section_title {
            padding-inline: 0;

            &>p {
                width: min(68.53vw, 257px);
            }
        }

        & .grid {
            grid-template-columns: 1fr 1fr;
            gap: min(4vw, 15px);

            & .grid_box {
                & .grid_box-top {
                    height: 25vw;

                    &>img {
                        width: 56% !important;
                    }
                }

                & .grid_box-bottom {
                    padding: min(2.67vw, 10px);

                    &>h3 {
                        font-size: min(4.27vw, 16px);
                        width: fit-content;
                        margin: 0 auto min(2.67vw, 10px);
                    }

                    &>p:first-of-type,
                    .gird_box-txt {
                        font-size: min(5.34vw, 16px);
                        line-height: 1.6;
                        margin-bottom: min(2.67vw, 10px);

                        &>span {
                            font-size: min(8.54vw, 32px);
                            line-height: 1;
                        }
                    }

                    &>p:last-of-type {
                        font-size: min(3.74vw, 14px);
                        line-height: 1;
                    }
                }
            }
        }
    }
}


/* 採用情報 */
.recruitment {
    & .section_title {
        max-width: 1700px;
        padding-inline: var(--section-padding-inline);
        margin: 0 auto;

        &>p {
            width: min(27.3vw, 464px);
            margin-bottom: max(-5.34vw, -20px);
        }
    }

    & .recruitment_content {
        max-width: 1920px;
        padding-inline: var(--section-padding-inline);
        position: relative;

        &>h3 {
            text-align: center;
            margin-bottom: 60px;
        }
    }

    & .recruit_occupation {
        margin: 0 auto 180px;

        &::before {
            content: "";
            width: min(75vw, 1440px);
            height: 267px;
            background-color: var(--bg-color);
            position: absolute;
            top: 18px;
            right: 0;
            z-index: -1;

        }

        &>ul {
            max-width: 1240px;
            display: flex;
            align-items: center;
            justify-content: center;
            column-gap: 13.5%;
            background-color: var(--white-color);
            font-size: 22px;
            line-height: 2.7;
            font-weight: 500;
            padding-block: 20px 20px;
            margin: 0 auto;
            position: relative;
            box-shadow: var(--recruitment-boxshadow);

            &::before {
                content: "";
                width: 100%;
                height: 10px;
                background-color: var(--main-color);
                position: absolute;
                top: 0;
            }
        }
    }

    & .recruit_flow {
        margin: 0 auto 215px;

        &::before {
            content: "";
            width: min(75vw, 1440px);
            height: 1049px;
            background-color: var(--bg-color);
            position: absolute;
            top: 18px;
            left: 0;
            z-index: -1;
        }

        &>ol {
            max-width: 1240px;
            margin: 0 auto;

            &>li {
                width: 100%;
                height: 120px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                row-gap: min(4vw, 15px);
                background-color: var(--white-color);
                padding-left: 8%;
                position: relative;
                box-shadow: var(--recruitment-boxshadow);

                &:not(:last-of-type) {
                    margin-bottom: 60px;
                }

                &::before {
                    content: "";
                    width: 10px;
                    height: 100%;
                    background-color: var(--main-color);
                    position: absolute;
                    left: 0;
                }

                &>p {
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 1;
                    color: var(--main-color);
                }

                &>div {
                    display: flex;
                    align-items: center;
                    column-gap: 9.5%;

                    &>h4 {
                        font-size: 28px;
                        font-weight: 500;
                        white-space: nowrap;
                    }
                }
            }
        }
    }

    & .recruitment_description {
        margin: 0 auto 200px;

        &::before {
            content: "";
            width: min(75vw, 1440px);
            height: calc(100% - 18px);
            background-color: var(--bg-color);
            position: absolute;
            right: 0;
            bottom: 0;
            z-index: -1;
        }

        &>div {
            max-width: 1520px;
            background-color: var(--white-color);
            margin: 0 auto;
            padding: 80px 8.5%;
            box-shadow: -6px 6px 10px rgba(199, 214, 226, 0.5);
            position: relative;

            &::before {
                content: "";
                width: 100%;
                height: 10px;
                background-color: var(--main-color);
                position: absolute;
                top: 0;
                left: 50%;
                transform: translateX(-50%);
            }

            &>table {
                width: 100%;
                border: 1px solid var(--frame-color);
                border-collapse: collapse;

                &>tbody {
                    &>tr {
                        &>th {
                            width: 25%;
                            text-align: center;
                            font-size: 20px;
                            line-height: 2;
                            font-weight: 500;
                            background-color: var(--table-color);
                            border: 1px solid var(--frame-color);
                            padding-block: 20px;
                            white-space: nowrap;
                        }

                        &>td {
                            font-size: 18px;
                            line-height: 2.2;
                            padding: 20px 0 20px 2.4%;
                            border: 1px solid var(--frame-color);
                        }
                    }
                }
            }
        }
    }

}

@media screen and (max-width: 1023px) {
    .recruitment {
        & .recruit_flow {
            &>ol {
                &>li {
                    &>div {
                        align-items: flex-start;
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 820px) {
    .recruitment {
        & .section_title {
            width: var(--ta-size);
            padding-inline: 0;

            &>p {
                width: min(56.54vw, 212px);
                margin-bottom: max(-5.34vw, -20px);
            }
        }

        & .recruitment_content {
            &>h3 {
                font-size: min(5.34vw, 20px);
                margin-bottom: min(5.34vw, 20px);
            }
        }

        & .recruit_occupation {
            padding-inline: 0;
            margin-bottom: min(16vw, 60px);

            &::before {
                height: min(52.54vw, 197px);
                top: min(2.67vw, 10px);
            }

            &>ul {
                width: var(--ta-size);
                flex-direction: column;
                row-gap: min(4vw, 15px);
                line-height: 1.2;
                font-size: min(4.8vw, 18px);
                padding-block: min(5.34vw, 20px);

                &::before {
                    height: min(2.67vw, 10px);
                }
            }
        }

        & .recruit_flow {
            padding-inline: 0;
            margin-bottom: min(18.67vw, 60px);

            &::before {
                height: calc(100% + min(5.34vw, 20px));
                top: min(2.67vw, 10px);
            }

            &>ol {
                width: var(--ta-size);

                &>li {
                    height: auto;
                    padding: min(5.34vw, 20px);

                    &:not(:last-of-type) {
                        margin-bottom: min(9.6vw, 36px);
                    }

                    &>div {
                        flex-direction: column;
                        row-gap: min(4vw, 15px);

                        &>h4 {
                            font-size: min(5.34vw, 20px);
                            ;
                        }
                    }
                }
            }
        }

        & .recruitment_description {
            padding-inline: 0;
            margin-bottom: min(18.67vw, 60px);

            &::before {
                top: min(2.67vw, 10px);
                bottom: auto;
                height: calc(100% - min(2.67vw, 10px) + min(5.34vw, 20px));
            }

            &>div {
                width: var(--ta-size);
                padding: min(8vw, 30px) min(2.67vw, 10px);

                &>table {
                    &>tbody {
                        &>tr {
                            &>th {
                                font-size: min(4.27vw, 16px);
                                line-height: 1.6;
                                padding: min(2.67vw, 10px) min(1.34vw, 5px);
                            }

                            &>td {
                                font-size: min(4.27vw, 16px);
                                line-height: 1.6;
                                padding: min(2.67vw, 10px) min(1.34vw, 5px);
                            }
                        }
                    }
                }
            }
        }
    }
}


/* 採用情報CTA */
.CTA {
    color: var(--white-color);
    transition: all 1s ease-in;
    background-image: url('https://designplus.websozai.jp/sugipl/wp-content/uploads/2024/12/recruit_recruitment_img02.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;

    &>a {
        display: block;
        padding: min(12vw, 230px) var(--section-padding-inline) min(7.82vw, 150px);

        &::after {
            content: "";
            width: 100%;
            height: 100%;
            background-color: var(--main-color);
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: -1;
            transition: var(--transitioin-01);
        }

        & .CTA-container {
            max-width: 1520px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin: 0 auto;

            &>div:first-of-type {
                &>h2 {
                    color: var(--white-color);
                    font-size: 64px;
                    font-weight: bold;
                    margin-bottom: 16px;
                }

                &>p:first-of-type {
                    font-size: 36px;
                    font-weight: bold;
                    line-height: 1.6;
                    color: var(--white-color);
                    margin-bottom: 40px;
                }

                &>p:last-of-type {
                    font-weight: bold;
                    color: var(--white-color);
                }
            }

            &>div:last-of-type {
                &>span {
                    display: block;
                    width: 120px;
                    height: 120px;
                    border: 1px solid var(--white-color);
                    border-radius: 50%;
                    position: relative;
                    transition: var(--transitioin-01);

                    &::after {
                        content: "";
                        width: min(3.2vw, 12px);
                        height: min(5.34vw, 20px);
                        background-image: url('https://designplus.websozai.jp/sugipl/wp-content/uploads/2024/12/recruit_triangle02.png');
                        background-repeat: no-repeat;
                        background-size: contain;
                        position: absolute;
                        top: 50%;
                        left: 53%;
                        transform: translate(-50%, -50%);
                    }
                }
            }
        }

        &:hover {
            &::after {
                background-color: transparent;
            }

            & .CTA-container {
                &>div:last-of-type {
                    &>span {
                        background-color: var(--white-color);

                        &::after {
                            background-image: url('https://designplus.websozai.jp/sugipl/wp-content/uploads/2024/12/recruit_triangle01.png');
                        }
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 820px) {
    .CTA {
        &>a {
            padding: min(13.34vw, 50px) 0;

            & .CTA-container {
                width: var(--ta-size);
                flex-direction: column;
                align-items: flex-start;
                row-gap: min(9.34vw, 35px);

                &>div:first-of-type {
                    &>h2 {
                        font-size: min(10.67vw, 40px);
                        margin-bottom: min(4vw, 15px);
                    }

                    &>p:first-of-type {
                        font-size: min(6.4vw, 24px);
                        margin-bottom: min(6.67vw, 25px);
                    }

                    &>p:last-of-type {
                        font-weight: 400;
                    }
                }

                &>div:last-of-type {
                    width: 100%;

                    &>span {
                        width: min(21.34vw, 80px);
                        height: min(21.34vw, 80px);
                        margin-left: auto;
                    }
                }
            }
        }

    }
}