@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
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

b,
strong {
    font-weight: bolder
}

img {
    border-style: none
}

::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

/* ----------------------
    wefont
----------------------- */

@font-face {
    font-family: 'Noto Sans JP';
    font-display: swap;
    font-style: normal;
    font-weight: Medium;
    src: url('https://www.jac-recruitment.jp/market/wp-content/themes/JAC%20Recruitment/consulting/webfont/NotoSansJP-Medium.woff2') format('woff2'),
        url('https://www.jac-recruitment.jp/market/wp-content/themes/JAC%20Recruitment/consulting/webfont/NotoSansJP-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans JP';
    font-display: swap;
    font-style: normal;
    font-weight: Regular;
    src: url('https://www.jac-recruitment.jp/market/wp-content/themes/JAC%20Recruitment/consulting/webfont/NotoSansJP-Regular.woff2') format('woff2'),
        url('https://www.jac-recruitment.jp/market/wp-content/themes/JAC%20Recruitment/consulting/webfont/NotoSansJP-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans JP';
    font-display: swap;
    font-style: normal;
    font-weight: bold;
    src: url('https://www.jac-recruitment.jp/market/wp-content/themes/JAC%20Recruitment/consulting/webfont/NotoSansJP-Bold.woff2') format('woff2'),
        url('https://www.jac-recruitment.jp/market/wp-content/themes/JAC%20Recruitment/consulting/webfont/NotoSansJP-Bold.woff') format('woff');
}

/* ----------------------
    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;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 1.6rem;
    }
}



/* ----------------------
    Text Style
----------------------- */

h3 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 14px;
    line-height: 41px;
}

@media screen and (max-width: 480px) {
    h3 {
        font-size: 2.4rem;
    }
}

h4 {
    font-size: 2.0rem;
    font-size: clamp(1.6rem, 0.5rem + 1.5vw, 2.0rem);
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    h4 {
        padding: 11px;
    }
}

p {
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    p {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 767px) {
    p {
        font-size: 1.4rem;
    }
}

a,
a:visited {
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

/* ----------------------
    Common Parts
----------------------- */
section {
    width: 100%;
}

.inner_block {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.inner_block a:visited {
    text-decoration: none;
    color: #333;
}

/* 見出し */
.sec_title {
    text-align: center;
}

.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;
}


/* -----------------------------------------------------------------------------
    header
   -------------------------------------------------------------------------- */
.header {
    position: relative;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.header .header-logo {
    width: 200px;
    padding: 15px 0;
    position: relative;
    z-index: 5;
}

.header .header-logo img {
    width: auto;
    height: 70px;
    vertical-align: bottom;
}

.header .header-in {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1440px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .header .header-logo img {
        height: 54px;
    }
}

@media (max-width: 767px) {
    .header .header-logo {
        padding: 0;
    }

    .header .header-in {
        padding: 15px 6vw;
    }

    .header .header-logo img {
        height: 36px;
    }
}

@media screen and (max-width: 1025px) {
    .header {
        width: 100%;
        position: fixed;
        background: #fff;
        z-index: 999;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    }
}


/* -----------------------------------------------------------------------------
  nav-global
  -------------------------------------------------------------------------- */
.nav-global {
    background: #14325e;
    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: 20px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        background: transparent;
        overflow: visible;
        box-shadow: none;
        padding-right: 8px;
    }
}

@media all and (min-width: 1200px) {
    .nav-global {
        position: absolute;
        width: auto;
        top: 48px;
        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 #284776;
    }

    .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:last-child {
        padding: 0;
    }
}

.nav-global ul li a {
    font-size: 13px;
    display: block;
    padding: 12px 0;
}

.nav-global ul li.nav-logo {
    padding: 33px 0;
}

.nav-global ul li.nav-logo a {
    padding: 0;
}

@media (max-width: 1023px) {
    .nav-global ul li a {
        color: #fff;
        padding: 20px 28px;
        line-height: 1;
    }

    .nav-global ul li.active a {
        background: #002255;
        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 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,
.nav-global ul li.nav08,
.nav-global ul li.nav09 {
    display: none;
}

@media (max-width: 767px) {

    .nav-global ul li.nav07,
    .nav-global ul li.nav08,
    .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: 48px;
    top: 17px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .nav-hamberger {
        top: 25px;
    }
}

@media (max-width: 767px) {
    .nav-hamberger {
        right: 6vw;
    }
}

@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: #002255;
    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,
    .nav03 a:after,
    .nav04 a:after,
    .nav05 a:after,
    .nav06 a:after {
        content: "";
        margin: 0rem;
        width: 1px;
        height: 100%;
        background-color: #000;
        position: absolute;
        left: 0;
        height: 22px;
        top: 12px;
    }
}

.header_btn {
    display: inline-block;
    background: #9e0000;
    padding: 11px 23px 11px 24px;
    border-top-left-radius: 65px;
    border-top-right-radius: 65px;
    border-bottom-right-radius: 65px;
    border-bottom-left-radius: 65px;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 500;
}

.nav01 a,
.nav02 a,
.nav03 a,
.nav04 a,
.nav05 a,
.nav06 a,
.nav07 a {
    color: #2f2f2f;
}

@media screen and (min-width: 768px) {
    .parts_btn {
        text-align: center;
        max-width: 403px;
        margin: auto;
    }
}

.parts_btn02 {
    padding: 5px;
    width: 350px;
}

.parts_btn2rows {
    width: calc((100% / 2) - 20px);
    max-width: 100%;
}

.parts_btn3rows {
    width: calc((100% / 3) - 20px);
    margin-bottom: 20px;
}

.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;
}

@media screen and (max-width: 767px) {
    .parts_btn {
        text-align: center;
        max-width: 376px;
        margin: auto;
    }

    .parts_btn02 {
        padding: 5px 0;
    }

    .parts_btn a {
        padding: 20px 0 20px;
        width: 350px;
    }
}

@media screen and (max-width: 480px) {
    .parts_btn2rows {
        width: calc(100% - 10px);
        max-width: 100%;
        margin-bottom: 10px;
    }

    .parts_btn3rows {
        width: calc((100% / 2) - 10px);
        margin-bottom: 10px;
    }

    .parts_btn2rows a,
    .parts_btn3rows a {
        width: 100%;
    }
}

.cons_index {
    margin-top: 124px;
}

.know-how_index {
    margin-top: 35px;
}

.c-button._head {
    color: #fff
}

/* ----------------------
    FV
----------------------- */
.flex {
    display: flex;
}

.aic {
    align-items: center;
}

.jcs {
    justify-content: start;
}

.fs120p {
    font-size: 120%;
}

.fs110p {
    font-size: 110%;
}

.fs70p {
    font-size: 70%;
}

@media screen and (max-width: 769px) {
    .jcs {
        justify-content: space-between;
    }
}

#fv_image img:hover {
    opacity: 1;
}

@media screen and (min-width: 769px) {
    #consulting_fv {
        position: relative;
        letter-spacing: 0.1rem;
        overflow: hidden;
        height: 590px;
    }

    #fv_image {
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        height: auto;
        width: 1920px;
        margin-left: -20%;
    }

    #fv_image img img {
        object-fit: cover;
        width: 100%;
        height: 590px;
        object-position: left;
    }
}

@media screen and (min-width: 1340px) {
    #fv_image {
        margin-left: calc(50% - 1920px / 2);
    }
}

@media (min-width: 821px) and (max-width: 1024px) {
    #fv_image {
        margin-left: -45%;
    }
}

