@charset "utf-8";
:root{
  --theme_hr: #AA0023;
  --theme_hr_sub: #F2D9DE;
  --theme_date: #D66C00;
}
/*レイアウト*/
.l_main {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 1240px;
}
.l_main__body {
  order: 2;
  width: 1020px;
}
div#cont {
  text-align: left;
  margin: 0 0;
  font-family: helvetica neue,noto sans jp,yu gothic,YuGothic,ヒラギノ角ゴ pron w3,hiragino kaku gothic pron,Arial,メイリオ,Meiryo,sans-serif;
  line-height: 1.5;
  margin-bottom: 55px;
}
#base {
  width: 1240px;
  counter-reset: qNum aNum;
}
.l_overview{
  display: flex;
  margin-top: 25px;
  margin-bottom: 25px;
}
.l_section__item{
  margin-top: 64px;
}
.l_main__sideNav{
  width: 200px;
  order: 0;
  z-index: 2;
}
.l_main__sideNavInner{
  pointer-events: all;
}
@media screen and (max-width: 768px){
  body {}  
  #base {
    width: 100%;
  }
  div#cont{
    width: auto;
    margin: 0 auto;
  }
  .l_main__sideNav{
    display: none;
  }
  .l_main {
    width: 100%;
  }
  .l_main__body {
    width: 100%;
  }
  .l_overview{
    display: block;
    margin-top: 0;
  }
}
@media screen and (max-width: 599px){}
/*MV*/
.mainvisual--top {
  .mainvisual-wrap { 
    margin: 0 auto;
    width: 1020px;
    position: relative;
    padding-bottom: 10px;
  }
  .slick-slider { width: 1020px; }
  .slick-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
    width: 100%;
  }
}
.mainvisual--flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.subvisual { margin-bottom: 10px;}
.subvisual--flex {
  margin-top: 10px;
  padding-bottom: 10px;
}
.ss-wrapper {
  line-height: 0;
  font-size: 0;
}
@media screen and (max-width: 768px){
  .mainvisual {
    aspect-ratio: 10 / 3;
    background-image: url(/resource/img/consulting/hr_service/__ins_consulting-service_top.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: auto;
    height: auto;
    padding-top: 0;
    margin-bottom :10px;
  }
  .mainvisual-wrap {
    display: none;
  }
  .subvisual {
    display: none;
  }
}
/*スライダー*/
.bxslider,.subslider {
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.bxslider > li:not(:first-child),.subslider> li:not(:first-child) {
  display: none;
}
.bxslider.slick-initialized,.subslider.slick-initialized{
  display: block;
  opacity: 1;
  visibility: visible;
}
.slick-slider{
  opacity: 0;
  position: relative;
  transition: opacity .3s linear;
  z-index: 9999;
}
.slick-slider.slick-initialized { opacity: 1; }

/* スライダーのボタン */
.slick-prev,
.slick-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 24px;
  height: 80px;
  margin: auto 0;
  border: none;
  background: #777;
  text-indent: -9999px;
  cursor: pointer;
}
.slick-prev::before,
.slick-next::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  margin: auto;
}
.slick-prev{
  left: 0;
  transform: translateX(-100%);
}
.slick-next{
  right: 0;
  transform: translateX(100%);
}
.slick-prev::before{
  transform: translateX(4px) rotate(-135deg);
}
.slick-next::before{
  transform: translateX(-4px) rotate(45deg);
}
/* スライダーのページャー */
.slick-dots{
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -48px;
  left: calc(50% + 125px);
  transform: translate(-50%, 100%);
}
.slick-dots .slick-active:only-child{ display: none;}
.slick-dots button{
  display: block;
  height: 8px;
  width: 80px;
  margin:0 8px;
  border: none;
  border-radius: 0;
  background: #ccc;
  text-indent: -9999px;
  line-height: 0;
  cursor: pointer;
}
.slick-dots button:hover,
.slick-dots .slick-active button{
  background: var(--theme_hr);
}
.slick-dots {
  bottom: -8px;
  left: calc(50%);
}

