﻿@charset "UTF-8";

@import url("base_tab.css");

@media screen and (min-width: 769px) and (max-width: 1279px) {
	.nav-box.col-md-6{ width:390px; }
	.recruit-block-nav li{ width:370px; }
	.organization-map{ width:610px; }
	.organization-map .group{ width:250px; }
	.organization-map li ul{ width:320px; }
	.solution-list-box dd{ font-size:11px; }
}

@media screen and (min-width: 1280px){
	.nav-box.col-md-6{ width:440px; }
	.recruit-block-nav li{ width:420px; }
	.organization-map{ width:710px;}
	.organization-map .group{ width:300px; }
	.organization-map li ul{ width:370px; }
	.solution-list-box dd{ font-size:12px; }
}


/* 
トップページ
----------------------------------------------------------------- */
#index{
	height:auto !important;
}

.idx-main{
	width:100%;
	height:447px;
	background-position:center center;
	background-size:cover;
	position:relative;
}
		.idx-main:after{
			display:block;
			content:"";
			width:100%;
			height:447px;
			background:url(../images/common/header_dot.png) repeat 0 0;
			position:absolute;
			left:0;
			top:0;
		}
			.img-def{ background-image:url(../images/common/header_bg01.png); }
			.img-def#top{ background-image:none; }


/* BIG VIDEO BACKGROUND
================================================== */
.big-background-default-image {
    background-image:url(../images/common/header_bg01.png);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    width:100%;
    height:100%;
    z-index:0;
    backface-visibility:hidden
}
/* ================================================== */


.idx-main-inner{ width:100%; margin:0 auto; text-align:center; }

.idx-main h2{
	color:#FFF;
	padding-top:60px;
	margin-bottom:30px;
	font-size:22px;
	line-height:1.5;
	position:relative;
	z-index:2;
}

.idx-main h2 span{
	display:block;
	font-size:28px;
	letter-spacing:0.05em;
	font-family: 'Roboto', sans-serif;
}

.idx-main p{
	width:420px;
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	position:relative;
	z-index:2;
}

.idx-main p,
.idx-main-inner .btn-more-white{
	margin:0 auto;
}


.idx-title-area{
	position:relative;
	margin-bottom:30px;
}
.idx-title-area:after{ content: ""; clear: both;	height: 0; display: block; visibility: hidden; }

.idx-title-area h2{
   font-family: 'Roboto', sans-serif;
   font-weight: 500;
   font-size: 38px;
   color: #173872;
   position: relative;
}

.idx-title-area h2 span {
   font-size: 13px;
   font-weight: bold;
   position: relative;
   left: 45px;
   top: -7px;
}

.idx-title-area h2:before, .idx-title-area h2:after {
    display: block;
    content: "";
    width: 44px;
    height: 90px;
    background: url(../images/common/slash.png) no-repeat right 0;
    position: absolute;
    left: -56px;
    top: 19px;
}

.idx-title-area h2:after {
    position: absolute;
    left: 190px;
    top: -43px;
}

.idx-title-area h2:after {
    position: absolute;
    left: 190px;
    top: -43px;
}

.idx-title-area h2.news:after{ left: 120px; }

.idx-title-area .btn-more{
	position:absolute;
	right:0;
	top:0;
}

.idx-title-area._wks h2:after {
    left: 145px;
}

.solution-tab{
	background:#193972;
	margin-bottom:30px;
}
.solution-tab li{
	width:50%;
	padding:15px 15px 0;
	float:left;
}

