<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==============
layout
============== */
/* 遽 */
.l_section--primary{}
.l_section--primary &gt; .l_section__item{
  padding: 40px 24px;
  background: #fff;
  box-shadow: 2px 2px 6px #aaa;
}
.l_section--primary &gt; .l_section__item + .l_section__item{
  margin-top: 40px;
}
.l_section--secondary{}
.l_section--secondary &gt; .l_section__item + .l_section__item{
  margin-top: 40px;
}
@media screen and (max-width: 768px){
  .l_section--primary &gt; .l_section__item{
    padding: 40px 12px;
  }
}
/* 繝ｪ繧ｹ繝� */
.l_list--md{}
.l_list--md &gt; .l_list__item{
  padding-bottom: 12px;
  border-bottom: 1px dotted; 
}
.l_list--md &gt; .l_list__item + .l_list__item{
  margin-top: 12px;/* 繧ｪ繝ｼ繝舌�繝ｩ繝�� */
}

/* 繧ｰ繝ｪ繝�ラ */
.l_grid--hasGutterSm{
  margin: -12px;
}
.l_grid--hasGutterSm &gt; .l_grid__item{
  padding: 12px;
}
/* ==============
module
============== */
/* 隕句�縺� */
.m_heading__inner{}
.m_heading--primary{
  position: relative;
  margin-bottom: 40px;
}
.m_heading--primary::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 112px;
  background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%) no-repeat;
  transform: translateY(-50%);
}
.m_heading--primary .m_heading__inner{
  position: absolute;
  top: 50%;
  left: 0;
  width: 40%;
  transform: translateY(-50%);
}
.m_heading--primary .m_heading__ttl{
  text-align: center;
  line-height: 1;
  font-weight: bold;
  font-size: 32px;
}
.m_heading--primary .m_heading__ttl + .m_heading__sub{
  margin-top: 12px;
}
.m_heading--primary .m_heading__sub{
  text-align: center;
  font-size: 18px;
}
.m_heading--secondary{
  margin-bottom: 16px;
  padding: 0 40px 12px;
  border-bottom: 1px solid;
}
.m_heading--secondary .m_heading__ttl{
  padding: 2px 0 2px 16px;
  border-left: 3px solid #1e7c8c;
  color: #1e7c8c;
  font-size: 20px;
}
.m_heading--tertiary{
  position: relative;
  margin-bottom: 40px;
  padding: 12px 40px 12px;
  border-bottom: 1px solid;
}
.m_heading--tertiary .m_heading__ttl{
  font-size: 24px;
}
.m_heading--tertiary .m_heading__sub{
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px){
  .m_heading--primary::before{
    height: 80px;
  }
  .m_heading--primary .m_heading__ttl{
    font-size: 20px;
  }
  .m_heading--primary .m_heading__ttl + .m_heading__sub{
    margin-top: 10px;
  }
  .m_heading--primary .m_heading__sub{
    font-size: 16px;
  }
  .m_heading--secondary{
    padding-left: 12px;
    padding-right: 12px;
  }
  .m_heading--tertiary{
    padding: 0;
    border: none;
  }
  .m_heading--tertiary .m_heading__ttl{
    padding: 12px;
    border-bottom: 1px solid;
  }
  .m_heading--tertiary .m_heading__sub{
    position: static;
    transform: none;
  }
  .m_heading--tertiary .m_heading__ttl + .m_heading__sub{
    margin-top: 12px;
  }
}
@media screen and (max-width: 599px){
  .m_heading--primary::before{
    top: 30%;
    height: 64px;
  }
  .m_heading--primary .m_heading__inner{
    top: 30%;
    width: 100%;
  }
  .m_heading--primary .m_heading__ttl{
    font-size: 16px;
  }
  .m_heading--primary .m_heading__sub{
    font-size: 13px;
  }
}
/* 繝懊ち繝ｳ */
.m_btn--search &gt; .m_btn__target{
  width: 216px;
  padding: 0 16px;
  border-radius: .4em;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .1em;
  color: #fff;
  background: #333;
  opacity: .3;
}
.m_btn--search &gt; .m_btn__target::before{
  height: 2em;
}
.m_btn--search &gt; .m_btn__target.is_active{
  opacity: 1;
}
.m_btn--search &gt; .m_btn__target.is_active:hover{
  opacity: .7;
}
.m_btn--search .m_btn__inner{
  position: relative;
  display: block;
  padding-left: 1.5em;
}
.m_btn--search .m_btn__inner::before{
  content: "\f002";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1em;
  margin: auto;
  line-height: 1;
  font-family: "FontAwesome";
}
.m_btn--reset &gt; .m_btn__target{
  width: 216px;
  padding: 0 16px;
  border: 2px solid;
  border-radius: .4em;
  line-height: 1;
  font-size: 16px;
  letter-spacing: .1em;
  background: #fff;
  opacity: .3;
}
.m_btn--reset &gt; .m_btn__target::before{
  height: 2em;
}
.m_btn--reset &gt; .m_btn__target.is_active{
  opacity: 1;
}
.m_btn--reset &gt; .m_btn__target.is_active:hover{
  opacity: .7;
}
.m_btn--ask &gt; .m_btn__target{
  padding: 0 32px;
  border-radius: .4em;
  line-height: 1;
  font-size: 16px;
  letter-spacing: .1em;
  background: #00c77f;
  color: #fff;
}
.m_btn--ask &gt; .m_btn__target::before{
  height: 3em;
}
.m_btn--ask &gt; .m_btn__target:hover{
  opacity: .7;
}
/* 遽譛ｬ菴� */
.m_secBody{
  padding: 0 40px;
}
@media screen and (max-width: 768px){
  .m_secBody{
    padding: 0;
  }
}