@media (min-width: 769px) and (max-width: 820px) {
    #fv_image {
        margin-left: -75%;
    }
}


/* fv_conts
----------------------- */
#fv_conts {
    z-index: 2;
    max-width: 1440px;
    width: fit-content;
}

#main_copy {
    text-align: left;
    margin-bottom: 45px;
    max-width: fit-content;
}

#main_copy h2 {
    line-height: 1;
    color: #fff;
    font-weight: 500;
    position: relative;
}

#main_copy h2 span {
    font-size: 90%;
}

#main_copy h2 strong {
    color: #fff;
    font-style: italic;
    display: block;
    font-weight: 700;
}

#fv_img_posi {
    position: relative;
    max-width: 1450px;
    margin: auto;
    padding: 10% 5% 20% 5%;
    height: 100%;
    pointer-events: none;
}

#oricon {
    color: #fff;
    position: relative;
    text-align: left;
    width: fit-content;
    font-size: 1.9rem;
}

#oricon_line1 {
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1;
    border-bottom: 1px solid;
    padding-bottom: 12px;
    margin-bottom: 8px;
}

#oricon_line2 {
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 3px;
}

#oricon_line3 {
    font-size: 6.3rem;
    font-weight: 700;
    line-height: 1;
    margin-top: -10px;
    letter-spacing: -1px;
}

#oricon_notes {
    font-size: 1.5rem;
    font-weight: 500;
}

.fv-logo p {
    text-align: center;
    padding: 20px 0 0px 0;
    width: 90%;
    margin: 0 auto;
    font-size: clamp(1.6rem, 0.5rem + 1.5vw, 2.0rem);
    font-weight: 700;
}

@media screen and (min-width: 1024px) {
    #main_copy h2 {
        font-size: 3.5rem;
    }

    #main_copy h2 strong {
        font-size: 7.0rem;
        line-height: 9.0rem;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {

    #main_copy h2 {
        font-size: 3.0rem;
    }

    #main_copy h2 strong {
        font-size: 5.4rem;
        line-height: 1;
    }

    #fv_img_posi {
        position: relative;
        max-width: 1450px;
        margin: auto;
        padding: 5%;
        height: 100%;
        pointer-events: none;
    }
}

@media screen and (max-width: 768px) {
    #consulting_fv {
        height: 100%;
        overflow: hidden;
        padding-top: 65px;
        padding-bottom: 25px;
        background-color: #002255;
    }

    #main_copy h2 {
        line-height: 1.2;
        color: #fff;
        font-weight: 500;
        position: relative;
    }

    #fv_conts {
        width: 100%;
    }

    #fv_img_posi {
        position: relative;
        max-width: 1450px;
        margin: auto;
        padding: 5%;
        height: 100%;
        pointer-events: none;
    }

    #main_copy {
        max-width: 100%;
        padding: 0;
        margin-bottom: 0;
        line-height: 1.4;
        text-align: center;
    }

    #main_copy h2 {
        font-size: 3.4rem;
        color: #fff;
    }

    #main_copy h2 strong {
        font-size: 6.1rem;
        color: #fff;
    }

    #fv_sp_bottom {
        padding: 2.4rem 0;
    }

    #oricon {
        margin: 0 auto 20px auto;
        color: #fff;
    }

    #oricon_line1 {
        font-size: 3.5rem;
        font-weight: 500;
        line-height: 1;
        border-bottom: 1px solid;
        padding-bottom: 12px;
        margin-bottom: 8px;
    }

    #oricon_line2 {
        font-size: 3.9rem;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 3px;
    }

    #oricon_line3 {
        font-size: 5.7rem;
        font-weight: 700;
        line-height: 1;
        margin-top: -10px;
        letter-spacing: -1px;
    }

    #oricon_notes {
        font-size: 1.7rem;
        font-weight: 500;
    }

    .fv-logo p {
        text-align: center;
        padding-top: 28px;
        width: 95%;
        margin: 0 auto;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 590px)
/* 578px以下 */
    {
    .swiper-slide {
        width: 100% !important;
        transform: inherit !important;
    }

    #main_copy h2 {
        font-size: 2.1rem;
        color: #fff;
    }

    #main_copy h2 strong {
        font-size: 3.7rem;
        color: #fff;
        padding-right: 10px;
    }

    #fv_sp_bottom {
        padding: 2.4rem 0;
    }

    #oricon {
        margin: 0 auto 20px auto;
        color: #fff;
    }

    #oricon_line1 {
        font-size: 2.2rem;
        font-weight: 500;
        line-height: 1;
        border-bottom: 1px solid;
        padding-bottom: 12px;
        margin-bottom: 8px;
    }

    #oricon_line2 {
        font-size: 2.3rem;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 3px;
    }

    #oricon_line3 {
        font-size: 4.0rem;
        font-weight: 700;
        line-height: 1;
        margin-top: -10px;
        letter-spacing: -1px;
    }

    #oricon_notes {
        font-size: 1.0rem;
        font-weight: 500;
    }

}


/* 横スクロール
------------------------------ */
#container {
    overflow: hidden;
}

@media (min-width: 897px) {
    .manufacturers {
        position: relative;
    }

    .manufacturers ul {
        list-style-type: none;
        position: relative;
        white-space: nowrap;
        left: 0;
        padding-top: 8px;
    }

    .manufacturers ul li {
        display: inline-block;
        width: 185px;
        margin-right: -3px;
    }
}

@media (max-width: 896px) {
    .manufacturers {
        position: relative;
    }

    .manufacturers ul {
        list-style-type: none;
        position: relative;
        white-space: nowrap;
        left: 0;
        padding-top: 2px;
    }

    .manufacturers ul li {
        display: inline-block;
        width: 153px;
        margin-right: -3px;
    }

    .manufacturers ul li img {
        width: 180px;
    }
}

/* ----------------------
    CVボタン
----------------------- */

#consulting_cv_btn {
    margin-top: -6rem;
    position: relative;
}

.consulting_cv_btn_wrap {
    text-align: center;
    padding: 1.8rem;
    max-width: 65rem;
    background: #fff;
    margin: auto;
}

.consulting_btn {
    background: #9e0000;
    box-shadow: 5px 5px 0 #000;
    position: relative;
    top: -5px;
    left: -5px;
    font-size: 2.4rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 2rem 0;
    color: #fff;
    letter-spacing: 2px;
    transition: 0.3s;
    line-height: 1.3;
}

.consulting_btn span {
    font-size: 1.8rem;
}

.consulting_btn:hover {
    background: #800202;
    box-shadow: 0 0 0 #000;
    top: 0;
    left: 0;
}

@media screen and (max-width: 768px)
/* 768px以下 */
    {
    .consulting_cv_btn_wrap {
        text-align: center;
        padding: 1.8rem;
        max-width: 65rem;
        background: #002255;
        margin: auto;
    }

    .consulting_btn {
        background: #9e0000;
        box-shadow: 5px 5px 0 #000;
        position: relative;
        top: -5px;
        left: -5px;
        font-size: 1.8rem;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 2rem 0;
        color: #fff;
        letter-spacing: 2px;
        transition: 0.3s;
        line-height: 1.3;
    }

    .consulting_btn span {
        font-size: 1.3rem;
    }

    #consulting_cv_btn {
        margin-top: -11rem;
        margin-bottom: 40px;
        position: relative;
    }
}


/* ----------------------
    見出し h2
----------------------- */

.consulting_cap-wrap {
    width: 100%;
    text-align: center;
    margin: 0 auto 40px auto;
    font-family: 'Noto Sans JP', sans-serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Tahoma, Verdana, Arial, Verdana, sans-serif;
    line-height: 1.3;
}

