<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_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: 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;
}
@media screen and (max-width: 768px){
  .l_main{
    padding: 0;
  }
}
/* 繧ｰ繝ｪ繝�ラ */
.l_grid--merit{
  margin: -12px;
}
.l_grid--merit &gt; .l_grid__item{
  padding: 7px;
}
.l_grid--contDetail{
  margin: -24px;
}
.l_grid--contDetail &gt; .l_grid__item{
  padding: 24px;
}
.l_grid--func{
  margin: -8px;
}
.l_grid--func &gt; .l_grid__item{
  padding: 8px;
}
/* 繝翫ン */
.l_nav--content{
  border: 1px solid #A1001F;
  border-top-width: 6px;
  background: #fff;
}
.l_nav--content .l_nav__item{
  width: auto;
}
.l_nav--content .l_nav__item + .l_nav__item{
  border-left: 1px dashed #A1001F;
}
@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 #A1001F; */
    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: 56px;
}
.m_heading--secoudary .m_heading__ttl{
  text-align: center;
  font-size: 32px;
  line-height: 1.4;
}
.m_heading--secoudary .m_heading__ttl + .m_heading__sub{
  margin-top: 20px;
}
.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;
  flex-wrap: wrap;
  margin: -12px;
}
.m_btns__item{
  display: block;
  width: 50%;
  padding: 12px;
}
@media screen and (max-width: 768px){
  .m_btns{
    display: block;
  }
  .m_btns__item{
    width: 100%;
  }
}
/* 繝懊ち繝ｳ */
.m_btn--contMain::before{
  content: "";
  width: 0;
  height: 3em;
  display: block;
}
.m_btn--contMain .m_btn__target{
  width: 100%;
  border: 2px solid #006E49;
  border-radius: 8px;
  background: #006E49;
  font-weight: bold;
  color: #fff;
  transition: .3s background, .3s color;
}
.m_btn--contMain .m_btn__target:hover{
  color: #006E49;
  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/inorder/ico_btn_on.svg");
  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("/resource/img/leaf/inorder/ico_btn_off.svg");
}
.m_btn--contSub::before{
  content: "";
  width: 0;
  height: 3em;
  display: block;
}
.m_btn--contSub .m_btn__target{
  width: 100%;
  border: 2px solid #006E49;
  border-radius: 8px;
  background: #fff;
  font-weight: bold;
  color: #006E49;
  transition: .3s opacity;
}
.m_btn--contSub .m_btn__target:hover{
  opacity: .7;
  text-decoration: none;
}
.m_btn--contSub .m_btn__target{
  width: 100%;
  border: 2px solid #006E49;
  border-radius: 8px;
  background: #fff;
  font-weight: bold;
  color: #006E49;
}
.m_btn--contSub .m_btn__inner{
  position: relative;
  display: block;
  padding-right: 40px;
}
.m_btn--contSub .m_btn__inner::before{
  content: url("/resource/img/leaf/inorder/ico_btn_off.svg");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  margin: auto 0;
  width: 20px;
  height: 20px;
}
.m_btn--contMain.m_btn--colorIns .m_btn__target{
  border-color: #A1001F;
  background: #A1001F;
}
.m_btn--contMain.m_btn--colorIns .m_btn__target:hover{
  color: #A1001F;
  background: #fff;
}
.m_btn--contMain.m_btn--colorIns .m_btn__inner::before{
  content: url("/resource/img/leaf/inorder/ico_btn_ins_on.svg");
}
.m_btn--contMain.m_btn--colorIns .m_btn__target:hover .m_btn__inner::before{
  content: url("/resource/img/leaf/inorder/ico_btn_ins_off.svg");
}
.m_btn--contSub.m_btn--colorIns .m_btn__target{
  border-color: #A1001F;
  color: #A1001F;
}
.m_btn--contSub.m_btn--colorIns .m_btn__inner::before{
  content: url("/resource/img/leaf/inorder/ico_btn_ins_off.svg");
}
@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: 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: 64px 0;
}
.m_content__inner{
  width: 920px;
  margin: auto;
  padding-left: 280px;
  box-sizing: content-box;
}
.m_content--ptn1{
  background: url("/resource/img/leaf/inorder/bk_ptn1.png") no-repeat center top / contain;
}
.m_content--ptn2{
  background: url("/resource/img/leaf/inorder/bk_ptn2.png") no-repeat center top / contain;
}
.m_content--ptn3{
  background: url("/resource/img/leaf/inorder/bk_ptn3.png") no-repeat center top / contain;
}
@media screen and (max-width: 768px){
  .m_content{
    background: none;
  }
  .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 #A1001F;
  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: #A1001F;
}
.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 19px;
  font-weight: bold;
  font-size: 13px;
  word-break: keep-all;
  white-space: nowrap;
}
.m_contentNav--adjust{
  padding: 0 20px;
}
@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: #A1001F;
  }
  .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__msg + .m_about__msg{
  margin-top: 16px;
}

