
#karte-c{
    display: none !important;
}

#contentWrap{
    color: #333;
}

#contentWrap .ct-ff-cg{
    font-family: 'Century Gothic' ,sans-serif;
}
#contentWrap .ct-fw-n{
    font-weight: normal;
}
#contentWrap .ct-fw-b{
    font-weight: bold;
}
#contentWrap .ct-mb-0{
    margin-bottom: 0;
}

.ct-ff-cg{
    font-family: 'Century Gothic' ,sans-serif;
}
.ct-bg-gra-bd-bl{
    background: linear-gradient(90deg,#3e7ae9, #40bfe3);
}
.ct-bg-gra-bl-bd{
    background: linear-gradient(90deg,#40bfe3, #3e7ae9);
}
.ct-marker-yellow{
    background-color: #fff600;
}
.ct-bt-orange{
    display: inline-block;
    background-color: #ff7800;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    text-decoration: none;
    padding: 20px 0;
    font-size: 17px;
    font-weight: bold;
    position: relative;
}
.ct-bt-orange:before{
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: -14px;
    background: url(/resource/common/img/top-style/icon_arrow_white_right.svg) 0 center no-repeat;
    background-size: 8px;
    width: 8px;
    height: 12px;
}
.ct-bt-orange.is-noArrow:before{
    display: none;
}
.ct-bt-orange:hover{
    background-color: #ffa800;
}

.ct-bt-white{
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    color: #0066af;
    text-align: center;
    text-decoration: none;
    border: #0066af 1px solid;
    padding: 9px 0;
    font-size: 12px;
    position: relative;
    font-weight: bold;
}
.ct-bt-white:before{
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: -14px;
    background: url(/resource/common/img/top-style/icon_arrow_blue_right.svg) 0 center no-repeat;
    background-size: 6px;
    width: 6px;
    height: 10px;
}
.ct-bt-white:hover{
    background-color: #0066af;
    color: #fff;
}
.ct-bt-white:hover:before{
    background: url(/resource/common/img/top-style/icon_arrow_white_right.svg) 0 center no-repeat;
    background-size: 6px;
}
.ct-bt-white.is-noArrowSp:before{
    display: none;
    font-feature-settings : "palt";
}
.ct-bt-white.is-fixed{
    border: #0066af 2px solid;
}
.ct-bt-white.is-fixed:before{
    display: none;
}
.ct-bt-white.is-fixed:after{
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 12px;
    background: url(/resource/common/img/top-style/icon_arrow_blue_right.svg) 0 center no-repeat;
    background-size: 6px;
    width: 6px;
    height: 10px;
}


.ct-bt-blue{
    display: inline-block;
    background: #00ace8;
    border-radius: 8px;
    color: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    text-align: center;
    text-decoration: none;
    border: #00ace8 1px solid;
    padding: 14px 0;
    font-size: 14px;
    position: relative;
    font-weight: bold;
}
.ct-bt-blue:before{
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: -14px;
    background: url(/resource/common/img/top-style/icon_arrow_white_right.svg) 0 center no-repeat;
    background-size: 6px;
    width: 6px;
    height: 10px;
}
.ct-bt-blue:hover{
    background-color: #0066af;
    color: #fff;
}

.ct-bt-small-violet{
    display: inline-block;
    background: #3232CC;
    border-radius: 8px;
    color: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    text-align: center;
    text-decoration: none;
    border: #3232CC 1px solid;
    padding: 14px 0;
    font-size: 14px;
    position: relative;
    font-weight: bold;
}
.ct-bt-small-violet:before{
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: -14px;
    background: url(/resource/common/img/top-style/icon_arrow_white_right.svg) 0 center no-repeat;
    background-size: 6px;
    width: 6px;
    height: 10px;
}
.ct-bt-small-violet:hover{
    background-color: #3232CC;
    color: #fff;
}
.ctKeyvisual{
}
.ctKeyvisual h2,
.ctKeyvisualTit__heading{
    color: #fff;
    font-size: 35px;
    line-height: 1.3;
    text-shadow: 3px 3px 0 rgba(1,44,75,0.3);
}
.ctKeyvisualInner{
    box-sizing: border-box;
    color: #fff;
}
.ctKeyvisualTxt{
    font-size: 12px;
    padding-bottom: 6px;
}
.ctKeyvisualTxtWrap{
    padding: 20px;
    position: relative;
    background: url(../../resource/common/img/sp/top-style/bg_1.png) center 0 no-repeat;
    background-size: cover;
}
.ctKeyvisualImg{
    position: absolute;
    bottom: 20px;
    right: 0;
}
.ctKeyvisualImg img{
    width: 170px;
}
.ctKeyvisualImg2 img{
    width: 100%;
}
.ctKeyvisualTit h2,
.ctKeyvisualTit .ctKeyvisualTit__heading{
    display: inline;
    font-feature-settings : "palt";
    letter-spacing: 0.2rem;
}
.ctKeyvisualBt{
    padding: 10px 15px;
    text-align: center;
}
.ctKeyvisualBt a{
    width: 100%;
}
.ctKeyvisualSlick{
    display: none;
}


.ctSelect{
    background-color: #f8f8f8;
    padding: 10px 15px;
    border-top: #eee 1px solid;
    border-bottom: #eee 1px solid;
}
.ctSelect ul{
    display: flex;
    justify-content: center;
    width: 100%;
}
.ctSelect ul li{
    flex-grow:1;
}
.ctSelect ul li:nth-child(2n-1){
    margin-right: 5px;
}
.ctSelect ul li:nth-child(2n){
    margin-left: 5px;
}
.ctSelect ul li a{
    display: block;
}



.ctSection{
    border-bottom: #eee 1px solid;
    padding: 35px 0;
}
.ctSection.is-reason{
    color: #fff;
    background: linear-gradient(90deg,#568FF1, #5368f3 50%, #3232CC);
}
.ctSection.is-introduction{
    color: #fff;
    background: linear-gradient(90deg,#568FF1, #5368f3 50%, #3232CC);
}
.ctSection.is-solution{
    background: #e5f7fd;
}
.ctSection.is-search,
.ctSection.is-knowhow,
.ctSection.is-pickup,
.ctSection.is-cv,
.ctSection.is-point,
.ctSection.is-mapArea{
    background: #f8f8f8;
}
.ctSection.is-professional,
.ctSection.is-point,
.ctSection.is-solution,
.ctSection.is-introduction,
.ctSection.is-reason,
.ctSection.is-about{
    border-bottom: none;
}
.ctSection.is-search{
	border: none;
}

.ctSection.is-professional{
    padding-bottom: 0;
}
.ctSectionInner{
    padding-right: 15px;
    padding-left: 15px;
}
.is-search .ctSectionInner{
    padding-right: 0;
    padding-left: 0;
}
.ctSectionTit{
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.ctSectionTit > span{
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: #000 3px solid;
}
.is-introduction .ctSectionTit > span{
    border-bottom: #fff 3px solid;
}
.ctSectionTit2{
    font-size: 32px;
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: 26px;
    text-align: center;
}
.is-solution .ctSectionTit2{
    color: #00ace8;
}
.ctSectionTit2Sub{
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.ctSectionTit3{
    text-align: center;
    font-size: 17px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 10px;
}
.is-introduction .ctSectionTit3 span{
    color: #fff600;
}
.ctSectionTxt{
    font-size: 14px;
    line-height: 1.7;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: justify;
}
.ctSectionTxt2{
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 20px;
}
.ctSectionTxt2 .ctSectionTxt2Para01{
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.ctSectionBt{
    text-align: center;
    margin-bottom: 20px;
}
.ctSectionBt a{
    width: 300px;
}
.ctSectionBt2{
    text-align: center;
}
.ctSectionBt2--company,
.ctSectionBt2--companySlider {
    margin: 0 auto;
    width: 88%;
}
.ctSectionBt2--company {
    padding-bottom: 30px;
}
.ctSectionBt2--companySlider {
    padding: 15px 0 30px;
}
.ctSectionBt2--company a,
.ctSectionBt2--companySlider a {
    border-radius: 4px;
    box-shadow: none;
}
.ctSectionBt2 a{
    width: 300px;
}
.is-point .ctSectionBt2:first-of-type{
    margin-bottom: 35px;
}
.ctSectionDl{
    padding-left: 28px;
}
.ctSectionDl:not(:last-child){
    padding-bottom: 20px;
}
.ctSectionDl dt{
    position: relative;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: bold;
}
.ctSectionDl dt:before{
    content: "";
    background: url(/resource/common/img/top-style/icon_check_white.svg) 0 0 no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: -28px;
}
.ctSectionDl dd{
    font-size: 12px;
}
.ctSectionDl2{
    border: #fff 5px solid;
    padding: 16px 16px 13px 16px;
    text-align: center;
    width: 260px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
}
.ctSectionDl2 dt{
    font-size: 15px;
}
.ctSectionDl2 dd{
    font-size: 15px;
}
.ctSectionDl2 dd span{
    font-size: 30px;
    color: #fff600;
    font-weight: bold;
}
.ctSectionList{
    display: flex;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
    min-height: 160px;
    /*justify-content: space-between;*/
}
.ctSectionList li{
    margin-bottom: 20px;
    width: 32%;
    margin-right: 0.5%;
    margin-left: 0.5%;
}
.ctSectionList li img{
    width: 90%;
    padding-left: 10%;
}
@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
@keyframes hide{
    from{
        opacity: 1;
    }
    to{
        opacity: 0;
    }
}


.ctBtArea{
    padding: 20px 10px;
    border-bottom: #e5e5e5 1px solid;
}
.ctBtAreaInner{
    margin-right: auto;
    margin-left: auto;
}
.ctBtAreaTxt{
    text-align: center;
    font-size: 14px;
    color: #D10042;
    margin-bottom: 7px;
    font-weight: bold;
}
.ctBtAreaLink{
    text-align: center;
    font-size: 12px;
    color: #0066af;
}
.ctBtAreaLink a{
    position: relative;
    display: inline-block;
    color: #0066af;
    text-decoration: underline;
}
.ctBtAreaLink a:before{
    content: "";
    background: url(/resource/common/img/top-style/icon_question_blue.svg) 0 0 no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    margin-top: 2px;
    margin-left: -22px;
}
.ctBtArea.is-fixed{
    padding: 10px 10px 0 10px;
    background-color: #f2f2f2;
    position: fixed;
    z-index: 9999;
    left: 0;
    bottom: -136px;
    width: 100%;
    box-sizing: border-box;
    transition: .5s;
}
.ctBtArea.is-fixed.is-show{
    bottom: 0;
}
.ctBtAreaBt a {
    width: 300px;
}
.ctBtAreaBt {
    text-align: center;
    margin-bottom: 10px;
}
.ctBtArea .ctBtAreaInner{
    overflow: hidden;
}
.ctBtArea.is-fixed .ctBtnFirst{
    text-align: center;
    width: 40%;
    float: left;
    margin-top: 5px;
}
.ctBtArea.is-fixed .ctBtnFirst a{
    display: block;
    width: 95%;
    margin: auto;
}
.ctBtArea.is-fixed .ctBtAreaBt{
    text-align: center;
    width: 60%;
    float: left;
    margin-bottom: 10px;
}
.ctBtArea.is-fixed .ctBtAreaBt a.ct-bt-orange{
    display: block;
    width: 95%;
    margin: auto;
    padding: 14px 0;
    font-size: 14px;
}
.ctBtArea.is-fixed .ctBtAreaBt a.ct-bt-orange::before{
    display: none;
}
.ctBtArea.is-fixed .ctBtAreaBt a.ct-bt-lightred{
    display: block;
    width: 95%;
    margin: auto;
    padding: 14px 0;
    font-size: 14px;
}
.ctBtArea.is-fixed .ctBtAreaBt a.ct-bt-lightred::before{
    display: none;
}

.ctFlow ul{
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    border-top: #ddd 1px dotted;
}
.ctFlow .ctFlowItem{
    padding: 10px 0 10px 130px;
    border-bottom: #ddd 1px dotted;
    position: relative;
    min-height: 110px;
}
.ctFlow .ctFlowTit{
    color: #00ace8;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 26px;
    margin-bottom: 8px;
}
.ctFlow .ctFlowTit:before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    background-color: #00ace8;
    border-radius: 100%;
    text-align: center;
}
.ctFlow .ctFlowItem:nth-child(1) .ctFlowTit:before{
    content: "1";
}
.ctFlow .ctFlowItem:nth-child(2) .ctFlowTit:before{
    content: "2";
}
.ctFlow .ctFlowItem:nth-child(3) .ctFlowTit:before{
    content: "3";
}
.ctFlow .ctFlowItem:nth-child(4) .ctFlowTit:before{
    content: "4";
}
.ctFlow .ctFlowItem:nth-child(5) .ctFlowTit:before{
    content: "5";
}
.ctFlow .ctFlowTxt{
    font-size: 12px;
}
.ctFlow .ctFlowImg{
    position: absolute;
    top: 10px;
    left: 0;
    width: 120px;
}
.ctFlow .ctFlowImg img{
    width: 100%;
    height: auto;
}



.ctReason{
}
.ctReason .ctReasonItem{
}
.ctReason .ctReasonItem:first-child{
    padding-bottom: 100px;
    background: url(../../resource/common/img/top-style/img_reason_1.png) center 100% no-repeat;
    background-size: 250px;
    margin-bottom: 20px;
}

.ctSolution{
    display: flex;
    flex-direction: column;
}
.ctSolution .ctSolutionItem{
}
.ctSolution .ctSolutionItem:first-child{
    background: url(../../resource/common/img/top-style/img_solution_1.png) center 100% no-repeat;
    background-size: 243px;
    box-sizing: border-box;
    padding-bottom: 100px;
    margin-bottom: 20px;
}
.ctSolution .ctSolutionList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ctSolution .ctSolutionList > li{
    width: 48%;
    background-color: #fff;
    text-align: center;
    border-radius: 8px;
    position: relative;
    padding: 11px 0 8px;
    box-shadow: 3px 3px 4px rgba(100,100,100,0.1);
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: bold;
}
.ctSolution .ctSolutionList > li:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    height: 3px;
    background-color: #00ace8;
}
.ctSolution .ctSolutionTxt{
    font-size: 12px;
}


.ctSearch{
	margin-bottom: 15px;
}
.ctSearch .ctSearchTitWrap{
    padding: 10px 15px;
    color: #fff;
    background: linear-gradient(-90deg,#40bfe3, #3f91e7 50%, #3e7ae9);
    display: flex;
    align-items: center;
}
.ctSearch .ctSearchTit{
    font-size: 17px;
    font-weight: bold;
    position: relative;
    padding-left: 28px;
}
.ctSearch .ctSearchTit:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
}
.ctSearch .ctSearchTit.is-search:before{
    background: url(/resource/common/img/top-style/icon_search_white.svg) 0 0 no-repeat;
    background-size: 17px;
    width: 17px;
    height: 17px;
}
.ctSearch .ctSearchTit.is-recruit:before{
    background: url(/resource/common/img/top-style/icon_star_white.svg) 0 0 no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
}
.ctSearch .ctSearchTitInfo{
    font-size: 12px;
    padding-left: 10px;
}
.ctSearch .ctSearchCount{
    font-size: 20px;
}
.ctSearch .ctSearchList{
    display: flex;
    flex-wrap: wrap;
    border-top: #ccc 1px solid;
}
.is-consult .ctSearch .ctSearchList,
.is-cv .ctSearch .ctSearchList{
    background-color: #fff;
}
.is-professional .ctSearch .ctSearchList{
    background-color: #fff;
    border-left: #ccc 1px solid;
}
.ctSearch .ctSearchList li{
    border-bottom: #ccc 1px solid;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 15px;
    width: 100%;
}
.is-consult .ctSearch .ctSearchList li,
.is-cv .ctSearch .ctSearchList li{
    font-weight: bold;
    font-size: 14px;
    border-right: #ccc 1px solid;
    border-left: #ccc 1px solid;
}
.is-professional .ctSearch .ctSearchList li{
    width: 50%;
    border-right: #ccc 1px solid;
    font-size: 12px;
}
.ctSearch .ctSearchList li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: url(/kyushu/img/arrow/icon_arrow_violet_right.png) right 15px center no-repeat;
    background-size: 8px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 30px;
    position: relative;
    color: #0066af;
}
.is-professional .ctSearch .ctSearchList li a{
    padding: 15px 30px 15px 42px;
}
.ctSearch .ctSearchList li a:hover{
    background-color: #e5f7fd;
}
.ctSearch .ctSearchList li h3{
    color: #1262b2;
    font-weight: bold;
    font-size: 15px;
}
.ctSearch .ctSearchList li p{
    font-size: 12px;
    color: #333;
}
.ctSearch .ctSearchList .ctSearchListTitSub{
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
}
.ctSearch .ctSearchList .ctSearchIcon{
    background: url(../../resource/common/img/sprite_general.webp) no-repeat -515px -19px;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 11px;
    margin: auto;
}
.ctSearch .ctSearchList .ctSearchIcon.ctSearchIconIt{
    background-position: -515px -19px;
}
.ctSearch .ctSearchList .ctSearchIcon.ctSearchIconSales{
    background-position: -515px -36px;
}
.ctSearch .ctSearchList .ctSearchIcon.ctSearchIconMed{
    background-position: -515px -55px;
}
.ctSearch .ctSearchList .ctSearchIcon.ctSearchIconMaker{
    background-position: -515px -75px;
}
.ctSearch .ctSearchList .ctSearchIcon.ctSearchIconBackoffice{
    background-position: -515px -95px;
}
.ctSearch .ctSearchList .ctSearchIcon.ctSearchIconFashion{
    background-position: -588px -133px;
}
.ctSearch .ctSearchList .ctSearchIcon.ctSearchIconWomanwill{
    background-position: -515px -115px;
}
.ctSearch .ctSearchList .ctSearchIcon.ctSearchIconDainishinsotsu{
    background-position: -563px -121px;
}
.ctSearch .ctSearchList .ctSearchIcon.ctSearchIconCreative{
    background-position: -540px -18px;
}
.ctSearch .ctSearchList .ctSearchIcon.ctSearchIconFinance{
    background-position: -540px -36px;
}
.ctSearch .ctSearchList .ctSearchIcon.ctSearchIconRealestate{
    background-position: -540px -94px;
}
.ctSearch .ctSearchList .ctSearchIcon.ctSearchIconKansai{
    background-position: -540px -54px;
}
.ctSearch .ctSearchList .ctSearchIcon.ctSearchIconTokai{
    background-position: -540px -116px;
}
.ctSearch .ctSearchList .ctSearchIcon.ctSearchIconKyushu{
  background-position: -540px -136px;
}
.ctSearch .ctSearchList .ctSearchIcon.ctSearchIconCpa{
    background-position: -565px -78px;
}
.ctSearch .ctSearchList .ctSearchIcon.ctSearchIconZeirishi{
    background-position: -565px -100px;
}
.ctSearch .ctSearchList .ctSearchIcon.ctSearchIconKango{
    background-position: -588px -43px;
}
.ctSearch .ctSearchList .ctSearchIcon.ctSearchIconPharma{
    background-position: -587px -65px;
}
.ctSearch .ctSearchList .ctSearchIcon.ctSearchIconHoiku{
    background-position: -588px -86px;
}
.ctSearch .ctSearchList .ctSearchIcon.ctSearchIconDoctor{
    background-position: -588px -108px;
}
.ctSearch .ctSearchList .ctSearchIcon.ctSearchIconExecutive{
    background-position: -540px -75px;
}
.ctSearch .ctSearchList .ctSearchIcon.ctSearchIconKomon{
    background-position: -588px -20px;
}
/*求人特集カルーセル*/
.owl-controls .owl-nav {
    display: block;
    position: relative;
}
.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next  {
    position: absolute;
    top: 4px;
    text-indent: -9999px;
    width: 9px;
    height: 9px;
    border-radius: 1px;
    transform: rotate(45deg);
}
.owl-controls .owl-nav .owl-prev {
    left: -26px;
}
.owl-controls .owl-nav .owl-next  {
    left: auto;
    right: -26px;
}


/*.ctAdvisor ul{
    display: flex;
    justify-content: center;
}*/
.ctAdvisor .ctAdvisorItem{
}
.ctAdvisor .ctAdvisorTit{
    text-align: center;
    font-size: 17px;
    margin-bottom: 5px;
}
.ctAdvisor .ctAdvisorTag{
    text-align: center;
    margin-bottom: 10px;
    width: 175px;
    margin-right: auto;
    margin-left: auto;
    font-weight: bold;
}
.ctAdvisor .ctAdvisorTag > span{
    text-align: center;
    display: inline-block;
    border-radius: 15px;
    background: linear-gradient(-90deg,#40bfe3, #3f91e7 50%, #3e7ae9);
    font-size: 12px;
    color: #fff;
    padding: 3px 10px;
    font-feature-settings : "palt";
}
.ctAdvisor .ctAdvisorTxt{
    text-align: center;
    font-size: 14px;
    width: 175px;
    margin-right: auto;
    margin-left: auto;
}
.ctAdvisor .ctAdvisorImg{
    margin-bottom: 10px;
}
.ctAdvisor .ctAdvisorImg img{
    width: 175px;
    margin-right: auto;
    margin-left: auto;
}
.ctAdvisorkyushu .ctAdvisorImg{
    position: relative;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px;
}
.ctAdvisorkyushu .ctAdvisorImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ctAdvisorkyushu .ctAdvisorImg::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.2);
    z-index: 1;
    pointer-events: none;
    mix-blend-mode: soft-light;
    transition: background 0.2s ease-out, mix-blend-mode 0.2s ease-out;
}
.ctAdvisorkyushu .ctAdvisorImg:hover::before{
    background: rgba(255, 255, 255, 0.35);
    mix-blend-mode: normal;
}
.ctAdvisor .slick-dotted.slick-slider{
    margin-bottom: 50px;
}
.ctAdvisor .slick-dots li button:before{
    content: '';
    border-radius: 100%;
    width: 10px;
    height: 10px;
    font-size: 0;
    background-color: #fff;
    border:#ddd 1px solid;
    opacity: 1;
}
.ctAdvisor .slick-dots li.slick-active button:before{
    background-color: #3232CC;
}



.ctPoint ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ctPoint .ctPointGrid{
    position: relative;
    border-radius: 8px;
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 5px 8px rgba(212, 212, 212, 1);
    font-size: 14px;
}
.ctPoint .ctPointGrid:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    height: 4px;
    background-color: #00ace8;
}
.ctPoint .ctPointGridItem:first-child{
    width: 100px;
    text-align: left;
}
.ctPoint .ctPointGridItem:nth-child(2){
    margin-top: -90px;
}
.ctPoint .ctPointGridItem:nth-child(3){
    width: 100%;
    margin-top: 15px;
}
.ctPoint .ctPointImg img{
    width: 90px;
}
.ctPoint .ctPointTit{
    font-size: 15px;
    padding-left: 100px;
    margin-bottom: 10px;
    min-height: 65px;
    font-weight: bold;
}
.ctPoint .is-customer .ctPointTit{
    margin-bottom: 5px;
    min-height: 45px;
}
.ctPoint .ctPointAge{
    font-size: 14px;
    padding-left: 100px;
}
.ctPoint .ctPointTag{
    margin-bottom: 5px;
    padding-left: 100px;
}
.ctPoint .ctPointTag > span{
    text-align: center;
    display: inline-block;
    border-radius: 15px;
    background: linear-gradient(-90deg,#40bfe3, #3f91e7 50%, #3e7ae9);
    font-size: 10px;
    color: #fff;
    padding: 3px 20px 2px;
}
.ctPoint .ctPointTable{
    width: 100%;
    border: #ccc 1px solid;
    font-size: 14px;
}
.ctPoint .is-customer .ctPointTable{
    margin-bottom: 15px;
}
.ctPoint .ctPointTable th{
    padding: 10px;
    border: #ccc 1px solid;
    background-color: #e5f7fd;
    text-align: left;
    font-weight: bold;
    vertical-align: middle;
    white-space: nowrap;
}
.ctPoint .ctPointTable td{
    padding: 10px;
    border: #ccc 1px solid;
    background-color: #fff;
}
.ctPoint .ctPointTxt{
    text-align: justify;
}
.ctPoint .is-customer .ctPointTxt{
    margin-bottom: 15px;
}
.ctPoint .ctPointBt{
    text-align: center;
}
.ctPoint .ctPointBt a{
    width: 300px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.ctInterview .ctInterviewGrid{
    position: relative;
    border-radius: 8px;
    position: relative;
    padding: 20px 15px;
    margin-bottom: 20px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 5px 8px rgba(212, 212, 212, 1);
    font-size: 14px;
}
.ctInterview .ctInterviewGrid:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    height: 4px;
    background-color: #00ace8;
}
.ctInterview .ctInterviewBt{
    text-align: center;
}
.ctInterview .ctInterviewBt a{
    width: 300px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.ctInterview .ctInterview-QBox {
    align-items: center;
    display: flex;
    height: 56px;
    width: 100%;
}
.ctInterview .ctInterview-QTxt {
    align-items: center;
    border: 1px solid #cccccc;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    padding: 0 10px;
    position: relative;
    text-align: justify;
    min-height: 52px;
    width: 79%;
}
.ctInterview .ctInterview-QTxt:before {
    content: '';
    background: #fff;
    border-top: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    display: block;
    width: 8px;
    height: 8px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: 0;
    top: 0;
    right: -5px;
    margin: auto;
}
.ctInterview .ctInterview-QIcon {
    background: #e5f7fd;
    border-radius: 5px;
    color: #3975a5;
    font-size: 20px;
    font-weight: bold;
    line-height: 46px;
    margin: 0 0 0 auto;
    text-align: center;
    height: 46px;
    width: 46px;
}
.ctInterview .ctInterview-IntervieweeAvatarImg {
    border-radius: 10px;
    height: 90px;
    width: 90px;
}
.ctInterview .ctInterview-IntervieweeAvatarTxt {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -1px;
}
.ctInterview .ctInterview-IntervieweeBox {
    display: flex;
    margin: 20px 0 28px;
    justify-content: space-between;
    width: 100%;
}
.ctInterview .ctInterview-IntervieweeDescTxt {
    background: #fff6f2;
    border: 1px solid #e25a00;
    border-radius: 10px;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    letter-spacing: -0.3px;
    margin: 0 0 0 auto;
    padding: 0 10px;
    padding: 10px;
    position: relative;
    text-align: justify;
    width: 95%;
}
.ctInterview .ctInterview-IntervieweeDescTxt:before {
    content: '';
    background: #fff6f2;
    border-bottom: solid 1px #e25a00;
    border-left: solid 1px #e25a00;
    display: block;
    width: 10px;
    height: 10px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: 0;
    top: 0;
    left: -6px;
    margin: auto;
}
.ctInterview .ctInterview-IntervieweeScoreBox {
    position: relative;
}
.ctInterview .ctInterview-IntervieweeScoreTxt {
    font-weight: bold;
    text-align: right;
    margin: 10px 75px 0 0;
}
.ctInterview .ctInterview-IntervieweeScore {
    position: absolute;
    top: -21px;
    right: 0;
}
.ctInterview .ctInterviewBt {
    margin: 0 auto;
}

.ctIntroduction li{
    border-radius: 8px;
    position: relative;
    padding: 20px;
    margin-bottom: 10px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 5px 5px 8px rgba(100,100,100,0.1);
    font-size: 14px;
    color: #333;
}
.ctIntroduction .ctIntroductionTitWrap{
    padding-left: 40px;
    margin-bottom: 10px;
}
.ctIntroduction li:nth-child(1) .ctIntroductionTitWrap{
    background: url(/kyushu/img/figure/icon_no1.png) 0 8px no-repeat;
    background-size: 30px;
}
.ctIntroduction li:nth-child(2) .ctIntroductionTitWrap{
    background: url(/kyushu/img/figure/icon_no2.png) 0 8px no-repeat;
    background-size: 30px;
}
.ctIntroduction li:nth-child(3) .ctIntroductionTitWrap{
    background: url(/kyushu/img/figure/icon_no3.png) 0 8px no-repeat;
    background-size: 30px;
}
.ctIntroduction .ctIntroductionTitSub{
    font-size: 14px;
    font-weight: bold;
}
.ctIntroduction .ctIntroductionTit{
    font-size: 20px;
    font-weight: bold;
    color: #00ace8;
    background: url(/resource/common/img/top-style/icon_arrow_blue_right2.svg) 0 8px no-repeat;
    background-size: 24px;
    padding-left: 32px;
}
.ctIntroduction .ctIntroductionTxt{
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
}



.ctIndustry ul{
}
.ctIndustry .ctIndustryGrid{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 15px 0 15px;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 12px;
    border-bottom: #ccc 1px solid;
    width: 100%;
}
.ctIndustry .ctIndustryGrid:first-child{
    border-top: #ccc 1px solid;
}
.ctIndustry .ctIndustryGridItem:first-child{
    width: 130px;
    text-align: left;
}
.ctIndustry .ctIndustryGridItem:nth-child(2){
    flex: 1;
}
.ctIndustry .ctIndustryGridItem:nth-child(3){
    width: 100%;
    margin-top: 15px;
}
.ctIndustry .ctIndustryImg img{
    width: 120px;
}
.ctIndustry .ctIndustryTit{
    font-size: 14px;
    color: #0066af;
    font-weight: bold;
}
.ctIndustry .ctIndustryTitSub{
    font-size: 12px;
    margin-bottom: 5px;
}



.ctKnowhow .ctKnowhowList{
    margin-bottom: 20px;
}
.ctKnowhow .ctKnowhowList li{
    border-bottom: #ddd 1px solid;
}
.ctKnowhow .ctKnowhowList li:first-child{
    border-top: #ddd 1px solid;
}
.ctKnowhow .ctKnowhowList a{
    color: #0066af;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 100%;
}
.ctKnowhow .ctKnowhowList a:hover{
    opacity: .5;
}
.ctKnowhow .ctKnowhowImg{
    width: 100px;
}
.ctKnowhow .ctKnowhowImg img{
    width: 100%;
}
.ctKnowhow .ctKnowhowTxt{
    padding-left: 10px;
    flex: 1;
}



.ctPickup .ctPickupList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ctPickup .ctPickupList li{
    width: 48%;
    margin-bottom: 18px;
}
.ctPickup .ctPickupList a{
    display: block;
    color: #0066af;
    font-size: 12px;
    text-decoration: none;
}
.ctPickup .ctPickupList a:hover{
    opacity: .5;
}
.ctPickup .ctPickupImg{
    margin-bottom: 5px;
}
.ctPickup .ctPickupImg img{
    width: 100%;
}


.ctConsultation .ctConsultationList li{
    margin-bottom: 18px;
}
.ctConsultation .ctConsultationList a{
    align-items: center;
    display: flex;
    justify-content: space-between;
    color: #0066af;
    font-size: 12px;
    text-decoration: none;
}
.ctConsultation .ctConsultationList a:hover{
    opacity: .5;
}
.ctConsultation .ctConsultationImg{
    width: calc((100% - 40px) / 2);
}
.ctConsultation .ctConsultationTxt {
    font-size: 14px;
    width: calc(100%/2);
}
.ctConsultation .ctConsultationImg img{
    width: 100%;
}
@media screen and (min-width: 400px) and (max-width: 900px) {
  .ctConsultation .ctConsultationTxt {
    letter-spacing: -1px;
    margin-left: 10px;
    width: 100%;
  }
}


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


.ctKeyvisual h2,
.ctKeyvisualTit__heading{
    font-size: 28px;
}

.ctKeyvisualImg{
    bottom: 18px;
}
.ctKeyvisualImg img{
    width: 154px;
}
.ctSectionBt a{
    width: 100%;
}
.ctSectionBt2 a{
    width: 100%;
}
.is-advisor .ctSectionBt2{
    padding-right: 15px;
    padding-left: 15px;
}
.ctPoint .ctPointBt a{
    width: 100%;
}
.ctAdvisor .ctAdvisorTag{
    width: 150px;
}
.ctAdvisor .ctAdvisorTxt{
    width: 150px;
}
.ctAdvisor .ctAdvisorImg img{
    width: 150px;
}

}

/*-------- ITコンサルタントバナー新規追加20180913 ---------*/
.itBanner{
	max-width: 809px;
    margin: 30px 15px 0;
}
.itBanner p.sp{
	text-align: center;
    margin-top: 8px;
}
.itBanner a{
	font-size: 13px;
    text-decoration: underline;
    color: #0066af;
}
.itBanner a:hover{
	opacity: 0.8;
}


/*----- TOPへ戻るボタン -----*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 150px;
    right: 15px;
    z-index: 100;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 13px;
    text-decoration: none;
    padding: 8px 20px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.8;
}
.pagetop a:hover {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    padding:8px 20px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.6;
}

/*----- 求人特集エリア作成 -----*/
.jobOffer{
	background: #f8f8f8;
	padding: 0 !important;
}
.jobOffer .jobOfferInner{
	max-width: 970px;
    margin-right: auto;
    margin-left: auto;
}
.jobOffer .ctSearchTitWrap{
    padding: 10px 15px;
    color: #fff;
    background: linear-gradient(-90deg,#40bfe3, #3f91e7 50%, #3e7ae9);
    display: flex;
    align-items: center;
}
.jobOffer .ctSearchTit{
    font-size: 17px;
    font-weight: bold;
    position: relative;
    padding-left: 28px;
}
.jobOffer .ctSearchTit:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
}
.jobOffer .ctSearchTit.is-search:before{
    background: url(/resource/common/img/top-style/icon_search_white.svg) 0 0 no-repeat;
    background-size: 17px;
    width: 17px;
    height: 17px;
}
.jobOffer .ctSearchTit.is-recruit:before{
    background: url(/resource/common/img/top-style/icon_star_white.svg) 0 0 no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
}
.jobList{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	padding: 30px 0 20px;
	background: #fff;
    text-align: center;
}
.consulting-job__box {
	padding: 30px 40px;
	margin-bottom: 20px;
	box-sizing: border-box;
	width: 310px;
    float: left;
    padding: 0 1px;
    text-align: left;
}
.consulting-job__box:nth-child(odd) {
	border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
}
.consulting-job__box:nth-child(even) {
	
}
.consulting-job__image {
	margin-bottom: 10px;
}
.consulting-job__image img {
	max-width: 100%;
}
.consulting-job__image a:hover img {
	opacity: .8;
}
.consulting-job__title {
  margin-bottom: 13px;
  font-size: 1.1em;
	line-height: 1.5;
  font-weight: bold;
}
.consulting-job__title > a {
  color: #1262b2;
  text-decoration: underline;
}
.consulting-job__title > a:hover {
  text-decoration: none;
}
.consulting-job__sub {
  margin-bottom: 5px;
	font-size: 1em;
	line-height: 1.6;
}
.consulting-job__commentBox {
	display: flex;
	align-items: flex-start;
}
.consulting-job__commentImage {
	flex: 0 0 70px;
	border-radius: 50%;
	margin-right: 13px;
}
.consulting-job__commentImage > img {
	width: 100%;
}
.consulting-job__commontText {
	font-size: 1em;
	line-height: 1.83;
	border-radius: 10px;
	background: #f4fbfe;
	border: 1px solid #6cc1f3;
	position: relative;
	padding: 12px 15px;
}
.consulting-job__commontText::before,
.consulting-job__commontText::after {
	content: '';
	position: absolute;
	left: -13px;
	top: 27px;
	border: 5px solid transparent;
	border-right-width: 7px;
	border-right-color: #6cc1f3;
}
.consulting-job__commontText::after {
	left: -11px;
	border-right-color: #f4fbfe;
}

/*----- ご紹介企業情報 -----*/
.companyInfo{
    background: #f8f8f8;
    padding: 60px 0 50px !important;
}
.companyInfo .companyInfoInner{
    border-bottom: #eee 1px solid !important;
    max-width: 970px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -10px;
}
.companyInfo .ctSearchTitWrap{
    padding: 10px 15px;
    color: #fff;
    background: linear-gradient(-90deg,#40bfe3, #3f91e7 50%, #3e7ae9);
    display: flex;
    align-items: center;
}
.companyInfo .ctSearchTit{
    font-size: 17px;
    font-weight: bold;
    position: relative;
    padding-left: 28px;
}
.companyInfo .ctSearchTit:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
}
.companyInfo .ctSearchTit.is-search:before{
    background: url(/resource/common/img/top-style/icon_building.svg) 0 center no-repeat;
    background-size: 16px;
    width: 16px;
    height: 27px;
}
.companyInfo .companyListBox {
    padding: 30px 15px 40px;
    background: #fff;
}
.companyInfo .companyList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 17px 20px;
}
.companyInfo .companyList__item {
    box-sizing: border-box;
    padding-top: 12px;
    width: calc(100%/2);
}
.companyInfo .companyList__item:nth-child(odd) {
    padding-right: 16px;
}
.companyInfo .companyList__item:nth-child(even) {
    padding-left: 16px;
}
.companyInfo .companyList__item:nth-child(2) {
    border-bottom: 1px solid #d9d9d9;
}
.companyInfo .companyList__item:nth-child(1),
.companyInfo .companyList__item:nth-child(2) {
    border-bottom: 1px solid #d9d9d9;
    padding-top: 0;
}
.companyInfo .companyList__logoBox {
    align-items: center;
    display: flex;
    margin-bottom: 5px;
    min-height: 50px;
}
.companyInfo .companyList__item:nth-child(1) .companyList__logoBox,
.companyInfo .companyList__item:nth-child(2) .companyList__logoBox {
    margin-bottom: 12px;
}
.companyInfo .companyList__logo,
.companyInfo .companyList__img {
    width: 100%;
}
.companyInfo .companyList__link {
    color: #1262b2;
    display: block;
    font-size: 14px;
    font-weight: bold;
}
.companyInfo .companyList__item:nth-child(even) .companyList__link {
    letter-spacing: -2.6px;
}
.companyInfo .companyList__link:hover {
    opacity: 0.7;
}
.companyInfo .companyList__txt {
    padding: 6px 0 12px;
    text-align: center;
    text-decoration: underline;
}
.companyInfo .companyList__item:nth-child(1) .companyList__txt,
.companyInfo .companyList__item:nth-child(2) .companyList__txt {
    padding: 6px 0 16px;
}

/*-- ご紹介企業例 --*/
.public{
	background: #fff;
	border-radius: 8px;
	box-shadow: 5px 5px 8px rgba(100,100,100,0.1);
}
.public--slide {
    padding: 0 10px;
}
.public .ctSectionTit3 span{
	color: #000;
}
.public .ctSectionTit3{
	        padding: 20px 0 10px;
}

/*---------------------
営業(sales)領域追加_20181011
-----------------------------------*/
.ctKeyvisualTxtWrapSales{
    background: url(../../resource/common/img/sp/top-style/sales/bg_1.png) center 0 no-repeat;
        background-size: cover;
}
.ctKeyvisualTit_sales h2{
    display: inline;
    font-feature-settings : "palt";
    letter-spacing: 0.2rem;
}
/*色調整*/
.ctFlow .ctFlowTitSales{
    color: #304482 !important;
}
.ctFlow .ctFlowTitSales:before{
    background-color: #304482 !important;
}
.ctSection.is-reason-sales{
    color: #fff;
    background: linear-gradient(90deg,#1698d9, #0a2966 70%, #0a2966) !important;
}
.is-solution .ctSectionTit2Sales{
    color: #0a2966;
}
.ctSolution .ctSolutionListSales > li:before{
    background-color: #0a2966;
}
.ctSearchTitWrapSales{
    background: linear-gradient(240deg,#1698d9, #0a2966 70%, #0a2966) !important;
}
.ctSearchListSales li a{
    background: url(/resource/common/img/top-style/icon_arrow_blue_right3.svg) right 15px center no-repeat !important;
}
.ctAdvisorSales .ctAdvisorTag > span{
    background: linear-gradient(240deg,#1698d9, #0a2966 70%, #0a2966) !important;
}
.ct-bt-darkblue{
    display: inline-block;
    background: #0a2966;
    border-radius: 8px;
    color: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    text-align: center;
    text-decoration: none;
    border: #0a2966 1px solid;
    padding: 14px 0;
    font-size: 14px;
    transition: .4s ease-out;
}
.ct-bt-darkblue:before{
    content:"";
    display: inline-block;
    background: url(/resource/common/img/top-style/icon_arrow_white_right.svg) 0 center no-repeat;
    background-size: 6px;
    width: 6px;
    height: 10px;
    margin-right: 5px;
}
.ct-bt-darkblue:hover{
    opacity: .6;
    box-shadow: 3px 6px 10px rgba(0,0,0,0.3);
}
.is-pointSales .ctPoint .ctPointGrid:before{
    background-color: #0a2966 !important;
}
.is-pointSales .ctPoint .ctPointTag > span{
    background: linear-gradient(240deg,#1698d9, #0a2966 70%, #0a2966) !important;
}
.ctSection.is-introductionSales{
    background: linear-gradient(120deg,#1698d9, #0a2966 100%, #0a2966) !important;
}

.ctIntroductionSales li:nth-child(1) .ctIntroductionTitWrap{
    background: url(/kyushu/img/igure/icon_no1.png) 0 8px no-repeat;
    background-size: 30px;
}
.ctIntroductionSales li:nth-child(2) .ctIntroductionTitWrap{
    background: url(/kyushu/img/igure/icon_no2.png) 0 8px no-repeat;
    background-size: 30px;
}
.ctIntroductionSales li:nth-child(3) .ctIntroductionTitWrap{
    background: url(/kyushu/img/igure/icon_no3.png) 0 8px no-repeat;
    background-size: 30px;
}
.ctSectionBt2Sales--company {
    padding:
}
.companyInfoSales {
    margin-top: -50px;
}
.companyInfoSales .companyList__item:nth-child(1), .companyInfoSales .companyList__item:nth-child(2) {
    border-bottom: none;
}
.companyInfoSales .companyList__item:nth-child(3) {
    display: none;
}
.companyInfoSales .companyList__item:nth-child(even) .companyList__link {
    letter-spacing: inherit !important;
}
.companyInfoSales .companyList__item:nth-child(2) .companyList__link {
    letter-spacing: -1px !important;
}

/*---------------------------------------
ものづくり・メーカー(maker)領域追加_20181201
-------------------------------------------*/
.ctKeyvisualTxtWrapMaker{
    background: url(../../resource/common/img/sp/top-style/maker/bg_1.png) center 0 no-repeat;
        background-size: cover;
}
.ctKeyvisualTit_Maker h2{
    display: inline;
    font-feature-settings : "palt";
    letter-spacing: 0.2rem;
}
/*色調整*/
.ctFlow .ctFlowTitMaker{
    color: #096904 !important;
}
.ctFlow .ctFlowTitMaker:before{
    background-color: #096904 !important;
}
.ctSection.is-reason-Maker{
    color: #fff;
    background: linear-gradient(90deg,#42cf59, #096904 70%, #096904) !important;
}
.ctSection.is-solutionMaker{
    background: #e8f2ed;
}
.is-solution .ctSectionTit2Maker{
    color: #096904;
}
.ctSolution .ctSolutionListMaker > li:before{
    background-color: #096904;
}
.ctSearchTitWrapMaker{
    background: linear-gradient(240deg,#42cf59, #096904 70%, #096904) !important;
}
.ctSearchListMaker li a{
    background: url(../../resource/common/img/top-style/icon_arrow_green_right3.png) right 15px center no-repeat !important;
}
.ctSearchListMaker li a:active{
    background-color: #E8F2ED !important;
}
.ctAdvisorMaker .ctAdvisorTag > span{
    background: linear-gradient(240deg,#42cf59, #096904 70%, #096904) !important;
}
.ct-bt-green{
    display: inline-block;
    background: #248449;
    border-radius: 8px;
    color: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    text-align: center;
    text-decoration: none;
    border: #248449 1px solid;
    padding: 14px 0;
    font-size: 14px;
    transition: .4s ease-out;
}
.ct-bt-green:before{
    content:"";
    display: inline-block;
    background: url(/resource/common/img/top-style/icon_arrow_white_right.svg) 0 center no-repeat;
    background-size: 6px;
    width: 6px;
    height: 10px;
    margin-right: 5px;
}
.ct-bt-green:hover{
    opacity: .6;
    box-shadow: 3px 6px 10px rgba(0,0,0,0.3);
}

.is-pointMaker .ctPoint .ctPointGrid:before{
    background-color: #096904 !important;
}
.is-pointMaker .ctPoint .ctPointTag > span{
    background: linear-gradient(240deg,#42cf59, #096904 70%, #096904) !important;
}
.ctSection.is-introductionMaker{
    background: linear-gradient(120deg,#42cf59, #096904 100%, #096904) !important;
}
.ctIntroduction .ctIntroductionTitMaker{
    color: #1e824c;
    background: url(/kyushu/img/arrow/icon_arrow_violet_right2.png) 0 5px no-repeat !important;
    background-size: 24px;
    padding-left: 36px;
}
.ctIntroductionMaker li:nth-child(1) .ctIntroductionTitWrap{
    background: url(/kyushu/img/igure/icon_no1.png) 0 8px no-repeat;
    background-size: 30px;
}
.ctIntroductionMaker li:nth-child(2) .ctIntroductionTitWrap{
    background: url(/kyushu/img/igure/icon_no2.png) 0 8px no-repeat;
    background-size: 30px;
}
.ctIntroductionMaker li:nth-child(3) .ctIntroductionTitWrap{
    background: url(/kyushu/img/igure/icon_no3.png) 0 8px no-repeat;
    background-size: 30px;
}
.consulting-job__commontTextMaker {
    font-size: 1em;
    line-height: 1.83;
    border-radius: 10px;
    background: #e8f2ed;
    border: 1px solid #096904;
    position: relative;
    padding: 12px 15px;
}
.consulting-job__commontTextMaker::before,
.consulting-job__commontTextMaker::after {
    content: '';
    position: absolute;
    left: -13px;
    top: 27px;
    border: 5px solid transparent;
    border-right-width: 7px;
    border-right-color: #096904;
}
.consulting-job__commontTextMaker::after {
    left: -11px;
    border-right-color: #e8f2ed;
}
.companyInfoMaker .companyList__item:nth-child(1), .companyInfoMaker .companyList__item:nth-child(2) {
    border-bottom: none;
}
.companyInfoMaker .companyList__item:nth-child(3) {
    display: none;
}
.companyInfoMaker .companyList__item:nth-child(1) .companyList__link {
    letter-spacing: -2px;
}
.companyInfoMaker .companyList__item:nth-child(even) .companyList__link {
    letter-spacing: inherit !important;
}



.ctSearchBtn{
    display: block;
    border-radius: 8px;
    border: #ccc 1px solid;
    background-color: #fff;
    background-size: 12px;
    display: flex;
    height: auto;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}
.ctSearchBtn a{
    background: url(../../resource/common/img/top-style/icon_arrow_blue_right3.svg) right 15px center no-repeat;
    color: #0066af;
    display: block;
    padding: 9px 25px 9px 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    position: relative;
    text-align: center;
    transition: .4s ease-out;
}
.ctSearchBtn a:hover{
    background-color: #e5f7fd !important;
}



/*---------------------------------------
九州エリア(kyushu)領域追加_20201014
-------------------------------------------*/
.ctKeyvisualTxtWrapkyushu{
    background: url(/kyushu/img/sp/bg_1.png) center 0 no-repeat;
        background-size: cover;
}
.ctKeyvisualTit_kyushu h2{
    display: inline;
    font-feature-settings : "palt";
    letter-spacing: 0.2rem;
}
/*色調整*/
.ctFlow .ctFlowTitkyushu{
    color: #568FF1 !important;
}
.ctFlow .ctFlowTitkyushu:before{
    background-color: #568FF1 !important;
}
.ctSection.is-reason-kyushu{
    color: #fff;
    background: linear-gradient(-90deg,#568FF1, #5368f3 50%, #3232CC) !important;
}
.ctSection.is-solutionkyushu{
    background: #e5f7fd;
}
.is-solution .ctSectionTit2kyushu{
    color: #3e7ae9;
}
.ctSolution .ctSolutionListkyushu > li:before{
    background-color: #3e7ae9;
}
.ctSearchTitWrapkyushu{
    background: linear-gradient(-90deg,#568FF1, #5368f3 50%, #3232CC) !important;
}
.ctSearchTitWrapChugoku{
    background: linear-gradient(-90deg,#568FF1, #5368f3 50%, #3232CC) !important;
}
.ctSearchListkyushu li a{
    background: url(/kyushu/img/arrow/icon_arrow_violet_right.png) right 15px center no-repeat !important;
}
.ctSearchListkyushu li a:active{
    background-color: #e5f7fd !important;
}
.ctSearchArea .ctSearchListkyushu li:first-child {
    width: 100% !important;
}
.ctSearchArea .ctSearchListkyushu li {
    width: calc(100%/2) !important;
}
.ctSearchArea .ctSearchListkyushu li:nth-child(even) {
    border-right: 1px solid #ccc !important;
}
.ctSearchOccupation .ctSearchListkyushu li:nth-child(1){
    letter-spacing: -1.5px;
}
.ctAdvisorkyushu .ctAdvisorTag > span{
    background: linear-gradient(-90deg,#568FF1, #5368f3 50%, #3232CC) !important;
}
.ctAdvisorkyushu .ctAdvisorTxt {
    letter-spacing: -1.5px;
}
.ctBtAreaTxt--lightred {
    color: #D10042;
}
.ct-bt-lightred{
    display: inline-block;
    background: #D10042;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    text-decoration: none;
    padding: 20px 0;
    font-size: 17px;
    font-weight: bold;
    position: relative;
}
.ct-bt-lightred:before{
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: -14px;
    background: url(../../resource/common/img/top-style/icon_arrow_white_right.svg) 0 center no-repeat;
    background-size: 8px;
    width: 8px;
    height: 12px;
}
.ct-bt-lightred.is-noArrow:before{
    display: none;
}
.ct-bt-lightred:hover{
    opacity: .6;
    box-shadow: 3px 6px 10px rgba(0,0,0,0.3);
}
.ctSearchBtnkyushu a {
    background: url(/kyushu/img/arrow/icon_arrow_violet_right.png) right 15px center no-repeat;
}
.ctSearchBtnkyushu a:hover{
    background-color: #e5f7fd !important;
}
.is-pointkyushu .ctPoint .ctPointGrid:before{
    background-color: #3f91e7 !important;
}
.is-pointkyushu .ctPoint .ctPointTag > span{
    background: linear-gradient(-90deg,#568FF1, #5368f3 50%, #3232CC) !important;
}
.is-pointkyushu .ctInterview .ctInterviewGrid:before{
    background-color: #3f91e7 !important;
}
.ctSection.is-introductionkyushu{
    background: linear-gradient(-90deg,#568FF1, #5368f3 50%, #3232CC) !important;
}
.ctIntroduction .ctIntroductionTitkyushu{
    color: #3232CC;
    background: url(/kyushu/img/arrow/icon_arrow_violet_right2.png) 0 5px no-repeat !important;
    background-size: 24px;
    padding-left: 36px;
}
.is-introduction .ctSectionTit3kyushu span{
    color: #3232CC;
}
.ctIntroductionkyushu li:nth-child(1) .ctIntroductionTitWrap{
    background: url(/kyushu/img/figure/icon_no1.png) 0 8px no-repeat;
    background-size: 30px;
}
.ctIntroductionkyushu li:nth-child(2) .ctIntroductionTitWrap{
    background: url(/kyushu/img/figure/icon_no2.png) 0 8px no-repeat;
    background-size: 30px;
}
.ctIntroductionkyushu li:nth-child(3) .ctIntroductionTitWrap{
    background: url(/kyushu/img/figure/icon_no3.png) 0 8px no-repeat;
    background-size: 30px;
}
.consulting-job__commontTextkyushu {
    font-size: 1em;
    line-height: 1.83;
    border-radius: 10px;
    background: #e5f7fd;
    border: 1px solid #3f91e7;
    position: relative;
    padding: 12px 15px;
}
.consulting-job__commontTextkyushu::before,
.consulting-job__commontTextkyushu::after {
    content: '';
    position: absolute;
    left: -13px;
    top: 27px;
    border: 5px solid transparent;
    border-right-width: 7px;
    border-right-color: #3f91e7;
}
.consulting-job__commontTextkyushu::after {
    left: -11px;
    border-right-color: #e5f7fd;
}
.ctSectionBt2 .ctSectionBtTxt01 {
    padding-right: 180px;
}
.jobOfferkyushu .jobOfferInner {
    margin-top: -35px;
}
.jobOfferkyushu .owl-dots .owl-dot.active span {
    background: #3f91e7;
}
.jobOfferkyushu .owl-nav .owl-prev {
    border-bottom: 2px solid #3f91e7;
    border-left: 2px solid #3f91e7;
}
.jobOfferkyushu .owl-nav .owl-next {
    border-top: 2px solid #3f91e7;
    border-right: 2px solid #3f91e7;
}
.jobOfferkyushu .consulting-job__box:nth-child(odd) {
    border-bottom: none;
}
.jobOfferkyushu .consulting-job__box {
    margin-bottom: -10px;
}