.consulting_cap-jpn {
    font-size: clamp(3.2rem, 0.5rem + 6vw, 4.0rem);
    font-weight: 700;
    color: #333;
}

.consulting_cap-eng {
    font-size: 2.0rem;
    font-weight: 700;
    color: #8c5c30;
}

@media screen and (max-width: 768px)
/* 768px以下 */
    {
    .consulting_cap-wrap {
        margin: 0 auto 20px auto;
    }
}

/* ----------------------
   求人検索
----------------------- */

#job_serch {
    width: 100%;
    padding: 80px 0 80px 0;
}

.job_serch-wrap {
    max-width: 1150px;
    margin: 0 auto;
}

.job_serch-buttonlist_two {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.job_serch-button_two {
    width: 49%;
    box-sizing: border-box;
    text-align: center;
}

.job_serch-buttonlist_three {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.job_serch-button_three {
    width: calc(33.3333% - 40px / 3);
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 20px;
}

.job_serch-button a {
    color: #fff;
    background-color: #002255;
    border: 1px solid #002255;
    padding: 20px 0;
    display: block;
    transition: .3s;
}

.job_serch-button a:hover {
    color: #002255;
    background-color: transparent;
    border: 1px solid #002255;
}

@media screen and (max-width: 1150px)
/* 1150px以下 */
    {
    .job_serch-wrap {
        max-width: 90%;
        margin: 0 auto;
    }

    .job_serch-buttonlist_two {
        font-size: 1.6rem;
    }

    .job_serch-buttonlist_three {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 768px)
/* 768px以下 */
    {
    #job_serch {
        width: 100%;
        padding: 30px 0 40px 0;
    }

    .job_serch-wrap {
        width: 90%;
    }

    .job_serch-buttonlist_two {
        width: 100%;
        display: block;
        justify-content: space-between;
        margin-bottom: 20px;
        font-size: 1.6rem;
    }

    .job_serch-button_two {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        margin-bottom: 10px;
    }

    .job_serch-buttonlist_three {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 10px;
        font-size: 1.3rem;
    }

    .job_serch-button_three {
        width: calc(49% - 7px / 2);
        box-sizing: border-box;
        text-align: center;
        margin-bottom: 10px;
    }
}



/* ----------------------
   求人例
----------------------- */

#job_examples {
    width: 100%;
    padding: 80px 0 30px 0;
}

.bg_diagonalline {
    background-image: url("https://www.jac-recruitment.jp/market/wp-content/uploads/2025/01/bg_diagonalline.png");
    background-repeat: repeat;
}

.job_examples-wrap {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0;
}

@media screen and (max-width: 1200px)
/* 1200px以下 */
    {
    .job_examples-wrap {
        padding: 6vh 6vw;
    }
}

.list_jobcard {
    width: 100%;
    display: flex;
    /*    flex-direction: row;
    justify-content: flex-start;
     padding-bottom: 40px; */
    flex-wrap: wrap;
    text-align: center;
}


.list_jobcard li {
    width: 49%;
    background-color: #fff;
    box-shadow: var(--box_shadow1);
    padding-bottom: 35px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding-top: 30px;
    border-top: 0px solid #8c5c30;
    margin-right: 20px;
}

.mr-none {
    margin-right: 0 !important;
}

.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;
}

.company_wrap {
    width: 80%;
    border-bottom: 1px solid #c0c0c0;
    margin: 0 auto 10px auto;
}

.list_jobcard .company {
    display: block;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 5px;
    font-weight: 500;
}

.list_jobcard .posi {
    font-size: 1.6rem;
    color: #8c5c30;
    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: 1150px) {
    .list_jobcard li {
        width: 30%;
        background-color: #fff;
        box-shadow: var(--box_shadow1);
        padding-bottom: 35px;
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        padding-top: 30px;
        border-top: 2px solid #8c5c30;
        margin-right: 20px;
    }
}

@media screen and (max-width: 768px) {
    #job_examples {
        width: 100%;
        padding: 60px 0 50px 0;
    }

    .job_examples-wrap {
        max-width: 90%;
        margin: 0 auto;
        padding: 0;
    }

    .list_jobcard li {
        width: 100%;
        background-color: #fff;
        box-shadow: var(--box_shadow1);
        padding-bottom: 35px;
        margin: 0;
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        padding-top: 30px;
    }

    .list_jobcard-case {
        display: flex;
        position: relative;
        animation: loop-slide 10s infinite linear 1s both;
    }
}




/* ----------------------
   選ばれる理由
----------------------- */

#reason_for_choosing {
    width: 100%;
    padding: 80px 0 80px 0;
    background-color: #002255;
}

.reason_for_choosing-wrap {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0;
}

@media screen and (max-width: 1150px)
/* 1150px以下 */
    {
    .reason_for_choosing-wrap {
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }
}

@media screen and (max-width: 768px)
/* 768px以下 */
    {
    #reason_for_choosing {
        width: 100%;
        padding: 60px 0 25px 0;
    }

    .reason_for_choosing-wrap {
        margin: 0 auto;
        padding: 0;
    }
}

@media screen and (max-width: 480px)
/* 480px以下 */
    {}

.reason_for_choosing-ul {
    display: flex;
    gap: 33px;
    margin-bottom: 0;
}

.reason_for_choosing-li {
    color: #fff;
    font-size: 3.0rem;
    font-weight: bold;
    width: 32%;
}

.reason_for_choosing-text_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
    line-height: 1.8;
    border-radius: 4px;
}

.reason_for_choosing-text_box h3 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 14px;
    line-height: 41px;
    letter-spacing: 0.2rem;
    text-align: center;
}

.reason_for_choosing-text_box p {
    font-size: 1.5rem;
}

@media screen and (max-width: 768px)
/* 768px以下 */
    {
    .reason_for_choosing-ul {
        display: block;
        gap: 33px;
    }

    .reason_for_choosing-li {
        color: #fff;
        font-size: 3.0rem;
        font-weight: bold;
        width: 100%;
        margin-bottom: 30px;
    }


}


/* 選ばれる理由のCVボタン
------------------------------ */
.ne-margin {
    margin-top: -70px !important;
}

@media screen and (max-width: 768px)
/* 768px以下 */
    {
    .ne-margin {
        margin-top: 0 !important;
    }
}


/* ----------------------
   転職事例
----------------------- */

#case {
    width: 100%;
    padding: 130px 0 80px 0;
    margin-top: -60px;
}

@media screen and (max-width: 768px)
/* 768px以下 */
    {
    #case {
        width: 100%;
        padding: 60px 0 50px 0;
    }

    .bg_fff {
        background-color: #fff !important;
    }
}


.fff {
    color: #fff !important;
}

@media screen and (min-width: 1025px)
/* 1025x以上 */
    {
    .case_area {
        padding-left: 108px;
        margin-top: -50px;
    }
}

@media screen and (max-width: 850px)
/* 850px以下 */
    {
    .case_area {
        padding: 0 20px;
        margin-top: -40px;
    }
}

/* 横スクロール
------------------------------ */
.scrollx_guide {
    position: relative;
    width: 120px;
    margin: 16px 0 15px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: baseline;
    padding-left: 24px;
}

.scrollx_guide .text {
    font-size: 1.5rem;
    color: #333;
    margin-right: 8px;
    letter-spacing: 0.1rem;
}

.scrollx_guide .line01 {
    width: 100%;
    height: 1px;
    background-color: #333;
}

