<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

/* ==============
layout
============== */

/* 遽 */
.l_section--primary &gt; .l_section__item + .l_section__item {
  margin-top: 64px;
}
.l_section--secondary &gt; .l_section__item + .l_section__item {
  margin-top: 40px;
}

/* 繝ｪ繧ｹ繝� */
.l_list {
}
.l_list__item + .l_list__item {
  margin-top: 6px;
}
.l_list__item {
  position: relative;
  padding-left: 17px;
}
.l_list__item a {
  letter-spacing: 0;
}
.l_list__item::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 12px;
  left: 0;
  top: 5px;
  background-image: url(/resource/img/leaf/function/ico_func_list_link.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#leaf_sub .l_list__item::before {
  content: none;
}
#leaf_sub .l_list__item {
  padding-left: 0;
}
.l_list__item + .l_list__item {
  margin-top: 10px;
}

/* 繧ｰ繝ｪ繝�ラ */
.l_grid--hasGutterSm {
  margin: -8px;
}
.l_grid--hasGutterSm .l_grid__item {
  padding: 8px;
}

/* ==============
module
============== */
/*隕句�縺�*/
.m_heading--primary {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid;
}
.m_heading--primary .m_heading__ttl {
  font-size: 24px;
}
.m_heading--secondary {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  padding-top: 20px;
  padding-bottom: 14px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.m_heading--secondary .m_heading__ttl {
  font-size: 28px;
}
.m_heading--secondary .m_heading__sub {
  font-size: 16px;
}
.m_heading--secondary .m_heading__ttl + .m_heading__sub {
  margin-left: 24px;
}
.m_heading--tertiary {
  margin-bottom: 16px;
}
.m_heading--tertiary .m_heading__ttl {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .m_heading--primary .m_heading__ttl {
    font-size: 18px;
    line-height: 1.4;
  }
  .m_heading--secondary {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m_heading--secondary .m_heading__ttl {
    font-size: 18px;
  }
  .m_heading--secondary .m_heading__ttl + .m_heading__sub {
    margin: 16px 0 0 0;
  }
}

/*繧｢繧､繧ｳ繝ｳ*/
.m_hasIco--square {
  padding-left: 1.2em;
}
.m_hasIco--square::before {
  content: none;
}
.m_hasIco--colorFoundation::before {
  color: #edc418;
}
.m_hasIco--colorMember::before {
  color: #598ae4;
}
.m_hasIco--colorTraining::before {
  color: #01c77f;
}
.m_hasIco--colorTest::before {
  color: #e64500;
}
.m_hasIco--colorMovie::before {
  color: #ff8a00;
}
.m_hasIco--colorEval::before {
  color: #03bdd6;
}
.m_hasIco--colorStress::before {
  color: #fd428e;
}
.m_hasIco--colorOption::before {
  color: #7e4ccc;
}
.m_hasIco--funcHeading {
  padding-left: 92px;
}
.m_hasIco--funcHeading::before {
  width: 80px;
  line-height: 0;
}
.m_hasIco--funcNews {
  padding-left: 52px;
}
.m_hasIco--funcNews::before {
  content: url(/resource/img/leaf/function/news_panel_bg.svg);
  width: 40px;
  line-height: 0;
}
.m_hasIco--funcFoundation::before {
  content: url(/resource/img/leaf/function/basic_panel_bg.svg);
}
.m_hasIco--funcMember::before {
  content: none;
}
.m_hasIco--funcTraining::before {
  content: none;
}
.m_hasIco--funcTest::before {
  content: none;
}
.m_hasIco--funcMovie::before {
  content: none;
}
.m_hasIco--funcEval::before {
  content: none;
}
.m_hasIco--funcStress::before {
  content: none
}
.m_hasIco--funcOption::before {
  content: url(/resource/img/leaf/function/customize_panel_bg.svg);
}
.m_hasIco--link {
  padding-left: 1.2em;
}
.m_hasIco--link::before {
  content: none;
}
@media screen and (max-width: 768px) {
  .m_hasIco--funcHeading {
    padding-left: 44px;
  }
  .m_hasIco--funcHeading::before {
    width: 32px;
  }
}

/* 繝ｪ繝ｳ繧ｯ */
.m_link--option {
  color: #7e4ccc;
}
.m_link--option:hover {
  color: #7e4ccc;
  text-decoration: none;
  opacity: 0.7;
}

/* 荳句ｱ､逕ｨ繧ｭ繝ｼ繝薙ず繝･繧｢繝ｫ */
.m_keyvisual {
  position: relative;
  margin-bottom: 40px;
}
.m_keyvisual__img {
  line-height: 0;
}
.m_keyvisual__img &gt; img {
  max-width: 100%;
  height: auto;
}
.m_keyvisual__body {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
}
.m_keyvisual__ttl {
  line-height: 1;
  font-weight: bold;
  font-size: 28px;
}
.m_keyvisual__sub {
  text-align: center;
  font: 20px / 1 "Roboto";
}
.m_keyvisual__ttl + .m_keyvisual__sub {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .m_keyvisual__ttl {
    font-size: 20px;
  }
  .m_keyvisual__sub {
    font-size: 16px;
  }
  .m_keyvisual__ttl + .m_keyvisual__sub {
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .m_keyvisual__body {
    top: 26%;
    left: 50%;
  }
  .m_keyvisual__ttl {
    font-size: 16px;
  }
  .m_keyvisual__sub {
    font-size: 13px;
  }
}

/* 逕ｻ蜒� */
.m_figure {
  line-height: 0;
  text-align: center;
}

/* 遽縺ｮ邂ｱ */
.m_sectionBox {
  padding: 24px;
  background: #fff;
  box-shadow: 2px 2px 6px #aaa;
}
.m_sectionBox__body {
  padding: 0 24px;
}
.m_sectionBox--func {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .m_sectionBox__body {
    padding: 0;
  }
}

/* 讖溯�繧ｫ繝ｼ繝� */
.m_funcCard {
  display: flex;
  align-items: center;
  color: inherit;
}
.m_funcCard:hover {
  text-decoration: none;
  color: inherit;
  opacity: 0.7;
}
.m_funcCard__img {
  flex: 0 0 64px;
  line-height: 0;
}
.m_funcCard__img img {
  max-width: 100%;
  height: auto;
}
.m_funcCard__body {
  flex: 1 1 auto;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .m_funcCard__msg br {
    display: none;
  }
}
/* 縺雁ｮ｢縺輔∪縺ｮ螢ｰ */
.m_voice {
  display: flex;
  align-items: stretch;
}
.m_voice__img {
  flex: 0 0 300px;
  line-height: 0;
  text-align: center;
}
.m_voice__img img {
  max-width: 100%;
  height: auto;
}
.m_voice__body {
  flex: 1 1 auto;
  padding-left: 24px;
}
.m_voice__heading {
  margin-bottom: 8px;
}
.m_voice__ttl {
  position: relative;
  padding-left: 32px;
  font-size: 18px;
}
.m_voice__ttl::before {
  content: "\f2be";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 1em;
  margin: auto 0;
  line-height: 1;
  font-size: 24px;
  font-family: "FontAwesome";
}
.m_voice__catch {
  font-weight: bold;
  font-size: 20px;
}
.m_voice__catch + .m_voice__msg {
  margin-top: 8px;
}
.m_voice__msg + .m_voice__customer {
  margin-top: 8px;
}
.m_voice__customer {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .m_voice__img {
    flex-basis: 160px;
  }
}
@media screen and (max-width: 599px) {
  .m_voice {
    display: block;
  }
  .m_voice__body {
    padding: 16px 0 0 0;
  }
}

/* 231002 */
.m_lead_text {
  font-size: 16px;
  letter-spacing: 0;
}
.m_lead_text + .m_lead_text {
  margin-top: 30px;
}
.m_lead_sec .m_lead_text a {
  color: #052674;
  text-decoration: underline;
  transition: 0.2s;
}
.m_lead_sec .m_lead_text a:hover {
  text-decoration: none;
}

.m_leaf_func_links .m_funcCard__ttl {
  font-size: 18px;
  letter-spacing: 0;
}
.m_leaf_func_links .m_funcCard__msg {
  font-size: 14px;
}
.m_leaf_func_links .m_funcCard__ttl + .m_funcCard__msg {
  letter-spacing: 0;
}
@media (min-width: 769px) {
  .m_leaf_func_links .u_col6 {
    width: 50% !important;
  }
}
@media (max-width: 768px) {
  .m_leaf_func_links {
    display: block;
  }
  .m_leaf_func_links .u_col6 {
    width: 100% !important;
  }
}
.m_funcCard_ico {
  padding-left: 10px;
}
.m_funcCard_ico img {
  width: 15px;
  height: 12px;
  position: absolute;
  margin-top: 7px;
}
.m_heading h2 {
  letter-spacing: 0;
}
.m_heading__sub {
  font-weight: bold;
  letter-spacing: 0;
}
.m_heading h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
}
.m_heading h3 span {
  color: #1a8192;
  letter-spacing: 0;
  padding-right: 5px;
}
#eval .m_heading h3 span {
  color: #4260ad;
}
#stress .m_heading h3 span {
  color: #b83869;
}
.m_option_ico {
  padding-left: 8px;
}
.m_option_ico img {
  width: 20px;
  height: 20px;
  position: absolute;
}
.m_heading + .l_list {
  margin-top: 25px;
}
.m_function_note_sec {
  text-align: right;
  margin-top: 50px;
  margin-bottom: 10px;
}
.m_function_note_sec p {
  font-size: 12px;
}
.m_function_note_sec .m_option_ico {
  margin-right: 17px;
  padding-left: 0;
}
.m_function_note_sec .m_option_ico img {
  width: 15px;
  height: 15px;
}
.m_heading_ico {
  margin-right: 20px;
}
.m_heading_ico img {
  width: 70px;
  max-width: none;
  height: 70px;
}
.m_heading_text_sec {
  display: flex;
}
.m_heading_text_sec .m_heading__ttl {
  font-size: 30px;
}
.m_heading_text_sec .m_heading__sub {
  font-size: 20px;
}
.m_hasIco--funcHeading {
  padding-left: 0 !important;
}
@media (max-width: 768px) {
  .m_heading--secondary {
    display: flex;
  }
  .m_heading__sub {
    font-size: 14px;
  }
  .m_heading + .l_list {
    margin-top: 30px;
  }
  #foundation .l_grid__item + .l_grid__item {
    margin-top: 30px;
  }
  .m_heading_text_sec {
    display: block;
  }
  .m_heading_text_sec .m_heading__ttl {
    font-size: 24px;
  }
  .m_heading_text_sec .m_heading__sub {
    font-size: 14px;
    margin-top: 7px !important;
  }
}

