@charset "UTF-8";
/* --------------------
 * 社員インタビュー
 * -------------------- */
/* --------------------
 * globalsetting
 * -------------------- */
* {
  margin: 0;
  padding: 0;
}

body #heroSec,
body #mainContents {
  text-align: center;
  font-weight: 400;
}

body #heroSec .clearfix,
body #mainContents .clearfix {
  display: block;
  zoom: 1;
}

body #heroSec .clearfix:after,
body #mainContents .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
}

body #heroSec img,
body #mainContents img {
  line-height: 1;
  vertical-align: bottom;
  border: 0;
}

body #heroSec .spNone,
body #mainContents .spNone {
  display: block;
}

/* --------------------
 * heroSec
 * -------------------- */
/*PC*/
#heroSec {
  overflow: hidden;
  top: 0;
  width: 100%;
  z-index: 1;
  display: block;
  position: relative;
  color: #ffffff;
  min-width: 1100px;
}

#heroSec ul {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}

#heroSec ul li {
  width: 100%;
  line-height: 1;
}

#heroSec ul li img {
  width: 100%;
  height: auto;
}

#heroSec h1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 8%;
  z-index: 100;
  width: 80%;
  text-align: left;
  font-size: 36px;
  line-height: 2;
  letter-spacing: 0.17em;
  padding-bottom: 30px;
}

#heroSec h1 span {
  font-size: 20px;
  display: inline-block;
  padding-left: 0;
  padding-bottom: 0.7em;
  margin-left: 0.2em;
  margin-bottom: 1.5em;
  line-height: 1.4;
  background: none;
  position: relative;
  letter-spacing: 0.2em;
}

#heroSec h1 span:before {
  content: "";
  display: block;
  width: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: #fff 2px solid;
  opacity: 0.6;
}

#heroSec h1 img {
  width: 100%;
  height: auto;
}

@media print, screen and (max-width: 767px) {
  .spNone {
    display: none !important;
  }
  #jimuStory1 #heroSec {
    min-width: 0;
  }
  #jimuStory1 #heroSec ul li {
    float: none;
    list-style: none;
    width: 100%;
    z-index: 50;
    display: block;
  }
  #jimuStory1 #heroSec h1 {
    left: 10%;
    font-size: 15px;
    width: 100%;
    padding-bottom: 0;
  }
  #jimuStory1 #heroSec h1 span {
    font-size: 12px;
    padding-bottom: 0.8em;
    margin-bottom: 0.5em;
    background-size: 15px auto;
  }
  #jimuStory1 #heroSec h1 span:before {
    width: 60px;
    left: 0;
  }
  #jimuStory1 #heroSec p {
    font-size: 10px;
    line-height: 1.8;
    bottom: 12%;
  }
  #jimuStory1 #heroSec p small {
    font-size: 8px;
  }
}

/* --------------------
 * mainContents
 * -------------------- */
/*PC*/
#mainContents {
  position: relative;
  clear: both;
  min-width: 1100px;
}

#mainContents section {
  padding: 0 0 90px;
}

#mainContents section * {
  box-sizing: border-box;
}

#mainContents #secStoryMain .firstBox {
  background-color: #ffffff;
  color: #444444;
  line-height: 1.8;
  padding: 38px 5% 40px;
}

#mainContents #secStoryMain .firstBox .iconList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: center;
  justify-content: center;
}

#mainContents #secStoryMain .firstBox .iconList li {
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  max-width: 150px;
  margin: 0 30px;
}

#mainContents .leadBox {
  padding: 88px 0;
  width: 100%;
  text-align: left;
  background-color: #f2f2f2;
}

#mainContents .leadBox h2 {
  color: #0b308e;
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 40px;
}

#mainContents .leadBox p {
  color: #444444;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  margin: 0 0 33px;
}

#mainContents .leadBox p:last-child {
  margin-bottom: 0;
}

#mainContents .talkBox {
  padding: 84px 0 0;
  width: 100%;
  text-align: left;
  font-size: 15px;
  line-height: 1.6;
}

#mainContents .talkBox .secTitle {
  margin-bottom: 46px;
}

#mainContents .talkBox .secTitle .en {
  padding-right: 42px;
  font-size: 15px;
  letter-spacing: 0.2em;
}

#mainContents .talkBox .secSubTitle {
  margin: 0 0 42px;
  font-weight: 400;
}

#mainContents .talkBox .chairman {
  margin: 0 auto 80px;
  padding: 0 0 0 90px;
  position: relative;
  line-height: 2;
}