.scrollx_guide .line02 {
    position: absolute;
    top: 17px;
    right: 0;
    transform-origin: right bottom;
    width: 12px;
    height: 1px;
    background-color: #333;
    transform: rotate(45deg);
}

.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);
}

/* スクロールバー
------------------------------ */
::-webkit-scrollbar {
    margin: 0 40px;
    height: 4px;
    width: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: #d1d1d1;
    border-radius: 50px;
}

::-webkit-scrollbar-track {
    background: inherit;
    box-shadow: none;
}

::-webkit-scrollbar-track {
    border-radius: 6px;
}

.case_wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 24px;
    overflow-x: scroll;
    position: relative;
}

.case_box {
    width: 572px;
    background-color: #fff;
    padding: 55px 35px 45px 35px;
    margin-bottom: 30px;
    flex-shrink: 0;
    border: 1px solid #cfcfcf;
}

.case_box .article_label {
    top: 0;
    left: 0;
    background-color: #714623;
    color: #fff;
    display: block;
    width: 120px;
    height: 36px;
    line-height: 35px;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    text-align: center;
}

.case_box .title {
    margin-top: 36px;
    font-size: 2rem;
    font-weight: 700;
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 25px;
    margin-bottom: 25px;
    line-height: 1.6;
}

.case_box .name {
    font-size: 1.4rem;
    color: var(--color_jac_gray5);
    margin: 12px 0 24px;
}

.case_box .type,
.case_box .pos {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.case_box .type p,
.case_box .pos p {
    font-size: 1.5rem;
    margin: 0;
}

.case_box .type .label,
.case_box .pos .label {
    display: block;
    width: 80px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    padding: 6px 0 8px;
    text-align: center;
    margin-right: 12px;
    margin-bottom: 12px;
}

.case_box .type .label {
    background-color: #002255;
}

.case_box .pos .label {
    background-color: #002255;
}

.case_box .text .str {
    color: #002255;
    font-weight: bold;
    font-size: 17px;
}

.case_box .intro {
    margin-top: 12px;
    text-align: left;
    border-top: 1px solid #c0c0c0;
    padding-top: 25px;
    margin-top: 15px;
}

.case_box .intro p {
    font-size: 1.4rem;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.case_box .link_box {
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 104px;
    text-align: center;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0.2));
}

.case_box .link_box a {
    margin-top: 39px;
    display: inline-block;
    background: #fff;
    border: 1px solid #002255;
    padding: 11px 50px 11px 50px;
    color: #002255;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
    border-radius: 30px;
    transition: .3s;
}

.case_box .link_box a:hover {
    background: #002255;
    border: 1px solid #002255;
    color: #fff;
}

@media screen and (max-width: 960px)
/* 960px以下 */
    {
    .case_box {
        width: 100%;
        padding: 40px 20px;
    }

    .case_box .title {
        margin: 1.5vh 0;
        padding: 0;
    }

    .case_box .text .str {
        display: block;
        margin: 0 0 0.9rem 0;
    }

    .case_box .intro {
        margin-top: 4px;
    }

    .case_box .intro p {
        -webkit-line-clamp: 8;
    }

    .case_box .link_box {
        height: auto;
        margin-bottom: 1.5vh;
    }

    .case_box .link_box a {
        margin: 3vh 0 0 0;
    }
}


@media screen and (max-width: 768px)
/* 768px以下 */
    {
    .case_box .title {
        font-size: 2rem;
        font-weight: 700;
        border-bottom: 1px solid #c0c0c0;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .case_box .intro {
        text-align: left;
        border-top: 1px solid #c0c0c0;
        padding-top: 25px;
        margin-top: 15px;
    }
}


/* ----------------------
   コンサルタント紹介
----------------------- */

#consultant {
    width: 100%;
}


.bg_diagonalnavy {
    position: relative;
}


.consultant_bg {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: linear-gradient(65deg, #0d294c 50%, #0a2342 80%);
    padding: 60px 0 80px 0;
}

.consultant_bg-in {
    position: absolute;
    top: 0;
    right: 50%;
    display: block;
    width: 2000px;
    height: 100%;
    background-color: #112848;
    transform: translateX(120%) skew(-20deg, 00deg);
}


.consul {
    background-image: linear-gradient(180deg, #08102b 0%, #051239 100%);
}

.consul__carousel {
    margin: 5rem 0 6rem;
    z-index: 3;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer
}

button,
input,
optgroup,
select,
textarea {
    font: inherit
}

button {
    overflow: visible
}

[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
}

button:hover {
    color: #002255;
    background-color: transparent;
    border: 1px solid #002255;
}

[aria-controls] {
    cursor: pointer
}

svg:not(:root) {
    overflow: hidden
}

.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;
}

.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.2rem;
    font-weight: 500;
    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: #e5e5e5;
    color: #333333;
    padding: 0 2.5rem 1px;
    font-weight: 600;
    transition: .3s;
    font-size: 1.6rem;
}

.consul__link:hover {
    background: #cdcdcd;
}

.consul__link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3rem;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(45deg) translateY(-50%)
}

.consul__pagination {
    bottom: -10rem;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    gap: 2.4vw;
}

@media screen and (max-width: 667px)
/* 667px以下 */
    {
    .consul__carousel {
        margin: 5rem 0 7rem;
    }

    .consul__carousel li.splide__slide {
        max-width: 300px;
        margin-right: 40px !important;
    }

    .consul__info {
        min-height: 384px;
    }

    .consul__pagination {
        gap: 3vw 6vw;
    }
}

@media screen and (max-width: 768px)
/* 768px以下 */
    {
    .consultant_bg {
        padding: 60px 0 50px 0;
    }

    .consultant_bg-in {
        display: none;
    }
}

@media screen and (max-width: 480px)
/* 480px以下 */
    {
    .cons_index {
        margin-top: 6rem;
    }
}

.slide-dummy {
    display: none;
}

.splide {}

.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 12px;
}



/* ----------------------
    職市場動向
----------------------- */

#market_trends {
    width: 100%;
    padding: 80px 0 80px 0;
}

@media screen and (max-width: 768px)
/* 768px以下 */
    {
    #market_trends {
        width: 100%;
        padding: 60px 0 50px 0;
    }
}


.market_trends-wrap {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 0 100px 0;
}

.market_trends-text_areapoint {
    color: #fff;
}

@media screen and (max-width: 1200px)
/* 1200px以下 */
    {
    .market_trends-wrap {
        padding: 6vh 6vw;
    }
}

@media screen and (max-width: 1150px)
/* 1150px以下 */
    {
    .market_trends-wrap {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 0 50px 0;
    }
}

@media screen and (max-width: 768px)
/* 768px以下 */
    {
    .market_trends-wrap {
        width: 90%;
    }
}


.market_trends-in {
    padding: 0;
    overflow: hidden;
}

.market_trends-img {
    position: relative;
    padding-right: 25px;
    overflow: hidden;
}

.market_trends-text_area {
    position: relative;
    z-index: 1;
    margin-top: -25px;
    padding: 43px 30px 55px;
}

.market_trends-text_area-go {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://www.jac-recruitment.jp/market/wp-content/uploads/2025/01/bg_diagonalline.png);
    background-repeat: repeat;
    overflow: hidden;
    z-index: -1;
}

.market_trend-cap {
    margin-bottom: 22px;
}

.market_trend-cap h3 {
    font-size: 2.0rem;
    line-height: 1.4;
}

.market_trends_more-ghostbutton {
    max-width: 250px;
    margin: 30px 0 30px 0;
    text-align: center;

}

