@charset "UTF-8";

body {
  counter-reset: num 0;
  color: #111111;
  overflow-x: hidden;
}

#leaf_main {
  min-width: 920px;
}

div#leaf_cont {
  min-width: 1200px;
}

#leaf_bg {
  background-color: #fff;
  overflow: initial;
  padding-top: 14px;
}

#header,
#leaf_bg + div {
  overflow: hidden;
}

#leaf_wrap {
  overflow: initial;
}

#leaf_bg a {
  color: #262626;
}
.cnt_wrap {
  display: flex;
  justify-content: space-between;
}
.main_cnt_inr {
  padding-top: 22px;
  display: flex;
  position: relative;
  justify-content: space-between;
  gap: 24px;
}
#leaf_cont h2 {
  margin-bottom: 0;
}
#leaf_cont h3 {
  margin: 0;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

/* MV */
#leaf_bg h1 {
  line-height: 0;
  margin-bottom: 25px;
  position: relative;
}

.leaf_main__mv img {
  width: 100%;
  border: 2px solid #ededed;
}

#leaf_bg .m_herosArea__subNum {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic";
  font-weight: bold;
  position: absolute;
  color: #fff;
  font-size: 22px;
  top: 41px;
  left: 197px;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#leaf_bg .m_herosArea__contentsNum{
  position: absolute;
  left: 56%;
  top: 56%;
  letter-spacing: 0;
  line-height: 1;
  font-size: 18px;
  white-space: nowrap;
}
.m_herosArea__note {
  position: relative;
  bottom: 0;
  left: 0;
}

.m_herosArea__noteTxt {
  display: flex;
  font-size: 10px;
  letter-spacing: 0;
}

/* アンカーリンク */
.fun_count__unker {
  display: inline-block;
  padding: 0 0.5em;
  min-width: 1.7em;
  margin-top: -2px;
  margin-left: 5px;
  font-size: 12px;
  color: #fff;
  background-color: #ff4500;
  border-radius: 50px;
  z-index: 2;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

.unkerlink_cnt__ttl {
  display: inline-block;
  font-size: 16px;
  padding: 9px 0 7px 28px;
  width: 268px;
  background-color: #003c92;
  color: #ffffff;
}

.unkerlink_cnt__lst {
  border: 2px #003c92 solid;
  display: flex;
  max-width: 920px;
  width: 100%;
  flex-wrap: wrap;
  font-size: 16px;
  padding: 21px 150px 25px 16px;
  gap: 10px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.unkerlink_cnt__itm a {
  position: relative;
  display: block;
  padding-left: 15px;
  padding-right: 22px;
}
.unkerlink_cnt__itm a::before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background-image: url(/resource/img/leaf/lightning/right_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0;
  position: absolute;
  left: 0;
}

.unkerlink_cnt_secuSup .unkerlink_cnt__lst {
  max-width: 550px;
  width: 100%;
}
.unkerlink_cnt_secuSup .unkerlink_cnt__itm a {
  padding-right: 0;
}
.unkerlink_cnt_secuSup .unkerlink_cnt__itm a::after {
  width: 0;
}


.unkerlink_cnt_ai + .unkerlink_cnt_students {
  padding-top: 26px;
}

.unkerlink_cnt_admin {
  padding-top: 26px;
}

.unkerlink_cnt_secuSup .unkerlink_cnt__ttl {
  background-color: #70bbdd;
  width: 274px;
}

.unkerlink_cnt_secuSup .unkerlink_cnt__lst {
  border-color: #70bbdd;
  padding: 21px 40px 21px 16px;
}

/* セクション見出し */
.sec_subttl {
  font-size: 18px;
}

#leaf_cont .sec_ttl {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  font-size: 28px;
}

.sec_ttl::after {
  content: "";
  display: block;
  position: absolute;
  width: 73px;
  height: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #0e4ba5;
}

/* セクションコンテント */
.sec_cnt__ttl {
  padding-top: 60px;
}

.sec_cnt__ttl::before {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  padding-right: 10px;
}

.sec_cnt__ttl::after {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-left: 20px;
  margin-top: -5px;
}


.sec_cnt__tag{
  display: inline-block;
  margin-left: 20px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #003C92;
}
.sec_cnt__tag--option{
  background: #088A4B;
}
.ttl_link::after {
  background-image: url(/resource/img/leaf/lightning/circle_arrow.svg);
  width: 28px;
  height: 28px;
}

.sec_grid__lst {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 12px;
  padding-top: 32px;
}

.sec_grid__itm {
  height: 90px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
  transition: 0.3s;
}

#leaf_bg .grid_itm__num {
  font-family: "DM Sans", sans-serif;
  position: absolute;
  top: 0;
  left: 7px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  color: #b5b5b5;
  transition: 0.3s;
}


