<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**********
layout
**********/
.l_main{
  padding: 0;
}

/* 遽 */
.l_section{}
.l_section__item{}
.l_section--outer{}
.l_section--outer &gt; .l_section__item{
  padding: 40px 24px;
  background: #fff;
  box-shadow: 2px 2px 6px #aaa;
}
.l_section--outer &gt; .l_section__item + .l_section__item{
  margin-top: 40px;
}

.l_section--primary{
  letter-spacing: normal;
}
.l_section--primary .js_cat_view &gt; .l_section__item + .l_section__item{
  margin-top: 64px;
}
.l_section--secondary{}
.l_section--secondary &gt; .l_section__item + .l_section__item{
  margin-top: 15px;
}
@media screen and (max-width: 768px){
  .l_section--outer &gt; .l_section__item{
    padding: 40px 12px;
  }
}
/* 繧ｰ繝ｪ繝�ラ */
.l_grid--hasGutterMd{
  margin: -12px;
}
.l_grid--hasGutterMd &gt; .l_grid__item{
  padding: 12px;
}

.l_grid__item {
  flex-direction: column;
}


/**********
module
**********/
.m_lead {
  font-size: 16px;
}

/* 隕句�縺� */
.m_heading{}
.m_heading__ttl{
  font-weight: bold;
}
.m_heading__sub{}
.m_heading__img{
  text-align: center;
  line-height: 0;
}
.m_heading__img &gt; img{
  max-width: 100%;
  height: auto;
}
.m_heading__inner{}

.m_heading--primary{
  position: relative;
  margin-bottom: 40px;
}
.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: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid;
}
.m_heading--secondary .m_heading__ttl{
  padding-left: 40px;
  line-height: 1;
  font-size: 28px;
}
.m_heading--tertiary{
  margin-bottom: 16px;
}
.m_heading--tertiary .m_heading__ttl{
  padding: 6px 0 6px 20px;
  border-left: 4px solid;
  line-height: 1;
  font-size: 20px;
}
.m_heading--colorTheme .m_heading__ttl{
  color: #1a8192;
}
@media screen and (max-width: 768px){
  .m_heading--primary{
    z-index: 2;
    height: 0;
    padding-top: calc(100% * 312 / 520);
  }
  .m_heading--primary .m_heading__img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .m_heading--primary .m_heading__img &gt; img{
    width: 100%;
  }
  .m_heading--primary .m_heading__inner{
    position: absolute;
    top: 16%;
    left: 0;
    z-index: 2;
    width: 100%;
    transform: none;
  }
  .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;
  }
}
@media screen and (max-width: 599px){
  .m_heading--primary .m_heading__ttl{
    font-size: 18px;
  }
  .m_heading--primary .m_heading__ttl + .m_heading__sub{
    margin-top: 6px;
  }
  .m_heading--primary .m_heading__sub{
    font-size: 12px;
  }
  .m_heading--secondary .m_heading__ttl{
    padding-left: 16px;
    font-size: 18px;
  }
  .m_heading--tertiary .m_heading__ttl{
    padding: 3px 0 3px 12px;
    font-size: 16px;
  }
}
/* 譛ｬ譁� */
.m_body{
  padding: 0 40px;
}
@media screen and (max-width: 768px){
  .m_body{
    padding: 0 16px;
  }
}
/* 繝｡繝九Η繝ｼ */
.m_menu{}
.m_menu__item{
  border-bottom: 1px dotted;
}
.m_menu__target{
  position: relative;
  display: block;
  padding: 8px 0 8px 36px;
  color: inherit;
  font-weight: bold;
}
.m_menu__target::before{
  position: absolute;
  top: 50%;
  left: 8px;
  display: block;
  width: 16px;
  transform: translateY(-50%);
} 
.m_menu__target--lms::before{
  content: url("/resource/img/leaf/case/arrow01.svg");
} 
.m_menu__target--newLms::before{
  content: url("/resource/img/leaf/case/arrow02.svg");
} 
.m_menu__target--eval::before{
  content: url("/resource/img/leaf/case/arrow03.svg");
} 
.m_menu__target--stress::before{
  content: url("/resource/img/leaf/case/arrow04.svg");
} 