#mainContents .talkBox .chairman:before {
  content: "";
  display: block;
  width: 50px;
  border-top: #0B308E 1px solid;
  position: absolute;
  top: 0.9em;
  left: 0;
  opacity: 0.4;
}

#mainContents .talkBox .member_talk {
  margin: 75px auto;
}

#mainContents .talkBox .member_talk li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 0 0 70px;
}

#mainContents .talkBox .member_talk li .icon {
  -ms-flex: 1 1 19%;
  flex: 1 1 19%;
  max-width: 19%;
  padding: 0 80px 0 0;
}

#mainContents .talkBox .member_talk li .icon p {
  color: #0b308e;
  font-weight: 400;
  margin: 33px 0 0;
}

#mainContents .talkBox .member_talk li .talk {
  -ms-flex: 1 1 81%;
  flex: 1 1 81%;
  line-height: 2;
}

#mainContents .talkBox .imgLine {
  line-height: 0;
  padding: 0;
  width: 100%;
  margin: 0 0 90px;
}

#mainContents .talkBox .imgLine img {
  width: 100%;
}

#mainContents .talkBox .imgDesc {
  background-color: #f2f2f2;
  width: 1000px;
  padding: 62px 87px;
  margin: 0 auto;
}

#mainContents .talkBox .imgDesc h3 {
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  color: #0b308e;
  margin: 0 0 33px;
}

#mainContents .talkBox .imgDesc p {
  font-size: 15px;
  line-height: 2;
  font-weight: 400;
  color: #333333;
  margin: 0 0 40px;
}

#mainContents .talkBox .imgDesc figure {
  width: 825px;
}

#mainContents .talkBox .imgDesc figure img {
  width: 100%;
}

#mainContents .nextBox .nextChapter {
  margin: 0 auto 60px;
  width: 1000px;
}

#mainContents .nextBox .nextChapter a {
  display: block;
  transition-duration: 200ms;
  position: relative;
}

#mainContents .nextBox .nextChapter a .nextWrapper {
  display: -ms-flexbox;
  display: flex;
  background-color: #f0f3f8;
  padding: 25px 50px;
}

#mainContents .nextBox .nextChapter a .nextWrapper figure {
  -ms-flex: 0 0 246px;
  flex: 0 0 246px;
  max-width: 246px;
  overflow: hidden;
}

#mainContents .nextBox .nextChapter a .nextWrapper figure img {
  width: 100%;
  transition: 200ms;
}

#mainContents .nextBox .nextChapter a .nextWrapper .nextInner {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 400;
  padding: 20px 50px;
}

#mainContents .nextBox .nextChapter a .nextWrapper .nextInner .en {
  color: #0b308e;
  margin: 0 0 10px;
}

#mainContents .nextBox .nextChapter a .nextWrapper .nextInner .jp {
  color: #0b308e;
  font-size: 16px;
  line-height: 1.75;
}

#mainContents .nextBox .nextChapter a::after {
  font-family: icomoon;
  content: "";
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 42px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #333333;
  font-size: 26px;
  transition: 200ms;
}

#mainContents .nextBox .nextChapter a:hover {
  opacity: .8;
}

#mainContents .nextBox .nextChapter a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

#mainContents .nextBox .nextChapter a:hover:after {
  -webkit-transform: translateY(-50%) translateX(3px);
  -ms-transform: translateY(-50%) translateX(3px);
  transform: translateY(-50%) translateX(3px);
}

#mainContents .nextBox .pager ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

#mainContents .nextBox .pager ul li {
  padding: 0 10px;
  /* リンクがある場合はaタグ */
}

#mainContents .nextBox .pager ul li .pagerInner {
  display: block;
}

#mainContents .nextBox .pager ul li .pagerInner span {
  display: block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border: 1px  solid #0b308e;
  color: #0b308e;
  transition: 200ms;
}

#mainContents .nextBox .pager ul li .pagerInner:hover span {
  color: #ffffff;
  background-color: #0b308e;
}

#mainContents .nextBox .pager ul li.active .pagerInner span {
  color: #ffffff;
  background-color: #0b308e;
}

#mainContents .nextBox .pager ul li.dots span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
}

#mainContents .nextBox .pager ul li.arrow .pagerInner span {
  position: relative;
}

#mainContents .nextBox .pager ul li.arrow .pagerInner span:after {
  font-family: icomoon;
  content: "";
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 28px;
  color: #333333;
  transition: 200ms;
}

#mainContents .nextBox .pager ul li.arrow.-next .pagerInner span {
  position: relative;
}