.solution-tab li a{
	display:block;
	padding:15px 0;
	font-size:18px;
	background:#010A35;
	text-align:center;
	color:#FFF;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.solution-tab li a:hover,.solution-tab li.select a{ background:#FFF; color:#193972; }
.solution-tab:after{ content: ""; clear: both;	height: 0; display: block; visibility: hidden; }



.news-catebory-list{
	float:right;
	border-bottom:#999999 solid 1px;
}
		.news-catebory-list:after{ content: ""; clear: both;	height: 0; display: block; visibility: hidden; }
		.idx-title-area .news-catebory-list{ position:relative; top:-55px; }

.news-catebory-list li{
	float:left;
	margin-right:20px;
}
		.news-catebory-list li:last-child{ margin-right:0; }

.news-catebory-list li a{
	display:block;
	padding:15px 0;
	border-bottom:#FFF solid 2px;
	color:#999;
}

.news-catebory-list li a:hover,.news-catebory-list li.select a{
	border-bottom:#153776 solid 2px;
	color:#2B4D8A;
}


.idx-news-list-wrap{ padding-bottom:50px; }
.idx-news-list-wrap:after{ content: ""; clear: both;	height: 0; display: block; visibility: hidden; }

.idx-news-list{ display:none; }
		.idx-news-list:after{ content: ""; clear: both;	height: 0; display: block; visibility: hidden; }

.idx-news-list .btn-more{ margin:50px auto !important; clear:both; }
.idx-news-more a{ display:block; width:100%; }



.idx-works-bnr{
	width:100%;
	height:150px;
	margin-bottom:100px;
	background:url(../images/idx/bg_works_bnr.png) no-repeat 0 0;
	position:relative;
}
		.idx-works-bnr .btn-more-white{
			position: absolute;
			right:30px;
			top:50%;
			margin-top:-20px;
		}
		.idx-works-bnr:after{ content: ""; clear: both;	height: 0; display: block; visibility: hidden; }



.lnav-idx-bnr-list li a{
	display:block;
	margin-bottom:10px;
	padding-left:31%;
	padding-top: 24px;
	width:100%;
	height: 60px;
	border:#DDDDDD solid 1px;
	background:#FFF;
	font-weight:bold;
	position:relative;
	line-height:1.25;
}

.lnav-idx-bnr-list li a img{
	width:30%;
	height:auto;
	position:absolute;
  top: 50%;
	left:0;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}

.lnav-idx-bnr-list li a .line2{
	position:relative;
	top:-10px;
}




.btn-more.mgl{ margin:50px auto !important;}





/* 
MITOMO STUDIO SHIBUYA
----------------------------------------------------------------- */
.news-box{
	padding:5px;
	margin-bottom:20px;
	display:block;
	width:50%;
	float:left;
}
		.news-box:hover{ background:#EFEFEF;}

.news-list-wrap .news-box{ width:100%; }

.news-box .thumb{
	border:#DDDDDD solid 1px;
	width:80px;
	height:80px;
	background:url(../images/common/bg_news_thumb.png) no-repeat center center;
	background-size: auto 80px;
	float:left;
}
.news-box .thumb img{ width:100%; }

.news-box .heading{ width: 70%; padding:0 10px; float:right; }
.news-list-wrap .news-box .heading{ width:100%; width:89%; }


.news-box .cat,
.news-box .date{
	display:inline-block;
	margin-bottom:10px;
	font-size:12px;
	font-weight:bold;
	color:#AAAAAA;
}

.news-box .cat:after{ content:"｜";}

.news-box .cat.news{ color:#183972; }
.news-box .cat.new-item{ color:#009687;}
.news-box .cat.campaign{ color:#009687;}

.news-box .news-title{
	font-size:14px;
	line-height:1.5;
	color:#373F4A;
}

.news-box .news-title {
  height: 44px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


.pospro-list li{
	width:33.33%;
	margin-bottom:20px;
	padding:0 13px;
	float:left;
}
.pospro-list li img{ width:100%; }
.pospro-list li a{ display:block; }

.pospro-list li span{
	display:block;
}

.studio-list li{
	width:33.3333%;
	margin-bottom:30px;
	padding:0 2px;
	float:left;
	text-align:center;
}

.studio-list li img{ width:100%; }
.studio-list li a{ display:block; font-size:12px; color:#858585; line-height:1.5; }

.studio-list li span{
	display:block;
	color:#373F4A;
	font-size:16px;
}


.contents-list li{
	width:24.99%;
	margin-bottom:30px;
	padding:0 2px;
	float:left;
}

.contents-list li img{ width:100%; }
.contents-list li a{ display:block; font-size:13px; color:#858585; text-align:left; }

.contents-list li span{
	display:block;
	margin-bottom:10px;
	color:#123478;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}


.floor-map-wrap{	position:relative;}

.map-inner{
	width:818px;
	height:688px;
	background:url(../images/mss/system_floor_map.png) no-repeat 0 0;
	overflow:hidden;
	position: relative;
}

.map-inner a{
	display:block;
	position:absolute;
	background-image:url(../images/mss/system_floor_map_current.png);
	background-repeat:no-repeat;
	filter:alpha(opacity=0);
  -moz-opacity: 0.2;
  opacity: 0;
}


#ed-1st{ width:139px; height:111px; left:292px; top:276px; background-position:-292px -276px; }
#ed-2st{ width:139px; height:120px; left:292px; top:5px; background-position:-292px -5px; }
#ed-3st{ width:139px; height:120px; left:435px; top:5px; background-position:-435px -5px; }
#ed-4st{ width:147px; height:120px; left:578px; top:5px; background-position:-578px -635px; }
#ed-5st{ width:101px; height:45px; left:415px; top:226px; background-position:-415px -226px; z-index:2; }
#ed-6st{ width:79px; height:111px; left:436px; top:276px; background-position:-436px -635px; }
#ma-1st{ width:206px; height:174px; left:4px; top:154px; background-position:-4px -868px; }
#ma-2st{ width:258px; height:233px; left:5px; top:4px; background-position:-5px -635px; }
#lab{ width:252px; height:108px; left:292px; top:163px; background-position:-292px -759px; }

#ed-1st:hover,#ed_1st.current,
#ed-2st:hover,#ed_2st.current,
#ed-3st:hover,#ed_3st.current,
#ed-4st:hover,#ed_4st.current,
#ed-5st:hover,#ed_5st.current,
#ed-6st:hover,#ed_6st.current,
#ma-1st:hover,#ma_1st.current,
#ma-2st:hover,#ma_2st.current,
#lab:hover,#lab.current{ opacity: 1; -ms-filter: "alpha(opacity=1)"; }


.floor-nav-idx{	position:absolute; right:0;	bottom:0; }

.floor-nav:before{
	display:block;
	content:"";
	width:300px;
	height:199px;
	overflow:hidden;
	background-image:url(../images/mss/system_floor_map_thumb.png);
	background-repeat:no-repeat;
	position:absolute;
	left:0;
	top:0;
}

.floor-nav.f-ed1st:before{ background-position:0 0; }
.floor-nav.f-ed2st:before{ background-position:0 -199px; }
.floor-nav.f-ed3st:before{ background-position:0 -398px; }
.floor-nav.f-ed4st:before{ background-position:0 -597px; }
.floor-nav.f-ed5st:before{ background-position:0 -796px; }
.floor-nav.f-ed6st:before{ background-position:0 -995px; }
.floor-nav.f-ma1st:before{ background-position:0 -1194px; }
.floor-nav.f-ma2st:before{ background-position:0 -1393px; }
.floor-nav.f-lab:before{ background-position:0 -1592px; }


.floor-nav{
	padding-left:320px;
	height:199px;
}

.floor-nav dt{
	font-size:15px;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:#DDDDDD solid 1px;
}

.floor-nav dd li{
	width:33.33%;
	float:left;
}

.slide-gallery div{ width:100%; margin-bottom:5px; }
.slide-gallery div img{ width:100%; }


.slider-nav div{
	padding:5px;
	cursor:pointer;
}
.slider-nav div img{ width:100%; }

.slick-next {
    right: 0px !important;
}
.slick-prev {
    left: 0px !important;
		z-index:2;
}

.slick-current{ background:#FFC200 ;}


/* 
ソリューション
----------------------------------------------------------------- */
.solution-tab-contents{ display:none; }

.solution-list-box{
	width: 100%;
	margin-bottom:40px;
	float:left;
}
		.solution-list-box:after{ content: ""; clear: both;	height: 0; display: block; visibility: hidden; }

.solution-list-box .thumb{
	width:40%; 
	float:left;
}
.solution-list-box .thumb img{ width:100%;}

.solution-list-box dl{
	width:60%;
	float:left;
	padding:0 10px;
}
.solution-list-box dt{ margin-bottom: 15px; font-size:16px; font-weight:bold; line-height:1.5; }
.solution-list-box dt span{ display:block; font-size:13px; color:#868686; }

.solution-list-box dd{ color:#373F4A; line-height:1.5; }

.target-list li{
	padding: 3px 12px 1px;
	margin:2.5px;
	background:#F3AA0A;
	line-height:1.25;
	font-size:13px;
	color:#FFF;
	float:left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
		.target-list:after{ content: ""; clear: both;	height: 0; display: block; visibility: hidden; }

.target-list.right-top20{ float:right; position:relative; top:-20px;}

.flow-box{
	padding:10px;
	float:left;
	position:relative;
}
.flow-box:after{
  display:block;
	font-size:12px;
	margin-right:7px;
  font-family: 'FontAwesome';
  content: "\f061";
	position:absolute;
	right:-10px;
	top:16px;
}

.flow-box:last-child:after{
  display:none;
}


.flow-box dt{
	padding:3px 7px;
	margin-bottom:7px;
	background:#FFC200;
}

.flow-box dd li:before{
	display:inline-block;
	content:"";
	width:7px;
	height:1px;
	margin-right:3px;
	background:#AAAAAA;
}


/* 
プロダクツ
----------------------------------------------------------------- */
.products-list-wrap dt{
	margin-bottom:20px;
	font-size:18px;
	border-bottom:#DDDDDD solid 1px;
	padding-bottom:7px;
	/*color:#2B4D8A;*/
}

.products-list-wrap dd > span{
	font-size:14px;
	display:block;
	margin-bottom:10px;
}


.products-list{ margin-bottom:30px; }
.products-list:after{ content: ""; clear: both;	height: 0; display: block; visibility: hidden; }
.products-list li {
    width: 49.99%;
		min-height:170px;
    margin-bottom: 40px;
    padding: 0 2px;
    float: left;
    text-align: center;
}

.products-list li a { display:block; }
.products-list li a > span{ display:block; font-size:12px; min-height: 50px; }

.products-list li img{ width:100%; }



#contents-wrap.layout-black{
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,ffffff+51&1+50,0+51 */
			background: -moz-linear-gradient(left,  rgba(0,0,0,1) 50%, rgba(34,34,34,1) 50%); /* FF3.6-15 */
			background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 50%,rgba(34,34,34,1) 50%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to right,  rgba(0,0,0,1) 50%,rgba(34,34,34,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222',GradientType=1 ); /* IE6-9 */
		}
		#contents-wrap.layout-black .contents-main{ background-color:#000; padding-bottom:30px;}


#contents-wrap.layout-white{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,ffffff+51&1+50,0+51 */
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 50%, rgba(245,245,245,1) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 50%,rgba(245,245,245,1) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,0) 50%,rgba(245,245,245,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	min-height:500px;
}
#contents-wrap.layout-white .contents-main{ background-color:#FFF; padding-bottom:30px;}



/*ページタイトル*/
#contents-wrap.layout-black .page-products-main,
#contents-wrap.layout-white .page-products-main{
	width:100%;
	height: auto;
	padding:47px 0;
	background:#000;
	text-align:center;
}

#contents-wrap.layout-white .page-products-main { background:#FFF; }

#contents-wrap.layout-black .page-products-main img,
#contents-wrap.layout-white .page-products-main img
{ min-width:769px; max-width:100%; }

#contents-wrap.layout-normal .page-products-main{
	width:100%;
	height: auto;
	margin-bottom:20px;
	padding:0;
	background:#000;
	text-align:center;
}
#contents-wrap.layout-normal .page-products-main img{
	width:100%;
}


#contents-wrap.layout-black .pankuzu{ background:#8E8E8E; width:100%; }
#contents-wrap.layout-white .pankuzu{ background:#EFEFEF; width:100%; }

#contents-wrap.layout-normal #contents.base .pankuzu { z-index: 2; }


#contents-wrap.layout-black #contents.special h1,
#contents-wrap.layout-white #contents.special h1{
	text-align:center;
	font-size:46px;
	font-weight:100;
	font-family:'Noto Sans Japanese';
	color:#FFF;
}

#contents-wrap.layout-normal #contents.special h1{
	border-bottom:#BBBBBB solid 1px;
	padding-bottom:10px;
	margin-bottom:15px;
	font-size:25px;
	color:#2B4D8A;
	position:relative;
}

#contents-wrap.layout-normal #contents.special h1:after{
	display:block;
	content:"";
	background:#2B4D8A;
	width:46px;
	height:2px;
	position:absolute;
	bottom:-1px;
}

#contents-wrap.layout-white #contents.special h1{ color:#333; }


#contents-wrap.layout-black #contents.special .contents-main h2,
#contents-wrap.layout-white #contents.special .contents-main h2{
	font-size:18px;
	color:#D8A300;
	border-bottom:#333333 solid 1px;
	padding-bottom:10px;
	margin-bottom:20px;
}

#contents-wrap.layout-white #contents.special .contents-main h2{
	border-bottom:#DDD solid 1px;
	color:#1A3C73;
}
#contents-wrap.layout-normal #contents.special .contents-main h2{
	padding:11px 0 8px 15px;
	margin-bottom:30px;
	border-left:#FFC200 solid 3px;
	line-height:1.5;
	background:#173774;
	font-size:18px;
	color:#FFF;
}

#contents-wrap.layout-black #contents.special .contents-main h2:before{ content:""; margin-right:10px; border-left:#D8A300 solid 3px; }
#contents-wrap.layout-white #contents.special .contents-main h2:before{ content:""; margin-right:10px; border-left:#1A3C73 solid 3px; }


#contents-wrap.layout-black #contents.special .contents-main h3,
#contents-wrap.layout-white #contents.special .contents-main h3{
	font-size:22px;
	color:#FFF;
	font-weight:100;
	font-family:'Noto Sans Japanese';
	padding-bottom:10px;
	margin-bottom:20px;
}
#contents-wrap.layout-white #contents.special .contents-main h3{
	color:#2B4D8A;
}

#contents-wrap.layout-normal #contents.special h3{
	margin-bottom:10px;
	font-size:15px;
	color:#2B4D8A;
}

