@charset "UTF-8";

/* ----------------------
    ress.min.css
----------------------- */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%
}

*,
:after,
:before {
    background-repeat: no-repeat;
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    padding: 0;
    margin: 0
}

audio:not([controls]) {
    display: none;
    height: 0
}

hr {
    overflow: visible
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden],
template {
    display: none
}

abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

input {
    border-radius: 0
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer
}

[disabled] {
    cursor: default
}

[type=number] {
    width: auto
}

[type=search] {
    -webkit-appearance: textfield
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    resize: vertical
}

button,
input,
optgroup,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button {
    overflow: visible
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: 0;
    padding: 0
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=reset],
[type=submit],
button,
html [type="button"] {
    -webkit-appearance: button
}

button,
select {
    text-transform: none
}

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

select::-ms-expand {
    display: none
}

select::-ms-value {
    color: currentColor
}

legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

img {
    border-style: none
}

progress {
    vertical-align: baseline
}

svg:not(:root) {
    overflow: hidden
}

audio,
canvas,
progress,
video {
    display: inline-block
}

@media screen {
    [hidden~=screen] {
        display: inherit
    }

    [hidden~="screen"]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important
    }
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled] {
    cursor: default
}

::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

/* ----------------------
    Values
----------------------- */
:root {
    --width_max_contents: 1200px;
    --width_max_btn: 640px;

    --bg_color_gray: #F3F3F3;
    --bg_color_gradation: linear-gradient(180deg, #001689 0%, #00806E 100%);
    --bg_color_bule: linear-gradient(180deg, #08102b 0%, #051239 100%);
    #0a1923 --box_shadow1: rgba(99, 99, 99, 0.1) 0px 0px 6px 0px;

    --color_jc_navy: #001689;
    --color_jc_blue: #303AB2;
    --color_jc_green: #d79962;
    --color_jc_gold: #B37A3F;
    --olor_jc_red: #4d0202;
    --olor_jc_brown: #a57c02;

    --text_black: #333333;

    --bg_cvbtn: linear-gradient(103deg, #007AA1 0%, #00BC70 100%);
    --bg_cvbtn2: linear-gradient(103deg, #00BC70 0%, #007AA1 100%);
    --bg_cvbtn3: linear-gradient(103deg, #a40505 0%, #5e0202 100%);
}

@media screen and (max-width: 767px) {
    :root {
        --width_max_contents: 100%;
        --width_max_btn: 80%;
    }
}

/* ----------------------
    Base Style
----------------------- */
html {
    font-size: 62.5%;
}

body {
    font-family: 'Noto Sans JP', sans-serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Tahoma, Verdana, Arial, Verdana, sans-serif;
    -webkit-font-feature-settings: "pkna" 1;
    font-feature-settings: "pkna" 1;
    color: var(--text_black);
    font-size: 1.8rem;
    line-height: 1.6;
    /*  overflow: hidden; */
}

img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 1.6rem;
    }
}

/* ----------------------
    Responsive
----------------------- */
.pc_show {
    display: block;
}

.br_pc {
    display: block;
}

@media screen and (max-width: 767px) {
    .pc_show {
        display: none;
    }

    .br_pc {
        display: none;
    }
}

.sp_show {
    display: none;
}

.br_sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .sp_show {
        display: block;
    }

    .br_sp {
        display: block;
    }
}

/* ----------------------
    Text Style
----------------------- */
h2 {
    font-size: 4.0rem;
    font-size: clamp(3.2rem, 0.5rem + 6vw, 4.0rem);
    font-weight: 700;
}

h3 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 14px;
    line-height: 41px;
}

h4 {
    font-size: 2.0rem;
    font-size: clamp(1.6rem, 0.5rem + 1.5vw, 2.0rem);
    font-weight: 700;
}


p {
    font-weight: 300;
}

@media screen and (min-width: 769px) {
    p {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 768px) {
    p {
        font-size: 1.4rem;
    }
}

a,
a:visited {
    text-decoration: none;
    color: #333;
}

a:not(.cv_btn):hover,
a:not(.cv_btn):active {
    text-decoration: none;
    opacity: 0.7;
}

ol,
ul {
    list-style: none;
}

@media screen and (min-width: 769px) {
.text_smaller {
    font-size: 60%;
}
}

@media screen and (max-width: 769px) {
    .text_smaller {
        font-size: 33%;
    }
    }

.text_narrow {
    letter-spacing: -0.9vw;
}

.c_note {
    font-size: 1.2rem;
    font-weight: 400;
}

/* ----------------------
    Common Parts
----------------------- */
section {
    width: 100%;
    padding: 8vh 0;
}

@media screen and (max-width: 1200px) {
    section {
        padding: 6vh 6vw;
    }
}

section h4 {
    text-align: center;
    margin-bottom: 4vh;
}

.inner_block {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

section.bg_dark {
 /*   color: #fff; */
    background-color: var(--color_jc_navy);
}

.bg_dark a,
.bg_dark a:visited {
    color: #fff;
    /* opacity: 0.8; */
}

.bg_dark a:hover,
.bg_dark a:active {
    color: #fff;
 /*   text-decoration: underline; */
}

/* 見出し */
.sec_title {
    text-align: center;
    /*   margin-bottom: 8vh; */
}

.sec_title .eng {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--olor_jc_brown);
    letter-spacing: 0.2rem;
    line-height: 1;
    margin-bottom: 2vh;
}

.sec_title h3 {
    display: inline-block;
}

.sec_title .outline {
    margin-top: 3vh;
    font-weight: 500;
    line-height: 2;
}

.sec_title .top_outline {
    line-height: 2;
    margin-bottom: 4vh;
}

@media screen and (max-width: 767px) {
    .sec_title .outline p {
        font-size: 1.4rem;
    }
}

/*
.deco_uline {
    display: inline-block;
    border-bottom: 1.5px solid var(--color_jc_green);
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
} */

.deco_circle {
    /*  background: url(../img/deco_hw_circle.png) no-repeat center center; */
    background-size: contain;
    padding: 2rem 0 3rem;
}

/* 横スクロール
------------------------------ */

#container {
    overflow: hidden;
}

.scroll_mouse {
    /* overflow-x: auto; */
}

.scrollx_guide {
    position: relative;
    width: 120px;
    margin: 16px 0 24px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: baseline;
}

.scrollx_guide.btm {
    margin: 32px 0 0;
}

.scrollx_guide .text {
    font-size: 1.2rem;
    color: #909090;
    margin-right: 8px;
    letter-spacing: 0.1rem;
}

.scrollx_guide .line01 {
    width: 100%;
    height: 1px;
    background-color: #909090;
}

.scrollx_guide .line02 {
    position: absolute;
    top: 14px;
    right: 0;
    transform-origin: right bottom;
    width: 12px;
    height: 1px;
    background-color: #909090;
    transform: rotate(45deg);
}

/* スクロールバー
------------------------------ */
::-webkit-scrollbar {
    margin: 0 40px;
    height: 8px;
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #d1d1d1;
    border-radius: 50px;
}

::-webkit-scrollbar-track {
    background: inherit;
    box-shadow: none;
}

::-webkit-scrollbar-track {
    border-radius: 6px;
}

.bg_dark ::-webkit-scrollbar-thumb {
    background-color: var(--color_jc_blue);
}

/* CVボタン
----------------------- */
.cv_btn {
    position: relative;
    display: inline-block;
    color: #fff;
    width: auto;
    max-width: 486px;
    padding: 2rem 0;
    background-image: var(--bg_cvbtn);
    box-shadow: 0 4px 0 var(--olor_jc_red);
    border-radius: 4px;
 /*   transition: all 0.6s ease-out; */
    background: #8d0303;
}

.cv_btn,
.cv_btn:visited,
.cv_btn:active
{
    color: #fff;
    /* opacity: 0.7; */
}

.cv_btn:hover{
       opacity: 0.7;
    text-decoration: none;
}


.cv_btn .flex_wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    letter-spacing: 3px;
}

@media screen and (min-width: 769px) {
    .cv_btn .cv_txt {
        font-size: 28px;
        font-weight: 700;
    }

    .cta-sub {
        font-weight: 600;
        margin-top: 6px;
    }
}

@media screen and (max-width: 768px) {
    .cv_btn .cv_txt {
        font-size: 19px;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .cta-sub {
        font-weight: 600;
        margin-top: 6px;
        font-size: 12px;
    }
}




.cv_btn .label {
    display: inline-block;
    font-size: 11px;
    /* font-weight: 700; 
    color: var(--text_black); */
    line-height: 1;
    padding: 6px 6px 8px;
    /*   background-color: #fff; */
    border-radius: 4px;
    margin-left: 16px;
    border: 1px solid #fff;
}

/*.cv_btn_wrap {
    text-align: center;
} */

.cv_btn_wrap .cv_pr {
    margin-top: 20px;
    font-size: clamp(1.3rem, 1.7vw, 1.6rem);
    font-weight: 700;
}

.cv_btn_wrap .notes {
    color: var(--text_black);
    font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
    .cv_btn .label {
        padding: 5px 6px 6px;
        margin-left: 5px;
    }
}

@media screen and (min-width: 768px) {
    .cv_btn:before {
        position: absolute;
        top: 0;
        left: 0;
        background-image: var(--bg_cvbtn3);
        content: '';
        width: 100%;
        height: 100%;
        transition: all 0.6s ease-out;
        border-radius: 4px;
    }

    .cv_btn:hover:before {
        opacity: 0;
    }

    .scroll_x_wrap {
        padding: 0px 12px;
    }

    .fv-bold {
        font-size: 40px;
        font-weight: 600;
    }

    .fv-light {
        font-size: 12px;
        font-weight: 100;
    }

    .cv_pr {
        /*      font-size: 18px; */
        font-weight: 500;
    }
}

.cv_middle {
    padding: 6vh 0 8vh;
    overflow: hidden;
}

.cv_middle .cv_pr {
    position: relative;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0.1rem;
    margin-bottom: 28px;
}

.cv_middle .cv_pr:before {
    position: absolute;
    top: -12px;
    display: block;
    width: 80px;
    height: 56px;
    content: '';
    /*   background: url("../img/deco_hw_circle.png") no-repeat left top; */
    background-size: 100%;
}

.cv_m01 .cv_pr:before {
    left: -16px;
}

.cv_m02 .cv_pr:before {
    right: -12px;
}

.cv_m03 .cv_pr:before {
    top: 12px;
    left: 52px;
}

.cv_middle .cv_pr+* {
    display: block;
    margin: 0 auto;
}

.cv_middle .cv_btn {
    position: relative;
    padding: 2.4rem 0;
}

@media screen and (min-width: 769px) {
    .cv_middle .cv_btn {
        width: 560px;
    }
}

@media screen and (max-width: 768px) {
    .cv_middle .cv_btn {
        width: 360px;
    }
}



/*
.cv_middle .cv_btn:after {
    position: absolute;
    right: -128px;
    top: -4vh;
    display: block;
    content: '';
    width: 96px;
    height: 120px;
    background: url("../img/img_hand.svg") no-repeat right center;
    background-size: 96px auto;
} */

.cv_middle .notes {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .cv_middle {
        /*    padding: 18px 24px 45px; */
    }
}

/* ----------------------
    FV
----------------------- */
#career_fv {
    position: relative;
    color: #fff;
    letter-spacing: 0.1rem;
}