.market_trends_more-ghostbutton a {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 13px 0;
    display: block;
    transition: .3s;
    font-size: 1.6rem;
}

.market_trends_more-ghostbutton a:hover {
    color: #002255;
    background-color: #fff;
    border: 1px solid #fff;
}

@media screen and (max-width: 768px)
/* 768px以下 */
    {
    .market_trends_more-ghostbutton {
        max-width: 400px;
        margin: 30px auto 15px auto;
        text-align: center;
    }

    .market_trends-img {
        position: relative;
        padding-right: 15px;
        overflow: hidden;
    }
}

@media all and (min-width: 2000px) {
   .market_trends {
        position: relative;
        margin-top: -50px;
    }

    .market_trends-dgs.oodash .market_trends-img:before {
        -webkit-transform: skewX(-29deg) translateX(100%);
        -ms-transform: skewX(-29deg) translateX(100%);
        transform: skewX(-29deg) translateX(100%);
    }

    .market_trends-dgs.oodash .market_trends-text_area-go:before {
        -webkit-transform: skewX(-29deg) translateX(-100%);
        -ms-transform: skewX(-29deg) translateX(-100%);
        transform: skewX(-29deg) translateX(-100%);
    }

    .market_trends-dgs {
        padding-top: 125px;
    }

    .market_trends-img {
        position: absolute;
        top: 0;
        left: 0;
        padding-right: 0;
        width: 45vw;
    }

    .market_trends-img:before {
        content: '';
        position: absolute;
        top: 0;
        left: -25%;
        width: 150%;
        height: 100%;
        background: #fff;
        -webkit-transform: skewX(-29deg) translateX(0);
        -ms-transform: skewX(-29deg) translateX(0);
        transform: skewX(-29deg) translateX(0);
        -webkit-transition: all 1.5s cubic-bezier(0.83, 0, 0.17, 1);
        transition: all 1.5s cubic-bezier(0.83, 0, 0.17, 1);
        -webkit-transition-delay: .5s;
        transition-delay: .5s;
    }

    .market_trends-text_area {
        margin-top: 0;
        max-width: 780px;
        width: 70%;
        margin-left: auto;
        padding: 100px 0 55px;
    }

    .market_trends-text_areapoint {
        padding-right: 130px;
    }

    .market_trends-text_area-go {
        left: auto;
        right: 0;
        width: 1100px;
        -webkit-transform: skew(-29deg, 0);
        -ms-transform: skew(-29deg, 0);
        transform: skew(-29deg, 0);
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    }

    .market_trends-text_area-go:before {
        content: '';
        position: absolute;
        top: 0;
        left: -25%;
        width: 150%;
        height: 100%;
        background: #fff;
        -webkit-transform: skewX(-29deg) translateX(0);
        -ms-transform: skewX(-29deg) translateX(0);
        transform: skewX(-29deg) translateX(0);
        -webkit-transition: all 1.5s cubic-bezier(0.83, 0, 0.17, 1);
        transition: all 1.5s cubic-bezier(0.83, 0, 0.17, 1);
        -webkit-transition-delay: .5s;
        transition-delay: .5s;
    }
}

@media (min-width: 600px) and (max-width: 1999px){
    .market_trends {
        position: relative;
        margin-top: -50px;
    }

    .market_trends-dgs.oodash .market_trends-img:before {
        -webkit-transform: skewX(-29deg) translateX(100%);
        -ms-transform: skewX(-29deg) translateX(100%);
        transform: skewX(-29deg) translateX(100%);
    }

    .market_trends-dgs.oodash .market_trends-text_area-go:before {
        -webkit-transform: skewX(-29deg) translateX(-100%);
        -ms-transform: skewX(-29deg) translateX(-100%);
        transform: skewX(-29deg) translateX(-100%);
    }

    .market_trends-dgs {
        padding-top: 125px;
    }

    .market_trends-img {
        position: absolute;
        top: 0;
        left: 0;
        padding-right: 0;
        width: 56vw;
    }

    .market_trends-img:before {
        content: '';
        position: absolute;
        top: 0;
        left: -25%;
        width: 150%;
        height: 100%;
        background: #fff;
        -webkit-transform: skewX(-29deg) translateX(0);
        -ms-transform: skewX(-29deg) translateX(0);
        transform: skewX(-29deg) translateX(0);
        -webkit-transition: all 1.5s cubic-bezier(0.83, 0, 0.17, 1);
        transition: all 1.5s cubic-bezier(0.83, 0, 0.17, 1);
        -webkit-transition-delay: .5s;
        transition-delay: .5s;
    }

    .market_trends-text_area {
        margin-top: 0;
        max-width: 780px;
        width: 70%;
        margin-left: auto;
        padding: 100px 0 55px;
    }

    .market_trends-text_areapoint {
        padding-right: 130px;
    }

    .market_trends-text_area-go {
        left: auto;
        right: 0;
        width: 1100px;
        -webkit-transform: skew(-29deg, 0);
        -ms-transform: skew(-29deg, 0);
        transform: skew(-29deg, 0);
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    }

    .market_trends-text_area-go:before {
        content: '';
        position: absolute;
        top: 0;
        left: -25%;
        width: 150%;
        height: 100%;
        background: #fff;
        -webkit-transform: skewX(-29deg) translateX(0);
        -ms-transform: skewX(-29deg) translateX(0);
        transform: skewX(-29deg) translateX(0);
        -webkit-transition: all 1.5s cubic-bezier(0.83, 0, 0.17, 1);
        transition: all 1.5s cubic-bezier(0.83, 0, 0.17, 1);
        -webkit-transition-delay: .5s;
        transition-delay: .5s;
    }

}

@media all and (min-width: 600px) and (max-width: 1280px) {
    .market_trends-text_area {
        padding: 55px 0 35px;
    }
}

@media screen and (min-width: 1700px)
/* 1700px以上 */
    {
    .market_trends-text_area-go {
        width: 1300px;
    }

    .market_trends-text_area {
        max-width: 950px;
    }
}


/* ----------------------
    お役立ち情報
----------------------- */


.chapter__3box-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
}

.chapter__3box-inner a {
    color: #353535;
}

.chapter__3box-inner dl {
    width: 31%;
    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 img {
    object-fit: cover;
    height: 100%
}

.chapter__3box-inner dl dd {
    display: none;
}

.chapter__3box-inner dl dd time {
    color: gray;
    font-size: 12px;
    text-align: justify;
}

.chapter__3box-inner dl dd ul {
    display: flex;
    flex-wrap: wrap;
}

.chapter__3box-inner dl dd ul li {
    margin-right: 15px;
}

.chapter__3box-inner dl dd ul li a {
    color: #0a378b;
    position: relative;
    line-height: 1.3;
    font-size: 13px;
    font-weight: 500;
}

.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: 20px;
    font-weight: 600;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 6px;
}

.chapter__3box-title:hover {
    text-decoration: underline
}

.chapter__3box-title+div {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

@media screen and (max-width: 1150px) {
    .market__unit {
        width: 90%;
        margin: 0 auto;
    }
}

@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 dd {
        gap: 3rem
    }

    .market__unit {
        width: 90%;
        margin: 0 auto;
    }
}

@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
    }
}

@media screen and (min-width: 769px) {
    .market__unit {
        max-width: 1150px;
        margin: auto;
        padding: 0;
    }
}

/* すべて表示するボタン */
.chapter__more {
    margin: 8rem auto 0;
}

.chapter__more:after {
    transition: .6s;
    transform: rotate(90deg)
}

