<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'UTF-8';
/* -----------
base
----------- */
/* 譌｢蟄呂SS荳頑嶌縺� */
.m_underLayer{
  position: relative;
}
.m_underLayer--colorPink{
  background: #F5F5F5;
}
.m_footWrap{
  width: 920px;
  margin: auto;
  padding-left: 280px;
  box-sizing: content-box;
}
@media screen and (max-width: 768px){
  .m_footWrap{
    width: auto;
    padding-left: 0;
    box-sizing: border-box;
  }
}
/* base */
body{
  counter-reset: templateNum meritNum;
}
.l_main{
  text-align: left;
  line-height: 1.6;
  font-size: 16px;
  font-family: "yu gothic", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ pron w3", "hiragino kaku gothic pron", Arial, 繝｡繧､繝ｪ繧ｪ, Meiryo, sans-serif;
}
.l_sideWrap{
  text-align: left;
}

/* -----------
layout
----------- */
/* 繝ｩ繝�ヱ繝ｼ */
.l_wrapper{
  display: block;
  width: auto;
}
/* 繝｡繧､繝ｳ */
.l_main{
  width: auto;
  min-height: 8000px;
}
@media screen and (max-width: 768px){
  .l_main{
    padding: 0;
    min-height: auto;
  }
}
/* 繧ｰ繝ｪ繝�ラ */
.l_grid--template{
  margin: -10px;
}
.l_grid--template &gt; .l_grid__item{
  padding: 10px;
}
.l_grid--merit{
  margin: -6px;
}
.l_grid--merit &gt; .l_grid__item{
  padding: 6px;
}
/* 繝翫ン */
.l_nav--content{
  border: 1px solid #088a4b;
  border-top-width: 6px;
  background: #fff;
}
.l_nav--content .l_nav__item{
  width: 100%;
}
.l_nav--content .l_nav__item + .l_nav__item{
  border-left: 1px dashed #088a4b;
}
@media screen and (max-width: 768px){
  .l_nav--content{
    display: block;
    padding: 12px 0;
    /* border-top-style: none; */
  }
  .l_nav--content .l_nav__item + .l_nav__item{
    /* border-top: 1px dashed #088a4b; */
    border-left: none;
  }
  .l_nav--content .l_nav__target{
    justify-content: flex-start;
  }
}
/* 繧ｵ繧､繝峨リ繝薙Λ繝�ヱ繝ｼ */
.l_sideWrap{
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  width: 1220px;
  margin: 0 auto;
  pointer-events: none;
}
@media screen and (max-width: 768px){
  .l_sideWrap{
    display: none;
  }
}
/* 繧ｵ繧､繝医リ繝� */
.l_side{
  pointer-events: all;
}
/* -----------
module
----------- */

/* 隕句�縺� */
.m_heading--secoudary{
  margin-bottom: 30px;
}
.m_heading--secoudary .m_heading__ttl{
  text-align: center;
  font-size: 30px;
  line-height: 1.4;
}
.m_heading--secoudary .m_heading__ttl + .m_heading__sub{
  margin-top: 15px;
}
.m_heading--secoudary .m_heading__sub{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px){
  .m_heading--secoudary .m_heading__ttl{
    font-size: 24px;
  }
  .m_heading--secoudary .m_heading__sub{
    font-size: 16px;
  }
}

/* 隍�焚繝懊ち繝ｳ */
.m_btns{
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 0 -12px;
}
.m_btns__item{
  display: block;
  width: 50%;
  padding: 0 12px;
}
@media screen and (max-width: 768px){
  .m_btns{
    display: block;
  }
  .m_btns__item{
    width: 100%;
  }
  .m_btns__item + .m_btns__item{
    margin-top: 24px;
  }
}

/* 繝懊ち繝ｳ */
.m_btn--contMain::before{
  content: "";
  width: 0;
  height: 3em;
  display: block;
}
.m_btn--contMain .m_btn__target{
  width: 100%;
  border: 2px solid #088a4b;
  border-radius: 8px;
  background: #088a4b;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  transition: .3s background, .3s color;
}
.m_btn--contMain .m_btn__target:hover{
  color: #088a4b;
  background: #fff;
  text-decoration: none;
}
.m_btn--contMain .m_btn__inner{
  position: relative;
  display: block;
  padding-right: 40px;
}
.m_btn--contMain .m_btn__inner::before{
  content: url("/resource/img/leaf/clericalwork/icon_arrow.png");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  margin: auto 0;
  width: 20px;
  height: 20px;
}
.m_btn--contMain .m_btn__target:hover .m_btn__inner::before{
  content: url(".png");
}
.m_btn--contSub::before{
  content: "";
  width: 0;
  height: 3em;
  display: block;
}
.m_btn--contSub .m_btn__target{
  width: 100%;
  border: 2px solid #088a4b;
  border-radius: 8px;
  background: #fff;
  font-weight: bold;
  font-size: 16px;
  color: #088a4b;
  transition: .3s opacity;
  padding: 14px 0;
}
.m_btn--contSub{
  position: relative;
  z-index: 1;
  transition: .3s opacity;
}
.m_btn--contSub::before{
  content: '';
  display: block;
  width: 100%;
  height: calc(50% + 4px);
  right: -4px;
  bottom: -4px;
  position: absolute;
  background-color: #DBD6D6;
  border-radius: 11px;
  z-index: -1;
}
.m_btn--contSub:hover{
  opacity: .7;
  text-decoration: none;
}
.m_btn--contSub .m_btn__inner{
  position: relative;
  display: block;
  padding-right: 40px;
}
.m_btn--contSub .m_btn__inner::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  margin: auto 0;
  width: 20px;
  height: 20px;
  background: url("/resource/img/leaf/clericalwork/icon_arrow.png") no-repeat center center / contain;
}

@media screen and (max-width: 768px){
  .m_btn--contMain .m_btn__inner{
    padding-right: 28px;
    font-size: 14px;
  }
  .m_btn--contSub .m_btn__inner{
    padding-right: 28px;
    font-size: 15px;
  }
  .m_btn--contSub .m_btn__target__lg .m_btn__inner{
    font-size: 14px;
  }
}

/* 閼壽ｳｨ繝ｪ繧ｹ繝� */
.m_footNotes{}
.m_footNotes__item + .m_footNotes__item{
  margin-top: 8px;
}