#contents-wrap.layout-black #contents.special .contents-main h3.widget-title,
#contents-wrap.layout-white #contents.special .contents-main h3.widget-title,
#contents-wrap.layout-normal #contents.special h3.widget-title{
  padding: 11px 0 8px 15px;
  margin-bottom: 30px;
  border-left: #FFC200 solid 3px;
  line-height: 1.5;
  background: #173774;
  font-size: 18px;
  font-weight: normal;
  color: #FFF;
}




#contents-wrap.layout-black #contents.special h6,
#contents-wrap.layout-white #contents.special h6,
#contents-wrap.layout-normal #contents.special h6,
#contents-wrap.layout-black #contents.special .en,
#contents-wrap.layout-white #contents.special .en,
#contents-wrap.layout-normal #contents.special .en{
	color:#545454;
	text-align:center;
	display:block;
	margin-bottom:50px;
	font-size:12px;
	font-family: 'Roboto Slab', serif;
}

#contents-wrap.layout-white #contents.special h6, #contents-wrap.layout-white #contents.special .en{ color: #999; }
#contents-wrap.layout-normal #contents.special h6,#contents-wrap.layout-normal #contents.special .en{ text-align:left; color: #999;}


#contents-wrap.layout-black #contents.special p,
#contents-wrap.layout-white #contents.special p,
#contents-wrap.layout-normal #contents.special p{
	margin-bottom:20px;
	color:#FFF;
}

