@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;
  width: 1170px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
}

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

.sideNavi {
  width: 200px;
  order:2;
}

div#cont {
  font-family: "Helvetica Neue", "Noto Serif JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  margin: 0 auto;
}

.p_heading-mainVisual {}

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

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


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

    コンテンツ

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

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

.p_introBox_txt {
  font-size: 15px;
  font-weight: 500;
  margin: auto;
  width: 90%;
}

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


/*
    記事一覧
================================*/
.p_heading-underline {
  color: #806239;
  font-size: 24px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}

.p_heading-underline::after {
  background-color: #806239;
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 8%;
}

.p_articleContainer {
  border-top: 1px solid #afafaf;
  padding-top: 50px;
}

/* post */
.box_post {
  border: 1px solid #afafaf;
  position: relative;
  width: 100%;
}

.box_post.pickup::before {
  content: url("/resource/img/contents/challenging_era/icon_pickup.png");
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 999;
}


.box_post_link {
  color: currentColor;
  display: block;
  transition: .3s;
}

.box_post_link:hover {
  text-decoration: none;
}


.box_post_img { overflow: hidden; }

.box_post_img > img {
  display: block;
  height: auto;
  transition: .3s all;
  width: 100%;
}

.box_post_link:hover .box_post_img > img {
  opacity: .6;
  transform: scale(1.1);
}

.box_post_inner-top {
  border-bottom: 1px solid #ccc;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  padding: 15px 0 10px;
  margin: 0 15px 0;
}

.box_post_ttl {
  font-weight: bold;
  margin-bottom: 10px;
}

.box_post_date {
  color: #a7a7a7;
  font-weight: 400;
  margin-top: auto;
  text-align: right;
}

.box_post_inner-btm {}

.text_more {
  color: #806239;
  padding: 5px 15px;
  text-align: right;
  transition: .3s;
}

.box_post_link:hover .text_more {
  background-color: #806239;
  color: #fff;
}



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

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

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

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

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


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

.p_sideList_item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  padding-left: 10px;
}

.p_sideList_item.pickup p::before {
  color: #846312;
  content: "Pick up";
  display: block;
  font-size: .9em;
  margin-bottom: 5px;
  text-decoration: underline;
}

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

.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;
  position: relative;
  overflow: hidden;
}




@media screen and (min-width: 769px){
.p_sideList_link { transition: .3s; }
.p_sideList_link:hover { opacity: .7; }
.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: 11px;
  width: 5px;
}

.p_sideList_link::after {
  background-color: #276fa4;
  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;
  height: 0;
  margin-right: 5px;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s height;
  width: 5px;
}

.p_sideList_link.diversity::after { background-color: #c02c73; }
.p_sideList_link.shutaisei::after { background-color: #2f8033; }
.p_sideList_link.strongleader::after { background-color: #bb2245; }
.p_sideList_link.dx::after { background-color: #1d8c80; }
.p_sideList_link.hrstrategy::after { background-color: #2c80b3; }
.p_sideList_link.productivity::after { background-color: #294282; }


.p_sideList_link:hover::after { height: 130px;max-height: 100%; }
}

.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){
  /*タイトル部分*/
  .c_heading--contentTable > .c_heading__ttl {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    margin: 0 auto;
    text-align-last: left;
    max-width: 286px;
  }
  .c_heading--contentTable > .c_heading__ttl > p {
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-around;
  }
  .c_heading--contentTable > .c_heading__ttl > p > span {
    display: block;
    font-size: 12px;
    margin: 0;
  }
  .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: #efe8e4;
    justify-content: space-between;
    padding: 8px;
    font-weight: bold; 
  }
  .p_sideList_link:hover { background-color: #806239; color: #fff; }
  .p_sideList_link::before { content: none; }
  .p_sideList_link::after { content: url("/resource/img/contents/ico_ins-pedia_link.png"); margin-left: 16px; }
  .p_sideList_link:hover::after { content: url("/resource/img/contents/ico_ins-pedia_link_hover.png"); }
  .p_sideList_item.new:hover p::before { color: #fff; }

}

/* 右ナビバナー */
.sideNav_banner {}

.sideNav_banner > p {}

.sideNav_banner > p + p { margin-top: 8px; }

.sideNav_banner > p > a {}

.sideNav_banner > p > a:hover { opacity: .6; }


/*
    flex box
================================*/
.box_flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}

.box_flex-hasGutterSm  { margin: -15px; }
.box_flex-hasGutterMd { margin: -20px; }

.box_flex_inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 10px;
}

.box_flex-hasGutterSm > .box_flex_inner { padding: 15px; }
.box_flex-hasGutterMd > .box_flex_inner { padding: 20px; }

.box_flex-full {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px;
}

.box_flex-full_inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

/*横幅*/
.u_col1{width:8.333%;}
.u_col2{width:16.667%;}
.u_col3{width:25%;}
.u_col4{width:33.333%;}
.u_col5{width:41.666%;}
.u_col6{width:50%;}
.u_col7{width:58.333%;}
.u_col8{width:66.666%;}
.u_col9{width:75%;}
.u_col10{width:83.33%;}
.u_col11{width:91.666%;}
.u_col12{width:100%;}
@media screen and (max-width:768px){
  .u_resMdCol1{width:8.333%;}
  .u_resMdCol2{width:16.667%;}
  .u_resMdCol3{width:25%;}
  .u_resMdCol4{width:33.333%;}
  .u_resMdCol5{width:41.666%;}
  .u_resMdCol6{width:50%;}
  .u_resMdCol7{width:58.333%;}
  .u_resMdCol8{width:66.666%;}
  .u_resMdCol9{width:75%;}
  .u_resMdCol10{width:83.33%;}
  .u_resMdCol11{width:91.666%;}
  .u_resMdCol12{width:100%;}
}
@media screen and (max-width:599px){
  .u_resSmCol1{width:8.333%;}
  .u_resSmCol2{width:16.667%;}
  .u_resSmCol3{width:25%;}
  .u_resSmCol4{width:33.333%;}
  .u_resSmCol5{width:41.666%;}
  .u_resSmCol6{width:50%;}
  .u_resSmCol7{width:58.333%;}
  .u_resSmCol8{width:66.666%;}
  .u_resSmCol9{width:75%;}
  .u_resSmCol10{width:83.33%;}
  .u_resSmCol11{width:91.666%;}
  .u_resSmCol12{width:100%;}
}



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

    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; }

@media screen and (max-width: 599px){
  .u_res_d-n { display: none; }
  .u_res_d-b { display: block; }
}

/* 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; }

.u_m-a { margin: auto !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; }

/* order */
.u_ord0 { order: 0 !important; }
.u_ord1 { order: 1 !important; }
.u_ord2 { order: 2 !important; }
.u_ord3 { order: 3 !important; }
.u_ord4 { order: 4 !important; }
.u_ord5 { order: 5 !important; }
.u_ord6 { order: 6 !important; }
.u_ord9999 { order: 9999 !important; }
.u_ord-1 { order: -1 !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; }

.sp { display: none; }

@media screen and (max-width:599px){
  .res_sm_w100p { width: 100% !important; }
}