/* 繧ｫ繝ｼ繝� */
.m_card{
  height: 100%;
  color: inherit;
  border: 1px solid #707070;
  /* border-top: 8px solid; */
}
.m_card:hover{
  text-decoration: none;
  color: inherit;
  opacity: .7;
}
.m_card__thumbnail{
  line-height: 0;
  text-align: center;
}
.m_card__thumbnail &gt; img{
  width: 100%;
  height: auto;
}
.m_card__body{
  padding: 16px;
}
.m_card__ttl{
  font-weight: bold;
  font-size: 16px;
}
.m_card__ttl + .m_card__trade{
  margin-top: 12px;
}
.m_card__trade{
  /* display: flex;
  align-items: stretch; */
  padding-top: 15px;
  border-top: 2px dotted #ACACAC;
}
.m_card__tradeTtl{
  /* flex: 0 0 3em;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333;
  color: #fff;
  font-size: 12px; */
}
.m_card__tradeDescr{
  /* flex: 1 1 auto;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  font-size: 12px; */
  font-size: 14px;
  font-weight: bold;
}
.m_card__trade + .m_card__tags{
  margin-top: 16px;
}
.m_card__tags{}
.m_card__tagList{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  /* margin: -2px; */
}
.m_card__tagItem{
  display: flex;
  /* padding: 2px; */
}
.m_card__tag{
  /* padding: 2px 4px;
  border: 1px solid;
  border-radius: 100px;
  line-height: 1;
  font-size: 11px;
  letter-spacing: 0; */
  font-size: 14px;
}
.m_card__tag::after {
  content: ' / ';
  white-space: pre;
}
.m_card__tagItem:last-child .m_card__tag::after {
  content: '';
}

.m_card__logo {
  display: block;
  flex-shrink: 0;
  height: 30px;
  margin-bottom: 8px;
  line-height: 0;
}
.m_card__logo img {
  display: block;
  width: auto;
  max-width: 50px;
  height: 100%;
  margin-left: auto;
}


/* 繝懊ち繝ｳ */
.m_btn{
  display: flex;
  align-items: stretch;
}
.m_btn::before{
  content: "";
  display: block;
  width: 0;
}
.m_btn__target{
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}
.m_btn--center{
  justify-content: center;
}
.m_btn--more{}
.m_btn--more::before{
  height: 3em;
}
.m_btn--more .m_btn__target{
  width: 320px;
  border: 1px solid;
  border-radius: 8px;
}
.m_btn--more .m_btn__inner{
  position: relative;
  padding-right: 24px;
}
.m_btn--more .m_btn__inner::after{
  content: url("/resource/img/leaf/case/arrow01.svg");
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 16px;
  line-height: 1;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px){
  .m_btn--more .m_btn__target{
    width: 100%;
  }
}
/**********
theme
**********/
/* .theme_lms{}
.theme_lms .m_heading--tertiary .m_heading__ttl{
  color: #1A8192;
}
.theme_lms .m_card{
  border-top-color: #1A8192;
}
.theme_lms .m_heading--secondary .m_heading__ttl::before{
  color: #1A8192;
}
.theme_lms .m_overview__item--goal .m_overview__heading{
  background: #1A8192;
}
.theme_lms .m_detail__heading::after{
  background: #1A8192;
}
.theme_lms .m_detail__ttl{
  color: #1A8192;
}
.theme_lms .m_detail__engTtl{
  color: #1A8192;
}

.theme_newlms{}
.theme_newlms .m_heading--tertiary .m_heading__ttl{
  color: #45B9BF;
}
.theme_newlms .m_card{
  border-top-color: #45B9BF;
}
.theme_newlms .m_heading--secondary .m_heading__ttl::before{
  color: #45B9BF;
}
.theme_newlms .m_overview__item--goal .m_overview__heading{
  background: #45B9BF;
}
.theme_newlms .m_detail__heading::after{
  background: #45B9BF;
}
.theme_newlms .m_detail__ttl{
  color: #45B9BF;
}
.theme_newlms .m_detail__engTtl{
  color: #45B9BF;
}

.theme_eval{}
.theme_eval .m_heading--tertiary .m_heading__ttl{
  color: #4260AD;
}
.theme_eval .m_card{
  border-top-color: #4260AD;
}
.theme_eval .m_heading--secondary .m_heading__ttl::before{
  color: #4260AD;
}
.theme_eval .m_overview__item--goal .m_overview__heading{
  background: #4260AD;
}
.theme_eval .m_detail__heading::after{
  background: #4260AD;
}
.theme_eval .m_detail__ttl{
  color: #4260AD;
}
.theme_eval .m_detail__engTtl{
  color: #4260AD;
}

.theme_stresscheck{}
.theme_stresscheck .m_heading--tertiary .m_heading__ttl{
  color: #B52D61;
}
.theme_stresscheck .m_card{
  border-top-color: #B52D61;
}
.theme_stresscheck .m_heading--secondary .m_heading__ttl::before{
  color: #B52D61;
}
.theme_stresscheck .m_overview__item--goal .m_overview__heading{
  background: #B52D61;
}
.theme_stresscheck .m_detail__heading::after{
  background: #B52D61;
}
.theme_stresscheck .m_detail__ttl{
  color: #B52D61;
}
.theme_stresscheck .m_detail__engTtl{
  color: #B52D61;
} */