#contents-wrap.layout-white #contents.special p, #contents-wrap.layout-normal #contents.special p{ color:#333; }

#contents-wrap.layout-black #contents.special [class*="col-md-"],
#contents-wrap.layout-white #contents.special [class*="col-md-"],
#contents-wrap.layout-normal #contents.special [class*="col-md-"] {
	padding:15px;
}



#contents-wrap.layout-black #contents.special [class*="col-md-"] img,
#contents-wrap.layout-white #contents.special [class*="col-md-"] img,
#contents-wrap.layout-normal #contents.special [class*="col-md-"] img{
    width: 100%;
		height:auto;
}


#contents-wrap.layout-black #contents.special .contents-side,
#contents-wrap.layout-white #contents.special .contents-side{
	padding-top:25px;
}




#contents-wrap.layout-black #contents.special table,
#contents-wrap.layout-white #contents.special table,
#contents-wrap.layout-normal #contents.special table{
	width:100% !important;
	margin:15px 0;
	box-sizing:border-box !important;
	border-top:#DDDDDD solid 1px;
}

#contents-wrap.layout-black #contents.special table{
	border-top:#333333 solid 1px;
	color:#CCCCCC;
	box-sizing:border-box !important;
}

#contents-wrap.layout-black #contents.special table td,
#contents-wrap.layout-white #contents.special table td,
#contents-wrap.layout-normal #contents.special table td{
	box-sizing:border-box !important;
	border-bottom:#DDDDDD solid 1px;
	padding:7px;
}
#contents-wrap.layout-black #contents.special table td{
	border-bottom:#333333 solid 1px;
}