#fv_image {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
    #fv_image img {
        object-fit: cover;
        width: 100%;
        height: 590px;
        object-position: left;
    }
}

/* header
----------------------- */
#header {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header .logo {
    width: 166px;
    height: auto;
    background-color: #fff;
    padding: 1.6rem 2rem;
}

#header h1 {
    font-size: 1.2rem;
    font-weight: normal;
    margin-right: 12px;
}

@media screen and (max-width: 767px) {
    #header .logo {
        width: 130px;
        padding: 1.2rem 1.6rem;
    }

    #header h1 {
        font-size: 1.1rem;
        text-align: right;
        line-height: 1.8;
        margin-right: 16px;
        margin-top: 3px;
    }
}

/* fv_conts
----------------------- */
#career_fv {
    overflow: hidden;
}

@media screen and (min-width: 769px) {
#fv_conts {
    padding-left: 14px;
}
}


#fv_conts {
    position: relative;
    z-index: 2;
    margin: 4vh auto 7vh;
    max-width: 1440px;
}

#fv_conts .main_copy {
    /* text-align: center; */
    margin-bottom: 3vh;
    margin-top: 33px;
}

@media screen and (min-width: 769px) {
.fv_message .deco_uline {
    font-size: 19px;
}
}

@media screen and (max-width: 768px) {
.fv_message .deco_uline {
    font-size: 17px;
}
}

#fv_conts .main_copy .deco_uline {
    font-weight: 700;
    font-size: 2.4rem;
    font-size: clamp(1.6rem, 0.5rem + 2vw, 2.4rem);
    letter-spacing: 0.1rem;
    margin-bottom: 24px;
}

@media screen and (min-width: 769px) {
#fv_conts .main_copy h2 {
    font-size: 4.8rem;
    line-height: 1.4;
}
}

@media screen and (max-width: 768px) {
    #fv_conts .main_copy h2 {
        font-size:2.7rem;
        line-height: 1.4;
    }
    }
    

#fv_conts .main_copy h2 .deco_circle {
    padding: 0.5rem 0 3rem;
}


@media screen and (min-width: 769px) {
#fv_conts .cv_btn_wrap {
    width: 100%;
    margin-left: 43px;
    margin-top: 13px;
}
}

@media screen and (max-width: 768px) {
    #fv_conts .cv_btn_wrap {
        width: 100%;
        margin-top: 13px;
        text-align: center;
    }
    }


#fv_conts .cv_btn_wrap .cv_pr {
    font-size: 1.3rem;
    line-height: 2;
    font-weight: 500;
}

#fv_conts .cv_btn {
    width: 100%;
    text-align: center;
    border: solid 1px #fff;
}

#fv_conts .cv_btn_wrap .notes {
    margin-top: 2vh;
    font-size: 1.0rem;
    color: #71988d;
}


/*
.fv_message {
    text-align: center;
}
*/


/* Grid Layout */
#fv_conts .grid_wrap {
    /*  display: grid; */
    display: -ms-grid;
    justify-items: center;
    grid-template-columns: 45% 55%;
    -ms-grid-columns: 45% 55%;
    grid-template-rows: auto auto;
    -ms-grid-rows: auto auto;
}

#fv_conts .grid_wrap .cv_fv {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    -ms-grid-column: 2;
    -ms-grid-row: 2;
}


#fv_conts .grid_wrap .fv_message {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}

@media screen and (max-width: 960px) and (min-width: 768px) {
    #fv_conts .cv_pr .br_sp {
        display: block;
    }

    #fv_conts .cv_pr .br_pc {
        display: block;
    }

    #fv_conts .fv_message p {
        margin-bottom: 6rem;
        font-size: clamp(2.1rem, 1.3vw, 1.5rem);
        margin-top: -35px;
    }

}


/*
@media screen and (min-width: 768px) {

    .fv_message {
        margin-bottom: 27px;
        margin-top: -38px;
        letter-spacing: 3px;
        padding-top: 63px;
    }
} */



@media screen and (max-width: 767px) {
    #career_fv {
        height: 100%;
        overflow: hidden;
    }

    /*
    #fv_conts {
        margin-top: 20vh;
    } */

    #fv_conts .main_copy {
        margin-bottom: 4.5vh;
    }

    #fv_conts .main_copy h2 {
        line-height: 1.5;
    }

    #fv_conts .grid_wrap {
        display: block;
    }

    #fv_conts .cv_btn_wrap .notes {
        margin-top: 4vh;
        font-size: 0.9rem;
        line-height: 2;
        letter-spacing: 0;
        color: #FFFFFFA8;
    }

    #fv_conts .cv_btn {
        width: 92%;
        padding: 2rem 4vw;
    }

    #fv_conts .fv_message {
      /*   text-align: center;
          margin: -1vh auto 5vh; */
    }

    #fv_conts .fv_message p {
        font-size: 15px;
        /* line-height: 1.4; */
        font-weight: 400;
        margin-top: 10px;
        padding-bottom: 27px;
    }

    .fv-bold {
        font-size: 27px;
        font-weight: 600;
    }

    .fv-light {
        font-size: 12px;
        font-weight: 100;
    }


    .shortcuts {
        display: block;
        margin-bottom: 10vh;
    }

    .shortcuts ul {
        max-width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .shortcuts li {
        display: block;
        width: 45%;
        margin-right: 24px;
    }

    .shortcuts li:last-of-type {
        margin-right: 0;
    }

    .shortcuts li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 64px;
        text-align: center;
        color: #fff;
        font-size: 1.4rem;
        font-weight: 700;
        border-radius: 4px;
        border-bottom: 2px solid rgba(0, 0, 0, .4);
        background-color: var(--color_jc_green);
    }

    .shortcuts li a,
    .shortcuts li a:hover,
    .shortcuts li a:visited,
    .shortcuts li a:active {
        color: #fff;
    }

    .shortcuts li:nth-of-type(2) a {
        background-color: var(--color_jc_blue);
    }

    .fv_message {
        order: 2;
    }

    .grid_wrap {
        order: 1;
    }

    /*   .change {
        display: flex;
        flex-direction: column;
        background-color: rgb(0 27 65 / 50%);
        max-width: 873px;
        margin: auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border: 1px solid #626a7f;
    } */
}


/*
@media screen and (min-width: 769px) {
    .change {
        background-color: rgb(0 27 65 / 50%);
        max-width: 873px;
        margin: auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border: 1px solid #626a7f;
    }
} */


/* ----------------------
    企業ロゴ群
----------------------- */
#sec_logo {
    background-color: var(--bg_color_gray);
    padding: 6vh 0 8vh;
    text-align: center;
}

.list_logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 6vh auto calc(6vh - 20px);
}

.list_logo li {
    width: 160px;
    height: auto;
    padding: 4px 8px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: var(--box_shadow1);
    margin: 0 10px 20px;
}

#sec_logo .sec_title {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    #sec_logo {
        padding-top: 6vh;
    }

    .list_logo li {
        width: 144px;
    }

    #sec_logo .sec_title {
        margin-top: 64px;
    }
}

/* ----------------------
    ご支援職種例
----------------------- */
#sec_position {
    background: url("../img/bg_kaidan_pc.jpg") no-repeat left top;
    background-size: cover;
    padding: 6vh 4vw;
    text-align: center;
}

#sec_position .flex_wrap {
    display: flex;
    justify-content: center;
}

.list_posi {
    width: 30%;
    max-width: 320px;
    display: flex;
    flex-direction: column;
}

.list_posi:nth-child(2) {
    margin-left: 4%;
    margin-right: 4%;
}

.list_posi .label {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-height: 80px;
    padding: 16px 12px;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    background-color: var(--color_jc_green);
    border-radius: 2px;
}

.list_posi .tags {
    padding: 2vh 1vw;
    line-height: 2.4;
}

.list_posi .tags span {
    margin-right: 1rem;
    white-space: nowrap;
}

.list_posi .tags span:before {
    display: inline-block;
    content: '#';
    font-weight: 500;
    color: var(--color_jc_green);
    padding-right: 0.2rem;
}

@media screen and (max-width: 767px) {
    #sec_position .flex_wrap {
        flex-direction: column;
        align-items: center;
    }

    .list_posi {
        width: 100%;
        margin-bottom: 32px;
    }

    .list_posi:nth-child(2) {
        margin-left: 0;
        margin-right: 0;
    }

    .list_posi:last-of-type {
        margin-bottom: 0;
    }
}

/* ----------------------
    求人例
----------------------- */
.sec_jobs {
    background-color: var(--bg_color_gray);
}

.list_jobcard {
    display: flex;
    /*    flex-direction: row;
    justify-content: flex-start;
     padding-bottom: 40px; */
    flex-wrap: wrap;
}


.list_jobcard-case li {
    width: 348px;
    background-color: #fff;
    box-shadow: var(--box_shadow1);
    padding-bottom: 20px;
    /*  margin: 0 16px; */
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding-top: 20px;
}

@media screen and (min-width: 769px) {
    .sec_jobs .sec_title {
        margin-bottom: 6vh;
        margin-top: -132px;
    }

    .list_jobcard li {
        width: 348px;
        background-color: #fff;
        box-shadow: var(--box_shadow1);
        padding-bottom: 20px;
        margin: 0 16px;
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        padding-top: 20px;
    }

    .list_jobcard-case {
        display: flex;
        position: relative;
        /*  animation: loop-slide 30s infinite linear 1s both; */
    }
}

