@charset "utf-8";

/*===========================================*/
/*  共通                                     */
/*===========================================*/

/* 全般 */
#base {
    width: 1220px;
}
div#cont div#c3_lrr {
    width: 1200px;
    line-height: 1.6;
}
.mainCont_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.main {
    width: 970px;
    order: 0;
}
.sideNav {
    order: 2;
}
@media (max-width: 768px) {
    .main {
        width: 100%;
        max-width: 100%;
    }
    div#cont {
        margin-left: 0;
        margin-right: 0;
    }
    .sideNav {
        display: none;
    }
}

/* MV */
.m_keyvisual_sp {
    display: none;
}
.m_herosArea__keyvisual img {
    vertical-align: bottom;
}

@media (max-width: 768px) {
    .m_keyvisual_pc {
        display: none;
    }
    .m_keyvisual_sp {
        display: block;
    }
}

/* コンテンツセクション */
.m_hmced_cont_sec {
    margin-bottom: 60px;
}
.m_hmced_cont_sec_last {
    margin-bottom: 100px;
}
.m_hmced_cont_sec_bg_gray {
    background-color: #F6F6F6;
}
.m_hmced_news_cont {
    padding: 40px 30px;
}
@media (max-width: 768px) {
    .m_hmced_news_cont {
        padding: 30px 20px;
    }
}

/* バナー */

.m_sideBanner_sec{}
.m_sideBanner_program_target{transition: .3s}
.m_sideBanner_program_target:hover{opacity:0.6}
.m_sideBanner_program_sidebanner_img{width: 100%;height:auto;}

/* 新着記事 */
.m_sideBanner_sec + .m_new_article_sec{
  margin-top: 10px;  
}
.m_new_article_head {
    font-size: 15px;
    font-weight: bold;
    background-color: #F6F6F6;
    border-left: 12px solid #8F1E35;
    padding: 10px 0 10px 12px;
}
.m_new_article {
    margin-top: 20px;
}
.m_new_article_item {
    border-bottom: 1px solid #DDDDDD;
    padding: 10px 0;
    transition: .2s;
}
.m_new_article_item:hover {
    opacity: 0.6;
}
.m_new_article_date {
    font-size: 12px;
    color: #ddd;
}
.m_new_article_title {
    font-size: 15px;
    color: #333;
}
.m_new_article_date + .m_new_article_title {
    margin-top: 10px;
}

@media (max-width: 768px) {
    #sideNav {
        display: none;
    }
}

/*===========================================*/
/*  トップページ                              */
/*===========================================*/

/* 見出し */
.m_hmced_head {
    font-size: 26px;
    font-weight: bold;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 30px;
}
.m_hmced_head_en {
    font-size: 16px;
    font-family: serif;
    font-weight: bold;
    color: #C0171E;
    margin-bottom: 15px;
}
.m_hmced_head_sec + div {
    margin-top: 30px;
}

@media (max-width: 768px) {
    .m_hmced_head {
        font-size: 24px;
    }
    .m_hmced_head_sec {
        margin-bottom: 20px;
    }
    .m_hmced_head_sec + div {
        padding-top: 10px;
    }
}

/* リード文 */
.m_hmced_lead_cont {
    font-size: 15px;
    line-height: 1.7;
}

/* 新着情報 */
.m_news_list {
    height: auto;
    background-color: #fff;
    padding: 20px;
    overflow-y: scroll;
}
.m_news_list_item {
    padding: 10px 0;
    border-bottom: 1px solid #DDDDDD;
    transition: .2s;
}
.m_news_list_item:hover {
    opacity: 0.6;
}
.m_news_list_item:nth-child(1) {
    padding-top: 0;
}
.m_news_list_content {
    display: flex;
}
.m_news_list_date {
    color: #333;
}
.m_news_list_text {
    font-size: 15px;
    color: #8F1E35;
    margin-left: 20px;
    text-decoration: underline;
}
.m_hmced_news_cont .m_hmced_head {
    border-bottom: none;
    padding-bottom: 0px;
}
@media (max-width: 768px) {
    .m_news_list {
        height: 495px;
    }
    .m_news_list_content {
        display: block;
    }
}