#contents-wrap.layout-black #contents.special .contents-main ul,
#contents-wrap.layout-white #contents.special .contents-main ul,
#contents-wrap.layout-normal #contents.special .contents-main ul{
	margin:15px 0;
}

#contents-wrap.layout-black #contents.special .contents-main li,
#contents-wrap.layout-white #contents.special .contents-main li,
#contents-wrap.layout-normal #contents.special .contents-main li{
	margin:7px 0 7px 20px;
	list-style:outside;
}

.siteorigin-widget-tinymce.textwidget img{
	max-width:100%;
	height:auto;
}

.sow-image-container img{
	width:100%;
	height:auto;
}


#contents-wrap.layout-black #contents.special .contents-main a,
#contents-wrap.layout-white #contents.special .contents-main a,
#contents-wrap.layout-normal #contents.special .contents-main a{
	/*display:inline-block;
	padding:13px 15px 10px;
	border:#183A75 solid 1px;*/
	text-decoration:underline;
}

#contents-wrap.layout-black #contents.special .contents-main a:before,
#contents-wrap.layout-white #contents.special .contents-main a:before,
#contents-wrap.layout-normal #contents.special .contents-main a:before{
	display:inline-block;
	font-size:12px;
	margin-right:7px;
  font-family: 'FontAwesome';
  content: "\f105";
}






/* 
導入事例
----------------------------------------------------------------- */
.entory-wrap-case{ margin-bottom: 55px; }

.entory-wrap-case p{
	margin-bottom:15px;
}

.entory-wrap-case a:before{
	display:inline-block;
	font-size:12px;
	margin-right:7px;
  font-family: 'FontAwesome';
  content: "\f105";
}


.entory-wrap-case h3.widget-title{
	padding:11px 0 8px 15px;
	margin-bottom:30px;
	border-left:#FFC200 solid 3px;
	line-height:1.5;
	background:#173774;
	font-size:18px;
	font-weight:normal;
	color:#FFF;
}
.entory-wrap-case h3{
	padding:11px 0 8px;
	border-bottom:#DDDDDD solid 1px;
	padding-bottom:13px;
	margin-bottom:15px;
	font-size:106%;
	color:#1A3C73;
	font-weight:bold;
}

.entory-wrap-case h4{
	font-weight:bold;
	margin-bottom:10px;
}



.case-list-wrap{ padding-bottom:50px; }
.case-list-wrap:after{ content: ""; clear: both;	height: 0; display: block; visibility: hidden; }

.case-list{}
		.case-list:after{ content: ""; clear: both;	height: 0; display: block; visibility: hidden; }

.case-list .btn-more{ margin:50px auto !important; clear:both; }