/* 繧ｫ繝�ざ繝ｪ繝ｼ繝ｪ繧ｹ繝� */
.m_catList{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 424px;
  margin: -2px;
}
.m_catList__item{
  position: relative;
  width: 33.333%;
  padding: 2px 2px 2px 32px;
  letter-spacing: 0;
  font-size: 12px;
}



.m_catList__item::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 19px;
  height: 19px;
  margin: auto;
  line-height: 0;
  background: no-repeat center center / contain;
}
.m_catList__item--movie::before{
  background-image: url("/resource/img/leaf/usage/usage-icn-e-learning.svg");
}
.m_catList__item--test::before{
  background-image: url("/resource/img/leaf/usage/usage-icn-test.svg");
}
.m_catList__item--training::before{
  background-image: url("/resource/img/leaf/usage/usage-icn-seminar.svg");
}
.m_catList__item--manage::before{
  background-image: url("/resource/img/leaf/usage/usage-icn-user.svg");
}
.m_catList__item--eval::before{
  background-image: url("/resource/img/leaf/usage/usage-icn-evaluation.svg");
}
.m_catList__item--stress::before{
  background-image: url("/resource/img/leaf/usage/usage-icn-stresscheck.svg");
}

@media screen and (max-width: 768px){
  .m_catList{
    width: 100%;
  }
}
@media screen and (max-width: 599px){
  .m_catList__item{
    width: 50%;
    padding-left: 24px;
    font-size: 11px;
  }
}
/* 繧｢繧､繧ｳ繝ｳ */
.m_hasIco{
  position: relative;
}
.m_hasIco::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
.m_hasIco--center::before{
  top: 50%;
  transform: translateY(-50%);
}
.m_hasIco--link{
  padding-left: 1.2em;
}
.m_hasIco--link::before{
  content: "\f105";
  font: 20px FontAwesome;
}

/* 繝ｪ繝ｳ繧ｯ */
.m_link{}
.m_link--action{
  display: inline-block;
  color: inherit;
  text-decoration: none;
  transition: .4s opacity, .4s transform
}
.m_link--action:hover{
  color: inherit;
  text-decoration: none;
  opacity: .6;
  transform: translateX(10px);
}

