@charset "utf-8";

/* pc
----------------------------------------------- */

@media print, screen and (min-width:741px) {

	/* intro
	----------------------------------------------- */

	#intro {
		background: url(/en/assets/images/index/intro_base.png) repeat-x 0 0;
		overflow: hidden;
		-webkit-animation: sky 200s linear infinite;
		-moz-animation: sky 200s linear infinite;
		-ms-animation: sky 200s linear infinite;
		animation: sky 200s linear infinite;
	}
	body.tablet #intro {
		-webkit-animation-play-state: paused;
		-moz-animation-play-state: paused;
		-ms-animation-play-state: paused;
		animation-play-state: paused;
	}
	#intro .inner {
		position: relative;
		margin: auto;
		max-width: 1170px;
		height: 650px;
		color: #fff;
	}

	#intro h1 {
		margin: 0 25px;
		padding: 115px 0 0;
		font-size: 3.4em;
		line-height: 1.35em;
	}
	#intro .copy {
		margin: 0 25px;
		padding: 30px 0 0;
		font-size: 1.35em;
		line-height: 1.65em;
	}
	#intro .entry {
		display: inline-block;
		margin: 58px 25px 0;
	}
	#intro .entry a {
		width: 256px;
		height: 64px;
		font-size: 1.25em;
		line-height: 64px;
	}

	#intro .globalsign {
		position: absolute;
		left: 25px;
		bottom: 23px;
	}
	#intro .globalsign img {
		width: auto;
		height: 39px;
	}

	#intro .images {
		display: none;
		position: absolute;
		top: 50%;
		left: 60%;
		-webkit-transform: translate(-24%,-50%);
		-moz-transform: translate(-24%,-50%);
		-ms-transform: translate(-24%,-50%);
		transform: translate(-24%,-50%);
	}
	#intro .images.on {
		display: block;
	}
	#intro .images img {
		width: 120%;
		height: auto;
	}
	#intro .images li {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

	/* problem
	----------------------------------------------- */

	#problem {
		padding: 120px 0;
		background: white;
	}
	body.tablet #problem {
		background-attachment: scroll;
	}
	#problem .inner {
		margin: auto;
		max-width: 1200px;
	}

	#problem h1 {
		font-size: 2.5em;
		text-align: center;
		line-height: 1.65em;
	}
	#problem .copy {
		margin: 30px auto 0;
		max-width: 645px;
	}
	#problem .copy p {
		color: #4d4d4d;
		font-size: 1.25em;
		text-align: center;
		line-height: 1.85em;
	}

	#problem .articles {
		margin: 60px 0 0;
	}
	#problem article {
		float: left;
		position: relative;
		width: 50%;
		text-align: center;
	}
	#problem article:nth-child(1),
	#problem article:nth-child(2) {
		padding: 0 0 90px;
	}
	#problem article:nth-child(3),
	#problem article:nth-child(4) {
		padding: 60px 0 25px;
	}
	#problem article h2 {
		position: relative;
		padding: 130px 20px 0;
		margin: 25px auto 0;
		max-width: 426px;
		color: #78282a;
		font-size: 1.45em;
		font-weight: 500;
		line-height: 1.5em;
	  height: 4em;
	}
	#problem article h2:after {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		margin: 0 0 0 -44px;
		width: 88px;
		height: 106px;
		background-repeat: no-repeat;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-ms-background-size: 100% auto;
		background-size: 100% auto;
	}
	#problem article:nth-child(1) h2:after {
		background-image: url(/assets/images/index/problem_t01.png);
	}
	#problem article:nth-child(2) h2:after {
		background-image: url(/assets/images/index/problem_t02.png);
	}
	#problem article:nth-child(3) h2:after {
		background-image: url(/assets/images/index/problem_t03.png);
	}
	#problem article:nth-child(4) h2:after {
		background-image: url(/assets/images/index/problem_t04.png);
	}
	#problem article .summary {
		margin: 25px auto 0;
		max-width: 465px;
	}
	#problem article .summary p {
		margin: 0 25px;
		height: 10em;
		font-size: 1.15em;
		text-align: left;
		line-height: 1.65em;
	}

	#problem article:first-child:before,
	#problem article:first-child:after,
	#problem article:last-child:before,
	#problem article:last-child:after {
		display: block;
		content: "";
		position: absolute;
		background: rgba(128,128,128,0.3);
	}

	#problem article:first-child:before {
		left: 0;
		bottom: 0;
		width: 92%;
		height: 1px;
	}
	#problem article:first-child:after {
		top: 0;
		right: 0;
		width: 1px;
		height: 92%;
	}
	#problem article:last-child:before {
		left: -1px;
		bottom: 0;
		width: 1px;
		height: 92%;
	}
	#problem article:last-child:after {
		top: 0;
		right: 0;
		width: 92%;
		height: 1px;
	}

	/* case */

	#problem .case {
		margin: 65px auto 0;
		max-width: 1250px;
	}
	#problem .case_inner {
		margin: 0 25px;
		padding: 50px 0;
		text-align: center;
		background: #f7f4f0;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		-ms-border-radius: 6px;
		border-radius: 6px;
	}

	#problem .case h2 {
		display: inline-block;
		position: relative;
		color: #78282a;
		font-size: 1.65em;
		font-weight: 500;
	}
	#problem .case h2:after {
		display: block;
		content: "";
		position: absolute;
		left: 0;
		bottom: -12px;
		width: 100%;
		height: 4px;
		background: #c8b175;
	}

	#problem .case ul {
		margin: 50px 0 0;
	}
	#problem .case li {
		float: left;
		width: 33.33%;
	}
	#problem .case li a {
		display: block;
	}
	#problem .case li:nth-child(2) a {
		border-left: 1px solid #e0e0e0;
		border-right: 1px solid #e0e0e0;
	}
	#problem .case li span {
		display: block;
	}
	#problem .case li .label {
		margin: 25px 15px 0;
		font-size: 1.25em;
		font-weight: 500;
		line-height: 1.75em;
	}
	#problem .case li .label em {
		font-size: 0.8em;
		line-height: 1.5em;
	}
	#problem .case li .link {
		margin: 30px 0 0;
		color: #4970bf;
		font-size: 1.15em;
	}
	#problem .case li a:hover .link {
		text-decoration: underline;
	}
	#problem .case li a figure {
		-webkit-transition: all 0.25s ease-out;
		-moz-transition: all 0.25s ease-out;
		-ms-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
	}
	#problem .case li a:hover figure {
		-webkit-transform: translateY(-5px);
		-moz-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	/* feature
	----------------------------------------------- */

	#feature {
		background: #3c95c1;
	}
	#feature .inner {
		margin: auto;
		padding: 110px 0;
		max-width: 1280px;
		color: #fff;
	}

	#feature h1 {
		font-size: 2.5em;
		text-align: center;
		line-height: 1.65em;
	}
	#feature .copy {
		margin: 30px auto 0;
		max-width: 640px;
	}
	#feature .copy p {
		font-size: 1.25em;
		text-align: center;
		line-height: 1.85em;
	}

	#feature .images {
		position: relative;
		margin: 60px auto 0;
		max-width: 1250px;
		height: 550px;
		overflow: hidden;
	}
	#feature .images li {
		display: none;
		position: absolute;
		left: 50%;
		width: 800px;
		height: 462px;
	}
	#feature .images li.on {
		display: block;
	}
	#feature .images li:first-child {
		top: 0;
		margin: 0 0 0 -625px;
	}
	#feature .images li:last-child {
		bottom: 0;
		margin: 0 0 0 -175px;
	}

	#feature .more {
		margin: 60px 0 0;
		text-align: center;
	}
	#feature .more a {
		display: inline-block;
		width: 260px;
		height: 48px;
		font-size: 1.15em;
		font-weight: 500;
		line-height: 49px;
	}

	#feature .articles {
		margin: 60px 0 0;
		overflow: hidden;
	}
	#feature article {
		float: left;
		position: relative;
		margin: 0 0 -32768px;
		padding: 0 0 32768px;
		width: 25%;
		text-align: center;
	}
	#feature article:after {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 1px;
		height: 100%;
		background: rgba(255,255,255,0.3);
	}
	#feature article:last-child:after {
		display: none;
	}
	#feature article h2 {
		position: relative;
		margin: 0 40px;
		padding: 140px 0 0;
		font-size: 1.35em;
		font-weight: 500;
		line-height: 1.25em;
	}
	#feature article h2:after {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		margin: 0 0 0 -50px;
		width: 100px;
		height: 100px;
		background-repeat: no-repeat;
		-webkit-background-size: 100px;
		-moz-background-size: 100px;
		-ms-background-size: 100px;
		background-size: 100px;
	}
	#feature article:nth-child(1) h2:after {
		background-image: url(/assets/images/index/feature_icon01.png);
	}
	#feature article:nth-child(2) h2:after {
		background-image: url(/assets/images/index/feature_icon02.png);
	}
	#feature article:nth-child(3) h2:after {
		background-image: url(/assets/images/index/feature_icon03.png);
	}
	#feature article:nth-child(4) h2:after {
		background-image: url(/assets/images/index/feature_icon04.png);
	}
	#feature article p {
		margin: 30px 40px 0;
		padding: 0 0 40px;
		font-size: 1.15em;
		text-align: left;
		line-height: 1.65em;
	}

	/* case
	----------------------------------------------- */

	#case {
		background: #f2f2f2;
	}
	#case .inner {
		padding: 110px 0;
	}

	#case h1 {
		font-size: 2.5em;
		text-align: center;
		line-height: 1.65em;
	}
	#case .copy {
		margin: 30px auto 0;
		max-width: 640px;
	}
	#case .copy p {
		color: #4d4d4d;
		font-size: 1.25em;
		text-align: center;
		line-height: 1.85em;
	}

	#case .more {
		margin: 60px 0 0;
		text-align: center;
	}
	#case .more a {
		display: inline-block;
		width: 240px;
		height: 48px;
		font-size: 1.15em;
		font-weight: 500;
		line-height: 49px;
	}

	#case .interview .index {
		position: relative;
		margin: 55px auto 0;
		max-width: 1240px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-user-drag: none;
		-moz-user-drag: none;
		-ms-user-drag: none;
		user-drag: none;
	}
	#case .interview .articles {
		position: relative;
		margin: 0 60px;
		height: 320px;
		overflow: hidden;
	}
	#case .interview article {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 320px;
		background: white;
		z-index: 1;
	}

	#case .interview article header {
		position: absolute;
		top: 0;
		left: 46.42%;
	}
	#case .interview article h1 {
		margin: 0 25px 0 0;
		padding: 35px 0 0;
		color: #78282a;
		font-size: 1.65em;
		font-weight: 500;
		line-height: 1.5em;
	}
	#case .interview article .client {
		margin: 20px 25px 0 0;
		color: #4d4d4d;
		font-size: 1em;
		line-height: 1.25em;
	}
	#case .interview article .summary {
		margin: 25px 25px 0 0;
	}
	#case .interview article .summary li {
		position: relative;
		padding: 9px 0 9px 74px;
		font-size: 1.15em;
	}
	#case .interview article .summary li span {
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 0;
		margin: -12px 0 0;
		width: 64px;
		height: 24px;
		color: white;
		font-size: 0.8em;
		font-weight: bold;
		text-align: center;
		line-height: 24px;
		background: #a3a3a3;
		-webkit-border-radius: 24px;
		-moz-border-radius: 24px;
		-ms-border-radius: 24px;
		border-radius: 24px;
	}
	#case .interview article .interview_more {
		position: absolute;
		right: 40px;
		bottom: 25px;
		font-size: 1.15em;
		font-weight: 500;
	}
	#case .interview article figure {
		position: relative;
		width: 42.85%;
		height: 320px;
		overflow: hidden;
	}
	#case .interview article figure img {
		position: absolute;
		top: 0;
		left: 50%;
		width: auto;
		height: 100%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#case .interview article .logo {
		position: absolute;
		top: 8px;
		left: 8px;
		width: 10.71%;
	}
	#case .interview article .logo img {
		width: 100%;
		height: auto;
	}

	#case .interview .control {
		display: none;
	}
	#case .interview .control.on {
		display: block;
	}
	#case .interview .control li {
		position: absolute;
		top: 50%;
		margin: -17px 0 0;
		width: 19px;
		height: 34px;
		cursor: pointer;
		-webkit-transition: all 0.15s ease;
		-moz-transition: all 0.15s ease;
		-ms-transition: all 0.15s ease;
		transition: all 0.15s ease;
	}
	#case .interview .control .prev {
		left: 15px;
	}
	#case .interview .control .next {
		right: 15px;
	}
	#case .interview .control li:after {
		display: block;
		content: "";
		width: 19px;
		height: 34px;
		background: url(/casestudy/images/control.png) no-repeat;
		-webkit-background-size: 38px 68px;
		-moz-background-size: 38px 68px;
		-ms-background-size: 38px 68px;
		background-size: 38px 68px;
	}
	#case .interview .control .prev:after {
		background-position: 0 0;
	}
	#case .interview .control .next:after {
		background-position: -19px 0;
	}
	#case .interview .control .prev:hover:after {
		background-position: 0 -34px;
	}
	#case .interview .control .next:hover:after {
		background-position: -19px -34px;
	}
	#case .interview .control .prev:hover {
		-webkit-transform: translateX(-3px);
		-moz-transform: translateX(-3px);
		-ms-transform: translateX(-3px);
		transform: translateX(-3px);
	}
	#case .interview .control .next:hover {
		-webkit-transform: translateX(3px);
		-moz-transform: translateX(3px);
		-ms-transform: translateX(3px);
		transform: translateX(3px);
	}

	#case .interview a {
		color: #4970bf;
	}
	#case .interview a:hover {
		text-decoration: underline;
	}
	#case .interview a.arrow {
		position: relative;
	}
	#case .interview a.arrow:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
	}
	#case .interview a.arrow:before {
		display: none;
	}

	#case .interview a.arrow:after {
		right: -14px;
		margin: -7px 0 0;
		width: 9px;
		height: 14px;
		background: url(/assets/images/common/icon_arrow01.png) no-repeat;
	}

	/* news
	----------------------------------------------- */

	#news .inner {
		margin: auto;
		padding: 75px 0 70px;
		max-width: 1250px;
	}
	#news article {
		float: left;
		position: relative;
		width: 50%;
	}
	#news article:first-child:after {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 1px;
		height: 100%;
		background: #e6e6e6;
	}

	#news article h1 {
		position: relative;
		font-size: 1.65em;
	}
	#news article:first-child h1 {
		margin: 0 40px 0 25px;
	}
	#news article:last-child h1 {
		margin: 0 25px 0 40px;
	}
	#news article h1 .more {
		position: absolute;
		top: 50%;
		right: 0;
		margin: -0.5em 0 0;
		font-size: 0.65em;
	}
	#news article h1 .more a {
		color: #4970bf;
	}
	#news article h1 .more a:hover {
		color: #2b52a1;
		text-decoration: underline;
	}

	#news article .list {
		padding: 20px 0 0;
	}
	#news article .list tr.new td a:after {
		display: inline-block;
		content: "";
		margin: 0 0 0 10px;
		width: 28px;
		height: 10px;
		background: url(/assets/images/index/icon_new.png) no-repeat;
		-webkit-background-size: 28px 10px;
		-moz-background-size: 28px 10px;
		-ms-background-size: 28px 10px;
		background-size: 28px 10px;
	}

	#news article .list a:hover {
		color: #4970bf;
		text-decoration: underline;
	}

	#news article:first-child .list {
		margin: 0 40px 0 25px;
	}
	#news article:last-child .list {
		margin: 0 25px 0 40px;
	}

	#news article table {
		width: 100%;
	}
	#news article th,
	#news article td {
		padding: 10px 0;
		font-size: 1em;
		vertical-align: top;
		line-height: 1.5em;
	}
	#news article th {
		padding-right: 15px;
		width: 20%;
	}
	#news article td {
		width: 80%;
	}


}