/* 閼壽ｳｨ */
.m_footNote{
  position: relative;
  padding-left: 1em;
  font-size: 12px;
}
.m_footNote::before{
  content: "窶ｻ";
  position: absolute;
  left: 0;
  display: block;
}

/* 繧ｳ繝ｳ繝�Φ繝� */
.m_content{
  position: relative;
  padding: 40px 0 20px;
}
.m_content__inner{
  width: 920px;
  margin: auto;
  padding-left: 280px;
  box-sizing: content-box;
}
@media screen and (max-width: 768px){
  .m_content{
    overflow: hidden;
  }
  .m_content__inner{
    width: 95%;
    padding-left: 0;
    box-sizing: border-box;
  }
}


/* 繝偵�繝ｭ繝ｼ繧ｺ繧ｨ繝ｪ繧｢ */
.m_herosArea{
  width: 920px;
  margin: auto;
  padding-left: 280px;
  box-sizing: content-box;
}
.m_herosArea__keyvisual{
  line-height: 0;
  text-align: center;
}
.m_herosArea__keyvisual img{
  max-width: 100%;
  height: auto;
}
.m_herosArea__keyvisual + .m_herosArea__nav{
  margin-top: 40px;
}
@media screen and (max-width: 768px){
  .m_herosArea{
    width: 95%;
    padding-left: 0;
    box-sizing: border-box;
  }
  .m_herosArea__nav{
    /* max-width: 320px; */
    margin-left: auto;
    margin-right: auto;
  }
}
/* 繝翫ン繝懊ち繝ｳ */
.m_navToggle{
  display: none;
}
.m_navToggle__target{
  position: relative;
  border: 1px solid #088a4b;
  border-top-width: 6px;
  background: #fff;
  display: flex;
  align-items: center;
  height: calc(3em + 6px);
  padding: 0 14px;
  font-weight: bold;
  font-size: 13px;
  color: inherit;
}
.m_navToggle__target::before,
.m_navToggle__target::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  display: block;
  width: 20px;
  height: 4px;
  margin: auto 0;
  border-radius: 100px;
  background: #088a4b;
}
.m_navToggle__target::after{
  transform: rotate(90deg);
  transition: .3s transform;
}
.m_navToggle__target.is_open::after{
  transform: rotate(0deg);
}
@media screen and (max-width: 768px){
  .m_navToggle{
    display: block;
  } 
}
/* 繝翫ン */
.m_contentNav{
  height: 3em;
  padding: 0 20px;
  font-weight: bold;
  font-size: 13px;
  word-break: keep-all;
  white-space: nowrap;
}
.m_contentNav--adjust{
  padding: 0 22px;
}
.m_contentNav--another{
  position: relative;
  padding-right: 18px;
}
.m_contentNav--another::before{
  content: url("../img/leaf/human_capital/ico_another_link.svg");
  position: absolute;
  top: 2px;
  right: 4px;
  display: block;
  width: 8px;
  line-height: 1;
}
@media screen and (max-width: 768px){
  .m_contentNav{
    position: relative;
    padding-left: 48px;
    height: 2.4em;
  }
  .m_contentNav::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    display: block;
    width: 24px;
    height: 1px;
    margin: auto 0;
    background: #088a4b;
  }
  .m_contentNav--another::before{
    top: 0;
    bottom: 0;
    right: 12px;
    width: 16px;
    height: 18px;
    margin: auto 0;
  }
}
/* 繧｢繝舌え繝� */
.m_about{
  padding: 40px 32px;
  background: #fff;
  box-shadow: 2px 2px 6px #aaa;
}
.m_about__ttl{
  margin-bottom: 10px;
  font-weight: bold;
}
.m_about__listItem{
  position: relative;
  padding-left: 1em;
}
.m_about__listItem::before{
  content: "繝ｻ";
  position: absolute;
  left: 0;
  display: block;
}
.m_about__listItem + .m_about__listItem{
  margin-top: 7px;
}
.m_about__msg + .m_about__msg{
  margin-top: 16px;
}
.m_about__msg--img{
  line-height: 0;
  text-align: center;
}
.m_about__msg--img img{
  max-width: 100%;
  height: auto;
}
.m_about__note {
  margin-top: 8px;
  font-size: 12px;
  text-align: right;
}
.m_about_btn_sec {
  margin-top: 30px;
}

/* 螳溽樟縺ｧ縺阪ｋ縺薙→ 繝ｩ繝�ヱ繝ｼ */
.m_realizeWrap__body{
  padding: 24px;
  background: #fff;
  box-shadow: 2px 2px 6px #aaa;
}
.m_realizeWrap__body + .m_realizeWrap__footer{
  margin-top: 40px;
}
.m_realizeWrap__footer {
  margin-top: 40px;
}

/* 螳溽樟縺ｧ縺阪ｋ縺薙→ */
.m_realize{}
.m_realize__nav{
  display: flex;
  justify-content: space-between;
}
.m_realize__navItem{
  position: relative;
  display: flex;
}
.m_realize__navItem::after {
  content: '';
  position: absolute;
  display: block;
  width: 42px;
  height: 5px;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  z-index: 1;
}
.m_realize__navItem:nth-of-type(1){
  width: 49%;
}
.m_realize__navItem:nth-of-type(2){
  width: 46%;
}
.m_realize__navTarget{
  width: 100%;
  max-width: 460px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #B1B1B1;
  color: #B1B1B1;
  background: #fff;
  transition: .3s color, .3s border; 
  padding: 20px 15px;
  position: relative;
  font-size: 15px;
  font-weight: bold;
}
.m_realize__navTarget::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -19px;
  margin: auto;
  background-image: url(../img/leaf/human_capital/triangle_u.png);
  width: 60px;
  height: 24px;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 5;
  transition: opacity .3s;
}
.m_realize__navTarget:hover::after {
  opacity: 1;
}

.m_realize__navTarget.is_active {
  color: #088a4b;
}
.m_realize__navTarget.is_active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -19px;
  margin: auto;
  background-image: url(../img/leaf/human_capital/triangle_u.png);
  width: 60px;
  height: 24px;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 1;
}
.m_realize__navTarget:hover,
.m_realize__navTarget.is_active{
  text-decoration: none;
  color: #088a4b;
}