/* 讀懃ｴ｢繝懊ャ繧ｯ繧ｹ */
.m_searchBox{
  padding: 24px;
  background: #f3f3f3;
}
.m_searchBox__item + .m_searchBox__item{
  margin-top: 24px;
}
.m_searchBox__heading{
  margin-bottom: 16px;
  letter-spacing: -.5em;
}
.m_searchBox__ttl{
  position: relative;
  display: inline-block;
  padding-left: 1em;
  letter-spacing: 0;
}
.m_searchBox__ttl::before{
  content: "笆�";
  position: absolute;
  left: 0;
  display: block;
}
.m_searchBox__ttlSub{
  display: inline-block;
  letter-spacing: 0;
}
.m_searchBox__ttl + .m_searchBox__ttlSub{
  margin-left: 12px;
}
.m_searchBox__help{
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  color: #1e7c8c;
  text-decoration: underline;
}
.m_searchBox__help::before{
  content: "\f059";
  position: absolute;
  left: 0;
  display: block;
  height: 1em;
  line-height: 1;
  font-size: 20px;
  font-family: "FontAwesome";
}
.m_searchBox__checkWrap{
  overflow: hidden;
}
.m_searchBox__checkResHeading{
  display: none;
  align-items: stretch;
  background: #f3f3f3;
}
.m_searchBox__checkResHeading::before{
  content: "";
  display: block;
  width: 0;
  height: 3.5em;
}
.m_searchBox__checkResTtl{
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 1em;
  color: inherit;
}
.m_searchBox__checkResTtl::after{
  content: "\f067";
  position: absolute;
  top: 50%;
  right: 1em;
  font-family: FontAwesome;
  transform: translateY(-50%);
}
.m_searchBox__checkResTtl.is_open::after{
  content: "\f068";
}
.m_searchBox__checkResTtl:hover{
  color: inherit;
  text-decoration: none;
}
.m_searchBox__checkList{}
.m_searchBox__checkItem + .m_searchBox__checkItem{
  margin-top: 16px;
}
.m_searchBox__check{
  display: none;
}
.m_searchBox__checkLabel{
  display: inline-block;
  position: relative;
  margin: 0;
  padding-left: 24px;
  cursor: pointer;
}
.m_searchBox__checkLabel::before,
.m_searchBox__checkLabel::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  border: 1px solid;
}
.m_searchBox__checkLabel::before{
  z-index: 1;
}
.m_searchBox__checkLabel::after{
  background: #fff;
}
.m_searchBox__check:checked + .m_searchBox__checkLabel::before{
  top: calc(50% - 6px);
  left: 6px;
  width: 8px;
  height: 20px;
  transform: translateY(-50%) rotate(45deg);
  border-radius: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  opacity: 1;
}
.m_searchBox__grid{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0 -12px;
}
.m_searchBox__wrapText{
  flex: 1 1 auto;
  padding: 0 12px;
}

.m_searchBox__textBox{
  display: flex;
  align-items: stretch;
  width: 480px;
  padding: 2px;
  border: 1px solid;
  border-radius: 2px;
  background-color: #fff;
  overflow-x: auto;
  overflow-y: visible;
}
.m_searchBox__wordList{
  flex: 0 0 auto;
}
.m_searchBox__word{
  display: flex;
  align-items: center;
  width: 100%;
  padding: 2px 4px;
  border-radius: 4px;
  line-height: 1;
  white-space: nowrap;
  background: #f4f4f4;
}
.m_searchBox__wordInner{
  position: relative;
  padding-right: 20px;
}
.m_searchBox__wordRemove{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 50%;
  color: #999;
}
.m_searchBox__wordRemove:hover{
  color: inherit;
  text-decoration: none;
}
.m_searchBox__text{
  flex: 1 0 189px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 6px 0;
  border: none;
  box-shadow: none;
  text-indent: 1em;
}
.m_searchBox__text:focus{
  border: none;
  box-shadow: none;
}
.m_searchBox__wordList{
  display: flex;
  align-items: stretch;
}
.m_searchBox__wordItem{
  display: flex;
}
.m_searchBox__wordItem + .m_searchBox__wordItem{
  padding-left: 4px;
}
.m_searchBox__wordInner{
  display: flex;
  align-items: center;
  width: 100%;
}
.m_searchBox__word{}