.grid_itm__txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  width: 100%;
  padding: 0 10px;
}

.sec_ttl__link {
  transition: 0.3s;
}

.grid_itm__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.sec_grid__itm:has(.grid_itm__link):hover {
  box-shadow: 0 0 0 3px rgba(0, 60, 146, 1);
}

.sec_grid__itm:has(.grid_itm__link):hover .grid_itm__num {
  background-color: #ffffff;
}


.sec_ttl__link:hover {
  opacity: 0.5;
}

/* e-ラーニング */
.e_learning__ttl::before {
  background-image: url(/resource/img/leaf/lightning/e_learning.svg);
  width: 40px;
  height: 30px;
}

/* 生成AI×LMS */
.generation_ai__ttl::before {
  background-image: url(/resource/img/leaf/lightning/ico_generation_ai.svg);
  width: 40px;
  height: 40px;
}


/* 課題、テスト、アンケート*/
.ass_test_sur__ttl::before {
  background-image: url(/resource/img/leaf/lightning/ass_test_sur.svg);
  width: 28px;
  height: 28px;
}

/* 研修*/
.induction_ttl::before {
  background-image: url(/resource/img/leaf/lightning/induction.svg);
  width: 40px;
  height: 28px;
}
/* 上司*/
.boss_ttl::before {
  background-image: url(/resource/img/leaf/lightning/boss.svg);
  width: 40px;
  height: 35px;
}
/* ログインパスワード*/
.loginpass_ttl::before {
  background-image: url(/resource/img/leaf/lightning/loginpass.svg);
  width: 31px;
  height: 31px;
}
/* 受講連絡・お知らせ*/
.notion_ttl::before {
  background-image: url(/resource/img/leaf/lightning/notice.svg);
  width: 38px;
  height: 25px;
}
/* ユーザー管理*/
.user_ttl::before {
  background-image: url(/resource/img/leaf/lightning/user.svg);
  width: 40px;
  height: 39px;
}
/* システム設定*/
.system_ttl::before {
  background-image: url(/resource/img/leaf/lightning/system.svg);
  width: 33px;
  height: 33px;
}

.sec_cnt__subTtl {
  font-size: 20px;
  position: relative;
  padding-left: 18px;
  margin-top: 40px;
}

.sec_cnt__subTtl::before {
  content: "";
  width: 6px;
  height: 35px;
  background-color: #003c92;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}


.sec_cnt__subTtl.ttl_link::after {
  content: '';
  position: absolute;
  background-image: url(/resource/img/leaf/lightning/circle_arrow.svg);
  width: 28px;
  height: 28px;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 20px;
}

.students_sec,
.admin_sec,
.secuSup_sec {
  padding-top: 55px;
}

/* セキュリティとサポート体制 */
.secuSup_sec__cnt {
  display: flex;
  flex-direction: column;
  gap: 66px;
  margin-top: 60px;
}

.secuSup_sec__ttl::after {
  background-color: #70bbdd;
}

#leaf_bg .m_continue__reasonItem_securityItem {
  font-size: 16px;
  font-weight: normal;
}

.m_continue__reasonItem_subTtl {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 28px;
}

.m_continue__reasonItem_security {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.m_continue__reasonItem_securityItem_img {
  display: flex;
  justify-content: space-between;
  -o-object-fit: contain;
  object-fit: contain;
  width: 232px;
  height: 96px;
  margin: 0 auto;
}

.m_continue__reasonItem_securityItem:has(figure) {
  padding-left: 0;
}

.m_continue__reasonItem_securityItem:has(figure)::before {
  width: 0;
  height: 0;
}

.secuSup_sec__cnt {
  position: relative;
  z-index: 1;
}

/* ダウンロード */
.download_sec {
  padding-top: 132px;
}

/* トライアル */
.m_trial__right {
  width: 100%;
  background-color: #ffe200;
  padding: 40px 60px;
  margin: 0 auto;
}

.m_cta__btn--trial {
  margin: 0 auto;
  max-width: 429px;
  width: 100%;
  margin-top: 35px;
}

#leaf_bg .m_cta__btn--trial a {
  color: #ffffff;
}

