@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
}

body{
  margin: 0;
  font-family: "Noto Sans Japanese";
}

a[target]:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/icon_window.png) center no-repeat;
  background-size: contain;
  vertical-align: text-top;
  margin-left: 0.5em;
}

.sp_only{
  display: none;
}
.mt0{
  margin-top:0 !important;
}
.mt30{
  margin-top:30px !important;
}
.mt46{
  margin-top:46px !important;
}
@media screen and (max-width:1024px){
  .pc_only{
    display: none;
  }
  .sp_only{
    display: block;
  }
}
/***********************************************************************/
/* header */
/***********************************************************************/
header{
  display: block;
  width: 100%;
  height: 120px;
  overflow: hidden;
}
header:after{
  content:" ";
  display:block;
  height: 0;
  clear: both;
}
header>div.leftblock {
  float: left;
  height: 120px;
}
header>div.rightblock:last-child {
  float: right;
}
header p{
  margin: 0; padding: 0;
}
header p.logo{
  margin-left: 30px;
  margin-top: 29px;
}
header p.copy{
  position: absolute;
  top: 42px;
  left: 311px;
  font-size: 15px;
  font-weight: 500;
  color: #888888;
}
header p.produced{
  position: absolute;
  top: 53px;
  right: 94px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  transition: all 0.5s ease;
}
header p.produced a{
  color: #000000;
  text-decoration: none;
}
header.showsearch p.produced{
  opacity: 0;
}
header p.bt_search{
  position: absolute;
  top: 48px;
  right: 30px;
  transition: all 0.5s ease;
  z-index: 1;
  cursor: pointer;
}
header.showsearch p.bt_search{
  right: 370px;
  pointer-events: none;
}
header p.bt_menu{
  display: none;
}

header .searchpane{
  position: absolute;
  top: 40px;
  right: 30px;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 4px;
  opacity: 0;
  width: 0;
  transition: all 0.5s ease;
}
header.showsearch .searchpane{
  width: 370px;
  opacity: 1;
}
header .searchpane form{
  display: inline-block;
}
header .searchpane form input{
  width: 340px;
  border: none;
  font-size: 16px;
  border-bottom: 1px solid #000000;
  line-height: 34px;
  outline: none;
  padding-left: 35px;
  box-sizing: border-box;
}
header .searchpane .bt_close_search{
  display: inline-block;
  position: relative;
  top: 5px;
  cursor: pointer;
}

@media screen and (max-width:1024px){
  header{
    height: 60px;
  }
  header p.logo{
    margin: 14px 0 0 10px;
  }
  header p.logo img{
    width: 120px;
    height: auto;
  }
  header>div.leftblock {
    height: 60px;
  }
  header>div.rightblock {
    height: 60px;
  }
  header p.copy,
  header p.produced,
  header p.bt_search{
    display: none;
  }
  header p.bt_menu{
    display: block;
    height: 100%;
  }
  header p.bt_menu img{
    width: auto;
    height: 100%;
  }
}
/***********************************************************************/
/* .gnav */
/***********************************************************************/
nav.gnav{
  width: 100%;
  height: 30px;
  background: #cccccc;
  overflow: hidden;
}
nav.gnav ul.categories {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 1025px;
}
nav.gnav ul.categories:after{
  content:" ";
  display:block;
  height: 0;
  clear: both;
}
nav.gnav ul.categories li {
  width: calc(100% / 3 - 0.3px);
  float: left;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  line-height: 30px;
}
nav.gnav ul.categories li a{
  color: #000000;
  text-decoration: none;
  width: 100%;
  display: block;
}
@media screen and (min-width:1025px){
  nav.gnav ul.categories li a:hover{
    color: #999999
  }
}

.workstyle nav.gnav ul.categories li.workstyle {
  background: #0a2675;
}
.global nav.gnav ul.categories li.global {
  background: #b3181e;
}
.healthcare nav.gnav ul.categories li.healthcare {
  background: #0c9eab;
}

.workstyle nav.gnav ul.categories li.workstyle a,
.global nav.gnav ul.categories li.global a,
.healthcare nav.gnav ul.categories li.healthcare a{
  color: #ffffff;
}