@media screen and (min-width:741px) and (max-width: 1023px) {

	/* intro
	----------------------------------------------- */

	#intro h1 {
		padding: 50px 0 0;
	}

	/* problem
	----------------------------------------------- */

	/* case */

	#problem .case li .label {
		font-size: 1em;
		text-align: left;
	}
	#problem .case li .label em {
		display: block;
	}
	#problem .case li .label br {
		display: none;
	}

	/* case
	----------------------------------------------- */

/* interview */

	#case .interview article h1 {
		padding: 20px 0 0;
		font-size: 1.25em;
	}
	#case .interview article .client {
		margin: 15px 25px 0 0;
		font-size: 0.95em;
	}
	#case .interview article .summary {
		margin: 15px 25px 0 0;
	}
	#case .interview article .summary li {
		padding: 9px 0 9px 74px;
		font-size: 1em;
	}


}

/* mobile
----------------------------------------------- */

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

	/* intro
	----------------------------------------------- */

	#intro {
		background: url(/en/assets/images/index/intro_base_min.png) no-repeat center top;
		overflow: hidden;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
	}
	#intro .inner {
		position: relative;
		margin: 0 20px;
		height: 722px;
		color: #fff;
		text-align: center;
	}

	#intro h1 {
		padding: 71px 0 0;
		font-size: 2.15em;
		line-height: 1.2em;
	}
	#intro .copy {
		padding: 20px 0 0;
		font-size: 0.85em;
		font-weight: 500;
		line-height: 1.75em;
	}
	#intro .copy span {
		display: block;
	}
	#intro .copy br {
		display: none;
	}
	#intro .entry {
		position: absolute;
		left: 0;
		bottom: 67px;
		width: 100%;
		text-align: center;
	}
	#intro .entry a {
		margin: auto;
		max-width: 335px;
		height: 52px;
		font-size: 1.15em;
		line-height: 53px;
	}

	#intro .globalsign {
		position: absolute;
		left: 0;
		bottom: 20px;
		width: 100%;
		text-align: center;
	}
	#intro .globalsign img {
		width: auto;
		height: 27px;
	}

	#intro .images {
		display: none;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		-webkit-transform: translate(-50%,-39%);
		-moz-transform: translate(-50%,-39%);
		-ms-transform: translate(-50%,-39%);
		transform: translate(-50%,-39%);
	}
	#intro .images.on {
		display: block;
	}
	#intro .images img {
		max-width: 335px;
		width: 100%;
		height: auto;
	}
	#intro .images li {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		text-align: center;
		z-index: 1;
	}

	/* problem
	----------------------------------------------- */

	#problem {
		background: white;
	}
	#problem .inner {
		margin: 0 20px;
		padding: 70px 0;
	}

	#problem h1 {
		margin: 0 20px;
		font-size: 1.4em;
		text-align: center;
		line-height: 1.5em;
	}
	#problem h1 br {
		display: none;
	}
	#problem .copy {
		margin: 30px 18px 0;
	}
	#problem .copy p {
		color: #4d4d4d;
		font-size: 1.1em;
		line-height: 1.6em;
	}

	#problem .articles {
		margin: 60px 0 0;
		border-bottom: 1px solid rgba(128,128,128,0.3);
	}
	#problem article {
		padding: 45px 0;
		border-top: 1px solid rgba(128,128,128,0.3);
	}
	#problem article header {
		position: relative;
		height: 53px;
		cursor: pointer;
	}
	#problem article header:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 15px;
		margin: -5px 0 0;
		width: 19px;
		height: 11px;
		background: url(/assets/images/index/icon_arrow01.png) no-repeat;
		-webkit-background-size: 19px 22px;
		-moz-background-size: 19px 22px;
		-ms-background-size: 19px 22px;
		background-size: 19px 22px;
	}
	#problem article header.on:before {
		background-position: 0 -11px;
	}
	#problem article header:after {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 44px;
		height: 53px;
		background-repeat: no-repeat;
		-webkit-background-size: 44px 53px;
		-moz-background-size: 44px 53px;
		-ms-background-size: 44px 53px;
		background-size: 44px 53px;
	}
	#problem article:nth-child(1) header:after {
		background-image: url(/assets/images/index/problem_t01.png);
	}
	#problem article:nth-child(2) header:after {
		background-image: url(/assets/images/index/problem_t02.png);
	}
	#problem article:nth-child(3) header:after {
		background-image: url(/assets/images/index/problem_t03.png);
	}
	#problem article:nth-child(4) header:after {
		background-image: url(/assets/images/index/problem_t04.png);
	}

	#problem article h1 {
		position: absolute;
		top: 50%;
		left: 60px;
		margin: 0 55px 0 0;
		color: #78282a;
		font-size: 1em;
		font-weight: 500;
		line-height: 1.5em;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#problem article h1 br {
		display: none;
	}
	#problem article .summary {
		display: none;
		margin: 40px 20px 0;
	}
	#problem article .summary.on {
		display: block;
	}
	#problem article .summary p {
		font-size: 0.95em;
		line-height: 1.85em;
	}

	/* case */

	#problem .case {
		padding: 30px 0;
		text-align: center;
		background: #f7f4f0;
	}

	#problem .case h2 {
		display: inline-block;
		position: relative;
		color: #78282a;
		font-size: 1.2em;
		font-weight: 500;
	}
	#problem .case h2:after {
		display: block;
		content: "";
		position: absolute;
		left: 0;
		bottom: -6px;
		width: 100%;
		height: 2px;
		background: #c8b175;
	}

	#problem .case ul {
		margin: 35px 20px 0;
	}
	#problem .case li {
		border-top: 1px solid #e0e0e0;
	}
	#problem .case li:last-child {
		border-bottom: 1px solid #e0e0e0;
	}
	#problem .case li a {
		display: block;
		position: relative;
		padding: 20px 0;
		min-height: 40px;
	}
	#problem .case li a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 15px;
		margin: -6px 0 0;
		width: 8px;
		height: 13px;
		background: url(/assets/images/index/icon_arrow05.png) no-repeat;
		-webkit-background-size: 8px 13px;
		-moz-background-size: 8px 13px;
		-ms-background-size: 8px 13px;
		background-size: 8px 13px;
	}
	#problem .case li span {
		display: block;
	}
	#problem .case li .label {
		margin: 0 40px 0 70px;
		font-size: 1em;
		font-weight: 500px;
		text-align: left;
		line-height: 1.5em;
	}
	#problem .case li .label em {
		display: block;
		font-size: 0.8em;
		line-height: 1.5em;
	}
	#problem .case li .label br {
		display: none;
	}
	#problem .case li .link {
		display: none;
	}

	#problem .case figure {
		position: absolute;
		top: 20px;
		left: 0;
	}
	#problem .case figure img {
		width: auto;
		height: 40px;
	}

	/* feature
	----------------------------------------------- */

	#feature {
		background: #3c95c1;
	}
	#feature .inner {
		padding: 70px 0;
		color: #fff;
	}

	#feature h1 {
		margin: 0 40px;
		font-size: 1.4em;
		text-align: center;
		line-height: 1.5em;
	}
	#feature h1 br {
		display: none;
	}
	#feature .copy {
		margin: 30px 40px 0;
	}
	#feature .copy p {
		font-size: 1.1em;
		line-height: 1.6em;
	}

	#feature .images {
		position: relative;
		margin: 60px 0 0;
		height: 274px;
		overflow: hidden;
	}
	#feature .images li {
		position: absolute;
		left: 50%;
	}
	#feature .images li:first-child {
		top: 0;
		margin: 0 0 0 -310px;
	}
	#feature .images li:last-child {
		bottom: 0;
		margin: 0 0 0 -88px;
	}
	#feature .images li img {
		width: auto;
		height: 230px;
	}

	#feature .more {
		margin: 40px 20px 0;
	}
	#feature .more a {
		margin: auto;
		max-width: 335px;
		height: 52px;
		font-size: 1.15em;
		line-height: 53px;
	}

	#feature .articles {
		margin: 55px 20px 0;
		border-bottom: 1px solid rgba(255,255,255,0.3);
	}
	#feature article {
		padding: 20px 0;
		border-top: 1px solid rgba(255,255,255,0.3);
	}

	#feature article header {
		position: relative;
		height: 50px;
		cursor: pointer;
	}
	#feature article header:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 15px;
		margin: -5px 0 0;
		width: 19px;
		height: 11px;
		background: url(/assets/images/index/icon_arrow02.png) no-repeat;
		-webkit-background-size: 19px 22px;
		-moz-background-size: 19px 22px;
		-ms-background-size: 19px 22px;
		background-size: 19px 22px;
	}
	#feature article header.on:before {
		background-position: 0 -11px;
	}
	#feature article header:after {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 50px;
		height: 50px;
		background-repeat: no-repeat;
		-webkit-background-size: 50px 50px;
		-moz-background-size: 50px 50px;
		-ms-background-size: 50px 50px;
		background-size: 50px 50px;
	}
	#feature article:nth-child(1) header:after {
		background-image: url(/assets/images/index/feature_icon01.png);
	}
	#feature article:nth-child(2) header:after {
		background-image: url(/assets/images/index/feature_icon02.png);
	}
	#feature article:nth-child(3) header:after {
		background-image: url(/assets/images/index/feature_icon03.png);
	}
	#feature article:nth-child(4) header:after {
		background-image: url(/assets/images/index/feature_icon04.png);
	}

	#feature article h1 {
		position: absolute;
		top: 50%;
		left: 60px;
		margin: 0 55px 0 0;
		font-size: 1.1em;
		font-weight: 500;
		line-height: 1.5em;
		-webkit-transform: translateY(-50%);
	}
	#feature article h1 br {
		display: none;
	}

	#feature article .summary {
		display: none;
		margin: 20px 20px 0;
	}
	#feature article .summary.on {
		display: block;
	}
	#feature article .summary p {
		font-size: 0.95em;
		line-height: 1.85em;
	}

	/* case
	----------------------------------------------- */

	#case {
		background: #f2f2f2;
	}
	#case .inner {
		padding: 70px 0;
	}

	#case h1 {
		margin: 0 40px;
		font-size: 1.4em;
		text-align: center;
		line-height: 1.5em;
	}
	#case h1 span {
		display: block;
	}
	#case h1 br {
		display: none;
	}
	#case .copy {
		margin: 30px 40px 0;
	}
	#case .copy p {
		color: #4d4d4d;
		font-size: 1.1em;
		line-height: 1.6em;
	}
	#case .copy br {
		display: none;
	}

	#case .more {
		margin: 40px 20px 0;
	}
	#case .more a {
		margin: auto;
		max-width: 335px;
		height: 52px;
		font-size: 1.15em;
		line-height: 53px;
	}

	#case .interview .index {
		position: relative;
		margin: 55px auto 0;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-user-drag: none;
		-moz-user-drag: none;
		-ms-user-drag: none;
		user-drag: none;
	}
	#case .interview .articles {
		position: relative;
		margin: 0 50px;
		height: 335px;
		overflow: hidden;
	}
	#case .interview article {
		position: absolute;
		top: 0;
		left: 0;
		padding: 0 0 30px;
		width: 100%;
		height: 305px;
		background: white;
		z-index: 1;
	}
	#case .interview article h1 {
		margin: 20px 20px 0;
		color: #78282a;
		font-size: 1em;
		font-weight: 500;
		line-height: 1.5em;
	}
	#case .interview article h1 br {
		display: none;
	}
	#case .interview article .client {
		margin: 10px 20px 0;
		color: #4d4d4d;
		font-size: 0.85em;
		line-height: 1.25em;
	}
	#case .interview article .summary {
		margin: 0 20px;
		padding: 10px 0 0;
	}
	#case .interview article .summary li {
		position: relative;
		margin: 6px 0 0;
		font-size: 0.8em;
		line-height: 1.25em;
	}
	#case .interview article .summary li span {
		display: inline-block;
		position: relative;
		padding: 0 18px 0 0;
	}
	#case .interview article .summary li span:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 7px;
		margin: -6px 0 0;
		width: 1px;
		height: 12px;
		background: #595959;
	}
	#case .interview article .interview_more {
		margin: 25px 0 0;
		font-size: 1em;
		text-align: center;
	}
	#case .interview article .interview_more a:after {
		display: none;
	}
	#case .interview article figure img {
		width: 100%;
		height: auto;
	}
	#case .interview article .logo {
		display: none;
	}

	#case .interview .control {
		display: none;
	}
	#case .interview .control.on {
		display: block;
	}
	#case .interview .control li {
		position: absolute;
		top: 50%;
		margin: -50px 0 0;
		width: 50px;
		height: 100px;
		cursor: pointer;
	}
	#case .interview .control .prev {
		left: 0;
	}
	#case .interview .control .next {
		right: 0;
	}
	#case .interview .control li:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -10px 0 0 -5px;
		width: 11px;
		height: 19px;
		background: url(/casestudy/images/control_min.png) no-repeat;
		-webkit-background-size: 22px 19px;
		-moz-background-size: 22px 19px;
		-ms-background-size: 22px 19px;
		background-size: 22px 19px;
	}
	#case .interview .control .prev:after {
		background-position: 0 0;
	}
	#case .interview .control .next:after {
		background-position: -11px 0;
	}
	#case .interview a {
		color: #4970bf;
	}

	/* news
	----------------------------------------------- */

	#news .inner {
		margin: 0 20px;
		padding: 20px 0;
		text-align: left;
	}
	#news article {
		padding: 30px 0;
		border-top: 1px solid #e6e6e6;
	}
	#news article:first-child {
		border: 0;
	}

	#news article h1 {
		position: relative;
		font-size: 1.35em;
	}
	#news article h1 .more {
		position: absolute;
		top: 50%;
		right: 0;
		margin: -0.5em 0 0;
		font-size: 0.8em;
	}
	#news article h1 .more a {
		color: #4970bf;
	}

	#news article .list {
		margin: 25px 0 0;
	}
	#news article .list tr.new th:after {
		display: inline-block;
		content: "";
		margin: 0 0 0 10px;
		width: 22px;
		height: 8px;
		background: url(/assets/images/index/icon_new.png) no-repeat;
		-webkit-background-size: 22px 8px;
		-moz-background-size: 22px 8px;
		-ms-background-size: 22px 8px;
		background-size: 22px 8px;
	}

	#news article table {
		width: 100%;
	}
	#news article tr {
		display: none;
	}
	#news article tr:first-child {
		display: block;
	}
	#news article th,
	#news article td {
		display: block;
		padding: 2px 0 0;
		font-size: 0.95em;
		line-height: 1.5em;
	}
	#news article th {
		font-size: 0.8em;
	}

}