.m_realize__navTarget::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 5px solid transparent;
  transition: border-color .3s;
}
.m_realize__navTarget:hover::before,
.m_realize__navTarget.is_active::before{
  border-color: #088a4b;
}
.m_realize__navTarget.is_active{
  cursor: default;
}
.m_realize__navTarget_ico {
  background-size: contain;
  background-repeat: no-repeat;
  width: 63px;
  height: 63px;
}
/*1逡ｪ逶ｮ縺ｮli 莠ｺ縺ｮ繝槭�繧ｯ�郁埋縺�げ繝ｬ繝ｼ縺ｮ譛搾ｼ�*/
.m_realize__navItem:nth-of-type(1) .m_realize__navTarget_ico:nth-of-type(1) {
  background-image: url(../img/leaf/human_capital/leaf_cl_gr.png);
}
/*1逡ｪ逶ｮ縺ｮli 莠ｺ縺ｮ繝槭�繧ｯ�郁埋縺�げ繝ｬ繝ｼ縺ｮ譛搾ｼ峨い繧ｯ繝�ぅ繝�*/
.m_realize__navItem:nth-of-type(1) .is_active .m_realize__navTarget_ico:nth-of-type(1) {
  background-image: url(../img/leaf/human_capital/leaf_cl.png);
}

/*1逡ｪ逶ｮ縺ｮli leaf繝ｭ繧ｴ*/
.m_realize__navItem:nth-of-type(1) .m_realize__navTarget_ico:nth-of-type(2) {
  background-image: url(../img/leaf/human_capital/leaf_gr.png);
  width: 51px;
  height: 34px;
  margin-left: 20px;
}
/*1逡ｪ逶ｮ縺ｮli leaf繝ｭ繧ｴ 繧｢繧ｯ繝�ぅ繝�*/
.m_realize__navItem:nth-of-type(1) .is_active .m_realize__navTarget_ico:nth-of-type(2) {
  background-image: url(../img/leaf/human_capital/leaf_logo.png);
}
/*2逡ｪ逶ｮ縺ｮli 莠ｺ縺ｮ繝槭�繧ｯ�育ｴｺ濶ｲ縺ｮ譛搾ｼ�*/
.m_realize__navItem:nth-of-type(2) .m_realize__navTarget_ico {
  background-image: url(../img/leaf/human_capital/leaf_nu_gr.png);
}
/*1逡ｪ逶ｮ縺ｮli 莠ｺ縺ｮ繝槭�繧ｯ�育ｴｺ濶ｲ縺ｮ譛搾ｼ峨い繧ｯ繝�ぅ繝�*/
.m_realize__navItem:nth-of-type(2) .is_active .m_realize__navTarget_ico {
  background-image: url(../img/leaf/human_capital/leaf_nu.png);
}

.m_realize__navTarget_ico_sec {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-right: 20px;
}
.m_realize__bodyWrap{
  position: relative;
  margin-top: 33px;
}
.m_realize__body{
  margin-top: -1px;
}
.m_realize__img{
  padding: 24px;
  border: 1px solid #088a4b;
  text-align: center;
  line-height: 1;
}
.m_realize__img img{
  max-width: 100%;
  height: auto;
}
.m_realize__img + .m_realize__funcsWrap{
  margin-top: 40px;
}
.m_realize__funcs{
  display: flex;
  margin: -12px;
}
.m_realize__func{
  display: flex;
  width: 33.333%;
  padding: 12px;
}
.m_realize_top_txt {
  margin-bottom: 25px;
}

.m_realize__navTarget p br{
  display: block;
}

@media screen and (max-width: 768px){
  .m_realize__navItem{
    width: 49%!important;
  }
  .m_realize__navTarget{
    width: 100%;
    padding: 20px 10px;
    font-size: 14px;
    flex-wrap: wrap;
  }
  .m_realize__navTarget p{
    margin-top: 15px;
  }
  .m_realize__navTarget p br{
    display: none;
  }
  
  .m_realize__funcs{
    display: block;
    margin: -12px;
  }
  .m_realize__func{
    width: 100%;
  }
  .m_realize__btns{
    display: block;
  }
  .m_realize__btn{
    width: 100%;
  }
  .m_realize__btn + .m_realize__btn{
    margin-top: 24px;
  }
  .m_realize__navTarget_ico_sec {
    margin-right: 0;
  }
  .m_realize__navItem:first-child .m_realize__navTarget_ico_sec {
    margin-right: 0;
  }

  .m_realize__navItem:first-child .m_realize__navTarget_ico:nth-of-type(2) {
    margin-left: 10%;
  }
}
@media screen and (max-width: 599px){
  .m_realize__navTarget{
    font-size: 13px;
    letter-spacing: 0;
  }
  .m_system_leaf .m_system_btn_sec .m_btn--contSub .m_btn__target {
    padding-left: 11px;
    padding-right: 11px;
  }
  .m_system_lms .m_system_btn_sec .m_btn--contSub .m_btn__target {
    padding-left: 13px;
    padding-right: 13px;
  }
}
/* 隱ｬ譏取枚 */
.m_decp{
  position: relative;
  padding: 24px 16px;
  border: 1px solid #088a4b;
}
.m_decp__ttl{
  position: absolute;
  top: 0;
  left: 16px;
  padding: 0 .5em;
  font-weight: bold;
  font-size: 20px;
  color: #088a4b;
  background: #fff;
  transform: translateY(-50%);
}
.m_decp__msg{
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
  line-height: 22px;
}
.m_decp__link{
  display: flex;
  justify-content: flex-end;
  font-size: 13px;
}
.m_decp__msg + .m_decp__link{
  margin-top: 8px;
}
.m_decp__linkTarget{
  position: relative;
  display: block;
  padding-left: 20px;
  color: #088a4b;
}
.m_decp__linkTarget:hover{
  text-decoration: underline;
  color: #088a4b;
}
.m_decp__linkTarget::before{
  content: url("../img/leaf/human_capital/ico_more.svg");
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 14px;
  line-height: 1;
}