@media screen and (max-width: 768px) {
    .sec_jobs .sec_title {
        margin-top: -80px;
    }

    .list_jobcard li {
        width: -webkit-fill-available;
        background-color: #fff;
        box-shadow: var(--box_shadow1);
        padding-bottom: 20px;
        margin: 0 16px;
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        padding-top: 20px;
    }

    .list_jobcard-case {
        display: flex;
        position: relative;
        animation: loop-slide 10s infinite linear 1s both;
    }
}

/*
.list_jobcard li:first-of-type {
    margin-left: 0;
}*/

.list_jobcard li:last-of-type {
    /*  margin-right: 0; */
}

.list_jobcard li p {
    width: 100%;
    height: auto;
}

.list_jobcard li p:not(.img) {
    /* padding-left: 37px*/
    ;
}

.list_jobcard .img {
    width: 100%;
    /*   height: 100%; */
    margin-bottom: 12px;
}

.list_jobcard .img img {
    display: block;
    width: 100%;
    height: 155px;
    object-fit: cover;
    object-position: center center;
}

.list_jobcard .company {
    display: block;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 8px;
    font-weight: 500;
}

.list_jobcard .posi {
    font-size: 1.5rem;
    color: var(--color_jc_gold);
    font-weight: 700;
    margin-bottom: 8px;
}

.list_jobcard .income {
    font-size: 1.5rem;
    font-weight: 700;
}

.list_jobcard .detail {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 16px;
}

@media screen and (max-width: 1200px) {
    .sec_jobs {
        padding-left: 0;
        padding-right: 0;
    }

    .sec_jobs .scroll_x_wrap {
        padding: 0 3vw;
    }

    .sec_jobs .list_jobcard {
        width: 100%;
        justify-content: flex-start;
        padding-bottom: 32px;
    }
}

.sec_jobs .list_jobcard {
    padding-bottom: 32px;
    text-align: center;
}


@media screen and (min-width: 769px) {
    .sec_jobs .list_jobcard {
        max-width: 1150px;
        margin: auto;
    }
}



.sec_jobs .list_jobcard li {
    flex-shrink: 0;
}

.sec_jobs .list_jobcard-case li {
    flex-shrink: 0;
}

/* ----------------------
    JAC Careerとは
----------------------- */
#contents_index{
    background-color: var(--bg_color_gray);
}

#about_service {
  background-image: linear-gradient(180deg, #08102b 0%, #051239 100%);
}


#about_service h3 {
    letter-spacing: 0.2rem;
}

@media screen and (max-width: 768px) {
#about_service ul li {
   /* display: flex; */
    margin-bottom: 10vh;
}
}

#about_service ul li:last-of-type {
    margin-bottom: 4vw;
}

#about_service ul li .img {
    width: 29%;
    margin-right: 40px;
    display: flex;
    align-items: center;
}

#about_service ul li .text_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  /*  width: 83%; */
    padding: 15px 10px;
    line-height: 1.8;
    /*  background-image: linear-gradient(114deg, #00BC7080 0%, #00168980 100%); */
    border-radius: 4px;
    /* border: 1px solid #fff;
    box-shadow: 0 0 6px #FFFFFFA8; */
}

#about_service ul li .text_box h4 {
    width: 100%;
    font-size: clamp(2.0rem, 2.4vw, 2.6rem);
    text-align: left;
    margin-bottom: 3vh;
}

#about_service ul li .text_box .notes {
    margin-top: 32px;
    display: block;
    width: 100%;
    font-size: 1.2rem;
    opacity: 0.8;
}

@media screen and (max-width: 767px) {
    #about_service ul li {
        flex-direction: column;
    }

    #about_service ul li .img {
        width: 94%;
        margin: 0 auto 32px;
    }

    #about_service ul li .text_box h4 {
        text-align: center;
    }

    #about_service ul li .text_box {
        width: 94%;
        margin: 0 auto;
        padding: 13px 0px 0px;
    }
}

/* ----------------------
    ショート動画
----------------------- */
#short_movies {
    padding: 6vh 0;
    background-color: var(--bg_color_gray);
    text-align: center;
}

#short_movies .sec_title {
    margin-bottom: 3vh;
}

#short_movies .top_outline {
    display: inline-block;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 16px;
    background: url("../img/icon_movie.png") no-repeat left top 0.7rem;
    background-size: auto 2rem;
    padding-left: 3.6rem;
}

#short_movies h3 {
    display: block;
}

#short_movies .movie_caution {
    display: inline-block;
    color: var(--color_jc_blue);
    font-size: 1.4rem;
    font-weight: 500;
    background-color: #fff;
    padding: 1.6rem 3.2rem;
    margin: 0 auto 40px;
}

#short_movies .scrollx_guide {
    margin: 0 auto 40px;
}

#short_movies .list_movie_wrap {
    margin: 0 4vw;
}

#short_movies .list_movie {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    overflow-x: scroll;
    margin: 0 80px;
}

#short_movies .list_movie .movie_wrap {
    width: 280px;
    margin: 0 16px;
    padding-bottom: 4vh;
    flex-shrink: 0;
}

#short_movies .list_movie .movie_wrap:first-of-type {
    margin-left: 0;
}

#short_movies .list_movie .movie_wrap:last-of-type {
    margin-right: 0;
}

#short_movies .list_movie .movie_wrap iframe {
    width: 246px;
    height: 440px;
}

#short_movies .list_movie .movie_wrap .title {
    display: block;
    text-align: left;
    margin-top: 8px;
    font-size: 1.4rem;
    margin-left: 2rem;
    text-indent: -0.5rem;
}

#short_movies .list_movie .movie_wrap .title:before {
    display: inline-block;
    content: '#';
    color: var(--color_jc_blue);
    font-weight: 700;
    margin-right: 0.3rem;
}


@media screen and (max-width: 767px) {
    #short_movies .list_movie_wrap {
        margin: 0;
    }

    #short_movies .scrollx_guide {
        margin-left: 32px;
        margin-bottom: 24px;
    }

    #short_movies .list_movie {
        margin: 0 0 0 32px;
    }

    #short_movies .list_movie .movie_wrap:last-of-type {
        margin-right: 48px;
    }
}

/* ----------------------
    サービスの流れ
----------------------- */
#flow {
    padding: 6vh 0;
    background-color: var(--color_jc_navy);
}

#flow .sec_title h3 {
    color: #fff;
}

#flow .scrollx_guide {
    margin-left: 4vw;
}

#flow .scroll_x_wrap {
    padding: 0 40px;
}

#flow .list_flow {
    display: flex;
    margin-bottom: 40px;
}

#flow .list_flow a,
#flow .list_flow a:hover {
    color: var(--text_black);
    text-decoration: underline;
}

#flow .list_flow li {
    width: 240px;
    margin-right: 40px;
}

#flow .list_flow li:last-of-type {
    margin-right: 0;
}

#flow .list_flow .step {
    margin-bottom: 12px;
}

#flow .list_flow .step span {
    display: block;
    color: var(--color_jc_green);
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    margin-bottom: 4px;
}

#flow .list_flow .step p {
    color: #fff;
}

#flow .list_flow .box {
    background-color: #fff;
    margin-bottom: 12px;
}

#flow .list_flow .box .text {
    padding: 12px 16px 16px;
    color: var(--text_black);
    font-size: 1.4rem;
    font-weight: 500;
}

#flow .list_flow .notes {
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: normal;
    opacity: 0.8;
}

@media screen and (max-width: 1200px) {
    #flow .list_flow {
        justify-content: flex-start;
        padding-bottom: 48px;
        margin-bottom: 24px;
    }

    #flow .list_flow li {
        flex-shrink: 0;
        width: 200px;
        margin-right: 32px;
    }
}


/* ----------------------
    FAQ
----------------------- */
#faq {
    padding-bottom: 0;
}

#faq .sec_title {
    margin-bottom: 6vh;
}

.list_acordion {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.list_acordion .item {
    background-color: var(--bg_color_gray);
    box-shadow: 0px 3px 0px #00000030;
    border-radius: 4px;
    margin-bottom: 40px;
}

.list_acordion input {
    display: none;
    /*チェックボックスを隠す*/
}

.list_acordion label {
    position: relative;
    display: block;
    padding: 2rem 8rem 2rem 5.6rem;
    cursor: pointer;
}

.list_acordion label:before {
    display: inline-block;
    content: 'Q';
    font-weight: 700;
    color: var(--color_jc_green);
    margin-right: 0.8rem;
    margin-left: -2rem;
}

.list_acordion .open_conts,
.list_acordion .open_conts:before {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: padding-bottom 0.5s, padding-top 0.5s;
    -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
    -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
}

.list_acordion #bar_01:checked~#conts_01,
.list_acordion #bar_02:checked~#conts_02,
.list_acordion #bar_03:checked~#conts_03,
.list_acordion #bar_04:checked~#conts_04,
.list_acordion #bar_05:checked~#conts_05,
.list_acordion #bar_06:checked~#conts_06,
.list_acordion #bar_07:checked~#conts_07 {
    position: relative;
    display: block;
    height: auto;
    line-height: 1.8;
    opacity: 1;
    padding: 2rem 3rem 3rem 6rem;
}

.list_acordion input[type=checkbox]:checked~.open_conts {
    margin-bottom: 4vh;
    padding-left: 2rem;
}

.list_acordion input[type=checkbox]:checked~.open_conts:before {
    position: absolute;
    display: block;
    height: 100%;
    opacity: 1;
    content: 'A';
    font-weight: 700;
    color: var(--color_jc_blue);
    margin-right: 3rem;
    margin-left: -2rem;
    margin-top: -1px;
}

.list_acordion label:after,
.list_acordion input[type=checkbox]:checked+label:after {
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    border-top: var(--color_jc_green) 1px solid;
    border-right: var(--color_jc_green) 1px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 15%;
    margin: auto;
}

.list_acordion input[type=checkbox]:checked+label:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7%;
    bottom: 0;
}