.chapter__3box-inner.opened+.chapter__more:after {
    transform: rotate(-90deg);
}

@media screen and (max-width: 667px) {
    .chapter__more {
        margin: 3rem auto 0;
    }
}

.chapter__cv-arw-btn {
    max-width: 400px;
    margin: 50px auto;
    text-align: center;
}

.chapter__cv-arw-btn--white {
    font-size: 1.8rem;
    width: 100%;
    color: #fff;
    border: 1px solid #002255;
    background-color: #002255;
    display: block;
    padding: 20px 0;
    transition: .3s;
}

.chapter__cv-arw-btn--white a:hover {
    font-size: 1.8rem;
    color: #002255;
    border: 1px solid #002255;
    background-color: transparent;
    display: block;
    padding: 20px 0;
}

@media screen and (max-width: 667px) {
    .chapter__cv-arw-btn--white {
        font-size: 1.6rem;
        letter-spacing: .1rem
    }
}


@media screen and (max-width: 667px) {

    .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: 0;
        font-size: 1.6rem;
        margin: 40px auto 30px;
    }
}

/* ----------------------
    採用企業一覧
----------------------- */

#employing_company {
    width: 100%;
    padding: 80px 0 80px 0;
}

@media screen and (max-width: 768px)
/* 768px以下 */
    {
    #employing_company {
        width: 100%;
        padding: 60px 0 50px 0;
    }

}

#company_li {
    max-width: 1150px;
    margin: 0 auto;
    flex-wrap: wrap;
}

#company_li li {
    width: calc((100% / 5) - 1.2rem);
    margin: 0.5%;
}

#company_li img {
    border: 1px solid #eee;
    padding: 0.6rem 2.4rem;
}

#company_li li a img {
    display: block;
    background: #fff;
    color: #000;
    text-align: center;
    transition: 0.3s;
    box-shadow: 5px 5px 0 #dedede;
    position: relative;
    top: -5px;
    left: -5px;
}

#company_li li a img:hover {
    box-shadow: 0 0 0 #dedede;
    color: #fff;
    top: 0;
    left: 0;
}

#company_li p {
    margin-top: 0.6rem;
    font-weight: 500;
    color: #333;
    font-size: 1.3rem;
    text-align: center;
}

@media screen and (max-width: 1150px)
/* 1150px莉･荳� */
    {
    #company_li {
        width: 90%;
        margin: 10px auto 0 auto;
    }

    .employing_company-textlink {
        width: 90%;
        margin: 0 auto;
        text-align: left;
    }
}

@media screen and (max-width: 900px)
/* 900px莉･荳� */
    {
    #company_li {
        width: 90%;
        margin: 0px auto 0 auto;
    }
}

@media screen and (max-width: 768px)
/* 768px莉･荳� */
    {
    #company_li li {
        width: calc((100% / 2) - 0.8rem);
        margin-bottom: 15px;
    }

    #company_li p {
        font-size: 1.3rem;
    }
}

.employing_company-textlink {
    max-width: 1150px;
    margin: 20px auto;
    text-align: left;
}

.employing_company-textlink a {
    font-size: 1.5rem;
    color: #333;
    text-decoration: underline;
}

@media screen and (max-width: 768px)
/* 768px莉･荳� */
    {
    #company_li {
        width: 90%;
        margin: 30px auto 0 auto;
    }

    .employing_company-textlink {
        width: 90%;
        margin: 0 auto;
        text-align: left;
    }

    .employing_company-textlink a {
        font-size: 1.5rem;
        color: #333;
        text-decoration: underline;
    }
}


/* ----------------------
    インタビュー
----------------------- */

#interview {
    width: 100%;
    padding: 80px 0 80px 0;
}

@media screen and (max-width: 768px)
/* 768px以下 */
    {
    #interview {
        width: 100%;
        padding: 60px 0 50px 0;
    }

}

.interview-wrap {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 0 100px 0;
}

@media all and (max-width: 1150px) {
    .interview-wrap {
        width: 90%;
        margin: 0 auto;
        padding: 0 0 100px 0;
    }
}

.bg_wth {
    width: 100%;
    position: absolute;
    z-index: 3;
    background-color: #fff;
    height: 300px;
    top: 0;
    left: 0;
}

.interview_bg {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: linear-gradient(65deg, #0d294c 50%, #0a2342 80%);
}

.interview_bg-in {
    position: absolute;
    top: 0;
    right: 40%;
    display: block;
    width: 2000px;
    height: 100%;
    background-color: #152b49;
    transform: translateX(120%) skew(-20deg, 00deg);
}

.interview-cardlayout-wrap {
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    transition-property: opacity;
    transition-duration: 0.3s;
    position: relative;
    z-index: 10;
}

.interview-cardlayout-wrap a.card-link {
    text-decoration: none;
}

.interview-cardlayout-wrap a:hover {
    opacity: 0.7;
    transition-duration: 0.3s;
}

.interview-cardlayout-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
}

.interview-card-figure {
    margin: 0;
    padding: 0;
}

.interview-text-wrap {
    margin: 0 auto;
    padding: 30px 25px 35px 25px;
}

.interview-card-list {
    margin: 20px 0;
    width: calc(96% / 3);
    background: #fff;
}

.interview-cardlayout-wrap::after {
    content: "";
    display: block;
    width: calc(96% / 3);
}

.interview-card-title {
    color: #333;
    font-size: 1.8rem;
    text-align: left;
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 20px;
    line-height: 1.4;
    height: 70px;
}

.interview-card-text-tax {
    color: #333;
    text-align: left;
    font-size: 1.5rem;
}

@media all and (max-width: 768px) {
    .interview-wrap {
        width: 90%;
        margin: 0 auto;
    }

    .interview-card-list {
        width: calc(96% / 2);
    }

    .interview-card-list {
        padding: 0;
        width: 100%;
    }

    .interview-wrap {
        padding: 0 0 50px 0;
    }
}


@media all and (max-width: 480px) {
    .interview-wrap {
        width: 90%;
        margin: 0 auto;
    }

    .interview-card-list {
        width: 100%;
    }

    .interview-cardlayout-wrap::after {
        content: "";
        display: block;
        width: 100%;
    }

    .interview-card-list {
        padding: 0;
        width: 100%;
        background: #fff;
    }
}

/* more */

.interview-cardlayout-hide {
    display: none;
    width: 100%;
}

.interview-more-button {
    max-width: 400px;
    margin: 20px auto;
    text-align: center;
    cursor: pointer;
    font-size: 1.8rem;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    display: block;
    padding: 20px 0;
    transition: .3s;
    position: relative;
}

.interview-more-button:hover {
    font-size: 1.8rem;
    color: #002255;
    border: 1px solid #002255;
    background-color: #fff;
    display: block;
    padding: 20px 0;
}

.interview-more-button::after {
    content: "もっと見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

.interview-more-button.on-click::after {
    content: "閉じる";
}

.cap_relative {
    position: relative;
    z-index: 3;
}


/* ----------------------
    転職サポートサービスの流れ
----------------------- */

#flow {

        padding-top: 80px;
}

.flow-wrap {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 0 90px 0;
}

.flow_steps .step_list li {
    position: relative;
    display: block;
    border: 1px solid var(--color_jac_gray2);
    border-radius: 4px;
    margin-bottom: 38px;
}

.flow_steps .step_list li:last-child {
    margin-bottom: 0;
}

.flow_steps .step_list li:last-of-type:after {
    display: none;
}

.flow_steps .step_list .title_wrap {
    background-color: #002255;
    color: #fff;
    text-align: center;
    padding: 4px 0 12px;
}