/* 莠ｺ莠狗ｮ｡逅�す繧ｹ繝�Β */
.m_systemWrap{
  margin-top: 40px;
}
.m_system{
  padding: 32px 20px 20px;
  counter-increment: systemNum;
  background: #fff;
}
.m_system_btn_sec {
  margin-top: 30px;
}
.m_system_btn_sec .m_btn__target{
  padding: 6px 0;
}
.m_system__heading {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 120px;
  padding-bottom: 3px;
}
.m_system_leaf .m_system__heading {
  padding-left: 10px;
}
.m_system_leaf .m_system_btn_sec .m_btn--contSub .m_btn__target {
  border-color: #31CB98;
  color: #31CB98;
}
.m_system_leaf .m_system__ttl {
  padding: 4px 0 0px 1.4em;
}
.m_system_lms .m_system__heading {
  padding-left: 5px;
}
.m_system_lms .m_system_btn_sec .m_btn--contSub .m_btn__target {
  border-color: #FB4665;
  color: #FB4665;
}
.m_system_leaf .m_system_btn_sec .m_btn--contSub .m_btn__inner::before {
  content: url(../img/leaf/human_capital/ico_btn_off_gr.svg);
}
.m_system_lms .m_system_btn_sec .m_btn--contSub .m_btn__inner::before {
  content: url(../img/leaf/human_capital/ico_btn_off_rd.svg);
}
.m_system__heading {}
.m_system__headingItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.m_system_btn_sec
.m_system__heading{
  position: relative;
  margin-bottom: 40px;
  padding-left: 15px;
  border-bottom: 1px solid;
}
.m_system_ms_logo{
  flex: 0 0 140px;
  line-height: 0;
}
.m_system_ms_logo img{
  width: 110px;
  max-width: 100%;
  height: auto;
}
.m_system_management_logo{
  flex: 0 0 140px;
  line-height: 0;
}
.m_system_management_logo img{
  width: 140px;
  max-width: 100%;
  height: auto;
}
.m_system__ttl{
  padding: 0 0 12px 0.5em;
  line-height: 1.3;
  font-size: 18px;
  color: #333;
}
.m_system_leaf .m_system__heading {
  border-bottom: 1px solid #31CB98;
  margin-bottom: 20px;
}
.m_system_lms .m_system__heading {
  border-bottom: 1px solid #FB4665;
  margin-bottom: 20px;
}
.m_system_btn_sec .m_btn__inner {
  padding-right: 24px;
  font-size: 14px;
}
.m_system__list{}
.m_system__listItem{
  position: relative;
  padding-left: 16px;
}
.m_system__listItem::before{
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.m_system_leaf .m_system__listItem::before{
  background: #31CB98;
}
.m_system_lms .m_system__listItem::before{
  background: #FB4665;
}
.m_system__listItem + .m_system__listItem{
  margin-top: 12px;
}
.m_system__img{
  bottom: 32px;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.m_system_leaf .m_system__img {
  padding-top: 55px;
}
.m_system_lms .m_system__img {
  padding-top: 30px;
}
.m_system__imgBtn{
  position: relative;
  padding-top: calc(100% * 9 / 16);
  display: block;
  overflow: hidden;
}
.m_system__imgBtn:hover{
  color: inherit;
  text-decoration: none;
}
.m_system__imgBtn img{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}
.m_system__imgBtn::before{
  content: "繧ｯ繝ｪ繝�け縺励※諡｡螟ｧ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  background: rgba(0, 0, 0, .8);
}
@supports (backdrop-filter: blur(3px)) {
  .m_system__imgBtn::before{
    background: none;
    color: #088a4b;
    backdrop-filter: blur(3px);
  }
}
@media screen and (max-width: 768px){
  .m_system{
    padding: 32px 24px;
  }
  .m_system__heading {
    min-height: auto;
  }
  .m_system__list + .m_system__img{
    margin-top: 24px;
  }
  .m_system__img{
    position: static;
    padding: 0;
  }
}
@media screen and (max-width: 599px){
  .m_system__headingItem {
    display: block;
    text-align: center;
  }
  .m_system__headingItem + .m_system__headingItem{
    margin-top: 12px;
  }
  .m_system_leaf .m_system__heading {
    padding-left: 0px;
  }
  .m_system_lms .m_system__heading {
    padding-left: 0px;
  }
  .m_system__ttl {
    padding-top: 5px;
    font-size: 14px;
  }
  .m_system_leaf .m_system__ttl {
    padding-left: 0.5em;
    padding-bottom: 12px;
  }
  .m_system_btn_sec .m_btn__inner {
    padding-right: 0;
    font-size: 12px;
  }
  .m_system_btn_sec .m_btn__inner::before{
    content: none !important;
  }
}



/* 豈碑ｼ�Λ繝�ヱ繝ｼ */
.m_compareWrap{}
.m_compareWrap__body{
  padding: 24px;
  background: #fff;
  box-shadow: 2px 2px 6px #aaa;
}
/* 豈碑ｼ�｡ｨ */
.m_compareTable{
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.m_compareTable__heading{
  padding-bottom: 2px;
}
.m_compareTable__ttlWrap{
  padding: 0 4px;
  vertical-align: middle;
}
.m_compareTable__ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  border: 2px solid;
  color: #088a4b;
  font-size: 18px;
  font-weight: bold;
}
.m_compareTable__ttl--img{
  line-height: 0;
}
.m_compareTable__rowTtl{
  width: 146px;
  border: 4px solid #fff;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  background: #088a4b;
}
.m_compareTable__rowTtl--empty{
  border: none;
  background: none;  
}
.m_compareTable__body &gt; .m_compareTable__row + .m_compareTable__row{
  border-top: 1px dashed #088a4b;
}
.m_compareTable__body &gt; .m_compareTable__row:last-of-type .m_compareTable__data{
  border-bottom: 1px solid #088a4b;
}
.m_compareTable__data + .m_compareTable__data{
  border-left: 1px solid #088a4b;
}
.m_compareTable__data{
  vertical-align: middle;
  text-align: center;
  padding: 16px;
}
@media screen and (max-width: 768px){
  .m_compareTable{
    display: flex;
    border-bottom: 1px solid #088a4b;
  }
  .m_compareTable__heading{
    display: block;
  }
  .m_compareTable__body{
    display: flex;
    align-items: stretch;
    overflow: auto;
  }
  .m_compareTable__row{
    display: block;
  }
  .m_compareTable__rowTtl{
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 14px;
  }
  .m_compareTable__rowTtl br{
    display: none;
  }
  .m_compareTable__heading .m_compareTable__rowTtl{
    width: 80px;
    height: 28px;
  }
  .m_compareTable__ttl{
    height: 100%;
    border: none;
    font-size: 14px;
  }
  .m_compareTable__body .m_compareTable__rowTtl{
    width: 240px;   
    height: 28px;
  }
  .m_compareTable__body &gt; .m_compareTable__row + .m_compareTable__row{
    border-top: none;
    border-left: 1px solid #088a4b;
  }
  .m_compareTable__ttlWrap{
    display: block;
    height: 100px;
  }
  .m_compareTable__ttlWrap + .m_compareTable__ttlWrap{
    border-top: 1px solid #088a4b;
  }
  .m_compareTable__data{
    display: block;
    height: 100px;
    font-size: 12px;
  }
  .m_compareTable__data + .m_compareTable__data{
    border: none;
    border-top: 1px solid #088a4b;
  }
  .m_compareTable__body &gt; .m_compareTable__row:last-of-type .m_compareTable__data{
    border: none;
  }
  .m_compareTable__body &gt; .m_compareTable__row:last-of-type .m_compareTable__data + .m_compareTable__data{
    border-top: 1px solid #088a4b;
  }
}
/* 豈碑ｼ�｡ｨ縺ｮ荳ｭ霄ｫ */
.m_compare{}
.m_compare__msg + .m_compare__msg{
  margin-top: 12px;
}
.m_compare__msg{
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 14px;
}
.m_compare__em{
  font-size: 22px;
  line-height: 100%;
}
.m_compare__footNote{
  position: relative;
  padding-left: 1em;
  text-align: left;  
}
.m_compare__footNote::before{
  content: "窶ｻ";
  position: absolute;
  left: 0;
  display: block;
}
@media screen and (max-width: 768px){
  .m_compare__msg{
    display: block;
    justify-content: center;
    font-size: 12px;
  }
  .m_compare__msg br{
    display: none;
  }
  .m_compare__em{
    font-size: 16px;
  }
}
/* 繝�Φ繝励Ξ繝ｼ繝医Λ繝�ヱ繝ｼ */
.m_templateWrap__body{
  counter-reset: templateNum;
}
/* 繝�Φ繝励Ξ繝ｼ繝� */
.m_template{
  position: relative;
  padding: 32px 23px 35px;
  counter-increment: templateNum;
  background: #fff;
  box-shadow: 2px 2px 6px #aaa;縲縲
}
/* .m_template__heading{
  position: relative;
  margin-bottom: 40px;
  padding-left: 36px;
}
.m_template__heading::before{
  content: counter(templateNum);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  height: 1em;
  margin: auto 0;
  line-height: 1;
  font-weight: bold;
  font-style: italic;
  font-size: 40px;
  font-family: 'Jost', sans-serif;
  color: #088a4b;
} */
.m_template__heading_sec {
  display: flex;
}
.m_template__ttl{
  position: relative;
  margin-bottom: 30px;
  line-height: 1.3;
  font-size: 20px;
  letter-spacing: -0.7px;
  color: #000;
  padding-left: 50px;
}
.m_template__ttl::before{
  content: counter(templateNum);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  height: 1em;
  margin: auto 0;
  line-height: 1;
  font-weight: bold;
  font-style: italic;
  font-size: 60px;
  font-family: 'Jost', sans-serif;
  color: #088a4b;
}
.m_template__list{}
.m_template__listItem{
  position: relative;
  padding-left: 16px;
}
.m_template__listItem::before{
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #088a4b;
}
.m_template__listItem + .m_template__listItem{
  margin-top: 12px;
}
.m_template__img{
  position: absolute;
  bottom: 32px;
  left: 0;
  display: block;
  width: 100%;
  padding: 0 24px;
  text-align: center;
  line-height: 0;
}
.m_template__imgBtn{
  position: relative;
  padding-top: calc(100% * 9 / 16);
  display: block;
  overflow: hidden;
}
.m_template__imgBtn:hover{
  color: inherit;
  text-decoration: none;
}
.m_template__imgBtn img{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}
.m_template__imgBtn::before{
  content: "繧ｯ繝ｪ繝�け縺励※諡｡螟ｧ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  background: rgba(0, 0, 0, .8);
}
.m_template__msg + .m_template__msg{
  margin-top: 16px;
}
.m_template__msg--img{
  line-height: 0;
  text-align: center;
}
.m_template__msg--img img{
  max-width: 100%;
  height: auto;
}
@supports (backdrop-filter: blur(3px)) {
  .m_template__imgBtn::before{
    background: none;
    color: #088a4b;
    backdrop-filter: blur(3px);
  }
}
@media screen and (max-width: 768px){
  .m_template{
    padding: 32px 24px;
  }
  .m_template__list + .m_template__img{
    margin-top: 24px;
  }
  .m_template__img{
    position: static;
    padding: 0;
  }
}
/* 繝｡繝ｪ繝�ヨ */
.m_merit{
  position: relative;
  padding: 55px 22px 25px;
  background: #fff;
  box-shadow: 2px 2px 6px #aaa;
  counter-increment: meritNum;
}
.m_meritWrap__heading{
  margin-bottom: 78px;
}
.m_merit__heading{
  position: absolute;
  top: 0;
  padding-left: 60px;
  transform: translateY(-50%);
}
.l_grid--merit &gt; .l_grid__item:first-of-type .m_merit__heading{
  padding-left: 40px;

}
.m_merit__heading::before{
  content: counter(meritNum);
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  height: 1em;
  margin: auto 0;
  line-height: 1;
  font-size: 60px;
  font-weight: bold;
  font-family: 'Jost', sans-serif;
  font-style: italic;
  color: #088a4b;
  opacity: .4;
}
.m_merit__ttl{
  color: #088a4b;
  font-size: 22px;
  letter-spacing: -0.1px;
}
.m_merit__ttlEm{
  font-size: 26px;
  line-height: 100%;
}
.m_merit__lead{
  font-weight: bold;
}
.m_merit__lead + .m_merit__msg{
  margin-top: 20px;
}
.m_merit__msg + .m_merit__msg{
  margin-top: 16px;  
}
@media screen and (max-width: 768px){
  .m_merit__lead br{
    display: none;
  }
  .l_grid--merit &gt; .l_grid__item + .l_grid__item{
    margin-top: 50px;
  }
  .m_merit{
    padding-top: 40px;
  }
}

/* 繧､繝ｳ繧ｿ繝ｼ繝輔ぉ繝ｼ繧ｹ繝ｩ繝�ヱ繝ｼ */
.m_interfaceWrap__body{
  padding: 24px;
  background: #fff;
  box-shadow: 2px 2px 6px #aaa;
}
.m_interfaceWrap__body + .m_interfaceWrap__footer{
  margin-top: 40px;
}
/* 繧､繝ｳ繧ｿ繝ｼ繝輔ぉ繝ｼ繧ｹ */
.m_interface{}
.m_interface__nav{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.m_interface__navItem{
  display: flex;
  width: 30%;
}
.m_interface__navTarget{
  display: block;
  padding: 10px;
  border: 1px solid #088a4b;
  color: #088a4b;
  transition: .3s color, .3s background;
  font-size: 18px;
  width: 100%;
  text-align: center;
}
.m_interface__navTarget:hover,
.m_interface__navTarget.is_active{
  text-decoration: none;
  color: #fff;
  background: #088a4b;
}
.m_interface__navTarget.is_active{
  cursor: default;
}
.m_interface__bodyWrap{
  position: relative;
}
.m_interface__body{
  margin-top: -1px;
}
.m_interface__img{
  text-align: center;
  line-height: 1;
}
.m_interface__img__main{
  padding: 56px 21px 21px 17px;
  border: 1px solid #088a4b;
}
.m_interface__img a{
  width: 100%;
  display: block;
  position: relative;
}
.m_interface__img img{
  width: 100%;
  max-width: 100%;
  height: auto;
}
.m_interface__img_note {
  font-size: 15px;
  text-align: end;
  margin-top: 20px;
  letter-spacing: 0;
}
.m_interface__img__main img {
  max-width: 630px;
}
.m_interface__img__cap{
  color: #333;
  font-size: 28px;
  font-weight: bold;
  padding: 20px 35px;
  width: 426px;
  height: 77px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  display: inline-block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.m_interface__img + .m_interface__funcsWrap{
  margin-top: 40px;
}
.m_interface__funcs{
  margin: -12px;
}
.m_interface__func{
  display: flex;
  width:100%;
  padding: 12px;
}
.m_interface__ttl {
  font-weight: bold;
  margin-top: 60px;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px){
  .m_interface_lst_img_sp {
    display: none;
  }
}
@media screen and (max-width: 768px){
  .m_interface_lst_img_pc {
    display: none;
  }
  .m_interface__img__cap{
    font-size: 15px;
    width: 90%;
    height: 30px;
    padding: 10px;
  }
  .m_interface__navItem{
    width: 50%;
  }
  .m_interface__navTarget{
    width: 100%;
    padding: 4px 1em;
    font-size: 14px;
    display: block;
    align-items: center;
  }
  .m_interface__funcs{
    display: block;
    margin: -12px;
  }
  .m_interface__func{
    display: block;
    width: 100%;
  }
  .m_interface__btns{
    display: block;
  }
  .m_interface__btn{
    width: 100%;
  }
  .m_interface__btn + .m_interface__btn{
    margin-top: 24px;
  }
}
@media screen and (max-width: 599px){
  .m_interface__navTarget{
    font-size: 13px;
    letter-spacing: 0;
  }
}
/* 讖溯� */
.m_func{
  position: relative;
  padding: 24px 16px;
  border: 1px solid #088a4b;
}
.m_func__ttl{
  position: absolute;
  top: 0;
  left: 16px;
  padding: 0 .5em;
  font-weight: bold;
  font-size: 22px;
  color: #088a4b;
  background: #fff;
  transform: translateY(-50%);
}
.m_func__msg{
  font-size: 15px;
}
.m_func__link{
  display: flex;
  justify-content: flex-end;
  font-size: 13px;
}
.m_func__msg + .m_func__link{
  margin-top: 8px;
}
.m_func__linkTarget{
  position: relative;
  display: block;
  padding-left: 20px;
  color: #088a4b;
}
.m_func__linkTarget:hover{
  text-decoration: underline;
  color: #088a4b;
}
.m_func__linkTarget::before{
  content: url("../img/leaf/human_capital/ico_more.svg");
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 14px;
  line-height: 1;
}



/* 豢ｻ逕ｨ譁ｹ豕輔Λ繝�ヱ繝ｼ */
.m_usageWrap{}
.m_usageWrap__heading{}
.m_usageWrap__body{
  padding: 24px;
  background: #ECECEC;
}

/* 豢ｻ逕ｨ譁ｹ豕� */
.m_usage{
  display: flex;
  align-items: stretch;
}
.m_usage__nav{
  flex: 0 0 280px;
}
.m_usage__list{}
.m_usage__item{
  padding: 8px 0;
}
.m_usage__target{
  display: flex;
  align-items: center;
  width: 100%;
  height: 108px;
  padding: 0 24px;
  font-weight: bold;
  color: inherit;
  font-size: 14px;
  background: #fff;
  transition: .3s background, .3s transform;
}
.m_usage__target:focus{
  outline: none;
}
.m_usage__target:hover,
.m_usage__target.is_active{
  text-decoration: none;
  color: inherit;
  background: #F3F1FF;
  transform: scale(1.05);
}
.m_usage__nav + .m_usage__bodyWrap{
  margin-left: 24px;
}
.m_usage__bodyWrap{
  display: flex;
}
.m_usage__body{
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px;
  background: #fff;
}
.m_usage__ttl{
  margin-bottom: 40px;
  color: #088a4b;
  font-weight: bold;
  font-size: 22px;
}
.m_usage__msg + .m_usage__msg{
  margin-top: 24px;
}
@media screen and (max-width: 768px){
  .m_usage{
    display: block;
  }
  .m_usage__nav{
    display: none;
  }
  .m_usage__bodyWrap{
    display: block;
  }
  .m_usage__body{
    padding: 0;
    display: block;
  }
  .m_usage__bodyInner{
    padding: 24px;
  }
  .m_usage__nav + .m_usage__bodyWrap{
    margin-left: 0;
  }
}

/* 萓｡譬ｼ繝ｩ繝�ヱ繝ｼ */
.m_priceWrap{}
.m_priceWrap__body{
  padding: 40px 60px;
  background: #fff;
  box-shadow: 2px 2px 6px #aaa;
}
.m_priceWrap__body .m_btns{
  margin-top: 40px;
}
.m_price_msg_txt {
  font-size: 16px;
  text-align: center;
}
.m_priceWrap__item + .m_priceWrap__item{
  position: relative;
  padding-top: 24px;
  margin-top: 24px;
}
.m_priceWrap__item + .m_priceWrap__item::before{
  content: "��";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 1em;
  margin: 0 auto;
  line-height: 1;
  font-size: 40px;
  transform: translateY(-50%);
}
.m_priceWrap__list + .m_priceWrap__simulation{
  margin-top: 40px;
}
.m_priceWrap__footer{
  margin-top: 24px;
}

@media screen and (max-width: 768px){
  .m_priceWrap__body{
    padding: 24px 16px;
  }
}
/* 萓｡譬ｼ */
.m_price{
  display: flex;
  align-items: stretch;
}
.m_price__ttl{
  flex: 0 0 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  font-size: 18px;
  color: #fff;
  background: #088a4b;
}
.m_price__body{
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #088a4b;
}
.m_price__price{
  font-size: 13px;
}
.m_price__num{
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
}
@media screen and (max-width: 768px){
  .m_price__ttl{
    flex: 0 0 140px;
  }
}
@media screen and (max-width: 599px){
  .m_price{
    display: block;
  }
  .m_price__ttl{
    height: auto;
    padding: 8px 12px;
  }
  .m_price__body{
    border-top: none;
    padding: 12px;
  }
  .m_price__num{
    display: block;
    margin-bottom: 4px;
  }
}

/* 譁咎≡繧ｷ繝溘Η繝ｬ繝ｼ繧ｷ繝ｧ繝ｳ繝ｪ繧ｹ繝� */
.m_simulations{}
.m_simulations__ttl{
  margin-bottom: 24px;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
.m_simulations__item:nth-child(odd){
  background: #F3F1FF;
}
.m_simulations__item:nth-child(even){
  background: #FFF;
}

/* 譁咎≡繧ｷ繝溘Η繝ｬ繝ｼ繧ｷ繝ｧ繝ｳ */
.m_simulation{
  display: flex;
  align-items: stretch;
}
.m_simulation__ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 56px;
  font-weight: normal;
  font-size: 18px;
}
.m_simulation__body{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.m_simulation__price{
  font-weight: bold;
  font-size: 13px;
}
.m_simulation__num{
  font-size: 20px;
  line-height: 100%;
}
.m_simulation__taxin{
  font-size: 13px;
}
@media screen and (max-width: 599px){
  .m_simulation__ttl{
    width: 33.333%;
    font-size: 13px;
  }
  .m_simulation__price{
    font-size: 10px;
  }
  .m_simulation__num{
    font-size: 12px;
  }
  .m_simulation__taxin {
    font-size: 10px;
  }
  .m_simulation__body{
    width: 66.666%;
  }
}
/* 縺翫☆縺吶ａ繝ｩ繝�ヱ繝ｼ */
.m_recommendWrap{}
.m_recommendWrap__body{
  padding: 24px;
  background: #fff;
  box-shadow: 2px 2px 6px #aaa;
}
.m_recommendWrap__body + .m_recommendWrap__footer{
  margin-top: 40px;
}
.m_recommendWrap__footer{
  margin: 0 auto;
}
/* 縺翫☆縺吶ａ */
.m_recommend{}
.m_recommend__list{}
.m_recommend__item{
  position: relative;
  padding: 16px 0 16px 40px;
  border-bottom: 1px dashed #088a4b;
  font-weight: bold;
}
.m_recommend__item::before{
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto 0;
  border: 1px solid #088a4b;
}
.m_recommend__list + .m_recommend__msg{
  margin-top: 20px;
}
.m_recommend__msg{
  position: relative;
  padding-left: 40px;
}
.m_recommend__msg::before{
  content: "\f044";
  position: absolute;
  left: 8px;
  display: block;
  line-height: 1;
  font-size: 24px;
  font-family: FontAwesome;
}

/* QA繝ｩ繝�ヱ繝ｼ */
.m_qaWrap{}
.m_qaWrap__body{
  padding: 24px;
  background: #fff;
  box-shadow: 2px 2px 6px #aaa;
}
.m_qaWrap__item + .m_qaWrap__item{
  margin-top: 24px;
}
.m_qaWrap__body + .m_qaWrap__footer{
  margin-top: 40px;
}
.m_qaWrap__footer{
  margin: 0 auto;
}

/* QA */
.m_qa{}
.m_qa__q{}
.m_qa__qTarget{
  position: relative;
  display: block;
  padding-left: 2.0em;
  color: inherit;
  font-size: 16px;
  font-weight: bold;
}
.m_qa__qTarget:hover{
  color: inherit;
  text-decoration: none;
}
.m_qa__qTarget::before{
  content: "Q.";
  position: absolute;
  left: 0;
  display: block;
  font-weight: bold;
  color: #088a4b;
}
.m_qa__aBody{
  position: relative;
  padding-top: 20px;
  padding-left: 2.4em;
}
.m_qa__aBody::before{
  content: "A.";
  position: absolute;
  left: 0;
  display: block;
  color: #088a4b;
  font-size: 16px;
}
.m_qa__aMsg + .m_qa__aMsg{
  margin-top: 8px;
}
/* 繝輔ャ繧ｿ繝ｼ繝翫ン */
@media screen and (max-width:599px) {
  .l_nav--foot .l_nav__target {
  }
}
/* 繧ｵ繝ｼ繝薙せ繝ｩ繝�ヱ繝ｼ */
.m_serviceWrap{}
.m_serviceWrap__item + .m_serviceWrap__item{
  margin-top: 40px;
}
/* 繧ｵ繝ｼ繝薙せ */
.m_service{}
.m_service__heading{
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.m_service__ttl{
  padding: 0 64px 12px;
  border-bottom: 1px solid;
  font-size: 20px;
  color: #088a4b;
}
.m_service__list{
  display: flex;
  margin: -12px;
}
.m_service__listItem{
  padding: 12px;
}
.m_service__link{
  display: block;
  line-height: 0;
  transition: .3s opacity;
}
.m_service__link:hover{
  opacity: .7;
}
.m_service__link img{
  max-width: 100%;
  height: auto;
}
@media screen and (max-width:768px){
  .m_service__ttl{
    padding: 0 0 12px;
    font-size: 16px;
  }
}
@media screen and (max-width:599px){
  .m_service__list{
    display: block;
  }
}

/* 繝｢繝ｼ繝繝ｫ */
.m_modal{}
.m_modal__body{
  width: 80vw;
  max-height: 80vh;
  line-height: 0;
  text-align: center;
}
.m_modal__body img{
  width: 100%;
  height: auto;
}
.m_modal__btn{
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.m_modal__btnTarget{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 2px solid;
  border-radius: 50%;
  line-height: 1;
  color: inherit;
  font-size: 20px;
  background: #fff;
  color: inherit;
  transition: .3s opacity;
}
.m_modal__btnTarget:hover{
  color: inherit;
  text-decoration: none;
  opacity: .7;
}
@media screen and (orientation: portrait){
  .m_modal__body{
    max-width: 80vw;
    max-height: none;
    height: 80vh;
  }
  .m_modal__body img{
    width: auto;
    max-width: none;
    height: 100%;
  }
}

/* 繝ｭ繝ｼ繝繝ｼ */
.m_loading {
  position: absolute;
  top: 50%;
  left: 50%;
}
.m_loading__bar {
  display: inline-block;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  animation: loading 1s ease-in-out infinite;
}
.m_loading__bar:nth-child(1) {
  background-color: #1a8192;
  animation-delay: 0;
}
.m_loading__bar:nth-child(2) {
  background-color: #4260ad;
  animation-delay: 0.09s;
}
.m_loading__bar:nth-child(3) {
  background-color: #b52d61;
  animation-delay: .18s;
}
.m_loading__bar:nth-child(4) {
  background-color: #00c77f;
  animation-delay: .27s;
}
@keyframes loading {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1, 2.2);
  }
  40% {
    transform: scale(1);
  }
}
/* 蟾ｦ繝翫ン繝上ャ繧ｯ */
#leaf_sub dl.nav_panel dt.nav_title--eva{
  position: relative;
  margin-bottom: 16px;
  padding-left: 24px;
  border-color: #00BDD6;
}
#leaf_sub dl.nav_panel dt.nav_title--eva::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 8px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  margin: auto 0;
  background: url("../img/leaf/human_capital/ico_star.svg") no-repeat center center / contain;
}
#leaf_sub dl.nav_panel dd li + li{
  margin-top: 8px;
}
#leaf_sub .leaf_nav_acc_cont__em{
  color: #00BDD6;
}

/* slick繝上ャ繧ｯ */
.js_usage__nav .slick-arrow{
  position: relative;
  left: 50%;
  border: none;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  line-height: 0;
  text-indent: -9999px;
  transform: translateX(-50%);
  transition: .3s opacity;
}
.js_usage__nav .slick-arrow:hover{
  opacity: .7;
}
.js_usage__nav .slick-prev{
  border-bottom: 12px solid #333;
}
.js_usage__nav .slick-next{
  border-top: 12px solid #333;
}


.js_usage__bodyWrap .slick-slider{
  position: relative;
}
.js_usage__bodyWrap .slick-arrow{
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  height: 48px;
  margin: auto 0;
  border: none;
  border-top: 24px solid #fff;
  border-bottom: 24px solid #fff;
  line-height: 0;
  text-indent: -9999px;
  transform: translateX(-50%);
  transition: .3s opacity;
}
.js_usage__bodyWrap .slick-arrow:hover{
  opacity: .7;
}
.js_usage__bodyWrap .slick-prev{
  left: 6px;
  border-right: 12px solid #333;
}
.js_usage__bodyWrap .slick-next{
  right: -6px;
  border-left: 12px solid #333;
}
.js_usage__bodyWrap .slick-dots{
  margin-top: 12px;
  line-height: 1;
  text-align: center;
}
.js_usage__bodyWrap .slick-dots li{
  display: inline-block;
  padding: 6px;
  line-height: 0;
}
.js_usage__bodyWrap .slick-dots button{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: #ccc;
  color: #ccc;
  text-indent: -9999px;
}
.js_usage__bodyWrap .slick-dots .slick-active button{
  background: #222;
  color: #222;
}
.js_usage__bodyWrap .slick-dots button:focus{
  outline: none;
}
.js_usage__bodyWrap .slick-track {
  display: flex;
}
.js_usage__bodyWrap .slick-slide {
  height: auto !important;
}


/* 讖溯�荳隕ｧ */
.m_funcs__body{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0;
}
.m_funcs__item{
  display: block;
  width: 300px;
  padding: 40px 20px;
  margin: 20px 0;
  color: inherit;
  text-decoration: none;
  background-color: #fff;
  transition:.3s opacity;
}
.m_funcs__item:hover{
  text-decoration: none;
  color: inherit;
  opacity: .7;
}
.m_funcs__itemTtl{
  border-bottom: 1px solid #088a4b;
  padding-bottom: 10px;
}
.m_funcs__itemTtl_main{
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m_funcs__itemTtl_main:before{
  font-family: fontawesome;
  position: relative;
  left: -8px;
  top: -3px;
  font-size: 30px;
  }
.m_funcs__itemTtl_main-1:before{content: "\f0c5";}
.m_funcs__itemTtl_main-2:before{content: "\f003";}
.m_funcs__itemTtl_main-3:before{content: "\f040";}
.m_funcs__itemTtl_main-4:before{content: "\f274";}
.m_funcs__itemTtl_main-5:before{content: "\f1ec";}
.m_funcs__itemTtl_main-6:before{content: "\f200";}
.m_funcs__itemTtl_main-7:before{content: "\f1fe";}
.m_funcs__itemTtl_main-8:before{content :"\f1d9";}
.m_funcs__itemTtl_main-9:before{content: "\f019";}
.m_funcs__itemMsg{
  padding-top: 10px;
}
.m_funcs__itemMsg_main{
  font-size: 15px;
}
@media screen and (max-width:768px){
  .m_funcs__body{
    justify-content: center;
    margin: 20px 0 40px 0;
  }
  .m_funcs__item{
    padding: 40px 20px;
    margin: 10px 10px;
  }
}
@media screen and (max-width:599px){
  .m_funcs__body{}
  .m_funcs__item{
    margin: 10px 0;
  }
}

/*髱鍛tn*/
.m_btn--contSub-funcs .m_btn__target{
  width: 100%;
  border: 2px solid #088a4b;
  border-radius: 8px;
  background: #088a4b;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  transition: .3s;
}
.m_btn--contSub-funcs .m_btn__inner::before{
  background-image: url("/resource/img/leaf/clericalwork/icon_arrow.png");
}
.m_btn--contSub-funcs .m_btn__target:hover{
  opacity: 1;
  background: #fff;
  color: #088a4b;
}

/* large */
.m_btn--contSub-funcs .m_btn__target__lg{
  font-size: 18px;
  padding: 10px;
}



/* 譏取悃菴薙ヵ繧ｩ繝ｳ繝� */
.g_f_serif{
}</pre></body></html>