@charset "utf-8";

@media print, screen and (min-width: 1025px) {
	
  /* ナビアクティブ
  ---------------------------------------------*/
  header nav li.navService > a:before,
  header nav li.navService > a:after {
    width: 50%;
  }
}

@media print, screen and (min-width: 751px) {
	
  /* -----------------------------------------------------------------------------

  	共通

  ----------------------------------------------------------------------------- */
	
	.serviceBnr {
		width: 910px;
		margin: 90px auto 0;
		position: relative;
		opacity: 0;
		-moz-transform: translateY(150px);
		-webkit-transform: translateY(150px);
		transform: translateY(150px);
		-webkit-transition: all .6s;
		-moz-transition: all .6s;
		transition: all .6s;
	}
	.serviceBnr.animation01 {
		opacity: 1;
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.serviceBnr li {
		width: 48.5%;
		float: left;
	}
	.serviceBnr li + li {
		margin-left: 3%;
	}
	.serviceBnr li a {
		display: block;
		border: 1px solid #000;
		padding: 40px 60px;
		text-align: center;
		box-sizing: border-box;
		font-size: 16px;
		position: relative;
	}
	.serviceBnr li a b {
		display:block;
		font-size: 2.0rem;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		line-height: 1.2;
		margin-bottom:  6px;
	}
	.serviceBnr li a:after {
		top: 50%;
		right: 20px;
		display: block;
		margin-top: -4px;
		width: 14px;
		height: 9px;
		background: url(../common/img/arrow01.svg) no-repeat;
		content: '';
		position: absolute;
		-webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
		-moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
		transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	}
	.serviceBnr li a:hover:after {
		right: 10px;
	}
	
	
	
  /* -----------------------------------------------------------------------------

  	サービスTOP

  ----------------------------------------------------------------------------- */
  .serviceTop .ttlLead {
  	line-height: 1.3;
  }
  .serviceTop .ttlLead b {
  	display: block;
  	font-size: 32px;
  	font-family: 'Noto Sans Japanese', sans-serif;
  	font-weight: 600;
  	color: #222;
	line-height: 1.6;
  }
  img {
    max-width: 100%;
  }
  .serviceSupport h3 {
    display: block;
    font-size: 32px;
    line-height: 1.3;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 600;
    color: #222;
  }

  /* mv
  ---------------------------------------------*/
  .serviceTop #mv {
  	background: #333 url(../service/img/service_mv.jpg) center top;
  	background-size: cover;
  }
  .serviceTop #service li.show {
  	opacity: 1;
    -moz-transform: translate(0, 0);
  	-webkit-transform: translate(0, 0);
  	transform: translate(0, 0);
  }
  /* plan
  ---------------------------------------------*/
  .serviceTop #plan {
  	position: relative;
  }
  .serviceTop #plan .inner {
  	padding: 34px 0 20px;
  	width: 100%;
  }
  .serviceTop #plan .inner .ttlLead {
  	margin-bottom: 25px;
  	opacity: 0;
  	text-align: center;
  	-moz-animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  	-webkit-animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  	animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  }
  .serviceTop #plan p {
    margin-bottom: 31px;
    opacity: 0;
    color: #222;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    -moz-animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    -webkit-animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  }
  .serviceTop #plan p:last-child {
  	margin-bottom: 0;
  }
  .serviceTop #plan.animation01 .ttlLead,
  .serviceTop #plan.animation01 p {
  	opacity: 1;
  }
  .serviceTop #plan .inner .flow {
  	opacity: 0;
  	position: relative;
  	margin-top: 50px;
  	text-align: center;
  	-moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  	-webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .serviceTop #plan .inner .flow {
  	opacity: 0;
  	position: relative;
  	margin-top: 50px;
  	text-align: center;
  	-moz-transform: translate(0, 50px);
  	-webkit-transform: translate(0, 50px);
  	transform: translate(0, 50px);
  	-moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  	-webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .serviceTop #plan .inner .flow.show {
  	opacity: 1;
  	-moz-transform: translate(0, 0);
  	-webkit-transform: translate(0, 0);
  	transform: translate(0, 0);
  }
  .serviceTop #plan .inner .flow .flowArrow {
  	position: absolute;
  	top: 60px;
  	left: 0;
  	right: 0;
  	margin: auto;
  	z-index: -1;
  }
  .serviceTop #plan.animation01 .inner .flow .flowArrow {
  	animation: rotate 4s 1s;
  	animation-iteration-count: infinite;
  	-moz-animation: rotate 4s 1s;
  	-webkit-animation: rotate 4s 1s;
  	-webkit-animation-iteration-count: infinite;
  }
  .serviceTop #plan {
    position: relative;
  }
  .serviceTop #plan .inner .flow {
    opacity: 0;
    position: relative;
    margin-top: 50px;
    text-align: center;
    -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .serviceTop #plan .inner .flow {
	width: 719px;
    opacity: 0;
    position: relative;
    margin: 50px auto 0;
    text-align: center;
    -moz-transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .serviceTop #plan .inner .flow.show {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .serviceTop #plan .inner .flow .flowArrow {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
  }
  .serviceTop #plan.animation01 .inner .flow .flowArrow {
    animation: rotate 4s 1s;
    animation-iteration-count: infinite;
    -moz-animation: rotate 4s 1s;
    -webkit-animation: rotate 4s 1s;
    -webkit-animation-iteration-count: infinite;
  }

  /* planList
  ---------------------------------------------*/
  .serviceTop #planList {
  	position: relative;
  }
  .serviceTop #planList .inner {
  	padding: 100px 0;
  }
  .serviceTop #planList .inner ul {
  	margin: 0 auto;
  }
.serviceTop #planList .inner ul li {
	width: 30%;
	height: 405px;
	background: #fff;
	text-align: center;
	position: relative;
	top: 0;
	float: left;
	box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.serviceTop #planList .inner ul li:hover {
	box-shadow: 0 7px 25px 5px rgba(0, 0, 0, 0.2);
}
.serviceTop #planList .inner ul li + li {
	margin-left: 5%;
}
.serviceTop #planList .inner ul li:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
}
.serviceTop #planList .inner ul li.consulting:before {
	background: #8475f0;
}
.serviceTop #planList .inner ul li.creation:before {
	background: #39b7f6;
}
.serviceTop #planList .inner ul li.support:before {
	background: #22bfc5;
}
.serviceTop #planList .inner ul li a {
	display: block;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	padding-top: 40px;
}
.serviceTop #planList .inner ul li .icon {
	width: 90px;
	display: block;
	margin: 0 auto;
}
.serviceTop #planList .inner ul li .icon img {
	width: 100%;
}
.serviceTop #planList .inner ul li h3 {
	margin-top: 5px;
}
.serviceTop #planList .inner ul li h3 span {
	display: table;
	width: 100%;
}
.serviceTop #planList .inner ul li h3 span b {
	font-size: 24px;
	height: 80px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	line-height: 1.3;
}
.serviceTop #planList .inner ul li h3 span.sub {
	display: block;
}
.serviceTop #planList .inner ul li p {
	font-size: 14px;
	margin-top: 20px;
}
.serviceTop #planList .inner ul li .more {
	display: inline-block;
	margin: 30px auto;
	padding-right: 16px;
	position: relative;
	line-height:1;
	font-size: 1.3rem;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