/* keyframes
----------------------------------------------- */

/* sky */

@-webkit-keyframes sky {
	0% { background-position: 0 0; }
	100% { background-position: -3840px 0; }
}
@-moz-keyframes sky {
	0% { background-position: 0 0; }
	100% { background-position: -3840px 0; }
}
@-ms-keyframes sky {
	0% { background-position: 0 0; }
	100% { background-position: -3840px 0; }
}
@keyframes sky {
	0% { background-position: 0 0; }
	100% { background-position: -3840px 0; }
}

/* cloud */

@-webkit-keyframes cloud {
	0% { -webkit-transform: translateY(0px); }
	40% { -webkit-transform: translateY(-5px); }
	100% { -webkit-transform: translateY(0px); }
}
@-moz-keyframes cloud {
	0% { -moz-transform: translateY(0px); }
	40% { -moz-transform: translateY(-5px); }
	100% { -moz-transform: translateY(0px); }
}
@-ms-keyframes cloud {
	0% { -ms-transform: translateY(0px); }
	40% { -ms-transform: translateY(-5px); }
	100% { -ms-transform: translateY(0px); }
}
@keyframes cloud {
	0% { transform: translateY(0px); }
	40% { transform: translateY(-5px); }
	100% { transform: translateY(0px); }
}