/* 研究レポート */
.m_report {
    display: flex;
    flex-wrap: wrap;
}
.m_report_item {
    width: 100%;
    max-width: 31%;
    background-color: #fff;
    border-bottom: 1px solid #DDDDDD;
    border-radius: 10px;
    box-shadow: 0px 0px 15px -5px #777777;
    margin-bottom: 30px;
    transition: .2s;
}
.m_report_img img {
    width: 100%;
    max-width: 100%;
    height: 180px;
    border-radius: 10px 10px 0px 0px;
    object-fit: cover;
}
.m_report_item a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.m_report_item + .m_report_item {
    margin-left: 30px;
}
.m_report_item:nth-child(3n+1) {
    margin-left: 0;
}
.m_report_item:hover {
    opacity: 0.6;
}
.m_report_detail_sec {
    display: flex;
    flex-direction: column;
    /* height: 170px; */
    height: 100%;
    padding: 10px 20px 20px 20px;
}
.m_report_date_text {
    color: #DDDDDD;
    font-size: 12px;
    margin-bottom: 10px;
}
.m_report_title {
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}
.m_report_author_sec {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: auto;
}
.m_report_author_name {
    font-size: 14px;
    color: #333;
    margin-left: 10px;
}
.m_hmced_report_cont .pagination {
    display: flex;
    justify-content: center;
}
.m_hmced_report_cont .page-item + .page-item {
    margin-left: 8px;
}
.m_hmced_report_cont .page-item a {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border-radius: 6px;
    background-color: #8F1E35;
    border: 2px solid #8F1E35;
    transition: .2s;
    padding: 10px 15px;
    transition: .2s;
}
.m_hmced_report_cont .page-item a:hover {
    color: #8F1E35;
    background-color: #fff;
}
.m_hmced_report_cont .page-item.active a {
    color: #8F1E35;
    background-color: #fff;
}
.m_hmced_report_cont .pagination-container {
    margin-top: 40px;
}

