<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */


/* ==============
layout
============== */

/* 繝｡繧､繝ｳ */
.l_main{
  text-align: left;
}

/* 遽 */
.l_section{}
.l_section__item{}
.l_section--primary{}
.l_section--primary &gt; .l_section__item + .l_section__item{
  margin-top:  80px;
}
.l_section--lineup &gt; .l_section__item + .l_section__item{
  margin-top:  48px;
}
/* 繧ｰ繝ｪ繝�ラ */
.l_grid--lineup{
  margin: -24px;
}
.l_grid--lineup .l_grid__item{
  padding: 24px;
}
.l_grid--ask{
  margin: -8px;
}
.l_grid--ask .l_grid__item{
  padding: 8px;
}
.l_grid--pickup{
  margin: -8px;
}
.l_grid--pickup .l_grid__item{
  padding: 8px;
}
.l_grid--pickup{
  margin: -8px;
}
.l_grid--pickup .l_grid__item{
  padding: 8px;
}
.l_grid--bpo{
  margin: 8px;
}
.l_grid--bpo .l_grid__item{
  padding: 8px;
}

/* ==============
module
============== */
/* 繝懊ち繝ｳ */
.m_btn--download{
  font-size: 18px;
}
.m_btn--download::before{
  content: "";
  width: 0;
  height: 3em;
  display: block;
}
.m_btn--download .m_btn__target{
  width: 100%;
  border: 2px solid #20B090;
  border-radius: 8px;
  background: #20B090;
  font-weight: bold;
  color: #fff;
  transition: .3s background, .3s color;
}
.m_btn--download .m_btn__target:hover{
  color: #20B090;
  background: #fff;
  text-decoration: none;
}
.m_btn--keyvisual &gt; .m_btn__target{
  border: 2px solid #0E4BA5;
  border-radius: 100px;
  background: #0E4BA5;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 15px;
  transition: .3s opacity;
}
.m_btn--keyvisual &gt; .m_btn__target:hover{
  opacity: .7;
}
.m_btn--keyvisual &gt; .m_btn__target::before{
  height: 40px;
}
.m_btn--subKeyvisual &gt; .m_btn__target{
  background: #fff;
  color: #0E4BA5;
}
.m_btn--mainCont{
  font-size: 18px;
}
.m_btn--mainCont::before{
  content: "";
  width: 0;
  height: 3em;
  display: block;
}
.m_btn--mainCont .m_btn__target{
  width: 100%;
  padding: 0 16px;
  border: 2px solid #20B090;
  border-radius: 8px;
  background: #20B090;
  font-weight: bold;
  color: #fff;
  transition: .3s background, .3s color;
}
.m_btn--mainCont .m_btn__target:hover{
  color: #20B090;
  background: #fff;
  text-decoration: none;
}
.m_btn--mainCont.m_btn--inBanner .m_btn__target:hover{
  color: #fff;
  background: #20B090;
  text-decoration: none;
}

