@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
}

/* ----------------------
    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%);
    --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: #00a9e0;

    --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%);
    --bg_cvbtn4: linear-gradient(-103deg, #a40505 0%, #5e0202 100%);
}
@media screen and (max-width: 767px)/* 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;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 767px)/* 767px以下 */ {
    body {
        font-size: 1.6rem;
    }
}

/* ----------------------
    Responsive
----------------------- */
.pc_show {
    display: block;
}
.sp_show {
    display: none;
}
@media screen and (max-width: 767px)/* 767px以下 */ {
    .pc_show {
        display: none;
    }
    .sp_show {
        display: block;
    }
}

/* ----------------------
    Text Style
----------------------- */
h2 {
    font-size: clamp(3.2rem, 0.5rem + 6vw, 4.0rem);
    font-weight: 700;
    text-align: center;
    margin-bottom: 4.5rem;
}
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;
}
.ttl_line {
    font-size: clamp(3.2rem, 0.5rem + 6vw, 4.0rem);
    margin-bottom: 3rem;
}
.ttl_line::after {
    content: "";
    display: block;
    background: linear-gradient(90deg, #038BC8 0%, #4B25BE 100%);
    width: 10rem;
    height: 0.5rem;
    margin: 3rem auto 0;
    border-radius: 1rem;
}
@media screen and (min-width: 768px)/* 768px以上 */ {
    p {font-size: 1.5rem;}
}

@media screen and (max-width: 767px)/* 767px以下 */ {
    h4 {padding: 11px;}
    p {font-size: 1.4rem;}
    h2 {margin-bottom: 2.5rem;}
}
@media screen and (max-width: 480px)/* 480px以下 */ {
    h3 {
        font-size: 2.4rem;
    }
}

a, a:visited {
    text-decoration: none;
}

a:not(.cv_btn):hover, a:not(.cv_btn):active {
    text-decoration: none;
}

ol, ul {
    list-style: none;
}
[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 {
    text-decoration: none;
    border: none;
}
[aria-controls] {
    cursor: pointer
}
svg:not(:root) {
    overflow: hidden
}

/* ----------------------
    Common Parts
----------------------- */
section {
    width: 100%;
    padding: 8vh 0;
}
@media screen and (max-width: 1200px)/* 1200px以下 */ {
    section {
        padding: 6vh 0;
    }
}
@media screen and (max-width: 480px)/* 480px以下 */ {
    section {
        padding: 6vh 0;
    }
}

.flex {display: flex;}
.fww {flex-wrap: wrap;}
.aic  {align-items: center;}
.jcs  {justify-content: space-between;}
.small {font-size: 80%;}
.mb90 {margin-bottom: 9rem;}
.pt90 {padding-top: 9rem;}
.mb60 {margin-bottom: 6rem;}
.pb60 {padding-bottom: 6rem;}
.mb30 {margin-bottom: 3rem;}
.pb30 {padding-bottom: 3rem;}
.mb20 {margin-bottom: 2rem;}
.pb20 {padding-bottom: 2rem;}

.container {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
}
@media screen and (max-width: 768px)/* 768px以下 */ {
    .container {
        width: 90%;
    }
}

@media screen and (max-width: 480px)/* 480px以下 */ {
    .small {font-size: 80%;}
    .mb90 {margin-bottom: 5rem;}
    .pt90 {padding-top: 5rem;}
    .mb60 {margin-bottom: 4rem;}
    .pb60 {padding-bottom: 4rem;}
    .mb30 {margin-bottom: 3rem;}
    .pb30 {padding-bottom: 3rem;}
    .mb20 {margin-bottom: 2rem;}
    .pb20 {padding-bottom: 2rem;}
}


.lblue_bg {background: #A0CCEB;}
.grey_bg {
    background: #f6f6f6;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.grey_bg::after {
    content: "";
    display: block;
    width: 39rem;
    height: calc(100% + 42rem);
    transform: rotate(30deg);
    background: #fff;
    position: absolute;
    top: -21rem;
    left: calc(50% - 11rem);
    z-index: -1;
}
.grey_bg_none:after {
    content: "";
    display: block;
    width: 50%;
    height: 50%;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}


/* ----------------------
    ボタン
----------------------- */
.cv_btn_wrap, .parts_btn_wrap {
    text-align: center;
    padding: 3rem;
    max-width: 65rem;
    background: #fff;
    margin: auto;
}
.cv_btn, .parts_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /*height: 10rem;*/
    padding: 2rem 0;
    color: #fff;
    letter-spacing: 2px;
    transition: 0.3s;
}

.cv_btn, .parts_btn_low {
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 2rem 0;
    color: #fff;
    letter-spacing: 2px;
    transition: 0.3s;
}

.cv_btn {
    background: linear-gradient(90deg, #038BC8 0%, #4B25BE 100%);
    box-shadow: 5px 5px 0 #000;
    position: relative;
    top: -5px;
    left: -5px;
    font-size: 2.5rem;
    font-weight: 700;
}
.cv_btn:hover {
    background: linear-gradient(90deg, #000077 0%, #000077 100%);
    box-shadow: 0 0 0 #000;
    top: 0;
    left: 0;
}
.parts_btn {
    background: linear-gradient(270deg, #0066CC 0%, #0BA7EF 100%);
    font-size: 1.8rem;
    font-weight: 500;
}
.parts_btn:hover {
    background: linear-gradient(90deg, #000077 0%, #000077 100%);
}
.cv_btn span, .parts_btn span {
    font-size: 1.8rem;
    display: block;
    font-weight: 400;
}
.parts_btn_low {
    background: linear-gradient(270deg, #0066CC 0%, #0BA7EF 100%);
    font-size: 1.8rem;
    font-weight: 500;
}
.parts_btn_low:hover {
    background: linear-gradient(90deg, #000077 0%, #000077 100%);
}
.cv_btn span, .parts_btn_low span {
    font-size: 2rem;
    display: block;
    font-weight: 400;
}

.parts_btn2rows {
    width: calc((100% / 2) - 2rem);
    padding: 0;
}

@media screen and (max-width: 768px)/* 768px以下 */ {
    .cv_btn span, .parts_btn_low span {
        font-size: 2rem;
        display: block;
        font-weight: 400;
    }
    .cv_btn_wrap, .parts_btn_wrap {
        padding: 0;
    }
    .cv_btn, .parts_btn {
 
    }
    .cv_btn, .parts_btn_low {
        padding: 1.8rem 0;
    }
    .parts_btn {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 480px)/* 480px以下 */ {
    .cv_btn span, .parts_btn_low span {
        font-size: 1.6rem;
        display: block;
        font-weight: 400;
    }
    .cv_btn, .parts_btn {font-size: 1.5rem;}
    .cv_btn, .parts_btn_low {
        font-size: 1.6rem;
        padding: 1.8rem 0;
    }
    .parts_btn2rows {
        width: calc(100% - 1rem);
        max-width: 100%;
        margin-bottom: 10px;
    }
    .parts_btn2rows a {width: 100%;}
    .parts_btn_wrap {
        padding: 0;
    }
    .sp_cv_btn{font-size: 1.8rem;}
}

@media screen and (min-width: 768px)/* 768px以上 */ {
    #reason, #job_search, #case, #consul, #market_trends {
        padding-top: 114px;
        margin-top: -114px;
    }
}
@media screen and (max-width: 767px)/* 767px以下 */ {
    #reason, #job_search, #case, #consul, #market_trends {
        padding-top: 80px;
        margin-top: -80px;
    }
}


/* -----------------------------------------------------------------------------
    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: 1150px) {
    .header .header-logo img {
        height: 50px;
    }
}
@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)/* 1025x以下 */ {
	.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: #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: 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: 45px;
        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: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: #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 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: linear-gradient(90deg, #038BC8 0%, #4B25BE 100%);
    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;
    }
}
.corporation {
    padding-right: 9px;
    text-align: end;
    font-size: 13px;
}
.corporation a {
    border-bottom: 1px solid #000;
}
.header_btn {
    display: inline-block;
    background-image: var(--bg_cvbtn);   /* テーマカラー変更 */
    background: linear-gradient(270deg, #0066CC 0%, #0BA7EF 100%); /* テーマカラー変更 */
    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)/* 768px以上 */ {
    .parts_btn {
        text-align: center;
        /*max-width: 403px;*/
        margin: auto;
    }
    .parts_btn_low {
        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;
}
.parts_btn_low 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)/* 767px以下 */ {
    .parts_btn {
        text-align: center;
        /*max-width: 376px;*/
        margin: auto;
    }
    .parts_btn_low {
        text-align: center;
        /*max-width: 376px;*/
        margin: auto;
    }
    .parts_btn02 {
        padding: 5px 0;
    }
    .parts_btn a {
        padding: 20px 0 20px;
        width: 350px;
    }
    .parts_btn_low a {
        padding: 20px 0 20px;
        width: 350px;
    }
}
@media screen and (max-width: 768px)/* 768px以下 */ {
    .parts_btn2rows {
        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
----------------------- */
@media screen and (min-width: 769px)/* 769px以上 */ {
    #automotive_fv {
        position: relative;
        letter-spacing: 0.1rem;
        overflow: hidden;
        height: 590px;
    }
    #fv_image, #fv_image_white {
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        height: auto;
        width: 1920px;
        margin-left: -20%;
    }
    #fv_image img, #fv_image_white img {
        object-fit: cover;
        width: 100%;
        height: 590px;
        object-position: left;
    }
}
@media screen and (min-width: 1340px)/* 1340px以上 */ {
    #fv_image, #fv_image_white {
        margin-left: calc(50% - 1920px / 2);
    }
}
@media (min-width: 821px) and (max-width: 1024px)/* 821px以上1024px以下 */ {
    #fv_image, #fv_image_white {
        margin-left: -45%;
    }
}
@media (min-width: 769px) and (max-width: 820px)/* 769px以上820px以下 */ {
    #fv_image, #fv_image_white {
        margin-left: -75%;
    }
}
@media screen and (max-width: 768px)/* 768px以下 */ {
    #fv_image_white {
        display: none;
    }
}

/* fv_conts
----------------------- */
#fv_conts {
    z-index: 2;
    max-width: 1440px;
    width: fit-content;
}
#main_copy {
    font-size: 5.8rem;
    font-weight: 500;
    font-style: italic;
    line-height: 1.2;
    color: #fff;
    text-align: left; 
    letter-spacing: 0.3rem;
    margin-bottom: 4rem;
    padding-left: 20px;
}
#main_copy strong {
    display: block;
    font-size: 7rem;
    letter-spacing: 1px;
}
#fv_image_white {
    pointer-events: none;
}
#fv_img_posi {
    position: relative;
    max-width: 1250px;
    margin: auto;
    padding: 10px 24px 99px 24px;
    height: 100%;
    pointer-events: none;
}

