@charset "utf-8";

@media screen and (max-width: 750px) {

  main {
  	padding-bottom: 0;
  }
	
	
	/* -----------------------------------------------------------------------------

  	共通

  ----------------------------------------------------------------------------- */
	
	.serviceBnr {
		width: 100%;
		margin: 10% 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;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.serviceBnr.animation01 {
		opacity: 1;
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.serviceBnr li {
		width: 100%;
	}
	.serviceBnr li + li {
		margin-top: 3%;
	}
	.serviceBnr li a {
		display: block;
		border: 1px solid #000;
		padding: 30px 50px;
		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:5px;
	}
	.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);
	}

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

    	サービスTOP

  ----------------------------------------------------------------------------- */
  .serviceTop .ttlLead {
  	margin-bottom: 15px;
  	line-height: 1.3;
  }
  .serviceTop .ttlLead b {
  	display: block;
  	font-size: 18px;
  	font-family: 'Noto Sans Japanese', sans-serif;
  	font-weight: 600;
  	color: #222;
	line-height: 1.6;
  }
  img {
    max-width: 100%;
  }
  /* mv
  ---------------------------------------------*/
  .serviceTop #mv {
  	background: url(../service/img/service_mv.jpg) no-repeat center center;
  	background-size: cover;
  }
  /* animation */
  .serviceTop #mv div.animation01 {
  	-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;
  }
  .serviceTop #mv div.animation01 h1 {
  	-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;
  }
  .serviceTop #mv div.animation01 .lead {
  	-moz-animation: fadeIn 0.5s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  	-webkit-animation: fadeIn 0.5s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  	animation: fadeIn 0.5s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  }
  .serviceTop #mv div.animation01 .show {
  	opacity: 0;
  	-moz-transform: translate(0, 30px);
  	-webkit-transform: translate(0, 30px);
  	transform: translate(0, 30px);
  	-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 .serviceTop #planList .inner ul li.show {
  	opacity: 1;
  	-moz-transform: translate(0, 0);
  	-webkit-transform: translate(0, 0);
  	transform: translate(0, 0);
  }
  .serviceTop #mv .mvTtl .lead {
    font-size: 16px;
    font-weight: 500;
  }

  /* #plan
  ---------------------------------------------*/
  .serviceTop #plan {
  	position: relative;
  }
  .serviceTop.consulting_planning #plan {
  	background-color: #fff;
  }
  .serviceTop #plan .inner {
  	padding: 30px 15px 0;
    opacity: 0;
    -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.animation01 .inner {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .serviceTop #plan .inner .ttlLead {
  	text-align: center;
  }
  .serviceTop #plan .inner .lead {
  	color: #222;
  	font-size: 14px;
  	font-weight: 500;
		text-align: left;
  }
  .serviceTop #plan .inner .flow {
  	opacity: 0;
  	position: relative;
  	margin-top: 50px;
  	text-align: center;
  }
  .serviceTop #plan .inner .flow {
    opacity: 0;
    position: relative;
    margin-top: 35px;
    text-align: center;
    margin-right: 9%;
  }
  .serviceTop #plan .inner .flow.show {
    -moz-animation: fadeInUp .6s .8s both;
    -webkit-animation: fadeInUp .6s .8s both;
    animation: fadeInUp .6s .8s both;
  }
  .serviceTop #plan .inner .flow img {
  	width: 100%;
  }
  .serviceTop #plan .inner .flow .flowArrow {
    position: absolute;
    top: 20%;
    left: 11%;
    right: 0;
    margin: auto;
    z-index: -1;
    width: 45%;
  }
  .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: 40px 15px;
  }
  .serviceTop #planList .inner ul {
  	margin: 0 auto;
  }
  .serviceTop #planList .inner ul li {
	width: 100%;
	background: #fff;
	text-align: center;
	position: relative;
	top: 0;
	margin: 0 0 20px;
	box-shadow: 0 5px 20px 5px rgba(0,0,0,0.1);
	opacity: 0;
}
  .serviceTop #planList .inner ul li.show {
    -moz-animation: fadeInUp .6s .2s both;
    -webkit-animation: fadeInUp .6s .2s both;
    animation: fadeInUp .6s .2s both;
	}