/* 萓｡譬ｼ繝ｩ繝�ヱ繝ｼ */
.m_priceWrap{}
.m_priceWrap__body{
  padding: 40px 120px;
  background: #fff;
  box-shadow: 2px 2px 6px #aaa;
}
.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__footer{
  margin-top: 40px;
}
@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: #A1001F;
}
.m_price__body{
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #A1001F;
}
.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_compareWrap{}
.m_compareWrap__body{
  padding: 24px;
  background: #fff;
  box-shadow: 2px 2px 6px #aaa;
}
@media screen and (max-width: 599px){
  .m_compareWrap__body{
    padding: 24px 16px;
  }
}

/* 豈碑ｼ�｡ｨ */
.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: #A1001F;
  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: #A1001F;
}
.m_compareTable__rowTtl--empty{
  border: none;
  background: none;  
}
.m_compareTable__body &gt; .m_compareTable__row + .m_compareTable__row{
  border-top: 1px dashed #A1001F;
}
.m_compareTable__body &gt; .m_compareTable__row:last-of-type .m_compareTable__data{
  border-bottom: 1px solid #A1001F;
}
.m_compareTable__data + .m_compareTable__data{
  border-left: 1px solid #A1001F;
}
.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 #A1001F;
  }
  .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: 260px;   
    height: 28px;
  }
  .m_compareTable__body &gt; .m_compareTable__row + .m_compareTable__row{
    border-top: none;
    border-left: 1px solid #A1001F;
  }
  .m_compareTable__ttlWrap{
    display: block;
    height: 100px;
  }
  .m_compareTable__ttlWrap + .m_compareTable__ttlWrap{
    border-top: 1px solid #A1001F;
  }
  .m_compareTable__data{
    display: block;
    height: 100px;
    font-size: 12px;
  }
  .m_compareTable__data + .m_compareTable__data{
    border: none;
    border-top: 1px solid #A1001F;
  }
  .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 #A1001F;
  }
}
/* 豈碑ｼ�｡ｨ縺ｮ荳ｭ霄ｫ */
.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_merit{
  position: relative;
  padding: 45px 20px 60px;
  background: #fff;
  box-shadow: 2px 2px 6px #aaa;
  counter-reset: meritNum;
}
.m_merit__heading{
  position: absolute;
  top: 5px;
  padding-left: 12px;
  transform: translateY(-50%);
}
#merit .m_heading--secoudary {
  margin-bottom: 80px;
}
.m_merit__item:nth-child(1) .m_merit__heading {
  padding-left: 50px;
}
.m_merit__heading::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 1.87em;
  bottom: 8px;
  left: -15px;
  display: block;
  margin: auto 0;
  background-image: url(/resource/img/leaf/inorder/merit_num1.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.m_merit__item:nth-child(1) .m_merit__heading::before {
  left: 11px;
}
.m_merit__item:nth-child(2) .m_merit__heading::before {
  background-image: url(/resource/img/leaf/inorder/merit_num2.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.m_merit__item:nth-child(3) .m_merit__heading::before {
  background-image: url(/resource/img/leaf/inorder/merit_num3.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.m_merit__headingNum{
  font-size: 20px;
  line-height: 100%;
}
.m_merit__subTtl{
  font-weight: bold;
  font-size: 18px;
}
.m_merit__subTtl img{
  vertical-align: -4px;
}
.m_merit__subTtl + .m_merit__ttl{
  margin-top: 40px;
}
.m_merit__ttl{
  font-size: 20px;
  color: #A1001F;
  letter-spacing: 0;
}
.m_merit__lead {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0;
  margin-bottom: 35px;
}
.m_merit__img{
  line-height: 0;
  text-align: center;
}
.m_merit__img img{
  max-width: 100%;
  height: auto;
}
.m_merit__img + .m_merit__list{
  margin-top: 40px;
}

.m_merit__msg {
  letter-spacing: 0;
}
.m_merit__msg + .m_merit__msg {
  margin-top: 30px;
}

.m_merit__footer{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.m_merit__btn{
  display: flex;
  align-items: stretch;
  font-size: 18px;
}
.m_merit__btn::before{
  content: "";
  display: block;
  width: 0;
  height: 40px;
}
.m_merit__btnTarget{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 2px solid;
  line-height: 1;
  color: #fff;
  transition: .3s color, .3s background;
}
.m_merit__btnTarget:hover{
  text-decoration: none;
}

@media screen and (max-width: 768px){
  .m_merit {
    padding-top: 40px !important;
  }
  .m_merit__subTtl{
    font-size: 16px;
  }
  .m_merit--ins .m_merit__subTtl img{
    width: 80px;
  }
  .m_merit__btn{
    font-size: 16px;
  }
  .m_merit__ttl {
    padding-left: 20px;
  }
  .m_merit__item:nth-child(1) .m_merit__heading {
    padding-left: 5px;
  }
  .m_merit__heading::before {
    left: 0;
  }
  .m_merit__item:nth-child(1) .m_merit__heading::before {
    left: 0;
  }
  .l_grid--merit &gt; .l_grid__item + .l_grid__item {
    margin-top: 50px;
  }
}
@media screen and (max-width: 599px){
  .m_merit{
    padding: 24px 16px 64px;
  }
  .m_merit__heading br{
    display: none;
  }
}
/* e繝ｩ繝ｳ繧ｳ繝ｳ繝�Φ繝�Λ繝�ヱ繝ｼ */
.m_contentsWrap{}
.m_contentsWrap__body{}
.m_contentsWrap__item + .m_contentsWrap__item{
  margin-top: 40px;
}
.m_contentsWrap__inner{
  padding: 40px 32px;
  background: #fff;
  box-shadow: 2px 2px 6px #aaa;
}
.m_contentsWrap__footer{
  margin: 64px auto 0;
}

#contents .m_contentsWrap__body {
  background-color: #fff;
  padding: 50px 30px 40px;
  box-shadow: 2px 2px 6px #aaa;
}

@media (max-width: 768px) {
  .m_contentsWrap__footer {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px){
  .m_contentsWrap__body{
    padding: 24px 16px;
  }
  #contents .m_contentsWrap__body {
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
/* 繧ｳ繝ｳ繝�Φ繝�ｩｳ邏ｰ */
.m_contDetail{}
.m_contDetail__heading{
  margin-bottom: 32px;
}
.m_contDetail__ttl{
  width: 220px;
  margin: 0 auto;
  padding-bottom: 16px;
  border-bottom: 2px solid #A1001F;
  line-height: 1;
  color: #A1001F;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.m_contDetail__ttl + .m_contDetail__subTtl{
  margin-top: 16px;
}
.m_contDetail__subTtl{
  font-weight: bold;
  text-align: center;
}
.m_contDetail__msg + .m_contDetail__couseMap{
  margin-top: 32px;
}
.m_contDetail__couseMap{
  display: flex;
  justify-content: center;
}
.m_contDetail__couseMapLink{
  position: relative;
  display: block;
  line-height: 0;
  width: 100%;
  padding-top: calc(100% * 9 / 16);
  overflow: hidden;
}
.m_contDetail__couseMapLink:hover{
  text-decoration: none;
}
.m_contDetail__couseMapLink img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.m_contDetail__couseMapLink::before{
  content: "窶ｻ 繧ｯ繝ｪ繝�け縺ｧ繧ｳ繝ｼ繧ｹ繝槭ャ繝励ｒ諡｡螟ｧ縺励∪縺兔A�医さ繝ｼ繧ｹ繝槭ャ繝励�繧､繝｡繝ｼ繧ｸ縺ｧ縺呻ｼ�";
  white-space: pre;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 1.6;
  font-weight: bold;
  font-size: 20px;
  background: rgba(0, 0, 0, .8);
}
.m_contDetail__footer{
  margin-top: 24px;
  margin-left: auto;
}
@supports (backdrop-filter: blur(8px)) {
  .m_contDetail__couseMapLink::before{
    background: none;
    color: #333;
    backdrop-filter: blur(8px);
  }
}
@media screen and (max-width: 599px){
  .m_contDetail__couseMapLink::before{
    content: "窶ｻ繧ｳ繝ｼ繧ｹ繝槭ャ繝励ｒ諡｡螟ｧ縺励∪縺兔A�医さ繝ｼ繧ｹ繝槭ャ繝励�繧､繝｡繝ｼ繧ｸ縺ｧ縺呻ｼ�";
    font-size: 13px;
    opacity: 1;
  }
}

/* e繝ｩ繝ｳ繧ｫ繝ｼ繝� */
.m_card{
  position: relative;
  display: block;
  max-width: 320px;
  margin: 0 auto;
  padding: 16px;
  border: 1px solid #cacaca;
  box-shadow: 4px 4px 8px #777;
  color: inherit;
  background: #fff;
  transition: .3s opacity;
}
.m_card:hover{
  opacity: .7;
  text-decoration: none;
  color: inherit;
}
.m_card__thumbnail{
  position: relative;
  padding-top: calc(100% * 9 / 16 - 4px);/* 4px縺ｯ繝舌ャ繝輔ぃ */
  overflow: hidden;
}
.m_card__thumbnail &gt; img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}
.m_card__thumbnail + .m_card__sub{
  margin-top: 16px;
}
.m_card__sub + .m_card__ttl{
  margin-top: 8px;
}
.m_card__sub{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m_card__type{
  padding: 4px;
  line-height: 1;
  font-size: 12px;
}
.m_card__type--motion{
  background: #20D392;
  color: #fff;
}
.m_card__type--trainer{
  background: #d66363;
  color: #fff;
}
.m_card__type--slide{
  background: #d66363;
  color: #fff;
}
.m_card__type--case{
  background: #d66363;
  color: #fff;
}
.m_card__type--animation{
  background: #ba60a3;
  color: #fff;
}
.m_card__type--pc{
  background: #5c6fad;
  color: #fff;
}
.m_card__time{
  line-height: 1;
  font-size: 10px;
}
.m_card__time::before{
  content: url(/resource/img/studio/lineup/e-learning_time.png);
  margin-right: 2px;
  line-height: 0;
  vertical-align: -3px;
}
.m_card__thumbnail + .m_card__heading{
  margin-top: 14px;
}
.m_card__heading{
  margin-bottom: 10px;
  font-weight: bold;
}
.m_card__date{
  line-height: 1;
  font-size: 13px;
}
.m_card__date + .m_card__cat{
  margin-top: 8px;
}
.m_card__cat{
  display: inline-block;
  padding: 4px 8px;
  border-radius: 8px;
  color: #fff;
  line-height: 1;
  font-size: 11px;
  background: #A1001F;
}
.m_card__ttl{
  font-weight: bold;
}
.m_card__tabs{
  position: absolute;
  bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -2px;
}
.m_card__tabsItem{
  padding: 2px;
}
.m_card__tab{
  padding: 4px 8px;
  border: 1px solid;
  border-radius: 40px;
  line-height: 1;
  letter-spacing: 0;
  font-size: 11px;
}
.m_card--new::before{
  content: url(/resource/img/leaf/inorder/e-learning_new.png);
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  display: block;
  line-height: 0;
}


/* 繝医Ξ繝ｳ繝峨�繝ｩ繝�ヱ繝ｼ */
.m_trendWrap{}
.m_trendWrap__item + .m_trendWrap__item{
  margin-top: 40px;
}
.m_trendWrap__list{
  border: 1px solid #c3c3c3;
  border-top-width: 8px;
}
.m_trendWrap__listItem + .m_trendWrap__listItem{
  border-top: 1px solid #c3c3c3;
}
/* 繝医Ξ繝ｳ繝� */
.m_trend{
  display: block;
  padding: 16px;
  font-weight: bold;
  color: inherit;
  font-size: 15px;
  background: #fff;
  transition: .3s opacity;
}
.m_trend:hover{
  opacity: .7;
  text-decoration: none;
  color: inherit;
}
.m_trend__heading{
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.m_trend__date{}
.m_trend__date + .m_trend__cat{
  margin-left: 12px;
}
.m_trend__cat{
  display: inline-block;
  padding: 4px 8px;
  border-radius: 8px;
  color: #fff;
  line-height: 1;
  font-size: 12px;
  background: #A1001F;
}
@media screen and (max-width: 768px){
  .m_trend__heading{
    display: block;
    margin-bottom: 10px;
  }
  .m_trend__date + .m_trend__cat{
    margin: 6px 0 0 0;
  }
}


/* 蝓ｺ譛ｬ讖溯�繝ｪ繧ｹ繝医Λ繝�ヱ繝ｼ */
.m_funcsWrap{}
.m_funcsWrap__body{
  padding: 45px 40px 70px 40px;
  background: #fff;
  box-shadow: 2px 2px 6px #aaa;
}
.m_funcsWrap__nav{
  display: flex;
  align-items: stretch;
  margin: -8px;
}
.m_funcsWrap__navItem{
  display: flex;
  width: 100%;
  padding: 8px;
}
.m_funcsWrap__navTarget{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 20px;
  padding: 64px 0 16px;
  border-radius: 8px;
  color: inherit;
  font-weight: bold;
  box-shadow: 2px 2px 6px #aaa;
  transition: .1s background;
}
.m_funcsWrap__navTarget:hover,
.m_funcsWrap__navTarget.is_active{
  background: #A1001F;
  color: #fff;
}
.m_funcsWrap__navTarget::before{
  position: absolute;
  top: 20px;
  left: 50%;
  display: block;
  line-height: 1em;
  font-weight: normal;
  font-size: 32px;
  font-family: FontAwesome;
  transform: translateX(-50%);
}
.m_funcsWrap__navTarget--elearning::before{
  content: "\f073";
}
.m_funcsWrap__navTarget--test::before{
  content: "\f008";
}
.m_funcsWrap__navTarget--mypage::before{
  content: "\f0f6";
}
.m_funcsWrap__navTarget--manage::before {
  content: "\f46d";
}
.m_funcsWrap__navTarget--security::before{
  content: "\f01c";
}
.m_funcsWrap__nav + .m_funcsWrap__cont{
  margin-top: 24px;
}
.m_funcsWrap__cont{
  position: relative;
}
.m_funcsWrap__footer{
  margin-top: 40px;
}
@media screen and (max-width: 768px){
  .m_funcsWrap__nav{
    flex-wrap: wrap;
    margin: -4px;
  }
  .m_funcsWrap__navItem{
    width: 100%;
    padding: 4px;
  }
  .m_funcsWrap__navTarget{
    padding: 6px 0;
    font-size: 14px;
  }
  .m_funcsWrap__navTarget:hover{
    background: #fff;
    text-decoration: none;
    color: #333;
  }
  .m_funcsWrap__navTarget::before{
    position: static;
    font-size: 20px;
  }
  .m_funcsWrap__body {
    padding: 40px 32px;
  }
}

.m_funcsWrap__body + .m_funcWrap__footer{
  margin-top: 50px;
}
.m_funcWrap__footer{
  margin: 0 auto;
}

@media (max-width: 768px) {
  .m_funcsWrap__body + .m_funcWrap__footer {
    margin-top: 40px;
  }
}




/* 蝓ｺ譛ｬ讖溯�繝ｪ繧ｹ繝� */
.m_funcs{}
.m_funcs__body{}

.m_funcs__cont{
  position: relative;
  padding: 0 40px;
}
#coursemap .m_funcs__cont {
  margin-top: 65px;
}

.m_funcs__nav + .m_funcs__cont{
  margin-top: 48px;
}
.m_funcs__btns{}
.m_funcs__btn{}
.m_funcs__btnTarget{
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 3px 3px 8px #A1001F;
  background: #fff;
}

.m_funcs__btnTarget--prev{
  left: 0;
  top: 58%;
  transform: translate(-150%, -50%);
}
.m_funcs__btnTarget--next{
  right: 0;
  top: 58%;
  transform: translate(150%, -50%);
}
#coursemap .m_funcs__btnTarget--prev {
  top: 47%;
}
#coursemap .m_funcs__btnTarget--next {
  top: 47%;
}

.m_funcs__btnTarget::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #A1001F;
  border-right: 2px solid #A1001F;
}
.m_funcs__btnTarget--prev::before{
  transform: translate(-50%, -50%) rotate(225deg);
}
.m_funcs__btnTarget--next::before{
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 768px){
  .m_funcs__nav{
    flex-wrap: wrap;
  }
  .m_funcs__navItem{
    width: 33.333%;
  }
  #coursemap .m_funcs__cont {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px){
  .m_funcs__navItem{
    width: 50%;
  }
  .m_funcs__navTarget{
    font-size: 14px;
  }
  .m_funcs__btnTarget--prev{
    transform: translate(-120%, -50%);
    top: 58%;
  }
  .m_funcs__btnTarget--next{
    transform: translate(120%, -50%);
    top: 58%;
  }
}

/* 蝓ｺ譛ｬ讖溯� */
.m_func{}
.m_func__bodyWrap{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0 15px;
}
.m_func__body{
  flex: 1 1 auto;
  position: relative;
  padding-bottom: 64px;
  padding-right: 30px;
}
.m_func__img{
  flex: 0 0 315px;
  padding-left: 20px;
  line-height: 0;
  text-align: center;
}
.m_func__img img{
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.m_func__heading{
  margin-bottom: 30px;
}
.m_func__ttl{
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0;
}
.m_func__detail {
  letter-spacing: 0;
}
.m_func__detail + .m_func__detail {
  margin-top: 30px;
}
.m_func__list{}
.m_func__item{
  position: relative;
  padding-left: 24px;
  font-size: 16px;
}
.m_func__item + .m_func__item{
  margin-top: 24px;
}
.m_func__item::before{
  content: url("/resource/img/leaf/lightning/ico_func.png");
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
  line-height: 0;
}
.m_func__link{
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
}
.m_func__linkTarget{
  position: relative;
  display: block;
  padding-left: 45px;
  font-weight: bold;
  font-size: 20px;
  color: #A1001F;
  transition: .3s opacity;
  letter-spacing: 0;
}
.m_func__linkTarget:hover{
  opacity: .7;
  color: #A1001F;
  text-decoration: none;
}
.m_func__linkTarget::before{
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #A1001F;
}
.m_func__linkTarget::after{
  content: "";
  position: absolute;
  left: 8px;
  top: 11px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px){
  .m_func__bodyWrap{
    padding: 0 10px;
  }
  .m_func__img{
    flex: 0 0 240px;
  }
  .m_func__linkTarget{
    font-size: 16px;
    padding-left: 30px;
  }
  .m_func__linkTarget::before{
    top: 2px;
    width: 20px;
    height: 20px;
  }
  .m_func__linkTarget::after{
    top: 8px;
    left: 5px;
    width: 6px;
    height: 6px;
  }

  .m_func__body {
    padding-right: 0;
  }
  .m_func__detail {
    font-size: 14px;
  }

}
@media screen and (max-width: 599px){
  .m_func__img{
    display: none;
  }
  .m_func__heading{
    margin-bottom: 24px;
  }
  .m_func__ttl{
    font-size: 16px;
  }
  .m_func__item{
    font-size: 14px;
  }
  .m_func__linkTarget{
    font-size: 14px;
  }
  .m_func__linkTarget::before{
    top: 0;
  }
  .m_func__linkTarget::after{
    top: 6px;
  }
}

/* 豢ｻ逕ｨ譁ｹ豕輔Λ繝�ヱ繝ｼ */
.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: #FFEFF2;
  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: #A1001F;
  font-weight: bold;
  font-size: 20px;
}
.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_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 #A1001F;
  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 #A1001F;
}
.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;
}
@media screen and (max-width: 599px){
  .m_recommendWrap__body{
    padding: 24px 16px;
  }
}
/* 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: 1.5em;
  color: inherit;
  transition: .3s opacity;
}
.m_qa__qTarget:hover{
  color: inherit;
  text-decoration: none;
  opacity: .7;
}
.m_qa__qTarget::before{
  content: "Q.";
  position: absolute;
  left: 0;
  display: block;
  font-weight: bold;
  color: #A1001F;
}
.m_qa__aBody{
  position: relative;
  padding-top: 12px;
  padding-left: 1.5em;
}
.m_qa__aBody::before{
  content: "A.";
  position: absolute;
  left: 0;
  display: block;
  color: #A1001F;
}
.m_qa__aMsg + .m_qa__aMsg{
  margin-top: 8px;
}
.m_qa__link{
  font-weight: bold;
  color: inherit;
  transition: .3s opacity;
}
.m_qa__link:hover{
  opacity: .7;
  text-decoration: none;
  color: inherit;
}
/* 繧ｵ繝ｼ繝薙せ繝ｩ繝�ヱ繝ｼ */
.m_serviceWrap{}
.m_serviceWrap__item + .m_serviceWrap__item{
  margin-top: 40px;
}
/* 繝｢繝ｼ繝繝ｫ */
.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("/resource/img/leaf/inorder/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;
}

.js_slider__body{
  display: flex;
  flex-direction: column;
}
.js_slider__body .slick-list{
  order: 2;
}
.js_slider__body .slick-dots{
  order: 1;
  display: flex;
  align-items: stretch;
  width: calc(100% + 80px);
  margin-left: -40px;
  margin-bottom: 40px;
  padding: 12px;
  background: #F5F5F5;
}
.js_slider__body .slick-dots li{
  display: flex;
  width: 100%;
  padding: 4px;
}
.js_slider__body .slick-dots span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.5em;
  border-radius: 8px;
  color: inherit;
  cursor: pointer;
  letter-spacing: -1px;
  font-size: 17px;
  transition: .1s transform, .1s box-shadow;
}
.js_slider__body .slick-dots span:hover,
.js_slider__body .slick-dots .slick-active span{
  box-shadow: 2px 2px 6px #aaa;
  background: #fff;
  font-weight: bold;
  color: #A1001F;
  transform: translate(-2px, -2px);
}
@media screen and (max-width: 768px){
  .js_slider__body .slick-dots{
    flex-wrap: wrap;
  }
  .js_slider__body .slick-dots li{
    width: 50%;
  }
}
@media screen and (max-width: 768px){
  .js_slider__body .slick-dots span{
    font-size: 13px;
  }
}
@media screen and (max-width: 599px){
  .js_slider__body .slick-dots span{
    font-size: 11px;
  }
}</pre></body></html>