#oricon {
    position: relative;
    width: fit-content;
    color: #fff;
    padding-left: 20px;
}
#oricon_line1 {
    font-size: 3rem;
    border-bottom: 1px solid;
    padding-bottom: 6px;
    margin-bottom: 12px;
}
#oricon_line2 {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 0.6rem;
}
#oricon_line3 {
    font-size: 6.6rem;
    font-weight: 700;
    line-height: 1;
    margin-top: -11px;
    letter-spacing: -1px;
}
#oricon_notes {
    font-size: 1.28rem;
}
.fv-logo h4 {
    text-align: center;
    padding-top: 12px;
}
#fv_cv_btn {
    margin-top: -5rem;
    position: relative;
}

@media (min-width: 769px) and (max-width: 1023px)/* 769px以上1023px以下 */ {
    #fv_img_posi {
        padding: 40px 24px 99px 24px;
    }
}
@media screen and (max-width: 768px)/* 768px以下 */ {
    #automotive_fv {
        height: 100%;
        overflow: hidden;
        padding: 8vh 0 0 0;
    }
    #fv_conts {
        width: 100%;
    }
    #fv_img_posi {
        padding: 2.1rem 0 0 0;
    }

    #fv_sp_bottom {
        padding: 2.4rem 0;
    }
    #oricon {
        margin-bottom: 2.4rem;
    }
    #main_copy {
        font-size: 3.1rem;
        text-align: center;
        margin: 0 auto;
        color: #333;
        font-weight: 600;
        padding: 0;
    }
    #main_copy strong {
        font-size: 5.0rem;
        line-height: 1;
        color: #2858c3;
        font-weight: 900;
    }
    #fv_cv_btn {
        margin-top: 1rem;
        position: relative;
    }
    #oricon {
        margin-bottom: 20px;
        color: #333;
        padding: 0;
        margin: 0 auto 20px auto;
    }
    #oricon_line1 {
        font-size: 3.2rem;
        font-weight: 500;
    }
    #oricon_line2 {
        font-size: 3.6rem;
        font-weight: 500;
    }
    #oricon_line3 {
        font-size: 5.8rem;
        margin-top: -21px;
    }
    #oricon_notes {
        font-size: 1.6rem;
    }
    .fv-logo h4 {
        font-size: 1.3rem;
        padding: 15px 16px;
    }
}
@media screen and (max-width: 480px)/* 480px以下 */ {
    #main_copy {
        font-size: 2.8rem;
        text-align: center;
        margin: 0 auto;
        color: #333;
        font-weight: 600;
        padding: 0;
    }
    #main_copy strong {
        font-size: 3.6rem;
        line-height: 1;
        color: #2858c3;
        font-weight: 900;
    }
    #fv_cv_btn {
        margin-top: 1rem;
        position: relative;
    }

    #oricon {
        margin-bottom: 20px;
        color: #333;
        padding: 0;
        margin: 0 auto 20px auto;
    }
    #oricon_line1 {
        font-size: 2.2rem;
        font-weight: 500;
    }
    #oricon_line2 {
        font-size: 2.31rem;
        font-weight: 500;
    }
    #oricon_line3 {
        font-size: 4.3rem;
        margin-top: -21px;
    }
    #oricon_notes {
        font-size: 0.9rem;
    }
    .fv-logo h4 {
        font-size: 1.3rem;
        padding: 15px 16px;
    }
}