.serviceTop #planList .inner ul li .more:after {
	content: "";
	display: block;
	width: 14px;
	height: 9px;
	background: url(../common/img/arrow01.gif) no-repeat;
	position: absolute;
	top: 1px;
	right: -4px;
}
.serviceTop #planList .inner ul  li.consulting h3 span.sub {
	color: #7d77ef;
}
.serviceTop #planList .inner ul  li.creation h3 span.sub {
	color: #4ba6f6;
}
.serviceTop #planList .inner ul  li.support h3 span.sub {
	color: #2aaec1;
}
  /* works
  ---------------------------------------------*/
  .serviceTop #works {
  	padding: 60px 0;
  }
  .serviceTop #works .inner {
  	opacity: 0;
  	padding-left: 15px;
  	padding-right: 15px;
  	position: relative;
  	text-align: center;
  	background: #fff;
  }
  .serviceTop #works.animation01 .inner {
  	opacity: 1;
  	text-align: center;
  	-moz-animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  	-webkit-animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  	animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  }
  .serviceTop #works .inner h3 b {
  	display: block;
  	font-size: 32px;
  	font-family: 'Noto Sans Japanese', sans-serif;
  	font-weight: 600;
  	color: #222;
  }
  .serviceTop #works .inner .lead {
  	margin: 32px 0;
  	color: #222;
  	text-align: center;
  	font-size: 16px;
  	line-height: 2;
  	font-weight: 500;
  }
  .serviceTop #works .caseStudiesList {
    opacity: 0;
  }
  .serviceTop #works.animation01 .caseStudiesList {
    opacity: 1;
    -moz-animation: textMotion01 0.6s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    -webkit-animation: textMotion01 0.6s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  }
  /*.serviceTop .worksList {
  	margin: 40px auto;
  	width: 100%;
  	position: relative;
  }
  .serviceTop .worksList ul li {
  	width: 20%;
  	height: auto;
  	float: left;
  }
  .serviceTop .worksList ul li img {
  	width: 100%;
  }
  .serviceTop #works .inner .case {
  	width: 900px;
  	margin: 60px auto 40px;
  	padding: 30px 90px;
  	border: 3px solid #e2e8ed;
  }
  .serviceTop #works .inner .case ul {
  	float: left;
  	width: 210px;
  	margin-right: 40px;
  	text-align: left;
  }
  .serviceTop #works .inner .case ul:last-child {
  	margin-right: 0;
  }
  .serviceTop #works .inner .case ul li {
  	float: none;
  	padding-left: 40px;
  	background: url(../service/img/icon_check04.png) no-repeat 5px 8px;
  	font-size: 16px;
  	letter-spacing: -1px;
  	font-weight: 600;
  	line-height: 33px;
  }
  .serviceTop #works .inner .text {
  	margin: 30px 0 0;
  	text-align: center;
  	font-size: 14px;
  }*/

  /* wow
  ---------------------------------------------*/
  .serviceTop #wow {
  	padding: 80px 0;
  	position: relative;
  }
  .serviceTop #wow .bgSection {
  	width: 100%;
  	height: 100%;
  	background: url(../common/img/bg_section.png) left top;
  	position: absolute;
  	top: 0;
  	left: 0;
  	-moz-transform: translate(-100%, 0);
  	-webkit-transform: translate(-100%, 0);
  	transform: translate(-100%, 0);
  	-moz-transition: all 0.9s 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  	-webkit-transition: all 0.9s 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  	transition: all 0.9s 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .serviceTop #wow.animation01 .bgSection {
  	-moz-transform: translate(0, 0);
  	-webkit-transform: translate(0, 0);
  	transform: translate(0, 0);
  }
  .serviceTop #wow .inner {
  	opacity: 0;
  }
  .serviceTop #wow.animation01 .inner {
  	opacity: 1;
  	text-align: center;
  	-moz-animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  	-webkit-animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  	animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  }
  .serviceTop #wow .inner .box {
  	position: relative;
  	width: 100%;
  }
  .serviceTop #wow .inner .box .left {
  	width: 50%;
  	text-align: center;
  	vertical-align: middle;
  }
  .serviceTop #wow .inner .box .left h3 {
  	margin-top: 30px;
  }
  .serviceTop #wow .inner .box .left h3 b {
  	display: block;
  	font-size: 24px;
  	font-family: 'Noto Sans Japanese', sans-serif;
  	font-weight: 600;
  	line-height: 1.6;;
  	color: #222;
  }
  .serviceTop #wow .inner .box .left .lead {
  	margin: 30px 0 40px;
  	color: #222;
  	text-align: center;
  	font-size: 14px;
  	line-height: 2;
  	font-weight: 500;
  }
  .serviceTop #wow .inner .box .left .image {
  	position: absolute;
  	width: 50%;
  	right: 0;
  	top: 80px;
  }
  .serviceTop #wow .inner .box .left .image img {
  	width: 100%;
  }

	/* mainService
	---------------------------------------------*/
	.serviceTop #mainService {
		position: relative;
	}
  .serviceTop #mainService .inner {
		padding: 100px 0;
		text-align: center;
  }
	.serviceTop #mainService h2 {
		margin-bottom: 40px;
		text-align: center;
		opacity: 0;
	}
	#container section.animation01 .inner > h2 {
		-webkit-animation: fadeIn 0.6s 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
		animation: fadeIn 0.6s 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	}
	.serviceTop #mainService h2 b {
		font-family: 'Roboto', sans-serif;
		font-size: 4.8rem;
		line-height: 1.3;
		text-transform: uppercase;
	}
	.serviceTop #mainService h2 span {
		display: block;
		font-size: 1.6rem;
		font-weight: normal;
	}
	.serviceTop #mainService .inner ul {
		margin: -4.8% 0 0 -4.8%;
		opacity: 0;
	}
  .serviceTop #mainService.animation01 .inner ul {
		-moz-animation: fadeInUp .6s .2s both;
		-webkit-animation: fadeInUp .6s .2s both;
		animation: fadeInUp .6s .2s both;
	}
	.serviceTop #mainService .inner ul li {
		width: 45.2%;
		height: 660px;
		background: #fff;
		text-align: center;
		position: relative;
		top: 0;
		float: left;
		box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
		-webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
		margin: 4.8% 0 0 4.8%;
	}
	.serviceTop #mainService .inner ul li:hover {
		box-shadow: 0 7px 25px 5px rgba(0, 0, 0, 0.2);
	}
	.serviceTop #mainService .inner ul li:before {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
	}
	.serviceTop #mainService .inner ul li.corporate:before {
		background-image: -moz-linear-gradient( 0deg, rgb(125,119,239) 0%, rgb(153,113,244) 70%, rgb(180,106,249) 100%);
		background-image: -webkit-linear-gradient( 0deg, rgb(125,119,239) 0%, rgb(153,113,244) 70%, rgb(180,106,249) 100%);
		background-image: -ms-linear-gradient( 0deg, rgb(125,119,239) 0%, rgb(153,113,244) 70%, rgb(180,106,249) 100%);
	}
	.serviceTop #mainService .inner ul li.recruitment:before {
		background-image: -moz-linear-gradient( 0deg, rgb(42,174,193) 0%, rgb(23,215,202) 70%, rgb(3,255,210) 100%);
		background-image: -webkit-linear-gradient( 0deg, rgb(42,174,193) 0%, rgb(23,215,202) 70%, rgb(3,255,210) 100%);
		background-image: -ms-linear-gradient( 0deg, rgb(42,174,193) 0%, rgb(23,215,202) 70%, rgb(3,255,210) 100%);
	}
	.serviceTop #mainService .inner ul li.branding:before {
		background-image: -moz-linear-gradient( 0deg, rgb(75,166,246) 0%, rgb(38,200,246) 70%, rgb(0,234,246) 100%);
		background-image: -webkit-linear-gradient( 0deg, rgb(75,166,246) 0%, rgb(38,200,246) 70%, rgb(0,234,246) 100%);
		background-image: -ms-linear-gradient( 0deg, rgb(75,166,246) 0%, rgb(38,200,246) 70%, rgb(0,234,246) 100%);
	}
	.serviceTop #mainService .inner ul li.campaign:before {
		background-image: -moz-linear-gradient( 0deg, rgb(232,188,28) 0%, rgb(236,222,14) 70%, rgb(240,255,0) 100%);
		background-image: -webkit-linear-gradient( 0deg, rgb(232,188,28) 0%, rgb(236,222,14) 70%, rgb(240,255,0) 100%);
		background-image: -ms-linear-gradient( 0deg, rgb(232,188,28) 0%, rgb(236,222,14) 70%, rgb(240,255,0) 100%);
	}
	.serviceTop #mainService .inner ul li a {
		display: block;
		height: 100%;
		width: 100%;
		box-sizing: border-box;
		padding-top: 45px;
	}
	.serviceTop #mainService .inner ul li .icon {
		width: 90px;
		display: block;
		margin: 0 auto;
	}
	.serviceTop #mainService .inner ul li .icon img {
		width: 100%;
	}
	.serviceTop #mainService .inner ul li .img {
		display: block;
		margin: 0 45px;
	}
	.serviceTop #mainService .inner ul li .img img {
		width: 100%;
	}
	.serviceTop #mainService .inner ul li h3 {
		margin-top: 40px;
	}
	.serviceTop #mainService .inner ul li h3 span {
		display: table;
		width: 100%;
	}
	.serviceTop #mainService .inner ul li h3 span b {
		font-size: 2.4rem;
		text-align: center;
		line-height: 1.3;
	}
	.serviceTop #mainService .inner ul li h3 span.sub {
		display: block;
		font-size: 1.4rem;
		margin-top: 5px;
	}
	.serviceTop #mainService .inner ul li p {
		font-size: 1.4rem;
		margin-top: 20px;
		font-weight: 500;
		min-height: 140px
	}
	.serviceTop #mainService .inner ul li .more {
		display: inline-block;
		margin: 0 auto;
		padding-right: 16px;
		position: relative;
		line-height:1;
		font-size: 1.4rem;
		font-weight: 700;
		font-family: 'Roboto', sans-serif;
	}
	.serviceTop #mainService .inner ul li .more:after {
		content: "";
		display: block;
		width: 14px;
		height: 9px;
		background: url(../common/img/arrow01.gif) no-repeat;
		position: absolute;
		top: 1px;
		right: -4px;
	}
	.serviceTop #mainService .inner ul li.corporate h3 span.sub {
		color: #8475f0;
	}
	.serviceTop #mainService .inner ul li.recruitment h3 span.sub {
		color: #22bfc5;
	}
	.serviceTop #mainService .inner ul li.branding h3 span.sub {
		color: #4ba6f6;
	}
	.serviceTop #mainService .inner ul li.campaign h3 span.sub {
		color: #e8bc1c;
	}
	.serviceTop #mainService .inner .wow {
		margin: 90px 0 0;
		position: relative;
	}
	.serviceTop #mainService .inner .wow h3 {
		margin-bottom: 30px;
		text-align: center;
	}
	.serviceTop #mainService .inner .wow h3 b {
		font-family: 'Roboto', sans-serif;
		font-size: 3.2rem;
		line-height: 1.3;
		text-transform: uppercase;
	}
	.serviceTop #mainService .inner .wow h3 span {
		display: block;
		font-size: 1.6rem;
		font-weight: normal;
	}
	.serviceTop #mainService .inner .wow .box {
		position: relative;
		width: 100%;
	}
	.serviceTop #mainService .inner .wow .box .left {
		width: 50%;
		text-align: center;
		vertical-align: middle;
	}
	.serviceTop #mainService .inner .wow .box .left h4 {
		margin-top: 30px;
	}
	.serviceTop #mainService .inner .wow .box .left h4 b {
		display: block;
		font-size: 24px;
		font-family: 'Noto Sans Japanese', sans-serif;
		font-weight: 600;
		line-height: 1.6;;
		color: #222;
	}
	.serviceTop #mainService .inner .wow .box .left .lead {
		margin: 30px 0 40px;
		color: #222;
		text-align: center;
		font-size: 14px;
		line-height: 2;
		font-weight: 500;
	}
	.serviceTop #mainService .inner .wow .box .left .image {
		position: absolute;
		width: 50%;
		right: 0;
		top: 80px;
	}
	.serviceTop #mainService .inner .wow .box .left .image img {
		width: 100%;
	}
	
	/* otherService
	---------------------------------------------*/
	.serviceTop #otherService {
		position: relative;
	}
	.serviceTop #otherService .bgSection {
		width: 100%;
		height: 100%;
		background: url(../common/img/bg_section.png) left top;
		position: absolute;
		top: 0;
		left: 0;
		-moz-transform: translate(-100%, 0);
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
		-moz-transition: all 0.9s 0.1s cubic-bezier(0.77, 0, 0.175, 1);
		-webkit-transition: all 0.9s 0.1s cubic-bezier(0.77, 0, 0.175, 1);
		transition: all 0.9s 0.1s cubic-bezier(0.77, 0, 0.175, 1);
	}
	.serviceTop #otherService.animation01 .bgSection {
		-moz-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.serviceTop #otherService .inner {
		opacity: 0;
		padding: 100px 0;
	}
	.serviceTop #otherService.animation01 .inner {
		opacity: 1;
		text-align: center;
		-moz-animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
		-webkit-animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
		animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
	}
	.serviceTop #otherService h2 {
		margin-bottom: 40px;
		text-align: center;
	}
	.serviceTop #otherService h2 b {
		font-family: 'Roboto', sans-serif;
		font-size: 4.8rem;
		line-height: 1.3;
		text-transform: uppercase;
	}
	.serviceTop #otherService h2 span {
		display: block;
		font-size: 1.6rem;
		font-weight: normal;
	}
	.serviceTop #otherService .lead {
		margin-bottom: 44px;
		font-size: 16px;
		text-align: center;
	}
	.serviceTop #otherService .btn {
		margin-top: 60px;
	}


  /* -----------------------------------------------------------------------------

    Service Consulting ＆ Planning

  ----------------------------------------------------------------------------- */
  .serviceConsulting .ttlLead b {
    font-size: 32px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 600;
    color: #222;
	line-height: 1.6;
  }

  /* #plan: serviceConsulting
  --------------------*/
  .serviceConsulting #plan {
    position: relative;
  }
  .serviceConsulting #plan .inner {
    padding: 34px 0 60px;
  }
  .serviceConsulting #plan .inner .ttlLead {
    margin-bottom: 25px;
    opacity: 0;
    text-align: center;
    -moz-animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    -webkit-animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  }
  .serviceConsulting #plan p {
    margin-bottom: 31px;
    opacity: 0;
    color: #222;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    -moz-animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    -webkit-animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  }
  .serviceConsulting #plan.animation01 .ttlLead,
  .serviceConsulting #plan.animation01 p {
    opacity: 1;
  }

  /* PlanList: serviceConsulting
  --------------------------------------*/

  .serviceConsulting #planList {
    position: relative;
    z-index: 2;
    padding: 100px 0;
  }
  .serviceConsulting #planList .bgSection {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../common/img/bg_section.png') repeat #f4f5f6;
    -moz-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -moz-transition: all 0.9s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 0.9s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .serviceConsulting #planList.animation01 .bgSection {
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .serviceConsulting #planList .planItem {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -webkit-transition: all 0.4s .3s  cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.4s .3s  cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: all 0.4s .3s  cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .serviceConsulting #planList .planItem:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
  .serviceConsulting #planList .planItem.show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .serviceConsulting #planList .planItem .planItemContent,
  .serviceConsulting #planList .planItem .planItemImg {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
  }
  .serviceConsulting #planList .planItem .planItemContent {
    position: relative;
    z-index: 1;
    width: 63%;
  }
  .serviceConsulting #planList .planItem .planItemHeading {
    position: relative;
    margin-bottom: 15px;
    padding-left: 110px;
    min-height: 50px;
  }
  .serviceConsulting #planList .planItem .planItemIcon {
    position: absolute;
    left: 0;
    top: 0;
    width: 118px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .serviceConsulting #planList .planItem .planItemIcon img {
    width: 96px;
  }
  .serviceConsulting #planList .planItem .planItemImg {
    width: 37%;
    max-width: 339px;
    padding-left: 20px;
    text-align: right;
  }
  .serviceConsulting #planList .planItem h3 {
    font-size: 30px;
  }
  .serviceConsulting #planList .planItem h3 b {
    font-size: 30px;
  }
  .serviceConsulting #planList .planItem h3 span {
    display: block;
    font-size: 15px;
    color: #8475f0;
    font-weight: bold;
    text-transform: uppercase;
  }
  .serviceConsulting #planList .planItem .planItemContent p {
    line-height: 2;
    font-size: 15px;
  }
  .serviceConsulting #planList .planFeatured {
    margin-top: 30px;
    padding: 30px 38px;
    background-color: #fff;
    -webkit-box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    6px 6px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow:         6px 6px 16px 0px rgba(0, 0, 0, 0.2);
  }
  .serviceConsulting #planList .planFeatured ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .serviceConsulting #planList .planFeatured ul li {
    display: block;
    float: left;
    width: 50%;
    padding: 5px 15px 5px 30px;
    background: url('../common/img/icon_check05.png') left center no-repeat;
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
  }
  .serviceConsulting #planList .planFeatured ul li:nth-child(2n+1) {
    clear: left;
  }


  /* -----------------------------------------------------------------------------

    Creation ＆ Development

  ----------------------------------------------------------------------------- */

  .serviceCreation .ttlLead b {
    font-size: 32px;
    line-height: 1.3;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 600;
    color: #222;
	line-height: 1.6;
  }

  /* #plan :serviceCreation
  -------------------------------- */
  .serviceCreation #plan {
    position: relative;
    background: url('../common/img/bg_section.png') repeat #f4f5f6;
  }
  .serviceCreation #plan .inner {
    padding: 80px 0 20px;
  }
  .serviceCreation #plan .inner .ttlLead {
    margin-bottom: 25px;
    opacity: 0;
    text-align: center;
    -moz-animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    -webkit-animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  }
  .serviceCreation #plan p {
    margin-bottom: 31px;
    opacity: 0;
    color: #222;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    -moz-animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    -webkit-animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  }
  .serviceCreation #plan p:last-child {
    margin-bottom: 0;
  }
  .serviceCreation #plan.animation01 .ttlLead,
  .serviceCreation #plan.animation01 p {
    opacity: 1;
  }

  /* #planList :serviceCreation
  ---------------------------------------------*/
  .serviceCreation #planList {
    padding: 56px 0 100px;
    background: url('../common/img/bg_section.png') repeat #f4f5f6;
    overflow: hidden;
  }
  .serviceCreation #planList .planItem {
    margin-bottom: 100px;
    position: relative;
    z-index: 2;
    display: table;
    table-layout: fixed;
    opacity: 0;
    -moz-transform: translateY(150px);
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
  }
  .serviceCreation #planList .planItem:last-child {
    margin-bottom: 0;
  }
  .serviceCreation #planList .planItem.show {
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .serviceCreation #planList .planItem .planItemContent {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 60%;
  }
  .serviceCreation #planList .planItem .planItemContent:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 7px 3px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:    7px 3px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow:         7px 3px 20px 0px rgba(0, 0, 0, 0.15);
  }
  .serviceCreation #planList .planItem.right {
    direction: rtl;
  }
  .serviceCreation #planList .planItem.left .planItemContent:before {
    left: -100%;
    right: -100px;
  }
  .serviceCreation #planList .planItem.right .planItemContent:before {
    right: -100%;
    left: -100px;
  }
  .serviceCreation #planList .planItem.left .planItemContent {
    padding: 40px 40px 40px 0;
  }
  .serviceCreation #planList .planItem.right .planItemContent {
    padding: 40px 0 40px 40px;
    direction: ltr;
  }
  .serviceCreation #planList .planItem .planItemContent h3 {
    margin-bottom: 25px;
  }
  .serviceCreation #planList .planItem .planItemContent h3 span {
    display: block;
    color: #4ba6f6;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .serviceCreation #planList .planItem .planItemContent p {
    line-height: 2;
  }
  .serviceCreation #planList .planItem .planItemImg {
    display: table-cell;
    vertical-align: middle;
    width: 27%;
  }
  .serviceCreation #planList .planItem.left .planItemImg {
    text-align: right;
  }
  .serviceCreation #planList .planFeatured {
    margin-top: 20px;
	display: table;
	width: 100%;
	table-layout: fixed;
  }
  .serviceCreation #planList .planFeatured .planFeaturedTitle,
  .serviceCreation #planList .planFeatured ul {
    display: table-cell;
    vertical-align: middle;
  }
  .serviceCreation #planList .planFeatured .planFeaturedTitle {
    width: 105px;
    border-right: 1px solid #adadad;
    font-weight: bold;
    font-size: 20px;
  }
  .serviceCreation #planList .planFeatured ul li {
    display: inline-block;
    vertical-align: top;
    margin-left: 18px;
    padding: 7px 15px;
    background: url('../common/img/dot-icon.png') left center no-repeat;
    font-size: 14px;
    font-weight: bold;
  }

  /* -----------------------------------------------------------------------------

    Support ＆ Improvement

  ----------------------------------------------------------------------------- */

  /* #Plan :serviceSupport
  -------------------------------- */

  .serviceSupport #plan{
    position: relative;
  }
  .serviceSupport #plan .inner {
    padding: 34px 0 60px;
  }
  .serviceSupport #plan .inner .ttlLead {
    margin-bottom: 25px;
    opacity: 0;
    text-align: center;
    -moz-animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    -webkit-animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  }
  .serviceSupport #plan .inner .ttlLead {
	line-height: 1.6;
  }
  .serviceSupport #plan p {
    margin-bottom: 31px;
    opacity: 0;
    color: #222;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    -moz-animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    -webkit-animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  }
  .serviceSupport #plan.animation01 .ttlLead,
  .serviceSupport #plan.animation01 p {
    opacity: 1;
  }
	
	.serviceSupport #caseStudies .caseItem {
		margin: 0 5px;
	}

  /* #planList :serviceSupport
  ---------------------------------------------*/
  .serviceSupport #planList {
    position: relative;
    z-index: 1;
    padding: 100px 0 60px;
    overflow: hidden;
  }
  .serviceSupport #planList .bgSection {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../common/img/bg_section.png') repeat #f4f5f6;
    -moz-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -moz-transition: all 0.9s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 0.9s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .serviceSupport #planList.animation01 .bgSection {
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .serviceSupport #planList .planListItems  {
    margin-left: -15px;
    margin-right: -15px;
  }
  .serviceSupport #planList .planItem {
    margin-bottom: 25px;
    float: left;
    width: 33.33%;
    padding: 0 15px;
    box-sizing: border-box;
    opacity: 0;
    -moz-transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -moz-transition: all 0.5s 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.5s 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .serviceSupport #planList .planItem.show {
    opacity: 1;
    -moz-webkit-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .serviceSupport #planList .planItem .planItemImg {
    margin-bottom: 33px;
    text-align: center;
  }
  .serviceSupport #planList .planItem .planItemImg img {
   width: 129px;
  }
  .serviceSupport #planList .planItem .planItemContent h3 {
    margin-bottom: 18px;
    text-align: center;
  }
  .serviceSupport #planList .planItem .planItemContent h3 b {
    display: block;
    font-size: 26px;
  }
  .serviceSupport #planList .planItem .planItemContent h3 span {
    display: block;
    color: #22bfc5;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
	margin-top: 5px;
  }
  .serviceSupport #planList .planItem .planItemContent p {
    line-height: 1.9;
  }
  .serviceSupport #planList .planItem .planFeatured {
    margin-top: 32px;
    padding-top: 35px;
    border-top: 1px solid #c8cfd4;
  }
  .serviceSupport #planList .planFeatured .planFeaturedTitle {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #222222;
    font-weight: bold;
    font-size: 14px;
  }
  .serviceSupport #planList .planFeatured ul li {
    display: inline-block;
    vertical-align: top;
    padding: 4px 18px;
    background: url(../common/img/dot-icon02.png) left center no-repeat;
    font-size: 14px;
  }
  /* -----------------------------------------------------------------------------

    Service Wow

  ----------------------------------------------------------------------------- */

  .serviceWow .ttlLead {
    line-height: 1.3;
  }
  .serviceWow .ttlLead b {
    display: block;
    font-size: 48px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 600;
    color: #222;
	line-height: 1.6;
  }

  /* #mv: serviceWow
  --------------------*/
  .serviceWow #mv .mvTtl h1 img {
    margin: 0px 0 5px;
  }
  .serviceWow #mv .mvTtl h1 img {
    width: 120px;
  }

  /* #plan: serviceWow
  ----------------------*/
  .serviceWow #plan {
    position: relative;
    background: url('../common/img/bg_section.png') repeat #f4f5f6;
  }
  .serviceWow #plan .inner {
    padding: 60px 0 65px;
    width: 100%;
  }
  .serviceWow #plan .inner .ttlLead {
    margin-bottom: 25px;
    opacity: 0;
    text-align: center;
    -moz-animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    -webkit-animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  }
  .serviceWow #plan .ttlLead b {
    font-size: 32px;
  }
  .serviceWow #plan p {
    margin-bottom: 31px;
    opacity: 0;
    color: #222;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    -moz-animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    -webkit-animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  }
  .serviceWow #plan p:last-child {
    margin-bottom: 0;
  }
  .serviceWow #plan.animation01 .ttlLead,
  .serviceWow #plan.animation01 p {
    opacity: 1;
  }
  /* serviceWow #Concept
  -------------------------*/

  .serviceWow #concept {
    padding: 88px 0 74px;
    position: relative;
    overflow: hidden;
  }
  .serviceWow #concept h2 b {
    font-size: 48px;
  }
  .serviceWow #concept h2{
    text-align: center;
    opacity: 0;
  }
  .serviceWow #concept h2 span {
    display: block;
    font-weight: normal;
    font-size: 16px;
  }
  .serviceWow #concept .lead {
    text-align: center;
    opacity: 0;
  }
  .serviceWow #concept .lead {
    font-weight: 600;
    font-size: 28px;
    margin: 35px 0 60px;
    text-align: center;
  }
  .serviceWow #concept.animation02 h2 {
    opacity: 1;
    -moz-animation: textMotion01 0.6s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    -webkit-animation: textMotion01 0.6s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    animation: textMotion01 0.6s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  }
  .serviceWow #concept.animation02 .subttl,
  .serviceWow #concept.animation02 .lead {
    opacity: 1;
    -moz-animation: textMotion01 0.5s 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    -webkit-animation: textMotion01 0.5s 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    animation: textMotion01 0.5s 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  }
  .serviceWow #concept .conceptTop {
    position: relative;
    display: table;
    width: 100%;
    table-layout: fixed;
    overflow: hidden;
    padding: 0 0 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .serviceWow #concept .conceptTop .leftConcept,
  .serviceWow #concept .conceptTop .rightConcept {
    display: table-cell;
    vertical-align: middle;
    opacity: 0;
    -moz-transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -moz-transition: all 0.5s 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.5s 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .serviceWow #concept .conceptTop .leftConcept {
    width: 60%;
    padding-right: 20px;
  }
  .serviceWow #concept .conceptTop .rightConcept {
    width: 330px;
  }
  .serviceWow #concept .conceptBottom .rightConcept {
    opacity: 0;
    -moz-transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -moz-transition: all .5s .5s;
    -webkit-transition: all .5s .5s;
    transition: all .5s .5s;
  }
  .serviceWow #concept .conceptBottom .leftConcept {
    opacity: 0;
    -moz-transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -moz-transition: all .5s 1s;
    -webkit-transition: all .5s 1s;
    transition: all .5s 1s;
  }
  .serviceWow #concept .conceptTop.show .leftConcept,
  .serviceWow #concept .conceptTop.show .rightConcept,
  .serviceWow #concept .conceptBottom.show > div {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .serviceWow #concept .conceptTop .rightConcept li {
    display: block;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    padding: 20px 0 20px 70px;
  }
  .serviceWow #concept .conceptTop .rightConcept li:nth-child(2),
  .serviceWow #concept .conceptTop .rightConcept li:nth-child(4) {
    margin-left: 47px;
  }
  .serviceWow #concept .conceptTop .rightConcept li:nth-child(3) {
    margin: 8px 0 8px 70px;
  }
  .serviceWow #concept .conceptTop .rightConcept li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -32.5px;
    background: url(../service/wow/img/icon_concept01.png) no-repeat;
    width: 65px;
    height: 65px;
  }
  .serviceWow #concept .conceptBottom {
    overflow: hidden;
  }
  .serviceWow #concept .conceptBottom .rightConcept {
    width: 55%;
    float: left;
  }
  .serviceWow #concept .conceptBottom .rightConcept .content {
    margin-bottom: 40px;
  }
  .serviceWow #concept .conceptBottom .leftConcept {
    width: 39%;
    float: right;
  }
  .serviceWow #concept .conceptBottom h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1.3;
  }
  .serviceWow #concept .conceptBottom p {
    font-size: 14px;
  }

  /* serviceWow #function
  ---------------------------*/

  .serviceWow #function {
    padding: 89px 0;
    background: url('../common/img/bg_section.png') repeat #f4f5f6;
  }
  .serviceWow #function h2 {
    opacity: 0;
    font-size: 48px;
    text-align: center;
    margin-bottom: 54px;
  }
  .serviceWow #function h2 span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
  }
  .serviceWow #function.animation01 h2 {
    opacity: 1;
    -moz-animation: textMotion01 0.6s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    -webkit-animation: textMotion01 0.6s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    animation: textMotion01 0.6s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  }
  .serviceWow #function .contentFunction {
    display: table;
    opacity: 0;
    -moz-transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -moz-transition: all 0.5s 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.5s 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .serviceWow #function.animation01 .contentFunction {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .serviceWow #function .contentFunction .item {
    border-top: 1px solid #d6d9da;
    display: block;
    background-color: #fff;
    border-bottom: 0;
  }
  .serviceWow #function .contentFunction .item:last-child {
    border-bottom: 1px solid #ccc;
  }
  .serviceWow #function .contentFunction .item div {
    display: table-cell;
    padding: 24px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 25px;
  }
  .serviceWow #function .contentFunction .item div:first-child {
    width: 300px;
    vertical-align: middle;
    background-color: #edeff0;
    font-size: 18px;
    font-weight: bold;
	}


	/* -----------------------------------------------------------------------------

		Corporate

	----------------------------------------------------------------------------- */

	.serviceLower .ttlLead b {
		font-size: 32px;
		font-family: 'Noto Sans Japanese', sans-serif;
		font-weight: 600;
		color: #222;
		line-height: 1.6;
	}

	/* #plan
	-------------------------------- */
	.serviceLower #plan {
		position: relative;
	}
	.serviceLower #plan .inner {
		padding: 34px 0 60px;
	}
	.serviceLower #plan .inner .ttlLead {
		margin-bottom: 25px;
		opacity: 0;
		text-align: center;
		-moz-animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
		-webkit-animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
		animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
	}
	.serviceLower #plan p {
		margin-bottom: 31px;
		opacity: 0;
		color: #222;
		text-align: center;
		font-size: 16px;
		line-height: 2;
		font-weight: 500;
		-moz-animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
		-webkit-animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
		animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
	}
	.serviceLower #plan p:last-child {
		margin-bottom: 0;
	}
	.serviceLower #plan.animation01 .ttlLead,
	.serviceLower #plan.animation01 p {
		opacity: 1;
	}

	/* #point
	-------------------------------- */
	.serviceLower #point .secPoint {
		position: relative;
		z-index: 2;
		padding: 100px 0;
	}
	.serviceLower #point .secPoint .bgSection {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: url('../common/img/bg_section.png') repeat #f4f5f6;
		-moz-transform: translate(-100%, 0);
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
		-moz-transition: all 0.9s cubic-bezier(0.77, 0, 0.175, 1);
		-webkit-transition: all 0.9s cubic-bezier(0.77, 0, 0.175, 1);
		transition: all 0.9s cubic-bezier(0.77, 0, 0.175, 1);
	}
	.serviceLower #point .secPoint.animation01 .bgSection {
		-moz-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.serviceLower #point .secPoint .inner {
		opacity: 0;
		transition-duration: 0.6s;
		transition-delay: 0.5s;
	}
	.serviceLower #point .secPoint.animation01 .inner {
		opacity: 1;
	}
	.serviceLower #point .secPointBox .secPointTxt {
		width: 56%;
	}
	.serviceLower #point .secPointBox .secPointTxt .secPointTtl {
		font-size: 2.4rem;
		padding: 6px 0 0 70px;
		min-height: 50px;
		margin: 0 0 30px;
		background-repeat: no-repeat;
		background-position: left top;
	}
	.serviceLower.serviceCorporate #point .secPointBox .secPointTxt .secPointTtl {
		background-image: url("../service/img/icon_point.png");
	}
	.serviceLower #point .secPointBox .secPointTxt p + p {
		margin: 30px 0 0;
	}
	.serviceLower #point .secPointBox .secPointImg {
		width: 37.5%;
	}
	.serviceLower #point .secPointBox.secPointBox01 .secPointTxt {
		float: left;
	}
	.serviceLower #point .secPointBox.secPointBox01 .secPointImg {
		float: right;
	}
	.serviceLower #point .secPointBox.secPointBox02 .secPointTxt {
		float: right;
	}
	.serviceLower #point .secPointBox.secPointBox02 .secPointImg {
		float: left;
	}
	.serviceLower #point .service  {
		clear: both;
		margin: 60px 0 0;
		border-bottom: 1px solid #c8cfd4;
	}
	.serviceLower #point .service h3 {
		font-size: 2.4rem;
		margin: 0 0 30px;
		text-align: center;
	}
	.serviceLower #point .service .serviceBox {
		padding: 30px 0;
		position: relative;
		clear: both;
		/*opacity: 0;
		-ms-transform: translateY(100px);
				transform: translateY(100px);
		-moz-transform: translateY(100px);
		-webkit-transform: translateY(100px);*/
		-o-transition: all .6s;
		transition: all .6s;
		-moz-transition: all .6s;
		-webkit-transition: all .6s;
	}
	.serviceLower #point .service .serviceBox:first-of-type {
		border-top: 1px solid #c8cfd4;
	}
	.serviceLower #point .service .serviceBox.show {
		opacity: 1;
		-ms-transform: translateY(0);
				transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
	}
	.serviceLower #point .service .serviceBox + .serviceBox {
		background: url(../advantage/img/line_service01.svg) no-repeat center top;
	}
	.serviceLower #point .service .serviceBox h4 {
		float: left;
		width: 30%;
	}
	.serviceLower #point .service .serviceBox h4 b {
		font-family: 'Roboto', sans-serif;
		font-size: 34px;
		line-height: 1.3;
		text-transform: uppercase;
		display: block;
	}
	.serviceLower #point .service .serviceBox h4 span {
		display: block;
		line-height: 1;
		font-size: 14px;
		margin: 10px 0 0;
	}
	.serviceLower #point .service .serviceBox h4 i {
		display: none;
	}
	.serviceLower #point .service .serviceBox .phase {
		margin: 0 0 0 30%;
		display: block!important;
	}
	.serviceLower #point .service .serviceBox .phase .phaseInner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.serviceLower #point .service .serviceBox .phase dl {
		width: 33.3%;
		position: relative;
	}
	.serviceLower #point .service .serviceBox .phase dl + dl:before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 15px 0 15px 15px;
		border-color: transparent transparent transparent #c8cfd4;
		position: absolute;
		top: 50%;
		left: -34%;
		margin: -15px 0 0;
	}
	.serviceLower #point .service .serviceBox .phase dl dt {
		font-weight: bold;
		margin: 0 0 20px;
	}
	.serviceLower #point .service .serviceBox .phase dl dt i {
		font-style: normal;
		display: inline-block;
		padding: 5px;
		background: #000;
		color: #fff;
		font-family: 'Roboto', sans-serif;
		font-size: 12px;
		line-height: 1;
		text-transform: uppercase;
	}
	.serviceLower #point .service .serviceBox .phase dl dt b {
		display: block;
		font-family: 'Roboto', sans-serif;
		font-size: 24px;
		line-height: 1.3;
		margin: 10px 0 5px;
	}
	.serviceLower #point .service .serviceBox .phase dl dd {
		font-size: 12px;
	}
	.serviceLower #point .service + .notes {
		margin: 20px 0 0 1em;
		text-indent: -1em;
		font-size: 12px;
		/*opacity: 0;
		-ms-transform: translateY(30px);
				transform: translateY(30px);
		-moz-transform: translateY(30px);
		-webkit-transform: translateY(30px);*/
		-o-transition: all .6s;
		transition: all .6s;
		-moz-transition: all .6s;
		-webkit-transition: all .6s;
	}
	.serviceLower #point .service + .notes.show {
		opacity: 1;
		-ms-transform: translateY(0);
				transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
	}
	

	/* -----------------------------------------------------------------------------

		serviceCms

	----------------------------------------------------------------------------- */

	.serviceCms .ttlLead {
		line-height: 1.3;
	}
	.serviceCms .ttlLead b {
		display: block;
		font-size: 48px;
		font-family: 'Noto Sans Japanese', sans-serif;
		font-weight: 600;
		color: #222;
	line-height: 1.6;
	}

	/* #mv: serviceCms
	--------------------*/
	.serviceCms #mv .mvTtl h1 img {
		margin: 0px 0 5px;
	}
	.serviceCms #mv .mvTtl h1 img {
		width: 120px;
	}

	/* #plan: serviceCms
	----------------------*/
	.serviceCms #plan {
		position: relative;
		background: url('../common/img/bg_section.png') repeat #f4f5f6;
	}
	.serviceCms #plan .inner {
		padding: 60px 0 65px;
		width: 100%;
	}
	.serviceCms #plan .inner .ttlLead {
		margin-bottom: 50px;
		opacity: 0;
		text-align: center;
		-moz-animation: textMotion01 0.6s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) both;
		-webkit-animation: textMotion01 0.6s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) both;
		animation: textMotion01 0.6s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) both;
	}
	.serviceCms #plan .ttlLead b {
		font-size: 32px;
	}
	.serviceCms #plan p {
		margin-bottom: 31px;
		opacity: 0;
		color: #222;
		text-align: center;
		font-size: 16px;
		line-height: 2;
		font-weight: 500;
		-moz-animation: textMotion01 0.6s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) both;
		-webkit-animation: textMotion01 0.6s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) both;
		animation: textMotion01 0.6s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) both;
	}
	.serviceCms #plan p:last-child {
		margin-bottom: 0;
	}
	.serviceCms #plan.animation01 .ttlLead,
	.serviceCms #plan.animation01 p {
		opacity: 1;
	}
	.serviceCms #plan .anc {
		font-size: 0;
		text-align: center;
	}
	.serviceCms #plan .anc li {
		display: inline-block;
		width: 430px;
		font-size: 2.1rem;
		margin: 0 20px;
		font-weight: 500;
	}
	.serviceCms #plan .anc li a {
		display: block;
		height: 80px;
		background: #fff;
		border: 1px solid #333;
		box-sizing: border-box;
		line-height: 78px;
		position: relative;
		padding: 0 60px;
	}
	.serviceCms #plan .anc li a:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 35px;
		margin: auto;
		width: 12px;
		height: 12px;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		-webkit-transform: translateY(-3px) rotate(45deg);
		transform: translateY(-3px) rotate(45deg);
	}
	
	/* serviceCms #Concept
	-------------------------*/
	.serviceCms #original {
		padding: 88px 0 100px;
		position: relative;
		overflow: hidden;
		text-align: center;
	}
	.serviceCms #original h2 b {
		font-size: 48px;
	}
	.serviceCms #original h2{
		text-align: center;
		opacity: 0;
	}
	.serviceCms #original h2 span {
		display: block;
		font-weight: normal;
		font-size: 16px;
	}
	.serviceCms #original .logo {
		text-align: center;
		margin: 40px auto 0;
		opacity: 0;
	}
	.serviceCms #original .lead {
		font-weight: 600;
		font-size: 28px;
		margin: 35px 0 60px;
		text-align: center;
		opacity: 0;
	}
	.serviceCms #original p {
		opacity: 0;
	}
	.serviceCms #original .lead + p + p {
		margin-top: 40px;
	}
	.serviceCms #original.animation02 h2 {
		opacity: 1;
		-moz-animation: textMotion01 0.6s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) both;
		-webkit-animation: textMotion01 0.6s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) both;
		animation: textMotion01 0.6s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) both;
	}
	.serviceCms #original.animation02 .logo {
		opacity: 1;
		transition-duration: 0.6s;
		transition-delay: 0.5s;
	}
	.serviceCms #original.animation02 .subttl,
	.serviceCms #original.animation02 .lead,
	.serviceCms #original.animation02 p {
		opacity: 1;
		-moz-animation: textMotion01 0.6s 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
		-webkit-animation: textMotion01 0.6s 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
		animation: textMotion01 0.6s 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
	}
	.serviceCms #original .conceptTop {
		position: relative;
		display: table;
		width: 100%;
		table-layout: fixed;
		overflow: hidden;
		padding: 0 0 120px;
		margin-top: 80px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.serviceCms #original .conceptTop .leftConcept,
	.serviceCms #original .conceptTop .rightConcept {
		display: table-cell;
		vertical-align: middle;
		opacity: 0;
		-moz-transform: translate(0, 30px);
		-webkit-transform: translate(0, 30px);
		transform: translate(0, 30px);
		-moz-transition: all 0.5s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transition: all 0.5s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: all 0.5s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.serviceCms #original .conceptTop .leftConcept {
		width: 50%;
		padding-right: 20px;
	}
	.serviceCms #original .conceptTop .rightConcept {
		width: 330px;
	}
	.serviceCms #original .conceptBottom .rightConcept {
		opacity: 0;
		-moz-transform: translate(0, 30px);
		-webkit-transform: translate(0, 30px);
		transform: translate(0, 30px);
		-moz-transition: all .5s .5s;
		-webkit-transition: all .5s .5s;
		transition: all .5s .5s;
	}
	.serviceCms #original .conceptBottom .leftConcept {
		opacity: 0;
		-moz-transform: translate(0, 30px);
		-webkit-transform: translate(0, 30px);
		transform: translate(0, 30px);
		-moz-transition: all .5s 1s;
		-webkit-transition: all .5s 1s;
		transition: all .5s 1s;
	}
	.serviceCms #original .conceptTop.show .leftConcept,
	.serviceCms #original .conceptTop.show .rightConcept,
	.serviceCms #original .conceptBottom.show > div {
		opacity: 1;
		-moz-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.serviceCms #original .conceptTop .rightConcept li {
		display: block;
		position: relative;
		font-size: 17px;
		font-weight: 600;
		padding: 20px 0 20px 80px;
		text-align: left;
	}
	.serviceCms #original .conceptTop .rightConcept li:nth-child(2),
	.serviceCms #original .conceptTop .rightConcept li:nth-child(4) {
		margin-left: 47px;
	}
	.serviceCms #original .conceptTop .rightConcept li:nth-child(3) {
		margin: 8px 0 8px 70px;
	}
	.serviceCms #original .conceptTop .rightConcept li:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -32.5px;
		background: url(../service/wow/img/icon_concept01.png) no-repeat;
		width: 65px;
		height: 65px;
	}
	
	
	.serviceCms #case h3 {
		margin-bottom: 30px;
		text-align: center;
		opacity: 0;
	}
	.serviceCms #case h3 b {
		font-size: 3.2rem;
		line-height: 1.3;
		text-transform: uppercase;
	}
	.serviceCms #case.animation01 h3 {
		opacity: 1;
		-moz-animation: textMotion01 0.6s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) both;
		-webkit-animation: textMotion01 0.6s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) both;
		animation: textMotion01 0.6s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) both;
	}
	.serviceCms #case .elm {
		margin: -4.8% 0 0 -4.8%;
		opacity: 0;
		-moz-transform: translate(0, 30px);
		-webkit-transform: translate(0, 30px);
		transform: translate(0, 30px);
		-moz-transition: all 0.5s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transition: all 0.5s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: all 0.5s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
		text-align: left;
	}
	.serviceCms #case.animation01 .elm {
		opacity: 1;
		-moz-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.serviceCms #case .elm li {
		width: 45.2%;
		height: 620px;
		background: #fff;
		text-align: center;
		position: relative;
		top: 0;
		float: left;
		box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
		-webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
		margin: 4.8% 0 0 4.8%;
		box-sizing: border-box;
		padding: 45px 40px 45px;
	}
	.serviceCms #case .elm li.col-3 {
		width: 28.5%;
		height: 380px;
	}
	.serviceCms #case .elm li:hover {
		box-shadow: 0 7px 25px 5px rgba(0, 0, 0, 0.2);
	}
	.serviceCms #case .elm li:before {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
	}
	.serviceCms #case .elm li .img {
		display: block;
		margin: 0 0 30px;
	}
	.serviceCms #case .elm .img img {
		width: 100%;
	}
	.serviceCms #case .elm li h4 {
		text-align: left;
		font-size: 2.4rem;
	}
	.serviceCms #case .elm li h4 span {
		display: table;
		width: 100%;
	}
	.serviceCms #case .elm li h4 span b {
		font-size: 2.4rem;
		text-align: center;
		line-height: 1.3;
	}
	.serviceCms #case .elm li h4 span.sub {
		display: block;
		font-size: 1.4rem;
		margin-top: 5px;
	}
	.serviceCms #case .elm li p {
		font-size: 1.4rem;
		margin-top: 20px;
		font-weight: 500;
		min-height: 140px;
		text-align: left;
	}
	.serviceCms #case .elm li .more {
		width: 100%;
		position: absolute;
		bottom: 50px;
		left: 0;
	}
	.serviceCms #case .elm li .more span {
		display: inline-block;
		margin: 0 auto;
		padding-right: 16px;
		line-height:1;
		font-size: 1.4rem;
		font-weight: 700;
		font-family: 'Roboto', sans-serif;
		position: relative;
	}
	.serviceCms #case .elm .more span:after {
		content: "";
		display: block;
		width: 14px;
		height: 9px;
		background: url(../common/img/arrow01.gif) no-repeat;
		position: absolute;
		top: 1px;
		right: -4px;
	}
	
	
	.serviceCms #function {
		padding: 100px 0 0;
	}
	.serviceCms #function h3 {
		margin-bottom: 30px;
		text-align: center;
		opacity: 0;
	}
	.serviceCms #function h3 b {
		font-size: 3.2rem;
		line-height: 1.3;
		text-transform: uppercase;
	}
	.serviceCms #function.animation01 h3 {
		opacity: 1;
		-moz-animation: textMotion01 0.6s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) both;
		-webkit-animation: textMotion01 0.6s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) both;
		animation: textMotion01 0.6s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) both;
	}
	.serviceCms #function .contentFunction {
		display: table;
		opacity: 0;
		-moz-transform: translate(0, 30px);
		-webkit-transform: translate(0, 30px);
		transform: translate(0, 30px);
		-moz-transition: all 0.5s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transition: all 0.5s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: all 0.5s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
		text-align: left;
	}
	.serviceCms #function.animation01 .contentFunction {
		opacity: 1;
		-moz-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.serviceCms #function .contentFunction .item {
		border-top: 1px solid #d6d9da;
		display: block;
		background-color: #fff;
		border-bottom: 0;
	}
	.serviceCms #function .contentFunction .item:last-child {
		border-bottom: 1px solid #ccc;
	}
	.serviceCms #function .contentFunction .item div {
		display: table-cell;
		padding: 24px 25px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 14px;
		line-height: 25px;
	}
	.serviceCms #function .contentFunction .item div:first-child {
		width: 300px;
		vertical-align: middle;
		background-color: #edeff0;
		font-size: 18px;
		font-weight: bold;
	}
	
	/* opensource
	---------------------------------------------*/
	.serviceCms #opensource {
		position: relative;
	}
	.serviceCms #opensource .bgSection {
		width: 100%;
		height: 100%;
		background: url(../common/img/bg_section.png) left top;
		position: absolute;
		top: 0;
		left: 0;
		-moz-transform: translate(-100%, 0);
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
		-moz-transition: all 0.9s 0.1s cubic-bezier(0.77, 0, 0.175, 1);
		-webkit-transition: all 0.9s 0.1s cubic-bezier(0.77, 0, 0.175, 1);
		transition: all 0.9s 0.1s cubic-bezier(0.77, 0, 0.175, 1);
	}
	.serviceCms #opensource.animation01 .bgSection {
		-moz-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.serviceCms #opensource .inner {
		opacity: 0;
		padding: 100px 0;
	}
	.serviceCms #opensource.animation01 .inner {
		opacity: 1;
		text-align: center;
		-moz-animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
		-webkit-animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
		animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
	}
	.serviceCms #opensource h2 {
		margin-bottom: 50px;
		text-align: center;
	}
	.serviceCms #opensource h2 b {
		font-family: 'Roboto', sans-serif;
		font-size: 4.8rem;
		line-height: 1.3;
		text-transform: uppercase;
	}
	.serviceCms #opensource h2 span {
		display: block;
		font-size: 1.6rem;
		font-weight: normal;
	}
	.serviceCms #opensource .lead {
		margin-bottom: 30px;
		font-size: 2.8rem;
		text-align: center;
		font-weight: 600;
	}
	.serviceCms #opensource .lead + p {
		font-size: 1.5rem;
	}
	.serviceCms #opensource .list {
		box-sizing: border-box;
		margin: 60px auto 0;
		max-width: 906px;
		padding: 50px 70px;
		text-align: left;
		background: #fff;
		box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
	}
	.serviceCms #opensource .list .txt {
		float: left;
		width: 50%;
	}
	.serviceCms #opensource .list .txt .listTtl {
		font-size: 2.4rem;
		margin: 0 0 30px;
	}
	.serviceCms #opensource .list .txt ul {
		margin: 0 0 -15px;
	}
	.serviceCms #opensource .list .txt ul li {
		float: left;
		width: 50%;
		font-size: 1.8rem;
		margin: 0 0 15px;
		padding: 0 0 0 18px;
		position: relative;
		box-sizing: border-box;
	}
	.serviceCms #opensource .list .txt ul li:before {
		content: "";
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: #162e8a;
		position: absolute;
		top: 0.5em;
		left: 0;
	}
	.serviceCms #opensource .list .img {
		float: right;
		width: 50%;
		font-size: 0;
		text-align: center;
		padding: 5px 0 0;
	}
	.serviceCms #opensource .list .img figure {
		display: inline-block;
		width: 107px;
		max-width: 30%;
		margin: 0 8%;
		box-sizing: border-box;
	}
	.serviceCms #opensource .list .img figure img {
		width: 100%;
	}
	.serviceCms #opensource .list .img figure figcaption {
		font-size: 1.5rem;
		margin: 8px 0 0;
	}
}



