
#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;
}
.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: 22px 0;
    font-size: 24px;
    font-weight: bold;
    transition: .4s ease-out;
}
.ct-bt-orange:before{
    content:"";
    display: inline-block;
    background: url(../../resource/common/img/top-style/icon_arrow_white_right.svg) 0 center no-repeat;
    background-size: 12px;
    width: 12px;
    height: 17px;
    margin-right: 10px;
}
.ct-bt-orange.is-noArrow:before{
    display: none;
}
.ct-bt-orange:hover{
    background-color: #3232CC;
    box-shadow: 3px 6px 10px rgba(0,0,0,0.3);
}
.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;
    transition: .4s ease-out;
}
.ct-bt-small-violet: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-small-violet:hover{
    opacity: .6;
    box-shadow: 3px 6px 10px rgba(0,0,0,0.3);
}
.ct-bt-white{
    display: inline-block;
    background: #fff;
    border-radius: 8px;
    color: #0066af;
    text-align: center;
    text-decoration: none;
    border: #0066af 1px solid;
    padding: 14px 0;
    font-size: 14px;
    transition: .4s ease-out;
}
.ct-bt-white:before{
    content:"";
    display: inline-block;
    background: url(../../resource/common/img/top-style/icon_arrow_blue_right.svg) 0 center no-repeat;
    background-size: 6px;
    width: 6px;
    height: 10px;
    margin-right: 5px;
}
.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-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;
    transition: .4s ease-out;
}
.ct-bt-blue: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-blue:hover{
    opacity: .6;
    box-shadow: 3px 6px 10px rgba(0,0,0,0.3);
}



