/* Base */
body {
    font-family: helvetica neue,noto sans jp,yu gothic,YuGothic,ヒラギノ角ゴ pron w3,hiragino kaku gothic pron,Arial,メイリオ,Meiryo,sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .025em;
    line-height: 1.5;
    overflow-x: hidden
}

div#cont {
  width: 980px;
  margin: 30px auto;
}

.wrapper {
    display: flex;
    justify-content: space-between
}

#main {
    width: 730px
}

#base{
    width: 100%;
}

#footer{
    margin: 0 auto;
}

.contents {
}

/* Layout */
.l_web_int_box{
    padding: 20px;
    border: 1px solid #BEBEBE;
}

.l_grid{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.l_grid--center{
    justify-content: center;
}
.l_grid__item{
    display: flex;
}
.l_grid > .l_grid__item{
    padding: 5px;
}
.l_grid__inner{
    display: block;
    width: 100%;
}


.l_web_int_box + .l_web_int_box{
    margin-top: 32px;
}

/* Module */
.m_web_int_contents__header_wrap{
    margin-bottom: 30px;
}
.m_web_int_contents__header{
    color: #2D546B;
    display: flex;
    font-family: 'noto serif jp',serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}
.m_web_int_contents__header::before{
    align-items: center;
    background-color: #2D546B;
    color: #fff;
    content: "\8FEB\308B";
    display: flex;
    font-family: 'noto serif jp',serif;
    font-size: 16px;
    font-weight: 600;
    flex: 0 0 auto;
    min-height: 44px;
    justify-content: center;
    line-height: 1;
    margin-right: 10px;
    width: 44px;
}


.m_web_int_contents__header_inner{
    display: flex;
    align-items: center;
}
.m_web_int_contents__keyvisual{}
.m_web_int_contents__keyvisual>img{}

.m_web_int_teller_wrap{}
.m_web_int_teller{
    position: relative;
}
.m_web_int_teller + .m_web_int_teller{
    margin-top: 32px;
}

.m_web_int_teller + .m_web_int_teller::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #BEBEBE;
    top: -15px;
}