nav.gnav p.bt_close,
nav.gnav div.search,
nav.gnav ul.links,
nav.gnav h2,
nav.gnav p.linktofujitsusite,
nav.gnav ul.categories li.aboutthissite
{
  display: none;
}
@media screen and (max-width:1024px){
  nav.gnav{
    position: fixed;
    display: none;
    width:100%; height: 100%;
    overflow: auto;
    z-index: 10;
    top:0;
    background: #ebebeb;
    padding: 60px 10px 20px;
    box-sizing: border-box;
  }
  
  nav.gnav a[target]:after {
    background-image:url(../images/icon_window_sp.png);
  }

  
  nav.gnav p.bt_close,
  nav.gnav div.search,
  nav.gnav ul.links,
  nav.gnav h2,
  nav.gnav p.linktofujitsusite,
  nav.gnav ul.categories li.aboutthissite
  {
    display: block;
  }
  nav.gnav p.bt_close{
    margin: 0;padding: 0;
    height: 60px;
    position: absolute;
    top:0;
    right:0;
  }
  nav.gnav p.bt_close img{
    width: auto;
    height: 100%;
  }
  nav.gnav h2{
    margin-bottom:0;
  }
  nav.gnav ul.categories {
    width: 100%;
    margin: 0 auto;
  }
  nav.gnav ul.categories li {
    width: 100%;
    float: none;
    font-size: 15px;
    font-weight: 200;
    line-height: 60px;
    height: 60px;
    border-bottom:1px #ffffff solid;
    padding:0 2em;
    text-align: left;
    box-sizing: border-box;
    position: relative;
  }
  nav.gnav ul.categories li:after{
    content: "";
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    transform-origin: 5px 5px;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: calc(50% - 0.707em/2 + 1px);
  }
  nav.gnav.show{
    display: block;
  }
  nav.gnav div.search{
    width:100%;
  }
  nav.gnav div.search input{
    line-height: 30px;
    font-size: 16px;
    width:100%;
    border: none;
    outline: none;
    border-bottom:1px solid #000000;
    padding-left:35px;
    box-sizing: border-box;

    background:url(../images/icon_search_sp.png) left center no-repeat;
    background-size: 18px;
  }
  nav.gnav ul.links{
    margin: 0; padding: 11px 0 0;
    list-style: none;
    display: block;
    justify-content: space-between;
    font-size: 14px;
  }
  nav.gnav ul.links li{
    line-height: 60px;
    margin-right: 1em;
    display: inline-block;
  }
  nav.gnav ul.links li a{
    color: #000000;
    text-decoration: none;
  }
  nav.gnav p.linktofujitsusite{
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding:0 2em;
    background: #313131;
    position: relative;
  }
  nav.gnav p.linktofujitsusite:after{
    content: "";
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    transform-origin: 5px 5px;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: calc(50% - 0.707em/2 + 1px);
  }
  nav.gnav p.linktofujitsusite a{
    color: #ffffff;
    text-decoration: none;
  }
  .workstyle nav.gnav ul.categories li.workstyle a,
  .global nav.gnav ul.categories li.global a,
  .healthcare nav.gnav ul.categories li.healthcare a{
    color: #000000;
  }
  .workstyle nav.gnav ul.categories li.workstyle{
    background: transparent;
  }
  .global nav.gnav ul.categories li.global {
    background: transparent;
  }
  .healthcare nav.gnav ul.categories li.healthcare {
    background: transparent;
  }
}
/***********************************************************************/
/* .breadcrumb */
/***********************************************************************/
.breadcrumb{
  width: 100%;
  height: 30px;
  background: #ebebeb;
  overflow: hidden;
}
.breadcrumb ul{
  width: 1020px;
  margin: 10px auto 0; padding: 0;
  list-style: none;
}
.breadcrumb ul li{
  display: inline-block;
  font-size: 12px;
  color: #000000;
  line-height: 30px;
  position: relative;
  padding:0 2em 0 1em;
  vertical-align: text-top;
}
.breadcrumb ul li:after{
  content:"";
  display: inline-block;
  width: 1px;
  height: 40px;
  background: #ffffff;
  position: absolute;
  transform-origin: 0 15px;
  transform: translate(0,-2px) rotate(30deg);
  right: 0;
}
.breadcrumb ul li:last-child{
  overflow: hidden;
  text-overflow: ellipsis;
  text-overflow: "…";
  white-space: nowrap;
  flex-shrink: 1;
}
.breadcrumb ul li:last-child:after{
  display: none;
}
.breadcrumb ul li a{
  color: #e01e26;
  text-decoration: none;
}
@media screen and (min-width:1024px){
.breadcrumb ul li a:hover{
  text-decoration: underline;
}
}
@media screen and (max-width:1024px){
  .breadcrumb ul{
    display: flex;
    width: 100%;
  }
}
/***********************************************************************/
/* main .contentWrap */
/***********************************************************************/