.ctKeyvisual{
    background: url(/kyushu/img/bg/bg_1.jpg) center 0 no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.ctKeyvisual h2,
.ctKeyvisualTit__heading{
    color: #fff;
    font-size: 52px;
    line-height: 1.3;
    text-shadow: 3px 3px 0 rgba(1,44,75,0.3);
}
.ctKeyvisualInner{
    padding-top: 45px;
    max-width: 970px;
    height: 400px;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    position: relative;
}
.ctKeyvisualTxt{
    font-size: 16px;
    padding-bottom: 6px;
}
.ctKeyvisualImg{
    display: inline;
    margin-left: 20px;
}
.ctKeyvisualImg img{
    width: 210px;
}
.ctKeyvisualImg2{
    display: none;
}
.ctKeyvisualTit{
    margin-bottom: 15px;
}
.ctKeyvisualTit h2,
.ctKeyvisualTit .ctKeyvisualTit__heading{
    display: inline;
    font-feature-settings : "palt";
    letter-spacing: 0.2rem;
}
.ctKeyvisualBt a{
    width: 420px;
}
.ctKeyvisualBt a:hover{
    -moz-animation: bounce 0.3s;
  -webkit-animation: bounce 0.3s;
  animation: bounce 0.3s;
}
.ctKeyvisualSlick{
    position: absolute;
    top: 0;
    left: 500px;
    width: 50vw;
}
.ctKeyvisualSlickItem img{
    width: 700px;
}



.ctSelect{
    background-color: #f8f8f8;
    padding: 15px 0;
    border-top: #eee 1px solid;
    border-bottom: #eee 1px solid;
}
.ctSelect ul{
    display: flex;
    justify-content: center;
}
.ctSelect ul li{
    margin: 0 5px;
    width: 400px;
}
.ctSelect ul li a{
    display: block;
}



.ctSection{
    padding: 70px 0;
    border-bottom: #eee 1px solid;
}
.ctSection.is-reason{
    color: #fff;
    background: linear-gradient(90deg,#40bfe3, #3f91e7 50%, #3e7ae9);
}
.ctSection.is-introduction{
    color: #fff;
    background: linear-gradient(90deg,#40bfe3, #3f91e7 50%, #3e7ae9);
}
.ctSection.is-solution{
    background: #e5f7fd;
}
.ctSection.is-search,
.ctSection.is-knowhow,
.ctSection.is-pickup,
.ctSection.is-cv,
.ctSection.is-point{
    background: #f8f8f8;
}
.ctSection.is-search{
	border-bottom: none;
}
.ctSection.is-pickup{
    padding-bottom: 45px;
}
.ctSection.is-about{
    padding-top: 50px;
}
.ctSection.is-professional,
.ctSection.is-point,
.ctSection.is-solution,
.ctSection.is-introduction,
.ctSection.is-reason,
.ctSection.is-about{
    border-bottom: none;
}
.ctSection.is-professional{
    padding-bottom: 0;
}
.ctSectionInner{
    max-width: 970px;
    margin-right: auto;
    margin-left: auto;
}
.is-public .ctSectionInner,
.is-about .ctSectionInner{
    max-width: 100%;
}
.is-knowhow .ctSectionInner{
    max-width: 1010px;
}
.ctSectionTit{
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    margin-bottom: 26px;
}
.ctSectionTit > span{
    display: inline-block;
    border-bottom: #000 3px solid;
}
.is-introduction .ctSectionTit > span{
    border-bottom: #fff 3px solid;
}
.ctSectionTit2{
    font-size: 60px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 26px;
}
.is-solution .ctSectionTit2{
    color: #00ace8;
}
.ctSectionTit2Sub{
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.ctSectionTit3{
    text-align: center;
    font-size: 26px;
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: 20px;
}
.is-introduction .ctSectionTit3 span{
    color: #fff600;
}
.ctSectionTxt{
    font-size: 16px;
    line-height: 1.8;
    font-weight: bold;
    text-align: center;
}
.ctSectionTxt2{
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
}
.ctSectionTxt2 .ctSectionTxt2Para01{
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.ctSectionBt{
    text-align: center;
    margin-bottom: 20px;
}
.ctSectionBt a{
    width: 540px;
}
.ctSectionBt a:hover{
    -moz-animation: bounce 0.3s;
  -webkit-animation: bounce 0.3s;
  animation: bounce 0.3s;
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  33% {
    -moz-transform: scale(1.02);
    transform: scale(1.02);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  33% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  33% {
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}



.ctSectionBt2{
    text-align: center;
}
.ctSectionBt2--company {
    padding: 15px 0 34px;
}
.ctSectionBt2--companySlider {
    padding: 15px 0 34px;
}
.ctSectionBt2 a{
    width: 400px;
}
.is-point .ctSectionBt2:first-of-type{
    margin-bottom: 50px;
}
.ctSectionDl{
    padding-left: 42px;
}
.ctSectionDl:not(:last-child){
    padding-bottom: 35px;
}
.ctSectionDl dt{
    position: relative;
    font-size: 24px;
    margin-bottom: 5px;
}
.ctSectionDl dt:before{
    content: "";
    background: url(../../resource/common/img/top-style/icon_check_white.svg) 0 0 no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 3px;
    left: -42px;
}
.ctSectionDl dd{
    font-size: 14px;
}
.ctSectionDl2{
    border: #fff 10px solid;
    padding: 25px;
    text-align: center;
    width: 580px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
}
.ctSectionDl2 dt{
    font-size: 20px;
}
.ctSectionDl2 dd{
    font-size: 30px;
}
.ctSectionDl2 dd span{
    font-size: 40px;
    color: #fff600;
    font-weight: bold;
}
.ctSectionList{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ctSectionList li{
    margin-right: 14px;
    margin-left: 14px;
    margin-bottom: 20px;
}



.ctBtArea{
    padding: 40px 0;
    border-bottom: #e5e5e5 1px solid;
}
.ctBtAreaInner{
    max-width: 970px;
    margin-right: auto;
    margin-left: auto;
}
.ctBtAreaTxt{
    text-align: center;
    font-size: 20px;
    color: #D10042;
    margin-bottom: 10px;
    font-weight: bold;
}
.ctBtAreaLink{
    text-align: center;
    font-size: 14px;
    color: #0066af;
}
.ctBtAreaLink a{
    position: relative;
    display: inline-block;
}
.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;
}
.ctBtAreaBt{
    text-align: center;
    margin-bottom: 20px;
}
.ctBtAreaBt a{
    width: 540px;
}
.ctBtAreaBt a:hover{
    -moz-animation: bounce 0.3s;
  -webkit-animation: bounce 0.3s;
  animation: bounce 0.3s;
}
.ctBtArea.is-fixed{
    display: none;
}



.ctFlow ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 1000px;
}
.ctFlow .ctFlowItem{
    width: 200px;
    padding: 10px 35px;
    box-shadow: 15px 0 10px -10px rgba(0,0,0,0.1);
}
.ctFlow .ctFlowTit{
    color: #00ace8;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.3;
    height: 56px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 42px;
    margin-bottom: 15px;
}
.ctFlow .ctFlowTit:before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 35px;
    height: 35px;
    font-size: 20px;
    line-height: 35px;
    color: #fff;
    background-color: #00ace8;
    border-radius: 100%;
    text-align: center;
    font-family: 'Arial' ,sans-serif;
}
.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: 14px;
    height: 80px;
}
.ctFlow .ctFlowImg img{
    width: 200px;
}



.ctReason{
    display: flex;
}
.ctReason .ctReasonItem{
    width: 50%;
}
.ctReason .ctReasonItem:first-child{
    background: url(../../resource/common/img/top-style/img_reason_1.png) 0 100% no-repeat;
    background-size: 370px;
}

.ctSolution{
    display: flex;
    flex-direction: row-reverse;
}
.ctSolution .ctSolutionItem{
    width: 50%;
}
.ctSolution .ctSolutionItem:first-child{
    background: url(../../resource/common/img/top-style/img_solution_1.png) 100% 100% no-repeat;
    background-size: 390px;
    box-sizing: border-box;
    padding-left: 78px;
}
.ctSolution .ctSolutionList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ctSolution .ctSolutionList > li{
    width: 232px;
    background-color: #fff;
    text-align: center;
    border-radius: 8px;
    position: relative;
    padding: 20px 0 17px;
    box-shadow: 5px 5px 8px rgba(100,100,100,0.1);
    font-size: 16px;
    margin-bottom: 18px;
    font-weight: bold;
}
.ctSolution .ctSolutionList > li:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 193px;
    height: 3px;
    background-color: #00ace8;
}
.ctSolution .ctSolutionTxt{
    text-align: center;
    font-size: 14px;
}
.ctSearch {
    margin-bottom: 40px;
}
.ctSearch .ctSearchTitWrap{
    padding: 10px 20px;
    color: #fff;
    background: linear-gradient(-90deg,#40bfe3, #3f91e7 50%, #3e7ae9);
    display: flex;
    align-items: center;
}
.ctSearch .ctSearchTit{
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-left: 38px;
}
.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: 25px;
    width: 25px;
    height: 25px;
}
.ctSearch .ctSearchTit.is-recruit:before{
    background: url(../../resource/common/img/top-style/icon_star_white.svg) 0 0 no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
}
.ctSearch .ctSearchTitInfo{
    font-size: 14px;
    padding-left: 10px;
}
.ctSearch .ctSearchCount{
    font-size: 26px;
    font-family: 'Arial' ,sans-serif;
}
.ctSearch .ctSearchList{
    display: flex;
    flex-wrap: wrap;
    border-left: #ccc 1px solid;
}
.is-professional .ctSearch .ctSearchList,
.is-consult .ctSearch .ctSearchList,
.is-cv .ctSearch .ctSearchList{
    border-top: #ccc 1px solid;
    background-color: #fff;
}
.ctSearch .ctSearchList li{
    width: 50%;
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    box-sizing: border-box;
    background-color: #fff;
}
.is-search .ctSearchList li {
    min-height: 78px;
}
.ctSearch .ctSearchList li.txt-p01 {
    height: 4.8rem;
}
.is-professional .ctSearch .ctSearchList li,
.is-consult .ctSearch .ctSearchList li,
.is-cv .ctSearch .ctSearchList li{
    font-size: 16px;
    font-weight: bold;
}
.is-consult .ctSearch .ctSearchList li,
.ctSearch .ctSearchList.is-recruit li{
    width: 100%;
}
.is-professional .ctSearch .ctSearchList li{
    width: 33.33333%;
}
.ctSearch .ctSearchList li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: url(/kyushu/img/arrow/icon_arrow_violet_right.png) right 15px center no-repeat;
    background-size: 12px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 40px;
    position: relative;
    transition: .4s ease-out;
}
.is-professional .ctSearch .ctSearchList li a{
    padding: 15px 40px 15px 55px;
}
.ctSearch .ctSearchList li a:hover{
    background-color: #e5f7fd;
}
.ctSearch .ctSearchList li h3{
    color: #1262b2;
    font-weight: bold;
    font-size: 16px;
}
.ctSearch .ctSearchList li p{
    font-size: 14px;
    color: #333;
    margin-top: 2px;
}
.ctSearch .ctSearchList .ctSearchListTitSub{
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 2px;
}
.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: 18px;
    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;
}



.ctAdvisor ul{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    padding-left: ;
    padding-right: ;
}
.ctAdvisor .ctAdvisorItem{
    width: 200px;
    margin-top: 20px;
    margin-right: 30px;
    margin-left: 30px;
}
.ctAdvisor .ctAdvisorTit{
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}
.ctAdvisor .ctAdvisorTag{
    text-align: center;
    margin-bottom: 10px;
}
.ctAdvisor .ctAdvisorTag > span{
    text-align: center;
    display: inline-block;
    border-radius: 15px;
    background: linear-gradient(-90deg,#40bfe3, #3f91e7 50%, #3e7ae9);
    font-size: 13px;
    color: #fff;
    padding: 3px 20px;
}
.ctAdvisor .ctAdvisorTxt{
    text-align: center;
    font-size: 14px;
}
.ctAdvisor .ctAdvisorImg{
    margin-bottom: 10px;
}
.ctAdvisor .ctAdvisorImg img{
    width: 200px;
    transition: .2s;
}

.ctAdvisorkyushu .ctAdvisorImg{
  position: relative;
  width: 200px;
  height: 200px;
  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: linear-gradient(293.79deg, #ebddfd 12.71%, #c0defd 90.82%);
  mix-blend-mode: soft-light;
}
.ctAdvisorkyushu .ctAdvisorItem.is-noHover .ctAdvisorImg:hover::before{
  background: rgba(255, 255, 255, 0.2);
  mix-blend-mode: soft-light;
}

.ctPoint ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ctPoint .ctPointGrid{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-radius: 8px;
    position: relative;
    padding: 30px 68px;
    margin-bottom: 20px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(212, 212, 212, 1);
    font-size: 14px;
}
.ctPoint .ctPointGrid.is-customer{
    width: 470px;
    padding: 30px 40px;
}
.ctPoint .ctPointGrid:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 850px;
    height: 4px;
    background-color: #00ace8;
}
.ctPoint .ctPointGrid.is-customer:before{
    width: 390px;
}
.ctPoint .ctPointGridItem:first-child{
    width: 210px;
    text-align: left;
}
.ctPoint .is-customer .ctPointGridItem:first-child{
    width: 120px;
}
.ctPoint .ctPointGridItem:nth-child(2){
    flex: 1;
}
.ctPoint .ctPointGridItem:nth-child(3){
    width: 100%;
    margin-top: 15px;
}
.ctPoint .ctPointImg{
    text-align: center;
    margin-top: 25px;
}
.ctPoint .ctPointImg img{
    width: auto;
}
.ctPoint .is-customer .ctPointImg img{
    width: 100px;
}
.ctPoint .ctPointTit{
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
}
.ctPoint .ctPointTit a{
    color: #333;
    text-decoration: none;
}
.ctPoint .is-customer .ctPointTit{
    font-size: 20px;
}
.ctPoint .ctPointAge{
    font-size: 14px;
}
.ctPoint .ctPointTag{
    margin-bottom: 10px;
}
.ctPoint .ctPointTag > span{
    text-align: center;
    display: inline-block;
    border-radius: 15px;
    background: linear-gradient(-90deg,#40bfe3, #3f91e7 50%, #3e7ae9);
    font-size: 14px;
    color: #fff;
    padding: 3px 20px 2px;
}
.ctPoint .is-customer .ctPointTxt{
    margin-bottom: 10px;
}
.ctPoint .ctPointTable{
    width: 100%;
    border: #ccc 1px solid;
}
.ctPoint .is-customer .ctPointTable{
    margin-bottom: 15px;
}
.ctPoint .ctPointTable th{
    padding: 10px;
    width: 70px;
    border: #ccc 1px solid;
    background-color: #e5f7fd;
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
}
.ctPoint .ctPointTable td{
    padding: 10px;
    border: #ccc 1px solid;
    background-color: #fff;
}
.ctPoint .ctPointBt{
    text-align: center;
}
.ctPoint .ctPointBt a{
    width: 280px;
}

.ctInterview ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ctInterview .ctInterviewGrid{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-radius: 8px;
    position: relative;
    padding: 30px 68px;
    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.is-customer{
    width: 470px;
    padding: 34px 40px 30px;
}
.ctInterview .ctInterviewGrid:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 850px;
    height: 4px;
    background-color: #00ace8;
}
.ctInterview .ctInterviewGrid.is-customer:before{
    width: 390px;
}
.ctInterview .ctInterviewBt{
    text-align: center;
}
.ctInterview .ctInterviewBt a{
    width: 280px;
}
.ctInterview .ctInterview-QBox {
    align-items: center;
    display: flex;
    height: 56px;
    width: 100%;
}
.ctInterview .ctInterview-QTxt {
    align-items: center;
    border: 1px solid #cccccc;
    border-radius: 10px;
    display: flex;
    line-height: 1.4;
    justify-content: center;
    position: relative;
    height: 56px;
    width: 324px;
}
.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: 10px;
    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: 100px;
    width: 100px;
}
.ctInterview .ctInterview-IntervieweeAvatarTxt {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.ctInterview .ctInterview-IntervieweeBox {
    display: flex;
    margin: 20px 0 28px;
    justify-content: space-between;
    width: 100%;
}
.ctInterview .ctInterview-IntervieweeDescTxt {
    align-items: center;
    background: #fff6f2;
    border: 1px solid #e25a00;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    letter-spacing: -0.6px;
    margin: 0 0 0 auto;
    padding: 0 10px;
    justify-content: center;
    position: relative;
    height: 100px;
    width: 269px;
}
.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: -23px;
    right: 0;
}
.ctInterview .ctInterviewBt {
    margin: 0 auto;
}



.ctIntroduction li{
    border-radius: 8px;
    position: relative;
    padding: 38px 60px;
    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: 60px;
    margin-bottom: 15px;
}
.ctIntroduction li:nth-child(1) .ctIntroductionTitWrap{
    background: url(/kyushu/img/figure/icon_no1.png) 0 center no-repeat;
    background-size: 46px;
}
.ctIntroduction li:nth-child(2) .ctIntroductionTitWrap{
    background: url(/kyushu/img/figure/icon_no2.png) 0 center no-repeat;
    background-size: 46px;
}
.ctIntroduction li:nth-child(3) .ctIntroductionTitWrap{
    background: url(/kyushu/img/figure/icon_no3
    .png) 0 center no-repeat;
    background-size: 46px;
}
.ctIntroduction .ctIntroductionTitSub{
    font-size: 18px;
    font-weight: bold;
}
.ctIntroduction .ctIntroductionTit{
    font-size: 26px;
    font-weight: bold;
    color: #00ace8;
    background: url(../../resource/common/img/top-style/icon_arrow_blue_right2.svg) 0 center no-repeat;
    background-size: 32px;
    padding-left: 42px;
}
.ctIntroduction .ctIntroductionTxt{
    font-size: 16px;
    line-height: 1.8;
}



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



.ctKnowhow .ctKnowhowList{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ctKnowhow .ctKnowhowList li{
    width: 296px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 35px;
}
.ctKnowhow .ctKnowhowList a{
    display: block;
    color: #0066af;
    font-size: 14px;
    text-decoration: none;
    transition: .4s ease-out;
}
.ctKnowhow .ctKnowhowImg{
    margin-bottom: 5px;
    overflow: hidden;
    transition: .4s ease-out;
}
.ctKnowhow .ctKnowhowImg img{
    width: 296px;
    transition: .4s ease-out;
}
.ctKnowhow .ctKnowhowList a:hover .ctKnowhowImg img{
    -webkit-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	opacity: 0.6;
}

.ctPickup,
.ctConsultation{
    max-width: 880px;
    margin: auto;
}
.ctPickup .ctPickupList,
.ctConsultation  .ctConsultationList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ctPickup .ctPickupList li,
.ctConsultation .ctConsultationList li{
    width: 250px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 25px;
}
.ctPickup .ctPickupList a,
.ctConsultation .ctConsultationList a{
    display: block;
    color: #0066af;
    font-size: 14px;
    text-decoration: none;
    transition: .4s ease-out;
}
.ctPickup .ctPickupList a:hover,
.ctConsultation .ctConsultationList a:hover{
    opacity: .5;
}
.ctPickup .ctPickupImg,
.ctConsultation .ctConsultationImg{
    margin-bottom: 5px;
}
.ctPickup .ctPickupImg img,
.ctConsultation .ctConsultationImg img{
    width: 250px;
}

.ctPickupList::after {
    display: block;
    content:"";
    width: 250px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 25px;
}

/*-------- ITコンサルタントバナー新規追加20180913 ---------*/
.itBanner{
	max-width: 809px;
    margin: 30px auto 0;
}
.itBanner a:hover{
	opacity: 0.8;
}

/*----- TOPへ戻るボタン -----*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 15px;
    z-index: 100;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 15px;
    text-decoration: none;
    padding: 10px 24px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    padding:10px 24px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.6;
}
/*----- copyright　修正 -----*/
#wrap .copyrightIn{
    position: inherit;
    text-align: center;
}
#wrap .copyright .copyrightIn p{
    position: inherit;
    text-align: center;
}

/*----- 求人特集エリア作成 -----*/
.jobOffer{
	background: #f8f8f8;
	padding: 0 !important;
}
.jobOffer.is-chugoku{
    margin-top: 40px;
}
.jobOffer .jobOfferInner{
	max-width: 970px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 70px;
	margin-top: -50px;
}
.jobOffer .ctSearchTitWrap{
    padding: 10px 20px;
    color: #fff;
    background: linear-gradient(-90deg,#40bfe3, #3f91e7 50%, #3e7ae9);
    display: flex;
    align-items: center;
}
.jobOffer .ctSearchTit{
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-left: 38px;
}
.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: 25px;
    width: 25px;
    height: 25px;
}
.jobOffer .ctSearchTit.is-recruit:before{
    background: url(../../resource/common/img/top-style/icon_star_white.svg) 0 0 no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
}
.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: 470px;
    float: left;
    padding: 0 1px;
    text-align: left;
}
.consulting-job__box:nth-child(odd) {
	border-right: 1px solid #d9d9d9;
	padding-right: 20px;
}
.consulting-job__box:nth-child(even) {
	padding-left: 20px;
}
.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: 0 !important;
}
.companyInfo .companyInfoInner{
    max-width: 970px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 70px;
    margin-top: -10px;
}
.companyInfo .ctSearchTitWrap{
    padding: 10px 20px;
    color: #fff;
    background: linear-gradient(-90deg,#40bfe3, #3f91e7 50%, #3e7ae9);
    display: flex;
    align-items: center;
}
.companyInfo .ctSearchTit{
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-left: 38px;
}
.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 0 no-repeat;
    width: 18px;
    height: 30px;
}
.companyInfo .companyListBox {
    padding: 30px 0 40px;
    background: #fff;
}
.companyInfo .companyList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}
.companyInfo .companyList__item {
    border-right: 1px solid #d9d9d9;
    box-sizing: border-box;
    padding: 0 20px;
    width: calc(100%/4);
}
.companyInfo .companyList__item:last-child {
    border-right: none;
}
.companyInfo .companyList__logoBox {
    align-items: center;
    display: flex;
    padding: 0 36px;
    height: 70px;
}
.companyInfo .companyList__logo,
.companyInfo .companyList__img {
    width: 100%;
}
.companyInfo .companyList__link {
    display: block;
    font-size: 14px;
    font-weight: bold;
}
.companyInfo .companyList__item:nth-child(even) .companyList__link {
    letter-spacing: -1.7px;
}
.companyInfo .companyList__link:hover {
    opacity: 0.7;
}
.companyInfo .companyList__txt {
    padding: 6px 0 8px;
    text-align: center;
}