@media print, screen and (min-width: 751px) and (max-width: 1200px) {
	
	/* -----------------------------------------------------------------------------

  	共通

  ----------------------------------------------------------------------------- */

	
	.serviceBnr {

		width: 94%;
	}
	

	/* -----------------------------------------------------------------------------

	  	サービスTOP

	  ----------------------------------------------------------------------------- */
	.serviceTop .ttlLead b {
		font-size: 2.0vw !important;
	}
	.serviceTop .lead {
		font-size: 1.4vw !important;
	}

	/* planList
	  ------------------------------------------------- */
	.serviceTop #planList .inner ul li {
		height: auto;
		position: relative;
	}
	.serviceTop #planList .inner ul li:after {
		content: "";
		display: block;
		padding-top: 101.388888888888889%;
		padding-top: 130%;
	}
	.serviceTop #planList .inner ul li a {
		width: 100%;
		height: 100%;
		padding-top: 2.8vw;
		position: absolute;
		top: 0;
		left: 0;
	}
	.serviceTop #planList .inner ul li .icon {
		width: 7.3vw;
	}
	.serviceTop #planList .inner ul li h3 span b {
		height: 60px ;
		font-size: 2vw !important;
	}
	.serviceTop #planList .inner ul li h3 span {
		font-size: 1.2vw;
	}
	.serviceTop #planList .inner ul li p {
		font-size: 1.1vw;
		margin-top: 1.6vw;
		padding: 0 15px;
	}
	.serviceTop #planList .inner ul li p br {
		display: none;
	}
	.serviceTop #planList .inner ul li .more {
		margin: 1.9vw auto;
	}
	.serviceTop #planList .inner #wow .box .left .image {
		top: 100px;
	}
	.serviceTop #planList .inner #wow .box .left .image img {
		width: 86%;
	}
	/* works
	  ------------------------------------------------- */
	.serviceTop #works .inner .case {
		width: 95%;
		margin: 50px auto 30px;
		padding: 20px 50px;
		box-sizing: border-box;
	}
	.serviceTop #works .inner .case ul {
		float: left;
		width: 30%;
		margin-right: 3%;
	}
	.serviceTop #works .inner .case ul li {
		font-size: 13px;
	}
	.serviceTop #works .inner .text {
		font-size: 1.4vw;
	}

	/* wow
	  ------------------------------------------------- */
	.serviceTop #wow .inner .box .left .image {
		top: 100px;
	}
	.serviceTop #wow .inner .box .left .image img {
		width: 86%;
	}

	/* mainService
	  ------------------------------------------------- */
	.serviceTop #mainService .inner ul li {
		height: auto;
		position: relative;
	}
	.serviceTop #mainService .inner ul li:after {
		content: "";
		display: block;
		padding-top: 120%;
	}
	.serviceTop #mainService .inner ul li a {
		width: 100%;
		height: 100%;
		padding-top: 2.8vw;
		position: absolute;
		top: 0;
		left: 0;
	}
	.serviceTop #mainService .inner ul li .img {
		margin: 0 2.8vw;
	}
	.serviceTop #mainService .inner ul li h3 {
		margin-top: 3vw;
	}
	.serviceTop #mainService .inner ul li h3 span b {
		height: 60px ;
		font-size: 2vw !important;
	}
	.serviceTop #mainService .inner ul li h3 span {
		font-size: 1.2vw;
	}
	.serviceTop #mainService .inner ul li h3 span.sub {
		font-size: 1.1vw;
	}
	.serviceTop #mainService .inner ul li p {
		font-size: 1.1vw;
		margin-top: 1.6vw;
		padding: 0 1vw;
		min-height: 10vw;
	}
	.serviceTop #mainService .inner ul li .more {
		margin: 1.9vw auto;
	}
	.serviceTop #mainService .inner .wow h4 {
		margin-bottom: 30px;
	}
	.serviceTop #mainService .inner .wow h4 b {
		font-size: 3.2rem;
	}
	.serviceTop #mainService .inner .wow h4 span {
		display: block;
		font-size: 1.6rem;
		font-weight: normal;
	}
	.serviceTop #mainService .inner .wow .box .left .image {
		top: 100px;
	}
	.serviceTop #mainService .inner .wow .box .left .image img {
		width: 86%;
	}



  /* -----------------------------------------------------------------------------

    Consulting ＆ Planning

  ----------------------------------------------------------------------------- */

  .serviceConsulting h3 b {
    font-size: 2.5vw !important;
  }

  .serviceConsulting .lead {
    margin-bottom: 15px;
    font-size: 1.4vw !important;
  }

  /* planList : serviceConsulting
    ------------------------------------------------- */
  .serviceConsulting #planList .planItem .planItemIcon {
    width: 85px;
  }
  .serviceConsulting #planList .planItem .planItemHeading {
    padding-left: 85px;
  }
  .serviceConsulting #planList .planItem h3 b {
    font-size: 2.5vw;
  }
  .serviceConsulting #planList .planItem h3 span {
    font-size: 1.2vw;
  }
  .serviceConsulting #planList .planItem .planItemContent p {
    font-size: 1.1vw;
  }
  .serviceConsulting #planList .planFeatured ul li {
    font-size: 1.1vw;
  }

  /* -----------------------------------------------------------------------------

    Creation ＆ Development

  ----------------------------------------------------------------------------- */
  .serviceCreation .ttlLead b {
    font-size: 2.5vw !important;
  }
  .serviceCreation .lead {
    margin-bottom: 15px;
    font-size: 1.4vw !important;
  }

  /* #planList :serviceCreation
  ------------------------*/
  .serviceCreation #planList .planItem {
    margin-bottom: 50px;
  }
  .serviceCreation #planList .planItem:last-child {
    margin-bottom: 0;
  }
  .serviceCreation #planList .planItem .planItemContent p {
    font-size: 1.1vw;
  }
  .serviceCreation #planList .planFeatured {
    margin-top: 20px;
  }
  .serviceCreation #planList .planFeatured ul li {
    font-size: 1.1vw;
  }
  .serviceCreation #planList .planFeatured .planFeaturedTitle {
    font-size: 1.2vw;
  }

  /* -----------------------------------------------------------------------------

    Support ＆ Improvement

  ----------------------------------------------------------------------------- */
  .serviceSupport .ttlLead b {
    font-size: 2.5vw !important;
  }
  .serviceSupport .lead {
    margin-bottom: 15px;
    font-size: 1.4vw !important;
  }

  /* #planList :serviceSupport
  -----------------------------*/

  .serviceSupport #planList .planItem .planItemContent h3 {
    font-size: 2.5vw;
  }
  .serviceSupport #planList .planItem .planItemContent .subttl {
    font-size: 1.2vw;
  }
  .serviceSupport #planList .planItem .planItemContent p {
    font-size: 1.1vw;
  }
  .serviceSupport #planList .planFeatured ul li {
    font-size: 1.1vw;
  }
  .serviceSupport #planList .planFeatured .planFeaturedTitle {
    font-size: 1.2vw;
  }

  /* -----------------------------------------------------------------------------

    Wow

  ----------------------------------------------------------------------------- */
  .serviceWow #concept h2 b, .serviceWow #function h2 b, .serviceWow #caseStudies h2 b {
    font-size: 3.75vw;
  }
  .serviceWow #concept h2 span, .serviceWow #function h2 span, .serviceWow #caseStudies h2 span {
    font-size: 1.3vw !important;
  }
  .serviceWow .ttlLead b {
    font-size: 2.5vw !important;
  }
  .serviceWow #concept p {
    font-size: 1.4vw !important;
  }
  .serviceWow .lead {
    font-size: 1.5vw !important;
  }
  .serviceWow #concept .lead {
    font-size: 2.2vw !important;
  }
  .serviceWow #concept .conceptTop .rightConcept li {
    font-size: 1.6vw !important;
  }
  .serviceWow #concept .conceptBottom .rightConcept .content {
    margin-bottom: 25px;
  }
  .serviceWow #concept .conceptBottom h4 {
    font-size: 1.6vw !important;
    margin-bottom: 15px;
  }
  .serviceWow #function .contentFunction .item div:first-child {
    font-size: 1.6vw;
  }
  .serviceWow #function .contentFunction .item div {
    font-size: 1.4vw;
    padding: 15px 20px;
  }

	/* -----------------------------------------------------------------------------

		Corporate

	----------------------------------------------------------------------------- */
	.serviceLower #point .service .serviceBox .phase dl + dl:before {
		top: 45%;
		left: -21%;
	}


		/* -----------------------------------------------------------------------------

			CMS

		----------------------------------------------------------------------------- */
	.serviceCms #plan .anc {
		width: 96%;
		margin: 0 auto
	}
	.serviceCms #plan .anc li {
		display: inline-block;
		width: 46%;
		margin: 0 2%;
	}
	.serviceCms #case .elm li {
		height: 48vw;
		position: relative;
		padding: 2.8vw;
	}
	.serviceCms #case .elm li.col-3 {
		height: 34vw;
	}
	.serviceCms #case .elm li .img {
		margin-bottom: 2vw;
	}
	.serviceCms #case .elm li h4 {
		font-size: 1.4vw;
	}
	.serviceCms #case .elm li p {
		font-size: 1.2vw;
		margin-top: 1.6vw;
	}
	.serviceCms #case .elm li .more {
		bottom: 3vw;
	}

	/* -----------------------------------------------------------------------------

    Consulting ＆ Planning

  ----------------------------------------------------------------------------- */

  .serviceConsulting h3 b {
    font-size: 2.5vw !important;
  }

  .serviceConsulting .lead {
    margin-bottom: 15px;
    font-size: 1.4vw !important;
  }

  /* planList : serviceConsulting
    ------------------------------------------------- */
  .serviceConsulting #planList .planItem .planItemIcon {
    width: 85px;
  }
  .serviceConsulting #planList .planItem .planItemHeading {
    padding-left: 85px;
  }
  .serviceConsulting #planList .planItem h3 b {
    font-size: 2.5vw;
  }
  .serviceConsulting #planList .planItem h3 span {
    font-size: 1.2vw;
  }
  .serviceConsulting #planList .planItem .planItemContent p {
    font-size: 1.1vw;
  }
  .serviceConsulting #planList .planFeatured ul li {
    font-size: 1.1vw;
  }

}