.m_searchBox__textBox + .m_searchBox__commonBox{
  margin-top: 16px;
}
.m_searchBox__commonTtl{
  position: relative;
  margin-bottom: 12px;
  padding-left: 1em;
  font-weight: bold;
}
.m_searchBox__commonTtl::before{
  content: "\f002";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  height: 1em;
  margin: auto;
  line-height: 1;
  font-family: "FontAwesome";
}
.m_searchBox__commonList{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -4px -8px;
}
.m_searchBox__commonItem{
  padding: 4px 8px;
  white-space: nowrap;
}
.m_searchBox__common{
  text-decoration: underline;
  color: inherit;
}
.m_searchBox__common:hover{
  color: inherit;
  opacity: .7;
}
.m_searchBox__wrapBtns{
  flex: 0 0 240px;
  padding: 0 12px;
}
.m_searchBox__btns{}
.m_searchBox__btn + .m_searchBox__btn{
  margin-top: 12px;
}
@media screen and (max-width: 768px){
  .m_searchBox{
    padding: 0;
    background: transparent;
  }
  .m_searchBox__ttl{
    font-size: 14px;
  }
  .m_searchBox__checkWrap{
    border: 1px solid #f3f3f3;
  }
  .m_searchBox__checkResHeading{
    display: flex;
  }
  .m_searchBox__checkItem{
    display: flex;
    align-items: center;
    height: 3.5em;
    padding: 0 1em;
  }
  .m_searchBox__checkItem + .m_searchBox__checkItem{
    margin-top: 0;
    border-top: 1px dotted #f3f3f3;
  }
  .m_searchBox__grid{
    display: block;
    margin: 0;
  }
  .m_searchBox__wrapText{
    padding: 0;
  }
  .m_searchBox__wrapBtns{
    padding: 0;
  }
  .m_searchBox__wrapText + .m_searchBox__wrapBtns{
    margin-top: 40px;
  }
  .m_searchBox__textBox{
    width: 100%;
  }
}

/* 菴ｿ縺�婿莠倶ｾ狗ｯ */
.m_usageSec{}
.m_usageSec__item + .m_usageSec__item{
  margin-top: 40px;
}
.m_usageSec__heading{
  margin-bottom: 32px;
  padding: 0 24px 8px;
  border-bottom: 1px dotted;
}
.m_usageSec__ttl{
  position: relative;
  padding-left: 32px;
  font-size: 18px;
  font-weight: bold;
}


.m_usageSec__ttl::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 25px;
  height: 25px;
  margin: auto 0;
  line-height: 0;
  background: no-repeat center center / contain;
  transform: none;
}
.m_usageSec__ttl--movie::before{
  background-image: url("/resource/img/leaf/usage/usage-icn-e-learning.svg");
}
.m_usageSec__ttl--test::before{
  background-image: url("/resource/img/leaf/usage/usage-icn-test.svg");
}
.m_usageSec__ttl--training::before{
  background-image: url("/resource/img/leaf/usage/usage-icn-seminar.svg");
}
.m_usageSec__ttl--manage::before{
  background-image: url("/resource/img/leaf/usage/usage-icn-user.svg");
}
.m_usageSec__ttl--eval::before{
  background-image: url("/resource/img/leaf/usage/usage-icn-evaluation.svg");
}
.m_usageSec__ttl--stress::before{
  background-image: url("/resource/img/leaf/usage/usage-icn-stresscheck.svg");
}

@media screen and (max-width: 768px){
  .m_usageSec__heading{
    padding-left: 0;
    padding-right: 0;
  }
  .m_usageSec__ttl{
    font-size: 16px;
  }
}
/* 菴ｿ縺�婿莠倶ｾ九き繝ｼ繝� */
.m_usage{
  position: relative;
  padding-top: 24px;
}
.m_usage__inner{
  display: block;
  color: inherit;
}
.m_usage__inner:hover{
  color: inherit;
  text-decoration: none;
  box-shadow: 4px 4px 12px #777;
}
.m_usage__ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  height: 5em;
  background: #333;
  font-size: 18px;
  color: #fff;
}
.m_usage__body{
  padding: 18px;
  border: 2px solid;
  border-top: none;
}
.m_usage__meter{
  font-weight: bold;
}
.m_usage__meter + .m_usage__meter{
  margin-top: 8px;
}
.m_usage__meterList{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 -1px;
}
.m_usage__meterItem{
  width: 100%;
  height: 20px;
  padding: 0 1px;
  background-color: #efcabd;
  background-clip: content-box;
}
.m_usage__meterItem:first-of-type{
  border-radius: 100px 0 0 100px;
}
.m_usage__meterItem:last-of-type{
  border-radius: 0 100px 100px 0;
}
.m_usage__meterItem--active{
  background-color: #ff8a00;
}
.m_usage__catList{
  position: absolute;
  top: 0; 
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
}
.m_usage__catItem{
  padding: 2px;
  line-height: 0;
}

/* 蝠丞粋縺帙Μ繧ｹ繝� */
.m_askList{
  display: flex;
  justify-content: center;
  margin: 0 16px;
}
.m_askList__item{
  padding: 0 16px;
}
@media screen and (max-width: 768px){
  .m_askList{
    margin: 0;
  }
}
@media screen and (max-width: 599px){
  .m_askList{
    display: block;
  }
  .m_askList__item{
    padding: 0;
  }
  .m_askList__item + .m_askList__item{
    margin-top: 16px;
  }
}