/*-- ご紹介企業例 --*/
.public{
	background: #fff;
	border-radius: 8px;
	box-shadow: 5px 5px 8px rgba(100,100,100,0.1);
}
.public--slide {
    padding: 0 60px;
}
.public .ctSectionTit3 span{
	color: #000;
}
.public .ctSectionTit3{
	    padding: 30px 0 15px;
}
/*-- ご紹介企業例 スライダー --*/
.navCompany__listContent {
  margin: 10px 0 25px;
}
.navCompany__listBox {
  margin-bottom: 15px;
  height: 72px;
  overflow: hidden;
  position: relative;
}
@keyframes loopImage {
  0% {
      transform: translateX(0)
  }
  100% {
      transform: translateX(50%)
  }
}
.navCompany__list {
  animation: loopImage 60s linear infinite;
  display: flex;
  flex-direction: row-reverse;
  position: absolute;
  top: 0;
  right: 0;
  will-change: transform;
  width: 4620px;
}
.navCompany__item {
  background: #fff;
  border: 1px solid #efefef;
  margin: 0 2px;
  padding: 5px;
  text-align: center;
}
.navCompany__linkBtn {
  background: #f2f2f2;
  border: 2px solid #cccccc;
  height: 44px;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  width: 250px;
}
.navCompany__link {
  background: url(../../resource/common/img/sp/general_sp_icon_arrow.png) 95% center no-repeat;
  background-size: 5%;
  font-size: 13px;
  display: block;
}


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


