<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* =============
base
============= */
body{
  counter-reset:sectionNo contentTableNo;
}

/* =============
layout
============= */
/* 繝ｩ繝�ヱ繝ｼ */
.l_wrapper{
  width: 1220px;
}
@media screen and (max-width: 768px){
  .l_wrapper{
    width: 95%;
  }
}
/* 繝｡繧､繝ｳ */
.l_main{
  text-align: left;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 500;
  font-family: "yu gothic", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ pron w3", "hiragino kaku gothic pron", Arial, 繝｡繧､繝ｪ繧ｪ, Meiryo, sans-serif;

}
.l_main--under{
  width: 730px;
}
@media screen and (max-width: 599px){
  .l_main--under{
    width: 100%;
    padding: 0;
  }
}

/* 繧ｵ繧､繝� */
.l_side--columnTable{
  order: 1;
}

/* ----------------
module
---------------- */
/*繧｢繧､繧ｳ繝ｳ*/
.m_hasIco{
  position: relative;
}
.m_hasIco::before{
  display: block;
  position: absolute;
  top: 0;
  left:0;
}
.m_hasIco::after{
  display: block;
  position: absolute;
  top: 0;
  right:0;
}
.m_hasIco--dot{
  padding-left: 1em;
}
.m_hasIco--dot::before{
  content: "繝ｻ";
}