.slick-dots button {
  height: 4px;
  width: 60px;
}
:is(.bxslider), :is(.subslider) {
  .slick-prev, .slick-next {
    background-color: transparent;
    height: 100%;
    top: 50%;
    bottom: 50%;
    width: 25px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position-y: center;
    opacity: 0.5;
    &:hover {
        opacity: 1;
        transition: .3s;
    }
  }
  .slick-prev {
    left: 25px;
    background-image: url(/resource/img/bup/slider_arrow-left.png);
  }
  .slick-next {
    right: 25px;
    background-image: url(/resource/img/bup/slider_arrow-right.png);
    background-position-x: right;
  }
  .slick-prev::before, .slick-next::before {
    display: none;
  }
  .slick-prev::before {
    transform: translateX(2px) rotate(-135deg);
  }
  .slick-next::before {
    transform: translateX(-2px) rotate(45deg);
  }
}
:is(.subslider) {
  width: 1030px;
  .slick-prev {
    background-image: url(/resource/img/bup/slider_arrow-sm-left.png);
  }
  .slick-next {
    right: 35px;
    background-image: url(/resource/img/bup/slider_arrow-sm-right.png);
  }
}
body{
  :is(.bxslider) {
    .slick-prev::before, .slick-next::before {
      height: 8px;
      width: 8px;
    }
    .slick-prev::before { transform: translateX(2px) rotate(-135deg); }
    .slick-next::before { transform: translateX(-2px) rotate(45deg); }
  }
  .mainvisual--top:has(.slick-dots .slick-active:only-child) + .nav--container{
    .nav-top2 { padding-top: 12px;} 
  }
}
@media screen and (max-width: 768px){
  :is(.subslider) {
    width: 100%;
  }
}
/* ニュース */
.m_news{
  width: calc(50%);
  padding-right:15px;
}
.m_newsHeading{
  color: var(--theme_hr);
  padding:5px 0 ;
}
.m_newsList{
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
  font-size: 12px;
  font-weight: bold;
  height: 356px;
  overflow: auto;
}
.m_newsList__item{
  padding: 5px 0;
}
.m_newsList__item + .m_newsList__item {
  border-top: 1px dotted #DDDDDD;
}
.m_newsList__addition{
  display: flex;
  align-items: center;
}
.m_newsList__date{
  margin-right: 12px;
  color: #d66c00;
}
.m_newsList__ttl{
  width: 100%;
  font-size: 13px;
}
.m_newsList__target{
  color: #333;
}
.m_newsList__btn{
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 8px;
}
.m_newsList__btnTarget{
  border: 1px solid #383838;
  padding: 0 24px;
  color: #333;
  line-height: 1;
  letter-spacing: 2px;
  font-size: 12px;
  transition: .2s background;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m_newsList__btnTarget::before {
  content: "";
  height: 1em;
  padding: 4px 0;
}
@media screen and (max-width: 768px){
  .m_news{
    width: 100%;
    padding: 0;
  }
  .m_newsList{
    height: 200px;
  }
}

/* 価格表 */
.m_priceList{
  width: calc(50%);
  padding-left: 15px;
  position: relative;
}
.m_priceListHeading{
  display: inline-block;
  color: #fff;
  background-color: var(--theme_hr);
  padding: 5px 10px 5px 10px;
}
.m_priceList__tableWrapper{}
.m_priceList__modalTrigger{
  position: absolute;
  color: var(--theme_hr);
  border: 3px solid #333;
  border-color: var(--theme_hr);
  border-radius: 50%;
  background-color: #fff;
  bottom: 15px;
  right: 15px;
  font-size: 30px;
  padding: 10px;
}
.m_priceList__modalTrigger:hover{
  color: #fff;
  background-color:var(--theme_hr);  
}
.m_priceList__tableWrapper--simple .m_priceList__modalClose{
  display:none;
}
.m_priceList__table{
  border: 1px solid #51350B;
}
.m_priceList__serviceTtl{
  font-weight: bold;
}
.m_priceList__serviceDuration{
  text-align: center;
}
.m_priceList__servicePrice{
  text-align: right;
}
.m_priceList__attention{
  font-size: 12px;
}
.m_priceList__table th,
.m_priceList__table td{
  padding: 10px;
  vertical-align: middle;
}
.m_priceList__table tr{
  border-top: 1px solid #51350B;
}
.m_priceList__table tr:nth-of-type(2n){
  background-color:#E5E1DA;
}
.m_priceList__table td{}
.m_priceList__table th + th{
  border-left: 1px dashed #fff;  
}
.m_priceList__table td + td{
  border-left: 1px dashed #51350B;  
}
.m_priceList__table thead{
  background-color: #51350B;
  text-align: left;
}
.m_priceList__table thead tr{}
.m_priceList__table thead th{
  color: #fff;
}
.m_priceList__table tbody{
  text-align:left;
}
@media screen and (max-width: 768px){
  .m_priceList{
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
/* 簡易版表 */
.m_priceList__tableWrapper--simple{
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  font-weight: bold;
  max-height: 356px;   
  overflow-y: auto; 
  .m_priceList__dsNone--simple{
    display :none;
  }
  .m_priceList__table{
    border:none;
    width: 100%;
  }
  .m_priceList__serviceDesc{
    display: none;
  }
  .m_priceList__servicePrice{
    width: 46%;
  }
  .m_priceList__attention{
    font-size: 10px;
  }
  thead{
    display: none;
  }
  .m_priceList__table td + td{
    border: none;
    text-align:left;
  }
  .m_priceList__table tr{
    border:none;
  }
  th:nth-of-type(2),
  th:nth-of-type(3),
  td:nth-of-type(2),
  td:nth-of-type(3){
    display: none; 
  }
}
/* ローカルナビ */
.nav--container{
  display: flex;
}
.nav {
  position: relative;
  display: flex;
  flex: auto;
}
.nav-top2 { 
  padding: 10px;
  display: flex;
  flex: auto;
  align-items: center;
  @media screen and (max-width: 768px){
    flex-direction: column;
  }
}
.nav-top2--win{
 background:#ccc;
 background:var(--theme_hr_sub);
}
.nav-top2__title{
  width: auto;
  color: var(--theme_hr);
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  word-break: keep-all;
  @media screen and (max-width: 768px){
    margin-bottom: 10px;
  }
}
.nt2 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  @media screen and (max-width: 768px){
    justify-content: space-between;
    gap: 6px 0;
  }
}
.nt2__list {
  display: flex;
  width: calc(25% - 10px);
  @media screen and (max-width: 768px){
    width:calc(50% - 3px);
  }
}
.nt2__link {
  position: relative;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 4px ;
  background: #fff;
  text-align: left;
  border: 2px solid #164a84;
  border-color:var(--theme_hr);
  border-radius: 4px;
  line-height: 1.3;
}

.nt2__link:hover {
  background: var(--theme_hr);
  color: #fff;
}
.nt2__link.is_active {
  background:var(--theme_hr);
  color: #fff; 
  transition: background 0.3s;
}
.subnav{
  display: flex;
  align-items: flex-start;
  transition: background-color .2s;
  @media screen and (max-width:768px) {}
}
.subnav_btnList{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  gap: 10px;
}
.subnav_btnItem{
  width:120px;
  @media screen and (max-width: 768px){
    width: calc(25% - (12px / 4));
  }
  @media screen and (max-width: 599px){
    width: calc(50% - (6px / 2));
  }
}
.subnav_btnItem_target{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: flex;
  height:50px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border: 1px solid #BBBBBB;
  border-radius: 4px;
  line-height: 1.3;
  background-color: #fff;
  @media screen and (max-width: 768px){
    font-size: 12px;
    height :40px;
  }
  @media screen and (max-width: 768px){
    &.subnav_btnItem_target--ask,
    &.subnav_btnItem_target--shodan{
      font-size: 14px;
    }
  }
}
.subnav_btnItem:has(.subnav_btnItem_target--ask){
  @media screen and (max-width: 768px){ order:5;}
}
.subnav_btnItem:has(.subnav_btnItem_target--shodan){
  @media screen and (max-width: 768px){ order:6;}
}
.subnav_btnItem:has(.subnav_btnItem_target--ask),
.subnav_btnItem:has(.subnav_btnItem_target--shodan){
  @media screen and (max-width: 768px){ width: calc(50% - (10px / 2));}
}
.subnav_btnItem_target--ask{
  color: #ec4062;
  border-color: inherit;
}
.subnav_btnItem_target--shodan{
  color: #2a6cae;
  border-color: inherit;
}
.subnav_btnItem_target:hover{
  opacity: .6;
  transition: .3s;
}
.subnav_btnItem_target_img{
  width: 24px;
  height: auto;
  margin-right: 4px;
}
@media screen and (max-width: 768px){
  .nav--container{ flex-direction: column;} 
}
/* 見出し */
.m_heading{}
.m_heading__ttl{}
.m_heading--primary{
  position: relative;
  margin-bottom: 10px;
}
.m_heading--primary .m_heading__ttl{
  width: fit-content;
  margin: auto;
  color: var(--theme_hr);
  font-weight: bold;
  font-size: 20px;
}

/* コンテンツ */
.m_contents{}
.m_contents__lead{
  text-align: center;
}
.m_contents__lead + .m_contents__body{
  margin-top: 40px;
}

/* プラン*/
.m_planList {
  margin: 16px 0px 0
}
.m_planList__item {}
.m_planList__item + .m_planList__item{
  margin-top: 30px
}
.m_plan{}
.m_plan__inner{
  margin-top: 10px;
  padding-left: 30px;
}
.m_plan__ttlWrap{
  color: #333;
  border-left: 10px solid #333;
  border-color: var(--theme_hr);
  padding: 0;
  padding-left: 20px;
}
.m_plan__ttl{
  font-size: 20px;
}
.m_plan__body{
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start
}
.m_plan__desc{
  margin-right: 20px;
}
.m_plan__btnTarget{
  position:relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 60px;
  border: 1px solid #333;
  border-color:var(--theme_hr);
  border-radius:8px;
  color:var(--theme_hr);
  font-size: 14px;
}
.m_plan__btnTarget:before{
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #fff;
  right: 14px;
}
.m_plan__btnTarget:after{
  content:"";
  border-radius: 50%;
  background-color: var(--theme_hr);
  color: #fff;
  width: 22px;
  height: 22px;
  margin-left: 5px;
}
.m_plan__btnTarget:hover{
  background-color:var(--theme_hr);
  color: #fff;
}
.m_plan__btnTarget:hover:before{
  color: var(--theme_hr);
}
.m_plan__btnTarget:hover:after{
  background-color: #fff;
}
.m_plan__serviceList{
  margin-top:30px;
  position: relative;
}
.m_plan__serviceList__ttl{
  color: var(--theme_hr);
  font-size: 13px;
  font-weight: bold;
}
.m_plan__serviceList__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 5px;
}
.m_plan__serviceList__list:after {
  content:"";
  width: calc(100% / 3 - (15px * 4 / 3));
}

.m_plan__detail{
  width: calc(100% / 3 - (15px * 4 / 3));
  --m_plan__detail_padding: 15px;
  padding-top: var(--m_plan__detail_padding);
  padding-bottom: var(--m_plan__detail_padding);
}
.m_plan__detail__main{
  display: flex;
  justify-content: space-between;
}
.m_plan__detail__title {
  color: #333;
  --m_plan__detail_title_fz: 14px;
  --m_plan__detail_title_lh: 1.5;
  font-size: var(--m_plan__detail_title_fz);
  font-weight: bold;
  line-height: var(--m_plan__detail_title_lh);
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: var(--m_plan__detail_title_fz);
  font-weight: bold;
  height: calc(var(--m_plan__detail_title_fz) * 2 * var(--m_plan__detail_title_lh));
  -webkit-line-clamp: 2;
  line-height: var(--m_plan__detail_title_lh);
  overflow: hidden;
  text-overflow: ellipsis;
  &:has(+ .m_plan__detail__attribute) { margin-bottom: 8px; }
}
.m_plan__detail__link {
  transition: .3s opacity;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  &:hover{
    opacity: .6;
  }
}
.m_plan__detail__image {
  line-height: 0;
  width: 38%;
  padding-left: 5px;
  img {
    height: auto;
    width: 100%;
  }
  &:has([src$="webinsource_logo_color.svg"]) {
    border: 1px solid #e4e4e4;
    margin-bottom: 10px;
    padding: 10px;
  }
  &:has(a) { position: relative; }
}

.m_plan__detail__extra{
  display: flex;
  flex-wrap: wrap;
  align-items:center;
  line-height: 1;
  margin-top: 5px;
  gap: 5px 10px;
  .m_plan__detail__type{
    font-size: 12px;
    color: #666;
    &.m_plan__detail__type--bup{
      color: var(--theme_bup);
    }
  }
  .m_plan__detail__date {
    font-size: 12px;
    color: var(--theme_date);
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .m_planList {
    margin: 16px 0 0;
  }
  .m_plan {
    overflow:hidden!important
  }
  .m_plan__inner{
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .m_plan__ttl {
    width: 100%;
  }
  .m_plan__body{
    width: 100%;
    display: block;
  }
  .m_plan__btnTarget{
    margin: 0 0 0 auto;
    margin-top: 10px;
    height: 40px;
  } 
  .m_plan__detail{ width: calc(100% / 2 - (15px * 2 / 2));}
  .m_plan__detail__inner {border-top: 1px solid #E4E4E4;}
  .m_plan__detail__title {
    --m_plan__detail_title_fz: 12px;
  }
  .m_plan__detail:nth-of-type(1),
  .m_plan__detail:nth-of-type(2){
    border: none;
  }
}
@media screen and (max-width: 599px) {
  .m_plan__detail__inner {width: 100%;} 
  .m_plan__detail:nth-of-type(3){
    border-top: 1px solid #E4E4E4;
  }
}

/* 商材のラッパー */
.m_serviceWrap{}
.m_serviceWrap__nav{}
.m_serviceWrap__nav + .m_serviceWrap__body{
  margin-top: 25px;
}
.m_serviceWrap__body{}

/* 商材マップ */
.m_serviceGraph{}
.m_serviceGraph__explain{
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}

.m_serviceGraph__clickIco{
  margin-right: 10px;
  color: var(--theme_hr);
}
.m_serviceGraph__wrap {
  text-align: center;
  margin-right: 20px;
}
.m_serviceGraph__headingList {
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: stretch;
  margin-bottom:5px;
}
.m_serviceGraph__headingItem {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.333%;
  height: 40px;
  list-style: none;
  letter-spacing: 3px;
  font-weight: 500;
  color: #fff;
}
.m_serviceGraph__headingItem::before, .m_serviceGraph__headingItem::after{
  content: "";
  position: absolute;
  right: 5px;
  z-index: 1;
  display: block;
  width: 10px;
  height: 20px;
  background: inherit;
}
.m_serviceGraph__headingItem::before{
  top: 0;
  background: inherit;
  transform: skew(30deg) translateX(100%);
}
.m_serviceGraph__headingItem::after{
  bottom: 0;
  background: inherit;
  transform: skew(-30deg) translateX(100%);
}

.m_serviceGraph__headingItem:nth-of-type(1){
  background: #E53C3C;
}
.m_serviceGraph__headingItem:nth-of-type(2){
  background: #FC6D6D;
}
.m_serviceGraph__headingItem:nth-of-type(3){
  background: #FFA2A2;
}

.m_serviceGraph__lineList{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.m_serviceGraph__lineItem{
  width: 25%;
  display: flex;
  padding: 5px;
}
.m_serviceGraph__lineItem--noItem {}
.m_serviceGraph__lineItem--2cel {
  width: 66.666%;
}
.m_serviceGraph__lineItem--3cel {
  width: 100%;
}
.m_serviceGraph__lineTarget {
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
  width: 100%;
  height: 40px;
  border: 1px solid #BEBEBE;
  border-color:var(--theme_hr);
  border-radius: 30px;
  text-decoration: none;
  color: var(--theme_hr);
  font-size: 16px;
  flex: 1;
  font-weight: 500;
  padding-left: 40px;
}
.m_serviceGraph__lineTarget:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  border: 2px solid #BEBEBE;
  border-color: var(--theme_hr);
  border-radius: 50%;
}
.m_serviceGraph__lineTarget:hover {
  color: #fff;
  background:var(--theme_hr);;
  border-color: var(--theme_hr);;
}
.m_serviceGraph__lineTarget:hover:after {
  border-color: #fff;
}
.m_serviceGraph__lineTarget:before {
  content: "";
  position: absolute;
  left: 13px;
  top: 0;
  bottom: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
  border-radius: 50%;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .m_serviceGraph__headingItem {
    font-size: 14px;
    letter-spacing: 0;
  }
  .m_serviceGraph__lineTarget {
    height: 40px;
    font-size: 14px;
    padding: 0;
    justify-content: center;
  }
  .m_serviceGraph__lineTarget:after, .m_serviceGraph__lineTarget:before{
    content: none;
  }
  .m_serviceGraph__lineItem{
    width: 33.333%;
  }
}
@media screen and (max-width: 599px) {
  .m_serviceGraph__headingItem {
    height: 32px;
    font-size: 12px;
  }
  .m_serviceGraph__headingItem::before, .m_serviceGraph__headingItem::after{
    content: none;
  }
  .m_serviceGraph__wrap {
    margin-right: 0;
  }
  .m_serviceGraph__lineItem{
    width: 50%;
    padding: 2px;
  }
  .m_serviceGraph__lineTarget {
    letter-spacing: -1px;
  }
  .m_serviceGraph__lineTarget:after, .m_serviceGraph__lineTarget:before{
    content: none;
  }
}
/* 商材ラインナップ */
.m_lineUp{
  padding:0 20px 20px 0;
  overflow: hidden;
}
.m_lineUp__heading{
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 25px;
}
.m_lineUp__ttl{
  position: relative;
  padding-left: 1.5em;
  font-weight: bold;
  font-size: 16px;
}
.m_lineUp__ttl::before{
  content: "";
  position: absolute;
  top: calc((1lh - 1em) / 2);
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: var(--theme_hr);
}
.m_lineUp__resetBtn{}
.m_lineUp__resetBtnTarget{
  position: relative;
  display: block;
  width: fit-content;
  padding-left: 1.5em;
  color: #E53C3C;
}
.m_lineUp__resetBtnTarget::before{
  content: "";
  position: absolute;
  top: calc((1lh - 1em) / 2);
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  background: url(/resource/img/recruitment-support/ico_resetbtn.png) no-repeat center center / contain;
}
.m_lineUp__list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -1px 0 0 -1px;
}
.m_lineUp__card {
  position: relative;
  box-sizing: border-box;
  width: 33.333%;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  text-align: center;
  padding: 10px;
}
.m_lineUp__card::before{
  content : "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  transform: translate(50%, -50%);
}
.m_lineUp__card:hover {
  position: relative;
  z-index: 2;
  border: none;
  box-shadow: 10px 10px 10px -5px rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}
.m_lineUp__cardWrap {
  position: relative;
  text-decoration: none;
  color: #000;
  display: inline-block;
  height: 100%;
}
.m_lineUp__cardInner {
  padding-top: 30px;
  margin: auto;
  width: 90%;
  height: 100%;
}
.m_lineUp__cardImg > img {
  width: 100%;
  height: auto;
}
.m_lineUp__cardTtl {
  font-size: 18px;
  text-align: left;
  margin: 10px 0;
  height: 45.5px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.m_lineUp__cardCopy {
  font-size: 14px;
  text-align: left;
  padding-bottom: 50px;
  font-weight:400;
}
.m_lineUp__cardTag {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  padding-bottom: 10px;
  font-weight: 500;
}
.m_lineUp__cardTagItem {
  padding-right: 5px;
}
.m_lineUp__cardTagItem:before {
  content: "#";
}
@media screen and (max-width: 768px) {
  .m_lineUp{
    padding: 0;
  }
  .m_lineUp__card{
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .m_lineUp__heading{
    display: block;
  }
  .m_lineUp__card{
    width: 100%;
    max-width: 375px;
    margin: auto;
    border-left: none;
    border-top: 1px solid #e6e6e6;
  }
  .m_lineUp__card::before{
    content:none;
  }
  .m_lineUp__cardInner {
    padding-top: 0;
  }
}
/* -----------
ご相談はこちら
----------- */
.m_inquirySec{
  border: 20px solid #E6E6E6;
  padding: 20px;
}
.m_inquirySec__txt{
  text-align: center;
  font-weight: bold;
}
.m_inquirySec__btnWrap{
  display:flex;
  gap: 20px;
  margin-top: 20px;
}
.m_inquirySec__btn {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 62px;
  color: var(--theme_hr);
  border: 1px solid #333;
  border-color: var(--theme_hr);
  border-radius: 30px;
}
.m_inquirySec__btn:hover{
  color: #fff;
  background-color: var(--theme_hr);  
}
.m_inquirySec__btn.m_inquirySec__btn--shodan{
  color: #fff;
  background-color: var(--theme_hr);
}
.m_inquirySec__btn.m_inquirySec__btn--shodan:hover{
  color: var(--theme_hr);
  background-color: #fff;
}
.m_inquirySec__btn.m_inquirySec__btn--inquiry{}
@media screen and (max-width: 599px) {
  .m_inquirySec__btnWrap{
    justify-content: center;
    flex-wrap: wrap;
  }
  .m_inquirySec__btn {
    max-width: 300px;
    min-width: 250px;
  }
}
/* -----------
無料セミナー
----------- */
.swiper-container {
  max-width: 960px;
  width: 100%;
  margin: auto;
  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;
  }
}

/* 無料セミナーカード */
.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((100vw - 1090px) / 2 + 1090px);
  padding: 64px 0 64px 60px;
  background: #fff;  
}
.m_freeSeminar__body{}
.m_freeSeminar__msg{
  width: 970px;
}
.m_freeSeminar__msg + .m_freeSeminar__list{
  margin-top: 20px;
}
.m_freeSeminar__footer{
  width: 970px;
  margin-top: 34px;
}
.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_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);
}
/* -----------
QAリスト
----------- */
.m_qaList{}
.m_qaList__item{}
.m_qaList__item + .m_qaList__item{
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #bbb;
}

/* QA */
.m_qa {}
.m_qa__q, .m_qa__a {
  display: flex;
  align-items: center;
  list-style: none;
  position: relative;
}
.m_qa__q{
  margin-bottom: 20px;
}
.m_qa__q:before, .m_qa__a:before {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -19px;
}
.m_qa__text {
  padding-left: 40px;
}
.m_qa__link:hover {
  opacity: 0.6;
  transition: .4s;
}
/* サイドナビ */
.side_Logo{
  text-align: center;
  padding: 10px 0;
}
.side_Logo img{
  vertical-align: bottom;
}
/*********
js
**********/
/* モーダル */

/* 背景 */
.js_priceList__modalBg {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999998;
}
.js_priceList__modalBg.is_active {
  opacity: 1;
  visibility: visible;
}

/* モーダル中身 */
.js_priceList__modal{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  width: 90%;
  max-width: 1167px;
  max-height: 90vh;
  background: #fff;
  opacity: 0;
  overflow: visible;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999999;
  font-family: helvetica neue, noto sans jp, yu gothic, YuGothic, ヒラギノ角ゴ pron w3, hiragino kaku gothic pron, Arial, メイリオ, Meiryo, sans-serif;
  line-height: 1.5;
  padding:30px;
}
.js_priceList__modal.is_active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.is_active{
  .m_priceList__modalClose {
    position: absolute;
    top: -45px;
    right: -30px;
    font-size: 50px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .m_priceList__modalClose:hover {
    opacity: 0.6;
  }
  .m_priceList__table{
    width: 1090px;
  }
  .m_priceList__serviceDesc{
    display:block;
    margin-top:5px;
  }
  th:nth-of-type(1){ width: 50%;}
  th:nth-of-type(2){ width: 25%;}
  th:nth-of-type(3){ width: 10%;}
  th:nth-of-type(4){ width: 15%;}
}
/* モーダル内スクロール用ラッパー */
.m_priceList__modalContent {
  max-height: 80vh;
  overflow: auto;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px){
  .m_priceList__modalContent {
    padding: 0 10px 10px 0;
  }
}
/* ローカルナビ */
.nav--container.is_fixed {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 1020px;
}
.is_fixed > .subnav{
  background-color: var(--theme_hr_sub);
}

/* サービスの表示 */
.m_serviceGraph__lineTarget.is_active {
  color: #fff;
  background:var(--theme_hr);
  border-color: var(--theme_hr);
}
.m_serviceGraph__lineTarget.is_active::after {
  border-color: #fff;
}
.m_lineUp__card{
  transform: scale(.7);
  opacity: 0;
  transition: .3s all;
}
.m_lineUp__card.is_active{
  transform: scale(1);
  opacity: 1;
}
/*********
utility
**********/
/*横幅*/
.u_col1{width:8.333%;}
.u_col2{width:16.667%;}
.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%;}
/*間隙*/
.u_mb4{margin-bottom: 4px;}
.u_mb8{margin-bottom: 8px;}
.u_mb16{margin-bottom: 16px;}
.u_mb24{margin-bottom: 24px;}
.u_mb40{margin-bottom: 40px;}
.u_mb64{margin-bottom: 64px;}
.u_mr8{margin-right: 8px;}
.u_mt4{margin-top: 4px;}
.u_mt8{margin-top: 8px;}
.u_mt16{margin-top: 16px;}
/*フォントサイズ*/
.u_fs11{font-size: 11px;}
.u_fs10{font-size: 10px;}
/*パディング*/
.u_pl4{padding-left: 4px;}
.u_pl8{padding-left: 8px;}
.u_pl16{padding-left: 16px;}
/*フォントサイズ*/
.u_fs11{font-size: 11px;}
.u_fs10{font-size: 10px;}
/*フォントの太さ*/
.u_fwB{font-weight: bold;}
/*ポジション*/
.u_rel{position: relative;}
/*文字間*/
.u_ls0{letter-spacing: 0px;}
/*文字位置*/
.u_ar{text-align: right;}
/*表示*/
.u_hide{display: none;}
.cu_hide {display: none;}
.cu_hideImp {display: none !important;}
@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%;}
  .u_resMdMb8{  margin-bottom: 8px; }
  .u_resMdMb16{ margin-bottom: 16px; }
  .resHide, .cu_resMdHide {display: none;}
  .cu_resMdInline {display: inline;}
  .cu_resMdBlock {display: block;}
  .cu_resMdHideImp {display: none !important;}
  .cu_resMdInlineImp {display: inline !important;}
  .cu_resMdBlockImp {display: block !important;}
  .u_resMdHide{display: none;}
  .u_resMdInline{display: inline;}
}
@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%;}
  .cu_resSmHide { display: none;}
  .cu_resSmInline { display: inline; }
  .cu_resSmBlock { display: block;}
  .cu_resSmHideImp {display: none !important;}
  .cu_resSmInlineImp {display: inline !important;}
  .cu_resSmBlockImp {display: block !important;}
  .u_resSmInline{display: inline;}
  .u_resSmLs0{ letter-spacing: 0px;}
}