/* 繧ｫ繝�ざ繝ｪ繝ｼ隱ｬ譏惹ｸ隕ｧ */
.m_catDescrBox{
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9999;
  width: 480px;
  padding: 12px 24px 32px;
  background: #333;
  transform: translateY(-50%);
}
.m_catDescrBox__header{
  position: relative;
  margin-bottom: 8px;
}
.m_catDescrBox__ttl{
  position: relative;
  padding-left: 1.5em;
  font-size: 16px;
  color: #fff;
}
.m_catDescrBox__ttl::before{
  content: "笳�";
  position: absolute;
  left: 0;
  display: block;
}
.m_catDescrBox__sub{
  position: absolute;
  right: 0;
  bottom: 0;
}
.m_catDescrBox__close{
  color: #fff;
  font-size: 14px;
  padding-left: 1em;
}
.m_catDescrBox__close:hover{
  color: #fff;
  text-decoration: none;
}
.m_catDescrBox__close::before{
  content: "\f057";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  height: 1em;
  margin: auto;
  line-height: 1;
  font-family: FontAwesome;
}
.m_catDescrBox__closeArrow{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.m_catDescrBox__closeArrowTarget{
  display: block;
  line-height: 0;
}
.m_catDescrBox__list{}
.m_catDescrBox__item{
  background: #fff;
  padding: 8px;
}
.m_catDescrBox__item + .m_catDescrBox__item{
  margin-top: 8px;
}
@media screen and (max-width: 599px){
  .m_catDescrBox{
    top: 0;
    width: 100%;
    padding: 8px 8px 26px;
    transform: none;
  }
  .m_catDescrBox__closeArrow{
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%) rotate(-90deg);
  }
  .m_catDescrBox__item{
    padding: 4px;
  }
  .m_catDescrBox__item + .m_catDescrBox__item{
    margin-top: 4px;
  }
}

/* 繧ｫ繝�ざ繝ｪ繝ｼ雉ｪ蝠� */
.m_catDescr{
  display: flex;
  justify-content: flex-start;
  align-items: center;  
}
.m_catDescr__ico{
  flex: 0 0 48px;
  line-height: 0;
}
.m_catDescr__ico &gt; img{
  width: 100%;
  height: auto;
}

.m_catDescr__body{
  flex: 1 1 auto;
  padding-left: 12px;
}
.m_catDescr__ttl{
  margin-bottom: 4px;
  padding-bottom: 2px;
  border-bottom: 1px solid;
  font-size: 16px;
  font-weight: bold;
}
.m_catDescr__list{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.m_catDescr__item{
  position: relative;
  padding-right: 1em;
  line-height: 1.4;
  font-size: 14px;
}
.m_catDescr__item::after{
  content: "��";
  position: absolute;
  right: 0;
}
.m_catDescr__item:last-of-type::after{
  content: none;
}
@media screen and (max-width: 599px){
  .m_catDescr__ico{
    flex: 0 0 32px;
  }
  .m_catDescr__ttl{
  font-size: 14px;
  }
  .m_catDescr__body{
    padding-left: 4px;
  }
  .m_catDescr__item{
    font-size: 11px;
  }
}
/* ==============
state
============== */
/* vue */
[v-cloak]{
  display: none;
}
.js_catGuide-enter-active, .js_catGuide-leave-active{
  transition: .8s transform;
}
.js_catGuide-leave-to{
  transform: translate(100%, -50%);
}
.js_catGuide-enter{
  transform: translate(100%, -50%);
}
.js_search-enter-active{
  transition: .8s opacity, .8s transform;
}
.js_search-enter{
  opacity: 0;
  transform: translateY(80px);
}
.js_card-enter-active, .js_card-move {
  transition: .8s all;
}
.js_card-leave-active {
  position: absolute;
  visibility: hidden;
}
.js_card-enter {
  opacity: 0;
  transform: scale(.9);
}
_:-ms-lang(x)::-ms-backdrop, .js_card-enter {
  opacity: 1;
  transform: none;
}
.js_accordionCat-enter-active, .js_accordionCat-leave-active{
  transition: .4s height ;
}
@media screen and (max-width: 599px){
  .js_catGuide-leave-to{
    transform: translate(0, -100%);
  }
  .js_catGuide-enter{
    transform: translate(0, -100%);
  }
}</pre></body></html>