#leaf_bg .m_trial__rightTxt *,
#leaf_bg .m_trial__rightTxt {
  line-height: 1em;
}

#leaf_bg .m_trial__rightTxt--num {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

.m_trial__right_txt {
  font-size: 16px;
  margin-top: 33px;
}

/* 右ナビ */
.right_nav {
  position: sticky;
  top: 100px;
  z-index: 999;
}

.right_nav__ttl {
  width: 200px;
  border-bottom: 3px solid #003c92;
  font-size: 14px;
  color: #003c92;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 10px;
}

.nav_lst__students .right_nav__itm:nth-child(1),
.nav_lst__admin .right_nav__itm:nth-child(1) {
  color: #003c92;
  padding-left: 11px;
}

.right_nav__itm:nth-child(1),
.right_nav__itm a {
  display: block;
  padding: 8px 0px 8px 36px;
  color: inherit;
  background: #f0f0f0;
  font-weight: 700;
  font-size: 12px;
  transition: 0.3s;
}

.right_nav__itm.js_current a {
  background: #003c92;
  color: #ffffff !important;
}

#leaf_bg .right_nav__itm a:hover {
  background: #003c92;
  color: #ffffff;
}

.right_nav__itm a {
  position: relative;
}

.right_nav__itm a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(/resource/img/leaf/lightning/right_arrow_nav.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.right_nav__itm + .right_nav__itm,
.right_nav__lst + .right_nav__lst {
  margin-top: 2px;
}

h2:has(+ .columns) {
  display: none;
}
.columns{
  display: none;
}

/* レスポンシブ対応 */

@media (max-width: 1000px) {
  #leaf_cont {
    padding: 0;
  }
}
@media (max-width: 980px) {
  #leaf_bg .m_herosArea__subNum {
    display: block;
    top: 52px;
    left: 257px;
    font-size: 30px;
  }

  .m_herosArea__note {
    left: 0;
  }
}
@media (max-width: 768px) {
  div#leaf_cont {
    min-width: initial;
  }

  body {
    overflow-x: hidden;
  }

  #leaf_main {
    min-width: 100%;
  }

  #leaf_bg {
    overflow: hidden;
  }

  #leaf_wrap {
    overflow: hidden;
  }

  #leaf_sub,
  #leaf_sub_2 {
    display: none;
  }

  #leaf_bg {
    width: 100%;
    margin: 0 auto;
  }

  .leaf_main__mv img {
    padding-bottom: 5.3vw;
  }

  #leaf_bg .m_herosArea__subNum {
    top: 5vw;
    left: 52.5vw;
    font-size: 4.8vw;
  }
  #leaf_bg .m_herosArea__contentsNum{
    left: 50%;
    top: 69vw;
    font-size: 3.5vw;
    transform: translateX(-50%);
  }

  .m_herosArea__note {
    position: static;
  }

  .m_herosArea__noteTxt {
    width: 100%;
    font-size: 12px;
  }

  .sec_grid__itm {
    width: 100%;
  }

  .unkerlink_cnt__ttl,
  .unkerlink_cnt_secuSup .unkerlink_cnt__ttl {
    width: 100%;
  }

  .unkerlink_cnt__lst,
  .unkerlink_cnt_secuSup .unkerlink_cnt__lst {
    flex-direction: column;
    align-items: start;
    padding-right: 0;
    width: 100%;
  }

  .unkerlink_cnt_secuSup .unkerlink_cnt__lst {
    max-width: 768px;
  }

  .sec_grid__lst {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .sec_grid__itm {
    height: auto;
    padding: 10px 0;
  }

  .main_cnt_inr {
    margin: 0 auto;
    width: 100%;
    display: block;
  }
  #leaf_sub {
    flex-shrink: 0;
    margin-right: 71px;
  }

  body {
    width: 100%;
    max-width: 576px;
  }
  body {
    overflow: initial;
  }

  #leaf_main {
    min-width: 100%;
  }

  #leaf_bg {
    overflow: initial;
  }

  #leaf_wrap {
    overflow: initial;
  }

  .m_trial__right {
    padding: 5.3vw;
  }
  .m_trial__rightTxt--num {
    font-size: 22vw;
  }
  .m_trial__rightTxt--free {
    font-size: 14vw;
  }
  #leaf_bg .m_trial__rightTxt {
    font-size: 7.6vw;
  }

  .m_cta__btn--trial {
    margin-top: 8vw;
  }
}
