<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 */
.l_main{
  text-align: left;
  line-height: 1.6;
  font-size: 15px;
  font-family: "yu gothic", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ pron w3", "hiragino kaku gothic pron", Arial, 繝｡繧､繝ｪ繧ｪ, Meiryo, sans-serif;
}
.l_sideWrap{
  text-align: left;
}
/* -----------
layout
----------- */
/* 繧ｰ繝ｪ繝�ラ */
.l_grid--middle{
  align-items: center;
}
.l_grid--hasGutter{
  margin: -15px;
}
.l_grid--hasGutter &gt; .l_grid__item{
  padding: 15px;
}

/* 繝ｩ繝�ヱ繝ｼ */
.l_wrapper{
  display: block;
  width: auto;
}
/* 繝｡繧､繝ｳ */
.l_main{
  width: auto;
}
@media screen and (max-width: 768px){
  .l_main{
    padding: 0;
  }
}

/* 繝翫ン */
.l_nav--content{
  border: 1px solid #AB539B;
  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 #AB539B;
}
@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 #AB539B; */
    border-left: none;
  }
  .l_nav--content .l_nav__target{
    justify-content: flex-start;
  }
}
/* 遽 */
.l_section--secondary &gt; .l_section__item + .l_section__item{
  padding-top: 64px;
}
/* 繧ｵ繧､繝峨リ繝薙Λ繝�ヱ繝ｼ */
.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: 22px;
  }
}
/* 繧｢繧､繧ｳ繝ｳ */
.m_hasIco--dot{
  padding-left: 1em;
}
.m_hasIco--dot::before{
  content: "繝ｻ";
}
/* 隍�焚繝懊ち繝ｳ */
.m_btns{
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 0 -12px;
}
.m_btns__item{
  display: block;
  width: 50%;
  padding: 0 12px;
}
@media screen and (max-width: 768px){
  .m_btns{
    display: block;
  }
  .m_btns__item{
    width: 100%;
  }
  .m_btns__item + .m_btns__item{
    margin-top: 24px;
  }
}
/* 繝懊ち繝ｳ */
.m_btn--contMain::before{
  content: "";
  width: 0;
  height: 3em;
  display: block;
}
.m_btn--contMain .m_btn__target{
  width: 100%;
  border: 2px solid #AB539B;
  border-radius: 8px;
  background: #AB539B;
  font-weight: bold;
  color: #fff;
  transition: .3s background, .3s color;
}
.m_btn--contMain .m_btn__target:hover{
  color: #AB539B;
  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/talentpalette/ico_btn_on.png");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  margin: auto 0;
  width: 26px;
  height: 26px;
}
.m_btn--contMain .m_btn__target:hover .m_btn__inner::before{
  content: url("../img/leaf/talentpalette/ico_btn_off.png");
}
.m_btn--contSub::before{
  content: "";
  width: 0;
  height: 3em;
  display: block;
}
.m_btn--contSub .m_btn__target{
  width: 100%;
  border: 2px solid #AB539B;
  border-radius: 8px;
  background: #fff;
  font-weight: bold;
  color: #AB539B;
  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 #AB539B;
  border-radius: 8px;
  background: #fff;
  font-weight: bold;
  color: #AB539B;
}
.m_btn--contSub .m_btn__inner{
  position: relative;
  display: block;
  padding-right: 40px;
}
.m_btn--contSub .m_btn__inner::before{
  content: url("../img/leaf/talentpalette/ico_btn_off.png");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  margin: auto 0;
  width: 26px;
  height: 26px;
}
.m_btn--contSub.m_btn--colorIns .m_btn__target{
  border-color: #AB539B;
  color: #AB539B;
}
.m_btn--contSub.m_btn--colorIns .m_btn__inner::before{
  content: url("../img/leaf/talentpalette/ico_btn_off.png");
}
@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: 80px 0;
}
.m_content__inner{
  width: 920px;
  margin: auto;
  padding-left: 280px;
  box-sizing: content-box;
}
.m_content--fill{
  background: #F6E1F2;
}
@media screen and (max-width: 768px){
  .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_contentNav{
  height: 3em;
  padding: 0 39px;
  font-weight: bold;
  font-size: 13px;
  word-break: keep-all;
  white-space: nowrap;
}
.m_contentNav--adjust{
  padding: 0 20px;
}
.m_contentNav:hover{
  color: inherit;
  opacity: .7;
}
@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: #AB539B;
  }
  .m_contentNav--another::before{
    top: 0;
    bottom: 0;
    right: 12px;
    width: 16px;
    height: 18px;
    margin: auto 0;
  }
}