@media print, screen and (min-width: 992px) {
  /* -----------------------------------------------------------------------------

    Consulting ＆ Planning

  ----------------------------------------------------------------------------- */

  /* #planList
  -----------------------*/

  .serviceConsulting #planList .planItem {
    border-top: 0;
    padding-top: 0;
  }
  .serviceConsulting #planList .planItem:before {
    content: '';
    position: absolute;
    left: 60px;
    top: 110px;
    bottom: 0;
    width: 1px;
    background-color: #a4a5a6;
  }
  .serviceConsulting #planList .planItem .planItemHeading {
    position: static;
    padding-left: 0;
    min-height: 50px;
  }
  .serviceConsulting #planList .planItem .planItemIcon {
    width: 145px;
    text-align: center;
  }
  .serviceConsulting #planList .planItem .planItemContent {
    width: 67%;
    padding-left: 144px;
  }
  .serviceConsulting #planList .planItem .planItemImg {
    width: 33%;
    padding-left: 40px;
  }
  .serviceConsulting #planList .planFeatured {
    margin-bottom: 40px;
  }
  .serviceConsulting #planList .planFeatured ul li {
    width: 33.33%;
  }
  .serviceConsulting #planList .planFeatured ul li:nth-child(2n+1) {
    clear: none;
  }
  .serviceConsulting #planList .planFeatured ul li:nth-child(3n+1) {
    clear: left;
  }
  .serviceConsulting #planList  .planFeatured ul.col-2 li {
    width: 50%;
  }
  .serviceConsulting #planList .planFeatured ul.col-2 li:nth-child(3n+1) {
    clear: none;
  }
  .serviceConsulting #planList .planFeatured ul.col-2 li:nth-child(2n+1) {
    clear: left;
  }

  /* -----------------------------------------------------------------------------

    Service Wow

  ----------------------------------------------------------------------------- */

  /*#concept
  ------------------ */
  .serviceWow #concept .conceptTop {
    padding: 23px 114px 85px;
  }
  .serviceWow #concept .conceptBottom {
    padding: 0 53px;
	}

}