#mainContents .nextBox .pager ul li.arrow.-next .pagerInner:hover span:after {
  -webkit-transform: translate(-43%, -50%);
  -ms-transform: translate(-43%, -50%);
  transform: translate(-43%, -50%);
  color: #fff;
}

#mainContents .nextBox .pager ul li.arrow.-prev .pagerInner span:after {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
  -ms-transform: translate(-50%, -50%) scale(-1, 1);
  transform: translate(-50%, -50%) scale(-1, 1);
}

#mainContents .nextBox .pager ul li.arrow.-prev .pagerInner:hover span:after {
  -webkit-transform: translate(-57%, -50%) scale(-1, 1);
  -ms-transform: translate(-57%, -50%) scale(-1, 1);
  transform: translate(-57%, -50%) scale(-1, 1);
  color: #fff;
}

#mainContents .interviewList .story {
  padding-bottom: 0;
}

#mainContents .interviewList .story ul li {
  border-top: 1px solid #cccccc;
}

#mainContents .interviewList .story ul li a dl {
  margin: 78px 0;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

#mainContents .interviewList .story ul li a dl dt {
  position: static;
  text-align: left;
  color: #0b308e;
  padding-left: 60px;
  padding-right: 60px;
  transition: 200ms;
}

#mainContents .interviewList .story ul li a dl dt .ja {
  font-size: 26px;
  font-weight: 400;
}

#mainContents .interviewList .story ul li a dl dd {
  -ms-flex: 0 0 288px;
  flex: 0 0 288px;
}

#mainContents .interviewList .story ul li a:hover dt {
  opacity: .8;
}

#mainContents .interviewList .story ul li a.blank dl dt:after {
  font-family: icomoon;
  content: "";
  font-weight: normal;
}