.serviceTop #planList .inner ul li.consulting:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #8475f0;
}
.serviceTop #planList .inner ul li.creation:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #39b7f6;
}
.serviceTop #planList .inner ul li.support:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #22bfc5;
}
.serviceTop #planList .inner ul li a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 10px 10px;
}
.serviceTop #planList .inner ul li .icon {
	width: 80px;
	display: block;
	margin: 0 auto;
}
.serviceTop #planList .inner ul li .icon img {
	width: 100%;
}
.serviceTop #planList .inner ul li h3 {
	margin-top: 5px;
	line-height: 1.6;
}
.serviceTop #planList .inner ul li h3 b{
	font-size: 22px;
	line-height: 1.4;
}
.serviceTop #planList .inner ul li h3 span.sub {
	display: block;
}
.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;
}
.serviceTop #planList .inner ul li p {
	font-size: 13px;
	margin-top: 20px;
}
.serviceTop #planList .inner ul li .more {
	display: block;
	width: 34px;
	height: 10px;
	background: url(../common/img/sp/txt_more_b.png) no-repeat;
	background-size: 34px;
	text-indent: -999em;

	margin: 20px auto;
	padding-right: 16px;
	position: relative;
}
.serviceTop #planList .inner ul li .more:after {
	content: "";
	display: block;
	width: 14px;
	height: 10px;
	background: url(../common/img/sp/arrow04.png) no-repeat;
	background-size: 14px;
	position: absolute;
	top: 50%;
	right: -4px;
	margin-top: -5px;
}


  /* #works
  ---------------------------------------------*/
  .serviceTop #works {
  	padding: 40px 0;
  }
  .serviceTop #works .inner {
  	padding: 0 15px;
  	position: relative;
  	text-align: center;
  	background: #fff;
  }
  .serviceTop #works .inner .lead {
  	margin-top: 25px;
  	text-align: left;
  	font-size: 14px;
  	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: 30px auto;
  	width: 100%;
  	position: relative;
  }
  .serviceTop .worksList ul li {
  	width: 33.33333333333%;
  	height: auto;
  	float: left;
  }
  .serviceTop .worksList ul li img {
  	width: 100%;
  }
  .serviceTop #works .inner .case {
  	margin: 40px auto;
  	padding: 20px;
  	border: 2px 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: 28px;
  	background: url(../service/img/icon_check04.png) no-repeat 6px 10px;
  	background-size: 14px;
  	font-size: 14px;
  	letter-spacing: -1px;
  	font-weight: 600;
  	line-height: 33px;
  }
  .serviceTop #works .inner .text {
  	margin: 30px 0 0;
  	text-align: left;
  	font-size: 14px;
  }*/

  /* #wow
  ---------------------------------------------*/
  .serviceTop #wow {
  	position: relative;
  }
  .serviceTop #wow .bgSection {
  	width: 100%;
  	height: 100%;
  	background: url(../common/img/bg_section.png) left top;
  	position: absolute;
  	top: 0;
  	left: 0;
  	z-index: -1;
  }
  .serviceTop #wow .inner .box {
  	width: 100%;
	opacity: 0;
  }
  .serviceTop #wow.animation01 .inner .box {
    -moz-animation: fadeInUp .6s .8s both;
    -webkit-animation: fadeInUp .6s .8s both;
    animation: fadeInUp .6s .8s both;
  }
  .serviceTop #wow .inner .box .left {
  	text-align: center;
  }
  .serviceTop #wow .inner .box .left > img {
  	width: 100px;
  }
  .serviceTop #wow .inner .box .left h3 {
  	margin-top: 30px;
  }
  .serviceTop #wow .inner .box .left h3 b {
  	display: block;
  	font-size: 18px;
  	font-family: 'Noto Sans Japanese', sans-serif;
  	font-weight: 600;
  	color: #222;
	line-height: 1.6;
  }
  .serviceTop #wow .inner .box .left .lead {
  	margin: 30px 0 40px;
  	color: #222;
  	text-align: left;
  	font-size: 14px;
  	font-weight: 500;
  }
  .serviceTop #wow .inner .box .left .image {
  	width: 100%;
  	margin-bottom: 30px;
  }
  .serviceTop #wow .inner .box .left .image img {
  	width: 100%;
  }

	/* #mainService
	---------------------------------------------*/
	.serviceTop #mainService {
		position: relative;
	}
	.serviceTop #mainService .inner {
		padding: 40px 15px;
	}
	.serviceTop #mainService .inner h2 {
		margin-bottom: 20px;
		text-align: center;
	}
	.serviceTop #mainService .inner h2 b {
		text-transform: uppercase;
		display: block;
		font-size: 2.4rem;
		font-family: 'Noto Sans Japanese', sans-serif;
		font-weight: 600;
		color: #222;
	}
	.serviceTop #mainService .inner h2 span {
		display: block;
		font-size: 1.4rem;
		font-weight: normal;
	}
	.serviceTop #mainService .inner ul {
		margin: 0 auto;
	}
	.serviceTop #mainService .inner ul li {
		width: 100%;
		background: #fff;
		text-align: center;
		position: relative;
		top: 0;
		margin: 0 0 20px;
		box-shadow: 0 5px 20px 5px rgba(0,0,0,0.1);
		opacity: 0;
	}
	.serviceTop #mainService .inner ul li:last-child {
		margin-bottom: 0;
	}
	.serviceTop #mainService .inner ul li.show {
		-moz-animation: fadeInUp .6s .2s both;
		-webkit-animation: fadeInUp .6s .2s both;
		animation: fadeInUp .6s .2s both;
	}
	.serviceTop #mainService .inner ul li:before {
		content: "";
		display: block;
		width: 100%;
		height: 3px;
	}
	.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;
		width: 100%;
		box-sizing: border-box;
		padding: 30px 10px 10px;
	}
	.serviceTop #mainService .inner ul li .img {
		display: block;
		margin: 0 10px;
	}
	.serviceTop #mainService .inner ul li .img img {
		width: 100%;
	}
	.serviceTop #mainService .inner ul li h3 {
		margin-top: 20px;
		line-height: 1.6;
		font-size: 1.3rem;
	}
	.serviceTop #mainService .inner ul li h3 b{
		font-size: 2.4rem;
		line-height: 1.4;
	}
	.serviceTop #mainService .inner ul li h3 span.sub {
		display: block;
	}
	.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 ul li p {
		margin: 0 10px;
		text-align: left;
		font-size: 13px;
		margin-top: 20px;
	}
	.serviceTop #mainService .inner ul li .more {
		display: block;
		width: 34px;
		height: 10px;
		background: url(../common/img/sp/txt_more_b.png) no-repeat;
		background-size: 34px;
		text-indent: -999em;
		margin: 30px auto 20px;
		padding-right: 16px;
		position: relative;
	}
	.serviceTop #mainService .inner ul li .more:after {
		content: "";
		display: block;
		width: 14px;
		height: 10px;
		background: url(../common/img/sp/arrow04.png) no-repeat;
		background-size: 14px;
		position: absolute;
		top: 50%;
		right: -4px;
		margin-top: -5px;
	}
	.serviceTop #mainService .inner .wow {
		position: relative;
		margin-top: 50px;
	}
	.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 {
		text-align: center;
	}
	.serviceTop #mainService .inner .wow .box .left > img {
		width: 100px;
	}
	.serviceTop #mainService .inner .wow .box .left h4 {
		margin-top: 30px;
	}
	.serviceTop #mainService .inner .wow .box .left h4 b {
		display: block;
		font-size: 18px;
		font-family: 'Noto Sans Japanese', sans-serif;
		font-weight: 600;
		color: #222;
	line-height: 1.6;
	}
	.serviceTop #mainService .inner .wow .box .left .lead {
		margin: 30px 0 40px;
		color: #222;
		text-align: left;
		font-size: 14px;
		font-weight: 500;
	}
	.serviceTop #mainService .inner .wow .box .left .image {
		width: 100%;
		margin-bottom: 30px;
	}
	.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;
		z-index: -1;
	}
	.serviceTop #otherService .inner {
		opacity: 0;
	}
	.serviceTop #otherService.animation01 .inner {
		-moz-animation: fadeInUp .6s .8s both;
		-webkit-animation: fadeInUp .6s .8s both;
		animation: fadeInUp .6s .8s both;
	}
	.serviceTop #otherService h2 {
		margin-bottom: 20px;
		text-align: center;
	}
	.serviceTop #otherService h2 b {
		text-transform: uppercase;
		display: block;
		font-size: 2.4rem;
		font-family: 'Noto Sans Japanese', sans-serif;
		font-weight: 600;
		color: #222;
	}
	.serviceTop #otherService h2 span {
		display: block;
		font-size: 1.4rem;
		font-weight: normal;
	}
	.serviceTop #otherService .lead {
		margin-bottom: 20px;
	}
	.serviceTop #otherService .btn {
		margin-top: 30px;
	}

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

    Service Consulting ＆ Planning

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

  .serviceConsulting .ttlLead {
    margin-bottom: 15px;
    text-align: center;
  }
  .serviceConsulting .ttlLead b {
    display: block;
    font-size: 18px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 600;
    color: #222;
	line-height: 1.6;
  }

  /* #planList :serviceConsulting
  ---------------------------------------*/
  .serviceConsulting #planList {
    position: relative;
    z-index: 2;
  }
  .serviceConsulting #planList .bgSection {
    width: 100%;
    height: 100%;
    background: url(../common/img/bg_section.png) left top;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .serviceConsulting #planList.animation01 .bgSection {
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .serviceConsulting #planList .planItem {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #a4a5a6;
    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 .planItemHeading {
    position: relative;
    margin-bottom: 15px;
    padding-left: 74px;
    min-height: 54px;
  }
  .serviceConsulting #planList .planItem .planItemHeading .planItemIcon {
    position: absolute;
    left: 0;
    top: 50%;
    width: 64px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .serviceConsulting #planList .planItem .planItemIcon img {
    max-width: 100%;
  }
  .serviceConsulting #planList .planItem .planItemImg {
    text-align: center;
  }
  .serviceConsulting #planList .planItem .planItemImg  img {
    max-width: 100%;
  }
  .serviceConsulting #planList .planItem h3 {
    margin-bottom: 0;
    text-align: left;
  }
  .serviceConsulting #planList .planItem h3 b {
    font-size: 18px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 600;
    color: #222;
  }
  .serviceConsulting #planList .planItem h3 span {
    display: block;
    font-size: 12px;
    color: #8475f0;
    font-weight: bold;
    text-transform: uppercase;
  }
  .serviceConsulting #planList .planItem .planItemContent p {
    margin-bottom: 20px;
    line-height: 2;
  }
  .serviceConsulting #planList .planFeatured {
    margin-bottom: 20px;
    padding: 20px;
    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 {
    margin-bottom: 15px;
    text-align: center;
  }
  .serviceCreation .ttlLead b {
    display: block;
    font-size: 16px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 600;
    color: #222;
	line-height: 1.6;
  }

  /* #plan :serviceCreation
  ---------------------------------------------*/
  .serviceCreation #plan {
    background: url('../common/img/bg_section.png') repeat #f4f5f6;
  }
  /* #planList :serviceCreation
  ---------------------------------------------*/
  .serviceCreation #planList {
    background: url('../common/img/bg_section.png') repeat #f4f5f6;
  }
  .serviceCreation #planList .planItem {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:    0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow:         0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	opacity: 0;
  }
  .serviceCreation #planList .planItem:last-child {
    margin-bottom: 0;
  }
  .serviceCreation #planList .serviceTop03 .planItem {
    opacity: 0;
  }
  .serviceCreation #planList .planItem.show {
    -moz-animation: fadeInUp .6s .2s both;
    -webkit-animation: fadeInUp .6s .2s both;
    animation: fadeInUp .6s .2s both;
  }
  .serviceCreation #planList .planItem .planItemContent {
    margin-bottom: 20px;
  }
  .serviceCreation #planList .planItem .planItemContent h3 {
    text-align: left;
  }
  .serviceCreation #planList .planItem .planItemContent h3 b{
    font-size: 18px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 600;
    color: #222;
  }
  .serviceCreation #planList .planItem .planItemContent h3 span {
    display: block;
    color: #4ba6f6;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .serviceCreation #planList .planItem .planItemContent p {
    line-height: 2;
  }
  .serviceCreation #planList .planItem .planItemImg {
    text-align: center;
  }
  .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: 90px;
    border-right: 1px solid #adadad;
    font-weight: bold;
    font-size: 14px;
  }
  .serviceCreation #planList .planFeatured ul li {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    padding: 7px 15px;
    background: url('../common/img/dot-icon.png') left center no-repeat;
    font-size: 14px;
    font-weight: bold;
  }

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

    Support ＆ Improvement

  ----------------------------------------------------------------------------- */
  .serviceSupport .ttlLead {
    margin-bottom: 15px;
    text-align: center;
  }
  .serviceSupport .ttlLead b {
    display: block;
    font-size: 16px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 600;
    color: #222;
	line-height: 1.6;
  }

  /* planList :serviceSupport
  ---------------------------------------------*/
  .serviceSupport #planList {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .serviceSupport #planList .bgSection {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f5f6;
    -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);
  }
  .serviceSupport #planList.animation01 .bgSection {
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .serviceSupport #planList .planItem {
    margin-top: 30px;
    opacity: 0;
  }
  .serviceSupport #planList .planItem.show {
    -moz-animation: fadeInUp .6s .2s both;
    -webkit-animation: fadeInUp .6s .2s both;
    animation: fadeInUp .6s .2s both;
  }
  .serviceSupport #planList .planItem:first-child {
    margin-top: 0;
  }
  .serviceSupport #planList .planItem .planItemImg {
    margin-bottom: 15px;
    text-align: center;
  }
  .serviceSupport #planList .planItem .planItemImg img {
    max-width: 100%;
  }
  .serviceSupport #planList .planItem .planItemContent h3 {
    margin-bottom: 10px;
    text-align: center;
  }
  .serviceSupport #planList .planItem .planItemContent h3 b {
    display: block;
    font-size: 18px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 600;
    color: #222;
  }
  .serviceSupport #planList .planItem .planItemContent h3 span {
    display: block;
    color: #22bfc5;
    font-size: 10px;
    text-transform: uppercase;
  }
  .serviceSupport #planList .planItem .planItemContent p {
    line-height: 1.9;
  }
  .serviceSupport #planList .planItem .planFeatured {
    margin-top: 14px;
    padding-top: 15px;
    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;
  }
	
	.serviceSupport #caseStudies .caseStudiesList .slick-carousel {
		margin: 0;
	}


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

		serviceCms

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

	/* #mv :serviceCms
	-------------------------------------*/

	.serviceCms #mv .mvTtl .img-head {
		margin-top: 5px;
	}
	.serviceCms #mv .mvTtl h1 img {
		width: 80px;
	}

	/* #plan :serviceCms
	---------------------------------------------*/
	.serviceCms #plan {
		position: relative;
		background: #f1f3f4;
	}
	.serviceCms #plan .inner {
		padding: 30px 15px;
		opacity: 0;
		-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);
	}
	.serviceCms #plan .inner .lead{
		opacity: 1 !important;
	}
	.serviceCms #plan.animation01 .inner {
		opacity: 1;
		-moz-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.serviceCms #plan .inner h3 {
		text-align: center;
	}
	.serviceCms #plan .inner h3 b {
		font-size: 17px;
	}
	.serviceCms #plan .inner .lead {
		color: #222;
		font-size: 14px;
		font-weight: 500;
	}
	.serviceCms #plan .anc {
		text-align: center;
		margin-top: 30px;
	}
	.serviceCms #plan .anc li {
		font-size: 1.5rem;
		font-weight: 500;
	}
	.serviceCms #plan .anc li + li {
		margin-top: 15px;
	}
	.serviceCms #plan .anc li a {
		display: block;
		height: 60px;
		background: #fff;
		border: 1px solid #333;
		box-sizing: border-box;
		line-height: 58px;
		position: relative;
		padding: 0 40px;
	}
	.serviceCms #plan .anc li a:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 20px;
		margin: auto;
		width: 10px;
		height: 10px;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		-webkit-transform: translateY(-3px) rotate(45deg);
		transform: translateY(-3px) rotate(45deg);
	}

	/* #concept :serviceCms
	-----------------------*/
	.serviceCms #original h2 {
		text-align: center;
		opacity: 0;
		margin-bottom: 30px;
	}
	.serviceCms #original h2  b {
		font-size: 2.4rem;
	}
	.serviceCms #original h2 span {
		display: block;
		font-weight: normal;
		font-size: 1.4rem;
	}
	.serviceCms #original .logo {
		width: 100px;
		text-align: center;
		margin: 0 auto;
		opacity: 0;
	}
	.serviceCms #original.animation02 .logo {
		opacity: 1;
		transition-duration: 0.6s;
		transition-delay: 0.5s;
	}
	.serviceCms #original .lead {
		font-weight: bold;
		font-size: 1.6rem;
		text-align: center;
		margin: 30px 0;
		opacity: 0;
	}
	.serviceCms #original .lead ~ p {
		opacity: 0;
	}
	.serviceCms #original .lead + p + p {
		margin-top: 20px;
	}
	.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 {
		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.animation02 .lead ~ p {
		opacity: 1;
		transition-duration: 0.6s;
		transition-delay: 1s;
	}
	
	.serviceCms #original.animation02 .conceptTop {
		opacity: 1;
		-moz-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		margin: 30px 0;
	}
	.serviceCms #original .conceptTop .leftConcept {
		text-align: center;
		margin-bottom: 20px;
	}
	.serviceCms #original .conceptTop .rightConcept li {
		display: block;
		position: relative;
		font-size: 15px;
		line-height: 50px;
		font-weight: 600;
		padding-left: 55px;
	}
	.serviceCms #original .conceptTop .rightConcept li:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		background: url(../service/wow/img/icon_concept01.png) no-repeat;
		width: 45px;
		height: 45px;
		background-size: 100%;
	}
	
	.serviceCms #case h3 {
		margin-bottom: 20px;
		text-align: center;
	}
	.serviceCms #case h3 b {
		font-size: 2rem;
		line-height: 1.3;
		text-transform: uppercase;
	}
	.serviceCms #case .elm {
		margin: 0 auto;
		/*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 #case.animation01 .elm {
		opacity: 1;
		-moz-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}*/
	.serviceCms .elm li {
		width: 100%;
		background: #fff;
		position: relative;
		top: 0;
		margin: 0 0 20px;
		box-shadow: 0 5px 20px 5px rgba(0,0,0,0.1);
		/*opacity: 0;*/
		box-sizing: border-box;
		padding: 20px 10px 20px;
	}
	.serviceCms .elm li:last-child {
		margin-bottom: 0;
	}
	/*.serviceCms .elm li.show {
		-moz-animation: fadeInUp .6s .2s both;
		-webkit-animation: fadeInUp .6s .2s both;
		animation: fadeInUp .6s .2s both;
	}*/
	.serviceCms .elm li:before {
		content: "";
		display: block;
		width: 100%;
		height: 3px;
	}
	.serviceCms .elm li .img {
		display: block;
		margin: 0 10px;
		margin-bottom: 20px;
	}
	.serviceCms .elm li .img img {
		width: 100%;
	}
	.serviceCms .elm li h4 {
		line-height: 1.6;
		font-size: 1.6rem;
	}
	.serviceCms .elm li p {
		font-size: 13px;
		margin-top: 10px;
	}
	.serviceCms .elm li .more {
		display: block;
		width: 34px;
		height: 10px;
		background: url(../common/img/sp/txt_more_b.png) no-repeat;
		background-size: 34px;
		text-indent: -999em;
		margin: 20px auto 20px;
		padding-right: 16px;
		position: relative;
	}
	.serviceCms .elm li .more:after {
		content: "";
		display: block;
		width: 14px;
		height: 10px;
		background: url(../common/img/sp/arrow04.png) no-repeat;
		background-size: 14px;
		position: absolute;
		top: 50%;
		right: -4px;
		margin-top: -5px;
	}
	
	.serviceCms #function {
		margin-top: 40px;
	}
	.serviceCms #function h3 {
		margin-bottom: 20px;
		text-align: center;
	}
	.serviceCms #function h3 b {
		font-size: 2rem;
		line-height: 1.3;
		text-transform: uppercase;
	}
	.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);*/
	}
	/*.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: 10px 15px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 14px;
		line-height: 25px;
	}
	.serviceCms #function .contentFunction .item div:first-child {
		width: 120px;
		vertical-align: middle;
		background-color: #edeff0;
		font-weight: bold;
	}
	.serviceCms #function .contentFunction .item div:last-child {
		background-color: #fff;
	}
	.serviceCms #function .contentFunction .item div:last-child br {
		display: none;
	}
	
	/* #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;
		z-index: -1;
	}
	.serviceCms #opensource .inner {
		opacity: 0;
	}
	.serviceCms #opensource.animation01 .inner {
		-moz-animation: fadeInUp .6s .8s both;
		-webkit-animation: fadeInUp .6s .8s both;
		animation: fadeInUp .6s .8s both;
	}
	.serviceCms #opensource h2 {
		margin-bottom: 20px;
		text-align: center;
	}
	.serviceCms #opensource h2 b {
		text-transform: uppercase;
		display: block;
		font-size: 2.4rem;
		font-family: 'Noto Sans Japanese', sans-serif;
		font-weight: 600;
		color: #222;
	}
	.serviceCms #opensource h2 span {
		display: block;
		font-size: 1.4rem;
		font-weight: normal;
	}
	.serviceCms #opensource .lead {
		font-weight: bold;
		font-size: 1.6rem;
		text-align: center;
		margin: 30px 0;
	}
	.serviceCms #opensource .list {
		margin: 30px auto 0;
		padding: 20px;
		text-align: left;
		background: #fff;
		box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
	}
	.serviceCms #opensource .list .txt .listTtl {
		font-size: 1.6rem;
		margin: 0 0 15px;
	}
	.serviceCms #opensource .list .txt ul  {
		margin: 0 0 -10px;
	}
	.serviceCms #opensource .list .txt ul li {
		float: left;
		width: 50%;
		font-size: 1.4rem;
		margin: 0 0 10px;
		padding: 0 0 0 15px;
		position: relative;
		box-sizing: border-box;
	}
	.serviceCms #opensource .list .txt ul li:before {
		content: "";
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background: #162e8a;
		position: absolute;
		top: 0.5em;
		left: 0;
	}
	.serviceCms #opensource .list .img {
		font-size: 0;
		text-align: center;
		padding: 20px 0 0;
	}
	.serviceCms #opensource .list .img figure {
		display: inline-block;
		width: 80px;
		margin: 0 15px;
		box-sizing: border-box;
	}
	.serviceCms #opensource .list .img figure img {
		width: 100%;
	}
	.serviceCms #opensource .list .img figure figcaption {
		font-size: 1.3rem;
		margin: 5px 0 0;
	}
	
	/* -----------------------------------------------------------------------------

		Corporate

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

	.serviceLower .ttlLead {
		margin-bottom: 15px;
		text-align: center;
	}
	.serviceLower .ttlLead b {
		display: block;
		font-size: 18px;
		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 40px;
	}
	.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: 25px;
		padding: 0 15px;
		opacity: 0;
		color: #222;
		text-align: left;
		font-size: 1.4rem;
		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: 0;
		opacity: 0;
		transition-duration: 0.6s;
	}
	.serviceLower #point .secPoint.animation01 {
		opacity: 1;
	}
	.serviceLower #point .secPoint .bgSection {
		width: 100%;
		height: 100%;
		background: url(../common/img/bg_section.png) left top;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.serviceLower #point .secPointBox .secPointTxt .secPointTtl {
		font-size: 1.6rem;
		padding: 3px 0 0 50px;
		min-height: 32px;
		margin: 0 0 25px;
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 32px;
	}
	.serviceLower.serviceCorporate #point .secPointBox .secPointTxt .secPointTtl {
		background-image: url("../service/img/icon_point_sp.png");
	}
	.serviceLower #point .secPointBox .secPointTxt p + p {
		margin: 20px 0 0;
	}
	.serviceLower #point .service {
		clear: both;
		margin: 60px 0 0;
		border-bottom: 1px solid #c8cfd4;
	}
	.serviceLower #point .secPointBox .secPointImg {
		margin: 30px 0 0;
	}
	
	.serviceLower #point .service {
		clear: both;
		margin: 40px 0 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.show {
		opacity: 1;
		-ms-transform: translateY(0);
		    transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
	}
	.serviceLower #point .service h3 {
		font-size: 1.8rem;
		margin: 0 0 15px;
		text-align: center;
	}
	.serviceLower #point .service .serviceBox {
		padding: 20px 0;
		position: relative;
		clear: both;
		/*opacity: 0;*/
	}
	.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:first-child {
		border-top: 1px solid #c8cfd4;
	}
	.serviceLower #point .service .serviceBox:last-child {
		border-bottom: 1px solid #c8cfd4;
	}
	.serviceLower #point .service .serviceBox + .serviceBox {
		background: url(../advantage/img/line_service01_sp.svg) no-repeat center top;
		background-size: 800px;
	}
	.serviceLower #point .service .serviceBox h4 {
		margin: 0;
		position: relative;
		cursor: pointer;
	}
	.serviceLower #point .service .serviceBox h4 b {
		font-family: 'Roboto', sans-serif;
		font-size: 20px;
		line-height: 1.3;
		text-transform: uppercase;
		display: block;
	}
	.serviceLower #point .service .serviceBox h4 span {
		display: block;
		line-height: 1;
		font-size: 12px;
		margin: 5px 0 0;
	}
	.serviceLower #point .service .serviceBox h4 i {
		display: block;
		width: 21px;
		height: 21px;
		position: absolute;
		top: 50%;
		right: 15px;
		margin: -12px 0 0;
	}
	.serviceLower #point .service .serviceBox h4 i:before {
		content: "";
		width: 1px;
		height: 21px;
		display: block;
		background: #000;
		position: absolute;
		top: 0;
		left: 10px;
		transition: all .2s;
		-moz-transition: all .2s;
		-webkit-transition: all .2s;
	}
	.serviceLower #point .service .serviceBox h4.active i:before {
		opacity: 0;
	}
	.serviceLower #point .service .serviceBox h4 i:after {
		content: "";
		width: 21px;
		height: 1px;
		display: block;
		background: #000;
		position: absolute;
		top: 10px;
		left: 0;
	}
	.serviceLower #point .service .serviceBox .phase {
		margin: 20px 0 0;
		/*-webkit-overflow-scrolling: touch;*/
		padding-bottom: 10px;
		display: none;
	}
	.serviceLower #point .service .serviceBox .phase::-webkit-scrollbar {
		height: 5px;
	}
	.serviceLower #point .service .serviceBox .phase::-webkit-scrollbar-track {
		border-radius: 5px;
		background: #eee;
	}
	.serviceLower #point .service .serviceBox .phase::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #bbb;
	}
	.serviceLower #point .service .serviceBox .phase dl {
		width: 100%;
		position: relative;
		background: #fff;
		padding: 15px 15px 0;
		text-align: left;
		box-sizing: border-box;
	}
	.serviceLower #point .service .serviceBox .phase dl + dl {
		margin: 50px 0 0 0;
	}
	.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: -38px;
		left: 50%;
		margin: 0px 0 0 -8px;
		-moz-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(90deg);
	}
	.serviceLower #point .service .serviceBox .phase dl dt {
		float: left;
		font-weight: bold;
		margin: 0 0 13px;
		font-size: 12px;
		min-width: 140px;
		width: 25%;
	}
	.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: 10px;
		line-height: 1;
		text-transform: uppercase;
	}
	.serviceLower #point .service .serviceBox .phase dl dt b {
		display: block;
		font-family: 'Roboto', sans-serif;
		font-size: 20px;
		line-height: 1.3;
		margin: 5px 0 2px;
	}
	.serviceLower #point .service .serviceBox .phase dl dd {
		font-size: 12px;
		float: left;
		min-width: 130px;
		margin-bottom: 13px;
	}
	.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);
	}


}

@media print, screen and (max-width: 480px) {

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

    service Consulting

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

  .serviceConsulting #planList .planFeatured ul li {
    float: none;
    width: auto;
  }
  /* -----------------------------------------------------------------------------

    service Wow

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

  .serviceWow #function .contentFunction {
    display: block;
  }
  .serviceWow #function .contentFunction .item {
    display: block;
    border: 1px solid #d6d9da;
    border-bottom: 0;
  }
  .serviceWow #function .contentFunction .item div {
    display: block;
    width: 100% !important;
  }
}