.m_hasIco--accentNum{
  padding-left: 136px;
  counter-increment: sectionNo;
}
.m_hasIco--accentNum::before{
  content: counter(sectionNo, decimal-leading-zero);
  bottom: 0;
  left: 14px;
  height: 80px;
  margin: auto;
  font: italic 80px / 1 century, serif;
  transform: translateY(-6px);
}
.m_hasIco--accentNum::after{
  content:"";
  box-sizing: content-box;
  bottom: 0;
  left: 20px;
  right: auto;
  width: 80px;
  height: 0px;
  border: 2px solid;
  margin: auto;
  transform: translateY(36px) skew(-45deg);
}
.m_hasIco--contentTableList{
  padding-left: 40px;
  padding-right: 28px;
  counter-increment: contentTableNo;
}
.m_hasIco--contentTableList::before{
  content: counter(contentTableNo, decimal-leading-zero);
  bottom: 0;
  left: 8px;
  height: 15px;
  margin: auto;
  padding-bottom: 2px;
  border-bottom: 1px solid;
  font: bold italic 16px / 1 century, serif;
  transform: translateY(0);
}
.m_hasIco--contentTableList.is_current::before,.m_hasIco--contentTableList:hover::before{
  color: #fff;
  border-color: #fff;
}
.m_hasIco--contentTableList::after{
  content:url(/resource/img/contents/ico_hrcontents_innerlink.png);
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.m_hasIco--contentTableList:hover::after{
  content: url(/resource/img/contents/ico_hrcontents_innerlink_white.png);
}
.m_hasIco--contentTableList.is_current::after{
  content: url(/resource/img/contents/ico_hrcontents_current.png);
}
@media screen and (max-width: 768px){
  .m_hasIco--accentNum{
    padding-left: 96px;
  }
  .m_hasIco--accentNum::before{
    left: 0;
    height: 64px;
    font-size: 64px;
  }
  .m_hasIco--accentNum::after{
    left: 4px;
    width: 64px;
    transform: translateY(28px) skew(-45deg);
  }
}

/*隕句�縺�*/
.m_heading{
  font-weight: bold;
}
.m_heading__ttl{}
.m_heading__sub{
  font-size: 15px;
}
.m_heading__img{
  text-align: center;
  line-height: 1;
}
.m_heading__img &gt; img{
  vertical-align: top;
}
.m_heading--primary{
  margin-bottom: 48px;
}
.m_heading--primary &gt; .m_heading__ttl{
  font-size: 24px;
  line-height: 1.4;
}
.m_heading--secondary{
  margin-bottom: 16px;
}
.m_heading--secondary &gt; .m_heading__ttl{
  font-size: 17px;
  line-height: 1.6;
}
.m_heading--tertiary{
  margin-bottom: 4px;
}
.m_heading--tertiary &gt; .m_heading__ttl{
  line-height: 1.6;
}
.m_heading--topic{
  position: relative;
}
.m_heading--topic &gt; .m_heading__ttl{
  position: absolute;
  top: 0;
  left: -144px;
  color: #b76308;
  font: italic 28px / 1 century, serif;
}
.m_heading--contentTable{
  position: relative;
  margin-bottom: 16px;
}
.m_heading--contentTable::after{
  content: "";
  box-sizing: content-box;
  display: block;
  height: 0px;
  width: calc(100% - 8px);
  margin:0 auto;
  border: 2px solid;
  transform: skew(-45deg);
}
.m_heading--contentTable &gt; .m_heading__ttl{
  margin-bottom: 8px;
  line-height: 1;
  text-align: center;
  font-size: 24px;
}

@media screen and (max-width:768px){
  .m_heading--primary{
    margin-bottom: 40px;
  }
  .m_heading--topic &gt; .m_heading__ttl{
    position: static;
    margin-bottom: 16px;
  }
}

/* 繝偵�繝ｭ繝ｼ繧ｺ繧ｨ繝ｪ繧｢ */
.m_herosArea{
  margin-bottom: 64px;
}
.m_herosArea__img{
  line-height: 0;
  text-align: center;
}
.m_herosArea__img img{
  max-width: 100%;
  height: auto;
}
.m_herosArea__img + .m_herosArea__lead{
  margin-top: 32px;
}
.m_herosArea__lead{
  padding: 40px 32px;
  background: #fff;
  box-shadow: 2px 2px 6px #aaa;
}
.m_herosArea__lead p + p{
  margin-top: 16px;
}
.m_herosArea a{
  color: #052674;
  font-weight: 700;
  text-decoration: none; 
}
.m_herosArea a:hover{
  color: #005580;
  text-decoration: underline;
}
@media screen and (max-width: 768px){
  .m_herosArea__lead{
    padding: 32px 16px;
  }
}

/*逶ｮ谺｡*/
.m_contentTable{
  padding: 20px 10px;
  background: #fff;
}
.m_contentTable__item + .m_contentTable__item{
  padding-top: 2px;
}
.m_contentTable__btn{
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #333;
  font-size: 13px;
  line-height: 1.5;
}
.m_contentTable__btn:hover{
  text-decoration: none;
}
.m_contentTable__btn.is_current,.m_contentTable__btn:hover{
  background: #ccc;
  color: #fff;
}

.m_contentTable.is_fixed{
  position: fixed;
  top: 0;
  width: 230px;
}
@media screen and (max-width:768px){
  .m_contentTable{
    display: none;
  }
}


/*繝｡繧､繝ｳ繧ｳ繝ｳ繝�Φ繝�*/
.m_mainCont{
  padding: 0 32px 40px;
  background: #fff;
  box-shadow: 2px 2px 6px #aaa;
}
.m_mainCont__section{
  padding-top: 56px;
}
.m_mainCont__section + .m_mainCont__section{
  margin-top: 40px;
  border-top: 1px solid #c8c9ca;
}
.m_mainCont a{
  color: #052674;
  font-weight: 700;
  text-decoration: none;
}
.m_mainCont a:hover{
  color: #005580;
  text-decoration: underline;
}
@media screen and (max-width: 768px){
  .m_mainCont{
    padding: 0px 16px 32px;
  }
}

/*遽*/
.m_section{
  word-break: break-all;
}
.m_section + .m_section{
  margin-top: 24px;
}
.m_section__parag{}
.m_section__parag + .m_section__parag{
  margin-top: 16px;
}
.m_section__child{
  padding-left: 1em;
}
.m_section__child &gt; .m_section__parag + .m_section__parag{
  margin-top: 8px;
}
.m_section--topic{
  padding-left: 148px;
}
.m_section--topic + .m_section,
.m_section + .m_section--topic{
  margin-top: 40px;
}
.m_section--topic a{
  position: relative;
  display: block;
  padding-left: 1.2em;
}
.m_section--topic a::before{
  content:url(/resource/img/contents/ico_hrcontents_link2.png);
  display: block;
  position: absolute;
  top: 0;
  left:0;
}
m_section--topic a.is_hover::before{
  content:url(/resource/img/contents/ico_hrcontents_link2_hover.png);
}

@media screen and (max-width:768px){
  .m_section--topic{
    padding-left: 0;
  }
}

/*繝ｪ繧ｹ繝�*/
.m_list{}
.m_list__item + .m_list__item{
  margin-top: 8px;
}


/*蝗ｳ陦ｨ*/
.m_figure{}
.m_figure__caption{
  font-size: 13px;
}
.m_figure__body{
  text-align: center;
  line-height: 0;
}
.m_figure__body img{
  max-width: 100%;
  height: auto;
}
.m_figure__caption + .m_figure__body,
.m_figure__body + .m_figure__caption{
  margin-top: 4px;
}

/* 繝ｪ繝ｳ繧ｯ繝懊ャ繧ｯ繧ｹ */
.m_linkBox{
  padding: 16px;
  border: 1px solid #c8c9ca;
  border-radius: 2px;
}</pre></body></html>