.m_btn--anotherTab .m_btn__target{
  position: relative;
  padding-right: 32px;
}
.m_btn--anotherTab .m_btn__target::before{
  content: "竊�";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  min-width: 23px;
  height: 23px;
  margin: auto;
  border: 2px solid;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  font-family: FontAwesome;
  transition: 0.3s;
}
.m_btn--anotherTab .m_btn__target:hover::before{
  color: #20B090;
}
@media screen and (max-width: 768px){
  .m_btn--download{
    font-size: 16px;
  }
}
@media screen and (max-width: 599px){
  .m_btn--anotherTab .m_btn__target::before{
    right: 5px;
    min-width: 18px;
    height: 18px;
    font-size: 14px;
  }
}
/* 繧ｳ繝ｳ繝�Φ繝� */
.m_content{}
.m_content__inner{
  width: 980px;
  margin: auto;
}
.m_content--fill{
  padding: 48px 0;
  background: linear-gradient(to right, #F1FFFB 0, #FAFFEB 100%);
}
.m_content--fillGray{
  padding: 48px 0;
  background: #F5F5F5;
}
.m_content__inner--topBanner{
  width: 1220px;
}
@media screen and (max-width: 768px){
  .m_content__inner--topBanner{
    width: 95%;
  } 
}
@media screen and (max-width: 768px){
  .m_content{
    padding-bottom: 10px;
    overflow: hidden;
  }
  .m_content--fill,.m_content--fillGray{
    padding: 48px 0;
  }
  .m_content__inner{
    width: 95%;
  }
}
/*隕句�縺�*/
.m_heading--primary{
  padding: 24px 0;
  margin-bottom: 32px;
  text-align: center;
}
.m_heading--primary .m_heading__ttl{
  font-size: 24px;
}
.m_heading--primary .m_heading__ttl + .m_heading__sub{
  margin-top: 16px;
}
.m_heading--primary .m_heading__sub{
  font-size: 14px;
}
@media screen and (max-width: 768px){
  .m_heading--primary .m_heading__ttl{
    line-height: 1.6;
  }
}
@media screen and (max-width: 599px){
  .m_heading--primary .m_heading__ttl{
    font-size: 18px;
  }
  .m_heading--primary .m_heading__sub{
    font-size: 14px;
  }
}

/* 繧ｭ繝ｼ繝薙ず繝･繧｢繝ｫ */
.m_keyvisual{
  position: relative;
  width: 100%;
  height: 409px;
  background: url(/resource/img/leaf/slider/leaftop_bg_02.jpg) no-repeat center center/cover;
}
.m_keyvisual__sliderWrap{
  position: absolute;
  display: block;
  width: 980px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.m_keyvisual__sliderItem{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m_keyvisual__img{
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
}
.m_keyvisual__img &gt; img{
  width: 100%;
  height: 100%;
}
.m_keyvisual__body{}
.m_keyvisual__mainNum{
  position: absolute;
  top: 4%;
  left: 20%;
  color: #FF4500;
  font-weight: bold;
  font-size: 39px;
  pointer-events:none;
}
.m_keyvisual__subMsg{
  color: #797979;
}
.m_keyvisual__catch{
  position: absolute;
  top: 26%;
  left: 5%;
  color: #FF4500;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 20px;
  pointer-events:none;
}
.m_keyvisual__btnList{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: absolute;
  bottom: 17%;
  left: 5%;
  width: 50%;
  margin: 0 -8px
}
.m_keyvisual__btn{
  width: 50%;
  padding: 0 8px
}
.m_keyvisual__footNotes{
  position: absolute;
  bottom: 5%;
  left: 5%;
}
.m_keyvisual__footNotesItem + .m_keyvisual__footNotesItem{
  margin-top: 3px;
}
.m_keyvisual__footNotesItem{
  letter-spacing: 0;
  line-height: 1;
  font-size: 10px;
}
.m_keyvisual__sliderBtns{
  position: absolute;
  bottom: 4px;
  left: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin: -8px;
  transform: translateX(-50%);
}
.m_keyvisual__sliderBtn{
  padding: 8px;
}
.m_keyvisual__sliderBtnTarget{
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
}
.m_keyvisual__sliderBtnTarget:hover,
.m_keyvisual__sliderBtnTarget--current{
  background: #333;
}

@media screen and (max-width: 768px){
  .m_keyvisual{
    height: auto;
    background: none;
  }
  .m_keyvisual__sliderWrap{
    position: static;
    width: 100%;
    transform: none;
  }
  .m_keyvisual__sliderItem{
    position: static;
  }
  .m_keyvisual__mainNum{
    font-size: 3.7vw;
  }
  .m_keyvisual__img{
    position: static;
    display: block;
    width: auto;
    padding-bottom: 72px;
  }
  .m_keyvisual__body{
    left: 0;
    width: auto;
  }
  .m_keyvisual__body::after{
    content: none;
  }
  .m_keyvisual__footNotes{
    left: 2%;
  }
  .m_keyvisual__footNotesItem{
    line-height: 1.3;
  }
  .m_keyvisual__footNotesItem + .m_keyvisual__footNotesItem{
    margin-top: 5px;
  }
}
/* 繝舌リ繝ｼ繧ｨ繝ｪ繧｢縺ｮ繝懊ャ繧ｯ繧ｹ */
.m_topBannerBox{
  display: flex;
  align-items: center;
  margin: -15px;
}

.m_topBannerBox__banner{
  display: block;
  padding: 15px;
}
.m_topBannerBox__banner--left{
  flex: 1 0 auto;
}
.m_topBannerBox__banner--right{
  flex: 1 1 auto; 
}
@media screen and (max-width: 768px){
  .m_topBannerBox{
    display: block;
  }
}
/* 繝舌リ繝ｼ */
.m_topBanner{}
.m_topBanner--btnType{
  display: flex;
  justify-content: space-between;
  padding: 20px 15px;
  border: 2px solid #1A8192;
  box-shadow: 3px 3px 8px #aaa;
  color: inherit;
  transition: .3s opacity;
}
.m_topBanner--btnType:hover{
  color: inherit;
  text-decoration: none;
  opacity: .7;
}
.m_topBanner__heading{
  margin-bottom: 16px;
}
.m_topBanner__ttl{
  width: fit-content;
  margin-inline: auto;
  letter-spacing: 0;
  font-size: 22px;
  font-weight: bold;
}
.m_topBanner__img{
  line-height: 0;
  text-align: center;
}
.m_topBanner__img img{
  max-width: 100%;
  height: auto;
}
.m_topBanner__catch{
  position: relative;
  display: block;
  width: fit-content;
  margin-inline: auto;
  padding: 0 20px;
  color: #218496;
  font-size: 18px;
  background: linear-gradient(to top, #FBEE85 0, #FBEE85 50%, #fff 0);
}
.m_topBanner__catch::before,
.m_topBanner__catch::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 2px;
  height: 80%;
  background: #218496;
}
.m_topBanner__catch::before{
  left: 0;
  transform: rotate(-45deg);
}
.m_topBanner__catch::after{
  right: 0;
  transform: rotate(45deg);
}
.m_topBanner__catch + .m_topBanner__ttl{
  margin-top: 10px;
}
@media screen and (max-width: 768px){
  .m_topBanner{
    max-width: 424px;
    margin-inline: auto;
  }
  .m_topBanner--btnType{
    display: block;
  }
  .m_topBanner__img + .m_topBanner__cont{
    margin-top: 10px;
  }
  .m_topBanner__ttl{
    font-size: 18px;
    text-align: center;
  }
}
/* 繝舌リ繝ｼ蜀��繝ｭ繧ｴ */
.m_topBannerLogo{
  line-height: 0;
  text-align: center;
}
.m_topBannerLogo img{
  max-width: 100%;
  height: auto;
}
/* Lightning縺ｮ迚ｹ蠕ｴ縺ｮ繝ｩ繝�ヱ繝ｼ */
.m_featureWrap{}
.m_featureWrap__body{
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}
.m_featureWrap__item--first{
  grid-column: 1 / 2;
}
.m_featureWrap__item--second{
  grid-column: 2 / 4;
}
.m_featureWrap__inner{
  height: 100%;
}
.m_featureWrap__footer{
  margin-top: 52px;
}
.m_featureWrap__footerItem + .m_featureWrap__footerItem{
  margin-top: 20px;
}
@media screen and (max-width: 768px){
  .m_featureWrap__body{
    display: block;
  }
  .m_featureWrap__item + .m_featureWrap__item{
    margin-top: 30px;
  }
}
/* Lightning縺ｮ迚ｹ蠕ｴ縺ｮ繝ｩ繝�ヱ繝ｼ�井ｸｭ蛛ｴ�� */
.m_featureInner{
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.m_featureInner__heading{
  padding: 16px 0;
}
.m_featureInner__heading--left{
  background: #DC6A18;
}
.m_featureInner__heading--right{
  background: #002E86;
}
.m_featureInner__ttl{
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 24px;
}
.m_featureInner__body{
  padding: 60px 20px;
}
.m_featureInner__list{}
.m_featureInner__item + .m_featureInner__item{
  margin-top: 60px;
}
.m_featureInner__list--hasBorder &gt; .m_featureInner__item + .m_featureInner__item{
  margin-top: 60px;
  padding-top: 60px;
  border-top: 4px solid #D0D0D0;
}
@media screen and (max-width: 768px){
  .m_featureInner{
    max-width: 424px;
    margin-inline: auto;
  }
  .m_featureInner__ttl{
    font-size: 18px;
  }
  .m_featureInner__item + .m_featureInner__item{
    margin-top: 30px;
  }
  .m_featureInner__list--hasBorder &gt; .m_featureInner__item + .m_featureInner__item{
    margin-top: 20px;
    padding-top: 20px;
    border-width: 1px;
  }
}
/* Lightning縺ｮ迚ｹ蠕ｴ */
.m_feature{}
.m_feature__heading{
  margin-bottom: 16px;
}
.m_feature__ttl{
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
.m_feature__wrap{
  display: grid;
  align-items: center;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
.m_feature__img{
  line-height: 0;
  text-align: center;
}
.m_feature__img img{
  max-width: 100%;
  height: auto;
}
.m_feature__body{}
.m_feature__item + .m_feature__item{
  margin-top: 20px;
}
.m_feature__item--img{
  line-height: 0;
  text-align: center;
}
.m_feature__item--img img{
  max-width: 100%;
  height: auto;
}
.m_feature__numWrap{
  text-align: center;
  line-height: 1;
  font-size: 28px;
}
.m_feature__num{
  font-weight: bold;
  font-size: 2.5em;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: -1px;
}
.m_feature__note{
  width: fit-content;
  margin-inline: auto;
  position: relative;
  padding-left: 1em;
  font-size: 10px;
}
.m_feature__note::before{
  content: "\203B";
  position: absolute;
  left: 0;  
}
@media screen and (max-width: 768px){
  .m_feature__wrap{
    display: block;
  }
  .m_feature__img + .m_feature__cont{
    margin-top: 30px;
  }
  .m_feature__ttl{
    font-size: 18px;
  }
  .m_feature__numWrap{
    font-size: 18px;
  }
}
/* Lightning縺ｮ迚ｹ蠕ｴ縲∬ｪｬ譏朱Κ蛻� */
.m_descriptionList {
  display: flex;
  align-items: stretch;
  background-color: #f5f7f8;
}
.m_descriptionList__heading {
  flex-shrink: 0;  
  display: flex;
  align-items: center;
  padding: 0 20px 0 10px;
  background-color: #002E86;
  -webkit-clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
}

.m_descriptionList__ttl {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.m_descriptionList__body {
  padding: 15px;
  font-size: 14px;
}


/* 繝ｩ繧､繝ｳ繝翫ャ繝励�繝翫ン */
.m_lineupNav{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  border: 1px solid #1a8192;
  border-top-width: 6px;
  background: #fff;
}
.m_lineupNav__item{
  display: flex;
  width: 25%;
}
.m_lineupNav__item + .m_lineupNav__item{
  border-left: 1px dashed #1a8192;
}
.m_lineupNav__target{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3em;
  font-weight: bold;
  font-size: 13px;
  color: inherit;
  text-decoration: none;
  transition: .3s opacity;
}
.m_lineupNav__target:hover{
  opacity: .7;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 768px){
  .m_lineupNav{
    display: block;
    padding: 12px 0;
  }
  .m_lineupNav__item{
    width: 100%;
  }
  .m_lineupNav__item + .m_lineupNav__item{
    border-left: none;
  }
  .m_lineupNav__target{
    justify-content: flex-start;
  }
  .m_lineupNav__target{
    position: relative;
    padding-left: 48px;
    height: 2.4em;
  }
  .m_lineupNav__target::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    display: block;
    width: 24px;
    height: 1px;
    margin: auto 0;
    background: #1a8192;
  }
}
/* 繝ｩ繧､繝ｳ繝翫ャ繝励�繝ｩ繝�ヱ繝ｼ */
.m_lineupWrap{
  width: 100%;
}
.m_lineupWrap__ttl{
  position: relative;
  margin-bottom: 20px;
  padding-left: 16px;
  font-weight: bold;
  font-size: 24px;
}
.m_lineupWrap__ttlInr{
  font-weight: inherit;
  font-size: inherit;
}
.m_lineupWrap__subTtl{
  font-size: 18px;
}
.m_lineupWrap__subTtl + .m_lineupWrap__ttlInr{
  margin-top: 4px;
}
.m_lineupWrap__ttl::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 8px;
  height: 100%;
  background: #ccc;
}
.m_lineupWrap__ttl--lms::before{
  background: linear-gradient(to right, #1A8192 0, #33CC99 100%);
}
.m_lineupWrap__ttl--eval::before{
  background: linear-gradient(to right, #4260AD 0, #02BBD4 100%);
}
.m_lineupWrap__ttl--stress::before{
  background: linear-gradient(to right, #B52D61 0, #FFACE3 100%);
}
.m_lineupWrap__ttl--humanCapital::before{
  background: linear-gradient(to right, #251491 0, #d7d2f9 100%);
}
.m_lineupWrap__ttl--elearning::before{
  background: linear-gradient(to right, #A1001F 0, #DF7842 100%);
}
@media screen and (max-width: 768px){
  .m_lineupWrap__ttl{
    font-size: 18px;
  }
  .m_lineupWrap__subTtl{
    font-size: 14px;
  }
}
/* 繝ｩ繧､繝ｳ繝翫ャ繝� */

.m_lineup{}
.m_lineup__card{}
.m_lineup__catch + .m_lineup__card{
  margin-top: 16px;
}
.m_lineup__catch{
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0;
} 
.m_lineup--lms .m_lineup__catch{
  color: #1A8192;
}
.m_lineup--lightning .m_lineup__catch{
  color: #DFA300;
}
.m_lineup--inorder .m_lineup__catch{
  color: #A1001F;
}
.m_lineup--eval .m_lineup__catch{
  color: #4260AD;
}
.m_lineup--eva .m_lineup__catch{
  color: #02BBD4;
}
.m_lineup--stress .m_lineup__catch{
  color: #B52D61;
}
.m_lineup--studio .m_lineup__catch{
  color: #C14809;
}
.m_lineup--humanCapital .m_lineup__catch{
  color: #251491;
}
.m_lineup--management .m_lineup__catch{
  color: #021A36;
}
.m_lineup--wellness .m_lineup__catch{
  color: #C84545;
}
.m_lineup--talentpalette .m_lineup__catch{
  color: #AA2D83;
}
.m_lineup--jinjer .m_lineup__catch{
  color: #1D2A56;
}

@media screen and (max-width: 768px){
  .m_lineup__catch{
    font-size: 13px;
  }
}

/* 
.m_lineup{}
.m_lineup__card{}
.m_lineup__catch + .m_lineup__card,
.m_lineup__card + .m_lineup__catch{
  margin-top: 16px;
}
.m_lineup__catch{
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0;
} 
.m_lineup--lms .m_lineup__catch{
  color: #1A8192;
}
.m_lineup--lightning .m_lineup__catch{
  color: #B69400;
}
.m_lineup--inorder .m_lineup__catch{
  color: #A1001F;
}
.m_lineup--eval .m_lineup__catch{
  color: #4260AD;
}
.m_lineup--eva .m_lineup__catch{
  color: #02BBD4;
}
.m_lineup--stress .m_lineup__catch{
  color: #B52D61;
}
.m_lineup--studio .m_lineup__catch{
  color: #C14809;
}
@media screen and (max-width: 768px){
  .m_lineup__catch{
    font-size: 13px;
  }
}
*/

/* 繝医ャ繝励�繝ｼ繧ｸ縺ｮ繧ｫ繝ｼ繝� */
.m_topCard{
  position: relative;
  border: 1px solid #ccc;
  border-radius: 12px;
  box-shadow: 3px 3px 8px #aaa;
  display: block;
  max-width: 424px;
  margin: 0 auto;
  color: inherit;
  overflow: hidden;
  text-decoration: none;
}
.m_topCard::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 16px;
  background: #ccc;
  transform: translateX(-100%);
  transition: .5s transform;
}
.m_topCard--noLink::before{
  content: none;
}
/* 
.m_topCard::after{
  content: "隧ｳ縺励￥縺ｿ繧�";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  color: #fff;
  font-size: 20px;
  opacity: 0;
  transition: .3s opacity;
}
*/
.m_topCard--noLink::after{
  content: "Coming soon";
  font-size: 28px;
  opacity: 1;
}
.m_topCard:hover{
  color: inherit;
  text-decoration: none;
}
.m_topCard:hover::before{
  transform: translateX(0);
}
.m_topCard:hover::after{
  opacity: 1;
}
.m_topCard__heading{
  padding: 24px 20px;
}
.m_topCard__heading--hasNotRuby{
  padding-top: 36px;
}
.m_topCard__ttl{
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
}
.m_topCard__logo{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  line-height: 0;
}
.m_topCard__heading--hasNotTtl .m_topCard__logo{
  height: 148px;
}
.m_topCard__logo &gt; img{
  max-width: 100%;
  height: auto;
}
.m_topCard__ttl + .m_topCard__logo{
  margin-top: 16px;
}
.m_topCard__logo + .m_topCard__ruby{
  margin-top: 8px;
}
.m_topCard__ruby{
  line-height: 1;
  text-align: center;
  font-size: 14px;
}
.m_topCard__body{
  padding: 24px 20px;
  color: #fff;
}
.m_topCard__body--4line{
  min-height: 160px;
}
.m_topCard__msg{
  font-size: 15px;
}
.m_topCard__msg--dot{
  position: relative;
  padding-left: 1em;
}
.m_topCard__msg--dot::before{
  content: "繝ｻ";
  position: absolute;
  left: 0;
  display: block;
}
.m_topCard__msg + .m_topCard__msg{
  margin-top: 16px;
}
.m_topCard--lms .m_topCard__logo img{
  width: 180px;
}
.m_topCard--lms::before{
  background: #1A8192;
}
.m_topCard--lms .m_topCard__body{
  background: #1A8192;
}
.m_topCard--lightning .m_topCard__logo img{
  width: 80px;
}
.m_topCard--lightning::before{
  background: #DFA300;
}
.m_topCard--lightning .m_topCard__body{
  background: #DFA300;
}
.m_topCard--inorder::before{
  background: #A1001F;
}
.m_topCard--inorder .m_topCard__body{
  background: #A1001F;
}
.m_topCard--inorder .m_topCard__logo img{
  width: 220px;
}
.m_topCard--eval::before{
  background: #4260AD;
}
.m_topCard--eval .m_topCard__body{
  background: #4260AD;
}
.m_topCard--eval .m_topCard__body{
  background: #4260AD;
}
.m_topCard--eval .m_topCard__logo img{
  width: 140px;
}
.m_topCard--eva::before{
  background: #02BBD4;
}
.m_topCard--eva .m_topCard__body{
  background: #02BBD4;
}
.m_topCard--eva .m_topCard__logo img{
  width: 260px;
}
.m_topCard--stress::before{
  background: #B52D61;
}
.m_topCard--stress .m_topCard__body{
  background: #B52D61;
}
.m_topCard--stress .m_topCard__logo img{
  width: 90px;
}
.m_topCard--studio::before{
  background: #C14809;
}
.m_topCard--studio .m_topCard__body{
  background: #C14809;
}
.m_topCard--inorder .m_topCard__logo img{
  width: 200px;
}
.m_topCard--humanCapital::before{
  background: #251491;
}
.m_topCard--humanCapital .m_topCard__body{
  background: #251491;
}
.m_topCard--humanCapital .m_topCard__logo img{
  width: 140px;
}
.m_topCard--management::before{
  background: #021A36;
}
.m_topCard--management .m_topCard__body{
  background: #021A36;
}
.m_topCard--management .m_topCard__logo img{
  width: 180px;
}
.m_topCard--wellness::before{
  background: #C84545;
}
.m_topCard--wellness .m_topCard__body{
  background: #C84545;
}
.m_topCard--wellness .m_topCard__logo img{
  width: 90px;
}
.m_topCard--talentpalette::before{
  background: #AA2D83;
}
.m_topCard--talentpalette .m_topCard__body{
  background: #AA2D83;
}
.m_topCard--jinjer::before{
  background: #1D2A56;
}
.m_topCard--jinjer .m_topCard__body{
  background: #1D2A56;
}

@media screen and (max-width: 768px){
  .m_topCard__ttl{
    font-size: 15px;
  }
  .m_topCard::before{
    content: none;
  }
  .m_topCard::after{
    content: none;
  }
  .m_topCard__body--4line{
    min-height: auto;
  }
  .m_topCard--noLink::after{
    content: "Coming soon";
  }
}
@media screen and (max-width: 599px){
  .m_topCard__heading--adjustRuby{
    padding-bottom: 0;
  }
  .m_topCard__body br{
    display: none;
  }
}
/* 
.m_topCard{
  position: relative;
  padding: 24px 16px;
  border: 1px solid #ccc;
  border-radius: 12px;
  box-shadow: 3px 3px 8px #aaa;
  display: block;
  color: inherit;
  overflow: hidden;
  text-decoration: none;
}
.m_topCard::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 16px;
  background: #ccc;
  transform: translateX(-100%);
  transition: .5s transform;
}
.m_topCard::after{
  content: "隧ｳ縺励￥縺ｿ繧�";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  color: #fff;
  font-size: 20px;
  opacity: 0;
  transition: .3s opacity;
}
.m_topCard:hover{
  color: inherit;
  text-decoration: none;
}
.m_topCard:hover::before{
  transform: translateX(0);
}
.m_topCard:hover::after{
  opacity: 1;
}
.m_topCard__heading{}
.m_topCard__heading--adjustRuby{
  padding-bottom: 22px;
}
.m_topCard__ttl{
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
}
.m_topCard__logo{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  line-height: 0;
}
.m_topCard__logo &gt; img{
  max-width: 100%;
  height: auto;
}
.m_topCard__ttl + .m_topCard__logo{
  margin-top: 16px;
}
.m_topCard__logo + .m_topCard__ruby{
  margin-top: 8px;
}
.m_topCard__ruby{
  line-height: 1;
  text-align: center;
  font-size: 14px;
}
.m_topCard__body{
  padding: 16px;
  color: #fff;
}
.m_topCard--lms::before{
  background: #1A8192;
}
.m_topCard--lms .m_topCard__body{
  background: #1A8192;
}
.m_topCard--lightning::before{
  background: #B69400;
}
.m_topCard--inorder::before{
  background: #A1001F;
}
.m_topCard--eval::before{
  background: #4260AD;
}
.m_topCard--eva::before{
  background: #02BBD4;
}
.m_topCard--stress::before{
  background: #B52D61;
}
.m_topCard--studio::before{
  background: #C14809;
}
@media screen and (max-width: 768px){
  .m_topCard__ttl{
    font-size: 15px;
  }
  .m_topCard::before{
    content: none;
  }
  .m_topCard::after{
    content: none;
  }
}
@media screen and (max-width: 599px){
  .m_topCard__heading--adjustRuby{
    padding-bottom: 0;
  }
}
*/

/* 繝舌リ繝ｼ */
.m_banner{
  line-height: 0;
  text-align: center;
}
.m_banner__link{
  display: block;
  transition: .3s opacity;
}
.m_banner__link:hover{
  color: inherit;
  text-decoration: none;
  opacity: .7;
}
.m_banner img{
  max-width: 100%;
  height: auto;
}


/* 縺雁撫蜷医○縺ｮ繝ｩ繝�ヱ繝ｼ */
.m_askWrap{}
.m_askWrap__heading{
  /* background: #F6F6F6; */
}
.m_askWrap__body{}

/* 縺雁撫蜷医○ */
.m_ask{
  display: block;
  color: inherit;
  padding: 32px 16px;
  box-shadow: 3px 3px 8px #aaa;
  background: #fff;
  transition: .3s opacity;
}
.m_ask:hover{
  opacity: .7;
  color: inherit;
  text-decoration: none;
}
.m_ask__list{}
.m_ask__listItem{
  position: relative;
  padding-left: 24px;
  font-size: 18px;
}
.m_ask__listItem::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin: auto 0;
  border: 2px solid #20B090;
}
.m_ask__listItem::after{
  content: "";
  position: absolute;
  left: 3px;
  top: -5px;
  bottom: 0;
  display: block;
  width: 12px;
  height: 6px;
  margin: auto 0;
  border-bottom: 2px solid #20B090;
  border-left: 2px solid #20B090;
  transform: rotate(-45deg);
}
.m_ask__listItem + .m_ask__listItem{
  margin-top: 8px;
}
.m_ask__list + .m_ask__body{
  position: relative;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #707070;
}
.m_ask__list + .m_ask__body::before{
  content: "\f103";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 40%;
  margin: 0 auto;
  background: #fff;
  color: #20B090;
  line-height: 1;
  text-align: center;
  font-size: 24px;
  font-family: FontAwesome;
  transform: translateY(-50%);
}
.m_ask__catch{
  color: #20B090;
  text-align: center;
  font-size: 18px;
}
.m_ask__footer{}
.m_ask__body + .m_ask__footer{
  margin-top: 20px;
}
.m_ask__btn{
  display: flex;
  align-items: stretch;
  width: 100%;
  font-size: 20px;
}
.m_ask__btn::before{
  content: "";
  display: block;
  width: 0;
  height: 2.5em;
}
.m_ask__btnTarget{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 100px;
  background: #20B090;
  color: #fff;
  font-weight: bold;
}
.m_ask__btnTarget--tel{
  position: relative;
}
.m_ask__btnTarget--tel::before{
  content: "\f095";
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  display: block;
  height: 1em;
  margin: auto 0;
  line-height: 1;
  font-family: FontAwesome;
  font-size: 24px;
}
@media screen and (max-width: 768px){
  .m_ask__listItem{
    font-size: 16px;
  }
  .m_ask__catch{
    font-size: 16px;
  }
  .m_ask__btn{
    font-size: 16px;
  }
}
/* 繝斐ャ繧ｯ繧｢繝��縺ｮ繝ｩ繝�ヱ繝ｼ */
.m_pickupWrap{}
.m_pickupWrap__item + .m_pickupWrap__item{
  margin-top: 24px;
}

/* 繝斐ャ繧ｯ繧｢繝�� */
.m_pickup{
  position: relative;
  display: block;
  color: inherit;
  padding: 32px 16px 16px;
  box-shadow: 3px 3px 8px #aaa;
  background: #fff;
  transition: .3s opacity;
}
.m_pickup:hover{
  opacity: .7;
  color: inherit;
  text-decoration: none;
}
.m_pickup__label{
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 20px 4px 12px;
  line-height: 1;
  font-size: 15px;
  color: #fff;
  background: linear-gradient(to right, #1A8192 0, #33CC99 100%);
}
.m_pickup__label::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  display: block;
  background: linear-gradient(to top left, #fff 0, #fff 50%, rgba(255, 255, 255, 0) 0);
}
.m_pickup__catch{
  color: #1A8192;
  text-align: center;
  letter-spacing: 0;
  font-size: 15px;
}
.m_pickup__catch + .m_pickup__body{
  margin-top: 16px;
}
.m_pickup__body{
  display: flex;
  align-items: center;
}
.m_pickup__ico{
  line-height: 0;
}
.m_pickup__ico + .m_pickup__ttl{
  margin-left: 16px;
}
.m_pickup__ttl{
  flex: 1 1 auto;
  line-height: 1.4;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: bold;
}
.m_pickup__subTtl{
  font-size: 13px;
  font-weight: normal;
}
.m_pickup__img{
  line-height: 0;
  text-align: center;
}
.m_pickup__img img{
  max-width: 100%;
  height: auto;
}
.m_pickup--banner{
  padding: 0;
}
@media screen and (max-width: 768px){
  .m_pickup{
    padding: 32px 8px 16px;
  }
  .m_pickup__ico{
    flex: 0 0 52px;
  }
  .m_pickup__catch{
    font-size: 12px;
  }
  .m_pickup__ttl{
    font-size: 14px;
  }
  .m_pickup--banner{
    padding: 0;
  }
}
/* 繧ｨ繝翫ず繝ｼ繝繧ｦ繝ｳ繝ｭ繝ｼ繝� */
.m_enegy{
  display: flex;
  align-items: center;
  padding: 20px 40px;
  border: 2px solid #1A8192;
  box-shadow: 3px 3px 8px #aaa;
  color: inherit;
  background: #fff;
  transition: .3s opacity;
}
.m_enegy:hover{
  opacity: .7;
  color: inherit;
  text-decoration: none;
}
.m_enegy__heading{
  flex: 0 0 280px;
}
.m_enegy__catch{
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #218496;
  font-size: 18px;
  background: linear-gradient(to top, #FBEE85 0, #FBEE85 50%, #fff 0);
  transform: rotate(-12.3deg);
}
.m_enegy__catch::before,
.m_enegy__catch::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 2px;
  height: 80%;
  background: #218496;
}
.m_enegy__catch::before{
  left: 0;
  transform: rotate(-45deg);
}
.m_enegy__catch::after{
  right: 0;
  transform: rotate(45deg);
}
.m_enegy__catch + .m_enegy__subTtl{
  margin-top: 36px;
}
.m_enegy__subTtl{
  color: #218496;
  font-size: 16px;
}
.m_enegy__ttl{
  color: #218496;
  font-size: 20px;
}
.m_enegy__img{
  flex: 0 0 173px;
  line-height: 0;
}
.m_enegy__img img{
  max-width: 100%;
  height: auto;
}
.m_enegy__body{
  flex: 1 1 auto;
  padding: 0 40px;
}
.m_enegy__msg{
  font-size: 16px;
}
.m_enegy__msg + .m_enegy__btn{
  margin-top: 32px;
}
.m_enegy__btn{
  display: flex;
  align-items: stretch;
  justify-content: center;
  font-size: 20px;
}
.m_enegy__btn::before{
  content: "";
  display: block;
  width: 0;
  height: 2.5em;
}
.m_enegy__btnTarget{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 16px;
  border-radius: 12px;
  background: #20B090;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px){
  .m_enegy{
    display: block;
    padding: 24px 16px;
  }
  .m_enegy__heading{
    margin-bottom: 16px;
    text-align: center;
  }
  .m_enegy__catch{
    transform: none;
  }
  .m_enegy__catch + .m_enegy__subTtl{
    margin-top: 16px;
  }
  .m_enegy__img{
    text-align: center;
  }
  .m_enegy__img + .m_enegy__body{
    margin-top: 16px;
  }
  .m_enegy__body{
    padding: 0;
  }
  .m_enegy__btn{
    font-size: 16px;
  }
}


/* BPO */
.m_bpo{
  display: block;
  padding: 20px 12px;
  box-shadow: 3px 3px 8px #aaa;
  color: inherit;
  transition: .3s opacity;
}
.m_bpo:hover{
  opacity: .7;
  color: inherit;
  text-decoration: none;
}
.m_bpo__catch{
  text-align: center;
  letter-spacing: 0;
  font-size: 14px;
}
.m_bpo__catch + .m_bpo__body{
  margin-top: 16px;
}
.m_bpo__body{
  display: flex;
  align-items: center;
}
.m_bpo__ico{
  flex: 0 0 80px;
  line-height: 0;
}
.m_bpo__ico + .m_bpo__ttl{
  padding-left: 16px;
}
.m_bpo__ttl{
  letter-spacing: 0;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 768px){
  .m_bpo__catch{
    font-size: 12px;
  }
  .m_bpo__ico{
    flex: 0 0 64px;
  }
  .m_bpo__ttl{
    font-size: 14px;
  }
}
/* 雉�侭繝繧ｦ繝ｳ繝ｭ繝ｼ繝峨Λ繝�ヱ繝ｼ */
.m_downloadWrap{}
.m_downloadWrap__heading{
  /* background: #F6F6F6; */
}
.m_downloadWrap__body{}
.m_downloadWrap__item + .m_downloadWrap__item{
  margin-top: 40px;
}
.m_downloadWrap__msg{
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

/* 雉�侭繝繧ｦ繝ｳ繝ｭ繝ｼ繝� */
.m_download{
  position: relative;
  display: block;
  padding: 24px 16px 80px;
  border: 1px solid #1A8192;
  box-shadow: 3px 3px 8px #aaa;
  color: inherit;
  transition: .3s opacity;
}
.m_download:hover{
  opacity: .7;
  color: inherit;
  text-decoration: none;
}
.m_download__headingWrap{
  display: flex;
  align-items: center;
  min-height: 64px;
}
.m_download__ico{
  line-height: 0;
}
.m_download__heading {
  flex: 1 1 auto;
  padding-left: 16px;
  color: #1A8192;
}
.m_download__subTtl{
  font-weight: bold;
  font-size: 13px;
}
.m_download__ttl{
  font-weight: bold;
  font-size: 16px;
}
.m_download__headingWrap + .m_download__body{
  margin-top: 16px;
}
.m_download__msg{
  font-size: 14px;
}
.m_download__footer{
  position: absolute;
  left: 16px;
  bottom: 24px;
  width: calc(100% - 32px);
}
.m_download__btn{
  display: flex;
  align-items: stretch;
  width: 100%;
  font-size: 16px;
}
.m_download__btn::before{
  content: "";
  display: block;
  width: 0;
  height: 2.5em;
}
.m_download__btnTarget{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  color: #fff;
  background: #20B090;
  font-weight: bold;
}
@media screen and (max-width: 768px){
  .m_download{
    padding: 24px 8px 80px;
  }
  .m_download__ico{
    flex: 0 0 64px;
  }
  .m_download__ttl{
    font-size: 14px;
  }
}

/* 繧医￥縺�◆縺�縺上＃雉ｪ蝠上�繝ｩ繝�ヱ繝ｼ */
.m_faqWrap{}
.m_faqWrap__heading{
  /* background: #F6F6F6; */
}
.m_faqWrap__body{
  padding: 24px;
  box-shadow: 3px 3px 8px #aaa;
}
.m_faqWrap__link{
  display: flex;
  justify-content: flex-end;
}
.m_faqWrap__linkTarget{
  position: relative;
  left: 0;
  padding-left: 20px;
  display: block;
  font-size: 16px;
  color: #20B090;
  transition: .4s left, .4s opacity;
}

.linkTarget_leaf_faq_client{
  color: #1a8192;
}
.m_faqWrap__linkTarget:hover{
  color: #20B090;
  text-decoration: none;
  left: 10px;
  opacity: .7;
}

.linkTarget_leaf_faq_client:hover{
  color: #1a8192;
  text-decoration: none;
  left: 10px;
  opacity: .7;
}

.m_faqWrap__link + .m_faqWrap__list{
  margin-top: 16px;
}
.m_faqWrap__linkTarget::before{
  content: "\f101";
  position: absolute;
  left: 0;
  top: -4px;
  bottom: 0;
  display: block;
  height: 1em;
  margin: auto 0;
  line-height: 1;
  font-size: 24px;
  font-family: FontAwesome;
}
.m_faqWrap__item + .m_faqWrap__item{
  margin-top: 24px;
}

/* QA */
.m_faq{}
.m_faq__q{
  position: relative;
  display: block;
  padding-left: 1.5em;
  font-size: 16px;
  color: #20B090;
}
.m_faq__q::before{
  content: "Q.";
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  color: #20B090;
}
.m_faq__a{
  position: relative;
  padding-top: 6px;
  padding-left: 1.5em;
  line-height: 1.4;
  font-size: 16px;
}
.m_faq__a::before{
  content: "A.";
  position: absolute;
  left: 0;
  display: block;
}
.m_faq__aMsg{}

/* 譛譁ｰ諠��ｱ */
.m_newsBox{
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10001;
  width: 320px;
  padding-top: 28px;
  background: #fff;
}
.m_newsBox__inner{}
.m_newsBox__inner + .m_newsBox__inner{
  margin-top: 0px;
}
.m_newsBox__signboard{
  position: absolute;
  bottom: 3px;
  left: 0;
  transform: translateX(-100%);
}
.m_newsBox__signboardTarget{
  position: relative;
  display: block;
  width: 3em;
  padding: 1em 1em 3em;
  border-radius: 3px 0 0 3px;
  box-shadow: -3px 3px 3px #999;
  /*-webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;*/
  line-height: 1;
  color: inherit;
  font-size: 16px;
  transition: .3s opacity;
}
.m_newsBox__signboardTarget:hover{
  opacity: .7;
  color: inherit;
  text-decoration: none;
}
.m_newsBox__signboardTarget::before{
  content: "笆ｲ";
  position: absolute;
  bottom: 16px;
  left: 50%;
  width: 1em;
  height: 1em;
  padding: 2px;
  background: #fff;
  font-size: 12px;
  transform: translateX(-50%) rotate(90deg);
}
.m_newsBox__signboardTarget--colorTheme{
  background: #00c77f;
  color: #fff;
}
.m_newsBox__signboardTarget--colorTheme:hover{
  color: #fff;
}
.m_newsBox__signboardTarget--colorTheme::before{
  color: #00c77f;
}
.m_newsBox__btns{
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
.m_newsBox__bodyBtns{
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
.m_newsBox__btn{
  display: flex;
  align-items: stretch;
}
.m_newsBox__btn + .m_newsBox__btn{
  padding-left: 16px;
}
.m_newsBox__btn::before{
  content: "";
  display: block;
  width: 0;
}
.m_newsBox__btn--more{
  align-self: flex-end;
}
.m_newsBox__btn--more::before{
  height: 2em;
}
.m_newsBox__btn--close{
  align-self: flex-start;
}
.m_newsBox__btn--close::before{
  height: 1.1em;
}
.m_newsBox__btnTarget{
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  line-height: 1;
  transition: .3s opacity;
}
.m_newsBox__btnTarget:hover{
  opacity: .7;
  color: inherit;
  text-decoration: none;
}
.m_newsBox__btn--more .m_newsBox__btnTarget{
  padding: 0 1.5em;
  border: 1px solid;
  font-size: 14px;
}
.m_newsBox__btn--close .m_newsBox__btnTarget{
  width: 1.1em;
  font-size: 20px;
  background: #ccc;
}
.m_newsBox__bn{}
.m_newsBox__bnTarget{
  display: block;
  line-height: 0;
  text-align: center;
  transition: .3s opacity;
}
.m_newsBox__bnTarget:hover{
  opacity: .7;
}
.m_newsBox__body{
  position: relative;
}
.m_newsBox__heading{
  display: flex;
  align-items: stretch;
  font-size: 16px;
}
.m_newsBox__heading::before{
  content: "";
  display: block;
  width: 0;
  height: 2em;
}
.m_newsBox__ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.5em;
}
.m_newsBox__ttl--colorTheme{
  background: #00c77f;
  color: #fff;
}
.m_newsBox__list{
  height: 200px;
  padding: 20px;
  border: 1px solid;
  overflow: auto;
}
.m_newsBox__list--colorTheme{
  border-color: #00c77f;
}
.m_newsBox__item + .m_newsBox__item{
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted;
}
.m_newsInfo{
  display: block;
  color: inherit;
  line-height: 1.4;
  transition: .3s opacity;
}
.m_newsInfo:hover{
  opacity: .7;
  color: inherit;
  text-decoration: none;
}
.m_newsBox__form{
  position: relative;
  display: flex;
  align-items: center;
  width: 300px;
  margin: 0 auto;
  padding: 4px 4px 4px 48px;
  box-shadow: 2px 2px 4px #777;
}
.m_newsBox__form::before{
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  display: block;
  width: 33px;
  height: 24px;
  margin: auto 0;
  background: url(/resource/img/leaf/nav/ico_leaf.svg) no-repeat center center / contain;
}
.m_newsBox__formBtn{
  flex: 0 0 30px;
  position: relative;
  display: block;
  height: 30px;
  background: #05B189;
  transition: .3s opacity;
}
.m_newsBox__formBtn:hover{
  opacity: .7;
}
.m_newsBox__formBtn::before{
  content: "\f002";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 1em;
  height: 1em;
  margin: auto;
  color: #fff;
  line-height: 1;
  font-size: 18px;
  font-family: FontAwesome;
}
@media screen and (max-height: 800px){
  .m_newsBox__list{
    height: 200px;
  }
}
@media screen and (max-width: 768px){
  .m_newsBox{
    position: relative;
    z-index: 0;
    width: auto;
    margin: 24px 4px 0;
    padding: 0;
    background: none;
    transition: .3s padding-bottom;
  }
  .m_newsBox__inner{
    padding: 0;
    border: 1px solid;
  }
  .m_newsBox__inner--colorTheme{
    border-color: #00c77f;
  }
  .m_newsBox__inner--from{
    display: none;
  }
  .m_newsBox__inner--bn{
    display: none;
  }
  .m_newsBox__inner + .m_newsBox__inner{
    margin-top: 0;
  }
  .m_newsBox__signboard{
    position: static;
    transform: none;
  }
  .m_newsBox__signboardTarget{
    width: auto;
    padding: 1em;
    border-radius: 0;
    box-shadow: none;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-align: center;
    background: #fff;
  }
  .m_newsBox__signboardTarget--colorTheme{
    color: #00c77f;
  }
  .m_newsBox__signboardTarget--colorTheme:hover{
    color: #00c77f;
  }
  .m_newsBox__signboardTarget::before{
    content: "��";
    top: 50%;
    left: auto;
    right: 20px;
    bottom: auto;
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
    transform: translateY(-50%);
    line-height: 1;
    font-size: 36px;
  }
  .m_newsBox__signboardTarget--colorTheme::before{
    color: #00c77f;
  }
  .m_newsBox__btns{
    display: none;
  }
  .m_newsBox__bodyBtns{
    top: auto;
    bottom: 0;
    height: auto;
  }
  .m_newsBox__btn--more{
    display: none;
  }
  .m_newsBox__btn--close{
    display: none;
  }
  .m_newsBox__body{
    position: static;
    max-height: 0;
    box-shadow: none;
    transition: .3s max-height;
    overflow: auto;
  }
  .m_newsBox__heading{
    display: none;
  }
  .m_newsBox__list{
    height: auto;
    border: none;
    overflow: visible;
  }
}
@media screen and (max-height: 800px){
  .m_newsBox__inner:has([href="/it-tool/leaf-select-feature.html"]){
    display: none;
  }
}
/* 讀懃ｴ｢繝輔か繝ｼ繝� */
.m_search_box{}
.m_search_box__form{
  position: relative;
  display: flex;
  align-items: center;
  width: 300px;
  margin: 0 auto;
  padding: 4px 4px 4px 48px;
  box-shadow: 2px 2px 4px #777;
}
.m_search_box__form::before{
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  display: block;
  width: 33px;
  height: 24px;
  margin: auto 0;
  background: url(/resource/img/leaf/nav/ico_leaf.svg) no-repeat center center / contain;
}
.m_search_box__form .txt{
  flex: 1 1 auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 3px 0 0 3px;
  line-height: 30px;
  text-indent: .5em;
  font-size: 14px;
  background: #F5F5F5;
}
.m_search_box__form .txt:focus{
  box-shadow: none;
}
.m_search_box__formBtn{
  flex: 0 0 30px;
  position: relative;
  display: block;
  height: 30px;
  background: #05B189;
  transition: .3s opacity;
}
.m_search_box__formBtn:hover{
  opacity: .7;
}
.m_search_box__formBtn::before{
  content: "\f002";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 1em;
  height: 1em;
  margin: auto;
  color: #fff;
  line-height: 1;
  font-size: 18px;
  font-family: FontAwesome;
}

/* 辟｡譁吶そ繝溘リ繝ｼ繝斐ャ繧ｯ繧｢繝��縺ｮ繝ｩ繝�ヱ繝ｼ */
.m_freeSeminarWrap{}
.m_freeSeminarWrap__item{}
.m_freeSeminarWrap__item + .m_freeSeminarWrap__item{
  margin-top: 40px;
}

/* 辟｡譁吶そ繝溘リ繝ｼ繝斐ャ繧ｯ繧｢繝�� */
.m_freeSeminar{
  display: block;
  padding: 40px;
  color: inherit;
  transition: .3s opacity;
  background: #fff;
  box-shadow: 3px 3px 8px #aaa;
}
.m_freeSeminar:hover{
  color: inherit;
  text-decoration: none;
  opacity: .7;
}
.m_freeSeminar__inner{
  display: flex;
  align-items: center;
  margin: -20px;
}
.m_freeSeminar__body{
  flex: 1 1 auto;
  padding: 20px;
}
.m_freeSeminar__img{
  flex: 0 0 420px;
  padding: 20px;
  line-height: 0;
  text-align: center;
}
.m_freeSeminar__img img{
  max-width: 100%;
  height: auto;
}
.m_freeSeminar__heading{
  margin-bottom: 16px;
}
.m_freeSeminar__ttl{
  font-weight: bold;
  font-size: 18px;
}
.m_freeSeminar__ttl + .m_freeSeminar__subTtl{
  margin-top: 5px;
}
.m_freeSeminar__subTtl{
  padding-left: 1em;
  text-indent: -1em;
  font-weight: bold;
}
@media screen and (max-width: 768px){
  .m_freeSeminar{
    padding: 40px 16px;
  }
  .m_freeSeminar__inner{
    display: block;
  }
  .m_freeSeminar__heading br{
    display: none;
  }
  .m_freeSeminar__ttl{
    font-size: 16px;
  }
  .m_freeSeminar__ttl + .m_freeSeminar__subTtl{
    margin-top: 0px;
  }
}

/* ==============
state
============== */
.js_slider{}
.js_slider-enter-active, .js_slider-leave-active, .js_slider-move {
  transition: .8s all;
}
.js_slider-leave-to{
  opacity: 0;  
}
.js_slider-enter {
  opacity: 0;
}
.js_news{
  transition: .5s transform;
  transform: translateX(100%);
}
.js_news.is_open{
  transform: translateX(0);
  box-shadow: -3px 3px 3px #999;
}
.js_news.is_open .m_newsBox__signboard{
  display: none;
}
@media screen and (max-width: 768px){
  .js_news{
    transform: none;
  }
  .js_news.is_open{
    box-shadow: none;
  }
  .js_news.is_open.m_newsBox{
    padding-bottom: 36px;
  }
  .js_news.is_open .m_newsBox__signboard{
    display: block;
  }
  .js_news.is_open .m_newsBox__btn--more{
    display: flex;
  }
  .js_news.is_open .m_newsBox__signboardTarget--colorTheme{
    background: #00c77f;
    color: #fff;
  }
  .js_news.is_open .m_newsBox__signboardTarget::before{
    content: "��";
  }
  .js_news.is_open .m_newsBox__signboardTarget--colorTheme::before{
    color: #fff;
  }
  .js_news.is_open .m_newsBox__body{
    max-height: 264px;
  }
}
</pre></body></html>