@media print, screen and (min-width: 1366px) {
  /* -----------------------------------------------------------------------------

    Creation ＆ Development

  ----------------------------------------------------------------------------- */

  /* #Plan :serviceCreation
  ------------------ */

  .serviceCreation #plan .inner {
    padding-bottom: 60px;
  }

  /* #Plan :planList
  ------------------ */

  .serviceCreation #planList .inner {
    width: 1366px;
  }
  .serviceCreation #planList .planItem {
    margin-bottom: 140px;
  }
  .serviceCreation #planList .planItem.left .planItemContent {
    padding: 40px 80px 40px 80px;
  }
  .serviceCreation #planList .planItem.right .planItemContent {
    padding: 40px 80px 40px 80px;
  }
  .serviceCreation #planList .planItem .planItemImg {
    vertical-align: top;
    transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
	}
}

/* -----------------------------------------------------------------------------

  	keyframes

  ----------------------------------------------------------------------------- */
@-moz-keyframes rotate {
0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	}
33.3% {
	-webkit-transform: rotate(-120deg);
	transform: rotate(-120deg);
	}
66.6% {
	-webkit-transform: rotate(-240deg);
	transform: rotate(-240deg);
	}
100% {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
	}
}
@-webkit-keyframes rotate {
0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	}
33.3% {
	-webkit-transform: rotate(-120deg);
	transform: rotate(-120deg);
	}
66.6% {
	-webkit-transform: rotate(-240deg);
	transform: rotate(-240deg);
	}
100% {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
	}
}
@keyframes rotate {
0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	}
33.3% {
	-webkit-transform: rotate(-120deg);
	transform: rotate(-120deg);
	}
66.6% {
	-webkit-transform: rotate(-240deg);
	transform: rotate(-240deg);
	}
100% {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
	}
}