.case-box {
    padding: 5px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

.case-box .date{
	display: block;
	font-size: 12px;
    font-weight: bold;
    color: #AAAAAA;
}

.case-box:hover{
	background:#FFC200;
	color:#333;
}


.case-box .thumb {
/*
    border: #DDDDDD solid 1px;
    width: 150px;
    height: 120px;
*/
	width: 220px;
	height: auto;
		background-color:#FFF;
    background-size: auto 120px;
		background-repeat:no-repeat;
		background-position:center center;
    float: left;
}

.case-img {
	margin-bottom:20px;
}

.case-img img{
	width:100%;
	height:auto;
}


.case-box .heading {
/*	padding-left:180px;*/
	padding-left:240px;
}

.case-box .heading span{ font-size:12px; }

.type{
	display: inline-block;
}

.type:before{
	content:"／";
	margin:0 5px;
}

.case-title{
	font-size:18px;
	margin:7px 0 15px;
}






/* 
企業情報
----------------------------------------------------------------- */


.box-tit{
	font-size:18px;
	margin-bottom:12px;
	color:#183972;
}

.nav-box aside{
	display:block;
	margin-bottom:5px;
}

.nav-box li{
	margin:5px 0;
}

.recruit-block-nav{
	padding:20px 20px 0px;
	background:#EBEEF3;
}

.recruit-block-nav li{ float:left; margin-bottom:10px; }
.recruit-block-nav li:nth-child(2n){ float:right; }
.recruit-block-nav li a{ display:block; background:#FFF; color:#183972; }

.recruit-block-nav li a.hong,
.recruit-block-nav li a.career{
	padding-top:45px;
	padding-left:30px;
	font-size:20px;
}

.recruit-block-nav li a.hong span,
.recruit-block-nav li a.career span{
	display:block;
	font-size:12px;
	color:#CCCCCC;
}
.recruit-block-nav li a.hong:hover,
.recruit-block-nav li a.career:hover{
	opacity:.7;
}

.recruit-block-nav li a.hong{ height:153px; background: url(../images/company/bnr_recruit01.png) no-repeat center center; background-size:cover; }
.recruit-block-nav li a.career{ height:153px; background: url(../images/company/bnr_recruit02.png) no-repeat center center; background-size:cover; }

.nav-idx-csr.col-md-4{ padding-right:30px; }
.nav-idx-csr.col-md-4.right{ padding-right:0; }


.nav-idx-csr h3{ margin-bottom:10px; }

.nav-idx-csr ul{ margin-bottom:20px; }
.nav-idx-csr ul li{ margin-bottom:7px; }

/* 理念 */
.mission-copy{
	padding:0 0 15px;
	margin-bottom:15px;
	font-size:26px;
	color:#183A75;
}
.mission-copy p{ float:left; }

.tactic{
	margin-bottom:30px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	font-size:32px;
	text-align:center;
	letter-spacing:.15em;
	color:#2B4D8A;
}
.tactic-box{
	color:#FFF;
	font-family: 'Roboto', sans-serif;
	background:#123578;
	text-align:center;
	font-size:28px;
}


/* 会社概要 */
.info-list dt{
	padding:15px 0 12px;
	width:200px;
	font-weight:bold;
	float:left;
}


.info-list dd{
	padding:15px 0 12px 200px;
	border-bottom:#DDDDDD solid 1px;
}

.info-list dd li{ margin-bottom:15px;}
.info-list dd li span{
	display:block;
	font-weight:bold;
}

/* アウトライン */

.outline{	position:relative; }
.outline:after{
	display:block;
	content:"";
	width:1px;
	height:100%;
	background:#DDDDDD;
	position:absolute;
	left:205px;
	top:0;
}

.outline dt{
	padding:0 0 20px;
	width:160px;
	color:#183973;
	float:left;
}
.outline dt:before{
	content:"・";
}

.outline dd{
	padding:0 0 20px 160px;
	position:relative;
}

.outline dd li{ position:relative; padding-left:60px; }
.outline dd li span{
	display:block;
	width:30px;
	text-align:right;
	color:#183973;
	position:absolute;
	left:0;
	top:0;
}

/* 組織表 */
.organization-map-top{
	float:left;
}
		.organization-map-top li{
			width:50px;
			margin-right:20px;
			background:#0F337A;
			color:#FFF;
			float:left;
			font-size:20px;
			padding:15px;
		}
		.organization-map-top li:nth-child(2){ background:#FBBD05; }
		.organization-map-top li:nth-child(2):before{
			content:"";
			display:block;
			width:20px;
			height:1px;
			background:#DDDDDD;
			position:absolute;
			left:-20px;
			top:28px;
		}
		
		.organization-map-top li:after{ content: ""; clear: both;	height: 0; display: block; visibility: hidden; }

.organization-map{
	font-weight: bold;
	float:left;
}

		.organization-map > li{
			margin-bottom:20px;
			clear:both;
		}
		.organization-map > li:after{ content: ""; clear: both;	height: 0; display: block; visibility: hidden; }
		
		.organization-map li{ position:relative; }
		.organization-map .group{
			padding:15px;
			margin-right:40px;
			display:block;
			border:#DDDDDD solid 1px;
			background:#FFEFBB;
			float:left;
		}
		
				.organization-map li ul{
					float:left;
				}
				
				.organization-map li ul li{
					padding:15px;
					border:#DDDDDD solid 1px;
					background:#EFEFEF;
					margin-bottom:10px;
					position:relative;
				}
				
				.organization-map > li:before,
				.organization-map li ul li:before{
					content:"";
					display:block;
					width:20px;
					height:1px;
					background:#DDDDDD;
					position:absolute;
					left:-20px;
					top:28px;
				}
				.organization-map li ul li:first-child:before{width:40px; left:-40px;}
				
				.organization-map li ul li:after{
					content:"";
					display:block;
					width:1px;
					height:65px;
					background:#DDDDDD;
					position:absolute;
					left:-20px;
					top: -38px;
				}
				.organization-map li ul li:first-child:after{ display: none; }



/* プライバシー */
.data-box dt{
	margin-bottom:15px;
	font-weight:bold;
}

.data-box dd{
	padding-left:100px;
	position:relative;
}

.data-box dd span{
	width:90px;
	position:absolute;
	left:0;
	top:0;
}
.data-box dd span:after{ content:"："; position:absolute; right:0;}

.caption{ display:block; text-align:center; font-size:11px; }

.info-list dd li span {
	display: inline-block !important;
	margin-right:15px;
	font-weight: bold;
}

.data-box.office dd{
	padding-left:45px;
}
.data-box.office dd span{ width:43px;}


/*PC add
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


.pankuzu{width: 84%; }


/* ブログビジュアル */
.blog-main,
.page-title.blog-main:after{
	height:300px;
}

.img-mitomolog{ background-image:url(../images/common/mitomolog_main_bg.png); background-position:left center; background-color:#BDCCD4; background-repeat:no-repeat; background-size:auto; }
		.tit-mitomolog{
			display:block; text-indent: 100%; white-space: nowrap; overflow: hidden;
			width:100%;
			height:300px;
			background-repeat:no-repeat;
			background-position: center 100px;
			background-image: url(../images/common/mitomolog_main_tit.png);
			background-size:228px 61px;
		}

.page-title.img-mitomolog:after{
	display:none;
  content: "";
}


.img-officialblog{ background-image: url(../images/common/officialblog_main_bg.png); }
		.tit-officialblog{
			display:block; text-indent: 100%; white-space: nowrap; overflow: hidden;
			width:100%;
			height:300px;
			background-repeat:no-repeat;
			background-position: center 100px;
			background-image: url(../images/common/officialblog_main_tit.png);
			background-size:400px 78px;
		}
		.blog-main.page-title .tit-officialblog{
			padding-top:0;
		}


.img-members{ background-image: url(../images/common/download_bg.png) }


.blog-main.page-title h2{
	text-align: center;
	padding-top: 100px;
}

.blog-main.page-title h2 .en{
	display:block;
	font-size:13px;
	letter-spacing:1px;
}






.contents-main{ min-height: 1000px; }


.pankuzu {
min-height: 30px;
}

.pankuzu li.tax-list a:after{
display:inline-block;
font-size:12px;
margin-right:7px;
margin-left:7px;
content: "/";
}
		
.pankuzu li.tax-list a:last-child:after{
display:inline-block;
font-size:12px;
margin-right:7px;
margin-left:7px;
font-family: 'FontAwesome';
content: "\f105";
}


.info-list dd li span {
display: inline-block !important;
margin-right:15px;
font-weight: bold;
}

.data-box.office dd{
padding-left:45px;
}

.data-box.office dd span{
width:43px;
}


.case-box .thumb img{
width: 100%;
}

.case-img {
	margin-bottom:20px;
}
.so-widget-image,
.textwidget img{
width:100%;
height:auto;
}

.siteorigin-widget-tinymce.textwidget p{
font-size:108%;
}


#contents-wrap.layout-black #contents.special .contents-side h3{
	color:#FFF;
}

#contents-wrap.layout-normal .page-products-main {
    background:none;
}


.contents-side h2.img-tit:after{
  display:none;
}

.contents-side h3.side-taxname{
	padding-top:0px;
	margin-bottom:10px;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	position: relative;
}




.blog-box{
	padding:20px;
	margin-bottom:20px;
	display:block;
	width:33.33%;
	float:left;
}

.blog-box:hover{ background:#EFEFEF;}

.blog-box .thumb{
	border:#DDDDDD solid 1px;
	width:100%;
	height:170px;
	margin-bottom:15px;
	overflow:hidden;
	background-color:#FFF;
	background-size: 173px 60px;
	background-position: center center;
	background-repeat:no-repeat;
	position:relative;
}



.blog-box .thumb img{
	position: absolute;
	width:100%;
	height:auto;
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}


.blog-box .blog-title{
	font-size:16px;
	line-height:1.5;
	color:#000;
	height: 45px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #000;
}



/* 
お知らせ・導入事例
----------------------------------------------------------------- */
.entory-wrap img{
	max-width: 100%;
	height:auto;
}

/* 見出し1 */
.entory-wrap.sententce.end-block.clearfix h1,
.entory-wrap-case .siteorigin-widget-tinymce h1{
	border-bottom: #BBBBBB solid 1px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    font-size: 25px;
    color: #2B4D8A;
    position: relative;
}
.entory-wrap.sententce.end-block.clearfix h1:after,
.entory-wrap-case .siteorigin-widget-tinymce h1:after {
    display: block;
    content: "";
    background: #2B4D8A;
    width: 46px;
    height: 2px;
    position: absolute;
    bottom: -1px;
}


/* 見出し2 */
.entory-wrap.sententce.end-block.clearfix h2,
.entory-wrap-case .siteorigin-widget-tinymce h2{
	margin-bottom: 20px;
  font-size: 18px;
  color: #2B4D8A;
	font-weight: bold;
}


/* 見出し3 */
.entory-wrap.sententce.end-block.clearfix h3{
  position: relative;
  margin-bottom: 25px;
  font-size: 16px;
  color: #193972;
  font-weight: bold;
}

.entory-wrap-case h4{
	font-weight:bold;
	margin-bottom:10px;
}

/* 見出し4 */
.entory-wrap.sententce.end-block.clearfix h4{
padding:11px 0 8px 15px;
	margin-bottom:30px;
	border-left:#FFC200 solid 3px;
	line-height:1.5;
	background:#173774;
	font-size:18px;
	color:#FFF;
}

.entory-wrap.sententce.end-block.clearfix h3 span{
	position:relative;
	display:inline-block;
	padding-right:20px;
	background:#FFF;
	z-index:2;
}

.entory-wrap.sententce.end-block.clearfix h3:before{
	content:"";
	display:block;
	width:100%;
	height:1px;
	background:#DDDDDD;
	position:absolute;
	top:50%;
	margin-top:-1px;
	z-index:1;
}

.entory-wrap.sententce.end-block.clearfix h4,
.entory-wrap.sententce.end-block.clearfix h5,
.entory-wrap.sententce.end-block.clearfix h6{
  margin-bottom: 15px;
  font-weight: bold;
}

.entory-wrap.sententce.end-block.clearfix p{
margin-bottom:20px;
}


.entory-wrap.sententce.end-block.clearfix ol,
.entory-wrap-case .siteorigin-widget-tinymce ol{
margin:10px 0 10px 20px;
}

.entory-wrap.sententce.end-block.clearfix ul,
.entory-wrap-case .siteorigin-widget-tinymce ul{
margin:10px 0 10px 20px;
}
.entory-wrap.sententce.end-block.clearfix ul li,
.entory-wrap-case .siteorigin-widget-tinymce ul li{
list-style: disc outside;
}


.btn-inline{
	padding:10px 30px 7px;
	margin-bottom:10px;
	display:inline-block;
	background:#2B4D8A;
	color:#FFF;
	clear:both;
	text-align:center;
}
		.btn-inline:hover{
			background:#666;
			color:#FFF;
		}



.entory-wrap.sententce.end-block.clearfix table,
.entory-wrap-case .siteorigin-widget-tinymce table {
width:100% !important;
box-sizing:border-box;
	border-left:#DDDDDD solid 1px;
	border-top:#DDDDDD solid 1px;
}

.entory-wrap.sententce.end-block.clearfix table th,
.entory-wrap.sententce.end-block.clearfix table td,
.entory-wrap-case .siteorigin-widget-tinymce table th,
.entory-wrap-case .siteorigin-widget-tinymce table td{
box-sizing:border-box;
	text-align:left;
	padding:12px;
	border-right:#DDDDDD solid 1px;
	border-bottom:#DDDDDD solid 1px;
}

.entory-wrap.sententce.end-block.clearfix table th,
/*.entory-wrap.sententce.end-block.clearfix table td:first-child,*/
.entory-wrap-case .siteorigin-widget-tinymce table th
/*.entory-wrap-case .siteorigin-widget-tinymce table td:first-child*/{
	background:#153776;
	color:#FFF;
}

#wrapper .footer-contact-area .sales-office {
	position: relative!important;
	margin: 10px 0 0 0!important;
	top: inherit;
	left: inherit;
	right: inherit;
}

.footer-contact-area .inner{
	height: inherit!important;
}

/* 
CG、広告コンテンツ制作ソリューション モーダル追加
----------------------------------------------------------------- */
.remodal{
	max-width: inherit!important;
	width: 60%!important;
}

.modalbtn-wrap{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.modalbtn-wrap .modal-btn{
	width: 48%;
	margin-bottom: 4%;
}

.modalbtn-wrap .modal-btn img{
	width: 100%;
	height: auto;
}

.modalbtn-wrap .modal-btn:nth-child(2n){
	margin-left: 4%;
}

.embed-container{
	padding-top: 56.25%;
    position: relative;
}
.embed-container iframe{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
	left: 0;
}

div.idx-main.img-def {
    position: relative;
}
	
div video#video {
    width: 100%;
}
	
div#bgndVideo {
/*    position: absolute;*/
    display: block;
}
#video-area{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

.fv-mp4{
	position: relative;
}

#video{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    overflow: hidden;
    height: 447px;
    -o-object-fit: cover;
       object-fit: cover;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 100%;
}

h2.tit-style-woman {
    background: linear-gradient(315deg, #ff9167, #ff5656);
    /* height: 50px; */
    font-size: 22px;
    padding: 10px 20px;
   margin: 60px 0 20px 0;
    color: #fff;
}

.mission-woman {
    font-size: 19px;
    padding-bottom: 20px;
}

.mission-woman::after{
  content: "";
  display: block;
  height: 2px;
  background: linear-gradient(315deg, #ff9167, #ff5656);
}

p.woman{
    margin-bottom: 30px;
}

div.contents-main.table{
	min-height: 500px!important;
}

.pc_only{
	display: block;
}

.sp_only{
	display: none;
}

/*TACTICS追加*/
.tactic-ul .tactic-list{
	display: flex;
}
.tactic-ul .tactic-list p.tactic-box{
	width: 160px;
}

.tactic-ul .tactic-list p.tactic-text{
	font-size: 20px;
    margin-left: 30px;
}

.tactic-ul .tactic-list .tactic-box {
    font-size: 20px;
}