.m_web_int_teller_head_wrap{
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.m_web_int_teller_head_wrap--interviewee{}

.m_web_int_teller_head_wrap--interviewer{}
.m_web_int_teller_head_wrap--interviewer::before{
    content: url(/resource/img/web/contents/icon_interviewer.svg);
    padding-right: 20px;
}

.m_web_int_teller_head{
    color: #2D546B;
    font-size: 18px;
    font-weight: bold;
}

.m_web_int_teller_head__wrap{
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
}

.m_web_int_teller_head__inner{
   display: flex;
   justify-content: flex-start;
   align-items: center;
   width: 100%;
   padding-left: 20px;
}

.m_web_int_teller_head__inner::before{
    content: url(/resource/img/web/contents/icon_story-teller.svg);
    padding-right: 20px;
}

.m_web_int_teller_head__inner--noicon{}
.m_web_int_teller_head__inner--noicon::before{
    content: none;
}

.m_web_int_teller_head--role{
    font-size: 14px;
}
.m_web_int_teller_head--company{}
.m_web_int_teller_head--name{}
.m_web_int_teller_head_img{}
.m_web_int_teller_head_img>img{
    width: 120px;
    height: 120px;
}

.m_web_int_teller_profile{
    padding-left: 1rem;
    text-indent: -1rem;
    line-height: 1.6;
}
.m_web_int_teller_link{
    margin-top: 8px;
}
.m_web_int_teller_link>a{}
.m_web_int_teller_link>a:hover{
    opacity: .7;
}

.m_web_int_toc{}
.m_web_int_toc_heading{
    font-size: 16px;
    font-weight: bold;
    color: #2D546B;
    margin-bottom: 12px;
}
.m_web_int_toc_list{
    list-style: none;
    line-height: 1.8;
}
.m_web_int_toc_item{
    color: #2D546B;
    padding-left: 1rem;
    text-indent: -1rem;
    margin: 2px 0px;
}
.m_web_int_toc_item::before{
    content: "-";
    padding-right: 8px;
}
.m_web_int_toc_link{}
.m_web_int_toc_link:hover{
    opacity: .7;
}

.m_web_int_body_wrap{
    margin: 48px 0px;
}
.m_web_int_body{}


.m_web_int_ttl{
    align-items: center;
    display: flex;
    font-size: 20px;
    margin-top: 48px;
    margin-bottom: 28px;
}
.m_web_int_ttl::before{
    align-items: center;
    border-radius: 25px;
    color: #fff;
    display: flex;
    font-family: 'font awesome 5 free';
    font-size: 23px;
    font-weight: 900;
    flex: 0 0 auto;
    height: 45px;
    justify-content: center;
    line-height: 1;
    margin-right: 10px;
    width: 45px;
}
.m_web_int_ttl--book{}

.m_web_int_ttl--heart{}

.m_web_int_ttl--arrow{}
.m_web_int_ttl--light{}
.m_web_int_ttl--point{}
.m_web_int_ttl--comment{}
.m_web_int_ttl--pencil{}
.m_web_int_ttl--effect{}

.m_web_int_ttl--book::before{
    background: #2d4fad;
    content: '\f5da';
}
.m_web_int_ttl--heart::before{
    background: #db3752;
    content: '\f004'
}
.m_web_int_ttl--arrow::before{
    background: #328edd;
    content: '\f101';
}
.m_web_int_ttl--light::before{
    background: #519536;
    content: '\f0eb';
}
.m_web_int_ttl--point::before{
    background: #c72f1f;
    content: '\f0a6';
}
.m_web_int_ttl--comment::before{
    background: #228e9d;
    content: '\f075';
}
.m_web_int_ttl--pencil::before{
    background: #894d83;
    content: '\f304';
}
.m_web_int_ttl--effect::before{
    background-color: #db8313;
    content: '\f161';
}



.m_web_int_interviewer{
    margin-bottom: 12px;
}
.m_web_int_interviewer>p{
    font-weight: 700;
}
.m_web_int_interviewee{
    margin-bottom: 28px;
    font-weight: normal;
}
.m_web_int_interviewee>*:last-child{
    margin-bottom: 0;
}
.m_web_int_interviewee>p{
}
.m_web_int_interviewee--notice{
    font-size: 14px;
    margin-top: 12px;
}

.m_web_int_img_link{}
.m_web_int_img_link:hover{
    opacity: .7;
}
.m_web_int_img_link>img{
  width: 350px;
  height: 140px;
}
.m_web_int_img_link--other{}
.m_web_int_img_link--other:hover{
    opacity: .7;
}

.m_web_int_detail_wrap{
    margin: 48px 0px;
}
.m_web_int_detail{}
.m_web_int_detail_ttl{
    background: #2D546B;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 24px;
}

.m_web_int_other_story_wrap{
    margin: 48px 0px:
}
.m_web_int_other_story{}
.m_web_int_other_story_ttl{
    background: #2D546B;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 24px;
}
.m_web_int_other_story_link_wrap{}
.m_web_int_other_story_link_inner{}
.m_web_int_other_story_link_inner + .m_web_int_other_story_link_inner{
    margin-top: 24px;
}
.m_web_int_other_story_link{}
.m_web_int_other_story_link:hover{
    opacity: .7;
}
.m_web_int_other_story_link>img{}

@media screen and (max-width: 768px) {
  div#cont {
    width: 95%;
  }
  .l_grid{
    justify-content: center;
  }
  .m_web_int_img_link>img{
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 599px) {
  .l_web_int_box{
    padding: 15px;
  }
  .m_web_int_contents__header{
    font-size: 18px;
  }
  .m_web_int_teller_head{
    font-size: 15px;
    padding-left: 0px;
    letter-spacing: -1px;
  }
  .m_web_int_teller_head_wrap{
    flex-direction: column;
    align-items: flex-start;
  }
  .m_web_int_ttl{
    font-size: 18px;
  }
  .m_web_int_ttl::before{
    width: 40px;
    height: 40px;
  }
  .m_web_int_detail_ttl{
    font-size: 17px;
    letter-spacing: -1px;
  }
  .m_web_int_other_story_ttl{
    font-size: 17px;
    letter-spacing: -1px;
  }

}

/* Utility */
.u_tr{text-align: right;}


/****************
sidebar
****************/
.m_sidebar {
  width: 200px;
  font-size: 14px;
  float: left;
  margin-top: 0px;
}
.m_sidebarTtl_main {
  color: #ffffff;
  background-color: #CC2914;
  font-weight: bold;
  padding: 5px 5px 5px 10px;
}
.m_sidebarsub {
  margin: 20px 0;
}
.m_sidebarsub_main {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0;
  border-bottom: 3px solid #cc2914;
  padding-left: 5px;
}
.m_sidebarSub_list {
  box-sizing: border-box;
  margin-left: 15px;
}
.m_sidebarSub_listItem {
  border-bottom: 1px solid #333;
}
.m_sidebarSub_listItem_tgt {
  display: flex;
  font-size: 13px;
  color: #333;
  padding: 5px 0;
}
.m_sidebarSub_listItem_tgt:before {
  content: "";
  display: inline-block;
  background-color: #333;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  top: 10px;
}
.m_sidebarSub_listItem_tgt:hover {
  color: #CC2914;
}
.m_sidebarSub_listItem_tgt:hover:before {
  background-color: #CC2914;
}
.m_sidebarBox_item {
  margin: 20px 0px;
}
.m_sidebarBox_itemTarget:hover {
  opacity: 0.6;
  transition: .3s
}
.m_sidebarBox_itemTarget_img {
  width: 200px;
  height: 200px;
  border: 1px solid #C7C7C7;
  box-sizing: border-box;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .m_sidebar {
    display: none;
  }
  .m_web_int_teller_head__inner{
    flex-direction: column;
    align-items: baseline;
    width: 100%;
    padding-left: 20px;
  }
  .m_web_int_teller_head__wrap{
    flex-direction: column;
  }
  .m_web_int_teller_head_img{
    margin-bottom: 20px;
  }
}