main{
  display: block;
  width:100%;
  min-height: calc(100vh - 120px - 30px - 80px);
  overflow: hidden;
  background: url(../images/bg.png) center top no-repeat;
  background-size: contain;
}
main:after{
  content:" ";
  display:block;
  height: 0;
  clear: both;
}

.contentWrap{
  float: left;
  width:720px;
  margin-left: calc(50% - 1024px/2);
}

@media screen and (max-width:1024px){
  main{
    position: relative;
    background: url(../images/bg_sp_up.png) center top no-repeat;
    background-size: contain;
    padding-bottom:138px;
  }
  main:after{
    background: url(../images/bg_sp_bottom.png) center bottom no-repeat;
    background-size: contain;
    content:" ";
    display:block;
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    height: 0;
    padding-top: calc( 499 / 750 * 100%);
    z-index: -1;
  }
  .contentWrap{
    float: none;
    width:calc(100% - 10px*2);
    margin: 0 auto;
  }
}

/***********************************************************************/
/* .mv mainvisual */
/***********************************************************************/

.mvwrap{
  background: url(../images/mv_bg.png) center no-repeat,linear-gradient(to right,#edbda5, #e6a2a5);
  background-size: cover;
  height: 500px;
  overflow: hidden;
}
.mvwrap .mv{
  max-width: 100%;
  width: 1020px;
  margin: 0 auto;
  padding-top:50px;
}
.mvwrap .mv ul{
  list-style: none;
  margin: 0; padding: 0;
  width: 1020px;
  position: relative;
}

.mvwrap .mv li{
  position: relative;
}
.mvwrap .mv li figure{
  margin:0; padding:0;
  height: 400px;
  overflow: hidden;
}

.mvwrap .mv li .infomations{
  position: absolute; left:0; top:0;
  width: 100%; height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.mvwrap .mv li p.title,
.mvwrap .mv li p.category,
.mvwrap .mv li p.date{
  position: static;
  margin: 0; padding: 0;
}

.mvwrap .mv li p.title{
  padding: 10px 19px;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
  height: auto;
  width: calc(100% - 29px*2);
  background:rgba(0,0,0,0.3);
  box-sizing: border-box;
  margin:12px 29px 29px 29px;
}
.mvwrap .mv li p.category{
  width: 130px;
  height: 32px;
  background:#999999;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: #ffffff;
  margin-left:29px;
}
.mvwrap .mv li p.category.workstyle{
  background:#0d3092;
}
.mvwrap .mv li p.category.global{
  background:#e01e26;
}
.mvwrap .mv li p.category.healthcare{
  background:#0fc6d6;
}

.mvwrap .mv li p.date{
  bottom: 124px;
  left: 172px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  line-height: 32px;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.6),-1px -1px 4px rgba(0,0,0,0.6);
  display: none;
}

.category .mvwrap{
  height: 160px;
}
.category.workstyle .mvwrap,
.post.category_workstyle .mvwrap{
  background: url(../images/bg_category.png) center no-repeat,linear-gradient(to right,#3d569f, #52b1e9);
}
.category.global .mvwrap,
.post.category_global .mvwrap{
  background: url(../images/bg_category.png) center no-repeat,linear-gradient(to right,#d0383d, #ee8e54);
}
.category.healthcare .mvwrap,
.post.category_healthcare .mvwrap{
  background: url(../images/bg_category.png) center no-repeat,linear-gradient(to right,#3ca9b4, #3d569f);
}
.post.category_workstyle .mvwrap,
.post.category_global .mvwrap,
.post.category_healthcare .mvwrap{
  background-size: 100% auto;
  background-position: center;
}
@media screen and (max-width:1024px){
  .post.category_workstyle .mvwrap,
  .post.category_global .mvwrap,
  .post.category_healthcare .mvwrap{
    padding-top:5px;
  }
}
.post .mvwrap{
  height: auto;
}
.post .mvwrap img{  
  display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;

}

.mvwrap .bx-wrapper {
  box-shadow: none;
  border:none;
}

.mvwrap .bx-wrapper .bx-pager.bx-default-pager a {
  background: #ffffff;
  width: 50px;
  height: 6px;
  margin: 0 10px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.mvwrap .bx-wrapper .bx-pager.bx-default-pager a.active,
.mvwrap .bx-wrapper .bx-pager.bx-default-pager a.active:focus,
.mvwrap .bx-wrapper .bx-pager.bx-default-pager a.active:hover,
.mvwrap .bx-wrapper .bx-pager.bx-default-pager a.active:hover:focus{
  background: #f21f27;
}
.mvwrap .bx-wrapper .bx-pager.bx-default-pager a:hover,
.mvwrap .bx-wrapper .bx-pager.bx-default-pager a:hover:focus{
  background: #f26f87;
}
@media screen and (max-width:1070px){
  .mvwrap .bx-wrapper .bx-pager.bx-default-pager a:hover:not(.active),
  .mvwrap .bx-wrapper .bx-pager.bx-default-pager a:hover:focus:not(.active){
    background: #ffffff;
  }
}
.mvwrap .bx-wrapper .bx-pager.bx-default-pager a:focus{
  background: #ffffff;
}

.mvwrap .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.mvwrap .bx-wrapper .bx-controls-direction a:after{
  content:"";
  display: block;
  width: 10px; height: 10px;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transform-origin: 5px 5px;
  transform: rotate(45deg);
  position: absolute;
  left: calc(50% - 3px);
  top: 19px;
  box-sizing: border-box;
}

.mvwrap .bx-wrapper .bx-prev {
  left: -25px;
  background: #ffffff;
}
.mvwrap .bx-wrapper .bx-next {
  right: -25px;
  background: #ffffff;
}
@media screen and (min-width:1025px){
  .mvwrap .bx-wrapper .bx-prev:hover,
  .mvwrap .bx-wrapper .bx-next:hover {
    opacity: 0.8;
  }
}
.mvwrap .bx-wrapper .bx-controls-direction  .bx-next:after {
  transform: rotate(-135deg);
  left: calc(50% - 7px);
}
@media screen and (max-width:1070px){
  .mvwrap .bx-wrapper .bx-prev {
    left: 0;
  }
  .mvwrap .bx-wrapper .bx-next {
    right: 0;
  }
}
@media screen and (max-width:1024px){
  .mvwrap .bx-wrapper .bx-prev,
  .mvwrap .bx-wrapper .bx-next {
    display:none;
  }
  .mvwrap{
    height: auto;
  }
  .mvwrap .mv{
    width: calc(100% - 20px);
    margin: 0 auto; 
  }
  .mvwrap .mv li{
    width: 100%;
    height: 0;
    padding-top: calc(355 / 200 * 1%);
  }
  .mvwrap .mv li figure{
    position: absolute;
    left:0;top:0;
    width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
  }
  .mvwrap .mv li figure img{
    display: none;
  }
  .mvwrap .mv li .infomations{
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;

    top:0; left:0;
  }
  .mvwrap .mv li .infomations .metaset{
    position: relative;
    margin: 5px;
  }
  .mvwrap .mv li p.title,
  .mvwrap .mv li p.category,
  .mvwrap .mv li p.date{
    position: static;
    left:auto;
    bottom:auto;
  }
  .mvwrap .mv li p.title{
    width: 100%;
    height: auto;
    white-space: normal;
    font-size: 18px;
    line-height: 1.5;
    padding:10px;
    margin: 0;
  }
  .mvwrap .mv li p.category{
    display: inline-block;
    font-size: 11px;
    line-height: 20px;
    width:81px;height: 20px;
    margin: 0;
  }
  .mvwrap .mv li p.date{
    display: inline-block;
    font-size: 9px;
    line-height: 20px;
    margin-left:1ex;
    display: none;
  }
  .mvwrap .bx-wrapper .bx-pager.bx-default-pager a {
    width: 44px;
    height: 4px;
    margin: 0 9px;
  }
  .category.workstyle .mvwrap{
    background: url(../images/bg_category_sp.png) center no-repeat,linear-gradient(to right,#3d569f, #52b1e9);
    background-size: cover;
  }
  .category.global .mvwrap{
    background: url(../images/bg_category_sp.png) center no-repeat,linear-gradient(to right,#d0383d, #ee8e54);
    background-size: cover;
  }
  .category.healthcare .mvwrap{
    background: url(../images/bg_category_sp.png) center no-repeat,linear-gradient(to right,#3ca9b4, #3d569f);
    background-size: cover;
  }
}
/***********************************************************************/
/* heading */
/***********************************************************************/
.contentWrap>h2,
.gnav>h2,
.sidecontents h2,
.article h1,
body.tagarchive h1,
body.search h1{
  font-weight: 200;
  font-size: 36px;
  color: #e01e26;
  height: 64px;
  line-height: 32px;
  padding-top:16px;
  margin: 30px 0;
  position: relative;
  box-sizing: border-box;
  border-bottom: #e01e26 4px solid;
  text-shadow: 1px 1px 2px #ffffff, -1px -1px 2px #ffffff;
}
body.tagarchive h1,
body.search h1{
  line-height: 48px;
  padding-bottom: 9px;
  padding-top: 9px;
  height: auto;
}

.article h1{
  line-height: 1.5;
  height: auto;
}

.contentWrap>h2,
.article h1,
body.tagarchive h1,
body.search h1{
  background: url(../images/bg_heading.png) right bottom no-repeat;
}

.contentWrap>h2:after,
.gnav>h2:after,
.sidecontents h2:after,
.article h1:after,
body.tagarchive h1:after,
body.search h1:after{
  content:"";
  display: block;
  position: absolute;
  bottom:-4px;
  left:0;
  background: #b5b5b5;
  width: 50px;
  height: 4px;
}
.contentWrap>h2 i,
.gnav>h2 i,
.sidecontents h2 i,
.article h1 i,
body.tagarchive h1 i,
body.search h1 i{
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  font-style: normal;
  margin-left: 1em;
}
.sidecontents h2 i,
body.tagarchive h1 i,
body.search h1 i{
  line-height: 16px;
  position: absolute;
  bottom:12px;
  right: 0;
}
@media screen and (max-width:1024px){
  .contentWrap>h2,
  .gnav>h2,
  .sidecontents h2,
  .article h1,
  body.tagarchive h1,
  body.search h1{
    font-size: 27px;
  }
  .gnav>h2{
    text-shadow: none;
  }
  .contentWrap>h2 i,
  .gnav>h2 i,
  .sidecontents h2 i,
  .article h1 i,
  body.tagarchive h1 i,
  body.search h1 i{
    font-size: 12px;
    position: static;
    bottom: auto;
    right: auto;
  }
  .article h1{
    height: auto;
    line-height: 1.5;
  }
  .contentWrap>h2,
  .article h1,
  body.tagarchive h1,
  body.search h1{
    background: url(../images/bg_heading_sp.png) right bottom no-repeat;
    background-size: auto 47px;
  }
}

/***********************************************************************/
/* .tags */
/***********************************************************************/
.tags{
  margin: 0; padding: 0;
  list-style: none;
  overflow: hidden;
}
.tags li{
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  height: 24px;
  margin: 0; padding: 0;
  padding-left: calc(33.94px /2);
  padding-right: 1em;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.tags li a{
  color: #000000;
  text-decoration: none;
}
@media screen and (min-width:1024px){
  .tags li a:hover{
    color: #f21f27;
    text-decoration: underline;
  }
}
.tags li:before{
  content:"";
  display: block;
  width: 24px;
  height: 24px;
  background: #ebebeb;
  transform-origin: 12px 12px;
  transform: rotate(45deg);
  position: absolute;
  left:calc(33.94px /2 - 24px /2);top:0;
  z-index: -1;
}
.tags li:after{
  content:"";
  display: block;
  width: calc(100% - 33.94px /2);
  height: 24px;
  z-index: -1;
  background: #ebebeb;
  position: absolute;
  left:calc(33.94px /2);top:0;
}
@media screen and (max-width:1024px){
  .list_article .tags li{
    line-height: 18px;
    height: 18px;
    padding-left: calc(25.45px /2);
    font-size: 10.5px;
  }
  .list_article  .tags li:before{
    width: 18px;
    height: 18px;
    transform-origin: 9px 9px;
    left:calc(25.45px /2 - 18px /2);
  }
  .list_article  .tags li:after{
    width: calc(100% - 25.45px /2);
    height: 18px;
    left:calc(25.45px /2);top:0;
  }
}
/***********************************************************************/
/* .list_article */
/***********************************************************************/
ul.articlelist{
  margin: 0; padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.articlelist:after{
  content:"";
  display: block;
  height: 0;
  clear: both;
}
ul.articlelist>li{
  float: left;
  width: 50%;
  box-sizing: border-box;
  margin-bottom:40px;
  background: #ffffff;
  z-index: 1;
}
.list_article{
  width: 350px; height: 100%;
  min-height: 376px;
  box-sizing: border-box;
  border-bottom: #7d7d7d 1px solid;
  position: relative;
  padding-bottom: 40px;
  box-shadow: 0 0 0 0px rgba(0,0,0,0);
  transition: all 0.5s;
}
.list_article.hover{
  box-shadow: 0 0 8px 0px rgba(0,0,0,0.2);
}
ul.articlelist>li:nth-child(even) .list_article{
  margin-left: auto;
}

.list_article figure{
  display: block;
  width: 350px;
  height: 196px;
  overflow: hidden;
  background: #eeeeee;
  margin: 0; padding: 0;
}
.list_article figure img{
  width: 100%;
}
.list_article figure a{
  display: block;
  height: 100%;
}
.list_article .category{
  margin: 0;
  position: absolute;
  left:0;
  top:0;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  width: 90px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  z-index: 1;
}
.list_article .category.workstyle{
  background:#0d3092;
}
.list_article .category.global{
  background:#e01e26;
}
.list_article .category.healthcare{
  background:#0fc6d6;
}
.list_article.hover figure{
  opacity: 0.8;
}
.list_article .title{
  margin: 20px;
}
.list_article .title a{
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}
.list_article.hover .title a{
  color: #f21f27;
}

.list_article .tags{
  position: relative;
  margin: 0 20px 0 0;
  padding: 0;
  width: calc(100% - 40px);
}

.list_article .date{
  position: absolute;
  margin: 0; padding:0;
  font-size: 12px;
  font-weight: 700;
  color: #888888;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width:1024px){

  ul.articlelist>li{
    float: none;
    width: 100%; 
    box-sizing: border-box;
    margin: 0;
  }
  .list_article{
    width: 100%; height: auto;
    font-size: 12px;
    min-height: calc(74px + 5px + 1em);
    padding-bottom: 0;
  }
  .list_article .category{
    width: 67px; height: 21px;
    line-height: 21px;
    font-size: 9px;
  }
  .list_article figure{
    display: block;
    width: 133px;
    height: 74px;
    position: absolute;
  }
  .list_article .title{
    margin: 5px 0 0 140px;
    line-height: 1.1;
    font-size: 12px;
  }
  .list_article .tags{
    position: static;
    width: 100%;
  }
  .list_article .date{
    position: static;
    margin-left: 140px;
    margin-top:5px;
  }
  .list_article .titleblock{
    min-height:calc(74px + 10px);
  }
}
/***********************************************************************/
/* .ranking */
/***********************************************************************/
.ranking{
  min-height: 600px;
}
.ranking>ul{
  list-style: none;
  margin: 0;padding: 0;
}
.ranking .list_article {
  width: 250px;
  height: auto;
  min-height: auto;
}
.ranking .list_article .category{
  color: #ffffff;
  font: 18px;
  width: 31px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  background:#000000;
}
.ranking .list_article .category.rank1{
  background:#c9b203;
}
.ranking .list_article .category.rank2{
  background:#b5b5b5;
}
.ranking .list_article .category.rank3{
  background:#aa6b07;
}
.ranking .list_article .tags {
  display: none;
}
.ranking .list_article .title{
  margin: 20px 10px;
  font-size: 14px;
  line-height: 1.1;
}
.ranking .list_article .date{
  right: 0;
}
.ranking .list_article figure {
  width: 250px;
  height: 138px;
}
.ranking .list_article.mini .title {
  margin: 5px 0 0 104px;
}
.ranking .list_article .category{
  font: 14px;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.ranking .list_article.mini figure{
  display: block;
  width: 94px;
  height: 52px;
  position: absolute;
}
@media screen and (max-width:1024px){
  .ranking .list_article {
    width: 100%;
  }
  .ranking .list_article:not(.mini) figure {
    width: 100%; height: 0;
    padding-top: calc(138 / 250  * 100%);
    position: relative;
  }
  .ranking .list_article:not(.mini) figure img{
    position: absolute;
    width: 100%;
    height: auto;
    top:0; left:0;
  }
  .ranking .list_article:not(.mini) .titleblock {
    min-height: 0;
  }
  .ranking .list_article:not(.mini) .title {
    margin: 5px 0;
  }
  .ranking .list_article:not(.mini) .date{
    text-align: right;
  }
  .ranking .list_article.mini figure {
    display: block;
    width: 133px;
    height: 74px;
    position: absolute;
  }
  .ranking .list_article.mini .title {
    margin: 5px 0 0 140px;
  }
}

/***********************************************************************/
/* .readmore */
/***********************************************************************/
.contentWrap .readmore{
  text-align: center;
  cursor: pointer;
}
.contentWrap .readmore:hover{
  opacity: 0.8;
}
.contentWrap .readmore p{
  position: relative;
  display: inline-block;
  padding-top:60px;
}
.contentWrap .readmore p:before{
  content:"";
  display: block;
  width: 50px; height: 50px;
  border-radius: 25px;
  background: #dadada;
  position: absolute;
  left:calc(50% - 25px);
  top: 0;
}
.contentWrap .readmore p:after{
  content:"";
  display: block;
  width: 10px; height: 10px;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transform-origin: 5px 5px;
  transform: rotate(-45deg);
  position: absolute;
  left: calc(50% - 5px);
  top: 19px;
}
.contentWrap .readmore.hide{
  transition: all 0.5s;
  opacity: 0;
  line-height: 0;
  pointer-events: none;
}
.contentWrap .readmore.hide p{
  transition: all 0.5s;
  padding-top:0;
  line-height: 0;
  margin: 0;
}
/***********************************************************************/
/* .btpagetop */
/***********************************************************************/
.pagetop{
  text-align: center;
  position: absolute;
  left: calc(100%/2 - 1020px/2 + 1020px - 78px);
  top: -120px;
}
.pagetop:hover{
  opacity: 0.8;
}
.pagetop p{
  font-size: 14px;
  position: relative;
  display: inline-block;
  width:78px;
  height: 78px;
  cursor: pointer;
  background: #dadada;
  box-sizing: border-box;
  padding-top:40px;
  border-radius: 50%;
  letter-spacing: -0.03em;
}
.pagetop p:after{
  content:"";
  display: block;
  width: 10px; height: 10px;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  transform-origin: 5px 5px;
  transform: rotate(-45deg);
  position: absolute;
  left: calc(50% - 5px);
  top: 22px;
}
@media screen and (max-width:1024px){
  .pagetop{
    left: auto;
    right: 10px;
    
  }
  .pagetop p{
    transform-origin: 50% 100%;
    transform: scale(0.75);
  }
}
/***********************************************************************/
/* .article */
/***********************************************************************/
.article,
.mceContentBody{
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  padding-bottom:1px;
}
.article p,
.mceContentBody p{
  margin: 1em 0 2em;
}

.article .photo,
.mceContentBody .photo{
  margin: 0;
  padding: 0;
}
.article p img,
.article .photo img,
.mceContentBody p img,
.mceContentBody .photo img
{
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
.article .photo .caption,
.mceContentBody .photo .caption{
  font-size: 14px;
  color:#666666;
}
.article a,
.mceContentBody a{
  color: #f21f27;
  text-decoration: none;
}
@media screen and (min-width:1024px){
  .article a:hover{
    text-decoration: underline;
  }
}
.article table,
.mceContentBody table{
  width: 100%;
  height: auto;
  table-layout: fixed;
  border-spacing: 0;
  font-size: 16px;
}
.article table thead,
.mceContentBody table thead{
  background:#404040;
  color: #ffffff;
}
.article table tfoot,
.mceContentBody table tfoot{
  background:#f2f2f2;
}
.article table td,
.mceContentBody table td{
  border-bottom:#999999 1px solid;
  text-align: center;
  vertical-align: middle;
  height: 3em;
}
.article table thead td,
.mceContentBody table thead td{
  height: 4em;
  vertical-align: middle;
}
.article .note,
.mceContentBody .note{
  color: #888888;
  font-size:14px;
  line-height:1.5;
}
.article strong,
.mceContentBody strong{
  /* font-size: 125%;
  font-weight: 700;
  color: #f21f27;
  background: #f7f7f7; */
  font-weight: bold;
}
@media screen and (max-width:1024px){
  .article h2{
    line-height: 1.5;
  }
  .article table{
    font-size: 12px;
  }
}


/***********************************************************************/
/* .post */
/***********************************************************************/
.post .meta .date{
  font-size: 14px;
  color:#666666;
  text-align: right;
}

/***********************************************************************/
/* .sns */
/***********************************************************************/
.sns{
  background: #f7f7f7;
  padding:15px 0;
  text-align: center;
  margin-top: 40px;
}
.sns>p,
.sns>ul{
  display: inline-block;
  margin: 0;padding: 0;
  vertical-align: text-top;
}
.sns>p{
  line-height: 30px;
  font-size: 18px;
  margin-right: 58px;
}
.sns li{
  width: 30px; height: 30px;
  display: inline-block;
  margin-right: 30px;
}
.sns li:last-child{
  margin-right: 0;
}
.sns li.line{
  width: 31px; 
  background:#04b834;
}

@media screen and (max-width:1024px){
  .sns>p{
    font-size: 18px;
    margin-right: 0;
    margin-bottom:10px;
  }
}

/***********************************************************************/
/* .category */
/***********************************************************************/

body.category dl{
  width: 1020px;
  margin: 40px auto 0;
  overflow: hidden;
  color: #ffffff;
}
body.category dl dt{
  width: 360px;
  float: left;
  margin: 0; padding: 0;
}
body.category dl dt h1{
  font-size:36px;
  font-weight:200;
  line-height: 1;
  margin: 0; padding: 0;
}
body.category dl dt p{
  font-size:16px;
  font-weight:400;
  margin: 0; padding: 0;
  margin-top:20px;
}
body.category dl dd{
  font-size:14px;
  font-weight:400;
  line-height: 2;
  width: calc(100% - 360px);
  float: right;
  margin: 0; padding: 0;
}
@media screen and (max-width:1024px){
  body.category{
    
  }
  body.category dl{
    width: calc(100% - 20px);
    margin: 17px 10px;
  }
  body.category dl dt{
    width: 100%;
    float: none;
    margin: 0; padding: 0;
  }
  body.category dl dt h1{
    display: inline-block;
    font-size:28px;
  }
  body.category dl dt p{
    font-size:12px;
    margin: 0 0 0 2em; padding: 0;
    display: inline-block;
  }
  body.category dl dd{
    float: none;
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-top: 20px;
    font-size: 12px;
  }
}

/***********************************************************************/
/* .sidecontents */
/***********************************************************************/
.sidecontents{
  float: right;
  width: 250px;
  margin-right: calc(50% - 1024px/2);
  padding-bottom: 100px;
}
.sidecontents img{
  
}
.sidecontents .bnr_contact{

}
.sidecontents .bnr_contact img{
  width: 100%;
  max-width: 414px;
  height: auto;
}
@media screen and (max-width:1024px){
  .sidecontents{
    float: none;
    width:calc(100% - 10px*2);
    margin: 0 auto;
    padding-bottom: 0;
  }
}
/***********************************************************************/
/* footer */
/***********************************************************************/
footer{
  position: relative;
  text-align:center;
  width: 100%;
  height: 80px;
  background:#666666;
  font-size: 12px;
  text-align: left;
}
footer .footerinner{
  width: 1020px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

footer ul{
  list-style: none;
  margin: 26px 0 0; padding: 0;
  display: inline-block;
}
footer ul li{
  display: inline-block;
  line-height: 28px;
  margin: 0 3em 0 0;
}
footer .linktofujitsusite{
  display: inline-block;
  margin: 26px 0 0; padding: 0;
  line-height: 28px;
  height: 28px;
  padding:0 30px 0 10px;
  background:#313131;
  position: relative;
}
footer .linktofujitsusite:after{
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  transform-origin: 5px 5px;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: calc(50% - 0.707em/2 + 1px);
}
footer .linktofujitsusite a:after{
  display: none;
}
footer ul li a,
footer .linktofujitsusite a{
  color: #ffffff;
  text-decoration: none;
}
footer .copyright{
  position: absolute;
  margin: 0; padding: 0;
  bottom:16px;
  right: 0;
  color: #ffffff;
}
footer .produced a:after{
  display: none !important;
}

footer a[target]:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/icon_window.png) center no-repeat;
  background-size: contain;
  vertical-align: text-top;
  margin-left: 0.5em;
}


@media screen and (max-width:1024px){
  footer{
    height: auto;
    font-size: 13px;
  }
  footer .footerinner{
    width: 100%;
  }
  footer ul{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top:1em;
  }
  footer ul li{
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: block;
    text-align: center;
    margin: 0 0; padding: 0;
    white-space: nowrap;
  }
  footer .linktofujitsusite{
    display: block;
    width: 90%;
    max-width: 356px;
    margin: 1em auto; 
  }
  footer .linktofujitsusite:after{
    float: right;
  }
  footer .linktofujitsusite a:after{
    display: none;
  }
  footer .copyright{
    position: relative;
    bottom: 0;
    right: 0;
    text-align: center;
    margin:0 0 1em;
  }
}

.mceContentBody{
  max-width: 720px;
}
.mceContentBody p{
  position: relative;
}
.mceContentBody p:after{
  content:"";
  display: block;
  position: absolute;
  left:0; top:0; width:100%; height:100%;
  z-index: -1;
  border: dashed 6px rgba(0,0,0,0.1);
  box-sizing: border-box;
  border-radius: 10px;
}