@charset "utf-8";
/* CSS Document */


/*===============================

    common

================================*/
#base{
  width: 100%;
}

body {
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro","Meiryo","MS Pgothic",helvetica,arial,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  height: 100%;
  text-align: left;
  width: 100%;
}

#mainContainer {
  margin-top: 30px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.contentWrapper {
  width: 730px;
  order: 1;
}
.m_solutionBaseSideNavs{
  width: 200px;
  order: 0;
}
.sideNavi {
  width: 200px;
  order:2;
}

@media screen and (max-width:768px) {
  #c3_ll { display: none !important; }
}

div#cont { 
  width: 1200px;
  margin: 0 auto; 
}

.p_heading-mainVisual { margin-bottom: 20px; }

.p_heading-mainVisual > img { display: block; }

/* 関連リンクアイコン */
.c_hasIco--relatedService::before {
  content: "\f51c";
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  font: 24px 'Font Awesome 5 Free';
  font-weight: 900;
}

@media screen and (max-width:768px){
  div#cont { width: 100%; }
  .contentWrapper { width: 100%; }
  .m_solutionBaseSideNavs{display: none;}
  .sideNavi{width: 0;}
  .p_introBox_txt {   text-align: justify; text-justify: inter-ideograph; word-break: break-all; }
  .p_fixedHeader.is_fixed { z-index: 999; }
}

@media print {
.sideNavi-insPedia { display: none; }
}


/*===============================

    コンテンツ

================================*/

/*
    イントロダクション
================================*/
.p_introBox {
  padding: 33px 0;
  position: relative;
}

.p_introBox::before {
  content: url("../../img/contents/ornament_ins-pedia_line_top.png");
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p_introBox::after{
  content: url("../../img/contents/ornament_ins-pedia_line_bottom.png");
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}


.p_introBox_txt {
  color: #10233f;
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  font-weight: 600;
  margin: auto;
}

@media screen and (max-width:599px){
  .p_introBox_txt {   text-align: justify; text-justify: inter-ideograph; word-break: break-all; }
}


/*
    記事一覧
================================*/
.p_articleContainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 30px;
}

.p_articleWrap {
  position: relative;
}

.p_articleWrap_link {
  color: currentColor;
  transition: .5s opacity;
}

.p_articleWrap_link:hover { opacity: .6; }

