<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**********
譌｢蟄呂SS縺ｮ繧ｪ繝ｼ繝舌�繝ｩ繧､繝�
**********/
.l_wrapper{
  display: block;
}
.l_main{
  margin: 0 auto;
}
/**********
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;
}
.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;
  }
}

.br_sp {
  display: none;
}

@media (max-width: 768px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
}


.m_searchResult__ttl {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.m_searchResult__ttl__num {
  font-size: 24px;
}

.m_downloads__sec h1,
.m_downloads__sec h2,
.m_downloads__sec p {
  letter-spacing: 0;
}

.m_downloads__main .l_section {
  padding: 60px 30px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .m_downloads__main .l_section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ﾃ｣ﾆ陳ｬﾃ｣窶堋､ﾃ｣窶堋｢ﾃ｣窶堋ｦﾃ｣ﾆ塚� */
.m_downloads__flex {
  display: flex;
}
@media (max-width: 768px) {
  .m_downloads__flex {
    display: block;
  }
}

/* ﾃ｣ﾆ椎｡ﾃ｣ﾆ陳ｼﾃ｣窶堋ｸﾃ｣窶堋ｿﾃ｣窶堋､ﾃ｣ﾆ塚�｣ﾆ陳ｫ */
.m_downloads__sec .m_heading {
  text-align: center;
  padding-bottom: 0px;
  border-bottom: none;
}
.m_downloads__sec .m_heading__ttl {
  font-size: 30px;
  margin-bottom: 30px;
}
.m_downloads__sec .m_heading__txt {
  font-size: 18px;
}

@media (max-width: 768px) {
  .m_downloads__sec .m_heading__ttl {
    margin-bottom: 20px;
  }
  .m_downloads__sec .m_heading__txt {
    font-size: 16px;
  }
}

/* ﾃ｣窶堋｢ﾃ｣ﾆ陳ｳﾃ｣窶堋ｫﾃ｣ﾆ陳ｼﾃ｣ﾆ陳ｪﾃ｣ﾆ陳ｳﾃ｣窶堋ｯﾃ｣ﾆ椎禿｣窶堋ｿﾃ｣ﾆ陳ｳ */
.m_dlpage_link_sec {
  padding-top: 30px;
  padding-bottom: 40px;
}
.m_dlpage_link {
  display: flex;
  justify-content: space-between;
}

.m_dlpage_link__itm {
  width: 100%;
  max-width: 24%;
}
.m_dlpage_link__itm a {
  text-decoration: none;
}

.m_dlpage_link__btn {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #707070;
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 13px 0;
  text-align: center;
  transition: .2s;
  letter-spacing: 0;
}
.m_dlpage_link__btn::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 20px;
  right: 19px;
  border-right: 2px solid #707070;
  border-bottom: 2px solid #707070;
  transform: translateY(-2px) rotate(45deg);
}
.m_dlpage_link__btn:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .m_dlpage_link_sec {
    padding-top: 0;
  }
  .m_dlpage_link {
    display: block;
  }
  .m_dlpage_link__itm {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .m_dlpage_link__itm:last-child {
    margin-bottom: 0;
  }
  .m_dlpage_link__btn {
    font-size: 16px;
  }
  .m_dlpage_link__btn::after {
    top: 20px;
  }
}

/* ﾃ｣窶堋ｳﾃ｣ﾆ陳ｳﾃ｣ﾆ停�ﾃ｣ﾆ陳ｳﾃ｣ﾆ停� */
.m_downloads__cont_sec {
  padding-top: 30px;
  padding-bottom: 30px;
}
.m_downloads__cont_sec:last-of-type {
  padding-bottom: 0px;
}
.m_downloads__cont_head {
  font-size: 24px;
  padding-bottom: 15px;
  padding-left: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #707070;
}
.m_downloads__cont_inr {
  padding-top: 30px;
}
#leaf_document .m_downloads__cont_inr {
  padding-top: 30px;
  padding-bottom: 0px;
}

.m_downloads__cont_ttl {
  font-size: 18px;
  font-weight: bold;
}
.m_downloads__cont_txt {
  font-size: 16px;
  margin-top: 15px;
}
.m_downloads__cont_itm {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
#video_contents .m_downloads__cont_itm {
  margin-bottom: 0;
}

.m_downloads__detail {
  width: 100%;
  max-width: 45%;
}
#leaf_document .m_downloads__detail {
  max-width: 42%;
}
#useful_document .m_downloads__detail {
  max-width: 47%;
}
#leaf_document .m_downloads__cont_itm:nth-child(2) .m_document_thum {
  padding-right: 22px;
}

.m_downloads__cont_itm .thumbnail {
  padding: 0;
  border: none;
  box-shadow: none;
}


@media (max-width: 768px) {
  .m_downloads__cont_sec {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m_downloads__cont_head {
    font-size: 20px;
    padding-bottom: 15px;
    padding-left: 0px;
  }
  .m_downloads__cont_inr {
    padding-top: 15px;
  }
  #leaf_document .m_downloads__cont_inr {
    padding-top: 15px;
  }

  .m_document_thum {
    text-align: center;
  }
  .m_downloads__detail {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #leaf_document .m_downloads__detail {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #useful_document .m_downloads__detail {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .m_downloads__cont_itm:last-child {
    margin-bottom: 0;
  }
}

/* ﾃ｣ﾆ停ぎﾃ｣窶堋ｦﾃ｣ﾆ陳ｳﾃ｣ﾆ陳ｭﾃ｣ﾆ陳ｼﾃ｣ﾆ停ｰﾃ｣ﾆ椎禿｣窶堋ｿﾃ｣ﾆ陳ｳ */
.m_downloads__dlbtn_sec {
text-align: right;
}
.m_downloads__dlbtn_sec a:hover {
text-decoration: none;
}

.m_downloads__dlbtn {
position: relative;
font-size: 16px;
font-weight: bold;
color: #107040;
border: 2px solid #107040;
background-color: #fff;
border-radius: 10px;
padding: 10px 40px 10px 20px;
transition: .2s;
letter-spacing: 0;
}
.m_downloads__dlbtn::after {
content: "";
position: absolute;
width: 18px;
height: 18px;
top: 12px;
right: 14px;
background: url(/resource/img/leaf/downloads/ico_dlbtn.svg);
background-repeat: no-repeat;
background-size: contain;
}
#useful_document .m_downloads__dlbtn::after {
  background: url(/resource/img/leaf/downloads/ico_pdf_dlbtn.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.m_downloads__dlbtn:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
.m_downloads__dlbtn_sec {
  text-align: center;
}
.m_downloads__dlbtn {
  padding: 10px 20px;
}
.m_downloads__dlbtn::after {
  width: 17px;
  height: 17px;
  top: 13px;
}
}
</pre></body></html>