/* 繧｢繝舌え繝医�繝ｩ繝�ヱ繝ｼ */
.m_aboutWrap{}
.m_aboutWrap__item + .m_aboutWrap__item{
  margin-top: 40px;
}

/* 繧｢繝舌え繝� */
.m_about{}
.m_about__heading{
  margin-bottom: 30px;
}
.m_about__ttl{
  line-height: 1.6;
  font-size: 20px;
}
.m_about__msg + .m_about__msg{
  margin-top: 15px;
}
@media screen and (max-width: 768px){
  .m_about__ttl{
    font-size: 16px;
  }
  .m_about__ttl br{
    display: none;
  }
}
/* 迚ｹ蠕ｴ縺ｮ繝ｩ繝�ヱ繝ｼ */
.m_featureWrap{
  margin-top: -80px;
  padding-top: 80px;
}

/* 迚ｹ蠕ｴ */
.m_feature{
  position: relative;
  padding: 35px 15px 20px;
  background: #fff;
}
.m_feature::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 44px;
  height: 44px;
  margin: auto;
  border-radius: 50%;
  color: #fff;
  line-height: 44px;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  background: #E9638F;
  transform: translateY(-50%);
}
.m_feature--first::before{
  content: "1";
  background: #E9638F;
}
.m_feature--second::before{
  content: "2";
  background: #2CA6E0;
}
.m_feature--third::before{
  content: "3";
  background: #AA539A;
}
.m_feature__heading{
  margin-bottom: 25px;
}
.m_feature__ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(2em * 1.6);
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 17px;
}

/* 繝｡繝ｪ繝�ヨ繝ｩ繝�ヱ繝ｼ */
.m_meritWrap{}
.m_meritWrap__heading{
  margin-bottom: 10px;
}
.m_meritWrap__body{
  padding: 40px 20px;
  background: #fff;
}
.m_meritWrap__list{}
.m_meritWrap__listItem + .m_meritWrap__listItem{
  margin-top: 24px;
}
.m_meritWrap__list + .m_meritWrap__figure{
  margin-top: 40px;
}
.m_meritWrap__imgCaption{
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}
.m_meritWrap__img{
  text-align: center;
  line-height: 0;
}
.m_meritWrap__img img{
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px){
  .m_meritWrap__imgCaption{
    font-size: 18px;
  }
}

/* 繝｡繝ｪ繝�ヨ */
.m_merit{
  display: flex;
  align-items: flex-start;
}
.m_merit__ico{
  position: relative;
  z-index: 2;
  padding: 0 .5em;
  font-weight: bold;
  font-size: 15px;
}
.m_merit__ico::before{
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: .5em;
  background: #FFD58F;
}
.m_merit__ico--first::before{
  background: #FFD58F;
}
.m_merit__ico--second::before{
  background: #FFE588;
}
.m_merit__ico--third::before{
  background: #D3EF98;
}
.m_merit__ico--fourth::before{
  background: #BFE7F9;
}

.m_merit__ico + .m_merit__body{
  margin-left: 20px;
}
/* 讖溯�繝ｩ繝�ヱ繝ｼ */
.m_funcWrap{}
.m_funcWrap__body{
  padding: 25px 15px;
  background: #fff;
}
.m_funcWrap__img{
  text-align: center;
  line-height: 0;
}
.m_funcWrap__img img{
  max-width: 100%;
  height: auto;
}

/* 蝠丞粋縺帙Λ繝�ヱ繝ｼ */
.m_askWrap{}

/* 蟾ｦ繝翫ン繝上ャ繧ｯ */
#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("../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;
}
</pre></body></html>