.flow_steps .step_list .num {
    font-size: 1.2rem;
    font-weight: 500;
}

.flow_steps .step_list .step_title {
    font-size: 1.6rem;
    margin-bottom: 0;
    line-height: 1.6;
}

.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;
}

.step_block {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media screen and (max-width: 1150px)
/* 1150px莉･荳� */
    {
    .flow-wrap {
        width: 90%;
        margin: 0 auto;
        padding: 0 0 100px 0;
    }
}

@media screen and (min-width: 769px)
/* 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 {
        width: 20%;
        margin-right: 44px;
    }

    .flow_steps .step_list li:last-child {
        margin-right: 0;
    }

    .flow_steps .step_list .text {
        font-size: 1.5rem;
        padding: 12px 16px;
        height: 166px;
        font-weight: 400;
    }
}

@media screen and (max-width: 960px)
/* 960px以下 */
    {
    .flow .inner_block {
        padding: 0;
    }

    .flow_steps .step_list {
        padding-bottom: 24px;
        -webkit-overflow-scrolling: touch;
    }
}

@media (min-width: 768px) and (max-width: 1000px)
/* 481px以上768px以下 */
    {
    .flow_steps .step_list .step_title {
        font-size: 1.4rem;
    }

    .flow_steps .step_list .text {
        font-size: 1.3rem;
        padding: 12px 16px;
        height: 170px;
        font-weight: 400;
    }
}

@media (min-width: 768px) and (max-width: 1000px)
/* 481px以上768px以下 */
    {
    .flow_steps .step_list .step_title {
        font-size: 1.3rem;
    }

    .flow_steps .step_list .text {
        font-size: 1.3rem;
        padding: 12px 16px;
        height: 170px;
        font-weight: 400;
    }
}

@media (min-width: 481px) and (max-width: 768px)
/* 481px以上768px以下 */
    {
    .flow_steps .step_list {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: stretch;
    }

    .flow_steps .step_list li {
        width: calc((100% / 3) - 30px);
        margin-right: 44px;
    }

    .flow_steps .step_list li:nth-child(3n) {
        margin-right: 0;
    }

    .flow_steps .step_list li:nth-child(3n)::after {
        content: none;
    }

    .flow_steps .step_list .text {
        font-size: 1.3rem;
        padding: 20px 18px;
        font-weight: 400;
    }
}

@media screen and (min-width: 481px)
/* 481px以上 */
    {
    .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);
    }
}

@media screen and (max-width: 480px)
/* 480px以下 */
    {
    .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;
    }
}

/* ----------------------
    フッター上CTA
----------------------- */
#foot-cat {
    background-image: url("https://www.jac-recruitment.jp/market/wp-content/uploads/2025/01/consulting-bg_foot-cta.jpg");
    text-align: center;
    background-size: cover;
    padding: 100px 0 100px 0;
}

@media screen and (max-width: 767px)
/* 767px以下 */
    {
    #foot-cat {
        padding: 60px 0 80px 0;
    }

    .foot-cta-txt {
        width: 90%;
        margin: 0 auto 30px auto;
        color: #fff;
        padding: 0 10px;
        font-weight: 500;
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 768px)
/* 768px以上 */
    {
    .foot-cta-txt {
        color: #fff;
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 20px;
    }
}

@media screen and (max-width: 480px)
/* 480x以下 */
    {
    .foot-btn {
        text-align: left;
    }
}



.foot-consulting_cv_btn_wrap {
    text-align: center;
    padding: 1.8rem;
    max-width: 65rem;
    margin: auto;
}

.foot-consulting_btn {
    background: #9e0000;
    box-shadow: 5px 5px 0 #000;
    position: relative;
    top: -5px;
    left: -5px;
    font-size: 2.4rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 2rem 0;
    color: #fff;
    letter-spacing: 2px;
    transition: 0.3s;
    line-height: 1.3;
}

.foot-consulting_btn span {
    font-size: 1.8rem;
}

.foot-consulting_btn:hover {
    background: #800202;
    box-shadow: 0 0 0 #000;
    top: 0;
    left: 0;
}

@media screen and (max-width: 768px)
/* 768px以下 */
    {
    .foot-consulting_cv_btn_wrap {
        text-align: center;
        padding: 0;
        max-width: 90%;
        background: #fff;
        margin: auto;
    }

    .foot-consulting_btn {
        background: #9e0000;
        box-shadow: 5px 5px 0 #000;
        position: relative;
        top: -5px;
        left: -5px;
        font-size: 1.8rem;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 2rem 0;
        color: #fff;
        letter-spacing: 2px;
        transition: 0.3s;
        line-height: 1.3;
    }

    .foot-consulting_btn span {
        font-size: 1.3rem;
    }
}


/* ----------------------
    Fixed Parts
----------------------- */
#fixed_cv {
    display: none;
    position: fixed;
    right: 0;
    bottom: 104px;
    z-index: 999;
}

#fixed_cv {
    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;
    font-family: sans-serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Tahoma, Verdana, Arial, Verdana, sans-serif;
}

#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 {
        padding: 0;
        width: 100%;
        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;
        font-family: sans-serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Tahoma, Verdana, Arial, Verdana, sans-serif;
    }

    /* 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;
    padding-top: 14px;
}

.fixed_cv_sponly {
    display: none;
    padding-top: 14px;
    width: 95%;
}

@media screen and (max-width: 767px)
/* 767x以下 */
    {
    .fixed_cv_pconly {
        display: none;
        padding-top: 14px;
    }

    .fixed_cv_sponly {
        display: block;
        padding-top: 14px;
        width: 95%;
    }
}



/* ----------------------
    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;
    font-family: sans-serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Tahoma, Verdana, Arial, Verdana, sans-serif;
}

#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;
        font-family: sans-serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Tahoma, Verdana, Arial, Verdana, sans-serif;
    }

    /* 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;
    padding-top: 14px;
}

.fixed_cv_sponly {
    display: none;
    padding-top: 14px;
    width: 95%;
}

@media screen and (max-width: 767px)
/* 767x以下 */
    {
    .fixed_cv_pconly {
        display: none;
        padding-top: 14px;
    }

    .fixed_cv_sponly {
        display: block;
        padding-top: 14px;
        width: 95%;
    }
}

/* ----------------------
    fixed CVボタン
----------------------- */
.cv_btn {
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 2rem 3rem;
    background: #9e0000;
    transition: .3s;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    z-index: 1;
    height: calc(170px / 2);
}

.cv_btn:hover {
    background: #800202;
}

.cv_btn::before,
.cv_btn::after {
    content: "";
    display: block;
    height: calc(170px / 2);
    width: 170px;
    position: absolute;
    top: 0;
    z-index: -1;
}