@media print, screen and (max-width: 767px) {
  #jimuStory1 #mainContents {
    min-width: 0;
  }
  #jimuStory1 #mainContents section {
    padding: 0 0 12%;
  }
  #jimuStory1 #mainContents #secStoryMain .firstBox {
    line-height: 1.6;
    padding: 8% 9%;
  }
  #jimuStory1 #mainContents #secStoryMain .firstBox .iconList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #jimuStory1 #mainContents #secStoryMain .firstBox .iconList li {
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
    max-width: 33.33%;
    margin: 0;
    padding: 0 5px;
  }
  #jimuStory1 #mainContents #secStoryMain .leadBox {
    padding: 10% 0;
  }
  #jimuStory1 #mainContents #secStoryMain .leadBox h2 {
    font-size: 18px;
    margin: 0 0 10%;
  }
  #jimuStory1 #mainContents #secStoryMain .leadBox p {
    font-size: 13px;
    line-height: 2;
    margin: 0 0 8%;
  }
  #jimuStory1 #mainContents #secStoryMain .leadBox p:last-child {
    margin-bottom: 0;
  }
  #jimuStory1 #mainContents #secStoryMain .talkBox {
    font-size: 13px;
    line-height: 2;
    padding: 10% 0 0;
  }
  #jimuStory1 #mainContents #secStoryMain .talkBox .secTitle {
    margin-bottom: 7%;
  }
  #jimuStory1 #mainContents #secStoryMain .talkBox .secTitle .en {
    padding-right: 20px;
    font-size: 10px;
    letter-spacing: 0.2em;
  }
  #jimuStory1 #mainContents #secStoryMain .talkBox .secSubTitle {
    margin: 0 0 6.7%;
  }
  #jimuStory1 #mainContents #secStoryMain .talkBox .chairman {
    margin: 0 auto 11%;
    padding: 0 0 0 13%;
  }
  #jimuStory1 #mainContents #secStoryMain .talkBox .chairman:before {
    content: "";
    top: 0.8em;
    width: 20px;
    left: 0;
  }
  #jimuStory1 #mainContents #secStoryMain .talkBox .member_talk {
    margin: 14% auto;
  }
  #jimuStory1 #mainContents #secStoryMain .talkBox .member_talk.-mt {
    margin-top: 11%;
  }
  #jimuStory1 #mainContents #secStoryMain .talkBox .member_talk li {
    margin: 0 0 11%;
    display: block;
  }
  #jimuStory1 #mainContents #secStoryMain .talkBox .member_talk li .icon {
    padding-right: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 5%;
  }
  #jimuStory1 #mainContents #secStoryMain .talkBox .member_talk li .icon figure {
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
  }
  #jimuStory1 #mainContents #secStoryMain .talkBox .member_talk li .icon figure img {
    width: 100%;
  }
  #jimuStory1 #mainContents #secStoryMain .talkBox .member_talk li .icon p {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 13px;
    margin: 0 0 0 20px;
    min-width: 50px;
  }
  #jimuStory1 #mainContents #secStoryMain .talkBox .member_talk li .talk {
    float: none;
    width: 100%;
  }
  #jimuStory1 #mainContents #secStoryMain .talkBox .imgDesc {
    background-color: #f2f2f2;
    width: 100%;
    padding: 8% 0;
    margin: 0 auto;
  }
  #jimuStory1 #mainContents #secStoryMain .talkBox .imgDesc .imgDescInner {
    padding: 0 40px;
  }
  #jimuStory1 #mainContents #secStoryMain .talkBox .imgDesc h3 {
    font-size: 13px;
    margin: 0 0 5%;
    letter-spacing: 0;
  }
  #jimuStory1 #mainContents #secStoryMain .talkBox .imgDesc p {
    font-size: 13px;
    margin: 0 0 10%;
  }
  #jimuStory1 #mainContents #secStoryMain .talkBox .imgDesc figure {
    width: 100%;
  }
  #jimuStory1 #mainContents #secStoryMain .talkBox .imgDesc figure img {
    width: 100%;
  }
  #jimuStory1 #mainContents #secStoryMain .talkBox .imgLine {
    margin: 0 0 12%;
  }
  #jimuStory1 #mainContents #secStoryMain .talkBox .nextBox .nextChapter {
    margin: 0 auto 10%;
    width: auto;
  }
  #jimuStory1 #mainContents #secStoryMain .talkBox .nextBox .nextChapter a .nextWrapper {
    padding: 6% 10%;
  }
  #jimuStory1 #mainContents #secStoryMain .talkBox .nextBox .nextChapter a .nextWrapper figure {
    -ms-flex: 0 0 26%;
    flex: 0 0 26%;
    max-width: 26%;
    overflow: hidden;
  }
  #jimuStory1 #mainContents #secStoryMain .talkBox .nextBox .nextChapter a .nextWrapper .nextInner {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-weight: 400;
    padding: 0 8% 0 5%;
    letter-spacing: 0;
  }
  #jimuStory1 #mainContents #secStoryMain .talkBox .nextBox .nextChapter a .nextWrapper .nextInner .en {
    color: #0b308e;
    margin: 0 0 4%;
    font-size: 9px;
    line-height: 1;
  }
  #jimuStory1 #mainContents #secStoryMain .talkBox .nextBox .nextChapter a .nextWrapper .nextInner .jp {
    color: #0b308e;
    font-size: 10px;
    line-height: 1.6;
    padding: 0 9% 0 0;
  }
  #jimuStory1 #mainContents #secStoryMain .talkBox .nextBox .nextChapter a::after {
    right: 8%;
    font-size: 22px;
  }
  #jimuStory1 #mainContents #secStoryMain .talkBox .nextBox .pager ul li {
    padding: 0 7px;
    /* リンクがある場合はaタグ */
  }
  #jimuStory1 #mainContents #secStoryMain .talkBox .nextBox .pager ul li .pagerInner span {
    display: -ms-flexbox;
    display: flex;
    width: 11.5vw;
    height: 11.5vw;
    max-width: 43px;
    max-height: 43px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 11px;
  }
  #jimuStory1 #mainContents #secStoryMain .talkBox .nextBox .pager ul li.arrow .pagerInner span:after {
    font-size: 22px;
  }
  #jimuStory1 #mainContents .interviewList .story {
    padding-bottom: 0;
  }
  #jimuStory1 #mainContents .interviewList .story ul {
    margin: 0 0 9%;
  }
  #jimuStory1 #mainContents .interviewList .story ul li {
    border-top: 1px solid #cccccc;
  }
  #jimuStory1 #mainContents .interviewList .story ul li a dl {
    margin: 6% 0 8%;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
  }
  #jimuStory1 #mainContents .interviewList .story ul li a dl dt {
    -ms-flex: 1 1 66%;
    flex: 1 1 66%;
    position: static;
    padding: 0 6% 0 6%;
  }
  #jimuStory1 #mainContents .interviewList .story ul li a dl dt .en {
    font-size: 10px;
  }
  #jimuStory1 #mainContents .interviewList .story ul li a dl dt .ja {
    font-size: 12px;
  }
  #jimuStory1 #mainContents .interviewList .story ul li a dl dt::after {
    font-size: 22px;
    right: -4%;
  }
  #jimuStory1 #mainContents .interviewList .story ul li a dl dd {
    -ms-flex: 1 1 34%;
    flex: 1 1 34%;
  }
  #jimuStory1 #mainContents .interviewList .story ul li a dl dd .en {
    font-size: 10px;
    color: #0b308e;
    text-align: left;
  }
  #jimuStory1 #mainContents .interviewList .story ul li a.blank dl dt:after {
    font-size: 18px;
  }
  .interviewList .interviewTop a {
    text-align: left;
  }
}