/* ----------------------
    FV直下の企業ロゴ
----------------------- */

/* 横スクロール
------------------------------ */
#container {
    overflow: hidden;
}
@media (min-width: 897px) {
    .manufacturers {
        position: relative;
    }

    .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;
        width: 196px;
        margin-right: -3px;
    }
}

@media (max-width: 896px) {
    .manufacturers {
        position: relative;
    }

    .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;
    }
}

/* ----------------------
    求人検索をする　　　
----------------------- */
#job_search .ttl_line {
    font-size: 4.0rem;
}
#job_search .ttl_line span {
    font-size: 3.0rem;
    display: block;
}
#job_search_li02 {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 20px;
}
#job_search_li02 li {
    width: calc(24% - 1rem);
    margin-bottom: 2rem;
}

#job_search_li02 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;
}
#job_search_li02 li a img:hover {
    box-shadow: 0 0 0 #dedede;
    color: #fff;
    top: 0;
    left: 0;
}

#job_search_li02 img {
    border: 1px solid #eee;
    padding: 0.6rem 2.4rem;
}
#job_search_li02 p {
    margin-top: 0.6rem;
    font-weight: 500;
    color: #333;
}


@media screen and (max-width: 768px)/* 768px以下 */ {
    #job_search_li01 {
        display: block;
    }
    #job_search_li02 {
        width: 90%;
    }
    #job_search_li02 li {
        width: calc(50% - 1rem);
        margin-bottom: 2rem;
    }
    #job_search .ttl_line span {
        font-size: 2.5rem;
    }
    #job_search_li02 p{
        font-size: 1.3rem;
    }
}
@media screen and (max-width: 450px)/*450px以下 */ {
    #job_search_li02 {
        width: 100%;
    }
}

