@charset "UTF-8";
/********* 各端末共通 *********/
html {
    font-size: 62.5%;
}
div, h1, h2, h3, h4, h5, p, ul, li, a, span {
    margin: 0;
    padding:0;
}
div, p, ul, li, a, span {
    font-size: 1.8rem;
    line-height: 1.8;
}
a {cursor: pointer;}
ul,li {list-style: none;}
br {line-height:0;}
img {
  border:none;
  line-height:0;
  vertical-align:middle;
  max-width:100%;
  height:auto;
}
.br02 {display: none;}

/*----- column -----*/
.flex {display: flex;}
.fww {flex-wrap: wrap;}
.jcs {justify-content: space-between;}
.aic {align-items: center;}

.mw100 {max-width: 100%;}
.pt90 {padding-top: 90px;}
.pb60 {padding-bottom: 60px;}


/*----- common -----*/
.inner_block {
    margin: 0 auto;
    width: 96%;
    max-width: 1250px;
    position: relative;
    z-index: 1;
}


/*----- header -----*/
header {
    text-align: center;
}
#cons_li_mv_bg_box::after {
    content: "";
    display: block;
    width: 100%;
    height: 450px;
    background: #fff;
    position: absolute;
    top: 480px;
    left: 0;
}
#cons_li_mv_bg_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
}
#cons_li_h_logo {
    text-align: left;
    background: #fff;
    width: calc(70px + (18px * 2));
    padding: 11px 18px 9px;
    border-radius: 0 0 9px 9px;
}
#cons_li_h1 {
    color: #fff;
    font-size: 3.6rem;
    margin-bottom: 45px;
    line-height: 1.5;
}
#cons_li_h1::after {
    content: "";
    display: block;
    background: #fff;
    width: 54px;
    height: 1px;
    margin: 45px auto 0 auto;
}
#cons_li_h1_span {
    display: block;
    font-size: 1.8rem;
    margin-top: 15px;
    font-weight: 400;
    letter-spacing: 3px;
}
#cons_li_h1_span::before, #cons_li_h1_span::after {
    content: "-";
    margin: 0 30px;
}
#cons_li_h_box {
    background: #fff;
    margin: 0 auto;
    padding: 30px 30px 0 30px;
}
#cons_li_h_box_h2 {
    color: #002255;
    font-size: 2.7rem;
    margin-bottom: 15px;
    font-weight: 700;
}
#cons_li_h_box_p {
    font-size: 1.8rem;
    margin: 0;
}
#cons_li_deco_txt {
    color: #f7f7f7;
    font-size: 9.6rem;
    font-weight: 900;
    margin: 0;
    text-align: right;
    position: relative;
    line-height: 1;
    margin-bottom: 30px;
    z-index: 1;
}

/*----- anchor_link -----*/
#cons_li_anchor_link li {
    border: 1px solid #e9a657;
    width: calc((100% / 7) - 10px);
    border-radius: 6px;
}
#cons_li_anchor_link li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #e9a657;
    text-decoration: none;
    min-height: 104px;
    padding: 21px 0 33px 0;
    box-sizing: content-box;
    position: relative;
    transition: opacity 0.3s;
}
.al_arw {
    display: block;
    width: 13px;
    margin: 0 auto;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    transition: bottom 0.3s;
}


/*----- consultant -----*/
.cons_li_h2 {
    text-align: left;
    font-weight: 600;
    margin-bottom: 45px;
}
.cons_info {
    background: #ffffffe6;
    padding: 15px;
    width: calc(100% - 36px);
    position: relative;
    margin: -45px auto 0 auto;
    color: #4b4b4b;
}
.cons_name {
    font-size: 2.7rem;
    margin-bottom: 15px;
    font-weight: 500;
}
.cons_name_span {
    font-size: 50%;
    margin-left: 18px;
}
.cons_info p {
    font-size: 1.5rem;
    margin-bottom: 9px;
}
.cons_info p.cons_ttl {
    background: #002255;
    color: #fff;
    width: fit-content;
    padding: 2px 10px 4px 10px;
    margin-bottom: 3px;
    line-height: 1;
}
.swiper-wrapper img:hover {
    opacity: 1 !important;
}