/* --------------------
 * globalsetting
 * -------------------- */
.projectstoryTop .lowerKv-projectstoryTop {
  background-image: url("../images/kv/top_kv_sp.jpg");
}

@media print, screen and (min-width: 768px) {
  .projectstoryTop .lowerKv-projectstoryTop {
    background-image: url("../images/kv/top_kv_pc.jpg");
  }
}

.projectstoryTop #jimuStory1 #mainContents .interviewList .story {
  padding-bottom: 0;
}

.projectstoryTop #jimuStory1 #mainContents .interviewList .story ul {
  margin-bottom: 0;
}

.projectstoryTop #jimuStory1 #mainContents .interviewList .story ul li {
  border-top: none;
}

.projectstoryTop #jimuStory1 #mainContents .interviewList .story ul li:last-child {
  margin-bottom: 0;
}

@media print, screen and (max-width: 767px) {
  .projectstoryTop #jimuStory1 #mainContents .interviewList .story ul li {
    margin: 11% 0;
  }
  .projectstoryTop #jimuStory1 #mainContents .interviewList .story ul li a dl {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .projectstoryTop #jimuStory1 #mainContents .interviewList .story ul li a dl dt {
    position: relative;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
  }
  .projectstoryTop #jimuStory1 #mainContents .interviewList .story ul li a dl dt .en {
    margin: 0 0 4%;
  }
  .projectstoryTop #jimuStory1 #mainContents .interviewList .story ul li a dl dt .ja {
    font-size: 15px;
    position: relative;
    padding: 0 6% 0 0%;
  }
  .projectstoryTop #jimuStory1 #mainContents .interviewList .story ul li a dl dt .ja::after {
    font-family: icomoon;
    content: "";
    font-weight: normal;
    position: absolute;
    top: 50%;
    right: -6px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #333333;
    transition: 200ms;
  }
  .projectstoryTop #jimuStory1 #mainContents .interviewList .story ul li a dl dt:after {
    content: none;
  }
  .projectstoryTop #jimuStory1 #mainContents .interviewList .story ul li a dl dd {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
  }
  .projectstoryTop #jimuStory1 #mainContents .interviewList .story ul li a dl dd figure {
    margin: 0 0 7%;
  }
  .projectstoryTop #jimuStory1 #mainContents .interviewList .story ul li a.blank dl dt .ja::after {
    font-family: icomoon;
    content: "";
    font-weight: normal;
  }
}

@media print, screen and (min-width: 768px) {
  .projectstoryTop #jimuStory1 #mainContents .interviewList .story ul {
    margin-top: 90px;
  }
  .projectstoryTop #jimuStory1 #mainContents .interviewList .story ul li {
    margin-bottom: 60px;
  }
  .projectstoryTop #jimuStory1 #mainContents .interviewList .story ul li:last-child {
    margin-bottom: 0;
  }
  .projectstoryTop #jimuStory1 #mainContents .interviewList .story ul li a dl {
    margin: 0;
    position: relative;
    padding: 0 30px;
    -ms-flex-align: center;
    align-items: center;
  }
  .projectstoryTop #jimuStory1 #mainContents .interviewList .story ul li a dl dt {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    position: static;
    text-align: left;
    color: #0b308e;
    padding: 0 60px 40px 60px;
  }
  .projectstoryTop #jimuStory1 #mainContents .interviewList .story ul li a dl dt .en {
    margin: 0 0 30px;
  }
  .projectstoryTop #jimuStory1 #mainContents .interviewList .story ul li a dl dt .ja {
    font-weight: 400;
  }
  .projectstoryTop #jimuStory1 #mainContents .interviewList .story ul li a dl dd {
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
  }
  .projectstoryTop #jimuStory1 #mainContents .interviewList .story ul li a.blank dl dt::after {
    font-family: icomoon;
    content: "";
    font-weight: normal;
  }
  .projectstoryTop #jimuStory1 #mainContents .interviewList .story ul li:last-child dl {
    margin-bottom: 0;
  }
}