@media screen and (max-width: 767px) {
    .list_acordion .item {
        margin-bottom: 24px;
    }

    .list_acordion label {
        padding: 1.6rem 5rem 1.6rem 4rem;
        font-weight: 500;
    }

    .list_acordion label:after,
    .list_acordion input[type=checkbox]:checked+label:after {
        width: 12px;
        height: 12px;
    }

    .list_acordion #bar_01:checked~#conts_01,
    .list_acordion #bar_02:checked~#conts_02,
    .list_acordion #bar_03:checked~#conts_03,
    .list_acordion #bar_04:checked~#conts_04,
    .list_acordion #bar_05:checked~#conts_05,
    .list_acordion #bar_06:checked~#conts_06,
    .list_acordion #bar_07:checked~#conts_07 {
        padding: 1.6rem 1.6rem 3.2rem 4rem;
    }

    .list_acordion input[type=checkbox]:checked~.open_conts p {
        font-size: 1.4rem;
    }
}

/* ----------------------
    Footer
----------------------- */
#footer {
    background-image: var(--bg_color_bule);
    color: #fff;
    text-align: center;
    padding: 2vh 0 5vh;
}

#footer .oricon_notes {
    font-size: 1.1rem;
}

#footer .copyright {
    font-size: 1.1rem;
    letter-spacing: 0.2rem;
}

.fnavi {
    display: block;
    font-size: 1.3rem;
    margin: 6vh auto 2vh;
}

.fnavi ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.fnavi ul li {
    margin-right: 32px;
}

.fnavi ul li:last-of-type {
    margin-right: 0;
}

.fnavi ul li a {
    font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
    #footer {
        padding: 4vh 0 13vh;
    }
}

/* ----------------------
    Fixed Parts
----------------------- */
#fixed_cv {
    display: none;
    /* not delete */
    position: fixed;
    right: 0;
    bottom: 104px;
    z-index: 999;
}

#fixed_cv .cv_btn {
    width: 80px;
    border-radius: 2px 0 0 2px;
    box-shadow: none;
    padding: 2rem 0;
}

#fixed_cv .cv_btn .flex_wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

#fixed_cv .cv_btn .cv_txt {
    font-size: 1.8rem;
}

#fixed_cv .cv_btn .vertical {
    writing-mode: vertical-rl;
    letter-spacing: 0.4rem;
}

#fixed_cv .cv_btn .label {
    display: inline-block;
    padding: 6px 6px 8px 8px;
    margin: 12px 0 0;
}

/* pagetop */
#js_pagetop {
    display: none;
    /* not delete */
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 4px 0 0 0;
    color: #fff;
    font-size: 1.6rem;
    cursor: pointer;
}

#js_pagetop .flex_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 80px;
}

#js_pagetop .arr {
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(24%) rotate(-45deg);
}

@media screen and (max-width: 767px) {
    #fixed_cv {
        position: fixed;
        left: 0;
        bottom: 0;
    }

    #fixed_cv .cv_btn {
        display: flex;
        width: 80%;
        height: 56px;
        border-radius: 0 4px 0 0;
    }

    #fixed_cv .cv_btn .flex_wrap {
        font-size: 1.3rem;
        letter-spacing: normal;
        border-radius: 0 0 0 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }

    #fixed_cv .cv_btn .label {
        display: inline-block;
        padding: 4px 6px 5px 8px;
        margin: 0 0 0 12px;
    }

    #fixed_cv .cv_btn .vertical {
        writing-mode: horizontal-tb;
        letter-spacing: 0.2rem;
    }

    /* pagetop */
    #js_pagetop {
        font-size: 1.0rem;
    }

    #js_pagetop .flex_wrap {
        height: 56px;
        width: 56px;
    }

    #js_pagetop .arr {
        width: 14px;
        height: 14px;
    }
}



/*====================================================*/


@media screen and (max-width: 667px) {
    .case__body {
        margin-bottom: 0;
        padding: 3rem;
        height: 100%;
    }

    .case__name {
        font-size: 1.6rem;
        margin: 0 0 2rem;
    }

    .case__body ul {
        margin: 0 0 4rem;
    }

    .case__body ul li {
        gap: 1.5rem;
        margin: 0 0 1.5rem;
    }

    .case__body ul li span {
        width: 64px;
    }

    .case__label {
        font-size: 1.2rem;
    }
}

.case__body {
    padding: 22px;
    background: #f5efef;
    position: relative;
    display: none;
    margin: 7px;
}

.case__name {
    font-weight: 600;
    font-size: 2rem;
    margin: 0 0 3rem;
}

.case__body ul {
    margin: 0 0 1rem;
}

.case__body ul li {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin: 0 0 1.5rem;
    width: 100%;
}

.case__body ul li span {
    width: 120px;
    height: 32px;
    padding: 0 0 1px;
    font-size: 1.2rem;
    width: 64px;
}

.case__label--brown {
    color: #fff;
    background: #8c5c30;
}

.case__label {
    display: grid;
    place-items: center;
    padding: 0 1.2rem 1px;
    font-size: 1.5rem;
    font-weight: 500;
    white-space: nowrap;
}

.case__body ul li p {
    font-weight: 500;
    font-size: 1.4rem;
}

.case__label--navy {
    color: #fff;
    background: #025;
}

.case__label--red {
    color: #fff;
    background: #7d0303;
}



/*====================================================*/


.consul {
    background: #025
}

.consul__carousel {
    margin: 10rem 0 6rem;
}

.consul__carousel li.splide__slide {
    max-width: 320px
}

.consul__carousel dl {
    display: flex;
    flex-direction: column;
    align-items: center
}

.consul__carousel dt {
    position: relative;
    width: 50%;
    max-width: 192px;
    margin: 0 0 -3rem;
    z-index: 1
}

.consul__info {
    background: #fff;
    padding: 4.5rem 2.5rem 2rem;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    height: 500px;
}

.consul__job {
    font-size: 1.2rem;
    font-weight: 500;
    color: #808080;
    margin-top: 4px;
    text-align: center
}

.consul__name {
    font-size: 2.0rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 12px
}

.consul__cat {
    color: #8c5c30;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 6px;
}

.consul__cats {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 6px
}

.consul__link {
    position: relative;
    display: flex;
    align-items: center;
    height: 74px;
    background: #f5efef;
    color: #8c5c30;
    padding: 0 2.5rem 1px;
    font-weight: 600
}

.consul__link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3rem;
    width: 10px;
    height: 10px;
    border-top: 2px solid #8c5c30;
    border-right: 2px solid #8c5c30;
    transform: rotate(45deg) translateY(-50%)
}

.consul__cv a {
    margin: auto
}

/*
.consul .splide__slide {
    opacity: .5;
    transition: .3s;
} */

@media screen and (max-width: 667px) {
    .consul__carousel {
        margin: 5rem 0 7rem;
    }

    .consul__carousel li.splide__slide {
        max-width: 300px;
        margin-right: 40px !important;
    }

    .consul__info {
        min-height: auto;
    }

    .consul__pagination {
        gap: 6vw;
    }
}


.chapter {
    padding: 12rem 0 15rem
}

@media screen and (max-width: 667px) {
    .chapter {
        padding: 6rem 0 7rem
    }
}

.chapter__inner {
    width: 100%;
    max-width: 1360px;
    margin: auto;
    transition: .7s ease-out
}

.chapter__inner.hidden {
    transform: translateY(4vh);
    opacity: 0.1
}

.chapter__inner--3 {
    width: 100%;
    max-width: 1040px;
    margin: auto
}

@media screen and (max-width: 1400px) {
    .chapter__inner {
        padding: 0 5rem
    }
}

@media screen and (max-width: 667px) {
    .chapter__inner {
        padding: 0 3rem
    }
}

.chapter__title {
    width: 100%;
    margin: 0 auto 8rem;
    display: flex;
    flex-direction: column;
    gap: 10rem
}

.chapter__title dt {
    color: #025;
    position: relative;
    font-weight: 500;
    display: flex;
    align-items: baseline;
    gap: 2rem
}

.chapter__title dt span {
    display: inline-block;
    padding: 0 0 0 1rem
}

.chapter__title dt:before {
    content: "";
    position: relative;
    top: 2px;
    width: 137px;
    height: 17px;
    display: inline-block;
    background: url("https://cf.jac-recruitment.jp/contents/common/images/market/executive/deco_line01.svg") no-repeat;
    background-size: 100% 100%
}

.chapter__title dd,
.chapter__title h2 {
    max-width: 860px !important;
    font-size: clamp(2rem, 1.564rem + 2.18vw, 3.2rem) !important;
    font-weight: 600 !important;
    line-height: 1.8 !important
}

@media screen and (max-width: 667px) {
    .chapter__title {
        margin: 0 auto 4rem;
        gap: 4rem
    }

    .chapter__title dt {
        font-size: 1.2rem;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 4rem
    }

    .chapter__title dt:before {
        width: 12px;
        height: 52px;
        background: url("https://cf.jac-recruitment.jp/contents/common/images/market/executive/deco_line01_sp.svg") no-repeat;
        background-size: 100% 100%
    }

    .chapter__title dd {
        font-size: 2rem !important;
        text-align: center
    }
}

.chapter__title--reverse dt {
    color: #bfbfbf
}

.chapter__title--reverse dt:before {
    background: url("https://cf.jac-recruitment.jp/contents/common/images/market/executive/deco_line01_reverse.svg") no-repeat;
    background-size: 100% 100%
}

.chapter__title--reverse dd {
    color: #fff
}

@media screen and (max-width: 667px) {
    .chapter__title--reverse dt:before {
        background: url("https://cf.jac-recruitment.jp/contents/common/images/market/executive/deco_line01_reverse_sp.svg") no-repeat
    }
}

.chapter__h2 {
    text-align: center;
    font-size: 3.2rem !important;
    font-weight: 600 !important;
    padding: 0 0 4rem;
    margin: 0 0 8rem;
    line-height: 1.6 !important;
    letter-spacing: .2rem !important
}

@media screen and (max-width: 667px) {
    .chapter__h2 {
        line-height: 1.9 !important;
        font-size: 2rem !important;
        padding: 0 0 3rem;
        margin: 0 0 3rem
    }
}

.chapter__cv {
    width: 100%;
    max-width: 640px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    letter-spacing: 0.2rem;
    color: #fff
}

.chapter__cv-catch {
    font-size: 2rem;
    font-weight: 500;
    text-shadow: 0 0 6px rgba(77, 52, 30, .5);
    display: flex;
    gap: .5rem
}