.m_function_flex_sec {
  display: flex;
  justify-content: space-between;
}
.m_hasIco--square,
.m_hasIco--link {
  padding-left: 0;
}

.m_sectionBox__body {
  padding: 0;
}
.m_leaf_func_links .l_grid__item {
  padding: 15px 25px 20px 0px !important;
}
.l_grid--hasGutterSm .l_grid__item {
  padding: 8px 15px;
}

.m_function_flex_sec .l_section {
  width: 47.5%;
}
.m_function_flex_sec .l_section__item .u_col6 {
  width: 100% !important;
}
.m_function_flex_sec {
  margin-top: 60px;
}
.l_section--secondary &gt; .l_section__item + .l_section__item {
  margin-top: 60px;
}
.m_function_flex_sec + .l_section {
  margin-top: 60px;
}

@media (min-width: 769px) {
  .u_col6 {
    width: 33% !important;
  }
}
@media (max-width: 768px) {
  .m_sectionBox {
    padding: 40px 20px;
  }
  .l_wrapper {
    overflow: unset !important;
  }
  .l_section--secondary &gt; .l_section__item + .l_section__item {
    margin-top: 40px;
  }
  .m_function_flex_sec + .l_section {
    margin-top: 40px;
  }
  .m_leaf_func_links .l_grid__item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #foundation .l_grid {
    display: block;
  }
  .m_function_flex_sec {
    display: block;
  }
  .u_col6 {
    width: 100% !important;
  }
  .m_function_flex_sec .l_section {
    width: 100%;
  }
  .m_function_flex_sec {
    margin-top: 40px;
  }
  .m_function_flex_sec .l_section + .l_section {
    margin-top: 40px;
  }
}


</pre></body></html>