/* ----------------------
    企業タイプ・職種で求人を探す
----------------------- */
#type_search_li {margin: 0 auto; padding: 0 20px;}
#type_search_li li {
    width: calc(25% - 3rem);
    margin: 0px 4rem 4rem 0;
}
#type_search_li li:nth-child(4) {margin-right: 0;}
#type_search_li a {
    display: block;
    background: #fff;
    color: #000;
    padding: 1.5rem 0;
    text-align: center;
    transition: 0.3s;
    box-shadow: 5px 5px 0 #0394C7;
    position: relative;
    top: -5px;
    left: -5px;
}
#type_search_li a:hover {
    background: linear-gradient(90deg, #000077 0%, #000077 100%);
    box-shadow: 0 0 0 #0394C7;
    color: #fff;
    top: 0;
    left: 0;
}
#type_search .cv_btn_wrap {
    background: none;
    padding: 8vh 0 0 0;
}

@media screen and (max-width: 768px)/* 768px以下 */ {
#type_search_li {padding: 0 20px;}
#type_search_li li {
    width: calc(48% - 1rem);
    margin: 0 0 2rem 0;
    }
#type_search_li li:nth-child(odd){
        margin: 0 2rem 0 0;
    }
    #type_search_li a {
        left: 1px;
    }
    .sp_small{
        font-size: 1.3rem;
    }
    #type_search .cv_btn_wrap {
        background: none;
        padding: 8vh 0 0 0;
        width: 90%;
    }
}