.cv_btn::before {
    background: #b70203;
    left: -85px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.cv_btn::after {
    background: #9d0707;
    right: -85px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

#fv_cv_btn {
    position: absolute;
    left: 50px;
    bottom: 0;
    pointer-events: auto;
}

@media screen and (min-width: 769px)
/* 769px以上 */
    {
    .cv_btn_wrap {
        text-align: center;
    }
}

@media (min-width: 769px) and (max-width: 1023px)
/* 769px以上1023px以下 */
    {
    .cv_btn {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 768px)
/* 768px以下 */
    {
    .cv_btn_wrap {
        padding: 0 16px;
    }

    #fv_cv_btn {
        position: static;
        text-align: left;
    }

    .cv_btn {
        font-size: 1.9rem;
        width: calc(100% - 27px);
        height: calc(108px / 2);
        padding: 1.5rem 0;
        margin-left: -16px;
    }

    .cv_btn::before {
        content: none;
    }

    .cv_btn::after {
        height: calc(108px / 2);
        width: 108px;
        right: -54px;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
    }
}

@media screen and (max-width: 480px)
/* 480px以下 */
    {
    .cv_btn {
        font-size: 1.5rem;
    }
}


/* ----------------------
    もっと見るボタン
----------------------- */

.consulting_more-button {
    max-width: 400px;
    margin: 50px auto 0 auto;
    text-align: center;
}

.consulting_more-button a {
    font-size: 1.8rem;
    color: #fff;
    border: 1px solid #002255;
    background-color: #002255;
    display: block;
    padding: 20px 0;
    transition: .3s;
}

.consulting_more-button a:hover {
    font-size: 1.8rem;
    color: #002255;
    border: 1px solid #002255;
    background-color: transparent;
    display: block;
    padding: 20px 0;
}

@media screen and (max-width: 768px)
/* 768px以下 */
    {
    .consulting_more-button {
        width: 90%;
        margin: 50px auto 0 auto;
    }
}


.consulting_more-ghostbutton {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}

.consulting_more-ghostbutton a {
    font-size: 1.8rem;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    display: block;
    padding: 20px 0;
    transition: .3s;
}

.consulting_more-ghostbutton a:hover {
    font-size: 1.8rem;
    color: #002255;
    border: 1px solid #002255;
    background-color: #fff;
    display: block;
    padding: 20px 0;
}

@media screen and (max-width: 768px)
/* 768px以下 */
    {
    .consulting_more-ghostbutton {
        width: 90%;
        margin: 25px auto 0 auto;
        padding: 20px 0 0 0;
    }
}

.br_sps {
    display: none;
}

@media screen and (max-width: 769px)
/* 769px以下 */
    {
    .br_sps {
        display: block;
    }
}

@media screen and (max-width: 480px)
/* 480px以下 */
    {
    .br_sps {
        display: block;
    }
}


/* ----------------------
    Responsive
----------------------- */
.pc_show {
    display: block !important;
}

.sp_show {
    display: none !important;
}

.br_sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .pc_show {
        display: none !important;
    }

    .sp_show {
        display: block !important;
    }

    .br_sp {
        display: block;
    }
}

/* -----------------------------------------------------------------------------
    フッター
   -------------------------------------------------------------------------- */
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)
/* 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)
/* 768px以上 */
    {
    .footer-bottom {
        display: flex;
        align-items: center;
    }
}

@media screen and (min-width: 1360px)
/* 1360px以下 */
    {
    .footer-logo {
        width: 10%;
    }
}

@media screen and (min-width: 768px)
/* 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)
/* 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: 767px)
/* 767px以下 */
    {
    .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;
}


/* ----------------------
    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;
    font-family: sans-serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Tahoma, Verdana, Arial, Verdana, sans-serif;
}

#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;
        font-family: sans-serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Tahoma, Verdana, Arial, Verdana, sans-serif;
    }

    /* 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;
    padding-top: 14px;
}

.fixed_cv_sponly {
    display: none;
    padding-top: 14px;
    width: 95%;
}

@media screen and (max-width: 767px)
/* 767x以下 */
    {
    .fixed_cv_pconly {
        display: none;
        padding-top: 14px;
    }

    .fixed_cv_sponly {
        display: block;
        padding-top: 14px;
        width: 95%;
    }
}

/* ----------------------
    fixed CVボタン
----------------------- */
.cv_btn {
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 2rem 3rem;
    background: #9e0000;
    transition: .3s;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    z-index: 1;
    height: calc(170px / 2);
}

.cv_btn:hover {
    background: #800202;
}

.cv_btn::before,
.cv_btn::after {
    content: "";
    display: block;
    height: calc(170px / 2);
    width: 170px;
    position: absolute;
    top: 0;
    z-index: -1;
}

.cv_btn::before {
    background: #b70203;
    left: -85px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.cv_btn::after {
    background: #9d0707;
    right: -85px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

#fv_cv_btn {
    position: absolute;
    left: 50px;
    bottom: 0;
    pointer-events: auto;
}

@media screen and (min-width: 769px)
/* 769px以上 */
    {
    .cv_btn_wrap {
        text-align: center;
    }
}

@media (min-width: 769px) and (max-width: 1023px)
/* 769px以上1023px以下 */
    {
    .cv_btn {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 768px)
/* 768px以下 */
    {
    .cv_btn_wrap {
        padding: 0 16px;
    }

    #fv_cv_btn {
        position: static;
        text-align: left;
    }

    .cv_btn {
        font-size: 1.9rem;
        width: calc(100% - 27px);
        height: calc(108px / 2);
        padding: 1.5rem 0;
        margin-left: -16px;
    }

    .cv_btn::before {
        content: none;
    }

    .cv_btn::after {
        height: calc(108px / 2);
        width: 108px;
        right: -54px;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
    }
}

@media screen and (max-width: 480px)
/* 480px以下 */
    {
    .cv_btn {
        font-size: 1.5rem;
    }
}


/* ----------------------
    もっと見るボタン
----------------------- */

.consulting_more-button {
    max-width: 400px;
    margin: 50px auto 0 auto;
    text-align: center;
}

.consulting_more-button a {
    font-size: 1.8rem;
    color: #fff;
    border: 1px solid #002255;
    background-color: #002255;
    display: block;
    padding: 20px 0;
    transition: .3s;
}

.consulting_more-button a:hover {
    font-size: 1.8rem;
    color: #002255;
    border: 1px solid #002255;
    background-color: transparent;
    display: block;
    padding: 20px 0;
}

@media screen and (max-width: 768px)
/* 768px以下 */
    {
    .consulting_more-button {
        width: 90%;
        margin: 50px auto 0 auto;
    }
}


.consulting_more-ghostbutton {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}

.consulting_more-ghostbutton a {
    font-size: 1.8rem;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    display: block;
    padding: 20px 0;
    transition: .3s;
}

.consulting_more-ghostbutton a:hover {
    font-size: 1.8rem;
    color: #002255;
    border: 1px solid #002255;
    background-color: #fff;
    display: block;
    padding: 20px 0;
}

@media screen and (max-width: 768px)
/* 768px以下 */
    {
    .consulting_more-ghostbutton {
        width: 90%;
        margin: 25px auto 0 auto;
        padding: 20px 0 0 0;
    }
}

.br_sps {
    display: none;
}

@media screen and (max-width: 769px)
/* 769px以下 */
    {
    .br_sps {
        display: block;
    }
}

@media screen and (max-width: 480px)
/* 480px以下 */
    {
    .br_sps {
        display: block;
    }
}


/* ----------------------
    Responsive
----------------------- */
.pc_show {
    display: block !important;
}

.sp_show {
    display: none !important;
}

.br_sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .pc_show {
        display: none !important;
    }

    .sp_show {
        display: block !important;
    }

    .br_sp {
        display: block;
    }
}


/* ----------------------
    カルテで表示している右下のバナーの位置調節
----------------------- */
.onetime_popup_content {
    margin-bottom: 73px !important;
}


/* ----------------------
    カルテで表示している右下のバナーの位置調節
----------------------- */
.onetime_popup_content {
    margin-bottom: 73px !important;
}

/* ----------------------
    lgbtq
----------------------- */
.for-support {
    font-size: 1.8rem;
    line-height: 2.0em;
    color: #000;
}

.consulting_cap-wrap p {
    margin: 0 auto;
    width: 85%;
}