/*----- btn -----*/
.cv_btn_wrap a {
    text-decoration: none;
}
.cv_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px;
    background-color: #ff8200;
    background-image: linear-gradient(270deg, rgba(255, 130, 0, 1) 10%, rgba(232, 119, 34, 1) 40%);
    border-radius: 2px;
    border-bottom: #6b0000 3px solid;
    color: #FFF;
    font-size: clamp(1.7rem, 0.5rem + 2vw, 2.8rem);
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.1rem;
    margin-top: 28px;
}
#cons_li_btn .cv_btn {
    background: linear-gradient(to bottom, #e9a657, #b37a3f);
    border: none;
    border-radius: 6px;
    padding: 18px;
    margin: 0 auto;
    font-weight: 500;
    position: relative;
    transition: opacity 0.3s;
}

#cons_li_btn .vertical {
    display: flex;
    align-items: center;
    justify-content: center;
}
#cons_li_btn .btn_arw {
    width: 12px;
    margin-left: 9px;
    transition: margin 0.3s;
}


/*----- fixed parts -----*/
#fixed_cv {
    display: none;
    position: sticky;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    padding: 11px;
    background-color: rgb(255 255 255 / 90%);
}
#fixed_cv .cv_btn_wrap .cv_btn {
    margin: auto;
    width: 320px;
    font-size: 1.6rem;
    border-bottom: none;
    border-radius: 2px 0 0 2px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    border-top-left-radius: 65px;
    border-top-right-radius: 65px;
    border-bottom-right-radius: 65px;
    border-bottom-left-radius: 65px;
    transition: opacity 0.3s;
}
#fixed_cv .cv_btn .vertical {
    letter-spacing: 0.5rem;
    color: #fff;
}
#js_pagetop {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: 86px;
    height: 80px;
    width: 80px;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
#js_pagetop .arr {
    display: block;
    content: '';
    width: 32px;
    height: 32px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(24%) rotate(-45deg);
}


/********* レスポンシブ *********/
@media only screen and (max-width: 1220px)/* 1220px以下 (改行調整) */ {
.br01 {display: none;}
.br02 {display: block;}
}
@media only screen and (min-width: 821px)/* 821px以上 (PCのみ) */ {
    .tab {display: none;}
    .tabsp {display: none;}
    a:hover{text-decoration:none;}
    .swiper-slide {
        width: calc((100% / 3) - 20px) !important;
        margin: 0 30px 30px 0;
    }
    .swiper-slide:nth-child(3n) {
        margin-right: 0;
    }
    #cons_li_anchor_link li a:hover {
        opacity: 0.8;
    }
    #cons_li_anchor_link li a:hover .al_arw {
        bottom: 9px;
    }
    #cons_li_btn .cv_btn {
        width: calc((100% / 3) - 20px);
    }
    #cons_li_btn .cv_btn:hover {
        opacity: 0.8;
    }
    #fixed_cv .cv_btn_wrap .cv_btn:hover {
        opacity: 0.7;
    }
}
@media screen and (min-width:481px) and ( max-width:820px) {
    .swiper-slide {
        width: calc((100% / 2) - 9px) !important;
        margin: 0 18px 30px 0;
    }
    .swiper-slide:nth-child(2n) {
        margin-right: 0;
    }
    .swiper-slide:nth-last-child(-n + 4) {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 820px)/* 820px以下 (PC以外) */ {
    body {
        padding-bottom: 70px;
    }
    header {overflow: hidden;}
    .pc, .br02 {display: none;}
    
    #cons_li_deco_txt {
        font-size: 7.8rem;
    }
    #cons_li_anchor_link {
        justify-content: center;
    }
    #cons_li_anchor_link li {
        width: calc((100% / 4) - 10px);
        margin: 0 10px 10px 0;
    }
    #cons_li_anchor_link li:nth-child(4), #cons_li_anchor_link li:last-child {
        margin-right: 0;
    }
    #cons_li_anchor_link li a {
        padding: 9px 6px 21px 6px;
    }

    .cons_li_h2 {
        font-size: 3.0rem;
    }

    #cons_li_btn .cv_btn {
        width: calc((100% / 2) - 9px);
    }
    #fixed_cv {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    #fixed_cv .cv_btn_wrap {
        margin: 0 auto;
    }
    #fixed_cv .cv_btn_wrap .cv_btn {
        width: 77%;
        height: 48px;
        font-size: 1.4rem;
        border-radius: 0 2px 0 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        border-top-left-radius: 65px;
        border-top-right-radius: 65px;
        border-bottom-right-radius: 65px;
        border-bottom-left-radius: 65px;
    }
    #fixed_cv .cv_btn .vertical {
        writing-mode: horizontal-tb;
        letter-spacing: 0.2rem;
    }
    #js_pagetop {
        display: none;
    }
    #js_pagetop .arr {
        display: none;
    }
}

