<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
/* -----
base
----- */
#base{
  width: auto;
}
div#cont{
  margin: 0;
}
.l_main{
  color:#333;
  font:400 14px "Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", Arial, 繝｡繧､繝ｪ繧ｪ, Meiryo, sans-serif;
  line-height:1.6;
  letter-spacing: 0;
}
.l_main button{
  border: none;
}
body{
  counter-reset: qaNum;
}
@media screen and (max-width: 768px){
  body{
    width: auto;
  }
  .l_main{
    overflow: hidden;
  }
}


/* -----
layout
----- */
/* grid */
.l_grid{
  display: flex;
  align-items: stretch;
  text-justify: flex-start;
  flex-wrap: wrap;
  margin: -15px;
}
.l_grid__item{
  display: flex;
  padding: 15px;
}
.l_grid__inner{
  display: block;
  width: 100%;
}
.l_cardList{}
.l_cardList__item + .l_cardList__item{
  margin-top: 24px;
  border-top: 1px solid #E4E4E4; 
  padding-top: 24px;
}
/* 繝翫ン */
.l_nav{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.l_nav__item{
  display: flex;
  width: 100%;
}
.l_nav__target{
  display: block;
  width: 100%;
}
.l_nav--local{
  margin: 0 -1px;
}
.l_nav--local &gt; .l_nav__item{
  padding: 0 1px;
}
.l_nav--keyvisual{
  margin: 0 -5px;
}
.l_nav--keyvisual &gt; .l_nav__item{
  padding: 0 5px;
}

/* 繧ｫ繝ｼ繝峨Μ繧ｹ繝� */

 /* -----
layout
----- */
/* 繧ｳ繝ｳ繝�Φ繝� */
.m_contents{
  padding: 105px 60px;
}
.m_contents__inner{
  width: 970px;
  margin: 0 auto;
}
.m_contents--service{
  background: linear-gradient(to left, #efefef 0, #efefef 25%, rgba(255, 255, 255, 0) 0) no-repeat right center / 100% 100%;
}
.m_contents--freeSeminar{
  background: url("../../img/consulting/img_consulting_top_0102.png") no-repeat left top / cover;  
}
.m_contents--column{
  background: url("../../img/consulting/img_consulting_top_0302.jpg") no-repeat center top / contain;  
}
.m_contents--ask{
  padding: 0;
  background: linear-gradient(to right, #ECECEC 0, #ECECEC 50%, #AA0023 0, #AA0023 100%) no-repeat left top / 100% 100%;
}
@media screen and (max-width: 768px){
  .m_contents{
    padding: 40px 0;
    background: none;
  }
  .m_contents__inner{
    width: 95%;
  }
  .m_contents--ask .m_contents__inner{
    width: 100%;
  }
}
/* 繝懊ち繝ｳ */
.m_btn{
  display: flex;
  align-items: stretch;
}
.m_btn::before{
  content: "";
  display: block;
  width: 0;
}
.m_btn__target{
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
  transition: .3s opacity;
}
.m_btn__target:hover{
  opacity: .7;
}
.m_btn--cta{
  width: 100%;
  font-size: 15px;
}
.m_btn--cta::before{
  height: 3em;
}
.m_btn--cta .m_btn__target{
  width: 250px;
  border: 2px solid #AA0023;
  color: #AA0023;
  font-weight: bold;
  font-size: inherit;
  background: #fff;
}
@media screen and (max-width: 768px){
  .m_btn--cta .m_btn__target{
    width: 100%;
  }
}

/* 隕句�縺� */
.m_heading{}
.m_heading__ttl{
  font-weight: bold;
  line-height: 1.4;
}
.m_heading__sub{}
.m_heading--primary{
  display: flex;
  align-items: flex-end;
  margin-bottom: 80px;
}
.m_heading--primary .m_heading__ttl{
  color: #AA0023;
  line-height: 1;
  font-size: 40px;
}
.m_heading--primary .m_heading__ttl + .m_heading__sub{
  padding-left: 64px;
}
.m_heading--primary .m_heading__sub{
  color: #AA0023;
  padding-left: 64px;
  line-height: 1;
  font-size: 20px;
}
.m_heading--primary .m_heading__sub::before{
  content: "��";
  margin-right: 8px;
}
.m_heading--secondary{
  margin-bottom: 30px;
}
.m_heading--secondary .m_heading__ttl{
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(91, 40 ,40, .5);
  font-size: 22px;
}
.m_heading--secondary  .m_heading__ttl::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 48px;
  border-bottom: 1px solid rgba(91, 40 ,40, 1);
}
.m_heading--secondary .m_heading__sub{
  margin-left: 32px;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 768px){
  .m_heading--primary{
    margin-bottom: 40px;
  }
  .m_heading--primary .m_heading__ttl{
    line-height: 1.4;
    font-size: 24px;
  }
  .m_heading--primary .m_heading__sub{
    display: none;
  }
  .m_heading--secondary{
    margin-bottom: 24px;
  }
  .m_heading--secondary .m_heading__ttl{
    font-size: 18px;
  }
  .m_heading--secondary .m_heading__sub{
    display: none;
  }
}
/* 繝偵�繝ｭ繝ｼ繧ｺ繧ｨ繝ｪ繧｢ */
.m_herosArea{}
.m_herosArea__navWrap{
  height: 64px;
}
.m_herosArea__nav{
  position: relative;
  /* width: calc(970px + 190px); */
  width: 1220px;
  margin: auto;
  /* left: 95px; */
}
@media screen and (max-width: 768px){
  .m_herosArea__navWrap{
    display: none;
  }
}
/* 繧ｭ繝ｼ繝薙ず繝･繧｢繝ｫ縺ｮ繧ｹ繝ｩ繧､繝繝ｼ */
.m_keyvisualSlider{
  position: relative;
}
.m_keyvisualSlider__item{}
.m_keyvisualSlider__nav{
  position: absolute;
  left: 0;
  right: 0;
  width: 970px;
  margin: 0 auto;
  transform: translateY(-50%);
}
.m_keyvisualSlider__indicatorWrap{
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 60px;
  margin: auto 0;
}
.m_keyvisualSlider__indicatorWrap--prev{
  left: -30px;
  transform: translateX(-100%);
}
.m_keyvisualSlider__indicatorWrap--next{
  right: -30px;
  transform: translateX(100%);
}
.m_keyvisualSlider__indicator{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #AA0023;
}
.m_keyvisualSlider__indicator::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  display: block;
  margin: auto;
  border-top: 20px solid rgba(255, 255, 255, 0);
  border-bottom: 20px solid rgba(255, 255, 255, 0);
}
.m_keyvisualSlider__indicatorWrap--prev .m_keyvisualSlider__indicator::before{
  border-right: 8px solid #fff;
}
.m_keyvisualSlider__indicatorWrap--next .m_keyvisualSlider__indicator::before{
  border-left: 8px solid #fff;
}
@media screen and (max-width: 768px){
  .m_keyvisualSlider__item:not(.m_keyvisualSlider__item--main){
    display: none;    
  }
  .m_keyvisualSlider__nav{
    display: none;
    /* width: 95%;
    padding: 0 24px; */
  }
  .m_keyvisualSlider__indicatorWrap{
    width: 20px;
  }
  .m_keyvisualSlider__indicatorWrap--prev{
    left: -10px;
  }
  .m_keyvisualSlider__indicatorWrap--next{
    right: -10px;
  }
}

/* 繧ｭ繝ｼ繝薙ず繝･繧｢繝ｫ */
.m_keyvisual{
  position: relative;
  z-index: -3;
  display: block;
  height: 410px;
}
.m_keyvisual__bk{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  display: block;
  height: 100%;
  line-height: 0;
  transform: translate(-50%, -50%);
}
.m_keyvisual__bk img{
  width: auto;
  max-width: none;
  height: 100%;
}
.m_keyvisual::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  overflow: hidden;
}
.m_keyvisual__inner{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 970px;
  margin: auto;
  transform: translateY(-50%);
}
.m_keyvisual__ttl{
  position: absolute;
  top: 0;
  left: 50%;
  padding: 8px 30px 8px calc((100vw - 970px) / 2);
  line-height: 1;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  background: #AA0023;
  word-break: keep-all;
  transform: translateX(-485px) translateX(-50vw) translateX(485px);
}
.m_keyvisual__ttl::before{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 16px;
  height: calc(1em + 16px);
  background: linear-gradient(to bottom right, #AA0023 0, #AA0023 50%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 100%);
  transform: translateX(100%);
}
.m_keyvisual__body{
  display: flex;
  align-items: center;
}
.m_keyvisual__msgWrap{
  width:  100%;
}
.m_keyvisual__body--hasImg .m_keyvisual__msgWrap{
  width:  58.333%;
}
.m_keyvisual__imgWrap{
  width: 41.666%;
}
.m_keyvisual__img{
  line-height: 0;
  text-align: center;
  overflow: hidden;
}
.m_keyvisual__img img{
  display: inline-block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px){
  .m_keyvisual{
    height: calc(100vh - 100px);
    padding: 0;
  }
  .m_keyvisual__bk{
    transform: translate(-50%, -50%) !important;
    transition: none !important;
  }
  .m_keyvisual__inner{
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100%;
  }
  .m_keyvisual__body{
    display: block;
  }
  .m_keyvisual__ttl{
    left: 0;
    padding: 8px 30px;
    transform: none;
  }
  .m_keyvisual__msgWrap{
    width:  80vw;
    margin: 0 auto;
   }
  .m_keyvisual__body--hasImg .m_keyvisual__msgWrap{
    width:  80vw;
   }
  .m_keyvisual__imgWrap{
    display: none;
  }
  /* 繧ｭ繝ｼ繝薙ず繝･繧｢繝ｫ縺ｮ繝繝溘� */
  .m_keyvisualSlider .js_slickKeyvisualSlider__item[style]{
    height: calc(100vh - 145px) !important;
  }
  .m_keyvisualSlider .js_slickKeyvisualSlider__item[style] span{
    font-size: 32px !important;
  }
}
/* 繝医ャ繝礼判蜒丞�縺ｮ繝ｪ繝ｼ繝画枚 */
.m_topLead{
  letter-spacing: .1em;
}
.m_topLead__ttl{
  margin-bottom: 30px;
  color: #fff;
  line-height: 1.4;
  font-weight: bold;
  font-size: 40px;
  overflow: hidden;
}
.m_topLead__subTtl{
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  overflow: hidden;
}
.m_topLead__subTtl + .m_topLead__msg{
  margin-top: 20px;
}
.m_topLead__msg{
  color: #fff;
  font-size: 15px;
  overflow: hidden;
}
@media screen and (max-width: 768px){
  .m_topLead__ttl{
    line-height: 1.2;
    font-size: 32px;
  }
  .m_topLead__subTtl br{
    display: none;
  }
  .m_topLead__msg{
   font-size: 13px;
  }
}

/* 繧ｹ繧ｿ繧､繝繝ｼ譛ｬ菴� */
.m_slider{
  position: relative;
  z-index: -3;
  height: 410px;
}
.m_slider::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../img/consulting/img_keyvisual.jpg") no-repeat center center / cover;
}
.m_slider::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  overflow: hidden;
}
.m_slider__inner{
  position: absolute;
  left: 50%;
  display: block;
  line-height: 0;
  text-aling: center;
  transform: translateX(-50%);
}
.m_slider__inner{
  width: auto;
}
/* 繝ｭ繝ｼ繧ｫ繝ｫ繝翫ン */
.m_localNav{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 64px;
  text-align: center;
  color: inherit;
  transition: .3s opacity;
  cursor: pointer;
}
.m_localNav:hover::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #AA0023;
}
.m_localNav--cta{
  color: #fff;
  background: #AA0023;
}
.m_localNav--cta:hover{
  opacity: .7;
}
.m_localNav--cta:hover::before{
  content: none;
}
.m_localNav--keyvisual{
  width: 100%;
  height: 90px;
  background: #fff;
}
/* 繧ｫ繝ｼ繝� */
.m_card{
  display: block;
  width: 100%;
  color: inherit;
  transition: opacity .3s;
}
.m_card:hover{
  opacity: .7;
}
.m_card__ttl{
  position: relative;
  margin-bottom: 4px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 16px;
  height: calc(16px * 2 * 1.4);
  overflow: hidden;
}
.m_card__ttl::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 3em;
  height: calc(16px * 1.4);
  background: linear-gradient(to left,#fff,rgba(255,255,255,0.96) 25%,rgba(255,255,255,0) 100%)
}
.m_card__body{}
.m_card__infos{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.m_card__infosItem{
  padding: 0 5px;
}
.m_card__infosWrap{}
.m_card__info{
  font-size: 12px;
}
.m_card__info--type{
  color: #666;
  padding: 2px 3px;
  border: 1px solid;
  border-radius: 2px;
  line-height: 1;
  font-size: 11px;
  text-align: center;
}
.m_card__info--type::before{
  display: block;
  color: #666;
  padding: 2px 3px;
  border: 1px solid;
  border-radius: 2px;
  min-width: 40px;
}
.m_card__info--date{
  font-size: 14px;
  color: #d66c00;
}
.m_card__infosWrap + .m_card__img{
  margin-top: 5px;
}
.m_card__img{
  line-height: 0;
  text-align: center;
}
.m_card__img img{
  max-width: 100%;
  height: auto;
}
.m_card__img--certification{}
.m_card__img--certification img{
  max-height: 100px;
}

.m_card__img + .m_card__cont{
  margin-top: 10px;
}
.m_card__infosWrap + .m_card__cont{
  margin-top: 10px;
}
.m_card__cont{
  position: relative;
  max-height: calc(13px * 4 * 1.6);
  line-height: 1.6;
  font-size: 13px;
  overflow: hidden;
}
.m_card__cont::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 3em;
  height: calc(13px * 1.6);
  background: linear-gradient(to left,#fff,rgba(255,255,255,0.96) 25%,rgba(255,255,255,0) 100%)
}
.m_card--lg{}
.m_card--lg .m_card__ttl{
  font-size: 18px;
  height: calc(18px * 2 * 1.4);
}
.m_card--lg .m_card__ttl::after{
  height: calc(18px * 1.4);
}
.m_card--md{}
.m_card--v{
  display: flex;
  align-items: center;
  margin: 0 -15px;
}
.m_card--v .m_card__body{
  flex: 1 1 auto;
  padding: 0 15px;
}

.m_card--v .m_card__imgWrap{
  flex: 0 0 200px;
  padding: 0 15px;
}
@media screen and (max-width: 768px){
  .m_card{
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
  .m_card__ttl{
    height: auto;
    max-height: calc(18px * 2 * 1.4);
  }
  .m_card--lg .m_card__ttl{
    font-size: 16px;
    height: auto;
    max-height: calc(16px * 2 * 1.4);
  }
  .m_card--lg .m_card__ttl::after{
    height: calc(16px * 1.4);
  }
  .m_card--v{
    display: block;
  }
  .m_card--v .m_card__body{
    padding: 0;
  }
  .m_card--v .m_card__imgWrap{
    padding: 0;
  }
}

/* 繧ｫ繝ｼ繝峨�繧ｿ繧ｰ */
[service_type]{
  padding: 0;
  border: none;
}
[service_type=douga]::before {
    content: "\52d5\753b\95a2\9023"!important;
    color: #cc2d5e!important;
    background: 0 0!important
}

[service_type=middle]::before {
    content: "\307e\3068\3081"!important;
    color: #842e30!important;
    background: 0 0!important
}

[service_type=haken]::before {
    content: "\6D3E\9063"!important;
    color: #842e30!important;
    background: 0 0!important
}

[service_type=bup]::before {
    content: "\516C\958B"!important;
    color: #0c3f71!important;
    background: 0 0!important
}

[service_type=other]::before {
    content: "\4ed6\ff7b\ff70\ff8b\ff9e\ff7d"!important;
    color: #e6002d!important;
    background: 0 0!important
}

[service_type=it]::before {
    content: "IT\FF7B\FF70\FF8B\FF9E\FF7D"!important;
    color: #008d79!important;
    background: 0 0!important
}

[service_type=free]::before {
    content: "\7121\6599\FF7E\FF90\FF85\FF70"!important;
    color: #333!important;
    background: 0 0!important
}

[service_type=cont]::before {
    content: "\8AAD\307F\7269"!important;
    color: #0c3f71!important;
    background: 0 0!important
}

[service_type=consul]::before {
    content: "\30B3\30F3\30B5\30EB"!important;
    color: #7a614f!important;
    background: 0 0!important
}
/* 繝ｪ繝ｳ繧ｯ */
.m_link{
  color: inherit;
  text-decoration: none;
  transition: .6s transform, .3s opacity;
}
.m_link:hover{
  opacity: .7;
  transform: translateX(16px);
}
.m_link--main{
  position: relative;
  display: inline-block;
  padding-right: 28px;
  color: #AA0023;
  font-weight: bold;
  font-size: 15px;
}
.m_link--main::before{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 20px;
  height: 4px;
  border-bottom: 1px solid #AA0023;
  border-right: 1px solid #AA0023;
  transform: skewX(45deg);
}

/* 蝠丞粋縺帙ヱ繝ｼ繝� */
.m_ask{
  position: relative;
  background: linear-gradient(to right, #ECECEC 0, #ECECEC 58.333%, #AA0023 0, #AA0023 100%) no-repeat left top / 100% 100%;
}
.m_ask::before{
  content: "";
  position: absolute;
  left: 58.333%;
  top: 0;
  display: block;
  width: 38px;
  height: 100%;
  background: linear-gradient(to right top, #ECECEC 0, #ECECEC 50%, #AA0023 0, #AA0023 100%) no-repeat left top / 100% 50%, linear-gradient(to right bottom, #ECECEC 0, #ECECEC 50%, #AA0023 0, #AA0023 100%) no-repeat left bottom / 100% 50%;
}
.m_ask__inner{
  display: flex;
  align-items: stretch;
  padding: 38px 0;
}
.m_ask__body{
  width: 58.333%;
}
.m_ask__btnWrap{
  display: flex;
  justify-content: center;
  width: 41.666%;
  padding-left: 38px;
}
.m_ask__lead{
  font-weight: bold;
  font-size: 26px;
}
.m_ask__lead + .m_ask__msg{
  margin-top: 28px;
}
.m_ask__msg{
  font-weight: bold;
  font-size: 18px;
}
.m_ask__btn{
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px){
  .m_ask{
    background: none;
  }
  .m_ask::before{
    background: none;
  }
  .m_ask__inner{
    display: block;
    padding: 0;
  }
  .m_ask__body{
    position: relative;
    width: 100%;
    padding: 24px 24px 64px;
    background: #ECECEC;
  }
  .m_ask__body::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 38px;
    background: linear-gradient(to right bottom, #ECECEC 0, #ECECEC 50%, #AA0023 0, #AA0023 100%) no-repeat right top / 50% 100%, linear-gradient(to left bottom, #ECECEC 0, #ECECEC 50%, #AA0023 0, #AA0023 100%) no-repeat left bottom / 50% 100%;
  }
  .m_ask__lead{
    display: flex;
    justify-content: center;
    font-size: 20px;
  }
  .m_ask__msg{
    display: flex;
    justify-content: center;
    font-size: 15px;
  }
  .m_ask__btnWrap{
    display: block;
    width: 100%;
    padding: 24px;
    background: #AA0023;
  }
  .m_ask__btn{
    display: block;
  }
}


/* 辟｡譁吶そ繝溘リ繝ｼ繧ｫ繝ｼ繝� */
.m_freeSeminarCard{
  position: relative;
  max-width: 560px;
  padding-bottom: 120px;
}
.m_freeSeminarCard__link{
  display: block;
  color: inherit;
  text-decoration: none;
  transition: .3s opacity;
}
.m_freeSeminarCard__link:hover{
  opacity: .7;
}
.m_freeSeminarCard__heading{
  margin-bottom: 12px;
}
.m_freeSeminarCard__ttl{
  position: relative;
  height: calc(1em * 1.6 * 2);
  font-weight: bold;
  font-size: 18px;
  overflow: hidden;
}
.m_freeSeminarCard__ttl::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 3em;
  height: calc(1em * 1.6);
  background: linear-gradient(to left,#fff,rgba(255,255,255,0.96) 25%,rgba(255,255,255,0) 100%)
}
.m_freeSeminarCard__body{}
.m_freeSeminarCard__img{
  line-height: 0;
  text-align: center;
}
.m_freeSeminarCard__img img{
  max-width: 100%;
  height: auto;
}
.m_freeSeminarCard__iframe{
  position: absolute;
  left: 50%;
  width: 130%;
  line-height: 0;
  text-align: center;
  transform: translateX(-50%);
}
.m_freeSeminarCard__iframe iframe{
  width: 100%;
  transform: scale(.75);
  transform-origin: center top;
}
.m_freeSeminarCard__link + .m_freeSeminarCard__iframe{
  margin-top: 12px;
}
@media screen and (max-width: 768px){
  .m_freeSeminarCard{
    max-width: none;
  }
}
@media screen and (max-width: 599px){
  .m_freeSeminarCard{
    padding-bottom: 0;
  }
  .m_freeSeminarCard__iframe{
    position: static;
    width: 100%;
    transform: none;
  }
  .m_freeSeminarCard__iframe iframe{
    transform: none;
  }
}
/* 辟｡譁吶そ繝溘リ繝ｼ */
.m_freeSeminar{
  position: relative;
  left: -60px;
  width: calc(100% + 120px);
  padding: 64px 60px;
  background: #fff;  
}
.m_freeSeminar__body{}
.m_freeSeminar__msg{
  width: 970px;
}
.m_freeSeminar__msg + .m_freeSeminar__list{
  margin-top: 20px;
}
.m_freeSeminar__footer {
  max-width: 1090px;
  width: 100%;
  margin-top: 40px;
}
.m_freeSeminar__link{
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px){
  .m_freeSeminar{
    left: 0;
    width: 100%;
    padding: 64px 0 0;
  }
  .m_freeSeminar__msg{
    width: 100%;
  }
  .m_freeSeminar__footer{
    width: 100%;
  }
}
/* 繧ｵ繝ｼ繝薙せ */
.m_service{}
.m_service__item + .m_service__item{
  margin-top: 60px;
}
.m_service__item{
  position: relative;
  left: -60px;
  width: calc(100% + 120px);
  padding: 64px 60px;
  background: #fff;
}
@media screen and (max-width: 768px){
  .m_service__item{
    position: static;
    width: 100%;
    padding: 0;
  }
}
/* 莠倶ｾ� */
.m_case{}
/* 繝�じ繧､繝ｳ螟画峩縺ｫ縺､縺阪∽ｽｿ逕ｨ縺帙★
.m_case__heading{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.m_case__heading--secondary{
  align-items: flex-end;
}
.m_case__heading::after{
  content: url("../../img/consulting/img_consulting_top_04.jpg");
  display: block;
  padding-left: 60px;
  line-height: 0;
}
.m_case__ttl{
  flex: 1 1 auto;
}
*/
.m_case__item + .m_case__item{
  margin-top: 60px;
}
.m_case__footer{
  margin-top: 34px;
}
.m_case__link{
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px){
  .m_case__heading{
    display: block;
  }
  .m_case__heading::after{
    content: none;
  }
}
/* 繧ｳ繝ｩ繝� */
.m_column{}
.m_column__body{
  position: relative;
  left: 62px;
  width: calc((100vw - 970px) / 2 + 970px - 62px);
  padding: 60px;
  background: #fff;
}
.m_column__inner{
  width: 845px;  
}
.m_column__item + .m_column__item{
  margin-top: 60px;
}
.m_column__footer{
  margin-top: 34px;
}
.m_column__link{
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px){
  .m_column__body{
    position: static;
    width: 100%;
    padding: 0;
  }
  .m_column__inner{
    width: 100%;  
  }
}
/* QA */
.m_faq{
  counter-increment: qaNum;
  border-bottom: 1px solid #707070;
  overflow: hidden;
}
.m_faq__qWrap{
  position: relative;
  display: block;
  padding: 30px 90px;
  color: inherit;
  transition: .3s opacity;
}
.m_faq__qWrap:hover{
  opacity: .7;
}
.m_faq__qWrap::before{
  content: "Q."counter(qaNum);
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  display: block;
  height: 1em;
  margin: auto;
  line-height: 1;
  font-weight: bold;
  font-size: 22px;
}
.m_faq__q{
  font-weight: bold;
  font-size: 22px;
}
.m_faq__indicator{
  position: absolute;
  right: 10px;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: auto 0;
  background: #AA0023;
  color: #fff;
  font-size: 38px;
}
.m_faq__aBody{
  position: relative;
  display: block;
  padding: 30px 0 30px 90px ;
  color: inherit;
}
.m_faq__aBody::before{
  content: "A."counter(qaNum);
  position: absolute;
  left: 10px;
  top: 56px;
  display: block;
  height: 1em;
  line-height: 1;
  color : #C61C1C;
  font-weight: bold;
  font-size: 22px;
}
.m_faq__a{}
.m_faq__a + .m_faq__a{
  margin-top: 1em;
}
.m_faq__link{
  color: #ec4062;
  font-weight: bold;
}
@media screen and (max-width: 768px){
  .m_faq__qWrap{
    padding: 18px 56px;
  }
  .m_faq__qWrap::before{
    font-size: 18px;
  }
  .m_faq__q{
    font-size: 16px;
  }
  .m_faq__aBody{
    padding: 18px 0 18px 56px;
  }
}

/* ----
state
---- */
/* 霑ｽ蠕薙リ繝� */
.js_localNav{}
.js_localNav__target{
  top: 0;
  z-index: 1;
  width: 100%;
  background: #fff;
}
.js_localNav.is_fixed .js_localNav__target{
  position: fixed;
}
/* 繧ｿ繧､繝医Ν縺ｮ繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ */
.js_separateTxt .js_separateTxt__txt{
  display: inline-block;
  opacity: 0;
  transform: scale(0.1);
  transform-origin: center bottom;
  transition: transform .8s cubic-bezier(.25,-.14,.16,1.07),opacity .6s cubic-bezier(.4,.1,.3,1);
}
.js_separateTxt.is_show .js_separateTxt__txt{
  opacity: 1;
  transform: scale(1);
}
/* 繝輔ぉ繝ｼ繝繝ｼ */
.js_fader{
  opacity: 0;
  transform: translateY(128px);
  transition: opacity 1s cubic-bezier(.215,.61,.355,1), transform 1s cubic-bezier(.215,.61,.355,1);
}
.js_fader.is_show{
  opacity: 1;
  transform: translateY(0);
}
/* 繧ｭ繝ｼ繝薙ず繝･繧｢繝ｫ繧ｹ繝ｩ繧､繝繝ｼ縺ｮ繧ｺ繝ｼ繝� */
.js_slickKeyvisualSlider__item .m_keyvisual__bk{
  transform: translate(-50%, -50%) scale(1.5);
  transition: 30s transform linear;
}
.js_slickKeyvisualSlider__item.is_show .m_keyvisual__bk{
  transform: translate(-50%, -50%) scale(1);  
}

/* 繧ｭ繝ｼ繝薙ず繝･繧｢繝ｫ繧ｹ繝ｩ繧､繝繝ｼ縺ｮ譁�ｭ励お繝輔ぉ繧ｯ繝� */
.js_slickKeyvisualSlider__txt{
  transform: translateY(100%);
}
.js_slickKeyvisualSlider__txt.is_show{
  transform: translateY(0%);
  transition: 1s transform;
}
.js_slickKeyvisualSlider__txt.is_hide{
  transform: translateY(-100%);
}
@media screen and (max-width: 768px){
  .js_slickKeyvisualSlider__txt{
    transform: translateY(0%);
  }
  .js_slickKeyvisualSlider__txt.is_show{
    transition: none;
  }
  .js_slickKeyvisualSlider__txt.is_hide{
    transform: translateY(0%);
  }
}
/* 蝠丞粋縺帙�繧ｹ繝ｩ繧､繝繝ｼ */
.js_sliderCta {
  position: relative;
  margin: -16px;
  padding: 16px;
  transform: translateX(-50%) translateX(-80vw);
}
.js_sliderCta::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  display: block;
  width: calc(50vw + 50%);
  height: 100%;
  background: #AA0023;
}
.js_sliderCta.is_show {
  transition: 0.4s transform cubic-bezier(0.86, 0, 0.07, 1);
  transform: translateX(0);
}
.js_sliderCta.is_show::after {
  transition: 0.7s width 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  width: 0;
}

/* slick */
.js_slickLocalNav{}
.js_slickLocalNav__item{
  padding: 0 5px;
}
.js_slickLocalNav .slick-current button::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #AA0023;
}
.js_slickfreeSeminarList__item{
  padding: 0 15px;
}
.js_slickfreeSeminarList .slick-dots{
  position: absolute;
  bottom: -38px;
  display: flex !important;
  align-items: stretch;
  margin: 0 -5px;
}
.js_slickfreeSeminarList .slick-dots li{
  padding: 0 5px;
  line-height: 0;
}
.js_slickfreeSeminarList .slick-dots button{
  width: 60px;
  height: 4px;
  text-indent: -9999px;
  overflow: hidden;
}
.js_slickfreeSeminarList .slick-dots .slick-active button{
  background: #AA0023;
}
.m_freeSeminar__body {
  position: relative;
}
.swiper-container {
  max-width: 1090px;
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.m_freeSeminar__list.swiper-wrapper {
  align-items: stretch;
}
/* .swiper-slide {
  width: 50% !important;
  padding: 15px !important;
  margin: 0 !important;
} */
.datatable {
  transform: scale(1) !important;
}
.swiper-pagination {
  position: absolute;
  bottom: -25px !important;
  display: flex!important;
  align-items: stretch;
  justify-content: center;
  margin: 0 -5px;
  max-width: 1090px;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 0;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #aa0023;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 60px;
  margin: auto 0;
}
.swiper-button-prev {
  left: -45px;
}
.swiper-button-next {
  right: -45px;
}
.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  display: block;
  z-index: 10;
  margin: auto;
}
.swiper-button-prev::before {
  border-right: 8px solid #fff;
  border-top: 20px solid #fff;
  border-bottom: 20px solid #fff;
  border-color: transparent #fff transparent transparent;
}
.swiper-button-next::before {
  border-left: 8px solid #fff;
  border-top: 20px solid #fff;
  border-bottom: 20px solid #fff;
  border-color: transparent transparent transparent #fff;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #AA0023;
}
@media screen and (max-width: 768px){
  .js_slickfreeSeminarList .slick-dots{
    position: static;
    justify-content: center;
  }
  .js_slickfreeSeminarList .slick-dots button{
    width: 32px;
  }
  .swiper-button-prev,.swiper-button-next {
  display: none;
  
  }
  .swiper-pagination-bullet {
    width: 32px;
  }
}
/* -----
utility
----- */
/* 蟷� */
.u_col1{width:8.333%;}
.u_col2{width:16.667%;}
.u_col25{width:20%;}
.u_col3{width:25%;}
.u_col4{width:33.333%;}
.u_col5{width:41.666%;}
.u_col6{width:50%;}
.u_col7{width:58.333%;}
.u_col8{width:66.666%;}
.u_col9{width:75%;}
.u_col10{width:83.33%;}
.u_col11{width:91.666%;}
.u_col12{width:100%;}
@media screen and (max-width:768px){
  .u_resMdCol1{width:8.333%;}
  .u_resMdCol2{width:16.667%;}
  .u_resMdCol3{width:25%;}
  .u_resMdCol4{width:33.333%;}
  .u_resMdCol5{width:41.666%;}
  .u_resMdCol6{width:50%;}
  .u_resMdCol7{width:58.333%;}
  .u_resMdCol8{width:66.666%;}
  .u_resMdCol9{width:75%;}
  .u_resMdCol10{width:83.33%;}
  .u_resMdCol11{width:91.666%;}
  .u_resMdCol12{width:100%;}
}
@media screen and (max-width:599px){
  .u_resSmCol1{width:8.333%;}
  .u_resSmCol2{width:16.667%;}
  .u_resSmCol3{width:25%;}
  .u_resSmCol4{width:33.333%;}
  .u_resSmCol5{width:41.666%;}
  .u_resSmCol6{width:50%;}
  .u_resSmCol7{width:58.333%;}
  .u_resSmCol8{width:66.666%;}
  .u_resSmCol9{width:75%;}
  .u_resSmCol10{width:83.33%;}
  .u_resSmCol11{width:91.666%;}
  .u_resSmCol12{width:100%;}
}
/* 譁�ｭ鈴俣 */
.u_ls0{
  letter-spacing: 0;
}</pre></body></html>