@media screen and (max-width: 450px)/* 450px以下 */ {
    #type_search_li {padding: 0;}
    #type_search_li a {height: 52px;font-size: 1.4rem;}
}

/* ----------------------
    JAC Recruitmenが選ばれる3つの理由
----------------------- */

.ttl_reason{
    font-size: clamp(3.2rem, 0.5rem + 6vw, 4.0rem);
    font-weight: 700;
    text-align: center;
    margin-bottom: 4.5rem;
}

.ttl_reason strong{
    display: inline-block;
    font-weight: bold;
    background: linear-gradient(180deg, #038BC8 0%, #4B25BE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.reason_odd_bg {
  align-items: center;
  background: linear-gradient(120deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, #70aad8 70%, #70aad8 100%);
  justify-content: center;
}

.reason_odd_wrap{
    max-width: 1100px;
    margin: 0 auto;
}
.reason_odd_flex{
    width: 100%;
    margin-left: 2em;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.reason_odd_flex .title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
}

.reason_odd_flexL{
    width: 47%;
}

.reason_odd_flexR{
    width: 50%;
}

.reason_even_bg {
    align-items: center;
    background: linear-gradient(120deg, #70aad8 0%, #70aad8 30%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 100%);
    justify-content: center;
  }

.reason_even_wrap{
    max-width: 1100px;
    margin: 0 auto;
}
.reason_even_flex{
    width: 100%;
    margin-left: 2em;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.reason_even_flex .title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
}

.reason_even_flexL{
    width: 47%;
}

.reason_even_flexR{
    width: 50%;
}

@media screen and (max-width: 768px)/* 768px以下 */ {
    .ttl_reason{
        margin-bottom: 2.5rem;
    }
    .reason_odd_bg {
        align-items: center;
        background: none;
        justify-content: center;
      }
      .reason_even_bg {
        align-items: center;
        background: none;
        justify-content: center;
      }
      .reason_odd_flex{
        width: 100%;
        margin-left: 0;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        padding: 20px 0;
    }
    
    .reason_odd_flex .title {
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.6;
        margin-top: 2rem;
    }
    
    .reason_odd_flexL{
        width: 85%;
        margin: 0 auto;
    }
    
    .reason_odd_flexR{
        width: 100%;
    }
    .reason_even_flex{
        width: 100%;
        margin-left: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px 0;
    }
    
    .reason_even_flex .title {
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.6;
        margin-top: 2rem;
    }
    
    .reason_even_flexL{
        width: 100%;
    }
    
    .reason_even_flexR{
        width: 85%;
        margin: 0 auto;
    }
}


/* ----------------------
    コンサルタント紹介
----------------------- */
.consul__carousel {
    padding:  9rem 0 15rem 0;
}
.consul__carousel li.splide__slide {
    max-width: 400px;
}
.consul__carousel dl {
    display: flex;
    flex-direction: column;
    align-items: center
}
.consul__carousel dt {
    position: relative;
    width: 50%;
    max-width: 160px;
    margin: 0 0 -4.5rem;
    z-index: 1
}
.consul__info {
    background: #fff;
    padding: 5rem 2.5rem 2rem;
    min-height: 360px;
    width: 400px;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}
.consul__job {
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 1.5rem;
    text-align: center;
    line-height: 1.2;
}
.consul__name {
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
    color: #0394C7;
    margin-bottom: 12px
}
.consul__cat {
    font-size: 1.4rem;
    color: #0394C7;
    margin-bottom: 6px;
}
.consul__cats {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 6px
}
.consul__link {
    position: relative;
    display: flex;
    align-items: center;
    height: 74px;
    background: linear-gradient(90deg, #038BC8 0%, #4B25BE 100%);
    color: #fff;
    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 #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%)
}
.consul__pagination {
    gap: 2.4vw;
    position: static !important;
}
.splide__pagination__page {
    background: #fff !important;
    width: 15px !important;
    height: 15px !important;
}
#consul .parts_btn_wrap, #case .parts_btn_wrap {
    position: relative;
    top: -6rem;
}
@media screen and (max-width: 900px)/* 900px以下 */ {
    #consul .parts_btn_wrap, #case .parts_btn_wrap {
        position: relative;
    }
}
@media screen and (max-width: 667px)/* 667px以下 */ {
    #consul .parts_btn_wrap, #case .parts_btn_wrap {
        position: relative;
        top: -12rem;
        width: 90%;
    }
    .consul__carousel {
        padding:  4rem 0 15rem 0;
    }
    .consul__carousel {
        margin: 0;
    }
    .consul__carousel li.splide__slide {
        max-width: 300px;
        margin-right: 40px !important;
    }
    .consul__info {
        min-height: 384px;
    }
    .consul__pagination {
        gap: 3vw 6vw;
    }
    .splide__pagination__page {
        background: #fff !important;
        width: 10px !important;
        height: 10px !important;
    }
}
@media screen and (max-width: 1180px)/* 1180px以下 */ {
    .consul__info {
        background: #fff;
        padding: 5rem 2.5rem 2rem;
        min-height: 360px;
        width: 350px;
        display: flex;
        flex-direction: column;
        gap: 1.4rem;
    }
}
@media screen and (max-width: 768px)/* 768px以下 */ {
    .cons_index {
        margin-top: 6rem;
    }
    .consul__info {
        background: #fff;
        padding: 5rem 2.5rem 2rem;
        min-height: 360px;
        width: 300px;
        display: flex;
        flex-direction: column;
        gap: 1.4rem;
    }
    .consul__carousel {
        margin: 2rem 0 3rem;
    }
}

.slide-dummy {
    display: none;
}

/* ----------------------
    転職事例
----------------------- */
.case_area {
    padding-top: 6rem;
    padding-bottom: 12rem;
}
@media screen and (min-width: 1025px)/* 1025x以上 */ {
    .case_area {
        padding-left: 108px;
    }
}
@media screen and (max-width: 768px)/* 768px以下 */ {
    .case_area {
        padding: 6rem 2rem 15rem 2rem;
    }
    }


/* 横スクロール
------------------------------ */
.scrollx_guide {
    position: relative;
    width: 120px;
    margin: 16px 0 24px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: baseline;
    padding-left: 24px;
}
.scrollx_guide .text {
    font-size: 1.2rem;
    color: #ffffff;
    margin-right: 8px;
    letter-spacing: 0.1rem;
}
.scrollx_guide .line01 {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}
.scrollx_guide .line02 {
    position: absolute;
    top: 14px;
    right: 0;
    transform-origin: right bottom;
    width: 12px;
    height: 1px;
    background-color: #ffffff;
    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_wrap::-webkit-scrollbar {
    background: #fff;
}
.case_wrap::-webkit-scrollbar-thumb {
    background-color: #fff;
    border: 2px solid #e7e7e7;
}



.case_box {
    width: 572px;
    background-color: #fff;
    padding: 24px 28px;
    margin-bottom: 48px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    flex-shrink:0;
}
.case_box .article_label {
    top: 0;
    left: 0;
    background-color: #0095c5;
    color: #fff;
    display: block;
    width: 120px;
    height: 36px;
    line-height: 35px;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.case_box .title {
    margin-top: 36px;
    font-size: 2rem;
    font-weight: 700;
}
.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;
    border-radius: 2px;
    margin-right: 12px;
    margin-bottom: 12px;
}
.case_box .type .label {
    background: linear-gradient(to bottom right, rgb(12 89 209), rgb(1 30 141));
}
.case_box .pos .label {
    background: linear-gradient(to bottom right, rgb(12 89 209), rgb(1 30 141));
}
.case_box .text .str {
    color: #000077;
    font-weight: bold;
    font-size: 17px;
}
.case_box .intro {
    margin-top: 12px;
	text-align: left;
}
.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: #000077;
    padding: 11px 50px 11px 50px;
    border-top-left-radius: 65px;
    border-top-right-radius: 65px;
    border-bottom-right-radius: 65px;
    border-bottom-left-radius: 65px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
}
@media screen and (max-width: 960px)/* 960px以下 */ {
    .case_box {
        width: 100%;
        padding: 20px 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: 480px)/* 480px以下 */ {
.case_box {
    margin-bottom: 28px;
}
}
/* ----------------------
    採用企業一覧
----------------------- */
#market_trends {

}

.market_trends_flex{
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
    background-color: #fff;
    padding: 50px;
    margin: 50px auto;
}


.market_trends_flexL{
    width: 37%;
}

.market_trends_flexR{
    width: 60%;
}

.market_trends_flex .title{
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
}

.detail_anchor{
    font-size: 1.5rem;
    color: #61bcdc;
}

@media screen and (max-width: 1150px)/* 1150px以下 */ {
    .market_trends_flex{
        width: 90%;
    }
}

@media screen and (max-width: 768px)/* 768px以下 */ {
    .market_trends_flex{
        width: 100%;
    }
    .market_trends_flex{
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start;
        display: block;
        background-color: #fff;
        padding: 25px;
        margin: 50px auto;
    }
    .market_trends_flexL{
        width: 100%;
    }
    
    .market_trends_flexR{
        width: 100%;
    }
    
    .market_trends_flex .title{
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.6;
        margin-top: 1rem;
    }
    
    .detail_anchor{
        font-size: 1.5rem;
        color: #61bcdc;
    }
}
/* ----------------------
    採用企業一覧
----------------------- */

#interview{
    width: 100%;
    margin: 0 auto;
}