@media only screen and (min-width: 481px)/* 481px以上 (スマホ以外) */ {
    .sp {display: none;}
    #cons_li_h_box {
        width: 94%;
    }
    .cons_li_h2 {
        border-left: 7px solid #002255;
        font-size: 3.9rem;
        line-height: 1;
        padding-left: 21px;
    }
    .swiper-wrapper {
        flex-wrap: wrap;
    }
    .swiper-button-prev, .swiper-button-next {display: none !important;}
}
@media only screen and (max-width: 480px)/* 480px以下 (スマホ) */ {
    .pctab, .tab {display: none;}
    header {overflow: hidden;}
    .inner_block {
        width: 94%;
    }
    .inner_block.pt90 {
        padding-top: 30px;
    }
    #it .inner_block, #helth .inner_block, #food .inner_block, #fa_manufacturing .inner_block, #jp_manufacturing .inner_block, #consulting .inner_block, #osaka .inner_block {
        width: 100%;
    }
    #cons_li_h_logo {
        border-radius: 0 0 15px 0;
        margin: 0 0 15px -3%;
    }
    #cons_li_h1 {
        font-size: 3.0rem;
    }
    #cons_li_h1::after {
        margin: 30px auto 0 auto;
    }
    #cons_li_h_box {
        padding: 30px 6% 0 6%;
    }
    #cons_li_h_box_h2 {
        font-size: 2.1rem;
    }
    #cons_li_h_box_p {
        font-size: 1.5rem;
    }
    #cons_li_deco_txt {
        font-size: 5.4rem;
    }
    #cons_li_anchor_link {
        margin-bottom: 30px;
    }

    #cons_li_anchor_link li {
        width: calc((100% / 2) - 10px);
        margin: 0 10px 10px 0;
    }
    #cons_li_anchor_link li:nth-child(2n), #cons_li_anchor_link li:last-child {
        margin-right: 0;
    }
    #cons_li_anchor_link li a {
        padding: 9px 6px 21px 6px;
        font-size: 1.4rem;
        min-height: 45px;
    }
    .al_arw {
        bottom: 6px;
    }

    .cons_li_h2 {
        font-size: 2.1rem;
        padding-left: 15px;
        width: 94%;
        margin: 0 auto 30px;
        line-height: 1.5;
        border-left: 6px solid #002255;
    }
    .cons_swiper {
        overflow: hidden;
        position: relative;
    }
    .cons_swiper::before, .cons_swiper::after {
        content: "";
        display: block;
        width: 60px;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 9;
    }
    .cons_swiper::before {
        left: 0;
        background:linear-gradient(to right,#ffffff80, #ffffff00);
    }
    .cons_swiper::after {
        right: 0;
        background:linear-gradient(to right,#ffffff00, #ffffff80);
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next, .swiper-button-next, .swiper-rtl .swiper-button-prev {
        width: 36px;
        height: 75px;
        background: #002255;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 0 !important;
        border-radius: 0 12px 12px 0;
        padding: 0 6px 0 0;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 0 !important;
        border-radius: 12px 0 0 12px;
        padding: 0 0 0 6px;
    }
    .swiper-button-next:after, .swiper-button-prev:after, .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 3.0rem !important;
    }
    .cons_name {
        font-size: 2.4rem;
    }
    .cons_name_span {
        margin-left: 15px;
    }
    .cons_info p {
        font-size: 1.4rem;
    }    
    .cons_info p.cons_ttl {
        padding: 3px 10px 3px 10px;
    }

    #cons_li_btn .cv_btn {
        width: 78%;
    }
    #cons_li_btn .btn_arw {
        right: 57px;
    }
    
}