.chapter__cv-catch i {
    font-size: 1.2rem;
    margin: 0 0 0 .5rem
}

.chapter__cv-button {
    width: 100%;
    height: 160px;
    display: grid;
    place-items: center;
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: .3rem !important;
    color: #fff;
    line-height: 1.6;
    letter-spacing: .3rem;
    background: linear-gradient(105deg, #8C5C30 0%, #B46C2B 100%);
    box-shadow: 0 3px 0 #632f00;
    transition: .3s
}

@media screen and (max-width: 667px) {
    .chapter__cv-button {
        font-size: 1.6rem;
        letter-spacing: .1rem
    }
}

.chapter__cv-button:hover {
    transform: translateY(3px);
    box-shadow: none
}

.chapter__cv-subcatch {
    font-size: clamp(1.2rem, 0.904rem + 1.48vw, 1.8rem);
    font-weight: 600;
    text-shadow: 0 0 6px rgba(77, 52, 30, .5)
}

@media screen and (max-width: 667px) {
    .chapter__cv {
        gap: 3rem
    }

    .chapter__cv-catch {
        flex-direction: column;
        align-items: center;
        gap: 0
    }

    .chapter__cv-catch span {
        margin-bottom: 0;
        font-weight: 500
    }

    .chapter__cv-catch span:nth-child(1) {
        font-size: 16px
    }

    .chapter__cv-catch span:nth-child(2) {
        font-size: 24px
    }

    .chapter__cv-button {
        height: 86px;
        font-weight: 500
    }

    .chapter__cv-subcatch {
        font-size: 1.2rem
    }
}

button:hover {
    text-decoration: none;
    border: none;
}

.chapter__cv-arw-btn {
    max-width: 480px;
    height: 96px;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: 600;
    padding: 0 0 0 3rem
}

.chapter__cv-arw-btn--white {
    color: #8c5c30 !important;
    line-height: 1.6;
    letter-spacing: .3rem !important;
    border: 1px solid #8c5c30 !important;
    background: linear-gradient(105deg, #ffffff 0%, #F5EFEF 100%) !important;
    box-shadow: 0 3px 0 #ded2d2;
    transition: .3s;
    position: relative
}

@media screen and (max-width: 667px) {
    .chapter__cv-arw-btn--white {
        font-size: 1.6rem;
        letter-spacing: .1rem
    }
}

.chapter__cv-arw-btn--white:after {
    content: "";
    background: url("https://cf.jac-recruitment.jp/contents/common/images/market/executive/icon_arr_right_brown.svg") no-repeat;
    background-size: 100% 100%;
    width: 26px;
    height: 26px;
    margin: 0 3rem 0 auto
}

.chapter__cv-arw-btn--brown {
    color: #fff !important;
    line-height: 1.6;
    letter-spacing: .3rem;
    background: linear-gradient(105deg, #8C5C30 0%, #B46C2B 100%) !important;
    box-shadow: 0 3px 0 #632f00 !important;
    transition: .3s;
    position: relative
}

@media screen and (max-width: 667px) {
    .chapter__cv-arw-btn--brown {
        font-size: 1.6rem;
        letter-spacing: .1rem
    }
}

.chapter__cv-arw-btn--brown:after {
    content: "";
    background: url("https://cf.jac-recruitment.jp/contents/common/images/market/executive/icon_arr_right.svg") no-repeat;
    background-size: 100% 100%;
    width: 26px;
    height: 26px;
    margin: 0 3rem 0 auto
}

.chapter__cv-arw-btn--outline {
    position: relative;
    color: #fff;
    border: 1px solid #fff;
    transition: .3s
}

.chapter__cv-arw-btn--outline:after {
    content: "";
    background: url("https://cf.jac-recruitment.jp/contents/common/images/market/executive/icon_arr_right.svg") no-repeat;
    background-size: 100% 100%;
    width: 26px;
    height: 26px;
    margin: 0 3rem 0 auto
}

.chapter__cv-arw-btn--outline:hover {
    background: rgba(255, 255, 255, .1)
}

@media screen and (max-width: 667px) {
    .chapter__cv-arw-btn {
        min-height: 64px;
        height: fit-content;
        padding: 1.5rem 0 1.5rem 3rem;
        font-size: 1.6rem
    }
}

.chapter__3box-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw
}

.chapter__3box-inner dl {
    width: calc(100% / 3 - 2.7vw);
    border: 1px solid #8c5c30;
    box-shadow: 0 4px 0 #f5efef;
    display: flex;
    flex-direction: column
}

.chapter__3box-inner dl:nth-child(n+4) {
    display: none
}

.chapter__3box-inner dl dt {
    height: 13vw;
    max-height: 168px
}

.chapter__3box-inner dl dt img {
    object-fit: cover;
    height: 100%
}

.chapter__3box-inner dl dd {
    padding: 2.4rem 3rem 4rem;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    font-weight: 400
}

.chapter__3box-inner dl dd time {
    color: gray
}

.chapter__3box-inner dl dd ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

.chapter__3box-inner dl dd ul li a {
    color: #8c5c30;
    position: relative;
    line-height: 1.3
}

.chapter__3box-inner dl dd ul li a:before {
    content: "#";
    color: #333
}

.chapter__3box-inner dl dd ul li a:hover {
    text-decoration: underline
}

.chapter__3box-inner.opened dl:nth-child(n+4) {
    display: flex
}

.chapter__3box-inner.opened+.chapter__more:after {
    transform: rotate(-90deg)
}

.chapter__3box-title {
    text-align: justify;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 2rem
}

.chapter__3box-title:hover {
    text-decoration: underline
}


.chapter__3box-title+div {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

@media screen and (max-width: 1024px) {
    .chapter__3box {
        gap: 5vw
    }

    .chapter__3box dl {
        width: calc(100% / 2 - 2vw)
    }
}

@media screen and (max-width: 768px) {
    .chapter__3box-inner {
        flex-direction: column;
        gap: 4rem
    }

    .chapter__3box dl {
        width: 100%
    }

    .chapter__3box dl dt {
        height: 120px
    }

    .chapter__3box dl dd {
        gap: 3rem
    }
}

@media screen and (max-width: 667px) {
    .chapter__3box dd {
        padding: 2rem 2rem 3rem
    }

    .chapter__3box dd time {
        color: gray
    }

    .chapter__3box dd ul {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem
    }

    .chapter__3box-title {
        font-size: 1.6rem;
        margin-bottom: 0
    }
}

.chapter__more {
    margin: 8rem auto 0
}

.chapter__more:after {
    transition: .6s;
    transform: rotate(90deg)
}

@media screen and (max-width: 667px) {
    .chapter__more {
        margin: 3rem auto 0
    }
}

.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.slide-dummy {
    display: none;
}

.consul__pagination {
    bottom: -10rem;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    gap: 2.4vw;
}

.fff {
    color: #fff;
}

@media screen and (min-width: 769px) {
.strengths-title {
    margin-bottom: 46px;
    margin-top: 70px;
}
}

@media screen and (max-width: 768px) {
    .strengths-title {
        margin-bottom: 46px;
        margin-top: 70px;
    }
    }

.capital {
    font-weight: bold;
}




/*====================================================*/

@media (min-width: 897px) {
    .manufacturers .textImg02 {
        position: absolute;
        z-index: 1;
        top: -7%;
    }

    .manufacturers {
        position: relative;
        /*overflow: hidden; 
        top: -134px;*/
    }

    .manufacturers ul {
        list-style-type: none;
        position: relative;
        white-space: nowrap; // to prevent wrapping items
        left: 0;
        padding-top: 8px;
    }

    .manufacturers ul li {
        display: inline-block;
    }

    .manufacturers ul li {
        width: 196px;
        margin-right: -3px;
    }
}

@media (max-width: 896px) {
    .manufacturers {
        position: relative;
        /*overflow: hidden;
        top: -75px; */
    }

    .manufacturers .textImg02 {
        width: 82px;
        position: absolute;
        z-index: 1;
        top: -7%;
    }

    .manufacturers ul {
        list-style-type: none;
        position: relative;
        white-space: nowrap; // to prevent wrapping items
        left: 0;
        padding-top: 2px;
    }

    .manufacturers ul li {
        display: inline-block;
        width: 153px;
        margin-right: -3px;
    }

    .manufacturers ul li img {
        width: 180px;
    }
}


@media screen and (min-width: 768px) {
    .company-info .content {
        width: 1000px;
        margin: 0 auto;
    }
}


.company-info {
    padding: 102px 0 144px;
    background: url("../img/bg_company-pc.webp") no-repeat center center;
    background-size: cover;
}

.company-info h2 {
    margin-bottom: 34px;
    font-size: 4.9rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    letter-spacing: 0.08em;
}

.company-info h2 .en {
    margin-top: 1px;
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.12em;
}

.company-info .imgBox {
    margin-bottom: 28px;
}

.company-info .photoBox {
    width: 325px;
    border-radius: 14px;
}

.company-info .photoBox img {
    border-radius: 14px;
}

.company-info .tabBox {
    width: 100%;
}

.company-info .tabBox table {
    width: 100%;
    border-collapse: collapse;
}

.company-info .tabBox th,
.company-info .tabBox td {
    padding: 13px 20px 15px 11px;
    color: #fff;
    text-align: left;
    letter-spacing: 0.12em;
    word-break: break-all;
    font-size: 1.4rem;
    vertical-align: top;
    box-sizing: border-box;
    font-weight: 400;
    border-bottom: 1px solid rgba(210, 225, 230, 0.2);
}

.company-info .tabBox th {
    width: 19.5%;
    font-weight: 700;
    font-size: 1.6rem;
}

.company-info .tabBox td a {
    color: #fff;
}

.company-info .tabBox td a:hover {
    opacity: 0.7;
}

.company-info tr:first-child th,
.company-info tr:first-child td {
    border-top: 1px solid rgba(210, 225, 230, 0.2);
}

.company-info .listBox h3 {
    margin-bottom: 12px;
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    text-align: center;
    color: #fff;
}

.company-info .bannerList .slick-slide {
    width: 500px;
    margin-right: 10px;
}

.company-info .bannerList li {
    vertical-align: top;
}

.company-info .bannerList li a {
    display: block;
}

.company-info .bannerList li a:hover {
    opacity: 0.7;
}

.company-info .bannerList .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: -30px;
    font-size: 0;
    line-height: 0;
}

.company-info .bannerList .slick-dots li {
    margin: 0 10px;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #fff;
}

.company-info .bannerList .slick-dots li.slick-active {
    background-color: #fff;
}

.company-info .bannerList .slick-dots li button {
    display: none;
}

@media all and (max-width: 896px) {
    .company-info {
        padding: 48px 0 90px;
        background: url("../img/bg_company-pc.webp") no-repeat center center;
        background-size: cover;
    }

    .company-info h2 {
        margin-bottom: 17px;
        font-size: 3.4rem;
        letter-spacing: 0.02em;
    }

    .company-info .imgBox {
        display: block;
        padding: 22px;
    }

    .company-info .photoBox {
        width: auto;
        margin-bottom: 20px;
    }

    .company-info .photoBox img {
        width: 100%;
    }

    .company-info .tabBox {
        width: auto;
    }

    .company-info .tabBox th,
    .company-info .tabBox td {
        padding: 11px 0;
        letter-spacing: 0.08em;
        font-size: 1.2rem;
        line-height: 1.75;
    }

    .company-info .tabBox th {
        width: 33%;
        font-size: 1.4rem;
    }

    .company-info .listBox h3 {
        margin-bottom: 14px;
    }

    .company-info .bannerList .slick-list {
        padding: 0 40px !important;
    }

    .company-info .bannerList .slick-slide {
        width: 100%;
        margin: 0 8px;
    }

    .company-info .bannerList .slick-dots li {
        width: 10px;
        height: 10px;
    }
}

.jac_logo {
    width: 188px;
    margin: auto;
}

.fv-logo h4 {
    text-align: center;
    padding-top: 12px;
}

.logo-ue {
    font-size: 30px;
}

.kome {
    font-size: 9px;
    margin-left: -7px;
}

@media screen and (max-width: 768px) {
    h4 {
        padding: 11px;
    }

    .date {
        margin-right: -186px;
        font-size: 13px;
        margin-top: 22px;
    }

    .secret {
        font-size: 10px;
        font-weight: 500;
        /*    vertical-align: top; */
    }
}

@media screen and (min-width: 769px) {
    .date {
        margin-right: -426px;
        font-size: 13px;
    }

    .secret {
        font-size: 13px;
        font-weight: 500;
    }
}

.office {
    text-decoration: underline;
}


.scrollx_guide {
    position: relative;
    width: 120px;
    margin: 16px 24px 24px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: baseline;
}

.scrollx_guide .text {
    font-size: 1.2rem;
    color: #414141;
    margin-right: 8px;
    letter-spacing: 0.1rem;
}

.scrollx_guide .line03 {
    width: 100%;
    height: 1px;
    background-color: #414141;
}

.scrollx_guide .line04 {
    position: absolute;
    top: 14px;
    right: 0;
    transform-origin: right bottom;
    width: 12px;
    height: 1px;
    background-color: #414141;
    transform: rotate(45deg);
}

/*
@keyframes loop-slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
} */


.example {
    color: var(--text_black);
    padding: 10px 10px 10px 10px;
    text-align: center;
    /*  background: linear-gradient(2deg, #8C5C30 0%, #B46C2B 100%); 
    width: 350px; */
    margin: auto;
    margin-bottom: 22px;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 28px;
}

.list_jobcard li a::before {
    content: "";
    display: block;
    width: 11px;
    height: 21px;
    background: url(../img/download.webp) no-repeat center/contain;
    top: 73%;
    transform: translateY(-50%);
    right: -13px;
    position: relative;
}

.list_jobcard li a {
    display: block;
    padding-bottom: 22px;
    width: 100%;
    text-align: left;
}

.main_nav {
    position: sticky;
    top: -1px;
    z-index: 11;
}

.nav_inner li a::after {
    content: url(../img/arrow.png);
    margin-left: 4px;
    vertical-align: middle;
}

@media screen and (min-width: 769px) {
    .main_nav {
        background: #025;
      margin-top: 16px; 
    }

    .nav_inner {
        display: flex;
        max-width: 1036px;
        margin: auto;
        padding: 22px 0 22px;
        color: #fff;
    }

    .nav_inner li {
        margin-right: 66px;
    }

    .nav_inner li a {
        color: #fff;
        font-size: 14px;
    }

    .contents_area {
        display: flex;
        gap: 50px;
        flex-wrap: wrap;
    }

    .contents_box {
        width: 29%;
    }
}

@media screen and (max-width: 768px) {
    .main_nav {
        background: #025;
    /*    margin-top: 16px; */
    }

    .nav_inner {
        display: flex;
        max-width: 1036px;
        margin: auto;
        padding: 11px 0 11px;
        color: #fff;
        flex-wrap: wrap;
        padding: 0 12px;
        padding-top: 11px;
        padding-bottom: 12px;
    }

    .nav_inner li {
        margin-right: 20px;
   /*     margin-bottom: 11px; */
    }

    .nav_inner li a {
        color: #fff;
        font-size: 11.5px;
    }

    .contents_box {
        margin-bottom: 20px;
    }
}

.contents_box {
    background: #fff;
}

.contents_box a {
    transition: 0.3s;
    display: block;
    height: 100%;
}

.contents_box a:hover {
    opacity: 0.7;
}


.contents_box p {
    color: #202020;
    font-weight: 500;
    padding: 11px 16px;
    font-size: 16px;
}

.contents_box img {
    object-fit: cover;
    height: 194px;
}


/* ------------------------------
    サポートの流れ
------------------------------ */
.flow {
    /*   margin-top: 40px; */
}

.flow .title {
    text-align: center;
    margin-bottom: 40px;
}


.flow_steps .step_list li {
    position: relative;
    display: block;
    width: 20%;
    margin-right: 44px;
    border: 1px solid var(--color_jac_gray2);
    border-radius: 4px;
}


@media screen and (min-width: 769px) {
    .flow_steps .step_list {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
    }

    .flow_steps .step_list li:after {
        position: absolute;
        top: 50%;
        right: -26px;
        display: block;
        content: '';
        width: 20px;
        height: 20px;
        border-top: 1px solid #808080;
        border-right: 1px solid #808080;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .flow_steps .step_list .text {
        font-size: 15px;
        padding: 12px 16px;
        height: 166px;
        font-weight: 400;
    }
}

@media screen and (max-width: 768px) {
    .flow_steps .step_list {
        /*  display: flex; */
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
    }

    .flow_steps .step_list li:after {
        position: relative;
        top: 13px;
        left: 47%;
        display: block;
        content: '';
        width: 20px;
        height: 20px;
        border-top: 1px solid #808080;
        border-right: 1px solid #808080;
        -webkit-transform: rotate(45deg);
        transform: rotate(135deg);
    }

    .flow_steps .step_list .text {
        font-size: 16px;
        padding: 20px 18px;
        font-weight: 400;
    }
}


.flow_steps .step_list li:last-of-type:after {
    display: none;
}

.flow_steps .step_list .title_wrap {
    background-color: #025;
    color: #fff;
    text-align: center;
    padding: 4px 0 12px;
}

/*
.flow_steps .step_list li:nth-child(2n) .title_wrap {
    background-color: var(--color_jac_blue5);
}*/

.flow_steps .step_list .num {
    font-size: 1.2rem;
    font-weight: 500;
}

.flow_steps .step_list .step_title {
    font-size: 1.6rem;
}

.flow_steps .step_list .img {
    display: block;
    width: 100%;
    height: 96px;
    overflow: hidden;
}

.flow_steps .step_list .img img {
    width: 100%;
    height: 96px;
    max-block-size: none;
    object-fit: cover;
    object-position: center center;
}


@media screen and (max-width: 960px) {
    .flow {
        /* margin-bottom: 64px; */
    }

    .flow .inner_block {
        padding: 0;
    }

    .flow_steps {
        padding-left: 24px;
    }

    .flow_steps .step_list {
        /*  overflow-x: scroll; */
        padding-bottom: 24px;
        -webkit-overflow-scrolling: touch;
    }

    .flow_steps .step_list li {
        width: 94%;
        margin-bottom: 38px;
    }
}

.step_block {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.scrollx_guide {
    padding-left: 24px;
}






footer {
    color: #fff;
    background: linear-gradient(to right bottom, #002255, #071529);
    position: relative;
    z-index: 0;

}

.registerAchievements_inner {
    width: 1000px;
    margin: 0 auto;
    padding-top: 32px;
}

.footer-main {
    display: flex;
    justify-content: space-between;

    .footer-inner+.footer-inner {
        margin-top: 25px;
    }

    & p {
        margin-bottom: 5px;
        font-weight: bold;
    }

    & a {
        color: #fff;
        text-decoration: none !important;
        display: block;
        font-size: 12px;

        &+a {
            margin-top: 1px;
        }
    }
}

@media screen and (min-width: 1360px) {
    .registerAchievements_inner {
        width: 1360px !important;
        padding: 0;
    }
}

.registerAchievements_inner {
    width: auto;
    padding: 0 20px;
}

.register_topArea {
    width: 1000px;
    margin: auto;
    padding-top: 44px;
}

.register_topArea-sp {
    width: 1200px;
    margin: auto;
    padding-top: 6px;
}

.registerAchievements_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
    .registerAchievements_inner {
        max-width: 1100px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) {
    .footer-bottom {
        display: flex;
        align-items: center;
    }
}

@media screen and (min-width: 1360px) {
    .footer-logo {
        width: 10%;
    }
}

@media screen and (min-width: 768px) {
    .footer-logo {
        margin: 0 3.5rem 0 0;
    }
}

.footer-logo img {
    width: 100%;
}


.footer-links {
    display: flex;
    flex-wrap: wrap;
}

.footer-links a {
    text-decoration: none !important;
    display: block;
    background-image: url(../../../img/ico-arrow-white.webp);
    background-repeat: no-repeat;
    background-position: center right;
    color: #fff;
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    .footer-links & div {
        width: auto;
        margin-bottom: 1rem;
        padding: 0;
    }

    .footer-links div {
        margin-bottom: 8px;
        padding-right: 2rem;
    }

    .footer-links & a {
        padding-right: 1.5rem;
        display: inline-block;
        background: none;
    }

    .footer-links & div {
        width: auto;
        margin-bottom: 1rem;
        padding: 0;
    }

    #sectionFooterLinks {
        padding: 3px 0;
        padding-bottom: 13px;
        color: #fff;
        background: #071529;
    }

    .footer-logo {
        width: 95px;
        padding: 14px;
        background: #fff;
        margin: 27px 11px 0;
        margin-bottom: 33px;
    }
}

@media screen and (max-width: 768px) {
    .footer-links div {
        margin-bottom: 27px;
        padding-right: 2rem;
        width: 50%;
    }

    #sectionFooterLinks {
        padding: 3px 0;
        padding-bottom: 95px;
        color: #fff;
        background: #071529;
    }

    .footer-logo {
        width: 132px;
        padding: 14px;
        background: #fff;
        margin: auto;
        margin-bottom: 28px;
        margin-top: 13px;
    }
}

.copy {
    font-size: 12px;
    margin-top: 11px;
}


.oricon_footer {
    text-align: end;
    font-size: 11px;
    margin-right: 94px;
    padding-bottom: 10px;
}

.oricon_footer a {
    color: #fff;
}

.list_jobcard li a:hover {
    background: linear-gradient(2deg, #8C5C30 0%, #B46C2B 100%);
    color: #fff;
}


/* -----------------------------------------------------------------------------
    header
   -------------------------------------------------------------------------- */
.header {
    position: relative;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.header .header-logo {
    width: 200px;
    padding: 22px 0;
    position: relative;
    z-index: 5;
}

.header .header-logo img {
    width: auto;
    height: 57px;
    vertical-align: bottom;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .header .header-logo {
        padding: 12px 0;
    }

    .header .header-logo img {
        width: 72px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .header .header-logo {
        padding: 19px 0;
    }

    .header .header-logo img {
        width: 94px;
        height: auto;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .header .header-logo img.u-only-pc {
        display: none;
    }
}

.header .header-logo a:hover {
    opacity: 0.7;
}

.header .header-in {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1440px;
}

/* -----------------------------------------------------------------------------
  nav-global
  -------------------------------------------------------------------------- */
.nav-global {
    background: #132c92;
    position: fixed;
    width: 50%;
    top: 0;
    left: 100%;
    bottom: 0;
    z-index: 20;
    overflow-y: auto;
    transition: all 0.3s ease;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media all and (min-width: 1024px) {
    .nav-global {
        position: absolute;
        width: auto;
        top: 11px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        background: transparent;
        overflow: visible;
        box-shadow: none;
        padding-right: 8px;
    }
}

@media (max-width: 767px) {
    .nav-global {
        width: 85%;
    }
}

.nav-global ul {
    display: block;
    padding: 0;
    margin: 0;
}

@media all and (min-width: 1024px) {
    .nav-global ul {
        padding: 0;
        margin: 0 0 0 auto;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

.nav-global ul li {
    padding: 0;
    position: relative;
}

@media (max-width: 1023px) {
    .nav-global ul li {
        border-bottom: 1px solid #1a2e81;
    }

    .nav-global ul li:nth-child(2) {
        background: rgb(31 54 151);
    }

    .nav-global ul li:nth-child(3) {
        background: rgb(42 64 156);
    }

    .nav-global ul li:nth-child(4) {
        background: rgb(54 75 162);
    }

    .nav-global ul li:nth-child(5) {
        background: rgb(66 86 167);
    }

    .nav-global ul li:nth-child(6) {
        background: rgb(78 97 173);
    }

    .nav-global ul li:nth-child(7) {
        background: rgb(89 106 178);
    }
}

@media all and (min-width: 1024px) {
    .nav-global ul li {
        display: block;
        padding: 0 20px;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}

.nav-global ul li a {
    font-size: 13px;
    display: block;
    padding: 12px 0;
}

/*
@media (min-width: 1024px) {
    .nav-global ul li a::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        border-bottom: solid 4px #fff;
        transition: border-bottom 0.5s ease;
    } */

.nav-global ul li a:hover {
    opacity: 0.8;
}

@media (max-width: 1023px) {
    .nav-global ul li a {
        color: #fff;
        padding: 20px 28px;
        line-height: 1;
    }

    .nav-global ul li.active a {
        background: #202d64;
        font-weight: bold;
    }

    .nav-global ul li a[target="_blank"]::after {
        content: "";
        display: inline-block;
        width: 0.875em;
        height: 0.875em;
        vertical-align: baseline;
        background-image: url("../n_img/icon_blank_white.svg");
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: center center;
        margin: 0 0 0 12px;
    }
}

@media all and (min-width: 1024px) {
    .nav-global.gray li a {
        color: #333;
    }

    .nav-global.gray li a:hover {
        color: #2758a8;
    }
}

.nav-global ul li.nav-logo {
    padding: 33px 0;
}

.nav-global ul li.nav-logo a {
    padding: 0;
}

@media all and (min-width: 1024px) {
    .nav-global ul li.nav-logo {
        display: none;
    }
}

.nav-global ul li.nav-logo img {
    width: 70px;
    height: auto;
    max-width: none;
    margin-left: 30px;
}

.nav-global ul li.nav07 {
    display: none;
}

.nav-global ul li.nav08 {
    display: none;
}

.nav-global ul li.nav09 {
    display: none;
}

@media (max-width: 767px) {
    .nav-global ul li.nav07 {
        display: block;
    }

    .nav-global ul li.nav08 {
        display: block;
    }

    .nav-global ul li.nav09 {
        display: block;
    }
}

.nav-global.is-open {
    display: block;
    transform: translateX(-100%);
}

/* -----------------------------------------------------------------------------
  nav-global-overlay
  -------------------------------------------------------------------------- */
.nav-global-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #202d64;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease;
}

.nav-global-overlay.is-open {
    display: block;
    pointer-events: auto;
    opacity: 0.8;
    z-index: 11;
}

/* -----------------------------------------------------------------------------
  nav-hamberger
  -------------------------------------------------------------------------- */
.nav-hamberger {
    width: 32px;
    height: 32px;
    z-index: 999;
    position: fixed;
    right: 16px;
    top: 17px;
    background: rgb(255 255 255 / 0.2);
}

.nav-hamberger.added-bg {}

@media all and (min-width: 1024px) {
    .nav-hamberger {
        display: none;
    }
}

.nav-hamberger i {
    display: block;
    position: relative;
    width: 100%;
    height: 66.66%;
    margin: 16.66% 0 0;
}

.nav-hamberger span {
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    background: #202d64;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

.nav-hamberger.blue {
    background: #fff;
}

.nav-hamberger.blue span {
    background: #052252;
}

.nav-hamberger.blue.is-open {
    background: transparent;
}

.nav-hamberger.is-open span,
.nav-hamberger.blue.is-open span {
    background: #fff;
}

.nav-hamberger span:nth-child(1) {
    top: 0;
    transform: translate(0, 0);
}

.nav-hamberger span:nth-child(2) {
    top: 50%;
    transform: translate(0, -50%);
}

.nav-hamberger span:nth-child(3) {
    top: 100%;
    transform: translate(0, -100%);
}

.nav-hamberger.is-open span:nth-child(1) {
    top: 50%;
    transform: translate(0, -50%) rotate(-135deg) scaleX(-1);
}

.nav-hamberger.is-open span:nth-child(2) {
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.nav-hamberger.is-open span:nth-child(3) {
    top: 50%;
    transform: translate(0, -50%) rotate(135deg) scaleX(-1);
}

@media all and (min-width: 1024px) {
    .nav02 a:after {
        margin: 0rem;
        content: "";
        width: 1px;
        height: 100%;
        background-color: #000;
        position: absolute;
        left: 0;
        height: 22px;
        top: 12px;
    }


    .nav03 a:after {
        margin: 0rem;
        content: "";
        width: 1px;
        height: 100%;
        background-color: #000;
        position: absolute;
        left: 0;
        height: 22px;
        top: 12px;
    }

    .nav04 a:after {
        margin: 0rem;
        content: "";
        width: 1px;
        height: 100%;
        background-color: #000;
        position: absolute;
        left: 0;
        height: 22px;
        top: 12px;
    }

    .nav05 a:after {
        margin: 0rem;
        content: "";
        width: 1px;
        height: 100%;
        background-color: #000;
        position: absolute;
        left: 0;
        height: 22px;
        top: 12px;
    }

    .nav06 a:after {
        margin: 0rem;
        content: "";
        width: 1px;
        height: 100%;
   /*     background-color: #000; */
        position: absolute;
        left: 0;
        height: 22px;
        top: 12px;
    }
}

.corporation {
    padding-right: 9px;
    text-align: end;
    font-size: 13px;
}

.corporation a {
    border-bottom: 1px solid #000;
}

.header_btn {
    /* margin-top: 126px; */
    display: inline-block;
    background-image: var(--bg_cvbtn3);
    padding: 11px 23px 11px 24px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 500;
}

@media screen and (min-width: 769px) {
.parts_btn {
    text-align: center;
    max-width: 403px;
    margin: auto;
}
}

@media screen and (max-width: 768px) {
.parts_btn {
    text-align: center;
    max-width: 376px;
    margin: auto;
}
}


.parts_btn a {
    padding: 20px 40px 20px;
    background: linear-gradient(2deg, #8C5C30 0%, #B46C2B 100%);
    display: block;
    color: #fff;
    letter-spacing: 2px;
    width: auto;
    margin: auto;
}

.cons_index {
    margin-top: 124px;
}

.know-how_index {
    margin-top: 35px;
}

.c-button._head {
    color: #fff
}




@media screen and (min-width: 769px) {
    .case-boxs-area {
        display: flex;
        max-width: 1150px;
        margin: auto;
        gap: 35px;
        margin-top: 28px;
        margin-bottom: 34px;
    }

    .triangle {
        background: #f0f0f0;
        height: calc(tan(60deg) * 30px / 2);
        width: 100%;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        padding-top:
    }

    .case-boxs {
        text-align: center;
        border: 1px solid #0f3675;
        width: 33%;
    }
}

@media screen and (max-width: 768px) {
    .case-boxs-area {
        margin: auto;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .triangle {
        background: #f0f0f0;
        height: calc(tan(60deg) * 30px / 2);
        width: 100%;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
    }

    .case-boxs {
        text-align: center;
        border: 1px solid #0f3675;
        margin-bottom: 11px;
    }
}



.triangle {
    position: relative;
    top: -1px;
}

.case-boxs-title {
    background: #0f3675;
    color: #ffffff;
    padding: 4px 4px;
}

.case-boxs-title p {
    font-weight: 500;
}

.case-boxs-befor {
    background: #f0f0f0;
}

.case-boxs-after {
    background: #ffffff;
}

.case-boxs-befor p,
.case-boxs-after p {
    padding: 10px 22px 13px 22px;
}

.case-boxs-befor .cace-income {
    font-weight: 600;
    font-size: 19px;
}

.case-boxs-after .cace-income {
    font-weight: 600;
    font-size: 19px;
    color: var(--color_jc_gold);
}

.oricon:before,
.oricon:after {
    position: absolute;
    top: 0;
    display: block;
    content: '';
    width: 40px;
    height: 96px;
}

@media screen and (min-width: 769px) {
.oricon:before {
    background: url("https://cf.jac-recruitment.jp/contents/lp/jac-career-management/assets_v2/img/award_left.png") no-repeat left top;
    background-size: contain;
    left: -30px;
}

.oricon:after {
    background: url("https://cf.jac-recruitment.jp/contents/lp/jac-career-management/assets_v2/img/award_right.png") no-repeat left top;
    background-size: contain;
    right: -30px;
}

.oricon {
    position: relative;
    padding: 4px 14px;
    text-align: center;
    max-width: 380px;
    margin: 31px;
    color: #dfb519;
}
}

@media screen and (max-width: 768px) {
.oricon:before {
    background: url("https://cf.jac-recruitment.jp/contents/lp/jac-career-management/assets_v2/img/award_left.png") no-repeat left top;
    background-size: contain;
    left: 0;
}

.oricon:after {
    background: url("https://cf.jac-recruitment.jp/contents/lp/jac-career-management/assets_v2/img/award_right.png") no-repeat left top;
    background-size: contain;
    right: 0;
}

.oricon {
    position: relative;
    padding: 3px 10px;
    text-align: center;
    max-width: 380px;
    margin: 29px 53px;
    color: #dfb519;
}
}


.oricon .line1 {
    font-size: clamp(1.4rem, 1.5vw, 1.8rem);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1.2vh;
}

.oricon .line2 {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
}

.oricon .notes {
    margin-top: 16px;
    padding: 0 24px;
    font-size: 1.0rem;
    letter-spacing: 0;
}

.oricon .rice {
    font-weight: 300;
    font-size: 9px;
}

@media screen and (min-width: 769px) {
    .oricon-box {
        display: flex;
    }
    
.foot-cta-txt {
    color: #fff;
    margin-bottom: 26px;
    font-weight: 500;
    font-size: 20px;
}
}


#foot-cat {
    background-image: url(../img/bg_foot-cta_pc.png);
    background-position: bottom;
    text-align: center;
}

@media screen and (min-width: 769px) {
#foot-cat .cv_btn {
    padding: 22px 24px;
}
#foot-cat {
    padding: 116px;
}
}

@media screen and (max-width: 768px) {
#foot-cat .cv_btn {
    padding: 22px 14px;
}
}

.about_career img{
    width:100%;
}

@media screen and (min-width: 769px) {
.about_career{
    display: flex;
    gap: 33px;
}
}

.job_cta a{
    background:#8d0303
}

.job_cta .label{
display: inline-block;
font-size: 11px;
line-height: 1;
padding: 6px 6px 8px;
/* background-color: #fff; */
border-radius: 4px;
margin-left: 16px;
border: 1px solid #fff;
}

.search_btn{
text-align: center;
margin-top: 11px;
}


.cace{
    background-image: linear-gradient(180deg, #08102b 0%, #051239 100%);
}

@media screen and (min-width: 769px) {
    .anchor {
        display: block;
        padding-top: 80px;
        margin-top: -80px;
    }
    }

@media screen and (max-width: 768px) {
.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

.foot-cta-txt {
    color: #fff;
    margin-bottom: 26px;
    font-weight: 500;
    font-size: 15px;
}

}

@media screen and (max-width: 768px) {
#market_trend,
#know-how,
    #interview{
    padding-top: 100px;
    margin-top: -100px;
}

#know-how,
#interview{
margin-top: -50px;
}
}

@media screen and (min-width: 769px) {
    #market_trend,
    #know-how,
    #interview{
        padding-top:100px;
    }

    #know-how,
    #interview{
    margin-top: -24px;
    }

    .title_margin{
        margin-top:-100px;
    }
    #job_examples,
    #change_cases,
    #consul{
        padding-top: 114px;
        margin-top: -114px;
    }
    }

    .reason_three{
        margin-top:0;
    }

    @media screen and (max-width: 768px) {
    .fv_message,
    .main_copy{
        padding: 0 18px 0;
    }

    #job_examples,
    #change_cases,
    #consul{
        padding-top: 50px;
        margin-top: -50px;
    }
}

#included-files-fie-on-wp-footer{
    display: none;
}
.footer-main {
    & a {
        &+a {
            margin-top: 1px;
        }
    }
}

/* ----------------------
    Fixed Parts
----------------------- */
#fixed_cv {
    display: none;
    position: fixed;
    right: 0;
    bottom: 104px;
    z-index: 999;
}
#fixed_cv .cv_btn_wrap {
    padding: 0;
}
#fixed_cv .cv_btn {
    width: 80px;
    height: auto;
    border-radius: 2px 0 0 2px;
    box-shadow: none;
    padding: 2rem 0;
}
#fixed_cv .cv_btn .flex_wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
#fixed_cv .cv_btn .cv_txt {
    font-size: 1.8rem;
}
#fixed_cv .cv_btn .vertical {
    writing-mode: vertical-rl;
    letter-spacing: 0.4rem;
}
#fixed_cv .cv_btn .label {
    display: inline-block;
    font-size: clamp(0.8rem, 1.2vw, 1.2rem);
    padding: 6px 6px 8px 8px;
    margin: 12px 0 0;
    color: #333;
    line-height: 1;
    background-color: #fff;
    border-radius: 4px;
    vertical-align: text-bottom;
}
#fixed_cv .cv_btn::before, #fixed_cv .cv_btn::after {
    content: none;
}
/* pagetop */
#js_pagetop {
    display: none;
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 4px 0 0 0;
    color: #fff;
    font-size: 1.6rem;
    cursor: pointer;
}
#js_pagetop .flex_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 80px;
}
#js_pagetop .arr {
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(24%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
	#fixed_cv .cv_btn_wrap {
    padding: 0;
	max-width: 500px;
	margin: 0 auto;
	}
    #fixed_cv {
        position: fixed;
        left: 0;
        bottom: 0;
		background: rgba(0, 34, 85, 0.8);
		padding: 13px 15px 10px 15px;
    }
    #fixed_cv .cv_btn {
        display: flex;
        width: 100%;
        height: 52px;
        border-radius: 0 4px 0 0;
		padding: 0;
		margin-left: 0;
    }
    #fixed_cv .cv_btn .flex_wrap {
        font-size: 1.3rem;
        letter-spacing: normal;
        border-radius: 0 0 0 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
		margin: 0 auto;
    }
    #fixed_cv .cv_btn .vertical {
        writing-mode: horizontal-tb;
        letter-spacing: 0.2rem;
		margin: 0 auto;
    }
	    /* pagetop */
    #js_pagetop {
        font-size: 1.0rem;
    }
    #js_pagetop .flex_wrap {
        height: 56px;
        width: 56px;
    }
    #js_pagetop .arr {
        width: 14px;
        height: 14px;
    }
	#js_pagetop {
    bottom: 75px;
	}
}