.p_articleWrap_link:hover .p_articleImage_img {
  transform: scale(1.1);
}
@media screen and (max-width: 599px){
  .p_articleContainer {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* 写真 */
.p_articleImageWrap {
  margin: auto;
  position: relative;
}

/* PICK UP */
.p_articleImageWrap.pickup{
  margin-top: 10px;
}
.p_articleImageWrap.pickup::before {
  content: url("../../img/contents/ico_ins-pedia_pickup.png");
  position: absolute;
  top: -8%;
  left: 1%;
  z-index: 5;
}

/* PICK UP */
.p_articleImageWrap.new{
  margin-top: 10px;
}
.p_articleImageWrap.new::before {
  content: url("../../img/contents/ico_ins-pedia_pickup.png");
  position: absolute;
  top: -8%;
  left: 1%;
  z-index: 5;
}

.p_articleImage {
  aspect-ratio: 2040 / 612;
}

.p_articleImage_img {
  border: 1px solid #eee;
  display: block;
  object-fit: cover;
  height: 100%;
  transition: .3s transform;
  width: 100%;
}

/* タイトル＆概要 */
.p_articleDetail {
  margin-top: 10px;
}

.p_articleDetail_ttl {
  color: #10233f;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 10px;
}

.p_articleDetail_ttl::before {
  background-color: #ccc;
  border-radius: 2px;
  content: "";
  display: block;
  margin-right: 15px;
  width: 8px;
}

.p_articleDetail_ttl.jinzaiikusei::before { background-color: #276fa4; }
.p_articleDetail_ttl.assessment::before { background-color: #5f4f3d; }
.p_articleDetail_ttl.naiteisha::before { background-color: #ff5f86; }
.p_articleDetail_ttl.joseikatsuyaku::before { background-color: #d9406b; }
.p_articleDetail_ttl.shikouhou::before { background-color: #8a54a1; }
.p_articleDetail_ttl.knowledgeMng::before { background-color: #715f87; }
.p_articleDetail_ttl.leadership::before { background-color: #5f4f3d; }
.p_articleDetail_ttl.harassment::before { background-color: #009b83; }
.p_articleDetail_ttl.timeMng::before { background-color: #0480d6; }
.p_articleDetail_ttl.motivation::before { background-color: #c23535; }
.p_articleDetail_ttl.inhouse::before { background-color: #cca515; }
.p_articleDetail_ttl.online::before { background-color: #00adca; }
.p_articleDetail_ttl.resilience::before { background-color: #6dbb42; }
.p_articleDetail_ttl.ojt::before { background-color: #365d9b; }
.p_articleDetail_ttl.mentor::before { background-color: #c8648c; }
.p_articleDetail_ttl.lms::before { background-color: #1a808f; }
.p_articleDetail_ttl.director::before { background-color: #004e4a; }
.p_articleDetail_ttl.manager::before { background-color: #1d695c; }
.p_articleDetail_ttl.chief::before { background-color: #20806e; }
.p_articleDetail_ttl.career::before { background-color: #1594cf; }
.p_articleDetail_ttl.facilitation::before { background-color: #214191; }
.p_articleDetail_ttl.whatassessment::before { background-color: #318b89; }
.p_articleDetail_ttl.evaluation::before { background-color: #924646; }
.p_articleDetail_ttl.humanCapital::before { background-color: #9e2730; }
.p_articleDetail_ttl.newcomer::before { background-color: #EE0070; }
.p_articleDetail_ttl_inner {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.3;
}

.p_articleDetail_ttl_inner > span {
  display: block;
  font-size: 16px;
}

.p_articleDetail_date  {
  color: #aaa;
  font-size: 13px;
  margin-bottom: 5px;
}

.p_articleDetail_date > .fa-history {
  margin-right: 5px;
}


.p_articleDetail_txt {
  font-size: 14px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}



/*
    目次（右ナビ）
================================*/
.p_contentTable {
  background-color: #fff;
}

.p_contentTable.is_fixed {
  background-color: transparent;
}

.c_heading--contentTable--top::before {
  content: "";
  box-sizing: content-box;
  display: block;
  height: 0px;
  width: calc(100% - 8px);
  margin: 0 auto 15px;
  border: 2px solid #eb8631;
  transform: skew(-45deg);
}

.c_heading--contentTable--top::after {
  border: none;
}

.c_heading--contentTable > .c_heading__ttl {
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
}

.c_heading--contentTable > .c_heading__ttl > span {
  display: block;
  font-size: 14px;
}


/* リンク部分 */
.p_sideList {
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
  padding-top: 8px;
}

.p_sideList_item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}

.p_sideList_item + .p_sideList_item { margin-top: 8px; }

.p_sideList_item span {
  display: block;
  font-size: 13px;
}

.p_sideList_link {
  background-color: #fff;
  color: #333;
  font-size: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  line-height: 1.5;
}

.p_sideList_link::before {
  background-color: #ccc;
  border-radius: 5px;
  content: "";
  display: block;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 5px;
  width: 5px;
}

.p_sideList_link.jinzaiikusei::before { background-color: #276fa4; }
.p_sideList_link.assessment::before { background-color: #5f4f3d; }
.p_sideList_link.naiteisha::before { background-color: #ff5f86; }
.p_sideList_link.joseikatsuyaku::before { background-color: #d9406b; }
.p_sideList_link.shikouhou::before { background-color: #8a54a1; }
.p_sideList_link.knowledgeMng::before { background-color: #715f87; }
.p_sideList_link.leadership::before { background-color: #5f4f3d; }
.p_sideList_link.harassment::before { background-color: #009b83; }
.p_sideList_link.timeMng::before { background-color: #0480d6; }
.p_sideList_link.motivation::before { background-color: #c23535; }
.p_sideList_link.inhouse::before { background-color: #cca515; }
.p_sideList_link.online::before { background-color: #00adca; }
.p_sideList_link.resilience::before { background-color: #6dbb42; }
.p_sideList_link.ojt::before { background-color: #365d9b; }
.p_sideList_link.mentor::before { background-color: #c8648c; }
.p_sideList_link.lms::before { background-color: #1a808f; }
.p_sideList_link.director::before { background-color: #004e4a; }
.p_sideList_link.manager::before { background-color: #1d695c; }
.p_sideList_link.chief::before { background-color: #20806e; }
.p_sideList_link.career::before { background-color: #1594cf; }
.p_sideList_link.facilitation::before { background-color: #214191; }
.p_sideList_link.whatassessment::before { background-color: #318b89; }
.p_sideList_link.evaluation::before { background-color: #924646; }
.p_sideList_link.humanCapital::before { background-color: #9e2730; }
.p_sideList_link.newcomer::before { background-color: #EE0070; }

@media screen and (min-width: 769px){
.p_sideList_link { transition: .3s; }
.p_sideList_link:hover { opacity: .7; }
}

.p_sideList_link > p {
  letter-spacing: 0;
  position: relative;
}

.p_sideList_link.pickup > p::before {
  content: url("/resource/img/contents/ico_ins-pedia_pickup_bn.png");
  display: block;
}

@media screen and (max-width:768px){
  .p_sideList { border-top: none;max-height: 40vh; overflow: auto; padding: 0; }
  .p_sideList_item { border: none; padding: 0; }
  .p_sideList_item + .p_sideList_item { margin-top: 0;border-top: 2px solid #fff; }
  .p_sideList_link {
    align-items: center;
    background-color: #ffe8d4;
    justify-content: space-between;
    padding: 8px;
    font-weight: bold; 
  }
  .p_sideList_link:hover { background-color: #eb8631; color: #fff; }
  .p_sideList_link::before { content: none; }
  .p_sideList_link::after { content: url("../../img/contents/ico_ins-pedia_link.png"); margin-left: 16px; }
  .p_sideList_link:hover::after { content: url("../../img/contents/ico_ins-pedia_link_hover.png"); }

  .c_heading--contentTable--top::after{
    width: 80%;
    margin: auto;
    border-color: #eb8631;
  }
  .c_heading--contentTable > .c_heading__ttl { text-align: center; }
  .c_heading--contentTable--top::before { content: none; }
  .c_heading--contentTable--top::after { border: 2px solid #eb8631; }
}


/*===============================

    Utility

================================*/
/* color */
.u_color-coral { color: #ff7f50 !important; }
.u_color-rouge { color: #ec2c43 !important; }
.u_color-crimson { color: #e6002d !important; }

/* display */
.u_d-b { display: block !important; }
.u_d-fx { display: flex !important; }

/* float */
.u_fl-n { float: none !important; }
.u_fl-l { float: left !important; }
.u_fl-r { float: right !important; }

/* font-size */
.u_fz-xs { font-size: .75em !important; }
.u_fz-sm { font-size: .875em !important; }
.u_fz-md { font-size: 1em !important; }
.u_fz-lg { font-size: 1.25em !important; }
.u_fz-xl { font-size: 1.5em !important; }
.u_fz-sr { font-size: smaller !important; }
.u_fz-lr { font-size: larger !important; }

.u_fz10 { font-size: 10px !important; }
.u_fz11 { font-size: 11px !important; }
.u_fz12 { font-size: 12px !important; }
.u_fz13 { font-size: 13px !important; }
.u_fz14 { font-size: 14px !important; }
.u_fz15 { font-size: 15px !important; }
.u_fz16 { font-size: 16px !important; }
.u_fz17 { font-size: 17px !important; }
.u_fz18 { font-size: 18px !important; }
.u_fz19 { font-size: 19px !important; }
.u_fz20 { font-size: 20px !important; }

/* font-weigth */
.u_fw-b { font-weight: bold !important; }
.u_fw-n { font-weight: normal !important; }

/* line-height */
.u_lh-nm { line-height: normal !important; }
.u_lh-ih { line-height: inherit !important; }
.u_lh0 { line-height: 0 !important; }
.u_lh1 { line-height: 1 !important; }
.u_lh2 { line-height: 2 !important; }
.u_lh3 { line-height: 3 !important; }
.u_lh4 { line-height: 4 !important; }
.u_lh5 { line-height: 5 !important; }
.u_lh6 { line-height: 6 !important; }
.u_lh-xs { line-height: 1.25 !important; }
.u_lh-sm { line-height: 1.33 !important; }
.u_lh-md { line-height: 1.5 !important; }
.u_lh-lg { line-height: 1.75 !important; }
.u_lh-xl { line-height: 2 !important; }

/* padding */
.u_py0 { padding-top: 0 !important; padding-bottom: 0 !important; }

/* margin */
.u_mt0 { margin-top: 0 !important; }
.u_mt-xs { margin-top: 0.2rem !important; }
.u_mt-sm { margin-top: 0.5rem !important; }
.u_mt-md { margin-top: 1rem !important; }
.u_mt-lg { margin-top: 1.5rem !important; }
.u_mt-xl { margin-top: 3rem !important; }

.u_ml0 { margin-left: 0 !important; }
.u_ml-xs { margin-left: 0.2rem !important; }
.u_ml-sm { margin-left: 0.5rem !important; }
.u_ml-md { margin-left: 1rem !important; }
.u_ml-lg { margin-left: 1.5rem !important; }
.u_ml-xl { margin-left: 3rem !important; }

.u_mb0 { margin-bottom: 0 !important; }
.u_mb-xs { margin-bottom: 0.2rem !important; }
.u_mb-sm { margin-bottom: 0.5rem !important; }
.u_mb-md { margin-bottom: 1rem !important; }
.u_mb-lg { margin-bottom: 1.5rem !important; }
.u_mb-xl { margin-bottom: 3rem !important; }

.u_mr0 { margin-right: 0 !important; }
.u_mr-xs { margin-right: 0.2rem !important; }
.u_mr-sm { margin-right: 0.5rem !important; }
.u_mr-md { margin-right: 1rem !important; }
.u_mr-lg { margin-right: 1.5rem !important; }
.u_mr-xl { margin-right: 3rem !important; }

.u_my0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.u_my10 { margin-top: 10px !important; margin-bottom: 10px !important; }
.u_my20 { margin-top: 20px !important; margin-bottom: 20px !important; }
.u_my30 { margin-top: 30px !important; margin-bottom: 30px !important; }

.u_mt5 { margin-top: 5px !important; }
.u_mt10 { margin-top: 10px !important; }
.u_mt15 { margin-top: 15px !important; }
.u_mt20 { margin-top: 20px !important; }
.u_mt30 { margin-top: 30px !important; }
.u_mt50 { margin-top: 50px !important; }
.u_mt100 { margin-top: 100px !important; }

.u_mt-5 { margin-top: -5px !important; }
.u_mt-10 { margin-top: -10px !important; }
.u_mt-15 { margin-top: -15px !important; }
.u_mt-20 { margin-top: -20px !important; }
.u_mt-30 { margin-top: -30px !important; }
.u_mt-50 { margin-top: -50px !important; }
.u_mt-100 { margin-top: -100px !important; }

.u_mb5 { margin-bottom: 5px !important; }
.u_mb10 { margin-bottom: 10px !important; }
.u_mb15 { margin-bottom: 15px !important; }
.u_mb20 { margin-bottom: 20px !important; }
.u_mb30 { margin-bottom: 30px !important; }
.u_mb50 { margin-bottom: 50px !important; }
.u_mb100 { margin-bottom: 100px !important; }

.u_mb-5 { margin-bottom: -5px !important; }
.u_mb-10 { margin-bottom: -10px !important; }
.u_mb-15 { margin-bottom: -15px !important; }
.u_mb-20 { margin-bottom: -20px !important; }
.u_mb-30 { margin-bottom: -30px !important; }
.u_mb-50 { margin-bottom: -50px !important; }
.u_mb-100 { margin-bottom: -100px !important; }

/* position */
.u_pos-r { position: relative !important; }
.u_pos-a { position: absolute !important; }

/* text-align */
.u_ta-c { text-align: center !important; }
.u_ta-r { text-align: right !important; }
.u_ta-l { text-align: left !important; }

/* text-indent */
.u_ti--1 { text-indent: -1em !important; padding-left: 1em !important; }
.u_ti-0 { text-indent: 0em !important; padding-left: 0em !important; }

/* text-decoration */
.u_td-n { text-decoration: none !important; }
.u_td-u { text-decoration: underline !important; }
.u_td-o { text-decoration: overline !important; }
.u_td-l { text-decoration: line-through !important; }

/* vertical-align */
.u_va-sup { vertical-align: super !important; }
.u_va-t { vertical-align: top !important; }
.u_va-tt { vertical-align: text-top !important; }
.u_va-m { vertical-align: middle !important; }
.u_va-bl { vertical-align: baseline !important; }
.u_va-b { vertical-align: bottom !important; }
.u_va-tb { vertical-align: text-bottom !important; }
.u_va-sub { vertical-align: sub !important; }

/* flexbox */
.u_ac-fs { align-content: flex-start !important; }
.u_ac-fe { align-content: flex-end !important; }
.u_ac-c { align-content: center !important; }
.u_ac-sb { align-content: space-between !important; }
.u_ac-sa { align-content: space-around !important; }
.u_ac-s { align-content: stretch !important; }
.u_ai-fs { align-items: flex-start !important; }
.u_ai-fe { align-items: flex-end !important; }
.u_ai-c { align-items: center !important; }
.u_ai-b { align-items: baseline !important; }
.u_ai-s { align-items: stretch !important; }
.u_as-a { align-self: auto !important; }
.u_as-fs { align-self: flex-start !important; }
.u_as-fe { align-self: flex-end !important; }
.u_as-c { align-self: center !important; }
.u_as-b { align-self: baseline !important; }
.u_as-s { align-self: stretch !important; }
.u_jc-fs { justify-content: flex-start !important; }
.u_jc-fe { justify-content: flex-end !important; }
.u_jc-c { justify-content: center !important; }
.u_jc-sb { justify-content: space-between !important; }
.u_jc-sa { justify-content: space-around !important; }
.u_fx0-1-a { flex: 0 1 auto !important; }
.u_fx1-0-a { flex: 1 0 auto !important; }
.u_fx1-1-a { flex: 1 1 auto !important; }
.u_fx0-0-a { flex: 0 0 auto !important; }
.u_fx1-0-0 { flex: 1 0 0% !important; }

/* table-layout */
.u_tbl-a { table-layout: auto !important; }
.u_tbl-f { table-layout: fixed !important; }

/* width */
.u_w350 { width: 350px !important; }
.u_w400 { width: 400px !important; }

.u_w40p { width: 40% !important; }
.u_w45p { width: 45% !important; }
.u_w50p { width: 50% !important; }

.u_maW70p { max-width: 70% !important; }
.u_maW75p { max-width: 75% !important; }
.u_maW80p { max-width: 80% !important; }


/* 右ナビ用 */
#cont #c3_ll dl.cc11 table tr td.line_l{background-color:#C23535;}
#cont #c3_ll dl.cc11 table tr td.line_r{background-color:#EE6666;}
#cont #c3_ll dl.cc11-2    {border-color:#C23535;}
#cont #c3_ll dl.cc11 dt b img,
#cont #c3_ll dl.cc11-2 dt b img{background:#C23535;}
#cont #c3_ll dl.cc00 table tr td.line_l {background-color:#C23535;}
#cont #c3_ll dl.cc00 table tr td.line_r {background-color:#EE6666;}