<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/* -----------
base
----------- */
#base {}
@media screen and (max-width: 1200px) {
  #base {
    min-width: auto;
  }
}
a:hover {
  text-decoration: none;
}
.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 {
  width: 1200px
}
.l_main {
  -webkit-flex-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.l_wrapper__sideNav {
  -webkit-flex-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.l_wrapper__currentNav {
  -webkit-flex-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
@media screen and (max-width: 1200px) {
  .l_wrapper {
    width: 100%;
    display: block;
  }
  .l_wrapper__sideNav {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .l_wrapper {
    width: 95%;
    margin: auto;
  }
}
/* メイン */
.l_main {
  width: 920px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .l_main {
    padding: 0;
    width: 95%;
    margin: 0 auto;
  }
}
/* グリッド */
.l_grid--contents{
  margin: -8px;
}
.l_grid--contents .l_grid__item{
  padding: 8px;
}

/* 節 */
.l_section {}
.l_section__item {}
.l_section--primary &gt; .l_section__item + .l_section__item {
  margin-top: 64px;
}
/* サイドナビ */
.l_sideWrap {
  width: 230px;
}
@media screen and (max-width: 768px) {
  .l_sideWrap {
    display: none;
  }
}
/* -----------
module
----------- */
/* コンテンツ */
.m_content {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}
.m_content__inner {
  padding: 50px;
}
@media screen and (max-width: 599px) {
  .m_content__inner {
    padding: 20px 15px;
  }
}
/* ヒーローズエリア */
.m_herosArea {
  margin-bottom: 64px;
}
.m_herosArea__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m_herosArea__keyvisual {
  line-height: 0;
  text-align: center;
  width: 255px;
  padding-right: 17px;
}
.m_herosArea__keyvisual img {
  max-width: 100%;
  height: auto;
}
.m_herosArea__ttl_str {
  padding-left: 17px;
}
.m_herosArea__keyvisual + .m_herosArea__ttl {
  margin-top: 40px;
}
.m_herosArea__ttl + .m_herosArea__lead {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .m_herosArea__ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .m_herosArea__ttl {
    display: flex;
    flex-direction: column;
  }
  .m_herosArea__keyvisual {
    padding-right: 0;
  }
  .m_herosArea__ttl_str {
    margin-top: 20px;
    padding-left: 0;
  }
}

/* リード文 */
.m_lead{}
.m_lead__numWrap{
  text-align: right;
  line-height: 1;
  font-size: 16px;
}
.m_lead__numWrap + .m_lead__noteWrap{
  margin-top: 10px;
}
.m_lead__noteWrap{
  display: flex;
  justify-content: flex-end;
}
.m_lead__note{
  position: relative;
  padding-left: 1em;
  font-size: 11px;
}
.m_lead__note::before{
  content: "※";
  position: absolute;
  left: 0;
  display: block;
}
.m_lead__num{
  margin: 0 4px;
  line-height: 100%;
  font-size: 32px;
}

/* ナビリスト */
.m_navList{
  padding: 40px;
  background: #fff;
  box-shadow: 2px 2px 6px #aaa;
}
.m_navList__list{
  display: flex;
  align-items: stretch;
  margin: -8px;
}
.m_navList__item{
  width: 100%;
  padding: 8px;
}
@media screen and (max-width: 768px){
  .m_navList__body{
    padding: 20px 15px;
  }
  .m_navList__list{
    flex-wrap: wrap;
  }
  .m_navList__item{
    width: 50%;
  }
}
@media screen and (max-width: 599px){
  .m_navList__item{
    width: 100%;
  }
}
/* ナビ */
.m_nav{
  line-height: 1.6;
}
.m_nav__ttl{
  position: relative;
  padding-left: 38px;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 16px;
}
.m_nav__ttl::before{
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  display: block;
  line-height: 0;
}
.m_nav__ttl--conceptual::before{
  content: url("/resource/img/studio/lineup/e-learning_nav_conceptual-off.png");
}
.m_nav__ttl--human::before{
  content: url("/resource/img/studio/lineup/e-learning_nav_human-off.png");
}
.m_nav__ttl--technical::before{
  content: url("/resource/img/studio/lineup/e-learning_nav_technical-off.png");
}

.m_nav__list{}
.m_nav__item + .m_nav__item{
  margin-top: 10px;
}
.m_nav__item{
  font-weight: bold;
  font-size: 12px;
}
.m_nav__target{
  position: relative;
  display: block;
  padding-left: 36px;
  text-decoration: none;
  color: inherit;
  transition: .4s transform, .4s opacity;
}
.m_nav__target:hover{
  text-decoration: none;
  color: inherit;
  opacity: .6;
  transform: translateX(10px);
}
.m_nav__target::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 1px;
  margin: auto 0;
  background: #333;
}
@media screen and (max-width: 768px){
  .m_nav__ttl{
    font-size: 14px;
  }
}
@media screen and (max-width: 768px){
  .m_nav__list{
    padding-left: 16px;
  }
}

/* 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;
  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/studio/lineup/e-learning_new.png);
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  display: block;
  line-height: 0;
}

/* 動画リストのラッパー */
.m_movieListWrap{}
.m_movieListWrap__heading{
  margin-bottom: 20px;
}
.m_movieListWrap__ttl{
  padding: 8px 16px;
  border-left: 16px solid;
  border-bottom: 4px solid;
  color: #A1001F;
}
.m_movieListWrap__ttl--studio{
  color: #C14809;
}
.m_movieListWrap__ttl--university{
  color: #7D0000;
}
@media screen and (max-width: 768px){
  .m_movieListWrap__heading{
    margin-bottom: 16px;
  }
  .m_movieListWrap__ttl{
    font-size: 14px;
  }
}
/* ラインナップフッター */
.m_lineupFooter{
  margin-top: 80px;
}
/* ボタンリスト */
.m_btns{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -10px;
}
.m_btns__item{
  display: flex;
  width: 50%;
  padding: 10px;
}
.m_btns__inner{
  width: 100%;
}
/* ボタン */
.m_btn--contMain::before{
  content: "";
  width: 0;
  height: 3em;
  display: block;
}
.m_btn--contMain .m_btn__target{
  width: 100%;
  border: 2px solid #A1001F;
  border-radius: 8px;
  background: #A1001F;
  font-weight: bold;
  color: #fff;
  transition: .3s background, .3s color;
}
.m_btn--contMain .m_btn__target:hover{
  color: #A1001F;
  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("../img/leaf/inorder/ico_btn_ins_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("../img/leaf/inorder/ico_btn_ins_off.svg");
}
.m_btn--contSub::before{
  content: "";
  width: 0;
  height: 3em;
  display: block;
}
.m_btn--contSub .m_btn__target{
  width: 100%;
  border: 2px solid #A1001F;
  border-radius: 8px;
  background: #fff;
  font-weight: bold;
  color: #A1001F;
  transition: .3s opacity;
}
.m_btn--contSub .m_btn__target: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: url("../img/leaf/inorder/ico_btn_ins_off.svg");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  margin: auto 0;
  width: 20px;
  height: 20px;
}
.m_btn--studio .m_btn__target{
  border-color: #C14809;
  background: #C14809;
  color: #fff;
}
.m_btn--studio.m_btn--contMain .m_btn__target{
  background: #C14809;
  color: #fff;
}
.m_btn--studio.m_btn--contSub .m_btn__target{
  background: #fff;
  color: #C14809;
}
.m_btn--studio .m_btn__target:hover{
  color: #C14809;
  background: #fff;
}
.m_btn--studio .m_btn__inner{
  padding-right: 0;
}
.m_btn--studio .m_btn__inner::before{
  content: none;
}
.m_btn--studio .m_btn__target:hover .m_btn__inner::before{
  content: none;
}
.m_btn--university .m_btn__target{
  border-color: #7D0000;
  background: #7D0000;
  color: #fff;
}
.m_btn--university.m_btn--contMain .m_btn__target{
  background: #7D0000;
  color: #fff;
}
.m_btn--university.m_btn--contSub .m_btn__target{
  background: #fff;
  color: #7D0000;
}
.m_btn--university .m_btn__target:hover{
  color: #7D0000;
  background: #fff;
}
.m_btn--university .m_btn__inner{
  padding-right: 0;
}
.m_btn--university .m_btn__inner::before{
  content: none;
}
.m_btn--university .m_btn__target:hover .m_btn__inner::before{
  content: none;
}
@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_freeWord{
  display: flex;
  align-items: stretch;
}
.m_freeWord__field{
  flex: 1 1 auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 1px solid;
  border-right: none;
  border-radius: 0;
  text-indent: 1em;
  line-height: 2em;
}
.m_freeWord__field:focus{
  outline: none;
  border-color: inherit;
  box-shadow: none;
}
.m_freeWord__btn{
  flex: 0 0 2em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: none;
  background: #980416;
  color: #fff;
  cursor: pointer;
  transition: .3s opacity;
}
.m_freeWord__btn--studio{
  background: #C14809;
}
.m_freeWord__btn--university{
  background: #7D0000;
}
.m_freeWord__btn:hover{
  opacity: .7;
}

/* 検索関連の補助メニュー */
.m_searchOpt{}
.m_searchOpt__item + .m_searchOpt__item{
  margin-top: 8px;
}
.m_searchOpt__item--field{
 width: 240px;
 margin-left: auto;
}
.m_searchOpt__item--reset{
  text-align: right;
}
.m_searchOpt__resetBtn{
  position: relative;
  display: inline-block;
  padding-left: 1em;
  color: inherit;
  transition: .3s opacity;
}
.m_searchOpt__resetBtn::before{
  content: "\f105";
  position: absolute;
  left: 0;
  display: block;
  font-family: FontAwesome;
}
.m_searchOpt__resetBtn:hover{
  color: inherit;
  opacity: .7;
}
.m_searchOpt--full{}
.m_searchOpt--full .m_searchOpt__item--field{
  width: auto;
}
/* 凡例付き検索ボックス */
.m_searchBox{
}
.m_searchBox__body{
  padding: 24px;
  background: #f7dcdf;
}
.m_searchBox__body--studio{
  background: #feece2;
}
.m_searchBox__body--university{
  background: #f7dcdf;
}
.m_searchBox__search + .m_searchBox__exWrap{
  margin-top: 20px;
}
.m_searchBox__exTtl{
  position: relative;
  margin-bottom: 12px;
  padding-left: 24px;
  font-weight: bold;
}
.m_searchBox__exTtl::before{
  content: "\f002";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1em;
  margin: auto 0;
  color: #980416;
  line-height:1;
  font-weight: bold;
  font-family: FontAwesome;
}
.m_searchBox__exTtl--studio::before{
  color: #C14809;
}
.m_searchBox__exTtl--university::before{
  color: #7D0000;
}
.m_searchBox__exList{
  display: flex;
  flex-wrap: wrap;
  margin: -6px;
}
.m_searchBox__ex{
  padding: 6px;
  line-height: 1;
}
.m_searchBox__exTarget{
  color: inherit;
  text-decoration: underline;
}

/* サイドナビ */
.m_sideNav{}
#leaf_sub dl.nav_panel dt.m_sideNav__ttl{ /* カスケーディング */
  margin-bottom: 16px;
}
.m_sideNav__catTtl{
  position: relative;
  margin-bottom: 14px;
  padding-left: 34px;
  font-weight: bold;
  font-size: 14px;
}
.m_sideNav__catTtl::before{
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  display: block;
  line-height: 0;
}
.m_sideNav__catTtl--conceptual::before{
  content: url("/resource/img/studio/lineup/e-learning_nav_conceptual-off.png");
}
.m_sideNav__catTtl--human::before{
  content: url("/resource/img/studio/lineup/e-learning_nav_human-off.png");
}
.m_sideNav__catTtl--technical::before{
  content: url("/resource/img/studio/lineup/e-learning_nav_technical-off.png");
}


/*
 theme
*/
.theme_inorder .m_underLayer {
  background: url("/resource/img/leaf/inorder/bk_ptn1.png") no-repeat top 200px left 50%/1955px 1045px ,
    url("/resource/img/leaf/inorder/bk_ptn3.png") no-repeat top 5000px left 50% / 1661px 651px, 
    url("/resource/img/leaf/inorder/bk_ptn1.png") no-repeat top 10000px left 50%/1955px 1045px ,
    url("/resource/img/leaf/inorder/bk_ptn3.png") no-repeat top 15000px left 50% / 1661px 651px,
    url("/resource/img/leaf/inorder/bk_ptn1.png") no-repeat top 20000px left 50%/1955px 1045px ,
    url("/resource/img/leaf/inorder/bk_ptn3.png") no-repeat top 25000px left 50% / 1661px 651px,
    url("/resource/img/leaf/inorder/bk_ptn1.png") no-repeat top 30000px left 50%/1955px 1045px ,
    url("/resource/img/leaf/inorder/bk_ptn3.png") no-repeat top 35000px left 50% / 1661px 651px,
    #fff;
}
@media screen and (max-width: 768px){
  .theme_inorder .m_underLayer  {
    background: none;
  }
}

/* LGWAN */


.theme_lgwan .m_freeWord__btn{
  background: #1a8192;
}
.theme_lgwan .m_searchBox__exTtl::before{
  color: #1a8192;
}
.theme_lgwan .m_searchBox__body{
  background: #e5feff;
}
.theme_lgwan .m_movieListWrap__ttl{
  color:#1a8192;
}
.theme_lgwan .m_btn--contSub .m_btn__target{
  border-color:#1a8192;
  color:#1a8192;
}
.theme_lgwan .m_btn--contSub .m_btn__inner{
  padding-right: 0;
}
.theme_lgwan .m_btn--contSub .m_btn__inner::before{
  content: none;
}
.theme_lgwan .m_btn--contMain .m_btn__target{
  border-color: #1a8192;
  background: #1a8192;
}
.theme_lgwan .m_btn--contMain .m_btn__inner{
  padding-right: 0;
}
.theme_lgwan .m_btn--contMain .m_btn__inner::before{
  content: none;
}
.theme_lgwan .m_btn--contMain .m_btn__target:hover{
  color: #1a8192;
  background: #fff;
}
.theme_lgwan .m_btn--contMain .m_btn__target:hover .m_btn__inner::before{
  content: none;
}
.theme_lgwan .m_herosArea__keyvisual {
  width: 377px;
}
@media screen and (max-width: 768px) {
  .theme_lgwan .m_herosArea__ttl {
    display: flex;
    flex-direction: column;
  }
  .theme_lgwan .m_herosArea__keyvisual {
    width: 360px;
    padding-right: 0;
  }
  .theme_lgwan .m_herosArea__ttl_str {
    margin-top: 20px;
    padding-left: 0;
  }
}
/*
 state
*/
[v-cloak]{
  visibility: hidden;
}
.pageToggle-enter-active{
  transition: 1s opacity, 1s transform;
}
.pageToggle-leave-active{
  position: absolute;
  opacity: 0;
}
.pageToggle-enter{
  transform: translateY(100px);
  opacity: 0;
}
</pre></body></html>