.interview_li li{
    width: calc(33.3% - 2rem);
}

#interview .title {
    color: #333;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    margin-top: 10px;
}

.interview_wrap{
    background-color: #fff;
    padding: 10px 20px;
    height: 180px;
}


#interview p {
    color: #333;
}
@media (min-width: 769px) and (max-width: 1100px)/* 769px以上820px以下 */ {
    .interview_li{
        width: 90%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px)/* 768px以下 */ {
    .interview_li li{
        width: 100%;
        margin: 0 auto 2rem auto;
    }
}


/* ----------------------
    採用企業一覧
----------------------- */
#company {
    padding-bottom: 0;
}
#company_li {
}
#company_li li {
    width: calc((100% / 6) - 2rem);
    margin-bottom: 2rem;
}
#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;
}
@media screen and (max-width: 1150px)/* 1150px以下 */ {
    #company_li {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px)/* 768px以下 */ {
    #company_li li {
        width: calc((100% / 2) - 0.6rem);
        margin-bottom: 2rem;
    }
    #company_li p {
        font-size: 1.3rem;
    }
}

/* ----------------------
    転職サポートサービスの流れ
----------------------- */
.flow .title {
    text-align: center;
    margin-bottom: 40px;
}
.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: #00a9e0;
    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;
}
.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 (min-width: 769px) and (max-width: 1150px)/* 769px以上1150px以下 */ {
    .flow {width: 90%;
    margin: 0 auto;}
}
@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: 15px;
        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: 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: 16px;
        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 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