/*---------------------------------------
九州エリア(kyushu)領域追加_20201014
-------------------------------------------*/
.ctKeyvisualkyushu{
    background: url(/kyushu/img/bg/bg_1.jpg) center 0 no-repeat;
        background-size: cover;
}
.ctKeyvisualTit_kyushu{
    margin: 5px 0 15px;
}
.ctKeyvisualTit_kyushu h2{
    display: inline;
    font-feature-settings : "palt";
    letter-spacing: 0.2rem;
}
.ctSection.is-pointkyushu,.ctSection.is-map,.is-advisorkyushu {
    background: #fff;
}

.ctSection.is-advisor.is-advisorkyushu{
    max-width: 1000px;
    margin: 0 auto;
}

/*色調整*/
.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: #C2DDFF;
}
.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 {
    min-height: 60px !important;
}
.ctSearchListkyushu li a{
    background: url(/kyushu/img/arrow/icon_arrow_violet_right.png) right 15px center no-repeat !important;
}
.ctSearchListkyushu li a:hover{
    background-color: #e5f7fd !important;
}
.ctSearchArea .ctSearchListkyushu li:first-child {
    width: 100%;
}
.ctSearchBtnkyushu a:hover{
    background-color: #e5f7fd !important;
}
.ctAdvisorkyushu .ctAdvisorTag > span{
    background: linear-gradient(-90deg,#568FF1, #5368f3 50%, #3232CC) !important;
}
.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: 22px 0;
    font-size: 24px;
    font-weight: bold;
    transition: .4s ease-out;
}
.ct-bt-lightred:before{
    content:"";
    display: inline-block;
    background: url(../../resource/common/img/top-style/icon_arrow_white_right.svg) 0 center no-repeat;
    background-size: 12px;
    width: 12px;
    height: 17px;
    margin-right: 10px;
}
.ct-bt-lightred.is-noArrow:before{
    display: none;
}
.ct-bt-lightred:hover{
    background-color: #f71b61;
    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 !important;
}
.ctSectionDl2kyushu dd span {
    color: #00427f;
}
.is-introduction .ctSectionTit3kyushu span{
    color: #00427f;
}
.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 center no-repeat !important;
}
.ctIntroductionkyushu li:nth-child(1) .ctIntroductionTitWrap{
    background: url(/kyushu/img/figure/icon_no1.png) 0 center no-repeat;
    background-size: 46px;
}
.ctIntroductionkyushu li:nth-child(2) .ctIntroductionTitWrap{
    background: url(/kyushu/img/figure/icon_no2.png) 0 center no-repeat;
    background-size: 46px;
}
.ctIntroductionkyushu li:nth-child(3) .ctIntroductionTitWrap{
    background: url(/kyushu/img/figure/icon_no3.png) 0 center no-repeat;
    background-size: 46px;
}
.consulting-job__commontTextkyushu {
    font-size: 1em;
    line-height: 1.83;
    border-radius: 10px;
    background: #fff6f2;
    border: 1px solid #3f91e7;
    position: relative;
    padding: 12px 15px;
}
.consulting-job__commontTextkyushu::before,
.consulting-job__commontTextKansai::after {
    content: '';
    position: absolute;
    left: -13px;
    top: 27px;
    border: 5px solid transparent;
    border-right-width: 7px;
    border-right-color: #3f91e7;
}
.consulting-job__commontTextKansai::after {
    left: -11px;
    border-right-color: #fff6f2;
}
.ctSectionInner--seminar {
    margin-bottom: 64px;
}
.jobOfferkyushu .jobOfferInner {
    padding-bottom: 55px;
    margin-top: -70px;
}
.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 .owl-dots .owl-dot.active span {
    background: #3f91e7;
}

/* 2019.02.28 タグライン追加 */
.new_areaImg {
    position: absolute;
    top: 13px;
    left: -2px;
    width: 400px;
}