/**********
state
**********/
/*繧ゅ▲縺ｨ縺ｿ繧�*/
.js_showMore{}
.js_showMore__body{
  overflow: hidden;
  transition: .3s max-height;
}
.js_showMore__btn{}
.js_showMore__btn .m_btn__inner::after{
  transition: .3s transform;
}
.js_showMore__btn.is_open .m_btn__inner::after{
  transform: translateY(-50%) rotate(180deg);
}
.js_showMore__btnTxt{}
.js_showMore__btnTxt--open{
  display: none;  
}
.js_showMore__btnTxt--close{
  display: inline;  
}
.js_showMore__btn.is_open .js_showMore__btnTxt--open{
  display: inline; 
}
.js_showMore__btn.is_open .js_showMore__btnTxt--close{
  display: none;  
}



/* ==========================
  讀懃ｴ｢繝懊ャ繧ｯ繧ｹ
========================== */
.m_searchBox{
  margin-top: 50px;
}
.m_searchBox__inner {
  padding: 20px 30px;
  border: 1px solid #534947;
}
@media screen and (max-width: 768px){
  .m_searchBox__inner {
    padding: 5px 15px 15px;
  }
}

/* 繧ｿ繝� */
.m_searchBox__tabLst {
  display: flex;
}
.m_searchBox__tabItm {
  position: relative;
  padding: 12px 35px;
  font-weight: bold;
  font-size: 20px;
  background-color: #D5D5D5;
  cursor: pointer;
  transition: color .2s, background-color .2s;
}
.m_searchBox__tabItm.js_crnt,
.m_searchBox__tabItm:hover {
  color: #fff;
  background-color: #534947;
}
.m_searchBox__tabItm + .m_searchBox__tabItm {
  margin-left: 5px;
}
.m_searchBox__tabItm.js_crnt {
  padding-left: 50px;
}
.m_searchBox__tabItm.js_crnt::before {
  content: '';
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 15px;
  width: 22px;
  height: 21px;
  background-image: url(../img/leaf/case/ico_search.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px){
  .m_searchBox__tabItm {
    padding: 2.667vw 4vw;
    font-size: 3.2vw;
    flex-basis: auto;
    flex-grow: 1;
  }
  .m_searchBox__tabItm.js_crnt {
    padding-left: 10.6vw;
  }
  .m_searchBox__tabItm.js_crnt::before {
    width: 4.2vw;
    height: 4vw;
  }
  .m_searchBox__tabItm + .m_searchBox__tabItm {
    margin-left: 0.8vw;
  }
}

/* 繧ｫ繝�ざ繝ｪ繝ｪ繧ｹ繝� */
.m_searchBox__catLst {
  display: flex;
  flex-wrap: wrap;
}
.m_searchBox__checkItm {
  width: 50%;
  margin-top: 15px;
}
.m_searchBox__checkItm,
.m_searchBox__checkItm &gt; * {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: normal;
  cursor: pointer;
}
.m_searchBox__checkInput {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	-webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
					clip-path: polygon(0 0, 0 0, 0 0, 0 0);
	border: 0;
}
.m_searchBox__checkLabel {
  position: relative;
  padding-left: 2em;
}
.m_searchBox__checkLabel::before {
  content: '';
  position: absolute;
  width: 1em;
  height: 1em;
  left: 0;
  top: 0;
  border: 1px solid #534947;
}
.m_searchBox__checkLabel::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 6px;
  width: 8px;
  height: 20px;
  transform: translateY(-50%) rotate(45deg);
  border: 1px solid #534947;
  border-radius: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  opacity: 0;
}
.m_searchBox__checkInput:checked + .m_searchBox__checkLabel::after {
  opacity: 1;
}
@media screen and (max-width: 768px){
  .m_searchBox__checkItm {
    font-size: 3.2vw;
  }
  .m_searchBox__checkItm::before {
    font-size: 3.2vw;
  }
}


.m_searchResult__ttl {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.m_searchResult__ttl__num {
  font-size: 24px;
}</pre></body></html>