#foot-cat h2 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}
#foot-cat .cv_btn_wrap {
    padding-bottom: 0;
    background: none;
}
@media screen and (min-width: 769px)/* 769px以上 */ {
    #foot-cat {
        background: url(https://www.sculd.j0c.jp/market/wp-content/uploads/2024/12/footer_bg_pc.jpg) no-repeat center top;
        height: 65rem;
    }
}
@media screen and (max-width: 768px)/* 768px以下 */ {
    #foot-cat {
        background: url(https://www.sculd.j0c.jp/market/wp-content/uploads/2024/12/footer_bg_sp.jpg) no-repeat center top;
        padding: 6vh 0 6vh 0;
    }
    #foot-cat h2 {
        font-size: 1.4rem;
        margin-bottom: 1.5rem;
    }
}
/* ----------------------
    Fixed Parts
----------------------- */
#fixed_cv {
    display: none;
    position: fixed;
    right: 0;
    bottom: 104px;
    z-index: 999;
}
#fixed_cv .cv_btn_wrap {
    padding: 0;
	max-width: 500px;
}
#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: var(--text_black);
    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;
}
.fixed_cv_pconly{
	display: block;
}
.fixed_cv_sponly{
	display: 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 {
        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;
		font-weight: 700;
    }
/* 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: 767px)/* 767x以下 */ {
	.cv_btn_wrap, .parts_btn_wrap {
    background: #000;
}
	#js_pagetop {
    bottom: 78px;
	}
    #fixed_cv {
        position: fixed;
        left: 0;
        bottom: 0;
		background: rgba(0, 34, 85, 0.8);
		padding: 18px 15px 10px 15px;
    }
    #fixed_cv .cv_btn {
        display: flex;
        width: 100%;
        height: 52px;
        border-radius: 0 4px 0 0;
		padding: 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 .vertical {
        writing-mode: horizontal-tb;
        letter-spacing: 0.2rem;
    }
	.fixed_cv_pconly{
	display: none;
	}
	.fixed_cv_sponly{
	display: block;
}
}

/* -----------------------------------------------------------------------------
    フッター
   -------------------------------------------------------------------------- */
footer {
    color: #fff;
    background: linear-gradient(to right bottom, #002255, #071529);
    position: relative;
    z-index: 0;
}
footer .container {
    padding-top: 4.5rem;
}
.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: 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;
}


/* -----------------------------------------------------------------------------
    フッター
   -------------------------------------------------------------------------- */
   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;
}

@media (min-width: 1020px) and (max-width: 1050px)/* 769px以上820px以下 */ {
    .w90_ipadpro{width:90%; margin: 0 auto;}
}


@media screen and (max-width: 480px)/* 480px以下 */ {
    .p0{padding: 0;}
    .w90{width:90%; margin: 0 auto;}
}

/* ----------------------
    カルテで表示している右下のバナーの位置調節
----------------------- */
.onetime_popup_content {
    margin-bottom: 73px !important;    
}