@media (max-width: 768px) {
    .m_report {
        display: block;
    }
    .m_report_item {
        max-width: 95%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .m_report_item + .m_report_item {
        margin-left: 0px;
    }
}

/* プログラム */

.m_hmced_program{}
.m_hmced_program_target{transition: .3s}
.m_hmced_program_target:hover{opacity: 0.6;}
.m_hmced_program_img{width:100%;height:auto;}
.m_hmced_freeSeminar{}
.m_hmced_freeSeminar_target{
  position:relative;
  padding-left:10px;
  transition: .3s;
  color:#8F1E35;
}
.m_hmced_freeSeminar_target:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 2px;
  left: 0px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #8F1E35;
  border-right: 2px solid #8F1E35;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.m_hmced_freeSeminar_target:hover{opacity: 0.6;}


/*===========================================*/
/*  記事ページ                                */
/*===========================================*/

/* 全般 */
.m_hmced_article_cont + .m_hmced_article_cont {
    margin-top: 60px;
}

/* 記事タイトル */
.m_hmced_article_head {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 30px;
}
.m_hmced_article_date {
    font-size: 14px;
    color: #CCCCCC;
}
.m_hmced_article_title {
    font-size: 26px;
    font-weight: bold;
}
.m_hmced_article_date + .m_hmced_article_title {
    margin-top: 10px;
}
.m_hmced_article_author {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.m_article_img img {
    width: 100%;
    max-width: 100%;
}
.m_article_img + .m_report_author_name {
    margin-right: 10px;
}

/* 見出し */
.m_hmced_article_cont_sec h2 {
    font-size: 26px;
    font-weight: bold;
    background-color: #F6F6F6;
    border-left: 4px solid #8F1E35;
    padding: 10px 20px;
    margin-bottom: 30px;
}
.m_hmced_article_cont_sec h3 {
    position: relative;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 2px solid #DDDDDD;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.m_hmced_article_cont_sec h3::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #8F1E35;
    bottom: -1px;
    left: 0;
}
.m_hmced_article_cont_sec h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* 記事テキスト*/
.m_hmced_article_cont_sec p {
    font-size: 15px;
}
.m_hmced_article_cont_sec p + p {
    padding-top: 20px;
}
.m_hmced_article_cont_sec p + div {
    padding-top: 20px;
}
.m_hmced_article_cont_sec a {
    font-size: 15px;
    color: #8F1E35;
    text-decoration: underline;
    cursor: pointer;
}
.m_hmced_article_cont_sec a:hover {
    text-decoration: none;
}
.m_hmced_note_text {
    font-size: 12px !important;
}
p + .m_hmced_note_text {
    margin-top: 10px;
}
div + .m_hmced_note_text {
    margin-top: 10px;
}
.m_hmced_article_textBox {
    border: 1px solid #333;
    padding: 20px;
    margin-top: 50px;
}
.m_hmced_text_bold {
    font-weight: bold;
}
.m_hmced_text_sm {
    font-size: 12px;
}

/* 記事メイン画像 */
.m_hmced_article_img_sec {
    padding: 60px 0;
}

/* 記事画像 */
.m_hmced_article_img + p {
    margin-top: 50px;
}
.m_hmced_article_img {
    width: 100%;
    max-width: 470px;
    margin: 0 auto;
}
.m_hmced_article_img img {
    width: 100%;
    max-width: 100%;
}
@media(max-width: 768px) {
    .m_hmced_article_img {
        max-width: 100%;
    }
}

/* 目次 */
.m_hmced_contents_sec {
    padding: 30px;
}
.m_hmced_article_contents {
    margin-top: 20px;
}
.m_hmced_article_contents_item a {
    position: relative;
    color: #8F1E35;
    font-size: 15px;
    text-decoration: underline;
    padding-left: 30px;
    transition: .2s;
}
.m_hmced_article_contents_item a:hover {
    opacity: 0.6;
    text-decoration: underline;
}
.m_hmced_article_contents_item + .m_hmced_article_contents_item {
    margin-top: 20px;
}
.m_hmced_article_contents_item a::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 2px;
    background-image: url(/resource/img/humancap_education/ico_unkerlink.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: .2s;
}
.m_hmced_article_contents_item a:hover::before {
    opacity: 0.6;
}

/* メルマガ登録バナー */
.m_hmced_magagine_bnr_sp .m_hmced_magagine_bnr {
    transition: .2s;
}
.m_hmced_magagine_bnr_sp .m_hmced_magagine_bnr:hover {
    opacity: 0.6;
}
.m_hmced_magagine_bnr_pc .m_hmced_magagine_bnr img {
    transition: .2s;
}
.m_hmced_magagine_bnr_pc .m_hmced_magagine_bnr img:hover {
    opacity: 0.6;
}
@media (min-width: 769px) {
    .m_hmced_magagine_bnr {
        text-align: center;
    }
    .m_hmced_magagine_bnr_sp {
        display: none;
    }
}
@media (max-width: 768px) {
    .m_hmced_magagine_bnr img {
        width: 100%;
        max-width: 100%;
    }
    .m_hmced_magagine_bnr_sp {
        display: block;
    }
    .m_hmced_magagine_bnr_pc {
        display: none;
    }
}

/* 記事ページリンク */
.m_hmced_article_link_sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
}
.m_hmced_article_link_prev, .m_hmced_article_link_next, .m_hmced_btn {
    position: relative;
}
.m_hmced_article_link_prev, .m_hmced_article_link_next {
    transition: .2s;
}
.m_hmced_article_link_prev:hover {
    opacity: 0.6;
}
.m_hmced_article_link_next:hover {
    opacity: 0.6;
}
.m_hmced_article_link_prev::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: -40px;
    top: 59px;
    background-image: url(/resource/img/humancap_education/ico_prev.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: .2s;
}
.m_hmced_article_link_next::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    right: -20px;
    top: 59px;
    background-image: url(/resource/img/humancap_education/ico_next.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: .2s;
}
.m_hmced_article_link_prev:hover::before {
    opacity: 0.6;
}
.m_hmced_article_link_next:hover::before {
    opacity: 0.6;
}
.m_hmced_article_link_prev {
    order: 0;
}
.m_hmced_article_link {
    display: flex;
    align-items: center;
}
.m_hmced_btn_sec {
    order: 1;
}
.m_hmced_btn {
    color: #fff;
    font-size: 16px;
    width: 162px;
    font-weight: bold;
    background-color: #8F1E35;
    border: 1px solid #8F1E35;
    border-radius: 30px;
    padding: 10px 50px 10px 30px;
    transition: .2s;
}
.m_hmced_btn::before {
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    right: 12px;
    background-image: url(/resource/img/humancap_education/ico_btn.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: .2s;
}
.m_hmced_btn:hover {
    background-color: #fff;
    color: #8F1E35;
}
.m_hmced_btn:hover::before {
    background-image: url(/resource/img/humancap_education/ico_btn_hover.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.m_hmced_article_link_next {
    order: 2;
}
.m_hmced_article_link_inr {
    margin-right: 20px;
}
.m_hmced_article_link_prev .m_hmced_article_link_inr:nth-of-type(2) {
    margin-right: 40px;
}
.m_hmced_article_link_next .m_hmced_article_link_inr:nth-of-type(2) {
    margin-left: 20px;
}
.m_hmced_article_link_inr p {
    color: #333;
    font-size: 14px;
}
.m_hmced_article_link_inr .m_hmced_article_date {
    font-size: 12px;
    margin-bottom: 10px;
    color: #DDDDDD;
}
.m_hmced_article_link_img {
    width: 118px;
    height: 71px;
    margin-top: 10px;
} 
.m_hmced_article_link_img img {
    width: 100%;
    max-width: 100%;
}
.m_hmced_article_link_next .m_hmced_article_link .m_hmced_article_link_inr:nth-of-type(1) {
    order: 2;
}   
.m_hmced_article_link_next .m_hmced_article_link .m_hmced_article_link_inr:nth-of-type(2) {
    order: 1;
}
.m_hmced_article_link_next .m_hmced_article_link .m_hmced_article_link_inr p {
    text-align: right;
}
@media (max-width: 768px) {
    .m_hmced_article_link_sec {
        display: block;
        padding: 0 15px 0 35px;
    }
    .m_hmced_article_link_prev {
        border-bottom: 1px solid #DDDDDD;
        padding-bottom: 20px;
    }
    .m_hmced_article_link_next {
        border-top: 1px solid #DDDDDD;
        padding-top: 20px;
    }
    .m_hmced_btn_sec {
        margin-top: 40px;
    }
    .m_hmced_btn {
        width: 100%;
        text-align: center;
    }
    .m_hmced_article_link_prev::before {
        left: -30px;
        top: 53px;
    }
    .m_hmced_article_link_next::before {
        right: -10px;
        top: 69px;
    }
    .m_hmced_article_link_prev .m_hmced_article_link_inr:nth-of-type(2) {
        margin-right: 20px;
    }
    .m_hmced_article_link_next .m_hmced_article_link_inr:nth-of-type(2) {
        margin-left: 0;
    }
    .m_hmced_article_link_next .m_hmced_article_link .m_hmced_article_link_inr p {
        text-align: left;
    }
    .m_hmced_article_link_next .m_hmced_article_link .m_hmced_article_link_inr:nth-of-type(1) {
        order: 1;
    }
    .m_hmced_article_link_next .m_hmced_article_link .m_hmced_article_link_inr:nth-of-type(2) {
        order: 2;
    }
    .m_hmced_article_link_img {
        width: 100px;
        height: 60px;
    } 
}


/* ページネーション */
.m_pagination__body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.m_pagination__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #C0171E;
  border: 1px solid #C0171E;
  transition: color 0.2s, background-color 0.2s;
}
.m_pagination__num:hover,
.m_pagination__num.is_current {
  color: #C0171E;
  background-color: #fff;
}