@media screen and (max-width: 480px)/* 480px以下 */ {
	.cv_btn{
        font-size: 1.5rem;
    }
}

	
.fixed_cv_pconly{
	display: block;
}
.fixed_cv_sponly{
	display: none;
}

@media screen and (max-width: 767px)/* 767x以下 */ {
	.fixed_cv_pconly{
	display: none;
	}
	.fixed_cv_sponly{
	display: block;
}
}

/* ----------------------
    カルテで表示している右下のバナーの位置調節
----------------------- */
.onetime_popup_content {
    margin-bottom: 73px !important;    
}

/* ----------------------
    レスポンシブ
----------------------- */
.pc_only {
    display: block;
}
.sp_only {
    display: none;
}
@media screen and (max-width: 768px)/* 768px以下 */ {
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }
}
/* ------------------------------
    News
------------------------------ */
.news{
    background-color: #F3F3F3;
    padding: 50px 0 10px 0;
}
.title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1150px;
    margin: 0 auto;
}
.news h3 {
    background: url("https://cf.jac-recruitment.jp/contents/common/images/market/area/icon_news.svg") no-repeat left center;
    background-size: 16px auto;
    padding-left: 27px;
    font-size: 1.7rem;
    margin-bottom: 7px;
}
.news .more_link {
    font-size: 1.3rem;
    text-decoration: underline;
    display: none; /* 3/15 一覧ページがないため一旦非表示 */
}
.news_conts {
    width: 100%;
    background-color: #fff;
    padding: 24px 0;
}
.news_conts .list_arr {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0;
} 
.news_conts .list_arr li {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 4px;
}
.news_conts .list_arr li:last-of-type {
    margin-bottom: 0;
}
.news_conts .list_arr li p,
.news_conts .list_arr li a {
    font-size: 1.5rem;
    font-family: 'Noto Sans JP', sans-serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Tahoma, Verdana, Arial, Verdana, sans-serif;
    font-weight: 400;
}
.news_conts .list_arr li a {
    text-decoration: underline;
}
.news_conts .list_arr li .date {
    margin-right: 1.4rem;
    width: 8rem;
}
.news_title{
    width: 100%;   
}
@media screen and (max-width: 1150px)/* 1150px以下 */ {
    .title {
        padding: 0 30px;
}
    .news_conts .list_arr {
        max-width: 1150px;
        margin: 0 auto;
        padding: 0 30px;
} 
}
.news_button{
    width: 100%;
    border: 1px solid #333!important;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    background-color: #fff!important;
    margin-top:20px;
    color: #333!important;
    font-weight: 400;
}
.news_hidden{
    display: none;
}
.news_hidden.open{
    display: block;
}
.news_button::before{
    content: "もっと見る";
}
.news_hidden.open{
   margin-top: 15px;
}
.news_hidden.open + .news_button::before{
    content: "閉じる";
}
